/**
  * Theme Name: SDI FORMATION 
  * Author: Mhamed TAHIR
  **/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
a, p, span {
  font-weight: 200;
}

a {
  color: var(--purple);
}

:root {
  --purple-light: #edbefb;
  --purple: #572868;
  --yellow: #f7b50c;
  --white: #ffffff;
  --black: #000000;
  --light: rgba(252,252,253,1);
  --radius: 1em;
  --radius-md: 0.5em;
}

.rounded {
  border-radius: var(--radius) !important;
}

.hero {
  position: relative;
  width: 100%;
}
.hero h1 {
  font-weight: 700;
  color: var(--purple);
}
.hero .bulletpoint {
  display: block !important;
  color: var(--purple);
  font-size: 1.4em;
  line-height: 2em;
}
.hero .hero-slider {
  position: absolute;
  bottom: 0;
  width: auto;
  height: 100%;
  max-height: 600px;
}
.hero .hero-slider img {
  position: absolute;
  max-height: 600px;
  width: auto;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.hero .hero-slider img.img-1 {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0 !important;
}
.hero .hero-slider img.img-2 {
  left: 50%;
  transform: translateX(-50%) translateY(20%);
}
.hero .hero-slider img.active {
  opacity: 1;
}
@media (min-width: 768px) {
  .hero {
    height: 668px;
    background-color: var(--purple-light);
  }
  .hero h1 {
    font-size: 3em;
  }
  .hero .col-lg-6:first-child {
    position: inherit;
    margin-top: 5em;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
  }
  .hero .illustration {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
  }
}
@media (max-width: 767px) {
  .hero {
    background-color: var(--purple-light);
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .hero h1 {
    font-size: 1.75em;
  }
  .hero .illustration {
    display: none;
  }
}

.card, .card-img-top, .container, .alert {
  border-radius: var(--radius);
}

.card-img-top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn {
  border-radius: var(--radius-md);
}

.btn-lg {
  padding: 0.5em 1em;
  font-size: 1.2em;
}

.bg-purple {
  background-color: var(--purple);
}

.text-purple {
  color: var(--purple);
}

.bdge {
  margin-right: 0.5em;
  padding: 0.25em 0.5em;
  background-color: var(--purple-light);
  color: var(--purple);
  border-radius: var(--radius);
}

.bg-purple-light {
  background-color: var(--purple-light);
}

.btn-theme-pl {
  background-color: var(--purple-light);
  color: var(--purple);
}

.btn-theme-p {
  background-color: var(--purple);
  color: var(--purple-light);
}

/* ======== STRUCTURE MENU ======== */
.menu {
  position: sticky;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 999;
  background: var(--white);
}

.menu nav {
  padding: 1em 1em !important;
}

.menu a {
  text-decoration: none;
  color: inherit;
  font-weight: 200;
}

.nav-item {
  padding: 0 1em;
}

.nav-item.dropdown {
  position: static;
}

.nav-item .dropdown-menu {
  width: 100%;
  left: 0 !important;
  right: 0 !important;
  top: 100%;
  margin: 0;
  border: none;
  border-radius: 0 0 var(--radius) var(--radius);
  background: rgba(255, 255, 255, 0.8); /* blanc translucide */
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 2em 4em;
  display: none;
}

.nav-item.show .dropdown-menu {
  display: block;
}

.dropdown-menu .dropdown-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2em;
}

.dropdown-menu h4 {
  color: var(--purple);
  font-weight: 600;
  margin-bottom: 0.75em;
  font-size: 1.1em;
}

.dropdown-menu a.dropdown-item {
  color: var(--purple);
  font-weight: 400;
  padding: 0.25em 0;
  background: none;
}

.dropdown-menu a.dropdown-item:hover {
  color: var(--purple);
  text-decoration: underline;
}

.navbar-nav .nav-link:focus {
  outline: none !important;
  box-shadow: none !important;
}

.nav-link.dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.25em;
}

@media (min-width: 768px) {
  .next-sessions {
    margin-top: 1em;
  }
}
.next-sessions .btn-theme-p:hover {
  background-color: var(--purple-light);
  color: var(--purple);
}

.next-sessions {
  position: relative;
  padding: 0 1em;
  text-align: center;
  border-radius: var(--radius);
  overflow: hidden;
}

.next-sessions .title {
  font-size: clamp(2em, 4vw, 3em);
  color: var(--purple);
  font-weight: 600;
  margin-bottom: 1.5em;
}

.sessions-slider {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.session {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  background-color: var(--white);
  border-radius: var(--radius);
  padding: 1em 1.5em;
}

.session.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
}

.session h3 {
  color: var(--purple);
  font-weight: 600;
  margin-bottom: 0.5em;
}

.session p {
  color: var(--black);
  margin-bottom: 1.5em;
}

.slider-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.slider-nav button {
  background: none;
  color: var(--purple);
  border: none;
  padding: 0.5em 0.8em;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.3s ease;
}

.slider-nav button:hover {
  background: var(--purple-light);
  color: var(--purple);
}

.archive-formation {
  padding: 4em 0;
  margin-right: 0 !important;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1440px) {
  .archive-formation {
    padding-left: 240px;
    margin-right: 0;
  }
}
.archive-formation h2 {
  color: var(--purple);
  font-weight: 600;
  font-size: clamp(1.25em, 5vh, 3em) !important;
}
@media (max-width: 767px) {
  .archive-formation h2 {
    text-align: center;
  }
}
.archive-formation h3 {
  color: var(--purple);
}
.archive-formation p {
  margin-top: 1em !important;
}
.archive-formation .swiperFormations {
  margin-top: 1em;
}
.archive-formation .swiperFormations a {
  color: var(--purple);
  text-decoration: none;
  font-size: 1.25em;
  text-align: right;
}

