/* 
Theme Name: Hello Eliophot Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team & Eliophot
Author: Eliophot
Author URI: https://www.eliophot.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready, Eliophot
*/

/* Fix Carousel */
.elementor-carousel-image {
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
}

/*----------general----------------------*/
h1.entry-title{
    display:none !important;
}
/*.elementor-button-content-wrapper{
    align-items: center;
}*/

*:focus {
    outline: none;
}

.btn-maillage a, .eliophot-offer__cta_buttons a{
    display: flex;
    align-items: center;
}

.btn-maillage.inverse-mobile a{
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.btn-maillage.inverse-mobile a:before{
    margin-left: 1rem;
    margin-right: 0;
}
.btn-maillage a:before, .eliophot-offer__cta_buttons a:before{
    content:'';
    display: inline-block;
    width: 3rem;
    margin-right: 1rem;
    border-bottom: 1px var(--e-global-color-secondary) solid;
    transform-origin: right;
    transform: scaleX(1);
    -webkit-transition: transform  0.2s ease-in;
    -moz-transition:  transform  0.2s ease-in;
    -o-transition:  transform  0.2s ease-in;
    transition:  transform  0.2s ease-in;
}
.btn-maillage:hover a:before, .eliophot-offer__cta_buttons:hover a:before{
    transform: scaleX(0.5);
}
.section-overflow{
    overflow: hidden;
}
.section-images .elementor-widget-image{
    width: 100% !important;
}
.dialog-type-lightbox.popup-menu{
    position: fixed !important;
}

.col-maillage-clair:hover .titre-fond .elementor-heading-title{
    color: rgba(255,255,255,0.1);
}
.col-maillage-fonce:hover .title-maillage .elementor-heading-title{
    color:var(--e-global-color-92e8795);
}
.col-maillage-fonce:hover .titre-fond .elementor-heading-title{
    opacity: 0.35;
}
:-moz-placeholder{
    opacity: 1 !important;
}

/* Mozilla Firefox 19+*/
::-moz-placeholder{
    opacity: 1 !important;
}

/* Safari, Google Chrome, Opera 15+, nternet Explore 13+ */
::-webkit-input-placeholder{
    opacity: 1 !important;
}

/* Internet Explore 10+ */
:-ms-input-placeholder{
    opacity: 1 !important;
}

/* W3C */
::placeholder{
    opacity: 1 !important;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    html{
        font-size:82%;
    }
}
@media screen and (min-width: 768px) {
    .nav-hidden-desktop{
        display: none !important;
    }
    .btn-maillage.inverse-mobile a{
        justify-content: flex-start;
        flex-direction: row;
    }
    .btn-maillage.inverse-mobile a:before{
        margin-left: 0;
        margin-right: 1rem;
    }
    .btn-avec-icone .elementor-button-icon{
        transform: scale(1);
        -webkit-transition: transform  0.2s ease-in;
        -moz-transition:  transform  0.2s ease-in;
        -o-transition:  transform  0.2s ease-in;
        transition:  transform  0.2s ease-in;
    }
    .btn-avec-icone:hover .elementor-button-icon{
        transform: scale(1.1);
    }
}

/*-----------------------------header------------------------------*/
header{
    height: 0;
}
header #header {
    position: fixed;
    z-index: 5000;
    left:0;
    right: 0;
    top:0;
}
#header.with-admin{
    top:32px;
}
#header, #header .intra-header .elementor-container{
    height: 5rem;
}

body.scrolled #header {
    background: #E9E1DF;
}
body.scrolled  #header .scrolled .elementor-icon{
    color:var(--e-global-color-text);
}
body.scrolled  #header .elementor-icon svg path{
    stroke:var(--e-global-color-text);
}
body.scrolled  #header .elementor-icon:hover svg path{
    stroke:var(--e-global-color-accent);
}
#header .elementor-icon:hover svg path{
    stroke:var(--e-global-color-accent);
}
body.scrolled  #header #btn-resa-header a:before{
    background-image: url(/wp-content/uploads/2022/05/Groupe-12-scrolled.png);
}
body.scrolled  #header #btn-resa-header span{
    color:var(--e-global-color-text);
}
body.scrolled  #header #btn-resa-header:hover span{
    color:var(--e-global-color-accent);
}
body.scrolled  #header .trp-language-switcher-container a, body.scrolled  #header .trp-language-switcher-container .sub-arrow{
    color:var(--e-global-color-text);
}
body.scrolled #header .elementor-button-link svg path{
    stroke:var(--e-global-color-text);
}

