:root {

  --color-light-gray: #777777;
  --color-light-darker: #37383D;
  --color-body: #f2f2f2;
  --color-dark: #212529;
  --fluo-bleu: #0dcaf0;
  --fluo-jaune: #f1ff5c;
}

/* Scrollbar complète */
::-webkit-scrollbar {
  width: 12px;
  /* La largeur de la scrollbar */
}

/* Track (le fond de la scrollbar) */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Thumb (la poignée de la scrollbar) */
::-webkit-scrollbar-thumb {
  background-color: var(--fluo-bleu);
  /* Couleur du thumb */
  border-radius: 10px !important;
  /* Pour arrondir les bords */
  box-shadow: 0px 0px 10px var(--fluo-bleu);
  /* Ajoute une ombre autour du thumb */
}

/* Pour ajouter une couleur lorsqu'on passe sur le thumb */
::-webkit-scrollbar-thumb:hover {
  background-color: #00a2c8;
  /* Un bleu un peu plus foncé au hover */
}

/* Pour Firefox */
* {
  scrollbar-width: auto;
  /* Taille fine de la scrollbar */
  scrollbar-color: var(--fluo-bleu) transparent;
  /* Couleur du thumb et du track */
}


@media screen and (max-width: 1166px) {

  html,
  body {
    overflow-x: hidden;

  }

}

body {
  font-family: "Syne", sans-serif;


  line-height: 1.9;
  background-color: var(--color-light-darker);

}

@media screen and (min-width: 1379px) {
  .containerPage {
    width: 1380px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1380px) {
  .containerPage {
    padding: 0 1rem 0 1rem;
  }
}

.highlight2 {
  font-size: 32px;
  color: white !important;
}

/* GENERAL ELEMENTS */


.section {
  transition: transform 1s;
}


.btn-but {

  border-radius: 10rem !important;
  cursor: pointer;
  transition: all 0.3s;
  padding: 1rem 3rem;
}

.but1 {
  color: var(--fluo-bleu) !important;
}

.but2 {
  color: rgb(33, 37, 41) !important;
  background: var(--fluo-bleu);

}

.but2:hover {
  background: var(--color-light-darker) !important;
  color: var(--fluo-bleu) !important;
}

.but3 {
  color: var(--fluo-bleu) !important;
  border: solid !important;
}

.but1:hover {
  color: rgb(33, 37, 41) !important;
}

.but3:hover {
  color: rgb(33, 37, 41) !important;
  background: var(--fluo-bleu);
}

#but13 {
  color: var(--color-body) !important;
  background: var(--fluo-bleu) !important;
  font-weight: 700 !important;
}

#but12 {
  color: var(--color-dark) !important;
  background: var(--fluo-bleu) !important;
  font-weight: 700 !important;
}

#but14 {
  color: var(--color-dark) !important;
  background: var(--color-body) !important;
  font-weight: 700 !important;
}

#but12:hover,
#but13:hover {
  box-shadow: 0px 0px 24.9335px var(--fluo-bleu);
  transform: scale(1.1);
}

#but14:hover {
  box-shadow: 0px 0px 24.9335px var(--color-body);
  transform: scale(1.117);
}

.navbar {
  border-radius: 25px;
  margin: 1rem 0;
}

.navbar-nav .nav-link {
  position: relative;
  display: inline-block;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--fluo-bleu);
  transition: width 0.4s ease-in-out;
}

.night-icon {
  display: none;
}

#icon_button svg {
  vertical-align: middle;
  fill: var(--fluo-bleu);
  height: 35px;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .navbar {

    height: 123px !important;
    margin: 2rem 0 !important;

  }

}

@media screen and (max-width: 992px) {
  #collapsibleNavbar {
    text-align: center !important;
  }

  .privet {
    flex-direction: column !important;

  }

  .privet span {
    margin: 0 !important;
  }
}

.ombre_bouton {
  box-shadow: 0px 0px 24.9335px var(--fluo-bleu);
}

.nav-item {
  transition: transform 0.1s ease-in-out;
}

.nav-item:hover {
  background: rgb(33, 37, 41);
  transform: translateY(-0.25em);
  cursor: pointer;
}

.nav-link {
  color: white !important;
}

.nav-link:hover {
  color: var(--fluo-bleu) !important;
}

#title_brand {
  color: var(--fluo-bleu) !important;
}

