@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
  margin: 0
}

div#selectedOptionDisplay {
  font-size: 24px;
  font-weight: 900 !important;
  font-family: 'Manrope' !important;
  padding: 1em 0em;
}

select#inputSalon {
  border: solid 1px #1B1921 !important;
  padding: 0.8em 0.5em !important;
  border-radius: 100px !important;
  margin-bottom: 1em;
  width: 100%;
}

.topbar {
  background-color: #FAB20F;
  display: flex;
  align-items: center;
  padding: 0.7em 8em;
  justify-content: space-between;
}

.topbar p {
  color: #FFFFFF;
  font-family: sans-serif;
  text-align: center;
  font-size: 16px;
  margin: 0;

}

.reseaux {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topbar a {
  color: #ffff;
  text-decoration: none;
  font-size: 16px;
}

/**                NavBar                    **/
.sinscrireBtn {
  background-color: #16C2ED;
  padding: 1em;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  color: #ffff;
  font-family: sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  flex-direction: row;
  padding: 1em 8em;
}

nav .logo {
  display: flex;
  align-items: center;
}

nav .logo img {
  height: 100%;
  width: 100%;
  margin-right: 10px;
}

nav .logo h1 {
  font-size: 1.1rem;
  background: linear-gradient(to right, #b927fc 0%, #2c64fc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

nav ul {
  list-style: none;
  display: flex;
  align-items: center;
}

nav ul li {
  margin-left: 1.5rem;
}

nav ul li a {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  text-decoration: none;
  color: #0B0D53;
  font-size: 15px;
  font-weight: 500;
  font-family: sans-serif;
  text-transform: capitalize;
}

nav ul li a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  /* Adjust as needed */
  bottom: 0;
  left: 0;
  background-color: #FEEFC2;
  /* The color of the underline */
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;

}

nav ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;

}

nav ul li a:hover {
  color: rgb(9, 0, 51) !important
}

.hamburger {
  display: none;
  cursor: pointer;
}

.menubar.active {
  display: block;
}

.close-icon {
  font-size: 24px;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  display: none;
  /* Hidden until menu is active */
}

.menubar.active .close-icon {
  display: block;
}


.hamburger .line {
  width: 25px;
  height: 2px;
  background-color: #00081c;
  display: block;
  margin: 7px auto;
  transition: all 0.3s ease-in-out;
}

.hamburger-active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  transform: rotate(45deg);
}

.hamburger-active .line:nth-child(2) {
  width: 0px;
}

.hamburger-active .line:nth-child(1),
.hamburger-active .line:nth-child(3) {
  transition-delay: 0.3s;
}

.hamburger-active .line:nth-child(1) {
  transform: translateY(12px);
}

.hamburger-active .line:nth-child(3) {
  transform: translateY(-5px) rotate(90deg);
}

.menubar {
  position: absolute;
  top: 0;
  left: -60%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100vh;
  padding: 20% 0;
  background: rgba(255, 255, 255);
  transition: all 0.5s ease-in;
  z-index: 2;
}

