/*-----------------*/
/* GENERAL */
/*-----------------*/
.title:not(.no-after):after{
    height: 5px;
}
.cksliderwrap{
    z-index: 10;
}

.lang{
    position: fixed;
    left: 0;
    top: 35%;
    z-index: 150;
    background: var(--background-color);
    padding: 5px;
    border-radius: 0 2px 2px 0;
    box-shadow: 0 0 10px 0 #999;
}
.lang #flags{
    flex-direction: column;
}
.lang #flags .flag{
    margin: 0 0 10px 0;
}
.lang #flags .flag:last-child{
    margin-bottom: 0;
}

.socials{
    position: fixed;
    left: 0;
    top: 25%;
    z-index: 150;
    background: var(--background-color);
    padding: 5px;
    border-radius: 0 2px 2px 0;
    box-shadow: 0 0 10px 0 #999;
}
.socials .share-buttons{
    display: flex;
    flex-direction: column;
}
.socials .share-buttons a{
   margin: 0 0 10px;
   display: inline-block;
   width: 25px;
   height: 25px;;
}
.socials .share-buttons a:last-child{
    margin-bottom: 0;
 }
 
.socials svg{
    width: 25px;
    height: 25px;;
    fill: var(--primary-color);
}
.socials a:hover svg{
    fill: var(--text-color);
}


/*-----------------*/
/* LOADER */
/*-----------------*/
.loading{
    width: 80px;
    display: flex;
    flex-wrap: wrap;
    animation: rotate 3s linear infinite;
  }
  
  @keyframes rotate{
    to{
      transform: rotate(360deg);
    }
  }
  
  .loading span{
    width: 32px;
    height: 32px;
    background-color: var(--primary-color);
    margin: 3px;
    animation: scale 1.5s linear infinite;
  }
  
  @keyframes scale{
    50%{
      transform: scale(1.2);
    }
  }
  
  .loading span:nth-child(1){
    border-radius: 50% 50% 0 50%;
    transform-origin: bottom right;
  }
  
  .loading span:nth-child(2){
    border-radius: 50% 50% 50% 0;
    transform-origin: bottom left;
    animation-delay: .5s;
  }
  
  .loading span:nth-child(3){
    border-radius: 50% 0 50% 50%;
    transform-origin: top right;
    animation-delay: 1.5s;
  }
  
  .loading span:nth-child(4){
    border-radius: 0 50% 50% 50%;
    transform-origin: top left;
    animation-delay: 1s;
  }

/*-----------------*/
/* ELEMENTS */
/*-----------------*/
.underbutton > *:hover,
.button:hover,
.tc_content .wp-block-button__link:hover,
.wp-block-file__button:hover,
#content .eb-popup-container .eb-popup-button a.eb-popup-button-anchor:hover,
#content .eb-cia-button-wrapper > a:hover,
#content .eb-pricing-button:hover{
    color: var(--background-color);
}

.wp-block-table tr:nth-of-type(odd){
    background-color: rgba(193, 39, 68, .25);
}
.wp-block-table tr:nth-of-type(even){
    background-color: rgba(193, 39, 68, .05);
}

.tc_content .wp-block-table table tbody,
.tc_content .wp-block-table table td{
    border: 0 !important;
}
.wp-block-table td:nth-of-type(2){
    text-align: right;
    font-weight: 700;
}


/*-----------------*/
/* HEADER */
/*-----------------*/
#header{
    background-color: var(--background-color);
}
#header #logo img{
    max-width: 200px;
}
#info-toogle:before{
    background-image: url(../images/icons/phone-white.svg);
}

/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.fixHead #navprimary{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    border-top: 0;
    z-index: 50;
    border-bottom: 2px solid var(--primary-color);
}

.fixHead .navigmenu .naviglink.lvl-0,
.fixHead .navigmenu .naviglink.lvl-0:hover,
.fixHead .navigmenu .active .naviglink.lvl-0
{
    color: var(--white);
}


.navigmenu .naviglink.lvl-0 {
    padding: 20px 10px;
}
.navigmenu .naviglink.lvl-0:hover,
.navigmenu .active .naviglink.lvl-0{
    color: var(--primary-color);
}

