e/*
Theme Name: Hulencourt
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 {
    border: 0;
    padding: 10px 20px 7px 0;
    color: #fff;
    text-transform: uppercase;
}

.header-topbar{
    background: #f3f3f3;
}
.hide{
    display: none;
}

:root{
    /* --area: "area-normal", sans-serif; */
    --orpheus: "orpheuspro", serif;
    --white: #fff;
    --beige: #F1EFE7;
    --grey: #3D3D3D;
    --grey-clair: #727169;
    --gold: #D6C4A2;
    --rose: #FBF2F0;
    --black: #000;
    --gris: #BDBBAF;
}

/* HEADER */

    .wrapper {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .ball {
      width:50px;
      height:50px;
      border-radius:50%;
      overflow:hidden;
      box-shadow: -5px -5x 5px red;
      z-index: 1;
    }
    
    .ball:before {
      position: absolute;
      content: '';
      height: 100%;
      width: 100%;
      transform: rotate(-125deg);
    }

    
    .texture{
      position: relative;
      animation: translateBackground 40s infinite linear;  
      background:url(https://hulencourt.insideweb.be/layout/uploads/2025/02/golf-ball-texture-17926947.webp) 0% 0 repeat-x;
      width:50px;
      height:50px;
      position:absolute;
      border-radius:50%;
    }
    
    @keyframes translateBackground{
      0%{
        background-position-x:0;
      }
      100%{
        background-position-x:-600px;
      }
    }
    


.animated-element {
    opacity: 0; /* Caché au début */
    transform: translateY(50px); /* Déplacé vers le bas */
}
/* Contenu principal (caché au début) */
#content {
    display: none;
    text-align: center;
}

.navbar{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    padding: 15px 0;
}

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

#home .navbar{
    background-color: transparent;
}

#home nav{
    transition: all 0.3s ease-in-out;
}

#home nav.active{
    background-color: var(--white);
}

#home nav .nav-link.active, #home nav .lienLangue.active{
    color: var(--black);
}

#home .logo_header_black{
    display: none;
}

#home .logo_header_black.active{
    display: block;
}

#home .logo_header_white.active{
    display: none;
}

.divMenu{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: end;
}

.navbar-nav .dropdown-menu{
    position: absolute;
    border: 0;
}

.imgMax{
    max-height: 500px;
}

.navbar-nav .dropdown-menu li a{
    /* padding-left: 0;
    padding-right: 0; */
}

.navbar-nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.divMenu ul li{
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-brand{
    max-width: 128px;
}

#home .nav-link, #home .lienLangue, .titreMeteo, .planning li, .listeJoueuse li{
    font-family: var(--orpheus);
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 25px;
    text-transform: uppercase;
    color: var(--white);
    cursor: pointer;
    text-decoration: none;
}

.listeJoueuse li{
    color: var(--black);
    list-style: none;
}

.listeJoueuse{
    padding: 0;
}

.nav-link, .lienLangue, .dropdown-item{
    font-family: var(--orpheus);
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 25px;
    text-transform: uppercase;
    color: var(--grey);
    cursor: pointer;
    text-decoration: none;
}

.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;
}

.fixed-top{
    padding-top: 5px;
    padding-bottom: 5px;
}

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

#home .ligne.active2{
    background-color: var(--black);
}

#home .ligne-gauche, .ligne-gauche{
    background-color: var(--white);
    transform: translateY(6px);
}


#home .ligne-center, .ligne-center{
    background-color: var(--white);
    transform: translateY(0px);
}

#home .ligne-droite, .ligne-droite{
    background-color: var(--white);
    transform: translateY(-6px);
}

.ligne-gauche, .ligne-center, .ligne-droite{
    background-color: var(--black);
}
.ligne-gauche.active{
    transform: translateY(0) rotate(45deg) !important;
    background-color: var(--black) !important;
}

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

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

/* FIN HEADER */

/* FRONT PAGE */

.h1-page{
    font-family: var(--orpheus);
    font-weight: 500;
    font-size: 65px;
    letter-spacing: 1.63px;
    line-height: 65px;
    color: var(--white);
}

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

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

.meteo{
    display: flex;
    flex-direction: column;
    align-items: start;
}

#temperature-city0{
    font-family: var(--orpheus);
    font-weight: 400;
    font-size: 50px;
    letter-spacing: 3.75px;
    line-height: 50px;
    color: var(--white);
    margin: 0;
}

#location-city0, #condition-city0{
    display: none;
}

