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

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

.rooms-slider .eliophot-carousel-wrapper.elementor-main-swiper {
    position: static;
}

.rooms-slider .elementor-swiper-button,
.room-gallery-mobile .elementor-swiper-button {
    position: absolute !important;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 1;
}

/* séparateurs */
.blue-separator-left .elementor-divider-separator {
    border-image: linear-gradient(to right, #1C2C4C 0%, #FFFBFB00 100%) 1;
}

.blue-separator-right .elementor-divider-separator {
    border-image: linear-gradient(to left, #1C2C4C 0%, #FFFBFB00 100%) 1;
}

/* hero */
.hero .title-container {
    overflow: hidden;
}

/* pictos listing chambre */
.rooms-slider .eliophot-room__option svg,
.rooms-listing .eliophot-room__option svg {
    display: none;
}

.rooms-slider .eliophot-room__option:nth-child(1) span::before,
.rooms-listing .eliophot-room__option:nth-child(1) span::before {
    content: url("/wp-content/uploads/2025/03/occupation-mini.svg");
    margin-right: 8px;
}

.rooms-slider .eliophot-room__option:nth-child(2) span::before,
.rooms-listing .eliophot-room__option:nth-child(2) span::before {
    content: url("/wp-content/uploads/2025/03/bed-mini.svg");
    margin-right: 8px;
}

.rooms-slider .eliophot-room__option:nth-child(3) span::before,
.rooms-listing .eliophot-room__option:nth-child(3) span::before {
    content: url("/wp-content/uploads/2025/03/superficie-mini.svg");
    margin-right: 8px;
}

/* -------- FIN GLOBAL -------- */

/* -------- HEADER -------- */
/*image*/
#header:not(.header-sticky-active) .logo-nav img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s;
}

/* séparateurs */
#header .separator-left .elementor-divider-separator {
    border-image: linear-gradient(to right, #ffffff 0%, #FFFBFB00 100%) 1;
}

#header .separator-right .elementor-divider-separator {
    border-image: linear-gradient(to left, #ffffff 0%, #FFFBFB00 100%) 1;
}

/* navigation secondaire */
#header .secondary_nav-item .elementor-icon-box-wrapper {
    display: flex !important;
    flex-direction: column-reverse !important;
}

#header .secondary_nav-item .elementor-icon-box-content {
    opacity: 0;
    transition: opacity 0.3s;
}

#header .secondary_nav-item:hover .elementor-icon-box-content {
    opacity: 1;
}

#header .secondary_nav-item .elementor-icon-box-icon svg path,
#header.header-sticky-active .menu-lang svg path {
    transition: stroke 0.3s, fill 0.3s;
}

/* pictos nav secondaire */
#header .secondary_nav-item:not(.item-location):hover .elementor-icon-box-icon svg path {
    stroke: var(--e-global-color-accent);
}

#header .secondary_nav-item.item-location:hover .elementor-icon-box-icon svg path {
    fill: var(--e-global-color-accent);
}
/* menu langues */
#header .menu-lang .elementor-nav-menu__container {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
}

#header .menu-lang .elementor-menu-toggle {
    padding-bottom: 3px;
}

#header .menu-lang .elementor-nav-menu a > span {
    line-height: 20px !important;
}

/* bouton reserver */
#header .nav-right .menu-reserver {
    background-color: var(--e-global-color-accent);
    border-radius: 2px 24px 24px 2px;
    margin-left: 12.5px;
    transition: background-color 0.3s;
}

#header .nav-right .menu-reserver a {
    color: #ffffff !important;
    padding: 12px 18px 11px 16px !important;
    margin-left: 0!important;
}

#header .nav-right .menu-reserver:hover {
    background-color: var(--e-global-color-a6f3306);
}

/* header sticky */
    /*bg container*/
#header.header-sticky-active {
    background-color: var(--e-global-color-82cfb91);
    backdrop-filter: blur(4px);
}

    /*couleur texte nav*/
#header.header-sticky-active nav ul li a {
    color: var(--e-global-color-primary);;
}

    /* separateurs */
#header.header-sticky-active .separator-left .elementor-divider-separator {
    border-image: linear-gradient(to right, #1C2C4C 0%, #FFFBFB00 100%) 1;
}

#header.header-sticky-active .separator-right .elementor-divider-separator {
    border-image: linear-gradient(to left, #1C2C4C 0%, #FFFBFB00 100%) 1;
}

    /*pictos*/
#header.header-sticky-active .secondary_nav-item:not(.item-location) .elementor-icon-box-icon svg path,
#header.header-sticky-active .menu-icon svg path {
    stroke: var(--e-global-color-primary);
}

