@charset "UTF-8";
/* ----------------------------------------------------------------
	Import
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Fonts
-----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/* ----------------------------------------------------------------
	Variables
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Mixins
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
   Réglages globaux
-----------------------------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
  outline: none;
}

html, body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  background-color: #F2F2F2;
  scroll-behavior: smooth;
  line-height: 1;
}

::selection {
  background: #3D74D2;
  color: #ffffff;
  text-shadow: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

a {
  border: none;
}

:active, :focus {
  outline: none !important;
}

/* ----------------------------------------------------------------
   Reset CSS (Eric Meyer v2.0) — public domain
-----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeup-before {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 0.5;
    transform: translateY(0);
  }
}
@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* -------------------- Import fonts -------------------- */
@font-face {
  font-family: "Solenoidal";
  src: url("../fonts/Solenoidal-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* -------------------- Global fonts -------------------- */
.title {
  font-family: "Solenoidal";
  text-transform: uppercase;
  font-size: clamp(3em, 8vw, 68px);
  font-weight: 400;
  word-spacing: -0.2em;
}
.title--second {
  font-size: clamp(3em, 6vw, 60px);
}
.title--small {
  font-family: "Raleway", sans-serif;
  word-spacing: initial;
  color: #002538;
  font-weight: 500;
  font-size: 26px;
  text-transform: initial;
}
.title--single {
  font-size: clamp(3em, 10vw, 100px);
}
@media only screen and (min-width: 992px) {
  .title--single {
    max-width: 1200px;
  }
}

.txt {
  font-size: 18px;
  line-height: 145%;
  letter-spacing: -0.18px;
}
@media only screen and (min-width: 992px) {
  .txt {
    max-width: 600px;
  }
}
.txt--team p {
  padding: 15px 0px 0px;
}

strong {
  font-weight: 500;
  color: #3D74D2;
}

.specialisation__container {
  width: 92vw;
  max-width: 1400px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .specialisation__container {
    width: 96vw;
  }
}
.specialisation__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}
.specialisation .title {
  text-align: center;
  margin-bottom: 25px;
}
.specialisation .txt {
  margin: 0px auto 75px;
  text-align: center;
}
.specialisation ul li {
  font-size: 18px;
  font-weight: 500;
  padding: 15px 30px;
  text-align: center;
  background-color: #3D74D2;
  color: #ffffff;
  border: 1px solid #3D74D2;
  border-radius: 5px;
  transition: 0.2s ease-in-out;
}
.specialisation ul li:hover {
  background-color: #ffffff;
  color: #3D74D2;
}
.specialisation--home {
  margin: 200px 0px 100px;
}
.specialisation--home ul li {
  background-color: #ffffff;
  color: #3D74D2;
}
.specialisation--home ul li:hover {
  background-color: #3D74D2;
  color: #ffffff;
}

.accordion__container {
  width: 92vw;
  max-width: 1400px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .accordion__container {
    width: 96vw;
  }
}
.accordion h2 {
  max-width: 1000px;
  margin: auto;
  text-align: center;
  padding-bottom: 50px;
}
.accordion-css__list {
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 100px;
  padding-left: 0;
  display: flex;
  position: static;
}
.accordion-css__item {
  background-color: #ffffff;
  border-radius: 0.5em;
  border: 1px solid #D0D0D0;
  list-style: none;
}
.accordion-css__item-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1em 1em 1.5em;
  display: flex;
}
.accordion-css__item-bottom {
  transition: grid-template-rows 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  grid-template-rows: 0fr;
  display: grid;
  position: relative;
  overflow: hidden;
}
.accordion-css__item-bottom-wrap {
  flex-flow: column;
  height: 100000%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.accordion-css__item-bottom-content {
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.accordion-css__item-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.3;
}
.accordion-css__item-icon {
  transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  background-color: #3D74D2;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  transform: rotate(180deg);
}
.accordion-css__item-icon-svg {
  width: 1em;
}
.accordion-css__item-icon-svg path {
  stroke: #ffffff;
}
.accordion-css__item-p {
  color: #12181B;
  margin-bottom: 0;
  font-size: 0.875em;
  line-height: 1.5;
}
.accordion [data-accordion-status=active] .accordion-css__item-bottom {
  grid-template-rows: 1fr;
}
.accordion [data-accordion-status=active] .accordion-css__item-icon {
  transform: rotate(0.001deg);
}

.banner {
  position: relative;
  z-index: 3;
  margin-bottom: 100px;
}
.banner__container {
  width: 92vw;
  max-width: 1400px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .banner__container {
    width: 96vw;
  }
}
.banner--first {
  padding-top: 200px;
}
.banner--first .mep-txt {
  gap: 25px;
}
.banner--first .mep-txt p {
  max-width: 400px;
}
.banner h1, .banner .mep-txt {
  padding-bottom: 25px;
}
.banner .mep-txt {
  display: flex;
  justify-content: flex-end;
}
.banner picture {
  position: relative;
  display: block;
  width: 100svw;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 768px) {
  .banner picture {
    aspect-ratio: 10/3;
  }
}
.banner picture img {
  height: 100%;
  width: 100%;
  background-color: #3D74D2;
}
.banner--single {
  min-height: 600px;
}
.banner--single .banner__container {
  padding-top: 50px;
}
.banner--single:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #002538;
}
.banner--single .banner__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner--single .banner__container .title {
  text-align: center;
  color: #ffffff;
  max-width: 800px;
  margin: auto;
}
.banner--single .banner__container .mep-txt {
  justify-content: center;
}
.banner--single .banner__container .mep-txt p {
  text-align: center;
  color: #ffffff;
}
.banner--single picture {
  display: block;
  width: 100svw;
  aspect-ratio: none;
  height: fit-content;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .banner--single picture {
    min-height: 600px;
  }
}

