/*
Theme Name: Huitrière et Eole
Description: Inside Web - thème
Version: 1.0.0
Author: Inside Web
Author URI: https://www.insideweb.be
*/
body{
    font-family: 'Montserrat', sans-serif;	
    font-weight:400;
    margin: 0;
    overflow-y: scroll;
    font-size: 16px;
    color:#777;
}
a {
    color: #294c73;
}
a:hover, .navbar-light .navbar-nav .nav-link:hover {
    text-decoration: none;
    color: #294c73;
}
img {
    width: 100%;
}
button {
    transition: all 0.5s ease 0s;
}
p:last-child {
    margin-bottom: 0;
}
nav.navbar-main {
      z-index: 9998;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}
button {
    background: #294c73;
    border: 1px solid #294c73;
    padding: 10px 20px 7px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    width: 220px;
}
button:hover {
    background: transparent;
    border: 1px solid #294c73;
    color:#294c73;
}
.header-topbar{
    background: #f3f3f3;
}
.hide{
    display: none;
}

:root{
    --rose: #E2007A;
    --black: #000;
    --white: #fff;
    --grey: #87888A;
    --grey-clair: #F7F7F9;
    --nave: "nave", sans-serif;
    --vietnam: "Be Vietnam Pro", sans-serif;
}

/* HEADER */

.offcanvas-body{
    padding-left: 10%;
    padding-right: 10%;
}

.nav-link{
    font-family: var(--nave);
    font-weight: 600;
    font-size: 45px;
    line-height: 45px;
    color: var(--white);
}

.nav-link:hover{
    color: #E4ACCA !important;
}

.nav-link.active{
    color: var(--white) !important;
}

.offcanvas-header{
    height: 10vh;
}

.offcanvas-body{
    height: 90vh;
}

header{
    transition: all 0.3s ease-in-out;
}

header.active{
    background-color: var(--white);
}

.offcanvas.show:not(.hiding), .offcanvas.showing, .offcanvas.hiding, .offcanvas.show, .offcanvas.showing{
    width: 50%;
    background-color: var(--rose);
}

.offcanvas{
    z-index: 9998;
}

.navbar-brand, .logo-footer{
    max-width: 200px;
}

.burger{
    display: flex;
    align-items: center;
    outline: none;
    height: 30px;
    width: 43px;
    border: 0;
    padding: 0px;
    background: var(--transparent);
    transition: all 250ms ease-out;
    cursor: pointer;
    z-index: 9999;
}

.burger:focus, .burger:hover{
    box-shadow: none;
    border: none;
}

.ligne{
    content: '';
    width: 43px;
    height: 2px;
    position: absolute;
    transition: all 250ms ease-out;
    will-change: transform;
}

.ligne-gauche{
    background-color: var(--rose);
    transform: translateY(9px);
}

.ligne-center{
    background-color: var(--rose);
    transform: translateY(0px);
}

.ligne-droite{
    background-color: var(--rose);
    transform: translateY(-9px);
}

.ligne-gauche.active{
    transform: translateY(0) rotate(45deg);
    background-color: var(--white);
}

.ligne-center.active{
    opacity: 0;
    background-color: var(--white);
}

.ligne-droite.active{
    transform: translateY(0) rotate(-45deg);
    background-color: var(--white);
}

/* FIN HEADER */

/* FRONT PAGE */

