/* ============================================
   PAGE D'ACCUEIL - HERO
   ============================================ */
.hero {
  height: 85vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.hero .hero-content {
  width: 50%;
  padding: 5vw;
  margin-top: 10vh;
}

.hero .hero-content .fake-title {
  font-size: 3rem;
  text-wrap: balance;
  display: block;
  margin-bottom: 1vh;
}

.hero .hero-content h1 {
  font-family: 'InstrumentSerif';
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.2;
}

.hero .hero-content .btn-round {
  margin-top: 15vh;
}

.hero .right {
  width: 50%;
  height: 100%;
}

.hero .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================
   SECTIONS DÉCONNECTE ET PROJET
   ============================================ */
.deconnecte,
.projet {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  color: var(--rose);
}

.deconnecte .left,
.projet .left {
  width: 50%;
  background: var(--rouge);
  padding: 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.deconnecte .left h2,
.projet .left h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2vh;
  text-align: center;
}

.deconnecte .left .text,
.projet .left .text {
  font-size: 1.4rem;
  font-family: 'InstrumentSerif';
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  text-wrap: balance;
}

.deconnecte .left .text p,
.projet .left .text p {
  margin-bottom: 2rem;
}

.deconnecte .left .text strong,
.projet .left .text strong {
  font-weight: 400;
}

.deconnecte .left .btn-round,
.projet .left .btn-round {
  margin: 2rem 0 0;
}

.deconnecte .right,
.projet .right {
  width: 50%;
}

.deconnecte .right img,
.projet .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projet .left {
  background-color: var(--rose);
  color: var(--rouge);
}

.projet .left h2 {
  color: var(--rouge);
}

.projet .left .text {
  color: var(--rouge);
}

/* ============================================
   SECTION ICÔNES
   ============================================ */
.icones {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-around;
  padding: 5vw;
}

.icones figure {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.icones figure img {
  width: 250px;
  height: 250px;
  object-fit: contain;
  margin-bottom: 30px;
  display: block;
}

.icones figure figcaption h3 {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media screen and (max-width: 1500px) {
  .faq {
    flex-direction: column;
  }
  
  .faq .left {
    width: 100%;
    padding: 5vw;
  }
  
  .faq .right {
    width: 100%;
    aspect-ratio: unset;
  }
  
  .faq .right img {
    aspect-ratio: 16/9;
    object-fit: cover;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .hero {
    flex-direction: column-reverse;
  }
  
  .hero .hero-content {
    width: 100%;
    padding: 5vw;
    margin-top: 0;
  }
  
  .hero .right {
    width: 100%;
  }
  
  .deconnecte,
  .projet {
    flex-direction: column;
  }
  
  .deconnecte .left,
  .projet .left {
    width: 100%;
  }
  
  .deconnecte .right,
  .projet .right {
    width: 100%;
  }
  
  .deconnecte img,
  .projet img {
    aspect-ratio: 17/9;
    object-fit: cover;
    height: auto;
  }
  
  .projet {
    flex-direction: column-reverse;
  }
  
  .projet .left {
    width: 100%;
  }
  
  .projet .right {
    width: 100%;
  }
  
  .icones {
    flex-direction: column;
  }
  
  .icones figure {
    width: 100%;
  }
  
  .icones figure img {
    width: 50vw;
    height: auto;
    margin-bottom: 0;
  }
  
  .icones figure figcaption h3 {
    font-size: 3rem;
    margin-bottom: 5vh;
  }
}

@media screen and (max-width: 768px) {
  .hero {
    height: auto;
  }
  
  .hero .right {
    height: 55vh;
  }
  
  .hero .hero-content .fake-title {
    font-size: 2.1rem;
  }
  
  .hero .hero-content h1 {
    font-size: 1.4rem;
  }
  
  .hero .hero-content .btn-round {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }
  
  .deconnecte .left,
  .projet .left {
    padding: 5vh 5vw;
  }
  
  .deconnecte .left h2,
  .projet .left h2 {
    font-size: 2rem;
  }
  
  .deconnecte .left .text,
  .projet .left .text {
    font-size: 1.25rem;
    text-wrap: unset;
  }
  
  .deconnecte .left .btn-round,
  .projet .left .btn-round {
    margin-top: 5vh;
  }

  .deconnecte img,
  .projet img {
    aspect-ratio: unset;
    height: auto;
  }
  
  .icones {
    padding: 5vh;
  }
  
  .icones figure figcaption h3 {
    font-size: 2rem;
  }
  
  .faq .left h2 {
    font-size: 3rem;
  }
  
  .faq .left .faq-text .details__title {
    font-size: 1.3rem;
  }
  
  .faq .left .faq-text .details__desc-inner {
    font-size: 1.1rem;
  }
  
  .details__title {
    padding-right: 60px;
    padding-bottom: 0;
  }
}

