@charset "UTF-8";

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  width: auto;
  opacity: 1;
}

.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-prev .carousel-control-next-icon,
.carousel .carousel-control-next .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-next-icon {
  background: none;
  font-size: 4px;
  width: 4em;
  height: 4em;
}

.carousel .carousel-control-prev-icon {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
}

.carousel .carousel-control-next-icon {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

/* Webinaires */

#tech-details {
  background: url("/images/home/bg-tech-details.jpg") no-repeat center right;
  background-size: cover;
  background-attachment: fixed;
}

.bouton_inscription {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  #webinaire {
    text-align: center !important;
  }

  .bouton_inscription,
  .webinaire_img {
    margin: 15px !important;
  }
}

/* Témoignages */

#testimonies .carousel-control-prev,
#testimonies .carousel-control-next {
  position: relative;
}

#testimonies .grey-block {
  background-color: #f5f4f4;
  position: relative;
  padding-bottom: 50px;
}

@media (max-width: 1199.98px) {
  #testimonies .grey-block {
    padding-bottom: 70px;
  }
}

#testimonies .grey-block .profil {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -75px;
  width: 100%;
}

#testimonies .grey-block .logo-club {
  width: 60px;
  height: 60px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  overflow: hidden;
}

#testimonies .grey-block .logo-club img {
  max-width: 90%;
  max-height: 90%;
}

#carousel-testimonies > img {
  width: 60px;
  position: absolute;
  left: 50%;
  top: 0%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

#carousel-testimonies .carousel-inner .carousel-item {
  padding-bottom: 100px;
  margin-bottom: 200px;
}

@media (min-width: 768px) {
  #carousel-testimonies .carousel-inner .carousel-item {
    margin-bottom: 0;
  }
}

#carousel-testimonies .carousel-indicators {
  position: relative;
  bottom: 0;
  margin: 0;
}

#carousel-testimonies .carousel-indicators li {
  width: 15px;
  height: 10px;
  list-style: none;
}

#carousel-testimonies .carousel-indicators li:before {
  display: none;
}

#carousel-testimonies .carousel-indicators li:after {
  background-color: #000;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: auto;
  left: 3px;
}

#carousel-testimonies .carousel-indicators li.active {
  opacity: 0.5;
}

/* Une offre économique */

section.OFFRE {
  margin: 100px auto 70px;
}