.trp-language-switcher-container .sub-menu{
    margin-left: -8px;
    margin-top: 0px;
    min-width: 5rem !important;
}



@media screen and (min-width: 1025px) {
    #header, #header .intra-header .elementor-container{
        height: 7.5rem;

    }
    #header #btn-resa-header a{
        width: 10.5rem;
    }
    body.scrolled  #header,  body.scrolled  #header .intra-header .elementor-container{
        overflow: hidden;
    }
}
/*------------------------------------------gestion effet logo scroll header------------------------*/
#header #col-logo img{
    position: relative;
    top:0.5rem;
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    -webkit-transition: all  0.5s ease-in;
    -moz-transition:  all  0.5s ease-in;
    -o-transition:  all  0.5s ease-in;
    transition:  all  0.5s ease-in;
}
body.scrolled #header #col-logo img{
    transform: translateX(-50%) scale(0.7);
    top:-1.8rem;
}

#header .elementor-divider-separator{
    transform: scaleX(1);
    -webkit-transition: all  0.5s ease-in;
    -moz-transition:  all  0.5s ease-in;
    -o-transition:  all  0.5s ease-in;
    transition:  all  0.5s ease-in;
}
#header #col-logo #logo-simple{
    opacity:0;
    -webkit-transition: opacity  0.5s ease-in;
    -moz-transition:  opacity  0.5s ease-in;
    -o-transition:  opacity  0.5s ease-in;
    transition:  opacity  0.5s ease-in;
}
#header #col-logo #logo{
    opacity:1;
    -webkit-transition: opacity  0.5s ease-in;
    -moz-transition:  opacity  0.5s ease-in;
    -o-transition:  opacity  0.5s ease-in;
    transition:  opacity  0.5s ease-in;
}
body.scrolled #header #col-logo img{
    transform: translateX(-50%) scale(0.7);
    top:-1.8rem;
}
body.scrolled #header .elementor-divider-separator{
    transform: scaleX(1.8);
}
body.scrolled #header #col-logo #logo{
    opacity:0;
}
body.scrolled #header #col-logo #logo-simple{
    opacity:1;
}

@media screen and (min-width: 768px) {
    #header #col-logo img {
        top: -1rem;
    }
}
@media screen and (min-width: 1025px) {
    #header #col-logo img {
        top: 0;
    }
    #header #col-logo img {
        transform: translateX(-50%) scale(1);
    }
    body.scrolled #header #col-logo img{
        transform: translateX(-50%) scale(0.85);
        top:-21px;
    }
}

/*------------------------------------------burger header ------------------------*/

.burger {
    cursor: pointer;
    height: 3rem;
    width: 3.5rem;
    display: flex;
    align-items: center;
}

.burgerMenu {
    position: absolute;
    width: 2rem;
    height: 1px;
    background: white;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    content: "";
    display: block;
}
.burgerMenu:before, .burgerMenu:after {
    position: absolute;
    width: 2rem;
    height: 1px;
    background: white;
    cursor: pointer;
    content: "";
    display: block;
    -webkit-transition: all  0.2s ease-in;
    -moz-transition:  all  0.2s ease-in;
    -o-transition:  all  0.2s ease-in;
    transition:  all  0.2s ease-in;
}
.burgerMenu:before {
    margin-top: -8px;
}
.burgerMenu:after {
    margin-top: 8px;
}



body.scrolled .burgerMenu, body.scrolled .burgerMenu:after, body.scrolled .burgerMenu:before{
    background: var(--e-global-color-text);
}

@media screen and (min-width: 768px) {
    .burgerMenu, .burgerMenu:before, .burgerMenu:after{
        width: 2.5rem;
    }
}
@media screen and (min-width: 1025px) {
    .burgerMenu, .burgerMenu:before, .burgerMenu:after{
        width: 3.5rem;
    }
    .burger:hover .burgerMenu {
        width: 2.8rem;
    }
    .burger:hover .burgerMenu:before {
        width: 3.2rem;
    }
    .burger:hover .burgerMenu:after {
        width: 2.5rem;

    }
}
/*----------------------------------------------btn close pop up menu---------------------------------------*/
#content-close{
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 3rem;
    cursor: pointer;
}
.btn-close{
    position: absolute;
    width: 2rem;
    height: 1px;
}
#content-close .btn-close:hover i{
    color:var(--e-global-color-secondary);
}
.eicon-close{
    opacity: 0;
    width: 6rem;
}
/*@media screen and (min-width: 1025px) {
    .btn-close ,.btn-close:after {
        width: 3rem;
    }
}*/
/*----------------------------------------------pop up menu principal---------------------------------------*/


