@charset "UTF-8";
@font-face {
  font-family: "SFT Ritam Sans";
  src: url("../fonts/SFT-Ritam-Sans-ExtraBold.woff2") format("woff2"), url("../fonts/SFT-Ritam-Sans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-dark-blue: #15303D;
  --color-bleu-educ: #5ED4DE;
  --color-orange-acad: #F2A450;
  --color-vert-orga: #4DDDA4;
  --color-creamy: #F1EBE1;
  --color-creamy-light: #F6F3ED;
  --color-pure-white: #FFFFFF;
  --font-heading: SFT Ritam Sans, sans-serif;
  --font-body: Urbanist, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 24px;
}

::selection {
  background-color: #15303D;
  color: #5ED4DE;
}

body {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #15303D;
  background-color: #F6F3ED;
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

main ul, main ol {
  margin-top: 0.5em;
  padding-left: 1.4em;
}

main ul li {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
}
main ul li::before {
  content: "·";
  position: absolute;
  left: -0.7em;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1;
}

main ol {
  list-style: decimal;
}
main ol li {
  margin-bottom: 0;
}

h1, h2, h3, h4 {
  font-family: "SFT Ritam Sans", sans-serif;
  font-weight: 800;
}

.js-carousel-track {
  cursor: grab;
}
.js-carousel-track.is-dragging {
  cursor: grabbing;
  user-select: none;
}

h1 {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.08;
}

h2 {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.01;
}

h3 {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.08;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 10000;
  background-color: #15303D;
  color: #F6F3ED;
  padding: 12px 24px;
  border-radius: 0 0 8px 8px;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.skip-link:focus {
  top: 0;
}

:focus-visible {
  outline: 2px solid #15303D;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.tag {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 13px;
  border-radius: 4000px;
  color: #15303D;
}

.tag--educ {
  background-color: #5ED4DE;
}

.tag--acad {
  background-color: #F2A450;
}

.tag--orga {
  background-color: #4DDDA4;
}

.tag--quali {
  background-color: #F1EBE1;
}

.tag--qualiopi {
  background-color: #F1EBE1;
}

.tag--light {
  background-color: #F6F3ED;
}

.btn {
  display: inline-flex;
  align-items: stretch;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn__label {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding: 16px 24px;
  border-radius: 4000px;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.btn__icon img {
  width: 14px;
  height: 9px;
  transform: rotate(90deg);
}

.arrow-dark {
  display: block;
}

.arrow-light {
  display: none;
}

.btn--secondary .btn__label {
  background-color: #F6F3ED;
  color: #15303D;
}
.btn--secondary .btn__icon {
  background-color: #F6F3ED;
}
.btn--secondary:hover .btn__label, .btn--secondary:hover .btn__icon {
  background-color: #5ED4DE;
  color: #15303D;
}
.btn--secondary:active .btn__label, .btn--secondary:active .btn__icon {
  background-color: #15303D;
  color: #F6F3ED;
}
.btn--secondary:active .arrow-dark {
  display: none;
}
.btn--secondary:active .arrow-light {
  display: block;
}
.btn--secondary:focus-visible .btn__label, .btn--secondary:focus-visible .btn__icon {
  background-color: #5ED4DE;
  outline: 2.5px solid #15303D;
  outline-offset: -2.5px;
}
.btn--secondary[disabled], .btn--secondary--disabled {
  pointer-events: none;
}
.btn--secondary[disabled] .btn__label, .btn--secondary[disabled] .btn__icon, .btn--secondary--disabled .btn__label, .btn--secondary--disabled .btn__icon {
  background-color: rgba(21, 48, 61, 0.4);
  color: rgba(246, 243, 237, 0.7);
}
.btn--secondary[disabled] .arrow-dark, .btn--secondary--disabled .arrow-dark {
  display: none;
}
.btn--secondary[disabled] .arrow-light, .btn--secondary--disabled .arrow-light {
  display: block;
  opacity: 0.7;
}

.btn--primary .btn__label {
  background-color: #15303D;
  color: #F6F3ED;
}
.btn--primary .btn__icon {
  background-color: #15303D;
}
.btn--primary .arrow-dark {
  display: none;
}
.btn--primary .arrow-light {
  display: block;
}
.btn--primary:hover .btn__label, .btn--primary:hover .btn__icon {
  background-color: #F6F3ED;
  color: #15303D;
  box-shadow: inset 0 0 0 2.5px #15303D;
}
.btn--primary:hover .arrow-dark {
  display: block;
}
.btn--primary:hover .arrow-light {
  display: none;
}
.btn--primary:active .btn__label, .btn--primary:active .btn__icon {
  background-color: #F6F3ED;
  color: #15303D;
}
.btn--primary:active .arrow-dark {
  display: block;
}
.btn--primary:active .arrow-light {
  display: none;
}
.btn--primary:focus-visible .btn__label, .btn--primary:focus-visible .btn__icon {
  background-color: #5ED4DE;
  color: #15303D;
  outline: 2.5px solid #15303D;
  outline-offset: -2.5px;
}
.btn--primary:focus-visible .arrow-dark {
  display: block;
}
.btn--primary:focus-visible .arrow-light {
  display: none;
}
.btn--primary[disabled], .btn--primary--disabled {
  pointer-events: none;
}
.btn--primary[disabled] .btn__label, .btn--primary[disabled] .btn__icon, .btn--primary--disabled .btn__label, .btn--primary--disabled .btn__icon {
  background-color: rgba(21, 48, 61, 0.4);
  color: rgba(246, 243, 237, 0.7);
}
.btn--primary[disabled] .arrow-dark, .btn--primary--disabled .arrow-dark {
  display: none;
}
.btn--primary[disabled] .arrow-light, .btn--primary--disabled .arrow-light {
  display: block;
  opacity: 0.7;
}

.btn-s {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 4000px;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  background-color: #5ED4DE;
  color: #15303D;
}
.btn-s:hover {
  background-color: #15303D;
  color: #F6F3ED;
}
.btn-s:active {
  background-color: #F6F3ED;
  color: #15303D;
}
.btn-s:focus-visible {
  background-color: #15303D;
  color: #5ED4DE;
  outline: 2.5px solid #5ED4DE;
  outline-offset: -2.5px;
}
.btn-s[disabled], .btn-s--disabled {
  pointer-events: none;
  background-color: rgba(21, 48, 61, 0.4);
  color: rgba(246, 243, 237, 0.7);
}

.btn-menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 4000px;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  background-color: transparent;
  color: #15303D;
}
.btn-menu:hover {
  background-color: #15303D;
  color: #F6F3ED;
}
.btn-menu:active {
  background-color: #5ED4DE;
  color: #15303D;
}
.btn-menu:focus-visible {
  background-color: #15303D;
  color: #5ED4DE;
  outline: 2.5px solid #5ED4DE;
  outline-offset: -2.5px;
}
.btn-menu[disabled], .btn-menu--disabled {
  pointer-events: none;
  background-color: rgba(21, 48, 61, 0.4);
  color: rgba(246, 243, 237, 0.7);
}

.btn-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2.5px solid #15303D;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-slide img {
  width: 14px;
  height: 9px;
}
.btn-slide .arrow-dark {
  display: block;
}
.btn-slide .arrow-light {
  display: none;
}
.btn-slide:hover {
  background-color: #15303D;
  border-color: #15303D;
}
.btn-slide:hover .arrow-dark {
  display: none;
}
.btn-slide:hover .arrow-light {
  display: block;
}
.btn-slide:active {
  background-color: #5ED4DE;
  border-color: #5ED4DE;
}
.btn-slide:active .arrow-dark {
  display: block;
}
.btn-slide:active .arrow-light {
  display: none;
}
.btn-slide:focus-visible {
  background-color: #15303D;
  border-color: #5ED4DE;
}
.btn-slide:focus-visible .arrow-dark {
  display: none;
}
.btn-slide:focus-visible .arrow-light {
  display: block;
}
.btn-slide[disabled], .btn-slide--disabled {
  pointer-events: none;
  border-color: rgba(21, 48, 61, 0.4);
}
.btn-slide[disabled] .arrow-dark, .btn-slide--disabled .arrow-dark {
  opacity: 0.4;
}
.btn-slide--prev img {
  transform: rotate(-90deg);
}
.btn-slide--next img {
  transform: rotate(90deg);
}

.link {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.32px;
  color: #F6F3ED;
  text-decoration: underline;
  transition: text-decoration 0.2s ease;
}
.link:hover {
  text-decoration: none;
}

.card-article {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 416px;
  position: relative;
}
.card-article__img {
  height: 227px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.card-article__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-article__img--placeholder {
  background-color: #F1EBE1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-article__img--placeholder .card-article__placeholder {
  width: 120px;
  height: auto;
  object-fit: contain;
  opacity: 0.3;
}
.card-article__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 28px 28px 50px;
  flex: 1;
  background-color: #FFFFFF;
  border-radius: 0 0 16px 16px;
}
.card-article__tag {
  position: absolute;
  top: -14px;
}
.card-article__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.08;
  color: #15303D;
}
.card-article__excerpt {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.32px;
  color: #15303D;
}
.card-article__cta {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}

.card-blog-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 30px;
  flex-shrink: 0;
  width: 416px;
  max-width: 416px;
  padding: 30px;
  border-radius: 16px;
  background-color: #15303D;
  color: #F6F3ED;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.card-blog-link:hover {
  background-color: #F6F3ED;
  color: #15303D;
}
.card-blog-link:hover .card-blog-link__icon {
  background-color: #15303D;
}
.card-blog-link:hover .card-blog-link__icon .arrow-dark {
  display: none;
}
.card-blog-link:hover .card-blog-link__icon .arrow-light {
  display: block;
}
.card-blog-link__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.01;
}
.card-blog-link__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #F6F3ED;
  transition: background-color 0.3s;
}
.card-blog-link__icon .arrow-dark {
  display: block;
}
.card-blog-link__icon .arrow-light {
  display: none;
}
.card-blog-link__icon img {
  width: 24px;
  height: 24px;
}

