/***********************
    GLOBALS
***********************/

/*débeug responsive*/
/**{
    border: 2px red solid;
}
*/
body {
    --primary: var(--e-global-color-primary);
    --secondary: var(--e-global-color-secondary);
    --text-color: var(--e-global-color-text);
    --text-font: var(--e-global-typography-primary-font-family);
    --title-font: var(--e-global-typography-secondary-font-family);
    --cookies-text-color : var(--secondary);
    overflow-x: hidden;
}

.elementor-button-link,
.elementor-button {
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 500;
}
h1,
.title-xl .elementor-heading-title {
    font-family: var(--title-font);
    font-size: clamp(30px, 10px + 3vw, 40px);
    text-transform: uppercase;
    line-height: 1.1;
}
.title-lg .elementor-heading-title {
    font-family: var(--title-font);
    font-size: 18px;
    line-height: 1.1;
}

.elementor-post__read-more {
    font-weight: 800 !important;
}
#recherches-pop {
    background-color: #000;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}
#recherches-pop a {
    color: #bbb;
}
#recherches-pop a:hover {
    color: var(--primary);
}
#recherches-pop {
    display: none;
}
#comments .title-comments {
    display: none;
}

.commentrating .fa {
    font-size: 16px;
    margin: 0 5px;
    color: #ffcc00;
}

