/* 
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 image carousel */

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

.eliophot-rooms__wrapper .eliophot-carousel__slider {
	position: relative;
}

/* BOUTONS HOTEL DE LA MER GLOBAL */
.btn-hdlm {
	max-width: 300px !important;
}

.btn-hdlm a{
    display: flex;
    align-items: center;
    justify-content: center;
	width: fit-content;
    height: 51px;
    position: relative;
    z-index: 20;
	margin-right: 20px;
	margin-left: 20px;
}

.btn-hdlm .elementor-button-wrapper {
	display: flex;
	justify-content: center;
}

.btn-hdlm .elementor-widget-container:after{
    display: block;
    content:'';
    background: var(--e-global-color-secondary);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    transform: scale(1);
    transition: all 0.4s;
}
.btn-hdlm:after{
    content:'';
    display: block;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    transform: scale(1.06,1.4);
    transform-origin: center;
    border:1px var(--e-global-color-secondary) solid;
    transition: all 0.4s;
}
.btn-hdlm:hover .elementor-widget-container:after{
    /* height: 50px;
     width: 180px;*/
    transform: scale(1.06,1.4);
}
.btn-hdlm:hover:after{
    transform: scale(1,1);
    border-color:white;
}

/* BOUTON BIS HEADER */
@media screen and (min-width: 1024px) {
	.btn-header a {
		width: 170px;
	}
}

@media screen and (max-width: 1023px) {
	.btn-header a,
	#btn-resa-header a,
    #btn-resa-spa a {
		width: auto !important;
		margin-right: 5px;
		margin-left: 5px;
	}
}

.btn-header a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: relative;
    z-index: 20;
}

.btn-header .elementor-widget-container:after{
    display: block;
    content:'';
    background: var(--e-global-color-secondary);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    transform: scale(1);
    transition: all 0.4s;
}
.btn-header:after{
    content:'';
    display: block;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    transform: scale(1.08,1.25);
    transform-origin: center;
    border:1px var(--e-global-color-secondary) solid;
    transition: all 0.4s;
}
.btn-header:hover .elementor-widget-container:after{
    /* height: 50px;
     width: 180px;*/
    transform: scale(1.05,1.15);
}
.btn-header:hover:after{
    transform: scale(0.95,0.85);
    border-color:white;
}

.section-overflow-hidden{
    overflow: hidden;
}
.elementor-widget-image a{
    display: block !important;
}
.btn-maillage a{
    position: relative;
    padding-bottom: 10px !important;
    width: 100% !important;
    text-align: left;
}
button:focus{
    outline: none !important;
}
.btn-maillage a:after{
    display: block;
    content:'';
    width: 9px;
    height: 15px;
    background: url('/wp-content/uploads/2024/02/fleche-maillage1.svg') center center no-repeat;
    background-size: cover;
    position: absolute;
    right:0;
    bottom: -5px;
    transform: translateX(0);
    transition: transform 0.2s ease-in;
}
.btn-maillage a:hover:after{
    background: url('/wp-content/uploads/2024/02/fleche-maillage-hover.svg') center center no-repeat;

}
.btn-maillage a:before{
    display: block;
    content:'';
    width: calc(100%);
    height: 1px;
    position: absolute;
    left:0;
    bottom: 2px;
    border-bottom: 1px var(--e-global-color-primary) solid;
    transform-origin: right;
    transform: scaleX(1);
    transition: transform 0.2s ease-in;
}
.btn-maillage a:hover:before{
    border-color:var(--e-global-color-secondary);
    transform: scaleX(0.65);
}
.btn-maillage.maillage2 a .elementor-button-text{
    transform: scale(1);
    transform-origin: left;
    transition: transform 0.3s;
    height: 1rem;
}
.btn-maillage.maillage2 a:hover .elementor-button-text{
    transform: scale(1.2);
}
.btn-maillage.maillage2 a:hover:before{
    transform: translateX(20px);
}
.btn-maillage.maillage2 a:hover:after{
    transform: translateX(20px);
}

.btn-maillage.btn-maillage3 a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-maillage.btn-maillage3 .elementor-button-content-wrapper{
    order:-1;
}
.btn-maillage.btn-maillage3 a:before{
    position: relative;
    border-color: var(--e-global-color-secondary);
}

