@charset "UTF-8";
/* BASE */
/* Gestion des class pour les background et couleur de textes.*/ 
@import url("https://fonts.googleapis.com/css2?family=Gotu&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.color-main {
  color: #0D3A3C;
}

.bg-main {
  background-color: #0D3A3C !important;
}

.color-snd {
  color: #C6EAD2;
}

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

.color-third {
  color: #F6CEE3;
}

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

.color-fourth {
  color: #FEF28F;
}

.bg-fourth {
  background-color: #FEF28F !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;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
* {
  font-family: "Poppins", sans-serif;
}

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

.heading--n1 {
  font-size: clamp(2.375rem, 2.001rem + 1.596vw, 3.438rem);
  font-weight: 400;
  line-height: clamp(2.5rem, 1.906rem + 2.535vw, 4.188rem);
  letter-spacing: calc(clamp(2.375rem, 2.001rem + 1.596vw, 3.438rem) * -1 / 100);
  font-family: "Gotu", sans-serif;
}
.heading--n2 {
  font-size: clamp(2rem, 1.692rem + 1.315vw, 2.875rem);
  font-weight: 400;
  line-height: 1.23;
  letter-spacing: calc(clamp(2rem, 1.692rem + 1.315vw, 2.875rem) * -1 / 100);
  font-family: "Gotu", sans-serif;
}
.heading--n3 {
  font-size: clamp(1.75rem, 1.53rem + 0.939vw, 2.375rem);
  font-weight: 400;
  line-height: clamp(2rem, 1.648rem + 1.502vw, 3rem);
  letter-spacing: calc(clamp(1.75rem, 1.53rem + 0.939vw, 2.375rem) * -1 / 100);
  font-family: "Gotu", sans-serif;
}
.heading--n4 {
  font-size: clamp(1.5rem, 1.412rem + 0.376vw, 1.75rem);
  font-weight: 700;
  line-height: clamp(1.75rem, 1.64rem + 0.469vw, 2.063rem);
  font-family: "Poppins", sans-serif;
}
.heading--n5 {
  font-size: clamp(1.25rem, 1.206rem + 0.188vw, 1.375rem);
  font-weight: 500;
  line-height: auto;
  font-family: "Poppins", sans-serif;
}

span {
  line-height: inherit;
}

hr {
  border: none;
  opacity: 1;
  width: 86px;
  height: 4px;
}
hr.thin {
  height: 1px;
}

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

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

.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;
  border: none;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  padding: 12px 20px;
  transition: 0.3s;
  border-radius: 53px;
  font-size: 18px;
  font-weight: 600;
}
.btn:hover, .btn:focus, .btn:active {
  transition: 0.3s;
}
.btn--main {
  background: #0D3A3C;
  color: white;
  border: 1px solid #0D3A3C;
}
.btn--main:hover, .btn--main:focus, .btn--main:active {
  background: transparent;
  color: #0D3A3C;
  border: 1px solid #0D3A3C;
}
.btn--main-outline {
  background: #FFFFFF;
  color: #0D3A3C;
  border: 1px solid #0D3A3C;
}
.btn--main-outline:hover, .btn--main-outline:focus, .btn--main-outline:active {
  background: #0D3A3C;
  color: #FFFFFF;
  border: 1px solid #0D3A3C;
}
.btn--third {
  background: #F6CEE3;
  color: #0D3A3C;
  border: 1px solid #F6CEE3;
}
.btn--third:hover, .btn--third:focus, .btn--third:active {
  background: transparent;
  color: #F6CEE3;
  border: 1px solid #F6CEE3;
}
.btn--fourth {
  background: #FEF28F;
  color: #0D3A3C;
  border: 1px solid #FEF28F;
}
.btn--fourth:hover, .btn--fourth:focus, .btn--fourth:active {
  background: transparent;
  color: #FEF28F;
  border: 1px solid #FEF28F;
}
.btn--tel {
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  line-height: 1;
  border-left: solid 1px #FEF28F;
}
.btn--tel::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("../images/tel-main.png");
  transition: 0.3s;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn--tel:hover, .btn--tel:active, .btn--tel:focus {
  background: transparent !important;
  color: #FEF28F !important;
}
.btn--tel:hover::before, .btn--tel:active::before, .btn--tel:focus::before {
  transition: 0.3s;
  background-image: url("../images/tel-yellow.png");
}
.btn--tel.bg-main {
  border-left: solid 1px #0D3A3C;
}
.btn--tel.bg-main::before {
  background-image: url("../images/btn-tel.png");
}
.btn--tel.bg-main:hover, .btn--tel.bg-main:active, .btn--tel.bg-main:focus {
  background: transparent !important;
  color: #0D3A3C !important;
}
.btn--tel.bg-main:hover::before, .btn--tel.bg-main:active::before, .btn--tel.bg-main:focus::before {
  transition: 0.3s;
  background-image: url("../images/tel-main.png");
}

.parent {
  position: relative;
}

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

/* COMPOSANTS */
#burger {
  background-color: transparent;
  border: none;
  height: 64px;
  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: #0D3A3C;
  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;
}

.page-template-template-home .header {
  background: transparent;
  padding-bottom: 0;
}
.page-template-template-home .header .header__nav::before {
  background: #FFFFFF;
}
.page-template-template-home .header .header__nav__item::before {
  background: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .page-template-template-home .header .header__nav__item {
    color: #FFFFFF;
  }
}
.page-template-template-home .header #burger .line {
  stroke: #FFFFFF;
}
.page-template-template-home .header .header__infos {
  border: solid 1px #FEF28F;
}