.active {
  left: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.menubar ul {
  padding: 0;
  list-style: none;
}

.menubar ul li {
  margin-bottom: 32px;
}

.menubar ul li a {
  text-decoration: none;
  color: #000;
  font-size: 95%;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 5px;
}

.menubar ul li a:hover {
  background-color: #f5f5f5;
}

section {
  overflow: hidden;
  padding: 4% 0 0 0;
}

.navigiation {
  padding: 0em 0em 0em 0em;
}

.section-header {
  text-align: center;
}

.bloc-right-slider {
  padding-left: 5%;
}

.navbar a {
  color: var(--color-secondary);
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
}

/**            bannner         **/
.banner a {
  text-decoration: none;
}

.banner {
  background-image: url('../img/accueil/banner.webp');
  padding: 17em 10em;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner h1 {
  text-align: left;
  font-family: system-ui;
  font-size: 99px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.inscrire-grt {
  background-color: #FAB20F;
  padding: 1em;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  color: #ffff;
  font-family: sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 2em;
}

.banner h2 {
  margin: 0;
  font-family: sans-serif;
  font-size: 45px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.banner h3 {
  color: #fff;
  text-align: center;
  font-size: 46px;
  margin: 0;
  font-family: system-ui;
  font-weight: 500;
}

.banner h4 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  margin: 0;
  font-family: system-ui;
  font-weight: 500;
  border: 1px solid;
  padding: 0.1em 0.4em;
  border-radius: 8px;
}

.banner h5 {
  margin: 0;
  font-family: sans-serif;
  font-size: 52px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.banner p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  font-family: system-ui;
  margin: 0
}

.div-3 {
  border-left: 2px solid #fff;
  padding-left: 2em;
}

.div-2 {
  border-left: 2px solid #fff;
  padding-left: 2em;
}

.dates {
  display: flex;
  justify-content: center;
  gap: 5em;
  padding: 3em 0em 3em 0em;
}

.button-2 {
  text-align: center;
}

.majors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5em;
  padding-top: 1.5em;
  padding-bottom: 3em;
}

/***          destination       ****/

.destination {
  background-image: url(../img/accueil/destination.webp);
  padding: 5em 0em 6em;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  flex-direction: column;
  background-position: center;
}

.destination h1 {
  font-size: 80px;
  font-weight: 900;
  font-family: sans-serif;
  color: #0B0D53;
  margin: 0;
}

.destination h2 {
  font-size: 80px;
  font-weight: 900;
  font-family: sans-serif;
  color: #16C2ED;
  margin: 0;
}

/***          about          ******/
.about {
  display: flex;
  padding: 2em 7em;
  align-items: center;
}

.abt-1 {
  width: 50%;
}

.abt-2 {
  width: 50%;
}

.about h1 {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #FAB20F;
  text-transform: uppercase;
  margin: 0;
}

.about h2 {
  font-family: sans-serif;
  font-weight: 800;
  font-size: 61px;
  color: #0B0D53;
  margin: 0;
  padding-bottom: 1em;
}

.about p {
  font-weight: 400;
  font-size: 18px;
  text-align: justify;
  line-height: 32px;
  font-family: sans-serif;
}

.button-add {
  padding-bottom: 3em;
}

.about img {
  width: 85%;
}

/***            Programme                */
.programme {
  display: flex;
  background-color: #0B0D53;
  padding: 3em 7em;
  align-items: center;
}

.programme h1 {
  font-size: 40px;
  font-weight: 700;
  font-family: sans-serif;
  color: #FAB20F;
}

.prg-Mobile {
  font-size: 40px;
  font-weight: 700;
  font-family: sans-serif;
  color: #FAB20F;
}

.programme h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: sans-serif;
  color: #0B0D53;

}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0 !important;
}

.atl-1 {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0.5em 1.5em;
  width: 70%;
  border-radius: 8px;
  margin-bottom: 1em;
}

.atl-2 {
  width: 75%;
}

.programme p {
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
  color: #ffff;
  line-height: 28px;
}

hr {
  width: 76%;
  float: left;
}

.atl-x {
  margin-top: 4em !important;
}

.prg-1 {
  width: 66%;
}

.prg-2 img {
  width: 100%;
}

.reseaux {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  align-items: center;
}

/**             chiffres clés              */
.chiffres-2 {
  padding: 4em 10em;
}

.righth3 {
  color: #CE0E2D;
  text-align: center;
  padding-bottom: 20px;
  font-size: 23px;
  font-weight: 800;
  line-height: 33px;
  letter-spacing: 1.18px;
  font-family: 'Manrope';
}

div#firSec h1 {
  font-size: 99px;
  color: #fff;
  font-family: 'Manrope';
  line-height: 103px;
  font-weight: 800;
}

.rightP {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 1em;
  line-height: 134%;
  /* 20.1px */
}

.header-sect {
  display: flex;
  padding: 10em 4em 10em 4em;
  gap: 5em;
  align-items: center;
  background-image: url('../img/accueil/banner-form.webp');
  background-size: cover;
}

input#consentCheckbox {
  padding: 0.5em 0.5em !important;
  border-radius: 5px !important;
  border: 1.5px solid !important;
}

button#dropdownMenuButton2 {
  background: transparent;
  color: #000;
  width: 100%;
  text-align: left;
  border: solid 1px #1B1921 !important;
  padding: 0.8em 0.5em !important;
  border-radius: 100px !important;
  margin-bottom: 1em !important;
}

.dropdown-menu2 {
  display: none;
  /* Initially hidden */
  position: absolute;
  z-index: 1000;
  /* Ensure it's above other elements */
}

.nxt-btn {
  text-align: center;
}

button#nextBtn {
  background: #000000;
  color: #fff !important;
  transition: background-color 0.3s ease-in-out;
  border-radius: 0px;
  padding: 3% 12%;
  text-align: center;
  border: 1px solid transparent;
  text-transform: uppercase;
  margin-top: 2em;
}

.crits {
  font-size: 16px;

}

.dropdown-menu2.show {
  display: block;
  /* Show when toggled */
}

.dropdown-menu.dropdown-menu2.top {
  width: 100%;
}

#firSec {
  width: 60%;
}

div#firSec p {
  font-size: 24px;
  font-family: 'Manrope';
  font-weight: 500;
  color: #fff;
}

#secSec {
  width: 45%;
  background: #fff;
  padding: 1em 2em 1em 2em;
}