.btn-maillage.btn-maillage3 a:after{
    bottom: 5px;
    background:url('/wp-content/uploads/2024/03/fleche-maillage3.svg') center center no-repeat;
}

.btn-maillage.boite-action-maillage a:before{
    width: 80%;
    left: 50%;
    bottom: 18px;
    z-index: 10;
    transform: translateX(-50%) scaleX(1);
}
.btn-maillage.boite-action-maillage:hover a:before{
    transform: translateX(-50%) scaleX(0.6);
}
.btn-maillage.boite-action-maillage a:after{
    bottom: 11px;
    z-index: 10;
    right: 10%;
}
/*---------------------------------------------------------------------------*/
/*-----------------------------------header----------------------------------*/
/*---------------------------------------------------------------------------*/
/*body.admin-bar header{
    top:32px;
}*/
header{
    position: fixed;
    top:0px;
    left:0;
    width: 100%;
    z-index: 500;
}

@media screen and (min-width: 1025px)  {
    body.home header{
        opacity: 0;
        top:-100px;
        visibility: hidden;
        transition: all 0.5s ease-out;
    }
    body.home header.active{
        visibility: visible;
        opacity: 1;
        top:0;
    }
	body header.active{
		background-color: white
    }
    body.home.admin-bar header.active,  body:not(.home).admin-bar header{
        top:32px;
    }
}
/*---------------------------------------------------------------------------*/
/*-------------------------btn-resa-header--------------------------------*/
/*---------------------------------------------------------------------------*/
#btn-resa-header a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 170px;
    position: relative;
    z-index: 20;
}
#btn-resa-header .elementor-widget-container:after{
    display: block;
    content:'';
    background: var(--e-global-color-secondary);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    transform: scale(1);
    transition: all 0.4s;
}
#btn-resa-header:after{
    content:'';
    display: block;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    transform: scale(1.08,1.25);
    transform-origin: center;
    border:1px var(--e-global-color-secondary) solid;
    transition: all 0.4s;
}
#btn-resa-header:hover .elementor-widget-container:after{
    /* height: 50px;
     width: 180px;*/
    transform: scale(1.05,1.15);
}
#btn-resa-header:hover:after{
    transform: scale(0.95,0.85);
    border-color:white;
}

@media screen and (max-width: 1024px) {
	#btn-resa-header:after {
		transform: scale(1.1,1.25);
	}
}

/*---------------------------------------------------------------------------*/
/*-------------------------btn-resa-spa--------------------------------*/
/*---------------------------------------------------------------------------*/
#btn-resa-spa a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 170px;
    position: relative;
    z-index: 20;
}
#btn-resa-spa .elementor-widget-container:after{
    display: block;
    content:'';
    background: var(--e-global-color-secondary);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    transform: scale(1);
    transition: all 0.4s;
}
#btn-resa-spa:after{
    content:'';
    display: block;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    transform: scale(1.08,1.25);
    transform-origin: center;
    border:1px var(--e-global-color-secondary) solid;
    transition: all 0.4s;
}
#btn-resa-spa:hover .elementor-widget-container:after{
    /* height: 50px;
     width: 180px;*/
    transform: scale(1.05,1.15);
}
#btn-resa-spa:hover:after{
    transform: scale(0.95,0.85);
    border-color:white;
}

/*---------------------------------------------------------------------------*/
/*-------------------------popup nav principal-------------------------------*/
/*---------------------------------------------------------------------------*/
.dialog-close-button {
    background: url('/wp-content/uploads/2024/02/bouton-close-menu.svg') center center no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
}
.menu-principal .dialog-close-button {
    right: inherit !important;
    left: 2rem;
}
.dialog-close-button i{
    visibility: hidden;
}
.dialog-close-button:hover {
    background: url('/wp-content/uploads/2024/02/bouton-close-hover.svg') center center no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
}

.menu-langues a{
    background: url('/wp-content/uploads/2024/02/ovale-langue.svg') center center no-repeat;
    border: 0 !important;
    width: 3rem;
    height: 3rem;
    background-size: cover;
}
.menu-langues .sub-arrow{
    display: none;
}
.menu-principal .menu-langues .sub-menu{
    min-width: inherit !important;
}


.menu-principal .social-icons .elementor-grid-item{
    background: url('/wp-content/uploads/2024/02/ovale-langue.svg') center center no-repeat;
}