.card-avis {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 40px 24px;
  flex-shrink: 0;
  width: 416px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.card-avis__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.card-avis__rating {
  display: flex;
  align-items: center;
  gap: 20px;
}
.card-avis__stars {
  display: flex;
  gap: 8px;
}
.card-avis__stars img {
  width: 24px;
  height: 24px;
}
.card-avis__score {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.01;
  color: #15303D;
}
.card-avis__text {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.32px;
  color: #15303D;
}
.card-avis__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.card-avis__author {
  font-family: "Urbanist", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.44px;
  color: #15303D;
}

.colored-bloc {
  flex: 1 1 0;
  min-width: 0;
}
.colored-bloc__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 24px 70px;
  border-radius: 16px;
  position: relative;
}
.colored-bloc--educ .colored-bloc__inner {
  background-color: #5ED4DE;
}
.colored-bloc--acad .colored-bloc__inner {
  background-color: #F2A450;
}
.colored-bloc--orga .colored-bloc__inner {
  background-color: #4DDDA4;
}
.colored-bloc__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #15303D;
}
.colored-bloc__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.01;
}
.colored-bloc__desc {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.36px;
}
.colored-bloc__img {
  height: 443px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.colored-bloc__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.colored-bloc__mask-wrapper {
  display: none;
}
.colored-bloc__footer-text {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.32px;
  color: #15303D;
}
.colored-bloc__cta {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}

.deco-arcs-left {
  position: relative;
}
.deco-arcs-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 300px;
  border: 12px solid #4DDDA4;
  border-right: none;
  border-radius: 300px 0 0 300px;
  z-index: 0;
  pointer-events: none;
}

.deco-arcs-right {
  position: relative;
}
.deco-arcs-right::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 200px;
  border: 12px solid #F2A450;
  border-left: none;
  border-radius: 0 300px 300px 0;
  box-shadow: 0 260px 0 0 #5ED4DE;
  z-index: 0;
  pointer-events: none;
}

.header {
  position: relative;
  width: 100%;
}

.header__bandeau {
  display: flex;
  height: 8px;
  width: 100%;
}

.header__bandeau-blue {
  width: 312px;
  background-color: #5ED4DE;
}

.header__bandeau-orange {
  flex: 1;
  background-color: #F2A450;
}

.header__bandeau-green {
  width: 312px;
  background-color: #4DDDA4;
}

.header__nav {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  padding: 24px 80px;
  z-index: 10;
}

.header__nav-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F6F3ED;
  border-radius: 100px;
  padding: 4px 28px;
}

.header__logo {
  display: flex;
  align-items: center;
  padding: 10px 12px 19px;
}
.header__logo img {
  display: block;
  width: 158px;
  height: auto;
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header__menu-item--home {
  display: none;
}

.header__menu-link {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #15303D;
  padding: 10px 16px;
  border-radius: 4000px;
  white-space: nowrap;
  transition: background-color 0.2s;
}
.header__menu-link:hover {
  background-color: rgba(21, 48, 61, 0.05);
}
.header__menu-link--cta {
  background-color: #5ED4DE;
}
.header__menu-link--cta:hover {
  background-color: rgb(60.1402061856, 202.9567010309, 215.0597938144);
}

.header__hero {
  position: relative;
  padding-bottom: 60px;
  background-color: #15303D;
  overflow: clip;
}
.header__hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  padding-bottom: 5.625%;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1920 108' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 0C1170.34 106.698 749.95 106.69 0 0V108H1920V0Z' fill='%23F6F3ED'/%3E%3C/svg%3E") no-repeat bottom center/100% auto;
  pointer-events: none;
}

.header__hero-deco-opaque {
  position: absolute;
  left: calc(50% - 1709px);
  top: -584px;
  width: 2361px;
  height: 1515px;
  max-width: none;
  z-index: 1;
  pointer-events: none;
  opacity: 0.1;
}

.header__hero-deco {
  position: absolute;
  left: calc(50% + 160px);
  top: -65px;
  width: 1239px;
  height: 795px;
  z-index: 1;
  pointer-events: none;
}
.header__hero-deco--illu {
  left: auto;
  right: calc(50% - 960px);
  top: auto;
  bottom: 40px;
  width: 420px;
  height: auto;
  z-index: 3;
}

.header__hero-inner {
  position: relative;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  align-items: center;
  gap: 120px;
  padding-top: 152px;
  z-index: 2;
}

.header__hero-text {
  position: relative;
  max-width: 526px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 3;
  margin-bottom: 30px;
}

.header__hero-tags {
  display: flex;
  gap: 12px;
}

.header__hero-text h1 {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.08;
  color: #F6F3ED;
}

.header__hero-text p {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  color: #F6F3ED;
  letter-spacing: 0.36px;
}

.header__hero-text .btn {
  margin-top: 8px;
}

.header__hero-images {
  display: flex;
  align-items: center;
  gap: 24px;
  z-index: 2;
  margin-bottom: 80px;
}

.header__hero-img {
  background-color: #F6F3ED;
  border-radius: 128px;
  padding: 12px;
  flex-shrink: 0;
}
.header__hero-img img {
  width: 172px;
  height: 371px;
  object-fit: cover;
  border-radius: 114px;
  display: block;
}

.header__hero-img--1 {
  margin-top: 103px;
}

.header__hero-img--2 {
  margin-top: -103px;
}

.header__hero-img--3 {
  margin-top: 12px;
}

.header__menu-item--has-sub:hover > .header__menu-link {
  background-color: #15303D;
  color: #F6F3ED;
}

.megamenu {
  position: absolute;
  top: calc(100% + 24px);
  z-index: 1;
  background-color: #F6F3ED;
  border-radius: 24px;
  box-shadow: 4px 4px 12px rgba(21, 48, 61, 0.1);
  padding: 40px 24px;
  gap: 40px;
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.12s ease 0.1s, visibility 0s linear 0.22s;
}
.megamenu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: -20px;
  right: -20px;
  height: 60px;
}

.header__menu-item--has-sub:hover > .megamenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.1s ease, visibility 0s linear;
}

.megamenu--education {
  left: 12px;
  right: 12px;
}

.header__menu-item--has-sub:not([data-menu=education]) {
  position: relative;
}

.megamenu--academie,
.megamenu--organisation,
.megamenu--qui-sommes-nous {
  top: calc(100% + 58px);
  left: 50%;
  right: auto;
  width: max-content;
  max-width: calc(100vw - 160px);
  transform: translateX(-50%);
}

.megamenu__links--headings .megamenu__link {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.08;
}

.megamenu__col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-shrink: 1;
  width: 280px;
}

.megamenu__grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 40px;
  min-width: 0;
}

.megamenu__heading--col1 {
  grid-column: 1;
}

.megamenu__heading--col23 {
  grid-column: 2/4;
}

.megamenu__heading {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.08;
  color: #15303D;
}

.megamenu__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.megamenu__link {
  display: flex;
  align-items: center;
  height: 44px;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  color: #15303D;
  transition: color 0.2s;
  white-space: nowrap;
}
.megamenu__link:hover {
  text-decoration: underline;
}

.megamenu__links-grid {
  display: flex;
  gap: 24px;
}
.megamenu__links-grid .megamenu__links {
  flex: 1;
}

.megamenu__banner {
  flex-shrink: 0;
  align-self: flex-start;
  width: 280px;
  background-color: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.megamenu__banner-img {
  height: 192px;
  overflow: hidden;
}
.megamenu__banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.megamenu__banner-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 24px 24px 40px;
}

.megamenu__banner-title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.01;
  color: #15303D;
}

.megamenu__banner-footer {
  display: flex;
  gap: 24px;
  align-items: flex-end;
}

.megamenu__banner-desc {
  flex: 1;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #15303D;
}

.megamenu__banner-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  background-color: #15303D;
  border-radius: 50%;
  transition: background-color 0.2s;
}
.megamenu__banner-cta img {
  width: 14px;
  height: 9px;
  transform: rotate(90deg);
}

.megamenu__banner {
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s, box-shadow 0.3s;
}
.megamenu__banner .megamenu__banner-img img {
  transition: filter 0.3s;
}
.megamenu__banner .megamenu__banner-title,
.megamenu__banner .megamenu__banner-desc {
  transition: color 0.3s;
}
.megamenu__banner .megamenu__banner-cta {
  transition: background-color 0.3s;
}
.megamenu__banner:hover {
  background-color: #15303D;
  box-shadow: 0 8px 24px rgba(21, 48, 61, 0.25);
}
.megamenu__banner:hover .megamenu__banner-img img {
  filter: brightness(0.8);
}
.megamenu__banner:hover .megamenu__banner-title {
  color: #5ED4DE;
}
.megamenu__banner:hover .megamenu__banner-desc {
  color: #5ED4DE;
}
.megamenu__banner:hover .megamenu__banner-cta {
  background-color: #5ED4DE;
}
.megamenu__banner:hover .megamenu__banner-cta img {
  filter: brightness(0) saturate(100%);
}

.megamenu__back {
  display: none;
}

@media (max-width: 1200px) {
  .megamenu {
    display: none !important;
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    width: 100% !important;
    max-width: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    flex-direction: column !important;
    gap: 0 !important;
  }
  .megamenu::before {
    display: none;
  }
  .megamenu.is-open-mobile {
    display: flex !important;
  }
  .megamenu__back {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    margin-bottom: 16px;
    background-color: rgba(21, 48, 61, 0.05);
    border: none;
    border-radius: 4000px;
    cursor: pointer;
    align-self: flex-start;
  }
  .megamenu__back-icon {
    display: block;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border: 2px solid #15303D;
    border-radius: 50%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2315303D" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 18 9 12 15 6"/></svg>') no-repeat center/12px;
  }
  .megamenu__back-label {
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #15303D;
  }
  .megamenu__grid {
    display: flex !important;
    flex-direction: column;
    gap: 0;
  }
  .megamenu__col {
    width: 100% !important;
    gap: 12px;
  }
  .megamenu__heading {
    padding-top: 16px;
    margin-bottom: 4px;
  }
  .megamenu__links {
    gap: 0;
  }
  .megamenu__link {
    height: auto;
    padding: 10px 0;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.32px;
    white-space: normal;
  }
  .megamenu__banner {
    width: 100% !important;
    border-radius: 16px;
    margin-top: 24px;
  }
  .megamenu__banner-img {
    height: 160px;
  }
  .megamenu__banner-content {
    gap: 16px;
    padding: 20px;
  }
  .megamenu__banner-title {
    font-size: 22px;
  }
  .megamenu__banner-cta {
    width: 48px;
    height: 48px;
  }
}
.section-proof {
  background-color: #F6F3ED;
  padding: 80px 0;
}
.section-proof__container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.section-proof__card {
  flex: 1 1 0;
  min-width: 0;
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 40px 24px;
  text-align: center;
  color: #15303D;
}
.section-proof__number {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.01;
  font-size: 34px;
  white-space: nowrap;
}
.section-proof__plus {
  color: #5ED4DE;
}
.section-proof__label {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 12px;
}

