/*
 Theme Name:   Africa Voyage
 Template:     twentytwenty
 Version:      1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
    padding: 0;
    margin: 0;
    font-size: 17px;
    line-height: 30px;
    text-align: left;
    color: #000;
    background: #fff;
    font-family: 'Roboto', sans-serif;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1280px;
  padding-left: 44px;
  padding-right: 44px;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
a{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Comfortaa', cursive;
    font-weight: 100;
}
li.widget,
.topmenu ul,
ul.nostyle{
    margin: 0;
    padding: 0;
    list-style: none;
}
.filtergrayscale img{
    filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.filtergrayscale:hover img{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}
body:not(.home) #wptime-plugin-preloader {
  display: none;
}
#wptime-plugin-preloader {
  background-size: cover !important;
}
#wptime-plugin-preloader:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(assets/images/big-logo-intro.svg) no-repeat center / contain;
    height: 100%;
    width: calc(100% - 40px);
    max-width: 1140px;
}
.ProgressBar-contentCircle.onmobile480,
.ontab767,
.ontab991,
.ontab1024,
.onmobile{
    display: none !important;
}
.site_header{
    align-items: flex-start;
    justify-content: space-between;
    background: #fff/*#ffffff50*/;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
body.body_pagetopbloc .site_header,
body.pagevideo .site_header{
    background: none;
}
.site_header .headernav{
    padding-top: 23px;
    padding-left: 10px;
}
.site_header .headerlogo{
    width: 235px;
    padding-top: 10px;
    padding-bottom: 14px;
}
.site_header .headercontact{
    padding-top: 35px;
    padding-right: 25px;
}
.site_header .headercontact,
.site_header .headernav{
    width: calc(calc(100% - 235px) / 2);
}
.destination_group:nth-child(2n) .destination_item:nth-child(1),
.slick-dots,
#menusite .menu-main-menu-container,
#menusite .menu-menu-container,
#menu_africavoyage li a,
.displayflex{
    display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#menuicon,
.headercontact{
    position: relative;
}
.headercontact{
    align-items: center;
    justify-content: flex-end;
}
.headercontact .headercontact_cover{
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    line-height: 19px;
    align-items: center;
}
.headercontact label{
    margin: 0;
    cursor: pointer;
    color: #341A00;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
}
.body_pagetopbloc .headercontact label,
.topbanner_isview .headercontact label{
    color: #fff;
}
body.pagevideo .headercontact,
body.pagevideo .headercontact .headercontact_cover,
body.pagevideo .headercontact label,
.sticky .headercontact,
.sticky .headercontact .headercontact_cover,
.sticky .headercontact label,
.body_simple_page .headercontact,
.body_simple_page .headercontact .headercontact_cover,
.body_simple_page .headercontact label,
.single-nos-destinations .headercontact,
.single-nos-destinations .headercontact .headercontact_cover,
.single-nos-destinations .headercontact label{
    color: #341A00;
}
.headercontact .points{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 33px;
    height: 33px;
    border: 1px solid #341A00;
    margin-left: 15px;
    cursor: pointer;
}
.body_pagetopbloc .headercontact .points,
.topbanner_isview .headercontact .points{
    border: 1px solid #fff;
}
body.pagevideo .headercontact .points,
.sticky .headercontact .points,
.body_simple_page .headercontact .points,
.single-nos-destinations .headercontact .points{
    border-color: #341A00;
}
.headercontact.opensub .points{
    opacity: 0;
}
.headercontact .points .poins_icon{
    width: 100%;
    text-align: center;
    margin: 3px 0;
}
.headercontact .points .poins_icon:before,
.headercontact .points:before,
.headercontact .points:after{
    content: "";
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background: #341A00;
    display: block;
    margin: auto;
}
.body_pagetopbloc .headercontact .points .poins_icon:before,
.body_pagetopbloc .headercontact .points:before,
.body_pagetopbloc .headercontact .points:after,
.topbanner_isview .headercontact .points .poins_icon:before,
.topbanner_isview .headercontact .points:before,
.topbanner_isview .headercontact .points:after{
    background: #fff;
}
body.pagevideo .headercontact .points .poins_icon:before,
body.pagevideo .headercontact .points:before,
body.pagevideo .headercontact .points:after,
.sticky .headercontact .points .poins_icon:before,
.sticky .headercontact .points:before,
.sticky .headercontact .points:after,
.body_simple_page .headercontact .points .poins_icon:before,
.body_simple_page .headercontact .points:before,
.body_simple_page .headercontact .points:after,
.single-nos-destinations .headercontact .points .poins_icon:before,
.single-nos-destinations .headercontact .points:before,
.single-nos-destinations .headercontact .points:after{
    content: "";
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background: #341A00;
    display: block;
    margin: auto;
}
.headercontact ul{
    position: absolute;
    right: 25px;
    top: 35px;
    display: none;
    z-index: 1;
}
.headercontact ul li{
    height: 33px;
    width: 33px;
    border: 1px solid #fff;
    border-top: none;
}
body.pagevideo .headercontact ul li,
.sticky .headercontact ul li,
.body_simple_page .headercontact ul li,
.single-nos-destinations .headercontact ul li{
    border-color: #341A00;
}
.headercontact ul li:first-child{
    border-top: 1px solid #fff;
}
body.pagevideo .headercontact ul li:first-child,
.sticky .headercontact ul li:first-child,
.body_simple_page .headercontact ul li:first-child,
.single-nos-destinations .headercontact ul li:first-child{
    border-top-color: #341A00;
}
.headercontact ul li a{
    display: block;
    width: 100%;
    height: 100%;
    background-size: 18px 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.headercontact ul li.phone a{
    background-image: url(assets/images/icon-contact-phone.svg);;
}
.headercontact ul li.mail a{
    background-image: url(assets/images/icon-contact-mail.svg);
}
.headercontact ul li.whatsap a{
    background-image: url(assets/images/icon-contact-whatsapp.svg);;
}
body.pagevideo .headercontact ul li.phone a,
.sticky .headercontact ul li.phone a,
.body_simple_page .headercontact ul li.phone a,
.single-nos-destinations .headercontact ul li.phone a{
    background-image: url(assets/images/icon-contact-phone-color.svg);
}
body.pagevideo .headercontact ul li.mail a,
.sticky .headercontact ul li.mail a,
.body_simple_page .headercontact ul li.mail a,
.single-nos-destinations .headercontact ul li.mail a{
    background-image: url(assets/images/icon-contact-mail-color.svg);
}
body.pagevideo .headercontact ul li.whatsap a,
.sticky .headercontact ul li.whatsap a,
.body_simple_page .headercontact ul li.whatsap a,
.single-nos-destinations .headercontact ul li.whatsap a{
    background-image: url(assets/images/icon-contact-whatsapp-color.svg);
}
#menusite {
  background-color: #AD436C;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#menusite .overflowmenu{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.body_landingpage{
    overflow: hidden;
}
.landingpage{
    align-content: center;
    justify-content: center;
    background: #BF8E5E;
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 9999;
}
.landingpage .landingpage_content{
    align-items: center;
    flex-wrap: initial;
    width: 100%;
}
.landingpage .landingpage_content img{
    margin: auto;
    max-height: calc(100vh - 40px);
}
.landingpage + .page_banner{
    padding-top: 0;
    z-index: 1;
    background: #fff;
}
.headerlogo .site_title{
    margin: 0;
    padding: 0;
    line-height: normal;
}
/*.headerlogo .site_title .logo_blanc,*/
.body_pagetopbloc .headerlogo .site_title .logo_color,
.topbanner_isview .headerlogo .site_title .logo_color,
body.pagevideo .headerlogo .site_title .logo_blanc,
.sticky .headerlogo .site_title .logo_blanc,
.body_simple_page .headerlogo .site_title .logo_blanc,
.single-nos-destinations.body_pagetopbloc .headerlogo .site_title .logo_blanc,
.headerlogo .site_title .logo_blanc{
    display: none;
}
/*.headerlogo .site_title .logo_color,*/
body.pagevideo .headerlogo .site_title .logo_color,
.topbanner_isview .headerlogo .site_title .logo_blanc,
.sticky .headerlogo .site_title .logo_color,
.body_simple_page .headerlogo .site_title .logo_color,
.body_pagetopbloc .headerlogo .site_title .logo_blanc,
.single-nos-destinations.body_pagetopbloc .headerlogo .site_title .logo_color{
    display: block;
}
.headerlogo .site_title a{
    align-items: center;
    color: #fff;
    align-content: center;
    justify-content: center;
}
.headerlogo .site_title img{
    max-width: 100%;
}
.headerlogo .site_title .slogansite{
    margin-left: 10px;
    line-height: normal;
    display: block;
}
.headerlogo .site_title .slogansite small{
    display: block;
}
.menuicon{
    background: url(assets/images/icon-menu-noir.svg) no-repeat center / cover;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.body_pagetopbloc .menuicon,
.topbanner_isview .menuicon{
    background-image: url(assets/images/icon-menu-blanc.svg);
}
body.pagevideo .menuicon,
.sticky .menuicon,
.body_simple_page  .menuicon,
.single-nos-destinations  .menuicon{
    background-image: url(assets/images/icon-menu-noir.svg);
}
.menuicon.active{
    background: url(assets/images/icon-menu-close-blanc.svg) no-repeat center / cover;
    z-index: 99999;
}
body.menuopen{
    overflow: hidden;
}
body.menuopen #menusite{
    display: block;
    border: 10px solid #FFFFFF;
    z-index: 9999;
    height: 100vh;
}
#menusite .menu-main-menu-container,
#menusite .menu-menu-container{
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}
#menu_africavoyage{
    list-style: none;
    margin: 0;
    padding: 0 15px;
}
#menu_africavoyage li{
    width: 100%;
    text-align: center;
    position: relative;
}
#menu_africavoyage li a img{
    display: none;
}
#menu_africavoyage li a{
    flex-direction: column-reverse;
    width: 100%;
    border-bottom: 1px solid #ffffff40;
    padding-bottom: 35px;
    color: #ffffff40;
    font-size: 60px;
    line-height: 69px;
    font-weight: 100;
    font-family: 'Comfortaa', cursive;
    padding-top: 55px;
    text-decoration: none;
    outline: none;
}
#menu_africavoyage li:last-child a{
    border-bottom: none
}
#menu_africavoyage li:hover a{
    color: #fff;
}
#menu_africavoyage li .menu_position {
    opacity: 0;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 19px;
    cursor: pointer;
    padding-bottom: 30px;
}
#menu_africavoyage li:hover .menu_position{
    opacity: 1;
}
#site_content{
    padding-top: 0 !important;
    float: left;
    width: 100%;
    min-height: 100vh/*1080px*/;
}
.single-nos-destinations #site_content{
    padding-top: 150px !important;
}
#site_content .carnets_de_voyage,
.page_banner,
.page_services,
#site_content .page_contact{
    min-height: 100vh/*1080px*/;
    padding-top: 190px;
    position: relative;
    z-index: 1;
}
#site_content .page_contact{
    background-size: cover;
    height: auto;
    max-height: 100%;
    background-position: right center;
    background-repeat: no-repeat;
    padding-bottom: 120px;
}
#site_content .simple_page{
    height: auto;
    max-height: 100%;
    min-height: 100vh/*1080px*/;
    padding-bottom: 60px;
    padding-top: 190px;
}
#site_content .page_contact .container{
    position: relative;
    z-index: 1;
}
.page_banner .scrolldown{
    position: absolute;
    left: 50%;
    bottom: 20px;
    text-align: center;
    transform: translate(-50%);
}
.page_banner .scrolldown a{
    background: url(assets/images/icon-scroll-down.svg) no-repeat center / cover;
    width: 34px;
    height: 51px;
    display: inline-block;
}
.home .page_banner{
    padding-top: 0;
    background: #fff;
    position: relative;
    z-index: 1;
}
#site_content .page_contact:before{
    content: "";
    background: #341A0020;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.post-type-archive-nos-services .page_services{
    padding-bottom: 60px;
    height: auto;
    max-height: 100%;
}
body.sticky .site_header{
    /*background: #ffffff50;*/
    opacity: 0;
    visibility: hidden;
}
body.headerview .site_header{
    opacity: 1;
    visibility: visible;
}
body.pagevideo .site_header{
    background: #fff;
}
body.post-type-archive-nos-services .site_header{
    background: #BF8E5E;
}
body.body_simple_page .site_header,
body.single-nos-destinations .site_header{
    background: #fff;
}
body.post-type-archive-nos-services .site_content{
    padding-top: 0 !important;
}
.box_intro {
    margin-bottom: 40px;
}
.infos_texte_video_cover .dest_subtitle,
.box_intro .page_title{
    color: #fff;
    font-size: 90px;
    line-height: 103px;
    font-weight: 100;
    font-family: 'Comfortaa', cursive;
}
.box_intro .sup_title{
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    font-weight: 900;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}
.box_intro .sup_title + br{
    display: none;
}
.slide_services.slick-slider{
    padding-bottom: 50px;
}
.slick_width_dots .slick-arrow{
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 0;
    border: none;
    width: 28px;
    height: 14px;
    outline: none;
}
.slidercontrols{
    flex-wrap: initial;
    align-items: center;
}
.slidercontrols .afel_slick_prev,
.slidercontrols .afel_slick_next,
.slick-arrow,
.slidercontrols .slick-arrow{
    font-size: 0;
    border: none;
    width: 28px;
    height: 14px;
    padding: 0;
    min-width: 28px;
    max-width: 28px;
    margin-right: 20px;
    outline: none !important;
}
.nos_coupsdecoeurs .slick-slider .slick-prev,
.galerie_asavoir .slick-slider .slick-prev,
.afel_slick_prev,
.slidercontrols .afel_slick_prev{
    background: url(assets/images/icon-fleche-cta-left.svg) no-repeat center;
}
.nos_coupsdecoeurs .slick-slider .slick-next,
.galerie_asavoir .slick-slider .slick-next,
.afel_slick_next,
.slidercontrols .afel_slick_next{
    background: url(assets/images/icon-fleche-cta-right.svg) no-repeat center;
    left: 55px;
}
.slidercontrols .slick-hidden,
.slidercontrols .afel_slick_next.slick-hidden + .afel_slick_dots{
    /*display: none;*/
}
.slidercontrols .afel_slick_dots{
    width: calc(100% - 96px);
    min-width: calc(100% - 96px);
}
.slick-dots,
.slidercontrols .slick-dots{
    flex-wrap: initial;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}
.afel_slick_dots .slick-dots ~ .slick-dots,
.slidercontrols .slick-dots ~ .slick-dots{
    display: none !important;
}
.slick-dots li,
.slidercontrols .slick-dots li{
    width: 100%;
}
.slick-dots li button,
.slidercontrols .slick-dots li button{
    height: 2px;
    background: #341A00;
    font-size: 0;
    width: 100%;
    border: none;
    float: left;
    outline: none;
}
.slick-dots li.slick-active ~ li button,
.slidercontrols .slick-dots li.slick-active ~ li button{
    background: #ccc;
}
.slide_services .service_item{
    
}
.slide_services .service_item_cover{
    flex-wrap: initial;
    align-items: flex-end;
}
.slide_services .service_item_cover .service_image{
    height: 560px;
    width: calc(100% - 300px);
}
.slide_services .service_item_cover .service_image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.slide_services .service_item_cover .service_title {
  font-size: 38px;
  line-height: 43px;
  font-weight: 100;
  color: #000;
  margin-bottom: 20px;
}
.slide_services .service_item_cover .service_desc{
    background: #fff;
    min-width: 300px;
    width: 300px;
    margin: 0 0 60px 0;
}
.slide_services .service_item_cover .service_desccover{
    background: #fff;
    margin-left: -180px;
    padding: 25px 20px;
}
.slide_services .service_item_cover .service_excerpt,
.slide_services .service_item_cover .service_excerpt p{
    font-size: 17px;
    line-height: 30px;
    color: #333333;
    font-weight: normal;
}
.intro_desc_destination p:last-child,
.slide_services .service_item_cover .service_excerpt p:last-child,
p:last-child{
    margin: 0;
}