.imgHome{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.containerAbsolute{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.titre{
    font-family: var(--nave);
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: var(--rose);
}

.h3-site, .h4-site{
    font-family: var(--vietnam);
    font-weight: 300;
    font-size: 23px;
    letter-spacing: 0.57px;
    line-height: 28px;
    color: var(--black);
}

.h4-site{
    font-size: 18px;
    letter-spacing: 0.45px;
}

.space{
    margin-top: 90px;
    margin-bottom: 90px;
}

.titreAbsolute{
    position: absolute;
    top: -28%;
    left: 0;
}

.imgLienArrowRight{
    width: 100%;
    object-fit: cover;
}

.lien-arrow{
    font-family: var(--nave);
    font-weight: 600;
    font-size: 45px;
    line-height: 45px;
    color: var(--black);
    margin-top: 30px;
}

.lienImageArrow{
    text-decoration: none;
    height: 100%;
    display: block;
}

.titreBlanc, .titreRose{
    font-family: var(--nave);
    font-weight: 600;
    font-size: 45px;
    line-height: 45px;
    color: var(--white);
}

.sectionRose{
    background-color: #E2007A50;
}

.h4-p{
    font-family: var(--vietnam);
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 0.75px;
    line-height: 40px;
    color: var(--white);
}

.titreRose{
    color: var(--rose);
}

.color-rose{
    color: var(--rose);
}

.lienContact{
    font-family: var(--vietnam);
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: var(--grey);
    padding-bottom: 5px;
    text-decoration: none;
    border-bottom: 1px solid var(--rose);
    transition: all 0.3s ease-in-out;
}

.lienContact:hover{
    color: var(--rose);
}

/* FIN FRONT PAGE */

/* FOOTER */

footer{
    background-color: var(--grey-clair);
    padding-top: 40px;
    padding-bottom: 40px;
}

.h6-footer{
    font-family: var(--vietnam);
    font-weight: 300;
    font-size: 21px;
    color: var(--black);
    letter-spacing: 0.53px;
}

.lienReseau{
    background-color: var(--black);
    color: var(--white);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 1px solid var(--black);
    transition: all 0.3s ease-in-out;
}

.lienReseau:hover{
    background-color: var(--white);
    color: var(--black);
}

.lienReseau2{
    color: var(--rose);
    background-color: var(--white);
    border: 1px solid var(--white);
}

.lienReseau2:hover{
    color: var(--white);
    background-color: var(--rose);
}

.h6-reseau{
    font-family: var(--vietnam);
    font-weight: 300;
    margin-bottom: 0;
    font-size: 21px;
    letter-spacing: 0.53px;
    color: var(--white);
}

.lienMaps, .lienMaps a{
    font-family: var(--vietnam);
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #87888A;
    text-decoration: none;
}

/* FIN FOOTER */

.firstSection{
    margin-top: 25vh;   
}

.ulListe li{
    font-family: var(--vietnam);
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.45px;
    line-height: 26px;
    color: var(--rose);
}

.imgEvent{
    max-height: 725px;
    object-fit: cover;
}

.imgEvent2{
    object-fit: cover;
    aspect-ratio: 16/10;
}

.multiple-items{
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-list{
    width: 80%;
}

.slick-slide{
    margin:20px;
}

.slick-slide img{
    width:100%;
    object-fit: cover;
    max-height: 600px;
    min-height: 535px;
}

.bg-rose-slick{
    height: 155px;
    width: 100%;
    background-color: var(--rose);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrows{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrows button{
    width: 10%;
    background-color: transparent;
    border: 0;
}

.arrows button:hover{
    color: var(--black);
}

.arrows button i{
    font-size: 50px;
}

.seeMore{
    font-family: var(--nave);
    font-weight: 600;
    font-size: 45px;
    color: var(--black);
    text-align: center;
    margin-top: 1.5rem;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.seeMore:hover{
    color: var(--rose);
}

.image-item img{
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/4;
}

.logoResponsable{
    max-width: 100px;
}

/* Contact */

.horaire{
    font-family: var(--vietnam);
    font-weight: 300;
    font-size: 23px;
    letter-spacing: 0.57px;
    line-height: 28px;
    margin: 0;
    color: var(--black);
}

.lienContact2{
    font-family: var(--vietnam);
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.45px;
    line-height: 26px;
    margin: 0;
    color: var(--black);
    text-decoration: none;
    display: block;
    transition: all 0.3s ease-in-out;
}

.lienContact2:hover{
    color: var(--rose);
}

.radioTitre{
    font-family: var(--vietnam);
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.35px;
    color: var(--rose);
    margin: 0;
    margin-left: 5px;
    min-width: max-content;
}

.divRadio{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-right: 10px;
}

.formulaireContact{
    background-color: var(--grey-clair);
    width: 75%;
    padding: 10% 6%;
}

.inputText, #message{
    font-family: var(--vietnam);
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.45px;
    line-height: 26px;
    color: var(--black);
    border: none;
    border-bottom: 1px solid var(--rose);
    background-color: var(--transparent);
    padding-bottom: 10px;
    width: 100%;
}

.inputText:focus-visible{
    outline: none;
}

.image-item {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-item.visible {
    display: block;
    opacity: 1;
}

.btnContact{
    background-color: var(--transparent);
    color: var(--grey);
    border: 0;
    padding-left: 0;
    padding-right: 0;
    width: max-content;
    border-bottom: 1px solid var(--rose);
}

.btnContact:hover{
    border: none;
}

/* .colorGrey{
    color: #777 !important;
} */

.absolutePartenaire {
    display: none; /* Masqué par défaut */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--rose);
    color: var(--white);
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    padding: 15%;
}

.lienPartenaire {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.lienPartenaire.hovered .absolutePartenaire {
    display: flex; /* Affiche en mode flex lors du survol */
}

.h3Partenaire{
    font-family: var(--nave);
    font-weight: 600;
    font-size: 23px;
    color: var(--white);
}

.h4Partenaire{
    font-family: var(--vietnam);
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.45px;
    color: var(--white);
}

.flexArrowPartenaire{
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

/* MENTIONS */

.titreNumber{
    font-family: var(--vietnam);
    font-weight: 400;
    font-size: 50px;
    letter-spacing: 2.5px;
    line-height: 50px;
    color: var(--black);
}

.titre-privacy{
    font-family: var(--vietnam);
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 1.75px;
    text-transform: uppercase;
    color: var(--black);
}

.h4-privacy{
    font-family: var(--vietnam);
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1.25px;
    line-height: 25px;
    text-transform: uppercase;
    color: var(--black);
}

.textePrivacy, .textePrivacy p{
    font-family: var(--vietnam);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 24px;
    color: var(--black);
}

.titreMention{
    font-family: var(--nave);
    font-size: 45px;
    line-height: 45px;
    font-weight: 400;
    letter-spacing: 1.13px;
    color: var(--black);
}

.lien404{
   text-decoration: none;
   color: var(--black); 
}


/* FIN MENTIONS */

/* Fin page contact */

@media only screen and (max-width: 1440px){ 

}
@media only screen and (max-width: 1200px){ 

}
@media only screen and (max-width: 1150px){ 

}
@media only screen and (max-width: 1040px){ 

}
@media only screen and (max-width: 995px){ 

}
@media only screen and (max-width: 992px){ 
    /* MENTION */

    .titreNumber{
        font-size: 45px;
        line-height: 45px;
    }
    
    .titre-privacy{
        font-size: 25px;
    }
    
    .h4-privacy{
        font-size: 17px;
        line-height: 22px;
    }
    
    .textePrivacy{
        font-size: 13px;
        line-height: 20px;
    }
    
    .titreMention{
        font-size: 30px;
        line-height: 30px;
    }

    /* FIN MENTIONS */
    .offcanvas.show:not(.hiding), .offcanvas.showing, .offcanvas.hiding, .offcanvas.show, .offcanvas.showing{
        width: 100%;
    }
    .titre{
        font-size: 45px;
        line-height: 45px;
    }
    .space{
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .titreAbsolute{
        position: relative;
    }
    .lienImageArrow{
        margin-bottom: 40px;
    }
    .margin-bottom-40{
        margin-bottom: 40px;
    }
    .titreBlanc, .titreRose{
        font-size: 30px;
    }
    .h4-p{
        font-size: 23px;
        line-height: 25px;
    }
    .lien-arrow{
        font-size: 35px;
    }
    .nav-link{
        font-size: 30px;
        line-height: 30px;
    }
    .firstSection{
        margin-top: 150px;
    }
    .arrows button i{
        font-size: 30px;
    }
    .arrows button{
        width: 20%;
    }
    .marginMobile{
        margin-bottom: 1.5rem !important;
    }
    .formulaireContact{
        width: 100%;
    }
    .logoContactMobile{
        width: 100px;
        margin-top: 20px;
    }
    .divRadio{
        margin: 10px;
        margin-left: 0px;
    }
    .noneMobile{
        display: none;
    }
    .imgHome{
        height: 60vh;
    }
}
@media only screen and (max-width: 768px) { 

}
/* Pop-up custom */
.custom-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease-in-out;
}

.custom-popup-overlay.show {
    display: flex;
}

.custom-popup-content {
    position: relative;
    background: white;
    border-radius: 8px;
    max-width: 90%;
    max-height: 90vh;
    overflow: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: slideIn 0.3s ease-in-out;
}

.custom-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--black);
    color: var(--white);
    border: none;
    font-size: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    padding: 0;
    z-index: 10;
    transition: all 0.3s ease;
}

.custom-popup-close:hover {
    background: var(--rose);
    transform: rotate(90deg);
}

.custom-popup-body {
    padding: 20px;
    text-align: center;
}

.custom-popup-image {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    display: block;
    margin: 0 auto 20px;
    border-radius: 4px;
}

.custom-popup-link {
    display: inline-block;
    background: var(--rose);
    color: var(--white);
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.custom-popup-link:hover {
    background: var(--black);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media only screen and (max-width: 768px) {
    .custom-popup-content {
        max-width: 95%;
        margin: 20px;
    }
    
    .custom-popup-body {
        padding: 15px;
    }
    
    .custom-popup-close {
        font-size: 24px;
        width: 35px;
        height: 35px;
    }
}
