:root {
  --bs-body-font-size: 1.25rem;
}

body {
  background: black;
  color: var(--caps-neon);
}

.container {
  max-width: 90%;
}

div.launch-banner {
  margin-top: 4vh;
}

div.rgpd-consent {
  display: flex;
  align-items: center;
  max-width: 500px;
  margin: 10px auto auto auto;
}

div.volet {
  max-width: 1400px;
  margin: auto;
  text-align: center;
}

h1 {
  font-family: Capsule;
  font-size: 4rem;
  text-align: left;
}

h1.launch-title,
h1.launch-countdown {
  font-family: Montserrat;
  font-size: 2rem;
  text-align: center;
}

h2 {
  font-family: Montserrat;
  font-size: 2rem;
  font-weight: 800;
  text-align: left;
}

h2.detail {
  text-align: center;
}

li.volet {
  font-size: 1rem;
  color: white;
  font-family: Roboto;
  text-align: left;
}

p {
  font-family: Roboto;
  color: white;
  text-align: left;
}

p.feature {
  background-color: var(--caps-paon);
  color: var(--caps-ado-light);
  border: none; /*solid 1px var(--caps-green);*/
  border-radius: 2vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  text-align: center;
  font-size: 1.5rem;
}

p.detail {
  text-align: center;
  background-color: var(--caps-paon-50);
  font-size: 1.2rem;
  padding: 2vw;
  border-radius: 2vh;
}

p.socialMedia {
  text-align: center;
  margin-top: 2vh;
}

p.volet {
  font-size: 1rem;
  text-align: left;
}

p.launch {
  text-align: center;
  margin-bottom: -5px;
  margin-top: 20px;
}

label.rgpd {
  color: white;
  font-size: 1.2vh;
}

div.offcanvas p {
  text-align: center;
}

.logo-nav {
  width: 40px;
  height: auto;
}

button.esp {
  color: black;
  padding: 1vh 4vw;
  border-radius: 1vh;
}

.btn.btn-sm {
  line-height: 1; /* évite tout décalage vertical */
  font-size: inherit; /* hérite la taille de la navbar */
  height: auto; /* pas de contrainte artificielle */
}

.navbar .btn {
  font-size: 1rem; /* même taille que le texte du menu */
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.row-feature {
  margin: 3vh 0;
}

.col-feature {
  padding: 2vh;
}

.navbar {
  background: rgba(0, 0, 0, 0.9);
}

.landing-bloc-1 {
  background:
        /* fondu noir transparent sur les côtés */
    linear-gradient(to top, rgba(0, 0, 0, 1), transparent 20%),
    linear-gradient(to bottom, rgba(0, 0, 0, 1), transparent 20%),
    linear-gradient(to left, rgba(0, 0, 0, 1), transparent 20%),
    linear-gradient(to right, rgba(0, 0, 0, 1), transparent 20%),
    url("../images/landing/1 - Capsule c quoi.jpg") center/cover no-repeat;
  padding: 5vh 0vh;
  height: 95vh;
}

.landing-bloc-2,
.landing-bloc-3,
.landing-bloc-4 {
  padding: 5vh 0vh;
  text-align: center;
}

a.landing-menu {
  color: var(--caps-ado-light);
  text-decoration: none;
  margin: 5px;
}

li {
  padding: 3px 0;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.5); /* noir semi-transparent */
  color: var(--caps-ado-light);
  padding: 1rem;
  border-radius: 0.5rem;
}

.social-icon {
  fill: var(--caps-ado-light);
  padding: 5px;
  border: solid 2px var(--caps-ado-light);
  border-radius: 5px;
}

.photo-frame {
  position: relative;
  max-width: 30vw;
  height: auto;
}

.photo-frame .photo {
  width: 95%;
  height: auto;
  object-fit: cover;
  /* border-radius: 50px; si ton cadre est arrondi */
}

.photo-frame .cadre {
  position: absolute;
  top: -4vh;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none; /* pour pas bloquer les clics */
}

.dark a {
  color: var(--caps-ado-light);
}

/* Landing pro */
#bloc-pro-1-content {
  margin: 0 auto 0 auto;
  max-width: 90%;
  height: 95vh;
  padding-bottom: 10vh;
}

.landing-bloc-1-pro {
  background:
        /* fondu noir transparent sur les côtés */
    linear-gradient(to top, rgba(0, 0, 0, 1), transparent 20%),
    linear-gradient(to bottom, rgba(0, 0, 0, 1), transparent 20%),
    url("../images/landing/Pro 1.jpg") center/cover no-repeat;
  padding: 5vh 0vh;
  height: 95vh;
}

.landing-bloc-2-pro,
.landing-bloc-3-pro,
.landing-bloc-4-pro {
  padding: 5vh 0;
  max-width: 90%;
  margin: auto;
}

h1.pro {
  text-align: center;
  color: var(--caps-neon);
  font-family: Montserrat;
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 1.5vh;
  line-height: 1;
  letter-spacing: -0.4px;
}

h2.pro {
  text-align: center;
  color: white;
  font-family: Roboto;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.4px;
  margin-bottom: 1.5vh;
}

a.btn-pro {
  width: 250px;
  background-color: lightgrey;
  font-family: Roboto;
  letter-spacing: -0.4px;
  transition: transform 0.2s ease-in-out; /* animation fluide */
}

a.btn-pro:hover {
  transform: scale(1.1); /* agrandit de 5 % */
  background-color: lightgrey;
  color: black;
  text-align: center;
}

#launch-email {
  text-align: center;
  width: 80vw;
  max-width: 350px;
  margin-top: 5px;
  border: 1px solid var(--caps-neon);
  border-radius: 5px;
  background: none;
  color: white;
}

#launch-button {
  color: var(--caps-neon);
  background: none;
  border: 1px solid var(--caps-neon);
  border-radius: 5px;
  margin-top: 5px;
}

/* Gestion écrans > tablette */
@media (min-width: 768px) {
  div.launch-banner {
    margin-top: 8vh;
  }

  h1 {
    font-size: 10rem;
    margin-bottom: -1rem;
  }

  h1.launch-title,
  h1.launch-countdown {
    font-size: 4rem;
    margin-bottom: 0;
  }

  h1.pro {
    text-align: right;
    font-size: 1.8rem;
    font-weight: 800;
  }

  h2 {
    font-size: 5rem;
    font-weight: bold;
  }

  h2.pro {
    text-align: right;
    width: 380px;
  }

  p {
    font-size: 2rem;
  }

  p.feature {
    font-size: 1.5rem;
  }

  p.detail {
    font-size: 1.2rem;
    min-height: 55vh;
  }

  p.navbar {
    font-size: 1.75rem;
    background-color: transparent;
  }

  .logo-nav {
    width: 6vh;
    height: auto;
  }

  .navbar {
    font-size: 1.75rem;
  }
}

/* Gestion grands écrans */
@media (min-width: 810px) {
  .landing-bloc-1 {
    min-height: 50vh;
  }

  h1.pro {
    text-align: right;
    font-size: 3rem;
    font-weight: 800;
  }

  h2.pro {
    font-size: 1.5rem;
    text-align: right;
    width: 580px;
  }

  a.btn-pro {
    font-size: 1.5rem;
    width: 350px;
  }

  div.gauche {
    padding-right: 15vw;
  }

  div.droite {
    padding-left: 15vw;
  }

  li.volet,
  p.volet {
    font-size: 1.2rem;
  }

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

  p.detail {
    font-size: 1.7rem;
    min-height: 40vh;
  }

  #launch-button {
    margin-top: 10px;
    font-size: 1.5rem;
  }

  #launch-email {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}
