@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Inter", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body {
  font-family: "Inter", sans-serif;
}

.bold {
  font-weight: bold;
}

body {
  overflow-x: hidden;
}

.whiteFont {
  color: white;
  text-align: center;
}

.ctaBleu {
  padding-top: 30px;
}
.ctaBleu a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 30px;
  background-color: #2B3452;
  border-radius: 15px;
  font-size: 1rem;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.ctaBleu a:hover {
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

.title-section {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0px 20px 35px 20px;
}
.title-section.no_pl {
  padding-left: 0;
}
.title-section.blueFont {
  color: #2B3452;
}
@media (max-width: 768px) {
  .title-section {
    font-size: 2rem;
  }
}

.nav-link:focus {
  color: white;
  font-weight: bold;
}

header {
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 2000;
}

.accroche {
  text-align: center;
  padding: 7px;
  font-size: 0.8rem;
}

.bg-noir {
  background-color: #2B3452;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.navbar.border-bottom {
  border-bottom: 1px solid white;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
}

#navbar {
  padding: 12px;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-nav {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.texte-hoverNav {
  position: relative;
  display: inline-block;
}

.fixedNav {
  position: fixed;
  z-index: 10000;
  width: 100%;
}

/* Style supplémentaire pour le texte */
.texte-hoverNav {
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 0.9rem;
  color: white;
}
@media (max-width: 800px) {
  .texte-hoverNav {
    font-size: 1.2rem;
    text-align: center;
    margin: 5px 10px;
  }
}

.texte-hoverNav:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: bold;
  color: white;
}

.navbar-nav li:last-child .texte-hoverNav {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #2B3452;
  text-decoration: none;
  font-weight: bold;
  padding: 10px;
  border: 1px solid white;
  background-color: white;
  border-radius: 15px;
  font-size: 1rem;
}
@media (max-width: 800px) {
  .navbar-nav li:last-child .texte-hoverNav {
    font-size: 1rem;
  }
}

.navbar-nav li:last-child .texte-hoverNav:hover {
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: white;
  background-color: #2B3452;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked + .menu__btn > span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}

.menu__btn {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: white;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.menu__btn > span::before {
  content: "";
  top: -8px;
}

.menu__btn > span::after {
  content: "";
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #ECEFF1;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.menu__item {
  display: block;
  padding: 12px 24px;
  color: white;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.menu__item:hover {
  background-color: #CFD8DC;
}

.containerM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bandeau-mobile-hero {
  display: none;
}

.left-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 500px;
  margin-left: 5%;
}
.left-section .sous-s-left {
  max-width: 550px;
  padding: 30px;
  text-align: center;
  padding-bottom: 50px;
}
.left-section img {
  margin-bottom: 30px;
  margin-top: 15px;
}
.left-section p {
  text-align: left;
}
@media (max-width: 768px) {
  .left-section p {
    text-align: center;
  }
}

.picto {
  width: 200px;
}

.right-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
  height: 600px;
  z-index: -1;
}
.right-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, white), color-stop(25%, transparent));
  background: linear-gradient(to right, white 6%, transparent 25%);
  z-index: 2;
}

.full-height-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .bandeau-mobile-hero {
    display: block;
    width: 100%;
  }
  .containerM {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: white;
  }
  .left-section {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
  }
}
#obligations {
  background-color: #2B3452;
  padding: 50px 30px;
  text-align: center;
  color: white;
}
#obligations div {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}

#propos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 20px;
}
@media (max-width: 768px) {
  #propos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    padding: 0px 20px 50px 20px;
  }
}
#propos .left {
  max-width: 700px;
  text-align: left;
  padding-right: 50px;
}
@media (max-width: 768px) {
  #propos .left {
    text-align: center;
    padding: 20px 20px 5px 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#propos .right {
  max-width: 500px;
  width: 100%;
}
#propos .right #sliderPropos .carousel-item img {
  max-height: 500px;
  width: auto;
  margin: auto;
}
@media (max-width: 768px) {
  #propos .right #sliderPropos .carousel-item img {
    max-height: 400px;
  }
}
#propos .right #sliderPropos .carousel-item {
  overflow: hidden;
}
#propos .right .carousel-control-prev, #propos .right .carousel-control-next {
  width: 40px;
  cursor: pointer;
  top: 50%;
  opacity: 0.8;
}
#propos .right .carousel-control-prev:hover, #propos .right .carousel-control-next:hover {
  opacity: 1;
}
#propos .right .carousel-control-prev {
  left: 11%;
}
#propos .right .carousel-control-next {
  right: 11%;
}
@media (max-width: 768px) {
  #propos .right .carousel-control-prev {
    left: 20%;
  }
  #propos .right .carousel-control-next {
    right: 20%;
  }
}
@media (max-width: 450px) {
  #propos .right .carousel-control-prev {
    left: 10%;
  }
  #propos .right .carousel-control-next {
    right: 10%;
  }
}

