/*----------------------------------------*/

.section1::before {
  display: block;
  height: 430px;
  background-image: radial-gradient(circle at bottom, #54688e, #2f3a4f 430px);
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2f3a4f;
  background-repeat: no-repeat;
  line-height: 1;
  width: 100%;
}

.section1-wrap {
  margin: 0 auto;
  max-width: 1360px;
  position: relative;
}

.container {
  padding: 0 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
}

.heading {
  font-size: 6rem;
  font-family: "Bebas Neue", sans-serif; /* Si la police est différente, remplace-la par ta police */
  color: #fff;
}

/* Petits écrans (smartphones) */
@media (max-width: 640px) {
  .container {
    padding: 0 16px;
  }

  #section-video {
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .heading {
    font-size: 3rem; /* Réduire la taille de la police pour les petits écrans */
  }

  .tagline {
    font-size: 0.875rem; /* Réduire légèrement la taille de la tagline */
  }
}

/* Tablettes et petits ordinateurs portables */
@media scren and (min-width: 960px) {
  .container {
    padding: 0 24px;
  }

  #section-video {
    padding-bottom: 70px;
    margin-bottom: 30px;
    padding-top: 70px;
    padding-left: 90px;
    padding-right: 90px;
  }

  .heading {
    font-size: 4.5rem; /* Ajuster la taille de la police pour les tablettes */
  }

  .tagline {
    font-size: 1rem; /* Garder la taille standard pour les tablettes */
  }
}

/* Écrans larges (ordinateurs de bureau) */
@media (min-width: 1025px) {
  .container {
    padding: 0 32px;
  }

  .heading {
    font-size: 6rem; /* Taille optimale pour les grands écrans */
  }

  .tagline {
    font-size: 1rem; /* Taille normale de la tagline */
  }
}

.video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centrer la vidéo verticalement */
  align-items: center;
  aspect-ratio: 16/9;
  margin-top: 20px;
}

.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seo-section-wrap {
  margin-bottom: 40px;
  color: #ffffff;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 35px 0 10px;
  text-align: center;
  display: flex;
}

.data {
  flex: 1;
  text-align: center;
  color: #ffffff;
  font-size: 100%;
}

#data-center {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.number {
  font-size: 60px;
  text-decoration: none;
  font-weight: 600;
  display: block;
}

.numberText {
  font-family: "Roboto", sans-serif;
}

.seo-car {
  text-align: center;
}

.seo-car img {
  width: 100%;
  max-width: 800px;
}

.membershipDiv h1 {
  font-weight: bold;
}

/*--------------------------------------------------------------*/

.section-menu {
  z-index: 1;
  padding-top: 40px;
  text-align: center;
  max-width: 1184px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.section-menu-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
  padding: 0 10px;
  flex-wrap: wrap;
  margin: 0 auto;
  box-sizing: border-box;
}

.encart-wrap {
  background-color: #fff;
  border-radius: 5px;
  height: 200px;
  box-shadow: 0 10px 20px 0 rgba(47, 58, 79, 0.2);
}

#encart1 {
  background-color: #48d26b;
}
#encart2 {
  background-color: #f65654;
}
#encart3 {
  background-color: #ffbd16;
}
#encart4 {
  background-color: #4499ec;
}

.encart {
  width: 25%;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  padding-left: 10px;
  padding-right: 10px;
}

.encart .btn-detail {
  color: #6b6b6b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  width: 130px;
  font-style: normal;
  font-stretch: normal;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  min-height: 35px;
  border-radius: 5px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
}

.voir-tarif {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #2f3a4f;
  margin-top: 30px;
  text-decoration: underline;
  display: block;
}

/*--------------------------------------------------------*/

.section3 {
  background-color: #fff;
  padding: 80px 0;
  display: block;
  box-sizing: border-box;
}

