@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
.container {
  --bs-gutter-x: 60px;
  --bs-gutter-y: 0px;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1290px;
    --bs-gutter-x: 60px;
    --bs-gutter-y: 0px;
  }
  .row {
    --bs-gutter-x: 60px;
    --bs-gutter-y: 0px;
  }
}
/* Gestion des class pour les background et couleur de textes.*/ 
.color-main {
  color: #197A8A;
}

.bg-main {
  background-color: #197A8A !important;
}

.color-snd {
  color: #00211E;
}

.bg-snd {
  background-color: #00211E !important;
}

.color-third {
  color: #FCFF64;
}

.bg-third {
  background-color: #FCFF64 !important;
}

.color-white {
  color: #FFFFFF;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.color-black {
  color: #000000;
}

.bg-black {
  background-color: #000000 !important;
}

.color-text {
  color: #414B5A;
}

.bg-text {
  background-color: #414B5A !important;
}

.color-text75 {
  color: #7E8C9F;
}

.bg-text75 {
  background-color: #7E8C9F !important;
}

* {
  font-family: "Lexend", sans-serif;
}

html, body {
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  letter-spacing: 0.32px;
  font-weight: 400;
  color: #00211E;
}

.heading {
  font-family: "Lexend", sans-serif;
}
.heading--n1 {
  font-size: clamp(2.375rem, 1.423rem + 3.627vw, 4.688rem);
  letter-spacing: calc(clamp(2.375rem, 1.423rem + 3.627vw, 4.688rem) * -1 / 100);
  line-height: clamp(2.469rem, 1.298rem + 4.461vw, 5.313rem);
  font-weight: 500;
}
.heading--n2 {
  font-size: clamp(2rem, 1.125rem + 3.333vw, 4.025rem);
  letter-spacing: calc(clamp(2rem, 1.125rem + 3.333vw, 4.025rem) * -1 / 100);
  line-height: clamp(2.375rem, 1.551rem + 3.137vw, 4.375rem);
  font-weight: 600;
}
.heading--n3 {
  font-size: clamp(1.25rem, 0.941rem + 1.176vw, 2rem);
  letter-spacing: calc(clamp(1.25rem, 0.941rem + 1.176vw, 2rem) * -1 / 100);
  line-height: 1.2;
  font-weight: 300;
}
.heading--n4 {
  font-size: clamp(1.5rem, 1.414rem + 0.374vw, 1.75rem);
  letter-spacing: calc(clamp(1.5rem, 1.414rem + 0.374vw, 1.75rem) * -1 / 100);
  line-height: clamp(1.813rem, 1.726rem + 0.374vw, 2.063rem);
  font-weight: 700;
}
.heading--n5 {
  font-size: clamp(1.25rem, 1.207rem + 0.187vw, 1.375rem);
  letter-spacing: calc(clamp(1.25rem, 1.207rem + 0.187vw, 1.375rem) * -1 / 100);
  font-weight: 500;
}
.heading--entete {
  font-size: clamp(2.25rem, 1.581rem + 2.549vw, 3.875rem);
  letter-spacing: calc(clamp(2.25rem, 1.581rem + 2.549vw, 3.875rem) * -1 / 100);
  font-weight: 500;
  line-height: clamp(2.875rem, 2.206rem + 2.549vw, 4.5rem);
}

span {
  line-height: inherit;
}

hr {
  border: none;
  opacity: 1;
  height: 4px;
  width: 85px;
}

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

.label {
  font-size: 18px;
  font-weight: 500;
  line-height: 24.5px;
}

.legende {
  font-size: 12px;
  font-weight: 600;
}

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

p > a {
  text-decoration: underline;
}

.btn {
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  padding: 12px 20px;
  border-radius: 24px;
  background: #FCFF64;
  border: solid 1px #FCFF64;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #00211E;
  transition: 0.3s;
}
.btn:hover, .btn:focus, .btn:active {
  transition: 0.3s;
  background: transparent;
  color: #FCFF64;
  border: solid 1px #FCFF64;
}
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn--arrow {
  gap: 10px;
}
.btn--arrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-down.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.btn:hover::after, .btn:focus::after, .btn:active::after {
  background-image: url("../images/arrow-down-third.png");
}
.btn.btn--main {
  background: #197A8A;
  border: solid 1px #197A8A;
  color: #FFFFFF;
}
.btn.btn--main:hover, .btn.btn--main:focus, .btn.btn--main:active {
  background: transparent;
  color: #197A8A;
  border: solid 1px #197A8A;
}