#expertises {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  max-width: 1400px;
  padding: 50px 30px;
}
#expertises .section {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #expertises .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
#expertises .section .left {
  max-width: 700px;
  text-align: left;
  margin-left: 35px;
}
@media (max-width: 768px) {
  #expertises .section .left {
    text-align: center;
    margin-left: 0;
  }
}
#expertises .section .right {
  max-width: 500px;
  min-width: 300px;
  width: 100%;
  padding: 35px 20px 10px 20px;
}
@media (max-width: 768px) {
  #expertises .section .right {
    padding: 35px 0px;
  }
}
#expertises .section .right .slide .carousel-item img {
  height: 350px;
  width: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#expertises .section .right .slide .carousel-item {
  overflow: hidden;
}
#expertises .section .right .carousel-control-prev, #expertises .section .right .carousel-control-next {
  width: 40px;
  cursor: pointer;
  top: 50%;
  opacity: 0.8;
}
#expertises .section .right .carousel-control-prev:hover, #expertises .section .right .carousel-control-next:hover {
  opacity: 1;
}
#expertises .section .right .carousel-control-prev {
  left: 4%;
}
#expertises .section .right .carousel-control-next {
  right: 4%;
}
@media (max-width: 768px) {
  #expertises .section .right .carousel-control-prev {
    left: 7%;
  }
  #expertises .section .right .carousel-control-next {
    right: 7%;
  }
}
@media (max-width: 450px) {
  #expertises .section .right .carousel-control-prev {
    left: 3%;
  }
  #expertises .section .right .carousel-control-next {
    right: 3%;
  }
}
#expertises .select-container {
  position: relative;
  display: inline-block;
}
#expertises select {
  background-color: white;
  font-weight: bold;
  color: #2B3452;
  padding: 10px 20px 10px 40px;
  border: 2px solid #2B3452;
  cursor: pointer;
  font-size: 15px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
#expertises .select-container::before {
  content: "▼";
  font-size: 16px;
  color: #2B3452;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
#expertises #section1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
#expertises .visible {
  opacity: 1;
}

#diagnostic {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  max-width: 1200px;
  padding: 5px 30px 50px 30px;
}
#diagnostic .swiper {
  width: 100%;
  padding: 50px 15px;
}
@media (max-width: 768px) {
  #diagnostic .swiper {
    margin-bottom: 15px;
  }
}
#diagnostic .swiper-slide {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-size: 18px;
  color: #000;
  height: 375px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  align-item: center;
  padding: 30px;
}
#diagnostic .swiper-slide img {
  width: 90px;
  padding-bottom: 30px;
}
#diagnostic .swiper-slide h3 {
  color: #2B3452;
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: bold;
}
#diagnostic .swiper-slide p {
  font-size: 16px;
}

#contact {
  padding: 50px 20px;
  background-color: #2B3452;
}
#contact .titleForm {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#contact .containerForm {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .left {
  margin-right: 75px;
}
@media (max-width: 768px) {
  #contact .left {
    margin-right: 0;
  }
}
#contact .left form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact .left form .select-containerForm {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
#contact .left form select {
  text-align: center;
  background-color: #2B3452;
  color: white;
  padding: 10px 50px 10px 50px;
  border: 1px solid white;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
#contact .left form .select-containerForm::before {
  content: "▼";
  font-size: 16px;
  color: white;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
#contact .left form input {
  padding: 10px 10px;
  text-align: center;
  background-color: #2B3452;
  color: white;
  border: 1px solid white;
  margin-bottom: 10px;
}
#contact .left form ::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
#contact .left form ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
#contact .left form :-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
#contact .left form ::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
#contact .left form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
#contact .left form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}
#contact .left form ::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}
#contact .left form .btn {
  margin-top: 10px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px;
  background-color: white;
  color: #2B3452;
  border: 2px solid white;
  border-radius: 35px;
  margin-bottom: 16px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: bold;
}
#contact .left form .btn:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #2B3452;
  color: white;
}
@media (max-width: 768px) {
  #contact .right {
    display: none;
  }
}
#contact .disclaimer {
  color: white;
  text-align: center;
  font-size: 12px;
  max-width: 325px;
}

.sectionMl {
  background-color: #f8f8f8;
  border: 1px solid #eaeaea;
  padding: 30px;
  margin-bottom: 20px;
}
.sectionMl .title {
  font-size: 20px;
}
.sectionMl strong {
  font-weight: bold;
}
.sectionMl p {
  margin-bottom: 15px;
}
.sectionMl h2 {
  color: #333;
  font-size: 23px;
}

footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 100px;
}
@media (max-width: 500px) {
  footer {
    padding: 15px;
  }
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 500px) {
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.footer-logo {
  width: 50px;
  height: 50px;
}

@media (max-width: 500px) {
  .footer-links {
    text-align: center;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0 auto;
  }
}

.footer-links a {
  padding: 5px;
  margin-left: 20px;
  text-decoration: none;
  color: #000;
}

.footer-links a:hover {
  color: #555; /* Couleur du lien au survol */
}