.how h2 {
  font-weight: 600;
  font-size: clamp(1.25em, 5vh, 3em) !important;
}
.how .container {
  padding: 3em 1em;
  background-color: var(--purple-light);
  border-radius: var(--radius);
}

@media (max-width: 767px) {
  .test-competence {
    padding: 0 1em;
  }
}
.test-competence .container {
  padding: 3em 1em;
  background-color: var(--purple);
  border-radius: var(--radius);
  text-align: center;
}
.test-competence .container h2 {
  font-weight: 600;
  font-size: clamp(1.25em, 5vh, 3em) !important;
  text-align: center;
  color: var(--white);
}
.test-competence .container .text {
  color: var(--white);
}
.test-competence .card.card-body.alert.alert-light {
  padding: 0;
  border: 0;
}
.test-competence .card-img-top {
  background-color: var(--purple-light);
  margin-bottom: 1em;
  height: 12.5em;
}
.test-competence .card-text, .test-competence .btn {
  margin: 1em 1em;
}
.test-competence .btn-theme-p:hover {
  background-color: var(--purple-light);
  color: var(--purple);
}

.chiffres {
  padding: 4em 0;
  background-color: var(--white);
  text-align: center;
}
.chiffres h2 {
  color: var(--purple);
  font-weight: 600;
  font-size: clamp(1.25em, 5vh, 3em) !important;
  text-align: center;
}
.chiffres .card {
  background: none;
  border: none;
  position: relative;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.chiffres .number::after {
  content: attr(data-content);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6em;
  font-weight: 800;
  color: var(--purple-light);
  opacity: 0.45;
  pointer-events: none;
  white-space: nowrap;
  z-index: 0;
  transition: opacity 0.8s ease;
}
.chiffres .label {
  position: relative;
  z-index: 1;
  font-weight: 300;
  color: var(--purple);
  font-size: 1.25em;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.25em 0.75em;
  margin: 3em auto 0;
  border-radius: var(--radius-md);
}
@media (max-width: 767px) {
  .chiffres .card {
    height: 150px;
  }
  .chiffres .number::after {
    font-size: 4em;
  }
}

.references {
  margin-top: 4em;
  background-color: var(--purple-light);
  padding: 4em 0;
}
.references .container {
  padding: 2em 1em;
  border-radius: var(--radius);
}
.references h2 {
  font-weight: 600;
  color: var(--purple);
  font-size: clamp(1.25em, 5vh, 3em) !important;
  text-align: center;
}
.references .partner {
  border-radius: var(--radius);
  height: 5em;
  width: 100%;
  background-color: var(--white);
  font-weight: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em 0;
}

.temoignages {
  padding: 4em 0;
}
.temoignages .container {
  padding: 2em 1em;
  border-radius: var(--radius);
}
.temoignages h2 {
  font-weight: 600;
  color: var(--purple);
  font-size: clamp(1.25em, 5vh, 3em) !important;
  text-align: center;
}
.temoignages .bi {
  color: var(--purple);
  font-size: 1.3em;
}
.temoignages .swiper-button-prev,
.temoignages .swiper-button-next {
  color: var(--purple);
}
.temoignages .swiper-pagination-bullet-active {
  background-color: var(--purple);
}
.temoignages .swiper-button-prev, .temoignages .swiper-rtl .swiper-button-next {
  left: 0 !important;
}
.temoignages .swiper-button-next, .temoignages .swiper-rtl .swiper-button-prev {
  right: 0 !important;
}

.note {
  font-size: 1.75em;
  font-weight: 500;
}

.star {
  color: var(--yellow);
}

.head-single-formation,
.head-qui-sommes-nous,
.head-page {
  position: relative;
  width: 100%;
  height: 25em;
  background-color: var(--purple-light);
}
.head-single-formation h1,
.head-qui-sommes-nous h1,
.head-page h1 {
  font-weight: 700;
  color: var(--purple);
}

.single-formation .card, .single-formation .card-body {
  border: 0;
}
.single-formation .card {
  background-color: var(--purple-light);
  padding: 1em 0;
}

.qui-sommes-nous .card, .qui-sommes-nous .card-body {
  border: 0;
}
.qui-sommes-nous .card {
  background-color: var(--light);
  padding: 1em 0;
}

.breadcrumb {
  padding: 1em 0.5em;
  font-weight: 200;
}

.accordion-button:not(.collapsed) {
  --bs-accordion-btn-focus-border-color: var(--purple-light);
  --bs-accordion-active-bg: var(--purple-light);
  --bs-accordion-active-color: var(var(--purple))
  outline: none!important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.footer {
  border-top: 1px solid var(--purple);
  padding: 4em 0;
}
.footer ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.footer ul .nav-item,
.footer ul .nav-link {
  margin: 0 0 !important;
  padding: 0 0 !important;
  display: inline-block !important;
}
.footer .nav-link {
  color: var(--black);
  font-size: 0.875em !important;
  font-weight: 300;
}
.footer nav {
  margin-left: 0;
  padding-left: 0;
}/*# sourceMappingURL=style.css.map */