/*
@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;
}
body {
  color: #000000;
  background-color: var(--couleur-fond);
  overflow-x: hidden;
}
body .container {
  max-width: 1280px;
  padding: 0 50px;
}
body * {
  font-family: "Jost", sans-serif;
}
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 .px-custom {
  padding: 0 10rem;
}
@media screen and (max-width: 1550px) {
  body .px-custom {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  body .px-custom {
    padding: 0 2rem;
  }
}
body header {
  position: fixed;
  width: 100%;
  z-index: 100;
}
body header .entete {
  height: 47px;
  background-color: #253452;
}
@media screen and (max-width: 767.98px) {
  body header .entete {
    display: none;
  }
}
body header .entete .adresse-entete a {
  color: var(--unnamed-color-ffffff);
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-family: "Jost";
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
}
body header .entete .adresse-entete a svg {
  margin-right: 10px;
}
body header .entete .cta .telephone-entete {
  color: var(--unnamed-color-253452);
  text-align: left;
  font-family: "Jost";
  font-size: 20px;
  font-weight: medium;
  letter-spacing: 0px;
  color: #253452;
  background-color: #FFFFFF;
  height: 100%;
  align-content: center;
  padding: 0 25px;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  margin-right: -13px;
}
body header .entete .cta .telephone-entete svg {
  margin-right: 10px;
}
body header .entete .cta .telephone-entete svg path {
  transition: stroke 0.4s ease-in-out;
}
body header .entete .cta .telephone-entete:hover {
  color: #FFFFFF;
  background-color: #2CAEE2;
}
body header .entete .cta .telephone-entete:hover svg path {
  stroke: #FFFFFF;
}
body header .entete .cta .contact-entete {
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  color: var(--unnamed-color-ffffff);
  text-align: center;
  font-family: "Jost";
  font-size: 20px;
  font-weight: medium;
  letter-spacing: 0px;
  color: #FFFFFF;
  background-color: #2CAEE2;
  height: 100%;
  align-content: center;
  padding: 0 20px;
}
body header .entete .cta .contact-entete:hover {
  background-color: #FFFFFF;
  color: #253452;
}
body header .corps {
  height: 90px;
  background-color: var(--couleur-fond);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
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: 70px;
}
body header .corps .menu-principal nav ul {
  list-style-type: none;
}
@media screen and (min-width: 767.98px) {
  body header .corps .menu-principal nav ul {
    justify-self: end;
    padding: 0;
    margin: 0;
  }
}
body header .corps .menu-principal nav ul li {
  display: inline-block;
  margin-right: 1.563rem;
  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: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: 100%;
  left: -14.5px;
  z-index: 10;
  background-color: var(--couleur-fond);
  display: none;
  overflow: hidden;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-width: 380px;
}
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;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a:hover {
  background-color: var(--couleur-items-menu-survol);
  color: var(--couleur-fond);
}
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;
  text-align: left;
  color: #253452;
  font-family: "Jost";
  font-weight: 600;
  letter-spacing: 0px;
}
@media screen and (max-width: 1280px) {
  body header .corps .menu-principal nav ul li a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
body header .corps .menu-principal nav ul li a:hover {
  color: #2CAEE2;
  text-decoration: underline;
}
body header .corps .bouton-mise-en-avant {
  padding-bottom: 20px;
}
body header .corps .bouton-mise-en-avant a {
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  border: 2px solid var(--couleur);
  color: var(--couleur);
  padding: 6px 26px;
  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: #ffffff;
}
body header .corps .bouton-mise-en-avant a.plein:hover {
  background-color: var(--couleur-survol);
  border-color: var(--couleur-survol);
  color: #ffffff;
}
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);
}
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 main {
  padding-top: 135px;
}
body main .card-gris {
  background-color: #F1F3F5;
  padding: 3rem;
  height: 460px;
  margin-bottom: 2rem;
}
body main .card-gris .bloc-titre {
  margin-bottom: 2rem;
}
body main .card-gris .bloc-titre .titre {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0px;
  color: #253452;
  text-transform: uppercase;
}
body main .card-gris .bloc-texte {
  font-family: "Jost";
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: black;
  margin-bottom: 0;
}
body main .titre-2 {
  text-align: left;
  letter-spacing: 0px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  color: #253452;
  text-transform: uppercase;
}
body main .devis-accueil .titre {
  color: var(--unnamed-color-253452);
  text-align: left;
  letter-spacing: 0px;
  color: #253452;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 66px;
}
body main .fond-gris {
  background-color: #F1F3F5;
  padding: 3rem;
}
body main .fond-gris.avec-titre {
  padding: 1rem 3rem 3rem 3rem;
}
body main .fond-gris .bloc-titre {
  margin-bottom: 1rem;
}
body main .fond-gris .bloc-titre .titre {
  color: var(--unnamed-color-253452);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #253452;
  text-transform: uppercase;
}
body main .fond-gris .bloc-boutons {
  text-align: center;
}
body main .fond-gris-1 {
  background-color: #F1F3F5;
  padding: 3rem;
}
@media screen and (min-width: 990px) {
  body main .fond-gris-1 {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
}
body main .fond-gris-1.avec-titre {
  padding: 1rem 3rem 3rem 3rem;
}
body main .fond-gris-1 .bloc-titre {
  margin-bottom: 1rem;
}
body main .fond-gris-1 .bloc-titre .titre {
  color: var(--unnamed-color-253452);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #253452;
  text-transform: uppercase;
}
body main .fond-gris-1 .bloc-boutons {
  text-align: center;
}
body main .simple-gradient-2 {
  background: transparent linear-gradient(90deg, #253452 0%, #2caee2 100%) 0% 0% no-repeat padding-box;
}
@media screen and (min-width: 990px) {
  body main .simple-gradient-2.padding-bottom {
    padding-bottom: 8rem;
  }
  body main .simple-gradient-2.margin-bottom {
    margin-bottom: 15rem;
  }
}
body main .simple-gradient-2 .bloc-texte a {
  color: white;
  text-decoration: underline;
}
body main .simple-gradient-2 .bloc-texte a u {
  color: white;
}
body main .simple-gradient-1 {
  background: transparent linear-gradient(90deg, var(--unnamed-color-2caee2) 0%, var(--unnamed-color-253452) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #2caee2 0%, #253452 100%) 0% 0% no-repeat padding-box;
}
body main .simple-gradient-1 .bloc-texte a {
  color: white;
  text-decoration: underline;
}
body main .simple-gradient-1 .bloc-texte a u {
  color: white;
}
body main .simple-gradient {
  position: relative;
  background: transparent linear-gradient(90deg, var(--unnamed-color-2caee2) 0%, var(--unnamed-color-253452) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #2caee2 0%, #253452 100%) 0% 0% no-repeat padding-box;
}
@media screen and (min-width: 990px) {
  body main .simple-gradient:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg id='Groupe_163288' data-name='Groupe 163288' xmlns='http://www.w3.org/2000/svg' width='299.868' height='318.808' viewBox='0 0 299.868 318.808'%3E%3Cpath id='Tracé_97857' data-name='Tracé 97857' d='M24.246,43.232l-13.857,98.29,121.13-14.578L149.56,0Z' transform='translate(12.943)' fill='%232caee2'/%3E%3Cpath id='Tracé_97858' data-name='Tracé 97858' d='M87.289,19.77,73.3,118.175l121.256-14.7,13.985-98.4Z' transform='translate(91.323 6.32)' fill='%232caee2'/%3E%3Cpath id='Tracé_97859' data-name='Tracé 97859' d='M20.879,78.51,0,225.415l117.312,13.9,24.823-175.5Z' transform='translate(0 79.496)' fill='%232caee2'/%3E%3Cpath id='Tracé_97860' data-name='Tracé 97860' d='M62.972,218.01,83.847,71.1l122.5-15.11L184.228,203.318Z' transform='translate(78.452 69.759)' fill='%232caee2'/%3E%3C/svg%3E%0A");
    opacity: 0.18;
    display: block;
    width: 400px;
    height: 400px;
    right: -10%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 990px) {
  body main .simple-gradient .lien-simple svg path {
    fill: #FFFFFF;
  }
}
body main .simple-gradient .bloc-texte a {
  color: white;
  text-decoration: underline;
}
body main .simple-gradient .bloc-texte a u {
  color: white;
}
body main .simple-blanc {
  position: relative;
}
@media screen and (min-width: 990px) {
  body main .simple-blanc:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg id='Groupe_163289' data-name='Groupe 163289' xmlns='http://www.w3.org/2000/svg' width='299.868' height='318.808' viewBox='0 0 299.868 318.808'%3E%3Cpath id='Tracé_97857' data-name='Tracé 97857' d='M24.246,43.232l-13.857,98.29,121.13-14.578L149.56,0Z' transform='translate(12.943)' fill='%23253452'/%3E%3Cpath id='Tracé_97858' data-name='Tracé 97858' d='M87.289,19.77,73.3,118.175l121.256-14.7,13.985-98.4Z' transform='translate(91.323 6.32)' fill='%23253452'/%3E%3Cpath id='Tracé_97859' data-name='Tracé 97859' d='M20.879,78.51,0,225.415l117.312,13.9,24.823-175.5Z' transform='translate(0 79.496)' fill='%23253452'/%3E%3Cpath id='Tracé_97860' data-name='Tracé 97860' d='M62.972,218.01,83.847,71.1l122.5-15.11L184.228,203.318Z' transform='translate(78.452 69.759)' fill='%23253452'/%3E%3C/svg%3E%0A");
    opacity: 0.07;
    display: block;
    width: 400px;
    height: 400px;
    left: -5%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-repeat: no-repeat;
  }
}
body main .titre-custom-2 p {
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #253452;
  text-transform: uppercase;
}
body main .titre-fond-gradient.alignement-centre {
  justify-items: center;
}
body main .titre-fond-gradient .titre {
  color: var(--unnamed-color-ffffff);
  font: normal normal medium 55px/80px Barlow;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 55px;
  letter-spacing: 0px;
  color: #FFFFFF !important;
  position: relative;
  z-index: 1;
  width: fit-content;
  font-weight: 500;
}
@media screen and (max-width: 990px) {
  body main .titre-fond-gradient .titre {
    font-size: 35px;
  }
}
@media screen and (min-width: 990px) {
  body main .titre-fond-gradient .titre:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    z-index: -1;
    width: 65px;
    height: 65px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='65' viewBox='0 0 65 65'%3E%3Cpath id='Rectangle_148190' data-name='Rectangle 148190' d='M24,0H65a0,0,0,0,1,0,0V65a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V24A24,24,0,0,1,24,0Z' fill='%232caee2'/%3E%3C/svg%3E%0A");
  }
}
body main .titre-fond-gradient-1.alignement-centre {
  justify-items: center;
}
body main .titre-fond-gradient-1 .titre {
  color: var(--unnamed-color-ffffff);
  font: normal normal medium 55px/80px Barlow;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 50px;
  letter-spacing: 0px;
  color: #FFFFFF !important;
  position: relative;
  z-index: 1;
  width: fit-content;
  font-weight: 500;
}
@media screen and (max-width: 990px) {
  body main .titre-fond-gradient-1 .titre {
    font-size: 35px;
  }
}
@media screen and (min-width: 990px) {
  body main .titre-fond-gradient-1 .titre:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    z-index: -1;
    width: 65px;
    height: 65px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='65' viewBox='0 0 65 65'%3E%3Cpath id='Rectangle_148190' data-name='Rectangle 148190' d='M24,0H65a0,0,0,0,1,0,0V65a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V24A24,24,0,0,1,24,0Z' fill='%232caee2'/%3E%3C/svg%3E%0A");
  }
}
body main .titre-fond-gradient-2.alignement-centre {
  justify-items: center;
}
body main .titre-fond-gradient-2 .titre {
  color: var(--unnamed-color-ffffff);
  font: normal normal medium 55px/80px Barlow;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 50px;
  letter-spacing: 0px;
  color: #FFFFFF !important;
  position: relative;
  z-index: 1;
  width: fit-content;
  font-weight: 500;
}
@media screen and (max-width: 990px) {
  body main .titre-fond-gradient-2 .titre {
    font-size: 35px;
  }
}
@media screen and (min-width: 990px) {
  body main .titre-fond-gradient-2 .titre:before {
    content: "";
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    left: -15px;
    z-index: -1;
    width: 65px;
    height: 65px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='65' viewBox='0 0 65 65'%3E%3Cpath id='Rectangle_148190' data-name='Rectangle 148190' d='M24,0H65a0,0,0,0,1,0,0V65a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V24A24,24,0,0,1,24,0Z' fill='%232caee2'/%3E%3C/svg%3E%0A");
  }
}
body main .titre-fond-blanc.alignement-centre {
  justify-items: center;
}
body main .titre-fond-blanc .titre {
  position: relative;
  color: var(--unnamed-color-253452);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #253452;
  width: fit-content;
}
@media screen and (max-width: 990px) {
  body main .titre-fond-blanc .titre {
    font-size: 35px;
  }
}
@media screen and (min-width: 990px) {
  body main .titre-fond-blanc .titre:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    z-index: -1;
    width: 65px;
    height: 65px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='65' viewBox='0 0 65 65'%3E%3Cpath id='Rectangle_148192' data-name='Rectangle 148192' d='M24,0H65a0,0,0,0,1,0,0V65a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V24A24,24,0,0,1,24,0Z' fill='%232caee2'/%3E%3C/svg%3E%0A");
  }
}
body main .titre-text-fond-blanc.alignement-centre {
  justify-items: center;
}
body main .titre-text-fond-blanc p {
  position: relative;
  color: var(--unnamed-color-253452);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #253452;
  width: fit-content;
}
@media screen and (max-width: 990px) {
  body main .titre-text-fond-blanc p {
    font-size: 35px;
  }
}
@media screen and (min-width: 990px) {
  body main .titre-text-fond-blanc p:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    z-index: -1;
    width: 65px;
    height: 65px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='65' viewBox='0 0 65 65'%3E%3Cpath id='Rectangle_148192' data-name='Rectangle 148192' d='M24,0H65a0,0,0,0,1,0,0V65a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V24A24,24,0,0,1,24,0Z' fill='%232caee2'/%3E%3C/svg%3E%0A");
  }
}
body main .row-center .container .row {
  justify-content: center;
}
body main .titre-fond-blanc-2.alignement-centre {
  justify-items: center;
}
body main .titre-fond-blanc-2 .titre {
  position: relative;
  color: var(--unnamed-color-253452);
  text-align: left;
  font: normal normal medium 55px/66px Barlow;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0px;
  color: #253452;
}
@media screen and (max-width: 990px) {
  body main .titre-fond-blanc-2 .titre {
    font-size: 35px;
  }
}
@media screen and (min-width: 990px) {
  body main .titre-fond-blanc-2 .titre:before {
    content: "";
    position: absolute;
    top: 0;
    transform: translateY(-12%);
    left: -15px;
    z-index: -1;
    width: 65px;
    height: 65px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='65' viewBox='0 0 65 65'%3E%3Cpath id='Rectangle_148192' data-name='Rectangle 148192' d='M24,0H65a0,0,0,0,1,0,0V65a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V24A24,24,0,0,1,24,0Z' fill='%232caee2'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (min-width: 990px) {
  body main .border-left-custom {
    border-left: 1px solid #E2E2E2;
  }
}
@media screen and (max-width: 990px) {
  body main .border-left-custom {
    border-top: 1px solid #E2E2E2;
    padding-top: 1rem;
  }
  body main .border-left-custom button {
    border: none;
    background-color: transparent;
  }
}
body main .google-bloc-custom .google-review {
  width: 50%;
  margin-bottom: 0;
}
body main .google-bloc-custom .google-review .ti-widget-container {
  transform: scale(1.9);
}
body main .google-review-1 .ti-widget {
  text-align: left;
}
body main .google-review-1 .ti-widget .ti-widget-container {
  transform: scale(1.2);
}
body main .bloc-avis-google .bloc-texte .grw-review .grw-backgnd {
  background: transparent !important;
}
body main .bloc-avis-google .bloc-texte .grw-review .wp-google-left {
  display: none !important;
}
body main .bloc-avis-google .bloc-texte .grw-review .wp-google-stars {
  display: none !important;
}
body main .bloc-avis-google .bloc-texte .grw-review svg {
  display: none !important;
}
body main .bloc-avis-google .bloc-texte .grw-review .wp-google-feedback {
  height: 250px !important;
}
body main .bloc-avis-google .bloc-texte .rpi-dots-wrap .rpi-dot.active {
  background-color: #000000 !important;
}
body main .bloc-avis-google .bloc-texte .grw-prev {
  position: relative;
}
body main .bloc-avis-google .bloc-texte .grw-prev svg {
  display: none !important;
}
body main .bloc-avis-google .bloc-texte .grw-prev:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath id='arrow' d='M11.081,23.686l-.142-.125-10.5-10.5a1.5,1.5,0,0,1-.258-.346h0l-.015-.028,0-.008-.01-.02-.007-.015L.138,12.63l-.01-.023v0a1.5,1.5,0,0,1-.053-1.071l0-.005.007-.022,0-.014,0-.013L.1,11.457l0,0a1.487,1.487,0,0,1,.211-.372l0,0a1.512,1.512,0,0,1,.116-.132l.005-.006,10.5-10.5a1.5,1.5,0,0,1,2.246,1.98l-.125.142L5.123,10.5H22.5a1.5,1.5,0,0,1,.175,2.99l-.175.01H5.123l7.938,7.939a1.5,1.5,0,0,1,.125,1.98l-.125.142a1.5,1.5,0,0,1-1.98.125Z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
body main .bloc-avis-google .bloc-texte .grw-next {
  position: relative;
}
body main .bloc-avis-google .bloc-texte .grw-next svg {
  display: none !important;
}
body main .bloc-avis-google .bloc-texte .grw-next:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath id='arrow' d='M11.081,23.686l-.142-.125-10.5-10.5a1.5,1.5,0,0,1-.258-.346h0l-.015-.028,0-.008-.01-.02-.007-.015L.138,12.63l-.01-.023v0a1.5,1.5,0,0,1-.053-1.071l0-.005.007-.022,0-.014,0-.013L.1,11.457l0,0a1.487,1.487,0,0,1,.211-.372l0,0a1.512,1.512,0,0,1,.116-.132l.005-.006,10.5-10.5a1.5,1.5,0,0,1,2.246,1.98l-.125.142L5.123,10.5H22.5a1.5,1.5,0,0,1,.175,2.99l-.175.01H5.123l7.938,7.939a1.5,1.5,0,0,1,.125,1.98l-.125.142a1.5,1.5,0,0,1-1.98.125Z' transform='translate(24 24) rotate(180)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
body main .hover-border a:hover {
  border: 2px solid var(--couleur-survol-fond) !important;
  background-color: transparent !important;
}
body main .hover-fond a:hover {
  background-color: var(--couleur-survol-fond) !important;
}
body main .hover-fond a:hover span {
  color: var(--couleur-survol-texte) !important;
}
body main .svg_titre .titre-svg .titre {
  color: var(--unnamed-color-ffffff);
  text-align: center;
  font-family: "Jost";
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 0.84;
  line-height: 2rem;
}
@media screen and (max-width: 990px) {
  body main .svg_titre .titre-svg .titre {
    font-size: 16px;
    line-height: 1.3rem;
  }
}
body main .image-droite .bloc-image {
  position: relative;
}
body main .image-droite .bloc-image img {
  aspect-ratio: 1.54132231;
  object-fit: cover;
}
body main .image-droite .bloc-image:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  width: 90%;
  height: 120%;
  background-color: #2CAEE2;
  z-index: -1;
  clip-path: polygon(56% 0, 100% 0, 100% 100%, 35% 100%);
}
body main .image-gauche .bloc-image {
  position: relative;
}
body main .image-gauche .bloc-image:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 90%;
  height: 120%;
  background-color: #2CAEE2;
  z-index: -1;
  clip-path: polygon(0 0, 50% 0, 40% 100%, 0 99%);
}
body footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body footer .corps {
  padding: 65px 0;
}
body footer .corps .logo-footer {
  margin-bottom: 26px;
}
body footer .corps .logo-footer .logo {
  max-width: 200px;
}
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 .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 .part-identite .description {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 28px;
}
body footer .corps .part-identite .infos-contact {
  font-size: 1rem;
  line-height: 1.5rem;
}
body footer .corps .part-identite .infos-contact .bloc-contact a {
  text-align: left;
  font-family: "Jost";
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.23px;
  color: #000000;
  margin-bottom: 1rem;
}
body footer .corps .part-identite .infos-contact .bloc-contact a svg {
  margin-right: 0.8rem;
}
body footer .corps .part-identite .infos-contact .bloc-contact a:hover {
  color: #2CAEE2;
}
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 .google-review {
  margin-top: 1.6rem;
}
body footer .corps .part-menu .google-review .ti-widget {
  text-align: center;
}
body footer .corps .part-menu .google-review .ti-widget-container {
  transform: scale(1.5);
}
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: 0.8rem;
}
body footer .corps .part-menu ul.menu li a {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  font-family: "Jost";
  font-weight: 500;
  letter-spacing: 0px;
  color: #253452;
}
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-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: 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: #253452;
}
body footer .pied.separateur-full:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--couleur-separateur);
}
body footer .pied.separateur-container > .container {
  padding-top: 0;
}
body footer .pied.separateur-container > .container:before {
  margin-bottom: 21px;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--couleur-separateur);
}
body footer .pied > .container {
  padding-top: 21px;
  padding-bottom: 21px;
}
body footer .pied .pied-part-1 .separateur {
  font-size: 0;
  margin-right: 1.875rem;
}
body footer .pied .pied-part-2 {
  text-align: right;
}
body footer .pied a {
  color: var(--couleur-lien);
}
body footer .pied a:hover {
  color: var(--couleur-lien-survol);
}
body footer .pied .desc {
  display: inline-block;
  vertical-align: middle;
}
body footer .pied .logo-idcom {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
body footer .pied .logo-idcom svg {
  width: 81px;
}
@media screen and (max-width: 1199px) {
  body header .corps.menu-7 .champ-recherches .asl_w_container #ajaxsearchlite1 {
    width: 500px;
  }
  body footer .corps {
    padding: 30px 0;
  }
  body footer .corps .logo-footer {
    margin-bottom: 15px;
  }
  body footer .corps .part-identite .description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 15px;
  }
  body footer .corps .part-identite .reseaux-sociaux .reseau {
    margin-right: 20px;
  }
  body footer .corps .part-identite .reseaux-sociaux .reseau a .icone {
    width: 24px;
    height: 24px;
  }
  body footer .corps .part-menu ul.menu li a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .corps .part-annexes .zone-annexes .infos-contact {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .pied {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  body footer .pied .logo-idcom svg {
    width: 70px;
  }
  body footer .pied.separateur-container > .container {
    padding-bottom: 15px;
  }
  body footer .pied.separateur-container > .container:before {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  body .container {
    padding: 0 30px;
  }
  body header .corps .menu-principal nav ul li {
    margin-right: 1.25rem;
  }
  body header .corps .bouton-mise-en-avant {
    padding-bottom: 22px;
  }
  body header .corps .bouton-mise-en-avant a {
    padding: 4px 15px;
  }
  body header .corps.menu-7 .champ-recherches .asl_w_container #ajaxsearchlite1 {
    width: 350px;
  }
}
@media screen and (max-width: 767.98px) {
  body .container {
    padding: 0 20px;
  }
  body header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  body header .entete {
    height: 20px;
  }
  body header .entete .accroche {
    white-space: nowrap;
    overflow: hidden;
  }
  body header .entete .accroche span {
    display: inline-block;
    padding-left: 100%;
    animation: texte-defilant 10s linear infinite;
  }
  body header .corps {
    height: 60px;
    position: relative;
    border-bottom: 1px solid var(--couleur);
  }
  body header .corps .logo a img {
    height: 50px;
  }
  body header .corps .menu-principal nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 350px;
    height: 100%;
    box-shadow: 10px 0px 10px 0px rgba(136, 136, 136, 0.1);
    -webkit-box-shadow: 10px 0px 10px 0px rgba(136, 136, 136, 0.1);
    -moz-box-shadow: 10px 0px 10px 0px rgba(136, 136, 136, 0.1);
    text-align: left;
    left: -800px;
    overflow-y: scroll;
    padding-bottom: 120px;
    background-color: var(--couleur-fond);
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  body header .corps .menu-principal nav.header-avec-entete {
    top: 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 0px;
  }
  body header .corps .menu-principal nav ul.menu > li ul.sub-menu > li > a {
    font-size: 14px;
    line-height: 18px;
  }
  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;
  }
  body main {
    padding-top: 60px;
  }
  body main.header-avec-entete {
    padding-top: 60px;
  }
  body footer .corps {
    padding: 30px 0 0;
  }
  body footer .corps .part-annexes {
    text-align: left;
  }
  body footer .corps .part-annexes:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--couleur-separateur);
    opacity: .1;
    margin: 0 0 15px;
  }
  body footer .corps .part-annexes .zone-annexes .infos-contact {
    text-align: left;
  }
  body footer .corps .part-identite:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--couleur-separateur);
    opacity: .1;
    margin: 15px 0;
  }
  body footer .corps .part-identite .infos-contact {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .corps .part-menu {
    padding-bottom: 10px;
  }
  body footer .corps .infos-contact .bloc-contact {
    margin-bottom: 15px;
  }
  body footer .pied .pied-part-1 {
    margin-bottom: 5px;
  }
  body footer .pied .pied-part-1 .separateur {
    font-size: 0.875rem;
    margin-right: 0;
  }
  body footer .pied .pied-part-2 {
    text-align: left;
  }
  body footer .pied .logo-idcom svg {
    width: 50px;
  }
}
body#maintenance .page-content {
  background-image: url('/wp-content/themes/idcomweb/img/site-constrcution-img.jpeg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
body#maintenance .page-content > .bloc-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
body#maintenance .page-content > .bloc-image img {
  width: 250px;
  border-radius: 5px;
}
body#maintenance .page-content .formulaire > .container {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
body#maintenance .page-content .formulaire .contenus-txt .bloc-image img {
  border-radius: 5px;
}
body#maintenance .nf-error-msg.nf-error-field-errors {
  text-align: center;
}
