/*
Fichier CSS pour les pages d'accueil des domaines
*/

/*SOMMAIRE
01- Général
02- Présentation du domaine
03- Le domaine
04- Localisation du domaine
05- Nos hébergements
06- Nos services
07- Nos engagements
08- Galerie
09- Popup
*/


/* .subdomain #tarteaucitronAlertBig.tarteaucitronAlertBigTop {
    display: none!important;
} */
/*-------------------------
---- 00 - Header & Footer
--------------------------*/

/*HEADER*/
/* .headerPageDomaine-picture {
    position: absolute;
    top:0;
    left:0;
    right: 0;
} */
.subdomain #header {
    height: 100%!important;
}
.headerContentDomaine {
    left:0;
    right: 0;
}
.subdomain .headerPageDomaine-picture {
    height: 597px;
}

/*MENU*/
.header-menu-domain {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    position: relative;
    z-index:1;
}
.subdomain .nestedDomain ul.firstLevel {
    display: flex;
    justify-content: space-between;
    margin:0;
}
.subdomain .header-menu-domain ul li {
    padding: 32px;
    width: 100%;
    text-align: center;
    position: relative;
}
.subdomain .header-menu-domain ul li {
    font-size:16px;
    font-weight: 600;
    line-height: 24px;
}
.subdomain .header-menu-domain ul li:hover::after {
    transform: scaleX(1) translateZ(0);
    transition: transform .51s cubic-bezier(.165,.84,.44,1);
    background-color: #E3F5FF;
}
.subdomain .header-menu-domain ul li::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    transform: scaleX(0) translateZ(0);
    transition: transform .31s cubic-bezier(.165,.84,.44,1);
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
}

.subdomain .header-menu-domain ul li.last_btn:hover {
    background: #103973;
    transition: background-color 0.6s cubic-bezier(.165,.84,.44,1) .3s;
}
.subdomain .header-menu-domain ul li.last_btn::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    transition: -webkit-transform .3s cubic-bezier(.165,.84,.44,1);
    transition: transform .6s cubic-bezier(.165,.84,.44,1);
    transition: transform .6s cubic-bezier(.165,.84,.44,1), -webkit-transform .6s cubic-bezier(.165,.84,.44,1);
    background-color: #103973;
}
.subdomain .header-menu-domain ul li.last_btn {
    position: relative;
    cursor: pointer;
    transition: color .6s cubic-bezier(.165,.84,.44,1);
    overflow: hidden;
    background-color: #1D68D2;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}
.subdomain .header-menu-domain ul li.last_btn:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.subdomain .header-menu-domain ul li.last_btn a {
    display: flex;
    justify-content: center;
    color: #FFF;
} 
.subdomain .header-menu-domain ul li.last_btn a::before {
    content:"";
    background-image: url('../img/charte/icon-calendar.svg');
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.subdomain .header-menu-domain ul li a{
    color:var(--color-primary);
    text-transform: initial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.subdomain .header-menu-domain .nested-header-domain {
    width:100%;
}


/*FOOTER*/
.footerDomaine .footer-top-last {
    font-size: 16px;
}
.footerDomaine .footerColumnTitle {
    padding-bottom: 10px;
}
.footerDomaine .footerPhone {
    padding-bottom: 10px;
}
.footerDomaine .linkContact {
    text-decoration: underline;
}
.footerDomaine a:hover {
    color: #EF836A!important;
}
.footerDomaine .follow-us svg:hover {
    margin-bottom: 5px;
}
.footerDomaine .footer-links {
    border-top:1px solid #D3DAE2;
    padding-top: 24px!important;
}
.footerDomaine .footer-links ul li a {
    font-size: 14px!important;
    color: var(--color-primary)!important;
    text-decoration: underline;
    opacity: 1;
}
.footerDomaine .footer-links ul li a:hover {
    color: #EF836A!important;
}

/*-----------------
---- 01 - general
------------------*/

.subdomain #tarteaucitronRoot {
    display: none;
}

.subdomain .main-home {
    font-family: 'Montserrat', serif!important;
    color: var(--color-primary)!important;
}

.subdomain .main-home h1 {
    font-size: 48px;
    color: var(--color-primary);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 58px;
}
.subdomain .main-home h2,
.domainPopup #popup-body h2 {
    font-size: 28px;
    line-height: 34px;
    color: var(--color-primary)!important;
}
.subdomain .subtitle {
    font-size: 20px;
    color: var(--color-primary);
    margin-top:10px;
}
.subdomain .main-home h2::after,
.domainPopup #popup-body h2::after {
    content:"";
    display: block;
    width: 248px;
    height: 8px;
    margin-top:8px;
    background-image: url('../img/charte/subtitle_wave.svg');
    background-repeat: no-repeat;
}
.subdomain .main-home .text-center h2::after,
.domainPopup #popup-body .text-center h2::after {
    margin:8px auto 0 auto;
}
.subdomain .main-home h3 {
    color: var(--color-primary)!important;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0;
    text-transform: initial;
}
.subdomain .main-home p {
    font-size: 16px!important;
    color: var(--color-primary)!important;
}
/* .subdomain .main-home p > strong {
    display: inline-block;
    margin-bottom: 10px;
} */
.subdomain .main-home .like-h3 {
    font-size: 24px!important;
    font-weight: 700;
    line-height: 29px;
    text-transform: capitalize;
    letter-spacing: 0px;
}
.subdomain .main-home ul {
    background-color: var(--color-secondary)!important;
    padding: 24px 12px;
    margin: 32px 0 !important;
}
.subdomain .main-home ul > li {
    display: flex;
    font-size: 16px;
    position: relative;
    padding: 0 0 16px 25px;
}
.subdomain .main-home ul > li:last-child {
    padding-bottom: 0!important;
}
.subdomain .main-home ul > li::before {
    content:""!important;
    background-image: url('../img/charte/arrow_orange.svg');
    width: 20px!important;
    height: 20px!important;
    position: absolute;
    top:0;
    left:0;
}