.section-triptych {
  padding: 80px 0;
}
.section-triptych__header {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}
.section-triptych__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.01;
  max-width: 1076px;
}
.section-triptych__subtitle {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  letter-spacing: 0.36px;
  max-width: 856px;
}
.section-triptych__cards {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  gap: 24px;
  padding-bottom: 40px;
}

.section-avis {
  padding: 80px 0;
}
.section-avis__inner::after {
  content: "";
  position: absolute;
  width: 2000px;
  height: 1300px;
  background: url("../img/w-opaque-white.svg") no-repeat center/contain;
  z-index: 0;
  pointer-events: none;
}
.section-avis__inner {
  background-color: #F1EBE1;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
  position: relative;
}
.section-avis__inner::after {
  left: -400px;
  bottom: -200px;
}
.section-avis__top {
  padding-left: calc((100% - 1296px) / 2 + 24px);
  padding-right: calc((100% - 1296px) / 2 + 24px);
  display: flex;
  align-items: flex-end;
  gap: 24px;
  position: relative;
  z-index: 1;
}
.section-avis__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.01;
  flex: 1;
}
.section-avis__nav {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.section-avis__carousel {
  display: flex;
  gap: 24px;
  padding-left: calc((100% - 1296px) / 2 + 24px);
  overflow-x: auto;
  position: relative;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.section-avis__carousel::-webkit-scrollbar {
  display: none;
}
.section-avis__bottom {
  padding-left: calc((100% - 1296px) / 2 + 24px);
  padding-right: calc((100% - 1296px) / 2 + 24px);
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.section-half {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.section-half--bg-creamy {
  background-color: #F1EBE1;
}
.section-half--bg-educ {
  background-color: #5ED4DE;
}
.section-half--bg-orange {
  background-color: #F2A450;
}
.section-half__deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.section-half__deco--green {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 102px;
  height: auto;
}
.section-half__deco--orange {
  right: 0;
  top: 50%;
  transform: translateY(-120%);
  width: 94px;
  height: auto;
}
.section-half__deco--blue {
  right: 0;
  top: 50%;
  transform: translateY(70%);
  width: 92px;
  height: auto;
}
.section-half__container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  gap: 24px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.section-half--reversed .section-half__container {
  flex-direction: row-reverse;
}
.section-half--reversed .section-half__text {
  padding-left: 0;
  padding-right: 110px;
}
.section-half__image {
  flex-shrink: 0;
  width: 636px;
  background-color: #FFFFFF;
  border-radius: 38px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  overflow: hidden;
}
.section-half__img-wrap {
  position: relative;
  width: 100%;
}
.section-half__img-wrap img {
  width: 100%;
  height: 526px;
  object-fit: cover;
  border-radius: 24px;
}
.section-half__img-wrap--video {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.section-half__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background-color: #15303D;
  backdrop-filter: blur(26px);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: #F6F3ED;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.section-half__play svg {
  width: 42px;
  height: 47px;
  margin-left: 6px;
}
.section-half__img-wrap--video:hover .section-half__play {
  background-color: #5ED4DE;
  color: #15303D;
}
.section-half__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto !important;
  object-fit: cover;
  border-radius: 24px;
  pointer-events: none;
}
.section-half__caption {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.28px;
  color: #15303D;
}
.section-half__text {
  width: 636px;
  flex-shrink: 0;
  padding-left: 110px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-half__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #15303D;
}
.section-half__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.01;
}
.section-half__desc {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  letter-spacing: 0.36px;
}
.section-half__desc p + p {
  margin-top: 1em;
}

.section-buttons {
  padding: 80px 0;
}
.section-buttons__header {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}
.section-buttons__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.01;
  max-width: 1076px;
}
.section-buttons__subtitle {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  letter-spacing: 0.36px;
  max-width: 856px;
}
.section-buttons__grid {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: center;
  align-items: flex-start;
}

.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 16px 24px;
  border-radius: 4000px;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn-pill--dark {
  background-color: #15303D;
  color: #F6F3ED;
}
.btn-pill--educ {
  background-color: #5ED4DE;
  color: #15303D;
}
.btn-pill--acad {
  background-color: #F2A450;
  color: #15303D;
}
.btn-pill--orga {
  background-color: #4DDDA4;
  color: #15303D;
}
.btn-pill:hover {
  background-color: #F6F3ED;
  color: #15303D;
  box-shadow: inset 0 0 0 2.5px #15303D;
}

.section-lead-magnet {
  padding: 80px 0;
}
.section-lead-magnet__bg {
  position: relative;
  padding: 170px calc((100% - 1296px) / 2 + 24px) 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-lead-magnet__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/lead-magnet-bg.jpg") center/cover no-repeat;
  z-index: 0;
}
.section-lead-magnet__card {
  position: relative;
  z-index: 1;
  background-color: #F6F3ED;
  border-radius: 38px;
  padding: 110px 40px 80px;
  max-width: 1301px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
}
.section-lead-magnet__illu {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 128px;
  height: 128px;
  background-color: #15303D;
  border: 8px solid #F6F3ED;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.section-lead-magnet__illu img {
  height: 100%;
  width: auto;
}
.section-lead-magnet__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  color: #15303D;
}
.section-lead-magnet__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.01;
  max-width: 1076px;
}
.section-lead-magnet__desc {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  letter-spacing: 0.36px;
  max-width: 856px;
}
.section-lead-magnet__bandeau {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 8px;
  display: flex;
}
.section-lead-magnet__bandeau-blue {
  width: 312px;
  background-color: #5ED4DE;
}
.section-lead-magnet__bandeau-orange {
  flex: 1;
  background-color: #F2A450;
}
.section-lead-magnet__bandeau-green {
  width: 312px;
  background-color: #4DDDA4;
}