.menu-principal .nav-principal a{
    left:0;
    transition: left 0.3s ease-in;
}
.menu-principal .nav-principal a:hover{
    left:1rem;
}

body .section-image-nav, .menu-principal .image-first{
    position: absolute;
    width: 100%;
    left:50%;
    top: 50%;
    transform: translate(-50%,-50%);
    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;
}

body .section-image-nav.active, .menu-principal .image-first.active{
    opacity:1;
}
@media screen and (max-width: 767px) {
    .menu-principal .nav-principal a{
        display: block;
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    .menu-langues nav .sub-menu{
        margin-left: -6rem;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.4s ease-in;
    }
    .menu-langues:hover nav .sub-menu{
        opacity: 1;
        visibility: visible;
    }
    .menu-langues .sub-menu{
        display: flex;

    }
    .menu-principal .dialog-close-button {
        right: inherit !important;
        left: 20px;
    }
}
/*---------------------------------------------------------------------------*/
/*------------------------home ecran presentation----------------------------*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 980px) {
    #ecran-presentation{
        padding: 0 0;
    }
    #ecran-presentation .e-con-inner{
        flex-direction: column ;
        align-items: center ;
    }
    #ecran-presentation .e-con-inner >div{
        width: 70%;
    }
    #ecran-presentation .image-left img{
        height: 510px;
    }
    #ecran-presentation .article{
        width: 100%;
        padding: 3rem 0;
    }
    #ecran-presentation .illustration{
        width: 350px;
        bottom:-173px;
        right: -130px;
    }
    #ecran-presentation .article-part-image{
        width: 100%;
        margin: 0;
    }
}
/*---------------------------------------------------------------------------*/
/*--------------------------home ecran chambres------------------------------*/
/*---------------------------------------------------------------------------*/

#ecran-chambres-home .image-room .elementor-widget-container{
    overflow: hidden;
}
#ecran-chambres-home img{
    transform: scale(1);
    transition: all 0.6s;
}
#ecran-chambres-home img:hover{
    transform: scale(1.05);
}
@media screen and (max-width: 767px){
    #ecran-chambres-home .btn-maillage.btn-maillage3 .elementor-button-content-wrapper{
        min-width: 250px;
    }
    #ecran-chambres-home .btn-maillage.btn-maillage3.maillage3-bis .elementor-button-content-wrapper{
        min-width: 200px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #ecran-chambres-home .btn-maillage.btn-maillage3 .elementor-button-content-wrapper{
        min-width: 250px;
    }
    #ecran-chambres-home .btn-maillage.btn-maillage3.maillage3-bis .elementor-button-content-wrapper{
        min-width: 200px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1399px) {
    #ecran-chambres-home .btn-maillage.btn-maillage3 .elementor-button-content-wrapper{
        min-width: 273px;
    }
    #ecran-chambres-home .btn-maillage.btn-maillage3.maillage3-bis .elementor-button-content-wrapper{
        min-width: 200px;
    }
}
@media screen and (min-width: 1400px){
    #ecran-chambres-home .btn-maillage.btn-maillage3 .elementor-button-content-wrapper{
        min-width: 300px;
    }
    #ecran-chambres-home .btn-maillage.btn-maillage3.maillage3-bis .elementor-button-content-wrapper{
        min-width: 250px;
    }
}
/*---------------------------------------------------------------------------*/
/*------------------------home ecran restaurant----------------------------*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 980px) {
    #ecran-restaurant-home{
        padding: 0 0;
    }
    #ecran-restaurant-home .e-con-inner{
        flex-direction: column-reverse ;
        align-items: center ;
    }
    #ecran-restaurant-home .e-con-inner >div{
        width: 87%;
        padding: 0 0 3rem 0;
    }
    #ecran-restaurant-home .illustration{
        right: -18%;
    }
    #ecran-restaurant-home .illustration img{
        height: 245px;
    }
    #ecran-restaurant-home .image-article{
        align-items: flex-start;
    }
    #ecran-restaurant-home .image-article .image-sup{
        left:25px;
    }
}

/*---------------------------------------------------------------------------*/
/*-----------------------home ecran espaces sensoriels-----------------------*/
/*---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    #home-espaces-spa .conteneur-text {
        position: relative;
    }
}
#slider-spa .elementor-swiper-button-next{
    background: url('/wp-content/uploads/2024/03/fleche-next.svg') center center no-repeat;
    background-size: contain;
    width: 5rem;
    position: absolute;
    top:94%;
    right: 2rem;
}
#slider-spa .elementor-swiper-button-next i, #slider-spa .elementor-swiper-button-prev i{
    opacity: 0;
}
#slider-spa .elementor-swiper-button-prev{
    background: url('/wp-content/uploads/2024/03/fleche-prev.svg') center center no-repeat;
    background-size: contain;
    width: 5rem;
    position: absolute;
    top:94%;
    left: inherit;
    right: 8rem;
}

/*---------------------------------------------------------------------------*/
/*-------------------------home ecran evenements-----------------------------*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 980px) {
    #ecran-evenements-home {
        flex-direction: column;
        align-items: center;
    }
    #ecran-evenements-home >div{
        width: 90%;
    }
    #ecran-evenements-home .evenements-right>div{
        flex-direction: row-reverse;
        display: flex;
    }
    #ecran-evenements-home .evenements-right article{
        --margin-block-start: 0rem;
        --margin-block-end: 2rem;
        --margin-inline-start: 0rem;
        --margin-inline-end: -4rem;
    }
}
/*---------------------------------------------------------------------------*/
/*-------------------------home ecran activites-----------------------------*/
/*---------------------------------------------------------------------------*/
#carousel-activites .content-background{
    transform: scale(1);
    transition: transform 0.3s;
}
#carousel-activites .swiper-slide:hover .content-background{
    transform: scale(1.2);
}
@media screen and (min-width: 768px) and (max-width: 980px) {
    #ecran-activites-home >div:nth-child(1){
        width: 45%;
    }
    #ecran-activites-home >div:nth-child(2){
        width: 55%;
    }
    #ecran-activites-home article{
        --padding-block-start: 2rem;
        --padding-block-end: 2rem;
        --padding-inline-start: 1rem;
        --padding-inline-end: 1rem;
    }
}
/*---------------------------------------------------------------------------*/
/*----------------------------home ecran map---------------------------------*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 980px) {
    #home-ecran-map {
flex-direction: column;
    }
    #home-ecran-map>div{
        width: 100%;
    }
    #home-ecran-map .image-tablet .elementor-widget-container{
        margin: 0;
    }
    #home-ecran-map .image-tablet img{
        height: 515px;
        padding-left: 71px;
    }
    #home-ecran-map .content-text{
        margin: 0 0 0 0;
        padding: 0 3rem 0 14rem;
    }
}
/*---------------------------------------------------------------------------*/
/*-------------------------home ecran instagram-----------------------------*/
/*---------------------------------------------------------------------------*/
#section-instagram .eapps-instagram-feed-posts-item{
    border-radius: 0 !important;
}
#section-instagram  .eapps-instagram-feed-posts-slider-next{
    background: url(/wp-content/uploads/2024/03/fleche-next-bleu.svg) center center no-repeat !important;
    opacity: 1;
    z-index: 50;
    visibility: visible;
    background-size: contain !important;
    left:5rem;
}
#section-instagram .eapps-instagram-feed-posts-slider-nav{
    display: block !important;
    width: 6rem;
    top:95%;
    box-shadow: none !important;
    border-radius:0;
    pointer-events: visible;
    backface-visibility :visible;
}
#section-instagram  .eapps-instagram-feed-posts-slider-prev{
    background: url(/wp-content/uploads/2024/03/fleche-prev-bleu.svg) center center no-repeat !important;
    opacity: 1;
    z-index: 50;
    visibility: visible;
    background-size: contain !important;
    left:3rem;

}
#section-instagram  .eapps-instagram-feed-posts-slider-next svg, #section-instagram  .eapps-instagram-feed-posts-slider-prev svg{
    display: none ;
}
#section-instagram .eapps-instagram-feed-posts-slider{
    padding-bottom: 4rem !important;
}
@media screen and (min-width: 640px) and (max-width: 880px) {
    #section-instagram .eapps-instagram-feed-posts-slider {
        width: 300px !important;
        margin: auto;
    }
}
/*---------------------------------------------------------------------------*/
/*-------------------------chambres niv1 ecran cartes------------------------*/
/*---------------------------------------------------------------------------*/
#sejourner-ecran-chambres  .list-rooms .eliophot-room__cta_button_main{
    display: none;
}
#sejourner-ecran-chambres  .list-rooms .eliophot-room__container, #sejourner-ecran-chambres .list-rooms .eliophot-room__data_images_container{
    position: relative;
}