form {
  position: relative;
}
form label {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 15px !important;
  margin-bottom: 0;
}
form input {
  border: 1px solid #FFFFFF;
  height: 40px;
  padding: 5px 0;
  color: #FFFFFF;
  background: transparent;
  display: block;
  width: 100%;
  margin: 6px 0 32px 0;
  border-radius: 24px;
  padding: 8px 20px;
}
form input:focus {
  box-shadow: none;
  border-bottom: 1px solid #FCFF64;
  outline: none;
}
form input::placeholder {
  font-size: 15px;
  color: #FFFFFF;
  transition: all 0.3s;
}
form input:focus::placeholder {
  font-size: 12px;
}
form input[type=checkbox] {
  width: 10%;
}
form input[type=radio] {
  height: 15px;
  display: inline;
  width: auto;
}
form textarea {
  border: 1px solid #FFFFFF;
  padding: 8px 20px;
  color: #FFFFFF;
  background: transparent;
  display: block;
  width: 100%;
  margin: 6px 0 32px 0;
  border-radius: 24px;
  height: 100px;
}
form textarea::placeholder {
  color: #FFFFFF;
  font-size: 15px;
  transition: all 0.3s;
}
form textarea:focus::placeholder {
  font-size: 14px;
}
form textarea:focus::placeholder {
  font-size: 15px;
}
form input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -10000;
}
form:not(.wp-block-starter-form) label.checking {
  display: block;
  position: relative;
  padding-left: 30px;
  font-family: "Lexend", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
  font-weight: 400;
}
form:not(.wp-block-starter-form) label.checking::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #FFFFFF;
  position: absolute;
  left: 0;
  border-radius: 3px;
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
form:not(.wp-block-starter-form) input[type=checkbox]:checked ~ .checking::before {
  width: 10px;
  top: -2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
form #form_done, form #form_fail {
  display: none;
  justify-content: center;
  padding: 24px;
  border-radius: 40px;
  text-align: center;
  margin-top: 25px;
}
form #form_done {
  background: #197A8A;
  color: #00211E;
}
form #form_fail {
  background: #FCFF64;
  color: #197A8A;
}
form input[type=radio] {
  accent-color: #197A8A;
  margin-block: 7px;
  width: 14px;
  height: 14px;
}
form .message_required {
  display: none;
  color: red;
  margin-top: -12px;
  font-size: 12px;
}
form .error .message_required {
  display: block;
}

#burger {
  background-color: transparent;
  border: none;
  height: 50px;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  position: relative;
  z-index: 10;
}
#burger.opened {
  z-index: 100000000000;
}
#burger .line {
  fill: none;
  stroke: #FFFFFF;
  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: #FFFFFF;
}
#burger.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 4;
  stroke: #FFFFFF;
}
#burger.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
  stroke: #FFFFFF;
}

.header {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.header .container {
  padding-block: 18px;
  position: relative;
}
.header .container::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .header {
    top: 35px;
  }
  .header .container::before {
    border-radius: 16px;
  }
}

.header__nav {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  padding-block: 50px 40px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  width: 100%;
  height: calc(100vh - 81px);
}
.header__nav .btn {
  margin-top: 8px;
}
@media screen and (min-width: 992px) {
  .header__nav {
    position: static;
    background: transparent;
    transform: none;
    backdrop-filter: none;
    width: auto;
    padding: 0;
    height: auto;
  }
  .header__nav .btn {
    margin-left: 42px;
    margin-top: 0;
  }
}

.header__list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 8px;
}
.header__list__item:hover, .header__list__item:active, .header__list__item:focus {
  color: #197A8A;
}
@media screen and (min-width: 992px) {
  .header__list__item {
    justify-content: flex-start;
    padding-right: 12px;
    margin-right: 12px;
    padding-block: 0;
    gap: 16px;
  }
  .header__list__item::before {
    content: "";
    display: block;
    height: 21px;
    width: 1px;
    background: #FFFFFF;
    transform: rotate(-25deg);
  }
}

.footer {
  padding-block: 60px 0px;
  background: #00211E;
  position: relative;
  z-index: 10;
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/logo-a.png");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.11;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .footer {
    padding-block: 195px 135px;
  }
  .footer::before {
    background-position: top right;
  }
}

