.video-container,
body,
html {
  overflow: hidden;
}

.video-container {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#loading video,
.content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contentStart {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#bg-placeholder,
#bg-video,
#loading video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
}
#loading {
  top: 7%;
}
#loading p {
  position: fixed;
}
#loading video,
.contentStart {
  transition: opacity 1s;
}
#loading p,
.content-button {
  color: #fff;
  font-weight: 300;
}
#loading p,
.content,
.inputName {
  text-align: center;
}
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}
.video-background {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#loading,
.content,
.scroll,
.video-container {
  position: absolute;
}
#bg-placeholder,
#bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content {
  color: #fff;
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  padding: 0 2rem;
}
.content h2 {
  margin: 0;
  padding: 0;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0 0 5px #6a0000, 0 0 5px #ff9191;
}
#loading p,
.content p,
.content-button {
  font-family: Montserrat, sans-serif;
}
.content p {
  margin-top: 10px;
  font-optical-sizing: auto;
  font-weight: 166;
  font-style: normal;
  letter-spacing: 0.3vw;
}
#music-control {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  display: flex;
  align-items: center;
}
#volume-icon {
  width: 40px;
  height: auto;
  margin-right: 10px;
}
#music-toggle {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#music-toggle:hover {
  background-color: #f0f0f0;
}
.content-button {
  border: 1px solid #fff;
  font-size: 2vw;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 1s, width 1s, letter-spacing 1s;
  letter-spacing: 0.6px;
}
.contentBarrer,
.contentSkills,
.contentSkills h2 {
  transition: opacity 2s;
}
.content-button:hover {
  letter-spacing: 2px;
}
.startButton:hover {
  background-color: rgba(0, 0, 0, 0.519);
}
#buttonStart {
  transition: 0.5s;
}
.hidden {
  visibility: hidden;
  opacity: 0;
}
.visible {
  visibility: visible;
  opacity: 1;
}
.response {
  display: flex;
  height: 600px;
  margin: auto;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}
.contentBarrer {
  font-size: 3vw;
  padding-top: 2rem;
}
.scroll {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
h2.titleBarrier {
  font-size: 2vw;
  line-height: 30px;
}
.focusBarrier {
  font-weight: 900;
  letter-spacing: 0.5px;
}
div.selectBarrier p {
  padding: 18px 15px;
  border: 2px solid transparent;
  border-image: linear-gradient(0deg, #ffdee9 0%, #b5fffc 100%);
  border-image-slice: 1;
  color: #fff;
  cursor: pointer;
  transition: background-color 1s, box-shadow 0.5s, transform 0.5s;
  letter-spacing: 0.5px;
  box-shadow: 9px 13px 20px 4px rgb(0 0 0);
  display: block;
  margin: 25px 20px;
  line-height: 24px;
}
div.selectBarrier p:active {
  transform: scale(1.025);
}
.displayNone {
  display: none;
}
.btn-barrier {
  margin-top: 1rem;
  width: 700px;
  padding: 0 1rem;
}
.contentSolution,
.nameContent {
  padding-top: 2rem;
  font-size: 3vw;
  transition: opacity 2s;
}
.btn-barrier:hover {
  width: 800px;
}
p.solutionsTexte {
  letter-spacing: 1px;
  text-align: justify;
  line-height: 2rem;
  background-color: #0000004a;
  padding: 1rem;
}
.dtn-debutant:hover {
  background-color: #fbff0076;
}
.btn-debutantPlus:hover {
  background-color: rgba(255, 85, 0, 0.484);
}
.btn-intermediaire:hover {
  background-color: rgba(60, 255, 0, 0.475);
}
.btn-avance:hover {
  background-color: rgba(255, 0, 0, 0.492);
}
.letsGoButton {
  width: 400px;
  margin-bottom: 4rem;
}
.contentSolution {
  padding-bottom: 3rem;
  margin-top: 2rem;
  max-height: 101vh;
}
.contentSolution h2,
div.purposeTexte h2.middleTitle {
  font-size: 3vw;
}
.nameContent {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inputName {
  padding: 10px;
  color: rgb(71 0 0);
  border: 5px solid transparent;
  border-image: linear-gradient(0deg, #ffd05791 0%, #34006b6e 100%);
  border-image-slice: 1;
  margin-top: 30px;
  outline: 0;
}
.giftButton {
  width: 600px;
  margin: 1rem;
}
.giftButton:hover {
  width: 650px;
}
p.nameEmptyMessage {
  background-color: #ff000029;
  padding: 5px;
  border: 1px solid #fff;
  margin-top: 2rem;
  visibility: hidden;
  transition: opacity 2s;
}
.purposeSection {
  font-size: 3vw;
  padding-top: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.purposeCalendly,
.purposeSection {
  width: 100%;
  transition: opacity 2s;
  max-height: 101vh;
}
.purposeDescription {
  background-color: #00000024;
  padding: 1rem 2rem;
  text-align: justify;
  line-height: 32px;
}
.sessionFreeButton {
  transition: opacity 2s;
  width: 38vw;
}
.sessionFreeButton:hover {
  width: 42vw;
}
#loading {
  transition: opacity 2s;
  background-color: #000;
  z-index: 5;
}
#loading video {
  position: fixed;
  z-index: -1;
}
#loading p {
  font-size: 48px;
  width: 100vw;
}
#myCalendly .calendly-inline-widget {
  min-width: 320px !important;
  max-height: 101vh;
}
.img-bg-orate {
  height: 100vh; /* Prend toute la hauteur de la fenêtre */
  background-image: url("/src/4094.webp"); /* Remplace par l'URL de ton image */
  background-size: cover; /* Couvre tout l'espace disponible */
  background-position: center; /* Centre l'image */
  background-repeat: no-repeat; /* Évite de répéter l'image */
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  z-index: 1;
  position: relative;
}
.modal {
  display: none; /* Masqué par défaut */
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Fond sombre transparent */
  justify-content: center;
  align-items: center;
}

.modal-content {
  position: relative;
  margin: 15% auto;
  padding: 20px;
  background-color: white;
  border-radius: 5px;

  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.close-btn {
  background-color: #4caf50;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 15px;
}

.close-btn:hover {
  background-color: #45a049;
}
.modal.show {
  display: flex; /* Affiche la modale et centre son contenu */
}
.calendly-button {
  text-decoration: none;
  padding: 1rem;

  max-height: 101vh;
}
.preventionText {
  margin-top: 1rem;
  font-size: 12px;
}
div.video-background div.scroll div.purposeSection p.preventionText {
  padding: 1rem;
  font-size: 14px;
  padding-bottom: 8rem;
}
.contentStart p {
  padding: 2rem 0;
  line-height: 25px;
}
.contentBarrer h2 {
  padding-bottom: 2rem;
}
.contentSolution h2 {
  margin-bottom: 2rem;
}
.purposeSection .middleTitle {
  margin-bottom: 2rem;
}