#header.header-sticky-active .secondary_nav-item.item-location .elementor-icon-box-icon svg path,
#header.header-sticky-active .menu-lang svg path,
#header.header-sticky-active .booking-icon svg path {
    fill: var(--e-global-color-primary);
}

#header.header-sticky-active .elementor-icon-box-content p a {
    color: var(--e-global-color-primary);
}
/* -------- FIN HEADER -------- */


/* ------- MENU BURGER ------- */
.burger-menu_nav li a {
    padding-bottom: 10px !important;
}

.burger-menu_nav li {
    border-bottom: 1px solid rgb(142, 142, 142, 0.3);
}
/* ------- FIN MENU BURGER ------- */

/* ------- FOOTER ------- */
#footer .pictos-rs a:hover svg path {
    fill: var(--e-global-color-a6f3306) !important;
}

#footer .pictos-rs a svg path {
    transition: fill 0.3s;
}

/* ------- HOMEPAGE ------- */
/* listing des chambres */
#rooms .rooms-listing-nav .btn-swiper-prev,
#rooms .rooms-listing-nav .btn-swiper-next {
    cursor: pointer;
}

#rooms .rooms-intro .content,
#rooms .rooms-intro {
    overflow: hidden;
}

.rooms-slider .eliophot-room__container.swiper-slide,
.rooms-slider .elementor-carousel-image {
    border-top-right-radius: 999px !important;
    border-top-left-radius: 999px !important;
}

.rooms-slider .eliophot-room__cta_button_main {
    display: none !important;
}

.rooms-slider .eliophot-room__group {
    width: 100%;
    display: flex;
}

.rooms-slider .eliophot-room__cta_button_second {
    border-top-right-radius: 999px !important;
    border-bottom-right-radius: 999px !important;
    padding: 10px 16px 9px 16px !important;
}

.rooms-slider-nav .btn-swiper-prev,
.rooms-slider-nav .btn-swiper-next {
    cursor: pointer
}

.rooms-slider .eliophot-room__title {
    white-space: nowrap;
}

.rooms-slider .eliophot-room__body {
    width: 65%;
}

.rooms-slider .eliophot-room__cta {
    width: 35%;
}

.rooms-slider .eliophot-room__options {
    flex-direction: column;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .rooms-slider .eliophot-room__group {
        flex-direction: column;
        justify-content: space-between;    
    }

    .rooms-slider .eliophot-room__body,
    .rooms-slider .eliophot-room__cta {
        width: 100% !important;
        padding-right: 8px;
        padding-left: 8px;
    }

    .rooms-slider .elementor-main-swiper {
        height: 625px !important;
    }

    .rooms-slider .eliophot-room__cta {
        padding-top: 0
    }

    .rooms-slider .elementor-carousel-image {
        min-height: 350px !important;
    }

    .rooms-slider .eliophot-room__title {
        white-space: wrap;
    }
}

@media screen and (max-width: 768px) {
    .rooms-slider .elementor-main-swiper {
        max-width: 400px;
    }
}

/* restaurant */
.slider-restaurant .elementor-swiper-button {
    bottom: 0;
    top: unset !important;
}

.slider-restaurant .elementor-swiper-button-prev {
    left: 47% !important;
}

.slider-restaurant .elementor-swiper-button-next {
    right: 47% !important;
}

@media screen and (max-width: 1024px) {
    .slider-restaurant .elementor-swiper-button-prev {
    left: 40% !important;
}

    .slider-restaurant .elementor-swiper-button-next {
        right: 40% !important;
    }
}

/* bloc coffret cadeaux */
@media screen and (min-width: 1201px) {
    .image-filter-white::before {
            background: radial-gradient(57.64% 57.59% at 19.51% 60.68%,  rgba(37, 37, 37, 0.70) 0%, rgba(0, 0, 0, 0.00) 39.25%);
    }
}

@media screen and (max-width: 1200px) {
    .image-filter-white {
        background-image: none !important;
    }
    
    .gifts {
        background-color: var(--e-global-color-7b45cbd);
    }
    
    .image-filter-white .text-color-change p {
        color: var(--e-global-color-text);
    }
}