.entete {
  padding-block: 140px 0;
  background-image: url("../images/entete-bkg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.entete::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(262deg, #00211E 41.93%, rgba(0, 33, 30, 0) 99.26%);
  z-index: 0;
  opacity: 0.97;
}
.entete .container::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: linear-gradient(to right, #FFF 0%, #FFF 40%, transparent 40%, transparent 60%, #FFF 60%, #FFF 100%);
  position: absolute;
  top: -11px;
  right: 20px;
}
.entete .container::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, #FFF 0%, #FFF 40%, transparent 40%, transparent 60%, #FFF 60%, #FFF 100%);
  position: absolute;
  top: -42px;
  right: 49px;
}
@media screen and (min-width: 992px) {
  .entete .container::before {
    width: 122px;
    top: -11px;
    right: 0;
  }
  .entete .container::after {
    height: 122px;
    top: -72px;
    right: 61px;
  }
}
@media screen and (min-width: 1200px) {
  .entete {
    padding-block: 215px 75px;
  }
}
@media screen and (min-width: 1400px) {
  .entete {
    padding-block: 239px 70px;
  }
}
@media screen and (min-width: 1600px) {
  .entete {
    padding-block: 264px 201px;
  }
}

.entete__image {
  position: relative;
  z-index: 1;
  margin-top: -68px;
}
.entete__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entete__image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  clip-path: polygon(33% 0, 100% 0, 67% 100%, 0% 100%);
  background-image: url("../images/entete-img-before.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(100%);
  z-index: -1;
}
.entete__image::after {
  content: "";
  display: block;
  width: 1px;
  height: 615px;
  position: absolute;
  right: -5px;
  top: 0;
  background: linear-gradient(166deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 25%, rgba(255, 255, 255, 0) 50%);
  transform: rotate(334deg);
}
@media screen and (min-width: 1200px) {
  .entete__image {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .entete__image img {
    clip-path: polygon(0 0, 67% 0, 100% 100%, 33% 100%);
  }
}
@media screen and (min-width: 1200px) {
  .entete__image {
    max-width: 47vw;
  }
}

.entete__content {
  gap: 40px;
  margin-bottom: 45px;
}
@media screen and (min-width: 1200px) {
  .entete__content {
    margin-bottom: 0;
  }
}

.histoire {
  position: relative;
  z-index: 2;
}
.histoire::before {
  content: "";
  display: block;
  width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(0, 33, 30, 0) 16.46%, #00211E 100%);
  pointer-events: none;
  z-index: 5;
}
@media screen and (min-width: 1600px) {
  .histoire::before {
    width: 500px;
  }
}

.histoire__content {
  padding-block: 82px 32px;
  position: relative;
}
.histoire__content::before {
  content: "";
  display: block;
  width: 1px;
  height: 193px;
  background: #00211E;
  position: absolute;
  bottom: 155px;
  left: -134px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 576px) {
  .histoire__content {
    padding-block: 155px 111px;
  }
}
@media screen and (min-width: 1200px) {
  .histoire__content {
    padding-left: 70px;
  }
}
@media screen and (min-width: 1440px) {
  .histoire__content {
    padding-block: 155px 131px;
  }
}
@media screen and (min-width: 1600px) {
  .histoire__content {
    padding-block: 252px 187px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1600px) {
  .histoire__titre--translate {
    margin-left: -60px;
  }
}

.histoire__slider-img {
  margin-left: 52px;
}

.histoire__slider-img__container {
  position: relative;
}
.histoire__slider-img__container::before, .histoire__slider-img__container::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  transform: translateY(100%) rotate(28deg);
  z-index: 99;
}
.histoire__slider-img__container::before {
  left: -116px;
  background: linear-gradient(166deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
}
.histoire__slider-img__container::after {
  right: 320px;
  bottom: 24px;
  background: linear-gradient(166deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
}

.histoire__slider-img__item {
  flex-shrink: 0;
  clip-path: polygon(33% 0, 100% 0, 67% 100%, 0% 100%);
}
.histoire__slider-img__item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.histoire__slider-img__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.histoire__slider-txt {
  position: relative;
  margin-bottom: 80px;
  gap: 32px;
}
@media screen and (min-width: 1200px) {
  .histoire__slider-txt {
    margin-bottom: 0;
  }
}

.histoire__slider-txt__item-wrapper {
  flex-shrink: 0;
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  position: relative;
}
.histoire__slider-txt__item-wrapper:first-of-type {
  cursor: default;
}
@media screen and (min-width: 992px) {
  .histoire__slider-txt__item-wrapper:nth-of-type(odd)::before, .histoire__slider-txt__item-wrapper:nth-of-type(odd)::after {
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
  }
  .histoire__slider-txt__item-wrapper:nth-of-type(odd)::before {
    width: 60px;
    height: 1px;
    top: -14px;
    left: -80px;
  }
  .histoire__slider-txt__item-wrapper:nth-of-type(odd)::after {
    width: 1px;
    height: 60px;
    top: -91px;
    left: 0;
  }
  .histoire__slider-txt__item-wrapper:nth-of-type(even)::before, .histoire__slider-txt__item-wrapper:nth-of-type(even)::after {
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
  }
  .histoire__slider-txt__item-wrapper:nth-of-type(even)::before {
    width: 60px;
    height: 1px;
    bottom: -33px;
    left: 52px;
  }
  .histoire__slider-txt__item-wrapper:nth-of-type(even)::after {
    width: 1px;
    height: 60px;
    bottom: -113px;
    left: 32px;
  }
  .histoire__slider-txt__item-wrapper:not(:first-of-type):nth-of-type(odd)::before, .histoire__slider-txt__item-wrapper:not(.is-active):nth-of-type(odd)::before {
    left: -48px;
  }
  .histoire__slider-txt__item-wrapper:not(:first-of-type):nth-of-type(odd)::after, .histoire__slider-txt__item-wrapper:not(.is-active):nth-of-type(odd)::after {
    left: 32px;
  }
}

.histoire__slider-txt__item {
  border: solid 1px #FFFFFF;
  padding: 30px;
  background: linear-gradient(212deg, rgba(255, 255, 255, 0) 18.02%, rgba(255, 255, 255, 0.2) 97.53%);
  border-radius: 24px;
  height: fit-content;
  position: relative;
  font-size: 14px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .histoire__slider-txt__item {
    padding: 47px 61px;
  }
}

.histoire__pagination {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  .histoire__pagination {
    left: 165px;
    transform: none;
    bottom: -50px;
  }
}

.histoire__pagination__dot {
  width: 40px;
  height: 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.histoire__pagination__dot:hover {
  background: rgba(255, 255, 255, 0.5);
}
.histoire__pagination__dot.active {
  background: #FCFF64;
  border-radius: 6px;
}

.offre {
  padding-block: 50px 70px;
  position: relative;
}
.offre::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 633px);
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #00211E 4.41%, #197A8A 97.85%);
  z-index: -1;
}
.offre::after {
  content: "";
  display: block;
  width: 1px;
  height: 860px;
  background: linear-gradient(166deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: -10px;
  left: calc(50% - 960px);
  transform: rotate(28deg);
}
@media screen and (min-width: 768px) {
  .offre {
    padding-block: 110px 289px;
  }
}

.offre__item {
  padding: 25px 12px;
  border: solid 1px #FFFFFF;
  border-radius: 24px;
  background: linear-gradient(212deg, rgba(255, 255, 255, 0) 18.02%, rgba(255, 255, 255, 0.2) 97.53%);
  margin-bottom: 39px;
  position: relative;
  cursor: pointer;
}
.offre__item:not(.offre__item--recrutement) .heading {
  font-size: 17px;
}
.offre__item:not(.offre__item--recrutement) .heading br {
  display: none;
}
.offre__item:not(.offre__item--recrutement)::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #FCFF64;
  background-image: url("../images/arrow-down.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 50%);
  opacity: 1;
  transition: 0.3s;
}
.offre__item:has(.offre__hidden-text.active)::before {
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .offre__item {
    padding: 25px 25px calc(81px - 1rem) 25px;
    min-height: 400px;
  }
  .offre__item:not(.offre__item--recrutement)::before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #FCFF64;
    background-image: url("../images/arrow-down.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 24px;
    right: 25px;
    opacity: 1;
    transition: 0.3s;
    transform: none;
  }
  .offre__item:has(.offre__hidden-text.active) {
    padding: 25px;
  }
  .offre__item:not(.offre__item--recrutement) .heading {
    font-size: clamp(1.25rem, 0.941rem + 1.146vw, 2rem);
  }
  .offre__item:not(.offre__item--recrutement) .heading br {
    display: inline;
  }
}

.offre__item__icon {
  width: 60px;
  flex-shrink: 0;
}
@media screen and (min-width: 576px) {
  .offre__item__icon {
    width: 75px;
  }
}
@media screen and (min-width: 992px) {
  .offre__item__icon {
    width: auto;
  }
}

.offre__hidden-text {
  display: none;
}
.offre__hidden-text p {
  margin-bottom: 0;
}

.offre__item--recrutement {
  border: none;
  background: linear-gradient(210deg, rgba(25, 122, 138, 0) -1.49%, #197A8A 81.97%);
}
.offre__item--recrutement a::before {
  content: "";
  position: absolute;
  inset: 0;
}

.offre__image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.offre__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offre__image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #00211E 25.91%, rgba(0, 33, 30, 0.2) 58.45%, #00211E 98.58%);
  z-index: 0;
}

.vision {
  padding-block: 0px 40px;
}
@media screen and (min-width: 768px) {
  .vision {
    padding-block: 80px 40px;
  }
}
@media screen and (min-width: 992px) {
  .vision {
    padding-block: 143px 110px;
  }
}

.vision__points {
  position: relative;
}
.vision__points::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 85px);
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 40px;
  z-index: -2;
}
@media screen and (min-width: 992px) {
  .vision__points::before {
    height: calc(100% - 79px);
  }
}

.vision__points__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 79px;
  height: 79px;
  border-radius: 100%;
  border: solid 1px #FFFFFF;
  margin-right: 16px;
  flex-shrink: 0;
  background: #00211E;
}
@media screen and (min-width: 992px) {
  .vision__points__number {
    margin-right: 31px;
  }
}

