/*
@font-face {
    font-family: "daily-spark-sans";
    src: url("http://mcc.local/wp-content/themes/idcomweb/fonts/daily-spark-sans.woff2") format("woff2");
}
*/
@media screen and (max-width: 991px) {
  header #menu-mobile {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 100000;
  }
  header #menu-mobile .ouvrant {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  header #menu-mobile .ouvrant span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #1a1a1a;
    transition: all 0.3s ease;
  }
  header #menu-mobile .fermant {
    display: none;
  }
  header #menu-mobile .fermant svg {
    height: 35px;
    width: 35px;
    color: #1a1a1a;
  }
  header #menu-mobile.active .ouvrant {
    display: none;
  }
  header #menu-mobile.active .fermant {
    display: block;
  }
  header .menu-principal {
    position: fixed;
    top: 100px;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #e4001e;
    z-index: 99998;
    overflow-y: auto;
    transition: left 0.3s ease;
    padding: 30px 20px;
  }
  header .menu-principal.active {
    left: 0;
  }
  header .menu-principal nav ul.menu {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  header .menu-principal nav ul.menu > li {
    border: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li > a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #E0E0E0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu {
    position: static;
    width: 100%;
    left: 0;
    transform: none;
    background-color: #6f6f6e;
    border: none;
    padding: 0;
    display: none;
    flex-direction: column;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu.sub-menu-with-image {
    flex-direction: column;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-image-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    margin: 0;
    border: none;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-image-wrapper .menu-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: none;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper .sub-menu-items {
    display: flex;
    flex-direction: column;
    padding: 0;
    border: none;
    position: static;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper .sub-menu-items li {
    border: none;
    border-bottom: 1px solid #E0E0E0;
    padding: 15px 20px;
    margin: 0;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper .sub-menu-items li:last-child {
    border-bottom: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper .sub-menu-items li a {
    font-size: 14px;
    color: #1a1a1a;
    text-transform: uppercase;
  }
  header .menu-principal nav ul.menu > li.ouvert > ul.sub-menu {
    display: flex;
  }
}
@keyframes texte-defilant {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
html {
  overflow-x: hidden;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  overflow-x: hidden;
}
body .container {
  max-width: 1594px;
}
@media screen and (max-width: 1550px) {
  body .container {
    max-width: 1400px;
  }
}
body a {
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  text-decoration: none;
}
body a:hover,
body a:active,
body a:focus {
  outline: 0;
  text-decoration: none;
}
body div.bloc-texte ul {
  padding-left: 0;
}
body div.bloc-texte ul li:before {
  background-color: currentColor;
}
body header {
  background-color: white;
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid #1a1a1a;
}
body header .corps {
  width: 95%;
  margin: 0 auto;
}
body header .corps .logo {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
body header .corps .logo img {
  height: 65px;
  object-fit: contain;
}
body header .corps .menu-principal nav ul {
  justify-content: end;
  display: flex;
  margin-bottom: 0;
}
body header .corps .menu-principal nav ul li {
  list-style: none;
  margin-right: 10px;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out !important;
  padding: 10px 15px;
}
body header .corps .menu-principal nav ul li a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #6f6f6e;
  text-transform: capitalize;
}
@media screen and (max-width: 1550px) {
  body header .corps .menu-principal nav ul li a {
    font-size: 13px;
  }
}
body header .corps .menu-principal nav ul li ul {
  display: none;
  margin-bottom: 0;
  position: absolute;
  background-color: white;
  width: fit-content;
  width: 100%;
  left: 0;
  top: 100px;
  padding-left: 0;
  border: 1px solid #1a1a1a;
  justify-content: unset;
}
body header .corps .menu-principal nav ul li ul:before {
  content: "";
  background-color: transparent;
  position: absolute;
  top: -50px;
  left: 0;
  height: 50px;
  width: 100%;
}
body header .corps .menu-principal nav ul li ul .menu-image-wrapper {
  width: 35%;
  padding: 0;
  margin-right: 0;
  border: none;
}
@media screen and (max-width: 1550px) {
  body header .corps .menu-principal nav ul li ul .menu-image-wrapper {
    width: 45%;
  }
}
body header .corps .menu-principal nav ul li ul .menu-image-wrapper .menu-image img {
  width: 100%;
}
body header .corps .menu-principal nav ul li ul .menu-items-wrapper {
  width: 600px;
  padding-left: 50px;
  padding-top: 20px;
  border: none;
}
body header .corps .menu-principal nav ul li ul .menu-items-wrapper .sub-menu-items {
  position: unset;
  display: block;
  border: none;
}
body header .corps .menu-principal nav ul li ul .menu-items-wrapper .sub-menu-items li {
  margin: 0;
  padding: 20px 10px;
  border-bottom: 1px solid #1a1a1a;
  transition: background-color 0.4s ease-in-out !important;
}
body header .corps .menu-principal nav ul li ul .menu-items-wrapper .sub-menu-items li:hover {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  background-color: #6f6f6e;
}
body header .corps .menu-principal nav ul li ul .menu-items-wrapper .sub-menu-items li:hover a {
  color: #ffffff;
}
body header .corps .menu-principal nav ul li ul .menu-items-wrapper .sub-menu-items li a {
  font-size: 14px;
  color: #6f6f6e;
  text-transform: uppercase;
}
body header .corps .menu-principal nav ul li:hover {
  border-radius: 5px;
  border-color: #1a1a1a;
}
body header .corps .menu-principal nav ul li.menu-item-has-children:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg id='Groupe_163818' data-name='Groupe 163818' xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath id='Tracé_103154' data-name='Tracé 103154' d='M10.25,4.625a.625.625,0,0,0-1.25,0V9H4.625a.625.625,0,0,0,0,1.25H9v4.375a.625.625,0,0,0,1.25,0V10.25h4.375a.625.625,0,0,0,0-1.25H10.25Z' transform='translate(-2.75 -2.75)' fill='%23212121'/%3E%3Cpath id='Tracé_103155' data-name='Tracé 103155' d='M0,0H15V15H0Z' fill='none'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: right center;
  padding-left: 20px;
}
body header .corps .bouton-header a {
  background-color: #6f6f6e;
  border: 1px solid #6f6f6e;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 20px;
  transition: all 0.4s ease-in-out;
}
body header .corps .bouton-header a svg {
  margin-left: 10px;
}
body header .corps .bouton-header a svg g {
  stroke: white;
}
body header .corps .bouton-header a svg g path {
  stroke: white;
}
body header .corps .bouton-header a:hover {
  background-color: transparent;
  border-color: #6f6f6e;
  color: #6f6f6e;
}
body header .corps .bouton-header a:hover svg g {
  stroke: #6f6f6e;
}
body header .corps .bouton-header a:hover svg g path {
  stroke: #6f6f6e;
}
body main {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  body main .row-block {
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  body main .justify-items-end {
    justify-items: end;
  }
}
body main .justify-items-center {
  justify-items: center;
}
body main .titre-plus-bouton {
  margin-top: 0;
  margin-bottom: 50px;
}
body main .border-top-section {
  border-top: 1px solid #1a1a1a;
  padding-top: 82px;
}
@media screen and (max-width: 768px) {
  body main .border-top-section {
    padding-top: 50px;
  }
}
body main .titre-valeurs {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  body main .px-md-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
}
body main .border-here {
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
@media screen and (max-width: 768px) {
  body main .border-here {
    padding-top: 0;
    padding-bottom: 90px;
  }
}
body main .border-here-1 {
  border-bottom: 1px solid #1a1a1a;
  border-top: 1px solid #1a1a1a;
  margin-top: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 70px;
}
body main .bloc-titre-section-card-offre {
  margin-top: 50px;
  margin-bottom: 50px;
}
body main .border-bottom-custom {
  border-bottom: 1px solid #1a1a1a;
  margin-bottom: 36px;
  padding-bottom: 36px;
}
body main .border-bottom-simple {
  border-bottom: 1px solid #1a1a1a;
}
body main .container-bootstrap .container {
  max-width: 1300px;
}
body main .le-mot-du-fondateur .container {
  position: relative;
}
body main .le-mot-du-fondateur .container .row {
  border: 1px solid #1a1a1a;
  padding: 70px 100px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body main .le-mot-du-fondateur .container .row {
    padding: 50px 30px;
  }
}
body main .le-mot-du-fondateur .container:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg id='Groupe_163730' data-name='Groupe 163730' xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cpath id='Tracé_103131' data-name='Tracé 103131' d='M9.075,14.87C13.29,10.31,19.65,8,28,8h3v8.46l-2.415.48c-4.11.825-6.96,2.445-8.49,4.815A8.56,8.56,0,0,0,18.78,26H28a3.009,3.009,0,0,1,3,3V50a6,6,0,0,1-6,6H7a3.009,3.009,0,0,1-3-3V38l.015-8.76A20.4,20.4,0,0,1,9.075,14.87ZM58,56H40a3.009,3.009,0,0,1-3-3V38l.015-8.76a20.4,20.4,0,0,1,5.055-14.37C46.29,10.31,52.65,8,61,8h3v8.46l-2.415.48c-4.11.825-6.96,2.445-8.49,4.815A8.56,8.56,0,0,0,51.78,26H61a3.009,3.009,0,0,1,3,3V50A6,6,0,0,1,58,56Z' transform='translate(1.995 4)' fill='%23e4001e'/%3E%3Cpath id='Tracé_103132' data-name='Tracé 103132' d='M0,0H72V72H0Z' fill='none'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  width: 82px;
  height: 64px;
}
body main .le-mot-du-fondateur .container .bloc-titre {
  margin-bottom: 15px;
}
body main .le-mot-du-fondateur .container .bloc-titre .titre {
  color: #1a1a1a;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
body main .le-mot-du-fondateur .container .bloc-texte {
  margin-bottom: 60px;
}
body main .le-mot-du-fondateur .container .bloc-texte p {
  color: #1a1a1a;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  line-height: 42px;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body main .le-mot-du-fondateur .container .bloc-texte p {
    font-size: 25px;
    line-height: 35px;
  }
}
body main .le-mot-du-fondateur .container .bloc-bouton-3 {
  justify-items: center;
}
body main .lame-texte-image-cta .container {
  border: 1px solid #1a1a1a;
  background-color: #e4001e;
  padding: 0;
}
body main .lame-texte-image-cta .container .col-gauche .bloc-image {
  margin-bottom: 0;
  height: 100%;
}
body main .lame-texte-image-cta .container .col-gauche .bloc-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  body main .lame-texte-image-cta .container .col-droite {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-texte-image-cta .container .col-droite {
    padding: 50px 30px;
  }
}
body main .lame-texte-image-cta .container .col-droite .bloc-texte {
  margin-bottom: 30px;
}
body main .lame-texte-image-cta .container .col-droite .bloc-texte p {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
}
body main .lame-texte-image-cta .container .col-droite .bloc-bouton-2 a {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a1a1a;
}
body main .lame-texte-image-cta .container .col-droite .bloc-bouton-2 a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 34 34'%3E%3Cg id='Groupe_163814' data-name='Groupe 163814' transform='translate(-1401 -17046)'%3E%3Cg id='Icon_feather-arrow-up-right' data-name='Icon feather-arrow-up-right' transform='translate(1412.333 17057.334)'%3E%3Cpath id='Tracé_103070' data-name='Tracé 103070' d='M10.5,22.643,22.643,10.5' transform='translate(-10.5 -10.5)' fill='none' stroke='%231f1f1f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Tracé_103071' data-name='Tracé 103071' d='M10.5,10.5H22.643V22.643' transform='translate(-10.5 -10.5)' fill='none' stroke='%231f1f1f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3Cg id='Ellipse_9777' data-name='Ellipse 9777' transform='translate(1401 17046)' fill='none' stroke='%231f1f1f' stroke-width='1.5'%3E%3Ccircle cx='17' cy='17' r='17' stroke='none'/%3E%3Ccircle cx='17' cy='17' r='16.25' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
body main .lame-texte-image-cta .container .col-droite .bloc-bouton-2 a:hover {
  background-color: #e4001e;
  border-color: #1a1a1a;
}
body main .section-zone-intervention {
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
@media screen and (max-width: 768px) {
  body main .section-zone-intervention {
    padding-bottom: 50px;
  }
}
body main .section-zone-intervention .bloc-titre {
  padding-top: 60px;
}
body main .section-zone-intervention .bloc-image {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  body main .section-zone-intervention .bloc-image {
    border-left: 1px solid #1a1a1a;
  }
}
@media screen and (max-width: 768px) {
  body main .section-zone-intervention .bloc-image {
    margin-right: 0 !important;
    margin-top: 30px;
  }
}
body main .section-zone-intervention .bloc-image img {
  height: 650px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  body main .section-zone-intervention .bloc-image img {
    height: 300px;
  }
}
body main .lame-contact {
  margin-top: 0;
  margin-bottom: 0;
}
body main .lame-contact .col-md-5 {
  border-right: 1px solid #1a1a1a;
}
body main .lame-contact .col-md-5 .coordonnees {
  padding-left: 150px;
}
@media screen and (max-width: 768px) {
  body main .lame-contact .col-md-5 .coordonnees {
    padding-left: 50px;
  }
}
body main .lame-contact .bloc-texte {
  margin-bottom: 0;
  padding-top: 50px;
}
body main .lame-contact .bloc-texte p {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #1a1a1a;
}
body main .lame-contact .nf-form-fields-required {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.42px;
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 30px;
}
body main .lame-contact input,
body main .lame-contact textarea,
body main .lame-contact select {
  border: none;
  border-bottom: 1px solid #1a1a1a;
  background-color: transparent;
  background: transparent;
  width: 100%;
  margin-bottom: 25px;
}
body main .lame-contact .html-container span {
  display: none;
}
body main .lame-contact .html-container p {
  margin-bottom: 10px;
}
body main .lame-contact .checkbox-wrap {
  align-items: center;
  width: 100%;
  display: flex;
  gap: 10px;
}
body main .lame-contact .checkbox-wrap .nf-field-label {
  order: 2;
}
body main .lame-contact .checkbox-wrap .nf-field-element {
  order: 1;
  margin-top: 20px;
}
body main .lame-contact .checkbox-wrap label {
  font: normal normal normal 16px/28px Inter;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #1a1a1a;
  text-transform: unset;
}
body main .lame-contact .checkbox-wrap label a {
  color: #1a1a1a;
}
body main .lame-contact .file_upload-wrap {
  display: flex;
  width: 100%;
}
body main .lame-contact .file_upload-wrap .nf-field-label {
  margin-right: 21px;
  margin-top: 10px;
}
body main .lame-contact .file_upload-wrap .nf-field-label label {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #3A3A3A;
  text-transform: unset;
}
body main .lame-contact .file_upload-wrap .nf-field-element {
  width: 50%;
}
body main .lame-contact .file_upload-wrap .nf-field-element button {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #1C1E22;
  border-radius: 50px;
  border: 1px solid #1a1a1a;
  background-color: transparent;
  background: transparent;
  width: 130px;
  height: 45px;
}
body main .lame-contact .file_upload-wrap .nf-field-element .nf-fu-progress {
  display: none;
}
body main .lame-contact .nf-after-form-content {
  display: none;
}
body main .lame-contact .submit-wrap {
  justify-content: center;
  text-align: -webkit-center;
}
body main .lame-contact .submit-wrap .nf-field-element {
  position: relative;
  width: fit-content;
}
body main .lame-contact .submit-wrap .nf-field-element:after {
  content: "";
  background-color: #1a1a1a;
  position: absolute;
  top: 35%;
  right: -20px;
  width: 40px;
  height: 1px;
}
body main .lame-contact .submit-wrap .nf-field-element input {
  background-color: transparent;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  padding: 15px 33px;
}
body main .lame-contact .submit-wrap .nf-field-element input:hover {
  padding: 15px 35px;
}
body main .lame-contact label {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: #1a1a1a;
  text-transform: uppercase;
}
body main .lame-avis .bloc-texte {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body main .lame-video-texte {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-timeline {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body main .lame-timeline .timeline {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-video-offre {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  body main .lame-video-offre .video {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  body main .lame-accueil-1 {
    margin-top: 50px;
    margin-bottom: 0;
  }
  body main .lame-accueil-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px 0;
  }
  body main .lame-accueil-3 {
    padding-top: 50px;
  }
  body main .lame-accueil-5 {
    margin-top: 45px;
  }
  body main .lame-accueil-6 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  body main .lame-accueil-6 .titre {
    padding-bottom: 20px;
  }
  body main .lame-accueil-7 {
    margin-top: 0;
    margin-bottom: 0;
  }
  body main .lame-accueil-8 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  body main .lame-accueil-8 .bloc-titre {
    margin-bottom: 55px;
  }
  body main .lame-accueil-8 .bloc-titre:has(h3) {
    margin-bottom: 20px;
  }
  body main .lame-accueil-9 {
    padding-top: 55px;
    margin-bottom: 33px;
  }
  body main .lame-accueil-12 {
    margin-bottom: 0;
    padding-bottom: 96px;
  }
  body main .lame-accueil-13 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body main .lame-a-propo-4 {
    margin-bottom: 50px;
  }
  body main .lame-a-propo-5 {
    margin-top: 0;
    padding-top: 54px;
    padding-bottom: 84px;
  }
  body main .lame-a-propo-6 {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  body main .lame-a-propo-7 {
    margin-top: 0;
  }
  body main .lame-a-propo-8 {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  body main .lame-a-propo-9 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body main .lame-offre-2 {
    margin-top: 90px;
  }
  body main .lame-offre-2 .titre {
    padding-bottom: 40px;
  }
  body main .lame-offre-2 .bloc-tabs {
    margin-bottom: 0;
  }
  body main .lame-offre-2 .bloc-tabs .tab-content {
    padding-bottom: 0;
  }
  body main .lame-offre-3 {
    padding-top: 90px;
    margin-top: 0;
  }
  body main .lame-offre-4 {
    margin-bottom: 70px;
  }
  body main .lame-offre-5 {
    margin-top: 0px;
  }
  body main .lame-offre-6 {
    margin-bottom: 70px;
  }
  body main .lame-offre-7 {
    margin-bottom: 70px;
  }
  body main .lame-offre-8 {
    margin-top: 0;
    margin-bottom: 67px;
  }
  body main .lame-offre-9 {
    margin-top: 0;
  }
  body main .lame-offre-10 {
    border-top: 1px solid #1a1a1a;
    padding-top: 80px;
    margin-top: 0;
    margin-bottom: 80px;
  }
  body main .lame-offre-11 {
    padding-top: 60px;
  }
  body main .lame-offre-13 {
    border-top: 1px solid #1a1a1a;
    padding-top: 70px;
    margin-top: 65px;
  }
  body main .lame-offre-15 {
    padding-top: 68px;
  }
  body main .lame-offre-15 .titre {
    padding-bottom: 30px;
  }
}
body footer {
  background-color: #6f6f6e;
  border-top: 1px solid #1a1a1a;
}
body footer .corps {
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
}
body footer .corps .logo img {
  width: 82px;
  height: 93px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  body footer .corps .menu-container-footer {
    column-count: 2;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  body footer .corps .coordonnees .adresse {
    margin-top: 2rem;
  }
}
body footer .corps .coordonnees .adresse a {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
body footer .corps .coordonnees .telephone a {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
body footer .corps .coordonnees .email a {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
body footer .corps .reseaux-sociaux {
  padding-left: 15px;
  position: relative;
}
body footer .corps .reseaux-sociaux:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #1a1a1a;
  opacity: 0.3;
}
body footer .corps .reseaux-sociaux li {
  list-style: none;
}
body footer .corps .reseaux-sociaux li a {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}
body footer .corps .part-menu {
  padding-left: 15px;
  position: relative;
  margin-left: 64px;
}
@media screen and (max-width: 1250px) {
  body footer .corps .part-menu {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  body footer .corps .part-menu {
    margin-left: 0;
  }
}
body footer .corps .part-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #1a1a1a;
  opacity: 0.3;
}
body footer .corps .part-menu li {
  list-style: none;
}
body footer .corps .part-menu li a {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
body footer .corps .horaires ul {
  padding-left: 15px;
  position: relative;
}
body footer .corps .horaires ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #1a1a1a;
  opacity: 0.3;
}
body footer .corps .horaires ul li {
  list-style: none;
  display: flex;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  gap: 0 53px;
}
@media screen and (min-width: 1200px) and (max-width: 1250px) {
  body footer .corps .horaires ul li {
    gap: 0 44px;
  }
}
body footer .corps .horaires ul li .jour {
  width: 50px;
}
body footer .pied {
  font-size: 0.875rem;
  line-height: 1.188rem;
}
body footer .pied .container {
  max-width: 90%;
  margin-top: 20px;
  border-top: 1px solid #1a1a1a;
}
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 {
  color: #ffffff;
}
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: #ffffff;
}
body footer .pied a:hover {
  color: #ffffff;
  opacity: 0.8;
}
body footer .pied .desc {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
body footer .pied .logo-idcom {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
body footer .pied .logo-idcom svg {
  width: 81px;
}
@media screen and (max-width: 1199px) {
  body header .corps.menu-7 .champ-recherches .asl_w_container #ajaxsearchlite1 {
    width: 500px;
  }
  body footer .corps {
    padding: 30px 0;
  }
  body footer .corps .logo-footer {
    margin-bottom: 15px;
  }
  body footer .corps .part-identite .description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 15px;
  }
  body footer .corps .part-identite .reseaux-sociaux .reseau {
    margin-right: 20px;
  }
  body footer .corps .part-identite .reseaux-sociaux .reseau a .icone {
    width: 24px;
    height: 24px;
  }
  body footer .corps .part-menu ul.menu li a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .corps .part-annexes .zone-annexes .infos-contact {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .pied {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  body footer .pied .logo-idcom svg {
    width: 70px;
  }
  body footer .pied.separateur-container > .container {
    padding-bottom: 15px;
  }
  body footer .pied.separateur-container > .container:before {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  body .container {
    padding: 0 30px;
  }
  body header .corps .menu-principal nav ul li {
    margin-right: 1.25rem;
  }
  body header .corps .bouton-mise-en-avant {
    padding-bottom: 22px;
  }
  body header .corps .bouton-mise-en-avant a {
    padding: 4px 15px;
  }
  body header .corps.menu-7 .champ-recherches .asl_w_container #ajaxsearchlite1 {
    width: 350px;
  }
}
@media screen and (max-width: 767.98px) {
  body .container {
    padding: 0 20px;
  }
  body header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  body header .entete {
    height: 20px;
  }
  body header .entete .accroche {
    white-space: nowrap;
    overflow: hidden;
  }
  body header .entete .accroche span {
    display: inline-block;
    padding-left: 100%;
    animation: texte-defilant 10s linear infinite;
  }
  body header .corps {
    height: 60px;
    position: relative;
    border-bottom: 1px solid var(--couleur);
  }
  body header .corps .logo a img {
    height: 50px;
  }
  body header .corps .menu-principal nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 350px;
    height: 100%;
    box-shadow: 10px 0px 10px 0px rgba(136, 136, 136, 0.1);
    -webkit-box-shadow: 10px 0px 10px 0px rgba(136, 136, 136, 0.1);
    -moz-box-shadow: 10px 0px 10px 0px rgba(136, 136, 136, 0.1);
    text-align: left;
    left: -800px;
    overflow-y: scroll;
    padding-bottom: 120px;
    background-color: var(--couleur-fond);
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  body header .corps .menu-principal nav.header-avec-entete {
    top: 80px;
  }
  body header .corps .menu-principal nav ul.menu {
    padding-top: 30px;
  }
  body header .corps .menu-principal nav ul.menu li.menu-item-has-children > a:after {
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
  }
  body header .corps .menu-principal nav ul.menu li.menu-item-has-children > a:hover:after {
    transform: rotate(180deg);
  }
  body header .corps .menu-principal nav ul.menu > li {
    display: block;
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    margin-right: 0;
  }
  body header .corps .menu-principal nav ul.menu > li > a {
    display: block;
    padding: 0 15px;
  }
  body header .corps .menu-principal nav ul.menu > li ul.sub-menu {
    position: static;
    margin: 0px;
    width: 100%;
    transform: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-align: left;
    padding: 15px 30px;
  }
  body header .corps .menu-principal nav ul.menu > li ul.sub-menu > li > a {
    font-size: 14px;
    line-height: 18px;
  }
  body header #menu-mobile div {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    margin-left: 12px;
  }
  body header #menu-mobile div span {
    display: block;
    margin-bottom: 2px;
    height: 2px;
    background-color: var(--couleur-texte);
  }
  body header #menu-mobile div.fermant {
    display: none;
    vertical-align: top;
  }
  body header #menu-mobile.active {
    background-color: var(--couleur-fond-actif) !important;
  }
  body header #menu-mobile.active div.ouvrant {
    display: none;
  }
  body header #menu-mobile.active div.fermant {
    display: inline-block;
  }
  body header .bouton-recherche-etude {
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 30px;
  }
  body footer .corps {
    padding: 30px 0 0;
  }
  body footer .corps .part-annexes {
    text-align: left;
  }
  body footer .corps .part-annexes:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--couleur-separateur);
    opacity: .1;
    margin: 0 0 15px;
  }
  body footer .corps .part-annexes .zone-annexes .infos-contact {
    text-align: left;
  }
  body footer .corps .part-identite:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--couleur-separateur);
    opacity: .1;
    margin: 15px 0;
  }
  body footer .corps .part-identite .infos-contact {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .corps .part-menu {
    padding-bottom: 10px;
    margin-bottom: 44px;
  }
  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;
}
#headerModal .modal-dialog {
  max-width: 720px;
}
#headerModal .modal-content {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  background-color: #ffffff;
}
#headerModal .modal-header {
  background-color: #e4001e;
  color: #ffffff;
  padding: 22px 32px;
  border-bottom: none;
  align-items: center;
}
#headerModal .modal-header .modal-title {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.3px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
#headerModal .modal-header .btn-close {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E") center / 22px no-repeat;
  opacity: 0.85;
  width: 28px;
  height: 28px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
#headerModal .modal-header .btn-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}
#headerModal .modal-header .btn-close:focus {
  box-shadow: none;
  outline: none;
}
#headerModal .modal-body {
  padding: 32px;
  background-color: #ffffff;
  max-height: 75vh;
  overflow-y: auto;
}
#headerModal .modal-body::-webkit-scrollbar {
  width: 6px;
}
#headerModal .modal-body::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 3px;
}
#headerModal .modal-body::-webkit-scrollbar-thumb {
  background: #6f6f6e;
  border-radius: 3px;
}
#headerModal .nf-form-cont {
  font-family: 'Poppins', sans-serif;
  color: #1a1a1a;
}
#headerModal .nf-form-cont .nf-form-title {
  display: none;
}
#headerModal .nf-form-cont .nf-form-fields-required {
  font-size: 12px;
  color: #6f6f6e;
  font-style: italic;
  margin-bottom: 18px;
}
#headerModal .nf-form-cont .nf-form-fields-required .ninja-forms-req-symbol {
  color: #e4001e;
  font-weight: 700;
}
#headerModal .nf-form-cont .nf-mp-header {
  margin-bottom: 28px;
}
#headerModal .nf-form-cont .nf-mp-header .nf-progress-container {
  width: 100%;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 18px;
}
#headerModal .nf-form-cont .nf-mp-header .nf-progress-container .nf-progress {
  height: 100%;
  background-color: #e4001e;
  transition: width 0.4s ease;
}
#headerModal .nf-form-cont .nf-mp-header .nf-breadcrumbs {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
}
#headerModal .nf-form-cont .nf-mp-header .nf-breadcrumbs li a.nf-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #6f6f6e;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0;
  transition: all 0.3s ease;
  position: relative;
}
#headerModal .nf-form-cont .nf-mp-header .nf-breadcrumbs li a.nf-breadcrumb::before {
  content: counter(step);
  counter-increment: step;
  font-size: 14px;
}
#headerModal .nf-form-cont .nf-mp-header .nf-breadcrumbs li.active a.nf-breadcrumb {
  background-color: #e4001e;
  color: #ffffff;
  transform: scale(1.1);
}
#headerModal .nf-form-cont .nf-mp-header .nf-breadcrumbs li.errors a.nf-breadcrumb {
  background-color: #fde2e2;
  color: #e4001e;
}
#headerModal .nf-form-cont .nf-mp-header .nf-breadcrumbs {
  counter-reset: step;
}
#headerModal .nf-form-cont .nf-mp-body {
  margin-bottom: 24px;
}
#headerModal .nf-form-cont .nf-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#headerModal .nf-form-cont .nf-row nf-cells,
#headerModal .nf-form-cont .nf-row .nf-cell {
  padding: 0 10px;
  margin-bottom: 18px;
  box-sizing: border-box;
  width: 100%;
}
#headerModal .nf-form-cont .nf-field-container {
  margin-bottom: 0;
}
#headerModal .nf-form-cont .nf-field-container .nf-field-label {
  margin-bottom: 8px;
}
#headerModal .nf-form-cont .nf-field-container .nf-field-label label {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.4;
  letter-spacing: 0.1px;
}
#headerModal .nf-form-cont .nf-field-container .nf-field-label label .ninja-forms-req-symbol {
  color: #e4001e;
  font-weight: 700;
  margin-left: 2px;
}
#headerModal .nf-form-cont .nf-field-container .nf-field-element input[type="text"],
#headerModal .nf-form-cont .nf-field-container .nf-field-element input[type="email"],
#headerModal .nf-form-cont .nf-field-container .nf-field-element input[type="tel"],
#headerModal .nf-form-cont .nf-field-container .nf-field-element input[type="number"],
#headerModal .nf-form-cont .nf-field-container .nf-field-element input[type="date"],
#headerModal .nf-form-cont .nf-field-container .nf-field-element textarea,
#headerModal .nf-form-cont .nf-field-container .nf-field-element select {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background-color: #ffffff;
  border: 1.5px solid #e5e5e5;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  appearance: none;
  -webkit-appearance: none;
}
#headerModal .nf-form-cont .nf-field-container .nf-field-element input[type="text"]::placeholder,
#headerModal .nf-form-cont .nf-field-container .nf-field-element input[type="email"]::placeholder,
#headerModal .nf-form-cont .nf-field-container .nf-field-element input[type="tel"]::placeholder,
#headerModal .nf-form-cont .nf-field-container .nf-field-element input[type="number"]::placeholder,
#headerModal .nf-form-cont .nf-field-container .nf-field-element input[type="date"]::placeholder,
#headerModal .nf-form-cont .nf-field-container .nf-field-element textarea::placeholder,
#headerModal .nf-form-cont .nf-field-container .nf-field-element select::placeholder {
  color: #959594;
  font-weight: 400;
}
#headerModal .nf-form-cont .nf-field-container .nf-field-element input[type="text"]:hover,
#headerModal .nf-form-cont .nf-field-container .nf-field-element input[type="email"]:hover,
#headerModal .nf-form-cont .nf-field-container .nf-field-element input[type="tel"]:hover,
#headerModal .nf-form-cont .nf-field-container .nf-field-element input[type="number"]:hover,
#headerModal .nf-form-cont .nf-field-container .nf-field-element input[type="date"]:hover,
#headerModal .nf-form-cont .nf-field-container .nf-field-element textarea:hover,
#headerModal .nf-form-cont .nf-field-container .nf-field-element select:hover {
  border-color: #cccccc;
}
#headerModal .nf-form-cont .nf-field-container .nf-field-element input[type="text"]:focus,
#headerModal .nf-form-cont .nf-field-container .nf-field-element input[type="email"]:focus,
#headerModal .nf-form-cont .nf-field-container .nf-field-element input[type="tel"]:focus,
#headerModal .nf-form-cont .nf-field-container .nf-field-element input[type="number"]:focus,
#headerModal .nf-form-cont .nf-field-container .nf-field-element input[type="date"]:focus,
#headerModal .nf-form-cont .nf-field-container .nf-field-element textarea:focus,
#headerModal .nf-form-cont .nf-field-container .nf-field-element select:focus {
  outline: none;
  border-color: #e4001e;
  box-shadow: 0 0 0 3px rgba(228, 0, 30, 0.12);
  background-color: #ffffff;
}
#headerModal .nf-form-cont .nf-field-container .nf-field-element textarea {
  height: auto;
  min-height: 110px;
  padding: 12px 16px;
  resize: vertical;
}
#headerModal .nf-form-cont .nf-field-container .nf-field-element select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%231A1A1A' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
  padding-right: 42px;
  cursor: pointer;
}
#headerModal .nf-form-cont .nf-field-container.checkbox-container .nf-field-element {
  display: flex;
  align-items: flex-start;
}
#headerModal .nf-form-cont .nf-field-container.checkbox-container .nf-field-element .nf-field-label {
  order: 2;
  margin: 0 0 0 12px;
}
#headerModal .nf-form-cont .nf-field-container.checkbox-container .nf-field-element .nf-field-label label {
  font-size: 13px;
  line-height: 1.5;
  color: #6f6f6e;
  cursor: pointer;
}
#headerModal .nf-form-cont .nf-field-container.checkbox-container .nf-field-element .nf-field-label label a {
  color: #e4001e;
  text-decoration: underline;
  font-weight: 500;
}
#headerModal .nf-form-cont .nf-field-container.checkbox-container .nf-field {
  width: 100%;
}
#headerModal .nf-form-cont .nf-field-container.checkbox-container input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1.5px solid #d6d6d6;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all 0.2s ease;
  position: relative;
}
#headerModal .nf-form-cont .nf-field-container.checkbox-container input[type="checkbox"]:hover {
  border-color: #e4001e;
}
#headerModal .nf-form-cont .nf-field-container.checkbox-container input[type="checkbox"]:checked {
  background-color: #e4001e;
  border-color: #e4001e;
}
#headerModal .nf-form-cont .nf-field-container.checkbox-container input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#headerModal .nf-form-cont .html-container p {
  font-size: 13px;
  color: #6f6f6e;
  font-style: italic;
  margin: 0 0 6px 0;
  padding: 10px 14px;
  background-color: #f5f5f5;
  border-left: 3px solid #e4001e;
  border-radius: 6px;
}
#headerModal .nf-form-cont .nf-error-wrap.nf-error {
  font-size: 12px;
  color: #e4001e;
  margin-top: 6px;
  font-weight: 500;
}
#headerModal .nf-form-cont .nf-error .ninja-forms-field {
  border-color: #e4001e !important;
  box-shadow: 0 0 0 3px rgba(228, 0, 30, 0.1) !important;
}
#headerModal .nf-form-cont .nf-mp-footer {
  margin-top: 24px;
}
#headerModal .nf-form-cont .nf-mp-footer .nf-next-previous {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#headerModal .nf-form-cont .nf-mp-footer .nf-next-previous .nf-previous-item {
  margin-right: auto;
}
#headerModal .nf-form-cont .nf-mp-footer .nf-next-previous .nf-next-item {
  margin-left: auto;
}
#headerModal .nf-form-cont .nf-mp-footer .nf-next-previous input.nf-next,
#headerModal .nf-form-cont .nf-mp-footer .nf-next-previous input.nf-previous {
  background-color: #e4001e;
  color: #ffffff;
  border: none;
  padding: 14px 32px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#headerModal .nf-form-cont .nf-mp-footer .nf-next-previous input.nf-next:hover,