.chiffres-2 h2 {
  color: #CE0E2D;
  text-align: center;
  font-size: 60px;
  font-weight: 800;
  margin: 0;
  font-family: 'Manrope';
  line-height: 79px;
}

.chiffres-2 p {
  font-size: 24px;
  font-family: 'Manrope';
  font-weight: 400;
  text-align: justify;
  text-align-last: center;
  line-height: 40px;
  padding-top: 1em;
}

.chiffre-1 h1 {
  color: #16C2ED;
  font-family: sans-serif;
  font-size: 66px;
  font-weight: 700;
  margin: 0;
}

.chiffre-1 h2 {
  font-size: 27px;
  font-weight: 700;
  color: #0B0D53;
  font-family: sans-serif;
  margin: 0;
  text-align: center;
  padding-top: 0.5em;
}

.chiffres-cles {
  display: flex;
  justify-content: space-around;
  padding: 0em 10em 6em;
}

/**             Formulaire                 */
.form-in {
  padding: 1em 7em;
  text-align: -webkit-center;
  background-color: #EFEFEF;
}

/* General iframe styles */
iframe {
  border: none;
  width: 100%;
  overflow: hidden;
  transition: height 0.3s ease;
}

.carousel-item {
  position: relative;
}

.carousel-caption {
  position: absolute !important;
  top: 60% !important;
  left: 37% !important;
  transform: translate(-50%, -50%);
  text-align: left !important;
  color: white !important;
  width: 65%;
}

.carousel-caption h1 {
  font-size: 99px;
  font-weight: 800;
  font-family: 'Manrope';
  line-height: 103px;
}

@media screen and (min-width: 768px) {

  .banner {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .carousel-inner {
    width: 100% !important;
  }

  .carousel-inner {
    width: 100% !important;
    border-radius: 0 !important;
  }

  div#headerCarousel {
    display: none;
  }
}

input {
  border: solid 1px #1B1921 !important;
  padding: 0.8em 0.5em !important;
  border-radius: 100px !important;
  margin-bottom: 1em !important
}

#inputRegion {
  padding-left: 3em !important;
}

/**                             prg                    **/
.prg-I h1 {
  color: #CE0E2D;
  font-size: 50px;
  font-weight: 200;
  font-family: 'Manrope';

}

.prg-I h2 {
  color: #17233C;
  font-size: 30px;
  font-weight: 700;
  line-height: 39px;
  padding-bottom: 0.5em;
}

ul {
  list-style: url("../img/shape.png");
}

.prg-I li {
  font-size: 24px;
  font-weight: 400;
  font-family: 'Manrope';
  color: #2E519F;
}

.prg-I p {
  color: #17233C;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Manrope';
  padding-left: 1.7em;
  padding-bottom: 0.5em;
}

.prg-I h5 {
  color: #17233C;
  font-size: 20px;
  font-family: 'Manrope';
  line-height: 34px;
  padding-bottom: 0.8em;
}

.prg-I h4 {
  font-size: 30px;
  color: #2E519F;
  font-weight: 500;
  line-height: 42px;
  font-family: 'Manrope';
}

section.prgrm {
  display: flex;
  padding: 0em 7em;
  gap: 4em;
}

.ontario h2 {
  color: #000000;
  text-align: center;
  font-size: 41px;
  font-weight: 400;
  margin: 0;
  font-family: 'Manrope';
  line-height: 58px;
}

.ontario {
  padding: 2em 1em;
}

.prg-II img {
  width: 100%;
  height: 85%;
}

.prg-I {
  width: 55%;
}

.prg-II {
  width: 45%;
}

.prg-I button {
  background-color: #17233C;
  color: #fff;
  border: none;
  padding: 0.8em 1em;
  font-size: 14px;
  font-family: 'Manrope';
  font-weight: 500;
  margin-top: 1em;
}

.label-rad {
  font-size: 18px;
  line-height: 35px;
}

/**             responsivité               */
@media screen and (min-width: 790px) and (max-width: 1151px) {
  .cta-scroll {
    bottom: 30% !important;
  }

  .cta-scroll button {
    font-size: 14px !important;
  }

  .cta-scroll img {
    width: 70px !important;
    height: 70px !important;
  }

  .static-text {
    top: 37% !important;
  }

  .static-text h1 {
    font-size: 40px !important;
    line-height: 52px !important;
  }
}

@media screen and (min-width: 1151px) and (max-width: 1300px) {
  .static-text {
    top: 45%;
  }

  .cta-scroll button {
    font-size: 16px !important;
  }

  .cta-scroll {

    bottom: 12% !important;
  }

  .static-text h1 {
    font-size: 49px !important;
    line-height: 57px !important;
  }
}

