.sectionAlbumWhite{
    width: 80%;
    margin: 0 auto;
    margin-top: 150px;
    background-color: white;
    padding-bottom: 100px;
}

.df{
    display: flex;
    justify-content: space-between;
}
.dfc{
    display: flex;
    justify-content: center;
}
.dfct{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.dfm{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zone100{
    width: 100%;
}

.w-40{
    width: 40%;
}

.w-45{
    width: 45%;
}

.w-50{
    width: 50%;
}

.mt-60{
    margin-top: 60px;
}

#sectionAlbumPink{
    background-color: #FFF0FA;
    padding-bottom: 100px;
}

.zone80{
    width: 80%;
    margin: 0 auto;
}

.py-100{
    padding: 100px 0;

}
.py100{
    padding: 100px 0;

}

.w-100{
    width: 100%;
}

.db{
    display: block;
}

.w-30{
    width: 30%;
}

.mt-100{
    margin-top: 100px;
}

.my-100{
    margin: 100px 0;
}

.sectionAlbumPinkText {
    font-size:38px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}


.w-60{
    width: 60%;
}

.w-30{
    width: 30%;
}

.mx-40{
    margin: 0 40px;
}

.sizeSmall{
    aspect-ratio: 497/745;
    object-fit: contain;
}

.w-90{
    width: 90%;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}

.imgLogo{
    aspect-ratio: 408/383;
    object-fit: contain;
}

.triple{
    width: 80%;
    margin: 0 auto;
    margin-top: 100px;
}


.sectionAlbumWhite100{
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    background-color: white;
    padding-bottom: 100px;
}

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

#zp{
    text-align: center;
    margin: 50px auto 100px auto;
    width: 40%;
}

.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;
}
.enterpriseBtn{
    width: 40%;
    margin: 0 auto 50px 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){

    .py100{
        padding: 50px 0 0 0;

    }

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


    .sectionAlbumWhite100{
        width: 100%;
    }

    .sectionAlbumPinkText {
        font-size:18px;
    }

    .triple{
        width: 100%;
        margin-top: 50px;
    }

    .mt-50{
        margin-top: 50px!important;
    }

        .overlayPartenaireList li a{
        font-size:12px;
    }
    .overlayPartenaireH3{
        font-size:18px;
    }


}