.promesse {
  padding-block: 0px 65px;
}
@media screen and (min-width: 992px) {
  .promesse {
    padding-block: 0px 191px;
  }
}

.promesse__text {
  margin-top: 18px;
}
@media screen and (min-width: 576px) {
  .promesse__text {
    padding-left: 110px;
    position: relative;
    margin-top: 38px;
  }
  .promesse__text::before, .promesse__text::after {
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
  }
  .promesse__text::before {
    width: 60px;
    height: 1px;
    top: 0;
    left: 0;
  }
  .promesse__text::after {
    width: 1px;
    height: 60px;
    top: 19px;
    left: 77px;
  }
}

.actualites {
  padding-block: 0 12px;
}
@media screen and (min-width: 992px) {
  .actualites {
    padding-block: 0 154px;
  }
}

.swiper-actualites {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .swiper-actualites {
    margin-top: 78px;
  }
}

.actualites__item {
  border: solid 1px #FFFFFF;
  border-radius: 24px;
  padding: 20px;
  background: linear-gradient(212deg, rgba(255, 255, 255, 0) 18.02%, rgba(255, 255, 255, 0.2) 97.53%);
}

.swiper-buttons-wrapper {
  position: relative;
  margin-top: 35px;
}
@media screen and (min-width: 992px) {
  .swiper-buttons-wrapper {
    position: absolute;
    margin-top: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 100px);
  }
}