.img-thumbnail {
  width: 100%;
  transform: translateY(80px);
}


.but1,
.but2,
#but2,
.but3,
#but4 {
  border-radius: 10rem !important;
  cursor: pointer;
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {

  .header__img {
    display: none;
  }


  .header__title,
  .section__title,
  .section__title2 {
    text-align: center;
  }

  #collapsibleNavbar {
    text-align: center;
  }

  .but1,
  .privet {
    margin-right: none !important;
  }

  .privet {
    margin: 0 !important;
  }

  #section--2 .row {
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
}


@media screen and (max-width: 36em) {
  .connect {
    display: block;
    margin-top: 17px 0 17px;
  }
}

.bouton--text {
  font-size: 1rem;
}

/* HEADER */

.header {
  padding: 0 3rem;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#tradingCode {
  max-width: 100%;
}

#tradingCode_sm {

  max-width: 100%;
  border-radius: 25px;
}

.header__title {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%) !important;


}

@media screen and (max-width: 992px) {

  .but3 {
    margin-top: 35px;
  }
}

.me-sm-3 {
  margin-right: 0 !important;
}

h1 {
  font-size: 4.5rem;
  line-height: 130%;
  font-weight: bold;
}

h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 120%;
}



@media screen and (max-width: 1166px) {
  .header__img {
    width: 85%;
    transition: 1s;
    margin-left: 50px;
  }

  h1 {
    font-size: 4rem;
    transition: 1s;
  }

  h4 {
    font-size: 1.5rem;
    transition: 1s;
  }

}

@media screen and (max-width: 992px) {
  .header__img {
    width: 85%;
    transition: 1s;
    margin-left: 50px;
  }

  h1 {

    font-size: 3.5rem;

  }

  h4 {
    font-size: 1.3rem;
  }

  .section__description {
    font-size: 1.4rem !important;

  }

  .section__header {
    font-size: 3.2rem !important;

  }
}

@media screen and (max-width: 840px) {

  h1 {

    font-size: 3rem;

  }

  h4 {
    font-size: 1.2rem;
  }

  .section__description {
    font-size: 1.2rem !important;

  }

  .section__header {
    font-size: 2.4rem !important;

  }
}

@media screen and (max-width: 690px) {

  h1 {

    font-size: 2rem;

  }

  h4 {
    font-size: 1rem;
  }


  .section__header {
    font-size: 1.8rem !important;

  }
}

@media screen and (max-width:577px) {

  h1 {

    font-size: 1.6rem;

  }


  .section__header {
    font-size: 1.4rem !important;

  }
}

@media screen and (max-width: 1168px) and (min-width:992px) {
  .features__header {
    font-size: 1.2rem !important;
  }

  .features__icon {
    height: 3rem !important;
    width: 3rem !important;
  }

  .MesIcons svg {
    transform: translateY(8px) !important;
    width: 28px !important;
    height: 28px !important;
  }
}

@media screen and (min-width:993px) {

  #service___md {
    display: none !important;
  }

  #service___lg {
    display: flex !important;
  }
}

@media screen and (max-width:992px) {
  #service___lg {
    display: none !important;
  }

  #service___md {
    display: flex !important;
  }
}

.highlight {

  color: var(--fluo-bleu);
}

.privet {
  color: var(--fluo-jaune);
  font-size: 1.15rem;
  text-align: center;

  margin: 0 20px 0 05px;
}


/* GENERAL ELEMENTS */
#section--1 {
  position: relative;
}

.section__title {
  text-align: center;
}

.section__description {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--fluo-bleu);
  margin-bottom: 1rem;
}

.section__header {
  font-size: 3.4rem;
  line-height: 1.3;
  font-weight: 500;
}

@media screen and (max-width: 1257px) {
  #title_brand {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #title_brand {
    display: block;
  }

  .logo_div {
    justify-content: space-between !important;
    width: 100% !important;
  }
}

.bouton {
  display: inline-block;
  background-color: var(--color-primary);
  font-size: 1.6rem;
  font-family: inherit;
  font-weight: 500;
  border: none;
  padding: 1.25rem 4.5rem;
  border-radius: 10rem;
  cursor: pointer;
  transition: all 0.3s;
}

.bouton :hover {
  background-color: var(--color-primary-darker);
}



#section--2 {
  position: relative;
  width: 100%;
  padding-top: 50px;
  background: var(--color-light-darker);
  padding-bottom: 90px;
}

