/*
@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: 60px;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #fab82a;
    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 #f6f6f6;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #292929;
    text-transform: uppercase;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu {
    position: static;
    width: 100%;
    left: 0;
    transform: none;
    border: none;
    padding: 0;
    display: none;
    flex-direction: column;
    list-style: none;
    padding: 1rem 2rem;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu li {
    margin-bottom: 10px;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu li:last-child {
    margin-bottom: 0;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu li a {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #292929;
    text-transform: uppercase;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu.sub-menu-with-image {
    flex-direction: column;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-image-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    margin: 0;
    border: none;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-image-wrapper .menu-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: none;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper .sub-menu-items {
    display: flex;
    flex-direction: column;
    padding: 0;
    border: none;
    position: static;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper .sub-menu-items li {
    border: none;
    border-bottom: 1px solid #E0E0E0;
    padding: 15px 20px;
    margin: 0;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper .sub-menu-items li:last-child {
    border-bottom: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper .sub-menu-items li a {
    font-size: 14px;
    color: #3B3A3A;
    text-transform: uppercase;
  }
  header .menu-principal nav ul.menu > li.ouvert > ul.sub-menu {
    display: flex;
  }
}
@keyframes texte-defilant {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
html {
  overflow-x: hidden;
}
body {
  color: #292929;
  background-color: #ffffff;
  overflow-x: hidden;
}
body .error-404 {
  position: relative;
  top: 200px;
  height: 500px;
}
body .error-404 a {
  background-color: #fab82a;
  border-color: #fab82a;
}
body .error-404 a:hover {
  background-color: #fab82a;
  border-color: #fab82a;
}
@media screen and (max-width: 767.98px) {
  body .error-404 {
    top: 90px;
    height: 380px;
  }
}
body .container {
  max-width: 1580px;
  padding: 0 50px;
}
@media screen and (min-width: 1550px) {
  body .container {
    max-width: 1700px;
  }
}
@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 {
  font-family: "Rubik", sans-serif;
}
body div.bloc-texte ul {
  padding-left: 0;
}
body div.bloc-texte ul li:before {
  background-color: currentColor;
}
body header {
  background-color: #fab82a;
  position: fixed;
  width: 100%;
  height: fit-content;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  body header {
    height: 60px;
  }
}
body header .corps {
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1430px) {
  body header .corps > .row {
    justify-content: center !important;
  }
}
body header .corps .logo {
  margin-bottom: 10px;
}
body header .corps .logo img {
  width: 217px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  body header .corps .logo img {
    height: 50px;
    width: 130px;
    margin-top: 5px;
  }
}
body header .corps .reseaux {
  margin-top: -10px;
}
@media screen and (max-width: 1162px) {
  body header .corps .reseaux ul {
    padding: 0;
  }
}
@media screen and (max-width: 1034px) {
  body header .corps .reseaux {
    margin-top: 10px;
  }
}
body header .corps .reseaux ul {
  list-style: none;
}
body header .corps .reseaux ul li {
  margin-right: 10px;
}
body header .corps .menu-principal nav ul {
  display: flex;
  margin-bottom: 0;
}
@media screen and (max-width: 1068px) {
  body header .corps .menu-principal nav ul {
    padding-left: 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: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #292929;
}
@media screen and (max-width: 1550px) {
  body header .corps .menu-principal nav ul li a {
    font-size: 16px;
  }
}
body header .corps .menu-principal nav ul li a:hover {
  color: #ffffff;
}
body header .corps .menu-principal nav ul li ul {
  display: none;
  margin-bottom: 0;
  position: absolute;
  background-color: #292929;
  width: 320px;
  left: 0;
  top: 55px;
  padding-left: 42px;
  padding-top: 31px;
  padding-bottom: 36px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0px 0px 5px 5px;
}
body header .corps .menu-principal nav ul li ul li {
  padding-left: 0;
  border: none !important;
}
body header .corps .menu-principal nav ul li ul li:hover {
  border: none;
}
body header .corps .menu-principal nav ul li ul li a {
  color: #fab82a;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
@media screen and (max-width: 1550px) {
  body header .corps .menu-principal nav ul li ul li a {
    font-size: 16px;
  }
}
body header .corps .menu-principal nav ul li ul li a:hover {
  color: #ffffff;
}
body header .corps .menu-principal nav ul li ul:before {
  content: "";
  background-color: transparent;
  position: absolute;
  top: -20px;
  left: 0;
  height: 50px;
  width: 100%;
}
body header .corps .menu-principal nav ul li.menu-item-has-children {
  position: relative;
}
body header .corps .menu-principal nav ul li.menu-item-has-children:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.871' height='10.871' viewBox='0 0 10.871 10.871'%3E%3Cg id='arrow-down-left' transform='translate(5.436 19.71) rotate(-135)'%3E%3Cpath id='Tracé_83186' data-name='Tracé 83186' d='M0,10' transform='translate(7 3.187)' fill='none' stroke='%230b3142' stroke-linecap='round' stroke-width='1.5'/%3E%3Cpath id='Tracé_83077' data-name='Tracé 83077' d='M6.187,6.187H0V0' transform='translate(13.187 7) rotate(90)' fill='none' stroke='%230b3142' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right center;
  padding-left: 25px;
  padding-top: 2px;
}
body header .corps .bouton-header {
  margin-top: -10px;
}
@media screen and (max-width: 1423px) {
  body header .corps .bouton-header {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
body header .corps .bouton-header a {
  border-radius: 5px;
  padding: 8px 30px;
  background-color: #292929;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}
body header .corps .bouton-header a:hover {
  background-color: #ffffff;
  color: #292929;
}
body header .corps .bouton-header a:hover svg g {
  stroke: white;
}
body header .corps .bouton-header a:hover svg g path {
  stroke: white;
}
@media screen and (max-width: 768px) {
  body main {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  body main .row-block {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  body main .w-75 {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  body main .w-25 {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  body main .justify-items-end {
    justify-items: end;
  }
}
body main .justify-items-center {
  justify-items: center;
}
body main .titre-plus-bouton {
  margin-top: 0;
  margin-bottom: 67px;
}
body main .titre-valeurs {
  margin-bottom: 46px;
}
@media screen and (min-width: 768px) {
  body main .px-md-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
}
body main .container-bootstrap .container {
  max-width: 1300px;
}
body main .bloc-formulaire .nf-field {
  margin-bottom: 15px;
}
body main .bloc-formulaire .nf-field .nf-field-label label {
  text-align: left;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #FFFFFF;
}
body main .bloc-formulaire .nf-field .nf-field-element input {
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  border: none;
  height: 44px;
  padding-left: 10px;
}
body main .bloc-formulaire .nf-field .nf-field-element select {
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  border: none;
  height: 44px;
  padding-left: 10px;
}
body main .bloc-formulaire .nf-field .nf-field-element textarea {
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  border: none;
  padding: 10px;
  min-height: 100px;
}
body main .bloc-formulaire .nf-field .nf-field-element .nf-fu-fileinput-button {
  background: #f6f6f6;
  border: 1px solid #292929;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #292929;
}
body main .bloc-formulaire .nf-field .file_upload-wrap .nf-field-element {
  display: flex;
}
body main .bloc-formulaire .nf-field .file_upload-wrap .nf-field-element .files_uploaded p {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #FFFFFF;
}
body main .bloc-formulaire .nf-field .html-wrap p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #FFFFFF;
}
body main .bloc-formulaire .nf-field .checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
}
body main .bloc-formulaire .nf-field .checkbox-wrap input {
  margin-top: 5px;
}
body main .bloc-formulaire .nf-field .checkbox-wrap label {
  text-align: left;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #FFFFFF;
}
body main .bloc-formulaire .nf-field .checkbox-wrap label a {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #FFFFFF;
}
body main .bloc-formulaire .nf-field .submit-wrap .nf-field-element {
  text-align: center;
}
body main .bloc-formulaire .nf-field .submit-wrap .nf-field-element input {
  background: #e3a249;
  border-radius: 5px;
  width: fit-content;
  padding: 0px 25px;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #FFFFFF;
}
body main .bloc-formulaire .nf-error-msg {
  font-family: "Rubik", sans-serif;
  font-size: 10px;
  color: red;
  margin-top: -10px;
}
body main .bloc-formulaire .nf-form-fields-required {
  display: none;
}
body main .bloc-formulaire .nf-after-form-content {
  display: none;
}
body main .lame-contact {
  padding: 70px 0;
}
body main .lame-tarifs {
  padding-top: 70px;
  padding-bottom: 50px;
}
body main .le-mot-du-fondateur {
  padding-top: 126px;
  padding-bottom: 100px;
  margin-bottom: 60px;
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  body main .le-mot-du-fondateur {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body main .le-mot-du-fondateur .container {
  max-width: 1300px;
}
body main .le-mot-du-fondateur .container .bloc-texte.auteur {
  margin-bottom: 0;
}
body main .le-mot-du-fondateur .container .bloc-texte.auteur p span {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
body main .le-mot-du-fondateur .container .bloc-texte.citation p {
  font-family: "DM Sans", sans-serif;
  font-style: italic;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 0px;
  color: white;
}
body main .le-mot-du-fondateur .container .bloc-texte.citation p span {
  font-family: "DM Sans", sans-serif;
  font-style: italic;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 0px;
  color: white;
}
body main .long-section-texte {
  background-color: #e3a249;
  border-radius: 5px;
  max-width: 1708px;
  margin: auto;
  padding: 155px 144px 135px 144px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1550px) {
  body main .long-section-texte {
    max-width: 1350px;
    padding: 155px 100px 135px 100px;
  }
}
@media screen and (max-width: 768px) {
  body main .long-section-texte {
    padding: 100px 0px 40px 0;
  }
}
body main .long-section-texte .container {
  position: relative;
  z-index: 1;
}
body main .long-section-texte:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 800 800'%3E%3C!-- Generator: Adobe Illustrator 29.8.2, SVG Export Plug-In . SVG Version: 2.1.1 Build 3) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M487.4,615.3l.7-187.9,88.8.2-251.2-246.1-11.6,10.6-245.2,231.7,90.1-.4v228.7h93.5s37,0,37,0v-175.9h71.9v175.9h37s141.3,0,141.3,0h118.4v-192.6h-37v155.6h-44.3v-155.6h-37v155.6h-52.4ZM451.7,423.9v191.3h-53.2v-138.9h.3v-37h-146.3v175.9h-56.5v-225.9h-36.1l163.8-155.2,169.9,160.1h-42.4v29.8h.4Z' fill='%23f6f6f6'/%3E%3Cpolygon class='st0' points='223.8 394.1 279 393.6 379.6 297.7 352.7 272 223.8 394.1' fill='%23f6f6f6'/%3E%3Cpolygon class='st0' points='665.7 427.7 463.2 226.7 433.8 195.6 422.2 206.3 393.9 233 421 258.4 431.9 248.1 586.5 394 560.9 394.3 591.5 427.7 665.7 427.7' fill='%23f6f6f6'/%3E%3Cpolygon class='st0' points='344 394.1 391.3 393.8 437.7 352.6 412.5 328.9 344 394.1' fill='%23f6f6f6'/%3E%3Cpolygon class='st0' points='451.2 289.8 478.4 315.2 485.4 308.5 458.5 282.8 451.2 289.8' fill='%23f6f6f6'/%3E%3Cpolygon class='st0' points='503.3 246.3 501.6 248.3 522.5 271.9 534.6 259.8 674 394.1 647.2 394.2 680.5 427.7 748 428.3 564 248.1 534.6 217.1 523 227.7 503.3 246.3' fill='%23f6f6f6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 708px;
  height: 708px;
  z-index: 0;
  opacity: 0.16;
}
body main .long-section-texte .bloc-titre.titre-principal {
  position: relative;
  margin-bottom: 44px;
}
body main .long-section-texte .bloc-titre.titre-principal:before {
  content: "";
  position: absolute;
  top: -105px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml,%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 800 800'%3E%3C!-- Generator: Adobe Illustrator 29.8.2, SVG Export Plug-In . SVG Version: 2.1.1 Build 3) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M487.4,615.3l.7-187.9,88.8.2-251.2-246.1-11.6,10.6-245.2,231.7,90.1-.4v228.7h93.5s37,0,37,0v-175.9h71.9v175.9h37s141.3,0,141.3,0h118.4v-192.6h-37v155.6h-44.3v-155.6h-37v155.6h-52.4ZM451.7,423.9v191.3h-53.2v-138.9h.3v-37h-146.3v175.9h-56.5v-225.9h-36.1l163.8-155.2,169.9,160.1h-42.4v29.8h.4Z' fill='%23292929'/%3E%3Cpolygon class='st0' points='223.8 394.1 279 393.6 379.6 297.7 352.7 272 223.8 394.1' fill='%23292929'/%3E%3Cpolygon class='st0' points='665.7 427.7 463.2 226.7 433.8 195.6 422.2 206.3 393.9 233 421 258.4 431.9 248.1 586.5 394 560.9 394.3 591.5 427.7 665.7 427.7' fill='%23292929'/%3E%3Cpolygon class='st0' points='344 394.1 391.3 393.8 437.7 352.6 412.5 328.9 344 394.1' fill='%23292929'/%3E%3Cpolygon class='st0' points='451.2 289.8 478.4 315.2 485.4 308.5 458.5 282.8 451.2 289.8' fill='%23292929'/%3E%3Cpolygon class='st0' points='503.3 246.3 501.6 248.3 522.5 271.9 534.6 259.8 674 394.1 647.2 394.2 680.5 427.7 748 428.3 564 248.1 534.6 217.1 523 227.7 503.3 246.3' fill='%23292929'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 92px;
  height: 92px;
}
body main .long-section-texte .bloc-titre.titre-principal .titre {
  text-align: center;
}
body main .long-section-texte .bloc-texte p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #292929;
}
body main .long-section-texte .bloc-texte ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #292929;
}
body main .lame-last-news .container {
  max-width: 1440px;
}
@media screen and (min-width: 768px) {
  body main .lame-last-news .titre-last-news {
    margin-bottom: 60px;
  }
}
body main .lame-cta {
  padding: 130px 0;
}
@media screen and (max-width: 768px) {
  body main .lame-cta {
    padding: 60px 0;
  }
}
body main .lame-cta .container {
  max-width: 1440px;
}
body main .lame-cta .container .bloc-texte {
  margin-bottom: 30px;
}
body main .lame-cta .container .bloc-texte p {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #FFFDF9;
}
body main .lame-cta .container .bouton-container a {
  background-color: #292929;
}
body main .lame-cta .container .bouton-container a:hover {
  background-color: #ffffff;
}
body main .lame-cta .container .bouton-container a:hover span {
  color: #292929;
}
body main .lame-zone-intervention {
  margin: 140px 0 70px 0;
}
body main .lame-zone-intervention .container {
  max-width: 1800px;
}
body main .lame-zone-intervention .container .bloc-texte {
  margin-bottom: 38px;
}
body main .lame-avis {
  padding: 80px 0 70px 0;
}
@media screen and (max-width: 768px) {
  body main .lame-avis {
    padding: 50px 0 40px 0;
  }
}
body main .lame-avis .bloc-titre {
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  body main .lame-avis .bloc-titre {
    margin-bottom: 0px;
  }
}
body main .lame-avis .bloc-texte {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body main .lame-avis .bloc-texte {
    margin-bottom: 0px;
  }
  body main .lame-avis .bloc-texte .ti-footer {
    margin-top: 30px !important;
  }
}
body main .lame-certifications {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  body main .lame-certifications {
    padding: 60px 0;
  }
}
body main .lame-certifications .container {
  max-width: 1440px;
}
body main .lame-tabs {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  body main .lame-tabs {
    padding-top: 30px;
  }
}
body main .lame-tabs .bloc-tabs {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  body main .lame-tabs .bloc-tabs {
    margin-top: 10px;
  }
}
@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;
  }
}
body main .lame-faq {
  position: relative;
}
body main .lame-faq:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  background-image: url("data:image/svg+xml,%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 800 800'%3E%3C!-- Generator: Adobe Illustrator 29.8.2, SVG Export Plug-In . SVG Version: 2.1.1 Build 3) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M487.4,615.3l.7-187.9,88.8.2-251.2-246.1-11.6,10.6-245.2,231.7,90.1-.4v228.7h93.5s37,0,37,0v-175.9h71.9v175.9h37s141.3,0,141.3,0h118.4v-192.6h-37v155.6h-44.3v-155.6h-37v155.6h-52.4ZM451.7,423.9v191.3h-53.2v-138.9h.3v-37h-146.3v175.9h-56.5v-225.9h-36.1l163.8-155.2,169.9,160.1h-42.4v29.8h.4Z' fill='%23292929'/%3E%3Cpolygon class='st0' points='223.8 394.1 279 393.6 379.6 297.7 352.7 272 223.8 394.1' fill='%23292929'/%3E%3Cpolygon class='st0' points='665.7 427.7 463.2 226.7 433.8 195.6 422.2 206.3 393.9 233 421 258.4 431.9 248.1 586.5 394 560.9 394.3 591.5 427.7 665.7 427.7' fill='%23292929'/%3E%3Cpolygon class='st0' points='344 394.1 391.3 393.8 437.7 352.6 412.5 328.9 344 394.1' fill='%23292929'/%3E%3Cpolygon class='st0' points='451.2 289.8 478.4 315.2 485.4 308.5 458.5 282.8 451.2 289.8' fill='%23292929'/%3E%3Cpolygon class='st0' points='503.3 246.3 501.6 248.3 522.5 271.9 534.6 259.8 674 394.1 647.2 394.2 680.5 427.7 748 428.3 564 248.1 534.6 217.1 523 227.7 503.3 246.3' fill='%23292929'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 708px;
  height: 708px;
  z-index: 0;
  opacity: 0.16;
}
body main .lame-faq .container {
  position: relative;
  z-index: 1;
  max-width: 1420px;
}
body main .lame-faq .bloc-titre {
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  body main .lame-faq .bloc-titre {
    padding-top: 40px;
  }
}
body main .lame-faq .bloc-titre .titre {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  body main .lame-faq .bloc-titre .titre {
    margin-bottom: 30px;
  }
}
body main .lame-equipe {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  body main .lame-equipe {
    margin-bottom: 300px;
    margin-top: 115px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-equipe {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  body main .chiffres-container {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  body main .chiffres-container {
    position: relative;
    height: 300px;
  }
  body main .chiffres-container .chiffres {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
body footer {
  background-color: #ffffff;
  position: relative;
}
body footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 320px;
  background-image: url("data:image/svg+xml,%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 800 800'%3E%3C!-- Generator: Adobe Illustrator 29.8.2, SVG Export Plug-In . SVG Version: 2.1.1 Build 3) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M487.4,615.3l.7-187.9,88.8.2-251.2-246.1-11.6,10.6-245.2,231.7,90.1-.4v228.7h93.5s37,0,37,0v-175.9h71.9v175.9h37s141.3,0,141.3,0h118.4v-192.6h-37v155.6h-44.3v-155.6h-37v155.6h-52.4ZM451.7,423.9v191.3h-53.2v-138.9h.3v-37h-146.3v175.9h-56.5v-225.9h-36.1l163.8-155.2,169.9,160.1h-42.4v29.8h.4Z' fill='%23292929'/%3E%3Cpolygon class='st0' points='223.8 394.1 279 393.6 379.6 297.7 352.7 272 223.8 394.1' fill='%23292929'/%3E%3Cpolygon class='st0' points='665.7 427.7 463.2 226.7 433.8 195.6 422.2 206.3 393.9 233 421 258.4 431.9 248.1 586.5 394 560.9 394.3 591.5 427.7 665.7 427.7' fill='%23292929'/%3E%3Cpolygon class='st0' points='344 394.1 391.3 393.8 437.7 352.6 412.5 328.9 344 394.1' fill='%23292929'/%3E%3Cpolygon class='st0' points='451.2 289.8 478.4 315.2 485.4 308.5 458.5 282.8 451.2 289.8' fill='%23292929'/%3E%3Cpolygon class='st0' points='503.3 246.3 501.6 248.3 522.5 271.9 534.6 259.8 674 394.1 647.2 394.2 680.5 427.7 748 428.3 564 248.1 534.6 217.1 523 227.7 503.3 246.3' fill='%23292929'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  height: 320px;
  z-index: 1;
  opacity: 0.15;
}
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: 0rem;
  }
}
body footer .corps .titre .titre-footer {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #292929;
  margin-bottom: 21px;
}
body footer .corps .coordonnees .titre-footer {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #292929;
  margin-bottom: 21px;
}
body footer .corps .coordonnees .adresse a {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #292929;
  letter-spacing: 0px;
}
body footer .corps .coordonnees .telephone a {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #292929;
  letter-spacing: 0px;
}
body footer .corps .coordonnees .email a {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #292929;
  letter-spacing: 0px;
}
body footer .corps .reseaux-sociaux-footer {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}
body footer .corps .reseaux-sociaux-footer li {
  margin-right: 10px;
}
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: "Rubik", 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;
  }
}
@media screen and (max-width: 768px) {
  body footer .corps .part-menu.column-footer-1 {
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
body footer .corps .part-menu.column-footer-2 {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  body footer .corps .part-menu.column-footer-2 {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
body footer .corps .part-menu li {
  list-style: none;
  margin-bottom: .5rem;
}
body footer .corps .part-menu li a {
  font-family: "Rubik", sans-serif;
  color: #292929;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
}
body footer .corps .horaires ul {
  padding-left: 0rem;
  position: relative;
}
body footer .corps .horaires ul li {
  list-style: none;
  margin-bottom: 6px;
  display: flex;
  gap: 0 100px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0px;
  color: #292929;
}
@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;
}
body footer .pied .container .row {
  text-align: center;
}
body footer .pied > .container {
  padding-top: 21px;
  padding-bottom: 21px;
}
body footer .pied a {
  margin-right: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  color: #292929;
}
body footer .pied a:hover {
  color: var(--couleur-lien-survol);
}
body footer .pied .desc {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  color: #292929;
}
body footer .pied .desc a {
  margin-right: 0;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  color: #292929;
}
body footer .pied .logo-idcom {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
body footer .pied .logo-idcom svg {
  width: 81px;
  margin-top: -10px;
}
body footer .pied .logo-idcom svg .st1 {
  fill: #292929;
}
@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;
}
