.sliderHome {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.sliderHome .slide {
    width: 100%;
    height: 957px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#tpl_home .zone .slide img {
    width: 100%;
}

#tpl_home .slide h2 {
    color: #ffffff;
}

#tpl_home {
    position: relative;
    z-index: 200;
    background: #ffffff;
}

#tpl_home:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../../../images/hotel/triangle-top.svg) top left no-repeat #ffffff;
    width: 150px;
    height: 150px;
}

#tpl_home:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../../../../images/hotel/triangle-bottom.svg) top left no-repeat #ffffff;
    width: 150px;
    height: 150px;
}

.home_top {
    padding-top: 102px;
    padding-bottom: 100px;
}

#tpl_home h1.title {
    margin: 0px;
    padding: 15px;
    font-size: 42px;
}

#tpl_home .block_entete_content {
    padding-bottom: 40px;
}

#tpl_home .zone:nth-child(3) .title {
    padding-top: 70px;
}

#tpl_home .zone.full .col {
    padding-left: 15px;
    padding-right: 15px;
}

#tpl_home .zone .mouse {
    display: none;
}

#tpl_home .parallax {
    width: 100%;
    height: 552px;
    background: url(../../../../images/hotel/paralax.jpg) top center no-repeat #172f47;
    background-size: cover;
    padding-top: 85px;
}

#tpl_home .zone_actus {
    background: url(../../../../images/hotel/fond_actus.png) top center no-repeat #172f47;
    padding-top: 30px;
}

#tpl_home .parallax .bt_learn_more {
    background: none;
}

#tpl_home .parallax .bt_learn_more:hover {
    background: #172f47;
}

#tpl_home .services .visual_container {
    text-align: center;
}

#tpl_home .services .block {
    margin-bottom: 40px;
}

@media screen and (max-width: 1680px) {
    #tpl_home .zone .slide h2 {
        text-align: center;
        display: block;
    }
}

@media screen and (max-width: 1200px) {
    .content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .home_top {
        position: relative;
        background: #ffffff;
        padding-top: 0;
    }
}

@media screen and (max-width: 991px) {
    #tpl_home .zone:nth-child(5) .introduction,
    #tpl_home .zone:nth-child(5) .body {
        color: #172f47;
    }

    #tpl_home .zone:nth-child(5) h2.title,
    #tpl_home .zone:nth-child(3) h2.title {
        color: #b48608;
    }

    .visual_container {
        text-align: center;
    }

    #tpl_home .zone:nth-child(3) .introduction,
    #tpl_home .zone:nth-child(3) .body,
    #tpl_home .zone:nth-child(3) .bt_learn_more {
        color: #172f47;
    }
}

@media screen and (max-width: 767px) {
    #tpl_home:before{
       display: none;
    }

    #tpl_home:after{
        display: none;
    }

    .service-title {
        padding-bottom: 60px;
    }

    .block_text h4 {
        font-size: 15px;
    }

    .sliderHome .slider .slide {
        display: block;
        background-size: cover;
        height: 300px;
        max-height: 300px;
        min-height: 300px;
    }

    .sliderHome .slider .slide img {
        min-height: 300px;
        width: 100%;
        margin-top: -80px;
        height: auto;
    }

    .sliderHome {
        margin-bottom: 40px;
        position: relative;
        height: 300px;
        max-height: 300px;
        min-height: 300px;
    }

    /*.sliderHome:after {*/
    /*content: "";*/
    /*background: url(../../../images/hotel/2018-HOTLIST-LOGO.png);*/
    /*position: absolute;*/
    /*width: 75px;*/
    /*height: 75px;*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    /*bottom: -35px;*/
    /*z-index: 1000;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*}*/
    .mobile-collapse .block_text .body {
        display: none;
        color: #172f47;
    }

    .block_media {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .preview {
        color: #172f47;
        line-height: 18px;
        text-align: justify;
    }

    .sliderHome {
        position: relative;
        height: auto;
    }

    .sliderHome .slide {
        height: auto;
    }

    .sliderHome .detail {
        display: none;
    }

    #tpl_home .zone:nth-child(3) .title {
        padding-top: 0px;
    }

    #tpl_home h1.title {
        font-size: 21px;
    }

    #tpl_home .block_entete_content {
        padding-bottom: 10px;
    }

    #tpl_home .services .col {
        height: 200px;
        margin-bottom: 5px;
    }

    .hide-mobile {
        display: none;
    }

    #virtual-visit {
        width: 90px;
        height: 90px;
        top: 360px;
    }

    #virtual-visit .container-background {
        height: 90px;
    }

    #virtual-visit p {
        font-size: 12px;
        line-height: 21px;
    }

    #virtual-visit .background-white {
        width: 80px;
        height: 80px;
    }

    #virtual-visit .background-blue {
        width: 76px;
        height: 76px;
    }
}