#sejourner-ecran-chambres  .list-rooms .eliophot-room__container{
    padding:0 7px;
    flex-direction: column;
    flex-wrap: nowrap;
}

#sejourner-ecran-chambres  .list-rooms .eliophot-room__cta{
    position: absolute;
    width: 96%;
    height: 78%;
    z-index: 20;
    top:0;
    opacity: 0;
    transition: opacity 0.4s;
}
#sejourner-ecran-chambres  .list-rooms .eliophot-carousel__slider:after,#sejourner-ecran-chambres .list-rooms .eliophot-room__data_images_container:after{
    content:'';
    background: rgba(75,100,112,0.6);
    width: 100%;
    height: 100%;
    top:0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s;
}

#sejourner-ecran-chambres  .list-rooms .eliophot-room__title{
    position: relative;
    left:-0.5rem;
}
#sejourner-ecran-chambres  .list-rooms .eliophot-room__cta_button_second{
    position: relative;
    z-index: 10;
}

#sejourner-ecran-chambres  .list-rooms .eliophot-room__cta_button_second:after{
    display: block;
    content:'';
    width: 9px;
    height: 15px;
    background: url('/wp-content/uploads/2024/03/fleche-maillage-white.svg') center center no-repeat;
    background-size: cover;
    position: absolute;
    right:-30%;
    bottom: -5px;
    transform: translateX(0);
    transition: transform 0.2s ease-in;
}