#nav-section-images{
    position: absolute;
    right: 0;
    width: 50%;
    top: 50%;
    height: 70vh;
}

.nav-menu-principal ul li a{
    padding: 0.6rem 0 !important;
    background: transparent !important;

}
.nav-menu-principal ul{
    max-width: 300px;
}
.nav-menu-principal .hebergements ul li a ,.nav-menu-principal .restaurants  ul li a,.nav-menu-principal .evenements  ul li a{
    font-size:0.8rem !important;
    padding: 0.4rem 0 !important;

}
.nav-menu-principal .hebergements ul li a:before ,.nav-menu-principal .restaurants ul li a:before,.nav-menu-principal .evenements ul li a:before{
    display: inline-block;
    content:'';
    width: 0.5rem;
    border-bottom: 1px grey solid;
    margin: 0 0.5rem 0 0.5rem;
}

body .section-image-nav{
    position: absolute;
    left:0;
    opacity:0;
    z-index: 0;
    -webkit-transition: opacity  0.5s ease-in;
    -moz-transition:  opacity  0.5s ease-in;
    -o-transition:  opacity  0.5s ease-in;
    transition:  opacity  0.5s ease-in;
}

.image-niv1.active, .image-chambres.active, .image-restaurants.active,.image-evenements.active{
    opacity: 1;
    z-index: 10;
}
.nav-secondaire i{
    margin-right: 0.8rem;
}


@media screen and (min-width: 768px) {
    .nav-menu-principal ul li a{
        padding: 1rem 0 !important;
    }
    .nav-menu-principal .hebergements ul li a ,.nav-menu-principal .restaurants  ul li a,.nav-menu-principal .evenements  ul li a{
        font-size:1rem !important;
        padding: 0.7rem 0 !important;
    }
    .nav-menu-principal .hebergements ul li a:before ,.nav-menu-principal .restaurants ul li a:before,.nav-menu-principal .evenements ul li a:before{
        display: inline-block;
        content:'';
        width: 1rem;
        border-bottom: 1px grey solid;
        margin: 0 0.8rem 0 1rem;
    }
}
@media screen and (min-width: 1025px) {
    .popup-menu .dialog-widget-content{
        max-width: 1280px;
        min-width: 900px;
    }
}


/*------------------------------------------------widget-meteo-----------------------------------*/
#widget-meteo .eapp-weather-weather-detail{
    background: transparent !important;
    padding: 0 12px;
}
#widget-meteo .eapp-weather-detail-currentTemp, #widget-meteo .eapp-weather-detail-weatherName{
    color:white;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    margin-left: 0.4rem;
}

#widget-meteo .eapp-weather-detail-currentTemp:after{
    display: inline-block;
    content:'';
    height: 1.3rem;
    width: 1px;
    border-right: 1px white solid;
    margin-left: 1rem;
    position: relative;
    top: 0.35rem;
}

#widget-meteo .eapp-weather-detail-iconBlock circle{
    fill:transparent !important;
    stroke:white !important;
    stroke-width:1 !important;
}
#widget-meteo .eapp-weather-detail-iconBlock line{
    stroke:white !important;
    stroke-width:1 !important;
}
#widget-meteo .eapp-weather-detail-iconBlock path{
    fill: transparent;
    stroke: white;
    stroke-width: 1px;
}

#widget-meteo .eapp-weather-detail-iconBlock, #widget-meteo .eapp-weather-detail-component{
    flex-direction: row !important;
    align-items: center;
}
#widget-meteo .eapp-weather-detail-iconBlock{
    margin-left: 1rem;
}

#widget-meteo .eapp-weather-detail-location{
    display: none;
}
#widget-meteo .eapp-weather-detail-weatherName{
    order:-1;
    margin-top: 0 !important;
}
#widget-meteo .eapp-weather-detail-tempBlock{
    margin-top: -8px;
}


#horloge{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color:white;
    font-size:1rem;
    text-transform: uppercase;
}