#site_footer{
    position: relative;
    background: #E5D6DC;
    float: left;
    width: 100%;
    padding-top: 70px;
}
.tax-continents-nos-destinations #site_footer,
.post-type-archive-nos-destinations #site_footer {
  margin-top: 110px;
}
#site_footer .afel_instagram{
    margin-bottom: 100px;
}
#site_footer .afel_instagram .insta_title{
    font-size: 38px;
    line-height: 43px;
    color: #000;
    text-align: center;
    background: url(assets/images/instagram.svg) no-repeat center 0 / 31px;
    padding-top: 50px;
    margin-bottom: 60px;
}
#site_footer .afel_instagram .listes_posts{
    justify-content: center;
    flex-wrap: initial;
}
#site_footer .afel_instagram .listes_posts .insta-gallery-feed {
    width: 100%;
}
#site_footer .afel_instagram .listes_posts .post_item {
  padding: 1px;
}
#site_footer .site_footer_cover{
    position: relative;
    z-index: 1;
}
#site_footer .site_footer_cover .footer_boxright,
#site_footer .site_footer_cover .footer_boxleft{
    width: 50%;
    position: relative;
    padding: 50px 100px 60px;
}
#site_footer .site_footer_cover .footer_boxleft{
    background: #AD436C;
    justify-content: flex-end;
    text-align: left;
    padding-left: 15px;
    clip-path: polygon(calc(100% - 20px) 0%,100% 20px,100% 100%,0% 100%,0% 0%);
    -webkit-clip-path: polygon(calc(100% - 20px) 0%,100% 20px,100% 100%,0% 100%,0% 0%);
    -ms-clip-path: polygon(calc(100% - 20px) 0%,100% 20px,100% 100%,0% 100%,0% 0%);
    -moz-clip-path: polygon(calc(100% - 20px) 0%,100% 20px,100% 100%,0% 100%,0% 0%);
}
#site_footer .site_footer_cover .footer_boxleft .logo_footer {
  margin-right: 100px;
  margin-top: 20px;
}
#site_footer .site_footer_cover .footer_boxright{
    background: #333333;
    padding-right: 15px;
    clip-path: polygon(20px 0%,100% 0%,100% 100%,0% 100%,0% 20px);
    -webkit-clip-path: polygon(20px 0%,100% 0%,100% 100%,0% 100%,0% 20px);
    -ms-clip-path: polygon(20px 0%,100% 0%,100% 100%,0% 100%,0% 20px);
    -moz-clip-path: polygon(20px 0%,100% 0%,100% 100%,0% 100%,0% 20px);
    padding-top: 85px;
}
#site_footer .site_footer_cover .footer_logo_menu{
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 40px;
}
#site_footer .site_footer_cover .menu_footer {
    padding-top: 52px;
}
#menu-menu-du-footer{
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu-menu-du-footer li{
    
}
#menu-menu-du-footer li a{
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Comfortaa', cursive;
}
#menu-menu-du-footer li a:hover{
    color: #FFFFFF99;
}
.foot_copyright{
    justify-content: flex-end;
    align-items: flex-end;
    color: #FFF9;
    font-size: 15px;
    line-height: 20px;
}
.site_footer .social_links li{
    height: 20px;
    width: 20px;
    margin-left: 25px;
}
.site_footer .social_links li a{
    display: block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.site_footer .social_links .instagram a{
    background-image: url(assets/images/icon-footer-instagram.svg);
}
.site_footer .social_links .facebook a{
    background-image: url(assets/images/icon-footer-facebook.svg);
}
.newsform {
    
}
.newsform label{
    margin-bottom: 60px;
    font-size: 38px;
    line-height: 43px;
    font-family: 'Comfortaa', cursive;
    font-weight: 100;
    color: #fff;
}
.news_fields {
    position: relative;
    width: 100%;
    max-width: 400px;
}
.news_fields input[type="email"] {
    border: 1px solid #341A00;
    padding: 0 40px 0 15px;
    text-transform: uppercase;
    color: #333333;
    width: 100%;
    outline: none;
    font-size: 17px;
    line-height: 50px;
    height: 50px;
}
.news_fields input[type="submit"] {
    border: none;
    background: url(assets/images/newsletter.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    padding: 0;
}
.ProgressBar,
.ProgressBar-contentCircle {
  display: table;
  height: 580px;
  width: 580px;
}

.ProgressBar-circle,
.ProgressBar-background {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  position: relative;
  z-index: 1;
  opacity: 100%;
}
.ProgressBar-background {
  stroke: white;
  stroke-width: 1;
  z-index: 0;
  opacity: 40%;
}

.back-to-top {
    position: fixed;
    display: none;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 999999;
    height: 52px;
    width: 52px;
    background: url(assets/images/icon-go-up.svg) no-repeat center;
    border-radius: 50%;
}
.back-to-top:hover {
    opacity: 0.8;
}
form.wpcf7-form{
    max-width: 586px;
}
form.wpcf7-form p{
    margin: 0;
}
form.wpcf7-form .wpcf7-form-control-wrap{
    margin-bottom: 20px;
    display: flex;
}
form.wpcf7-form .wpcf7-form-control-wrap + br{
    display: none;
}
form.wpcf7-form .wpcf7-form-control{
    letter-spacing: 1.7px;
    color: #fff;
    font-size: 17px;
    line-height: 50px;
    padding: 0 25px;
    background: none;
    max-width: 100%;
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    /*text-transform: uppercase;*/
    outline: none;
    opacity: 1;
}
form.wpcf7-form textarea.wpcf7-form-control{
    color: #fff;
    line-height: 23px;
    height: 173px;
    padding: 15px 25px;
    text-transform: none;
}
form.wpcf7-form .wpcf7-submit{
    letter-spacing: 1.4px;
    color: #fff;
    background: url(assets/images/white-icon-fleche-cta-right.svg) no-repeat calc(100% - 25px) center / 27px;
    width: auto;
    border: 1px solid #fff;
    padding: 0 65px 0 25px;
    text-transform: uppercase;
    font-size: 14px;
    height: 46px;
}
form.wpcf7-form .wpcf7-submit:hover{
    color: #AD436C;
    background-color: #fff;
	background-image: url(assets/images/hover-icon-fleche-cta-right.svg);
}
form.wpcf7-form .wpcf7-form-control::placeholder {
  color: #fff;
  opacity: 1;
}
form.wpcf7-form .wpcf7-form-control:-ms-input-placeholder {
  color: #fff;
}
form.wpcf7-form .wpcf7-form-control::-ms-input-placeholder {
  color: #fff;
}

/* Page des destinations */
.page_banner{
    /*padding-bottom: 120px;*/
}
#scrolldiv {
    height: 150px;
    background: #fff;
    z-index: 1;
    position: relative;
    float: left;
    width: 100%;
}
div#clearboth {
    clear: both;
}
.page-id-80 .page_banner,
.banner_destination{
    padding-top: 0;
}
.banner_destination .slider_destinations {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner_destination .slider_destinations .slider_dest_item_cover{
    position: relative;
}
.banner_destination .slider_destinations .slider_dest_item_cover,
.banner_destination .slider_destinations .slick-list{
    height: 100%;
    width: 100%;
}
.banner_destination .slider_destinations .slick-list .slick-track{
    height: 100%;
}
.banner_destination .customslider_arrow {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}
.banner_destination:hover .slider_dest_item_cover .slider_dest_texte .dest_title,
.banner_destination:hover .customslider_arrow {
    opacity: 1;
    visibility: visible;
}
.banner_destination .customslider_arrow .container{
    position: relative;
}
.leslodges_slider button,
.banner_destination .nav_button,
.banner_destination .slick-arrow,
.banner_destination .customslider_arrow .container button{
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    background: url(assets/images/white-icon-slider-left.svg) no-repeat center / cover;
    height: 66px;
    width: 66px;
    outline: none;
    cursor: pointer;
    font-size: 0;
    min-width: 66px;
}
.banner_destination .nav_button,
.banner_destination .slick-arrow,
.banner_destination .customslider_arrow .container button{
    margin: 0;
	left: 20px;
}
.leslodges_slider button.slick-next,
.banner_destination .nav_button.next-term,
.banner_destination .slick-arrow.slick-next,
.banner_destination .customslider_arrow .container button.slick-next{
    background-image: url(assets/images/white-icon-slider-right.svg);
    right: 0;
    left: auto;
}
.banner_destination .nav_button.next-term,
.banner_destination .slick-arrow.slick-next,
.banner_destination .customslider_arrow .container button.slick-next{
    right: 20px;
}
.banner_destination .slider_dest_item{
    z-index: 999 !important;
    opacity: 1 !important;
}
.banner_destination .slick-current{
    z-index: 1000 !important;
}
.slider_dest_item_cover .slider_dest_texte,
.slider_dest_item_cover .slider_dest_media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slider_dest_item_cover .slider_dest_texte .dest_subtitle,
.slider_dest_item_cover .slider_dest_media {
    opacity: 0;
}
.slick-current .slider_dest_item_cover .slider_dest_media,
.slider_dest_item_cover .slider_dest_texte{
    opacity: 1;
}
.slider_dest_item_cover .slider_dest_media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.slider_dest_item_cover .slider_dest_media:after{
    content: "";
    background: #341A0020;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 5px;
}
.slider_dest_item_cover .slider_dest_texte{
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
}
.slider_dest_item_cover .slider_dest_texte .slider_dest_texte_cover{
    width: 100%;
    min-height: 400px;
    align-content: center;
}
.slick-current .slider_dest_item_cover .slider_dest_texte .slider_dest_texte_cover{
    width: auto;
}
.slider_dest_item_cover .slider_dest_texte .dest_count{
    font-size: 14px;
    line-height: 19px;
    color: #ffffff40;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    width: 100%;
}
.slider_dest_item_cover .slider_dest_texte .dest_current{
    position: relative;
    color: #fff;
}
.slider_dest_item_cover .slider_dest_texte .dest_current:after{
    content: "";
    height: 1px;
    width: 50px;
    background: #ffffff40;
    margin: 0 4px;
    display: inline-block;
    position: relative;
    top: -4px;
}
.slider_dest_item_cover .slider_dest_texte .dest_title{
    margin-bottom: 15px;
    text-align: left !important;
    margin-right: 0;
    position: relative;
    z-index: 1;
}
.slick-current .slider_dest_item_cover .slider_dest_texte .dest_title{
    margin-left: 0;
    margin-right: 0;
    text-align: center !important;
    z-index: 1;
}
.slick-current + .slider_dest_item .slider_dest_item_cover .slider_dest_texte .dest_title{
    text-align: right !important;
    margin-right: 0;
    margin-left: 0;
}
.slider_dest_item_cover .slider_dest_texte .dest_title{
    margin-bottom: 15px;
    width: 100%;
}
.slider_dest_item_cover .slider_dest_texte .dest_title_cover{
    display: inline-block;
}
.slider_dest_item_cover .slider_dest_texte .dest_link{
    text-align: center;
    width: 100%;
    position: relative;
    opacity: 0;
}
.slick-current .slider_dest_item_cover .slider_dest_texte .dest_link{
    z-index: 1;
    opacity: 1;
}
.fixed_slidertitle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.fixed_slidertitle,
.slider_dest_item_cover .slider_dest_texte .dest_title,
.slider_dest_item_cover .slider_dest_texte .dest_title a{
    font-size: 90px;
    line-height: 103px;
    color: #ffffff40;
    text-align: center;
    font-family: 'Comfortaa', cursive;
    font-weight: 100;
}
.slick-current .slider_dest_item_cover .slider_dest_texte .dest_title,
.slick-current .slider_dest_item_cover .slider_dest_texte .dest_title a{
    color: #fff;
    opacity: 1;
}
.slider_dest_item_cover .slider_dest_texte .dest_title a{
    display: inline-block;
    text-decoration: none;
}
.slider_dest_item_cover .slider_dest_texte .dest_subtitle{
    margin-bottom: 35px;
    width: 100%;
    text-align: center;
    min-height: 30px;
}
.slick-current .slider_dest_item_cover .slider_dest_texte .dest_subtitle{
    opacity: 1;
}
.slider_dest_item_cover .slider_dest_texte .dest_subtitle,
.slider_dest_item_cover .slider_dest_texte .dest_subtitle p{
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}
.dest_link a,
.prevnext_single .nextpost_text .dest_link a,
.slider_dest_item_cover .slider_dest_texte .dest_link a{
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    border: 1px solid #fff;
    letter-spacing: 1.4px;
    padding: 14px 55px 12px 20px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    background: url(assets/images/white-icon-fleche-cta-right.svg) no-repeat calc(100% - 20px) center / 25px;
}
.prevnext_single:hover .dest_link a,
.dest_link a:hover,
.prevnext_single .nextpost_text .dest_link a:hover,
.slider_dest_item_cover .slider_dest_texte .dest_link a:hover{
    color: #AD436C;
    background: #fff url(assets/images/hover-icon-fleche-cta-right.svg) no-repeat calc(100% - 20px) center / 25px;
}

.intro_desc_destination {
    margin-bottom: 120px;
    clear: both;
}
.page_title,
.intropage .sub_title,
.intro_desc_destination h1,
.intro_desc_destination .page_title{
    font-size: 56px;
    line-height: 65px;
    font-weight: 100;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}
.parallax_zone_texte,
.intropage .intropage_desc,
.intropage .intropage_desc p,
.intro_desc_destination,
.intro_desc_destination p{
    text-align: center;
    font-size: 27px;
    line-height: 40px;
    font-family: 'Comfortaa', cursive;
    color: #000;
    text-align: center;
}
.listes_destinations{

}
.listes_destinations .container{
    max-width: 1280px;
    padding: 0;
}
.destination_item{}
.destination_item .destination_item_cover{
    position: relative;
}
.destination_item .dest_image{
    align-items: center;
    justify-content: center;
    position: relative;
}
/*.destination_item .dest_image:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    opacity: 50%;
    z-index: 1;
}*/
.destination_item .dest_image .desc_img_link{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.destination_item .dest_image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.destination_item .destination_item_cover:hover .dest_image{

}
.destination_item .destination_item_cover .dest_cta{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-content: center;
    opacity: 0;
    text-decoration: none;
    z-index: 1;
}
.destination_item .dest_cta span{
    height: 200px;
    width: 200px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
}
.destination_item .destination_item_cover:hover .dest_cta{
    opacity: 1;
    visibility: visible;
}
.destination_item .dest_desc .shot_desc{
    max-height: 60px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.destination_item .dest_desc{
    max-width: calc();
}
.destination_item .dest_desc,
.destination_item .dest_desc p{
    font-size: 17px;
    line-height: 30px;
    color: #333;
}
.destination_item .shot_desc a{
    font-size: 17px;
    line-height: 30px;
    color: #333;
    text-decoration: none;
    display: block;
}
.destination_item .desc_title{}
.destination_item .desc_title,
.destination_item .desc_title a{
    text-transform: uppercase;
    font-size: 38px;
    line-height: 43px;
    color: #000;
    font-weight: 100;
}
.destination_item .destination_item_cover:hover .desc_title,
.destination_item .destination_item_cover:hover .desc_title a{
    color: #AD436C;
    text-decoration: none;
}
.destination_item .destination_item_cover .desc_title a{
    background: none no-repeat right center / 50px;
    padding-right: 60px;
    display: inline-block;
}
.destination_item .destination_item_cover:hover .desc_title a{
    background-image: url(assets/images/icon-fleche-desti.svg);
}
.destination_group:nth-child(2n + 1) .destination_item:nth-child(1) .destination_item_cover,
.destination_group:nth-child(2n + 1) .destination_item_1 .destination_item_cover{
    flex-wrap: initial;
}
.destination_group:nth-child(2n + 1) .destination_item:nth-child(1) .destination_item_cover .dest_image,
.destination_group:nth-child(2n + 1) .destination_item_1 .destination_item_cover .dest_image{
    max-width: 731px;
    min-width: 731px;
    height: 507px;
}
.destination_group:nth-child(2n + 1) .destination_item:nth-child(1) .destination_item_cover .dest_desc,
.destination_group:nth-child(2n + 1) .destination_item_1 .destination_item_cover .dest_desc{
    padding: 60px 0 0 20px;
}
.destination_group:nth-child(2n + 1) .destination_item:nth-child(2),
.destination_group:nth-child(2n + 1) .destination_item_2{
    margin-top: -245px;
    padding-right: 35px;
}
.destination_group:nth-child(2n + 1) .destination_item:nth-child(2) .destination_item_cover,
.destination_group:nth-child(2n + 1) .destination_item_2 .destination_item_cover{
    width: 384px;
    margin: auto 0 auto auto;
}
.destination_group:nth-child(2n + 1) .destination_item:nth-child(2) .destination_item_cover .dest_image,
.destination_group:nth-child(2n + 1) .destination_item_2 .destination_item_cover .dest_image{
    margin-bottom: 25px;
    height: 506px;
}

.destination_group:nth-child(2n + 1) .destination_item:nth-child(3),
.destination_group:nth-child(2n + 1) .destination_item_3{
    margin-top: -307px;
    padding-left: 44px;
}
.destination_group:nth-child(2n + 1) .destination_item:nth-child(3),
.destination_group:nth-child(2n + 1) .destination_item_3{
    margin-top: -307px;
    padding-left: 44px;
}

.destination_group:nth-child(2n + 1) .destination_item:nth-child(3) .dest_desc{
    padding-right: 100px;
}
.destination_group:nth-child(2n + 1) .destination_item:nth-child(3) .destination_item_cover,
.destination_group:nth-child(2n + 1) .destination_item_3 .destination_item_cover{
    width: 586px;
    margin: 0;
}
.destination_group:nth-child(2n + 1) .destination_item:nth-child(3) .destination_item_cover .dest_image,
.destination_group:nth-child(2n + 1) .destination_item_3 .destination_item_cover .dest_image{
    margin-bottom: 25px;
    width: 100%;
    height: 355px;

}
.destination_group{
    clear: both;
    margin-bottom: 40px;
}
.destination_group:nth-child(2n){
    float: left;
    width: 100%;
    margin-top: -65px;
    padding-left: 35px;
}
.destination_group:nth-child(2n) .destination_item .dest_image{
    margin-bottom: 25px;
}
.destination_group:nth-child(2n) .destination_item:nth-child(1){
    align-items: center;
    align-content: center;
    width: 384px;
    max-width: 384px;
    margin-right: 121px;
}
.destination_group:nth-child(2n) .destination_item{
    width: calc(100% - 505px);
    float: left;
}
.destination_group:nth-child(2n) .destination_item:nth-child(1) .destination_item_cover{
    width: 384px;
}
.destination_group:nth-child(2n) .destination_item:nth-child(1) .destination_item_cover  .dest_image{
    width: 100%;
    height: 508px;
}
.destination_group:nth-child(2n) .destination_item:nth-child(2) .destination_item_cover{
    width: 730px;
}
.destination_group:nth-child(2n) .destination_item:nth-child(2){
    margin-bottom: 40px;
}
.destination_group:nth-child(2n) .destination_item:nth-child(2) .destination_item_cover .dest_image{
    width: 100%;
    height: 483px;
}
.destination_group:nth-child(2n) .destination_item:nth-child(3) .destination_item_cover{
    width: 586px;
    margin: auto;
}
.destination_group:nth-child(2n) .destination_item:nth-child(3) .destination_item_cover .dest_image{
    width: 100%;
    height: 355px;
}
.last_group_1 .destination_group:last-child{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*justify-content: flex-end;*/
}
.last_group_1 .destination_group + .destination_group:last-child{
    justify-content: flex-end;
}
.last_group_1 .destination_group:last-child .destination_item{
    margin-right: 0;
}
.last_group_1 .destination_group:last-child .destination_item,
.last_group_1 .destination_group:last-child .destination_item .dest_image{
    max-width: 731px;
    min-width: 731px;
    height: 507px;
}
.last_group_1 .destination_group:last-child .destination_item .destination_item_cover{
    width: 100%;
}
#leslodges{
    background: #F5FDFF;
    padding: 70px 0 100px;
    position: relative;
    z-index: 1;
}

#leslodges .lodges_intro{
    margin-bottom: 80px;
}
#leslodges.nos_coupsdecoeurs .lodges_intro {
  margin-bottom: 60px;
}
#leslodges .lodges_intro,
#leslodges .lodges_intro p{
    text-align: center;
    color: #333;
    font-size: 17px;
    line-height: 30px;
}
#leslodges.nos_coupsdecoeurs .lodges_intro,
#leslodges.nos_coupsdecoeurs .lodges_intro p{
    text-align: left;
}
.contenu_services h1,
.title_h2,
.intropage .title_page,
#leslodges .lodges_intro .title_lodges{
    color: #AD436C;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-align: center;
    margin-bottom: 15px;
}
#leslodges .lodges_intro .subtitle_lodges{
    font-size: 38px;
    line-height: 43px;
    text-align: center;
    font-weight: 100;
    margin-bottom: 20px;
} 
#leslodges .lodges_intro .short_desc{
    max-width: 790px;
    margin: auto;
} 
#leslodges.nos_coupsdecoeurs .lodges_intro .title_lodges,
#leslodges.nos_coupsdecoeurs .lodges_intro .subtitle_lodges,
#leslodges.nos_coupsdecoeurs .lodges_intro .short_desc,
#leslodges.nos_coupsdecoeurs .lodges_intro,
#leslodges.nos_coupsdecoeurs .lodges_intro p{
    text-align: left;
}
#leslodges.nos_coupsdecoeurs .lodges_intro .short_desc{
    margin-left: 0;
}
#leslodges .leslodges_slider{
    max-width: 970px;
    margin: auto;
}
#leslodges.nos_coupsdecoeurs .nos_coupsdecoeurs_cover {
    max-width: 100%;
    margin: auto;
}
#leslodges.nos_coupsdecoeurs .nos_coupsdecoeurs_cover font{
    /*display: none;*/
}
#leslodges .coupsdecoeurs_slider {
    max-width: 100%;
    margin: 0;
    overflow: hidden;
}