.infoHeader{
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
}

.planning{
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.planning li{
    list-style: none;
}

.bg-beige{
    padding: 80px 0;
    background-color: var(--beige);
}

.bg-beige-2{
    background-color: var(--beige);
}

.h2-page{
    font-family: var(--orpheus);
    font-weight: 500;
    font-size: 45px;
    letter-spacing: 1.63px;
    line-height: 45px;
    color: var(--grey);
}

.p-site{
    font-family: var(--orpheus);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 22px;
    color: var(--grey-clair);
}

.absoluteTitle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--orpheus);
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 65px;
    text-transform: uppercase;
    color: var(--white);
    margin: 0;
}

.imgCol{
    width: 100%;
    object-fit: cover;
    height: 100%;
    aspect-ratio: 5/4;
}

.bg-grey{
    padding: 80px 0;
    background-color: var(--grey);
}

.p-site-white{
    font-family: var(--orpheus);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-align: center;
    line-height: 30px;
    color: var(--white);
}

.bg-grey-color{
    background-color: var(--beige);
}

.dropdown-item.active, .dropdown-item:active{
    background-color: var(--white);
    color: var(--grey);
}

.dropdown-item.active:hover, .dropdown-item:active:hover{
    background-color: var(--bs-dropdown-link-hover-bg);
}

.lienSite,.lienSiteWhite, .lienContact{
    font-family: var(--orpheus);
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    color: var(--grey);
    text-decoration: none;
    position: relative;
    display: block;
    max-width: max-content;
}

.lienSiteWhite, .lienContact{
    color: var(--white);
}

.lienSite:hover, .lienSiteWhite:hover, .lienContact:hover{
    color: var(--grey-clair);
}

.lienSite::after, .lienSiteWhite::after, .lienContact::after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0px;
    right: -20px;
    height: 1px;
    background-color: var(--grey);
    transition: all 0.3s ease-in-out;
}

.lienContact{
    background-color: var(--transparent);
    font-size: 22px;
    text-transform: capitalize;
}

.lienSiteWhite::after, .lienContact::after{
    background-color: var(--white);
}

.lienSite:hover::after, .lienSiteWhite:hover::after, .lienContact:hover::after {
    right: 0;
}

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

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

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

.paddingZero{
    padding: 0;
}

.p-site-grey{
    font-family: var(--orpheus);
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.55px;
    line-height: 25px;
    color: var(--grey-clair);
}

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

.imgAllContain{
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1;
}

.margin80{
    margin-top: 80px;
    margin-bottom: 80px;
}

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

