/*
@font-face {
    font-family: "daily-spark-sans";
    src: url("http://mcc.local/wp-content/themes/idcomweb/fonts/daily-spark-sans.woff2") format("woff2");
}
*/
@keyframes texte-defilant {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
html {
  overflow-x: hidden;
}
body {
  color: #000000;
  background-color: var(--couleur-fond);
  overflow-x: hidden;
}
body .container {
  max-width: 1400px;
  padding: 0 50px;
}
body #cmplz-document {
  max-width: 1400px;
  padding: 0 50px;
  margin: auto;
}
body * {
  font-family: "Inter";
}
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;
}
@media screen and (max-width: 768px) {
  body .row-block {
    margin: 0;
  }
}
body header {
  position: fixed;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 991px) {
  body header {
    height: 110px;
  }
}
body header .menu-principal {
  height: 100%;
}
body header .menu-principal .row {
  height: 100%;
  align-content: center;
}
@media screen and (min-width: 1200px) {
  body header .menu-principal > .row {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1199px) {
  body header .menu-principal > .row > div {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 991px) {
  body header .menu-principal > .row > div {
    padding: 0 1rem;
  }
}
body header .cta_mobile {
  border: 1px solid #2882B8;
  border-radius: 100%;
  padding: 13px 13px;
}
body header .logo {
  text-align: center;
}
body header .logo img {
  width: 250px;
}
@media screen and (max-width: 1199px) {
  body header .logo img {
    max-width: 250px;
  }
}
@media screen and (max-width: 1550px) {
  body header .logo img {
    width: 200px;
  }
}
body header .google-review-header {
  margin-right: 4rem;
}
@media screen and (max-width: 1550px) {
  body header .google-review-header {
    margin-right: 3.5rem;
  }
}
body header .google-review-header a {
  padding: 0 !important;
  width: 100%;
}
body header .google-review-header a .ti-large-logo {
  position: absolute;
  width: 100%;
  left: 0;
  top: -25px;
}
body header .google-review-header a .ti-stars {
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
}
body header .google-review-header a .ti-text {
  position: absolute;
  top: -25px;
  left: 130px;
  width: 100%;
  font: normal normal bold 16px/26px Inter;
  letter-spacing: 0px;
  color: #3C3C3C !important;
}
@media screen and (max-width: 1550px) {
  body header .google-review-header a .ti-text {
    left: 110px;
  }
}
body header .google-review-header a .ti-text .text-separator:before {
  content: "/" !important;
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-16)/var(--unnamed-line-spacing-26) var(--unnamed-font-family-inter);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-3c3c3c);
  text-align: center;
  font: normal normal bold 16px/26px Inter;
  letter-spacing: 0px;
  color: #3C3C3C;
}
body header .google-review-header a .ti-text:after {
  content: "Avis clients";
  position: absolute;
  top: 25px;
  left: -15px;
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-14)/17px var(--unnamed-font-family-inter);
  letter-spacing: var(--unnamed-character-spacing-0);
  text-align: center;
  font: normal normal normal 14px/17px Inter;
  letter-spacing: 0px;
  color: #8B8D92;
}
body header .nav-1 .menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #2882B8;
  border-radius: 50px;
  padding: 0rem 2rem;
  margin: 0;
}
@media screen and (max-width: 1550px) {
  body header .nav-1 .menu {
    padding: 0rem 1.7rem;
  }
}
body header .nav-1 .menu .menu-item {
  list-style: none;
  height: 3.5rem;
  align-content: center;
}
@media screen and (max-width: 1550px) {
  body header .nav-1 .menu .menu-item {
    height: 3rem;
  }
}
body header .nav-1 .menu .menu-item:has(.sub-menu) {
  position: relative;
}
body header .nav-1 .menu .menu-item:has(.sub-menu):after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.857' height='6.42' viewBox='0 0 12.857 6.42'%3E%3Cpath id='Tracé_95116' data-name='Tracé 95116' d='M16.415,24.415a.912.912,0,0,1-.587-.211l-5.5-4.583A.918.918,0,1,1,11.5,18.209l4.913,4.107,4.913-3.96a.917.917,0,0,1,.674-.2.94.94,0,0,1,.49,1.677l-5.5,4.427A.919.919,0,0,1,16.415,24.415Z' transform='translate(-9.996 -17.996)' fill='%23fefefe'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 110%;
  top: 50%;
  transform: rotate(0) translateY(-50%);
  width: 20px;
  height: 7px;
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
}
@media screen and (max-width: 1550px) {
  body header .nav-1 .menu .menu-item:has(.sub-menu):after {
    left: 102%;
  }
}
body header .nav-1 .menu .menu-item:has(.sub-menu):hover:after {
  transform: rotate(180deg) translateY(-50%);
  top: 40%;
}
@media screen and (max-width: 1550px) {
  body header .nav-1 .menu .menu-item:has(.sub-menu):hover:after {
    top: 35%;
  }
}
body header .nav-1 .menu .menu-item:nth-child(2) .sub-menu {
  left: -200%;
}
body header .nav-1 .menu .menu-item a {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) var(--unnamed-font-size-16)/var(--unnamed-line-spacing-26) var(--unnamed-font-family-inter);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-fefefe);
  text-align: right;
  font: normal normal 600 16px/26px Inter;
  letter-spacing: 0px;
  color: #FEFEFE;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1450px) {
  body header .nav-1 .menu .menu-item a {
    font-size: 11px;
  }
}
@media screen and (min-width: 1451px) and (max-width: 1850px) {
  body header .nav-1 .menu .menu-item a {
    font-size: 12px;
  }
}
body header .nav-1 .menu .menu-item a:after {
  content: "";
  background-color: #FEFEFE;
  display: block;
  width: 0%;
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
}
body header .nav-1 .menu .menu-item a:hover:after {
  width: 100%;
}
body header .nav-1 .menu .menu-item:hover .sub-menu {
  display: block;
}
body header .nav-1 .menu .menu-item .sub-menu {
  display: none;
  position: absolute;
  left: -20%;
  top: 100%;
  width: 1000px;
  background-color: #ffffff;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media screen and (max-width: 1550px) {
  body header .nav-1 .menu .menu-item .sub-menu {
    top: 100%;
    left: -70%;
  }
}
body header .nav-1 .menu .menu-item .sub-menu .menu-item {
  position: relative;
  padding: 12.5px 15px;
  width: 400px;
  margin-left: 3rem;
}
@media screen and (max-width: 1550px) {
  body header .nav-1 .menu .menu-item .sub-menu .menu-item {
    height: auto;
  }
}
body header .nav-1 .menu .menu-item .sub-menu .menu-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D0D0D0;
}
body header .nav-1 .menu .menu-item .sub-menu .menu-item.with-fill a:hover svg path {
  fill: #E95949;
}
body header .nav-1 .menu .menu-item .sub-menu .menu-item.with-fill a:hover svg polyline {
  fill: #E95949;
}
body header .nav-1 .menu .menu-item .sub-menu .menu-item.with-fill a:hover svg rect {
  fill: #E95949;
}
body header .nav-1 .menu .menu-item .sub-menu .menu-item.with-fill a:hover svg line {
  fill: #E95949;
}
body header .nav-1 .menu .menu-item .sub-menu .menu-item a {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) var(--unnamed-font-size-18)/var(--unnamed-line-spacing-26) var(--unnamed-font-family-inter);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-3a3a3a);
  text-align: left;
  font: normal normal 600 18px/26px Inter;
  letter-spacing: 0px;
  color: #3A3A3A;
}
body header .nav-1 .menu .menu-item .sub-menu .menu-item a svg {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 1.5rem;
}
body header .nav-1 .menu .menu-item .sub-menu .menu-item a svg .cls-1 {
  stroke-width: 7px;
}
body header .nav-1 .menu .menu-item .sub-menu .menu-item a:after {
  display: none;
}
body header .nav-1 .menu .menu-item .sub-menu .menu-item a:hover {
  color: #E95949;
}
body header .nav-1 .menu .menu-item .sub-menu .menu-item a:hover svg path {
  stroke: #E95949;
}
body header .nav-1 .menu .menu-item .sub-menu .menu-item a:hover svg polyline {
  stroke: #E95949;
}
body header .nav-1 .menu .menu-item .sub-menu .menu-item a:hover svg rect {
  stroke: #E95949;
}
body header .nav-1 .menu .menu-item .sub-menu .menu-item a:hover svg line {
  stroke: #E95949;
}
body header .nav-1 .menu .menu-item .sub-menu .menu-item a:hover svg circle {
  stroke: #E95949;
}
body header .nav-1 .menu .menu-item .sub-menu .menu-item a:hover svg .euro {
  fill: #E95949;
}
body header .nav-2 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
body header .nav-2 .container-custom {
  padding-left: 10rem;
}
body header .nav-2 .container-custom .titre-menu-burger {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-55)/var(--unnamed-line-spacing-60) var(--unnamed-font-family-inter);
  letter-spacing: var(--unnamed-character-spacing--0-55);
  color: var(--unnamed-color-2882b8);
  text-align: left;
  font: normal normal bold 55px/60px Inter;
  letter-spacing: -0.55px;
  color: #2882B8;
}
body header .nav-2 .container-custom .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: none;
  background-color: transparent;
}
body header .nav-2 .container-custom .menu {
  padding: 0;
  position: relative;
}
body header .nav-2 .container-custom .menu:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #A1A4AB;
  position: absolute;
  top: 0;
  left: 32%;
  transform: translateX(-50%);
}
body header .nav-2 .container-custom .menu .second-sous-menu .sub-menu {
  top: -110%;
}
body header .nav-2 .container-custom .menu .sub-menu {
  display: none;
  position: absolute;
  top: -20%;
  left: 35%;
  z-index: 1000;
  padding: 10px 0;
  white-space: nowrap;
}
body header .nav-2 .container-custom .menu .sub-menu .menu-item.no-click {
  pointer-events: none;
  cursor: default;
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-800) var(--unnamed-font-size-22)/var(--unnamed-line-spacing-32) var(--unnamed-font-family-inter);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-2882b8);
  text-align: left;
  font: normal normal 800 22px/32px Inter;
  letter-spacing: 0px;
  color: #2882B8;
  text-transform: uppercase;
  opacity: 1;
}
body header .nav-2 .container-custom .menu .sub-menu .menu-item a {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) var(--unnamed-font-size-22)/var(--unnamed-line-spacing-32) var(--unnamed-font-family-inter);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-2882b8);
  text-align: left;
  font: normal normal 600 22px/32px Inter;
  letter-spacing: 0px;
  color: #2882B8;
  display: block;
}
body header .nav-2 .container-custom .menu .sub-menu .menu-item a:before {
  content: "";
  display: block;
  width: 0% !important;
  height: 1px;
  background-color: #2882B8;
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: width 0.3s ease-in-out;
}
body header .nav-2 .container-custom .menu .sub-menu .menu-item a:hover:before {
  width: 105% !important;
}
body header .nav-2 .container-custom .menu .menu-item {
  list-style: none;
  position: relative;
  padding: 1rem 1rem 1rem 0rem;
}
body header .nav-2 .container-custom .menu .menu-item:has(.sub-menu):after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44.891' height='44.891' viewBox='0 0 44.891 44.891'%3E%3Cg id='arrow' transform='translate(44.891 44.891) rotate(180)'%3E%3Ccircle id='Ellipse_27' data-name='Ellipse 27' cx='22.446' cy='22.446' r='22.446' transform='translate(44.891 44.891) rotate(180)' fill='%23fefefe'/%3E%3Cpath id='Tracé_348' data-name='Tracé 348' d='M6.657,12.543a1.279,1.279,0,0,1-.889-.331L.261,6.837a.751.751,0,0,1,0-1.138L5.961.324A1.364,1.364,0,0,1,7.569.208a.772.772,0,0,1,.148,1.263l-5.1,4.8,4.925,4.8a.75.75,0,0,1,.154.959A1.207,1.207,0,0,1,6.657,12.543Z' transform='translate(17.235 16.387)' fill='%233a3a3a'/%3E%3Cpath id='Tracé_349' data-name='Tracé 349' d='M0,0H27.362V23.942H0Z' transform='translate(8.124 10.689)' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  background-size: contain;
  z-index: 1;
  background-repeat: no-repeat;
}
body header .nav-2 .container-custom .menu .menu-item a {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 27px/37px var(--unnamed-font-family-inter);
  color: var(--unnamed-color-2882b8);
  text-align: left;
  font: normal normal bold 27px/37px Inter;
  letter-spacing: -0.27px;
  color: #2882B8;
  position: relative;
}
body header .nav-2 .container-custom .menu .menu-item a:before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #2882B8;
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: width 0.3s ease-in-out;
}
body header .nav-2 .container-custom .menu .menu-item:hover a:before {
  width: 105%;
}
body header .nav-2 .container-custom .menu .menu-item:hover .sub-menu {
  display: block;
}
body header .nav-2.open {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--unnamed-color-f5f5f5) 0% 0% no-repeat padding-box;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000012;
  width: 100%;
  height: 70vh;
  align-items: center;
  opacity: 1;
  z-index: 4;
}
body header .nav-2.open:after {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  background-image: url("data:image/svg+xml,%3Csvg id='Groupe_163681' data-name='Groupe 163681' xmlns='http://www.w3.org/2000/svg' width='325.182' height='375.486' viewBox='0 0 325.182 375.486'%3E%3Cpath id='Tracé_103260' data-name='Tracé 103260' d='M162.59,0,0,93.873V281.614l40.649-23.468V211.21l0,0,81.292-46.932v-46.94L40.651,164.275V117.339l121.939-70.4Z' transform='translate(0 0)' fill='%232882b8'/%3E%3Cpath id='Tracé_103261' data-name='Tracé 103261' d='M80.581,0V140.91h0v46.831l40.647,23.47V164.328l81.294,46.833V164.376L121.23,117.44V70.356l121.941,70.251V93.873Z' transform='translate(82.01 0)' fill='%23d0d0d0'/%3E%3Cpath id='Tracé_103262' data-name='Tracé 103262' d='M121.939,163.455l40.651-23.468,81.292,46.934-40.651,23.468ZM0,186.919l40.649,23.47,40.645-23.468v.008l41.254,23.815v46.928l40.042,23.119V233.863l40.645,23.466,40.651-23.468,0,0,40.647-23.47v0l40.649-23.468-40.649-23.468L162.59,93.046Z' transform='translate(0.001 94.695)' fill='%23e95949'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translateY(-50%);
}
body header .nav-mobile {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
body header .nav-mobile.open {
  display: block;
}
body header .nav-mobile ul li {
  list-style: none;
  margin-bottom: 1.5rem;
  position: relative;
}
body header .nav-mobile ul li:has(.sub-menu) a {
  position: relative;
  width: fit-content;
  padding-right: 1rem;
}
body header .nav-mobile ul li:has(.sub-menu) a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.857' height='6.42' viewBox='0 0 12.857 6.42'%3E%3Cpath id='Tracé_95116' data-name='Tracé 95116' d='M16.415,24.415a.912.912,0,0,1-.587-.211l-5.5-4.583A.918.918,0,1,1,11.5,18.209l4.913,4.107,4.913-3.96a.917.917,0,0,1,.674-.2.94.94,0,0,1,.49,1.677l-5.5,4.427A.919.919,0,0,1,16.415,24.415Z' transform='translate(-9.996 -17.996)' fill='%232982b8'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 98%;
  top: 50%;
  transform: rotate(0) translateY(-50%);
  width: 20px;
  height: 7px;
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
}
body header .nav-mobile ul li .sub-menu {
  display: none;
  margin-top: 1rem;
}
body header .nav-mobile ul li .sub-menu .menu-item a {
  font-size: 14px;
  pointer-events: all !important;
}
body header .nav-mobile ul li .sub-menu .menu-item a:after {
  display: none;
}
body header .nav-mobile ul li a {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 27px/37px var(--unnamed-font-family-inter);
  color: var(--unnamed-color-2882b8);
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  letter-spacing: -0.27px;
  color: #2882B8;
  opacity: 1;
  font-weight: bold;
}
body header .nav-mobile ul li.open .sub-menu {
  display: block;
}
body header .bouton-devis a {
  background: #e95949 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 50px;
  display: flex;
  width: 100%;
  padding: 0.7rem 2.5rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1550px) {
  body header .bouton-devis a {
    padding: 0.5rem 1.5rem;
  }
}
body header .bouton-devis a svg {
  transform: rotate(-20deg);
  transition: all 0.3s ease-in-out;
}
body header .bouton-devis a:hover {
  background: #4BA165;
}
body header .bouton-devis a:hover svg {
  transform: rotate(0deg);
}
body header .bouton-devis a .devis {
  margin-left: 1.5rem;
}
body header .bouton-devis a .devis span {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) var(--unnamed-font-size-16)/var(--unnamed-line-spacing-18) var(--unnamed-font-family-inter);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal 600 16px/18px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}
@media screen and (max-width: 1250px) {
  body header .bouton-devis a .devis span {
    font-size: 11px;
  }
}
@media screen and (max-width: 1850px) {
  body header .bouton-devis a .devis span {
    font-size: 11px;
  }
}
@media screen and (max-width: 1290px) {
  body header .bouton-contact {
    display: none;
  }
}
body header .bouton-contact a {
  background: #e95949 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 60px;
  padding: 1.3rem 1rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1550px) {
  body header .bouton-contact a {
    padding: 1.1rem 0.8rem;
  }
}
body header .bouton-contact a:hover {
  background: #4BA165;
}
@media screen and (max-width: 1500px) {
  body header .bouton-telephone {
    position: fixed;
    bottom: 5rem;
    right: -0.5rem;
  }
}
body header .bouton-telephone a {
  background: #e95949 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 60px;
  padding: 1.3rem 1.1rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1550px) {
  body header .bouton-telephone a {
    padding: 1.1rem 0.9rem;
  }
}
body header .bouton-telephone a:hover {
  background: #4BA165;
}
body header .bouton-telephone-mobile a {
  background: #e95949 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 60px;
  padding: 1.3rem 1.1rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1550px) {
  body header .bouton-telephone-mobile a {
    padding: 1.1rem 0.9rem;
  }
}
body header .bouton-telephone-mobile a:hover {
  background: #4BA165;
}
body header .menu-burger {
  margin-right: 1rem;
  background-color: #F5F5F5;
  height: 100%;
  padding: 1rem 2rem;
}
@media screen and (max-width: 1550px) {
  body header .menu-burger {
    padding: 1.5rem 0.8rem;
  }
}
body header .menu-burger button {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1200px) {
  body header .menu-burger-mobile {
    display: none;
  }
}
body main {
  padding-top: 100px;
}
body main .lame-plan-site {
  padding: 80px 0;
  max-width: 1400px;
  margin: 0 auto;
}
body main .lame-plan-site .bloc-texte li:before {
  display: none !important;
}
body main .lame-plan-site .wsp-container {
  background: #fff;
  border-radius: 16px;
  padding: 70px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
}
body main .lame-plan-site h2 {
  font-size: 32px;
  font-weight: 700;
  color: #E95949;
  margin: 0 0 40px 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #E95949;
}
body main .lame-plan-site h2:not(:first-child) {
  margin-top: 80px;
}
body main .lame-plan-site ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body main .lame-plan-site .wsp-pages-list,
body main .lame-plan-site .wsp-realisations-list,
body main .lame-plan-site .wsp-categorie-realisations-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}
body main .lame-plan-site .wsp-pages-list > li,
body main .lame-plan-site .wsp-realisations-list > li,
body main .lame-plan-site .wsp-categorie-realisations-list > li {
  position: relative;
  padding: 0;
}
body main .lame-plan-site .wsp-pages-list > li > a,
body main .lame-plan-site .wsp-realisations-list > li > a,
body main .lame-plan-site .wsp-categorie-realisations-list > li > a {
  display: block;
  padding: 18px 24px;
  background: #F5F5F5;
  border-radius: 10px;
  color: #333;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}
body main .lame-plan-site .wsp-pages-list > li > a:hover,
body main .lame-plan-site .wsp-realisations-list > li > a:hover,
body main .lame-plan-site .wsp-categorie-realisations-list > li > a:hover {
  background: #E95949;
  color: #fff;
  border-left-color: #333;
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(233, 89, 73, 0.2);
}
body main .lame-plan-site .wsp-pages-list > li.current_page_item > a,
body main .lame-plan-site .wsp-realisations-list > li.current_page_item > a,
body main .lame-plan-site .wsp-categorie-realisations-list > li.current_page_item > a {
  background: #E95949;
  color: #fff;
  border-left-color: #333;
}
body main .lame-plan-site .wsp-pages-list > li ul.children,
body main .lame-plan-site .wsp-realisations-list > li ul.children,
body main .lame-plan-site .wsp-categorie-realisations-list > li ul.children {
  margin-top: 20px;
  padding: 20px;
  background: rgba(233, 89, 73, 0.03);
  border-radius: 10px;
  border: 1px solid rgba(233, 89, 73, 0.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body main .lame-plan-site .wsp-pages-list > li ul.children li,
body main .lame-plan-site .wsp-realisations-list > li ul.children li,
body main .lame-plan-site .wsp-categorie-realisations-list > li ul.children li {
  position: relative;
  padding-left: 20px;
}
body main .lame-plan-site .wsp-pages-list > li ul.children li:before,
body main .lame-plan-site .wsp-realisations-list > li ul.children li:before,
body main .lame-plan-site .wsp-categorie-realisations-list > li ul.children li:before {
  content: '→';
  position: absolute;
  left: 0;
  color: #E95949;
  font-weight: 600;
  font-size: 16px;
}
body main .lame-plan-site .wsp-pages-list > li ul.children li a,
body main .lame-plan-site .wsp-realisations-list > li ul.children li a,
body main .lame-plan-site .wsp-categorie-realisations-list > li ul.children li a {
  display: block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 6px;
  color: #555;
  font-size: 15px;
  line-height: 1.5;
  border-left: 3px solid #E95949;
  transition: all 0.3s ease;
}
body main .lame-plan-site .wsp-pages-list > li ul.children li a:hover,
body main .lame-plan-site .wsp-realisations-list > li ul.children li a:hover,
body main .lame-plan-site .wsp-categorie-realisations-list > li ul.children li a:hover {
  background: #F5F5F5;
  color: #E95949;
  border-left-width: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
body main .lame-plan-site .wsp-pages-list > li ul.children li ul.children,
body main .lame-plan-site .wsp-realisations-list > li ul.children li ul.children,
body main .lame-plan-site .wsp-categorie-realisations-list > li ul.children li ul.children {
  margin-top: 12px;
  padding: 15px;
  background: rgba(233, 89, 73, 0.05);
  border: 1px solid rgba(233, 89, 73, 0.15);
  gap: 8px;
}
body main .lame-plan-site .wsp-pages-list > li ul.children li ul.children li,
body main .lame-plan-site .wsp-realisations-list > li ul.children li ul.children li,
body main .lame-plan-site .wsp-categorie-realisations-list > li ul.children li ul.children li {
  padding-left: 18px;
}
body main .lame-plan-site .wsp-pages-list > li ul.children li ul.children li:before,
body main .lame-plan-site .wsp-realisations-list > li ul.children li ul.children li:before,
body main .lame-plan-site .wsp-categorie-realisations-list > li ul.children li ul.children li:before {
  content: '•';
  font-size: 14px;
}
body main .lame-plan-site .wsp-pages-list > li ul.children li ul.children li a,
body main .lame-plan-site .wsp-realisations-list > li ul.children li ul.children li a,
body main .lame-plan-site .wsp-categorie-realisations-list > li ul.children li ul.children li a {
  font-size: 14px;
  padding: 8px 14px;
  border-left-width: 2px;
}
body main .lame-plan-site .wsp-pages-list > li ul.children li ul.children li a:hover,
body main .lame-plan-site .wsp-realisations-list > li ul.children li ul.children li a:hover,
body main .lame-plan-site .wsp-categorie-realisations-list > li ul.children li ul.children li a:hover {
  border-left-width: 4px;
}
body main .lame-plan-site .wsp-pages-list > li.page_item_has_children,
body main .lame-plan-site .wsp-realisations-list > li.page_item_has_children,
body main .lame-plan-site .wsp-categorie-realisations-list > li.page_item_has_children {
  grid-column: span 1;
}
@media screen and (min-width: 992px) {
  body main .lame-plan-site .wsp-pages-list > li.page_item_has_children,
  body main .lame-plan-site .wsp-realisations-list > li.page_item_has_children,
  body main .lame-plan-site .wsp-categorie-realisations-list > li.page_item_has_children {
    grid-column: span 2;
  }
}
body main .lame-plan-site .wsp-posts-list > li {
  margin-bottom: 50px;
}
body main .lame-plan-site .wsp-posts-list > li:last-child {
  margin-bottom: 0;
}
body main .lame-plan-site .wsp-posts-list .wsp-category-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 32px;
  padding-left: 20px;
  border-left: 5px solid #E95949;
  display: block;
}
body main .lame-plan-site .wsp-posts-list .wsp-category-title a {
  color: #333;
  transition: color 0.3s ease;
}
body main .lame-plan-site .wsp-posts-list .wsp-category-title a:hover {
  color: #E95949;
}
body main .lame-plan-site .wsp-posts-list ul.wsp-posts-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 18px;
}
body main .lame-plan-site .wsp-posts-list ul.wsp-posts-list li.wsp-post a {
  display: block;
  padding: 14px 20px;
  background: #F5F5F5;
  border-radius: 8px;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}
body main .lame-plan-site .wsp-posts-list ul.wsp-posts-list li.wsp-post a:hover {
  background: #fff;
  color: #E95949;
  border-left-color: #E95949;
  box-shadow: 0 3px 12px rgba(233, 89, 73, 0.12);
  transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  body main .lame-plan-site {
    padding: 40px 0;
  }
  body main .lame-plan-site .wsp-container {
    padding: 40px 24px;
    border-radius: 12px;
  }
  body main .lame-plan-site h2 {
    font-size: 26px;
    margin-bottom: 28px;
    padding-bottom: 16px;
  }
  body main .lame-plan-site h2:not(:first-child) {
    margin-top: 50px;
  }
  body main .lame-plan-site .wsp-pages-list,
  body main .lame-plan-site .wsp-realisations-list,
  body main .lame-plan-site .wsp-categorie-realisations-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  body main .lame-plan-site .wsp-pages-list > li.page_item_has_children,
  body main .lame-plan-site .wsp-realisations-list > li.page_item_has_children,
  body main .lame-plan-site .wsp-categorie-realisations-list > li.page_item_has_children {
    grid-column: span 1;
  }
  body main .lame-plan-site .wsp-posts-list > li {
    margin-bottom: 35px;
  }
  body main .lame-plan-site .wsp-posts-list ul.wsp-posts-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
body main .border-black-custom {
  border-color: #707070;
}
body main .image-custom img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
body main .bloc-chiffre-1 .chiffre {
  text-align: center;
  font: normal normal 800 50px/40px Inter;
  letter-spacing: 0px;
  color: #E95949;
}
body main .bloc-chiffre-1 .chiffre-texte {
  text-align: center;
  font: normal normal medium 20px/27px Inter;
  letter-spacing: 0px;
  color: #E95949;
}
body main .bg-gris {
  background: #F5F5F5;
  border-radius: 20px;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  body main .bg-gris {
    padding: 0 5rem;
  }
}
body main .bg-gris .bloc-image {
  text-align: center;
}
body main .bg-gris .bloc-image img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
body main .bg-gris .bloc-texte p {
  margin-bottom: 0;
}
body main .bg-gris-full {
  background-color: #F5F5F5;
}
body main .bg-gris-full .liens {
  display: none;
}
@media screen and (min-width: 768px) {
  body main .padding-bottom-custom {
    padding-bottom: 250px;
    margin-bottom: -170px;
  }
}
body main .card-temoignage {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding-top: 2rem;
  margin: 0;
}
body main .card-temoignage .grw-header {
  width: 100% !important;
}
body main .card-temoignage .grw-row {
  overflow: auto;
  height: 720px;
}
body main .card-temoignage .grw-row .grw-content .grw-review .grw-backgnd {
  border-radius: 7px !important;
  box-shadow: 0px 5px 12px -3px rgba(0, 0, 0, 0.1) !important;
}
body main .card-temoignage .bloc-image {
  margin-bottom: 1rem;
}
body main .card-temoignage .bloc-image img {
  width: 364px;
  height: 105px;
  object-fit: contain;
}
body main .card-temoignage.card-temoignage-1 .bloc-image {
  margin-bottom: 1rem;
}
body main .card-temoignage.card-temoignage-1 .bloc-image img {
  width: 325px;
  height: 94px;
  object-fit: contain;
}
body main .card-aides {
  padding: 2rem 0;
  border-radius: 20px;
  border: 1px solid #D0D0D0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  body main .card-aides {
    height: 100%;
  }
}
body main .card-aides .texte-court {
  max-height: 120px;
}
body main .card-aides .bloc-image img {
  width: 100%;
  height: 137px;
  object-fit: contain;
}
body main .container-custom .container {
  max-width: 1650px;
  margin: auto;
}
@media screen and (max-width: 1550px) {
  body main .container-custom .container {
    max-width: 1510px;
  }
}
@media screen and (max-width: 768px) {
  body main .container-custom .container {
    padding: 0 1rem;
  }
}
body main .container-custom-bandeau {
  max-width: 1650px;
  margin: auto;
}
@media screen and (min-width: 1280px) and (max-width: 1550px) {
  body main .container-custom-bandeau {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1280px) {
  body main .container-custom-bandeau {
    max-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  body main .container-custom-bandeau {
    padding: 0 1rem;
  }
}
body main .container-custom-1 .container {
  max-width: 1650px;
  background-color: #F5F5F5;
  margin: auto;
  border-radius: 20px;
  padding: 2rem;
}
@media screen and (max-width: 1550px) {
  body main .container-custom-1 .container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 768px) {
  body main .container-custom-1 .container {
    padding: 2rem 1rem;
  }
}
body main .container-custom-1 .container .row {
  justify-content: center;
}
body main .container-custom-2 .container {
  padding: 6rem 3rem;
  max-width: 1650px;
  background-color: #F5F5F5;
  margin: auto;
  border-radius: 20px;
}
@media screen and (max-width: 1550px) {
  body main .container-custom-2 .container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 768px) {
  body main .container-custom-2 .container {
    padding: 2rem 1rem;
  }
}
body main .container-custom-2 .container .row {
  justify-content: center;
}
body main .container-custom-2 .container .row .col-md-7 .row {
  justify-content: start;
}
body main .container-custom-3 .container {
  max-width: 1650px;
  margin: auto;
  border-radius: 20px;
}
@media screen and (max-width: 1550px) {
  body main .container-custom-3 .container {
    max-width: 1510px;
  }
}
@media screen and (max-width: 768px) {
  body main .container-custom-3 .container {
    padding: 2rem 1rem;
  }
}
body main .container-custom-3 .container .row {
  justify-content: center;
}
body main .container-custom-4 .container {
  max-width: 1650px;
  background-color: #F5F5F5;
  margin: auto;
  border-radius: 20px;
  padding: 5rem 7rem;
}
@media screen and (max-width: 1550px) {
  body main .container-custom-4 .container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 768px) {
  body main .container-custom-4 .container {
    padding: 2rem 1rem;
  }
}
body main .container-custom-4 .container .row {
  justify-content: center;
}
body main .container-custom-5 .container {
  max-width: 1650px;
  background-color: #2881b835;
  margin: auto;
  border-radius: 20px;
  padding: 2rem 3rem;
}
@media screen and (max-width: 1550px) {
  body main .container-custom-5 .container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 768px) {
  body main .container-custom-5 .container {
    padding: 2rem 1rem;
  }
}
body main .container-custom-5 .container .row {
  justify-content: center;
}
body main .container-custom-6 .container {
  max-width: 1650px;
  background-color: #F5F5F5;
  margin: auto;
  border-radius: 20px;
}
@media screen and (max-width: 1550px) {
  body main .container-custom-6 .container {
    max-width: 1400px;
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  body main .container-custom-6 .container {
    padding: 2rem 1rem;
  }
}
body main .container-custom-6 .container .row {
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1550px) {
  body main .container-custom-6 .container .row .bloc-image img {
    width: 120%;
    max-width: 120%;
  }
}
body main .container-custom-7 {
  background-color: #F5F5F5;
}
body main .container-custom-7 .container {
  max-width: 1650px;
  margin: auto;
}
@media screen and (max-width: 1550px) {
  body main .container-custom-7 .container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 768px) {
  body main .container-custom-7 .container {
    padding: 0 1rem;
  }
}
body main .container-custom-8 .container {
  max-width: 1650px;
  margin: auto;
  border: 1px solid black;
  border-radius: 20px;
  padding: 3rem 7rem;
}
@media screen and (max-width: 1550px) {
  body main .container-custom-8 .container {
    max-width: 1400px;
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  body main .container-custom-8 .container {
    padding: 0 1rem;
  }
}
body main .container-custom-9 .container {
  max-width: 1650px;
  background-color: #2882B8;
  position: relative;
  margin: auto;
  border-radius: 20px;
  padding: 3rem 7rem;
}
body main .container-custom-9 .container:after {
  content: "";
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='452.066' height='521.999' viewBox='0 0 452.066 521.999'%3E%3Cg id='symbole' transform='translate(0 0)' opacity='0.11'%3E%3Cpath id='Tracé_103260' data-name='Tracé 103260' d='M226.032,0,0,130.5v261l56.51-32.625V293.622l0,0L169.524,228.38V163.124L56.513,228.375V163.124l169.519-97.87Z' transform='translate(0 0)' fill='%23fff'/%3E%3Cpath id='Tracé_103261' data-name='Tracé 103261' d='M80.581,0V195.892h0V261l56.507,32.628V228.447l113.015,65.108v-65.04L137.091,163.264V97.809l169.522,97.663V130.5Z' transform='translate(145.451 0)' fill='%23fff'/%3E%3Cpath id='Tracé_103262' data-name='Tracé 103262' d='M169.519,190.928,226.032,158.3,339.044,223.55l-56.513,32.625ZM0,223.547l56.51,32.628,56.5-32.625v.011l57.352,33.108v65.239l55.666,32.14V288.809l56.5,32.622,56.513-32.625,0,0,56.507-32.628v0l56.51-32.625-56.51-32.625L226.032,93.046Z' transform='translate(0.001 167.951)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: -10%;
  transform: translateY(-50%);
}
body main .container-custom-9 .container .container {
  padding: 1rem 7rem;
}
body main .container-custom-9 .container .container:after {
  content: "";
  display: none !important;
}
@media screen and (max-width: 1550px) {
  body main .container-custom-9 .container .container {
    padding: 1rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  body main .container-custom-9 .container .container {
    padding: 1rem 3rem 1rem 1rem;
  }
}
@media screen and (max-width: 1550px) {
  body main .container-custom-9 .container {
    max-width: 1400px;
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  body main .container-custom-9 .container {
    padding: 1rem;
  }
}
body main .container-custom-10 .container {
  max-width: 1650px;
  box-shadow: 0px 10px 33px 10px rgba(0, 0, 0, 0.1);
  margin: auto;
  border-radius: 20px;
  padding: 3rem 7rem;
}
@media screen and (max-width: 1550px) {
  body main .container-custom-10 .container {
    max-width: 1400px;
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  body main .container-custom-10 .container {
    padding: 0 1rem;
  }
}
body main .container-custom-11 .container {
  max-width: 1650px;
  background-color: #F5F5F5;
  margin: auto;
  border-radius: 20px;
  padding: 3rem 7rem;
}
@media screen and (max-width: 1550px) {
  body main .container-custom-11 .container {
    max-width: 1400px;
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  body main .container-custom-11 .container {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 768px) {
  body main .container-custom-11 .container .bloc-image {
    position: relative;
    height: 100%;
  }
  body main .container-custom-11 .container .bloc-image img {
    width: 140%;
    max-width: 150%;
    position: absolute;
    top: 45%;
    left: 70%;
    transform: translate(-50%, -50%);
  }
}
body main .container-custom-12 .container {
  max-width: 1650px;
  background-color: #2882B8;
  margin: auto;
  border-radius: 20px;
  padding: 3rem 7rem;
}
@media screen and (max-width: 1550px) {
  body main .container-custom-12 .container {
    max-width: 1400px;
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  body main .container-custom-12 .container {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  body main .container-custom-12 .container .bloc-image {
    position: relative;
    height: 100%;
  }
  body main .container-custom-12 .container .bloc-image img {
    width: 140%;
    max-width: 150%;
    position: absolute;
    top: 45%;
    left: 70%;
    transform: translate(-50%, -50%);
  }
}
body main .card-blue-certif {
  background-color: #2882B8;
  border-radius: 20px;
  height: 300px;
  padding: 2rem 1rem;
  align-content: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body main .card-blue-certif {
    height: auto;
    margin-bottom: 1rem;
  }
}
body main .card-blue-certif .col-md-9,
body main .card-blue-certif .col-md-3 {
  height: fit-content;
}
body main .card-blue-certif .bloc-image img {
  height: 140px;
  object-fit: contain;
}
body main .card-blue-certif .bloc-texte {
  margin-bottom: 0;
}
body main .card-blue-certif .bloc-texte p {
  margin-bottom: 0;
}
body main .configurateur {
  position: relative;
  z-index: 1;
}
body main .configurateur .nf-mp-header {
  display: none;
}
body main .configurateur .nf-form-fields-required {
  display: none;
}
body main .configurateur h3 {
  text-align: left;
  font: normal normal bold 30px/30px Inter;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #FFFFFF;
}
body main .configurateur p {
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #FFFFFF;
}
body main .configurateur .checkbox-container .nf-field-label {
  padding: 0;
}
body main .configurateur .checkbox-container .nf-field-label label {
  position: relative;
  padding-left: 34px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  cursor: pointer;
  color: white;
}
body main .configurateur .checkbox-container .nf-field-label label a {
  color: #E95949;
}
body main .configurateur .checkbox-container .nf-field-label label a:hover {
  color: #E95949;
}
body main .configurateur .checkbox-container .nf-field-label label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #E95949;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
body main .configurateur .checkbox-container .nf-field-label label:after {
  content: "\2713";
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  width: 20px;
  text-align: center;
  opacity: 0;
}
body main .configurateur .checkbox-container .nf-field-label label.nf-checked-label:before {
  background-color: #E95949;
}
body main .configurateur .checkbox-container .nf-field-label label.nf-checked-label:after {
  opacity: 1;
}
body main .configurateur .checkbox-container .nf-field-element {
  display: none;
}
body main .configurateur .listselect-wrap select,
body main .configurateur .number-wrap select,
body main .configurateur .lastname-wrap select,
body main .configurateur .firstname-wrap select,
body main .configurateur .email-wrap select,
body main .configurateur .listselect-wrap input,
body main .configurateur .number-wrap input,
body main .configurateur .lastname-wrap input,
body main .configurateur .firstname-wrap input,
body main .configurateur .email-wrap input {
  border: none;
  background-color: white;
  padding: 0.5rem;
  border-radius: 10px;
}
body main .configurateur .listselect-wrap label,
body main .configurateur .number-wrap label,
body main .configurateur .lastname-wrap label,
body main .configurateur .firstname-wrap label,
body main .configurateur .email-wrap label {
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #FFFFFF;
}
body main .configurateur .submit-container {
  position: unset !important;
}
body main .configurateur .submit-container .submit-wrap .nf-field-element {
  position: unset !important;
}
body main .configurateur .submit-container .submit-wrap .nf-field-element input {
  position: absolute;
  bottom: -25px;
  right: 0;
  background-color: #E95949;
  color: white;
  border: none;
  border-radius: 25px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 0.6rem 2rem;
}
body main .configurateur .nf-after-form-content {
  position: absolute;
  bottom: -70px;
}
body main .configurateur .nf-mp-footer input {
  background-color: #E95949;
  color: white;
  border: none;
  border-radius: 25px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 0.6rem 2rem;
}
body main .configurateur #resultat {
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-top: 0 !important;
}
body main .configurateur #resultat strong {
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #FFFFFF;
}
body main .configurateur #nf-field-24 {
  display: none;
}
body main .configurateur #nf-field-23-container {
  margin-bottom: 0 !important;
}
body main .configurateur .nf-next-previous {
  display: flex;
  justify-content: end;
}
body main .configurateur .nf-next-previous .nf-previous-item {
  position: absolute;
  left: 40%;
}
@media screen and (max-width: 768px) {
  body main .configurateur .nf-next-previous .nf-previous-item {
    left: 7%;
  }
}
body main .configurateur .nf-next-previous .nf-next-item {
  position: absolute;
  left: 70%;
}
body main .lame-accordeon {
  position: relative;
}
@media screen and (min-width: 768px) {
  body main .lame-accordeon:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='452.066' height='521.999' viewBox='0 0 452.066 521.999'%3E%3Cg id='symbole' transform='translate(0 0)' opacity='0.11'%3E%3Cpath id='Tracé_103260' data-name='Tracé 103260' d='M226.032,0,0,130.5v261l56.51-32.625V293.622l0,0L169.524,228.38V163.124L56.513,228.375V163.124l169.519-97.87Z' transform='translate(0 0)' fill='%23fff'/%3E%3Cpath id='Tracé_103261' data-name='Tracé_103261' d='M80.581,0V195.892h0V261l56.507,32.628V228.447l113.015,65.108v-65.04L137.091,163.264V97.809l169.522,97.663V130.5Z' transform='translate(145.451 0)' fill='%23fff'/%3E%3Cpath id='Tracé_103262' data-name='Tracé_103262' d='M169.519,190.928,226.032,158.3,339.044,223.55l-56.513,32.625ZM0,223.547l56.51,32.628,56.5-32.625v.011l57.352,33.108v65.239l55.666,32.14V288.809l56.5,32.622,56.513-32.625,0,0,56.507-32.628v0l56.51-32.625-56.51-32.625L226.032,93.046Z' transform='translate(0.001 167.951)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: var(--after-top, 0);
    /* Utilisation de la variable CSS */
    right: -15px;
    width: 400px;
    height: 400px;
    background-size: contain;
    z-index: 0;
  }
}
body main .lame-formulaire {
  position: relative;
}
@media screen and (min-width: 768px) {
  body main .lame-formulaire {
    padding: 120px 0 240px 0;
    margin-bottom: -180px;
  }
  body main .lame-formulaire:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='452.066' height='521.999' viewBox='0 0 452.066 521.999'%3E%3Cg id='symbole' transform='translate(0 0)' opacity='0.11'%3E%3Cpath id='Tracé_103260' data-name='Tracé 103260' d='M226.032,0,0,130.5v261l56.51-32.625V293.622l0,0L169.524,228.38V163.124L56.513,228.375V163.124l169.519-97.87Z' transform='translate(0 0)' fill='%23fff'/%3E%3Cpath id='Tracé_103261' data-name='Tracé 103261' d='M80.581,0V195.892h0V261l56.507,32.628V228.447l113.015,65.108v-65.04L137.091,163.264V97.809l169.522,97.663V130.5Z' transform='translate(145.451 0)' fill='%23fff'/%3E%3Cpath id='Tracé_103262' data-name='Tracé 103262' d='M169.519,190.928,226.032,158.3,339.044,223.55l-56.513,32.625ZM0,223.547l56.51,32.628,56.5-32.625v.011l57.352,33.108v65.239l55.666,32.14V288.809l56.5,32.622,56.513-32.625,0,0,56.507-32.628v0l56.51-32.625-56.51-32.625L226.032,93.046Z' transform='translate(0.001 167.951)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 120px;
    right: -100px;
    width: 500px;
    height: 500px;
    background-size: contain;
    z-index: 0;
  }
}
body main .lame-formulaire .container {
  max-width: 1650px;
  margin: auto;
  border-radius: 20px;
}
@media screen and (max-width: 1550px) {
  body main .lame-formulaire .container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-formulaire .container {
    padding: 2rem 1rem;
  }
}
body main .lame-formulaire .container .row {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body main .lame-formulaire .colonne-de-gauche {
    margin-bottom: 1rem;
  }
}
body main .lame-formulaire .colonne-de-gauche .image-tel {
  text-align: end;
  margin-bottom: 0;
}
body main .lame-formulaire .colonne-de-gauche .image-tel img {
  width: 50px;
}
body main .lame-formulaire .colonne-de-gauche .row-block {
  border: 1px solid white;
  border-radius: 10px;
  padding: 1rem 0;
  width: 99%;
  margin: auto;
}
body main .lame-formulaire .colonne-de-gauche .row-block .bloc-titre-custom {
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #FFFFFF;
}
body main .lame-formulaire .formulaire {
  background-color: white;
  border-radius: 10px;
  padding: 3rem 1rem 0.5rem 1rem;
  position: relative;
  z-index: 1;
}
body main .lame-formulaire .formulaire h3 {
  text-align: left;
  font: normal normal bold 22px/30px Inter;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: -0.22px;
  color: #E95949;
}
@media screen and (max-width: 768px) {
  body main .lame-formulaire .formulaire h3 {
    font-size: 20px;
  }
}
body main .lame-formulaire .formulaire .listradio-container .listradio-wrap ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  body main .lame-formulaire .formulaire .listradio-container .listradio-wrap ul {
    flex-direction: column;
  }
}
body main .lame-formulaire .formulaire .listradio-container .listradio-wrap ul li {
  position: relative;
}
body main .lame-formulaire .formulaire .listradio-container .listradio-wrap ul li input {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  z-index: 1;
}
body main .lame-formulaire .formulaire .listradio-container .listradio-wrap ul li label {
  display: flex;
  padding: 1rem;
  margin-left: 0;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #E95949;
}
@media screen and (max-width: 1550px) {
  body main .lame-formulaire .formulaire .listradio-container .listradio-wrap ul li label {
    font-size: 14px;
    align-items: center;
  }
}
body main .lame-formulaire .formulaire .listradio-container .listradio-wrap ul li label.nf-checked-label {
  background-color: #E95949;
  border-radius: 10px;
  color: white;
}
body main .lame-formulaire .formulaire .listradio-container .listradio-wrap ul li label.nf-checked-label svg path {
  stroke: white;
}
body main .lame-formulaire .formulaire .listradio-container .listradio-wrap ul li label.nf-checked-label svg g path {
  stroke: white;
  fill: white;
}
body main .lame-formulaire .formulaire .listradio-container .listradio-wrap ul li label:hover {
  background-color: #E95949;
  border-radius: 10px;
  color: white;
}
body main .lame-formulaire .formulaire .listradio-container .listradio-wrap ul li label:hover svg path {
  stroke: white;
}
body main .lame-formulaire .formulaire .listradio-container .listradio-wrap ul li label:hover svg g path {
  stroke: white;
  fill: white;
}
body main .lame-formulaire .formulaire .listradio-container .listradio-wrap ul li label svg {
  width: 80px;
  margin-right: 1rem;
}
body main .lame-formulaire .formulaire .listradio-container .listradio-wrap ul li label svg .cls-1 {
  stroke-width: 7px !important;
}
body main .lame-formulaire .formulaire .listradio-container .listradio-wrap ul li label svg .cls-2 {
  stroke-width: 5px !important;
}
@media screen and (max-width: 1550px) {
  body main .lame-formulaire .formulaire .listradio-container .listradio-wrap ul li label svg {
    width: 60px;
    margin-right: 0.5rem;
  }
}
body main .lame-formulaire .formulaire #nf-field-13-container,
body main .lame-formulaire .formulaire #nf-field-11-container,
body main .lame-formulaire .formulaire #nf-field-9-container {
  margin-bottom: 0.5rem;
}
body main .lame-formulaire .formulaire .textbox-wrap input,
body main .lame-formulaire .formulaire .email-wrap input,
body main .lame-formulaire .formulaire .textarea-wrap input,
body main .lame-formulaire .formulaire .zip-wrap input,
body main .lame-formulaire .formulaire .city-wrap input,
body main .lame-formulaire .formulaire .textbox-wrap textarea,
body main .lame-formulaire .formulaire .email-wrap textarea,
body main .lame-formulaire .formulaire .textarea-wrap textarea,
body main .lame-formulaire .formulaire .zip-wrap textarea,
body main .lame-formulaire .formulaire .city-wrap textarea {
  background-color: transparent !important;
  border: 1px solid #A1A4AB !important;
  border-radius: 10px !important;
  padding: 1rem !important;
}
body main .lame-formulaire .formulaire .textarea-wrap textarea {
  height: 150px !important;
}
body main .lame-formulaire .formulaire .submit-wrap input {
  background-color: #E95949 !important;
  border: none !important;
  border-radius: 25px !important;
  text-align: center;
  font: normal normal 600 16px/25px Poppins;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
body main .lame-formulaire .formulaire .file_upload-container {
  padding-top: 0 !important;
}
body main .lame-formulaire .formulaire .file_upload-container .file_upload-wrap .nf-fu-fileinput-button {
  background-color: #D6D6D6 !important;
  padding: 1rem 1rem 1rem 3rem !important;
  position: relative;
  text-align: left;
  font: normal normal normal 16px/24px Roboto-Regular;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #000000 !important;
}
body main .lame-formulaire .formulaire .file_upload-container .file_upload-wrap .nf-fu-fileinput-button:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.128' height='18.432' viewBox='0 0 16.128 18.432'%3E%3Cpath id='Icon_metro-attachment' data-name='Icon metro-attachment' d='M14.943,7.815,13.774,6.646,7.928,12.491A2.48,2.48,0,0,0,11.436,16l7.016-7.015a4.133,4.133,0,1,0-5.846-5.845L5.239,10.5l-.016.015a5.765,5.765,0,0,0,8.154,8.152l.015-.016h0l5.028-5.027-1.17-1.169-5.028,5.027-.015.015a4.111,4.111,0,0,1-5.815-5.813l.016-.015h0l7.367-7.365a2.48,2.48,0,0,1,3.508,3.507l-7.016,7.014A.827.827,0,1,1,9.1,13.661l5.846-5.846Z' transform='translate(-3.535 -1.928)' fill='%234e4e4e'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}
body main .lame-formulaire .formulaire .file_upload-container .file_upload-wrap .files_uploaded p {
  color: black !important;
}
body main .lame-formulaire .formulaire .file_upload-container .file_upload-wrap .files_uploaded p a:hover {
  color: #E95949 !important;
}
body main .formulaire-texte .formulaire {
  background-color: #2882B8;
  border-radius: 20px;
  padding: 3rem 1rem 0.5rem 1rem;
  position: relative;
  z-index: 1;
}
body main .formulaire-texte .formulaire h3 {
  text-align: left;
  font: normal normal bold 22px/30px Inter;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: -0.22px;
  color: white;
}
@media screen and (max-width: 768px) {
  body main .formulaire-texte .formulaire h3 {
    font-size: 20px;
  }
}
body main .formulaire-texte .formulaire .listradio-container .listradio-wrap ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  body main .formulaire-texte .formulaire .listradio-container .listradio-wrap ul {
    flex-direction: column;
  }
}
body main .formulaire-texte .formulaire .listradio-container .listradio-wrap ul li {
  position: relative;
}
body main .formulaire-texte .formulaire .listradio-container .listradio-wrap ul li input {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  z-index: 1;
}
body main .formulaire-texte .formulaire .listradio-container .listradio-wrap ul li label {
  display: flex;
  padding: 1rem;
  margin-left: 0;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  color: white;
}
@media screen and (max-width: 1550px) {
  body main .formulaire-texte .formulaire .listradio-container .listradio-wrap ul li label {
    font-size: 14px;
    align-items: center;
  }
}
body main .formulaire-texte .formulaire .listradio-container .listradio-wrap ul li label svg path {
  stroke: white;
}
body main .formulaire-texte .formulaire .listradio-container .listradio-wrap ul li label svg g path {
  stroke: white;
  fill: white;
}
body main .formulaire-texte .formulaire .listradio-container .listradio-wrap ul li label.nf-checked-label {
  background-color: #E95949;
  border-radius: 10px;
  color: white;
}
body main .formulaire-texte .formulaire .listradio-container .listradio-wrap ul li label.nf-checked-label svg path {
  stroke: white;
}
body main .formulaire-texte .formulaire .listradio-container .listradio-wrap ul li label.nf-checked-label svg g path {
  stroke: white;
  fill: white;
}
body main .formulaire-texte .formulaire .listradio-container .listradio-wrap ul li label:hover {
  background-color: #E95949;
  border-radius: 10px;
  color: white;
}
body main .formulaire-texte .formulaire .listradio-container .listradio-wrap ul li label:hover svg path {
  stroke: white;
}
body main .formulaire-texte .formulaire .listradio-container .listradio-wrap ul li label:hover svg g path {
  stroke: white;
  fill: white;
}
body main .formulaire-texte .formulaire .listradio-container .listradio-wrap ul li label svg {
  width: 80px;
  margin-right: 1rem;
}
body main .formulaire-texte .formulaire .listradio-container .listradio-wrap ul li label svg .cls-1 {
  stroke-width: 7px !important;
}
body main .formulaire-texte .formulaire .listradio-container .listradio-wrap ul li label svg .cls-2 {
  stroke-width: 5px !important;
}
@media screen and (max-width: 1550px) {
  body main .formulaire-texte .formulaire .listradio-container .listradio-wrap ul li label svg {
    width: 60px;
    margin-right: 0.5rem;
  }
}
body main .formulaire-texte .formulaire #nf-field-13-container,
body main .formulaire-texte .formulaire #nf-field-11-container,
body main .formulaire-texte .formulaire #nf-field-9-container {
  margin-bottom: 0.5rem;
}
body main .formulaire-texte .formulaire .checkbox-wrap label {
  color: white;
}
body main .formulaire-texte .formulaire .textbox-wrap ::placeholder,
body main .formulaire-texte .formulaire .email-wrap ::placeholder,
body main .formulaire-texte .formulaire .textarea-wrap ::placeholder,
body main .formulaire-texte .formulaire .zip-wrap ::placeholder,
body main .formulaire-texte .formulaire .city-wrap ::placeholder {
  color: white !important;
}
body main .formulaire-texte .formulaire .textbox-wrap label,
body main .formulaire-texte .formulaire .email-wrap label,
body main .formulaire-texte .formulaire .textarea-wrap label,
body main .formulaire-texte .formulaire .zip-wrap label,
body main .formulaire-texte .formulaire .city-wrap label {
  color: white;
}
body main .formulaire-texte .formulaire .textbox-wrap input,
body main .formulaire-texte .formulaire .email-wrap input,
body main .formulaire-texte .formulaire .textarea-wrap input,
body main .formulaire-texte .formulaire .zip-wrap input,
body main .formulaire-texte .formulaire .city-wrap input,
body main .formulaire-texte .formulaire .textbox-wrap textarea,
body main .formulaire-texte .formulaire .email-wrap textarea,
body main .formulaire-texte .formulaire .textarea-wrap textarea,
body main .formulaire-texte .formulaire .zip-wrap textarea,
body main .formulaire-texte .formulaire .city-wrap textarea {
  background-color: transparent !important;
  border: 1px solid white !important;
  border-radius: 10px !important;
  padding: 1rem !important;
  color: white !important;
}
body main .formulaire-texte .formulaire .textarea-wrap textarea {
  height: 150px !important;
}
body main .formulaire-texte .formulaire .submit-wrap input {
  background-color: #E95949 !important;
  border: none !important;
  border-radius: 25px !important;
  text-align: center;
  font: normal normal 600 16px/25px Poppins;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
body main .formulaire-texte .formulaire .file_upload-container {
  padding-top: 0 !important;
}
body main .formulaire-texte .formulaire .file_upload-container .file_upload-wrap .nf-fu-fileinput-button {
  background-color: white !important;
  padding: 1rem 1rem 1rem 3rem !important;
  position: relative;
  text-align: left;
  font: normal normal normal 16px/24px Roboto-Regular;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #000000 !important;
}
body main .formulaire-texte .formulaire .file_upload-container .file_upload-wrap .nf-fu-fileinput-button:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.128' height='18.432' viewBox='0 0 16.128 18.432'%3E%3Cpath id='Icon_metro-attachment' data-name='Icon metro-attachment' d='M14.943,7.815,13.774,6.646,7.928,12.491A2.48,2.48,0,0,0,11.436,16l7.016-7.015a4.133,4.133,0,1,0-5.846-5.845L5.239,10.5l-.016.015a5.765,5.765,0,0,0,8.154,8.152l.015-.016h0l5.028-5.027-1.17-1.169-5.028,5.027-.015.015a4.111,4.111,0,0,1-5.815-5.813l.016-.015h0l7.367-7.365a2.48,2.48,0,0,1,3.508,3.507l-7.016,7.014A.827.827,0,1,1,9.1,13.661l5.846-5.846Z' transform='translate(-3.535 -1.928)' fill='%234e4e4e'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}
body main .formulaire-texte .formulaire .file_upload-container .file_upload-wrap .files_uploaded p {
  color: black !important;
}
body main .formulaire-texte .formulaire .file_upload-container .file_upload-wrap .files_uploaded p a:hover {
  color: #E95949 !important;
}
@media screen and (max-width: 768px) {
  body main .card-mobile.col-6 {
    width: 100%;
  }
  body main .card-mobile.col-6 .row-block {
    background-color: #2882B8;
    border-radius: 20px;
  }
  body main .card-mobile.col-6 .row-block .col-8 {
    width: 100%;
    padding: 0;
  }
  body main .card-mobile.col-6 .row-block .col-8 .bloc-image {
    text-align: center;
    margin-bottom: 0;
  }
  body main .card-mobile.col-6 .row-block .col-8 .bloc-image img {
    width: 100%;
    max-width: 60px;
    margin-bottom: 0;
  }
  body main .card-mobile.col-6 .row-block .col-12 .bloc-titre {
    text-align: center;
  }
  body main .card-mobile.col-6 .row-block .col-12 .bloc-titre .titre {
    color: white !important;
  }
  body main .card-mobile.col-6 .row-block .col-12 .bloc-texte {
    text-align: center;
  }
  body main .card-mobile.col-6 .row-block .col-12 .bloc-texte p {
    color: white !important;
    text-align: center !important;
  }
  body main .card-mobile.col-6 .row-block .col-12 .bloc-texte p span {
    color: white !important;
  }
}
body main .lame-formulaire-1 {
  position: relative;
  padding-bottom: 270px;
  margin-bottom: -180px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  body main .lame-formulaire-1 {
    padding-top: 0;
    padding-bottom: 270px;
    margin-bottom: -270px;
  }
}
body main .lame-formulaire-1:before {
  content: "";
  background-color: #2882B8;
  opacity: 0.89;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body main .lame-formulaire-1 .container {
  max-width: 1650px;
  margin: auto;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1550px) {
  body main .lame-formulaire-1 .container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-formulaire-1 .container {
    padding: 2rem 1rem;
  }
}
body main .lame-formulaire-1 .container .row {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body main .lame-formulaire-1 .colonne-de-gauche {
    margin-bottom: 1rem;
  }
}
body main .lame-formulaire-1 .colonne-de-gauche .image-tel {
  text-align: end;
  margin-bottom: 0;
}
body main .lame-formulaire-1 .colonne-de-gauche .image-tel img {
  width: 50px;
}
body main .lame-formulaire-1 .colonne-de-gauche .row-block {
  border: 1px solid white;
  border-radius: 10px;
  padding: 1rem 0;
  width: 99%;
  margin: auto;
}
body main .lame-formulaire-1 .colonne-de-gauche .row-block .bloc-titre-custom .titre {
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #FFFFFF;
}
body main .lame-formulaire-1 .formulaire {
  background-color: white;
  border-radius: 10px;
  padding: 3rem 1rem 0.5rem 1rem;
  position: relative;
  z-index: 1;
}
body main .lame-formulaire-1 .formulaire h3 {
  text-align: left;
  font: normal normal bold 22px/30px Inter;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: -0.22px;
  color: #E95949;
}
body main .lame-formulaire-1 .formulaire .listradio-container .listradio-wrap ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  body main .lame-formulaire-1 .formulaire .listradio-container .listradio-wrap ul {
    flex-direction: column;
  }
}
body main .lame-formulaire-1 .formulaire .listradio-container .listradio-wrap ul li {
  position: relative;
}
body main .lame-formulaire-1 .formulaire .listradio-container .listradio-wrap ul li input {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  z-index: 1;
}
body main .lame-formulaire-1 .formulaire .listradio-container .listradio-wrap ul li label {
  display: flex;
  padding: 1rem;
  margin-left: 0;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #E95949;
}
@media screen and (max-width: 1550px) {
  body main .lame-formulaire-1 .formulaire .listradio-container .listradio-wrap ul li label {
    font-size: 14px;
    align-items: center;
  }
}
body main .lame-formulaire-1 .formulaire .listradio-container .listradio-wrap ul li label.nf-checked-label {
  background-color: #E95949;
  border-radius: 10px;
  color: white;
}
body main .lame-formulaire-1 .formulaire .listradio-container .listradio-wrap ul li label.nf-checked-label svg path {
  stroke: white;
}
body main .lame-formulaire-1 .formulaire .listradio-container .listradio-wrap ul li label.nf-checked-label svg g path {
  stroke: white;
  fill: white;
}
body main .lame-formulaire-1 .formulaire .listradio-container .listradio-wrap ul li label:hover {
  background-color: #E95949;
  border-radius: 10px;
  color: white;
}
body main .lame-formulaire-1 .formulaire .listradio-container .listradio-wrap ul li label:hover svg path {
  stroke: white;
}
body main .lame-formulaire-1 .formulaire .listradio-container .listradio-wrap ul li label:hover svg g path {
  stroke: white;
  fill: white;
}
body main .lame-formulaire-1 .formulaire .listradio-container .listradio-wrap ul li label svg {
  width: 80px;
  margin-right: 1rem;
}
body main .lame-formulaire-1 .formulaire .listradio-container .listradio-wrap ul li label svg .cls-1 {
  stroke-width: 7px !important;
}
@media screen and (max-width: 1550px) {
  body main .lame-formulaire-1 .formulaire .listradio-container .listradio-wrap ul li label svg {
    width: 60px;
    margin-right: 0.5rem;
  }
}
body main .lame-formulaire-1 .formulaire #nf-field-13-container,
body main .lame-formulaire-1 .formulaire #nf-field-11-container,
body main .lame-formulaire-1 .formulaire #nf-field-9-container {
  margin-bottom: 0.5rem;
}
body main .lame-formulaire-1 .formulaire .textbox-wrap input,
body main .lame-formulaire-1 .formulaire .email-wrap input,
body main .lame-formulaire-1 .formulaire .textarea-wrap input,
body main .lame-formulaire-1 .formulaire .zip-wrap input,
body main .lame-formulaire-1 .formulaire .city-wrap input,
body main .lame-formulaire-1 .formulaire .textbox-wrap textarea,
body main .lame-formulaire-1 .formulaire .email-wrap textarea,
body main .lame-formulaire-1 .formulaire .textarea-wrap textarea,
body main .lame-formulaire-1 .formulaire .zip-wrap textarea,
body main .lame-formulaire-1 .formulaire .city-wrap textarea {
  background-color: transparent !important;
  border: 1px solid #A1A4AB !important;
  border-radius: 10px !important;
  padding: 1rem !important;
}
body main .lame-formulaire-1 .formulaire .textarea-wrap textarea {
  height: 150px !important;
}
body main .lame-formulaire-1 .formulaire .submit-wrap input {
  background-color: #E95949 !important;
  border: none !important;
  border-radius: 25px !important;
  text-align: center;
  font: normal normal 600 16px/25px Poppins;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
body main .lame-formulaire-1 .formulaire .file_upload-container {
  padding-top: 0 !important;
}
body main .lame-formulaire-1 .formulaire .file_upload-container .file_upload-wrap .nf-fu-fileinput-button {
  background-color: #D6D6D6 !important;
  padding: 1rem 1rem 1rem 3rem !important;
  position: relative;
  text-align: left;
  font: normal normal normal 16px/24px Roboto-Regular;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #000000 !important;
}
body main .lame-formulaire-1 .formulaire .file_upload-container .file_upload-wrap .nf-fu-fileinput-button:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.128' height='18.432' viewBox='0 0 16.128 18.432'%3E%3Cpath id='Icon_metro-attachment' data-name='Icon metro-attachment' d='M14.943,7.815,13.774,6.646,7.928,12.491A2.48,2.48,0,0,0,11.436,16l7.016-7.015a4.133,4.133,0,1,0-5.846-5.845L5.239,10.5l-.016.015a5.765,5.765,0,0,0,8.154,8.152l.015-.016h0l5.028-5.027-1.17-1.169-5.028,5.027-.015.015a4.111,4.111,0,0,1-5.815-5.813l.016-.015h0l7.367-7.365a2.48,2.48,0,0,1,3.508,3.507l-7.016,7.014A.827.827,0,1,1,9.1,13.661l5.846-5.846Z' transform='translate(-3.535 -1.928)' fill='%234e4e4e'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}
body main .lame-formulaire-1 .formulaire .file_upload-container .file_upload-wrap .files_uploaded p {
  color: black !important;
}
body main .lame-formulaire-1 .formulaire .file_upload-container .file_upload-wrap .files_uploaded p a:hover {
  color: #E95949 !important;
}
body main .lame-slider-texte {
  position: relative;
}
@media screen and (min-width: 768px) {
  body main .lame-slider-texte:before {
    content: "";
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    top: 60%;
    left: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='387.113' height='446.999' viewBox='0 0 387.113 446.999'%3E%3Cg id='symbole' transform='translate(0 0)'%3E%3Cpath id='Tracé_103260' data-name='Tracé 103260' d='M193.556,0,0,111.751v223.5L48.39,307.311V251.435l0,0,96.774-55.871v-55.88L48.393,195.562V139.686L193.556,55.878Z' transform='translate(0 0)' fill='%23d0d0d0'/%3E%3Cpath id='Tracé_103261' data-name='Tracé 103261' d='M80.581,0V167.747h0V223.5l48.388,27.94V195.624l96.777,55.753v-55.7l-96.777-55.876V83.756l145.165,83.631V111.751Z' transform='translate(112.975 0)' fill='%23d0d0d0'/%3E%3Cpath id='Tracé_103262' data-name='Tracé 103262' d='M145.163,176.864l48.393-27.938L290.331,204.8l-48.393,27.938ZM0,204.8l48.391,27.94L96.777,204.8v.01l49.111,28.351v55.866l47.668,27.522V260.682l48.386,27.935,48.393-27.938,0,0,48.388-27.94v0L387.112,204.8l-48.391-27.938L193.556,93.046Z' transform='translate(0.001 130.451)' fill='%23d0d0d0'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.3;
    transform: translateY(-50%);
    z-index: -1;
  }
  body main .lame-slider-texte .background-grey {
    position: relative;
    padding: 50px;
  }
  body main .lame-slider-texte .background-grey:before {
    content: "";
    display: block;
    width: 180%;
    height: 100%;
    background-color: #F5F5F5;
    bottom: 0;
    position: absolute;
    z-index: -1;
    right: -50px;
    border-radius: 20px;
  }
}
body main .lame-texte-slider {
  position: relative;
}
@media screen and (min-width: 768px) {
  body main .lame-texte-slider:before {
    content: "";
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    top: 60%;
    right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='387.113' height='446.999' viewBox='0 0 387.113 446.999'%3E%3Cg id='symbole' transform='translate(0 0)'%3E%3Cpath id='Tracé_103260' data-name='Tracé 103260' d='M193.556,0,0,111.751v223.5L48.39,307.311V251.435l0,0,96.774-55.871v-55.88L48.393,195.562V139.686L193.556,55.878Z' transform='translate(0 0)' fill='%23d0d0d0'/%3E%3Cpath id='Tracé_103261' data-name='Tracé 103261' d='M80.581,0V167.747h0V223.5l48.388,27.94V195.624l96.777,55.753v-55.7l-96.777-55.876V83.756l145.165,83.631V111.751Z' transform='translate(112.975 0)' fill='%23d0d0d0'/%3E%3Cpath id='Tracé_103262' data-name='Tracé 103262' d='M145.163,176.864l48.393-27.938L290.331,204.8l-48.393,27.938ZM0,204.8l48.391,27.94L96.777,204.8v.01l49.111,28.351v55.866l47.668,27.522V260.682l48.386,27.935,48.393-27.938,0,0,48.388-27.94v0L387.112,204.8l-48.391-27.938L193.556,93.046Z' transform='translate(0.001 130.451)' fill='%23d0d0d0'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.3;
    transform: translateY(-50%);
    z-index: -1;
  }
  body main .lame-texte-slider .background-grey {
    position: relative;
    padding: 50px;
  }
  body main .lame-texte-slider .background-grey:before {
    content: "";
    display: block;
    width: 180%;
    height: 100%;
    background-color: #F5F5F5;
    bottom: 0;
    position: absolute;
    z-index: -1;
    left: -50px;
    border-radius: 20px;
  }
}
body main .border-bottom-pointille {
  border-bottom: 1px dashed black;
}
body main .background-bleu-pouce {
  background-color: #2882B8;
  border-radius: 20px;
  padding: 1rem;
}
body main .background-bleu-pouce .bloc-image {
  text-align: center;
}
body main .background-bleu-pouce .bloc-image img {
  width: 50px;
}
body main .background-bleu-pouce .bloc-texte {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body main .background-bleu-pouce .bloc-texte {
    margin-top: 1rem;
  }
}
body main .background-bleu-pouce .bloc-texte p {
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  body main .background-bleu-pouce .bloc-texte p {
    text-align: center;
  }
}
body main .bg-white-devis {
  background-color: white;
  border-radius: 20px;
  padding: 2rem 2rem;
}
@media screen and (min-width: 768px) {
  body main .bg-white-devis {
    padding: 5rem 3rem;
  }
  body main .bg-white-devis .border-custom {
    border-left: 1px solid #707070;
    padding-left: 5rem;
    margin-left: 4rem;
  }
}
body main .bg-white-devis #wpgmza_map_1 {
  border-radius: 20px;
}
@media screen and (min-width: 1550px) {
  body main .bg-white-devis #wpgmza_map_1 {
    height: 530px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1550px) {
  body main .bg-white-devis #wpgmza_map_1 {
    height: 470px !important;
  }
}
@media screen and (max-width: 767px) {
  body main .bg-white-devis #wpgmza_map_1 {
    height: 350px !important;
  }
}
body main .card-blue {
  padding: 1rem 1.5rem;
  height: 240px;
  background-color: #2882B8;
  border-radius: 30px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body main .card-blue {
    height: auto;
    margin-bottom: 1rem;
  }
}
body main .card-blue img {
  width: 100%;
}
body main .card-blue .titre {
  font-family: "Noto Sans", sans-serif;
  font-size: 22px !important;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  body main .faire-appel .container {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  body main .faire-appel .col-md-4 {
    margin-bottom: 2rem;
  }
}
body main .faire-appel .row-block .bloc-image {
  text-align: center;
}
body main .faire-appel .row-block .bloc-image img {
  width: 69px;
  height: 69px;
  object-fit: contain;
}
body footer {
  position: relative;
}
body footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  background-color: #084B74;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
body footer .background-blue {
  position: relative;
  background-color: #0D5B8A;
  border-radius: 33px;
  width: 95%;
  margin: auto;
  padding: 3rem 5rem;
}
@media screen and (max-width: 1550px) {
  body footer .background-blue {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  body footer .background-blue {
    padding: 1rem;
    width: 100%;
  }
}
body footer .background-blue .menu ul {
  column-count: 3;
}
@media screen and (max-width: 768px) {
  body footer .background-blue .menu ul {
    column-count: 1;
    padding: 0;
  }
}
body footer .background-blue .menu ul li {
  list-style: none;
}
body footer .background-blue .menu ul li.tire-1 a {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-14)/var(--unnamed-line-spacing-20) var(--unnamed-font-family-inter);
  letter-spacing: var(--unnamed-character-spacing-0-28);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal bold 14px/20px Inter;
  letter-spacing: 0.28px;
  color: #FFFFFF;
}
body footer .background-blue .menu ul li.titre a {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-14)/var(--unnamed-line-spacing-20) var(--unnamed-font-family-inter);
  letter-spacing: var(--unnamed-character-spacing-0-28);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal bold 14px/20px Inter;
  letter-spacing: 0.28px;
  color: #FFFFFF;
  pointer-events: none;
}
body footer .background-blue .menu ul li.titre .sub-menu {
  column-count: 1;
  padding-left: 0;
  margin-top: 0.5rem;
}
body footer .background-blue .menu ul li.titre .sub-menu li a {
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #FFFFFF;
  pointer-events: all;
}
body footer .background-blue .menu ul li.titre-1 a {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-14)/var(--unnamed-line-spacing-20) var(--unnamed-font-family-inter);
  letter-spacing: var(--unnamed-character-spacing-0-28);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal bold 14px/20px Inter;
  letter-spacing: 0.28px;
  color: #FFFFFF;
}
body footer .background-blue .infos-contact .contact-1,
body footer .background-blue .infos-contact .contact-2 {
  margin-right: 1.5rem;
}
body footer .background-blue .infos-contact .contact-1 .bloc-contact .entreprise-1,
body footer .background-blue .infos-contact .contact-2 .bloc-contact .entreprise-1 {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-14)/var(--unnamed-line-spacing-20) var(--unnamed-font-family-inter);
  letter-spacing: var(--unnamed-character-spacing-0-28);
  color: var(--unnamed-color-fefefe);
  text-align: left;
  font: normal normal bold 14px/20px Inter;
  letter-spacing: 0.28px;
  color: #FEFEFE;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
body footer .background-blue .infos-contact .contact-1 .bloc-contact .tel,
body footer .background-blue .infos-contact .contact-2 .bloc-contact .tel {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-medium) var(--unnamed-font-size-14)/var(--unnamed-line-spacing-18) var(--unnamed-font-family-inter);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal medium 14px/18px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
  display: block;
  position: relative;
  padding-left: 30px;
}
body footer .background-blue .infos-contact .contact-1 .bloc-contact .tel svg,
body footer .background-blue .infos-contact .contact-2 .bloc-contact .tel svg {
  position: absolute;
  top: 0;
  left: 0;
}
body footer .background-blue .infos-contact .contact-1 .bloc-contact .adresse,
body footer .background-blue .infos-contact .contact-2 .bloc-contact .adresse {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-medium) var(--unnamed-font-size-14)/var(--unnamed-line-spacing-18) var(--unnamed-font-family-inter);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal medium 14px/18px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
  display: block;
  position: relative;
  padding-left: 30px;
}
body footer .background-blue .infos-contact .contact-1 .bloc-contact .adresse svg,
body footer .background-blue .infos-contact .contact-2 .bloc-contact .adresse svg {
  position: absolute;
  top: 4px;
  left: 0;
}
body footer .background-blue .infos-contact .contact-1 .bloc-contact .mail,
body footer .background-blue .infos-contact .contact-2 .bloc-contact .mail {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-medium) var(--unnamed-font-size-14)/var(--unnamed-line-spacing-18) var(--unnamed-font-family-inter);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal medium 14px/18px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding-left: 30px;
  position: relative;
}
body footer .background-blue .infos-contact .contact-1 .bloc-contact .mail svg,
body footer .background-blue .infos-contact .contact-2 .bloc-contact .mail svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  body footer .background-blue .infos-contact .contact-1 {
    margin-bottom: 3rem;
  }
}
body footer .background-blue .reseau-container {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  body footer .background-blue .reseau-container .reseaux-sociaux {
    margin-bottom: 3rem;
  }
}
body footer .background-blue .reseau-container .reseaux-sociaux .reseau {
  margin-right: 1rem;
}
body footer .background-blue .reseau-container .reseaux-sociaux .reseau .icone svg {
  display: block;
  width: 30px;
  height: 30px;
}
body footer .background-blue .reseau-container .image-1,
body footer .background-blue .reseau-container .image-2 {
  background-color: white;
  border-radius: 10px;
  padding: 0.5rem;
}
body footer .background-blue .reseau-container .image-1 img,
body footer .background-blue .reseau-container .image-2 img {
  width: 200px;
  height: 60px;
  object-fit: contain;
}
body footer .background-blue .reseau-container .image-1 img {
  width: 155px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  body footer .background-blue .reseau-container .image-1 {
    width: fit-content;
  }
}
body footer .background-blue .reseau-container .image-2 {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  body footer .background-blue .reseau-container .image-2 {
    margin-left: 0;
    margin-top: 1rem;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  body footer .background-blue .image-du-milieu {
    display: flex;
  }
}
body footer .background-blue .image-du-milieu img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body footer .background-blue .image-du-milieu img {
    width: 50%;
    height: auto;
    object-fit: contain;
  }
}
body footer .background-blue .image-du-milieu .image-3,
body footer .background-blue .image-du-milieu .image-4 {
  width: 70%;
  margin: auto;
}
body footer .pied {
  font-size: 0.875rem;
  line-height: 1.188rem;
}
body footer .pied .container {
  max-width: 1500px;
  padding: 0 50px 0 0px;
}
body footer .pied.separateur-full:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--couleur-separateur);
}
body footer .pied.separateur-container > .container {
  padding-top: 0;
}
body footer .pied.separateur-container > .container:before {
  margin-bottom: 21px;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--couleur-separateur);
}
body footer .pied > .container {
  padding-top: 21px;
  padding-bottom: 21px;
}
body footer .pied .pied-part-1 .separateur {
  font-size: 0;
  margin-right: 1.875rem;
}
body footer .pied .pied-part-2 {
  text-align: right;
}
body footer .pied a {
  color: var(--couleur-lien);
}
body footer .pied a:hover {
  color: var(--couleur-lien-survol);
}
body footer .pied .desc {
  display: inline-block;
  vertical-align: middle;
}
body footer .pied .logo-idcom {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
body footer .pied .logo-idcom svg {
  width: 81px;
}
body footer .cta_devis {
  background-color: #E95949;
  padding: 1rem 1rem 0.6rem 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: 0;
  right: 1rem;
}
@media screen and (max-width: 768px) {
  body footer .cta_devis {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  body footer .cta_devis {
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 90%;
    padding: 0.5rem 1rem 0.3rem 1rem;
  }
  body footer .cta_devis:hover {
    transform: translateX(-50%) scale(1.05);
  }
  body footer .cta_devis a {
    width: 100%;
    display: block;
    text-align: center !important;
  }
}
body footer .cta_devis:hover {
  background-color: #3A3A3A;
  transform: scale(1.05);
}
body footer .cta_devis:hover a {
  color: white;
}
body footer .cta_devis a {
  text-align: left;
  font: normal normal 600 18px/20px Inter;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.36px;
  color: #FFFFFF;
  text-transform: uppercase;
}
body footer .cta_devis a svg {
  width: 25px;
  height: 25px;
  margin-right: 0.5rem;
}
body footer .cta_devis_mobile {
  display: none;
  position: fixed;
  bottom: 5rem;
  right: 0;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  body footer .cta_devis_mobile {
    display: none !important;
  }
}
body footer .cta_devis_mobile a {
  background-color: #2882B8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  align-content: center;
  text-align: center;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
body footer .cta_devis_mobile a svg {
  width: 30px;
  height: 30px;
}
body footer .cta_devis_mobile a svg path {
  stroke: white;
  fill: white;
}
@keyframes subtle-bounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-8px);
  }
}
body .cta_etre_rappele {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 9999;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: fixed;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 400px;
  width: 90%;
  animation: subtle-bounce 3s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  body .cta_etre_rappele {
    bottom: 6px;
  }
}
body .cta_etre_rappele.open {
  animation: none;
}
body .cta_etre_rappele.open .header_cta {
  padding-bottom: 12px;
}
body .cta_etre_rappele .header_cta {
  background-color: #E95949;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.36px;
  color: white;
  padding: 0.8rem 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-bottom: 20px;
  margin-bottom: -1px;
  box-shadow: 0px -3px 13px 1px rgba(127, 127, 127, 0.4);
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease-in-out, transform 0.2s ease;
}
@media screen and (max-width: 768px) {
  body .cta_etre_rappele .header_cta {
    background-color: #2882B8;
    box-shadow: 0px -3px 13px 1px rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-transform: uppercase;
    padding-bottom: 0.8rem;
  }
}
body .cta_etre_rappele .header_cta:hover {
  background-color: #3A3A3A;
}
body .cta_etre_rappele .header_cta:active {
  transform: translateY(0);
}
body .cta_etre_rappele .body_cta {
  max-height: 0;
  overflow: hidden;
  background-color: white;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease-in-out;
  padding: 0;
  opacity: 0;
}
body .cta_etre_rappele .body_cta .tel-titre {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 10px;
}
body .cta_etre_rappele .body_cta .cta_mobile {
  color: white;
  background-color: #2882B8;
  padding: 10px 20px;
  border-radius: 25px;
  text-align: center;
  display: block;
  margin-top: 15px;
}
body .cta_etre_rappele .body_cta .cta_mobile svg {
  width: 15px;
  height: 15px;
}
body .cta_etre_rappele .body_cta .nf-before-form-content {
  display: none;
}
body .cta_etre_rappele .body_cta .nf-field-container {
  margin-bottom: 0;
}
body .cta_etre_rappele .body_cta .nf-field-container input {
  background-color: transparent;
  border: 1px solid #A1A4AB;
  border-radius: 10px;
  padding: 1rem;
  width: 100%;
  margin-bottom: 1rem;
}
body .cta_etre_rappele .body_cta .nf-field-container .submit-wrap {
  text-align: center;
}
body .cta_etre_rappele .body_cta .nf-field-container .submit-wrap input {
  background-color: #2882B8;
  border: none;
  border-radius: 25px;
  text-align: center;
  font: normal normal 600 16px/25px Poppins;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0px;
  color: #FFFFFF;
  width: fit-content;
  padding: 13px 30px;
}
body .cta_etre_rappele .body_cta .nf-field-container .submit-wrap input:hover {
  background-color: #E95949;
}
body .cta_etre_rappele .body_cta .nf-field-container .checkbox-wrap input {
  margin-bottom: 0;
}
body .cta_etre_rappele .body_cta .nf-field-container .checkbox-wrap label {
  font-size: 12px;
}
body .cta_etre_rappele .body_cta .nf-field-container .checkbox-wrap label a {
  color: #E95949;
}
body .cta_etre_rappele.open .body_cta {
  max-height: 600px;
  padding: 2rem 35px;
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  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;
    padding-bottom: 2rem;
  }
  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;
  }
}
@media screen and (max-width: 767.98px) {
  body .container {
    padding: 0 20px;
  }
  body main {
    padding-top: 110px;
  }
  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;
  }
  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;
}
.single-realisation .realisations-similaires .realisation-item .realisation-content {
  height: 180px;
}