#sejourner-ecran-chambres  .list-rooms .eliophot-room__cta_button_second:before{
    display: block;
    content:'';
    width: calc(160%);
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 2px;
    border-bottom: 1px white solid;
    transform-origin: right;
    transform: translateX(-50%) scaleX(1);
    transition: transform 0.2s ease-in;
}
#sejourner-ecran-chambres  .list-rooms .eliophot-room__cta_button_second:hover:before{
    transform: translateX(-50%) scaleX(0.65);
}
#sejourner-ecran-chambres  .list-rooms .eliophot-carousel__slider{
    overflow: hidden;
}
#sejourner-ecran-chambres  .list-rooms .eliophot-carousel-wrapper{
    transform: scale(1);
    transform-origin: right;
    transition: all 0.4s;
}
#sejourner-ecran-chambres  .list-rooms .eliophot-room__container:hover .eliophot-carousel__slider:after,#sejourner-ecran-chambres .list-rooms .eliophot-room__container:hover .eliophot-room__data_images_container:after,
#sejourner-ecran-chambres .list-rooms .eliophot-room__container:hover .eliophot-room__cta{
    opacity: 1;
}
#sejourner-ecran-chambres  .list-rooms .eliophot-room__container:hover .eliophot-carousel-wrapper{
    transform: scale(1.1);
}
#sejourner-ecran-chambres  .list-rooms.part-suites .eliophot-room__container{
    direction: ltr;
}

@media screen and (min-width: 981px) {
    #sejourner-ecran-chambres .list-rooms.part-suites .eliophot-rooms{
        direction: rtl;
    }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
    #sejourner-ecran-chambres.sejourner {
        width: 630px;
        margin: auto;
    }
    #sejourner-ecran-chambres .list-rooms .eliophot-rooms{
        grid-template-columns: repeat(2, 1fr);
        --grid-row-gap: 37px;

    }
    #sejourner-ecran-chambres .illustration{
        top: 1190px;
        left: 0px;
        width: 186px;
    }
}