#section--3 {
  width: 100%;
  padding-top: 50px;
  background: #fafafa;
  padding-bottom: 90px;
  border-radius: 25px;

}

#section--3 h3 {
  color: var(--color-dark) !important;
}

.avantages_container {
  position: relative;
  min-height: 200px;
  border-radius: 25px;
  overflow: hidden;
}

.highlight_avantages {
  outline: 5px solid var(--fluo-bleu);
  transition: outline 0.5s ease-in-out;
}

.avantages_title {

  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 4rem;

  display: inline-block;
}

.avantages_box {
  position: relative;
}

.avantages_underline {
  position: absolute;
  bottom: 54px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: var(--fluo-bleu);
  transition: width 0.4s ease-in-out;
}

.underline-active {
  width: 100%;
}



/* services */
.education-block {
  width: 100%;
  border-radius: 25px;
}

#eblock {
  background: var(--color-body);
}

.features__img {
  width: 100%;
  border-radius: 25px;
}

#eblock p {
  padding: 10px 20px;
  font-size: 20px;
  color: black;
}

#section--2,
#section--3,
#section--3b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-radius: 25px;
}

#section--4 {
  padding-bottom: 6rem;
  border-radius: 25px;
}

#section--2 .education-block {
  box-shadow: 0 5px 30px 0 rgba(255, 255, 255, 0.367)
}

#section--2 .col,
#section--2 .education-block,
#section--2 .education-block img,
#eblock {
  height: 388px;
}

#section--2 .row {
  margin-top: 2rem;
}


#section--2 h4 {
  color: var(--color-body);
}

@media (max-width: 576px) {

  #section--2 p {
    padding: 15px 20px;
  }

  #section--1 h4 {
    font-size: 14px;
    white-space: nowrap !important;
  }

  #section--2 .container {
    width: 546px !important;
    transform: translateX(-17px);
  }

  #section--3b p {
    font-size: 16px !important;
  }
}

@media (max-width: 550px) {
  h1 {

    font-size: 1.5rem !important;

  }

  #section--2 h5 {
    font-size: 20px !important;
  }

  #section--2 p {
    font-size: 17px !important;
  }
}

@media (max-width: 480px) {
  #section--2 h5 {
    font-size: 17px !important;
  }

  #section--2 p {
    font-size: 14px !important;
  }

  #title_brand {
    font-size: 16px !important;
  }
}

@media (max-width: 450px) {
  h1 {

    font-size: 1.4rem !important;

  }

  .logo_div {
    justify-content: space-between;
  }

  #title_brand {
    display: none
  }
}

.MesIcons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.MesIcons svg {
  transform: translateY(17px);
}

.features__icon {
  background: var(--fluo-bleu);
  height: 4rem;
  width: 4rem;
  border-radius: 50%;

}



.education-block p {
  padding: 3.2rem;
}

.features__header {
  font-size: 1.5rem;
  padding: 3.2rem;
  font-weight: bolder;
}

@media (min-width: 1380px) {
  .education-block h5 {

    font-size: 2rem;

    font-weight: bolder;
  }

  .education-block p {
    font-size: 1.5rem;
  }
}

/* avantages */


#section--3 h5 {
  color: var(--fluo-bleu);
}

#section--3 h3 {
  color: var(--color-dark);
}

#section--3 p {
  color: var(--color-body);
  font-size: 20px;
}

.avantages_container {
  position: relative;
  background-color: var(--color-dark);
  border-radius: 25px;
  margin-bottom: 2rem;
  min-height: 300px;
  padding: 2rem;
  overflow: hidden;

}

@media screen and (min-width: 992px) {
  .avantages_container {
    width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .avantages_container {
    width: 90%;
  }
}


@media screen and (max-width: 768px) {
  #section--3 button {
    transform: scale(0.7);
    transition: 1s;
  }

  .avantages__tab-container,
  .avantages__tab {
    display: block;
  }

  .footer__link {
    font-size: 13px !important;
  }
}





.avantages__header {
  font-size: 2.25rem;
  font-weight: 500;
  align-self: center;
}

.avantages__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  width: 7rem;
  border-radius: 50%;

}

.avantages__icon svg {
  height: 2.75rem;
  width: 2.75rem;
}

.avantages__content p {
  grid-column: 2;
}


.svgIcon {
  background-color: var(--fluo-bleu);
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
}