@media screen and (min-width: 1025px) {
    #horloge{
        font-size:1.375rem;
    }
    #widget-meteo .eapp-weather-detail-currentTemp, #widget-meteo .eapp-weather-detail-weatherName{
        font-size: 1.375rem;
        margin-left: 0.4rem;
    }
    #widget-meteo .eapp-weather-detail-currentTemp:after{
        display: inline-block;
        content:'';
        height: 1.69rem;
        margin-left: 1rem;
        position: relative;
        top: 0.45rem;
    }
}

/*------------------------------------quicksearch home et rooms niv1----------------------------------------------*/

#quicksearch .eliophot-qs{
    width: 100%;
    align-items: center;
}
#quicksearch .eliophot-qs-field-container{
    justify-content: center;
    flex-grow: initial;
    flex-basis: 25%;
    padding: 1.5rem 0;
    height: 6rem;
}
#quicksearch input.elementor-button-link{
    margin: auto;
    background: url("/wp-content/uploads/2022/05/Groupe-16.png") center center no-repeat;
    padding: 1.8rem 2.5rem;
    background-size: contain;
    background-position-y: 0.7rem;
    width: 10rem;
}
#quicksearch input.elementor-button-link:hover{
    background: url("/wp-content/uploads/2022/06/bouton-reserver-survol.png") center center no-repeat;
    background-size: contain;
    background-position-y: 0.7rem;
}
#quicksearch .eliophot-qs-people{
    border-right: 1px var(--e-global-color-secondary) solid;
}
#quicksearch .eliophot-qs .eliophot-icon i{
    font-size: 1.4rem;
}
#quicksearch .picker__input{
    width: 0;
}
#quicksearch input:focus {
    outline: none;
}
#quicksearch .eliophot-qs-mobile{
    width: 100%;
    border:1px var(--e-global-color-secondary) solid;
    padding: 2rem 4rem;
}
#quicksearch .eliophot-qs-mobile .item-price,#quicksearch .eliophot-qs-mobile .ota-price, #quicksearch .eliophot-qs-mobile .no-avail{
    display: none !important;
}
#quicksearch .col-span-3, #quicksearch .col-span-6{
    text-align: center;
}
#quicksearch .icon-wrapper{
    background: transparent;
}
#quicksearch .icon-wrapper svg{
    font-size:1.2rem;
}
#quicksearch input{
    padding: 0;
}


#quicksearch.quicksearch-hebergements form{
    flex-direction: column;
}

#quicksearch.quicksearch-hebergements .eliophot-qs-field-container{
    border:0;
    border-bottom:1px var(--e-global-color-secondary) solid;
    width: 75%;
    padding: 0.5rem;
    margin: 1rem auto;
}
#quicksearch.quicksearch-hebergements .eliophot-qs-wrapper{
    border:0;
}
#quicksearch.quicksearch-hebergements .eliophot-media-container{
    position: absolute;
    left: 15%;
}
#quicksearch.quicksearch-hebergements .eliophot-qs .eliophot-icon i {
    font-size: 1rem;
}
#quicksearch.quicksearch-hebergements .eliophot-icon svg {
    width: 30px;
    height: 25px;
}