@media screen and (max-width: 790px) {
  .static-text {
    display: none;
  }

  .cta-scroll {
    display: none;
  }

  .prg-I h1 {
    font-size: 30px;
  }

  .ontario h2 {
    text-align: justify;
    font-size: 21px;
    line-height: 36px;
  }

  .prg-II {
    display: none;
  }

  .prg-I {
    width: 100%;
  }

  section.prgrm {
    padding: 0em 1em
  }

  #firSec {
    width: 100%;
  }

  .header-sect {
    flex-direction: column;
    padding: 4em 1em 4em 1em;
    gap: 3em;
  }

  div#firSec h1 {
    font-size: 44px;
    line-height: 54px;
  }

  #secSec {
    width: 100%;
    padding: 1em 1em 1em 1em;
  }

  .chiffres-2 {
    padding: 2em 1em;
  }

  .righth3 {
    font-size: 33px;
    line-height: 45px;
  }

  .card.cardx11 {
    display: none;
  }

  .card.cardx12 {
    display: none;
  }

  .chiffre-1 h2 {
    text-align: left !important;
  }

  .sinscrireBtn {
    font-size: 17px !important;
  }

  .lire {
    padding-bottom: 1.5em;

  }

  .chiffres-cles {
    padding: 0em 2em 0.5em;
    align-content: center;
    gap: 1em;
    flex-wrap: wrap;
  }

  .chiffres-2 h2 {
    font-size: 22px;
    text-align: justify;
    line-height: 40px;
  }

  .prg-I h2 {
    font-size: 18px;
    line-height: 28px;
  }

  prg-I h5 {
    text-align: justify;
    font-size: 18px;

    .prg-I h4 {
      font-size: 20px;
      text-align: justify;
    }
  }

  .chiffres-2 h1 {
    font-size: 33px;
  }

  .chiffre-1 {
    width: 45%;
  }

  .chiffre-1-1 {
    width: 50% !important;
  }

  .chiffre-1 h1 {
    font-size: 45px;
  }

  .exp-1 h2 {
    font-size: 24px;
  }

  .exp-1 h1 {
    font-size: 33px;
  }

  .topbar {
    padding: 0.7em 2em !important;
    justify-content: center !important;
  }

  .topbar p {
    font-size: 12px;
  }

  .reseaux {
    display: none;
  }

  .topbar a {
    font-size: 12px;
  }

  .form-in {
    padding: 1em 0em;

  }

  .about h2 {
    font-size: 40px;

  }

  .about img {
    width: 100%;
  }

  .about h1 {
    font-size: 36px;
  }

  .about {
    padding: 2em 1em;
    flex-direction: column;
  }

  .abt-1 {
    width: 100%;
  }

  .abt-2 {
    width: 100%;
  }

  .hamburger {
    display: block;
  }

  nav ul {
    display: none;
  }

  .to-hide {
    display: none;
  }

  nav {
    padding: 1em;
  }

  .banner {
    padding: 11em 0.5em 4em;
  }

  .banner-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4em;

  }

  .banner img {
    width: 70px;
  }

  .banner button {
    background-color: #17233C;
    color: #fff;
    border: none;
    padding: 0.8em 1em;
    font-size: 14px;
    font-family: 'Manrope';
    font-weight: 500;
    margin-top: 1em;
  }

  .banner h1 {
    font-size: 33px;
  }

  .banner h4 {
    font-size: 20px;
  }

  .banner h2 {
    font-size: 23px;
    line-height: 44px;
  }

  .prg-2 img {
    padding-bottom: 2em;
  }

  .banner h3 {
    font-size: 27px
  }

  .banner h5 {

    font-size: 38px;
    font-weight: 800;
    padding-bottom: 0.2em;
    padding-top: 1em;
  }

  .dates {
    gap: 1em;
    padding: 1em 1em 1em 1em;
    flex-direction: column;
  }

  .div-1 {
    border-left: none;
    padding-left: 0em;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.4em;
    text-align: center;
    padding-right: 0em;
  }

  .div-2 {
    border-left: none;
    padding-left: 0em;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.4em;
    text-align: center;
    padding-right: 0em;
  }

  .inscrire-grt {
    margin-bottom: 0em;
  }

  .div-3 {
    border-left: none;
    padding-left: 0em;
    padding-bottom: 0.4em;
    text-align: center;
    padding-right: 0em;
  }

  .day {
    font-size: 27px !important;
    font-weight: 300 !important;
  }

  .banner p {
    font-size: 20px;
  }

  .prg-1 {
    width: 100%;
  }

  .programme {
    padding: 3em 1em;
    flex-direction: column-reverse;
  }

  .atl-1 {
    padding: 0.5em 0.5em;
    width: auto;
  }

  .atl-2 {
    width: auto;
  }
}

@media screen and (min-width: 791px) {
  .to-hide-desk {
    display: none;
  }
}