.bg-european, .bg-beige3{
    background-color: var(--grey);
    padding: 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.bg-beige3{
    background-color: var(--beige);
}

.titreDore{
    color: var(--gold);
}

.p-site-2{
    font-family: var(--orpheus);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1.13px;
    line-height: 30px;
}

.flexFirst{
    display: flex;
    align-items: center;
}

.lienReserver{
    font-family: var(--orpheus);
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    color: var(--white);
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    border: 1px solid var(--black);
    padding: 10px 20px;
    background-color: var(--black);
}

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

.flexHomePage{
    display: flex;
    align-items: end;
    justify-content: start;
}

/* FIN FRONT PAGE */

/* FOOTER */

.copyright{
    background-color: var(--grey);
    padding-top: 3px;
    padding-bottom: 3px;
}

.margin-top5{
    margin-top: 3rem;
}

.follow{
    font-family: var(--orpheus);
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
    color: var(--grey);
}

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

.lienRond:hover{
    background-color: var(--white);
    color: var(--grey);
}

footer{
    padding-top: 62px;
}

.logo-footer{
    max-width: 128px;
}

.infoFooter, .lienFooter2{
    font-family: var(--orpheus);
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.75px;
    line-height: 22px;
    color: var(--grey);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    margin: 0;
    display: block;
}

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

.titreFooter{
    font-family: var(--orpheus);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 25px;
    margin: 0;
    color: var(--grey-clair);
}

.lienFooter{
    font-family: var(--orpheus);
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.75px;
    color: var(--grey);
    line-height: 22px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.lienFooter:hover{
    color: var(--grey-clair);
}

.powered, .powered a{
    text-align: center;
    font-family: var(--orpheus);
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.75px;
    line-height: 22px;
    color: var(--white);
    text-decoration: none;
    margin-bottom: 5px !important;
}

/* FIN FOOTER */

/* PAGE GOLF */

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

.p-site-3, .p-404{
    font-family: var(--orpheus);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.1px;
    line-height: 30px;
    color: var(--grey);   
}

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

.h1-page-2{
    font-family: var(--orpheus);
    font-weight: 500;
    font-size: 80px;
    letter-spacing: 20px;
    line-height: 80px;
    text-transform: uppercase;
    color: var(--grey);
    text-align: center;
}

.color-or{
    color: var(--gold);
}

.p-15{
    font-family: var(--orpheus);
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.97px;
    line-height: 25px;
    color: var(--grey);
}

.imgPresentation, .imgPresentation-2{
    height: 100%;
    position: relative;
}

.titreAbsolute{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate( 0, -20%);
    margin-bottom: 0;
    font-family: var(--orpheus);
    font-weight: 500;
    letter-spacing: 5px;
    font-size: 25px;
    line-height: 25px;
    color: var(--white);
    text-transform: uppercase;
}

.img420{
    height: 420px;
}

.titreGreen h6, .titreHoraireOuverture h5, .informationTitre, .titreLifestyle{
    font-family: var(--orpheus);
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 25px;
    text-transform: uppercase;
    color: var(--grey-clair);
}

.titreGreen span, .texteObservation{
    font-family: var(--orpheus);
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1.13px;
    color: var(--grey);
}

.apsect32{
    aspect-ratio: 3/2;
    object-fit: cover;
}

.row-between{
    --bs-gutter-y: 1.5rem;
}

.imgTopMargin{
    margin-top: -20%;
}

.row-reverse{
    flex-direction: row-reverse;
}

/* FIN PAGE GOLF */

/* GASTRONOMIE */

.bg-rose{
    background-color: var(--rose);
    padding: 80px 0;
}

.imgHeight{
    height: 419px;
    object-fit: cover;
}

.marginCarou{
    margin-top: -10%;
}

.imgGastro{
    margin-top: -12%;
    object-fit: cover;
    height: 415px;
}

.paddingSection{
    padding: 80px 0;
}

.ulHoraire{
    padding: 0;
}

.ulHoraire li{
    list-style: none;
    font-family: var(--orpheus);
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.75px;
    color: var(--grey);
}

/* FIN GASTRONOMIE */

/* EQUIPE */

.lienTeam{
    font-family: var(--orpheus);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.13px;
    color: var(--grey);
    line-height: 30px;
    text-decoration: none;
}

.posteTitle{
    font-weight: 700;
}

.card-title, .titreUne, .nameProf{
    font-family: var(--orpheus);
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 25px;
    color: var(--grey-clair);
    text-transform: uppercase;
}

.card{
    border-radius: 0;
    background-color: transparent;
    border: 0;
}

.card-body{
    padding: 30px 20px 30px 0;
}

.card-img-top{
    aspect-ratio: 16/18;
    border-radius: 0;
    object-fit: cover;
}

.sectionTopMargin{
    margin-top: -10%;
}

/* FIN EQUIPE */

/* ACTUALITE */

.p-20{
    font-family: var(--orpheus);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1.5px;
    color: var(--grey);
    line-height: 30px;
}

.aspectAlaUne{
    aspect-ratio: 1.37/1;
    object-fit: cover;
}

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

.margin-85{
    margin-top: 85px;
    margin-bottom: 85px;
}

/* FIN ACTUALITE */

/* Page Ecole */

.containerSize{
    height: 65vh;
    position: relative;
}

.absoluteTitre{
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    font-family: var(--orpheus);
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 25px;
    text-transform: uppercase;
    color: var(--white);
}

.color-black{
    color: var(--grey);
}

.ulProgramme{
    margin-bottom: 2rem;
}

.ulProgramme li, .lecon{
    font-family: var(--orpheus);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1.13px;
    color: var(--grey);
    line-height: 30px;
}

.ulProgramme li::marker{
    font-size: 9px;
}

.color-grey-clair{
    color: var(--grey-clair);
}

.ophreus-50{
    font-family: var(--orpheus);
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 1.25px;
    color: var(--grey-clair);
    line-height: 50px;
}

.imgGolfeur{
    aspect-ratio: 3/4;
    object-fit: cover;
}

.p-15::marker{
    font-size: 10px;
}

.font-weight{
    font-weight: 700;
}

.moreInfo{
    font-family: var(--orpheus);
    font-weight: 500;
    font-size: 65px;
    letter-spacing: 1.63px;
    line-height: 65px;
    color: var(--grey);
}

.paddingZeroHeader{
    padding: 0;
}

/* Page Ecole */

.filterBlack{
    filter: brightness(0.7);
}

.filterAnim{
    filter: unset !important;
    transition: all 0.3s ease-in-out;
}

.filterAnim:hover{
    filter: brightness(0.7) !important;
}

.imgLienTrou{
    height: 525px;
    object-fit: cover;
}

.imgIcon{
    width: 82px;
    margin-left: 20px;
}

.weather-info{
    display: flex;
    justify-content: center;
    align-items: end;
}


/* PAGE 404 */

.h1-or-404{
    font-family: var(--orpheus);
    font-weight: 500;
    font-size: 65px;
    letter-spacing: 1.63px;
    color: var(--gold);
    line-height: 65px;
}

.errorPage{
    height: 90vh;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* FIN PAGE 404 */

/* PAGE CONTACT */

.titreHoraireOuverture h6, .titreHoraireOuverture span, .titreGreen a{
    font-family: var(--orpheus);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1.13px;
    line-height: 15px;
    color: var(--grey);
    margin-bottom: 0.5rem;
    text-decoration: none;
}

.titreGreen a{
    display: block;
    line-height: 20px;
}

.titreGreen a:hover{
    color: var(--gold);
}

.titreHoraireOuverture div{
    margin-bottom: 1.5rem;
}

.titreHoraireOuverture span{
    font-weight: 400;
}

.h2-contact-fin{
    font-family: var(--orpheus);
    font-weight: 500;
    font-size: 65px;
    letter-spacing: 1.63px;
    line-height: 65px;
    color: var(--grey);
}

.bg-grey-contact{
    background-color: var(--grey);
    padding: 80px 50px;
}

.inputText, #message{
    width: 100%;
    background-color: var(--transparent);
    border: 0;
    border-bottom: 1px solid var(--white);
    outline: none;
    color: var(--white);
}

#message{
    height: 100px;
}

.invalidInput{
    color: red;
    margin-top: 1rem;
}

.inputText::placeholder, #message::placeholder{
    color: var(--white);
    font-family: var(--orpheus);
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}

