/*
@font-face {
    font-family: "daily-spark-sans";
    src: url("http://mcc.local/wp-content/themes/idcomweb/fonts/daily-spark-sans.woff2") format("woff2");
}
*/
@keyframes texte-defilant {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  color: #000000;
  background-color: var(--couleur-fond);
  overflow-x: hidden;
}
body [id] {
  scroll-margin-top: 200px;
}
body main {
  padding-top: 86px;
}
@media screen and (max-width: 900px) {
  body main {
    padding-top: 86px;
  }
}
@media screen and (max-width: 780px) {
  body main {
    padding-top: 86px;
  }
}
body .container {
  max-width: 1280px;
  padding: 0 50px;
}
body h6 {
  font-weight: 800 !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 div.bloc-texte ul {
  padding-left: 0;
}
body div.bloc-texte ul li:before {
  background-color: currentColor;
}
body header {
  position: fixed;
  z-index: 100;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
body header .entete {
  height: 40px;
  background-color: var(--couleur-fond);
  font-size: 1rem;
}
body header .entete span.with-margin {
  margin-left: 2rem;
}
body header .entete span a {
  text-decoration: none;
}
body header .entete span svg {
  min-width: 17px;
  min-height: 15px;
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  body header .entete {
    height: 35px !important;
  }
}
@media screen and (max-width: 900px) {
  body header .entete {
    display: none !important;
  }
}
body header .entete .accroche {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
body header .entete .entete-3 {
  display: flex;
  gap: 2.2rem;
}
body header .entete .entete-3 .entete-info {
  display: flex;
}
body header .entete .entete-3 .entete-info .entete-info-inner:hover svg path {
  stroke: #404040;
}
body header .entete .entete-3 .entete-info .entete-info-inner:hover a {
  color: #404040;
}
body header .entete .entete-3 .entete-info p {
  margin-bottom: 0;
}
body header .entete .entete-3 .entete-info svg {
  margin-right: 0.8rem;
  transition: all 0.3s ease-in-out !important;
}
body header .entete .entete-3 .entete-info svg path {
  transition: all 0.3s ease-in-out !important;
}
body header .entete .entete-3 .entete-info a {
  color: white;
}
body header .entete .entete-3 .entete-info a:hover svg path {
  stroke: #404040;
}
body header .corps {
  height: auto;
  padding: 15px 0;
  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%;
  font-size: 20px;
}
body header .corps .logo a {
  margin: 0;
  text-decoration: none;
  color: #008fb3;
  font-weight: 700 !important;
}
body header .corps .logo a img {
  max-height: 90px;
}
body header .corps .menu-principal {
  margin-left: auto;
}
@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: 1.5rem;
  position: relative;
}
@media screen and (min-width: 1200px) and (max-width: 1800px) {
  body header .corps .menu-principal nav ul li {
    margin-right: 1rem;
  }
}
body header .corps .menu-principal nav ul li.disabled-link {
  pointer-events: none;
  cursor: not-allowed;
}
body header .corps .menu-principal nav ul li.current-menu-item.show-active > a {
  color: var(--couleur-items-menu-survol);
}
body header .corps .menu-principal nav ul li.current-menu-item.show-active > a:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 100%;
  height: 10px;
  background-color: #DCFBBD;
  opacity: 0.9;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  top: 165%;
  left: -14.5px;
  z-index: 10;
  display: none;
}
@media screen and (min-width: 990px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu {
    background-color: #FAFAFA;
    overflow: hidden;
    border-radius: 0;
    min-width: 260px;
    padding: 1rem 0 !important;
    box-shadow: none;
    height: fit-content !important;
    padding-bottom: 0 !important;
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 990px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu {
    padding-left: 15px !important;
  }
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li {
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: 1px solid #B1B0AF;
}
@media screen and (max-width: 990px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li {
    border-bottom: 1px solid rgba(177, 176, 175, 0.1);
  }
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a {
  padding: 8.5px 23px;
  display: block;
  color: #50535A;
  font-size: 17px;
  font-family: 'poppins';
}
@media screen and (max-width: 990px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a {
    padding-left: 0 !important;
  }
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #9FC63A;
  z-index: -1;
  transition: all 250ms;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a:hover {
  text-decoration: none;
  color: var(--couleur-items-menu-survol);
  background-color: #9FC63A;
  background-position: 0%;
  transition: background-color 0.5s ease-in-out, background-position 0.5s ease-in-out !important;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a:hover::before {
  width: 100%;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a:after {
  display: none;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li.current-menu-item > a {
  text-decoration: underline;
  color: var(--couleur-items-menu-survol);
}
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: 400;
  color: var(--couleur-items-menu);
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 6px;
}
body header .corps .menu-principal nav ul li a:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: -100%;
  width: 100%;
  height: 10px;
  background-color: #DCFBBD;
  transition: all 0.2s ease;
  transform: translateX(-50%);
  opacity: 0.9;
}
@media screen and (max-width: 1200px) {
  body header .corps .menu-principal nav ul li a:after {
    display: none;
  }
}
body header .corps .menu-principal nav ul li a:hover {
  color: var(--couleur-items-menu-survol);
}
body header .corps .menu-principal nav ul li a:hover:after {
  left: 50%;
}
@media screen and (max-width: 1700px) {
  body header .corps .menu-principal nav ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1400px) {
  body header .corps .menu-principal nav ul li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  body header .corps .menu-principal nav ul li a {
    font-size: 13px;
  }
}
body header .corps .bouton-mise-en-avant a {
  padding: 0.5rem 0.875rem;
  color: #e3855e;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 4px;
  font-weight: 500;
  border: 1px solid var(--couleur);
  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;
  text-decoration: none;
}
body header .corps .bouton-mise-en-avant a.plein {
  background-color: var(--couleur);
  color: #fff;
  width: max-content;
  border-radius: 25px;
}
body header .corps .bouton-mise-en-avant a.plein:hover {
  background-color: var(--couleur-survol);
  border-color: #ffffff;
  color: #ffffff;
  border-radius: 0;
}
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;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  body header .corps .bouton-mise-en-avant {
    position: relative;
    right: 8rem;
  }
}
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;
}
@media screen and (max-width: 767.98px) {
  body header .corps {
    height: 70px;
  }
}
body main #grille_tarifaire {
  padding-top: 0;
}
body main #nf-field-42-wrap p {
  font-size: 12px;
}
body main .text-under-title {
  padding: 20px 20% 20px 15% !important;
}
body main .text-under-title p {
  margin-bottom: 0;
}
body footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}
body footer .corps {
  padding: 20px 0 40px 0;
  background-color: #50535A;
}
body footer .corps .logo-footer {
  margin-bottom: 26px;
}
body footer .corps .logo-footer .logo {
  max-width: 200px;
}
body footer .corps .infos-contact {
  padding-top: 0;
}
body footer .corps .infos-contact .bloc-contact {
  color: var(--couleur);
  font-size: 1rem;
}
body footer .corps .infos-contact .bloc-contact.has-margin-top {
  margin-top: 20px;
}
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;
  margin-bottom: 1rem;
  align-items: center;
}
body footer .corps .infos-contact .bloc-contact .info p {
  margin-bottom: 0;
  font-weight: bold;
}
body footer .corps .infos-contact .bloc-contact .info span {
  font-weight: bold;
}
body footer .corps .infos-contact .bloc-contact .info svg {
  height: 25px;
  width: 25px;
  margin-right: 1rem;
}
body footer .corps .infos-contact .bloc-contact .info.horaire-footer svg {
  min-width: 21px;
}
body footer .corps .reseaux-sociaux {
  font-size: 0;
  margin-top: 1.75rem;
}
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 .part-identite .description {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff;
  opacity: 0.7;
}
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-identite .reseaux-sociaux .reseau a:hover svg path {
  stroke: #e3855e;
}
body footer .corps .part-menu ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body footer .corps .part-menu ul.menu li {
  list-style-type: none;
  padding: 0;
}
body footer .corps .part-menu ul.menu li.desktop-break {
  margin-top: 3.3rem;
}
body footer .corps .part-menu ul.menu li.fw-bold > a {
  font-weight: 700;
}
body footer .corps .part-menu ul.menu li.disabled-link > a {
  pointer-events: none;
  cursor: not-allowed;
  color: #ffffff;
}
body footer .corps .part-menu ul.menu li.no-uppercase > a {
  text-transform: none;
  font-weight: 800;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  body footer .corps .part-menu ul.menu li.no-uppercase > a {
    font-size: 1rem;
  }
}
body footer .corps .part-menu ul.menu li a {
  font-size: 1rem;
  line-height: 1.75rem;
  color: var(--couleur);
}
body footer .corps .part-menu ul.menu li a:hover {
  color: var(--couleur-survol);
}
body footer .corps .part-menu ul.menu li.menu-item-2636 {
  margin-bottom: 50px;
}
body footer .corps .part-menu ul.menu ul.sub-menu {
  padding-left: 0;
}
body footer .corps .part-menu.colonnes-menu-2 ul.menu {
  column-count: 2;
}
body footer .corps .part-menu.colonnes-menu-2 ul.menu li:nth-of-type(4) {
  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-menu .menu-footer {
  margin-left: 6rem;
}
@media screen and (max-width: 767.98px) {
  body footer .corps .part-menu .menu-footer {
    margin-left: unset;
  }
}
body footer .corps .part-menu .menu-footer ul li a:hover {
  text-decoration: underline;
}
body footer .corps .part-annexes {
  text-align: right;
}
body footer .corps .part-annexes .zone-annexes {
  display: inline-block;
  text-align: left;
}
body footer .corps .part-annexes .zone-annexes .infos-contact {
  text-align: right;
  font-size: 1rem;
  line-height: 1.5rem;
}
body footer .pied {
  font-size: 0.875rem;
  line-height: 1.188rem;
  background-color: #4a4d54;
}
body footer .pied .footer-left-menu a {
  color: #d0d3d5;
}
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.separateur-container > .container a:hover {
  text-decoration: underline;
}
body footer .pied > .container {
  padding-top: 21px;
  padding-bottom: 21px;
}
body footer .pied .pied-part-1 .separateur {
  font-size: 0;
  margin-right: 1.875rem;
}
@media screen and (max-width: 1199px) {
  body footer .pied .pied-part-1 .separateur {
    margin-right: 1rem;
  }
}
body footer .pied .pied-part-2 {
  text-align: right;
}
body footer .pied a {
  color: var(--couleur-lien);
}
body footer .pied a:hover {
  color: var(--couleur-lien-survol);
}
body footer .pied .desc {
  display: inline-block;
  vertical-align: middle;
}
body footer .pied .logo-idcom {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
body footer .pied .logo-idcom svg {
  width: 81px;
}
body footer .titre_menu_footer {
  margin-bottom: 1rem !important;
}
body footer .titre_menu_footer a {
  color: #9FC63A !important;
  font-weight: 700;
  font-size: 18px !important;
}
body footer .titre_menu_footer a:hover {
  text-decoration: none !important;
  cursor: default;
}
body footer .linkedin_icon_footer {
  position: relative;
  margin-top: 3rem;
  font-size: 18px;
  color: #B1B0AF;
  display: flex;
  align-items: center;
}
body footer .linkedin_icon_footer a svg {
  position: relative;
  top: -5px;
}
body .page-content .has-menu-left {
  padding-left: 250px;
}
@media screen and (max-width: 767.98px) {
  body .page-content .has-menu-left {
    padding-left: unset;
  }
}
body.single-produit .page-content {
  padding-top: 12rem;
}
@media screen and (max-width: 1199px) {
  body.single-produit .page-content {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767.98px) {
  body.single-produit .page-content {
    padding-top: 3rem;
  }
}
body div.liste-plaques .no-margin-left {
  margin-left: unset;
}
@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.7rem;
    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.9rem;
    line-height: 1.25rem;
  }
  body footer .corps .part-annexes .zone-annexes .infos-contact {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .corps .infos-contact .bloc-contact {
    font-size: 14px;
  }
  body footer .corps .infos-contact .bloc-contact .horaire-footer {
    min-width: 17px;
  }
  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 a {
    padding: 0.5rem;
    color: #e3855e;
  }
  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: 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: 90px;
    position: relative;
  }
  body header .corps .logo a img {
    height: 50px;
  }
  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 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;
    width: fit-content;
  }
  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 .corps .menu-wrapper {
    justify-content: end !important;
  }
  body header .corps .menu-wrapper .bouton-mise-en-avant {
    display: none;
  }
  body header .corps .menu-wrapper .header-avec-entete .bouton-mise-en-avant {
    display: block;
  }
  body header #menu-mobile {
    font-size: 14px;
    line-height: 18px;
    color: var(--couleur-texte);
    padding: 7.5px 10px;
    vertical-align: middle;
    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;
    position: absolute;
    top: 13.5px;
    right: 15px;
  }
  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 header .corps.menu-2 {
    height: 85px;
  }
  body header .corps .menu-wrapper {
    justify-content: end !important;
  }
  body header .corps .menu-wrapper .bouton-mise-en-avant {
    display: none;
  }
  body header .corps .menu-wrapper .header-avec-entete .bouton-mise-en-avant {
    display: block;
  }
  body .container {
    padding: 0 20px;
  }
  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%;
    opacity: .1;
    margin: 15px 0;
  }
  body footer .corps .part-identite div {
    text-align: center;
  }
  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;
    justify-content: center;
  }
  body footer .pied .pied-part-1 .separateur {
    font-size: 0.875rem;
    margin-right: 0;
  }
  body footer .pied .pied-part-2 {
    text-align: center;
  }
  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;
}
.flex-centrer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.bandeau-dentete .visuel {
  max-height: 100vh;
  background-color: #404040e5;
}
section.bandeau-dentete .visuel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.1));
  z-index: 1;
}
@media screen and (max-width: 580px) {
  section.bandeau-dentete .visuel:before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.37), rgba(0, 0, 0, 0.1));
  }
}
.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;
}
@media screen and (max-width: 992px) {
  .img-devis > .bloc-image:first-of-type img {
    height: 500px;
  }
}
@media screen and (max-width: 767.98px) {
  .img-devis > .bloc-image:first-of-type img {
    height: 300px;
  }
}
.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%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1800px) {
  .container-header {
    width: 100% !important;
  }
}
.container-90 {
  width: 90%;
  margin: auto;
  position: relative;
}
.contenu-bleu-clair {
  background-color: #728EA7;
}
.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='Composant_8_1' data-name='Composant 8 – 1' 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='%23fff'/%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='%23728ea7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: inherit;
  top: -2px;
  left: -2rem;
  width: 32px;
  height: 32px;
}
.wp-block-migb-masonry-gallery {
  background-color: #404040;
  padding: 30px 20px;
}
.contenu-simple.google-reviews .ti-widget.ti-goog .ti-review-item > .ti-inner {
  background-color: #4b4b4b !important;
  border: none !important;
  border-radius: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 45px !important;
  position: relative;
}
.contenu-simple.google-reviews .ti-widget.ti-goog .ti-review-item > .ti-inner:before {
  position: absolute;
  content: url("../img/svg/quote.svg");
  top: 15px;
  left: 20px;
}
.contenu-simple.google-reviews .ti-widget.ti-goog .ti-review-header {
  padding: 20px !important;
  background-color: #4b4b4b !important;
}
.contenu-simple.google-reviews .ti-widget.ti-goog .ti-review-header:before {
  display: none;
}
.contenu-simple.google-reviews .ti-widget.ti-goog .ti-widget-container .ti-name {
  color: #ffffff !important;
  text-align: center;
  padding: 0 !important;
}
.contenu-simple.google-reviews .ti-widget.ti-goog .ti-review-content .ti-review-text {
  font-family: 'Jost' !important;
  color: #ffffff;
  opacity: 0.7;
  padding-top: 10px;
}
.contenu-simple.google-reviews .ti-widget.ti-goog .ti-read-more span {
  color: #ffffff !important;
}
.contenu-simple.google-reviews .ti-widget .source-Google .ti-star.f {
  background-image: url("../img/svg/feather-star.svg") !important;
}
.select2-container {
  max-width: 93vw !important;
}
.select2-container .select2-dropdown {
  border: none;
}
.select2-container .select2-dropdown .select2-search {
  display: none;
}
.select2-container .select2-dropdown .select2-results {
  background-color: #ffe1d4;
  color: #000000;
}
.select2-container .select2-dropdown .select2-results .select2-results__option:first-of-type {
  border-top: 1px solid #9B9B9B;
}
.select2-container .select2-dropdown .select2-results .select2-results__option {
  background-color: #ffe1d4;
  border-bottom: 1px solid #9B9B9B;
  padding: 0.5rem 1rem;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #000000 !important;
  background-color: #EEEEEE !important;
}
.formulaire .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}
.formulaire .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 8px 5px 0 6px;
  margin-left: -12px;
  border-color: #000000 transparent transparent transparent;
}
.formulaire .select2-container--default .select2-selection {
  height: 50px;
  border-radius: 7px;
  background-color: #ffe1d4;
  color: #000000;
  border: none;
}
.formulaire .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 47px;
  color: #000000;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 8px 5px 0 6px !important;
  border-color: #000000 transparent transparent transparent !important;
}
.coller-bord-droite img {
  width: 100%;
  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;
  }
}
.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;
}
.section_img_cut .col_with_cut_img img {
  clip-path: polygon(20% 0, 0 100%, 100% 100%, 100% 0);
  right: -10rem;
  position: relative;
  transition: clip-path 0.3s ease-in-out;
  height: 70vh;
  object-fit: cover;
}
.section_img_cut .col_with_cut_img img:hover {
  clip-path: polygon(22% 0, 3% 100%, 100% 100%, 100% 0);
}
@media screen and (max-width: 1400px) {
  .section_img_cut .col_with_cut_img img {
    right: -1rem;
  }
}
@media screen and (max-width: 990px) {
  .section_img_cut .col_with_cut_img img {
    height: unset;
    right: 0;
    clip-path: none;
  }
}
.section_img_cut .section_img_cut_text {
  position: relative;
  left: 25rem;
}
@media screen and (max-width: 1550px) {
  .section_img_cut .section_img_cut_text {
    left: 12rem;
  }
}
@media screen and (max-width: 1400px) {
  .section_img_cut .section_img_cut_text {
    left: 5rem;
  }
}
@media screen and (max-width: 990px) {
  .section_img_cut .section_img_cut_text {
    left: 0;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 660px) {
  .section_img_cut .section_img_cut_text {
    left: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 20px;
  }
}
.section_img_cut .section_img_cut_text .bloc-titre:after {
  content: "";
  position: absolute;
  left: 0%;
  width: 65%;
  height: 25px;
  background-color: #DCFBBD;
  opacity: 0.9;
  z-index: 1;
  top: 40px;
}
@media screen and (max-width: 1400px) {
  .section_img_cut .section_img_cut_text .bloc-titre:after {
    left: 3rem;
    width: 60% !important;
    height: 15px;
    top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .section_img_cut .section_img_cut_text .bloc-titre:after {
    display: none;
  }
}
.section_img_cut .section_img_cut_text .bloc-titre .titre {
  font-size: 40px;
  font-family: 'poppins';
  font-weight: 700;
  color: #50535A !important;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 990px) {
  .section_img_cut .section_img_cut_text .bloc-titre .titre {
    font-size: 30px;
  }
}
.section_img_cut .section_img_cut_text .bloc-titre .titre span {
  font-weight: 600;
}
.section_img_cut .section_img_cut_text .bloc-texte {
  width: 60%;
}
@media screen and (max-width: 990px) {
  .section_img_cut .section_img_cut_text .bloc-texte {
    width: 100%;
  }
}
.section_img_cut .section_img_cut_text .bouton img {
  width: unset;
}
.section_img_cut_left {
  background-color: #FAFAFA;
  padding-bottom: 60px;
}
.section_img_cut_left:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 29%;
  height: 25px;
  background-color: #DCFBBD;
  opacity: 0.6;
  z-index: 1;
  top: 7rem;
  display: none;
}
@media screen and (max-width: 1400px) {
  .section_img_cut_left:before {
    width: 90%;
  }
}
.section_img_cut_left .bloc-titre {
  width: 65%;
}
.section_img_cut_left .bloc-titre:after {
  content: "";
  position: absolute;
  left: 0%;
  width: 65%;
  height: 25px;
  background-color: #DCFBBD;
  opacity: 0.6;
  z-index: 1;
  top: 40px;
}
@media screen and (max-width: 1400px) {
  .section_img_cut_left .bloc-titre:after {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .section_img_cut_left .bloc-titre {
    width: 100%;
  }
}
.section_img_cut_left .bloc-titre .titre {
  font-size: 40px;
  font-family: 'poppins';
  font-weight: 700;
  color: #50535A !important;
  position: relative;
  z-index: 2;
  line-height: normal;
}
@media screen and (max-width: 990px) {
  .section_img_cut_left .bloc-titre .titre {
    font-size: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 990px) {
  .section_img_cut_left .bloc-texte {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* Espace entre les lignes */
  }
  .section_img_cut_left .bloc-texte p {
    position: relative !important;
    display: inline-block;
    font-size: 18px;
    /* Ajustez la taille du texte */
    margin: 0;
    overflow: hidden;
  }
}
.section_img_cut_left .bloc-texte {
  width: 60%;
}
@media screen and (max-width: 990px) {
  .section_img_cut_left .bloc-texte {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
  }
}
.section_img_cut_left .bouton img {
  width: unset;
  margin-left: 15px;
}
.section_img_cut_left .bloc-image {
  z-index: 2;
  position: relative;
  width: 75%;
  left: 15rem;
  clip-path: polygon(20% 0, 0 100%, 100% 100%, 100% 0);
}
@media screen and (max-width: 1200px) {
  .section_img_cut_left .bloc-image {
    width: 100%;
    left: 0;
  }
}
.col_with_cut_bg_color {
  height: 100%;
  background-color: #EFF0F1;
  position: absolute;
  z-index: 2;
  width: 39%;
  opacity: 1;
  margin-top: -5rem;
  left: 0;
  transition: clip-path 0.3s ease-in-out;
  clip-path: polygon(0 0, 0 100%, 70% 100%, 100% 0);
}
.col_with_cut_bg_color:hover {
  clip-path: polygon(0 0, 0 100%, 66% 100%, 96% 0);
}
@media screen and (max-width: 990px) {
  .col_with_cut_bg_color {
    display: none;
  }
}
.nos_valeurs {
  position: relative;
  z-index: 3;
}
.section_img_cut_l .col_with_cut_img img {
  clip-path: polygon(0 0, 0 100%, 100% 150%, 65% 0);
  right: 1rem;
  position: relative;
  transition: clip-path 0.3s ease-in-out;
  height: 70vh;
  object-fit: cover;
}
.section_img_cut_l .col_with_cut_img img:hover {
  clip-path: polygon(0 0, 0 100%, 100% 170%, 60% 0);
}
@media screen and (max-width: 1400px) {
  .section_img_cut_l .col_with_cut_img img {
    right: 1rem;
  }
}
@media screen and (max-width: 990px) {
  .section_img_cut_l .col_with_cut_img img {
    height: unset;
    right: 0;
    clip-path: none;
  }
}
.section_img_cut_l .section_img_cut_text {
  position: relative;
  left: 0;
}
@media screen and (max-width: 990px) {
  .section_img_cut_l .section_img_cut_text {
    left: 0;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 660px) {
  .section_img_cut_l .section_img_cut_text {
    left: 0;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.section_img_cut_l .section_img_cut_text .bloc-titre:after {
  content: "";
  position: absolute;
  left: 0%;
  width: 65%;
  height: 25px;
  background-color: #DCFBBD;
  opacity: 0.6;
  z-index: 1;
  top: 40px;
}
@media screen and (max-width: 1400px) {
  .section_img_cut_l .section_img_cut_text .bloc-titre:after {
    width: 56% !important;
    height: 20px;
    top: 50px;
  }
}
.section_img_cut_l .section_img_cut_text .bloc-titre .titre {
  font-size: 40px;
  font-family: 'poppins';
  font-weight: 700;
  color: #50535A !important;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 990px) {
  .section_img_cut_l .section_img_cut_text .bloc-titre .titre {
    font-size: 30px;
  }
}
.section_img_cut_l .section_img_cut_text .bloc-texte {
  width: 60%;
}
@media screen and (max-width: 1400px) {
  .section_img_cut_l .section_img_cut_text .bloc-texte {
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  .section_img_cut_l .section_img_cut_text .bloc-texte {
    width: 100%;
  }
}
.section_img_cut_l .section_img_cut_text .bouton img {
  width: unset;
}
.nos_realisations_listing {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 1400px) {
  .nos_realisations_listing .nos_realisations .post-content {
    width: 90% !important;
  }
}
.nos_realisations_listing .nos_realisations h3 {
  font-size: 35px;
  font-family: 'poppins';
  font-weight: 700;
  color: #50535A;
  padding-bottom: 1rem;
}
@media screen and (min-width: 360px) and (max-width: 767px) {
  .nos_realisations_listing .nos_realisations h3 {
    font-size: 25px;
    padding-top: 1.5rem;
  }
}
.nos_realisations_listing .nos_realisations .nos_realisations_zone {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'poppins';
  color: #50535A;
  margin-left: 10px;
}
.nos_realisations_listing .nos_realisations .zone_icon {
  position: relative;
  top: -5px;
}
.nos_realisations_listing .nos_realisations .cat_div {
  margin-top: 15px;
  margin-bottom: 15px;
}
.nos_realisations_listing .nos_realisations .cat_div .cat_realisations {
  font-style: italic;
}
.nos_realisations_listing .nos_realisations .cat_realisations_titre {
  font-size: 20px;
  font-weight: 600;
  font-family: 'poppins';
  color: #50535A;
  margin-bottom: 5px;
}
.nos_realisations_listing .nos_realisations .titre_bien {
  margin-top: 15px;
}
.nos_realisations_listing .nos_realisations .cat_realisations_texte {
  font-size: 16px;
  color: #50535A;
  margin-right: 60px;
}
@media screen and (max-width: 1400px) {
  .nos_realisations_listing .nos_realisations .cat_realisations_texte {
    margin-right: 0px;
  }
}
.nos_realisations_listing .nos_realisations .img_container {
  position: relative;
}
.nos_realisations_listing .nos_realisations .img_container img {
  height: 100%;
  object-fit: cover;
  width: 680px;
  height: 400px;
}
@media screen and (max-width: 1400px) {
  .nos_realisations_listing .nos_realisations .img_container img {
    width: 100%;
    left: -1rem;
    position: relative;
    top: 15px;
  }
}
.nos_realisations_listing .nos_realisations .img_container .cat_realisations_tag {
  position: absolute;
  margin-left: 3%;
  background-color: #9FC63A;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'poppins';
  padding: 10px 30px;
  border-radius: 25px;
  z-index: 2;
  top: 50px;
}
@media screen and (max-width: 1400px) {
  .nos_realisations_listing .nos_realisations .img_container .cat_realisations_tag {
    top: 0;
  }
}
.nos_realisations_listing .nos_realisations .img_container .cat_realisations_tag1 {
  position: absolute;
  margin-left: 3%;
  background-color: #9FC63A;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'poppins';
  padding: 10px 30px;
  border-radius: 25px;
  z-index: 2;
  top: 50px;
}
@media screen and (max-width: 1400px) {
  .nos_realisations_listing .nos_realisations .img_container .cat_realisations_tag1 {
    top: 0;
  }
}
@media screen and (max-width: 1400px) {
  .nos_realisations_listing .nos_realisations .img_container {
    width: 100%;
  }
}
.nos_realisations_listing .nos_realisations a {
  width: max-content;
  border: 2px solid #9FC63A;
  padding: 10px 20px;
  color: #9FC63A !important;
  font-size: 16px !important;
  text-decoration: none !important;
}
.nos_realisations_listing .nos_realisations a:hover {
  background-color: #9FC63A;
  color: #fff !important;
  transition: none !important;
}
.nos_realisations_listing .nos_realisations a:hover svg #Path_42 {
  fill: #fff;
}
.nos_realisations_listing .swiper-container {
  height: 400px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .nos_realisations_listing .swiper-container {
    height: unset;
  }
}
.nos_realisations_listing .swiper-wrapper {
  transition-timing-function: step-start !important;
}
.nos_realisations_listing .swiper-button-prev,
.nos_realisations_listing .swiper-button-next {
  border: none;
  padding: 10px;
  cursor: pointer;
  color: #fff !important;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .nos_realisations_listing .swiper-button-prev,
  .nos_realisations_listing .swiper-button-next {
    color: #9fc63a !important;
  }
}
@media screen and (max-width: 1400px) {
  .nos_realisations_listing .swiper-button-prev {
    left: -1rem;
  }
}
.nos_realisations_listing .swiper-button-next {
  right: -7rem;
}
@media screen and (max-width: 1400px) {
  .nos_realisations_listing .swiper-button-next {
    right: 1rem;
  }
}
.ymc-smart-filter-container {
  padding: 0;
  line-height: inherit;
  border: 0px solid #e0e4e9 !important;
  row-gap: 1px;
}
.ymc-smart-filter-container .mt-5 {
  margin: 0 !important;
}
.ymc-smart-filter-container .ymc-post-custom-layout {
  border: 0px solid #e0e4e9 !important;
  padding: 0;
}
.ymc-smart-filter-container .head-post {
  display: none;
}
.ymc-smart-filter-container .inform {
  display: none;
}
.filter-layout1-1 .filter-entry .filter-item {
  list-style-image: unset !important;
}
.filter-layout1-1 .bloc-texte li {
  list-style-image: unset !important;
}
.titre_realisations {
  margin-top: 5rem;
}
.titre_realisations .titre span {
  position: relative;
  z-index: 2;
  font-size: 40px;
  font-family: 'poppins';
  font-weight: 600;
}
@media screen and (min-width: 360px) and (max-width: 767px) {
  .titre_realisations .titre span {
    font-size: 25px;
  }
}
.titre_realisations:after {
  content: "";
  position: absolute;
  bottom: auto;
  left: 40%;
  width: 20%;
  height: 25px;
  background-color: #DCFBBD;
  opacity: 0.9;
  z-index: 1;
  top: 12rem;
}
@media screen and (max-width: 1200px) {
  .titre_realisations:after {
    left: 35%;
    width: 30%;
  }
}
@media screen and (max-width: 990px) {
  .titre_realisations:after {
    display: none;
  }
}
.titre_biens_a_vendre {
  margin-top: 5rem;
}
@media screen and (max-width: 990px) {
  .titre_biens_a_vendre {
    margin-top: 2rem;
  }
}
.titre_biens_a_vendre .titre span {
  position: relative;
  z-index: 2;
  font-size: 40px;
  font-family: 'poppins';
  font-weight: 600;
}
@media screen and (min-width: 360px) and (max-width: 767px) {
  .titre_biens_a_vendre .titre span {
    font-size: 25px;
  }
}
.titre_biens_a_vendre:after {
  content: "";
  position: absolute;
  bottom: auto;
  left: 25%;
  width: 50%;
  height: 25px;
  background-color: #DCFBBD;
  opacity: 0.8;
  z-index: 1;
  top: 12rem;
}
@media screen and (max-width: 1700px) {
  .titre_biens_a_vendre:after {
    left: 15%;
    width: 70%;
  }
}
@media screen and (max-width: 1600px) {
  .titre_biens_a_vendre:after {
    left: 22%;
    width: 56%;
  }
}
@media screen and (max-width: 1500px) {
  .titre_biens_a_vendre:after {
    left: 20%;
    width: 60%;
  }
}
@media screen and (max-width: 1400px) {
  .titre_biens_a_vendre:after {
    left: 15%;
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .titre_biens_a_vendre:after {
    left: 5%;
    width: 90%;
  }
}
@media screen and (max-width: 990px) {
  .titre_biens_a_vendre:after {
    display: none;
  }
}
.nos_annonces_listing img {
  width: -webkit-fill-available;
  object-fit: cover;
}
.archive-post_custom_actualite article {
  background-color: #fff;
  padding-bottom: 20px;
}
.archive-post_custom_actualite article h3 {
  font-size: 18px;
  color: #50535A;
  text-align: center;
  margin-top: 1rem;
}
.archive-post_custom_actualite article p {
  margin-bottom: 1.25rem;
  opacity: 0.7;
  text-align: center;
  font-size: 16px;
  color: #50535A;
}
.archive-post_custom_actualite article a {
  text-align: center;
  border: 1px solid #9FC63A;
  width: 40%;
  margin: 0 auto;
  text-decoration: none !important;
  color: #9FC63A !important;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px !important;
}
.archive-post_custom_actualite article a:hover {
  color: #fff !important;
  background-color: #9FC63A;
}
.archive-post_custom_actualite article a:hover #Path_42 {
  fill: #fff;
}
.carte_du_quartier {
  background-color: #FAFAFA;
}
.carte_du_quartier .titre span {
  font-size: 35px;
  font-family: 'Poppins';
  font-weight: 600;
}
.size_price_div .nombre_de_pieces {
  font-size: 18px;
  margin-left: 5px;
  margin-right: 25px;
  font-weight: 500;
  color: #50535A;
}
.size_price_div .size_price_div_icon {
  position: relative;
  top: -2px;
}
.nous-contacter-btn {
  margin-right: 0;
  background-color: #DCFBBD;
  color: #fff;
  width: max-content;
  border-radius: 25px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  transition: all 0.3s ease;
}
.nous-contacter-btn:hover {
  border-radius: 0;
}
.nous-contacter-btn a:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: -100%;
  width: 100%;
  height: 10px;
  background-color: transparent !important;
  transition: all 0.3s ease;
  transform: translateX(-50%);
  opacity: 0.5;
  display: none;
}
.nous-contacter-btn a svg {
  transition: transform 0.1s !important;
}
.nous-contacter-btn a:hover svg {
  transform: rotate(0deg) !important;
}
@media screen and (max-width: 1200px) {
  .nous-contacter-btn {
    padding-bottom: 15px !important;
  }
}
.menu-menu-header-container a .item-menu-span {
  position: relative;
  z-index: 9;
}
.menu-menu-header-container a svg {
  transition: transform 0.3s;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .menu-menu-header-container a svg {
    display: none;
  }
}
.menu-menu-header-container a:hover svg {
  transform: rotate(180deg);
}
.my_custom_filter_1 .filter-link {
  background-color: transparent !important;
  color: #50535A !important;
}
.filter-link span {
  text-transform: uppercase;
}
.page-id-4272,
.page-id-4282,
.page-id-4345,
.page-id-4352 {
  background-color: #EBEBEB;
}
.original-tax-name {
  font-size: 18px;
  font-family: 'poppins';
  color: #50535A;
  text-transform: none;
}
.original-tax-name svg {
  margin-right: 1rem;
  margin-left: 1rem;
}
.tax-localite .menu-active {
  border: none !important;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #filter-layout3-1 {
    position: relative;
    left: 25%;
  }
}
@media screen and (max-width: 480px) {
  #filter-layout3-1 {
    position: relative;
    left: 10%;
  }
}
.table_grille_tarifaire {
  margin-bottom: 5rem;
}
.table_grille_tarifaire .icon_grille_tarif {
  width: 15%;
}
.table_grille_tarifaire th {
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #DDDBD7;
  color: #50535A;
  font-weight: 600;
  font-size: 15px;
}
.table_grille_tarifaire td {
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #DDDBD7;
  background-color: #ebfcc3;
  color: #50535A;
  font-size: 15px;
  font-weight: 500;
}
.annonces_home .annonce_after_img {
  width: 22%;
  position: absolute;
  top: 11rem;
}
.annonces_home .annonce_after_img_2 {
  width: 30%;
  position: absolute;
  top: 15rem;
  right: 0;
}
.fixed_bg_logo_left {
  position: fixed;
  width: 33%;
  opacity: 0.2;
}
@media screen and (max-width: 991px) {
  .fixed_bg_logo_left {
    display: none;
  }
}
.fixed_bg_logo_right {
  width: 30%;
  right: 0;
  position: fixed;
  opacity: 0.2;
}
@media screen and (max-width: 991px) {
  .fixed_bg_logo_right {
    display: none;
  }
}
.intervention_zone .contenu_text {
  padding-left: 20%;
  margin-top: 5rem;
}
@media screen and (max-width: 991px) {
  .intervention_zone .contenu_text {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 0;
  }
}
.intervention_zone .bloc-image img {
  width: 65%;
}
@media screen and (max-width: 991px) {
  .intervention_zone .bloc-image img {
    width: 60%;
    position: relative;
    left: 25%;
  }
}
@media screen and (max-width: 660px) {
  .intervention_zone .bloc-image img {
    width: 100%;
    left: 0;
  }
}
.nos_engagements {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/wp-content/uploads/2024/12/AdobeStock_489861741.jpg');
}
.nos_engagements .integration-images .colonne {
  margin-bottom: 10rem;
}
.nos_engagements .image {
  padding-bottom: 0% !important;
}
.nos_engagements .image img {
  height: auto !important;
  left: 30% !important;
  width: 40% !important;
}
.nos_engagements .zone-txt .bloc-titre .petit {
  font-size: 26px;
  line-height: 2rem;
  font-family: 'Poppins';
  color: #9FC63A;
  font-weight: 700;
  height: 70px;
}
@media only screen and (max-width: 990px) {
  .nos_engagements .zone-txt .bloc-titre .petit {
    text-align: center !important;
  }
}
.nos_engagements .zone-txt .bloc-texte {
  margin-top: 3rem;
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins';
}
@media only screen and (max-width: 990px) {
  .nos_engagements .zone-txt .bloc-texte {
    text-align: center !important;
  }
}
.nos_activites {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('/wp-content/uploads/2024/12/nos_activite.jpg');
}
@media screen and (min-width: 991px) {
  .nos_activites {
    background-size: 100% 300px !important;
    background-position: bottom !important;
  }
}
.nos_activites .integration-images .colonne {
  margin-bottom: 10rem;
}
.nos_activites .integration-images .colonne .zone {
  background-color: #45484E;
  padding-top: 3rem;
  padding-bottom: 2rem !important;
}
.nos_activites .image {
  padding-bottom: 0% !important;
}
.nos_activites .image img {
  height: auto !important;
  left: 36% !important;
  width: 25% !important;
}
.nos_activites .zone-txt .bloc-titre .petit {
  font-size: 22px;
  line-height: 2rem;
  font-family: 'Poppins';
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 990px) {
  .nos_activites .zone-txt .bloc-titre .petit {
    text-align: center !important;
  }
}
.nos_activites .zone-txt .intitule-lien span {
  border: 1px solid #9fc63a;
  padding: 10px 20px;
}
.nos_activites .zone-txt .intitule-lien span:hover {
  background-color: #9fc63a;
  color: #fff;
}
.nos_activites .zone-txt .bloc-texte {
  margin-top: 3rem;
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins';
}
@media screen and (min-width: 1400px) {
  .image_qui_nous_sommes_1 img {
    position: absolute;
    top: 15rem;
    width: 20% !important;
    opacity: 0.4;
  }
}
@media screen and (max-width: 1399px) {
  .image_qui_nous_sommes_1 img {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .image_qui_nous_sommes_2 img {
    position: absolute;
    top: 0;
    width: 20% !important;
    right: 0;
    opacity: 0.4;
  }
}
@media screen and (max-width: 1399px) {
  .image_qui_nous_sommes_2 img {
    display: none;
  }
}
.titre_qui_nous_sommes {
  background: url(/wp-content/uploads/2025/01/motif-bandeau_Plan-de-travail-1.png);
  padding-top: 1rem;
  padding-bottom: 0rem;
}
@media screen and (max-width: 990px) {
  .titre_qui_nous_sommes {
    padding-bottom: 0;
  }
}
.titre_qui_nous_sommes h2 {
  font-size: 40px !important;
  margin-top: 5rem !important;
}
@media screen and (max-width: 990px) {
  .titre_qui_nous_sommes h2 {
    font-size: 25px !important;
    margin-top: 2rem !important;
  }
}
.titre_qui_nous_sommes h2 span {
  font-family: 'poppins';
  font-weight: 600;
}
@media screen and (min-width: 991px) {
  .btn_fontenat {
    position: absolute;
    top: 35rem;
    left: 10rem;
  }
}
@media screen and (max-width: 990px) {
  .btn_fontenat {
    position: relative;
    top: unset;
    left: unset;
  }
}
.bloc-texte.texte_effect_underline_center {
  font-size: 40px;
  width: fit-content !important;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.bloc-texte.texte_effect_underline_center p {
  font-family: 'poppins';
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bloc-texte.texte_effect_underline_center p {
    font-size: 25px !important;
  }
}
.bloc-texte.texte_effect_underline_center p:after {
  content: "";
  position: absolute;
  left: -5%;
  width: 110%;
  height: 25px;
  background-color: #DCFBBD;
  opacity: 0.9;
  z-index: 0;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .bloc-texte.texte_effect_underline_center p:after {
    height: 10px;
  }
}
.bloc-texte.texte_effect_underline_center p strong {
  position: relative;
  z-index: 2;
  font-weight: 600;
}
.bloc-texte.texte_effect_underline_left.effect_on_one_line_only p:not(:first-child)::after {
  display: none;
}
.bloc-texte.texte_effect_underline_left {
  font-size: 40px !important;
  width: fit-content !important;
  margin-bottom: 2rem;
}
.bloc-texte.texte_effect_underline_left p {
  font-family: 'poppins' !important;
  z-index: 2;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .bloc-texte.texte_effect_underline_left p {
    font-size: 18px !important;
    line-height: 1rem;
  }
}
.bloc-texte.texte_effect_underline_left p:after {
  content: "";
  position: absolute;
  left: 0%;
  width: 100%;
  height: 25px;
  background-color: #DCFBBD;
  opacity: 0.9;
  z-index: -1;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .bloc-texte.texte_effect_underline_left p:after {
    height: 10px;
  }
}
@media screen and (max-width: 600px) {
  .bloc-texte.texte_effect_underline_left p:after {
    display: none;
  }
}
.bloc-texte.texte_effect_underline_left p strong {
  position: relative;
  z-index: 2;
  font-weight: 600;
}
.white_text {
  color: #fff;
}
.decouvrir_fontenat_btn a img {
  width: 25px;
  height: 25px !important;
  object-fit: scale-down !important;
  margin-left: 25px;
}
@media screen and (max-width: 990px) {
  .titre_grille_tarif {
    text-align: center;
  }
  .titre_grille_tarif h2 {
    padding-top: 1.5rem;
  }
}
.titre_grille_tarif span {
  /*margin-left: 23rem;*/
  font-weight: 700;
  font-size: 35px;
  /*@media screen and (max-width: 1550px) {
            margin-left: 24rem;
        }
        @media screen and (max-width: 767px) {
            margin-left: 0rem;
            text-align: center;
        }
        @media screen and (max-width: 480px) {
            margin-left: 1rem;
        }*/
}
.btn_decouvrez_nos_biens a:hover {
  background-color: #9FC63A;
  color: #fff !important;
}
.fond-gris {
  background-color: #FAFAFA;
}
.btn_hover_effect {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'poppins';
}
.btn_hover_effect a:hover {
  background-color: #9FC63A;
  border: 1px solid #9FC63A !important;
}
@media screen and (max-width: 760px) {
  .align-items-end .bouton-mise-en-avant {
    display: none;
  }
}
.charactheristiques .container {
  padding-right: 17rem;
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .charactheristiques .container {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1550px) {
  .charactheristiques .container {
    padding-right: 22rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 899px) {
  .charactheristiques .container {
    padding-right: 2rem;
  }
}
.charactheristiques .container .txt_with_sub p strong {
  font-size: 26px;
  font-weight: 700;
}
.my_custom_filter_2 {
  left: 0%;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .my_custom_filter_2 {
    left: 0%;
  }
}
#preview_nos_activite {
  width: 25%;
}
.le_quartier {
  background-color: #FAFAFA;
  margin-bottom: 0 !important;
  padding-top: 2rem;
}
#le_quartier {
  padding-top: 0 !important;
}
.num_tel svg {
  position: relative;
  top: -3px;
}
.num_tel a {
  color: #fff;
}
.num_tel a:hover {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  #annonces .bloc-titre h2 {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .small_img_1 .img-fluid {
    max-width: 100% !important;
    height: 70px !important;
    object-fit: cover !important;
  }
}