section.OFFRE .card {
  max-width: 802px;
  border-radius: var(--Arrondis-mobile, 30px);
  border: 1px solid var(--BLACK, #10154F);
  /* Ombre indigo douce */
  box-shadow: 0 3px 12px 0 rgba(217, 221, 243, 0.5);
}

section.OFFRE .card h2 {
  display: inline-block;
  font-size: 20px;
  background: white;
  z-index: 2;
  position: relative;
  margin: -25px auto 0;
  padding: 0 5px;
  color: var(--BLACK, #10154F);
  text-align: center;
  /* H2 */
  font-family: Archivo;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  /* 45.6px */
}

@media only screen and (min-width: 576px) {
  section.OFFRE .card h2 {
    font-size: 28px;
    margin: -40px auto 0;
  }
}

section.OFFRE .card h2 strong {
  font-family: Archivo-Bold;
  font-style: normal;
  display: block;
  font-weight: 800;
  font-size: 20px;
}

@media only screen and (min-width: 576px) {
  section.OFFRE .card h2 strong {
    font-size: 38px;
  }
}

section.OFFRE .card .formule-gratuite,
section.OFFRE .card .formule-premium {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  position: relative;
  padding: 20px 5px;
  border-radius: var(--Arrondis-mobile);
}

@media only screen and (min-width: 576px) {
  section.OFFRE .card .formule-gratuite,
  section.OFFRE .card .formule-premium {
    text-align: center;
    padding: 35px 17px;
  }
}

section.OFFRE .card .formule-gratuite h3,
section.OFFRE .card .formule-premium h3 {
  color: var(--BLANC, #FFF);
  text-align: center;
  font-family: Archivo;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  section.OFFRE .card .formule-gratuite h3,
  section.OFFRE .card .formule-premium h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 576px) {
  section.OFFRE .card .formule-gratuite h3,
  section.OFFRE .card .formule-premium h3 {
    font-family: Archivo-Bold;
    font-size: 17px;
    font-style: normal;
    width: 60%;
    margin: 0;
  }
}

section.OFFRE .card .formule-gratuite p,
section.OFFRE .card .formule-premium p {
  color: var(--BLANC, #FFF);
  text-align: center;
  margin: 0 auto;
  /* TEXTE - REGULAR */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  max-width: 80%;
}

section.OFFRE .card .formule-gratuite p strong,
section.OFFRE .card .formule-premium p strong {
  font-weight: normal;
}

@media only screen and (max-width: 576px) {
  section.OFFRE .card .formule-gratuite p strong,
  section.OFFRE .card .formule-premium p strong {
    display: block;
  }
}

@media only screen and (max-width: 576px) {
  section.OFFRE .card .formule-gratuite p,
  section.OFFRE .card .formule-premium p {
    width: 40%;
    margin: 0 10%;
  }
}

@media only screen and (max-width: 576px) {
  section.OFFRE .card .formule-gratuite p span.desktop,
  section.OFFRE .card .formule-premium p span.desktop {
    display: none;
  }
}

section.OFFRE .card .formule-gratuite p.prix,
section.OFFRE .card .formule-premium p.prix {
  font-family: Archivo;
  font-size: 40px;
  font-style: italic;
  line-height: 120%;
  max-width: 100%;
}

@media only screen and (max-width: 576px) {
  section.OFFRE .card .formule-gratuite p.prix,
  section.OFFRE .card .formule-premium p.prix {
    font-size: 20px;
    width: 40%;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 0;
    left: auto;
  }
}

section.OFFRE .card .formule-gratuite p.prix .par,
section.OFFRE .card .formule-premium p.prix .par {
  display: none;
}

@media only screen and (max-width: 576px) {
  section.OFFRE .card .formule-gratuite p.prix .slash,
  section.OFFRE .card .formule-premium p.prix .slash {
    display: none;
  }

  section.OFFRE .card .formule-gratuite p.prix .par,
  section.OFFRE .card .formule-premium p.prix .par {
    display: inline;
  }
}

section.OFFRE .card .formule-gratuite p.prix strong,
section.OFFRE .card .formule-premium p.prix strong {
  font-size: 70px;
  font-family: Archivo-Bold;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  /* 84px */
  display: inline;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  section.OFFRE .card .formule-gratuite p.prix strong,
  section.OFFRE .card .formule-premium p.prix strong {
    font-size: 60px;
  }
}

@media only screen and (max-width: 576px) {
  section.OFFRE .card .formule-gratuite p.prix strong,
  section.OFFRE .card .formule-premium p.prix strong {
    font-size: 45px;
  }
}

@media only screen and (max-width: 576px) {
  section.OFFRE .card .formule-gratuite p.prix strong,
  section.OFFRE .card .formule-premium p.prix strong {
    display: block;
  }
}

section.OFFRE .card .formule-gratuite {
  background: var(--BLACK, #10154F);
  background: radial-gradient(circle at top left, #2A3CBB 0%, #10154F 100%);
}

section.OFFRE .card .formule-gratuite p strong {
  display: block;
}

section.OFFRE .card .formule-premium {
  background: var(--BLACK, #10154F);
  background: radial-gradient(circle at bottom right, #8A2042 0%, #1F154B 100%);
}

section.OFFRE .card-body {
  padding: 75px 10px 25px;
}

@media only screen and (min-width: 576px) {
  section.OFFRE .card-body {
    padding: 75px 10px 25px;
  }
}

@media only screen and (min-width: 768px) {
  section.OFFRE .card-body {
    padding: 75px 20px 25px;
  }
}

@media only screen and (min-width: 992px) {
  section.OFFRE .card-body {
    padding: 75px 80px 25px;
  }
}

@media only screen and (min-width: 1200px) {
  section.OFFRE .card-body {
    padding: 75px 80px 25px;
  }
}

@media only screen and (min-width: 1400px) {
  section.OFFRE .card-body {
    padding: 75px 100px 25px;
  }
}

section.OFFRE .card-body a {
  color: var(--BLACK, #10154F);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 11%;
  /* 1.54px */
  text-underline-offset: 19%;
  /* 2.66px */
  text-underline-position: from-font;
}

section.OFFRE .card-footer {
  background: var(--BLACK, #10154F);
  box-shadow: 0 3px 12px 0 rgba(217, 221, 243, 0.5);
  border-radius: 0 0 var(--Arrondis-mobile, 30px) var(--Arrondis-mobile, 30px);
  padding: 24px 0;
}

section.OFFRE .card-footer h3 {
  color: var(--BLANC, #FFF);
  text-align: center;
  font-family: Archivo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
}

section.OFFRE .card-footer h3 strong {
  font-family: Archivo-Bold;
  font-style: normal;
  font-weight: 800;
}

section.OFFRE .card-footer p {
  display: inline-block;
  color: var(--BLEU-PALE, #C4CCFF);
  text-align: center;
  padding: 10px 0;
  margin: 20px auto;
  border-top: 1px solid var(--BLEU-PALE, #C4CCFF);
  border-bottom: 1px solid var(--BLEU-PALE, #C4CCFF);
  /* TEXTE - BOLD */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 19.6px */
}

section.OFFRE .card-footer ul {
  text-align: left;
}

@media only screen and (min-width: 576px) {
  section.OFFRE .card-footer ul {
    display: inline-block;
    width: 425px;
  }
}

section.OFFRE .card-footer ul li {
  color: #FFF;
  /* TEXTE - REGULAR */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  margin-bottom: 8px;
}

section.OFFRE .card-footer ul li i {
  color: var(--ROUGESPORTSREGIONS, #DB0D45);
  margin-right: 5px;
}

section.OFFRE .card-footer .btn-container {
  text-align: center;
}

/* Partenaires */

#carousel-partenaires-desktop > img,
#carousel-partenaires-mobile > img {
  width: 100px;
  position: absolute;
  left: 50%;
  top: 0%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

#carousel-partenaires-desktop img,
#carousel-partenaires-mobile img {
  height: 100px;
}

#carousel-partenaires-desktop .carousel-inner .carousel-item,
#carousel-partenaires-mobile .carousel-inner .carousel-item {
  padding-bottom: 20px;
}

#carousel-partenaires-mobile img {
  height: 120px;
}

/* Site & application mobile */

#mobile-app {
  background: url("/images/home/bg-app-mobile.png?d=03102023_1") no-repeat top right;
  background-size: cover;
  background-position: 65% 0;
  position: relative;
}

#mobile-app > * {
  position: relative;
  z-index: 2;
}

#mobile-app:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
}

@media (max-width: 991.98px) {
  #mobile-app {
    background-position: 60% 100%;
    background-size: auto 100%;
  }

  #mobile-app:after {
    opacity: 0.5;
  }
}

@media (max-width: 767.98px) {
  #mobile-app {
    background-position: 70% 100%;
  }

  #mobile-app:after {
    opacity: 0.75;
  }
}