.center__container {
  width: 92vw;
  max-width: 1400px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .center__container {
    width: 96vw;
  }
}
.center__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 50px;
  max-width: 1100px;
  margin: auto;
}
.center--smaller .center__wrapper {
  max-width: 700px;
}
.center .title {
  padding-bottom: 25px;
}
.center p {
  max-width: 750px;
}

.primary-btn {
  color: #ffffff;
  display: inline-block;
  background-color: #3D74D2;
  padding: 20px 40px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.primary-btn:hover {
  background-color: transparent;
  border: 1px solid #3D74D2;
  color: #3D74D2;
}
.primary-btn--banner {
  background-color: #ffffff;
  color: #3D74D2;
}
.primary-btn--banner:hover {
  border-bottom: 1px solid #ffffff;
}

.inline {
  color: #3D74D2;
  font-weight: 500;
  transition: 0.2s ease-in-out;
}

.back-top {
  cursor: pointer;
}
.back-top__wrap {
  z-index: 100;
  pointer-events: none;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  padding: 2em;
}
.back-top__wrap[data-back-to-top=wrap] {
  opacity: 0;
}
.back-top__button {
  pointer-events: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0.5em;
  background-color: #3D74D2;
  border: 1px solid #D0D0D0;
  border-radius: 0.5em;
  outline: none;
  transition: border-width 0.5s cubic-bezier(0.65, 0, 0, 1);
}
.back-top__button:focus-visible .back-top__arrow-row {
  transform: translateY(-100%);
}
@media (hover: hover) {
  .back-top__button:hover .back-top__arrow-row {
    transform: translateY(-100%);
  }
}
.back-top__arrow {
  width: 1.5em;
  color: #ffffff;
}
.back-top__arrow-wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.back-top__arrow-row {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0, 1);
}