#quicksearch.quicksearch-hebergements input.elementor-button-link{
    margin-top: 2rem;
    width: 10rem;
}
#quicksearch.quicksearch-hebergements .eliophot-qs-mobile{
    border:0;
}
#quicksearch.quicksearch-hebergements .eliophot-qs-mobile .grid{
    flex-direction: column;
}
#quicksearch.quicksearch-hebergements .eliophot-qs-mobile .col-span-3,#quicksearch.quicksearch-hebergements .eliophot-qs-mobile .col-span-6{
    width: 100%;
}
#quicksearch.quicksearch-hebergements .eliophot-qs-mobile .input-form{
    border-bottom:1px var(--e-global-color-secondary) solid;
}
#quicksearch.quicksearch-hebergements .eliophot-qs-mobile .form-container{
    min-width: inherit;
}
#quicksearch.quicksearch-hebergements .eliophot-qs-mobile input{
    text-align: center;
}
/*#quicksearch.quicksearch-hebergements .eliophot-qs-mobile .input-form{
    justify-content: center;
}*/
#quicksearch.quicksearch-hebergements .eliophot-qs-mobile .icon-wrapper{
    position: absolute;
    left: 0;
}
#quicksearch.quicksearch-hebergements .eliophot-qs-mobile .eliophot-qs-input{
   /* text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
}
#quicksearch.quicksearch-hebergements .eliophot-qs-mobile input[type="date"] {
    display: block;
    text-align: center;
    text-align: -webkit-center;
}
input::-webkit-date-and-time-value{
    text-align:center;
}
input[type="date"] {
    display: block;
    text-align: center;
    text-align: -webkit-center;
}
#quicksearch.quicksearch-hebergements .eliophot-qs-mobile select{
   /* text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;*/
    padding-left: calc(50% - 3rem);

}
#quicksearch.quicksearch-hebergements .eliophot-qs-mobile{
    padding: 0;
}
@media screen and (max-width: 767px) {
    #quicksearch .input-form{
        border-bottom: 1px var(--e-global-color-secondary) solid;
    }
}
@media screen and (min-width: 768px) {
    #quicksearch .grid{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #quicksearch .eliophot-qs-mobile{
        padding: 1rem 1rem;
    }

    #quicksearch .eliophot-qs-mobile .col-span-3{
        width: 21%;
    }
    #quicksearch .eliophot-qs-mobile .input-form{
        margin: 0;
        border-bottom: 0;
    }
    #quicksearch .eliophot-qs-mobile .eliophot-qs-input{
        padding-top: 0;
    }
    #quicksearch .eliophot-qs-mobile .icon-wrapper {
        top: -18px;
        right: -12px;
    }
    #quicksearch .eliophot-qs-mobile form{
        max-width: 800px;
        margin: auto;
    }
}
/*--------------------------------quicksearch rooms niv2----------------------------------*/
#quicksearch.quick-rooms-niv2 .col-span-3 .input-form{
    flex-direction: row-reverse;
}
#quicksearch.quick-rooms-niv2 .eliophot-qs-input{
    color:var(--e-global-color-secondary);
}

#quicksearch.quick-rooms-niv2 svg path{
    fill:var( --e-global-color-secondary );
}

#quicksearch.quick-rooms-niv2 .eliophot-booking_room__buttons{
    border:1px var( --e-global-color-secondary ) solid;
    padding: 2rem 4rem;
}

#quicksearch.quick-rooms-niv2 a{
    background: url("/wp-content/uploads/2022/05/Groupe-16.png") center center no-repeat;
    padding: 30px 36px;
    background-size: contain;
    background-position-y: 14px;
}
#quicksearch.quick-rooms-niv2 a:hover{
    background: url("/wp-content/uploads/2022/06/bouton-reserver-survol.png") center center no-repeat;
    padding: 30px 36px;
    background-size: contain;
    background-position-y: 14px;
}
@media screen and (min-width: 768px) {
    #quicksearch.quick-rooms-niv2 .input-form{
        margin: 0 0;
    }
    #quicksearch.quick-rooms-niv2 .eliophot-booking_room__buttons{
        flex-direction: row;
        padding: 0 0;
    }
    #quicksearch.quick-rooms-niv2 .form-container{
        width: 75%;
    }
    #quicksearch.quick-rooms-niv2 .col-span-3,   #quicksearch.quick-rooms-niv2 .col-span-6{
        border-right: 1px var( --e-global-color-secondary ) solid;
        padding: 1rem;
        width: 33%;
    }
    #quicksearch.quick-rooms-niv2 .col-span-3 .icon-wrapper svg {
        font-size: 2rem;
    }
    #quicksearch.quick-rooms-niv2 .col-span-3 .eliophot-qs-title{
        margin-left: 3.4rem;
    }
    #quicksearch.quick-rooms-niv2 .eliophot-qs-title{
        margin-bottom: -18px;
    }
    #quicksearch.quick-rooms-niv2 .flex{
        align-items: center;
        column-gap:0;
    }
    #quicksearch.quick-rooms-niv2  .eliophot-booking_room__button{
        width: 25%;
        text-align: center;
        padding: 0 0;
    }
    #quicksearch.quick-rooms-niv2  .eliophot-qs-input{
        text-align: center;
        padding-top: 5px;
    }
    #quicksearch.quick-rooms-niv2 .col-span-3 .input-form{
       /* width: 7rem;*/
        justify-content: center;
        margin: auto;
    }
}
/*--------------------------------------------swiper chronologie-------------------------------*/
#ecran-chronologie{
    overflow: hidden;
}
#swiper-date >.elementor-container{
    width: 100%;
    height: 100%;
}
#swiper-date> .elementor-container{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
#swiper-date> .elementor-container{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
#swiper-date{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    z-index: 1;
    padding:4px;
}
#swiper-date .elementor-container .col-texte{
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#date .swiper-pagination{
    display: flex;
    justify-content: space-between;
    position: relative;
}