.ckmenu-nav .share-buttons svg{
    width: 20px;
}
.ckmenu-nav .share-buttons a:hover svg{
    fill: var(--text-color);
}
.ckmenu-toogle,
#info-toogle{
    background-color: var(--primary-color);
}

html[lang="de"] .navigmenu .naviglink.lvl-0{
    padding: 30px 8px!important;
    font-size: 14px;
}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome{
    height: 100vh!important;
}
#headerHome-logo {
   font-size: 35px;
}
#headerHome-logo span{
    background: var(--secondary-color);
    display: inline-block;
    padding: 5px 15px;
    font-size: 25px;
}



#headerHome-button .button{
    background-color: var(--secondary-color);
    color: var(--background-color);
    margin: 0 30px;
}
#headerHome-button .button:hover{
    background-color: var(--background-color);
    color: var(--secondary-color);
}
.is-toggle-open #header #info-toogle {
    box-shadow: 0 0 0 100vw var(--background-color), 0 0 0 100vh var(--background-color);
    background-color: var(--background-color);
}
.is-toggle-open #header #info-toogle:before{
    /* background-image: url(../images/icons/close-white.svg) !important; */
}
.infohoraires_ouverture{
    /* color: var(--background-color); */
    border: 0;
    margin-top: 0;
    padding-top: 0;
}



/*-----------------*/
/* GALLERY HOME */
/*-----------------*/

/*-----------------*/
/* PRODUITS HOME */
/*-----------------*/

/*-----------------*/
/* CONTENT */
/*-----------------*/
.home #content .wrappercontent{
    position: relative;
}

.tc_content strong,
.tc_content b{
    font-weight: 700;
}
.home #content p{margin-bottom: 1.5em;}

.nohome .has-background strong a:hover{
    color: var(--background-color);
}

/*-----------------*/
/* PRESTATIONS */
/*-----------------*/



.prestations-img{
    position: relative;
}
.prestations-img > a{
    z-index: 1;
    position: relative;
}

.prestations-img > a:hover .blocthumb:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(193, 39, 68, .5);
    transition: all 0.25s ease;
}

.prestations-content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.prestations-content h3{
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 25px;
    height: initial;
    padding: 5px 75px 5px 5px;
    background: rgb(193,39,68);
    background: linear-gradient(90deg, rgba(193,39,68,1) 0%, rgba(255,255,255,0) 100%);
}
.prestations-content h3 .title_content{
    color: var(--white);
}
.prestations-content h3 .title_content:hover{
    color: var(--white);
}

.prestations-content .liresuite{
    position: absolute;
    margin: 0;
    bottom: 33%;
    right: 0;
    height: initial;
    padding: 25px;
}


/*-----------------*/
/* ACTU */
/*-----------------*/
.newsCtn .wrapper_slider{
    min-width: 50%!important;
    max-width: 50%;
}
.newsCtn .ckslider{
    background-color: rgba(255,255,255,.75);
    padding: 15px;
}
.newsCtn .wrapper_inner_slider{
    background-color: var(--white);
}
.newsCtn:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--black);
    opacity: 0.75;
}
#newsresto{
    background: url(../images/home-bg2.jpg) no-repeat;
    background-size: cover;
}
#news{
    background: url(../images/home-bg4.jpg) no-repeat;
    background-size: cover;
}

.newsCtn .ckslidercontrols .prev,
.newsCtn .ckslidercontrols .next{
    display: none;
}



/*-----------------*/
/* SECTIONS */
/*-----------------*/

.sectionsbloc .title small{
    color: var(--text-color);
}


.section_thumb_back{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    z-index: -1;
}
.section_thumb_back:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.25;
}


.sectionsbloc .wrap-text {
    margin: 50px;
    background-color: rgba(255,255,255,.85);
}

.sectionsbloc  .wp-block-gallery{
    position: relative;
    z-index: 1;
}




/*-----------------*/
/* REASSURANCES */
/*-----------------*/
#reassurances{background-color: var(--black);}
#reassurances .title small,
#reassurances .picto-container li p{
    color: var(--text-color);
}
#reassurances .picto-container li svg,
#reassurances .picto-container li img{
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
}
#reassurances .picto-container li p{font-size: 20px;}

