*{
    box-sizing: border-box;
    margin:0;
    padding:0;
}

@font-face {
    font-family: 'BodoniXT';
    src: url('/fonts/Kaisei.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('/fonts/Inter-semiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    /* 🎨 Couleurs */
    --text-color: white;
    --background-color: #000000;
    --font-primary: 'Poppins', sans-serif;
    --font-secondary: 'Roboto', sans-serif;
    --font-title: 'BodoniXT', serif;
    --font-subtitle:'Inter', serif;
    --font-subtitleBold:'Inter-SemiBold', serif;
}

html{
    font-size: 1.2vw;
}



body{
    background-color:  var(--background-color);
}

.video-clip{
    position: absolute;
    object-fit: cover;
    left:0;
    width: 100%;
    opacity: 1;
    top:0;
    height: 100vh;
    z-index: 0;


}

.societyHome {
  font-size: 12vw;
  letter-spacing: 1rem;
  color: var(--text-color);
  overflow: hidden;
  font-family: var(--font-title);
  font-weight: 100;
  line-height: 1;
  display: flex;
  justify-content: center;
}

.home{
   /* 100vh moins la hauteur du header */
    display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 1rem 2rem;
   min-height: 100vh;
   background-image: url('/images/flowerCbdBlack(4).png');
   background-repeat: no-repeat;
   background-size: cover;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;
background-position-x: 55%;
}


.cbd-title{
    writing-mode: vertical-lr;
    color:var(--text-color);
    font-size: 1rem;
    font-family: var(--font-subtitleBold);
    letter-spacing: 0.3rem;
    align-self: flex-end;
    margin-bottom: 0.5rem;
}

.content-logo {
    display: flex;
    flex-direction: column;
    align-items: center;  /* Centre horizontalement le contenu */
       /* Prend toute la hauteur de la vue */
    height: 100%;

}

.logo{
    width: 22vw;
    margin-bottom: 3rem;
}

.letterSociety{
    transform: rotateX(90deg) translateX(-30%);
    opacity: 0;
}

.block-hero-line{
    overflow: hidden;
     margin: 2.7rem 0;
}

.hero-line {
  color: #fff;
   justify-content: center;
  font-size: 1.4rem;
  font-style: italic;
  display: flex;
  align-items: center;
  transform: translateY(100%);
  overflow: hidden;
}

.content-title{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-discover{
    font-size: 1.4rem;
    padding: 0.5rem 1.8rem;
    border-radius: 0.5rem;
    border:none;
    opacity: 0;
    background-color: #D9D9D9;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
    text-decoration: none;
    color: #000000;
}

.btn-discover:hover {
    transform: scale(1.05); /* zoom léger */
}

.socialsHome{
    opacity: 0;
}

.v-ticker {
  display: inline-block;
  height: 1.4em;
  overflow: hidden;
  vertical-align: baseline;
  margin-left: .35rem;
  position: relative;
}

.v-track {
  display: flex;
  flex-direction: column;
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
}

.v-track span {
  height: 1.4em;
  line-height: 1.4em;

}


.letterTitle{
    display: inline-block;
    opacity: 0;
}

.letterSpacing{
    margin:0.3rem 0
}


.section-products{
    color:white;
    margin-top: 7rem;
}

.title-products{
    font-family: var(--font-title);
    font-size: 4rem;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap:1rem;
    font-weight: 100;
}

.title-products > span{
    padding-right: 1rem;
}

.line-title-products{
    width: 8rem;
    height: 0.1rem;
    background-color: white;
}

.products{
    display: flex;
    flex-direction: column;
    gap:7rem;
    margin-top: 4rem;
    padding: 0 6rem;
}

.subtitle-products {
margin-bottom: 2rem;
font-family: var(--font-subtitleBold);
font-size: 1.7rem;
}

/*.content-cards-products{
    display: flex;
    gap:1.2rem
}

/*.card-product{
    background-color: #141414;
    width: 20rem;
    display: flex;
    flex-direction: column;
    padding: 1rem 1.2rem;
}

.card-product{
    background-color: #0a0a0a;
    width: 20rem;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    cursor: pointer;
    text-decoration: none;
    color:white
}

.card-product > div:nth-child(1){
    display: flex;
    justify-content: center;
    background-color: #D9D9D9;
    padding: 2rem 0
}

.head-cbd{
    width: 50%;
      margin: auto;
}

.description-product{
    margin-top: 2rem;
}

.description-product > h4{
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
}

.description-product > p{
    font-size: 0.8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.informations-product{
    display: flex;
    gap:1rem
}

.informations-product > span{
    background-color: #D9D9D9;
    color: #0A0A0A;
    border-radius: 1rem;
    font-size: 0.9rem;
    padding:0.1rem 1.5rem;
    font-weight: bold;
}

.card-product > button{
    color: #0A0A0A;
    text-decoration: none;
    background-color: #D9D9D9;
    padding: 0.1rem 1.2rem;
    border-radius: 0.2rem;
    font-size: 0.9rem;
    margin-top: 2rem;
    font-weight: 800;
    border:none
}*/
.first-section{
    display: flex;
    color:white;
    justify-content: space-around;
    padding: 0 1rem;
    margin-top: 12rem;
}

.title-desktop{
    font-size: 4rem;
    font-family: var(--font-title);
    line-height: 1;
    font-weight: 100;
}

.title-tablette-mobile{
    display: none;
}

.content-word-title-first-section,.content-word-title-second-section{
    overflow: hidden;
    display: block;
}

.word-title-first-section,.word-title-second-section{
    transform: translateY(102%);
    display: block;
}

.first-content-left {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.word-aside-first-section{
    display: inline-block;
    overflow: hidden;
    font-family: var(--font-subtitleBold);
}

.word-aside-first-section > span{
    display: inline-block;
    transform: translateY(100%);
}

.content-image-first-section,.content-image-second-section{
   position: relative;
   width: 30rem;
   height: 36rem;
}

.visual-image-first-section,.visual-image-second-section,.visual-littleImage-second-section{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    top:0;
    z-index: 2;
    transform-origin: right;
    will-change: transform;
}

.content-word-paragraphe,.word-aside-second-section-1,.word-aside-second-section-2{
    display: inline-block;
    overflow: hidden;
}

.word-paragraphe-first-section,.word-paragraphe-second-section,.word-aside-second-section-1 span,.word-aside-second-section-2 span{
    transform: translateY(100%);
    display: inline-block;
}

.image-first-section,.second-image-section {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.first-content-right {
    flex: 0 0 25%;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.first-text-content-right >div:first-child{
    overflow: hidden;
}

.first-text-content-right >div:first-child > h3{
    font-size: 0.9rem;
    transform: translateY(100%);
    font-family: var(--font-subtitleBold);
}

.first-text-content-right > p{
    font-family: var(--font-subtitle);
    font-size: 0.8rem;
    margin-top: 1rem;
    padding-right: 2rem;
}

.line{
    width: 100%;
    height: 0.05rem;
    background-color: white;
    transform: scaleX(0);
    transform-origin: left;
}

.bloc-philosophy > h4{
margin-bottom: 1rem;
font-size: 0.9rem;
font-family: var(--font-subtitleBold);
}

.content-philosophy{
    display: flex;
    flex-direction: column;
    gap:0.4rem;
}

.philosophy span{
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.8rem;
    font-family: var(--font-subtitle);
}

.bloc-gallery{
    color:white;
    position: relative;

}

.title-gallery {
    font-size: 7rem;
    text-align: center;
    padding: 0 5rem;
    font-family: var(--font-title);
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    font-weight: 100;
  }


.content-img-gallery{
    display: flex;
    flex-wrap: wrap;

}

.img-gallery{
    object-fit: cover;
}

.img-gallery:nth-child(1){
    width: 18rem;
    height: 12rem;
    margin-left: 10rem;
    margin-top: 3rem;
}

.img-gallery:nth-child(2){
    width: 24rem;
    height: 16rem;
    margin-left: 22rem;
}

.img-gallery:nth-child(3){
    width: 28rem;
    height: 19rem;
    margin-left: 4rem;
    margin-top: 15rem;
}

.img-gallery:nth-child(4){
    width: 18rem;
    height: 13rem;
    margin-left: 30rem;
    margin-top: 5rem;
}

.img-gallery:nth-child(5){
    width: 18rem;
    height: 13rem;
    margin-top: 12rem;
    margin-left: 8rem;
}

.img-gallery:nth-child(6){
    width: 21rem;
    height: 15.5rem;
    margin-top: 14rem;
    margin-left: 4rem;
}

.img-gallery:nth-child(7){
    width: 21rem;
    height: 31rem;
    margin-left: 6rem;
    margin-top: 11rem;
    z-index: 2;
}

.img-gallery:nth-child(8){
    width: 18rem;
    height: 12rem;
    margin-left: 15rem;
    margin-top: 3rem;
    z-index: 2;
}

.img-gallery:nth-child(9){
    width: 21rem;
    height: 14rem;
    margin-left: 7rem;
    margin-top: 7rem;
    z-index: 2;
}


.img-gallery:nth-child(10){
    width: 13rem;
    height: 7rem;
    margin-left: 10rem;
    margin-top: 10rem;
    z-index: 2;
}

.img-gallery:nth-child(11){
    width: 24.5rem;
    height: 16.25rem;
    margin-left: 32rem;
    margin-top: 3rem;
}


.second-section{
    color: var(--text-color);
    display: flex;
    justify-content: space-between;
    padding: 0 2rem
}

.content-littleImage-second-section{
    position: relative;
    width: 100%;
    height: 10rem;
}

.second-littleImage-bloc{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.second-content-section{
    display: flex;
    justify-content: space-between;
}

.bloc-second-title-section,.bloc-second-text-section{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bloc-second-title-section{
    flex: 0 0 20%
}

.second-content-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: flex-start;
    gap:0.6rem
}

.word-aside-second-section-1 span{
    font-weight: bold;
    font-size: 1rem;
    display: inline-block;
    font-family: var(--font-title);
}

.word-aside-second-section-2 span{
    font-size: 0.7rem;
    display: inline-block;
    font-family: var(--font-title);
}

.bloc-second-title-section > h2{
    font-size: 4rem;
    line-height: 1;
    font-family: var(--font-title);
    font-weight: 100;
}

.bloc-second-text-section{
    flex: 0 0 20%
}

.second-text-section > p {
    font-size: 0.8rem;
    margin-bottom: 4rem;
    font-family: var(--font-subtitle);
}

.second-text-section > a{
    background-color: #D9D9D9;
    color:#0A0A0A;
    padding:0.3rem 2rem;
    border-radius: 1rem;
    font-size: 0.8rem;
    opacity: 0;
    font-family: var(--font-subtitle);
    cursor: pointer;
    display: inline-block;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.second-text-section > a:hover{
     transform: scale(1.05)
}

/*.third-section{
    color:white;
    display: flex;
    flex-direction: column;
    padding:0 2rem;
    margin: 8rem 0;
}

.informations-command{
    display: flex;
    justify-content: center;
    gap:5rem
}

.information-command{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 15%;
}

.information-command > img{
    width: 75%;
}

.information-command > span{
    font-size: 1rem;
    font-weight: bold;
    margin:1rem 0;
    text-align: center;
}

.information-command > p{
   text-align: center;
   font-size: 0.8rem;
}*/




.ancre-flower{
    display: flex;
    align-items: center;
    gap:2rem;
    align-self: flex-end;
    margin-top: 5rem;
    cursor: pointer;
}

.ancre-flower > img{
width: 1rem;
background-color: white;
border-radius: 100%;
}

.fourth-section{
    display: flex;
    color:white;
    padding: 0 2rem;
    justify-content: space-between;
}

.fourth-section > img{
width: 30rem;
height: 36rem;
object-fit: cover;
}

.bloc-fourth-subtitle-img{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 18%
}

.fourth-content-subtitle{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-self: flex-start;
}

.fourth-content-subtitle span:first-child {
    font-weight: bold;
    font-size: 1rem;
}

.fourth-content-subtitle  span:last-child {
font-size: 0.7rem;
}

.bloc-fourth-subtitle-img > img{
width: 100%;
height: 17rem;
object-fit: cover;
}

.bloc-fourth-content-title-text{
    display: flex;
    flex-direction: column;
    gap:2rem;
    flex:0 0 30%
}

.bloc-fourth-content-title-text > h2{
    font-size: 4rem;
    line-height: 1;
    font-family: 'Courier New', Courier, monospace;
}

.bloc-fourth-content-title-text > p
{
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.9rem;
  margin-top: 1rem;
  padding-right: 2rem;
}

.bloc-fourth-content-title-text > a{
    background-color: #D9D9D9;
    color: #0A0A0A;
    padding: 0.3rem 2rem;
    border-radius: 1rem;
    font-size: 0.8rem;
    align-self: flex-start;
}

.fifth-section{
    display: flex;
    gap:2rem;
    color:white;
    padding: 0 2rem;
    margin: 12rem 0;
}

.img-fifth-section{
    width: 30rem;
    object-fit: cover;
}

.content-principale-fifth-section{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-img-fifth-section{
    display: flex;
    gap:2rem;
}

.content-img-fifth-section > img{
    width: 18rem;
    height: 10rem;
    object-fit: cover;
}

.content-text-fifth-section{
    padding-left: 4rem;
    padding-bottom: 3rem;
}

.content-text-fifth-section > h2{
    font-size: 3.8rem;
    font-family: 'Courier New', Courier, monospace;
    margin-bottom: 2rem;
    padding-right: 10rem;
}

.content-text-fifth-section > p{
    padding-right: 10rem;
    font-family: 'Courier New', Courier, monospace;
  font-size: 0.9rem;
}

.sixth-section{
    display: flex;
    padding: 0 2rem;
    color:white;
    justify-content: space-between;
}

.content-text-sixth-section{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 43%;
}

.content-text-sixth-section >div{
    padding-left: 2rem;
}

.content-text-sixth-section >div> h2{
    font-size: 4rem;
    font-family: 'Courier New', Courier, monospace;
    margin-bottom: 2rem;
}

.content-text-sixth-section >div> p{
    font-family: 'Courier New', Courier, monospace;
  font-size: 0.9rem;
}

.content-text-sixth-section > img{
    width: 22rem;
    height: 12rem;
    object-fit: cover;
}

.content-img-sixth-section{
    display: flex;
    flex-direction: column;
}

.content-img-sixth-section > img{
    width: 30rem;
    height: 36rem;
    object-fit: cover;
}

.content-img-sixth-section > a {
    background-color: #D9D9D9;
    color: #0A0A0A;
    padding: 0.3rem 2rem;
    border-radius: 1rem;
    font-size: 0.8rem;
    align-self: flex-end;
    margin-top: 4rem;
}

.seven-section{
    display: flex;
    color:white;
    margin-top: 12rem;
    justify-content: space-between;
    padding: 0 2rem;
}

.title-seven-section > h2{
    font-size: 4rem;
    font-family: var(--font-title);
    font-weight: 100;
}

.contents-seven-section{
    flex: 0 0 50%;
}

.content-seven-section{
    cursor: pointer;
    border-bottom: 1px solid white;
       transition: all 0.3s ease;
       padding: 0 0.3rem
}

.content-seven-section:hover {
  background-color: #898855;

  transform: scale(1.02);
}

.question{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    font-family: var(--font-subtitleBold);
}
.question img{
    width: 1rem;
}

.content-seven-section.active .question img {
    transform: rotate(45deg);
  }
  
  .answer {

    transform-origin: top;
    transition: all 0.3s ease;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  
  .answer p {
    margin: 0;
    font-size: 0.9rem;
    padding: 0 0 2rem 0;
    font-family: var(--font-subtitle);
  }

  .content-seven-section.active .answer {
    opacity: 1;
    visibility: visible;
  }


.random-title span {
    display: inline-block;
    transition: transform 0.3s ease-out;
}


#age-popup{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#000c;
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
    padding: 0.5rem;
    min-height: 100%;
    height: 100%;
       box-sizing: border-box; /* évite que le padding dépasse */
    overflow-x: hidden; /* bloque les débordements éventuels */
}

.bloc-popup{
background:white;
padding:2rem;
border-radius:1rem;
text-align:center;
display: flex;
flex-direction: column;
gap:1.2rem;
margin: auto;

      /* ✅ ne dépasse jamais l’écran */
          /* ✅ prend toute la place dispo */
}

.title-popup-age{
    font-family: var(--font-title);
    font-weight: bold;
    font-size: 1.8rem;
}

.text-popup-age{
    font-family: var(--font-subtitle);
    font-size: 1.1rem;

}

.container-btn-age{
    display: flex;
    flex-direction: column;
    gap:1rem;
    margin-top: 0.5rem;
}

#accept-age,#refuse-age{
    background-color: #0A0A0A;
    border: none;
    color: #D9D9D9;
    font-family: var(--font-subtitleBold);
    font-size: 1rem;
    padding: 0.3rem 0;
    cursor: pointer;
}

#accept-age:hover,#refuse-age:hover{
    background-color: #171717;
    transform: scale(1.02);
}



  @media (max-width: 991.98px) { /* lg- */

    html{
        font-size: 62.5%
    }

      .section-products {
    padding: 0 3rem;
  }

    .bloc-popup{
background:white;
padding:2.5rem;
    }

    .title-popup-age{
    font-size: 3rem;
    }

    .text-popup-age{

        font-size: 1.5rem;
    }

    #accept-age,#refuse-age{

    font-size: 1.5rem;

}


    .home{
        margin-top: 0;
        min-height: 100dvh;

      }

      .cbd-title {
        font-size: 1.5rem;
      }





      .word-title-first-section,.word-aside-first-section > span, .first-text-content-right > div:first-child > h3,.word-aside-second-section-1 span,.word-aside-second-section-2 span,.word-title-second-section{
        transform: translateY(0);
      }

       .line {
        transform: scale(1);
       }

      .visual-image-first-section,.visual-image-second-section, .visual-littleImage-second-section{
        transform: scale(0);
      }

      .second-text-section > a{
        opacity: 1;
      }


    .first-section{
        flex-direction: column;
        padding: 0 3rem
    }

    .title-desktop {
        display: none;
    }

    .title-tablette-mobile{
        display: block;
        font-size: 4.2rem;
        font-family: var(--font-title);
    }

    .word-aside-first-section > span{
        margin: 3rem 0 5rem 0;
        font-size: 1.8rem;
    }

    .content-image-first-section{
        width: 100%;
        height: 41rem;
    }

    .first-content-right{
        padding-left: 0;
        margin-top: 3rem;
    }





    .first-text-content-right >div:first-child > h3,.bloc-philosophy > h4{
        font-size: 2rem;
    }

    .bloc-philosophy > h4 {
        margin-bottom: 2rem;
    }

    .bloc-philosophy{
        margin-top: 4rem;
    }

    .first-text-content-right > p,.philosophy span{

        font-size: 1.8rem;
    }

    .first-text-content-right > p{
        padding-right: 0;
    }

    .title-gallery {

        font-size: 8.5vw;
    }

    .second-section{
        flex-direction: column;
        gap:3rem;
        padding: 0 3rem;

    }

    .title-second-section-mobile{
        margin-top: 5rem;
    }

    .word-aside-second-section-1 span{
        font-size: 2.5rem;
    }

    .word-aside-second-section-2 span{
        font-size: 2rem;
    }

    .bloc-second-title-section > h2 {
        font-size: 4.2rem;
    }

    .content-image-second-section,.content-littleImage-second-section{
        width: 100%;
        height: 41rem;

    }

    .second-text-section > p {
        margin: 5rem 0 6rem 0;
        font-size: 1.8rem;
    }

    .second-text-section > a {
        font-size: 1.8rem;
        padding: 0.8rem 3rem;
        border-radius: 2rem;
    }


    .fourth-section{
        flex-direction: column;
        gap:5rem;
        padding: 0 3rem
    }

    .bloc-fourth-content-title-text > h2{
        font-size: 4.2rem;
    }

    .fourth-content-subtitle span:first-child {
        font-size: 2.5rem;
    }

    .fourth-content-subtitle span:last-child {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }

    .bloc-fourth-subtitle-img > img {
        height: 28.4rem;
    }

    .bloc-fourth-content-title-text {
        max-width: 50%;
    }

    .bloc-fourth-content-title-text > p {
        font-size: 2rem;
        margin: 3.5rem 0 3rem 0;
        padding-right: 0;
    }

    .bloc-fourth-content-title-text > a {
        font-size: 2rem;
    }

    .fourth-section > img {
        width: 100%;
        height: 41rem;
    }

    .seven-section {
        flex-direction: column;
        gap:3rem;
        margin-bottom: 15rem
    }

    .title-seven-section > h2 {
        font-size: 4.2rem;
    }

    .question{
        font-size: 2rem;
        padding:2rem 0
    }

    .answer p {
        font-size: 2rem;
    }

    .question img {
        width: 2.5rem;
    }


    .img-gallery:nth-child(1) {
        width: 39vw;
        margin-top: 10%;
        margin-left: 0;
height: fit-content;

    }

    .img-gallery:nth-child(2) {
        width: 39vw;
        margin-left: auto;
        aspect-ratio: 1500 / 1000;
height: fit-content;
    }

    .img-gallery:nth-child(3) {
        width: 51vw;
        margin-left: 0;
height: fit-content;
        margin-top: 10rem;
        aspect-ratio: 1100 /900;
    }

    .img-gallery:nth-child(4) {
        margin-left: auto;
        width: 20vw;
height: fit-content;
        aspect-ratio: 650 / 952;
        margin-top: 8rem;
    }

    .img-gallery:nth-child(5) {
        width: 31vw;
        margin-left: 0;
height: fit-content;
        aspect-ratio: 2060 / 1910;
    }

    .img-gallery:nth-child(6) {
        width: 39vw;
height: fit-content;
        margin: 0 auto;
        margin-top: 17rem;
        aspect-ratio: 2048 / 1521;
    }

    .img-gallery:nth-child(7) {
        margin-left: 0;
        width: 18vw;
height: fit-content;
        aspect-ratio: 908 / 2560;
    }


    .img-gallery:nth-child(8) {
        margin-left: 0;
        width: 42vw;
        aspect-ratio: 2300 / 1708;
        height: fit-content;
    }

    .img-gallery:nth-child(9) {
        margin-left: 16%;
        width: 39vw;
        margin-top: 18rem;
        aspect-ratio: 2560 / 1707;
        height: fit-content;
    }

    .img-gallery:nth-child(10) {
        width: 30vw;
        margin-left: 6rem;
        aspect-ratio: 1500 / 800;
        height: fit-content;
    }

    .img-gallery:nth-child(11) {
        margin-left: auto;
        margin-top: 5rem;
        width: 47vw;
        aspect-ratio: 2560 / 1707;
        height: fit-content;
    }



.societyHome {
    font-size: 14vw;
}

.hero-line,.btn-discover {
    font-size: 1.8rem;
}




  }

  @media (max-width: 767.98px) { /* md- */
    /* styles pour écrans < 768px */



  .hero-line{
    text-align: center;
    flex-direction: column;
  }

  }

  @media (max-width: 575.98px) { /* sm- */

    #accept-age,#refuse-age{

    padding: 0.5rem 0;

}


.hero-line,.btn-discover  {
    font-size: 1.6rem;
}

.title-products {
    font-size: 3rem;
}

.title-products > span {
    padding-right: 0;
}





    .cbd-title {
        font-size: 1.2rem;
        letter-spacing: 0.3rem;
    }
    /* styles pour écrans < 576px */
    .title-tablette-mobile {
        font-size: 3rem;
    }

    .first-section{
        padding: 0 2rem
    }

    .word-aside-first-section > span {
        font-size: 1.8rem;
        margin: 3rem 0 5rem;
    }

    .title-gallery {
        font-size: 10vw;
    }

    .content-image-first-section {
        height: 25rem;
    }

    .first-content-right {
        margin-top: 5rem;
    }

    .first-text-content-right > div:first-child > h3, .bloc-philosophy > h4 {
        font-size: 1.8rem;
      }

      .first-text-content-right > p, .philosophy span {
        font-size: 1.6rem;
      }

      .first-text-content-right > p {
        margin-top: 3rem;
      }

      .bloc-philosophy > h4 {
        margin-bottom: 3rem;
      }

      .content-philosophy{
        gap:1.2rem
      }

      .philosophy span {
        margin-bottom: 1.2rem;
      }

      .line {
        height: 0.2rem;
      }



      .content-image-second-section, .content-littleImage-second-section {
        height: 25rem;
      }

      .second-section {
        gap:6rem;
        padding: 0 2rem
      }

      .bloc-second-title-section {
        align-items: center;
        gap:3rem
      }

      .second-content-title {
        align-self: center;
      }

      .word-aside-second-section-1 span {
        font-size: 2.2rem;
      }

      .word-aside-second-section-2 span {
        font-size: 1.8rem;
      }

      .bloc-second-title-section > h2 {
        font-size: 4rem;
      }

      .second-text-section > p {
        font-size: 1.6rem;
        padding-right: 0;
        margin:6rem 0
      }

      .second-text-section > a {
        font-size: 1.6rem;
      }



      .fourth-section {
        gap:4rem;
        padding: 0 2rem
      }

      .fourth-content-subtitle  {
        align-self:center

      }

      .fourth-content-subtitle span:first-child {
        font-size: 2.2rem;
      }

      .fourth-content-subtitle span:last-child {
        font-size: 1.8rem;
        margin-bottom: 2.5rem;
        margin-top: 1rem;
      }

      .bloc-fourth-content-title-text {
        gap:4rem
      }

      .bloc-fourth-content-title-text {
        max-width: 100%;
      }

      .bloc-fourth-content-title-text > h2 {
        font-size: 4rem;
      }

      .bloc-fourth-content-title-text > p {
        font-size: 1.8rem;
        margin:0 0 1rem 0
      }

    .bloc-fourth-content-title-text > a {
        font-size: 1.8rem;
    }

    .fourth-section > img {
        display: none;
    }

    .title-seven-section > h2 {
        font-size: 4rem;
    }

    .seven-section {
        flex-direction: column;
        gap:4rem;
        padding: 0 2rem
    }

    .question{
        font-size: 1.8rem;
        padding:2rem 0
    }

    .answer p {
        font-size: 1.8rem;
    }

    .question img {
        width: 1.8rem;
    }



  }