.h2-contact-fin{
    font-size: 30px;
    line-height: 35px;
}

/* FIN PAGE CONTACT */

.containerPres{
    height: 85vh;
}

.titreParcours{
    font-family: var(--orpheus);
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 5px;
    text-transform: uppercase;
    line-height: 25px;
    color: var(--grey-clair);
}

.textDecorationNone{
    text-decoration: none;
}

.LienBread, .LienBread a{
    font-family: var(--orpheus);
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 2px;
    color: var(--grey);
    text-decoration: none;
    line-height: 25px;
}

.paddingTrou{
    padding: 70px;
}

.imgTrou{
    max-height: 580px;
    object-fit: contain;
    width: 100%;
}

.imgParcours{
    max-height: 350px;
    width: 100%;
    object-fit: contain;
}

.container-video{
    position: relative;
    height: 326px;
}

.btnVideo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
}

.imgSignature{
    width: 290px;
    object-fit: contain;
}

.img300{
    max-width: 30%;
}

.imgJoueuse{
    object-fit: cover;
}

/* MARQUEE */

.wrapper-marquee, .wrapper-marquee2 {
    max-width: 100%;
    overflow: hidden;
}
  
.marquee {
    white-space: nowrap;
    /* overflow: hidden; */
    display: inline-block;
    animation: marquee 30s linear infinite;
    background-color: var(--green);
    padding: 5px 0;
}
  
.marquee div {
    display: inline-block;
    text-transform: uppercase;
    color: var(--bleu);
    margin: 0;
}
  
@keyframes marquee {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
}

.imgMarquee{
    width: 250px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}

.lienDecorationNone{
    text-decoration: none;
}

/* FIN MARQUEE */

.rondColorTrou{
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.paddingRightTrou{
    padding-right: 100px;
}

.infoTrou{
    font-family: var(--orpheus);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1.13px;
    color: var(--grey);
}

.infoTrouTitre{
    font-family: var(--orpheus);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1.13px;
    color: var(--grey);
}

/* TIMELINE */

.timeline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* max-width: 800px; */
}

.timeline::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    height: 1px;
    width: 100%;
    background: var(--black);
    z-index: 0;
}

.timeline-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.timeline-step span{
    font-family: var(--orpheus);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1.13px;
    color: var(--gris);
    margin-top: 8px;
}