.header {
  position: absolute;
  background: #FFFFFF;
  top: 0;
  left: 50%;
  width: 100dvw;
  transform: translate(-50%, 0);
  z-index: 100;
  padding-bottom: 0;
}
@media screen and (min-width: 576px) {
  .header {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .header {
    padding-bottom: 20px;
  }
}
.header:not(.is-fixed) {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .header:not(.is-fixed) {
    padding-top: 0;
  }
}
.header::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: #0D3A3C;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.6s;
}
.header.opened::before {
  transition: 0.6s;
  height: 100vh;
}
.header::after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 100%;
  max-width: 1140px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  z-index: -1;
}
@media screen and (min-width: 576px) {
  .header::after {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .header::after {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .header::after {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .header::after {
    max-width: 1140px;
  }
}

.header.is-fixed {
  position: fixed;
  background: transparent;
  transform: translate(-50%, 10px);
  padding-bottom: 0;
  animation-name: header-apparition;
  animation-timing-function: ease-in-out;
  animation-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .header.is-fixed {
    transform: translate(-50%, 20px);
  }
}
.header.is-fixed::before {
  top: -20px;
}
.header.is-fixed:not(.opened) .header__nav__item {
  color: #0D3A3C;
}
.header.is-fixed::after {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}
.header.is-fixed .header__nav-wrapper {
  padding-right: 25px;
}
.header.is-fixed .header__nav-wrapper:first-child {
  padding-left: 25px;
  padding-right: 0;
}
.header.is-fixed .header__infos {
  display: none;
}
.header.is-fixed .header__nav {
  padding-block: 8px;
}
@media screen and (min-width: 1200px) {
  .header.is-fixed .header__nav {
    padding-block: 42px;
  }
}
.header.is-fixed .header__nav__item {
  position: relative;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.header.is-fixed .header__nav__item::before {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background: #0D3A3C;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.header.is-fixed .header__nav__item:hover::before, .header.is-fixed .header__nav__item:active::before, .header.is-fixed .header__nav__item:focus::before {
  width: calc(100% + 20px);
  transition: 0.3s;
}
.header.is-fixed .header__nav::before {
  background: #0D3A3C;
  display: none;
}
.header.is-fixed .header__logo--initial {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.header.is-fixed .header__logo--scrolled {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.header.is-fixed #burger .line {
  stroke: #0D3A3C;
}
.header.is-fixed #burger.opened .line {
  stroke: #FFFFFF;
}

@keyframes header-apparition {
  0% {
    opacity: 0;
    transform: translate(-50%, -250px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 20px);
  }
}
.header:not(.is-fixed) .header__main-nav {
  margin-top: -15px;
}

.header__infos {
  border-bottom-left-radius: 17px;
  transform: translateY(-1px);
  border-bottom-right-radius: 17px;
  border: solid 1px #0D3A3C;
  border-top: none;
  width: fit-content;
  overflow: hidden;
  gap: 14px;
  padding-left: 16px;
  display: flex;
  position: relative;
  z-index: 99;
}
.header__infos li {
  transition: 0.3s;
}
.header__infos li:hover, .header__infos li:active, .header__infos li:focus-within {
  opacity: 0.7;
  transition: 0.3s;
}

.header__nav-wrapper {
  display: none;
  position: absolute;
  left: 50%;
}
.header__nav-wrapper:first-child {
  transform: translate(-50%, 82%);
}
@media screen and (min-width: 1200px) {
  .header__nav-wrapper:first-child {
    transform: none;
  }
}
.header__nav-wrapper:not(:first-child) {
  transform: translate(-50%, 182%);
}
@media screen and (min-width: 1200px) {
  .header__nav-wrapper:not(:first-child) {
    transform: none;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav-wrapper {
    display: block;
    position: static;
  }
}

.header__nav {
  position: relative;
}
.header__nav li {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .header__nav {
    padding-block: 48px;
  }
  .header__nav::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #0D3A3C;
    position: absolute;
    bottom: 28px;
    left: 0;
  }
  .header__nav li {
    width: fit-content;
  }
}

.header__logo {
  transform: scale(0.7);
  max-height: 90px;
  display: flex;
}
.header__logo img {
  width: auto;
  max-height: 90px;
}
@media screen and (min-width: 576px) {
  .header__logo {
    transform: none;
  }
}
@media screen and (min-width: 992px) {
  .header__logo {
    max-height: unset;
  }
  .header__logo img {
    width: auto;
    max-height: unset;
  }
}
@media screen and (min-width: 1200px) {
  .header__logo {
    display: flex;
  }
}
.header__logo--scrolled {
  opacity: 0;
  display: none;
  visibility: hidden;
  transform: scale(0.7);
}
.header__logo--scrolled img {
  width: auto;
  max-height: 70px;
}
@media screen and (min-width: 992px) {
  .header__logo--scrolled {
    max-height: unset;
  }
  .header__logo--scrolled img {
    width: auto;
    max-height: unset;
  }
}

.header__nav__item {
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  flex-shrink: 0;
  line-height: 1.6;
  font-size: 18px;
  letter-spacing: 1.96px;
  padding-block: 20px 20px;
  border-bottom: solid 1px #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .header__nav__item {
    position: relative;
    padding-block: 0;
    text-align: left;
    font-size: 14px;
    border: none;
    color: #0D3A3C;
  }
  .header__nav__item::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    transition: 0.3s;
    background: #0D3A3C;
    position: absolute;
    bottom: -19px;
    left: 0;
  }
  .header__nav__item:hover::before, .header__nav__item:active::before, .header__nav__item:focus::before {
    height: 3px;
    transition: 0.3s;
  }
}

.footer {
  background: #0D3A3C;
  padding-block: 31px 60px;
  position: relative;
}
.footer::before {
  content: url("../images/footer-bkg.png");
  position: absolute;
  bottom: -10px;
  right: calc(50% - 611px);
}

.footer__top {
  padding-bottom: 36px;
  border-bottom: solid 1px #FFFFFF;
}

.footer__bottom {
  padding-top: 41px;
}

.footer__btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__btn {
    width: fit-content;
  }
}

.footer__nav {
  gap: 22px;
}

.footer__nav__item {
  color: #FFFFFF;
  transition: 0.3s;
}
.footer__nav__item:hover, .footer__nav__item:active, .footer__nav__item:focus-within {
  opacity: 0.7;
  transition: 0.3s;
}

.footer__line {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 13px;
}
.footer__line::before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

a.footer__line {
  transition: 0.3s;
}
a.footer__line:hover, a.footer__line:active, a.footer__line:focus-within {
  opacity: 0.7;
  transition: 0.3s;
}

.footer__tel::before {
  background-image: url("../images/tel-white.png");
}
.footer__mail::before {
  background-image: url("../images/mail-white.png");
}
.footer__location::before {
  background-image: url("../images/location-white.png");
}

@media screen and (min-width: 992px) {
  .socials__link {
    transform: scale(0.8);
    transition: 0.3s;
  }
  .socials__link:hover, .socials__link:active, .socials__link:focus {
    transform: scale(1);
    transition: 0.3s;
  }
}

form {
  position: relative;
}
form label {
  color: #414B5A;
  font-weight: 500;
  font-size: 15px !important;
  margin-bottom: 0;
}
form input:not(#matomo_optout_checkbox) {
  border: 1px solid #666E5C;
  height: 40px;
  padding: 5px 0;
  color: #0D3A3C;
  background: #FFFFFF;
  display: block;
  width: 100%;
  margin: 13px 0 30px 0;
  border-radius: 20px;
  padding: 0 10px;
}
form input:not(#matomo_optout_checkbox):focus {
  box-shadow: none;
  border-bottom: 1px solid #0D3A3C;
  outline: none;
}
form input:not(#matomo_optout_checkbox)::placeholder {
  font-size: 15px;
  color: #7E8C9F;
  transition: all 0.3s;
}
form input:not(#matomo_optout_checkbox):focus::placeholder {
  font-size: 12px;
}
form input:not(#matomo_optout_checkbox)[type=checkbox] {
  width: 10%;
}
form input:not(#matomo_optout_checkbox)[type=radio] {
  height: 15px;
  display: inline;
  width: auto;
}
form textarea {
  border: 1px solid #666E5C;
  padding: 10px;
  color: #0D3A3C;
  background: #FFFFFF;
  display: block;
  width: 100%;
  margin: 13px 0 10px 0;
  border-radius: 20px;
  height: 178px;
}
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]:not(#matomo_optout_checkbox) {
  opacity: 0;
  position: absolute;
  z-index: -10000;
  margin: 0;
  width: 100%;
  height: 100%;
}
form .check-wrapper {
  position: relative;
  margin-block: 20px;
}
form:not(.wp-block-starter-form) label.checking {
  display: block;
  position: relative;
  padding-left: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #414B5A;
  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 #414B5A;
  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 .message_success {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}
form .message_success p {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 700;
}
form .message_fail {
  display: none;
  color: red;
}
form #form_done, form #form_fail {
  display: none;
  width: 100%;
  padding: 12px 20px;
  margin-top: 20px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #C6EAD2;
  color: #0D3A3C;
}
form #loader {
  display: none;
  width: 100%;
  padding: 12px 20px;
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
  color: #0D3A3C;
}
form #loader .loader__spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(13, 58, 60, 0.2);
  border-top-color: #0D3A3C;
  border-radius: 50%;
  animation: loader-spin 0.8s linear infinite;
  vertical-align: middle;
  margin-right: 12px;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}