/*---------------------------------------------------------------------------*/
/*-------------------------chambres niv1 ecran services----------------------*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 980px) {
    #sejourner-ecran-services .part-right {
        display: none;
    }
    #sejourner-ecran-services .part-center {
        width: 66%;
    }
    #sejourner-ecran-services .part-left {
        --padding-block-start: 10rem;
    }
}
/*---------------------------------------------------------------------------*/
/*----------------------------chambres niv2 slider---------------------------*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 980px) {
    #my-carousel .swiper-slide {
        width: 1000px !important;
    }
}
@media screen and (min-width: 1367px) and (max-width: 1600px) {
    #my-carousel .swiper-slide {
        width: 1000px !important;
    }
}
/*---------------------------------------------------------------------------*/
/*--------------------chambres niv2 slider autres chambres-------------------*/
/*---------------------------------------------------------------------------*/
.rooms-niv2-slider .list-rooms{
    /* overflow: hidden;*/
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .rooms-niv2-slider .list-rooms .eliophot-room__container{
        width: 240px !important;
        margin-right: 20px !important;
    }
}
@media screen and (min-width: 900px) and (max-width: 1024px) {
    .rooms-niv2-slider .title{
        width: 880px !important;
        --margin-inline-end: -15px !important;
    }
    .rooms-niv2-slider .list-rooms{
        width: 900px !important;
    }
    .rooms-niv2-slider .list-rooms .elementor-widget-container{
        margin: 30px -140px 0px 30px !important;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .rooms-niv2-slider .list-rooms .eliophot-room__container{
        width: 240px !important;
        margin-right: 15px !important;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1366px) {
    .rooms-niv2-slider .list-rooms .eliophot-room__container{
        width: 280px !important;
    }
}

@media screen and (min-width: 1367px) {
    .rooms-niv2-slider .list-rooms .eliophot-room__container{
        width: 335px !important;
    }
    .rooms-niv2-slider .title {
        width: 100%;
        max-width: 1790px;
        margin:70px -150px 0px 153px;
    }
}


/*---------------------------------------------------------------------------*/
/*---------------------------------deguster----------------------------------*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 980px) {
    #deguster-ecran-bistro {
        --padding-block-end:7rem;
    }
    #deguster-ecran-bistro .content-bistro article{
        --margin-block-start: 20rem;
        --margin-block-end: -12rem;
        --margin-inline-start: 0rem;
        --margin-inline-end: -6rem;
    }
}
/*---------------------------------------------------------------------------*/
/*------------------------se relaxer ecran intro-----------------------------*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 980px) {
    #se-relaxer-introduction .part-left {
        width: 40%;
    }
    #se-relaxer-introduction .part-center {
        width: 60%;
    }
    #se-relaxer-introduction .part-right {
        display: none;
    }
}
/*---------------------------------------------------------------------------*/
/*----------------------------se relaxer soin--------------------------------*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 980px) {
    #se-relaxer-soin .container .e-con-inner{
        flex-direction: column;
    }
    #se-relaxer-soin .part-left {
        width: 100%;
    }
    #se-relaxer-soin .part-left img {
        height: 500px;
    }
    #se-relaxer-soin .part-right {
        width: 100%;
    }
    #se-relaxer-soin .container-title{
        width: 440px;
    }
    #se-relaxer-soin .title2{
        margin: -20px;
    }
}
/*---------------------------------------------------------------------------*/
/*------------------------profiter ecran activites---------------------------*/
/*---------------------------------------------------------------------------*/
#profiter-activites .image{
    overflow: hidden;
}
#profiter-activites .image img{
    transform: scale(1);
    transition: transform 0.3s;
}
#profiter-activites .image:hover img {
    transform: scale(1.2);
}
#profiter-balades .container .e-con-inner{
    margin-right: 0;
}
/*---------------------------------------------------------------------------*/
/*--------------------------------Formulaire---------------------------------*/
/*---------------------------------------------------------------------------*/
#formulaire .elementor-field-type-checkbox{
    flex-wrap: nowrap;
}
#formulaire .elementor-field-type-checkbox .elementor-field-label{
    font-size: 1rem;
    font-style: italic;
}
#formulaire .elementor-field-subgroup{
    order: -1;
    width: 1.3rem;
    flex-basis: auto;
}
#formulaire button[type="submit"]{
    position: relative;
}