.section-logos {
  padding: 80px 0;
}
.section-logos__top {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 40px;
}
.section-logos__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.01;
  flex: 1;
}
.section-logos__nav {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.section-logos__carousel {
  padding-left: calc((100% - 1296px) / 2 + 24px);
  display: flex;
  gap: 24px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.section-logos__carousel::-webkit-scrollbar {
  display: none;
}
.section-logos__logo {
  flex: 0 0 130px;
  height: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-logos__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.section-articles__inner::after {
  content: "";
  position: absolute;
  width: 2000px;
  height: 1300px;
  background: url("../img/w-opaque-white.svg") no-repeat center/contain;
  z-index: 0;
  pointer-events: none;
}
.section-articles__inner {
  background-color: #F1EBE1;
  padding: 160px 0 120px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: clip;
  position: relative;
}
.section-articles__inner::after {
  left: -400px;
  bottom: -100px;
}
.section-articles__top {
  padding-left: calc((100% - 1296px) / 2 + 24px);
  padding-right: calc((100% - 1296px) / 2 + 24px);
  display: flex;
  align-items: flex-end;
  gap: 24px;
  position: relative;
  z-index: 1;
}
.section-articles__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.01;
  flex: 1;
}
.section-articles__nav {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.section-articles__carousel {
  display: flex;
  align-items: stretch;
  gap: 24px;
  padding-left: calc((100% - 1296px) / 2 + 24px);
  padding-right: calc((100% - 1296px) / 2 + 24px);
  padding-bottom: 40px;
  overflow-x: auto;
  position: relative;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.section-articles__carousel::-webkit-scrollbar {
  display: none;
}

.footer__wave {
  display: block;
  width: 100%;
  height: 80px;
}
.footer__wave img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__body {
  background-color: #15303D;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}
.footer__deco {
  position: absolute;
  right: -100px;
  bottom: 40px;
  width: 395px;
  height: auto;
  z-index: 0;
  pointer-events: none;
}
.footer__cta-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 0 312px;
}
.footer__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.08;
  color: #F6F3ED;
  text-align: center;
}
.footer__cta-row {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.footer__contacts {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  gap: 24px;
  padding-top: 120px;
  padding-bottom: 120px;
}
.footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 306px;
}
.footer__contact-photo {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  object-fit: cover;
}
.footer__contact-name {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.08;
  white-space: nowrap;
}
.footer__contact-name--educ {
  color: #5ED4DE;
}
.footer__contact-name--acad {
  color: #F2A450;
}
.footer__contact-name--orga {
  color: #4DDDA4;
}
.footer__contact-name--quali {
  color: #F1EBE1;
}
.footer__contact-info {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  color: #F6F3ED;
}
.footer__contact-info a {
  color: #F6F3ED;
}
.footer__contact-info a:hover {
  color: #5ED4DE;
  text-decoration: underline;
}
.footer__separator {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  height: 2px;
  background-color: #5ED4DE;
}
.footer__links {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  align-items: flex-end;
  gap: 24px;
  padding-top: 120px;
  padding-bottom: 80px;
}
.footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 306px;
}
.footer__logo {
  height: 78px;
}
.footer__logo img {
  height: 100%;
  width: auto;
}
.footer__tagline {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  color: #F6F3ED;
}
.footer__linkedin-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #5ED4DE;
  border-radius: 4000px;
  padding: 8px 20px 8px 14px;
  color: #15303D;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.footer__linkedin-btn img {
  width: 30px;
  height: 29px;
}
.footer__nav-cols {
  display: flex;
  gap: 24px;
}
.footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 306px;
  color: #F6F3ED;
}
.footer__nav-heading {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.footer__nav-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__nav-link {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.32px;
  color: #F6F3ED;
}
.footer__nav-link:hover {
  color: #5ED4DE;
  text-decoration: underline;
}
.footer__qualiopi-title {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #F6F3ED;
}
.footer__qualiopi-link {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.32px;
  color: #F6F3ED;
  text-decoration: underline;
}
.footer__qualiopi-link:hover {
  color: #5ED4DE;
}
.footer__qualiopi-img {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__qualiopi-img img {
  height: 100px;
  width: auto;
  object-fit: contain;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer__mentions {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding: 16px 0;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.32px;
  color: #5ED4DE;
}
.footer__mentions a {
  color: #5ED4DE;
}
.footer__mentions a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.footer__bandeau {
  display: flex;
  height: 8px;
  width: 100%;
}
.footer__bandeau-blue {
  width: 312px;
  background-color: #5ED4DE;
}
.footer__bandeau-orange {
  flex: 1;
  background-color: #F2A450;
}
.footer__bandeau-green {
  width: 312px;
  background-color: #4DDDA4;
}

.section-enjeux {
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .section-enjeux {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .section-enjeux {
    padding: 48px 0;
  }
}
.section-enjeux__container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1200px) {
  .section-enjeux__container {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .section-enjeux__container {
    padding-left: 16px;
    padding-right: 16px;
    gap: 24px;
  }
}
.section-enjeux__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.08;
  text-align: center;
  max-width: 1076px;
  color: #15303D;
}
.section-enjeux__items {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.section-enjeux__item {
  width: calc((100% - 3 * 24px) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1200px) {
  .section-enjeux__item {
    width: calc((100% - 24px) / 2);
    max-width: 340px;
  }
}
@media (max-width: 768px) {
  .section-enjeux__item {
    width: 100%;
    max-width: 340px;
  }
}
.section-enjeux__number {
  width: 80px;
  height: 80px;
  background-color: #15303D;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-enjeux__number span {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.01;
  color: var(--enjeux-color, #5ED4DE);
}
.section-enjeux__text {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #15303D;
  text-align: center;
}

.section-title-cta {
  padding: 80px 0;
}
.section-title-cta__container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.section-title-cta__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.08;
  max-width: 1076px;
  color: #15303D;
}
.section-title-cta__subtitle {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  letter-spacing: 0.36px;
  max-width: 856px;
  color: #15303D;
}

.section-formations {
  padding: 80px 0;
}
.section-formations--white {
  background-color: #FFFFFF;
}
.section-formations--educ {
  background-color: #5ED4DE;
}
.section-formations--orga {
  background-color: #4DDDA4;
}
.section-formations--acad {
  background-color: #F2A450;
}
.section-formations--cards-white .section-formations__card {
  background-color: #FFFFFF;
}
.section-formations__container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
.section-formations__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  color: #15303D;
}
.section-formations__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.01;
  max-width: 1076px;
}
.section-formations__desc {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  letter-spacing: 0.36px;
  max-width: 856px;
}
.section-formations__desc a {
  color: #15303D;
  text-decoration: underline;
}
.section-formations__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  width: 100%;
}
.section-formations__card {
  flex: 1 1 calc(25% - 18px);
  max-width: calc(25% - 18px);
  min-width: 0;
  min-height: 320px;
  background-color: #F6F3ED;
  border-radius: 24px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.section-formations__card:hover {
  background-color: #15303D;
}
.section-formations__card:hover .section-formations__card-name,
.section-formations__card:hover .section-formations__card-subtitle {
  color: #5ED4DE;
}
.section-formations__card:hover .section-formations__card-icon {
  background-color: rgba(241, 235, 225, 0.08);
}
.section-formations__card:hover .section-formations__card-icon img {
  filter: brightness(0) saturate(100%) invert(78%) sepia(34%) saturate(567%) hue-rotate(131deg) brightness(95%) contrast(91%);
}
.section-formations__card:hover .section-formations__card-arrow {
  background-color: #5ED4DE;
}
.section-formations__card:hover .section-formations__card-arrow .arrow-light {
  display: none;
}
.section-formations__card:hover .section-formations__card-arrow .arrow-dark {
  display: block;
}
.section-formations--orga .section-formations__card:hover .section-formations__card-name,
.section-formations--orga .section-formations__card:hover .section-formations__card-subtitle {
  color: #4DDDA4;
}
.section-formations--orga .section-formations__card:hover .section-formations__card-icon img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(52%) saturate(397%) hue-rotate(101deg) brightness(98%) contrast(87%);
}
.section-formations--orga .section-formations__card:hover .section-formations__card-arrow {
  background-color: #4DDDA4;
}
.section-formations--orga .section-formations__card:hover .section-formations__card-arrow .arrow-light {
  display: none;
}
.section-formations--orga .section-formations__card:hover .section-formations__card-arrow .arrow-dark {
  display: block;
}
.section-formations--acad .section-formations__card:hover .section-formations__card-name,
.section-formations--acad .section-formations__card:hover .section-formations__card-subtitle {
  color: #F2A450;
}
.section-formations--acad .section-formations__card:hover .section-formations__card-icon img {
  filter: brightness(0) saturate(100%) invert(73%) sepia(44%) saturate(668%) hue-rotate(335deg) brightness(100%) contrast(91%);
}
.section-formations--acad .section-formations__card:hover .section-formations__card-arrow {
  background-color: #F2A450;
}
.section-formations--acad .section-formations__card:hover .section-formations__card-arrow .arrow-light {
  display: none;
}
.section-formations--acad .section-formations__card:hover .section-formations__card-arrow .arrow-dark {
  display: block;
}
.section-formations__card-icon {
  width: 64px;
  height: 64px;
  background-color: #F1EBE1;
  border-radius: 4000px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  transition: background-color 0.3s ease;
}
.section-formations__card-icon img {
  width: 42px;
  height: 42px;
  transition: filter 0.3s ease;
}
.section-formations__card-name {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.01;
  color: #15303D;
  margin-top: 16px;
  transition: color 0.3s ease;
}
.section-formations__card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
}
.section-formations__card-subtitle {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #15303D;
  max-width: 168px;
  transition: color 0.3s ease;
}
.section-formations__card-arrow {
  width: 56px;
  height: 56px;
  background-color: #15303D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}
.section-formations__card-arrow img {
  width: 14px;
  height: 9px;
  transform: rotate(90deg);
}
.section-formations__card-arrow .arrow-light {
  display: block;
}
.section-formations__card-arrow .arrow-dark {
  display: none;
}
@media (max-width: 1200px) {
  .section-formations__card {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
@media (max-width: 768px) {
  .section-formations__container {
    padding-left: 0;
    padding-right: 0;
  }
  .section-formations__header {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-formations__grid {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-formations__grid::-webkit-scrollbar {
    display: none;
  }
  .section-formations__card {
    width: 260px;
    min-width: 260px;
    min-height: auto;
  }
  .section-formations .btn {
    margin: 0 24px;
  }
}

.header__hero--page .header__hero-inner {
  align-items: flex-start;
}
.header__hero--page .header__hero-text {
  flex: 1;
  padding-top: 0;
}

.header__hero-image-single {
  flex: 1;
  max-width: 636px;
  height: 475px;
  margin-bottom: 80px;
  background-color: #FFFFFF;
  border-radius: 38px;
  padding: 16px;
  z-index: 2;
  overflow: hidden;
}
.header__hero-image-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.section-conferences {
  padding: 80px 0;
}
.section-conferences__container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
.section-conferences__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  color: #15303D;
  max-width: 1076px;
}
.section-conferences__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.08;
}
.section-conferences__desc {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  letter-spacing: 0.36px;
  max-width: 856px;
}
.section-conferences__list {
  display: flex;
  flex-direction: column;
  gap: 44px;
  max-width: 1076px;
  width: 100%;
}
.section-conferences__bloc {
  display: flex;
  flex-direction: column;
  gap: 28px;
  background-color: #4DDDA4;
  border-radius: 16px;
  padding: 40px;
  color: #15303D;
}
.section-conferences__bloc-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap-reverse;
}
.section-conferences__bloc-subtitle {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.section-conferences__bloc-tag {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
  background-color: #F6F3ED;
  color: #15303D;
  padding: 2px 13px;
  border-radius: 4000px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: auto;
}
.section-conferences__bloc-title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.01;
  color: #15303D;
  margin-top: -20px;
}
.section-conferences__bloc-desc {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.32px;
  color: #15303D;
}
.section-conferences__bloc-desc p + p {
  margin-top: 8px;
}
.section-conferences__bloc-desc ul {
  list-style: disc;
  padding-left: 24px;
  margin-top: 0;
}
.section-conferences__bloc-desc li {
  margin-bottom: 0;
}

.section-process {
  padding: 80px 0;
}
.section-process__container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
.section-process__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.01;
  text-align: center;
  max-width: 1076px;
  color: #15303D;
}
.section-process__steps {
  display: flex;
  gap: 24px;
  justify-content: center;
  width: 100%;
}
.section-process__step {
  flex: 1 1 0;
  min-width: 0;
  max-width: 306px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.section-process__step-number {
  width: 80px;
  height: 80px;
  background-color: #15303D;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.01;
  color: #F2A450;
}
.section-process__step-title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.08;
  color: #15303D;
}
.section-process__step-desc {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.32px;
  color: #15303D;
}

.section-testimonial__inner::after {
  content: "";
  position: absolute;
  width: 2000px;
  height: 1300px;
  background: url("../img/w-opaque-white.svg") no-repeat center/contain;
  z-index: 0;
  pointer-events: none;
}
.section-testimonial__inner {
  background-color: #F1EBE1;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
  position: relative;
}
.section-testimonial__inner::after {
  left: -400px;
  bottom: -180px;
}
.section-testimonial__top {
  padding-left: max(24px, (100% - 1296px) / 2 + 24px);
  padding-right: max(24px, (100% - 1296px) / 2 + 24px);
  display: flex;
  align-items: flex-end;
  gap: 24px;
  position: relative;
  z-index: 1;
}
.section-testimonial__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.01;
  flex: 1;
}
.section-testimonial__nav {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.section-testimonial__carousel {
  display: flex;
  gap: 24px;
  padding-left: max(24px, (100% - 1296px) / 2 + 24px);
  overflow-x: auto;
  position: relative;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.section-testimonial__carousel::-webkit-scrollbar {
  display: none;
}
.section-testimonial__bottom {
  padding-left: max(24px, (100% - 1296px) / 2 + 24px);
  padding-right: max(24px, (100% - 1296px) / 2 + 24px);
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.card-testimonial {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 40px 24px;
  flex-shrink: 0;
  width: 580px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.card-testimonial__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.card-testimonial__photo {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  object-fit: cover;
}
.card-testimonial__identity {
  display: flex;
  flex-direction: column;
  color: #15303D;
}
.card-testimonial__name {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.01;
}
.card-testimonial__role {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.card-testimonial__body {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.32px;
  color: #15303D;
}
.card-testimonial__body strong {
  font-weight: 700;
}
.card-testimonial__body p + p {
  margin-top: 1em;
}

.section-center-photos {
  background-color: #F2A450;
  padding: 100px 0;
}
.section-center-photos--no-bg {
  background-color: transparent;
}
.section-center-photos--educ {
  background-color: #5ED4DE;
}
.section-center-photos--acad {
  background-color: #F2A450;
}
.section-center-photos--orga {
  background-color: #4DDDA4;
}
.section-center-photos--dark {
  background-color: #15303D;
}
.section-center-photos--white {
  background-color: #FFFFFF;
}
.section-center-photos__container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.section-center-photos__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.01;
  color: #15303D;
  text-align: center;
  max-width: 1076px;
}
.section-center-photos__desc {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  color: #15303D;
  text-align: center;
  max-width: 856px;
  letter-spacing: 0.36px;
}
.section-center-photos__desc p + p {
  margin-top: 1em;
}
.section-center-photos__gallery {
  display: flex;
  gap: 24px;
  padding: 24px 0;
  width: 100%;
}
.section-center-photos__card {
  flex: 1 1 0;
  min-width: 0;
  background-color: #FFFFFF;
  border-radius: 38px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.section-center-photos__card-img {
  width: 100%;
  aspect-ratio: 384/269;
  border-radius: 24px;
  overflow: hidden;
}
.section-center-photos__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-center-photos__card-caption {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.28px;
  color: #15303D;
}
@media (max-width: 768px) {
  .section-center-photos__container {
    padding-left: 0;
    padding-right: 0;
  }
  .section-center-photos__title, .section-center-photos__desc, .section-center-photos__footer {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-center-photos__gallery {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-center-photos__gallery::-webkit-scrollbar {
    display: none;
  }
  .section-center-photos__card {
    flex: none;
    width: 75vw;
    min-width: 75vw;
  }
  .section-center-photos .btn {
    margin-left: 24px;
    margin-right: 24px;
  }
}
.section-center-photos__footer {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  color: #15303D;
  text-align: center;
  max-width: 856px;
  letter-spacing: 0.36px;
}
.section-center-photos__footer a {
  text-decoration: underline;
}

.section-team {
  background-color: #F6F3ED;
  padding: 100px 0;
}
.section-team__container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
.section-team__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.08;
  color: #15303D;
  text-align: center;
  max-width: 1076px;
  padding-left: 24px;
  padding-right: 24px;
}
.section-team__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 24px;
  justify-content: center;
  width: 100%;
}
.section-team__card {
  width: 306px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-team__grid--founders-2 > .section-team__card:nth-child(2)::after {
  content: "";
  display: block;
}
.section-team__grid--founders-2::before {
  content: "";
  width: 0;
  height: 0;
  order: 1;
  flex-basis: 100%;
}
.section-team__grid--founders-2 > .section-team__card:nth-child(n+3) {
  order: 2;
}
.section-team__photo {
  width: 196px;
  height: 196px;
  min-height: 196px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.section-team__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-team--small .section-team__photo {
  width: 92px;
  height: 92px;
  min-height: 92px;
}
.section-team__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section-team__name {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.01;
  color: #15303D;
}
.section-team__role {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #15303D;
}
.section-team__desc {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  color: #15303D;
}
.section-team__contact {
  display: flex;
  flex-direction: column;
}
.section-team__email {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  color: #15303D;
}
.section-team__linkedin {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  color: #15303D;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .section-team__grid {
    padding-left: 24px;
    padding-right: 24px;
    gap: 60px 24px;
  }
  .section-team__card {
    width: calc((100% - 24px) / 2);
  }
  .section-team__grid--founders-2::before {
    display: none;
  }
  .section-team__grid--founders-2 > .section-team__card:nth-child(n+3) {
    order: 0;
  }
}
@media (max-width: 768px) {
  .section-team__grid {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .section-team__grid::-webkit-scrollbar {
    display: none;
  }
  .section-team__card {
    width: 260px;
    min-width: 260px;
    flex-shrink: 0;
  }
}

.section-proof-illu {
  background-color: #F6F3ED;
  padding: 80px 0;
}
.section-proof-illu__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.01;
  color: #15303D;
  text-align: center;
  margin-bottom: 40px;
}
.section-proof-illu__container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  gap: 24px;
  align-items: stretch;
  justify-content: center;
}
.section-proof-illu__card {
  flex: 1 1 0;
  min-width: 0;
  max-width: 362px;
  background-color: #FFFFFF;
  border-radius: 38px;
  padding: 40px 12px;
  text-align: center;
  color: #15303D;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.section-proof-illu__illu {
  width: 120px;
  height: 120px;
}
.section-proof-illu__number {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.01;
  white-space: nowrap;
}
.section-proof-illu__label {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .section-proof-illu__container {
    flex-direction: column;
    align-items: center;
  }
  .section-proof-illu__card {
    max-width: 400px;
    width: 100%;
  }
}

.section-info-bar {
  background-color: #F6F3ED;
  padding: 40px 0 0;
}
.section-info-bar__container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.section-info-bar__bar {
  background-color: #F2A450;
  border-radius: 70px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.section-info-bar__icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  background-color: #15303D;
  border-radius: 50%;
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.01;
  color: #F6F3ED;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-info-bar__text {
  flex: 1;
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.01;
  color: #15303D;
}
.section-info-bar .btn {
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .section-info-bar__bar {
    flex-wrap: wrap;
    border-radius: 24px;
    gap: 16px;
  }
  .section-info-bar__text {
    flex: 1 1 calc(100% - 80px);
    font-size: 22px;
  }
  .section-info-bar .btn {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .section-info-bar__text {
    font-size: 18px;
  }
  .section-info-bar__icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 32px;
  }
}

.section-details {
  padding: 80px 0;
  background-color: #F6F3ED;
}
.section-details__container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
}
.section-details__text {
  width: 636px;
  flex-shrink: 0;
  padding-right: 110px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-details__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #15303D;
}
.section-details__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.01;
  color: #15303D;
}
.section-details__desc {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  color: #15303D;
}
.section-details__desc p + p {
  margin-top: 1em;
}
.section-details__card {
  width: 416px;
  flex-shrink: 0;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 40px 28px;
  color: #15303D;
}
.section-details__card h2, .section-details__card h3, .section-details__card h4, .section-details__card strong {
  font-family: "SFT Ritam Sans", sans-serif;
  font-weight: 800;
  line-height: 1.01;
}
.section-details__card h2 {
  font-size: 32px;
}
.section-details__card h3 {
  font-size: 28px;
}
.section-details__card h4 {
  font-size: 24px;
}
.section-details__card p {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  margin-top: 4px;
}
.section-details__card > * + * {
  margin-top: 28px;
}
.section-details__card a {
  text-decoration: underline;
  color: inherit;
}
@media (max-width: 1400px) {
  .section-details__text {
    width: auto;
    flex: 1;
    padding-right: 40px;
  }
  .section-details__card {
    width: 360px;
  }
}
@media (max-width: 1200px) {
  .section-details__container {
    flex-direction: column;
  }
  .section-details__text {
    width: 100%;
    padding-right: 0;
  }
  .section-details__card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-details {
    padding: 48px 0;
  }
  .section-details__title {
    font-size: 32px;
  }
  .section-details__card {
    padding: 28px 20px;
  }
  .section-details__card h2 {
    font-size: 24px;
  }
  .section-details__card h3 {
    font-size: 22px;
  }
  .section-details__card > * + * {
    margin-top: 20px;
  }
}

.section-steps {
  padding: 100px 0 140px;
}
.section-steps__container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.section-steps__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.08;
  color: #15303D;
  text-align: center;
}
.section-steps__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 54px;
  width: 100%;
}
.section-steps__card {
  width: calc((100% - 108px) / 3);
  border-radius: 16px;
  padding: 40px 28px 70px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.section-steps__card-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section-steps__badge {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}
.section-steps__card-title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.01;
}
.section-steps__card-desc {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
}
.section-steps__card-desc p + p {
  margin-top: 8px;
}
.section-steps__footer {
  display: flex;
  justify-content: center;
}
.section-steps__card--accent .section-steps__badge {
  background-color: #15303D;
}
.section-steps__card--accent .section-steps__card-title,
.section-steps__card--accent .section-steps__card-desc {
  color: #15303D;
}
.section-steps__card--dark {
  background-color: #15303D;
}
.section-steps__card--dark .section-steps__badge {
  color: #15303D;
}
.section-steps__card--white {
  background-color: #FFFFFF;
}
.section-steps__card--white .section-steps__badge {
  background-color: #15303D;
  color: #FFFFFF;
}
.section-steps__card--white .section-steps__card-title,
.section-steps__card--white .section-steps__card-desc {
  color: #15303D;
}
.section-steps__card--beige {
  background-color: #F1EBE1;
}
.section-steps__card--beige .section-steps__badge {
  background-color: #15303D;
  color: #F1EBE1;
}
.section-steps__card--beige .section-steps__card-title,
.section-steps__card--beige .section-steps__card-desc {
  color: #15303D;
}
.section-steps--acad .section-steps__card--accent {
  background-color: #F2A450;
}
.section-steps--acad .section-steps__card--accent .section-steps__badge {
  color: #F2A450;
}
.section-steps--acad .section-steps__card--dark .section-steps__badge {
  background-color: #F2A450;
}
.section-steps--acad .section-steps__card--dark .section-steps__card-title,
.section-steps--acad .section-steps__card--dark .section-steps__card-desc {
  color: #F2A450;
}
.section-steps--educ .section-steps__card--accent {
  background-color: #5ED4DE;
}
.section-steps--educ .section-steps__card--accent .section-steps__badge {
  color: #5ED4DE;
}
.section-steps--educ .section-steps__card--dark .section-steps__badge {
  background-color: #5ED4DE;
}
.section-steps--educ .section-steps__card--dark .section-steps__card-title,
.section-steps--educ .section-steps__card--dark .section-steps__card-desc {
  color: #5ED4DE;
}
.section-steps--orga .section-steps__card--accent {
  background-color: #4DDDA4;
}
.section-steps--orga .section-steps__card--accent .section-steps__badge {
  color: #4DDDA4;
}
.section-steps--orga .section-steps__card--dark .section-steps__badge {
  background-color: #4DDDA4;
}
.section-steps--orga .section-steps__card--dark .section-steps__card-title,
.section-steps--orga .section-steps__card--dark .section-steps__card-desc {
  color: #4DDDA4;
}
@media (max-width: 1400px) {
  .section-steps__grid {
    gap: 32px;
  }
  .section-steps__card {
    width: calc((100% - 64px) / 3);
  }
}
@media (max-width: 1200px) {
  .section-steps {
    padding: 64px 0 80px;
  }
  .section-steps__grid {
    gap: 24px;
  }
  .section-steps__card {
    width: calc((100% - 24px) / 2);
    padding: 32px 24px 48px;
  }
  .section-steps__badge {
    width: 64px;
    height: 64px;
    font-size: 38px;
  }
  .section-steps__card-title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .section-steps {
    padding: 48px 0 64px;
  }
  .section-steps__title {
    font-size: 32px;
  }
  .section-steps__grid {
    gap: 16px;
  }
  .section-steps__card {
    width: 100%;
    padding: 28px 20px 40px;
    gap: 20px;
  }
  .section-steps__badge {
    width: 56px;
    height: 56px;
    font-size: 32px;
  }
  .section-steps__card-title {
    font-size: 24px;
  }
}

.section-description {
  background-color: #F1EBE1;
  padding: 100px 0;
}
.section-description__container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.section-description__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.section-description__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.08;
  color: #15303D;
  max-width: 1076px;
}
.section-description__subtitle {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  color: #15303D;
  max-width: 856px;
}
.section-description__items {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.section-description__item {
  width: 306px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
@media (max-width: 1200px) {
  .section-description__items {
    flex-direction: column;
    align-items: center;
  }
}
.section-description__badge {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #15303D;
  color: #5ED4DE;
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-description--educ .section-description__badge {
  color: #5ED4DE;
}
.section-description--orga .section-description__badge {
  color: #4DDDA4;
}
.section-description--acad .section-description__badge {
  color: #F2A450;
}
.section-description__item-title {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #15303D;
}

.section-offres {
  padding: 100px 0 140px;
}
.section-offres__container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.section-offres__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.08;
  color: #15303D;
  text-align: center;
}
.section-offres__cards {
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media (max-width: 1200px) {
  .section-offres__cards {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
}
.section-offres__card {
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 1200px) {
  .section-offres__card {
    width: 100%;
    max-width: 500px;
  }
}
.section-offres__card {
  border-radius: 16px;
  padding: 40px 28px 70px;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #15303D;
}
.section-offres__card--educ {
  background-color: #5ED4DE;
}
.section-offres__card--acad {
  background-color: #F2A450;
}
.section-offres__card--orga {
  background-color: #4DDDA4;
}
.section-offres__card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.section-offres__card-content .tag {
  align-self: flex-start;
}
.section-offres__card-title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.01;
}
.section-offres__card-desc {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
}
.section-offres__card-desc p + p {
  margin-top: 1em;
}
.section-offres__card-btn {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}

.header__hero--minimal {
  padding-bottom: 60px;
  min-height: 270px;
}

.section-page-title {
  padding: 80px 0 80px;
  position: relative;
  z-index: 1;
}
.section-page-title__container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
}
.section-page-title__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.08;
  color: #15303D;
  max-width: 1076px;
  margin: 0 auto;
}

.section-contact {
  padding: 0 0 100px;
}
.section-contact__container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.section-contact__sidebar {
  width: 416px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-contact__info-card, .section-contact__referents-card {
  background-color: #FFFFFF;
  border-radius: 40px;
  padding: 40px 28px;
}
.section-contact__info-title, .section-contact__referents-title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.01;
  color: #15303D;
  margin-bottom: 40px;
}
.section-contact__info-details {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #15303D;
}
.section-contact__info-details a {
  color: #15303D;
  text-decoration: none;
}
.section-contact__info-details a:hover {
  text-decoration: underline;
}
.section-contact__referents-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.section-contact__referent {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section-contact__referent-tag {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-flex;
  align-self: flex-start;
  padding: 2px 13px;
  border-radius: 4000px;
  color: #15303D;
}
.section-contact__referent-tag--educ {
  background-color: #5ED4DE;
}
.section-contact__referent-tag--acad {
  background-color: #F2A450;
}
.section-contact__referent-tag--orga {
  background-color: #4DDDA4;
}
.section-contact__referent-tag--dark {
  background-color: #15303D;
  color: #F6F3ED;
}
.section-contact__referent-photo {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  overflow: hidden;
}
.section-contact__referent-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-contact__referent-name {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.08;
}
.section-contact__referent-name--educ {
  color: #5ED4DE;
}
.section-contact__referent-name--acad {
  color: #F2A450;
}
.section-contact__referent-name--orga {
  color: #4DDDA4;
}
.section-contact__referent-name--dark {
  color: #15303D;
}
.section-contact__referent-email, .section-contact__referent-linkedin {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  color: #15303D;
}
.section-contact__referent-email a, .section-contact__referent-linkedin a {
  color: #15303D;
  text-decoration: none;
}
.section-contact__referent-email a:hover, .section-contact__referent-linkedin a:hover {
  text-decoration: underline;
}
.section-contact__referent-linkedin {
  text-decoration: none;
}
.section-contact__referent-linkedin:hover {
  text-decoration: underline;
}
.section-contact__form-card {
  flex: 1;
  background-color: #5ED4DE;
  border-radius: 32px;
  padding: 40px 28px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.section-contact__field {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-contact__label {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.01;
  color: #15303D;
}
.section-contact__input, .section-contact__select {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #15303D;
  background-color: #F6F3ED;
  border: 2px solid transparent;
  border-radius: 4000px;
  padding: 16px 24px;
  width: 100%;
  max-width: 498px;
  outline: none;
}
.section-contact__input::placeholder, .section-contact__select::placeholder {
  color: #15303D;
  opacity: 0.6;
}
.section-contact__input:focus-visible, .section-contact__select:focus-visible {
  border-color: #15303D;
  outline: 2px solid #15303D;
  outline-offset: 2px;
}
.section-contact__select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%2315303D' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 50px;
}
.section-contact__select--wide {
  max-width: 100%;
}
.section-contact__textarea {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #15303D;
  background-color: #F6F3ED;
  border: 2px solid transparent;
  border-radius: 28px;
  padding: 16px 24px;
  width: 100%;
  min-height: 147px;
  resize: vertical;
  outline: none;
}
.section-contact__textarea::placeholder {
  color: #15303D;
  opacity: 0.6;
}
.section-contact__textarea:focus-visible {
  border-color: #15303D;
  outline: 2px solid #15303D;
  outline-offset: 2px;
}
.section-contact__fields-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section-contact__checkbox {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.section-contact__checkbox input[type=checkbox] {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  appearance: none;
  background-color: #F6F3ED;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}
.section-contact__checkbox input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #15303D;
}
.section-contact__checkbox-text {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #15303D;
}
.section-contact__checkbox-text a {
  color: #15303D;
  text-decoration: underline;
}
.section-contact__field-wrap {
  display: flex;
  flex-direction: column;
}
.section-contact__submit {
  display: flex;
  justify-content: flex-end;
}
.section-contact__submit .btn {
  background: none;
  border: none;
  padding: 0;
}
.section-contact__submit .btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.section-contact__error {
  display: block;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #c0392b;
  background: rgba(192, 57, 43, 0.1);
  border-radius: 8px;
  padding: 6px 14px;
  margin-top: 8px;
  animation: awayke-error-in 0.3s ease;
}
@keyframes awayke-error-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-contact .is-error {
  border-color: #c0392b !important;
  box-shadow: 0 0 0 2px rgba(192, 57, 43, 0.2);
}
.section-contact__success {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 60px 20px;
  animation: awayke-success-in 0.5s ease;
}
.section-contact__success.is-visible {
  display: flex;
}
@keyframes awayke-success-in {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.section-contact__success-icon {
  margin-bottom: 8px;
}
.section-contact__success-title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.08;
  color: #15303D;
}
.section-contact__success-text {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #15303D;
  max-width: 400px;
}
.section-contact .is-hidden {
  display: none;
}
@media (max-width: 1200px) {
  .section-contact__container {
    flex-direction: column;
  }
  .section-contact__sidebar {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-contact__form-card {
    padding: 28px 16px;
    gap: 48px;
  }
  .section-contact__error {
    font-size: 13px;
    padding: 5px 12px;
  }
  .section-contact__success {
    padding: 40px 16px;
  }
  .section-contact__success-title {
    font-size: 24px;
  }
  .section-contact__success-text {
    font-size: 16px;
  }
}

.section-blog {
  padding: 0 0 100px;
}
.section-blog__container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.section-blog__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 44px;
}
.section-blog__filters {
  display: flex;
  align-items: center;
  gap: 24px;
}
.section-blog__filter-label {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.08;
  color: #15303D;
}
.section-blog__filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 4000px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: none;
  color: #15303D;
}
.section-blog__filter-tag:hover {
  opacity: 0.85;
}
.section-blog__filter-tag.is-active {
  background-color: #15303D !important;
  color: #FFFFFF;
}
.section-blog__filter-tag.is-active span {
  color: #FFFFFF;
}
.section-blog__filter-tag.is-active .section-blog__filter-tag__close {
  display: block;
  color: #FFFFFF;
}
.section-blog__filter-tag__close {
  width: 16px;
  height: 16px;
  display: none;
  flex-shrink: 0;
}
.section-blog__pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.section-blog__page {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2.5px solid #15303D;
  background: none;
  cursor: pointer;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #15303D;
  text-decoration: none;
  transition: all 0.2s ease;
}
.section-blog__page:hover, .section-blog__page.is-active {
  background-color: #15303D;
  color: #F6F3ED;
}
.section-blog__ellipsis {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #15303D;
}
.section-blog__page-arrow {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2.5px solid #15303D;
  background: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.section-blog__page-arrow img {
  width: 14px;
  height: 9px;
}
.section-blog__page-arrow--prev img {
  transform: rotate(-90deg);
}
.section-blog__page-arrow--next img {
  transform: rotate(90deg);
}
.section-blog__page-arrow:hover {
  background-color: #15303D;
}
.section-blog__page-arrow:hover .arrow-dark {
  display: none;
}
.section-blog__page-arrow:hover .arrow-light {
  display: block;
}
.section-blog__page-arrow .arrow-light {
  display: none;
}
.section-blog__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 24px;
  margin-bottom: 80px;
}
.section-blog__grid .card-article {
  width: calc((100% - 2 * 24px) / 3);
  max-width: none;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .section-blog__toolbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .section-blog__grid .card-article {
    width: calc((100% - 24px) / 2);
    max-width: none;
  }
}
@media (max-width: 768px) {
  .section-blog__filters {
    flex-wrap: wrap;
    gap: 12px;
  }
  .section-blog__grid .card-article {
    width: 100%;
    max-width: none;
  }
  .section-blog__pagination {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.single-post__section {
  padding: 40px 24px;
}
.single-post__section--image {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.single-post__section--split {
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-post__section--footer {
  padding-bottom: 80px;
}
.single-post__container {
  max-width: 856px;
  margin: 0 auto;
}
.single-post__container h2 {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.01;
  color: #15303D;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .single-post__container h2 {
    font-size: 28px;
  }
}
.single-post__container--split {
  max-width: 856px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.single-post__container--split-reversed {
  flex-direction: row-reverse;
}
@media (max-width: 1200px) {
  .single-post__container--split {
    flex-direction: column;
  }
}
.single-post__text {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.36px;
  color: #15303D;
}
.single-post__text p {
  margin-bottom: 0;
}
.single-post__text p + p {
  margin-top: 1em;
}
.single-post__text strong {
  font-weight: 700;
}
.single-post__text u {
  text-decoration: underline;
}
.single-post__text a {
  color: #15303D;
  text-decoration: underline;
}
.single-post__image-caption {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.28px;
  color: #15303D;
  text-align: center;
  margin: 0;
}
.single-post__highlight {
  color: #5ED4DE;
  font-weight: 700;
}
.single-post__image-frame {
  background-color: #FFFFFF;
  border-radius: 38px;
  padding: 16px;
  max-width: 856px;
  width: 100%;
}
.single-post__image-frame img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 24px;
}
.single-post__image-frame--side {
  flex-shrink: 0;
  width: 416px;
}
@media (max-width: 1200px) {
  .single-post__image-frame--side {
    width: 100%;
  }
}
.single-post__image-frame--side img {
  height: 420px;
}
@media (max-width: 768px) {
  .single-post__image-frame--side img {
    height: 260px;
  }
}
@media (max-width: 768px) {
  .single-post__image-frame {
    border-radius: 24px;
    padding: 10px;
  }
  .single-post__image-frame img {
    height: 260px;
    border-radius: 16px;
  }
}
.single-post__container--split .single-post__text {
  flex: 1;
  min-width: 0;
}
.single-post__author {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.single-post__author-photo {
  width: 92px;
  height: 92px;
  border-radius: 100px;
  overflow: hidden;
  flex-shrink: 0;
}
.single-post__author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post__author-info {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.28px;
  color: #15303D;
}
.single-post__author-info a {
  color: #15303D;
  text-decoration: underline;
}
.single-post__author-info p {
  margin: 0;
}
.single-post__cta {
  display: flex;
  justify-content: center;
}

.page-single-post .single-post__section:first-child {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .page-single-post .single-post__section:first-child {
    padding-top: 40px;
  }
}

.single-post--podcast .single-post__container--centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-post--podcast .single-post__container--centered h1 {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.01;
  color: #15303D;
  margin-bottom: 0;
  text-align: center;
}
.single-post--podcast .single-post__image-frame--podcast {
  max-width: 416px;
}
.single-post--podcast .single-post__image-frame--podcast img {
  height: auto;
  aspect-ratio: 1/1;
}
.single-post--podcast .single-post__text {
  max-width: 856px;
  margin: 0 auto;
}

.page-podcast .single-post__section:first-child {
  padding-top: 40px;
}

.section-equipe {
  background-color: #F6F3ED;
  padding: 100px 0;
}
.section-equipe__container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.section-equipe__subtitle {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.01;
  color: #15303D;
  text-align: center;
  max-width: 860px;
  padding-left: 24px;
  padding-right: 24px;
}
.section-equipe__filters {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
}
.section-equipe__filter-label {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #15303D;
}
.section-equipe__filter-tag {
  border: none;
  font-size: 14px;
  padding: 6px 14px;
  gap: 8px;
}
.section-equipe__filter-tag .section-equipe__filter-close {
  width: 16px;
  height: 16px;
  display: none;
  flex-shrink: 0;
}
.section-equipe__filter-tag.is-active {
  background-color: #15303D !important;
  color: #FFFFFF;
}
.section-equipe__filter-tag.is-active .section-equipe__filter-close {
  display: block;
  color: #FFFFFF;
}
.section-equipe__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 24px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
.section-equipe__member {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  transition: opacity 0.3s ease;
}
.section-equipe__member.is-hidden {
  display: none;
}
.section-equipe__member-photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.section-equipe__member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-equipe__member-name {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #15303D;
}
.section-equipe__member-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
.section-equipe__tag {
  font-size: 12px;
  padding: 1px 10px;
  line-height: 20px;
}
@media (max-width: 1200px) {
  .section-equipe__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .section-equipe__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
  }
  .section-equipe__filters {
    gap: 8px;
  }
  .section-equipe__member-photo {
    width: 120px;
    height: 120px;
  }
}

.section-wysiwyg {
  padding: 0 0 80px;
}
.section-wysiwyg__container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 856px;
}
.section-wysiwyg h2 {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  color: #15303D;
  margin: 48px 0 16px;
}
.section-wysiwyg h3 {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #15303D;
  margin: 32px 0 12px;
}
.section-wysiwyg h4 {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #15303D;
  margin: 24px 0 8px;
}
.section-wysiwyg p {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.32px;
  color: #15303D;
  margin: 0 0 16px;
}
.section-wysiwyg ul, .section-wysiwyg ol {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #15303D;
  margin: 0 0 16px;
  padding-left: 24px;
}
.section-wysiwyg li {
  margin-bottom: 8px;
}
.section-wysiwyg a {
  color: #5ED4DE;
  text-decoration: underline;
}
.section-wysiwyg a:hover {
  color: #3abfc9;
}
.section-wysiwyg img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 24px 0;
}
.section-wysiwyg blockquote {
  border-left: 4px solid #5ED4DE;
  padding: 16px 24px;
  margin: 24px 0;
  font-style: italic;
  color: #15303D;
  background: #F6F3ED;
  border-radius: 0 8px 8px 0;
}
.section-wysiwyg table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}
.section-wysiwyg table th, .section-wysiwyg table td {
  padding: 12px 16px;
  border: 1px solid #ddd5c6;
  text-align: left;
  font-size: 16px;
}
.section-wysiwyg table th {
  background: #F6F3ED;
  font-weight: 600;
}

.section-404 {
  padding: 80px 0;
}
.section-404__container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 856px;
  text-align: center;
}
.section-404__title {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.01;
  color: #15303D;
  margin: 0 0 24px;
}
.section-404__subtitle {
  font-family: "SFT Ritam Sans", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  color: #15303D;
  margin: 0 0 40px;
}

@media (max-width: 1400px) {
  .colored-bloc,
  .card-article,
  .card-avis,
  .section-half__image,
  .section-half__text,
  .footer__contact,
  .footer__brand,
  .footer__nav-col,
  .megamenu__col,
  .megamenu__banner {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  h1,
  .section-enjeux__title,
  .section-title-cta__title,
  .section-conferences__title,
  .section-offres__title,
  .section-description__title,
  .section-steps__title,
  .section-team__title {
    font-size: 26px;
    line-height: 1.01;
  }
  h2,
  .section-proof__title,
  .section-triptych__title,
  .section-avis__title,
  .section-buttons__title,
  .section-logos__title,
  .section-articles__title,
  .section-testimonial__title,
  .section-center-photos__title,
  .section-half__title,
  .section-lead-magnet__title,
  .section-formations__title,
  .section-equipe__title,
  .section-proof-illu__title {
    font-size: 24px;
    line-height: 1.01;
  }
}
@media (max-width: 1400px) {
  .header__nav {
    padding: 20px 40px;
  }
  .header__menu {
    gap: 16px;
  }
  .header__bandeau-blue,
  .header__bandeau-green {
    width: 150px;
  }
}
@media (max-width: 1200px) {
  .header__nav {
    padding: 16px 24px;
    left: 0;
    transform: none;
  }
  .header__nav-inner {
    padding: 4px 12px;
  }
  .header__logo {
    padding: 8px 8px 12px;
  }
  .header__logo img {
    width: 120px;
  }
  .header__bandeau-blue,
  .header__bandeau-green {
    width: 100px;
  }
  .header__burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    padding: 0;
    background-color: #5ED4DE;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 12;
  }
  .header__burger span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #15303D;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  .header__burger.is-active {
    gap: 0;
  }
  .header__burger.is-active span:nth-child(1) {
    transform: translateY(1px) rotate(45deg);
  }
  .header__burger.is-active span:nth-child(2) {
    transform: translateY(-1px) rotate(-45deg);
  }
  .header__menu {
    display: none;
    position: fixed;
    top: 116px;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 11;
    background-color: #F6F3ED;
    flex-direction: column;
    padding: 24px;
    overflow-y: auto;
    gap: 0;
    border-radius: 37px;
  }
  .header__menu.is-open {
    display: flex;
  }
  .header__menu.is-drilled > .header__menu-item {
    display: none;
  }
  .header__menu.is-drilled > .header__menu-item--has-sub.is-drilled-active {
    display: block;
  }
  .header__menu.is-drilled > .header__menu-item--has-sub.is-drilled-active > .header__menu-link {
    display: none;
  }
  .header__menu-item {
    border-bottom: none;
    width: 100%;
  }
  .header__menu-item--home {
    display: list-item;
  }
  .header__menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0;
    font-size: 20px;
    border-radius: 0;
  }
  .header__menu-link:hover {
    background-color: transparent;
  }
  .header__menu-link--cta {
    background-color: #5ED4DE;
    border-radius: 4000px;
    padding: 12px 24px;
    margin-top: 24px;
    justify-content: center;
  }
  .header__menu-item--has-sub > .header__menu-link::after {
    content: "";
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    margin-left: 12px;
    border: 2px solid #15303D;
    border-radius: 50%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2315303D" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"/></svg>') no-repeat center/14px;
  }
  .header__menu-item:last-child {
    border-bottom: none;
  }
}
@media (min-width: 1201px) {
  .header__burger {
    display: none;
  }
}
@media (max-width: 1400px) {
  .header__hero {
    height: auto;
    padding-bottom: 100px;
  }
  .header__hero-inner {
    padding: 120px 40px 0;
    display: flex;
    align-items: center;
    gap: 40px;
    height: auto;
  }
  .header__hero-text {
    flex: 0 0 42%;
    max-width: 42%;
  }
  .header__hero-images {
    position: relative;
    top: auto;
    left: auto;
    flex: 1;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .header__hero-img {
    flex: 1 1 0;
    min-width: 0;
    max-width: 160px;
    padding: 10px;
  }
  .header__hero-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 172/371;
  }
  .header__hero-img--1 {
    margin-top: 40px;
  }
  .header__hero-img--2 {
    margin-top: -40px;
  }
  .header__hero-img--3 {
    margin-top: 10px;
  }
  .header__hero-deco {
    left: auto;
    right: -200px;
    top: auto;
    bottom: 0;
    width: 800px;
    height: 513px;
  }
  .header__hero-deco--illu {
    right: 0;
    bottom: 30px;
    width: 350px;
    height: auto;
  }
  .header__hero-deco-opaque {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header__hero {
    padding-bottom: 16px;
  }
  .header__hero-inner {
    flex-direction: column;
    padding-top: 100px;
  }
  .header__hero-image-single {
    margin-bottom: 0;
  }
  .header__hero-text {
    flex: none;
    max-width: 100%;
  }
  .header__hero-images {
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .header__hero-inner {
    padding-top: 140px;
  }
}
@media (max-width: 768px) {
  .header__hero {
    padding-bottom: 0;
  }
  .header__hero--has-illu {
    padding-bottom: 120px;
  }
  .header__hero-inner {
    gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .header__hero-image-single {
    margin-bottom: 0;
  }
  .header__hero-tags {
    flex-wrap: wrap;
  }
  .header__hero-text {
    padding-top: 0;
  }
  .header__hero-text h1 {
    font-size: 28px;
    line-height: 1.1;
  }
  .header__hero-text p {
    font-size: 16px;
  }
  .header__hero-img {
    padding: 8px;
  }
  .header__hero-img--1 {
    margin-top: 40px;
  }
  .header__hero-img--2 {
    margin-top: -40px;
  }
  .header__hero-img--3 {
    margin-top: 20px;
  }
  .header__hero-deco {
    right: -40px;
    bottom: 0px;
    width: 500px;
    height: 321px;
  }
  .header__hero-deco--illu {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 180px;
    height: auto;
  }
}
@media (max-width: 1400px) {
  .section-proof__container {
    flex-direction: column;
    gap: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-proof__card {
    width: 100%;
    padding: 24px;
    border-radius: 16px;
  }
}
@media (max-width: 1400px) {
  .section-triptych__cards {
    gap: 16px;
  }
  .colored-bloc {
    flex: 1 1 0;
    width: auto;
    padding: 0;
  }
  .colored-bloc__inner {
    padding: 24px 16px 60px;
  }
}
@media (max-width: 1200px) {
  .section-triptych__cards {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .colored-bloc {
    width: 100%;
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .section-triptych {
    padding: 40px 0;
  }
  .section-triptych__header {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-triptych__title {
    font-size: 28px;
  }
  .section-triptych__subtitle {
    font-size: 16px;
  }
  .section-triptych__cards {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 40px;
  }
  .colored-bloc {
    max-width: 100%;
  }
  .colored-bloc__img {
    height: 300px;
  }
}
@media (max-width: 1400px) {
  .section-avis__top {
    padding: 0 40px;
  }
  .section-avis__bottom {
    padding: 0 40px;
  }
  .section-avis__carousel {
    padding-left: 40px;
  }
}
@media (max-width: 1200px) {
  .section-avis__top {
    padding: 0 24px;
  }
  .section-avis__bottom {
    padding: 0 24px;
  }
  .section-avis__carousel {
    padding-left: 24px;
  }
  .section-avis__nav {
    display: none;
  }
  .card-avis {
    width: 340px;
  }
}
@media (max-width: 768px) {
  .section-avis {
    padding: 40px 0;
  }
  .section-avis__inner {
    padding: 40px 0;
    gap: 24px;
  }
  .section-avis__top {
    padding: 0 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .section-avis__title {
    font-size: 26px;
  }
  .section-avis__carousel {
    padding-left: 24px;
    gap: 16px;
  }
  .card-avis {
    width: 300px;
    padding: 24px 16px;
  }
  .section-avis__bottom {
    padding: 0 24px;
  }
}
@media (max-width: 1400px) {
  .section-half__container {
    flex-wrap: wrap;
  }
  .section-half__image {
    flex: 1 1 400px;
    width: auto;
    flex-shrink: 1;
  }
  .section-half__text {
    flex: 1 1 400px;
    width: auto;
    flex-shrink: 1;
    padding-left: 40px;
  }
}
@media (max-width: 1200px) {
  .section-half__container {
    flex-direction: column;
  }
  .section-half--reversed .section-half__container {
    flex-direction: column;
  }
  .section-half__image,
  .section-half__text {
    width: 100%;
    flex: none;
  }
  .section-half__text {
    padding-left: 0;
  }
  .section-half--reversed .section-half__text {
    padding-right: 0;
  }
  .section-half__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .section-half {
    padding: 40px 0;
  }
  .section-half__container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-half__image img {
    height: 300px;
  }
  .section-half__title {
    font-size: 26px;
  }
}
@media (max-width: 872px) {
  .section-half {
    padding-top: 160px;
  }
  .section-half__deco {
    width: 60px;
  }
  .section-half__deco--green {
    left: 0;
    top: 0;
    transform: translateY(-40px) rotate(284deg);
  }
  .section-half__deco--orange {
    left: 50%;
    top: 0;
    right: auto;
    transform: translateX(-50%) rotate(90deg);
  }
  .section-half__deco--blue {
    right: 0;
    top: 0;
    transform: none;
  }
}
@media (max-width: 1200px) {
  .section-buttons__title {
    font-size: 30px;
  }
  .btn-pill {
    font-size: 18px;
    padding: 14px 20px;
  }
  .section-buttons__grid {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-left: 24px;
    padding-right: 24px;
    gap: 12px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab;
  }
  .section-buttons__grid::-webkit-scrollbar {
    display: none;
  }
  .section-buttons__header {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-buttons__title {
    font-size: 26px;
  }
  .section-buttons__subtitle {
    font-size: 16px;
  }
  .btn-pill {
    font-size: 16px;
    padding: 12px 18px;
  }
}
@media (max-width: 1400px) {
  .section-lead-magnet__bg {
    padding: 140px 40px 100px;
  }
  .section-lead-magnet__bandeau-blue,
  .section-lead-magnet__bandeau-green {
    width: 150px;
  }
}
@media (max-width: 1200px) {
  .section-lead-magnet__bg {
    padding: 120px 24px 80px;
  }
  .section-lead-magnet__title {
    font-size: 30px;
  }
  .section-lead-magnet__bandeau-blue,
  .section-lead-magnet__bandeau-green {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .section-lead-magnet {
    padding: 40px 0;
  }
  .section-lead-magnet__bg {
    padding: 100px 24px 80px;
  }
  .section-lead-magnet__card {
    padding: 80px 24px 40px;
    border-radius: 24px;
  }
  .section-lead-magnet__title {
    font-size: 26px;
  }
  .section-lead-magnet__desc {
    font-size: 16px;
  }
  .section-lead-magnet__bandeau-blue,
  .section-lead-magnet__bandeau-green {
    width: 60px;
  }
}
@media (max-width: 1400px) {
  .section-logos__carousel {
    padding-left: 40px;
  }
}
@media (max-width: 1200px) {
  .section-logos__top {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-logos__title {
    font-size: 30px;
  }
  .section-logos__carousel {
    padding-left: 24px;
  }
  .section-logos__nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-logos {
    padding: 40px 0;
  }
  .section-logos__top {
    padding-left: 24px;
    padding-right: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
  }
  .section-logos__title {
    font-size: 26px;
  }
  .section-logos__carousel {
    padding-left: 24px;
    gap: 16px;
  }
}
@media (max-width: 1400px) {
  .section-articles__top {
    padding: 0 40px;
  }
  .section-articles__carousel {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .section-articles__top {
    padding: 0 24px;
  }
  .section-articles__carousel {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-articles__nav {
    display: none;
  }
  .card-article,
  .card-blog-link {
    width: 340px;
    max-width: 340px;
  }
}
@media (max-width: 768px) {
  .section-articles__inner {
    padding: 40px 0 80px;
    gap: 24px;
  }
  .section-articles__top {
    padding: 0 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .section-articles__title {
    font-size: 26px;
  }
  .section-articles__carousel {
    padding-left: 24px;
    padding-right: 24px;
    gap: 16px;
  }
  .card-article,
  .card-blog-link {
    width: 300px;
    max-width: 300px;
  }
  .card-article__img {
    height: 180px;
  }
}
@media (max-width: 1400px) {
  .footer__cta-block {
    padding: 0 40px;
  }
  .footer__contacts {
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
    justify-content: center;
    gap: 60px 24px;
  }
  .footer__contact {
    flex: 0 1 calc(50% - 24px);
    align-items: center;
    text-align: center;
  }
  .footer__links {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    gap: 40px;
  }
  .footer__brand {
    width: 100%;
    align-items: center;
  }
  .footer__nav-cols {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .footer__nav-col {
    width: 100%;
    align-items: center;
  }
  .footer__bandeau-blue,
  .footer__bandeau-green {
    width: 150px;
  }
}
@media (max-width: 1200px) {
  .footer__cta-block {
    padding: 0 24px;
  }
  .footer__title {
    font-size: 34px;
  }
  .footer__contacts {
    padding: 80px 24px;
  }
  .footer__links {
    padding: 80px 24px 40px;
  }
  .footer__bandeau-blue,
  .footer__bandeau-green {
    width: 100px;
  }
  .footer__mentions {
    flex-direction: column;
    gap: 12px;
    align-items: center;
    text-align: center;
    padding: 24px;
  }
  .footer__mentions span:nth-child(2),
  .footer__mentions span:nth-child(4) {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer__wave {
    height: 40px;
  }
  .footer__cta-block {
    padding: 0 24px;
    gap: 24px;
  }
  .footer__title {
    font-size: 28px;
  }
  .footer__cta-row {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    align-items: center;
  }
  .footer__contacts {
    flex-direction: column;
    gap: 60px;
    padding: 60px 24px;
  }
  .footer__contact {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .footer__separator {
    margin-left: 24px;
    margin-right: 24px;
  }
  .footer__links {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 40px;
    padding: 60px 24px 40px;
  }
  .footer__brand {
    width: 100%;
    align-items: flex-start;
  }
  .footer__nav-cols {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .footer__nav-col {
    align-items: flex-start;
  }
  .footer__nav-col {
    width: 100%;
  }
  .footer__mentions {
    flex-direction: column;
    gap: 12px;
    align-items: center;
    text-align: center;
    padding: 24px;
  }
  .footer__bandeau-blue,
  .footer__bandeau-green {
    width: 60px;
  }
  .header__bandeau-blue,
  .header__bandeau-green {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .btn__label {
    font-size: 18px;
    padding: 12px 20px;
  }
  .btn__icon {
    width: 48px;
  }
}
@media (max-width: 768px) {
  .btn__label {
    font-size: 18px;
    padding: 12px 20px;
  }
  .btn__icon {
    width: 48px;
  }
}
@media (max-width: 1200px) {
  .footer .footer__body .footer__deco {
    display: block;
    position: relative;
    margin: auto;
    width: 67%;
    right: 0;
    bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */
