/** Start Global Styles **/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background-color: #292e68;
}

body {
  /*   font-family: 'Times New Roman', sans-serif; */
  font-family: "Times New Roman", sans-serif;
  text-align: justify;
}

ul,
li {
  list-style: none;
}

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

body {
  --sb-track-color: #232e33;
  --sb-thumb-color: #0099cb;
  --sb-size: 4px;
}

body::-webkit-scrollbar,
.mlModal-container::-webkit-scrollbar {
  width: var(--sb-size);
}

body::-webkit-scrollbar-track,
.mlModal-container::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 1px;
}

body::-webkit-scrollbar-thumb,
.mlModal-container::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 1px;
}

@supports not selector(::-webkit-scrollbar) {
  body,
  .mlModal-container {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #292e68 !important;
}

.wpml-ls-legacy-list-horizontal,
.otgs-development-site-front-end {
  display: none !important;
}

.wpcf7-not-valid-tip {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #292e68;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wpcf7-response-output {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #292e68 !important;
  margin: 20px 0;
  border: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/** End Global Styles **/
/** Start Header Styles **/
header {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 30px;
  z-index: 5;
}
header .header-container {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .menu {
  display: flex;
  align-items: center;
  gap: 60px;
}
header .menu ul:not(.switchLang) {
  display: flex;
  align-items: center;
  gap: 50px;
}
header .menu ul.switchLang {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .menu ul.switchLang li {
  text-transform: uppercase;
}
header .menu ul.switchLang li a.active {
  font-weight: 600;
}
header .menu ul.switchLang li:last-child {
  border-left: 1px solid #f8f8f8;
  padding-left: 10px;
}
header .menu ul li {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 11px;
  color: #f8f8f8;
}

/** End Header Styles **/
/** Start Wrapper Sticky Styles **/
.wrapper-sticky {
  position: relative;
  z-index: 3;
  background: #fff;
  padding-bottom: 120px;
}

/** End Wrapper Sticky Styles **/
/** Start CTA Contact Styles **/

body.opened_modal .cta-contact {
  opacity: 0;
  visibility: hidden;
}

.cta-contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: self-end;
  z-index: 3;
  /* transition: 0.5s; */
}
.cta-contact a {
  min-width: 208px;
  width: -moz-max-content;
  width: max-content;
  padding: 14px 50px;
  background-color: #0099cb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  border-radius: 60px;
  position: absolute;
  top: 150px;
  right: -60px;
  transform: rotate(270deg);
}

/** End CTA Contact Styles **/
/** Start Hero Styles **/
.hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.hero .hero-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}
.hero .hero-overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #292e68;
  z-index: -1;
  opacity: 0.8;
}
.hero .hero-container {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.hero .hero-content {
  display: flex;
  flex-direction: column;
  padding-left: 90px;
  position: fixed;
  top: 50%;
  transform: translateY(-30%);
}
.hero .hero-header {
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 75px;
}
.hero .hero-header h1 {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 62px;
  color: #ffffff;
  text-align: left;
}
.hero .hero-header h1 span {
  font-weight: 600;
}
.hero .hero-header .slider-hero {
  width: 250px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.hero .hero-header .slider-hero:after {
  content: "";
  width: 100%;
  height: 100%;
  /*   background: linear-gradient(
    90deg,
    #292e68 0%,
    rgba(41, 46, 104, 0) 43.75%,
    #292e68 100%
  ); */
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.hero .hero-header .slider-hero li {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  text-transform: uppercase;
  color: #0099cb;
}

/** End Hero Styles **/
/** Start Manifeste Styles **/
.manifeste {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 85px 0;
  background-image: url("../images/manifeste-bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}
.manifeste .manifeste-container {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.manifeste .manifeste-content {
  display: flex;
  flex-direction: column;
}
.manifeste .manifeste-header {
  width: 615px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.manifeste .manifeste-header .title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.manifeste .manifeste-header .title h2 {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0099cb;
}
.manifeste .manifeste-header h3 {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #292e68;
  text-align: left;
}
.manifeste .manifeste-body {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
.manifeste .manifeste-body .left-side {
  width: 515px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.manifeste .manifeste-body .left-side p {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #292e68;
}
.manifeste .manifeste-body .right-side {
  width: 545px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px;
  position: relative;
}
.manifeste .manifeste-body .right-side:after {
  content: "";
  width: 360px;
  height: 1px;
  background-color: #0099cb;
  position: absolute;
  top: 0;
  left: 0;
}
.manifeste .manifeste-body .right-side p {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #292e68;
}
.manifeste .manifeste-body .right-side .cta {
  display: flex;
  flex-direction: column;
}
.manifeste .manifeste-body .right-side .cta a {
  width: -moz-max-content;
  width: max-content;
  padding: 14px 50px;
  background-color: #0099cb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  border-radius: 60px;
}

/** End Manifeste Styles **/
/** Start Expertises Styles **/
.expertises {
  display: flex;
  flex-direction: column;
  background: linear-gradient(
      180deg,
      rgba(41, 46, 104, 0.06) 0%,
      rgba(41, 46, 104, 0) 100%
    ),
    #ffffff;
  position: relative;
  z-index: 2;
}
.expertises .expertises-grid-wrapper {
  position: relative;
  width: 100%;
}
.expertises .expertises-container {
  width: 1200px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.expertises .expertises-content {
  display: flex;
  flex-direction: column;
}
.expertises .expertises-header {
  width: 970px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.expertises .expertises-header .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.expertises .expertises-header .title img {
  width: 51px;
}
.expertises .expertises-header .title h2 {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0099cb;
}
.expertises .expertises-header h3 {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  color: #292e68;
  padding-top: 20px;
  padding-bottom: 50px;
}
.expertises .expertises-header p {
  width: 884px;
  max-width: 100%;
  font-family: "Times New Roman";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #0f2447;
  margin: 0 auto;
}
.expertises .expertises-grid {
  display: flex;
  flex-direction: column;
  padding-bottom: 800px;
  margin-top: 50px;
  overflow: hidden;
}
.expertises .expertises-grid .expertise-item {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.expertises .expertises-grid .expertise-item .content-expertise {
  display: flex;
}
.expertises .expertises-grid .expertise-item:nth-of-type(2) {
  z-index: 3;
}
.expertises .expertises-grid .expertise-item:nth-of-type(3) {
  z-index: 4;
}
.expertises .expertises-grid .expertise-item:nth-of-type(4) {
  z-index: 5;
}
.expertises .expertises-grid .expertise-item:nth-of-type(5) {
  z-index: 6;
}
.expertises .expertises-grid .expertise-item .left-side {
  width: 700px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 50px 30px;
  border: 1px solid #0099cb;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.expertises .expertises-grid .expertise-item .left-side h2 {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #0099cb;
}
.expertises .expertises-grid .expertise-item .left-side h3 {
  width: 547px;
  max-width: 100%;
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #0f2447;
  padding-top: 25px;
  padding-bottom: 20px;
}
.expertises .expertises-grid .expertise-item .left-side p {
  color: #0f2447;
}
.expertises .expertises-grid .expertise-item .left-side a {
  width: -moz-max-content;
  width: max-content;
  padding: 7px 15px;
  background-color: #0099cb;
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: #ffffff;
  margin-top: 45px;
  border-radius: 60px;
}
.expertises .expertises-grid .expertise-item .right-side {
  width: 512px;
  background-color: #f4f7f9;
  border-radius: 5px;
  border: 1px solid #0099cb;
  padding: 130px 50px;
}
.expertises .expertises-grid .expertise-item .right-side ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.expertises .expertises-grid .expertise-item .right-side ul ul {
  padding-top: 15px;
}
.expertises .expertises-grid .expertise-item .right-side ul li {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #0f2447;
  position: relative;
  padding-left: 20px;
}
.expertises .expertises-grid .expertise-item .right-side ul li:after {
  /* content: "";
  width: 1px;
  height: calc(100% - 5px);
  background-color: #0099cb;
  position: absolute;
  top: 2px;
  left: 0; */
  content: "";
  width: 4px;
  height: 4px;
  background-color: #0f2447;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
}

.wrapper-sticky:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #0318409e;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 30;
}

body.opened_modal .wrapper-sticky:after {
  opacity: 1;
  visibility: visible;
}

/* .expertises .expertises-grid .expertise-item.active .modal-expertise {
  opacity: 1;
  visibility: visible;
} */

body.opened_modal {
  overflow: hidden;
}

.modal-expertise {
  width: 620px;
  max-width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: fixed;
  background-color: #ffffff;
  right: 0;
  top: 0;
  padding: 100px 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 30;
}

.modal-expertise {
  display: none;
}
.modal-expertise.active {
  display: block;
}

.modal-expertise.active {
  opacity: 1;
  visibility: visible;
}

.all-modal-expertises {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  z-index: 50;
  position: fixed;
  top: 0;
  right: 0;
  pointer-events: none;
}

body.opened_modal .all-modal-expertises {
  pointer-events: auto;
}

.modal-expertise .top-modal {
  display: flex;
  align-items: center;
  gap: 25px;
}

.modal-expertise .switch-modal {
  display: flex;
  align-items: center;
  gap: 10px;
}

.modal-expertise .switch-modal div {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0099cb;
  border-radius: 50%;
  cursor: pointer;
}

.modal-expertise .title h3 {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #0099cb;
}

.modal-expertise .close {
  margin-left: auto;
  cursor: pointer;
}

.modal-expertise .bottom-modal {
  margin-top: 40px;
  height: calc(100% - 50px);
  padding-right: 30px;
  overflow: hidden;
  overflow-y: scroll;
}

.modal-expertise .bottom-modal ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.modal-expertise .bottom-modal ul ul {
  padding-top: 15px;
}
.modal-expertise .bottom-modal ul li {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #0f2447;
  position: relative;
  padding-left: 20px;
}
.modal-expertise .bottom-modal ul li:after {
  /* content: "";
  width: 1px;
  height: calc(100% - 5px);
  background-color: #0099cb;
  position: absolute;
  top: 2px;
  left: 0; */
  content: "";
  width: 4px;
  height: 4px;
  background-color: #0f2447;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
}

.modal-expertise .bottom-modal::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.modal-expertise .bottom-modal::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #0f234744;
  border: 0.2px solid #fff;
}

.modal-expertise .bottom-modal::-webkit-scrollbar-track:active {
  background-color: #b8c0c2;
}

.modal-expertise .bottom-modal::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #0099cb;
}

/** End Expertises Styles **/
/** Start Secteurs Styles **/
.secteurs {
  display: flex;
  flex-direction: column;
  padding: 90px 0;
  position: relative;
  z-index: 2;
  background-color: #292e68;
}
.secteurs:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/secteurs-bg.png);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.secteurs .secteurs-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.secteurs .secteurs-content {
  display: flex;
  flex-direction: column;
}
.secteurs .secteurs-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.secteurs .secteurs-header h2 {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0099cb;
  text-align: center;
}
.secteurs .secteurs-header h3 {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  color: #f8f8f8;
  text-align: center;
}
.secteurs .slider-secteurs {
  display: flex;
  flex-direction: column;
  padding-top: 65px;
}
.secteurs .splide__slide {
  width: 247px;
  height: 360px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.secteurs .splide__slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-blend-mode: multiply, normal;
  border-radius: 10px;
  transition: 0.5s;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}
.secteurs .splide__slide .image {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  transform: scale(1);
}
.secteurs .splide__slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.secteurs .splide__slide .title {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  z-index: 10;
}
.secteurs .splide__slide .title h3 {
  /* font-family: "Manrope", sans-serif; */
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0 8px;
}
.secteurs .splide__slide:hover:after {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.secteurs .splide__slide:hover .image {
  transform: scale(1.1);
}

/** End Secteurs Styles **/
/** Start Fondateur Styles **/
.fondateur {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 100px 0;
  background-image: url(../images/fondateur-bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}
.fondateur .fondateur-container {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.fondateur .fondateur-content {
  display: flex;
  flex-direction: column;
}
.fondateur .fondateur-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 100px;
  z-index: 2;
}
.fondateur .fondateur-top.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 160px;
  padding-bottom: 100px;
}
.fondateur .fondateur-top .left-side {
  display: flex;
  flex-direction: column;
}
.fondateur .fondateur-top .left-side h2 {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #292e68;
}
.fondateur .fondateur-top .left-side h4 {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #292e68;
}
.fondateur .fondateur-top .left-side .description {
  width: 660px;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  padding-left: 80px;
}
.fondateur .fondateur-top .left-side .description p {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #292e68;
  padding-left: 25px;
  border-left: 1px solid #0099cb;
}

.fondateur .fondateur-top .bio-text.short {
  max-height: 10em;
  overflow: hidden;
  position: relative;
}

.fondateur .fondateur-top .bio-text.short::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3em;
  width: 100%;
  background: linear-gradient(to bottom, transparent, white);
}

.fondateur .fondateur-top .left-side .description div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.fondateur .fondateur-top .left-side .description a.read-more {
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 7px 15px;
  background-color: #0099cb;
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: #ffffff;
  margin-top: 15px;
  border-radius: 60px;
}

.fondateur .fondateur-top .right-side {
  width: 280px;
  min-height: 450px;
  height: max-content;
  background: linear-gradient(180deg, #f5f5f5 0%, #ffffff 100%);
  border: 1px solid #0099cb;
  border-radius: 10px;
}
.fondateur .fondateur-top .right-side .image {
  width: 260px;
  height: 360px;
  margin: 10px auto;
  border-radius: 8px;
  overflow: hidden;
}
.fondateur .fondateur-top .right-side .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
object-position : 40%;	
}
.fondateur .fondateur-top .right-side .info {
  display: flex;
  align-items: center;
}
.fondateur .fondateur-top .right-side .info ul {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 auto;
}
.fondateur .fondateur-top .right-side .info ul li {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  cursor: pointer;
}
.fondateur .fondateur-top .right-side .info ul li a {
  min-height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  background-color: #daf0f7;
  border-radius: 50px;
}
.fondateur .fondateur-top .right-side .info ul li .value {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  left: 0;
  top: 55px;
  z-index: 10;
  background-color: #daf0f7;
  border-radius: 50px;
  padding: 20px 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.fondateur .fondateur-top .right-side .info ul li .value span {
  font-size: 15px;
  color: #292e68;
}
.fondateur .fondateur-top .right-side .info ul li .value svg {
  cursor: pointer;
}
.fondateur .fondateur-top .right-side .info ul li.hover:hover .value {
  opacity: 1;
  visibility: visible;
}
.fondateur .fondateur-bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.fondateur .fondateur-bottom .left-side {
  width: 570px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.fondateur .fondateur-bottom .left-side h3 {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  color: #292e68;
  text-align: left;
}
.fondateur .fondateur-bottom .left-side p {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #292e68;
}
.fondateur .fondateur-bottom .right-side {
  width: 550px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 140px;
}
.fondateur .fondateur-bottom .right-side p {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #292e68;
}

/** End Fondateur Styles **/
/** Start Contact Styles **/
.contact {
  display: flex;
  flex-direction: column;
  background: linear-gradient(114.2deg, #ffffff 41.17%, #292e68 343.33%);
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
.contact .contact-container {
  width: 990px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.contact .contact-content {
  display: flex;
  flex-direction: column;
}
.contact .contact-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact .contact-header h2 {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0099cb;
  text-align: center;
}
.contact .contact-header h3 {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  color: #292e68;
  text-align: center;
}
.contact .contact-form {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.contact .contact-form .group-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.contact .contact-form .input-field,
.contact .contact-form .field-textarea {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.contact .contact-form .field-textarea {
  margin-bottom: 20px;
}
.contact .contact-form .input-field label,
.contact .contact-form .field-textarea label {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #031c5c;
}
.contact .contact-form .input-field input,
.contact .contact-form .input-field textarea,
.contact .contact-form .field-textarea input,
.contact .contact-form .field-textarea textarea {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 13px 18px;
  border: 1px solid #292e68;
  border-radius: 10px;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #031840;
  opacity: 0.4;
  outline: none;
}
.contact .contact-form .input-field textarea,
.contact .contact-form .field-textarea textarea {
  min-height: 165px;
}
.contact .contact-form .checkbox-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.contact .contact-form .checkbox-submit button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  gap: 10px;
  background: #292e68;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 63px;
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  outline: none;
  border: none;
  cursor: pointer;
}
.contact .contact-form .checkbox {
  width: 675px;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.contact .contact-form .checkbox label {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 23px;
  color: #292e68;
  cursor: pointer;
  position: relative;
}
.contact .contact-form .checkbox label a {
  color: #292e68;
  text-decoration: underline;
}
.contact .contact-form .checkbox input {
  z-index: 9;
  width: 0 !important;
  left: 0;
  height: 0 !important;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact .contact-form .checkbox label:before {
  display: block;
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 3px;
  left: -30px;
  border: 1px solid #292e68;
  border-radius: 2px;
}
.contact .contact-form .checkbox input:checked:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: -29px;
  top: 4px;
  background-color: #292e68;
  transition: 0.5s;
}

/** End Contact Styles **/
/** Start Footer Styles **/
footer {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 30px;
  background-color: #292e68;
  position: relative;
  z-index: 2;
}
footer .footer-container {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
footer .footer-content {
  display: flex;
  justify-content: space-between;
}
footer .right-side {
  width: 600px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
footer .right-side .footer-top {
  display: flex;
  flex-direction: column;
}
footer .right-side .footer-top ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
footer .right-side .footer-top ul li {
  display: flex;
  flex-direction: column;
}
footer .right-side .footer-top ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
footer .right-side .footer-top ul li a .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
}
footer .right-side .footer-top ul li a span {
  width: 210px;
  display: flex;
  flex-direction: column;
}
footer .right-side .footer-bottom {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #ccbff0;
}
footer .right-side .footer-bottom .copyright {
  display: flex;
  justify-content: space-between;
}
footer .right-side .footer-bottom .copyright h3 {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  opacity: 0.8;
}
footer .right-side .footer-bottom ul {
  display: flex;
  flex-direction: column;
  gap: 2px;

}
footer .right-side .footer-bottom ul li {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  opacity: 0.8;
  cursor: pointer;
}
footer .right-side .footer-bottom h4 {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 40px;
}

/** End Footer Styles **/

/** Start Ml Styles **/
.mlPage {
  display: flex;
  flex-direction: column;
  padding-top: 210px;
  padding-bottom: 95px;
}
.mlPage .mlPage-container {
  width: 1000px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.mlPage .mlPage-content {
  display: flex;
  flex-direction: column;
}
.mlPage .mlPage-header {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mlPage .mlPage-header h1 {
  width: 981px;
  max-width: 100%;
  font-family: "Times New Roman", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 51px;
  color: #ffffff;
}
.mlPage .mlPage-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 40px;
  font-family: "Times New Roman", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
}
.mlPage .mlPage-body p,
.mlPage .mlPage-body li {
  font-family: "Times New Roman", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
/** End Ml Styles **/

/** Start Ml Modal Styles **/

.mlModal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(3 28 92 / 82%);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.mlModal .close {
  position: absolute;
  top: 8px;
  right: 0px;
  cursor: pointer;
  z-index: 10;
}

body.opened_ml .mlModal#mentions-modal {
  opacity: 1;
  visibility: visible;
}

body.opened_pc .mlModal#politique-modal {
  opacity: 1;
  visibility: visible;
}

body.opened_ml,
body.opened_pc {
  overflow: hidden;
}

.mlModal-container {
  width: 900px;
  max-width: calc(100% - 20px);
  height: 80vh;
  margin: 0 auto;
  overflow-y: scroll;
  background-color: #ffffff;
  border: 1px solid #0099cb;
  border-radius: 5px;
}

.mlModal-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 50px;
}

.mlModal-header {
  font-size: 25px;
  font-weight: bold;
  color: #031c5c;
  position: relative;
}

.mlModal-header h2 {
  width: 80%;
  text-align: left;
}

.mlModal-text {
  font-size: 17px;
  color: #031c5c;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/** End Ml Modal Styles **/