#leslodges .coupsdecoeurs_slider .slick-list{
    margin-right: -20px;
    padding-left: 0 !important;
    padding-right: 55px !important;
}
#leslodges.nos_coupsdecoeurs .slidercontrols {
    max-width: 990px;
    position: relative;
    display: none;
}
#leslodges .lodges_item{
    margin: 0 40px;
}
#leslodges #leslodges_2 .lodges_item{
    margin: 0 10px;
}   
#leslodges .lodges_item .lodges_item_cover{
    position: relative;
    height: 561px;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#leslodges.nos_coupsdecoeurs .lodges_item .lodges_item_cover{
    height: 570px;
}
#leslodges .slick-track{
    margin: 0;
}
#leslodges #leslodges_3 .lodges_item .lodges_item_cover,
#leslodges .leslodges_3 .lodges_item .lodges_item_cover,
#leslodges .lodges_item.slick-center .lodges_item_cover{
    margin-left: -70px;
    margin-right: -70px;
}
#leslodges #leslodges_2 .lodges_item.slick-center .lodges_item_cover,
#leslodges #leslodges_3 .lodges_item.slick-center .lodges_item_cover,
#leslodges .leslodges_3 .lodges_item.slick-center .lodges_item_cover{
    margin-left: 0;
    margin-right: 0;
}
#leslodges.nos_coupsdecoeurs .lodges_item{
    padding: 0;
    margin: 0 20px 0 0;
}
#leslodges.nos_coupsdecoeurs .lodges_item.slick-center .lodges_item_cover{
    padding: 0;
    margin: 0;
}
#leslodges #leslodges_3 .lodges_item.slick-center .lodge_image a img,
#leslodges .leslodges_3 .lodges_item.slick-center .lodge_image a img,
#leslodges .lodges_item .lodge_image img{
    min-height: 320px;
    object-fit: cover;
    object-position: center;
}
#leslodges #leslodges_3 .lodges_item .lodge_image,
#leslodges .leslodges_3 .lodges_item .lodge_image,
#leslodges.nos_coupsdecoeurs .lodges_item .lodge_image,
#leslodges .lodges_item.slick-center .lodge_image{
    height: 100%;
    width: 100%;
}  
#leslodges #leslodges_3 .lodges_item.slick-center .lodge_image,
#leslodges .leslodges_3 .lodges_item.slick-center .lodge_image{
    height: auto;
}
#leslodges #leslodges_2 .lodges_item .lodge_image,
#leslodges #leslodges_2 .lodges_item .lodge_image a,
#leslodges #leslodges_2 .lodges_item .lodge_image a img,
#leslodges #leslodges_3 .lodges_item .lodge_image a,
#leslodges #leslodges_3 .lodges_item .lodge_image a img,
#leslodges .leslodges_3 .lodges_item .lodge_image a,
#leslodges .leslodges_3 .lodges_item .lodge_image a img,
#leslodges.nos_coupsdecoeurs .lodges_item .lodge_image a,
#leslodges.nos_coupsdecoeurs .lodges_item .lodge_image a img,
#leslodges .lodges_item.slick-center .lodge_image a,
#leslodges .lodges_item.slick-center .lodge_image a img{
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
#leslodges .lodges_item .lodge_image a{
  display: block;
  width: 100%;
}
#leslodges #leslodges_3 .lodges_item.slick-center .lodge_texte,
#leslodges .leslodges_3 .lodges_item.slick-center .lodge_texte,
#leslodges .lodges_item .lodge_texte{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 15px;
    display: none;
} 
#leslodges #leslodges_3 .lodges_item .lodge_texte,
#leslodges .leslodges_3 .lodges_item .lodge_texte,
#leslodges.nos_coupsdecoeurs .lodge_texte,
#leslodges .lodges_item.slick-center .lodge_texte{
    display: block;
} 
#leslodges.nos_coupsdecoeurs .lodge_texte{
    padding: 20px 25px;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000CC 100%) 0% 0% no-repeat padding-box;
} 
#leslodges .lodges_item .lodge_texte .lodge_name{
    margin: 0 0 10px;
} 
#leslodges .lodges_item .lodge_texte .lodge_name,
#leslodges .lodges_item .lodge_texte .lodge_name a{
    font-size: 38px;
    line-height: 43px;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-decoration: none;
} 
#leslodges .lodges_item .lodge_texte .sort_texte,
#leslodges .lodges_item .lodge_texte .sort_texte p,
#leslodges .lodges_item .lodge_texte .sort_texte a{
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.leslodges_slider button{
    top: calc(50% - 26px);
    width: 52px;
    height: 52px;
    left: -60px;
    background-image: url(assets/images/icon-slider-left.svg);
    margin: 0;
    min-width: 52px;
}
.leslodges_slider button{
    left: -40px;
}
.leslodges_slider button.slick-next{
    right: -60px;
    left: auto;
    background-image: url(assets/images/icon-slider-right.svg);
}
.leslodges_slider button.slick-next{
    right: -40px;
}
.single_lodge_title,
.single_lodge_thumbnail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
	background: #341A0025;
}
.single_lodge_thumbnail img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.single_lodge_title{
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}
.single_lodge_title h1{
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 70px;
    line-height: 80px;
    font-weight: 100;
}
.prevnext_single{
    height: 550px;
    position: relative;
}
.prevnext_single_lodge:before,
.prevnext_single_destination:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #341A00;
    opacity: 50%;
    z-index: 1;
}
.prevnext_single .nextpost_img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.prevnext_single .nextpost_img a,
.prevnext_single .nextpost_img a img{
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.prevnext_single .nextpost_text{
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    min-height: 240px;
}
.prevnext_single .nextpost_text .nextpost_title{
    width: 100%;
    margin: 15px 0 25px;
    text-align: center;
}
.prevnext_single .nextpost_text .nextpost_title,
.prevnext_single .nextpost_text .nextpost_title a{
    font-size: 56px;
    line-height: 65px;
    color: #fff;
    text-decoration: none;
}
.prevnext_single .nextpost_text .nextpost_title a{
    display: inline-block;
}
.prevnext_single .nextpost_text .nextprev_title{
   text-transform: uppercase; 
   text-align: center;
   width: 100%;
   color: #fff;
   font-size: 18px;
   line-height: 24px;
   font-weight: 900;
}
.prevnext_single .nextpost_text .lieu_lodge {
    width: 100%;
    text-align: center;
    color: #fff;
    margin: -10px 0 30px;
}
.goto_contact{
    text-align: center;
    padding-bottom: 90px !important;
}
.single-nos-destinations .goto_contact {
    background: #F5FDFF;
    margin-bottom: 0;
    padding-bottom: 100px !important;
}
.goto_contact a{
    display: inline-block;
    letter-spacing: 1.4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    background: #AD436C url(assets/images/white-icon-fleche-cta-right.svg) no-repeat calc(100% - 20px) center / 27px;
    padding: 13px 55px 13px 20px;
    text-decoration: none;
}
.goto_contact a:hover{
    background-color: #341A00;
    background-image: url(assets/images/white-icon-fleche-cta-right.svg);
}
#galerie_asavoir .slick-list{
    padding-left: 0 !important;
    /*padding-right: calc(100% - 1279px) !important;*/
}
#galerie_asavoir .slidercontrols {
    width: calc(100% - 320px);
    padding: 0 40px 0 0;
    display: none;
}
.bloc_asavoir .container{
    /*max-width: 1310px;*/
    max-width: 100%;
    padding-left: calc(calc(100% - 1194px) / 2);
    padding-right: 0;
}
.bloc_asavoir .bloc_asavoir_intro,
.bloc_asavoir .galerie_asavoir{
    margin-bottom: 60px;
}
.bloc_asavoir {
    margin-bottom: 100px;
    position: relative;
}
.page_single_destination .bloc_asavoir {
    padding-bottom: 100px;
    position: relative;
    background: #fff;
    margin: 0;
}
.page_single_destination .galerie_asavoir{
    margin: 0;
}
.bloc_asavoir .bloc_asavoir_intro{
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 120px;
    background: #fff;
}
.page_single_lodge .bloc_asavoir .bloc_asavoir_intro{
	margin-bottom: 0;
}
.bloc_asavoir .bloc_asavoir_intro,
.bloc_asavoir .bloc_asavoir_intro p{
    position: relative;
    color: #333333;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}
.bloc_asavoir .bloc_asavoir_intro .title_asavoir{
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #AD436C;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}
.bloc_asavoir .bloc_asavoir_intro:after,
.bloc_asavoir .bloc_asavoir_intro:before{
    content: "";
    width: 100%;
    display: block;
    background: url(assets/images/icon-separateur-a-savoir.svg) no-repeat center / 146px;
    height: 15px;
}
.bloc_asavoir .bloc_asavoir_intro:before{
    margin-bottom: 30px;
}
.bloc_asavoir .bloc_asavoir_intro:after{
    margin-top: 30px;
}
.bloc_asavoir .galerie_asavoir .gal_elt{
    height: 850px;
    max-height: 850px;
    margin-right: 10px;
}
.bloc_asavoir .galerie_asavoir .gal_elt img{
    height: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.galerie_asavoir .slick-slider{
    
}
.nos_coupsdecoeurs .slick-slider .slick-arrow,
.galerie_asavoir .slick-slider .slick-arrow{
    left: 0;
}
.nos_coupsdecoeurs .slick-slider .slick-next.slick-arrow,
.galerie_asavoir .slick-slider .slick-next.slick-arrow{
    left: 50px;
}
.nos_coupsdecoeurs .slick-slider .slick-arrow,
.galerie_asavoir .slick-slider .slick-arrow{
    position: absolute;
    bottom: 0;
    top: auto !important;
}
.nos_coupsdecoeurs .slick-slider .slick-dots,
.galerie_asavoir .slick-slider .slick-dots{
    width: calc(100% - 100px);
    margin-top: 50px;
    margin-left: 100px;
    max-width: 1092px;
    padding-bottom: 6px;
}
.details_lodge .container{
    max-width: 1193px;
}
.details_lodge .local_lodge{
    margin-bottom: 50px;
    background: url(assets/images/icon-map.svg) no-repeat center 0 / 20px;
    color: #AD436C;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    padding-top: 45px;
    text-align: center;
}
.details_lodge .intro_lodge{
    margin-bottom: 50px;
}
.details_lodge .intro_lodge,
.details_lodge .intro_lodge p{
    font-size: 27px;
    line-height: 40px;
    color: #000;
    font-family: 'Comfortaa', cursive;
    font-weight: normal;
    text-align: center;
}
.details_lodge .desc_lodge{margin: 0 auto 140px;}
.details_lodge .desc_lodge,
.details_lodge .desc_lodge p{
    font-size: 17px;
    line-height: 30px;
    color: #000;
    font-weight: normal;
    text-align: justify;
}
.lodges_more_infos{
    max-width: 1091px;
    margin: auto;
}
.lodges_more_infos .more_infos_elt{
    position: relative;
    flex-wrap: initial;
    align-items: flex-start;
    margin-bottom: 100px;
}
.lodges_more_infos .more_infos_elt:last-child{
    margin-bottom: 130px;
}
.lodges_more_infos .lodge_image{
    position: relative;
    height: 560px;
    max-width: 890px;
}
.lodges_more_infos .lodge_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.more_infos_elt .lodge_texte {
    background: #F5FAFF;
    width: 384px;
    padding: 75px 30px 50px;
    font-size: 17px;
    line-height: 30px;
    margin-left: -192px;
    margin-top: 100px;
    position: relative;
    z-index: 1;
}
.lodges_more_infos .more_infos_elt:nth-child(2n){
    flex-direction: row-reverse;
}
.lodges_more_infos .more_infos_elt:nth-child(2n) .lodge_texte {
    margin-left: auto;
    margin-right: -192px;
}
.sub_title_h2,
.more_infos_elt .title_infos{
    font-size: 38px;
    line-height: 43px;
    color: #000;
    font-family: 'Comfortaa', cursive;
    font-weight: 100;
    margin-bottom: 15px;
}
.more_infos_elt .lodge_texte ul{
    list-style: disc;
    padding-left: 18px;
}
.more_infos_elt .lodge_texte ul li{
    
}
.infos_pratiques{
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
#infos_pratiques .container{
    max-width: 1194px;
    padding: 0 15px 0 105px;
    position: relative;
}
.infos_pratiques + div{
    position: relative;
    z-index: 1;
}
.parallax .parallax_cover{
    position: fixed;
    left: 0;
    right: 0;
    padding-bottom: 30px;
}
.goto_desti_page{
    position: absolute;
    top: 20px;
    left: 15px;
}
.goto_desti_page a{
    background: url(assets/images/icon-fleche-retour-desti.svg) no-repeat 0 center;
    width: 67px;
    height: 15px;
    display: inline-block;
}
.infos_pratiques .head_title{
    margin-bottom: 25px;
    font-size: 56px;
    line-height: 65px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    text-align: left;
    margin-left: -4px;
}
.infos_pratiques .flex_infos_pratiques{
   margin: 0 -10px;
}
.infos_pratiques .infos_group{
   width: 25%;
   color: #666666;
   font-size: 17px;
   line-height: 25px;
   padding: 0 10px;
}
.infos_pratiques .infos_group .inp_item{
   margin-bottom: 20px;
}
.infos_pratiques .infos_group ul{
    padding: 0 0 0 15px;
    margin: 0;
}
.infos_pratiques .formalites{
   width: 50%;
}
.infos_pratiques .infos_group .title{
    font-size: 14px;
    line-height: 20px;
    font-weight: 900;
    letter-spacing: 1.4px;
    color: #000000;
    text-transform: uppercase;
    display: block;
}
.div_video_cover,
.videodestination{
    height: 100vh/*1080px*/;
}
.videoautoplay .playbutton{
    background: url(assets/images/icon-lecteur-video-play.svg) no-repeat center;
    height: 170px;
    width: 170px;
    display: inline-block;
    position: absolute;
    top: calc(50% - 85px);
    left: calc(50% - 85px);
    cursor: pointer;
    z-index: 1;
}
.videoautoplay .activevideo{
    background-image: url(assets/images/icon-lecteur-video-pause.svg);
}
.top_details_destination{
    background: #F5FAFF;
    padding: 140px 0 100px;
    position: relative;
    z-index: 1;
}
.top_details_destination .intro_detail_desc{
    max-width: 990px;
    margin: 0 auto 70px;
}
.top_details_destination .intro_detail_desc,
.top_details_destination .intro_detail_desc p{
    font-size: 27px;
    line-height: 40px;
    font-family: 'Comfortaa', cursive;
    font-weight: normal;
}
.top_details_destination  .content_detail_desc{
    margin: 0 -30px;
}
.top_details_destination  .detail_right,
.top_details_destination  .detail_left{
    width: 50%;
    padding: 0 30px;
}
.top_details_destination  .detail_left{
    padding-top: 30px;
}
.top_details_destination  .detail_right .detail_right_image{
    width: 585px;
    height: 574px;
    max-width: 100%;
}
.top_details_destination  .detail_right .detail_right_texte{
    width: 100%;
    padding-right: 40px;
    margin-bottom: 90px;
}
.top_details_destination  .detail_left .detail_left_image{
    width: 485px;
    height: 707px;
    margin-bottom: 90px;
    max-width: 100%;
}
.top_details_destination  .detail_left .detail_left_texte{
    padding-left: 75px;
    width: 100%;
}
.top_details_destination .detail_right_image img,
.top_details_destination .detail_left_image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.videodestination .afel_video{
    margin-bottom: -10px;
}
.goto_contact,
.secondvideo{
    padding-bottom: 60px;
}
#bottom_details_destination {
    padding-bottom: 150px;
    background: #fff;
    position: relative;
}
.bottom_details_destination_cover,
.bottom_details_destination_cover p{
    font-size: 17px;
    line-height: 30px;
    color: #333333;;
}
.bottom_details_destination_cover .title_detail{
    font-size: 38px;
    line-height: 43px;
    font-weight: 100;
    font-family: 'Comfortaa', cursive;
    margin-bottom: 30px;
}
.bottom_details_destination_cover .detail_bottom,
.bottom_details_destination_cover .detail_top{

}
.bottom_details_destination_cover .detail_top{
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.bottom_details_destination_cover .detail_texte,
.bottom_details_destination_cover .detail_image_1,
.bottom_details_destination_cover .detail_image_3,
.bottom_details_destination_cover .detail_image_2{
    width: 50%;
}
.bottom_details_destination_cover .detail_texte{
    max-width: 485px;
    padding-bottom: 80px;
    padding-top: 70px;
}
.bottom_details_destination_cover .detail_image_1{
    padding-right: 121px;
    max-width: 580px;
    height: auto;
}
.bottom_details_destination_cover .detail_bottom{
    margin-top: -70px;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
}
.bottom_details_destination_cover .detail_image_2{
    margin-bottom: -254px;
    height: 508px;
    margin-right: -80px;
    position: relative;
    max-width: 586px;
}
.bottom_details_destination_cover .detail_image_3{
    max-width: 485px;
}
.bottom_details_destination_cover .detail_image_3 img,
.bottom_details_destination_cover .detail_image_2 img,
.bottom_details_destination_cover .detail_image_1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.intropage{
    margin-bottom: 60px;
}
.intropage .title_page{
    
}
.intropage .sub_title{
    
}
.intropage .intropage_desc,
.intropage .intropage_desc p{
    
}

.pagedesc_top{
    padding-top: 80px;
}
.pagedesc_top .desc_zone_texte{
 
}
.pagedesc_top .pagedesc_zone_one{
    flex-wrap: initial;
    align-items: center;
}
.pagedesc_top .pagedesc_zone_one .desc_zone_texte{
    width: 35%;
    padding-right: 25px;
}
.pagedesc_top .pagedesc_zone_one .zone_image_one{
    width: 40%;
    padding: 0 25px;
}
.pagedesc_top .pagedesc_zone_one .zone_image_two{
    width: 25%;
    padding-left: 25px;
    align-items: center;
}
.pagedesc_top .pagedesc_zone_two{
    align-items: flex-end;
    margin-bottom: 60px;
}
.pagedesc_top .pagedesc_zone_three .desc_zone_texte,
.pagedesc_top .pagedesc_zone_three .desc_zone_image,
.pagedesc_top .pagedesc_zone_two .desc_zone_texte,
.pagedesc_top .pagedesc_zone_two .zone_image{
    width: 50%;
}
.pagedesc_top .pagedesc_zone_two .desc_zone_texte{
    padding-left: 60px;
}
.pagedesc_top .pagedesc_zone_two .zone_image{
    text-align: right;
    padding-right: 61px;
    margin-top: -40px;
}
.pagedesc_top .pagedesc_zone_three .desc_zone_texte{
    padding-right: 50px;
}
.pagedesc_top .pagedesc_zone_three .zone_image_two{
    position: relative;
    top: -80px;
    left: -150px;
    max-width: 182px;
}
.pagedesc_bottom{
    padding-top: 60px;
}
.pagedesc_bottom .container{
    /*padding-left: 0;
    padding-right: 0;*/
}
.pagedesc_bottom .text_intro,
.pagedesc_bottom .text_intro .title_h2{
    text-align: left;
}
.pagedesc_bottom .pagedesc_zone_one{
    flex-wrap: initial;
    margin-bottom: 60px;
}
.pagedesc_bottom .pagedesc_zone_one .desc_zone_texte{
    max-width: 50%;
    min-width: 50%;
    padding-right: 100px;
    padding-top: 50px
}
.pagedesc_bottom .pagedesc_zone_one .zone_image_one{
    align-items: center;
}
.pagedesc_bottom .pagedesc_zone_one .zone_image_two{
    align-items: flex-start;
    margin-left: -50px;
    max-width: 226px;
    padding-top: 100px;
    min-width: 226px;
}
.pagedesc_bottom .pagedesc_zone_two{
    
}
.pagedesc_bottom .pagedesc_zone_two .zone_image{
    width: 50%;
    text-align: right;
    padding-right: 121px;
}
.pagedesc_bottom .pagedesc_zone_two .desc_zone_texte{
    width: 485px;
    text-align: left;
    max-width: 50%;
}
.parallax_zone{
    position: relative;
    height: 900px;
    overflow: hidden;
    background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}
.parallax_zone .parallax_zone_content{
    height: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.parallax_zone:before{
    content: "";
    background: #341A0050;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.parallax_zone .parallax_zone_cover{
    position: fixed;
    left: 0;
    right: 0;
    top: -500px;
    bottom: -500px;
    z-index: 0;
    justify-content: center;
    align-items: center;
}
.parallax_zone .parallax_zone_cover .container{
    max-width: 1192px;
    padding-left: 15px;
    padding-right: 15px;
}
.white_bgcolor{
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 0 !important;
    padding-bottom: 60px;
    clear: both;
}
.parallax_zone_texte {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-content: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    font-family: 'Comfortaa', cursive;
	font-weight: lighter;
}
.infos_texte_video{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    justify-content: center;
    align-content: center;
    padding: 0 15px;
}
.infos_texte_video_cover .dest_subtitle{
    margin-bottom: 30px;
}
#terms-use{
    display: block;
}
.div_video_cover{
    cursor: pointer;
    background: #fff;
    max-height: 100vh;
}
.videodestination .ban_image,
.div_video_cover .ban_image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.div_video_cover .topvideobloc{
    height: 100%;
}
#secondvideo{
    position: relative;
    padding-bottom: 100px;
    background: #fff;
    margin-bottom: 0;
}
#secondvideo:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    background: #F5FAFF;
}
#secondvideo .container {
  padding: 0;
}
#secondvideo .videoautoplay img{
	width: 100%;
  	object-fit: cover;
  	object-position: center;
}
.video {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.page_services{
    background-size: cover;
    background-position: center;
    height: auto !important;
    max-height: initial !important;
    padding-bottom: 30px;
    padding-top: 133px;
    align-content: center;
    align-items: center;
    background-position: center 0;
}
.page_services,
.page-id-197 #site_content{
    min-height: 100vh;
}
.contenu_services h1{
    text-align: left;
}
.contenu_services {
    width: 485px;
    background: #fff url(assets/images/service.png) no-repeat right bottom;
    padding: 50px 45px 86px;
    margin: 0 0 0 auto;
    max-width: 100%;
}
.contenu_services h2{
    font-family: 'Comfortaa', cursive;
    font-weight: 100;
    font-size: 38px;
    line-height: 43px;
    color: #000;
    margin-bottom: 25px;
}
.contenu_services p{
    margin-bottom: 21px;
}
.contenu_services p:last-child{
    margin-bottom: 0;
}
.contact_content{
    max-width: 990px;
    margin: auto;
    justify-content: space-around;
}
.contact_content .box_intro{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.contact_content .wpcf7 {
    max-width: calc(100% - 320px);
}
.contact_content .contact_infos {
    color: #fff;
    max-width: 283px;
}
.contact_content .contact_infos p {
    margin-bottom: 30px;
}
.page-id-194 #site_content{
    margin-bottom: 130px;
}
.banner_width_title {
  min-height: 540px;
  text-align: center;
  padding-top: 270px;
  background-size: cover;
  background-position: center;
  padding-bottom: 50px;
  margin-bottom: 140px;
}
.banner_width_title h1{
  font-size: 58px;
  line-height: 68px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.page-id-194 .content_page_cover h2{
    font-size: 38px;
    line-height: 43px;
    margin-bottom: 15px;
}
.page-id-194 .content_page_cover p{
    margin-bottom: 50px;
}
.wow{
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

/* volume on : button */ 
.mute_unmute_sound {
    position: absolute;
    bottom: 32px;
    right: 20px;
    z-index: 1;
    background: url(assets/images/sound-off.svg) center center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.videoisplaying .mute_unmute_sound{
    background: url(assets/images/sound-on.svg) center center / 100%;
}


/* Carnets de voyage */
.carnets_de_voyage{

}
.carnets_de_voyage .intro_page{
    margin-bottom: 100px;
}
.carnets_de_voyage .intro_page .page_title{
    color: #341A00;
}
.carnets_de_voyage .intro_page .cn_content{
    font-size: 20px;
    color: #333;
    max-width: 790px;
    margin: auto;
}
.carnets_de_voyage .listingcarnets{
    
}
.carnets_de_voyage .listingcarnets .cn_item{
    margin-bottom: 80px;
}
.carnets_de_voyage .listingcarnets .cn_item_cover{
    align-items: center;
}
.carnets_de_voyage .listingcarnets .cn_item:nth-child(2n) .cn_item_cover{
    flex-direction: row-reverse;
}
.carnets_de_voyage .listingcarnets .cn_viewer{
    max-width: 485px;
    width: 100%;
}
.carnets_de_voyage .listingcarnets .cn_desc{
    width: 100%;
    max-width: calc(100% - 485px);
    padding: 0 100px;
}
.carnets_de_voyage .listingcarnets .cn_desc .title{
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #341A00;
    text-align: left;
    margin: 0;
}
.carnets_de_voyage .listingcarnets .cn_desc .date{
    font-size: 14px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    text-align: left;
}
.carnets_de_voyage .listingcarnets .cn_desc .desc{
    color: #333333;
    margin-top: 50px;
    text-align: justify;
}
.carnets_de_voyage .listingcarnets .cn_desc .desc p:last-child,
.carnets_de_voyage .intro_page p:last-child{
    margin-bottom: 0;
}

@media (max-width: 1300px){
    #site_footer .site_footer_cover .footer_boxleft {
        padding: 50px 80px 50px 15px;
    }
    #site_footer .site_footer_cover .footer_boxright{
        padding: 50px 15px 50px 80px;
    }
    .destination_group:nth-child(2n+1) .destination_item:nth-child(1) .destination_item_cover .dest_image, 
    .destination_group:nth-child(2n+1) .destination_item_1 .destination_item_cover .dest_image {
      min-width: 50%;
    }
    .destination_group:nth-child(2n+1) .destination_item:nth-child(3) .destination_item_cover, .destination_group:nth-child(2n+1) .destination_item_3 .destination_item_cover {
        max-width: 50%;
    }
    .destination_group:nth-child(2n) .destination_item:nth-child(3) .destination_item_cover,
    .destination_group:nth-child(2n) .destination_item:nth-child(2) .destination_item_cover{
        max-width: 100%;
    }
}
@media (min-width: 1200px){
    #leslodges .container{
        max-width: 1194px;
        padding: 0;
    }
    #leslodges.nos_coupsdecoeurs .nos_coupsdecoeurs_cover {
        padding-left: calc(calc(100% - 1194px) / 2);
    }
}
@media (max-width: 1199px){
    #site_footer .site_footer_cover .footer_boxleft .logo_footer {
        margin-right: 85px;
        max-width: 200px;
    }
    #site_footer .site_footer_cover .footer_boxleft {
        padding: 50px 50px 50px 15px;
    }
    #site_footer .site_footer_cover .footer_boxright{
        padding: 50px 15px 50px 50px;
    }
    .intro_desc_destination {
        margin-bottom: 80px;
    }
    #leslodges.nos_coupsdecoeurs .nos_coupsdecoeurs_cover {
        padding-left: calc(calc(100% - 930px) / 2);
    }
    .destination_item .dest_desc .shot_desc,
    body,
    .pagedesc_top .pagedesc_zone_three .desc_zone_texte,
    .pagedesc_top .pagedesc_zone_two .desc_zone_texte,
    .pagedesc_top .pagedesc_zone_one .desc_zone_texte {
      font-size: 14px;
      line-height: 24px;
    }
    .listes_destinations .container {
        padding: 0;
    }
    #galerie_asavoir .slidercontrols {
      width: calc(100% - 260px);
    }
    .carnets_de_voyage .listingcarnets .cn_desc {
        padding: 0 50px;
    }
}
@media (max-width: 1024px){
    .page_services_cover .box_intro .page_title,
    .infos_texte_video_cover .dest_subtitle, .box_intro .page_title,
    .slider_dest_item_cover .slider_dest_texte .dest_title, .slider_dest_item_cover .slider_dest_texte .dest_title a {
        font-size: 60px;
        line-height: 69px;
    }
    .slider_dest_item_cover .slider_dest_texte .dest_title,
    .slider_dest_item_cover .slider_dest_texte .dest_subtitle, .slider_dest_item_cover .slider_dest_texte .dest_subtitle p{
        display: none;
    }
    .slick-current .slider_dest_item_cover .slider_dest_texte .dest_title{
        margin-bottom: 20px;
        display: block;
    }
    .banner_destination .customslider_arrow .container button {
        left: 50px;
        height: 42px;
        width: 42px;
        background-size: contain;
    }
    .banner_destination .customslider_arrow .container button.slick-next{
        left: auto;
        right: 50px;
    }
    .listes_destinations .container,
    .container{
        max-width: 100%;
        padding: 0 40px;
    }
    .oftab1024{
        display: none !important;
    }
    .ontab1024{
        display: block !important;
    }
    .ProgressBar, .ProgressBar-contentCircle {
        height: 360px;
        width: 360px;
    }
    .page_banner, .page_services, #site_content .page_contact {
      height: 1024px;
      min-height: 1024px;
      padding-top: 160px;
    }
    #site_content{
        min-height: auto;
    }
    .page_banner .topvideobloc{
        height: 100%;
    }
    
    #site_footer .afel_instagram .insta_title,
    .newsform label,
    .destination_item .desc_title, .destination_item .desc_title a,
    .sub_title_h2, .more_infos_elt .title_infos {
        font-size: 28px;
        line-height: 32px;
    }
    .more_infos_elt .lodge_texte {
        font-size: 14px;
        line-height: 24px;
    }
    #leslodges .lodges_item .lodge_texte .lodge_name, #leslodges .lodges_item .lodge_texte .lodge_name a {
      font-size: 26px;
      line-height: 31px;
    }
    .pagedesc_bottom .pagedesc_zone_one .zone_image_one {
        width: 60%;
        padding-right: 20px;
    }
    .pagedesc_bottom .pagedesc_zone_one .desc_zone_image.ontab1024{
        width: 35%;
    }
    .pagedesc_bottom .pagedesc_zone_one .zone_image_one img,
    .pagedesc_bottom .pagedesc_zone_one .desc_zone_image.ontab1024 img{
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .pagedesc_bottom .pagedesc_zone_one .desc_zone_image.ontab1024 img:nth-child(1){
        position: relative;
        top: -40px;
        left: -60px
    }
    .coupsdecoeurs_slider .slick-list, 
    .leslodges_slider .slick-list {
        width: 100%;
        margin: auto;
    }
    .leslodges_slider button {
        top: calc(50% - 15px);
        width: 30px;
        height: 30px;
        left: 0;
    }
    .leslodges_slider button.slick-next {
        right: 0;
        left: auto;
    }
    .intropage .sub_title, .intro_desc_destination h1, .intro_desc_destination .page_title,
    .intropage .sub_title,
    #leslodges .lodges_intro .subtitle_lodges {
        font-size: 38px;
        line-height: 43px;
    }
    .title_h2, .intropage .title_page, #leslodges .lodges_intro .title_lodges{
        font-size: 16px;
        line-height: 21px;
    }
    .details_lodge .intro_lodge, .details_lodge .intro_lodge p,
    .parallax_zone_texte, .intropage .intropage_desc, .intropage .intropage_desc p, .intro_desc_destination, .intro_desc_destination p{
        font-size: 22px;
        line-height: 32px;
    }
    #leslodges .lodges_item .lodges_item_cover {
        height: 315px;
    }
    #leslodges .lodges_item .lodge_image img {
        min-height: 180px;
    }
    .destination_item_cover .dest_image{
        margin-bottom: 25px;
    }
    .top_details_destination .content_detail_desc .detail_left_image,
    .top_details_destination .content_detail_desc .detail_right_image{
        margin-top: 10px;
    }
    .top_details_destination .content_detail_desc .detail_left_image{
        margin-top: 30px;
    }
    
    .bloc_asavoir .galerie_asavoir .gal_elt {
        height: 435px;
        max-height: 435px;
    }
    .videodestination{
        height: 675px;
    }
    #leslodges.nos_coupsdecoeurs .container,
    #leslodges.nos_coupsdecoeurs .nos_coupsdecoeurs_cover {
        padding-left: 120px;
    }
    #leslodges .coupsdecoeurs_slider .slick-list {
        margin-left: 0;
        margin-right: -20px;
    }
    /*#leslodges.nos_coupsdecoeurs .lodges_item {
        margin: 0 20px 0 0;
    }*/
    #leslodges.nos_coupsdecoeurs .slidercontrols {
        padding-right: 40px;
    }
    .newsform label {
        margin-bottom: 30px;
    }
    #leslodges #leslodges_3 .lodges_item.slick-center .lodge_image a img, 
    #leslodges .leslodges_3 .lodges_item.slick-center .lodge_image a img, 
    #leslodges .lodges_item .lodge_image img {
        min-height: 180px;
    }
    .single_lodge_title h1 {
        font-size: 50px;
        line-height: 58px;
    }
    .details_lodge .local_lodge,
    .prevnext_single .nextpost_text .nextprev_title {
        font-size: 16px;
        line-height: 21px;
    }
    .prevnext_single .nextpost_text .nextpost_title, .prevnext_single .nextpost_text .nextpost_title a{
        font-size: 36px;
        line-height: 42px;
    }
    .slide_services .service_item_cover .service_image {
        width: calc(100% - 180px);
        min-width: calc(100% - 180px);
    }
    .slide_services .service_item_cover .service_desc {
      min-width: 180px;
      width: 180px;
    }
    .slide_services .service_item_cover .service_desccover {
        margin-left: -140px;
    }
    .contenu_services h2,
    .slide_services .service_item_cover .service_title{
        font-size: 28px;
        line-height: 32px;
    }
    #menu_africavoyage li a {
        font-size: 50px;
        line-height: 58px;
    }

    /* page destinations */
    .destination_group:nth-child(2n){
        margin-right: -40px;
    }
    .destination_group:nth-child(2n+1){
        margin-left: -40px;
    }
    .destination_group:nth-child(2n+1) .destination_item:nth-child(2) .destination_item_cover, .destination_group:nth-child(2n+1) .destination_item_2 .destination_item_cover {
        width: 300px;
    }
    .destination_group:nth-child(2n+1) .destination_item:nth-child(2), .destination_group:nth-child(2n+1) .destination_item_2 {
        margin-top: -180px;
        padding-right: 0;
    }
    .destination_group:nth-child(2n) .destination_item:nth-child(1) .destination_item_cover .dest_image,
    .destination_group:nth-child(2n+1) .destination_item:nth-child(2) .destination_item_cover .dest_image, .destination_group:nth-child(2n+1) .destination_item_2 .destination_item_cover .dest_image {
        height: 395px;
    }
    .destination_group:nth-child(2n+1) .destination_item:nth-child(1) .destination_item_cover .dest_image, .destination_group:nth-child(2n+1) .destination_item_1 .destination_item_cover .dest_image {
      max-width: 582px;
      min-width: 0;
      height: 405px;
    }
    .destination_group:nth-child(2n) .destination_item:nth-child(2) .destination_item_cover .dest_image {
        height: 385px;
    }
    .destination_group:nth-child(2n) .destination_item:nth-child(1) {
        width: 300px;
        max-width: 300px;
        margin-right: 100px;
    }
    .destination_group:nth-child(2n) .destination_item:nth-child(1) .destination_item_cover {
        width: 100%;
    }
    .destination_group:nth-child(2n) .destination_item {
        width: calc(100% - 400px);
    }
    .destination_group:nth-child(2n) .destination_item:nth-child(3) .destination_item_cover {
        max-width: 460px;
        margin-right: 0;
    }
    .destination_group:nth-child(2n) .destination_item:nth-child(3) .destination_item_cover .dest_image {
        height: 280px;
    }
    .destination_group:nth-child(2n+1) .destination_item:nth-child(3), .destination_group:nth-child(2n+1) .destination_item_3 {
        margin-top: -285px;
    }
    .prevnext_single {
        height: 295px;
    }
}
@media (max-width: 991px){

    #site_footer .site_footer_cover .footer_boxleft .logo_footer {
        margin-right: 30px;
        max-width: 140px;
    }
    #site_footer .site_footer_cover .footer_boxleft {
        padding: 40px 30px 40px 15px;
    }
    #site_footer .site_footer_cover .footer_boxright{
        padding: 40px 15px 40px 30px;
    }
    .foot_copyright {
        flex-direction: column-reverse;
    }
    .foot_copyright .widget_block{
        margin-bottom: 20px;
    }
    .intro_desc_destination {
      margin-bottom: 50px;
    }
    .slider_dest_item_cover .slider_dest_texte .dest_title{
        margin-right: -100px;
    }
    .slick-current + .slider_dest_item .slider_dest_item_cover .slider_dest_texte .dest_title {
        margin-left: -100px;
    }
    .bottom_details_destination_cover .detail_image_1 {
        padding-right: 60px;
    }
    .top_details_destination .detail_right .detail_right_image,
    .top_details_destination .detail_left .detail_left_image {
        width: 100%;
        height: 400px;    
    }
    .top_details_destination .detail_right .detail_right_texte {
        width: 100%;
        padding-right: 0;
    }
    .top_details_destination .detail_right, .top_details_destination .detail_left {
        padding: 0 15px;
    }
    .ontab991{
        display: block !important;
    }
    .pagedesc_top .pagedesc_zone_one{
        flex-wrap: wrap;
        align-items: initial;
        margin-bottom: 50px;
    }
    .pagedesc_top .pagedesc_zone_one .desc_zone_texte{
        width: 100%;
        padding: 0 0 40px;
    }
    .pagedesc_top .pagedesc_zone_one .zone_image.ontab991,
    .pagedesc_top .pagedesc_zone_one .zone_image_two {
        width: 20%;
        padding: 0;
        position: relative;
    }
    .pagedesc_top .pagedesc_zone_one .zone_image.ontab991 img{
        margin-top: 50px;
        width: calc(100% + 80px);
        max-width: calc(100% + 80px);
    }
    .pagedesc_top .pagedesc_zone_one .zone_image_one {
        width: 60%;
        padding: 0 35px;
    }
    .pagedesc_top .pagedesc_zone_two .zone_image{
        display: none;
    }
    .pagedesc_top .pagedesc_zone_two .desc_zone_texte{
        padding-left: 0;
        width: 100%;
    }
    .pagedesc_bottom .pagedesc_zone_one .desc_zone_texte {
        padding-right: 20px;
    }
    .pagedesc_bottom .pagedesc_zone_two .zone_image {
        padding-right: 70px;
    }
    .bottom_details_destination_cover .detail_image_2 {
        margin-bottom: -310px;
    }
    #galerie_asavoir .slidercontrols {
      width: calc(100% - 210px);
    }
    .contact_content{
        justify-content: space-between;
    }
    .carnets_de_voyage .listingcarnets .cn_viewer {
        max-width: 45%;
    }
    .carnets_de_voyage .listingcarnets .cn_desc {
      max-width: 55%;
      padding: 0 0 0 50px;
    }
    .carnets_de_voyage .listingcarnets .cn_item:nth-child(2n) .cn_desc {
      padding: 0 50px 0 0;
    }
    .carnets_de_voyage .listingcarnets .cn_desc .desc {
      margin-top: 20px;
    }
}
@media (max-width: 767px){
    .contact_content .contact_infos,
    .contact_content .wpcf7{
        width: 100%;
        max-width: 100%;
    }
    .contact_content .contact_infos{
        margin-top: 30px;
    }
    .oftab767{
        display: none !important;
    }
    .mute_unmute_sound,
    .ontab767{
        display: block !important;
    }
    .site_header .headerlogo{
        width: 150px;
    }
    .site_header .headercontact,
    .site_header .headernav{
        width: calc(calc(100% - 150px) / 2);
    }
    .intro_desc_destination {
        margin-bottom: 40px;
    }
    .intro_desc_destination h1, .intro_desc_destination .page_title {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 15px;
    }
    .intro_desc_destination, .intro_desc_destination p {
        font-size: 17px;
        line-height: 30px;
    }
    .listes_destinations {
        margin-bottom: 50px;
    }
    .destination_group {
        margin: 0 !important;
        padding: 0 !important;
        float: left;
        width: 100%;
    }
    .sub_title_h2, .more_infos_elt .title_infos,
    .destination_item .desc_title, .destination_item .desc_title a {
        font-size: 28px;
        line-height: 32px;
    }
    .destination_item .shot_desc a {
        font-size: 14px;
        line-height: 26px;
    }
    .destination_group .destination_item,
    .destination_group:nth-child(2n+1) .destination_item:nth-child(2){
        margin-bottom: 0 !important;
        margin-top: 40px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        min-height: 0 !important;
		min-width: 100% !important;
    }
    .destination_group:nth-child(2n+1) .destination_item:nth-child(1) .destination_item_cover .dest_desc, .destination_group:nth-child(2n+1) .destination_item_1 .destination_item_cover .dest_desc {
        padding: 0;
    }
    .destination_group .destination_item .destination_item_cover,
    .destination_group .destination_item .destination_item_cover .dest_image,
    .destination_group:nth-child(2n+1) .destination_item:nth-child(2) .destination_item_cover{
        margin: 0;
        padding: 0;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        flex-wrap: wrap !important;
    }
    .destination_group .destination_item .destination_item_cover .dest_image{
        margin-bottom: 25px;
        min-height: 380px !important;
    }
    #site_footer .site_footer_cover {
        flex-direction: column-reverse;
    }
    #site_footer .site_footer_cover .footer_boxright, 
    #site_footer .site_footer_cover .footer_boxleft {
        width: 100%;
        padding: 30px 15px;
        clip-path: none;
    } 
    #site_footer .site_footer_cover .footer_boxleft:after{
        display: none;
    }
    #site_footer .site_footer_cover .footer_boxright:after,
    #site_footer .site_footer_cover .footer_boxright:before{
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        height: 20px;
        width: 20px;
        background: #E5D6DC;
    }
    #site_footer .site_footer_cover .footer_boxright:after{
        left: auto;
        right: 50%;
        clip-path: polygon(0 0, 100% 0%, 100% 100%);
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%);
        -ms-clip-path: polygon(0 0, 100% 0%, 100% 100%);
        -moz-clip-path: polygon(0 0, 100% 0%, 100% 100%);
    }
    #site_footer .site_footer_cover .footer_boxright:before{
        clip-path: polygon(0 100%, 100% 0, 0 0);
        -webkit-clip-path: polygon(0 100%, 100% 0, 0 0);
        -ms-clip-path: polygon(0 100%, 100% 0, 0 0);
        -moz-clip-path: polygon(0 100%, 100% 0, 0 0);
    }
    .newsform label {
        margin-bottom: 30px;
        font-size: 22px;
        line-height: 26px;
    }
    #menu-menu-du-footer li a {
        padding: 8px 0;
        font-size: 14px;
        line-height: 16px;
    }
    #site_footer .site_footer_cover .footer_logo_menu {
      justify-content: flex-start;
    }
    .foot_copyright {
      justify-content: flex-start;
      width: auto;
      display: inline-flex;
    }
    .site_footer .social_links li {
        margin: 15px 25px 0 0;
    }
    .slider_dest_item_cover .slider_dest_texte .dest_title{
        margin-bottom: 25px;
    }
    .infos_texte_video_cover .dest_subtitle, .box_intro .page_title,
    .slider_dest_item_cover .slider_dest_texte .dest_title, 
    .slider_dest_item_cover .slider_dest_texte .dest_title a {
        font-size: 50px;
        line-height: normal;
    }
    .slider_dest_item_cover .slider_dest_texte .dest_title,
    .slick-current + .slider_dest_item .slider_dest_item_cover .slider_dest_texte .dest_title {
        margin-left: 0px;
        margin-right: 0px;
        text-align: center !important;
    }
    .page_banner, .page_services, #site_content .page_contact {
        min-height: 665px;
        max-height: 665px;
        height: 665px;
    }
    #site_content {
      min-height: 665px;
    }
    video source,
    .page_banner source,
    .page_banner .topvideobloc{
        height: 100%;
        width: 100%;
    }
    #infos_pratiques .container {
        padding: 0 15px 0 100px;
    }
    .infos_pratiques .infos_group {
        padding-right: 15px;
    }
    .infos_pratiques .formalites {
        padding: 0;
    }
    .goto_desti_page {
        top: 15px;
        line-height: normal;
        left: 40px;
    }
    .goto_desti_page a {
        background-image: url(assets/images/hover-icon-fleche-cta-left.svg);
        width: 37px;
    }
    .infos_pratiques .infos_group .title {
        font-size: 10px;
        line-height: normal;
        letter-spacing: 1px;
    }
    .infos_pratiques .infos_group {
        font-size: 14px;
        line-height: 22px;
    }
    .infos_pratiques .head_title {
        font-size: 36px;
        line-height: 42px;
    }
    .top_details_destination {
        padding: 40px 0;
    }
    .parallax_zone_texte,
    .intropage .intropage_desc, .intropage .intropage_desc p,
    .details_lodge .intro_lodge, .details_lodge .intro_lodge p,
    .top_details_destination .intro_detail_desc, .top_details_destination .intro_detail_desc p {
        font-size: 17px;
        line-height: 24px;
    }
    .top_details_destination .intro_detail_desc {
        margin: 0 auto 20px;
    }
    .top_details_destination .content_detail_desc{
        margin: 0;
    }
    
    .pagedesc_bottom,
    .bloc_asavoir .bloc_asavoir_intro, 
    .bloc_asavoir .galerie_asavoir, .bloc_asavoir,
    .goto_contact, .secondvideo {
        margin-bottom: 40px;
    }
    #leslodges .container {
        padding: 0 15px;
    }
    #leslodges.nos_coupsdecoeurs .lodges_item .lodges_item_cover {
        height: 300px;
    }
    #site_footer .afel_instagram .insta_title,
    #leslodges .lodges_item .lodge_texte .lodge_name, 
    #leslodges .lodges_item .lodge_texte .lodge_name a {
        font-size: 22px;
        line-height: 26px;
    }
    .intropage .title_page,
    .details_lodge .local_lodge,
    .prevnext_single .nextpost_text .nextprev_title,
    #leslodges .lodges_intro .title_lodges,
    #leslodges .lodges_item .lodge_texte .sort_texte, 
    #leslodges .lodges_item .lodge_texte .sort_texte p, 
    #leslodges .lodges_item .lodge_texte .sort_texte a {
      font-size: 12px;
      line-height: 16px;
    }
    #leslodges .coupsdecoeurs_slider .slick-list {
        padding-left: 0 !important;
        margin-left: 0;
    }
    #leslodges.nos_coupsdecoeurs .container,
    #leslodges.nos_coupsdecoeurs .nos_coupsdecoeurs_cover {
        padding-left: 100px;
    }
    #leslodges .lodges_intro {
        margin-bottom: 30px;
    }
    .contenu_services h2,
    .slide_services .service_item_cover .service_title,
    .intropage .sub_title,
    .more_infos_elt .title_infos,
    #leslodges .lodges_intro .subtitle_lodges {
        font-size: 28px;
        line-height: 32px;
    }
    .slide_services .service_item_cover .service_excerpt,
    .slide_services .service_item_cover .service_excerpt p,
    .box_intro .sup_title,
    #leslodges .lodges_intro, #leslodges .lodges_intro p {
        font-size: 14px;
        line-height: 24px;
    }
    #leslodges {
        background: #F5FDFF;
        padding: 50px 0 60px;
    }
    #leslodges.nos_coupsdecoeurs .lodge_texte {
        padding: 12px 15px;
    }
    .details_lodge .local_lodge{
        margin-bottom: 25px;
    }
    .details_lodge .desc_lodge {
        margin: 0 auto 40px;
    }
    .galerie_asavoir .slick-slider {
        /*padding-bottom: 30px;*/
    }
    .prevnext_single_lodge {
        height: auto;
    }
    .bloc_asavoir .galerie_asavoir .gal_elt {
        height: 240px;
        max-height: 240px;
    }
    .single_lodge_title h1 {
        font-size: 34px;
        line-height: 39px;
    }
    .infos_texte_video_cover .dest_subtitle {
        font-size: 40px;
        line-height: 47px;
    }
    #leslodges .leslodges_container .container{
        max-width: 100%;
        padding: 0;
    }
    #leslodges .leslodges_container .lodges_item{
        margin: 0 10px !important;
        padding: 0;
    }
    #leslodges .leslodges_container .lodges_item .lodges_item_cover {
        margin: 0 !important;
        height: 345px;
        width: 100%;
    }
    #leslodges .leslodges_container .lodges_item .lodge_image {
        height: 230px;
        width: 100%;
    }
    #leslodges .leslodges_container .lodges_item.slick-center .lodge_image {
        height: 100%;
    }
    #leslodges .leslodges_container .lodges_item .lodge_texte {
        display: none;
    }
    #leslodges .leslodges_container .lodges_item.slick-center .lodge_texte {
        display: block;
    }
    #leslodges .lodges_item .lodge_image a,
    #leslodges .lodges_item .lodge_image img {
        height: 100%;
        width: 100%;
        display: block;
        min-height: 100%;
    }
    #menu_africavoyage li a {
        font-size: 35px;
        line-height: 40px;
        padding-bottom: 20px;
        padding-top: 20px;
        color: #fff;
    }
    #menu_africavoyage li .menu_position {
        font-size: 10px;
        line-height: 13px;
        padding-bottom: 15px;
        opacity: 1;
    }
    #site_content .page_contact{
        padding-top: 120px;
        min-height: 0;
        height: auto;
        max-height: 100%;
    }
    .post-type-archive-nos-services #site_header{
        background:#BF8E5E;
    }
    #scrolldiv {
        height: 100px;
    }
    .coupsdecoeurs_slider .slick-list, .leslodges_slider .slick-list {
        width: 100%;
    }
    .destination_item.width50percent, .destination_item.width50percent + .destination_item {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .destination_item_cover .dest_image {
        margin-bottom: 20px;
    }
    .videodestination{
        height: 591px;
    }
    #leslodges .coupsdecoeurs_slider {
      margin: 0 0 30px;
    }
    #leslodges.nos_coupsdecoeurs .slidercontrols {
        width: 100%;
        padding: 0 15px 0 0;
    }

    /* On 768px */
    .lodges_more_infos .lodge_image {
        position: relative;
        height: auto;
        max-width: 100%;
        width: 100%;
    }
    .lodges_more_infos .more_infos_elt {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .lodges_more_infos .more_infos_elt:nth-child(2n + 1){
        justify-content: flex-end;
    }
    .more_infos_elt .lodge_texte {
        width: 395px;
        padding: 30px 30px;
        font-size: 14px;
        line-height: 24px;
        margin-right: 60px;
        margin-top: -120px;
    }
    .lodges_more_infos .more_infos_elt:nth-child(2n) .lodge_texte {
        margin-right: auto;
        margin-left: 60px;
    }
    .slide_services .service_item_cover {
        flex-wrap: wrap;
        align-items: center;
    }
    .slide_services .service_item_cover .service_image {
        height: auto;
        width: 100%;
    }
    .slide_services .service_item_cover .service_desc {
        background: #fff;
        min-width: 100%;
        width: 100%;
        margin: 0;
    }
    .slide_services .service_item_cover .service_desccover {
        margin: 0;
        padding: 20px 15px 30px;
    }
    .intropage .container,
    #pagedesc_top .container{
        padding: 0 40px;
    }
    #pagedesc_top .pagedesc_zone_three{
        flex-direction: column-reverse;
    }
    .pagedesc_top .pagedesc_zone_three .desc_zone_texte, 
    .pagedesc_top .pagedesc_zone_three .desc_zone_image, 
    .pagedesc_top .pagedesc_zone_two .desc_zone_texte, 
    .pagedesc_top .pagedesc_zone_two .zone_image {
        width: 100%;
    } 
    .pagedesc_top .pagedesc_zone_three .desc_zone_image {
        width: auto;
        margin: auto;
        text-align: center;
        justify-content: flex-end;
        align-items: flex-end;
        flex-direction: row-reverse;
        flex-wrap: initial;
    }
    .pagedesc_top .pagedesc_zone_three .desc_zone_texte {
        padding-right: 0;
        margin-top: 50px;
    }
    .pagedesc_top .pagedesc_zone_three .zone_image_one {
        width: auto;
        margin: auto;
        padding-bottom: 80px;
    }
    .pagedesc_top .pagedesc_zone_three .zone_image_two {
        position: relative;
        margin-bottom: 0;
        left: 0;
        top: auto;
        margin-right: -30px;
    }
    .pagedesc_top .pagedesc_zone_one,
    .pagedesc_bottom .pagedesc_zone_one {
        flex-wrap: wrap;
    }
    .pagedesc_top .pagedesc_zone_one {
        margin-bottom: 50px;
        justify-content: flex-end;
    }
    .pagedesc_top .pagedesc_zone_one .desc_zone_texte {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 40px;
    }
    .pagedesc_top .pagedesc_zone_one .zone_image.ontab1024 {
        margin-right: -35px;
        width: calc(30% + 35px);
        position: relative;
        padding-top: 40px;
    }
    .pagedesc_top .pagedesc_zone_one .zone_image.ontab1024 img{
        width: 100%;
    }
    .pagedesc_bottom .pagedesc_zone_one .desc_zone_texte {
        max-width: 100%;
        min-width: 100%;
        padding-right: 0;
        padding-top: 0;
    }
    .pagedesc_bottom .pagedesc_zone_one .desc_zone_texte {
        max-width: 100%;
        min-width: 100%;
        padding-right: 0;
        padding-top: 0;
        margin-bottom: 85px;
    }
    .pagedesc_bottom .text_intro, .pagedesc_bottom .text_intro .title_h2 {
        text-align: center;
    }
    .pagedesc_bottom .text_intro .title_h2 {
        font-size: 16px;
        line-height: 21px;
    }
    .pagedesc_bottom .pagedesc_zone_one .zone_image_two {
        align-items: flex-start;
        margin-left: -50px;
        max-width: 160px;
        margin-top: -40px;
        height: 220px;
    }
    .pagedesc_bottom .pagedesc_zone_two .zone_image {
        padding-right: 0;
        margin-top: -250px;
        max-width: 40%;
    }
    .pagedesc_bottom .pagedesc_zone_two {
        justify-content: flex-end;
    }
    .pagedesc_top .pagedesc_zone_two .zone_image {
        display: none;
    }
    .pagedesc_bottom .tab_zone_image{
        width: 40%;
    }
    .pagedesc_bottom .tab_zone_image .zone_image_3{
        height: calc(100% - 220px);
        margin-top: 40px;
        width: 100%;    
    }
    .pagedesc_bottom .tab_zone_image .zone_image_3 img{
        width: 100%;   
    }
    .pagedesc_bottom .pagedesc_zone_two .desc_zone_texte {
        width: 100%;
        max-width: 100%;
        margin-top: 40px;
    }
    .pagedesc_bottom .pagedesc_zone_one {
        margin-bottom: 0;
    }

    /* Page destinations */
    .destination_item{
        margin-top: 0 !important;
        margin-bottom: 30px;
    }
    .destination_item.width50percent,
    .destination_item.width50percent + .destination_item{
        width: 50%;
        max-width: 50%;
    }
    .destination_item.width50percent img,
    .destination_item.width50percent + .destination_item img{
        height: 445px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .destination_item.width50percent{
        padding-right: 10px;
    }
    .destination_item.width50percent + .destination_item{
        padding-left: 10px;
    }
    .destination_item_cover {
        flex-wrap: wrap !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
    .destination_item_cover .dest_image,
    .destination_item_cover .dest_desc{
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        padding: 0 !important;
    }
    .bottom_details_destination_cover .detail_texte {
        max-width: 100%;
        padding-bottom: 30px;
        width: 100%;
    }
    .bottom_details_destination_cover .detail_top {
        flex-direction: initial;
    }
    .bottom_details_destination_cover .detail_bottom {
        margin-top: 0;
        justify-content: center;
        margin-left: -40px;
        align-content: initial;
        align-items: flex-start;
    }
    .bottom_details_destination_cover .detail_image_1 {
        padding-right: 20px;
        max-width: 50%;
        width: 50%;
        height: auto;
    }
    .bottom_details_destination_cover .detail_image_2{
        margin: 0;
        max-width: 50%;
        position: relative;
        bottom: -120px;
    }
    .bottom_details_destination_cover .detail_image_3{
        max-width: 50%;
        margin: 40px 0 0;
    }
    #leslodges .coupsdecoeurs_slider .slick-list {
        margin-right: -20px !important;
        width: auto;
    }
    .top_details_destination .content_detail_desc .detail_image_mobile{
        margin: 50px -40px 0 0;
        align-items: flex-start;
    }
    .top_details_destination .content_detail_desc .detail_image_mobile .desti_detail_image{
        width: 50%;
    }
    .top_details_destination .content_detail_desc .detail_image_mobile .detail_left_image{
        padding-right: 10px;
        margin-top: 60px;
    }
    .top_details_destination .content_detail_desc .detail_image_mobile .detail_right_image{
        padding-left: 10px;
        margin: 0;
    }
    #galerie_asavoir .slidercontrols {
      width: calc(100% - 160px);
      padding: 0 15px;
    }
    #secondvideo .videoautoplay,
    #secondvideo .videoautoplay video{
        height: 460px;
    }

    .carnets_de_voyage .listingcarnets .cn_desc {
      padding: 0 0 0 30px;
    }
    .carnets_de_voyage .listingcarnets .cn_item:nth-child(2n) .cn_desc {
      padding: 0 30px 0 0;
    }
}  
@media (max-width: 575px){
    #leslodges .coupsdecoeurs_slider .slick-list {
        margin-right: 0 !important;
        width: 100%;
    }
    .prevnext_single {
        height: 240px;
    }
    .banner_destination .customslider_arrow{
        display: none;
    }
    .infos_texte_video_cover .dest_subtitle {
        max-width: 300px;
        margin: auto auto 20px;
        text-align: center;
    }
    .slider_dest_item_cover .slider_dest_texte .dest_count {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .slider_dest_item_cover .slider_dest_texte .dest_title {
        margin-bottom: 25px;
    }
    .infos_texte_video_cover .dest_subtitle, .box_intro .page_title,
    .slider_dest_item_cover .slider_dest_texte .dest_title, 
    .slider_dest_item_cover .slider_dest_texte .dest_title a {
        font-size: 38px;
        line-height: 43px;
    }
    #site_footer .site_footer_cover .footer_logo_menu {
        justify-content: space-between;
    }
    .news_fields {
        max-width: 100%;
    }
    #site_footer .site_footer_cover .footer_boxright::after, #site_footer .site_footer_cover .footer_boxright::before {
        height: 12px;
        width: 12px;
    }
    .banner_destination .customslider_arrow .container button {
        height: 30px;
        width: 30px;
        left: 15px;
    }
    .banner_destination .customslider_arrow .container button.slick-next{
        right: 15px;
        left: auto;
    }
    .ProgressBar, .ProgressBar-contentCircle {
        display: table;
        height: 300px;
        width: 300px;
    }
    #leslodges.nos_coupsdecoeurs .container,
    #leslodges.nos_coupsdecoeurs .nos_coupsdecoeurs_cover {
        padding-left: 15px;
    }
    #leslodges {
        padding: 40px 0 40px;
    }
    .news_fields {
        max-width: 100%;
    }

    /* On mobile */
    .pagedesc_top .pagedesc_zone_one .zone_image.ontab991,
    .ProgressBar-contentCircle.ontab1024,
    .pagedesc_bottom .pagedesc_zone_one .desc_zone_image.ontab1024,
    .pagedesc_top .pagedesc_zone_one .zone_image.ontab1024,
    .slider_dest_item_cover .slider_dest_texte .dest_subtitle,
    .foot_copyright .widget_block,
    .ofmobile{
        display: none !important;
    }
    .onmobile{
        display: block !important;
    }
    .listes_destinations .container,
    .intropage .container, #pagedesc_top .container,
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .lodges_more_infos .lodge_image {
        height: auto;
        max-width: 100%;
        width: 100%;
    }
    .lodges_more_infos .more_infos_elt:nth-child(2n) .lodge_texte,
    .more_infos_elt .lodge_texte {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        margin: 0;
        padding: 25px 20px;
    }
    .lodges_more_infos .more_infos_elt {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .post-type-archive-nos-services .page_services{
        background: none !important;
        min-height: 0;
        max-height: 100%;
        height: auto;
        padding-top: 120px;
        padding-bottom: 30px;
    }
    .page_services .page_title{
        color: #000;
    }
    .slide_services .service_item {
        margin-bottom: 30px;
    }
    .pagedesc_top .pagedesc_zone_one .zone_image_one,
    .pagedesc_bottom .pagedesc_zone_one {
        margin-bottom: 10px;
    }
    .pagedesc_top .pagedesc_zone_one .zone_image_two,
    .pagedesc_top .pagedesc_zone_one .zone_image{
        width: 50%;
        max-width: 50%;
        /*height: 240px;*/
    }
    .pagedesc_top .pagedesc_zone_three .desc_zone_texte,
    .pagedesc_top .pagedesc_zone_one .desc_zone_texte {
        padding: 30px 0 0px;
    }
    .pagedesc_top .pagedesc_zone_one .zone_image_two{
        padding-left: 5px;
    }
    .pagedesc_top .pagedesc_zone_one .zone_image.onmobile{
        padding-right: 5px;
    }
    .pagedesc_top .pagedesc_zone_one .zone_image_one{
        margin-bottom: 10px;
        padding: 0;
    }
    .pagedesc_top .pagedesc_zone_three .desc_zone_texte, 
    .pagedesc_top .pagedesc_zone_three .desc_zone_image, 
    .pagedesc_top .pagedesc_zone_three .desc_zone_image .zone_image, 
    .pagedesc_top .pagedesc_zone_two .desc_zone_texte, 
    .pagedesc_top .pagedesc_zone_two .zone_image,
    .pagedesc_top .pagedesc_zone_one .zone_image_one,
    .pagedesc_bottom .pagedesc_zone_one .zone_image_one {
        width: 100%;
        max-width: 100%;
    }
    .pagedesc_top .pagedesc_zone_three .desc_zone_image{
        position: initial;
        flex-wrap: wrap;
    }
    .pagedesc_top .pagedesc_zone_three .zone_image_two{
        position: initial;
        margin-top: 10px
    }
    .pagedesc_bottom .pagedesc_zone_two .zone_image {
        padding-right: 5px;
        width: 50%;
        max-width: 50%;
        margin: 0;
    }
    .pagedesc_top .pagedesc_zone_three .desc_zone_image .zone_image img{
        width: 100%;
        height: auto;
    }
    .pagedesc_top .pagedesc_zone_one .zone_image img,
    .pagedesc_bottom .pagedesc_zone_two .zone_image img{
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .pagedesc_bottom .pagedesc_zone_two .zone_image_two {
        padding-right: 0;
        padding-left: 5px;
        width: 50%;
    }
    .pagedesc_bottom .pagedesc_zone_two .desc_zone_texte {
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .pagedesc_bottom .tab_zone_image{
        width: 100%;
        margin-top: 10px;
    }
    .pagedesc_bottom .tab_zone_image .tab_zone_image_cover{
        flex-direction: row-reverse;
    }
    .pagedesc_bottom .tab_zone_image .zone_imag,
    .pagedesc_bottom .pagedesc_zone_one .tab_zone_image .zone_image_two {
        margin: 0;
        width: 50%;
        max-width: 50%;
        height: 100%;
        padding-left: 5px;
    }
    .pagedesc_bottom .tab_zone_image .zone_image_3 {
        height: auto;
        margin-top: 0;
        width: 50%;
        max-width: 50%;
    }
    .pagedesc_bottom .pagedesc_zone_one .tab_zone_image .zone_image_two {
        padding-left: 5px;
        padding-top: 0;
        min-width: 50%;
    }
    .pagedesc_bottom .tab_zone_image .zone_image_3 {
      padding-right: 5px;
    }
    .pagedesc_top .pagedesc_zone_three .zone_image_one {
        padding-bottom: 0;
    }
    .pagedesc_bottom .tab_zone_image .zone_image_3 img,
    .pagedesc_bottom .pagedesc_zone_one .tab_zone_image .zone_image_two img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    #pagedesc_top .pagedesc_zone_three {
        flex-direction: initial;
    }
    .pagedesc_top .pagedesc_zone_three .desc_zone_texte {
        margin-top: 0;
    }
    .pagedesc_bottom .pagedesc_zone_one .desc_zone_texte {
        margin-bottom: 30px;
    }
    .pagedesc_bottom .pagedesc_zone_one .zone_image_one {
        padding-right: 0;
    }
    #bottom_details_destination {
        margin-bottom: 40px;
        padding-bottom: 0;
    }
    .bottom_details_destination_cover .detail_top{
        flex-direction: column-reverse;
    }
    .bottom_details_destination_cover .detail_image_1 {
        padding-right: 0;
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .bottom_details_destination_cover .detail_texte {
        max-width: 100%;
        padding-bottom: 30px;
        width: 100%;
    }
    .bottom_details_destination_cover .detail_bottom {
        margin: 0;
        align-items: initial;
    }
    .bottom_details_destination_cover .detail_image_3,
    .bottom_details_destination_cover .detail_image_2 {
        margin: 0;
        height: auto;
        max-width: 50%;
    }
    .bottom_details_destination_cover .detail_image_1{
        margin-bottom: 10px;
    }
    .bottom_details_destination_cover .detail_image_2{
        padding-right: 5px;
        position: initial;
    }
    .bottom_details_destination_cover .detail_image_3{
        padding-left: 5px;
    }
    #infos_pratiques .container {
        padding: 0 15px;
    }
    .infos_pratiques .infos_group {
        width: 50%;
    }
    .infos_pratiques .formalites {
        width: 100%;
    }
    .goto_desti_page {
        position: initial;
        margin-bottom: 20px;
    }
    .destination_item.width50percent, .destination_item.width50percent + .destination_item {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .top_details_destination .content_detail_desc .detail_image_mobile {
        margin: 50px 0 0 0;
    }
    .top_details_destination .content_detail_desc .detail_image_mobile .desti_detail_image {
        width: 100%;
        padding: 0;
        margin: 5px 0;
    }
    #galerie_asavoir .slidercontrols {
      width: calc(100% - 110px);
    }
    .contenu_services {
      padding: 20px 20px 60px;
    }
    .carnets_de_voyage .listingcarnets .cn_viewer,
    .carnets_de_voyage .listingcarnets .cn_desc {
      max-width: 100%;
    }
    .carnets_de_voyage .listingcarnets .cn_item:nth-child(2n) .cn_desc,
    .carnets_de_voyage .listingcarnets .cn_desc {
      padding: 30px 0 0 0;
    }
}

