#heroSection{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}

header {
    background: url('../images/autre-saison-background-desktop.webp');
    background-size: cover; 
    background-repeat: no-repeat;
    width: 100%;
    height:160vh;

}
@media (max-width: 1375px) {

    header {
        background: url('../images/autre-saison-background-tablet.webp');
        background-size: cover; 
        background-repeat: no-repeat;
        width: 100%;
    }
}



@media (max-width: 992px) {

  header {
        background: url('../images/autre-saison-background-mobile.webp');
        background-size: cover; 
        background-repeat: no-repeat;
        width: 100%;
        height:100vh;
    }

}


main{
    width: 80%;
    margin: 0 auto;
}


#sectionPresentation{
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

.sectionPresentationImg{
    width: 50%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgPresentation{
    width: 100%;
}

.sectionPresentationText{
    width: 50%;
    padding: 100px 30px;
}


.sectionPresentationText p {
    font-size:38px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin-top: 40px;
}

.sectionPresentationTextTitre{
    font-size:44px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

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

    .sectionPresentationImg{
        width: 40%;
    }

    .sectionPresentationText{
        width: 60%;
    }

    .sectionPresentationText p {
        font-size:32px;
    }


}

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

    .sectionPresentationImg{
        width: 30%;
    }

    .sectionPresentationText{
        width: 70%;
    }

    .sectionPresentationText p {
        font-size:30px!important;
    }


}

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

    .sectionPresentationImg{
        width: 100%;
    }

    .sectionPresentationText{
        width: 100%;
    }

    .sectionPresentationTextTitre{
        font-style: 28px;
    }

    .sectionPresentationText p {
        font-size:28px;
    }


}




/* ---------- */

#sectionCollectif{
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
}

#sectionCollectifImg{
    width: 25%;

}

#sectionCollectifTitle{
    width: 60%;
    padding-left: 100px;
}



#sectionCollectifTitle h2{
    font-family: "Montserrat", sans-serif;
    font-size: 44px;
    font-weight: 400;
}



/* ---------- */

#sectionSignatureFlorale{
    margin: 200px 0;
}

#sectionSignatureFloraleTitle{
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 44px;
    font-weight: 400;
    text-transform: uppercase;
}

.zoneSignatureFlorale{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}


.cardSignatureFlorale {
  width: calc(100%/3);
  padding: 30px;
}

/* Images */
.imgSectionSignatureFlorale {
  width: 100%;
  aspect-ratio: 392/504;
  object-fit: cover;
}


#exploreSectionSignatureFlorale {
  aspect-ratio: 392/504;
  background-color: black;

  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;       
  gap: 20px;                
  padding: 20px;
  text-align: center;
}

#exploreSectionSignatureFloraleTitle {
  color: white;
  font-size: 34px;
  font-family: "Petrona", serif;
  font-weight: 500;
  margin: 0;
  text-align: center;
  line-height: 1.2;
}
#exploreSectionSignatureFloraleImg img {
  max-width: 80%; 
  height: auto;
}

#linkAlbumFlorale {
  text-decoration: none;
}

@media (max-width: 1210px) {

  #exploreSectionSignatureFloraleTitle {
    font-size: 24px;
  }
}


@media (max-width: 992px) {
  .cardSignatureFlorale {
    width: 100%; 
    padding: 10px;
  }

  #exploreSectionSignatureFlorale {
    padding: 15px;
    gap: 15px;
  }

  #exploreSectionSignatureFloraleTitle {
    font-size: 16px;
  }

  #exploreSectionSignatureFloraleImg img {
    max-width: 50%;
  }
}



#sectionWedding{
    margin-top: 20px;
}


#btnWedding{
    width: 60%;
    margin: 0 auto;
    border: .5px solid black;
    padding: 20px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 8px;
    display: block;
    text-decoration: none;
    color:black;
}

#zoneWedding{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.cardWedding{
    width: 25%;
    padding: 8px;
}

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

    .cardWedding{
        width: 50%;
    }

}

.imgSectionWedding{
    width: 100%;
}



#sectionEnterprise{
    margin-top: 150px;
    margin-bottom: 150px;
}

#sectionEnterprise p{
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 30px;
}

#sectionEnterpriseBtn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 30px;
}

.enterpriseBtn{
    width: 40%;
    margin: 0 auto;
    border: .5px solid black;
    padding: 20px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 8px;
    color:black;
    text-decoration: none;
}

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

    .enterpriseBtn{
        width: 60%;
    }

    #sectionPresentation{
        margin-top: 0;
    }

    .sectionPresentationText{
        padding: 50px 0;
    }

    .sectionPresentationTextTitre{
        font-size:20px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
    }
    .sectionPresentationText p {
        font-size:20px!important;
    }

    #sectionCollectifImg{
        width: 100%;
        text-align: center;
    }

    #sectionCollectifImg img{
        width: 35%;
        margin-top: 20px;
    }

    #sectionCollectifTitle{
        width: 100%;
        order:-1;
        padding-left: 0;
    }

    #sectionCollectifTitle h2{
        font-size: 25px;
    }


    #sectionSignatureFlorale{
        margin: 20px 0;
    }

    #sectionSignatureFloraleTitle{
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .zoneSignatureFlorale{
        margin-top: 40px;
    }

    .cardSignatureFlorale{
        width: 50%;
        padding: 10px;
    }

    #btnWedding{
        width:100%;
        padding: 20px 0;
      
        font-size: 18px;
        letter-spacing: 8px;
    }

    #sectionEnterprise{
        margin-top: 150px;
        margin-bottom: 75px;
    }

    #sectionEnterprise p{
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 30px;
    }
    
    #sectionEnterpriseBtn{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-top: 30px;
    }

    .enterpriseBtn{
        width: 100%;
        margin: 20px auto;
        font-size: 18px;
        padding: 20px 0;
    }


    
}

#overlayPartenaire {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.overlayContent {
  background: #fff;
  width: 80%;     
  max-width: 900px;
  height: 90%;
  padding: 30px;
  border-radius: 10px;
  overflow-y: auto;
  position: relative;
}

#closeOverlay {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
}

#overlayPartenaireTitle{
    font-size:40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
}

.overlayPartenaireH3{
    font-size:32px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: 0px;
}

.overlayPartenaireList li a{
    color: #4c4c4c;
    font-size:24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0px;
    padding-left: 5px;
}

.overlayPartenaireList{
    margin-left: 40px;
}

.overlayPartenaireList {
  list-style: none;  
  padding-left: 0;  
}

.overlayPartenaireList li::before {
  content: "-";     
}

.partenaireMobileBox {
  border: .5px solid #000; 
  overflow: hidden;
  width: fit-content;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}


#partenaireMobileBtn {
  display: block;
  text-decoration: none;
  color: #000;
  background: #fff;
}

.partenaireMobileContent {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  background: #ffffff;
  padding: 0 20px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.partenaireMobileContent.active {
  max-height: 1000px;
  padding: 20px;
}


@media screen and (max-width:992px){
    .overlayPartenaireList li a{
        font-size:12px;
    }
    .overlayPartenaireH3{
        font-size:18px;
    }
}