@import "./vars.css";
@import "./main.css";
@import "./inscription.css";
@import "./inscription-select.css";
@import "./contact.css";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;900&display=swap");
:root {
    --sdr-primary:#0B5394;
    --sdr-secondary: #FFD966;
    --sdr-font: "Poppins", sans-serif;
    --sdr-text-gray: #8A90A2;
    --sdr-text-black: #292930;
    --sdr-primary-gradient: linear-gradient(279.51deg, #1676CD 7.39%, #0E63B0 93.41%);
    --sdr-formation-bg: linear-gradient(297.4deg, #0B5394 0%, #1676CD 100%);
    --sdr-secondary-gradient: linear-gradient(140.03deg, #EBC349 4.89%, #FFD966 91.71%);
    --blue-color: #0b5394;
    --yellow-color: #ffd966;
    --white-color: #fff;
    --black-color: #000;
    --green-color: #2ba04b;
    --dark-gray-color: #8a90a2;
    --font-Poppins: "Poppins", sans-serif;
    --font-Roboto: "Poppins", sans-serif;
    --font-Montserrat: "Poppins", sans-serif;
    --background-blue: linear-gradient(279.51deg, #1676cd 7.39%, #0e63b0 93.41%);
    --background-yellow: linear-gradient(
        140.03deg,
        #ebc349 4.89%,
        #ffd966 91.71%
    );
}

body {
  font-family: var(--sdr-font) !important;
  font-weight: 400;
  overflow-x: hidden;
}

.btn{
  padding: 20px 26px !important;
  border-radius: 10px !important;
}

.btn-sdr-primary {
  background: var(--sdr-primary-gradient) !important;
  color: white !important;
  font-weight: 400;
}

.btn-sdr-secondary {
  background: var(--sdr-secondary-gradient) !important;
  font-weight: 400;
  color: black !important;
}

.bg-sdr-primary {
  background: var(--sdr-primary-gradient) !important;
}

.bg-sdr-secondary {
  background: var(--sdr-secondary-gradient) !important;
}



/*  --------------- start navbar & hero ---------------- */
.sdr-navbar {
    background: none;
  }

.hero {
  /* background: url("../images/cyrcle1.svg") no-repeat; */
  /* background-position:top right; */
   background-color: #FCF9F2;
   border-radius: 0px 0px 50px 50px;
   padding-bottom: 130px;
   min-height: 100vh;
}

.hero .hero-title {
   position: relative;
}

.hero .main_cercle{
    width:924px;
    height:924px;
    border:1px solid rgba(11, 83, 148, 0.2);
    position:absolute;
    left: 980px;
    top: -220px;
    margin:auto;
    border-radius:50%;
}

.hero .circle{
    width: 36px;
    height: 36px;

    background: #FFD966;
    border-radius:50%;
    position:absolute;
    top:0; bottom:0; left:0;right:0;
    overflow:hidden;
    margin:auto;
    animation: circle 15s linear infinite;
}

.hero .nav-item a, .sdr-navbar .nav-item a{
  font-weight: 500;
  color: var(--sdr-text-gray);
  position: relative;
}

.hero .active, .sdr-navbar .active{
  color: var(--sdr-primary) !important;
}

.hero .nav-link::after, .hero .active::before,
.sdr-navbar .nav-link::after, .sdr-navbar .active::before{
  content: "";
  display: block;
  background-color: var(--sdr-secondary);
  border-radius: 8px;
  position: absolute;
  width: 37px;
  height: 2px;

  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
}

.hero .nav-link::after, .sdr-navbar .nav-link::after {
  opacity: 0;
  transition: all 2s;
}


.hero .nav-link:hover::after, .sdr-navbar .nav-link:hover::after{
  opacity: 1;
}

.hero .image img{
  max-width: 692px !important;
  width: 100%;
}

.hero h1 {
  font-family: var(--sdr-font);
  font-weight: 900;
  font-size: 62px;
  letter-spacing: -2px;
  margin: 20px 0px;
}

.hero h1 span {
  background: linear-gradient(279.51deg, #1676CD 7.39%, #0E63B0 93.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* text-fill-color: transparent; */
}

.hero p {
  color: var(--sdr-text-gray);
  font-size: 18px;
  line-height: 30px;
  padding-top: 20px;
}

.hero .btn-hero  a{
  font-weight: 500 !important;
}

.hero .hero-title {
  padding-top: 93px;
}

/* ------------- end hero -------------- */

/* ------------ start tickets ----------- */
.tickets {
  margin-top: -93px;
  position: relative;
  z-index: 3;
}

.tickets .ticket {
  border-radius: 20px;
  background-color: white;
  display: flex;
  padding: 40px 35px;
  margin-bottom: 20px;
}

.tickets .ticket .ticket-logo {
  width: 106px;
  height: 106px;
  border-radius: 25px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 35px;
}

.tickets .ticket h3 {
  font-size: 19px;
  color: var(--sdr-primary);
  font-weight: 700;
}

.tickets .ticket p {
  font-size: 14px;
  font-weight: 500;
  color: var(--sdr-text-gray);
}
/* ------------- end tickets ------------ */


/* ------------- programme ----------- */
.programme {
  padding: 140px 30px 180px 30px;
  /* background-image: url(../images/cyrcle2.svg);
  background-position: 100% 400px;
  background-repeat: no-repeat; */
}

.programme-box {
    position: relative;
}

.programme .main_cercle{
    width:924px;
    height:924px;
    border:1px solid rgba(11, 83, 148, 0.2);
    position:absolute;
    left: 820px;
    top: 330px;
    margin:auto;
    border-radius:50%;
    z-index: -1;
}

.programme .circle{
    width: 36px;
    height: 36px;

    background: #FFD966;
    border-radius:50%;
    position:absolute;
    top:0; bottom:0; left:0;right:0;
    overflow:hidden;
    margin:auto;
    animation: circle_reverse 15s linear infinite;
    z-index: 0;

}


.programme h5 {
  font-family: var(--sdr-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: var(--sdr-primary);
}

programme-content {
    position: relative;
    z-index: 4;
}
.programme .content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.programme .content .programme-title {
  font-family: var(--sdr-font);
  font-weight: 700;
  font-size: 41px;
  line-height: 62px;
  letter-spacing: -2px;
  color: var(--sdr-text-black);
}
.programme .content p {
  font-family: var(--sdr-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: var(--sdr-text-gray);
}
.programme .content .items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.programme .content .items span {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  font-family: var(--sdr-font);
  color: var(--sdr-primary);
}

.programme .video {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(11, 83, 148, 0.1);
  box-shadow: 0px 4px 24px rgba(7, 39, 68, 0.09);
  border-radius: 16px;
  background-color: white;
  width: 647px;
  height: 408px;
}

.programme .video button {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ---------------- end programme ------------*/

/* ---------------- formation -------------- */

.formation {
  background: var(--sdr-formation-bg);
  border-radius: 30px;
  position: relative;
  padding-top: 100px;
  padding-bottom: 103px;
}

.formation::before {
  content: "";
  display: block;
  background: url(../images/like.png), url(../images/books.png);
  background-position: top left, 94% 96%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);
  z-index: 0;
  opacity: 0.4;
}


.formation .title h3 {
  color: white;
  font-size: 50px;
  font-weight: 700;
}

.formation .title p {
  font-size: 19px;
  font-weight: 500;
  color: white;
}


.formation .title {
  /* margin-top: 80px; */
  margin-bottom: 80px;
}

.formation .formation-body {
  z-index: 1;
  position: relative;
  overflow: hidden;
}


/* ---------------- slideshow ----------------- */

.formation .card {
  margin: 0 0.5em;
  padding: 15px;
  padding-bottom: 25px;
  box-shadow: 0px 4px 24px rgba(9, 27, 44, 0.03);
  border-radius: 10px !important;
  border: none;
  overflow: hidden;
  /* opacity: 0.9; */
}

@media (min-width: 768px) {
  .formation .carousel-item {
    margin-right: 0;
    flex: 0 0 22%;
    display: block;
  }
  .formation .carousel-inner {
    display: flex;
  }
}

.formation .card .img-wrapper {
    max-width: 100%;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.formation .card img {
    max-height: 100%;
    border-radius: 10px;
}

.formation .card-body {
  padding: 0px !important;
}

.formation .card .card-title {
  font-size: 20px;
  color: var(--sdr-text-black);
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 8px;
}

.formation .card .card-text {
  font-size: 13px;
  color: var(--sdr-text-gray);
}

.formation .sdr-controls {
  padding-top: 30px;
}

.formation .sdr-controls .control-prev, .formation .sdr-controls .control-next{
  display: inline-block;
  padding: 5px 15px 5px 5px;
}

.formation::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));;
  opacity: 0.3;
  z-index: 3;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .formation .card .img-wrapper {
    height: 17em;
  }
}
/* ---------------- end slideshow ----------------- */
/* ---------------- end formation -------------- */


/* -------------- sdr-questions --------------- */
.sdr-questions {
  /* background: url("../images/cyrcle3.svg") no-repeat;
  background-position:0px -180px; */
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
}

.sdr-questions .main_cercle{
    width:924px;
    height:924px;
    border:1px solid rgba(11, 83, 148, 0.2);
    position:absolute;
    left: -400px;
    top: -200px;
    margin:auto;
    border-radius:50%;
    z-index: -3;
}

.sdr-questions .circle{
    width: 36px;
    height: 36px;

    background: #FFD966;
    border-radius:50%;
    position:absolute;
    top:0; bottom:0; left:0;right:0;
    overflow:hidden;
    margin:auto;
    animation: circle_reverse 15s linear infinite;
    z-index: -2;
}

.sdr-questions .questions-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
  color: var(--sdr-primary);
  margin-bottom: 50px;
}

.sdr-questions .accordion-item {
  margin-bottom: 10px;
  border: 1px solid rgba(138, 144, 162, 0.2);
  border-radius: 10px;
  overflow: hidden;
  /* min-height: 70px; */
}

.sdr-questions .accordion-item .accordion-button {
  padding: 25px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
}

.sdr-questions .accordion-item.active {
  border: 1.5px solid rgba(11, 83, 148, 0.2);
}

.sdr-questions .accordion-button::after {
  background-image: url(../images/plus.svg);
}


.accordion-button:not(.collapsed)::after {
  background-image: url(../images/mines.svg);
}

/* -------------- sdr-questions --------------- */


/* ---------------- sdr-programme-banner ----------------- */

.programme-banner .banner {
  margin-bottom:100px;
  padding: 75px;
  border-radius: 30px;
  min-height: 331px;
  background: url(../images/agadir.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.programme-banner .banner::before {
  content: "";
  display: block;
  background: #0B5394;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.9;
}

.programme-banner .banner .banner-body {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.programme-banner .banner .text .title {
  font-weight: 700;
  font-size: 50px;
  line-height: 110%;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(6, 33, 56, 0.2);
  margin-bottom: 20px;
}

.programme-banner .banner .text p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: white;
}


.programme-banner .banner .banner-btn {
  flex-shrink: 0;
}


.programme-banner .banner .banner-btn a {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #003F74 !important;
  text-transform: capitalize;
}

.programme-banner .banner .banner-btn a img {
  margin-left: 40px;
  display: inline-block;
}


/* -------------------------- actionnaires ----------------- */
.actionnaires .title, .partenaires .title {
  font-weight: 700;
  font-size: 38px;
  color: #003F74 !important;
  margin-bottom: 45px;
}

.actionnaires, .partenaires {
  margin-bottom: 100px;

}

/* ----------------------- footer ---------------------*/
.sdr-footer {
    background-color: #003F74;
    padding: 30px;
  }

  .sdr-footer .links {
    display: flex;
    gap: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: white;
  }

  .sdr-footer .links a {
    color: white;
  }

  .sdr-footer .icons {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
  }

  .sdr-footer .icons a {
    color: white;
  }




/* ----------------- contact -------------- */

.contact-container {
    padding: 60px;
  }
  .contact-container h1 {
    font-family: var(--font-Poppins);
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    color: var(--blue-color);
  }

.contact-container .info-alerts {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .contact-container  .info-alerts .alert {
    display: flex;
    align-items: center;
    gap: 20px;
  }

.contact-container .info-alerts .alert span {
    font-family: var(--font-Poppins);
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    color: #00294b;
  }
  .contact-container .map {
    margin-top: 50px;
    border: 1px solid rgba(11, 83, 148, 0.1);
    border-radius: 10px;
    width: 100%;
    height: 340px;
  }
  .contact-container .map iframe {
    width: 100%;
    height: 100%;
  }
  .form textarea {
    height: 300px;
  }
  .form .env-btn {
    width: 229px;
    height: 70px;
    background: var(--background-blue);
    border-radius: 10px;
    color: var(--white-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 20px;
    font-weight: 700;
  }

  @media screen and (max-width: 767px) {
    .mobile-space {
      margin-top: 20px;
    }
  }


/* -------------------- main -------------------- */
.blue-bg {
  background: var(--background-blue);
}
.yellow-bg {
  background: var(--background-yellow);
}
.select-phone-number,
.select-phone-number:active,
.select-phone-number:focus {
  border: none !important;
  outline: none !important;
}


/* ------------- select-type -------------- */
.inscription-select h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 120%;
    color: var(--blue-color);
  }
.inscription-select .card-item {
    font-family: var(--font-Poppins);
    margin-bottom: 100px;
    background: #fdfdfd;
    border: 1px solid rgba(11, 83, 148, 0.1);
    border-radius: 20px;
    padding: 30px;
  }
.inscription-select .card-item .icon {
    width: 106px;
    height: 106px;
    border-radius: 25px;
  }
.inscription-select .card-item .content h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }
.inscription-select .card-item .content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #8a90a2;
  }
.inscription-select .card-item button.white-black-btn {
    color: var(--black-color) !important;
    background: var(--white-color);
    border: 2px solid #292930;
  }
  .blue-btn:hover{
    color: var(--blue-color)!important;
    background: var(--white-color)!important;
    border: 2px solid var(--blue-color);
  }
.inscription-select .card-item button.white-black-btn:hover {
    color: var(--white-color) !important;
    background: var(--black-color);
    border: 2px solid var(--white-color);
  }

/* ------------------ inscription ----------------------- */


.inscription-container {
    padding: 30px;
  }
  .inscription-container h1 {
    font-family: var(--font-Poppins);
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    color: var(--blue-color);
  }
  .form-header {
    background: #fdfdfd;
    border: 1px solid rgba(11, 83, 148, 0.1);
    border-radius: 10px 10px 0px 0px;
  }
  .active-step .number {
    color: var(--white-color) !important;
    background: var(--background-blue) !important;
  }
  .active-step .title {
    color: var(--blue-color) !important;
  }
  .check-step .number {
    color: var(--white-color) !important;
    background-color: var(--green-color) !important;
  }
  .check-step .title {
    color: var(--green-color) !important;
  }
  .blue-border-color {
    border-color: rgba(11, 83, 148, 0.1) !important;
  }
  .form-progress .form-header .step .number {
    width: 27px;
    height: 27px;
    background-color: rgba(138, 144, 162, 0.2);
    border-radius: 50%;
  }
  .form-progress .form-header .step .title {
    font-family: var(--font-Poppins);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: var(--dark-gray-color);
  }
  .gray-line {
    width: 19px;
    height: 0px;
    border: 1px solid rgba(138, 144, 162, 0.3);
  }
  .form-body {
    background: #fdfdfd;
    border: 1px solid rgba(11, 83, 148, 0.1);
    border-radius: 30px 0px 30px 30px;
  }
  .form-body .step-item .step-item__title h3 {
    font-family: var(--font-Poppins);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: var(--blue-color);
  }
  .form-body .step-item .step-item__title p {
    font-family: var(--font-Poppins);
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: var(--dark-gray-color);
  }
  .step-btn {
    width: 229px;
    height: 70px;
    background: var(--background-blue);
    font-weight: 700;
    padding: 0px 20px 0 20px;
  }
  .step-btn-gray {
    background: #ededed !important;
  }
  .step-item__content-child details {
    border-radius: 10.08px 10.08px 0px 0px;
  }
  .step-item__content-child details summary {
    background: #f7f7f7;
    border-radius: 10px 10px 0px 0px;

    border: 1px solid rgba(138, 144, 162, 0.3);
  }
  .step-item__content-child details .answer {
    background-color: var(--white-color);
  }
  .step-item__content-child details .answer .form-label {
    color: var(--black-color) !important;
    font-family: var(--font-Poppins);
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.01em;
  }
  .form-body .form-body-title {
    font-family: var(--font-Poppins);
    font-weight: 600;
    font-size: 25px;
    line-height: 150%;
    color: var(--blue-color);
  }
  .form-body .data .data-title {
    font-family: var(--font-Poppins);
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    color: var(--black-color);
  }
  .form-body .data .data-sub-title {
    font-family: var(--font-Poppins);
    font-weight: 500;
    font-size: 15.3814px;
    line-height: 23px;
    color: #00294b;
  }
  .form-body .data .data-item .data-item-title {
    font-family: var(--font-Poppins);
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #7d7d7d;
  }
  .form-body .data .data-item .data-item-content {
    font-family: var(--font-Poppins);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #00294b;
  }
  .gray-h-line {
    border: 1px solid rgba(0, 41, 75, 0.1);
    width: 0px;
    padding: 0;
  }
  fieldset legend {
    font-family: var(--font-Poppins);
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    padding: 0 10px 0 10px;
  }
  .add-link {
    font-family: var(--font-Poppins);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: var(--blue-color);
    text-decoration: none;
  }
  @media only screen and (max-width: 768px) {
    .btn-row-reverse {
      display: flex;
      flex-direction: column-reverse;
    }
    .step-btn {
      width: 100%;
    }
    .form-header {
      width: 100%;
    }
    .inscription-container {
      padding: 10px;
    }
    .form-body .step-item .step-item__content .step-btn {
      width: 100%;
    }
    .form-body {
      border-radius: 0;
    }
    .form-header > div:not(.active-step) {
      display: none !important;
    }
  }

/*------------- cyrcle animation --------------*/

  @keyframes circle{
    0%{
      transform:rotate(0deg)
                translate(-462px)
                rotate(0deg);

    }
    100%{
      transform:rotate(-360deg)
                translate(-462px)
                rotate(360deg);
    }
  }


  @keyframes circle_reverse{
    0%{
      transform:rotate(0deg)
                translate(-462px)
                rotate(0deg);

    }
    100%{
      transform:rotate(360deg)
                translate(-462px)
                rotate(-360deg);
    }
  }



  @media (min-width: 1472px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1472px;
    }
}



/*--------------- additional css ----------------*/


.sdr-login-btn {
    position: relative;
    z-index: 4 !important;
}

.border {
    border-radius: 10px !important;
    border: 1px solid rgba(41, 41, 48, 0.2) !important;
}
.form-control:not(textarea), .form-select {
    height: 52px !important;
    border-radius: 10px !important;

}


textarea.form-control {
    border-radius: 10px !important;
}

.contact-container .mailto {
    background-color: #FDFDFD !important;
}

/* applies to medium & small devies less than 992  */
@media (max-width: 991.98px){
    .login-screen {
        display: none;
    }
    .hero {
      background-size: 30%;
    }

    .hero h1 {
      font-size: 50px;
    }

    .formation .sdr-controls {
      display: none;
    }

    .formation::after {
      display: none;
    }

    .banner-btn .btn-sdr-secondary {
      display: block;
    }


    .programme-banner .banner .banner-btn a img {
      display: none !important;
    }

    .sdr-footer .links , .sdr-footer{
      flex-direction: column;
      align-items: center;
    }

    .sdr-footer .icons {padding-top: 15px; justify-content: center;}

    .main_cercle { display: none;}

    .form .env-btn {
        width: 100% !important;
    }
  }