@media (max-width: 480px){
    .ProgressBar-contentCircle{
        display: none !important;
    }
    .ProgressBar, .ProgressBar-contentCircle.onmobile480 {
        height: 240px;
        width: 240px;
        display: block !important;
    }
    .videoautoplay .playbutton {
        height: 120px;
        width: 120px;
        top: calc(50% - 60px);
        left: calc(50% - 60px);
    }
    #galerie_asavoir .slidercontrols {
        width: calc(100% - 60px);
    }
}


/* Maintenance */
.controls_sound {
    z-index: 1;
    background: url(assets/images/sound-off.svg) center center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin: 25px auto auto;
}
.is_playing.controls_sound{
    background: url(assets/images/sound-on.svg) center center / 100%;
}

.page-template-page-maintenance #site_footer,
.page-template-page-maintenance #site_header,
.page-template-page-maintenance #site-footer,
.page-template-page-maintenance #site-header{
    display: none;
}
.page-template-page-maintenance #maintenance{
    min-height: 100vh;
    position: relative;
    width: 100%;
    padding: 0;
}
.page-template-page-maintenance #maintenance .maint_texte{
    position: relative;
    z-index: 1;
    min-height: 100vh;
    font-size: 30px;
    color: #fff;
    font-family: 'Comfortaa', cursive;
    font-weight: 100;
    line-height: 34px;
}
.page-template-page-maintenance #maintenance .maint_texte>div,
.page-template-page-maintenance #maintenance .maint_texte .maint_cover{
    min-height: 100vh;
}
.page-template-page-maintenance #maintenance .maint_texte .maint_cover{
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 100%;
    justify-content: center;
    text-align: center;
}
.page-template-page-maintenance #maintenance .maint_texte .maint_cover>div{
    width: 100%;
    text-align: center;
}
.page-template-page-maintenance #maintenance .maint_texte .container{
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.page-template-page-maintenance #maintenance .maint_texte .maint_cover .maint_logo{
    margin-bottom: 40px;
    margin-top: 50px;
}
.page-template-page-maintenance #maintenance .maint_texte .maint_cover .maint_logo img{
    margin: auto;
}
.page-template-page-maintenance #maintenance .maint_texte .maint_cover .maint_footer{
    font-size: 18px;
    line-height: 21px;
    margin-top: 40px;
    margin-bottom: 37px;
}
.page-template-page-maintenance #maintenance .maint_bg_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-template-page-maintenance #maintenance .maint_bg_video video#maint_video {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (max-width: 767px) {
    .page-template-page-maintenance #maintenance .maint_texte .maint_cover .maint_footer,
    .page-template-page-maintenance #maintenance .maint_texte .maint_cover .maint_logo {
      margin-bottom: 20px;
      margin-top: 20px;
    }
    .page-template-page-maintenance #maintenance .maint_texte {
        font-size: 18px;
        line-height: 25px;
    }
    .page-template-page-maintenance #maintenance .maint_texte .maint_cover .maint_footer {
        font-size: 14px;
        line-height: 18px;
    }
}



