.maincolor {
  color: #124263;
}

.thirdcolor {
  color: #80ED99;
}

.fourthcolor {
  color: #00B1C5;
}

.white {
  color: #FFFFFF;
}

.text {
  color: #0E0F2B;
}

.text75 {
  color: #414147;
}

.bgmain {
  background: #124263;
}

.bgsnd {
  background: #D3DDE7;
}

.bgfourth {
  background: #00B1C5;
}

.bgwhite {
  background: #FFFFFF;
}

html, body {
  color: #0E0F2B;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1145px;
  }
}
.btn {
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  border: none;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  padding: 12px 20px;
  transition: 0.3s;
  border-radius: 24px;
  line-height: normal;
}
.btn:hover, .btn:focus, .btn:active {
  transition: 0.3s;
}
.btn--main {
  background: #124263;
  color: white;
  border: 1px solid #124263;
}
.btn--main:hover, .btn--main:focus, .btn--main:active {
  background: transparent;
  color: #124263;
  border: 1px solid #124263;
}
.btn--white {
  background: #FFFFFF;
  color: #124263;
  border: solid 1px #FFFFFF;
}
.btn--white:hover, .btn--white:focus, .btn--white:active {
  background: #124263;
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
}

@font-face {
  font-family: "Lexend";
  src: url("../fonts/lexend.woff2") format("woff2");
}
* {
  font-family: "Roboto", "Segoe UI", sans-serif;
}

html, body {
  font-size: 16px;
  line-height: normal;
  font-style: normal;
  margin: 0;
  font-weight: 400;
  color: #0E0F2B;
}

.heading--n1, .heading--n1 > span {
  font-size: clamp(2.125rem, 1.634rem + 1.31vw, 2.813rem);
  line-height: clamp(2.438rem, 1.946rem + 1.31vw, 3.125rem);
  font-family: "Lexend", "Segoe UI", sans-serif;
  font-weight: 500;
}
.heading--n2, .heading--n2 > span {
  font-size: clamp(1.875rem, 1.429rem + 1.19vw, 2.5rem);
  font-family: "Lexend", "Segoe UI", sans-serif;
  font-weight: 500;
}
.heading--n3 {
  font-size: clamp(1.563rem, 1.25rem + 0.833vw, 2rem);
  font-family: "Lexend", "Segoe UI", sans-serif;
  font-weight: 200;
  line-height: normal;
}
.heading--n4 {
  font-size: clamp(1.375rem, 1.196rem + 0.476vw, 1.625rem);
  font-family: "Lexend", "Segoe UI", sans-serif;
  font-weight: 500;
}
.heading--thin {
  font-size: clamp(2.125rem, 1.411rem + 1.905vw, 3.125rem);
  font-family: "Lexend", "Segoe UI", sans-serif;
  font-weight: 200 !important;
}
.heading--big, .heading--big span {
  font-size: clamp(2.813rem, 1.429rem + 3.69vw, 4.75rem);
  line-height: clamp(2.938rem, 1.554rem + 3.69vw, 4.875rem);
  font-weight: 500;
}

span {
  line-height: inherit;
}

hr {
  border: none;
  height: 4px;
  width: 85px;
  background: #80ED99;
  opacity: 1;
  margin-block: 30px;
}

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

p {
  line-height: 23px;
  letter-spacing: 0.32px;
}
p:has(.btn) {
  margin-bottom: 30px;
}

p a {
  display: inline !important;
}

.list--unstyled {
  padding: 0px;
  margin: 0px;
}
.list--unstyled li {
  list-style-type: none;
}

.chapo {
  font-family: "Lexend", "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
  letter-spacing: 0.4px;
}

.legende {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24px;
  line-height: inherit;
}

.label {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .label {
    font-size: 18px;
  }
}

.bold {
  font-weight: 600;
}
#burger {
  background-color: transparent;
  border: none;
  height: 50px;
  cursor: pointer;
  display: flex;
  padding: 0;
  position: absolute;
  top: 0px;
  right: 5px;
}
#burger.opened {
  z-index: 100000000000;
}
#burger .line {
  fill: none;
  stroke: #124263;
  stroke-width: 4;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