.timeline-step a {
    background: var(--gris);
    border: 3px solid var(--gris);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--gris);
    transition: background 0.3s, color 0.3s;
    font-size: 0;
}

.timeline-step a:hover {
    background: var(--black);
    color: var(--black);
}

.timeline-step a.active {
    background: var(--black); /* ou toute autre couleur de ton choix */
    border-color: var(--black);
    color: var(--black);
}

.ulInfra{
    padding: 0;
}

#successInscription, #errorInscription{
    font-family: var(--orpheus);
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.97px;
    color: var(--white);
    margin-top: 15px;
}

/* FIN TIMELINE */

.p-site-4{
    font-family: var(--orpheus);
    font-weight: 400;
    letter-spacing: 0.97px;
    color: var(--grey);
    line-height: 25px;
}

.titreAbout{
    font-family: var(--orpheus);
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 25px;
    text-transform: uppercase;
    color: var(--grey-clair);
    margin-bottom: 1rem;
}

.sousTitreAbout{
    font-family: var(--orpheus);
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1.5px;
    line-height: 30px;
    color: var(--grey);
    margin-bottom: 1.5rem;
}

.imgAbout{
    mix-blend-mode: multiply;
    max-width: 580px;
    object-fit: contain;
}

.h3Caddy{
    font-family: var(--orpheus);
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1.5px;
    color: var(--grey);
}

.pCaddy{
    font-family: var(--orpheus);
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.97px;
    line-height: 25px;
    color: var(--grey);
}

.divImgLifeStyle{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.divImgLifeStyle img{
    max-height: 375px;
}

/* VIDEO */

.video-container {
    max-width: 100%;
    overflow: hidden;
}

.video-container video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    pointer-events: none;
}

#toggleSound{
    border: none;
    background-color: var(--transparent);
}

#toggleSound i{
    color: var(--white);
    font-size: 20px;
}

.btnSong{
    position: absolute;
    right: 5%;
    bottom: 5%;
}

/* FIN VIDEO */

@media only screen and (max-width: 1440px){ 
    .paddingMobile{
        padding: 20px !important;
    }
}
@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){
    .lienReserver{
        margin-bottom: 30px;
    }
    .textLeftMobile{
        text-align: left !important;
    }
    .divImgLifeStyle{
        display: block;
    }
    .divImgLifeStyle img{
        margin-bottom: 20px;
    }
    .imgCaddy{
        margin-bottom: 20px;
    }
    .titreAbout{
        margin-top: 20px;
    }
    .timeline-step a{
        width: 10px;
        height: 10px;
    }
    .timeline::before{
        top: 5px;
    }
    .mb-bottom{
        margin-bottom: 40px;
    }
    .containerPres{
        height: 65vh;
    }
    .marginCarou{
        margin: 0;
    }
    .navbar-nav{
        display: unset;
    }
    .headerImage{
        height: 60vh;
    }
    .weather-info{
        margin-bottom: 20px;
    }
    .paddingZero{
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .bg-european, .bg-beige3{
        padding: 20px;
    }
    #home .nav-link{
        color: var(--black);
    }
    .h1-page{
        font-size: 40px;
        line-height: 40px;
    }
    .margin-footer{
        margin-bottom: 1rem;
    }
    .margin-top5{
        margin-top: 0;
    }
    .h2-page, .moreInfo{
        font-size: 40px;
        line-height: 40px;
    }
    .p-site, .p-site-grey{
        font-size: 18px;
    }
    .p-site-white, .p-site-2, .p-site-3, .p-20{
        font-size: 18px;
        line-height: 25px;
    }
    .absoluteContainer{
        position: unset;
        transform: unset;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .logo-footer{
        margin-bottom: 1.5rem;
    }
    .powered, .powered a{
        text-align: start;
        line-height: 17px;
        margin-bottom: 5px !important;
    }
    footer{
        padding-top: 20px;
    }
    .h1-page-2{
        font-size: 35px;
        letter-spacing: 4px;
        line-height: 35px;
    }
    .imgTopMargin{
        margin-top: 0;
    }
    .bg-beige, .bg-rose{
        padding: 40px 0;
    }
    .titreGreen{
        margin-bottom: 1.5rem;
        width: 100%;
    }
    .p-15{
        line-height: 22px;
    }
    .imgGastro{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .imgPresentation{
        margin-bottom: 30px;
    }
    .paddingTrou{
        padding: 35px;
    }
    .margin80{
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .flexFirst{
        margin-top: 81px;
    }
}
@media only screen and (max-width: 992px){ 

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

}