#section--3 button:hover {
  transform: scale(1.5px);
}

/* inscription */

.mo,
.mo2 {
  border-radius: 25px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60rem;
  background-color: #fafafa;
  padding: 5rem 6rem;
  box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: all 0.5s;
}
@media screen and (max-width: 1600px) {
  .mo {
    line-height: normal;
  }
}
.mo3 {
  border-radius: 25px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 120rem;
  background-color: #f2f2f2;
  padding: 2rem 3rem;
  box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: all 0.5s;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.53);
  backdrop-filter: blur(3px);
  z-index: 100;
  transition: all 0.5s;
}

.mo__header,
.mo2__header {
  font-size: 1.35rem;
  text-align: center;
  margin-bottom: 4.5rem;
}

.mo2 p {
  font-size: 1.35rem;
  margin-top: 20px;
}

.mo__form,
.mo__form2 {
  margin: 0 3rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 1.5rem;
}

.mo2,
.mo__form2 {
  width: 500px;
  margin: auto !important;
  text-align: center;
}

.mo {
  width: 700px;
  margin: auto !important;
  text-align: center;
}

.mo__form label {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}

.mo2__form label {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}

.mo2 .bton {
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.mo__form input,
.mo2__form input {
  font-size: 1.25rem;
  padding: 1rem 1.5rem;
  border: 1px solid #ddd;
  border-radius: 25px !important;
}

.mo__form button,
.mo2__form button {
  grid-column: 1 / span 2;
  justify-self: center;
  margin-top: 1rem;
}

.btn--close-mo,
.btn--close-mo2,
.btn--close-mo3 {
  font-family: inherit;
  color: inherit;
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  font-size: 4rem;
  cursor: pointer;
  border: none;
  background: none;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

.logo {
  height: 80px;
  width: 80px;
  display: block;
  margin: auto;
  margin-bottom: 25px;
}

.reveal {
  opacity: 0;
  transform: translateY(50px);
}

.reveal-visible {
  opacity: 1;
  transform: translateY(0px);
  transition: 1s cubic-bezier(0.54, 0.01, 0, 1);
}

#but5 {
  border-radius: 10rem !important;
}

#formations .card {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.23) !important;
  border-radius: 25px !important;
  overflow: hidden !important;
}

/* SIGNUP */
.section--sign-up {
  background-color: var(--color-light-darker);

}

.section--sign-up .section__header {
  color: var(--fluo-bleu);
  text-align: center;
}

.section--sign-up .section__title {
  margin-bottom: 6rem;
}

.section--sign-up .btn {
  font-size: 1.9rem;
  padding: 2rem 5rem;
}

.section--sign-up #but4 {
  padding: 05px 20px !important;
}

/* FOOTER */
.footer {
  margin-top: 70px;
  padding-top: 70px;
  background-color: #111;
  border-radius: 25px;
}

.footer__nav {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}

.footer__item {
  margin-right: 4rem;
}

.footer__link {
  font-size: 1.6rem;
  color: var(--color-body);
  text-decoration: none;
}

.footer a:hover {
  color: var(--fluo-bleu);
}

.footer__logo {
  height: 5rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.footer__copyright {
  font-size: 1.4rem;
  color: #aaa;
  text-align: center;
}

.footer__copyright .footer__link {
  font-size: 1.4rem;
}

.avertissement {
  padding: 35px;
  font-size: 1.2rem;
}

.footer #reggio {
  color: var(--fluo-bleu);
}

@media (max-width: 576px) {

  #section--3,
  #section--2 {
    padding-top: 30px;
  }
}

/* Contact */

#contact {
  background: var(--color-dark);
}

@media (max-width: 992px) {
  #contact {
    margin-top: 60px;

  }
}

#contact,
#erreur {
  background: var(--color-dark);
  border-radius: 25px;
  padding-bottom: 40px;
  padding-top: 40px;
}

.Thank-you {
  text-align: center;
  padding-top: 15px;
  color: var(--fluo-jaune);
}

#contact .heading {
  text-align: center;
  padding-bottom: 40px;
}

#contact-form {
  font-size: 20px;
  background: var(--color-dark);
  padding: 40px;
  border-radius: 25px;
}

#contact .heading h2 {
  color: var(--fluo-bleu);
  text-transform: uppercase;
}

#contact-form label {
  color: var(--fluo-bleu);
}

.blue {
  color: var(--fluo-bleu);
}