.rank-math-breadcrumb {
  display: none;
}
@media (width > 768px) {
  .rank-math-breadcrumb {
    display: block;
  }
}
.rank-math-breadcrumb p {
  margin: 0;
  padding: 0;
}

/* TEMPLATES */
.single-post .bg_white {
  background: white;
}
.single-post .shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.single-post .mt_low {
  margin-top: -120px;
}
@media (min-width: 992px) {
  .single-post .mt_low {
    margin-top: -300px;
  }
}
.single-post .head {
  height: 200px;
  position: relative;
}
.single-post .head img {
  position: absolute;
  max-width: unset;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 49%;
}
@media (min-width: 768px) {
  .single-post .head {
    height: 330px;
  }
}
@media (min-width: 992px) {
  .single-post .head h1 {
    text-align: left;
    font-size: 50px;
  }
  .single-post .head h1::after {
    margin-left: 0;
    height: 12px;
    width: 220px;
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .single-post .head {
    height: 485px;
  }
  .single-post .head img {
    left: 50%;
  }
}
.single-post #contenu h1 {
  color: #0D3A3C;
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}
.single-post #contenu .main_img {
  max-height: 447px;
}
.single-post #contenu .paragraphe_intro p {
  font-size: 17px;
  font-weight: 500;
}
.single-post #contenu .sepa {
  display: block;
  width: 60px;
  height: 5px;
  background: #DB1D3D;
  margin: 20px 0;
}
.single-post #contenu .texte_majuscule p {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}
.single-post #contenu .texte_gras p {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}
.single-post #contenu .sous_titre h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #0D3A3C;
}
.single-post #contenu .picture_sub_title {
  color: #0046AA;
  font-size: 13px;
  line-height: 19px;
  font-style: italic;
}
.single-post #contenu .citation {
  margin: 25px 0;
}
.single-post #contenu .citation .quote {
  display: flex;
  flex-direction: column;
}
.single-post #contenu .citation .quote img:first-of-type {
  margin: 10px auto 0 0;
}
.single-post #contenu .citation .quote p {
  text-align: center;
  font-size: 36px;
  line-height: 41px;
  font-weight: 300;
  color: #0D3A3C;
  text-transform: uppercase;
  font-style: italic;
}
.single-post #contenu .citation .quote img:last-of-type {
  margin: 10px 0 0 auto;
}
.single-post #contenu .share {
  margin-top: 40px;
}
.single-post #contenu .share .sepa_rsx {
  content: "";
  width: 145px;
  height: 7px;
  display: block;
  margin: 35px auto 35px 0;
  background: rgb(70, 188, 205);
  background: linear-gradient(90deg, rgb(70, 188, 205) 0%, rgb(70, 188, 205) 33.33%, rgb(236, 100, 100) 33.33%, rgb(228, 103, 111) 66.66%, rgb(185, 120, 172) 66.66%, rgb(180, 122, 179) 100%);
}
.single-post #contenu .share .rsx_actu {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}
.single-post #contenu .share .rsx_actu a {
  display: block;
  margin: 25px 20px 25px 0;
}
.single-post #contenu .share .rsx_actu a:first-of-type {
  margin-top: 28px;
}
.single-post #contenu .share .rsx_actu a:last-of-type {
  margin-top: 26px;
  margin-left: 1px;
}
.single-post #contenu iframe {
  max-width: calc(100vw - 30px);
  margin: auto;
  display: block;
}
@media (min-width: 992px) {
  .single-post #contenu h1 {
    font-size: 40px;
    line-height: 54px;
  }
  .single-post #contenu .paragraphe_intro p {
    font-size: 18px;
  }
  .single-post #contenu .citation .quote {
    flex-direction: row;
  }
  .single-post #contenu .citation .quote img:first-of-type {
    margin: 20px 25px auto;
  }
  .single-post #contenu .citation .quote p {
    text-align: left;
    font-size: 36px;
    line-height: 44px;
  }
  .single-post #contenu .citation .quote img:last-of-type {
    margin: auto 0 20px 0;
  }
}