#headerModal .nf-form-cont .nf-mp-footer .nf-next-previous input.nf-previous:hover {
  background-color: #bb0019;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(228, 0, 30, 0.35);
}
#headerModal .nf-form-cont .nf-mp-footer .nf-next-previous input.nf-previous {
  background-color: transparent;
  color: #6f6f6e;
  border: 1.5px solid #e5e5e5;
}
#headerModal .nf-form-cont .nf-mp-footer .nf-next-previous input.nf-previous:hover {
  background-color: #f5f5f5;
  color: #1a1a1a;
  border-color: #6f6f6e;
  transform: translateY(-2px);
  box-shadow: none;
}
#headerModal .nf-form-cont .submit-container input[type="button"],
#headerModal .nf-form-cont .nf-field-container.submit-container input[type="button"],
#headerModal .nf-form-cont .submit-container input[type="submit"],
#headerModal .nf-form-cont .nf-field-container.submit-container input[type="submit"] {
  width: 100%;
  background-color: #e4001e;
  color: #ffffff;
  border: none;
  padding: 16px 32px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#headerModal .nf-form-cont .submit-container input[type="button"]:hover,
#headerModal .nf-form-cont .nf-field-container.submit-container input[type="button"]:hover,
#headerModal .nf-form-cont .submit-container input[type="submit"]:hover,
#headerModal .nf-form-cont .nf-field-container.submit-container input[type="submit"]:hover {
  background-color: #bb0019;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(228, 0, 30, 0.35);
}
#headerModal .nf-form-cont .nf-form-hp {
  display: none;
}
#headerModal .nf-form-cont .nf-response-msg {
  font-size: 14px;
  color: #1a1a1a;
}
#headerModal .nf-form-cont .nf-form-errors {
  color: #e4001e;
  font-size: 13px;
  font-weight: 500;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  #headerModal .modal-dialog {
    margin: 12px;
  }
  #headerModal .modal-header {
    padding: 18px 22px;
  }
  #headerModal .modal-header .modal-title {
    font-size: 18px;
  }
  #headerModal .modal-body {
    padding: 22px;
    max-height: 80vh;
  }
  #headerModal .nf-form-cont .nf-mp-footer .nf-next-previous input.nf-next,
  #headerModal .nf-form-cont .nf-mp-footer .nf-next-previous input.nf-previous {
    padding: 12px 22px;
    font-size: 13px;
  }
}