#date .swiper-pagination:after{
    bottom: -3rem;
    display: block;
    content: '';
    width: 130%;
    left:-15%;
    border-bottom: 1px #E9E1DF solid;
    position: absolute;

}
#date .swiper-pagination-bullet {
    border-radius: 0;
    border:0;
    width: auto;
    text-align: center;
    color: var(--e-global-color-text);
    opacity: 1;
    background: transparent;
    margin:0 0.6rem;
    font-family: "Lato", Sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.7rem;
}
#date .swiper-pagination-bullet-active, #date .swiper-pagination-bullet:hover{
    color:var(--e-global-color-secondary);
}
#date .swiper-pagination-bullet:after{
    display: block;
    content:'';
    border:1px #E9E1DF solid;
    background: white;
    border-radius: 50%;
    width: 0.9rem;
    height: 0.9rem;
    z-index: 2;
    position: relative;
    margin-top: 1rem;
    margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
    #date .swiper-pagination:after {
        width: calc(100% + 7rem);
        left: -8rem;
    }
}
@media screen and (min-width: 1025px) {
    #ecran-visible{
        overflow: hidden;
    }
    #date .swiper-pagination-bullet {
        margin:0 2rem;
        font-size: 1rem;
    }
    #date .swiper-pagination:after{
        bottom: -3rem;
        display: block;
        content: '';
        width: calc(100% + 25rem);
        border-bottom: 1px #E9E1DF solid;
        position: absolute;
        left: -20rem;
    }
    #date .swiper-pagination{
        left: -4rem;
    }
}

/*---------------------------------slider offers -----------------------*/
#swiper-offres .elementor-container{
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}
#swiper-offres .elementor-container .eliophot-offers{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /* justify-content: center;*/
}
#swiper-offres .elementor-widget-container{
    --grid-column-gap: 0px;
}
#swiper-offres .elementor-container .eliophot-offer__container{
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;


}
.eliophot-offers .eliophot-offer__container{
    position: relative;
}

#swiper-offres.swiper-two .elementor-container .eliophot-offers{
    display: block;
}

#swiper-offres .eliophot-offer__title:after{
    display: block;
    content: '';
    width: 70%;
    border-bottom: 1px #707070 solid;
    margin: 2rem auto 0;
}

.swiper-pagination-offres{
    justify-content: center;
}

@media screen and (min-width: 768px) {
    #swiper-offres.swiper-two .elementor-container .eliophot-offers, #swiper-offres.swiper-one .elementor-container .eliophot-offers{
        display: flex;
        justify-content: center;
    }
    #swiper-offres.swiper-two .eliophot-offer__skin-card{
        width: 47%;
        max-width: 600px;
        margin: 0 1rem;
    }
    #swiper-offres.swiper-one .eliophot-offer__skin-card{
        width: 80%;
        max-width: 600px;
    }
}


.eliophot-offer__no_post{
    margin-left: 3rem;
}


/*---------------------------swiper rooms niv1----------------------------------*/
.swiper-rooms .elementor-container{
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}
.swiper-rooms .elementor-row{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.swiper-rooms .swiper-slide{
    flex-shrink: 0 !important;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;


}
.swiper-pagination-bullet{
    border:1px var(--e-global-color-text) solid;
    top: 7px;
    position: relative;
    background: transparent;
    margin: 0 0.3rem;
    width: 0.6rem;
    height: 0.6rem;
}
.swiper-pagination-bullet-active{
    background: var(--e-global-color-text);
}

.swiper-pagination{
    bottom: -2rem;
    justify-content: center;
    position: absolute;
    left: 0;
}
.swiper-pagination-rooms2,.swiper-pagination-rooms4 {
    left:inherit;
    right:0;
}
/*---------------------------------------section page menus et carte-------------------------------------*/
#button-carte-midi.active a, #button-carte-soir.active a{
    color:var(--e-global-color-text)
}
.button-carte{
    cursor: pointer;
}

/*---------------------------------------form devis-------------------------------------*/
#form-devis input, #form-devis select, #form-devis textarea{
    padding: 0;
}

