@charset "UTF-8";
/* Breakpoints
/* ============================================= */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  color: #111;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 14px;
  }
}

*, :after, :before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.15;
  margin-bottom: 10px;
  text-wrap: balance;
}

h2 {
  color: #1D3557;
  font-size: 46px;
  font-weight: 900;
}

h3 {
  color: #1D3557;
  font-size: 24px;
  font-weight: 900;
}

.text-icon {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
}

#root {
  isolation: isolate;
}

main {
  position: relative;
  z-index: 1;
}

canvas {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .container {
    margin: 0 40px;
  }
}
@media screen and (max-width: 700px) {
  .container {
    margin: 0 20px;
  }
}

article, .article {
  max-width: 800px;
  margin: 0 auto;
}

@keyframes reveal {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Transition plus douce pour les éléments interactifs */
a, button, [data-service-detail-trigger], [data-navigation-item] {
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

[data-animation=scroll-reveal] {
  opacity: 0;
}
[data-animation=scroll-reveal].is-loaded {
  opacity: 0;
  animation: 0.45s 0s reveal ease-out forwards;
}

[data-animation=scroll-reveal-group] > * {
  opacity: 0;
}
[data-animation=scroll-reveal-group].is-loaded > *:nth-child(1) {
  opacity: 0;
  animation: 0.45s 0.15s reveal ease-out forwards;
}
[data-animation=scroll-reveal-group].is-loaded > *:nth-child(2) {
  opacity: 0;
  animation: 0.45s 0.3s reveal ease-out forwards;
}
[data-animation=scroll-reveal-group].is-loaded > *:nth-child(3) {
  opacity: 0;
  animation: 0.45s 0.45s reveal ease-out forwards;
}
[data-animation=scroll-reveal-group].is-loaded > *:nth-child(4) {
  opacity: 0;
  animation: 0.45s 0.6s reveal ease-out forwards;
}
[data-animation=scroll-reveal-group].is-loaded > *:nth-child(5) {
  opacity: 0;
  animation: 0.45s 0.75s reveal ease-out forwards;
}
[data-animation=scroll-reveal-group].is-loaded > *:nth-child(6) {
  opacity: 0;
  animation: 0.45s 0.9s reveal ease-out forwards;
}
[data-animation=scroll-reveal-group].is-loaded > *:nth-child(7) {
  opacity: 0;
  animation: 0.45s 1.05s reveal ease-out forwards;
}
[data-animation=scroll-reveal-group].is-loaded > *:nth-child(8) {
  opacity: 0;
  animation: 0.45s 1.2s reveal ease-out forwards;
}
[data-animation=scroll-reveal-group].is-loaded > *:nth-child(9) {
  opacity: 0;
  animation: 0.45s 1.35s reveal ease-out forwards;
}
[data-animation=scroll-reveal-group].is-loaded > *:nth-child(10) {
  opacity: 0;
  animation: 0.45s 1.5s reveal ease-out forwards;
}

[data-anchor] {
  cursor: pointer;
}

.strate {
  min-height: 650px;
  position: relative;
}
.strate__heading {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-bottom: 40px;
}
.strate__heading__icon {
  width: -moz-max-content;
  width: max-content;
  height: 60px;
}
.strate__heading__title {
  display: flex;
  flex-direction: column;
  font-weight: 900;
  gap: 0;
  line-height: 1.25;
  font-size: 40px;
  color: #57A7B4;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .strate__heading__title {
    font-size: 28px;
  }
}
.strate__heading__title span {
  font-size: 50px;
  text-transform: uppercase;
  color: #1D3557;
}
@media screen and (max-width: 1000px) {
  .strate__heading__title span {
    font-size: 32px;
  }
}
.strate__heading__excerpt {
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  color: #1D3557;
}
@media screen and (max-width: 1000px) {
  .strate__heading__excerpt {
    font-size: 18px;
  }
}

.strate-services-presentation {
  padding: 120px 0;
}
@media screen and (max-width: 1000px) {
  .strate-services-presentation {
    padding: 60px 0 200px;
  }
}
.strate-services-presentation .strate__thumbnail {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-left: calc(50% - 50vw);
  border-bottom-right-radius: 200px;
  width: 30vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .strate-services-presentation .strate__thumbnail {
    bottom: 0;
    -o-object-position: top;
       object-position: top;
    top: auto;
    height: 380px;
    min-width: 100vw;
    border-radius: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.strate-services-presentation .strate__heading {
  max-width: 60%;
  margin: 0 40px 0 auto;
}
@media screen and (max-width: 1000px) {
  .strate-services-presentation .strate__heading {
    max-width: 100%;
    margin: 0;
  }
}
.strate-services-presentation .strate__content {
  margin-top: 60px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .strate-services-presentation .strate__content {
    margin-top: 40px;
    padding: 0 40px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    gap: 15px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    justify-content: flex-start;
  }
  .strate-services-presentation .strate__content .card {
    min-width: 300px;
    scroll-snap-align: center;
  }
}

.strate-services-detail {
  margin-block: 100px;
}
@media screen and (max-width: 700px) {
  .strate-services-detail {
    margin-block: 40px;
  }
}
.strate-services-detail__heading {
  margin-bottom: 140px;
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 65px;
}
@media screen and (max-width: 700px) {
  .strate-services-detail__heading {
    margin-bottom: 40px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 10px 20px;
    gap: 10px;
    position: sticky;
    justify-content: space-around;
    top: 5px;
    background-color: #fff;
    z-index: 1;
    transition: all 0.15s ease-in-out;
  }
}
.strate-services-detail__heading.is-sticky {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-inline: -10px;
}
.strate-services-detail__heading.is-sticky:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  z-index: -1;
}
.strate-services-detail__heading [data-service-detail-trigger] {
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  opacity: 0.45;
  filter: grayscale(1);
  transform: scale(0.65);
}
@media screen and (max-width: 700px) {
  .strate-services-detail__heading [data-service-detail-trigger] {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    transform: scale(1);
  }
}
.strate-services-detail__heading [data-service-detail-trigger] img {
  position: absolute;
  z-index: -1;
  margin: auto;
  left: 0;
  right: 0;
  opacity: 0.2;
}
@media screen and (max-width: 700px) {
  .strate-services-detail__heading [data-service-detail-trigger] img {
    width: 40px;
  }
}
.strate-services-detail__heading [data-service-detail-trigger] .strate__heading__title {
  font-size: 25px;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  .strate-services-detail__heading [data-service-detail-trigger] .strate__heading__title {
    font-size: 12px;
  }
}
.strate-services-detail__heading [data-service-detail-trigger] .strate__heading__title span {
  font-size: 40px;
}
@media screen and (max-width: 700px) {
  .strate-services-detail__heading [data-service-detail-trigger] .strate__heading__title span {
    font-size: 14px;
  }
}
.strate-services-detail__heading [data-service-detail-trigger].is-active {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1);
}
.strate-services-detail__content {
  position: relative;
}
.strate-services-detail__content [data-service-detail] {
  position: absolute;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.15s ease-in-out;
  visibility: hidden;
}
@media screen and (max-width: 700px) {
  .strate-services-detail__content [data-service-detail] {
    transition: none;
    transform: none;
    position: relative;
    -moz-column-gap: 20px;
         column-gap: 20px;
    opacity: 1;
    visibility: visible;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 700px) {
  .strate-services-detail__content [data-service-detail] {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.strate-services-detail__content [data-service-detail] .service-detail__title {
  display: flex;
  flex-direction: column;
}
.strate-services-detail__content [data-service-detail] .service-detail__title span {
  font-size: 20px;
}
.strate-services-detail__content [data-service-detail] .service-detail__title:after {
  margin: 20px 0;
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #57A7B4;
  z-index: -1;
}
.strate-services-detail__content [data-service-detail] .service-detail__part {
  margin-bottom: 20px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.strate-services-detail__content [data-service-detail].is-active {
  transform: translateY(0);
  transition: all 0.45s 0.15s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.strate-savoir-faire {
  padding: 120px 0;
}
@media screen and (max-width: 1000px) {
  .strate-savoir-faire {
    padding: 0;
    min-height: auto;
  }
}
.strate-savoir-faire .strate__thumbnail {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-left: calc(50% - 50vw);
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  width: 50vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .strate-savoir-faire .strate__thumbnail {
    position: relative;
    margin: 0;
    border-radius: 40px;
    width: 100%;
    height: 250px;
    margin-bottom: 40px;
  }
}
.strate-savoir-faire .strate__heading {
  max-width: calc(50% - 40px);
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1000px) {
  .strate-savoir-faire .strate__heading {
    max-width: 100%;
    margin: 0;
  }
}
.strate-savoir-faire .strate__content {
  margin-top: 60px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .strate-savoir-faire .strate__content {
    margin-top: 40px;
    padding: 0 40px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    gap: 15px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    justify-content: flex-start;
  }
  .strate-savoir-faire .strate__content .card {
    min-width: 300px;
    scroll-snap-align: center;
  }
}

.strate-testimonials {
  padding: 120px 0;
  position: relative;
}
.strate-testimonials:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  background: linear-gradient(180deg, rgba(171, 211, 218, 0) 0%, #ABD3DA 100%);
  display: block;
  height: calc(100% - 260px);
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  border-bottom: 4px solid #57A7B4;
}
@media screen and (max-width: 1000px) {
  .strate-testimonials {
    padding: 0;
  }
}
.strate-testimonials .strate__thumbnail {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  margin-right: calc(50% - 50vw);
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  width: calc(50vw - 40px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .strate-testimonials .strate__thumbnail {
    -o-object-position: 0 40%;
       object-position: 0 40%;
    top: 26%;
    height: 30%;
    min-width: 100vw;
    border-radius: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 700px) {
  .strate-testimonials .strate__thumbnail {
    top: 22%;
    height: 20%;
  }
}
.strate-testimonials .strate__heading {
  max-width: 50%;
  margin: 0 auto 40px 0;
}
@media screen and (max-width: 1000px) {
  .strate-testimonials .strate__heading {
    max-width: 100%;
    margin: 40px 0 200px;
  }
}
.strate-testimonials .strate__content {
  position: relative;
  max-width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .strate-testimonials .strate__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .strate-testimonials .strate__content {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    max-width: 100%;
  }
}
.strate-testimonials .strate__content .card-testimonial {
  background: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
}
.strate-testimonials .strate__content .card-testimonial__excerpt {
  font-size: 18px;
  font-style: italic;
  color: #57A7B4;
}
@media screen and (max-width: 700px) {
  .strate-testimonials .strate__content .card-testimonial__excerpt {
    font-size: 16px;
  }
}
.strate-testimonials .strate__content .card-testimonial__author {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 900;
  color: #1D3557;
}
@media screen and (max-width: 700px) {
  .strate-testimonials .strate__content .card-testimonial__author {
    font-size: 14px;
  }
}
.strate-testimonials .strate__content .card-testimonial__city {
  font-size: 14px;
  color: #1D3557;
}
@media screen and (max-width: 700px) {
  .strate-testimonials .strate__content .card-testimonial__city {
    font-size: 12px;
  }
}
.strate-testimonials .button {
  margin-top: 40px;
}

.edito {
  position: relative;
  margin-top: 40px;
  background: #1D3557;
  padding: 40px 40px 40px 140px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .edito {
    padding: 100px 40px 40px 40px;
    margin-top: 80px;
  }
}
.edito__thumbnail {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
  height: 170px;
  border-radius: 100px;
  overflow: hidden;
  border: 10px solid #fff;
  background: radial-gradient(#FFFFFF 0%, #1D3557 100%);
}
.edito__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.65);
}
@media screen and (max-width: 1000px) {
  .edito__thumbnail {
    top: 0;
    left: 50%;
    width: 140px;
    height: 140px;
  }
}
.edito__heading {
  margin-bottom: 20px;
}
.edito__heading__title {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 0;
}
.edito__heading__title + p {
  opacity: 0.45;
}
.edito__content > p {
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
}

.footer {
  margin-top: 80px;
  color: #1D3557;
}
@media screen and (max-width: 700px) {
  .footer {
    text-align: center;
  }
}
.footer__content {
  background-color: #FFFFFF;
  padding: 60px 0;
}
@media screen and (max-width: 1000px) {
  .footer__content {
    padding: 40px 0;
  }
}
@media screen and (max-width: 700px) {
  .footer__content {
    padding: 30px 0;
  }
}
.footer__grid {
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 700px) {
  .footer__grid {
    flex-direction: column;
    gap: 40px;
  }
}
.footer__column--info .footer__logo {
  margin-bottom: 15px;
  display: block;
  position: relative;
  z-index: 1;
}
.footer__column--info .footer__logo img {
  width: 280px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 700px) {
  .footer__column--info .footer__logo img {
    margin: auto;
  }
}
.footer__tagline {
  font-size: clamp(16 / 16 * 1rem, 18 / 1600 * 100vw, 18 / 16 * 1rem);
  font-weight: 900;
  margin-bottom: 15px;
  color: #1D3557;
}
.footer__address {
  font-style: normal;
  line-height: 1.5;
  margin-top: 15px;
  font-size: 16px;
}
.footer__heading {
  color: #57A7B4;
  font-size: clamp(18 / 16 * 1rem, 24 / 1600 * 100vw, 24 / 16 * 1rem);
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .footer__heading {
    margin-top: 0;
  }
}
.footer__heading:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #ABD3DA;
  border-radius: 2px;
}
@media screen and (max-width: 700px) {
  .footer__heading:after {
    right: 0;
    margin: auto;
  }
}
.footer__contact-list, .footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__contact-list:hover a, .footer__nav-list:hover a {
  opacity: 0.45;
}
.footer__contact-list li, .footer__nav-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .footer__contact-list li, .footer__nav-list li {
    justify-content: center;
  }
}
.footer__contact-list li svg, .footer__nav-list li svg {
  position: relative;
  top: 2px;
  margin-right: 10px;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
.footer__contact-list a, .footer__nav-list a {
  font-weight: 600;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #1D3557;
  text-decoration: none;
  transition: all 0.4s;
}
.footer__contact-list a:after, .footer__nav-list a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1D3557;
  transition: all 0.4s;
}
.footer__contact-list a:hover, .footer__nav-list a:hover {
  opacity: 1;
}
.footer__contact-list a:hover:after, .footer__nav-list a:hover:after {
  background-color: #1D3557;
  width: 100%;
}
.footer__bottom {
  padding: 20px 0 40px;
  font-size: 14px;
}
.footer__bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .footer__bottom .container {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
.footer__copyright p {
  margin: 0;
}
.footer__legal {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 700px) {
  .footer__legal {
    flex-direction: column;
    gap: 10px;
  }
}
.footer__legal a {
  position: relative;
  z-index: 1;
  font-weight: 500;
  color: #1D3557;
  text-decoration: none;
  transition: all 0.4s;
}
.footer__legal a:hover {
  text-decoration: underline;
}

.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow-y: auto;
  padding: 2rem;
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
}
.modal.is-active .modal-container {
  transform: translateY(0);
}
.modal .modal-container {
  background-color: white;
  border-radius: 8px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.modal .modal-header {
  padding: 1rem;
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 10;
}
.modal .modal-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #1D3557;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}
.modal .modal-close:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.modal .modal-content {
  padding: 0 2rem 2rem;
}
.modal .modal-content h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #1d3557;
  font-size: 1.8rem;
}
.modal .modal-content h3 {
  color: #1d3557;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.3rem;
}
.modal .modal-content p, .modal .modal-content ul, .modal .modal-content ol {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.modal .modal-content ul, .modal .modal-content ol {
  padding-left: 1.5rem;
}
.modal .modal-content ul li, .modal .modal-content ol li {
  margin-bottom: 0.5rem;
}
.modal .modal-content a {
  color: #1d3557;
  text-decoration: underline;
}
.modal .modal-content a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .modal {
    padding: 1rem;
  }
  .modal .modal-container {
    max-width: 100%;
  }
  .modal .modal-content {
    padding: 0 1.5rem 1.5rem;
  }
  .modal .modal-content h2 {
    font-size: 1.5rem;
  }
  .modal .modal-content h3 {
    font-size: 1.2rem;
  }
}
