/*
@font-face {
    font-family: "daily-spark-sans";
    src: url("http://mcc.local/wp-content/themes/idcomweb/fonts/daily-spark-sans.woff2") format("woff2");
}
*/
@keyframes texte-defilant {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
* {
  font-family: 'muli', sans-serif;
  font-weight: 400;
}
html {
  overflow-x: hidden;
}
[id] {
  scroll-margin-top: 100px;
}
body {
  color: #212121;
  background-color: var(--couleur-fond);
  overflow-x: hidden;
}
body .container {
  max-width: 1280px;
  padding: 0 50px;
}
body .primary-color {
  color: #ffd418 !important;
}
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 header {
  position: fixed;
  z-index: 100;
  width: 100%;
  box-shadow: 3px 3px 15px rgba(43, 0, 86, 0.17);
}
body header .entete {
  height: 47px;
  background-color: var(--couleur-fond);
}
@media screen and (max-width: 1199px) {
  body header .entete {
    display: none;
  }
}
body header .entete .accroche {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
body header .entete .entete-3 {
  display: flex;
  gap: 1.5rem;
}
body header .entete .entete-3 .entete-info {
  display: flex;
}
body header .entete .entete-3 .entete-info p {
  margin-bottom: 0;
}
body header .entete .entete-3 .entete-info svg {
  margin-right: 0.2rem;
}
body header .entete .entete-3 .entete-info a {
  color: var(--couleur-item);
}
body header .corps {
  height: 90px;
  background-color: var(--couleur-fond);
}
@media screen and (max-width: 1199px) {
  body header .corps .btn-mise-avant-ordi {
    display: none;
  }
}
body header .corps .logo {
  display: flex;
  align-items: center;
  height: 100%;
}
body header .corps .logo a {
  margin: 0;
}
body header .corps .logo a img {
  max-height: 90px;
}
body header .corps .logo .description {
  font-size: 0.8rem;
  color: #033563;
}
@media screen and (min-width: 1200px) {
  body header .corps .menu-principal nav .bouton-mise-en-avant {
    display: none !important;
  }
}
body header .corps .menu-principal nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body header .corps .menu-principal nav ul li {
  display: inline-block;
  margin-right: 2.5rem;
  position: relative;
}
body header .corps .menu-principal nav ul li.current-menu-item > a {
  color: var(--couleur-items-menu-survol);
}
body header .corps .menu-principal nav ul li.menu-item-has-children.current-menu-item > a:after {
  background-color: var(--couleur-items-menu-survol);
}
body header .corps .menu-principal nav ul li.menu-item-has-children > a:after {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.5' height='6' viewBox='0 0 10.5 6'%3E%3Cpath id='chevron' d='M.22,5.78a.75.75,0,0,0,.99.062L1.28,5.78,5.25,1.811,9.22,5.78a.75.75,0,0,0,.99.062l.071-.062a.75.75,0,0,0,.062-.99L10.28,4.72,5.78.22A.75.75,0,0,0,4.79.157L4.72.22.22,4.72A.75.75,0,0,0,.22,5.78Z' transform='translate(10.5 6) rotate(180)'/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.5' height='6' viewBox='0 0 10.5 6'%3E%3Cpath id='chevron' d='M.22,5.78a.75.75,0,0,0,.99.062L1.28,5.78,5.25,1.811,9.22,5.78a.75.75,0,0,0,.99.062l.071-.062a.75.75,0,0,0,.062-.99L10.28,4.72,5.78.22A.75.75,0,0,0,4.79.157L4.72.22.22,4.72A.75.75,0,0,0,.22,5.78Z' transform='translate(10.5 6) rotate(180)'/%3E%3C/svg%3E");
  width: 10.5px;
  height: 6px;
  webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  font-size: 0;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  background-color: var(--couleur-items-menu);
  margin-left: 0.5rem;
  margin-bottom: 2px;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > a:hover:after {
  background-color: var(--couleur-items-menu-survol);
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  top: 55px;
  left: -60px;
  z-index: 10;
  background-color: var(--couleur-fond);
  box-shadow: 3px 3px 15px rgba(43, 0, 86, 0.17);
  display: none;
  overflow: hidden;
  min-width: 260px;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li {
  margin: 0;
  padding: 0;
  display: block;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a {
  padding: 14.5px 23px;
  display: block;
  text-align: center;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a:hover {
  color: var(--couleur-items-menu-survol);
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li.current-menu-item > a {
  background-color: var(--couleur-items-menu-survol);
  color: var(--couleur-fond);
}
body header .corps .menu-principal nav ul li:last-child {
  margin-right: 0;
}
body header .corps .menu-principal nav ul li a {
  font-size: 1rem;
  line-height: 1.188rem;
  font-weight: normal;
  color: var(--couleur-items-menu);
}
body header .corps .menu-principal nav ul li a svg {
  margin-bottom: 6px;
}
body header .corps .menu-principal nav ul li a:hover {
  color: var(--couleur-items-menu-survol);
  font-weight: bold;
}
@media screen and (max-width: 1700px) {
  body header .corps .menu-principal nav ul li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  body header .corps .menu-principal nav ul li a {
    font-size: 11.5px;
  }
}
body header .corps .bouton-mise-en-avant a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  border: 2px solid var(--couleur);
  color: var(--couleur);
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  display: inline-block;
  text-align: center;
  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 .bouton-mise-en-avant a svg {
  margin-bottom: 3px;
  margin-right: 8px;
  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 .bouton-mise-en-avant a svg path {
  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 .bouton-mise-en-avant a.plein {
  background-color: var(--couleur);
  color: var(--couleur-items-menu);
}
body header .corps .bouton-mise-en-avant a.plein:hover {
  background-color: var(--couleur-survol);
  border-color: var(--couleur);
  color: var(--couleur);
}
body header .corps .bouton-mise-en-avant a.plein:hover svg {
  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 .bouton-mise-en-avant a.plein:hover svg path {
  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;
  fill: var(--couleur);
}
body header .corps .bouton-mise-en-avant a:hover,
body header .corps .bouton-mise-en-avant a:active,
body header .corps .bouton-mise-en-avant a:focus {
  outline: 0;
  text-decoration: none;
}
body header .corps .bouton-mise-en-avant a:hover {
  background-color: transparent;
  border-color: var(--couleur-survol);
  color: var(--couleur-survol);
}
@media screen and (max-width: 1700px) {
  body header .corps .bouton-mise-en-avant a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  body header .corps .bouton-mise-en-avant a {
    font-size: 11.5px;
  }
}
body header .corps .toolbox-woocommerce {
  padding-bottom: 30px;
}
body header .corps .toolbox-woocommerce a {
  color: var(--couleur-item-woo);
}
body header .corps .toolbox-woocommerce a:hover {
  color: var(--couleur-item-woo-survol);
}
body header .corps .toolbox-woocommerce .compte {
  display: inline-block;
  vertical-align: middle;
  margin-right: 34px;
}
body header .corps .toolbox-woocommerce .compte a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
}
body header .corps .toolbox-woocommerce .compte a .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.5' height='18.333' viewBox='0 0 16.5 18.333'%3E%3Cpath id='user' d='M14.673,17.524l-.006-.107V15.584a2.751,2.751,0,0,0-2.589-2.746l-.161,0H4.583a2.75,2.75,0,0,0-2.745,2.588l-.005.162v1.833a.917.917,0,0,1-1.827.107L0,17.417V15.584A4.584,4.584,0,0,1,4.385,11l.2,0h7.333A4.583,4.583,0,0,1,16.5,15.385l0,.2v1.833a.917.917,0,0,1-1.827.107ZM3.667,4.583A4.583,4.583,0,1,1,8.25,9.167,4.588,4.588,0,0,1,3.667,4.583Zm1.833,0a2.75,2.75,0,1,0,2.75-2.75A2.753,2.753,0,0,0,5.5,4.583Z'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.5' height='18.333' viewBox='0 0 16.5 18.333'%3E%3Cpath id='user' d='M14.673,17.524l-.006-.107V15.584a2.751,2.751,0,0,0-2.589-2.746l-.161,0H4.583a2.75,2.75,0,0,0-2.745,2.588l-.005.162v1.833a.917.917,0,0,1-1.827.107L0,17.417V15.584A4.584,4.584,0,0,1,4.385,11l.2,0h7.333A4.583,4.583,0,0,1,16.5,15.385l0,.2v1.833a.917.917,0,0,1-1.827.107ZM3.667,4.583A4.583,4.583,0,1,1,8.25,9.167,4.588,4.588,0,0,1,3.667,4.583Zm1.833,0a2.75,2.75,0,1,0,2.75-2.75A2.753,2.753,0,0,0,5.5,4.583Z'/%3E%3C/svg%3E%0A");
  width: 16.5px;
  height: 18.33px;
  webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  font-size: 0;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  background: var(--couleur-item-woo);
}
body header .corps .toolbox-woocommerce .compte a .intitule {
  color: var(--couleur-item-woo);
  transition: all 0.4s ease-in-out;
}
body header .corps .toolbox-woocommerce .compte a:hover .icone {
  background: var(--couleur-item-woo-survol);
}
body header .corps .toolbox-woocommerce .compte a:hover .intitule {
  color: var(--couleur-item-woo-survol);
}
body header .corps .toolbox-woocommerce .panier {
  display: inline-block;
  vertical-align: middle;
}
body header .corps .toolbox-woocommerce .panier a {
  font-weight: 500;
}
body header .corps .toolbox-woocommerce .panier a .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Icons_24px_shopping-cart' data-name='Icons/24px/shopping-cart' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='shopping-cart' d='M15,17.5a1.667,1.667,0,1,1,1.667,1.667A1.667,1.667,0,0,1,15,17.5Zm-9.167,0A1.667,1.667,0,1,1,7.5,19.167,1.667,1.667,0,0,1,5.833,17.5Zm-.217-5.2-.034-.146L3.483,1.667H.833A.834.834,0,0,1,.005.931L0,.833A.834.834,0,0,1,.737.005L.833,0H4.167a.83.83,0,0,1,.792.575l.025.1.7,3.5H19.167a.825.825,0,0,1,.61.266A.834.834,0,0,1,20,5.06l-.013.1-1.334,7a2.486,2.486,0,0,1-2.336,2.011l-.149,0H8.035A2.5,2.5,0,0,1,5.617,12.3Zm1.6-.472a.833.833,0,0,0,.746.667l.1,0H16.2a.829.829,0,0,0,.791-.569l.025-.1,1.144-6H6.016Z' transform='translate(0 0.833)'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg id='Icons_24px_shopping-cart' data-name='Icons/24px/shopping-cart' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='shopping-cart' d='M15,17.5a1.667,1.667,0,1,1,1.667,1.667A1.667,1.667,0,0,1,15,17.5Zm-9.167,0A1.667,1.667,0,1,1,7.5,19.167,1.667,1.667,0,0,1,5.833,17.5Zm-.217-5.2-.034-.146L3.483,1.667H.833A.834.834,0,0,1,.005.931L0,.833A.834.834,0,0,1,.737.005L.833,0H4.167a.83.83,0,0,1,.792.575l.025.1.7,3.5H19.167a.825.825,0,0,1,.61.266A.834.834,0,0,1,20,5.06l-.013.1-1.334,7a2.486,2.486,0,0,1-2.336,2.011l-.149,0H8.035A2.5,2.5,0,0,1,5.617,12.3Zm1.6-.472a.833.833,0,0,0,.746.667l.1,0H16.2a.829.829,0,0,0,.791-.569l.025-.1,1.144-6H6.016Z' transform='translate(0 0.833)'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s ease-in-out;
  background: var(--couleur-item-woo);
}
body header .corps .toolbox-woocommerce .panier a .valeur {
  color: #ffffff;
  font-size: .75rem;
  height: 16px;
  width: 16px;
  background-color: var(--couleur-pastille-panier);
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  text-align: center;
  margin-top: -20px;
}
body header .corps .toolbox-woocommerce .panier a:hover .icone {
  background: var(--couleur-item-woo-survol);
}
body header .corps .champ-recherches {
  padding-bottom: 18px;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 {
  box-shadow: none;
  width: 300px;
  max-width: 100%;
  margin-left: 40px;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox {
  background-color: #F9F9F9;
  height: 44px;
  border-radius: 8px;
  padding: 0 20px;
  box-shadow: none;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .proinput {
  height: 100%;
  padding: 0;
  margin: 0;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .proinput form {
  height: 100%;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .proinput form input {
  color: #000000;
  font-size: 1rem;
  height: 100%;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .proinput form input.autocomplete {
  display: none;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .promagnifier {
  height: 100%;
  box-shadow: none;
}
body header .corps.menu-7 .champ-recherches .asl_w_container #ajaxsearchlite1 {
  width: 570px;
}
body footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body footer .corps {
  padding: 65px 0 20px;
  position: relative;
}
body footer .corps .logo-nf-footer {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  body footer .corps .logo-nf-footer {
    top: 70%;
  }
}
body footer .corps .logo-nf-footer img {
  width: 150px;
  height: auto;
}
body footer .corps .logo-footer {
  margin-bottom: 26px;
}
body footer .corps .infos-contact .bloc-contact {
  margin-bottom: 20px;
  color: var(--couleur);
}
body footer .corps .infos-contact .bloc-contact a {
  color: var(--couleur);
}
body footer .corps .infos-contact .bloc-contact a:hover {
  color: var(--couleur-survol);
}
body footer .corps .infos-contact .bloc-contact .info {
  display: flex;
}
body footer .corps .infos-contact .bloc-contact .info p {
  margin-bottom: 0;
}
body footer .corps .infos-contact .bloc-contact .info svg {
  margin-right: 1rem;
}
body footer .corps .infos-contact .bloc-contact .info.info-horaire svg {
  width: 25px;
}
body footer .corps .reseaux-sociaux {
  font-size: 0;
}
body footer .corps .reseaux-sociaux .reseau {
  margin-bottom: 20px;
  font-size: 0;
}
body footer .corps .reseaux-sociaux .reseau a {
  display: inline-block;
  color: var(--couleur);
}
body footer .corps .reseaux-sociaux .reseau a:hover {
  color: var(--couleur-survol);
}
body footer .corps .reseaux-sociaux .reseau a:hover .icone svg {
  fill: var(--couleur-survol);
}
body footer .corps .reseaux-sociaux .reseau a .icone {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 11px;
}
body footer .corps .reseaux-sociaux .reseau a .icone svg {
  width: 100%;
  height: 100%;
  fill: var(--couleur);
  transition: all 0.4s ease-in-out;
}
body footer .corps .reseaux-sociaux .reseau a .intitule {
  font-size: 0.875rem;
  line-height: 1.25rem;
  vertical-align: middle;
}
body footer .corps .menu-wrapper {
  padding-left: 5%;
}
@media screen and (max-width: 991px) {
  body footer .corps .menu-wrapper {
    padding-left: 1.5rem;
  }
}
body footer .corps .part-identite .description {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 28px;
  font-weight: normal;
  color: #e6e6e6;
}
body footer .corps .part-identite .description p {
  opacity: 0.6;
}
body footer .corps .part-identite .description .lien-avis {
  border: 1px solid #575757;
  margin-top: 1rem;
  width: fit-content;
  padding: 0 10px;
  border-radius: 25px;
}
body footer .corps .part-identite .description .lien-avis a {
  text-decoration: none;
  font-weight: normal;
  color: #e6e6e6;
}
body footer .corps .part-identite .description .lien-avis a span {
  opacity: 0.6;
}
body footer .corps .part-identite .infos-contact {
  font-size: 1rem;
  line-height: 1.5rem;
}
body footer .corps .part-identite .reseaux-sociaux .reseau {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 30px;
}
body footer .corps .part-identite .reseaux-sociaux .reseau:last-child {
  margin-right: 0;
}
body footer .corps .part-identite .reseaux-sociaux .reseau a .icone {
  margin: 0;
  width: 32px;
  height: 32px;
}
body footer .corps .part-identite .reseaux-sociaux .reseau a .intitule {
  display: none;
}
body footer .corps .part-menu ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body footer .corps .part-menu ul.menu li {
  margin-bottom: 5px;
}
body footer .corps .part-menu ul.menu li a {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--couleur);
  text-transform: uppercase;
}
body footer .corps .part-menu ul.menu li a:hover {
  color: var(--couleur-survol);
}
body footer .corps .part-menu.colonnes-menu-2 ul.menu {
  column-count: 2;
}
body footer .corps .part-menu.colonnes-menu-2 ul.menu li.desktop-break {
  margin-bottom: 2.5rem;
}
body footer .corps .part-menu.colonnes-menu-3 ul.menu {
  column-count: 3;
}
body footer .corps .part-menu.colonnes-menu-4 ul.menu {
  column-count: 4;
}
body footer .corps .part-annexes {
  text-align: left;
}
body footer .corps .part-annexes .zone-annexes {
  display: inline-block;
  text-align: left;
}
body footer .corps .part-annexes .zone-annexes .infos-contact {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
}
body footer .pied {
  font-size: 0.875rem;
  line-height: 1.188rem;
}
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 .desc svg path {
  fill: #ffd418;
}
body footer .pied .logo-idcom {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
body footer .pied .logo-idcom svg {
  width: 81px;
}
body footer .pied .logo-idcom svg path {
  fill: var(--couleur-logo-idcom);
}
@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: 1rem;
    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: auto;
  }
  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: 1199px) {
  body header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  body header .entete {
    height: auto;
  }
  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: auto;
    position: relative;
    border-bottom: 1px solid var(--couleur);
    padding: 10px 0;
  }
  body header .corps .logo a img {
    height: 50px;
  }
  body header .corps .container-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body header .corps .menu-principal nav {
    padding-left: 0.5rem;
    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: -100%;
    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: 60px;
  }
  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;
    display: block;
  }
  body header .corps .menu-principal nav ul.menu > li ul.sub-menu > li > a {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }
  body header .corps .menu-principal .header-avec-entete .bouton-mise-en-avant {
    display: block;
  }
  body header .corps .bouton-mise-en-avant {
    display: none;
  }
  body header #menu-mobile {
    font-size: 14px;
    line-height: 18px;
    color: var(--couleur-texte);
    padding: 7.5px 10px;
    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 #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 div.fermant svg {
    height: 15px;
    width: 15px;
  }
  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;
  }
}
@media screen and (max-width: 767.98px) {
  body .container {
    padding: 0 20px;
  }
  body main {
    padding-top: 60px;
  }
  body main.header-avec-entete {
    padding-top: 60px;
  }
  body footer .corps {
    padding: 30px 0 0;
  }
  body footer .corps .part-identite .description {
    font-size: 0.875rem;
  }
  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: #ffffff;
  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;
}
.flex-centrer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.bandeau-dentete {
  position: relative;
  z-index: 1;
}
section.bandeau-dentete .visuel {
  max-height: 100vh;
}
section.bandeau-dentete .visuel:before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../../../../../../../wp-content/themes/idcomweb/img/fond_accueil.png') no-repeat left center;
  background-size: cover;
  width: 30%;
  z-index: 0;
  mix-blend-mode: difference;
  background-color: #333333;
  opacity: 0.8;
}
@media screen and (max-width: 580px) {
  section.bandeau-dentete .visuel:before {
    display: none;
  }
}
section.bandeau-dentete .visuel:after {
  content: '';
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  background-color: #333333;
  z-index: 0;
  mix-blend-mode: difference;
  opacity: 0.6;
  left: 0;
}
@media screen and (max-width: 580px) {
  section.bandeau-dentete .visuel:after {
    display: none;
  }
}
.img-devis {
  position: relative;
}
.img-devis > .bloc-image:first-of-type {
  height: 90%;
}
.img-devis > .bloc-image:first-of-type img {
  height: 100%;
  object-fit: cover;
}
.img-devis > .bloc-image:nth-of-type(2) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6rem;
}
@media screen and (max-width: 991px) {
  .img-devis > .bloc-image:nth-of-type(2) {
    bottom: -2.4rem;
  }
  .img-devis > .bloc-image:nth-of-type(2) img {
    max-width: 160px;
  }
}
.fond-bleu-accueil {
  position: relative;
}
.fond-bleu-accueil > .bloc-image {
  position: absolute;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  text-align: end;
}
.fond-bleu-accueil > .bloc-image img {
  height: 100%;
  width: auto;
}
.fond-bleu-accueil .contenu-simple .col-12 .bloc-titre {
  margin-bottom: 3.5rem;
}
.container-header {
  margin: auto;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .container-header {
    width: 99%;
  }
}
@media screen and (min-width: 1450px) {
  .container-header {
    width: 90%;
  }
}
.container-90 {
  width: 90%;
  margin: auto;
  position: relative;
}
.container-75 {
  width: 75%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .container-75 {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .container-75 {
    width: 100%;
  }
}
.contenu-bleu-clair {
  background-color: #333333;
}
.contenu-bleu-clair .bloc-image {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .contenu-bleu-clair .bloc-image {
    height: 100%;
  }
  .contenu-bleu-clair .bloc-image img {
    height: 100%;
    object-fit: cover;
  }
}
.contenu-bleu-clair .pad-text {
  padding: 4% 6%;
}
.contenu-bleu-clair .double-list {
  display: flex;
  gap: 3.5rem;
  margin-top: 4rem;
  padding-left: 2rem;
}
@media screen and (max-width: 991px) {
  .contenu-bleu-clair .double-list {
    margin-top: 2rem;
    flex-direction: column;
    gap: 0;
  }
  .contenu-bleu-clair .double-list .bloc-texte {
    margin-bottom: 0;
  }
}
.contenu-bleu-clair .double-list ul {
  max-width: 350px;
}
@media screen and (max-width: 991px) {
  .contenu-bleu-clair .double-list ul {
    margin: auto;
  }
}
.contenu-bleu-clair .double-list ul li {
  margin-bottom: 2.2rem;
}
.contenu-bleu-clair .double-list ul li:before {
  background-image: url("data:image/svg+xml,%3Csvg id='Groupe_163056' data-name='Groupe 163056' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle id='Ellipse_160' data-name='Ellipse 160' cx='16' cy='16' r='16' fill='%234abd3a'/%3E%3Cg id='Groupe_45' data-name='Groupe 45' transform='translate(-272.749 -365.962)'%3E%3Cg id='Groupe_44' data-name='Groupe 44' transform='translate(281.999 376)'%3E%3Cpath id='Tracé_83110' data-name='Tracé 83110' d='M294.909,376.091c-.61-.328-1.289.3-1.687.679-.913.89-1.686,1.921-2.553,2.858-.961,1.031-1.851,2.063-2.835,3.07a8.45,8.45,0,0,0-1.547,1.875,30.717,30.717,0,0,0-2.507-2.437c-.679-.516-1.8-.891-1.781.351.047,1.616,1.477,3.351,2.531,4.451a2.671,2.671,0,0,0,1.71.984c.82.047,1.663-.937,2.156-1.476.867-.937,1.571-1.992,2.367-2.952,1.031-1.265,2.086-2.508,3.092-3.8.633-.8,2.624-2.765,1.055-3.608Zm-11.879,6.3a.177.177,0,0,0-.093.023,1.163,1.163,0,0,1-.259-.093c.071-.047.188-.024.351.07Zm0,0' transform='translate(-281.999 -376)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: inherit;
  top: -2px;
  left: -2rem;
  width: 32px;
  height: 32px;
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-dropdown {
  border: none;
}
.select2-container .select2-dropdown .select2-search {
  display: none;
}
.select2-container .select2-dropdown .select2-results {
  background-color: #4b4b4b;
  color: white;
}
.select2-container .select2-dropdown .select2-results .select2-results__option:first-of-type {
  border-top: 2px solid #ffffff;
}
.select2-container .select2-dropdown .select2-results .select2-results__option {
  background-color: #4b4b4b;
  border-bottom: 2px solid #ffffff;
  padding: 0.5rem 1rem;
}
.formulaire .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}
.formulaire .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: white transparent white transparent !important;
}
.formulaire .select2-container--default .select2-selection {
  height: 50px;
  border-radius: 0;
  background-color: #4b4b4b;
  color: white;
  border: none;
}
.formulaire .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 47px;
  color: white;
}
@media screen and (max-width: 991px) {
  .coller-bord-droite .bloc-image {
    margin-right: 0 !important;
  }
}
.coller-bord-droite img {
  width: 100%;
  aspect-ratio: 1.13235294;
  object-fit: cover;
}
.coller-bord-droite .img-with-logo {
  position: relative;
}
.coller-bord-droite .img-with-logo .bloc-image:first-of-type {
  position: absolute;
  margin-left: 0;
  left: -110px;
  bottom: 0;
}
.coller-bord-droite .img-with-logo .bloc-image:first-of-type img {
  width: 228px;
  height: 228px;
}
@media screen and (max-width: 991px) {
  .coller-bord-droite .img-with-logo .bloc-image:first-of-type {
    left: 50%;
    transform: translateX(-50%);
    bottom: -3.5rem;
  }
  .coller-bord-droite .img-with-logo .bloc-image:first-of-type img {
    width: 160px;
    height: 160px;
  }
}
.gamme-presta {
  position: relative;
  overflow: hidden;
  border: 1px solid #728ea7;
  transition: 0.4s;
  margin-bottom: 1rem;
}
.gamme-presta div.bloc-image {
  text-align: center;
}
.gamme-presta div.bloc-image img {
  width: 70px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .gamme-presta {
    padding: 1rem;
  }
  .gamme-presta .bloc-texte {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .gamme-presta {
    height: 220px;
    padding: 2rem 2rem 6rem 2rem;
  }
  .gamme-presta .bloc-titre,
  .gamme-presta .bloc-texte {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    margin-bottom: 0;
  }
  .gamme-presta .bloc-titre {
    top: 40%;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 2;
  }
  .gamme-presta .bloc-texte {
    bottom: -100%;
    opacity: 0;
    z-index: 1;
  }
  .gamme-presta:hover {
    border: 1px solid white;
  }
  .gamme-presta:hover .bloc-texte + .bloc-titre {
    top: 0;
    opacity: 0;
    transform: translateY(-10%);
  }
  .gamme-presta:hover .bloc-texte {
    bottom: 50%;
    opacity: 1;
    transform: translateY(100%);
    z-index: 2;
  }
}
@media screen and (min-width: 1200px) and screen and (max-width: 1300px) {
  .gamme-presta .bloc-titre .titre {
    font-size: 1.2rem !important;
  }
}
.list-check div.bloc-texte ul li:before {
  background-image: url("data:image/svg+xml,%3Csvg id='Groupe_163016' data-name='Groupe 163016' xmlns='http://www.w3.org/2000/svg' width='27.777' height='24.536' viewBox='0 0 27.777 24.536'%3E%3Cg id='Groupe_44' data-name='Groupe 44'%3E%3Cpath id='Tracé_83110' data-name='Tracé 83110' d='M308.563,376.188c-1.255-.676-2.653.626-3.472,1.4-1.878,1.831-3.47,3.952-5.253,5.88-1.978,2.121-3.809,4.244-5.833,6.316a17.387,17.387,0,0,0-3.182,3.858,63.2,63.2,0,0,0-5.158-5.014c-1.4-1.062-3.712-1.834-3.665.722.1,3.326,3.039,6.894,5.207,9.159a5.5,5.5,0,0,0,3.519,2.025c1.688.1,3.423-1.928,4.435-3.037,1.784-1.928,3.232-4.1,4.87-6.073,2.121-2.6,4.291-5.159,6.362-7.81,1.3-1.64,5.4-5.689,2.171-7.424Zm-24.443,12.968a.363.363,0,0,0-.191.047,2.394,2.394,0,0,1-.532-.191c.146-.1.386-.049.723.144Zm0,0' transform='translate(-281.999 -376)' fill='%2346647f'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: inherit;
  top: -2px;
  left: -2rem;
  width: 44px;
  height: 34px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 780px) {
  .list-check div.bloc-texte ul li:before {
    left: -1rem;
  }
}
@media screen and (min-width: 1200px) {
  .single-realisation main .single-bloc-4 {
    padding: 200px 0;
  }
}
@media screen and (min-width: 1200px) {
  .single-post main {
    margin-top: 7rem;
  }
}
.contact-coordonne img {
  max-width: 250px;
}
.contact-map {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .contact-map:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #cdcdcd;
    left: -5rem;
  }
}
div.carousel .swiper-button-lock,
div.carousel-presta .swiper-button-lock {
  display: block !important;
}