.section3-second {
  background-color: #fff;
  padding: 80px 0;
  display: block;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.section3 h2 {
  font-weight: 600;
  color: #2f3a4f;
  margin-top: 0;
  text-align: center;
  font-size: 35px;
}

.section3-second h3 {
  font-weight: 600;
  color: #2f3a4f;
  margin-top: 0;
  text-align: center;
  font-size: 25px;
  padding-top: 50px;
}

.section3-wrap {
  margin: 40px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px;
  max-width: 1360px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.section3-second .argument {
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0px;
  margin-top: 20px;
  flex-basis: 25%;
}

.section3-second img {
  padding: 10px !important;
}

.section3-second .picto2 {
  margin-bottom: 0px !important;
}

.argument {
  flex: 1;
  text-align: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  font-weight: normal;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 20px;
  color: #0a0a0a;
  font-size: 100%;
}

.argument-custom {
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  box-sizing: border-box;
}

.argument-custom img {
  width: 100%;
}

.argument .line {
  width: 150%;
  height: 2px;
  top: 60px;
  left: 60%;
  bottom: auto;
  position: absolute;
  z-index: 1;
  background-color: #f4f5f5;
}

.argument .picto {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  line-height: 112px;
  position: relative;
  z-index: 3;
  background-color: #2f3a4f;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.argument .picto2 {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  line-height: 112px;
  position: relative;
  z-index: 3;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.argument .picto2 img {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.argument .argument-text {
  flex: none;
  align-self: stretch;
  width: auto;
  text-align: center;
  padding-top: 7px;
}

.argument .argument-text h3 {
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  color: #2f3a4f;
  margin-left: auto;
  margin-right: auto;
}

.argument .argument-text span {
  margin-top: 15px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  display: inline-block;
  color: #2f3a4f;
}

.defile {
  height: 40px;
  display: inline-block; /* déclare le modèle de "boite en ligne" */
  padding-left: 100%; /* placement du texte défilant à droite du contenant  p  */
  white-space: nowrap; /* pas de passage à la ligne */
  padding-right: 50px; /* facultatif ; crée une attente à la réapparition */
  animation: param 50s infinite linear;
  size: 1.1rem;
  /* la durée de l'animation influe sur la vitesse de défilement  1s=Vmaxi  */
}
.defile:hover {
  /* facultatif ; crée un arrêt au survol */
  animation-play-state: paused;
}

@keyframes param {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

/*---------------------------------------------------------------------------------------------------------------------*/

/*only for hide on mobile
@media screen and (max-width: 985px) {
    body{
        display: none;
    }
}
*/

@media screen and (max-width: 950px) {
  .logo-text {
    font-size: 1.2rem;
  }

  .number {
    font-size: 0.9rem;
  }

  .section-menu {
    padding-top: 10px;
  }

  .encart:first-child {
    margin-bottom: 0px;
  }

  .encart {
    width: 100%;
    margin-top: 20px;
  }

  .encart h2 {
    font-size: 1.2rem;
  }

  .encart h3 {
    font-size: 1rem !important;
  }

  .encart .btn-detail {
    font-size: 0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  #drawer-icon {
    position: absolute;
    display: block;
    right: 0;
    margin-right: 16px;
  }

  #drawerMenu {
    height: 100vh;
    z-index: 2;
    width: 100%;
    position: absolute;
    transform: translateX(-100%);
    transition: transform 0.3s;
  }

  .drawer-content {
    height: 100vh;
    width: 90%;
    overflow: auto;
  }

  .drawer_wrapper {
    display: flex;
    background-color: #fff;
    flex-direction: column;
    width: 100%;
    height: 100vh;
  }

  .drawerLogo {
    display: flex;
    height: 60px;
    align-items: center;
    position: relative;
  }

  .header-navbar-mobile {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 90px;
    align-items: center;
    text-transform: uppercase;
    list-style: none;
    color: #0a0a0a;
  }

  .header-navbar-mobile li {
    font-size: 14px;
    height: 60px;
    display: flex;
    align-items: center;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin-right: 6px;
    text-align: center;
    list-style: none;
  }

  .header-navbar-mobile li a {
    color: #646464;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    text-transform: uppercase;
  }

  .menu-sign {
    z-index: 100;
    position: relative;
    top: 110px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-align: center;
    list-style-type: none;
    padding: 14px 100px;
    text-transform: uppercase;
  }

  .section1::before {
    height: 350px;
    background-image: radial-gradient(circle at bottom, #54688e, #2f3a4f 350px);
  }
  .section3-second .argument {
    flex-basis: 45%;
  }
  .section1-wrap {
    padding: 0 0px;
  }
  .section-menu-wrap {
    padding: 0;
    flex-direction: column;
  }
  .encart .btn-detail {
    width: 150px;
    line-height: 45px;
    height: 45px;
  }
  .section1-wrap h1 {
    font-size: 25px;
  }
  .section1-wrap h3 {
    font-size: 20px;
  }
  .data {
    font-size: 10px;
  }
  .number {
    font-size: 25px;
  }
  .section3 h2 {
    font-size: 20px;
  }

  .argument {
    flex: auto;
  }
  .section3-wrap {
    padding: 0 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .argument .argument-text span {
    margin-top: 2px;
  }
  .section3-second h3 {
    font-size: 18px;
    padding-top: 20px;
  }
}