.subdomain .main-home .btn-primary svg {
    vertical-align: middle;
    margin-right: 8px;
}

.subdomain iframe {
    width:100%;
}

/*--------------------------------
---- 02- présentation du domaine
---------------------------------*/
/*bloc video*/
.focusHomepageInnerLink{ 
    overflow: hidden;
    position: relative;
    margin-bottom: 32px;
}
.focusHomepageInnerLink .titleVideo{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white, #fff);
    font-weight: 700;
    gap: 10px;
    z-index: 1;
}
.focusHomepageInnerLink img{
    transition: 0.2s;
}
.focusHomepageInnerLink:hover img{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
}
.focusHomepageInnerLink svg path{
    transition: transform 0.2s;
    transform-origin: center;
}
.focusHomepageInnerLink:hover svg path{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
a.focusHomepageInnerLink svg path:hover::after{
    transform: translate(20px, 20px) scale(1.1);
}
a.focusHomepageInnerLink::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
    transition: background-color 0.2s ease;
} 
a.focusHomepageInnerLink:hover::after{
    background-color: rgb(0 0 0 / 37%);
}
.focusHomepageInnerLink ::after{
    background-color: black;
    opacity: 10%;
}
.focusHomepageInnerImg {
    object-fit: cover;
}

.blocHebergementCarrefours-item p.price {
    display: inline-block;
    background-color: #F6F9FE;
    color: #6BA0EA!important;
    font-size: 20px;
    font-weight: 700;
    padding:12px;
}
.subdomain .blocHebergementCarrefours-itemContent img {
    object-fit: cover;
}

.subdomain .main-domaine-presentation .images {
    margin-top: 0;
    margin-bottom: 430px;
}
.subdomain .main-home .main-domaine-presentation .images .first-img{
    left:90px;
    top:-70px;
}
.subdomain .main-home .main-domaine-presentation .images .second-img {
    right: 0;
    top: 10px;
}
.subdomain .main-home .main-domaine-presentation .images .third-img {
    left: 83px;
    top: 200px;
}
.subdomain .main-home .second-img, .third-img, .fourth-img {
    border: 9px solid var(--color00);
}