.comment-form-url {
    display: none;
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

/***********************
    HEADER
***********************/

.header-target.sticky{
    position: fixed;
    transform: translateY(-100%);
    animation: appear .5s ease forwards;
    z-index: 9999;
    background-color: white;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0 15px 15px 15px;
}
.sticky a, .sticky h2, .sticky i:not(.elementor-search-form__submit i, i.fa-search){
    color: #191919!important;
}

.sticky .current-menu-item a{
    color: #b03434!important;
}

.sticky a:hover{
    color: #600505;
}

.sticky svg{
    fill: #191919!important;
}

.sticky .elementor-element-3f9b995:before{
    background-color: #c5c5c5!important;
}

.sticky .elementor-search-form__container{
    background-color: #5252521f!important;
}

.sticky .elementor-search-form__container input::placeholder{
   color: #191919!important;
}

i.fas.fa-search {
    color: white;
}


@media screen and (min-width: 767px) {
    .search-mobile{
        display: none!important;
    }
}

@keyframes appear {
    100%{
        transform: translateY(0%);
    }
}
/***********************
    Chambre-shortcode
***********************/

.homepages-chambre-wrapper{
    display: flex;
    min-height: 70vh;
    position: relative;
    transition: .3s;
}

.homepages-chambre-item{
    flex: 1;
    transition: .3s;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.homepages-chambre-item:hover{
    flex: 4;
    justify-content: flex-end;

}

.homepages-chambre-item:hover .homepages-chambre-link a{
    opacity: 1;
    /*transform: translateY(-150px);*/
}

.homepages-chambre-item:hover .homepages-chambre-overlay{
    opacity: 0.3;
}


.homepages-chambre-item:hover .homepages-chambre-title{
    transform: rotate(0deg);
    margin: 0 0 2% 10%;
}

.homepages-chambre-overlay{
    background-color: black;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
}


.homepages-chambre-title{
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 2.5rem;
    transform: rotate(-90deg);
    color: white;
    z-index: 2;
    width: fit-content;
    margin: auto;
    transition: .3s;
    text-transform: capitalize;
}

.homepages-chambre-link {
    transition: .3s;
    width: fit-content;
    border-radius: 50px;
    margin: 0 0 5% 10%;
    z-index: 4;
}

.homepages-chambre-link a{
    transition: .3s;
    opacity: 0;
    /*transform: translateY(-150px);*/
    padding: 20px 45px;
    background-color: var(--primary);
    width: fit-content;
    border-radius: 50px;
    cursor: pointer;
}

.homepages-chambre-link a{
    font-family: var(--e-global-typography-primary-font-family);
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 3px;
}

.homepages-chambre-link:hover{
    transform: scale(1.1);
}

@media screen and (max-width: 1024px) {

    .homepages-chambre-item{
        height: 40vh;
    }

    .homepages-chambre-item:last-child{
        grid-area: span 2 / span 2;
    }

    .homepages-chambre-wrapper{
        display: grid;
        min-height: 70vh;
        position: relative;
        transition: .3s;
        grid-template-columns: 1fr 1fr;
    }


    .homepages-chambre-title{
        font-size: 30px;
        transform: rotate(0deg);
        z-index: 2;
        width: fit-content;
        margin: auto;
        transition: .3s;
        text-transform: capitalize;
    }

    .homepages-chambre-link {
        margin: 40px auto;
    }

    .homepages-chambre-link a{
        opacity: 1;
        font-size: 13px;
        padding: 20px 45px;
        width: fit-content;
    }

    .homepages-chambre-item:hover .homepages-chambre-title{
        transform: rotate(0deg);
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    .homepages-chambre-wrapper{
        grid-template-columns: 1fr;
    }

 /*   .homepages-chambre-wrapper{
        display: flex;
        flex-direction: column;
    }*/

    .homepages-chambre-item:last-child{
        grid-area: unset;
    }

}


/***********************
    ANIMATIONS
***********************/

body:not(.elementor-editor-active) .transform-left {
    opacity: 0;
    transform: translateX(-100px);
}
body:not(.elementor-editor-active) .transform-right {
    opacity: 0;
    transform: translateX(100px);
}
body:not(.elementor-editor-active) .transform-top {
    opacity: 0;
    transform: translateY(-100px);
}
body:not(.elementor-editor-active) .transform-bottom {
    opacity: 0;
    transform: translateY(100px);
}
body:not(.elementor-editor-active) .transform-opacity {
    opacity: 0;
}

/***********************
    FORMULAIRE
***********************/

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"] {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--primary);
    margin-bottom: 20px;
    background-color: transparent;
}
.gform_wrapper textarea {
    border: 2px solid var(--primary);
    background-color: transparent;
}
.gform_wrapper input[type="text"]:focus,
.gform_wrapper textarea:focus {
    background-color: #e0d4be;
    opacity: .5;
}
.gform_wrapper li.gfield > label {
    color: var(--primary);
    font-weight: normal;
    opacity: 0.8;
    position: relative;
    top: 5px;
}
.gform_wrapper .ginput_container_textarea {
    margin-top: 25px !important;
}

.gform_button{
    background-color: var(--e-global-color-primary);
    padding: 10px 25px;
    border-radius: 50px;
    transition: .3s ease;
    color: white;
    border: none;
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 20px!important;
}

.gform_button:hover{
    background-color: var(--e-global-color-primary)!important;
    scale: 1.1;
}

/*CHECKBOX*/

.gform_wrapper input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
.gform_wrapper input[type="checkbox"] + label {
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
}

.gform_wrapper input[type="checkbox"] + label:before,
.gform_wrapper input[type="checkbox"] + label:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
/* after */
.gform_wrapper input[type="checkbox"]:not(:checked) + label:after {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    top: 0px;
    border-radius: 50%;
}
.gform_wrapper input[type="checkbox"]:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary);
    background-color: var(--primary);
    z-index: 0;
    border-radius: 2px;
    border-radius: 50%;
}
/* before */
.gform_wrapper input[type="checkbox"]:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.gform_wrapper input[type="checkbox"]:checked + label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    margin-top: 3px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

/***********************
    AVIS
***********************/

.front-page-avis-content-inner{
    display: flex;
    gap: 10px;
}


.front-page-avis-content-inner .fa-star{
    color: #ffcc00;
}

.front-page-avis-content-author{
    font-family: 'EB Garamond';
    font-size: 25px;
    text-transform: uppercase;
    color: #e0d4be;
    letter-spacing: 2px;
}

.front-page-avis-content-rating{
    width: fit-content;
    margin:  5px auto 10px auto;
    font-size: 20px;

}

.avis-date{
    position: relative;
    height: fit-content;
}

.front-page-avis-content-date:after {
    content: "";
    background-color: #a47368;
    height: 2px;
    position: absolute;
    width: 90%;
    bottom: -35px;
    left: 0;
}

.front-page-avis-content-author{
    text-align: center;
}

.front-page-avis-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    margin-top: 20px;
}

.date-chiffre{
    font-size: 40px;
    font-weight: bold;
}

.front-page-avis-content-date{
    font-size: 25px;
    text-transform: uppercase;
    line-height: 5px;
}

.comment-body a, .comment-body b{
    color: var(--primary);
}

.comment-author a{
    color: var(--primary);
}