.swiper-actualites-prev, .swiper-actualites-next {
  height: 48px;
  width: 48px;
  border-radius: 100%;
  background: #FCFF64;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: static;
  margin: 0;
}
.swiper-actualites-prev::after, .swiper-actualites-next::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-actualites-prev::after {
  background-image: url("../images/arrow-left.png");
}

.swiper-actualites-next::after {
  background-image: url("../images/arrow-right.png");
}

.swiper-actualites-pagination {
  position: relative;
}
.swiper-actualites-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(252, 255, 100, 0.5);
}
.swiper-actualites-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FCFF64;
}

.contact-form {
  position: relative;
  padding-block: 155px 0px;
}
.contact-form::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 572px);
  position: absolute;
  bottom: -160px;
  right: 0;
  background-image: url("../images/contact-bkg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.contact-form::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 572px);
  position: absolute;
  bottom: -160px;
  left: 0;
  background: linear-gradient(181deg, #00211E 5.43%, rgba(0, 33, 30, 0) 79.77%);
  z-index: 0;
}
.contact-form .container::before {
  content: "";
  display: block;
  width: 741px;
  height: 776px;
  position: absolute;
  bottom: -309px;
  left: calc(50% - 960px);
  background-image: url("../images/contact-deco.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .contact-form {
    padding-block: 487px 187px;
  }
}

.contact__content br {
  display: none;
}
@media screen and (min-width: 992px) {
  .contact__content br {
    display: inline;
  }
}

.contact__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.contact__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.contact__image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(181deg, #00211E 2.67%, rgba(0, 33, 30, 0.2) 37.42%, rgba(0, 33, 30, 0.8) 67.58%, #00211E 98%);
  z-index: 0;
}

.contact__form {
  padding: 30px;
  border: solid 1px #FFFFFF;
  background: linear-gradient(212deg, rgba(255, 255, 255, 0) 18.02%, rgba(255, 255, 255, 0.2) 97.53%);
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .contact__form {
    padding: 50px;
  }
}

#loader {
  display: none;
}

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

body {
  margin: 0;
  padding: 0;
  position: relative;
  word-wrap: break-word;
  overflow: hidden;
  background: #00211E;
}

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