#formulaire button[type="submit"] .elementor-button-text:after{
    display: block;
    content:'';
    width: 9px;
    height: 15px;
    background: url('/wp-content/uploads/2024/03/fleche-maillage-white.svg') center center no-repeat;
    background-size: cover;
    position: absolute;
    right:-10%;
    bottom: -5px;
    transform: translateX(0);
    transition: transform 0.2s ease-in;
}
/*#formulaire button[type="submit"]:hover .elementor-button-text:after{
    background: url('/wp-content/uploads/2024/02/fleche-maillage-hover.svg') center center no-repeat;
}*/
#formulaire button[type="submit"] .elementor-button-text:before{
    display: block;
    content:'';
    width: 110%;
    height: 1px;
    position: absolute;
    left:0;
    bottom: 2px;
    border-bottom: 1px white solid;
    transform-origin: right;
    transform: scaleX(1);
    transition: transform 0.2s ease-in;
}
#formulaire button[type="submit"]:hover .elementor-button-text:before{
    transform: scaleX(0.65);
}
.text-rgpd a{
    color:var(--e-global-color-8cf4ae8);
}
#formulaire.fond-clair button[type="submit"] .elementor-button-text:after{
    background: url('/wp-content/uploads/2024/03/fleche-maillage3.svg') center center no-repeat;
}
#formulaire.fond-clair button[type="submit"] .elementor-button-text:before{
    border-bottom: 1px var(--e-global-color-primary) solid;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
    #ecran-formulaire .col-left {
        display: none;
    }
    #ecran-formulaire .col-center{
        width: 50%;
    }
}

/*---------------------------------------------------------------------------*/
/*----------------------------offres ecran cartes----------------------------*/
/*---------------------------------------------------------------------------*/
#ecran-offres .eliophot-offers .eliophot-offer__container{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
#ecran-offres .elementor-button-link, #btn-resa-offres .elementor-button-link{
    position: relative;
    min-height: 30px;
    margin-left: 0;
}
#ecran-offres .elementor-button-link:after,#btn-resa-offres .elementor-button-link:after{
    display: block;
    content:'';
    width: 9px;
    height: 15px;
    background: url('/wp-content/uploads/2024/03/fleche-maillage3.svg') center center no-repeat;
    background-size: cover;
    position: absolute;
    right:-20%;
    bottom: -5px;
    transform: translateX(0);
    transition: transform 0.2s ease-in;
}
#ecran-offres .elementor-button-link:before, #btn-resa-offres .elementor-button-link:before{
    display: block;
    content:'';
    width: 120%;
    height: 1px;
    position: absolute;
    left:0;
    bottom: 2px;
    border-bottom: 1px var(--e-global-color-primary) solid;
    transform-origin: right;
    transform: scaleX(1);
    transition: transform 0.2s ease-in;
}
#ecran-offres .elementor-button-link:hover:before, #btn-resa-offres .elementor-button-link:hover:before{
    transform: scaleX(0.65);
}

/*---------------------------------------------------------------------------*/
/*------------------------------offres niv 2---------------------------------*/
/*---------------------------------------------------------------------------*/
#details-offre .eliophot-offer-description {
    display: flex;
}
#details-offre .eliophot-offer-description__price:after{
    display: inline-block;
    content:'-';
    margin-right: 3px;
}
#offres-ecran-formulaire .elementor-button-link{
    display: none;
}
#offres-content .ecran-formulaire{
    display: none;
}
/*---------------------------------------------------------------------------*/
/*---------------------------seminaires espaces------------------------------*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 980px) {
    #seminaires-espaces .part-right {
        display: none;
    }
    #seminaires-espaces .part-left{
        width: 50%;
    }
    #seminaires-espaces .part-right{
        width: 50%;
    }
}
/*---------------------------------------------------------------------------*/
/*-----------------------------Mentions légales------------------------------*/
/*---------------------------------------------------------------------------*/
#text-mentions h2,h3{
    font-family: "the-seasons", serif ;
}
#text-mentions h3{
    font-family: "Autography", serif ;
}
/*---------------------------------------------------------------------------*/
/*--------------------------------Footer-------------------------------------*/
/*---------------------------------------------------------------------------*/

footer .social-icons .elementor-grid-item{
    background: url('/wp-content/uploads/2024/03/ovale-social-footer.svg') center center no-repeat;
}
footer #quickaccess .menu-langues .sub-menu{
    min-width: 2rem !important;
    background: white;
}
footer #newsletter{
    border: 1px white solid;
}
footer #newsletter .elementor-form-fields-wrapper {
    flex-wrap: nowrap;
}
footer #newsletter button{
    padding: 0 10px 5px 0;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
    footer .part-logo{
        width: 100%;
        align-items: center;
        margin-bottom: 3rem;
    }
    footer #footer-top >.e-con-inner{
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .div-footer{
        width: 33%;
        padding-left: 3rem;
    }
    footer .div-newsletter{
        order:5;
        width: 50%;
        margin-top: 3rem;
    }
}