.comment-author a:hover{
    color: var(--primary);
}

.page-id-16 .submit{
    background-color: var(--e-global-color-primary);
    padding: 10px 25px;
    border-radius: 50px;
    transition: .3s ease;
    color: white;
    border: none;
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 20px!important;
}

.page-id-16 .submit:hover{
    background-color: var(--e-global-color-primary)!important;
    scale: 1.1;
}

/*.front-page-avis-content-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.front-page-avis-content-author {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.front-page-avis-content-date {
    color: black;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: 600;
}
.front-page-avis-content-rating i {
    color: #ffcc00;
    margin: 0 10px;
    font-size: 23px;
}
.front-page-avis-content-text {
    color: black;
    text-align: center;
}*/
@media screen and (max-width: 1024px) {
    .front-page-avis-content-author {
        font-size: 25px
    }
}
@media screen and (max-width: 767px) {
    .front-page-avis-content {
        grid-template-columns: 1fr;
    }
}

/***********************
    TABLEAUX
***********************/
tr,
td {
    background-color: transparent !important;
}
.horaires tr,
.horaires td {
    padding: 0 !important;
    border: none !important;
    line-height: 2.2;
}
.horaires-line {
    display: grid;
    grid-template-columns: 1fr 2fr;
}
@media screen and (min-width: 1024px) {
    .horaires-hour {
        justify-self: end;
    }
}
/***********************
    HOME NEWSLETTER
***********************/
/*
.home-newsletter form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.home-newsletter form p {
    flex-grow: 1;
    margin: 0;
    position: relative;
}
.home-newsletter .meo-newsletter-input,
.home-newsletter .meo-newsletter-submit {
    height: 45px;
    padding-left: 25px;
    font-family: var(--e-global-typography-primary-font-family);
    border-radius: 0;
    border: none;
}
.home-newsletter .meo-newsletter-input::placeholder {
    color: black;
    opacity: 0.5;
    font-family: var(--e-global-typography-primary-font-family);
    font-style: italic;
}
.home-newsletter .meo-newsletter-submit {
    background-color: var(--e-global-color-secondary) !important;
    color: white !important;
    text-transform: uppercase;
    padding-right: 25px !important;
    padding-left: 25px !important;
}*/
/***********************
    SITEMAP
***********************/
.wsp-container h2 {
    margin-top: 20px;
    color: var(--secondary);
}

.wsp-container li a,
.wsp-container strong {
    font-size: 1rem;
    color: var(--primary);
    padding-left: 10px;
}
.wsp-container li a:hover {
    color: var(--secondary);
}

.wsp-container li::marker {
    color: var(--primary);
    font-family: "Font Awesome 5 Free";
    content: "\f236";
    font-weight: 900;
}

/***********************
    GALERIE
***********************/
.galerie-dynamique-wrapper .slick-arrow {
    font-size: 0;
    background-color: transparent !important;
}
.mfp-gallery button {
    background-color: transparent !important;
    border: none;
    outline: none !important;
}
.mfp-arrow-left:after,
.mfp-arrow-right:after {
    bottom: -20px;
}

/***********************
    COOKIES BAR
***********************/

#cn-notice-text{
    font-size: 15px!important;
}

#cookie-notice .cookie-notice-container {
    background-color: var(--primary);
    font-family: var(--text-font);
    color: var(--cookies-text-color);
}
#cookie-notice .cookie-notice-container .cn-button {
    background-color: transparent !important;
    border: 1px solid var(--cookies-text-color) !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: var(--text-font) !important;
}
#cookie-notice .cookie-notice-container .cn-button:hover {
    background-color: black !important;
    color: inherit;
}
#cookie-notice .cookie-notice-container a {
    color: inherit;
    font-weight: bold;
}
#cookie-notice .cookie-notice-container a:hover {
    color: black;
}
/*#cookie-notice .cn-close-icon:before, #cookie-notice .cn-close-icon:after {
    background-color: var(--e-global-color-accent);;
}*/

/***********************
 * FOOTER
***********************/

.elementor-element-10f6c1b7 a{
    color: #191919;
}

.elementor-element-10f6c1b7 a:hover{
    color: #b03434;
}


@media screen and (max-width: 1024px) {
}

/*** SMARTPHONE SIZE ***/
@media screen and (max-width: 767px) {
}
