/*
@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: #3B3A3A;
    transition: all 0.3s ease;
  }
  header #menu-mobile .fermant {
    display: none;
  }
  header #menu-mobile .fermant svg {
    height: 35px;
    width: 35px;
    color: #3B3A3A;
  }
  header #menu-mobile.active .ouvrant {
    display: none;
  }
  header #menu-mobile.active .fermant {
    display: block;
  }
  header .menu-principal {
    position: fixed;
    top: 100px;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #f9f1e4;
    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: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #3B3A3A;
    text-transform: uppercase;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu {
    position: static;
    width: 100%;
    left: 0;
    transform: none;
    background-color: #efe3ce;
    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: #3B3A3A;
    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 {
  color: #000000;
  background-color: #f9f1e4;
  overflow-x: hidden;
}
body .container {
  max-width: 1580px;
  padding: 0 50px;
}
@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: #f9f1e4;
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid #707070;
}
body header .corps {
  width: 95%;
  margin: 0 auto;
}
body header .corps .logo img {
  width: 160px;
  height: 47px;
}
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: 1rem;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out !important;
  padding: 10px 20px;
}
body header .corps .menu-principal nav ul li a {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B3A3A;
  text-transform: uppercase;
}
@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: #f9f1e4;
  width: fit-content;
  width: 100%;
  left: 0;
  top: 100px;
  padding-left: 0;
  border: 1px solid #707070;
  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 #707070;
  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: #efe3ce;
}
body header .corps .menu-principal nav ul li ul .menu-items-wrapper .sub-menu-items li a {
  font-size: 14px;
  color: #3B3A3A;
  text-transform: uppercase;
}
body header .corps .menu-principal nav ul li:hover {
  border-radius: 5px;
  border-color: #707070;
}
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 {
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 10px 20px;
}
body header .corps .bouton-header a svg {
  margin-left: 17px;
}
body header .corps .bouton-header a svg g {
  transition: all 0.4s ease-in-out;
}
body header .corps .bouton-header a svg g path {
  transition: all 0.4s ease-in-out;
}
body header .corps .bouton-header a:hover {
  background-color: #DBA07E;
  color: white;
}
body header .corps .bouton-header a:hover svg g {
  stroke: white;
}
body header .corps .bouton-header a:hover svg g path {
  stroke: white;
}
body main {
  margin-top: 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: 45px;
}
body main .border-top-section {
  border-top: 1px solid #707070;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  body main .border-top-section {
    padding-top: 50px;
  }
}
body main .titre-valeurs {
  margin-bottom: 46px;
}
@media screen and (min-width: 768px) {
  body main .px-md-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
}
body main .border-here {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@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 #707070;
  border-top: 1px solid #707070;
  margin-top: 70px;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
body main .bloc-titre-section-card-offre {
  margin-top: 70px;
}
body main .bloc-titre-section-card-offre h2 {
  font-family: 'Inter', sans-serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  body main .bloc-titre-section-card-offre h2 {
    font-size: 30px !important;
  }
}
body main .border-bottom-custom {
  border-bottom: 1px solid #707070;
  margin-bottom: 34px;
  padding-bottom: 42px;
}
body main .border-bottom-simple {
  border-bottom: 1px solid #707070;
}
body main .container-bootstrap .container {
  max-width: 1300px;
}
body main .le-mot-du-fondateur .container {
  border: 1px solid #707070;
  padding: 80px 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body main .le-mot-du-fondateur .container {
    padding: 50px 10px;
  }
}
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='%23dba07e'/%3E%3Cpath id='Tracé_103132' data-name='Tracé 103132' d='M0,0H72V72H0Z' fill='none'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 72px;
}
body main .le-mot-du-fondateur .container .bloc-titre {
  margin-bottom: 25px;
}
body main .le-mot-du-fondateur .container .bloc-titre .titre {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #3B3A3A;
  text-align: center;
}
body main .le-mot-du-fondateur .container .bloc-texte p {
  color: #3A3A3A;
  font-family: 'Inter', sans-serif;
  font-size: 34px;
  line-height: 42px;
  font-weight: 600;
  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 #707070;
  background-color: #efe3ce;
  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;
  border-right: 1px solid #707070;
}
@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-titre .titre {
  font-family: 'Inter', sans-serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000000;
}
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: 'Inter', sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #3A3A3A;
}
body main .section-zone-intervention {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@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 #707070;
  }
}
@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 #707070;
}
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: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #3B3A3A;
}
body main .lame-contact .nf-form-fields-required {
  font-family: 'Inter', 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 #707070;
  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: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #3B3A3A;
  text-transform: unset;
}
body main .lame-contact .checkbox-wrap label a {
  color: #3B3A3A;
}
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: 'Inter', 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: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #1C1E22;
  border-radius: 50px;
  border: 1px solid #707070;
  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: #3B3A3A;
  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 #3B3A3A;
  color: #3B3A3A;
  text-transform: uppercase;
  font-family: 'Inter', 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: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: #3B3A3A;
  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: 76px;
    margin-bottom: 0;
  }
  body main .lame-accueil-2 {
    margin-top: 96px;
    margin-bottom: 84px;
  }
  body main .lame-accueil-3 {
    padding-top: 70px;
  }
  body main .lame-accueil-5 {
    margin-top: 40px;
  }
  body main .lame-accueil-6 {
    margin-top: 65px;
    margin-bottom: 0;
  }
  body main .lame-accueil-6 .titre {
    padding-bottom: 40px;
  }
  body main .lame-accueil-7 {
    margin-top: 0;
    margin-bottom: 0;
  }
  body main .lame-accueil-8 {
    margin-top: 68px;
  }
  body main .lame-accueil-9 {
    padding-top: 60px;
  }
  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-bottom: 60px;
  }
  body main .lame-a-propo-9 {
    margin-top: 0;
  }
  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 #707070;
    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 #707070;
    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: #efe3ce;
  border-top: 1px solid #979797;
}
body footer .corps {
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
}
body footer .corps .logo img {
  width: 82px;
  height: 93px;
}
@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: 'Inter', sans-serif;
  color: #3B3A3A;
  font-size: 14px;
  font-weight: 500;
}
body footer .corps .coordonnees .telephone a {
  font-family: 'Inter', sans-serif;
  color: #3B3A3A;
  font-size: 14px;
  font-weight: 500;
}
body footer .corps .coordonnees .email a {
  font-family: 'Inter', sans-serif;
  color: #3B3A3A;
  font-size: 14px;
  font-weight: 500;
}
body footer .corps .reseaux-sociaux {
  padding-left: 2rem;
  position: relative;
}
body footer .corps .reseaux-sociaux:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #3B3A3A;
  opacity: 0.3;
}
body footer .corps .reseaux-sociaux li {
  list-style: none;
  margin-bottom: .5rem;
}
body footer .corps .reseaux-sociaux li a {
  font-family: 'Inter', sans-serif;
  color: #3B3A3A;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
body footer .corps .part-menu {
  padding-left: 2rem;
  position: relative;
  margin-left: 70px;
}
@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: #3B3A3A;
  opacity: 0.3;
}
body footer .corps .part-menu li {
  list-style: none;
  margin-bottom: .5rem;
}
body footer .corps .part-menu li a {
  font-family: 'Inter', sans-serif;
  color: #3B3A3A;
  font-size: 14px;
  font-weight: 500;
}
body footer .corps .horaires ul {
  padding-left: 2rem;
  position: relative;
}
body footer .corps .horaires ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #3B3A3A;
  opacity: 0.3;
}
body footer .corps .horaires ul li {
  list-style: none;
  margin-bottom: .7rem;
  display: flex;
  font-family: 'Inter', sans-serif;
  color: #3B3A3A;
  font-size: 14px;
  font-weight: 500;
  gap: 0 100px;
}
@media screen and (min-width: 768px) and (max-width: 1550px) {
  body footer .corps .horaires ul li {
    gap: 0 80px;
  }
}
body footer .corps .horaires ul li .jour {
  width: 50px;
}
body footer .pied {
  font-size: 0.875rem;
  line-height: 1.188rem;
}
body footer .pied .container {
  margin-top: 20px;
  border-top: 1px solid #707070;
}
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;
}
@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;
  }
  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;
}
