/*
@font-face {
    font-family: "daily-spark-sans";
    src: url("http://mcc.local/wp-content/themes/idcomweb/fonts/daily-spark-sans.woff2") format("woff2");
}
*/
.btn-standard {
  background-color: #FF850E;
  padding: 0.7rem 2.4rem;
  color: white;
  transition: 0.4s;
  display: block;
  width: fit-content;
  margin-top: 3rem;
  margin-left: auto;
}
.btn-standard:hover {
  background-color: #0E3858;
}
.btn-fichier {
  background-color: white;
  padding: 0.7rem 2.4rem;
  color: #FF850E;
  border: 1px solid #FF850E;
  transition: 0.4s;
  display: block;
  width: fit-content;
  margin-top: 3rem;
  margin-left: auto;
}
.btn-fichier:hover {
  background-color: #0E3858;
  border: 1px solid #0E3858;
  color: white;
}
.lien-arrow {
  color: #FF850E;
  font-size: 17px;
  position: relative;
  display: block;
  width: fit-content;
}
.lien-arrow:after {
  position: absolute;
  content: url("data:image/svg+xml;base64,PHN2ZyBpZD0icmlnaHQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPgogIDxwYXRoIGlkPSJhcnJvdyIgZD0iTTguMzExLDE3Ljc2NCw4LjIsMTcuNjcxLjMyOSw5LjhhMS4xMjcsMS4xMjcsMCwwLDEtLjE5My0uMjU5aDBMLjEyNSw5LjUxNWwwLS4wMDZMLjExNCw5LjQ5My4xMDgsOS40ODJsMC0uMDFMLjEsOS40NTV2MGExLjEyNywxLjEyNywwLDAsMS0uMDQtLjh2MEwuMDYyLDguNjNsMC0uMDEsMC0uMDEuMDA2LS4wMTd2MGExLjExNSwxLjExNSwwLDAsMSwuMTU4LS4yNzlsMCwwYTEuMTM0LDEuMTM0LDAsMCwxLC4wODctLjFsMCwwTDguMi4zMjlBMS4xMjUsMS4xMjUsMCwwLDEsOS44ODksMS44MTRMOS44LDEuOTIxLDMuODQyLDcuODc1SDE2Ljg3NWExLjEyNSwxLjEyNSwwLDAsMSwuMTMxLDIuMjQzbC0uMTMxLjAwN0gzLjg0Mkw5LjgsMTYuMDc5YTEuMTI2LDEuMTI2LDAsMCwxLC4wOTQsMS40ODVsLS4wOTQuMTA2YTEuMTI2LDEuMTI2LDAsMCwxLTEuNDg1LjA5NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxIDIxKSByb3RhdGUoMTgwKSIgZmlsbD0iI2ZmODUwZSIvPgo8L3N2Zz4K");
  width: 10px;
  height: 10px;
  right: -1rem;
}
.mar-auto {
  display: flex;
}
.mar-auto .bloc-image {
  margin: auto;
}
.first-section {
  margin-top: 100px;
}
@media screen and (max-width: 1199px) {
  .first-section {
    margin-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .first-section {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .first-section {
    margin-top: 30px;
  }
}
.first-section .bloc-titre {
  margin-bottom: 0;
}
.first-section-2 {
  margin-top: 130px;
}
@media screen and (max-width: 1199px) {
  .first-section-2 {
    margin-top: 90px;
  }
}
@media screen and (max-width: 991px) {
  .first-section-2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .first-section-2 {
    margin-top: 30px;
  }
}
.bg-blanc {
  background-color: #F9F9F9;
}
.bg-blanc .bloc-texte {
  margin-bottom: 0;
}
@keyframes texte-defilant {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
html {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Teko";
}
body {
  color: #000000;
  background-color: var(--couleur-fond);
  overflow-x: hidden;
}
body .error-404 {
  position: relative;
  top: 200px;
  height: 500px;
}
body .error-404 a {
  background-color: #ff850e;
  border-color: #ff850e;
}
body .error-404 a:hover {
  background-color: #ff850e;
  border-color: #ff850e;
}
@media screen and (max-width: 767.98px) {
  body .error-404 {
    top: 90px;
    height: 380px;
  }
}
body .container {
  max-width: 1280px;
  padding: 0 50px;
}
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;
  top: 0;
  z-index: 30;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  body header #menu-mobile {
    display: none !important;
  }
}
body header .button-fixed {
  position: absolute;
  height: 100%;
  background: #FF850E;
  right: 0;
  border-radius: 60px 0 60px;
  padding: 2rem 2.5rem;
}
@media screen and (max-width: 1199px) {
  body header .button-fixed {
    display: none;
  }
}
body header .button-fixed .fond-o {
  position: relative;
}
body header .button-fixed .fond-o:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 150px;
  background-color: #FF850E;
  display: block;
  left: 50%;
  bottom: 0;
  z-index: -1;
}
body header .button-fixed p {
  margin-bottom: 0;
}
body header .entete {
  height: 47px;
  background-color: var(--couleur-fond);
}
@media screen and (max-width: 880px) {
  body header .entete {
    display: none;
  }
}
body header .entete .accroche {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
body header .entete .d-flex {
  justify-content: end;
  padding-right: 15%;
}
body header .entete .entete-element {
  display: flex;
  width: fit-content;
  height: fit-content;
  margin: auto 0.7rem;
}
body header .entete .entete-element svg {
  margin-right: 0.9rem;
}
body header .entete .entete-element p {
  margin-bottom: 0;
}
body header .entete .entete-element a {
  color: white;
}
body header .entete .entete-element a:hover {
  color: #FF850E;
}
body header .corps {
  padding: 15px 0 10px;
  background-color: var(--couleur-fond);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1200px) {
  body header .corps {
    border-bottom-right-radius: 80px;
  }
}
body header .corps .msavant .menu-responsive .row {
  justify-content: space-between;
}
body header .corps .msavant .last-btn .row {
  position: relative;
}
body header .corps .msavant .last-btn .row .btn-tel {
  position: relative;
  width: fit-content;
  transform: translateY(-5px);
}
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 {
  width: 100%;
}
body header .corps .menu-principal nav {
  display: flex;
}
body header .corps .menu-principal nav .menu-menu-header-container {
  width: 100%;
}
body header .corps .menu-principal nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media screen and (min-width: 1200px) {
  body header .corps .menu-principal nav ul {
    justify-content: space-evenly;
    display: flex;
  }
}
body header .corps .menu-principal nav ul li {
  display: inline-block;
  margin-right: 0.563rem;
  padding-bottom: 30px;
  position: relative;
}
body header .corps .menu-principal nav ul li.current-menu-item > a {
  color: var(--couleur-items-menu-survol);
}
body header .corps .menu-principal nav ul li.menu-item-has-children.current-menu-item > a:after {
  background-color: var(--couleur-items-menu-survol);
}
body header .corps .menu-principal nav ul li.menu-item-has-children > a:after {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.5' height='6' viewBox='0 0 10.5 6'%3E%3Cpath id='chevron' d='M.22,5.78a.75.75,0,0,0,.99.062L1.28,5.78,5.25,1.811,9.22,5.78a.75.75,0,0,0,.99.062l.071-.062a.75.75,0,0,0,.062-.99L10.28,4.72,5.78.22A.75.75,0,0,0,4.79.157L4.72.22.22,4.72A.75.75,0,0,0,.22,5.78Z' transform='translate(10.5 6) rotate(180)'/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.5' height='6' viewBox='0 0 10.5 6'%3E%3Cpath id='chevron' d='M.22,5.78a.75.75,0,0,0,.99.062L1.28,5.78,5.25,1.811,9.22,5.78a.75.75,0,0,0,.99.062l.071-.062a.75.75,0,0,0,.062-.99L10.28,4.72,5.78.22A.75.75,0,0,0,4.79.157L4.72.22.22,4.72A.75.75,0,0,0,.22,5.78Z' transform='translate(10.5 6) rotate(180)'/%3E%3C/svg%3E");
  width: 10.5px;
  height: 6px;
  webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  font-size: 0;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  background-color: var(--couleur-items-menu);
  margin-left: 0.5rem;
}
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: 117%;
  left: -14.5px;
  z-index: 10;
  background-color: #FF850E;
  display: none;
  overflow: hidden;
  min-width: 200px;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li {
  margin: 0;
  padding: 0;
  display: block;
  border-top: 1px solid white;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a {
  padding: 14.5px 23px;
  display: block;
  color: var(--couleur-fond);
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a:hover {
  background-color: #0E3858;
  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: #0E3858;
  color: var(--couleur-fond);
}
body header .corps .menu-principal nav ul li:last-child {
  margin-right: 0;
}
body header .corps .menu-principal nav ul li a {
  font-size: 1rem;
  line-height: 1.188rem;
  font-weight: 500;
  color: var(--couleur-items-menu);
}
body header .corps .menu-principal nav ul li a:hover {
  color: var(--couleur-items-menu-survol);
}
body header .corps .bouton-mise-en-avant {
  padding-bottom: 20px;
}
body header .corps .bouton-mise-en-avant a {
  font-size: 0.8rem;
  line-height: 1.5rem;
  border-radius: 0;
  font-weight: 500;
  border: 2px solid var(--couleur);
  color: var(--couleur);
  padding: 6px 16px;
  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 svg {
  margin-right: 0.5rem;
}
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 footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body footer .coordonnees p.t-orange {
  color: #ff850e;
  text-transform: uppercase;
  font-weight: 600;
}
body footer .coordonnees .d-flex {
  margin-bottom: 1rem;
}
body footer .coordonnees .d-flex svg {
  margin-right: 0.5rem;
}
body footer .coordonnees .d-flex span,
body footer .coordonnees .d-flex p {
  color: white;
  margin-bottom: 0;
}
body footer .coordonnees .d-flex a {
  color: white;
  transition: 0.3s;
}
body footer .coordonnees .d-flex a:hover {
  color: #ff850e;
}
body footer .corps {
  padding: 65px 0;
}
body footer .corps .menu-menu-footer-container .lien-orange a {
  color: #ff850e !important;
  text-transform: uppercase;
  font-weight: 600;
}
body footer .corps .logo-footer {
  margin-top: -1rem;
  margin-bottom: 26px;
}
body footer .corps .logo-footer .logo {
  max-width: 240px;
}
body footer .corps .logo-footer .logo span {
  margin: 0.8rem 0 1.3rem;
  width: 100%;
  display: block;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.33;
  letter-spacing: 3.6px;
}
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 .reseaux-sociaux .reseau {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 30px;
}
body footer .corps .part-identite .reseaux-sociaux .reseau:last-child {
  margin-right: 0;
}
body footer .corps .part-identite .reseaux-sociaux .reseau a .icone {
  margin: 0;
  width: 32px;
  height: 32px;
}
body footer .corps .part-identite .reseaux-sociaux .reseau a .intitule {
  display: none;
}
body footer .corps .part-menu ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body footer .corps .part-menu ul.menu li {
  margin-bottom: 5px;
}
body footer .corps .part-menu ul.menu li:nth-child(8) {
  margin-bottom: 63px;
}
body footer .corps .part-menu ul.menu li a {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--couleur);
}
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;
}
body footer .pied.separateur-full:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--couleur-separateur);
}
body footer .pied.separateur-container {
  background-color: #0E2E47;
}
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;
}
body footer .pied .logo-idcom svg path {
  fill: white;
}
@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: 1199px) {
  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: -100%;
    overflow-y: scroll;
    padding-bottom: 120px;
    background-color: var(--couleur-fond);
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  body header .corps .menu-principal nav.header-avec-entete {
    top: 80px;
  }
  body header .corps .menu-principal nav ul.menu {
    padding-top: 30px;
  }
  body header .corps .menu-principal nav ul.menu li.menu-item-has-children > a:after {
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
  }
  body header .corps .menu-principal nav ul.menu li.menu-item-has-children > a:hover:after {
    transform: rotate(180deg);
  }
  body header .corps .menu-principal nav ul.menu > li {
    display: block;
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    margin-right: 0;
  }
  body header .corps .menu-principal nav ul.menu > li > a {
    display: block;
    padding: 0 15px;
  }
  body header .corps .menu-principal nav ul.menu > li ul.sub-menu {
    position: static;
    margin: 0px;
    width: 100%;
    transform: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-align: left;
    padding: 15px 30px;
  }
  body header .corps .menu-principal nav ul.menu > li ul.sub-menu > li > a {
    font-size: 14px;
    line-height: 18px;
  }
  body header #menu-mobile {
    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 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;
  }
}
@media screen and (max-width: 1199px) and screen and (min-width: 1200px) {
  body #menu-mobile {
    display: none !important;
  }
}
.section-bleu {
  position: relative;
}
.section-bleu .contenu-simple {
  padding: 30px 0;
}
.section-bleu .row {
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .section-bleu .row {
    width: 95%;
  }
}
.section-bleu .fond-bleu {
  width: 80%;
  margin: auto;
  margin-bottom: 1rem;
}
.section-bleu .fond-bleu .bloc-titre {
  margin-bottom: 0.8rem;
}
.section-bleu .fond-bleu .bloc-titre .titre {
  letter-spacing: 3.38px;
}
.section-bleu .fond-bleu > .bloc-image > .img-fluid {
  position: absolute;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -10%);
  top: 50%;
}
.carousel-custom {
  margin-bottom: 1rem;
}
.carousel-custom .carousel {
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  overflow: clip;
}
.carousel-custom .carousel .swiper .swiper-pagination {
  display: none;
}
.carousel-custom .carousel .swiper .carousel-btn {
  position: absolute;
  bottom: 0rem;
  right: 0;
  gap: 0;
  display: flex;
}
.carousel-custom .carousel .swiper .carousel-btn:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 50%;
  background-color: white;
  left: 50%;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-custom .carousel .swiper .carousel-btn .swiper-button {
  padding: 1rem;
  background-color: rgba(30, 28, 36, 0.75);
  position: relative;
  z-index: 1;
}
.carousel-custom .carousel .swiper .carousel-btn .swiper-button:after {
  width: 8px;
  height: 15px;
}
.carousel-custom .carousel .swiper .carousel-btn .swiper-button-prev {
  left: 0;
}
.carousel-custom .carousel .swiper .carousel-btn .swiper-button-next {
  right: 0;
}
@media screen and (min-width: 992px) {
  .pad-left {
    padding-left: 5rem;
  }
}
.pad-left .bloc-titre {
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .pad-right {
    padding-right: 5rem;
  }
}
.pad-right .bloc-titre {
  margin-bottom: 1rem;
}
.btn-spe .bloc-boutons a:hover {
  border: 1px solid #FF850E !important;
}
.carousel-standard > .contenu-simple > .container {
  position: relative;
}
.carousel-standard > .contenu-simple > .container .carousel {
  position: initial;
}
.carousel-standard > .contenu-simple > .container .carousel .swiper {
  position: initial;
}
.carousel-standard > .contenu-simple > .container .carousel .swiper .swiper-pagination {
  display: none;
}
.carousel-standard > .contenu-simple > .container .carousel .swiper .carousel-btn {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 110%;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
}
.savoir .bloc-titre {
  margin-bottom: 0;
}
.savoir .savoir-faire .bloc-image {
  text-align: center;
  margin-bottom: 1.5rem;
}
.savoir .savoir-faire .bloc-image img {
  width: 67px;
  height: auto;
}
.savoir .savoir-faire .bloc-texte p {
  font-size: 16px;
  font-weight: 500;
  color: #707070;
}
@media screen and (max-width: 767px) {
  div.chiffre-cle {
    margin-bottom: 2rem;
  }
}
div.chiffre-cle div.bloc-texte {
  margin-bottom: 0;
}
div.chiffre-cle div.bloc-texte p {
  margin-bottom: 0;
}
div.chiffre-cle .bloc-texte:first-of-type {
  margin-bottom: 1rem;
}
div.chiffre-cle .bloc-texte:first-of-type strong {
  font-size: 40px;
}
@media screen and (max-width: 580px) {
  div.chiffre-cle .bloc-texte:first-of-type strong {
    font-size: 30px;
  }
}
.ymc-filter-custom-layout {
  display: flex;
  padding-top: 3rem;
  gap: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 580px) {
  .ymc-filter-custom-layout {
    flex-direction: column;
  }
}
.ymc-filter-custom-layout .filter-custom-layout {
  flex: 0 0 25%;
}
@media screen and (max-width: 580px) {
  .ymc-filter-custom-layout .filter-custom-layout {
    flex: 0 0 100%;
  }
}
.ymc-filter-custom-layout .filter-custom-layout li {
  margin-bottom: 0;
}
.ymc-filter-custom-layout .filter-custom-layout .filtre {
  background-color: #0E3858;
  text-align: center;
  padding: 1rem;
}
.ymc-filter-custom-layout .filter-custom-layout .filtre span {
  color: white;
  font-weight: bold;
}
.ymc-filter-custom-layout .filter-custom-layout .lv-1 .tous {
  background-color: #FF850E;
}
.ymc-filter-custom-layout .filter-custom-layout .lv-1 .tous a {
  padding: 1rem;
  color: white;
  width: 100%;
  display: block;
}
.ymc-filter-custom-layout .filter-custom-layout .lv-1 > li {
  padding: 0;
}
.ymc-filter-custom-layout .filter-custom-layout .lv-1 > li:before {
  display: none;
}
.ymc-filter-custom-layout .filter-custom-layout .lv-1 .lv-2 > li {
  padding: 0;
}
.ymc-filter-custom-layout .filter-custom-layout .lv-1 .lv-2 > li > span svg {
  transition: 0.4s;
  margin-left: auto;
  height: auto;
}
.ymc-filter-custom-layout .filter-custom-layout .lv-1 .lv-2 > li > span,
.ymc-filter-custom-layout .filter-custom-layout .lv-1 .lv-2 > li > a {
  padding: 1rem;
  background-color: #4D4B4B;
  border-bottom: 1px solid white;
  width: 100%;
  display: flex;
  color: white;
}
.ymc-filter-custom-layout .filter-custom-layout .lv-1 .lv-2 > li:before {
  display: none;
}
.ymc-filter-custom-layout .filter-custom-layout .lv-1 .lv-2 .lv-3 {
  display: none;
  margin-bottom: 0;
}
.ymc-filter-custom-layout .filter-custom-layout .lv-1 .lv-2 .lv-3 > li {
  padding: 0;
  display: flex;
}
.ymc-filter-custom-layout .filter-custom-layout .lv-1 .lv-2 .lv-3 > li:before {
  display: none;
}
.ymc-filter-custom-layout .filter-custom-layout .lv-1 .lv-2 .lv-3 > li a {
  padding: 1rem 1.4rem;
  background-color: white;
  border-bottom: 1px solid #F9F9F9;
  width: 100%;
  display: block;
  color: #707070;
}
.ymc-filter-custom-layout .filter-custom-layout .lv-1 .lv-2 .lv-3 > li a:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #707070;
  border-radius: 0;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.ymc-filter-custom-layout .filter-custom-layout .lv-1 .lv-2 .lv-3 > li a.active:before {
  background-color: black;
}
.ymc-filter-custom-layout .filter-custom-layout .lv-1 .lv-2 > li.ouvert span svg {
  transform: rotate(180deg);
}
.ymc-filter-custom-layout .filter-custom-layout .lv-1 .lv-2 > li.ouvert .lv-3 {
  display: block;
}
.ymc-filter-custom-layout .container-post-custom-layout {
  width: 70%;
}
@media screen and (max-width: 580px) {
  .ymc-filter-custom-layout .container-post-custom-layout {
    width: 100%;
    padding: 1rem;
  }
}
.ymc-filter-custom-layout .container-post-custom-layout article {
  display: flex;
  padding: 2rem;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  height: auto;
  gap: 1.4rem;
  border: none !important;
  background: white !important;
  padding: 2.5rem !important;
}
@media screen and (max-width: 580px) {
  .ymc-filter-custom-layout .container-post-custom-layout article {
    flex-direction: column;
  }
}
.ymc-filter-custom-layout .container-post-custom-layout article .btn-standard {
  width: 90%;
  text-align: center;
  margin-left: initial;
  margin-right: auto;
  margin-top: 2rem !important;
  text-transform: uppercase;
  color: white !important;
  text-decoration: none !important;
  font-size: 17px;
}
@media screen and (max-width: 580px) {
  .ymc-filter-custom-layout .container-post-custom-layout article .btn-standard {
    margin-left: auto;
  }
}
.ymc-filter-custom-layout .container-post-custom-layout article .contenu-image {
  display: flex;
}
@media screen and (min-width: 581px) {
  .ymc-filter-custom-layout .container-post-custom-layout article .contenu-image {
    width: 50%;
  }
}
.ymc-filter-custom-layout .container-post-custom-layout article .contenu-image img {
  margin: auto;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 580px) {
  .ymc-filter-custom-layout .container-post-custom-layout article .contenu-image img {
    max-height: 300px;
  }
}
@media screen and (min-width: 581px) {
  .ymc-filter-custom-layout .container-post-custom-layout article .contenu-texte {
    width: 50%;
  }
}
.ymc-filter-custom-layout .container-post-custom-layout article .contenu-texte h1,
.ymc-filter-custom-layout .container-post-custom-layout article .contenu-texte h2,
.ymc-filter-custom-layout .container-post-custom-layout article .contenu-texte h3,
.ymc-filter-custom-layout .container-post-custom-layout article .contenu-texte h4,
.ymc-filter-custom-layout .container-post-custom-layout article .contenu-texte h5 {
  color: #0E3858;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
}
.ymc-filter-custom-layout .container-post-custom-layout article .contenu-texte .picto {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.4rem;
}
.ymc-filter-custom-layout .container-post-custom-layout article .contenu-texte .picto img {
  width: 59px;
  height: auto;
}
.ymc-filter-custom-layout .container-post-custom-layout article .contenu-texte .info {
  margin-top: 4px;
  display: flex;
  gap: 0.5rem;
}
.ymc-filter-custom-layout .container-post-custom-layout article .contenu-texte .info span {
  color: #0E3858;
  font-weight: 600;
}
.ymc-filter-custom-layout .container-post-custom-layout article .contenu-texte .info p {
  color: #394166;
  margin-bottom: 0;
}
.ymc-filter-custom-layout .container-post-custom-layout article .contenu-texte .description {
  margin-top: 1.4rem;
}
.ymc-filter-custom-layout .container-post-custom-layout article .contenu-texte .description p {
  color: #707070;
}
.ymc-filter-custom-layout .container-post-custom-layout article .contenu-texte .caracteristiques {
  margin-top: 1.4rem;
  display: flex;
  flex-direction: column;
}
.ymc-filter-custom-layout .container-post-custom-layout article .contenu-texte .caracteristiques span {
  padding: 5px 0 5px 1rem;
  color: #707070;
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  position: relative;
  text-align: left;
}
.ymc-filter-custom-layout .container-post-custom-layout article .contenu-texte .caracteristiques span:before {
  border-style: solid;
  border-width: .15em .15em 0 0;
  border-color: #FF850E;
  content: '';
  display: inline-block;
  height: 0.65em;
  left: -0.8rem;
  transform: rotate(45deg);
  position: relative;
  top: 6px;
  vertical-align: top;
  width: 0.65em;
}
.ymc-filter-custom-layout .pagination-numeric {
  gap: 5px;
}
.ymc-filter-custom-layout .pagination-numeric li {
  padding: 0;
  margin: 0;
}
.ymc-filter-custom-layout .pagination-numeric li:before {
  content: none;
}
.ymc-filter-custom-layout .pagination-numeric li span,
.ymc-filter-custom-layout .pagination-numeric li a {
  border: none !important;
  padding: .53rem 1rem !important;
  height: 38px !important;
  width: 38px !important;
  line-height: inherit !important;
}
.ymc-filter-custom-layout .pagination-numeric li span {
  color: white !important;
  background-color: #FF850E !important;
}
.ymc-filter-custom-layout .pagination-numeric li a svg {
  margin-top: -5px;
}
.ymc-filter-custom-layout .pagination-numeric li a svg path {
  transition: 0.5s;
}
.ymc-filter-custom-layout .pagination-numeric li a:hover {
  color: white !important;
  background-color: #FF850E !important;
}
.ymc-filter-custom-layout .pagination-numeric li a:hover svg path {
  fill: white;
}
.savoir-certifie {
  background-color: #F8F8F8;
}
.savoir-certifie section.contenu-simple {
  padding: 80px 0;
}
@media screen and (max-width: 1199px) {
  .savoir-certifie section.contenu-simple {
    padding: 60px 0;
  }
}
@media screen and (max-width: 580px) {
  .savoir-certifie section.contenu-simple {
    padding: 30px 0;
  }
}
.savoir-certifie section.contenu-simple .row-block {
  justify-content: space-between;
}
.savoir-certifie section.contenu-simple .row-block .savoir-faire-certifie .bloc-image {
  text-align: center;
}
.savoir-certifie section.contenu-simple .row-block .savoir-faire-certifie img {
  width: 67px;
}
.contenus-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contenus-txt .bloc-image {
  margin-bottom: 1rem;
}
.contenus-txt .bloc-image img {
  max-width: 260px;
}
.contenus-txt .coordonnees p.t-orange {
  color: #ff850e;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
}
.contenus-carte {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.texte-formulaire strong span {
  font-size: 22px;
}