#form-devis #button-form .elementor-button-text:before{
    content:'';
    display: inline-block;
    width: 3rem;
    margin-right: 1rem;
    border-bottom: 1px var(--e-global-color-secondary) solid;
    transform-origin: right;
    transform: scaleX(1);
    -webkit-transition: transform  0.2s ease-in;
    -moz-transition:  transform  0.2s ease-in;
    -o-transition:  transform  0.2s ease-in;
    transition:  transform  0.2s ease-in;
    position: relative;
    top: -4px;
}

#form-devis #button-form:hover .elementor-button-text:before{
    transform: scaleX(0.5);
}
#form-devis button:focus{
    outline: none;
}
.formulaire .elementor-field-group-consent span label{
    text-transform: none !important;
    font-size: 0.8rem  !important;
}
.formulaire .elementor-field-group-consent{
    justify-content: center;
}

/*---------------------------------------Newsletter-------------------------------------*/


#newsletter-form .part-form{
   text-align: center;
}

#newsletter-form .part-form input.sib-email-area{
    background: transparent;
    border:0;
    border-radius: 0;
    border-bottom:1px white solid;
    padding: 0 0;

}
#newsletter-form .part-form .sib-default-btn{
    background: url("/wp-content/uploads/2022/06/RESA.png") center center no-repeat;
    padding: 1.8rem 1.9rem 1.8rem 3.2rem;
    background-size: contain;
    border:0;
    outline: none;
    margin: 3rem auto 1rem;
    width: 9.5rem;
}

#newsletter-form .part-form .sib-default-btn:hover{
    background: url("/wp-content/uploads/2022/06/RESA-hover.png") center center no-repeat;
    background-size: contain;
    color:white;
}
#newsletter-form :-moz-placeholder{
    opacity: 1 !important;
    color:white;
}

/* Mozilla Firefox 19+*/
#newsletter-form ::-moz-placeholder{
    opacity: 1 !important;
    color:white;
}

/* Safari, Google Chrome, Opera 15+, nternet Explore 13+ */
#newsletter-form ::-webkit-input-placeholder{
    opacity: 1 !important;
    color:white;
}

/* Internet Explore 10+ */
#newsletter-form :-ms-input-placeholder{
    opacity: 1 !important;
    color:white;
}

/* W3C */
#newsletter-form ::placeholder{
    opacity: 1 !important;
    color:white;
}

#newsletter-form p.input-consent{
    position: absolute;
    top: 2rem;
}

#newsletter-form input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
#newsletter-form input[type="checkbox"] + label {
    padding: 0px 0 0 2rem;
    vertical-align: middle;
    font-size: 0.8rem;
    position: relative;
}
#newsletter-form input[type="checkbox"] + label::before {
    content: " ";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0;
    left: 0;
   border:1px var(--e-global-color-secondary) solid;
    cursor: pointer;
}
#newsletter-form input[type="checkbox"]:checked + label::before {
    content: '\2713';
    padding-left: 2px;

}
@media screen and (min-width: 768px) {
    #newsletter-form .part-form{
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-around;
    }
    #newsletter-form .part-form p.sib-email-area{
        width: 60%;
        padding-left: 3%;
        top: -0.7rem;
        position: relative;
    }
    #newsletter-form p.input-consent {
        margin-left: 6%;
        margin-top: -2rem;
        position: relative;
        top:0;
    }

    #newsletter-form .part-form .sib-default-btn{
        margin: inherit;
    }
}
@media screen and (min-width: 1025px) {
    #newsletter-form .part-form p.sib-email-area{
        width: 70%;
        padding-left: 3%;
    }
}

/*---------------------------------------footer-------------------------------------*/

footer #col-logo-footer img{
    position: relative;
    top:0.5rem;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
    footer #nav-footer ul {
        margin-left: 0;
    }
}



/*----------------------quickacess-----------------------*/
@media screen and (max-width: 1024px) {
    #quickaccess .elementor-nav-menu--dropdown{
        overflow: visible;
    }
    #quickaccess .elementor-nav-menu--dropdown{
        position: absolute;
        bottom: 47px;
        z-index: 200;
        width: 100% !important;
        min-width: inherit !important;
        top: inherit !important;
    }

    #quickaccess.change-quickaccess i, #quickaccess.change-quickaccess p,#quickaccess.change-quickaccess nav a {
        color:var(--e-global-color-text);
    }
}