/*-----------------*/
/* PARTENAIRES */
/*-----------------*/
#partenaires{
    background-color: var(--black);
}
/*-----------------*/
/* Certification */
/*-----------------*/
#certifications{
    padding-top: 0;
}
#certifications .bloc_certifications{
    text-align: center;
    padding: 0 15px;
}
#certifications .wrap-element img{
    max-height: 150px;
}
#certifications .prev,
#certifications  .next{
    display: none;
}
/*-----------------*/
/* SHARE */
/*-----------------*/

/*-----------------*/
/* AGENCES */
/*-----------------*/

/*-----------------*/
/* CONTACTFORM */
/*-----------------*/
.mention,
.cekome_form .blc_checkbox label{
    color: var(--secondary-color);
}
.infosForm{
    text-align: center;
    color: var(--primary-color);
}
body:not(.template-contact-php) .mention,
body:not(.template-contact-php) .cekome_form .blc_checkbox label,
body:not(.template-contact-php) .infosForm{
    color: var(--white);
}



/*-----------------*/
/* FOOTER */
/*-----------------*/
#footer .wrappercontent{position: relative;}
#footerForm{
    background: url(../images/home-bg1.jpg) no-repeat;
    background-size: cover;
}
#footerForm:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.20);
}
#footerpaiement{
    font-size: 0.85em;
    padding: 15px 25px;
}


/*-----------------*/
/* RSVIT */
/*-----------------*/
#rsvit_btn {
    justify-content: center;
    align-items: center;
    transform: initial;
    padding: 10px 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #F49E4C;
    color: #fff;
    border: 0;
    top: 335px;
    bottom: initial;
    cursor: pointer;
    right: 0;
    position : fixed;
    z-index: 999999;
    display: none;
}
#iframeReservitBestPriceWidget {
    margin: auto;
    border: none;
    max-width: initial;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 5px;
}
#btn_bed_ico {
    font-size: 1.3em;
    border: 2px solid;
    border-radius: 3px;
    padding: 2px 3px 2px 3px;
    margin-right: 5px;
}
#rsvit_btn>span {
    font-weight: normal;
}
#ReservitBestPriceWidgetbox {
    border: 0;
    position: relative;
    z-index: 999998;
    background-color : transparent;
    text-align: center;
    overflow: hidden;
    width: 250px;
    height: 100%;
}
#ReservitBestPriceWidget {
    position: fixed;
    top: 50%;
    display: none;
    text-align: center;
    width: 250px;
    height: 450px;
    right: 0;
    transform: translateX(0);
    transform: translateY(-50%);
    left: initial;
    z-index: 9999;
}
#box_btn_close {
    font-size: 14px;
    color: black;
    transition: transform 0.5s ease;
    margin: auto;
    position: relative;
    top: -5px;
}
#box_btn_close:hover {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#box_btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    vertical-align: middle;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding-top: 3px;
    text-align: center;
    cursor: pointer;
    background-color: white;
    z-index: 1000000;
}
/* DEBUT RESPONSIVE */
@media (max-width: 790px) {
    #rsvit_btn {
        width: 92%;
        left: 4%;
        bottom: 0;
        top: initial;
        border-bottom-left-radius: 0;
        border-top-right-radius: 5px;
        background-color: rgba(244,158,76,0.9);
    }
    #ReservitBestPriceWidget {
        left: 50%;
        right: initial;
        margin-left: -125px;
    }
}
@media screen and (max-width:450px) and (orientation:portrait) {
    #ReservitBestPriceWidget {
        width: 250px;
        height: 90%;
    }
}
@media screen and (max-width:750px) and (orientation:landscape) {
    #ReservitBestPriceWidget {
        width: 250px;
        height: 90%;
    }
}
/* FIN RESPONSIVE */


#RoomContainerStep2
{
    display: flex!important;
}


.page_les-chambres-2 {
    overflow-x: hidden;
}
.page_les-chambres-2 .wp-block-media-text.has-media-on-the-right{
    padding: 50px 0;
    overflow: visible;
}
.page_les-chambres-2 .wp-block-media-text.has-media-on-the-right:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -50%;
    right: -50%;
    background-color: var(--primary-color);
    opacity: 0.15;
}