body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #02131c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Mono", monospace;
  font-weight: 500;
  line-height: 100%;
  color: #02131c;
}
h1 {
  font-size: 52px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 24px;
}
h4,
h5,
h6 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 22px;
  }
}
.btn.btn-principal,
a.btn-principal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #ffffff;
  background-color: #8d0954;
  border: none;
  border-radius: 100px;
  padding: 15px 25px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn.btn-principal:hover,
a.btn-principal:hover,
.btn.btn-principal:focus,
a.btn-principal:focus {
  background-color: #740745;
  color: #ffffff;
}
.lien-souligne,
a.lien-souligne {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #02131c;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.3s ease;
}
.lien-souligne:hover,
a.lien-souligne:hover {
  color: #8d0954;
}
@media screen and (max-width: 1199.98px) {
  header #menu-mobile {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 100000;
  }
  header #menu-mobile .ouvrant {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  header #menu-mobile .ouvrant span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #3B3A3A;
    transition: all 0.3s ease;
  }
  header #menu-mobile .fermant {
    display: none;
  }
  header #menu-mobile .fermant svg {
    height: 35px;
    width: 35px;
    color: #3B3A3A;
  }
  header #menu-mobile.active .ouvrant {
    display: none;
  }
  header #menu-mobile.active .fermant {
    display: block;
  }
  header .menu-principal {
    position: fixed;
    top: -10px;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 99998;
    overflow-y: auto;
    transition: left 0.3s ease;
    padding: 70px 20px 30px 20px;
  }
  header .menu-principal.active {
    left: 0;
  }
  header .menu-principal nav ul.menu {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  header .menu-principal nav ul.menu > li {
    border: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li > a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #E0E0E0;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #02131c;
    text-transform: uppercase;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu {
    position: static;
    width: 100%;
    left: 0;
    transform: none;
    border: none;
    padding: 0;
    display: none;
    flex-direction: column;
    list-style: none;
    padding: 1rem 2rem;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu li {
    margin-bottom: 10px;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu li:last-child {
    margin-bottom: 0;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu li a {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #02131c;
    text-transform: uppercase;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu.sub-menu-with-image {
    flex-direction: column;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-image-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    margin: 0;
    border: none;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-image-wrapper .menu-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: none;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper .sub-menu-items {
    display: flex;
    flex-direction: column;
    padding: 0;
    border: none;
    position: static;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper .sub-menu-items li {
    border: none;
    border-bottom: 1px solid #E0E0E0;
    padding: 15px 20px;
    margin: 0;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper .sub-menu-items li:last-child {
    border-bottom: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper .sub-menu-items li a {
    font-size: 14px;
    color: #3B3A3A;
    text-transform: uppercase;
  }
  header .menu-principal nav ul.menu > li.ouvert > ul.sub-menu {
    display: flex;
  }
}
@media screen and (max-width: 1039.98px) {
  section.bandeau-secondaire {
    margin-top: 100px;
  }
  section.bandeau-principal {
    margin-top: 100px;
  }
}
@keyframes texte-defilant {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
html {
  overflow-x: hidden;
}
body {
  color: #1f1f1f;
  background-color: #ffffff;
  overflow-x: hidden;
}
body .container {
  max-width: 1580px;
}
@media screen and (min-width: 1850px) {
  body .container {
    max-width: 1820px;
  }
}
@media screen and (max-width: 1850px) {
  body .container {
    max-width: 1500px;
  }
}
body a {
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  text-decoration: none;
}
body a:hover,
body a:active,
body a:focus {
  outline: 0;
  text-decoration: none;
}
body div.bloc-texte ul {
  padding-left: 0;
}
body div.bloc-texte ul li:before {
  background-color: currentColor;
}
body header {
  background-color: white;
  position: fixed;
  width: 1512px;
  border-radius: 100px;
  box-shadow: 0px 3px 6px #00000029;
  height: 120px;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 767.98px) {
  body header {
    height: 60px;
    transform: translateX(0%);
    top: 10px;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 1850px) {
  body header {
    width: 1300px;
  }
}
body header .corps {
  width: 95%;
  margin: 0 auto;
}
body header .corps > .row {
  align-items: center;
  height: 100%;
  flex-wrap: nowrap;
}
body header .corps .logo img {
  width: 186px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  body header .corps .logo img {
    height: 42px;
    width: auto;
  }
}
body header .corps .menu-principal nav ul {
  display: flex;
  margin-bottom: 0;
}
body header .corps .menu-principal nav ul li {
  list-style: none;
  margin-right: 20px;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out !important;
  padding: 10px 10px;
}
@media screen and (min-width: 767.98px) and (max-width: 1850px) {
  body header .corps .menu-principal nav ul li {
    margin-right: 10px;
  }
}
body header .corps .menu-principal nav ul li:last-child {
  margin-right: 90px;
}
@media screen and (min-width: 767.98px) and (max-width: 1850px) {
  body header .corps .menu-principal nav ul li:last-child {
    margin-right: 30px;
  }
}
body header .corps .menu-principal nav ul li a {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1f1f1f;
}
@media screen and (max-width: 1850px) {
  body header .corps .menu-principal nav ul li a {
    font-size: 16px;
  }
}
body header .corps .menu-principal nav ul li a:hover {
  color: #1f1f1f;
  font-weight: 700;
}
body header .corps .menu-principal nav ul li ul {
  display: none;
  margin-bottom: 0;
  position: absolute;
  background-color: #5d8093;
  width: 280px;
  left: 0;
  top: 55px;
  border-radius: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  box-shadow: 0px 3px 6px #00000029;
}
body header .corps .menu-principal nav ul li ul li {
  border: none !important;
  width: 100%;
  position: relative;
  padding: 15px 20px;
}
body header .corps .menu-principal nav ul li ul li:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 80%;
  height: 1px;
  transform: translateX(-50%);
}
body header .corps .menu-principal nav ul li ul li:last-child {
  margin-right: 0;
}
body header .corps .menu-principal nav ul li ul li:last-child:after {
  display: none;
}
body header .corps .menu-principal nav ul li ul li:hover {
  border: none;
}
body header .corps .menu-principal nav ul li ul li a {
  color: white;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
body header .corps .menu-principal nav ul li ul li a:before {
  content: '';
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.0001 2.24097C16.2541 2.24097 14.9491 3.85197 15.3181 5.56197L18.0001 18L20.6821 5.56197C21.0511 3.85197 19.7461 2.24097 18.0001 2.24097Z' fill='white'/%3E %3Cpath d='M8.73878 5.25611C7.32578 6.28211 7.21778 8.35211 8.52278 9.52211L17.9998 18.0091L12.8608 6.37211C12.1588 4.77011 10.1518 4.23011 8.73878 5.25611Z' fill='white'/%3E %3Cpath d='M3.01492 13.131C2.47492 14.796 3.60892 16.533 5.34592 16.713L17.9999 18L7.00192 11.61C5.48992 10.728 3.55492 11.475 3.01492 13.131Z' fill='white'/%3E %3Cpath d='M3.01492 22.869C3.55492 24.534 5.48992 25.272 7.00192 24.39L17.9999 18L5.34592 19.287C3.60892 19.467 2.47492 21.204 3.01492 22.869Z' fill='white'/%3E %3Cpath d='M8.73878 30.744C10.1518 31.77 12.1588 31.23 12.8608 29.637L17.9998 18L8.52278 26.487C7.21778 27.657 7.32578 29.727 8.73878 30.753V30.744Z' fill='white'/%3E %3Cpath d='M18.0001 33.759C19.7461 33.759 21.0511 32.148 20.6821 30.438L18.0001 18L15.3181 30.438C14.9491 32.148 16.2541 33.759 18.0001 33.759Z' fill='white'/%3E %3Cpath d='M27.261 30.744C28.674 29.718 28.782 27.648 27.477 26.478L18 17.991L23.139 29.628C23.841 31.23 25.848 31.77 27.261 30.735V30.744Z' fill='white'/%3E %3Cpath d='M30.654 19.287L18 18L28.998 24.39C30.51 25.272 32.445 24.525 32.985 22.869C33.525 21.204 32.391 19.467 30.654 19.287Z' fill='white'/%3E %3Cpath d='M32.985 13.1309C32.445 11.4659 30.51 10.7279 28.998 11.6099L18 17.9999L30.654 16.7129C32.391 16.5329 33.525 14.7959 32.985 13.1309Z' fill='white'/%3E %3Cpath d='M27.261 5.25611C25.848 4.23011 23.841 4.77011 23.139 6.37211L18 18.0091L27.477 9.52211C28.782 8.35211 28.674 6.28211 27.261 5.25611Z' fill='white'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body header .corps .menu-principal nav ul li ul li a svg {
  margin-right: 6px;
}
@media screen and (max-width: 1550px) {
  body header .corps .menu-principal nav ul li ul li a {
    font-size: 16px;
  }
}
body header .corps .menu-principal nav ul li ul li a:hover {
  font-weight: 800;
  color: white;
}
body header .corps .menu-principal nav ul li ul:before {
  content: "";
  background-color: transparent;
  position: absolute;
  top: -20px;
  left: 0;
  height: 50px;
  width: 100%;
}
body header .corps .menu-principal nav ul li.menu-item-has-children {
  position: relative;
}
body header .corps .menu-principal nav ul li.menu-item-has-children:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.432' height='9.432' viewBox='0 0 9.432 9.432'%3E%3Cg id='Icon_feather-arrow-down-right' data-name='Icon feather-arrow-down-right' transform='translate(-9.793 -9.793)'%3E%3Cpath id='Tracé_96772' data-name='Tracé 96772' d='M10.5,10.5l8.017,8.017' fill='none' stroke='%23191919' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath id='Tracé_96773' data-name='Tracé 96773' d='M18.517,10.5v8.017H10.5' fill='none' stroke='%23191919' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 11px 11px;
  background-position: right center;
  padding-left: 25px;
}
body header .corps .bouton-header a {
  border-radius: 100px;
  padding: 15px 25px;
  background-color: #8d0954;
  color: white;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
body header .corps .bouton-header a:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.432' height='9.432' viewBox='0 0 9.432 9.432'%3E%3Cg transform='translate(-9.793 -9.793)'%3E%3Cpath d='M10.5,10.5l8.017,8.017' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath d='M18.517,10.5v8.017H10.5' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body header .corps .bouton-header a:hover {
  background-color: #04273a;
  color: white;
}
body header .corps .bouton-header a:hover svg g {
  stroke: white;
}
body header .corps .bouton-header a:hover svg g path {
  stroke: white;
}
body main {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  body main {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  body main .row-block {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  body main .w-75 {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  body main .w-25 {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  body main .justify-items-end {
    justify-items: end;
  }
}
body main .justify-items-center {
  justify-items: center;
}
body main .titre-valeurs {
  margin-bottom: 46px;
}
@media screen and (min-width: 768px) {
  body main .px-md-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
}
body main .container-bootstrap .container {
  max-width: 1300px;
}
body main .titre-before-form {
  margin-bottom: 10px;
}
body main .titre-before-form p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #1f1f1f;
  margin-bottom: 0;
}
body main .bloc-formulaire .nf-field {
  margin-bottom: 15px;
}
body main .bloc-formulaire .nf-field .nf-field-label label {
  text-align: left;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #1f1f1f;
}
body main .bloc-formulaire .nf-field .nf-field-element input {
  width: 100%;
  background: #efefef;
  border-radius: 10px;
  border: none;
  height: 50px;
  padding-left: 15px;
  color: #1f1f1f;
}
body main .bloc-formulaire .nf-field .nf-field-element input::placeholder {
  font-size: 14px;
  color: #5c5c5c;
}
body main .bloc-formulaire .nf-field .nf-field-element select {
  width: 100%;
  background: #efefef;
  border-radius: 10px;
  border: none;
  height: 50px;
  padding-left: 15px;
  color: #1f1f1f;
}
body main .bloc-formulaire .nf-field .nf-field-element textarea {
  width: 100%;
  background: #efefef;
  border-radius: 10px;
  border: none;
  padding: 15px;
  min-height: 160px;
  color: #1f1f1f;
}
body main .bloc-formulaire .nf-field .nf-field-element textarea::placeholder {
  font-size: 14px;
  color: #5c5c5c;
}
body main .bloc-formulaire .nf-field .nf-field-element .nf-fu-fileinput-button {
  background: transparent;
  border: 1px solid #1f1f1f;
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  line-height: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  color: #1f1f1f;
}
body main .bloc-formulaire .nf-field #nf-field-13-wrap .nf-field-label {
  display: none;
}
body main .bloc-formulaire .nf-field .file_upload-wrap {
  display: flex;
  gap: 20px;
}
body main .bloc-formulaire .nf-field .file_upload-wrap .nf-field-element {
  display: flex;
}
body main .bloc-formulaire .nf-field .file_upload-wrap .nf-field-element .files_uploaded p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #1f1f1f;
}
body main .bloc-formulaire .nf-field .html-wrap p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0px;
  color: #1f1f1f;
}
body main .bloc-formulaire .nf-field .checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row-reverse;
  justify-content: start;
}
body main .bloc-formulaire .nf-field .checkbox-wrap input {
  margin-top: 5px;
}
body main .bloc-formulaire .nf-field .checkbox-wrap label {
  text-align: left;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #1f1f1f;
}
body main .bloc-formulaire .nf-field .checkbox-wrap label a {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #1f1f1f;
}
body main .bloc-formulaire .nf-field .submit-wrap .nf-field-element {
  text-align: center;
}
body main .bloc-formulaire .nf-field .submit-wrap .nf-field-element input {
  background: #8d0954;
  border-radius: 100px;
  width: fit-content;
  height: auto;
  padding: 15px 25px;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #FFFFFF;
}
body main .bloc-formulaire .nf-field .submit-wrap .nf-field-element input:hover {
  background: #04273a;
}
body main .bloc-formulaire .nf-error-msg {
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  color: red;
  margin-top: -10px;
}
body main .bloc-formulaire .nf-form-fields-required {
  text-align: left;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #1f1f1f;
  margin-bottom: 30px;
}
body main .bloc-formulaire .nf-after-form-content {
  display: none;
}
body main .texte-descriptif .container {
  max-width: 1512px;
  padding-right: 300px;
}
@media screen and (min-width: 768px) and (max-width: 1850px) {
  body main .texte-descriptif .container {
    max-width: 1200px;
    padding-right: 250px;
  }
}
@media screen and (max-width: 768px) {
  body main .texte-descriptif .container {
    padding-right: 20px;
  }
}
body main .texte-descriptif .container .bloc-texte .texte-court p,
body main .texte-descriptif .container .bloc-texte .texte-complet p {
  color: #1f1f1f;
}
body main .texte-descriptif .container .bloc-texte .texte-court p span,
body main .texte-descriptif .container .bloc-texte .texte-complet p span {
  color: #1f1f1f !important;
}
body main .texte-descriptif .container .bloc-texte button {
  color: #1f1f1f !important;
}
body main .lame-apercu-galerie .container {
  padding-left: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1550px) {
  body main .lame-apercu-galerie .container {
    padding: 100px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-apercu-galerie .container {
    padding: 40px 30px 40px 30px;
    margin-bottom: 15px;
  }
}
body main .lame-apercu-galerie .container .bloc-titre {
  margin-bottom: 71px;
}
body main .lame-apercu-galerie .container .bloc-titre .titre {
  margin-bottom: 0;
}
body main .lame-valeurs .container {
  background-color: transparent;
  border-radius: 60px;
  padding: 100px 150px;
}
@media screen and (min-width: 768px) and (max-width: 1550px) {
  body main .lame-valeurs .container {
    padding: 100px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-valeurs .container {
    padding: 40px 20px;
    margin-bottom: 15px;
  }
}
body main .lame-valeurs .container .bloc-titre {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body main .lame-valeurs .container .bloc-titre {
    margin-bottom: 30px;
  }
}
body main .lame-valeurs .container .bloc-titre .titre {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1850px) {
  body main .lame-valeurs .container .bloc-image {
    height: 100%;
  }
}
body main .lame-valeurs .container .bloc-image img {
  height: 732px;
  object-fit: cover;
  border-radius: 60px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1850px) {
  body main .lame-valeurs .container .bloc-image img {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-valeurs .container .bloc-image img {
    height: auto;
  }
}
body main .lame-texte-image .colonne-texte {
  background-color: #efefef;
  border-radius: 60px;
  padding: 100px 130px 50px 154px;
}
@media screen and (min-width: 768px) and (max-width: 1550px) {
  body main .lame-texte-image .colonne-texte {
    padding: 50px 100px 50px 100px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-texte-image .colonne-texte {
    padding: 20px 30px;
    margin-bottom: 15px;
  }
}
body main .lame-texte-image .colonne-image {
  position: relative;
}
@media screen and (max-width: 768px) {
  body main .lame-texte-image .colonne-image {
    padding: 0;
  }
}
body main .lame-texte-image .colonne-image video {
  width: 100%;
  border-radius: 60px;
  display: block;
}
body main .lame-texte-image .colonne-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 195px;
  height: 195px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%' height='100%' overflow='visible' style='display: block;' viewBox='0 0 195 195' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Vector' d='M97.454 0H0C0 52.1228 40.9242 94.7143 92.3442 97.4309H0C0 151.303 43.6863 195 97.546 195V101.529C99.7096 153.514 142.521 195 195 195V0H97.454ZM189.798 97.4309H97.546V4.09799C99.6176 54.3329 139.713 94.8064 189.798 97.4309Z' fill='%23F5F5F5'/%3E %3C/svg%3E");
}
@media screen and (max-width: 768px) {
  body main .lame-texte-image .colonne-image:after {
    width: 100px;
    height: 120px;
  }
}
body main .lame-texte-image .colonne-image .bloc-image {
  height: 100%;
}
body main .lame-texte-image .colonne-image .bloc-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 32px;
}
body main .lame-image-texte .colonne-texte {
  background-color: #efefef;
  border-radius: 60px;
  padding: 108px 130px 50px 154px;
}
@media screen and (min-width: 768px) and (max-width: 1550px) {
  body main .lame-image-texte .colonne-texte {
    padding: 50px 100px 50px 100px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-image-texte .colonne-texte {
    padding: 20px 30px;
    margin-bottom: 15px;
  }
}
body main .lame-image-texte .colonne-image {
  position: relative;
}
@media screen and (max-width: 768px) {
  body main .lame-image-texte .colonne-image {
    padding: 0;
    margin-bottom: 10px;
  }
}
body main .lame-image-texte .colonne-image .bloc-image {
  height: 100%;
}
body main .lame-image-texte .colonne-image .bloc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 60px;
}
body main .lame-card-offre .container {
  max-width: 1512px;
}
body main .lame-card-offre .bloc-titre {
  margin-bottom: 50px;
}
body main .lame-contact {
  padding: 70px 0;
}
body main .lame-tarifs .container {
  background-color: #b4c4cd;
  border-radius: 60px;
  padding: 100px 150px;
}
@media screen and (min-width: 768px) and (max-width: 1550px) {
  body main .lame-tarifs .container {
    padding: 100px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-tarifs .container {
    padding: 40px 20px;
    margin-bottom: 15px;
  }
}
body main .le-mot-du-fondateur .container {
  padding: 0 150px;
}
body main .le-mot-du-fondateur .container .bloc-titre .titre {
  white-space: nowrap;
}
@media screen and (max-width: 1199.98px) {
  body main .le-mot-du-fondateur .container .bloc-titre .titre {
    white-space: normal;
  }
}
body main .le-mot-du-fondateur .container .bouton-container a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
body main .le-mot-du-fondateur .container .bouton-container a:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.432' height='9.432' viewBox='0 0 9.432 9.432'%3E%3Cg transform='translate(-9.793 -9.793)'%3E%3Cpath d='M10.5,10.5l8.017,8.017' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath d='M18.517,10.5v8.017H10.5' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1850px) {
  body main .le-mot-du-fondateur .container {
    padding: 0px 150px;
  }
}
@media screen and (max-width: 768px) {
  body main .le-mot-du-fondateur .container {
    padding: 0px 20px;
  }
}
body main .le-mot-du-fondateur .container .bloc-texte p {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  color: #2d031b;
  font-size: 35px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  body main .le-mot-du-fondateur .container .bloc-texte p {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1850px) {
  body main .le-mot-du-fondateur .container .bloc-texte p {
    font-size: 25px;
  }
}
body main .le-mot-du-fondateur .container .align-content-center {
  position: relative;
}
body main .le-mot-du-fondateur .container .align-content-center:after {
  content: "";
  background-color: #95AAC7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 100%;
}
body main .le-mot-du-fondateur .container .bloc-titre {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body main .le-mot-du-fondateur .container .bloc-titre {
    margin-bottom: 20px;
  }
}
body main .le-mot-du-fondateur .container .bouton-container {
  text-align: center;
  justify-items: center;
}
@media screen and (max-width: 768px) {
  body main .le-mot-du-fondateur .container .bouton-container {
    margin-bottom: 20px;
  }
}
body main .long-section-texte .container {
  padding: 0 350px 0 150px;
}
@media screen and (max-width: 768px) {
  body main .long-section-texte .container {
    padding: 0 20px;
  }
}
body main .long-section-texte .bloc-titre {
  margin-bottom: 0;
}
body main .long-section-texte .bloc-titre h3 {
  font-size: 24px;
  line-height: 36px;
  font-family: "DM Mono", monospace;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body main .long-section-texte .bloc-titre h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
body main .long-section-texte .bloc-titre h2 {
  margin-bottom: 50px;
}
body main .long-section-texte .mt-50 {
  margin-top: 50px;
}
body main .long-section-texte .bloc-texte p {
  color: #1f1f1f;
}
body main .long-section-texte .bloc-texte ul {
  padding-left: 0rem;
}
body main .long-section-texte .bloc-texte ul li {
  color: #1f1f1f;
}
body main .lame-last-news .container {
  background-color: #02131c;
  border-radius: 60px;
  padding: 100px 150px;
}
body main .lame-last-news .container .bouton-container a {
  background-color: #f5f5f5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
body main .lame-last-news .container .bouton-container a:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.432' height='9.432' viewBox='0 0 9.432 9.432'%3E%3Cg transform='translate(-9.793 -9.793)'%3E%3Cpath d='M10.5,10.5l8.017,8.017' fill='none' stroke='%238D0954' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath d='M18.517,10.5v8.017H10.5' fill='none' stroke='%238D0954' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
body main .lame-last-news .container .bouton-container a .titre,
body main .lame-last-news .container .bouton-container a .titre-normal,
body main .lame-last-news .container .bouton-container a .titre-survole {
  color: #8d0954;
}
body main .lame-last-news .container .bouton-container a:hover {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1850px) {
  body main .lame-last-news .container {
    padding: 60px 150px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-last-news .container {
    padding: 40px 20px;
    width: 96%;
  }
}
body main .lame-last-news .bloc-titre {
  margin-bottom: 60px;
}
body main .lame-chiffres .container {
  padding: 100px 50px 100px 150px;
  background-color: #04273a;
  border-radius: 60px;
}
body main .lame-chiffres .container .bloc-texte p {
  color: #f5f5f5;
}
@media screen and (min-width: 768px) and (max-width: 1850px) {
  body main .lame-chiffres .container {
    padding: 60px 150px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-chiffres .container {
    padding: 40px 20px;
    width: 96%;
  }
}
body main .lame-cta .container {
  background-color: #8d0954;
  border-radius: 60px;
  padding: 60px 280px;
}
@media screen and (min-width: 768px) and (max-width: 1850px) {
  body main .lame-cta .container {
    padding: 60px 150px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-cta .container {
    padding: 40px 20px;
    width: 96%;
  }
}
body main .lame-cta .container .bloc-texte p {
  color: #ffffff;
}
body main .lame-cta .container .bloc-titre .titre {
  color: #ffffff;
}
body main .lame-cta .container .bouton-container {
  display: flex;
  justify-content: flex-end;
}
body main .lame-cta .container .bouton-container a {
  background-color: #1f1f1f;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
body main .lame-cta .container .bouton-container a:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.432' height='9.432' viewBox='0 0 9.432 9.432'%3E%3Cg transform='translate(-9.793 -9.793)'%3E%3Cpath d='M10.5,10.5l8.017,8.017' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath d='M18.517,10.5v8.017H10.5' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
body main .lame-cta .container .bouton-container a span {
  color: #ffffff;
}
body main .lame-cta .container .bouton-container a:hover {
  background-color: #04273a;
  color: white;
}
body main .lame-cta .container .bouton-container a:hover span {
  color: white;
}
body main .lame-zone-intervention .container {
  padding: 100px 50px 50px 150px;
  background-color: #efefef;
  border-radius: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1850px) {
  body main .lame-zone-intervention .container {
    padding: 60px 150px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-zone-intervention .container {
    padding: 40px 20px;
    width: 96%;
  }
}
body main .lame-zone-intervention .container .bloc-texte {
  margin-bottom: 30px;
}
body main .lame-zone-intervention .container .bloc-image img {
  height: 500px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  body main .lame-zone-intervention .container .bloc-image img {
    height: auto;
  }
}
body main .lame-avis .bouton-container a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
body main .lame-avis .bouton-container a:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.432' height='9.432' viewBox='0 0 9.432 9.432'%3E%3Cg transform='translate(-9.793 -9.793)'%3E%3Cpath d='M10.5,10.5l8.017,8.017' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath d='M18.517,10.5v8.017H10.5' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
body main .lame-avis .container {
  padding: 0px 150px;
}
@media screen and (min-width: 768px) and (max-width: 1850px) {
  body main .lame-avis .container {
    padding: 60px 150px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-avis .container {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-avis {
    padding: 50px 0 40px 0;
  }
}
body main .lame-avis .bloc-titre {
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  body main .lame-avis .bloc-titre {
    margin-bottom: 0px;
  }
}
body main .lame-avis .bloc-texte {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body main .lame-avis .bloc-texte {
    margin-bottom: 0px;
  }
  body main .lame-avis .bloc-texte .ti-footer {
    margin-top: 30px !important;
  }
}
body main .lame-avis .bloc-texte .ti-widget .ti-rating {
  color: #1f1f1f;
}
body main .lame-avis .bloc-texte .ti-widget .ti-review-item .ti-inner {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  border-radius: 15px !important;
}
body main .lame-avis .bloc-texte .ti-widget .ti-name,
body main .lame-avis .bloc-texte .ti-widget .ti-date,
body main .lame-avis .bloc-texte .ti-widget .ti-review-text,
body main .lame-avis .bloc-texte .ti-widget .ti-review-content,
body main .lame-avis .bloc-texte .ti-widget .ti-review-text-container,
body main .lame-avis .bloc-texte .ti-widget .ti-inner,
body main .lame-avis .bloc-texte .ti-widget .ti-read-more a {
  color: #1f1f1f !important;
}
body main .lame-avis .bloc-texte .ti-widget .ti-rating-text span {
  color: #1f1f1f;
}
body main .lame-avis .bloc-texte .ti-widget .ti-rating-text span strong {
  color: #1f1f1f;
}
body main .lame-avis .bloc-texte .ti-widget .ti-controls .ti-next,
body main .lame-avis .bloc-texte .ti-widget .ti-controls .ti-prev {
  width: 44px !important;
  height: 44px !important;
  background-color: #740745 !important;
  border-radius: 100px !important;
}
body main .lame-avis .bloc-texte .ti-widget .ti-controls .ti-next:before,
body main .lame-avis .bloc-texte .ti-widget .ti-controls .ti-prev:before {
  border-color: #ffffff !important;
}
body main .lame-avis .bloc-texte .ti-widget .ti-controls .ti-next:hover,
body main .lame-avis .bloc-texte .ti-widget .ti-controls .ti-prev:hover,
body main .lame-avis .bloc-texte .ti-widget .ti-controls .ti-next:focus,
body main .lame-avis .bloc-texte .ti-widget .ti-controls .ti-prev:focus {
  background-color: #8d0954 !important;
}
body main .lame-avis .bloc-texte .ti-widget .ti-controls .ti-next:hover:before,
body main .lame-avis .bloc-texte .ti-widget .ti-controls .ti-prev:hover:before,
body main .lame-avis .bloc-texte .ti-widget .ti-controls .ti-next:focus:before,
body main .lame-avis .bloc-texte .ti-widget .ti-controls .ti-prev:focus:before {
  border-color: #ffffff !important;
}
body main .lame-certifications {
  padding: 120px 0 100px;
}
@media screen and (max-width: 768px) {
  body main .lame-certifications {
    padding: 60px 0;
  }
}
body main .lame-certifications .container {
  max-width: 1256px;
}
body main .lame-certifications .container .row {
  justify-content: center;
}
body main .lame-tabs .container {
  max-width: 1512px;
}
@media screen and (max-width: 768px) {
  body main .lame-tabs .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1850px) {
  body main .lame-tabs .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-video-texte {
    margin-bottom: 0;
  }
}
body main .lame-timeline .container {
  background-color: #b4c4cd;
  border-radius: 60px;
  padding: 100px 150px;
}
@media screen and (min-width: 768px) and (max-width: 1850px) {
  body main .lame-timeline .container {
    padding: 100px 150px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-timeline .container {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-video-offre {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  body main .lame-video-offre .video {
    margin-right: 0 !important;
  }
}
body main .section-tableau .container {
  max-width: 1512px;
  background-color: #f5f5f5;
  border-radius: 60px;
  padding: 100px 125px;
}
body main .lame-faq {
  position: relative;
  margin-top: 0;
}
body main .lame-faq .container {
  position: relative;
  z-index: 1;
  max-width: 1820px;
  padding: 0 150px;
}
@media screen and (max-width: 768px) {
  body main .lame-faq .container {
    padding: 0 20px;
  }
}
body main .lame-faq .bloc-titre {
  padding-top: 0px;
}
@media screen and (max-width: 768px) {
  body main .lame-faq .bloc-titre {
    padding-top: 40px;
  }
}
body main .lame-faq .bloc-titre .titre {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  body main .lame-faq .bloc-titre .titre {
    margin-bottom: 30px;
  }
}
body main .lame-faq .bloc-image {
  height: 100%;
}
body main .lame-faq .bloc-image img {
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}
body main .lame-equipe {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  body main .lame-equipe {
    margin-bottom: 300px;
    margin-top: 115px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-equipe {
    padding: 40px 0;
  }
}
body main .lame-video-accueil .container {
  background-color: transparent;
  border-radius: 60px;
  padding: 100px 282px;
}
@media screen and (min-width: 768px) and (max-width: 1850px) {
  body main .lame-video-accueil .container {
    padding: 100px 200px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-video-accueil .container {
    padding: 40px 20px;
  }
}
body main .lame-video-accueil .container video {
  border-radius: 60px;
  height: 703px;
}
@media screen and (max-width: 1850px) and (min-width: 768px) {
  body main .lame-video-accueil .container video {
    height: 600px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-video-accueil .container video {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-video-accueil .container .bloc-titre .titre {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  body main .chiffres-container {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  body main .chiffres-container {
    position: relative;
    height: 300px;
  }
  body main .chiffres-container .chiffres {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
body footer {
  background-color: #ffffff;
  position: relative;
}
@media screen and (min-width: 1850px) {
  body footer .container {
    max-width: 1256px;
  }
}
body footer .corps {
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
}
body footer .corps .logo {
  text-align: center;
}
body footer .corps .logo img {
  width: 666px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  body footer .corps .logo img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body footer .corps .menu-container-footer {
    column-count: 2;
    margin-bottom: 0rem;
  }
}
body footer .corps .titre-footer {
  font-family: "DM Mono", monospace;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #1f1f1f;
  margin-bottom: 15px;
}
body footer .corps .coordonnees .adresse {
  margin-bottom: 15px;
}
body footer .corps .coordonnees .adresse a {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #1f1f1f;
  letter-spacing: 0px;
  white-space: nowrap;
}
body footer .corps .coordonnees .adresse a svg {
  margin-right: 6px;
}
body footer .corps .coordonnees .telephone {
  margin-bottom: 15px;
}
body footer .corps .coordonnees .telephone a {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #1f1f1f;
  letter-spacing: 0px;
  white-space: nowrap;
}
body footer .corps .coordonnees .telephone a svg {
  margin-right: 6px;
}
body footer .corps .coordonnees .email a {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #1f1f1f;
  letter-spacing: 0px;
  white-space: nowrap;
}
body footer .corps .coordonnees .email a svg {
  margin-right: 6px;
}
body footer .corps .reseaux-sociaux-footer {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}
body footer .corps .reseaux-sociaux-footer li {
  margin-right: 18px;
}
body footer .corps .reseaux-sociaux {
  padding-left: 2rem;
  position: relative;
}
body footer .corps .reseaux-sociaux:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #3B3A3A;
  opacity: 0.3;
}
body footer .corps .reseaux-sociaux li {
  list-style: none;
  margin-bottom: .5rem;
}
body footer .corps .reseaux-sociaux li a {
  font-family: "DM Sans", sans-serif;
  color: #3B3A3A;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
body footer .corps .part-menu {
  position: relative;
}
@media screen and (max-width: 768px) {
  body footer .corps .part-menu {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  body footer .corps .part-menu.column-footer-1 {
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
body footer .corps .part-menu.column-footer-2 {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  body footer .corps .part-menu.column-footer-2 {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
body footer .corps .part-menu li {
  list-style: none;
  margin-bottom: 20px;
}
body footer .corps .part-menu li a {
  font-family: "DM Sans", sans-serif;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  font-weight: 500;
}
body footer .corps .horaires ul {
  padding-left: 0rem;
  position: relative;
}
body footer .corps .horaires ul li {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0px;
  color: #1f1f1f;
}
@media screen and (min-width: 768px) and (max-width: 1550px) {
  body footer .corps .horaires ul li {
    gap: 0 80px;
  }
}
body footer .corps .horaires ul li .jour {
  width: 50px;
}
body footer .pied {
  font-size: 0.875rem;
  line-height: 1.188rem;
}
body footer .pied .container {
  margin-top: 20px;
  max-width: 1256px;
}
body footer .pied .container .row {
  text-align: center;
}
body footer .pied > .container {
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #b4c4cd;
}
body footer .pied .pied-part-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body footer .pied a {
  margin-right: 27px;
  text-align: left;
  font-size: 14px;
  line-height: 28px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  color: #1f1f1f;
}
body footer .pied a:hover {
  color: #04273a;
}
body footer .pied .desc {
  text-align: left;
  font-size: 14px;
  line-height: 28px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  color: #1f1f1f;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
body footer .pied .desc a {
  margin-right: 0;
  text-align: left;
  font-size: 14px;
  line-height: 28px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  color: #1f1f1f;
}
body footer .pied .logo-idcom {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
body footer .pied .logo-idcom svg {
  width: 81px;
  margin-top: -10px;
}
body footer .pied .logo-idcom svg .st1 {
  fill: #1f1f1f;
}
body footer .pied span.copyright {
  margin-right: 27px;
  font-size: 14px;
  line-height: 28px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  color: #1f1f1f;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  body header .corps.menu-7 .champ-recherches .asl_w_container #ajaxsearchlite1 {
    width: 500px;
  }
  body footer .corps {
    padding: 30px 0;
  }
  body footer .corps .logo-footer {
    margin-bottom: 15px;
  }
  body footer .corps .part-identite .description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 15px;
  }
  body footer .corps .part-identite .reseaux-sociaux .reseau {
    margin-right: 20px;
  }
  body footer .corps .part-identite .reseaux-sociaux .reseau a .icone {
    width: 24px;
    height: 24px;
  }
  body footer .corps .part-menu ul.menu li a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .corps .part-annexes .zone-annexes .infos-contact {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .pied {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  body footer .pied .logo-idcom svg {
    width: 70px;
  }
  body footer .pied.separateur-container > .container {
    padding-bottom: 15px;
  }
  body footer .pied.separateur-container > .container:before {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  body .container {
    padding: 0 30px;
  }
  body header .corps .menu-principal nav ul li {
    margin-right: 1.25rem;
  }
  body header .corps .bouton-mise-en-avant {
    padding-bottom: 22px;
  }
  body header .corps .bouton-mise-en-avant a {
    padding: 4px 15px;
  }
  body header .corps.menu-7 .champ-recherches .asl_w_container #ajaxsearchlite1 {
    width: 350px;
  }
}
@media screen and (max-width: 767.98px) {
  body .container {
    padding: 0 20px;
  }
  body header {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  body header .entete {
    height: 20px;
  }
  body header .entete .accroche {
    white-space: nowrap;
    overflow: hidden;
  }
  body header .entete .accroche span {
    display: inline-block;
    padding-left: 100%;
    animation: texte-defilant 10s linear infinite;
  }
  body header .corps {
    height: 60px;
    position: relative;
    border-bottom: 1px solid var(--couleur);
  }
  body header .corps .logo a img {
    height: 50px;
  }
  body header .corps .menu-principal nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 350px;
    height: 100%;
    box-shadow: 10px 0px 10px 0px rgba(136, 136, 136, 0.1);
    -webkit-box-shadow: 10px 0px 10px 0px rgba(136, 136, 136, 0.1);
    -moz-box-shadow: 10px 0px 10px 0px rgba(136, 136, 136, 0.1);
    text-align: left;
    left: -800px;
    overflow-y: scroll;
    padding-bottom: 120px;
    background-color: var(--couleur-fond);
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  body header .corps .menu-principal nav.header-avec-entete {
    top: 80px;
  }
  body header .corps .menu-principal nav ul.menu {
    padding-top: 30px;
  }
  body header .corps .menu-principal nav ul.menu li.menu-item-has-children > a:after {
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
  }
  body header .corps .menu-principal nav ul.menu li.menu-item-has-children > a:hover:after {
    transform: rotate(180deg);
  }
  body header .corps .menu-principal nav ul.menu > li {
    display: block;
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    margin-right: 0;
  }
  body header .corps .menu-principal nav ul.menu > li > a {
    display: block;
    padding: 0 15px;
  }
  body header .corps .menu-principal nav ul.menu > li ul.sub-menu {
    position: static;
    margin: 0px;
    width: 100%;
    transform: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-align: left;
    padding: 15px 30px;
  }
  body header .corps .menu-principal nav ul.menu > li ul.sub-menu > li > a {
    font-size: 14px;
    line-height: 18px;
  }
  body header #menu-mobile div {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    margin-left: 12px;
  }
  body header #menu-mobile div span {
    display: block;
    margin-bottom: 2px;
    height: 2px;
    background-color: var(--couleur-texte);
  }
  body header #menu-mobile div.fermant {
    display: none;
    vertical-align: top;
  }
  body header #menu-mobile.active {
    background-color: var(--couleur-fond-actif) !important;
  }
  body header #menu-mobile.active div.ouvrant {
    display: none;
  }
  body header #menu-mobile.active div.fermant {
    display: inline-block;
  }
  body header .bouton-recherche-etude {
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 30px;
  }
  body footer .corps {
    padding: 30px 0 0;
  }
  body footer .corps .part-annexes {
    text-align: left;
  }
  body footer .corps .part-annexes:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--couleur-separateur);
    opacity: .1;
    margin: 0 0 15px;
  }
  body footer .corps .part-annexes .zone-annexes .infos-contact {
    text-align: left;
  }
  body footer .corps .part-identite:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--couleur-separateur);
    opacity: .1;
    margin: 15px 0;
  }
  body footer .corps .part-identite .infos-contact {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .corps .part-menu {
    padding-bottom: 10px;
    padding-left: 0;
  }
  body footer .corps .infos-contact .bloc-contact {
    margin-bottom: 15px;
  }
  body footer .pied .pied-part-1 {
    margin-bottom: 5px;
  }
  body footer .pied .pied-part-1 .separateur {
    font-size: 0.875rem;
    margin-right: 0;
  }
  body footer .pied .pied-part-2 {
    text-align: left;
  }
  body footer .pied .logo-idcom svg {
    width: 50px;
  }
}
body#maintenance .page-content {
  background-image: url('/wp-content/themes/idcomweb/img/site-constrcution-img.jpeg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
body#maintenance .page-content > .bloc-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
body#maintenance .page-content > .bloc-image img {
  width: 250px;
  border-radius: 5px;
}
body#maintenance .page-content .formulaire > .container {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
body#maintenance .page-content .formulaire .contenus-txt .bloc-image img {
  border-radius: 5px;
}
body#maintenance .nf-error-msg.nf-error-field-errors {
  text-align: center;
}
@media screen and (min-width: 767.99px) and (max-width: 1199.98px) {
  body header {
    width: calc(100% - 20px);
    height: 60px;
    top: 10px;
  }
  body header .corps .menu-principal.d-md-block {
    display: none !important;
  }
  body header .corps .bouton-header {
    display: none !important;
  }
  body header .corps #menu-mobile {
    display: block !important;
  }
  body header .corps .logo img {
    height: 42px;
    width: auto;
  }
  body header > .menu-principal.d-md-none {
    display: block !important;
  }
}
@media screen and (min-width: 767.99px) and (max-width: 991.98px) {
  body footer .corps > .row > [class*='col-md-'] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body footer .corps .part-menu a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1199.99px) and (max-width: 1359.98px) {
  body header {
    width: calc(100% - 40px);
  }
  body header .corps .logo img {
    height: 80px;
    width: auto;
  }
  body header .corps .menu-principal nav ul li {
    margin-right: 6px;
    padding: 10px 6px;
  }
  body header .corps .menu-principal nav ul li:last-child {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  body footer .pied .pied-part-1 {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }
  body footer .pied .pied-part-1 > div:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 18px;
  }
  body footer .pied .pied-part-1 > div:first-child a,
  body footer .pied .pied-part-1 > div:first-child span.copyright {
    margin-right: 0;
    line-height: 22px;
  }
  body footer .pied .pied-part-1 > div:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  body footer .pied .pied-part-1 > div:last-child .logo-idcom svg {
    margin-top: 0;
  }
}
body:not(.home) .lame-texte-image .colonne-image:after {
  display: none;
}