/* listing offres speciales */
.offers-slider .eliophot-offer__container {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.offers-slider .elementor-carousel-image {
    border-radius: 20px 20px 2px 2px;
}

.offers-slider .eliophot-offer__container {
    flex-direction: column;
}

.offers-slider .eliophot-offer__cta_title {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.offers-slider .eliophot-offer__cta_buttons {
    width: 100%;
    justify-content: center !important;
    gap: 25px;
}

.offers-slider .eliophot-offer__cta_buttons .eliophot-offer__cta_button_main {
    border-top-left-radius: 999px !important;
    border-bottom-left-radius: 999px !important;
    padding: 10px 16px 9px 16px !important;
    width: 99px;
}

.offers-slider .eliophot-offer__cta_buttons .eliophot-offer__cta_button_second {
    border-top-right-radius: 999px !important;
    border-bottom-right-radius: 999px !important;
    padding: 10px 16px 9px 16px !important;
    width: 99px;
}

.offers-slider .eliophot-offer__cta_buttons .eliophot-offer__cta_button_second:hover {
    background-color: var(--e-global-color-secondary) !important;
}

.offers-slider .elementor-swiper-button {
    top: unset !important;
    bottom: -3rem !important;
}

.offers-slider .elementor-swiper-button-prev {
    left: 50% !important;
    transform: translate(-150%, -50%) !important;
}

.offers-slider .elementor-swiper-button-next {
    right: 50% !important;
    transform: translate(150%, -50%) !important;
}

.offers-slider .eliophot-offer__group {
    height: calc(100% - 250px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* ------- FIN HOMEPAGE ------- */
/* ------- PAGE CHAMBRES ------- */
.rooms-listing .eliophot-room__container {
    border-top-right-radius: 999px !important;
    border-top-left-radius: 999px !important;
    flex-direction: column;
}

.rooms-listing .swiper-slide {
    border : none;
}

.rooms-listing .eliophot-room__container.swiper-slide,
.rooms-listing .elementor-carousel-image {
    border-top-right-radius: 999px !important;
    border-top-left-radius: 999px !important;
}

.rooms-listing .eliophot-room__cta_button_main {
    display: none !important;
}

.rooms-listing .eliophot-room__group {
    width: 100%;
    display: flex;
}

.rooms-listing .eliophot-room__cta_button_second {
    border-top-right-radius: 999px !important;
    border-bottom-right-radius: 999px !important;
    padding: 10px 16px 9px 16px !important;
}

.rooms-listing .eliophot-room__cta_container {
    justify-content: flex-end !important;
    align-items: flex-end !important;
}

.rooms-listing .eliophot-room__body {
    width: 70% !important;
}

.rooms-listing .eliophot-room__cta {
    width: 30% !important;
}
/* ------- FIN PAGE CHAMBRES ------- */

/* ------- PAGE CHAMBRE N2 ------- */
.hero-chambre {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

@media screen and (min-width: 1025px) {
    .room-gallery .eliophot-carousel-wrapper {
        width: 120% !important;
        margin-left: -10%;
    }
    
    .room-gallery .swiper-slide,
    .room-gallery {
        overflow: hidden;
    }
}

.room-gallery .elementor-swiper-button {
    position: absolute;
    top: unset !important;
    bottom: 0 !important;
    z-index: 999;
    cursor: pointer;
}

.room-gallery .elementor-swiper-button-prev {
    left: 50% !important;
    transform: translate(-2rem, -50%) !important;
}

.room-gallery .elementor-swiper-button-next {
    right: 50% !important;
    transform: translate(2rem, -50%) !important;
}

.room-gallery .swiper {
    overflow: visible;
    padding-bottom: 3rem;
}

.room-gallery .eliophot-room {
    overflow: hidden;
}

.btn-booking-room .elementor-button-icon svg {
    width: 20px;
}

.btn-booking-room .elementor-button {
    width: 100%;
}

/* mini qs */
.mini-qs-room .col-span-6 {
    display: none;
}

.mini-qs-room .eliophot-booking_room__button {
    width: 100%;
}

.mini-qs-room .eliophot-booking_room__form_container {
    width: 100%;
}

.mini-qs-room .eliophot-booking_room__cta_button {
    padding: 20px 40px 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.mini-qs-room .eliophot-booking_room__cta_button .text_before {
    content: url("/wp-content/uploads/2025/03/search.svg")
}

.mini-qs-room .eliophot-booking_room__icon_wrapper {
    content: url(/wp-content/uploads/2025/03/arrow_down-grey.svg);
    width: 14px !important;
}

.mini-qs-room .eliophot-booking_room__icon_wrapper svg {
    display: none;
}

.mini-qs-room .eliophot-booking_room__input_form {
    border: 1px solid #C5E1F8;
}

.mini-qs-room .eliophot-booking_room__qs_title:before {
    content: url("/wp-content/uploads/2025/03/booking_calendar-gold.svg");
    display: inline-block;
    width: 20px;
}

.mini-qs-room .eliophot-booking_room__qs_title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.mini-qs-room .gap {
    column-gap: 35px !important;
}

.mini-qs-room .eliophot-booking_room__buttons {
    gap: 30px;
}

.room-gallery-mobile .swiper .swiper-slide .elementor-carousel-image {
    border-radius: 16px 16px 6px 6px !important;
}

/* services */
.services .eliophot-room__options {
    padding-left: 0;
}

.services .eliophot-room__options li {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.services .eliophot-room__options li .elementor-icon-list-icon {
    margin-right: 20px;
}

.services .eliophot-room__options .eliophot-room__option-text {
    padding-left: 0;
}

.services .superficie .elementor-icon-list-icon svg,
.services .occupation .elementor-icon-list-icon svg,
.services .bed .elementor-icon-list-icon svg {
    display: none;
}

.services .superficie .elementor-icon-list-icon {
    content: url("/wp-content/uploads/2025/03/superficie.svg");
    width: 30px;
}
.services .occupation .elementor-icon-list-icon {
    content: url("/wp-content/uploads/2025/03/ocupation.svg");
    width: 30px;
}

.services .bed .elementor-icon-list-icon {
    content: url("/wp-content/uploads/2025/03/bed.svg");
    width: 30px;
}

.services .eliofont-sun:before {
    content: url("/wp-content/uploads/2025/03/sun.svg");
}

.services .eliofont-dressing:before {
    content: url("/wp-content/uploads/2025/03/dressing.svg");
}

.services .eliofont-bathrobe:before {
    content: url("/wp-content/uploads/2025/03/bathrobe.svg");
}

.services .eliofont-flat-screen:before {
    content: url("/wp-content/uploads/2025/03/tv.svg");
}

.services .eliophot-room-services .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.services .eliophot-room-services .elementor-icon-box-icon {
    margin-bottom: 0 !important;
    margin-right: 20px !important;
}

/* maillage chambre */
.rooms-maillage .rooms-slider .elementor-swiper-button {
    top: 50% !important;
}

.rooms-maillage .rooms-slider .elementor-swiper-button-prev {
    left: 0 !important;
}

.rooms-maillage .rooms-slider .elementor-swiper-button-next {
    right: 0 !important;
}


/* ------- FIN PAGE CHAMBRE N2 ------- */


/* ------- PAGE SERVICES ------- */
/* galerie photos */
.gallery .elementor-gallery-item {
    border-bottom-right-radius : 6px !important;
    border-bottom-left-radius : 6px !important;
}

.dialog-lightbox-widget-content .elementor-slideshow__title {
    display: none !important;
}
/* ------- FIN PAGE SERVICES ------- */

/* ------- PAGE OFFRE SPECIALES -------- */
.special-offers .offers-listing .eliophot-offer__container {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.special-offers .offers-listing .elementor-carousel-image {
    border-radius: 20px 20px 2px 2px;
}

.special-offers .offers-listing .eliophot-offer__container {
    flex-direction: column;
}

.special-offers .offers-listing .eliophot-offer__cta_title {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.special-offers .offers-listing .eliophot-offer__cta_buttons {
    width: 100%;
    justify-content: center !important;
    gap: 25px;
}

.special-offers .offers-listing .eliophot-offer__cta_buttons .eliophot-offer__cta_button_main {
    border-top-left-radius: 999px !important;
    border-bottom-left-radius: 999px !important;
    padding: 10px 16px 9px 16px !important;
    width: 99px;
}

.special-offers .offers-listing .eliophot-offer__cta_buttons .eliophot-offer__cta_button_second {
    border-top-right-radius: 999px !important;
    border-bottom-right-radius: 999px !important;
    padding: 10px 16px 9px 16px !important;
    width: 99px;
}
/* ------- FIN PAGE OFFRE SPECIALES -------- */

/* ------- PAGE OFFRE SPECIALES N2 -------- */
.offer-booking a {
    width: 100%;
    padding: 20px 40px !important;
}

.offer-booking {
    max-width: 350px;
}
/* ------- FIN PAGE OFFRE SPECIALES N2 -------- */

/* -------- PAGE ACTUALITES -------- */
.actus-listing .elementor-post__card {
    border-top-right-radius: 24px !important;
    border-top-left-radius: 24px !important;
    padding: 4px;
}

.actus-listing .elementor-post__thumbnail {
    border-radius: 20px 20px 2px 2px;
}

.actus-listing .elementor-post__read-more {
    border: 1px solid var(--e-global-color-accent);
    padding: 10px 16px 9px 16px;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    transition: all 0.3s;
    align-self: end;
}

.actus-listing .elementor-post__read-more:hover {
    color: var(--e-global-color-ab3759d) !important;
    background: var(--e-global-color-accent);
}

.actus-listing .elementor-post__text {
    display: flex;
    flex-direction: column;
}
/* -------- FIN PAGE ACTUALITES -------- */

/* -------- PAGE ACTUALITES N2 -------- */
.article .content p {
    margin-bottom: 1.5rem;
}

.article .content h2 {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    margin-top: 2.5rem;
}
/* -------- FIN PAGE ACTUALITES N2 -------- */