/**************************************\ */
/*************** EN-TÊTE **************\ */
/**************************************\ */
.hero {
  position: relative;
  background: #0D3A3C;
  padding-block: 220px 0;
}
@media screen and (min-width: 992px) {
  .hero {
    background: unset;
    padding-block: 220px 120px;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    padding-block: 195px 226px;
  }
}
.hero::before, .hero::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
}
.hero::before {
  background: linear-gradient(73deg, #0D3A3C 30.72%, rgba(13, 58, 60, 0) 51.63%);
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .hero::before {
    background: linear-gradient(96deg, #0D3A3C 45.72%, rgba(13, 58, 60, 0) 71.63%);
  }
}
@media screen and (min-width: 1200px) {
  .hero::before {
    background: linear-gradient(96deg, #0D3A3C 39.72%, rgba(13, 58, 60, 0) 55.63%);
  }
}
.hero::after {
  width: 63vw;
  height: 296px;
  background: linear-gradient(173deg, #0D3A3C 16.1%, rgba(13, 58, 60, 0) 54.24%);
  right: 0;
}

.hero-svg {
  position: absolute;
  bottom: 0;
  opacity: 0;
  z-index: 44;
}

.hero-left__svg {
  left: calc(50% - 960px);
}

.hero-right__svg {
  right: calc(50% - 968px);
}

.hero__title {
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 3.22px;
  text-transform: uppercase;
}

.hero__content {
  padding-left: 99px;
  margin-bottom: 60px;
  margin-top: 36px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero__content {
    margin-bottom: 85px;
  }
}
@media screen and (min-width: 992px) {
  .hero__content {
    margin-bottom: 0;
  }
}
.hero__content::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 48px;
}

.hero__title, .hero__content {
  position: relative;
  z-index: 2;
}

.hero__background {
  height: 400px;
  position: absolute;
  top: 0;
  right: 0;
}
.hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__background::before, .hero__background::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.hero__background::before {
  height: 100%;
  background: linear-gradient(0deg, #0D3A3C 0.71%, rgba(13, 58, 60, 0) 71.36%);
}
.hero__background::after {
  height: 70%;
  background: linear-gradient(180deg, #0D3A3C 0.71%, rgba(13, 58, 60, 0) 71.36%);
}
@media screen and (min-width: 992px) {
  .hero__background {
    top: 0;
    right: calc(50% - 960px);
    left: unset;
    z-index: -2;
    height: 100%;
  }
  .hero__background::before {
    width: 50%;
    background: linear-gradient(280deg, #0D3A3C 0.71%, rgba(13, 58, 60, 0) 71.36%);
  }
  .hero__background::after {
    display: none;
  }
}

/**************************************\ */
/*************** AGENCE ***************\ */
/**************************************\ */
.agence {
  padding-block: 15px 59px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .agence {
    padding-block: 143px 129px;
  }
  .agence::before {
    transition: 1s;
    content: "";
    display: block;
    width: 1px;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    background: #0D3A3C;
    z-index: 99;
  }
  .agence::after {
    transition: 1s;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #0D3A3C;
    position: absolute;
    left: 0;
    top: 143px;
  }
  .agence .container::before {
    transition: 1s;
    content: "";
    display: block;
    width: 1px;
    height: 0;
    background: #0D3A3C;
    position: absolute;
    top: 0;
    left: calc(50% - 724px);
  }
  .agence .container::after {
    transition: 1s;
    content: "";
    display: block;
    width: 1px;
    height: 0;
    background: #0D3A3C;
    position: absolute;
    top: 0;
    right: calc(50% - 570px);
  }
  .agence .row::before {
    transition: 1s;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #0D3A3C;
    position: absolute;
    bottom: 129px;
    left: 50%;
    transform: translateX(-50%);
  }
  .agence .half-moon {
    width: 146px;
    height: calc(100% + 129px);
    border-right: solid 1px #0D3A3C;
    position: absolute;
    top: 0;
    right: -146px;
    z-index: 1;
  }
  .agence .half-moon::before {
    content: "";
    display: block;
    width: 146px;
    height: 73px;
    border: solid 1px #0D3A3C;
    position: absolute;
    border-top-left-radius: 74px;
    border-top-right-radius: 74px;
    background: #C6EAD2;
    top: 73px;
    left: 0;
    z-index: 2;
  }
  .agence .half-moon::after {
    content: "";
    display: block;
    width: 146px;
    height: 73px;
    border: solid 1px #0D3A3C;
    position: absolute;
    border-bottom-left-radius: 74px;
    border-bottom-right-radius: 74px;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .agence .square {
    position: absolute;
    top: -1px;
    left: -286px;
    width: 286px;
    height: 286px;
    border: solid 1px #0D3A3C;
  }
  .agence .square::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #0D3A3C;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .agence .square::after {
    content: "";
    display: block;
    width: 50%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 100%;
    border: solid 1px #0D3A3C;
    background: #FEF28F;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .agence .square-grid {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    aspect-ratio: 1/1;
  }
  .agence .square-grid::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #0D3A3C;
    background: linear-gradient(#0D3A3C, #0D3A3C) 20% 0/1px 100% no-repeat, linear-gradient(#0D3A3C, #0D3A3C) 40% 0/1px 100% no-repeat, linear-gradient(#0D3A3C, #0D3A3C) 60% 0/1px 100% no-repeat, linear-gradient(#0D3A3C, #0D3A3C) 80% 0/1px 100% no-repeat;
  }
  .agence .square-grid::after {
    content: "";
    display: block;
    width: calc(100% - 2px);
    height: 39px;
    position: absolute;
    bottom: 1px;
    left: 1px;
    background: #FFFFFF;
    border-top: solid 1px #0D3A3C;
  }
  .agence .agence__content::before {
    transition: 1s;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: #0D3A3C;
  }
}

.agence.in-view::before {
  transition: 1s;
  height: calc(100% - 129px);
}
.agence.in-view::after {
  transition: 1s;
  width: 50%;
}
.agence.in-view .container::before {
  transition: 1s;
  height: 100%;
}
.agence.in-view .container::after {
  transition: 1s;
  height: calc(100% - 128px);
}
.agence.in-view .row::before {
  transition: 1s;
  width: 100%;
}
.agence.in-view .agence__content::before {
  transition: 1s;
  width: 50vw;
}

@media screen and (min-width: 992px) {
  .agence__left-content {
    margin-bottom: 45px;
  }
}

.agence__slider-wrapper, .agence__image {
  border: solid 1px #0D3A3C;
}
@media screen and (min-width: 992px) {
  .agence__slider-wrapper, .agence__image {
    border-right: none;
    border-bottom: none;
    position: relative;
  }
  .agence__slider-wrapper::before, .agence__image::before {
    content: "";
    display: block;
    width: 50vw;
    height: 1px;
    background: #0D3A3C;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
}

.agence__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agence__title {
  padding-block: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .agence__title {
    padding-block: 45px;
  }
}
@media screen and (min-width: 992px) {
  .agence__title {
    padding-block: 0 65px;
    padding-left: 50px;
  }
}

.agence__content {
  padding: 38px 30px;
  background: rgba(246, 206, 227, 0.35);
  border: solid 1px #0D3A3C;
}
@media screen and (min-width: 992px) {
  .agence__content {
    padding: 58px 52px 62px 52px;
    border-left: none;
    border-top: none;
    position: relative;
  }
}

.agence__slider-bottom {
  position: relative;
  flex-grow: 1;
}

/**************************************\ */
/************* PRESTATIONS ************\ */
/**************************************\ */
.prestations {
  position: relative;
}
.prestations::before {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background: #0D3A3C;
  position: absolute;
  top: 0;
  left: calc(50% - 724px);
  z-index: -2;
}
.prestations::after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background: #0D3A3C;
  position: absolute;
  top: -1px;
  right: calc(50% - 715px);
  z-index: -2;
}

.prestations.in-view::before {
  transition: 1s;
  height: 100%;
}
.prestations.in-view::after {
  transition: 1s;
  height: calc(100% - 129px);
}

.prestations__card {
  padding: 70px 25px 55px;
  position: relative;
  text-align: center;
  height: 100%;
  overflow: hidden;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .prestations__card {
    padding: 62px 53px 41px 53px;
  }
}
@media screen and (min-width: 992px) {
  .prestations__card {
    padding: 124px 106px 83px 106px;
  }
}
.prestations__card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #C6EAD2 25.15%, rgba(198, 234, 210, 0) 95.01%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.prestations__card:hover .prestations__card__bkg img, .prestations__card:active .prestations__card__bkg img, .prestations__card:focus-within .prestations__card__bkg img {
  transform: scale(1.1);
  transition: 0.3s;
}
.prestations__card::after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #0D3A3C;
  position: absolute;
  top: 0;
  left: 50%;
}
@media screen and (min-width: 992px) {
  .prestations__card::after {
    height: 100px;
  }
}
.prestations__card .diamond {
  width: 6px;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  top: 50px;
  left: calc(50% - 3px);
  background: #0D3A3C;
}
@media screen and (min-width: 992px) {
  .prestations__card .diamond {
    top: 100px;
  }
}

.prestations__hr {
  margin-block: 34px;
}
@media screen and (min-width: 992px) {
  .prestations__hr {
    margin-block: 34px 88px;
  }
}

.prestations__card__bkg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  height: 100%;
  width: 100%;
}
.prestations__card__bkg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prestations__card__bkg img {
  transition: 0.3s;
}

.prestations__card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.prestations__card__content .btn {
  margin-top: 8px;
}

/**************************************\ */
/************ RÉALISATIONS ************\ */
/**************************************\ */
.realisations {
  padding-block: 60px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .realisations {
    padding-block: 93px 98px;
  }
}
.realisations::before {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background: #0D3A3C;
  position: absolute;
  top: 0;
  left: calc(50% - 762px);
}
.realisations::after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background: #0D3A3C;
  position: absolute;
  top: 0;
  right: calc(50% - 716px);
}
.realisations .half-moon-grid {
  width: 168px;
  height: 168px;
  border: solid 1px #0D3A3C;
  position: absolute;
  top: 41%;
  left: calc(50% - 845px);
}
.realisations .half-moon-grid::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  border: solid 1px #0D3A3C;
  border-top-left-radius: 168px;
  border-bottom-left-radius: 168px;
  background: #FEF28F;
}
.realisations .half-moon-grid::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #0D3A3C;
  position: absolute;
  top: 0;
  right: 25%;
}
.realisations .arrow {
  position: absolute;
  width: 245px;
  height: 245px;
  right: calc(50% - 960px);
  top: -1px;
  border: solid 1px #0D3A3C;
  overflow: hidden;
  background: linear-gradient(#0D3A3C, #0D3A3C) calc(50% - 1px) 0/1px 100% no-repeat;
}
.realisations .arrow::before {
  content: "";
  display: block;
  width: 75%;
  height: 75%;
  top: 37px;
  left: calc(50% - 92px);
  position: absolute;
  border-left: solid 1px #0D3A3C;
  border-top: solid 1px #0D3A3C;
  transform: rotate(45deg);
}
.realisations .realisations__liste::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #0D3A3C;
  position: absolute;
  top: -1px;
  left: calc(50% - 50vw);
}