/* Style Elyxir voyage */
/*.categorie_destinations {
  background: #fff;
  z-index: 1;
  margin: 0;
}
.categorie_destinations .cats_wrapper{
  background: #fff;
  z-index: 1;
}
.categorie_destinations .cats_wrapper .cats_title {
    text-align: left;
    max-width: 283px;
    margin-right: 20px;
    padding: 25px 0;
    align-content: center;
}
.categorie_destinations .cats_wrapper .cats_title .title_h2{
    text-align: left;
}
.categorie_destinations .cats_wrapper .cats_slider {
    width: calc(100% - 303px);
    max-width: calc(100% - 303px);
}
.categorie_destinations .slick-list {
    padding: 15px 40px 15px 0 !important;
}
.categorie_destinations .slick-track {
    display: flex;
}
.categorie_destinations .cat_item {
    padding: 10px;
    height: auto;
}
.categorie_destinations .cat_item_cover{
    position: relative;
    min-height: 337px;
}
.categorie_destinations .cat_item_cover:hover{
    transform: translateY(-15px);
}
.categorie_destinations .cat_item_cover,
.categorie_destinations .cat_item_cover .cat_image,
.categorie_destinations .cat_item_cover .cat_image a,
.categorie_destinations .cat_item_cover .cat_image img{
    height: 100%;
    width: 100%;
}
.categorie_destinations .cat_item_cover .cat_image img{
    object-fit: cover;
    object-position: center;
    display: block;
}
.categorie_destinations .cat_item_cover .cat_image a{
    position: relative;
    display: block;
}
.categorie_destinations .cat_item_cover .cat_image a:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #cd2653;
    opacity: 0;
}
.categorie_destinations .cat_item_cover:hover .cat_image a:before{
    opacity: 0.5;
}
.categorie_destinations .cat_item_cover .cat_texte {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    justify-content: center;
    width: 100%;
}
.categorie_destinations .cat_item_cover .cat_texte .cat_title{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    text-align: center;
    position: relative;
    display: block;
    padding: 15px;
}
.categorie_destinations .cat_item_cover .cat_texte .cat_title:after{
    content: "";
    background: url(assets/images/icon-cat2.svg) no-repeat center;
    height: 14px;
    width: 67px;
    display: none;
    margin: 10px auto 0;
}
.categorie_destinations .cat_item_cover:hover .cat_texte .cat_title:after{
    display: block;
}*/