.form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
.form-row {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .form-row {
    flex-direction: row;
  }
}
.form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .form-group {
    width: 50%;
  }
}
.form-group--full {
  width: 100%;
  margin-top: 25px;
}
.form-group label {
  color: #12181B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.form-group input,
.form-group textarea {
  padding: 20px 15px;
  border-radius: 5px;
  border: 1px solid #D0D0D0;
  width: 100%;
  transition: 0.2s ease-in-out;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: #3D74D2;
  outline: none;
}
.form-group input:valid,
.form-group textarea:valid {
  border-color: #3D74D2;
}
.form-group--checkbox {
  display: flex;
  font-size: 14px;
  line-height: 160%;
}
.form-group--checkbox input[type=checkbox] {
  margin-right: 10px;
  accent-color: #3D74D2;
}
.form-group--checkbox a {
  text-decoration: underline;
  color: #3D74D2;
}
.form button {
  display: inline-block;
}
.form .wpcf7 {
  width: 100%;
}

.grid {
  margin-bottom: 100px;
}
.grid__container {
  width: 92vw;
  max-width: 1400px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .grid__container {
    width: 96vw;
  }
}
.grid__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.grid__wrapper .item {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .grid__wrapper .item {
    width: calc((100% - 25px) / 2);
  }
}
@media only screen and (min-width: 992px) {
  .grid__wrapper .item {
    width: calc((100% - 50px) / 3);
  }
}
.grid__wrapper .item picture {
  overflow: hidden;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}
.grid__wrapper .item picture img {
  transition: 0.2s ease-in-out;
}
.grid__wrapper .item .title {
  padding-bottom: 5px;
}
.grid__wrapper .item p {
  padding-bottom: 15px;
  line-height: 125%;
}
.grid__wrapper .item:hover picture img {
  transform: scale(1.05);
}

.infos {
  margin-top: -150px;
  margin-bottom: 100px;
  position: relative;
  z-index: 3;
}
.infos__container {
  width: 92vw;
  max-width: 1400px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .infos__container {
    width: 96vw;
  }
}
.infos__wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .infos__wrapper {
    justify-content: center;
    flex-direction: row;
  }
}
.infos .item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3D74D2;
  padding: 25px;
  width: 100%;
  min-height: 100px;
  border: 1px solid transparent;
  text-decoration: transparent;
  transition: 0.2s ease-in-out;
}
.infos .item:nth-child(2) {
  background-color: #4985FF;
}
.infos .item:nth-child(3) {
  background-color: #6195FF;
}
.infos .item:nth-child(4) {
  background-color: #80AAFF;
}
@media only screen and (min-width: 768px) {
  .infos .item {
    width: 33%;
  }
}
.infos .item p {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
.infos .item:hover {
  border: 1px solid #ffffff;
}

.lr-classic {
  overflow: hidden;
  padding: 0px 0px 150px;
  z-index: 2;
}
.lr-classic--first {
  position: relative;
  padding-top: 150px;
}
.lr-classic--first::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -100px;
  right: -100px;
  background-image: url("/dist/images/logo_fond.svg");
  background-image: url("../images/logo_fond.svg");
  width: 500px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
}
@media only screen and (min-width: 992px) {
  .lr-classic--first::before {
    left: 0;
    right: initial;
  }
}
@media only screen and (min-width: 1200px) {
  .lr-classic__reverse .lr__container {
    margin-right: 10%;
  }
}
@media only screen and (min-width: 1680px) {
  .lr-classic__reverse .lr__container {
    margin: 0px auto;
  }
}
@media only screen and (min-width: 992px) {
  .lr-classic__reverse .lr__wrapper {
    flex-direction: row-reverse;
  }
}
.lr-classic__container {
  width: 92vw;
  max-width: 1400px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .lr-classic__container {
    width: 96vw;
  }
}
@media only screen and (min-width: 1200px) {
  .lr-classic__container {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1680px) {
  .lr-classic__container {
    margin: 0px auto;
  }
}
.lr-classic__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media only screen and (min-width: 992px) {
  .lr-classic__wrapper {
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) {
  .lr-classic {
    flex-direction: row;
  }
}
.lr-classic .content {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .lr-classic .content {
    width: 50%;
  }
}
.lr-classic .content span {
  position: relative;
  display: inline-block;
  padding-left: 100px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 25px;
}
.lr-classic .content span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 65px;
  height: 1px;
  background-color: #12181B;
}
.lr-classic .content h1, .lr-classic .content h2 {
  max-width: 850px;
}
.lr-classic .content .title {
  padding-bottom: 15px;
}
.lr-classic .content p {
  padding: 15px 0px;
  margin-bottom: 15px;
}
.lr-classic picture {
  display: block;
  width: 100svw;
  aspect-ratio: 1/1;
  width: 92vw;
}
@media only screen and (min-width: 992px) {
  .lr-classic picture {
    width: 50%;
  }
}
.lr-classic picture img {
  height: 100%;
  width: 100%;
  background-color: #3D74D2;
}

.lr-banner {
  overflow: hidden;
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  z-index: 2;
  margin: 0px 0px 150px;
}
.lr-banner--first {
  position: relative;
  padding-top: 150px;
}
.lr-banner--first::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  right: -50px;
  background-image: url("/dist/images/logo_fond.svg");
  background-image: url("../images/logo_fond.svg");
  width: 200px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
}
@media only screen and (min-width: 992px) {
  .lr-banner--first::before {
    left: -100px;
    right: initial;
    width: 400px;
    top: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .lr-banner {
    flex-direction: row;
  }
}
.lr-banner picture {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  max-width: 92svw;
}
@media only screen and (min-width: 992px) {
  .lr-banner picture {
    position: absolute;
    z-index: -1;
    right: 0;
    width: 45%;
    max-width: initial;
  }
}
.lr-banner .map {
  z-index: 2;
}
.lr-banner .map a {
  height: 100%;
  display: block;
}
.lr-banner__container {
  display: flex;
  width: 92vw;
  max-width: 1400px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .lr-banner__container {
    width: 96vw;
  }
}
.lr-banner--reverse .lr-banner__container {
  justify-content: flex-end;
}
@media only screen and (min-width: 992px) {
  .lr-banner--reverse picture {
    right: initial;
    left: 0;
  }
}
.lr-banner--color {
  background: radial-gradient(circle at 40% 30%, #5E8FF0 0%, #3D74D2 40%, #1F3E85 100%);
}
.lr-banner--color .title, .lr-banner--color .txt {
  color: #ffffff;
}
.lr-banner .content {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .lr-banner .content {
    width: 50%;
  }
}
.lr-banner .content span {
  position: relative;
  display: inline-block;
  padding-left: 100px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #3D74D2;
}
.lr-banner .content span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 65px;
  height: 1px;
  background-color: #3D74D2;
}
.lr-banner .content .title {
  padding-bottom: 15px;
}
.lr-banner .content p {
  padding: 15px 0px;
}

.glide {
  overflow: hidden;
}
.glide__track {
  overflow: hidden;
  padding: 0px;
}
@media only screen and (min-width: 992px) {
  .glide__track {
    margin-right: 0px !important;
    width: 92vw;
    max-width: 1400px;
    margin: 0px auto;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .glide__track {
    width: 96vw;
  }
}
.glide__slides {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  touch-action: pan-Y;
  width: 100%;
  will-change: transform;
}
.glide__slide {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  height: fit-content;
  width: 425px;
  background-color: transparent;
}
@media only screen and (min-width: 992px) {
  .glide__slide:nth-child(0) {
    margin-top: 85px;
  }
  .glide__slide:nth-child(2) {
    margin-top: 85px;
  }
  .glide__slide:nth-child(4) {
    margin-top: 85px;
  }
  .glide__slide:nth-child(6) {
    margin-top: 85px;
  }
  .glide__slide:nth-child(8) {
    margin-top: 85px;
  }
  .glide__slide:nth-child(10) {
    margin-top: 85px;
  }
  .glide__slide:nth-child(12) {
    margin-top: 85px;
  }
  .glide__slide:nth-child(14) {
    margin-top: 85px;
  }
  .glide__slide:nth-child(16) {
    margin-top: 85px;
  }
  .glide__slide:nth-child(18) {
    margin-top: 85px;
  }
}
.glide__slide picture {
  position: relative;
  display: flex;
  height: 100%;
  width: 92%;
  margin: 0px auto 25px;
}
@media only screen and (min-width: 480px) {
  .glide__slide picture {
    width: 100%;
  }
}
.glide__slide picture img {
  aspect-ratio: 4/5;
  object-fit: cover;
  width: 100%;
}
.glide__slide .content-slide {
  width: 92%;
  margin: auto;
}
@media only screen and (min-width: 480px) {
  .glide__slide .content-slide {
    width: 100%;
  }
}
.glide__slide .title {
  padding-bottom: 5px;
}
.glide__slide p {
  padding-bottom: 15px;
  line-height: 125%;
}
.glide--team .glide__track {
  overflow: visible;
}
@media only screen and (min-width: 992px) {
  .glide--team .glide__track {
    margin: 0px auto !important;
    width: 92vw;
    max-width: 1400px;
    margin: 0px auto;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .glide--team .glide__track {
    width: 96vw;
  }
}
.glide--team .glide__slide .content-slide {
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 480px) {
  .glide--team .glide__slide .content-slide {
    width: 100%;
  }
}
.glide .is-visible {
  display: flex;
  opacity: 1;
  transform: scale(1);
}
.glide__arrows {
  display: flex;
  justify-content: flex-end;
  position: relative;
  gap: 5px;
  margin-top: 50px;
  padding-bottom: 25px;
}
.glide__arrow {
  display: block;
  background: #3D74D2;
  border: 1px solid transparent;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.glide__arrow--right {
  margin-right: 8%;
}
.glide__arrow svg path {
  fill: #ffffff;
}
.glide__arrow:hover {
  background-color: transparent;
  border-color: #3D74D2;
}
.glide__arrow:hover svg path {
  fill: #3D74D2;
}
.glide__arrow[disabled], .glide__arrow.is-disabled {
  cursor: default;
  pointer-events: none;
  background: transparent;
  border-color: #3D74D2;
}
.glide__arrow[disabled] svg path, .glide__arrow.is-disabled svg path {
  fill: #3D74D2;
}

.img-slider {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0.5em;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 800px;
  display: flex;
  position: relative;
}
.img-slider__list {
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: hidden;
}
.img-slider .img-slide {
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  grid-area: 1/1/-1/-1;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}
.img-slider .img-slide__inner {
  object-fit: cover;
  will-change: transform;
  width: 100%;
  height: 100%;
  position: absolute;
}
.img-slider .slider-thumb__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.img-slider .is--current {
  opacity: 1;
  pointer-events: auto;
}

/****
Basic include to use

&.animate {}
@include when-visible{}

@include anim(fadeup, $anim-duration, $anim-delay);
@include anim(fadeup, $anim-duration, ($anim-delay * 2));
@include foreach-anim(fadeup, $anim-duration, 0.05s, 8, .2s);

****/
header.animate picture, header.animate button, header.animate span {
  opacity: 0;
}
header.is-visible picture, header.is-visible button, header.is-visible span {
  animation: fadeup 1s 0.8s forwards;
}

.banner.animate .title, .banner.animate .mep-txt, .banner.animate picture, .banner.animate:before, .banner.animate .img-slider, .single-team.animate .title, .single-team.animate .mep-txt, .single-team.animate picture, .single-team.animate:before, .single-team.animate .img-slider {
  opacity: 0;
}
.banner.animate .content-link, .single-team.animate .content-link {
  opacity: 0;
}
.banner.is-visible .title, .single-team.is-visible .title {
  animation: fadeup 1s 0.2s forwards;
}
.banner.is-visible .mep-txt, .single-team.is-visible .mep-txt {
  animation: fadeup 1s 0.4s forwards;
}
.banner.is-visible picture, .banner.is-visible .img-slider, .single-team.is-visible picture, .single-team.is-visible .img-slider {
  animation: fadeup 1s 0.6s forwards;
}
.banner.is-visible:before, .single-team.is-visible:before {
  animation: fadeup-before 1s 0.6s forwards;
}
.banner.is-visible .content-link:nth-child(1), .single-team.is-visible .content-link:nth-child(1) {
  animation: fadeup 1s 0.45s forwards;
}
.banner.is-visible .content-link:nth-child(2), .single-team.is-visible .content-link:nth-child(2) {
  animation: fadeup 1s 0.5s forwards;
}

.lr-banner.animate .content,
.lr-banner.animate picture {
  opacity: 0;
}
.lr-banner.is-visible .content {
  animation: fadeup 1s 0.2s forwards;
}
.lr-banner.is-visible picture {
  animation: fadeup 1s 0.4s forwards;
}
.lr-banner--reverse.animate .content,
.lr-banner--reverse.animate picture {
  opacity: 0;
}
.lr-banner--reverse.is-visible picture {
  animation: fadeup 1s 0.2s forwards;
}
.lr-banner--reverse.is-visible .content {
  animation: fadeup 1s 0.4s forwards;
}

.center.animate .title, .center.animate p {
  opacity: 0;
}
.center.is-visible .title {
  animation: fadeup 1s 0.2s forwards;
}
.center.is-visible p {
  animation: fadeup 1s 0.4s forwards;
}

.glide.animate .glide__slide {
  opacity: 0;
}
.glide.is-visible .glide__slide:nth-child(1) {
  animation: fadeup 1s 0.25s forwards;
}
.glide.is-visible .glide__slide:nth-child(2) {
  animation: fadeup 1s 0.3s forwards;
}
.glide.is-visible .glide__slide:nth-child(3) {
  animation: fadeup 1s 0.35s forwards;
}
.glide.is-visible .glide__slide:nth-child(4) {
  animation: fadeup 1s 0.4s forwards;
}
.glide.is-visible .glide__slide:nth-child(5) {
  animation: fadeup 1s 0.45s forwards;
}
.glide.is-visible .glide__slide:nth-child(6) {
  animation: fadeup 1s 0.5s forwards;
}
.glide.is-visible .glide__slide:nth-child(7) {
  animation: fadeup 1s 0.55s forwards;
}
.glide.is-visible .glide__slide:nth-child(8) {
  animation: fadeup 1s 0.6s forwards;
}

.accordion.animate .title, .accordion.animate .accordion-css__item {
  opacity: 0;
}
.accordion.is-visible .title {
  animation: fadeup 1s 0.2s forwards;
}
.accordion.is-visible .accordion-css__item:nth-child(1) {
  animation: fadeup 1s 0.25s forwards;
}
.accordion.is-visible .accordion-css__item:nth-child(2) {
  animation: fadeup 1s 0.3s forwards;
}
.accordion.is-visible .accordion-css__item:nth-child(3) {
  animation: fadeup 1s 0.35s forwards;
}
.accordion.is-visible .accordion-css__item:nth-child(4) {
  animation: fadeup 1s 0.4s forwards;
}
.accordion.is-visible .accordion-css__item:nth-child(5) {
  animation: fadeup 1s 0.45s forwards;
}
.accordion.is-visible .accordion-css__item:nth-child(6) {
  animation: fadeup 1s 0.5s forwards;
}
.accordion.is-visible .accordion-css__item:nth-child(7) {
  animation: fadeup 1s 0.55s forwards;
}
.accordion.is-visible .accordion-css__item:nth-child(8) {
  animation: fadeup 1s 0.6s forwards;
}

footer.animate, .video-cta.animate {
  opacity: 0;
}
footer.is-visible, .video-cta.is-visible {
  animation: fadeup 1s 0.2s forwards;
}

.grid.animate .item {
  opacity: 0;
}
.grid.is-visible .item:nth-child(1) {
  animation: fadeup 1s 1.1s forwards;
}
.grid.is-visible .item:nth-child(2) {
  animation: fadeup 1s 1.2s forwards;
}
.grid.is-visible .item:nth-child(3) {
  animation: fadeup 1s 1.3s forwards;
}
.grid.is-visible .item:nth-child(4) {
  animation: fadeup 1s 1.4s forwards;
}
.grid.is-visible .item:nth-child(5) {
  animation: fadeup 1s 1.5s forwards;
}
.grid.is-visible .item:nth-child(6) {
  animation: fadeup 1s 1.6s forwards;
}

.animate.animate .title, .animate.animate p {
  opacity: 0;
}
.animate.animate ul li {
  opacity: 0;
}
.animate.is-visible .title {
  animation: fadeup 1s 0.2s forwards;
}
.animate.is-visible p {
  animation: fadeup 1s 0.4s forwards;
}
.animate.is-visible ul li:nth-child(1) {
  animation: fadeup 1s 0.25s forwards;
}
.animate.is-visible ul li:nth-child(2) {
  animation: fadeup 1s 0.3s forwards;
}
.animate.is-visible ul li:nth-child(3) {
  animation: fadeup 1s 0.35s forwards;
}
.animate.is-visible ul li:nth-child(4) {
  animation: fadeup 1s 0.4s forwards;
}
.animate.is-visible ul li:nth-child(5) {
  animation: fadeup 1s 0.45s forwards;
}
.animate.is-visible ul li:nth-child(6) {
  animation: fadeup 1s 0.5s forwards;
}
.animate.is-visible ul li:nth-child(7) {
  animation: fadeup 1s 0.55s forwards;
}
.animate.is-visible ul li:nth-child(8) {
  animation: fadeup 1s 0.6s forwards;
}
.animate.is-visible ul li:nth-child(9) {
  animation: fadeup 1s 0.65s forwards;
}
.animate.is-visible ul li:nth-child(10) {
  animation: fadeup 1s 0.7s forwards;
}
.animate.is-visible ul li:nth-child(11) {
  animation: fadeup 1s 0.75s forwards;
}
.animate.is-visible ul li:nth-child(12) {
  animation: fadeup 1s 0.8s forwards;
}
.animate.is-visible ul li:nth-child(13) {
  animation: fadeup 1s 0.85s forwards;
}
.animate.is-visible ul li:nth-child(14) {
  animation: fadeup 1s 0.9s forwards;
}
.animate.is-visible ul li:nth-child(15) {
  animation: fadeup 1s 0.95s forwards;
}

.txt-effect {
  position: relative;
  padding: 100px 0px 150px;
}
.txt-effect__container {
  width: 92vw;
  max-width: 1400px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .txt-effect__container {
    width: 96vw;
  }
}
.txt-effect__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
.txt-effect__wrapper .title {
  text-align: center;
  max-width: 1150px;
}

.redirection__container {
  width: 92vw;
  max-width: 1400px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .redirection__container {
    width: 96vw;
  }
}
.redirection__wrapper {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.redirection .title {
  margin-bottom: 25px;
}

footer {
  background: radial-gradient(circle at 30% 30%, #5E8FF0 0%, #3D74D2 40%, #1F3E85 100%);
  padding: 100px 0px 50px;
}
footer .container {
  width: 92vw;
  max-width: 1400px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  footer .container {
    width: 96vw;
  }
}
footer .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  footer .wrapper {
    flex-direction: row;
  }
}
footer .wrapper .content-left {
  max-width: 600px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  footer .wrapper .content-left {
    margin-bottom: 0px;
  }
}
footer .wrapper .content-left a picture {
  display: block;
  margin-bottom: 100px;
}
footer .wrapper .content-left a picture img {
  width: 175px;
}
footer .wrapper .content-left h2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 25px;
}
footer .wrapper .content-left ul li a {
  font-size: 16px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  footer .wrapper .content-right {
    margin-right: 135px;
  }
}
footer .wrapper .content-right ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (min-width: 992px) {
  footer .wrapper .content-right ul {
    align-items: initial;
  }
}
footer .wrapper .content-right ul li {
  margin-bottom: 25px;
}
footer .wrapper .content-right ul li a {
  font-size: 40px;
  text-decoration: none;
  color: #ffffff;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: 0.2s ease-in-out;
}
footer .wrapper .content-right ul li a:hover {
  border-bottom: 2px solid #ffffff;
}
footer .wrapper .content-right ul li .active {
  border-bottom: 2px solid #ffffff;
}
footer .wrapper .content-cta {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 100px;
  border-radius: 2px;
  padding: 100px 50px 50px;
  background-color: #ffffff;
}
footer .wrapper .content-cta:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/dist/images/contact.jpg");
  background-image: url("../images/contact.jpg");
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
}
footer .wrapper .content-cta h2 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  max-width: 800px;
  line-height: 138%;
  color: #3D74D2;
}
@media only screen and (min-width: 768px) {
  footer .wrapper .content-cta h2 {
    font-size: 38px;
  }
}
footer .wrapper .content-cta .content-links {
  position: relative;
}
footer .copy-info {
  border-top: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 15px 0px 0px;
  gap: 5px;
  width: 92vw;
  max-width: 1400px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  footer .copy-info {
    width: 96vw;
  }
}
@media only screen and (min-width: 768px) {
  footer .copy-info {
    flex-direction: row;
  }
}
footer .copy-info p, footer .copy-info .anthracite {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}
footer .copy-info .anthracite {
  display: flex;
  gap: 5px;
  text-decoration: none;
  color: #ffffff;
}
footer .copy-info .anthracite svg {
  height: 14px;
  fill: #ffffff;
}

.menu-bg,
.bg-panel {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.bg-panel {
  background-color: #ffffff;
}

.nav {
  position: fixed;
  inset: 0;
  z-index: 9;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: none;
}

.menu, .menu-inner {
  position: relative;
  width: 35em;
  height: 100%;
  margin-left: auto;
  padding: 6em 0 2em;
  overflow: auto;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
}
.menu-list {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-flow: column;
}
.menu-list-item {
  position: relative;
  overflow: hidden;
}
.menu-link {
  display: flex;
  grid-column-gap: 0.75em;
  grid-row-gap: 0.75em;
  width: 100%;
  padding: 0.75em 0 0.75em 2em;
  color: #12181B;
  text-decoration: none;
}
.menu-link-heading {
  font-family: "Solenoidal";
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 5.625em;
  line-height: 0.75;
  color: #002538;
  transition: transform 0.55s cubic-bezier(0.65, 0.05, 0, 1);
}
.menu-link .active {
  border-bottom: 2px solid #3D74D2;
  color: #3D74D2;
}

.overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(19, 19, 19, 0.4);
}

.menu-button {
  position: fixed;
  right: 2em;
  color: #ffffff;
  display: inline-block;
  background-color: #3D74D2;
  padding: 15px 30px;
  border: 1px solid #ffffff;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.menu-button:hover {
  background-color: #ffffff;
  border: 1px solid #3D74D2;
  color: #3D74D2;
}
.menu-button-text {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 1em;
  overflow: hidden;
}
.menu-button-text p {
  font-size: 14px;
  line-height: initial;
}

header {
  position: absolute;
  top: 2em;
  left: 2em;
  right: 2em;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header a {
  display: flex;
  flex-direction: column;
  text-decoration: transparent;
}
header a picture img {
  width: 225px;
}
header a span {
  color: #12181B;
  padding-top: 10px;
}
header a .white {
  color: #ffffff;
}

.legal {
  margin-bottom: 100px;
}
.legal__container {
  width: 92vw;
  max-width: 1400px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .legal__container {
    width: 96vw;
  }
}
.legal h1,
.legal h2,
.legal h3 {
  padding-top: 50px;
}
.legal h2 {
  margin-bottom: 25px;
}
.legal h3 {
  margin-bottom: 15px;
}
.legal p {
  max-width: 800px;
}

.single,
.video-cta {
  width: 100%;
  height: fit-content;
}
.single__container,
.video-cta__container {
  width: 92vw;
  max-width: 1400px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .single__container,
  .video-cta__container {
    width: 96vw;
  }
}
.single-team,
.video-cta-team {
  background: radial-gradient(circle at 40% 30%, #5E8FF0 0%, #3D74D2 40%, #1F3E85 100%);
  padding: 150px 0px;
}

.content-single__container {
  padding: 50px 0px;
  width: 92vw;
  max-width: 1000px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .content-single__container {
    width: 96vw;
  }
}
.content-single picture {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 100px;
  margin-top: -100px;
}
.content-single h2 {
  font-family: "Solenoidal";
  text-transform: uppercase;
  color: #3D74D2;
  font-size: 36px;
  padding-bottom: 25px;
  line-height: 135%;
}
.content-single h3 {
  color: #3D74D2;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.content-single h4 {
  font-size: 20px;
  font-weight: 500;
}
.content-single h3, .content-single h4, .content-single p {
  padding-bottom: 15px;
  line-height: 135%;
}
.content-single p {
  font-size: 18px;
  margin-bottom: 35px;
}
.content-single span {
  display: block;
  font-size: 16px;
  padding-bottom: 50px;
  font-style: italic;
  font-weight: 600;
  color: #3D74D2;
}
.content-single ul {
  margin-bottom: 35px;
}
.content-single ul li {
  font-size: 18px;
  padding-bottom: 5px;
  list-style: inside;
}
.content-single ul li::marker {
  color: #3D74D2;
}

.content-head {
  display: flex;
  flex-direction: column;
}
.content-head .title, .content-head a, .content-head p {
  color: #ffffff;
}
.content-head .title {
  padding-bottom: 25px;
  text-align: center;
}
.content-head p {
  text-align: center;
}

.content-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.content-link a {
  position: relative;
  padding-left: 30px;
}
.content-link a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 100%;
  aspect-ratio: 1/1;
  background-image: url("/dist/images/phone_white.png");
  background-image: url("../images/phone_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}
.content-link a:last-child:before {
  background-image: url("/dist/images/email.png");
  background-image: url("../images/email.png");
}

.video-cta {
  position: relative;
  overflow: hidden;
}
.video-cta__container {
  width: 92vw;
  max-width: 1400px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .video-cta__container {
    width: 96vw;
  }
}
.video-cta__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  color: white;
}
.video-cta__wrapper p {
  padding: 15px 0px;
}
.video-cta video {
  width: 100%;
  min-height: 600px;
  display: block;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .video-cta video {
    aspect-ratio: 16/6;
  }
}
.video-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3D74D2;
  mix-blend-mode: multiply;
  z-index: 1;
  pointer-events: none;
}

.form-single {
  padding-bottom: 150px;
}
.form-single__container {
  width: 92vw;
  max-width: 1000px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .form-single__container {
    width: 96vw;
  }
}

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