.realisations.in-view::before {
  transition: 1s;
  height: 100%;
}
.realisations.in-view::after {
  transition: 1s;
  height: 100%;
}
.realisations.in-view .realisations__liste::before {
  transition: 1s;
  width: 100vw;
}

.realisations__liste {
  position: relative;
}
.realisations__liste .grid-square {
  position: absolute;
  top: -158px;
  right: -158px;
  height: 158px;
  aspect-ratio: 1/1;
  border: 1px solid #0D3A3C;
  background: linear-gradient(#0D3A3C, #0D3A3C) 20% 0/1px 100% no-repeat, linear-gradient(#0D3A3C, #0D3A3C) 40% 0/1px 100% no-repeat, linear-gradient(#0D3A3C, #0D3A3C) 60% 0/1px 100% no-repeat, linear-gradient(#0D3A3C, #0D3A3C) 80% 0/1px 100% no-repeat;
}
.realisations__liste .grid-square::before {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  position: absolute;
  top: 30px;
  left: 0;
  background: #FFFFFF;
  border-bottom: solid 1px #0D3A3C;
}
.realisations__liste .grid-square::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: #F6CEE3;
  border-bottom: solid 1px #0D3A3C;
}
.realisations__liste .square {
  position: absolute;
  bottom: -99px;
  left: -204px;
  width: 204px;
  height: 204px;
  border: solid 1px #0D3A3C;
  background: linear-gradient(#0D3A3C, #0D3A3C) calc(50% + 1px) 0/1px 100% no-repeat;
}
.realisations__liste .square::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #0D3A3C;
  position: absolute;
  top: 50%;
  left: 0;
}
.realisations__liste .square::after {
  content: "";
  display: block;
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: solid 1px #0D3A3C;
  background: #C6EAD2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 576px) {
  .realisations__card-wrapper:nth-of-type(2n) {
    margin-top: -85px;
  }
}
@media screen and (min-width: 1200px) {
  .realisations__card-wrapper:nth-of-type(2n) {
    margin-top: 0;
  }
  .realisations__card-wrapper:nth-of-type(3n - 1) {
    margin-top: -85px;
  }
}
.realisations__card {
  padding: 266px 44px 35px 44px;
  overflow: hidden;
  color: #FFFFFF;
  z-index: 2;
  margin-bottom: 31px;
}
.realisations__card:hover img, .realisations__card:focus-within img, .realisations__card:active img {
  transform: scale(1.1);
  transition: 0.3s;
}
.realisations__card:hover .btn, .realisations__card:focus-within .btn, .realisations__card:active .btn {
  border: solid 1px #FEF28F;
  background: transparent;
  color: #FEF28F;
}
.realisations__card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(337deg, #0D3A3C 5.71%, rgba(13, 58, 60, 0) 90.27%);
  z-index: -1;
}