@media (min-width: 1200px){
    #pagedesc_top .container{
        padding-left: 0;
        padding-right: 0;
    }
}
#pagedesc_top .pagedesc_top1,
#pagedesc_top .pagedesc_top1 .bottom,
#pagedesc_top .pagedesc_top1 .top{
    flex-wrap: initial;
}
#pagedesc_top .pagedesc_top1 {
    justify-content: space-between;
}
#pagedesc_top .pagedesc_top1 .zone_image_left {
    max-width: 529px;
    min-width: 529px;
    margin-right: 20px;
}
#pagedesc_top .pagedesc_top1 .zone_image_texte {
    padding-top: 50px;
    max-width: 681px;
}
#pagedesc_top .pagedesc_top1 .top .title_h2 {
    text-align: left;
}
#pagedesc_top .pagedesc_top1 .top .zone_image {
    width: 226px;
    min-width: 226px;
    margin-left: 70px;
}
#pagedesc_top .pagedesc_top1 .bottom {
    margin-top: 90px;
    margin-left: -150px;
}
#pagedesc_top .pagedesc_top1 .bottom .zone_image{
    width: 243px;
    min-width: 243px;
}
#pagedesc_top .pagedesc_top1 .bottom .text_desc{
    padding: 0 30px 0 50px;
}
#pagedesc_top .pagedesc_top2 {
    max-width: 990px;
    margin: -30px auto auto;
    flex-wrap: initial;
    justify-content: space-between;
    align-items: center;
}
#pagedesc_top .pagedesc_top2 .text_intro {
    max-width: 485px;
    margin-right: 30px;
}
#pagedesc_top .pagedesc_top2 .zone_image {
  max-width: 384px;
  min-width: 384px;
}
#pagedesc_top,
#pagedesc_bottom {
    padding-top: 130px;
    padding-bottom: 90px;
}
#pagedesc_bottom .pagedesc_zone {
  flex-wrap: initial;
}
#pagedesc_bottom .sub_title_h2 {
  margin-right: -85px;
}
#pagedesc_bottom .desc_zone_left {
    max-width: 283px;
}
#pagedesc_bottom .desc_zone_left .zone_image{
    margin-top: 75px;
}
#pagedesc_bottom .desc_zone_center {
    width: auto;
    max-width: 384px;
    display: inline-block;
}
#pagedesc_bottom .desc_zone_center .zone_image{
    margin-bottom: 60px;
	margin-left: auto;
  	margin-right: auto;
	max-width: 283px;
}
#pagedesc_bottom .desc_zone_right {
    max-width: 428px;
}
.categorie_destinations{
    position: relative;
    z-index: 1;
    background: #fff;
    margin: 0;
	overflow: hidden;
}
.categorie_destinations .cats_wrapper{

}
.categorie_destinations .container{
    padding-left: calc(40px + (calc(100% - 1192px) / 2));
}
.categorie_destinations .cats_wrapper .cats_title{
    width: 285px;
    padding-right: 20px;
}
.categorie_destinations .cats_wrapper .cats_title .title_h2{
    text-align: left;
}
.categorie_destinations .cats_wrapper .cats_title .title{

}
.categorie_destinations .cats_wrapper .cats_rows {
    width: calc(100% - 285px);
}
.overflow-hidden{
    overflow: hidden;
}
#galerie_asavoir .animate_slider .slick-list {
    padding-right: 259px;
}
@media (max-width: 1199px){
    #galerie_asavoir .animate_slider .slick-list {
        padding-right: 250px;
    }
}
@media (max-width: 991px){
    #galerie_asavoir .animate_slider .slick-list {
        padding-right: 200px;
    }
	#pagedesc_bottom .sub_title_h2 {
	  margin-right: 0;
	}
}
@media (max-width: 767px){
    #galerie_asavoir .animate_slider .slick-list {
        padding-right: 150px;
    }
	#galerie_asavoir .animate_slider.slick-slider .slick-dots {
	  padding-right: 15px;
	}
	#galerie_asavoir .animate_slider.slick-slider .slick-prev.slick-arrow {
	  left: 15px;
	}
	#galerie_asavoir .animate_slider.slick-slider .slick-next.slick-arrow {
	  left: 55px;
	}
}
@media (max-width: 575px){
    #galerie_asavoir .animate_slider .slick-list {
        padding-right: 100px;
    }
}
@media (max-width: 480px){
    #galerie_asavoir .animate_slider .slick-list {
        padding-right: 50px;
    }
}
.animate_slider .slick-list{
    overflow: visible;
}
.animate_slider,
.categorie_destinations .cats_wrapper .cats_slider {
   top: 0;
   bottom: 0;
   right: 0;
   min-width: 100%;
}
.categorie_destinations .cats_wrapper .cats_slider .cat_item{
    padding-right: 20px;
    height: 337px;
    width: 283px !important;
}
.categorie_destinations .cats_wrapper .cats_slider .cat_item_cover{
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.categorie_destinations .cats_wrapper .cats_slider .cat_item_cover:hover {
    transform: translateY(-15px);
}
.categorie_destinations .cats_wrapper .cats_slider .cat_image,
.categorie_destinations .cats_wrapper .cats_slider .cat_image a,
.categorie_destinations .cats_wrapper .cats_slider .cat_image a img{
    height: 100%;
    width: 100%;
    display: block;
}
.categorie_destinations .cats_wrapper .cats_slider .cat_image a img{
    object-fit: cover;
    object-position: center;
}
.categorie_destinations .cats_wrapper .cats_slider .cat_texte{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.categorie_destinations .cats_wrapper .cat_item_cover:hover .cat_texte:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(173, 67, 108, 1);
    opacity: 0.5;
    z-index: -1;
}
.categorie_destinations .cats_wrapper .cats_slider .cat_texte .cat_link{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.categorie_destinations .cats_wrapper .cats_slider .cat_texte .cat_title{
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Comfortaa', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    outline: none;
}
.categorie_destinations .cats_wrapper .cats_slider .cat_texte .cat_title:after{
    content: "";
    background: url(assets/images/arrow-continent.svg) no-repeat center;
    display: none;
    width: 64px;
    height: 14px;
    margin: 10px auto 0;
    transition: all 0.3s ease-in-out;
}
.categorie_destinations .cats_wrapper .cat_item_cover:hover .cat_texte .cat_title:after{
    display: block;
}
.categorie_destinations .cats_wrapper .cats_slider .slick-list{
    padding: 15px 40px 42px 0 !important;
    width: 100%;
    text-align: left;
	overflow: visible;
}
.categorie_destinations .cats_wrapper .cats_slider .slick-track{
    display: flex;
    margin-left: 0;
	background: #fff;
}
.categorie_destinations .cats_wrapper .custom-navigation{
    margin-left: 0;
    padding: 0 40px 0 0;
    max-width: 1192px;
    flex-wrap: initial;
}
.custom-navigation .slick-arrow {
    background: url(assets/images/icon-slick-arrow.svg);
}
.custom-navigation .slick-arrow.slick-prev {
    transform: rotate(180deg);
}
.continent_term{
    
}
.continent_term .image_overlay:before,
.continent_term::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
}
.continent_term .image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.continent_term .image_overlay img{
  height: auto;
  width: 100%;
  object-fit: cover;
  min-height: 100%;
}
.dest_title {
    color: #fff !important;
    text-align: center !important;
}
.banner_destination .slick-arrow,
.continent_term .customslider_arrow{
    opacity: 1;
    visibility: visible;
    top: calc(50% - 33px);
}
.banner_destination .banner_destination_cover,
.banner_destination .banner_destination_cover .taxonomy-slider,
.banner_destination .banner_destination_cover .taxonomy-slider .slider_dest_item_cover,
.banner_destination .banner_destination_cover .taxonomy-slider .slick-track,
.banner_destination .banner_destination_cover .taxonomy-slider .slick-list{
  height: 100%;
}
.banner_destination .slick-arrow {
    left: -44px;
}
.banner_destination .slick-arrow.slick-next {
    left: auto;
    right: -44px;
}
.banner_destination .taxonomy-slider .slider_dest_item_cover .slider_dest_texte {
    position: initial;
    height: 100%;
}
.continent_term .slider_dest_item_cover .slider_dest_texte .slider_dest_texte_cover {
    max-width: calc(100% - 180px);
    margin: auto;
}
.continent_term .slider_dest_item_cover .slider_dest_texte .slider_dest_texte_cover .dest_title{
    text-align: center !important;
    margin: 0;
    display: block;
}
.continent_term .slider_dest_item_cover .slider_dest_texte .dest_subtitle{
    margin: 15px 0 0;
}
.instagram-gallery-feed .swiper-button-next, .instagram-gallery-feed .swiper-button-prev {
  color: #fff;
}
.instagram-gallery-feed .swiper-pagination .swiper-pagination-bullet{background:#fff;}

@media (max-width: 1199px){
    .categorie_destinations .container {
        padding-left: 40px;
    }
    #pagedesc_top .pagedesc_top1 .zone_image_left {
        max-width: 50%;
        min-width: 50%;
        margin-right: 0;
        padding-right: 30px;
    }
    #pagedesc_top .pagedesc_top1 .zone_image_texte {
        padding-top: 0;
        max-width: 50%;
    }
    #pagedesc_top .pagedesc_top1 .top .zone_image {
        margin-left: 0;
        padding-left: 25px;
    }
    #pagedesc_top .pagedesc_top1 .bottom .text_desc {
        padding: 0 0 0 30px;
    }
    #pagedesc_top .pagedesc_top2 {
        margin: 30px auto auto;
    }
    #pagedesc_top .pagedesc_top1 .bottom {
        margin-top: 50px;
        margin-left: -120px;
    }
    #pagedesc_bottom .desc_zone_left .zone_image {
        margin-top: 40px;
    }
    #pagedesc_bottom .desc_zone_center {
        padding: 0 20px;
    }
    #pagedesc_bottom .desc_zone_center .zone_image {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px){
    #pagedesc_top .pagedesc_top1 .zone_image_left {
        display: none;
    }
    #pagedesc_top .pagedesc_top1 .zone_image_texte {
        max-width: 100%;
    }
    #pagedesc_top .pagedesc_top1 .top .zone_image {
        margin-left: 40px;
        padding-left: 0;
    }
    #pagedesc_top .pagedesc_top1 .bottom {
      margin-left: 0;
      align-items: center;
    }
    .categorie_destinations .cats_wrapper .cats_title {
        width: 100%;
        padding: 0 0 20px;
    }
    .categorie_destinations .cats_wrapper .cats_rows {
        width: 100%;
    }
    #pagedesc_top .pagedesc_top2 .zone_image {
        max-width: 266px;
        min-width: 266px;
    }
    #pagedesc_top, #pagedesc_bottom {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    #pagedesc_bottom .desc_zone_center {
        padding: 0 20px;
        width: 60%;
    }
    #pagedesc_bottom .desc_zone_right,
    #pagedesc_bottom .desc_zone_left {
        max-width: 30%;
        min-width: 30%;
    }
}
@media (max-width: 767px) {
    #pagedesc_bottom .pagedesc_zone {
        flex-wrap: wrap;
    }
    #pagedesc_bottom .desc_zone_right{
        display: none;
    }
    #pagedesc_bottom .desc_zone_center,
    #pagedesc_bottom .desc_zone_left {
        max-width: 100%;
        width: 100%;
    }
    #pagedesc_bottom .desc_zone_center{
        padding: 30px 0 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        text-align: center;
    }
    #pagedesc_bottom .desc_zone_left .zone_image {
        justify-content: center;
    }
    #pagedesc_bottom .desc_zone_center .zone_image {
        margin-bottom: 0;
		margin-top: 25px;
    }
}
@media (max-width: 576px) {
    .categorie_destinations .container {
        padding-left: 15px;
    }
    .categorie_destinations .cats_wrapper .custom-navigation {
        padding-right: 15px;
    }
    #pagedesc_top, #pagedesc_bottom {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #pagedesc_top .pagedesc_top1, #pagedesc_top .pagedesc_top1 .bottom, #pagedesc_top .pagedesc_top1 .top {
        flex-wrap: wrap;
    }
    #pagedesc_top .pagedesc_top1 .top .zone_image {
        margin-left: 0;
        padding-left: 0;
        width: auto;
        max-width: 100%;
    }
    #pagedesc_top .pagedesc_top1 .bottom {
        flex-direction: column-reverse;
        margin-top: 30px;
        align-items: flex-start;
    }
    #pagedesc_top .pagedesc_top1 .bottom .text_desc {
        padding: 0;
    }
    #pagedesc_top .pagedesc_top1 .bottom .text_desc {
        padding: 0 0 30px;
    }
    #pagedesc_top .pagedesc_top2 {
        flex-wrap: wrap;
    }
    #pagedesc_top .pagedesc_top2 .text_intro {
        max-width: 100%;
        margin: 0 0 25px;
    }
	.tax-continents-nos-destinations .banner_destination .customslider_arrow {
		display: block;
	 }
	.leslodges_slider button, .banner_destination .nav_button, .banner_destination .slick-arrow, .banner_destination .customslider_arrow .container button {
	  height: 40px;
	  width: 40px;
	  min-width: 40px;
	}
}