/*------------------------
---- 06- Nos services
-------------------------*/

.surtitle {
    display: block;
    font-size: 14px;
    margin-bottom: 16px;
}
.listServices {
    margin-top:80px
}
.blocHebergementCarrefours-itemContent .content {
    padding:32px;
}
.blocHebergementCarrefours-itemContent .contentPicto {
    padding: 64px 32px;
}
.blocHebergementCarrefours-itemContent .imgService {
    width:100%;
    object-fit: cover;
}


/*------------------------
---- 07- Nos engagements
-------------------------*/

.titleEngagementItem {
    font-size: 16px;
    padding-left: 15px;
}
.blocEngagementCarrefours-item {
    width: 32%;
    padding: 24px;
    border: 1px solid var(--color-primary);
}
.blocEngagementCarrefours-item img {
    width:48px;
}

.subdomain .galerieDomaine .slider-domaine {
    margin-top:70px!important;
}
.subdomain .slick-list {
    overflow: visible!important;
}

/*------------------------
---- 08- Galerie
-------------------------*/

.galerieDomaine img {
    object-fit: cover;
}

/*-------------------
----- 09- POPUP -----
--------------------*/
.domainPopup.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:10;
}

.domainPopup .popup-content {
    background: white;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    width: 80%;
    max-width: 600px;
}

.domainPopup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size:20px;
    font-weight: bold;
}
.domainPopup .required-text {
    color: #EF836A;
    font-size: 14px;
}
.domainPopup .popupDomainContent p {
    font-size: 20px;
    color: var(--color-primary)!important;
    font-weight: 500;
    line-height: 38px;
}

.domainPopup form {
    background-color: var(--white);
}
.domainPopup input {
    width: 100%;
    border:1px solid #A0AEC0!important;
    padding: 16px 12px;
    margin-bottom: 24px;
}
.domainPopup input:focus-visible {
    border:1px solid #EF836A!important;
}
.domainPopup textarea {
    width: 100%;
    border:1px solid #A0AEC0!important;
}
.domainPopup .gform-footer input[type=submit] {
    background-color: #EF836A!important;
    border:1px solid #EF836A!important;
    color:#fff!important;
    border-radius: 0!important;
    font-weight: 700;
    padding: 16px!important;
}
.domainPopup .gform-footer input[type=submit]:hover {
    background-color: #EA5E3E!important;
    border:1px solid #EA5E3E!important;
}

/*-------------------
---- RESPONSIVE ----
--------------------*/

@media screen and (max-width:1180px) {
    .subdomain .domaines-title {
        padding-bottom: 0!important;
    }
    .subdomain .domaineLocation img {
        object-fit: contain;
        max-width: 50%;
    }
}
@media screen and (max-width:991px) {
    .subdomain .focusHomepageInnerLink {
        margin:auto;
    }
    .subdomain .domaineLocation img {
        max-width: 100%;
        margin: auto;
    }
    .subdomain .domainePresenationContent {
        margin-bottom: 40px;
    }
    .subdomain .domaineHebergement .images .position-absolute {
        position: relative!important;
    }
    .subdomain .main-home .main-domaine-presentation .images .third-img, .subdomain .main-home .main-domaine-presentation .images .first-img {
        top: 0;
    }
    .subdomain .padding-large {
        padding: 25px 0;
    }
    .subdomain .main-domaine-presentation .images {
        margin-bottom: 30px;
    }
}
@media screen and (max-width:988px) {
    .subdomain .main-home .container {
        width: 100%!important;
        max-width: 100%!important;
    }
}

@media screen and (max-width:780px) {
    .blocEngagementCarrefours-item {
        width: 49%;
    }
}

@media screen and (max-width:580px) {
    .blocEngagementCarrefours-item {
        width: 100%;
    }
}