.realisations__card__bkg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.realisations__card__bkg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.realisations__card__bkg img {
  transform: scale(1);
  transition: 0.3s;
}

.realisations__btn {
  margin-top: 20px;
}

/**************************************\ */
/************** RELATION **************\ */
/**************************************\ */
.relation {
  position: relative;
}

.relation.in-view .relation__top-content::after {
  width: 100vw;
  transition: 1s;
}

.relation__top-content {
  padding-top: 30px;
  position: relative;
  padding-inline: calc(var(--bs-gutter-x) * 0.5);
  background: rgba(246, 206, 227, 0.35);
  border-top: solid 1px #0D3A3C;
  border-bottom: solid 1px #0D3A3C;
}
@media screen and (min-width: 576px) {
  .relation__top-content {
    border: none;
    background: unset;
  }
  .relation__top-content::before, .relation__top-content::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(246, 206, 227, 0.35);
    z-index: -1;
  }
  .relation__top-content::after {
    background: unset;
    width: 0;
    border-top: solid 1px #0D3A3C;
    border-bottom: solid 1px #0D3A3C;
  }
}
@media screen and (min-width: 992px) {
  .relation__top-content {
    padding-inline: 0;
    padding-top: 94px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .relation__top-content::before, .relation__top-content::after {
    left: calc(50% - 38vw);
    transform: none;
  }
  .relation__top-content::after {
    width: 0;
  }
}

@media screen and (min-width: 992px) {
  .relation__top-content__title {
    position: absolute;
    top: 94px;
    left: 0;
  }
}

.relation__top-content__text {
  padding-bottom: 40px;
  padding-inline: 33px;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .relation__top-content__text {
    padding-inline: 33px 84px;
    margin-top: 99px;
    width: 50%;
    border-left: solid 1px #0D3A3C;
  }
}
@media screen and (min-width: 1200px) {
  .relation__top-content__text {
    width: 54%;
  }
}

.relation__bottom-content {
  padding: 40px 50px;
  color: #FFFFFF;
  position: relative;
}
.relation__bottom-content > p, .relation__bottom-content ul {
  margin-block: 0;
}
.relation__bottom-content::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #0D3A3C;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .relation__bottom-content {
    padding: 99px 80px 97px 80px;
  }
}
@media screen and (min-width: 992px) {
  .relation__bottom-content::before {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .relation__bottom-content {
    padding: 99px 114px 97px 134px;
  }
}

.relation__hr {
  margin-block: 40px 25px;
}

.relation__image {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.relation__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .relation__image {
    position: absolute;
    top: 0;
    right: calc(50% - 701px);
    border-top: solid 1px #0D3A3C;
  }
}
@media screen and (min-width: 1200px) {
  .relation__image {
    right: calc(50% - 715px);
  }
}
.relation__image .pseudo-el {
  height: 100px;
  position: relative;
  flex-shrink: 0;
  z-index: -1;
}
@media screen and (min-width: 576px) {
  .relation__image .pseudo-el {
    height: 157px;
  }
}
.relation__image .pseudo-el .half-moon {
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  border: solid 1px #0D3A3C;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.relation__image .pseudo-el .half-moon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #0D3A3C;
  position: absolute;
  border-radius: 100%;
  border-radius: 100%;
  top: -50%;
  left: 0;
  z-index: 2;
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
}
.relation__image .pseudo-el .half-moon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #0D3A3C;
  position: absolute;
  border-radius: 100%;
  border-radius: 100%;
  top: 50%;
  left: 0;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}