#burger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 4;
}
#burger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 4;
}
#burger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 4;
}
#burger.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
  stroke: #124263 !important;
}
#burger.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 4;
  stroke: #124263 !important;
}
#burger.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
  stroke: #124263 !important;
}
#burger.white .line {
  stroke: #FFFFFF;
}
#burger.white.opened .line1, #burger.white.opened .line2, #burger.white.opened .line3 {
  stroke: #FFFFFF !important;
}

.burger--white .line {
  stroke: #FFFFFF;
}
.burger--white.opened .line1 {
  stroke: #FFFFFF;
}
.burger--white.opened .line2 {
  stroke: #FFFFFF;
}
.burger--white.opened .line3 {
  stroke: #FFFFFF;
}

.header {
  padding-block: 21px;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 992px) {
  .header {
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  }
}

.header__nav {
  display: none;
  bottom: 0px;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 100vw;
  left: 50%;
  padding-block: 30px;
  z-index: 99;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .header__nav {
    display: block;
    transform: none;
    width: 100%;
    position: static;
    padding-block: 0;
  }
}

li:has(.header__list__item) {
  position: relative;
}

.header__list__item {
  font-size: 22px;
  display: block;
  margin-block: 20px;
}
@media screen and (min-width: 992px) {
  .header__list__item {
    font-size: 16px;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header__list__item {
    font-size: 18px;
  }
}
.header__list__item:not(.btn):hover, .header__list__item:not(.btn):focus, .header__list__item:not(.btn):active {
  transition: 0.3s;
  color: #00B1C5;
}

.header__list__item:has(+ .header__sublist) {
  display: flex;
  gap: 7px;
  align-items: center;
  cursor: pointer;
  text-align: center;
  justify-content: center;
}
.header__list__item:has(+ .header__sublist)::after {
  transition: 0.3s;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/chevron-bas-blanc.svg");
  background-size: content;
  background-position: center center;
  background-repeat: no-repeat;
}
.header__list__item:has(+ .header__sublist):not(.white)::after {
  background-image: url("../images/chevron-bas.svg");
}
.header__list__item:has(+ .header__sublist):hover::after, .header__list__item:has(+ .header__sublist):active::after, .header__list__item:has(+ .header__sublist):focus::after {
  transform: rotate(180deg);
  transition: 0.3s;
}

.header__sublist {
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .header__sublist {
    background: purple;
    position: absolute;
    justify-content: center;
    bottom: -20px;
    width: fit-content;
    min-width: 215px;
    transform: translateY(100%);
    display: none;
    padding: 10px 20px;
    background: #FFFFFF;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
}

.header__sublist__item {
  display: block;
  text-align: center;
  padding-block: 12px;
}
@media screen and (min-width: 992px) {
  .header__sublist__item {
    color: #124263;
    padding-block: 5px;
    text-align: left;
    white-space: nowrap;
  }
}

.wpml-ls-legacy-dropdown {
  width: fit-content;
  height: fit-content;
}

.wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown a {
  width: fit-content;
  display: flex;
  gap: 2px;
  align-items: center;
  background: transparent;
  border: none;
  padding: 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown a::after {
  display: none;
}

.wpml-ls-item {
  position: relative;
}
.wpml-ls-item a::before {
  content: "";
  inset: 0;
  z-index: 1;
  position: absolute;
}

.wpml-ls-legacy-dropdown > ul > .wpml-ls-item {
  cursor: pointer;
  border: solid 1px #FFFFFF;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  transition: 0.3s;
  border-radius: 24px;
}
.wpml-ls-legacy-dropdown > ul > .wpml-ls-item::after {
  content: url("../images/chevron-bas-blanc.svg");
  transform: translateY(-1px);
  transition: 0.3s;
  transform: rotate(0);
}
.wpml-ls-legacy-dropdown > ul > .wpml-ls-item:hover, .wpml-ls-legacy-dropdown > ul > .wpml-ls-item:focus, .wpml-ls-legacy-dropdown > ul > .wpml-ls-item:focus-within, .wpml-ls-legacy-dropdown > ul > .wpml-ls-item:active {
  background: #FFFFFF;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.wpml-ls-legacy-dropdown > ul > .wpml-ls-item:hover a, .wpml-ls-legacy-dropdown > ul > .wpml-ls-item:focus a, .wpml-ls-legacy-dropdown > ul > .wpml-ls-item:focus-within a, .wpml-ls-legacy-dropdown > ul > .wpml-ls-item:active a {
  color: #124263;
}
.wpml-ls-legacy-dropdown > ul > .wpml-ls-item:hover::after, .wpml-ls-legacy-dropdown > ul > .wpml-ls-item:focus::after, .wpml-ls-legacy-dropdown > ul > .wpml-ls-item:focus-within::after, .wpml-ls-legacy-dropdown > ul > .wpml-ls-item:active::after {
  content: url("../images/chevron-bas.svg");
  transform: rotate(-180deg);
  transition: 0.3s;
}

.wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu {
  background: #FFFFFF;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  overflow: hidden;
  border: solid 1px #FFFFFF;
  width: calc(100% + 2px);
  transform: translateX(-1px);
}
.wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item {
  padding: 6px 20px;
}
.wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:hover, .wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:active, .wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:focus-within {
  background: #124263;
}
.wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:hover a, .wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:active a, .wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:focus-within a {
  color: #FFFFFF;
}

.wpml--white-outline .wpml-ls-item-legacy-dropdown a {
  color: #FFFFFF;
}

.wpml--main-outline .wpml-ls-legacy-dropdown > ul > .wpml-ls-item {
  border: solid 1px #124263;
  color: #124263;
  background: transparent;
}
.wpml--main-outline .wpml-ls-legacy-dropdown > ul > .wpml-ls-item::after {
  content: url("../images/chevron-bas.svg");
}
.wpml--main-outline .wpml-ls-legacy-dropdown > ul > .wpml-ls-item:hover, .wpml--main-outline .wpml-ls-legacy-dropdown > ul > .wpml-ls-item:focus, .wpml--main-outline .wpml-ls-legacy-dropdown > ul > .wpml-ls-item:focus-within, .wpml--main-outline .wpml-ls-legacy-dropdown > ul > .wpml-ls-item:active {
  background: #124263;
}
.wpml--main-outline .wpml-ls-legacy-dropdown > ul > .wpml-ls-item:hover a, .wpml--main-outline .wpml-ls-legacy-dropdown > ul > .wpml-ls-item:focus a, .wpml--main-outline .wpml-ls-legacy-dropdown > ul > .wpml-ls-item:focus-within a, .wpml--main-outline .wpml-ls-legacy-dropdown > ul > .wpml-ls-item:active a {
  color: #FFFFFF;
}
.wpml--main-outline .wpml-ls-legacy-dropdown > ul > .wpml-ls-item:hover::after, .wpml--main-outline .wpml-ls-legacy-dropdown > ul > .wpml-ls-item:focus::after, .wpml--main-outline .wpml-ls-legacy-dropdown > ul > .wpml-ls-item:focus-within::after, .wpml--main-outline .wpml-ls-legacy-dropdown > ul > .wpml-ls-item:active::after {
  content: url("../images/chevron-bas-blanc.svg");
  transform: rotate(-180deg);
  transition: 0.3s;
}
.wpml--main-outline .wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu {
  background: #124263;
  border: solid 1px #124263;
}
.wpml--main-outline .wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu a {
  color: #FFFFFF;
}
.wpml--main-outline .wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:hover, .wpml--main-outline .wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:active, .wpml--main-outline .wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:focus-within {
  background: #FFFFFF;
}
.wpml--main-outline .wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:hover a, .wpml--main-outline .wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:active a, .wpml--main-outline .wpml-ls-item-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:focus-within a {
  color: #124263;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  background: transparent;
}
.footer {
  background: #124263;
  padding-block: 39px 57px;
}

.footer__note {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  margin-right: 17px;
  border-radius: 5px;
  border: solid 1px #80ED99;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 100%;
  margin-left: 32px;
}

.footer__border-bottom {
  padding-bottom: 35px;
  border-bottom: solid 1px #00B1C5;
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .footer__border-left {
    position: relative;
  }
  .footer__border-left::before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 35px);
    position: absolute;
    top: -35px;
    left: -50px;
    background: #00B1C5;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .footer__border-left::before {
    left: -100px;
  }
}
.footer__list__item {
  display: block;
  padding-bottom: 8px;
}

.clickable-parent::before {
  content: "";
  inset: 0;
  z-index: 50;
  position: absolute;
}

.en-tete {
  padding-block: 36px 93px;
}

@media screen and (min-width: 992px) {
  .en-tete__content__text {
    max-width: 356px;
  }
}
.common-section__listing {
  padding-block: 110px;
  background: linear-gradient(0deg, #00B1C5 -18.92%, #124263 102.49%);
  position: relative;
}
.common-section__listing::before {
  content: "";
  display: block;
  width: 595px;
  height: 360px;
  background-image: url("../images/common-list-background.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  left: calc(50% - 960px);
  bottom: 0;
}

.common-section__list {
  margin: 0;
  padding: 0;
}

.common-section__list__item {
  display: block;
  padding-block: 47px;
  font-size: 24px;
  font-weight: 500;
  list-style-type: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 38px;
  padding-left: 48px;
  border-top: solid 1px #FFFFFF;
}
.common-section__list__item:last-of-type {
  border-bottom: solid 1px #FFFFFF;
}
.common-section__list__item::before {
  content: "";
  background-image: url("../images/arrow-main.svg");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center center;
  color: #124263;
  border-radius: 100%;
  background-color: #80ED99;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-section__testing {
  padding-block: 42px 34px;
  background: #FFFFFF;
  position: relative;
}

.common-section__testing__container {
  padding-block: 128px 96px;
  position: relative;
}

.common-section__testing__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.common-section__testing__content .heading {
  margin-bottom: 66px;
  position: relative;
}
.common-section__testing__content .heading::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: dashed 1px #124263;
  position: absolute;
  bottom: -40px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .common-section__testing__content .heading::before {
    display: none;
  }
}

.common-section__testing__illu {
  position: absolute;
  top: 0;
  right: calc(50% - 960px);
  height: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .common-section__testing__illu {
    display: block;
  }
}
@media screen and (min-width: 1920px) {
  .common-section__testing__illu {
    right: 0;
  }
}
.common-section__testing__illu img {
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.common-section__montage {
  padding-block: 186px;
  background: linear-gradient(180deg, #D3DDE7 0%, rgba(211, 221, 231, 0) 66.5%);
}

.common-section__montage__illu {
  margin-top: 134px;
}
.common-section__montage__illu img {
  width: 100%;
  height: auto;
}

.common-section__listing--white {
  background: #FFFFFF;
}
.common-section__listing--white::before {
  display: none;
}

.common-section__list__item--white {
  border-color: #D3DDE7;
}
.common-section__list__item--white::before {
  background-image: url("../images/arrow-fourth.svg");
  background-color: #00B1C5;
}
.common-section__list__item--white:last-of-type {
  border-bottom-color: #D3DDE7;
}

.publications__card {
  margin-bottom: 60px;
  position: relative;
}
.publications__card:hover img, .publications__card:active img, .publications__card:focus-visible img {
  transform: scale(1.1);
  transition: 0.3s;
}
.publications__card:hover .publications__card__thumbnail::after, .publications__card:active .publications__card__thumbnail::after, .publications__card:focus-visible .publications__card__thumbnail::after {
  transform: scale(1.1);
  transition: 0.3s;
}

.publications__card a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
}

.publications__card__thumbnail {
  max-height: 252px;
  overflow: hidden;
  position: relative;
}
.publications__card__thumbnail::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(7, 58, 74, 0.5);
  z-index: 3;
}
.publications__card__thumbnail::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/play.png");
  background-size: 80px 80px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 3;
  transform: scale(1);
  transition: 0.3s;
}
.publications__card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  transform: scale(1);
}

.publications__card__content {
  padding-right: 75px;
  padding-block: 24px;
}

html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  word-wrap: break-word;
}