.form-control {
  height: 50px;
  font-style: 18px;
}

.comments {
  font-style: italic;
  font-size: 18px;
  color: var(--fluo-bleu);
  height: 25px;
}

#contact-form input {
  margin: 0 auto 0px;
  display: block;
  border-radius: 25px;
}

#contact-form textarea {
  resize: vertical;
  border-radius: 25px;
  font-size: 18px;
  width: 100%;
}

#contact #but3 {
  border-radius: 10rem !important;
  font-weight: bold;
  background: #37383d;
  color: var(--color-body);
  padding: 05px 30px;
}

#contact #but3:hover {
  background: #0dcaf0;
  color: #37383d;
}

#contact2 a {
  text-decoration: none;
  color: var(--fluo-jaune);
  font-size: 24px;
}

#contact2 a:hover {
  color: var(--fluo-bleu);
}

#erreur h1 {
  color: var(--fluo-bleu);
}

#erreur .b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
  #erreur .rounded-lg-3 {
    border-radius: 25px;
  }
}

#erreur button a {
  text-decoration: none;
  color: var(--fluo-bleu);
}

#erreur button a:hover,
#erreur button :hover {
  text-decoration: none;
  color: #111;
}

#section--tarifs .bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 768px) {
  .carousel {
    padding: 30px !important;
  }

  .carousel img {
    height: 200px !important;
    width: 400px !important;

    transition: 1s;
  }
}

/*Tarifs */
#section--3b main {
  padding-top: 3rem;
}

#section--3b .card-title {
  font-size: 4rem;
}

.price-number {
  /*font-family: "Roboto Mono", monospace;*/
  font-weight: bold;
  /*letter-spacing: -0.1em; */
}

#tarifs__free,
#tarifs__Éssentiel {
  background: var(--color-dark);
  color: var(--fluo-jaune)
}

#tarifs__Éssentiel_index {
  background: var(--color-dark);
  color: var(--color-body)
}

.dividedTarif {
  width: 80%;
  /* ajuster selon la taille de la card */
  height: 1px;
  background-color: #ddd;
  /* couleur légère pour le trait */
  margin: 10px auto;
  /* espacement entre les éléments */
}

#tarifs__expert {
  background-color: var(--color-light-gray);
  color: var(--color-body);
  position: relative;
}

.small_tarifs-expert {
  position: absolute;
  bottom: 1rem;
}

#tarifs__premium {
  background-color: var(--fluo-bleu);
  color: var(--color-dark);

}

.tarifs__header {
  padding-top: 4rem;
  background: var(--color-dark);
  color: #f2f2f2;
  border-radius: 25px;
  position: relative;
}

#tarifs_vector {
  position: absolute;
  right: 0px
}

.tarifs__header p {
  padding-top: 2rem;
}

#section--3b .card {
  border-radius: 25px;
  height: 40rem;
}

.tarifs_container {
  background: var(--color-light-darker);
}

@media (max-width: 868px) {
  .tarifs_container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .tarifs_container .col {
    flex: 0 0 auto !important;
    width: 67.3% !important;
  }
}

@media (max-width: 598px) {

  .tarifs_container .col {
    flex: 0 0 auto !important;
    width: 100% !important;
  }
}

#section--tarifs .container {
  max-width: 960px;
}

#section--tarifs .pricing-header {
  max-width: 700px;
}

#pack_premium {
  border: 2px solid var(--fluo-bleu);
}

.cardPremium .card-text {
  color: #f2f2f2;
}

.pack_premium {
  color: var(--fluo-bleu);
  text-shadow: 1px 1px 2px var(--color-dark),
    -1px -1px 2px var(--color-dark),
    1px -1px 2px var(--color-dark),
    -1px 1px 2px var(--color-dark);
}

.pack_expert {
  color: var(--fluo-jaune);
  text-shadow: 1px 1px 2px var(--color-dark),
    -1px -1px 2px var(--color-dark),
    1px -1px 2px var(--color-dark),
    -1px 1px 2px var(--color-dark);
}

.prix_produit {
  font-family: 'Roboto Mono', monospace;
  font-weight: 500;
}

#sectionCarrousel .bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.cardPremium {
  background-color: var(--color-light-darker);
  border: 2px solid #FAFAFA;
  border-radius: 25px;
}

@media (max-width: 671px) {

  .tarif_responsive {
    display: block !important;

  }

  .tarif_responsive_col {

    width: 100% !important;
  }
}

#premium .price-199,
#premium .price-299,
#premium .price-399,
#premium .price-599 {
  position: relative;
  overflow: hidden;
}

#premium .price-199::after {
  content: "1.99€";
  position: absolute;
  top: 1px;
  right: -118px;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  background-color: var(--fluo-jaune);
  padding: 0.8rem 8rem;
  transform: rotate(39deg);
}

#premium .price-299::after {
  content: "2.99€";
  position: absolute;
  top: 1px;
  right: -118px;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  background-color: var(--fluo-jaune);
  padding: 0.8rem 8rem;
  transform: rotate(39deg);
}

#premium .price-399::after {
  content: "3.99€";
  position: absolute;
  top: 1px;
  right: -118px;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  background-color: var(--fluo-jaune);
  padding: 0.8rem 8rem;
  transform: rotate(39deg);
}

#premium .price-599::after {
  content: "5.99€";
  position: absolute;
  top: 1px;
  right: -118px;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  background-color: var(--fluo-jaune);
  padding: 0.8rem 8rem;
  transform: rotate(39deg);
}

.price-799::after {
  content: "7.99€";
  position: absolute;
  top: 1px;
  right: -118px;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  background-color: var(--fluo-jaune);
  padding: 0.8rem 8rem;
  transform: rotate(39deg);
}

.div-stripe-message {
  background-color: #ddd;
  border-radius: 25px !important;
}

.card-body66 {
  border-radius: 25px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5) !important;
  margin: 10 auto !important;
  width: 800px !important;
  height: auto !important;
}

.car66 {
  padding: 35px 60px !important;
}

@media (max-width: 668px) {
  .card-body66 {

    width: 600px !important;
    ;
  }

  .car66 {
    padding: 15px 20px !important;
  }

  .cardPremium {
    display: block !important;
  }

  .cardPremium .card-body,
  .cardPremium .cardPhoto {
    width: 100% !important;
    ;
  }
}

@media (max-width: 568px) {
  .card-body66 {

    width: 500px !important;
    ;
  }

  .car66 {
    padding: 5px 10px !important;
  }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  padding: 0 250px 100px 250px;
}

/* Since positioning the image, we need to help out the caption */

.carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
}


.mdpoublie {
  display: block;
  padding-top: 30px;
  color: #0dcaf0;
  text-decoration: none;
  transition: 1s;
}

.mdpoublie:hover {
  color: #111;

  transform: scale(1.0366);
}

.input-group {
  position: relative;
}

.input-group-text {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  border: none;
  z-index: 1000;


}

.input-group-text svg {
  fill: black;
  width: 30px;
  height: 30px;

}

.form-control-mdp {
  padding-right: 40px;
  /* Pour éviter que le texte ne soit caché sous l'icône */
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
#sectionCarrousel .marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

#sectionCarrousel .marketing h2 {
  font-weight: 400;
}

/* rtl:begin:ignore */
#sectionCarrousel .marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

/* rtl:end:ignore */

@media (max-width: 992px) {


  .footer__nav {
    display: block !important;
    text-align: center !important;
  }

  .footer__link {
    font-size: 12px !important;
  }

  .footer__item {
    margin-right: 0 !important;
  }

  .footer ol {
    padding: 5px 0 !important;
  }

  .footer ul {
    padding: 5px 0 !important;
  }

  .footer__nav a {
    text-align: center !important;
  }

  .socialNW {
    display: block;
    margin: 0 auto;
  }
}



/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -0.05rem;
}

#formations_vector,
#premium_vector {
  position: absolute;
  right: 0px;
  top: 25px;
}


#formations.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  #formations .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

#paiement .bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

#paiement .container {
  max-width: 960px;
}

.scroll-buttons {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  gap: 40px;
}

.scroll-buttons button {
  background-color: #0dcaf0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  /* Ajuste la marge pour séparer les boutons */
  margin: 0 10px;
}

.scroll-buttons svg,
.scroll-buttons2 svg {
  fill: #0dcaf0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.scroll-buttons svg path {
  fill: var(--color-dark);
  /* Change la couleur de la flèche */
}

#scrollToBottomBtn,
#scrollToTopBtn {
  transition: transform 0.1s ease-in-out;
  box-shadow: 0px 0px 24.9335px var(--fluo-bleu);
}