.relation__image .pseudo-el .square {
  position: absolute;
  top: 0;
  left: 99px;
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  border: solid 1px #0D3A3C;
  background: linear-gradient(#0D3A3C, #0D3A3C) calc(50% + 1px) 0/1px 100% no-repeat;
}
@media screen and (min-width: 576px) {
  .relation__image .pseudo-el .square {
    left: 156px;
  }
}
.relation__image .pseudo-el .square::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #0D3A3C;
  position: absolute;
  top: 50%;
  left: 0;
}
.relation__image .pseudo-el .square::after {
  content: "";
  display: block;
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: solid 1px #0D3A3C;
  background: #C6EAD2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.relation__image .pseudo-el .arrow {
  height: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 198px;
  width: auto;
  overflow: hidden;
  border: solid 1px #0D3A3C;
}
@media screen and (min-width: 576px) {
  .relation__image .pseudo-el .arrow {
    left: 312px;
  }
}
.relation__image .pseudo-el .arrow::before {
  content: "";
  width: 138%;
  height: 138%;
  position: absolute;
  top: 50%;
  right: 44px;
  transform: translateY(-50%) rotate(45deg);
  border: solid 1px #0D3A3C;
}
.relation__image .pseudo-el .arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #0D3A3C;
}
.relation__image .pseudo-el .half-moon-grid {
  position: absolute;
  top: 0;
  left: 297px;
  border: solid 1px #0D3A3C;
  height: 100%;
  aspect-ratio: 1/1;
  transform: rotate(-90deg);
}
@media screen and (min-width: 576px) {
  .relation__image .pseudo-el .half-moon-grid {
    left: 468px;
  }
}
.relation__image .pseudo-el .half-moon-grid::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #0D3A3C;
  position: absolute;
  border-radius: 100%;
  top: 0%;
  left: 0;
  z-index: 0;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}
.relation__image .pseudo-el .half-moon-grid::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-left: solid 1px #0D3A3C;
  background: linear-gradient(#0D3A3C, #0D3A3C) 50% 0/1px 100% no-repeat, linear-gradient(#0D3A3C, #0D3A3C) 50% 0/1px 100% no-repeat;
  z-index: 1;
}
.relation__image .pseudo-el .square-diagonal {
  position: absolute;
  top: 0;
  left: 396px;
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #0D3A3C;
}
@media screen and (min-width: 576px) {
  .relation__image .pseudo-el .square-diagonal {
    left: 624px;
  }
}
.relation__image .pseudo-el .square-diagonal .circle {
  display: block;
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: solid 1px #0D3A3C;
  background: #F6CEE3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.relation__image .pseudo-el .square-diagonal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 141%;
  height: 1px;
  background: #0D3A3C;
  transform: rotate(45deg);
  transform-origin: top left;
}
.relation__image .pseudo-el .square-diagonal::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 141%;
  height: 1px;
  background: #0D3A3C;
  transform: rotate(-45deg);
  transform-origin: top right;
}
.relation__image .pseudo-el .square-grid {
  position: absolute;
  top: 0;
  left: 495px;
  height: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #0D3A3C;
  background: linear-gradient(#0D3A3C, #0D3A3C) 20% 0/1px 100% no-repeat, linear-gradient(#0D3A3C, #0D3A3C) 40% 0/1px 100% no-repeat, linear-gradient(#0D3A3C, #0D3A3C) 60% 0/1px 100% no-repeat, linear-gradient(#0D3A3C, #0D3A3C) 80% 0/1px 100% no-repeat;
  transform: rotate(-90deg);
}
@media screen and (min-width: 576px) {
  .relation__image .pseudo-el .square-grid {
    left: 780px;
  }
}
.relation__image .pseudo-el .square-grid::before {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  position: absolute;
  top: 30px;
  left: 0;
  background: #FFFFFF;
  border-bottom: solid 1px #0D3A3C;
}
.relation__image .pseudo-el .square-grid::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  border-bottom: solid 1px #0D3A3C;
}

/**************************************\ */
/************* TEMOIGNAGES ************\ */
/**************************************\ */
.temoignages {
  padding-block: 65px 55px;
  background: #C6EAD2;
  position: relative;
}
@media screen and (min-width: 576px) {
  .temoignages::before {
    content: "";
    display: block;
    width: 0;
    height: calc(100% - 104px);
    position: absolute;
    top: 40px;
    left: 0;
    border-top: solid 1px #0D3A3C;
    border-bottom: solid 1px #0D3A3C;
    pointer-events: none;
  }
  .temoignages::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #0D3A3C;
    position: absolute;
    top: 97px;
    right: calc(50% - 584px);
  }
  .temoignages .container::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    top: -186px;
    left: 0;
    border-left: solid 1px #0D3A3C;
    border-right: solid 1px #0D3A3C;
    pointer-events: none;
  }
  .temoignages .container::after {
    content: "";
    display: block;
    width: 58px;
    height: 58px;
    background: #FFFFFF;
    border-radius: 100%;
    position: absolute;
    bottom: -48px;
    left: 0;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 992px) {
  .temoignages {
    padding-block: 186px 55px;
  }
  .temoignages::before {
    height: calc(100% - 219px);
    top: 111px;
  }
  .temoignages .container::after {
    bottom: 0;
  }
}

.temoignages.in-view::before {
  transition: 1s;
  width: 100%;
}
.temoignages.in-view .container::before {
  transition: 1s;
  height: calc(100% + 241px);
}

.swiper-temoignages {
  height: 100%;
}
@media screen and (min-width: 992px) {
  .swiper-temoignages {
    height: calc(100% - 138px);
  }
}

.temoignages__card {
  padding: 35px;
  background: #FFFFFF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .temoignages__card {
    padding: 70px 37px 54px 61px;
  }
}

/**************************************\ */
/*************** CONTACT **************\ */
/**************************************\ */
.contact {
  position: relative;
  padding-block: 70px 60px;
}
@media screen and (min-width: 992px) {
  .contact {
    margin-block: 133px 119px;
    padding-block: 0;
  }
}
.contact::before, .contact::after {
  content: "";
  display: block;
  height: calc(100% - 223px);
  position: absolute;
  top: 0;
}
@media screen and (min-width: 992px) {
  .contact::before, .contact::after {
    top: 50%;
    transform: translateY(-50%);
  }
}
.contact::before {
  background: #FEF28F;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 65%;
}
@media screen and (min-width: 992px) {
  .contact::before {
    height: calc(100% - 224px);
  }
}
.contact::after {
  background-color: #0D3A3C;
  right: 0;
  z-index: -1;
  width: 100%;
  background-image: url("../images/logo-blank.png");
  background-size: 224px 195px;
  background-repeat: no-repeat;
  background-position: right 74px top 50%;
  height: 35%;
  bottom: 0;
  top: unset;
}
@media screen and (min-width: 992px) {
  .contact::after {
    width: 35%;
    top: 50%;
    bottom: unset;
    height: calc(100% - 224px);
  }
}
.contact .container::before {
  content: "";
  display: block;
  width: 100%;
  height: 450px;
  border-left: solid 1px #0D3A3C;
  border-right: solid 1px #0D3A3C;
  position: absolute;
  top: -133px;
  left: 0;
  z-index: -12;
}

@media screen and (min-width: 992px) {
  .contact .pseudo-el {
    position: absolute;
    bottom: -119px;
    right: 0;
    height: 230px;
    right: calc(50% + 68px);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .contact .pseudo-el {
    right: calc(50% + 84px);
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .contact .pseudo-el .arrow {
    position: absolute;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    right: 0;
    top: 0;
    border: solid 1px #0D3A3C;
    overflow: hidden;
    background: linear-gradient(#0D3A3C, #0D3A3C) calc(50% - 1px) 0/1px 100% no-repeat;
  }
  .contact .pseudo-el .arrow::before {
    content: "";
    display: block;
    width: 75%;
    height: 75%;
    top: 35px;
    left: calc(50% - 86px);
    position: absolute;
    border-left: solid 1px #0D3A3C;
    border-top: solid 1px #0D3A3C;
    transform: rotate(45deg);
  }
  .contact .pseudo-el .square {
    position: absolute;
    top: 0;
    right: 229px;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    border: solid 1px #0D3A3C;
    background: linear-gradient(#0D3A3C, #0D3A3C) calc(50% + 1px) 0/1px 100% no-repeat;
  }
}
@media screen and (min-width: 992px) and (min-width: 576px) {
  .contact .pseudo-el .square {
    right: 229px;
  }
}
@media screen and (min-width: 992px) {
  .contact .pseudo-el .square::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #0D3A3C;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .contact .pseudo-el .square::after {
    content: "";
    display: block;
    width: 50%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 100%;
    border: solid 1px #0D3A3C;
    background: #C6EAD2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .contact .pseudo-el .square-grid {
    position: absolute;
    top: 0;
    right: 658px;
    height: 100%;
    aspect-ratio: 1/1;
    border: 1px solid #0D3A3C;
    background: linear-gradient(#0D3A3C, #0D3A3C) 20% 0/1px 100% no-repeat, linear-gradient(#0D3A3C, #0D3A3C) 40% 0/1px 100% no-repeat, linear-gradient(#0D3A3C, #0D3A3C) 60% 0/1px 100% no-repeat, linear-gradient(#0D3A3C, #0D3A3C) 80% 0/1px 100% no-repeat;
  }
}
@media screen and (min-width: 992px) and (min-width: 576px) {
  .contact .pseudo-el .square-grid {
    right: 458px;
  }
}
@media screen and (min-width: 992px) {
  .contact .pseudo-el .square-grid::before {
    content: "";
    display: block;
    width: 100%;
    height: 47px;
    position: absolute;
    bottom: 47px;
    left: 0;
    background: #FFFFFF;
    border-top: solid 1px #0D3A3C;
  }
  .contact .pseudo-el .square-grid::after {
    content: "";
    display: block;
    width: 100%;
    height: 47px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FFFFFF;
    border-top: solid 1px #0D3A3C;
  }
  .contact .pseudo-el .half-moon-grid {
    position: absolute;
    top: 0;
    right: 687px;
    border: solid 1px #0D3A3C;
    height: 100%;
    aspect-ratio: 1/1;
    transform: rotate(-90deg);
  }
}
@media screen and (min-width: 992px) and (min-width: 576px) {
  .contact .pseudo-el .half-moon-grid {
    right: 687px;
  }
}
@media screen and (min-width: 992px) {
  .contact .pseudo-el .half-moon-grid::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 1px #0D3A3C;
    background: #F6CEE3;
    position: absolute;
    border-radius: 100%;
    top: 0%;
    left: 0;
    z-index: 0;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
  }
  .contact .pseudo-el .half-moon-grid::after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-left: solid 1px #0D3A3C;
    background: linear-gradient(#0D3A3C, #0D3A3C) 50% 0/1px 100% no-repeat, linear-gradient(#0D3A3C, #0D3A3C) 50% 0/1px 100% no-repeat;
    z-index: 1;
  }
}
.contact__form {
  padding: 69px 30px 63px 30px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .contact__form {
    padding: 69px 98px 63px 98px;
  }
}

.contact__line {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 13px;
}
.contact__line::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact__tel::before {
  background-image: url("../images/tel-rounded.png");
}
.contact__mail::before {
  background-image: url("../images/mail-rounded.png");
}
.contact__location::before {
  background-image: url("../images/location-rounded.png");
}

/* VENDORS */
.swiper-agence-pagination, .swiper-temoignages-pagination, .swiper-realisations-pagination {
  position: static;
}
@media screen and (min-width: 992px) {
  .swiper-agence-pagination, .swiper-temoignages-pagination, .swiper-realisations-pagination {
    margin-top: 113px;
  }
}
.swiper-agence-pagination .swiper-pagination-bullet, .swiper-temoignages-pagination .swiper-pagination-bullet, .swiper-realisations-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #0D3A3C;
}

.swiper-agence-pagination {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .swiper-agence-pagination {
    margin-top: 60px;
  }
}

@media screen and (min-width: 992px) {
  .swiper-realisations-pagination {
    margin-top: 30px;
  }
}

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

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

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