.LoopFormation {
  padding: 24px 20px;
  border-radius: 6px;
  border: 1px solid #0E2A4D;
  display: flex;
}
.LoopFormation.light, .LoopFormation:hover {
  border: 1px solid #ffffff;
}
.LoopFormation.light .LoopFormation-categorie, .LoopFormation:hover .LoopFormation-categorie {
  background-color: #ffffff;
  color: #0E2A4D;
}
.LoopFormation.light .LoopFormation-titre, .LoopFormation:hover .LoopFormation-titre {
  color: #ffffff;
}
.LoopFormation:hover {
  border: 1px solid #ffffff;
  background-color: #5541C6;
}
.LoopFormation:hover .LoopFormation-categorie {
  background-color: #ffffff;
  color: #0E2A4D;
}
.LoopFormation:hover .LoopFormation-titre {
  color: #ffffff;
}
.LoopFormation-categorie {
  display: inline-block;
  color: #5541C6;
  border: 1px solid #5541C6;
  font-family: "poppins", sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 27px;
  margin-bottom: 24px;
}
.LoopFormation-titre {
  font-family: "poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #0E2A4D;
}

.ListingFormations {
  padding: 0 20px;
}
.ListingFormations > * {
  font-size: 1rem;
}
.ListingFormations-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 3.2rem auto 0;
  gap: 18px;
}
@media screen and (max-width: 1280px) {
  .ListingFormations-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .ListingFormations-wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin: 1rem auto 0;
  }
}
@media screen and (max-width: 480px) {
  .ListingFormations-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ListingFormations-wrapper > * {
  font-size: 1rem;
}
.ListingFormations-more {
  opacity: 0;
}

.Banner {
  position: relative;
  background-color: #0E2A4D;
  padding: 180px 0 5rem 0;
  overflow: hidden;
  min-height: 450px;
}
@media screen and (max-width: 480px) {
  .Banner {
    padding-top: 115px;
  }
}
.Banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.Banner-imgDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.Banner-imgDiv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(14, 42, 77, 0.6);
}
.Banner-imgDiv img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.Banner-breadcrumb {
  margin: 0 0 1.5rem 0;
}
.Banner-breadcrumb p {
  margin: 0;
}
.Banner-breadcrumb span, .Banner-breadcrumb a {
  font-family: "nunito", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.Banner-breadcrumb .separator {
  vertical-align: middle;
  display: inline-block;
  margin: 0 0.8rem;
}
.Banner-title {
  font-family: "nunito", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  font-size: 64px;
  line-height: 70px;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .Banner-title {
    font-size: 40px;
    line-height: 52px;
  }
}
.Banner-desc {
  font-family: "poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  max-width: 65.1rem;
  margin: 1rem 0 0 0;
  color: #ffffff;
}

.KeyNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.KeyNumber-number {
  font-family: "nunito", sans-serif;
  font-size: 56px;
  line-height: 70px;
  font-weight: 700;
  color: #FFBE2C;
}
@media screen and (max-width: 768px) {
  .KeyNumber-number {
    font-size: 44px;
    line-height: 86px;
  }
}
@media screen and (max-width: 480px) {
  .KeyNumber-number {
    font-size: 32px;
    line-height: 46px;
  }
}
.KeyNumber-texte {
  font-family: "poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #0E2A4D;
  font-weight: 500;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .KeyNumber-texte {
    margin-top: 8px;
  }
}

.KeyNumbers {
  padding: 82px 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .KeyNumbers {
    padding: 64px 0;
  }
}
.KeyNumbers-svg {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 7px 3px rgba(0, 0, 0, 0.1));
}
.KeyNumbers-svg path {
  fill: #FFF6EF;
}
.KeyNumbers-title {
  font-size: 42px;
  line-height: 70px;
  color: #0E2A4D;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .KeyNumbers-title {
    font-size: 30px;
    line-height: 34px;
    width: 100%;
    text-align: center;
  }
}
.KeyNumbers-wrapper {
  width: calc(100% - 96px);
  margin: 26px auto 0;
}
.KeyNumbers-wrapper--outer {
  background-color: #FFF6EF;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .KeyNumbers-wrapper {
    width: 100%;
    padding: 0 20px;
  }
}
.KeyNumbers-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .KeyNumbers-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.TitreDescription {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.TitreDescription-title {
  font-family: "nunito", sans-serif;
  font-size: 42px;
  line-height: 70px;
  color: #0E2A4D;
  font-weight: 700;
}
.TitreDescription-description {
  margin-top: 24px;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.Seo {
  padding: 80px 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .Seo {
    padding: 64px 20px;
  }
}
.Seo-wrapper {
  width: 1350px;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 127px;
}
@media screen and (max-width: 1280px) {
  .Seo-wrapper {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .Seo-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.Seo-left {
  width: 334px;
  max-width: 100%;
}
.Seo-left img {
  width: 100%;
  height: auto;
}
.Seo-right {
  flex: 1;
}
.Seo-title {
  font-family: "nunito", sans-serif;
  font-size: 42px;
  line-height: 70px;
  color: #0E2A4D;
  font-weight: bold;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .Seo-title {
    font-size: 30px;
    line-height: 34px;
    width: 100%;
  }
}
.Seo-texte {
  font-family: "poppins", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #0E2A4D;
  margin-top: 20px;
}
.Seo [class*=Button-] {
  margin-top: 24px;
}

.ListingCategories {
  list-style: none;
  margin: 0 0 0 0;
  width: auto;
  gap: 8px;
}
.ListingCategories--outer {
  max-width: 100%;
  overflow: hidden;
  margin-top: 80px;
  background-color: #ffffff;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .ListingCategories--outer {
    margin-top: 40px;
  }
}
.ListingCategories li {
  width: auto !important;
}
.ListingCategories li a {
  white-space: nowrap;
}

.Filter {
  display: flex;
  position: relative;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: rgba(14, 42, 77, 0.4);
  font-family: "poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.Filter:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 4px;
  border-radius: 2px;
  background-color: #5541C6;
}
.Filter.active {
  font-weight: 600;
  color: #5541C6;
}
.Filter.active:before {
  width: 100%;
}