#scrollToBottomBtn:hover,
#scrollToTopBtn:hover {
  transform: scale(1.1);
}

.alert {
  border-radius: 25px !important;
}

.display_button {
  display: flex;
}


/* BLOG */

.titre-blog {
  z-index: 5;
  font-size: 5.5rem;
  text-shadow: var(--fluo-bleu) 2px 2px 4px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -250%);
  font-weight: bolder !important;
  white-space: nowrap !important;
}

.btnblog {
  background-color: #f1f1f1f1;
  border: 0;
  cursor: pointer;
  font-size: 24px;
  position: absolute;

  top: 0;
  left: 0 !important;
  height: 50px !important;
  width: 50px !important;
  transition: transform 0.3s ease;
}

.btnblog:focus,
.inputblog:focus {
  outline: none;
}

.searchblog.active .inputblog {
  width: 200px;
}

.searchblog.active .btnblog {
  transform: translateX(198px);
}

.dateArticle {
  color: #f2f2f2;
}

.banniere {
  position: relative;
  z-index: 5;
}

.banniere img {
  width: 100%;
  height: auto;
  border-radius: 25px;
  top: 80px;
  min-width: 800px;
}



hr {
  margin-top: 55px;
  border: none;
  background: rgb(77, 74, 74);
  height: 1px;
  width: 75%;
}

strong {
  font-weight: bold;
}

.article .Elliot {
  float: left;
  width: 248px;
  margin-right: 25px;
  border-radius: 8px;
  border-bottom-left-radius: 0px;
}

.photocollehaut {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.photocollebas {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.article p {
  color: #E2E2E2;
}

.article h2 a {
  color: var(--fluo-bleu);
}

#imgArt1 {
  width: 400px;
  height: auto;

  border-radius: 8px;
}

#article1 {
  padding-top: 85px;
}

#article1 p {
  background-color: #E2E2E2;
}

.banniereArticle {
  display: none;
}

#article1 p,
#article1 img {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
}

article {
  width: 100%;
  height: auto;
  padding-top: 70px;

  border-radius: 8px !important;
}

article a {
  text-decoration: none;
  color: #111;
}

#article1 h3 {
  margin: 50px 0;
}

.flex-box {
  margin: 20px auto;
  display: flex;
  align-items: center;
  gap: 55px;
}

@media (min-width: 992px) {
  article p {
    font-size: 20px;
    border-radius: 8px !important;
  }

  #article1 h3 {
    font-size: 30px !important;
  }
}

article a:hover {
  text-decoration: underline;
  color: #0dcaf0;
}

#about {
  position: relative;
  background-color: #495057;
  padding: 50px;
  width: 100%;
  z-index: 3;
  margin-top: 4rem;
  border-radius: 25px;
  color: #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#about p {
  font-size: 18px;
  padding: 30px;
}

.reggio {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px !important;
}

.small,
small {
  display: block !important;
}

#about h2 {
  color: var(--fluo-bleu);
  margin-top: 40px;
}

@media (max-width: 1166px) {
  .flex-box {
    display: block !important;
  }

  @media screen and (max-width: 1166px) {
    html {
      overflow-x: auto !important;
    }
  }

  .banniere img {
    display: none;
  }

  #article1 {
    padding-top: 25px;
  }

  .element,
  .reggio {
    display: block !important;

  }

 

  h2 a {
    display: inline-block;
  }
}

@media (max-width: 576px) {
  .article {
    padding: 70px 0 !important;
  }

 

  #about p {
    font-size: 16px;
    padding: 5px;
  }

}

@media (max-width: 505px) {


  .article img {
    float: none !important;
    margin: 0 auto !important;
    clear: both !important;
  }

  .article p {
    clear: both !important;
  }
}

#ArticleElliot1 .sidebar {
  padding: 160px 30px !important;
}

.code {
  border-radius: 25px !important;
}

@media (max-width: 768px) {
  .responsiveMode {
    flex-direction: column !important;
  }
}

@media (max-width: 1200px) {
  .responsiveModeBis {
    flex-direction: column !important;
  }
}

@media (max-width: 1111px) {
  .responsiveMute {
    display: none !important;;
  }
  .responsiveOff {
    display:inline-block !important;;
  }
}

@media (min-width: 1111px) {
  .responsiveMute {
     display:inline-block !important;;
  }
  .responsiveOff {
    display: none !important;;
  }
}
