/*
@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 .container.container-header {
  max-width: 1480px;
}
body * {
  font-family: "Plus Jakarta Sans", serif;
}
body .w-90 {
  width: 90%;
}
@media screen and (max-width: 1500px) {
  body .w-90 {
    width: 97%;
  }
}
@media screen and (min-width: 1750px) {
  body .w-90 {
    width: 95%;
  }
}
@media screen and (min-width: 990px) {
  body .w-90-1 {
    width: 90%;
  }
}
@media screen and (min-width: 990px) {
  body .border-radius-simple {
    border-radius: 30px;
  }
}
body .justify-items-center {
  justify-items: center;
}
body .justify-self-center {
  justify-self: center;
}
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.page-id-13 .entete a {
  color: #01356d;
}
@media screen and (max-width: 990px) {
  body .row-block {
    margin: auto;
  }
}
body header {
  position: absolute;
  z-index: 999;
  background: transparent;
  width: 100%;
  justify-items: center;
}
body header .entete {
  height: 47px;
  background-color: transparent;
  width: 90%;
}
@media screen and (min-width: 1750px) {
  body header .entete {
    width: 95%;
  }
}
body header .entete a {
  color: white;
  font-size: 1rem;
  font-weight: 900;
  margin-right: 1.5rem;
}
body header .entete a svg {
  margin-right: 0.4rem;
}
@media screen and (max-width: 1280px) {
  body header .entete a {
    font-size: 0.8rem;
    margin-right: 1rem;
  }
}
body header .entete a.blue {
  color: #61DBFF;
}
body header .entete a.fb {
  margin-left: 10rem;
}
body header .entete .accroche {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
body header .corps {
  height: 100px;
  background-color: var(--couleur-fond);
  width: 90%;
  border-radius: 30px;
}
@media screen and (min-width: 1750px) {
  body header .corps {
    width: 90%;
  }
}
@media screen and (max-width: 1550px) {
  body header .corps {
    width: 98%;
  }
}
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;
}
@media screen and (max-width: 1280px) {
  body header .corps .logo a img {
    max-height: 40px;
  }
}
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: 1rem;
  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 > a {
  padding-bottom: 2.5rem;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.5' height='10.5' viewBox='0 0 10.5 10.5'%3E%3Cg id='Icon_feather-plus' data-name='Icon feather-plus' transform='translate(-6.75 -6.75)'%3E%3Cpath id='Tracé_1' data-name='Tracé 1' d='M18,7.5v9' transform='translate(-6)' fill='none' stroke='%2361dbff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Tracé_2' data-name='Tracé 2' d='M7.5,18h9' transform='translate(0 -6)' fill='none' stroke='%2361dbff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 11px;
  height: 11px;
  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;
  margin-left: 0.5rem;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > a:hover:after {
  transform: rotate(90deg);
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  top: 150%;
  left: -16.5px;
  z-index: 10;
  background-color: #0062D8;
  display: none;
  overflow: hidden;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-width: 300px;
}
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;
  color: white;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a svg {
  margin-right: 0.5rem;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a:hover {
  font-weight: 900;
}
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;
}
@media screen and (max-width: 1550px) {
  body header .corps .menu-principal nav ul li {
    margin-right: 0.8rem;
  }
}
body header .corps .menu-principal nav ul li.no-pointer-grey {
  background-color: grey;
}
body header .corps .menu-principal nav ul li.no-pointer-grey a {
  pointer-events: none;
}
body header .corps .menu-principal nav ul li a {
  font-size: 0.9rem;
  line-height: 1.188rem;
  font-weight: 500;
  color: var(--couleur-items-menu);
}
@media screen and (max-width: 1550px) {
  body header .corps .menu-principal nav ul li a {
    font-size: 0.7rem;
    line-height: 1.2rem;
  }
}
@media screen and (min-width: 1750px) {
  body header .corps .menu-principal nav ul li a {
    font-size: 0.9rem;
  }
}
body header .corps .menu-principal nav ul li a:hover {
  color: var(--couleur-items-menu-survol);
}
body header .corps .bouton-mise-en-avant a {
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 60px;
  font-weight: 500;
  padding: 15px 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;
}
@media screen and (max-width: 1550px) {
  body header .corps .bouton-mise-en-avant a {
    padding: 0.7rem 1rem;
    font-size: 0.8rem;
  }
}
body header .corps .bouton-mise-en-avant a.second-bouton {
  color: #00356D;
  border: 2px solid #00356D;
}
body header .corps .bouton-mise-en-avant a.second-bouton:hover {
  background: #00356D;
  color: #61DBFF;
}
body header .corps .bouton-mise-en-avant a.plein {
  background-color: var(--couleur);
  color: #00356D;
}
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 .bg-custom-blue {
  background-color: #61DBFF;
}
body main .ti-inner {
  border-radius: 30px !important;
}
body main .sombre {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
body main .sombre:after {
  content: "";
  background: black;
  opacity: 0.73;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body main .sombre div {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 990px) {
  body main .popup {
    position: fixed;
    top: 70%;
    transform: translateY(-50%);
  }
}
body main .popup .modal-dialog {
  max-width: 800px;
}
body main .popup .modal-dialog .modal-content {
  border-radius: 30px;
  overflow: hidden;
}
body main .popup .modal-dialog .modal-content .modal-body {
  padding: 0;
  background-color: #0062D8;
}
body main .popup .modal-dialog .modal-content .modal-body .col-md-5 img {
  object-fit: cover;
}
body main .popup .modal-dialog .modal-content .modal-body .col-md-7 {
  padding: 2rem;
}
body main .popup .modal-dialog .modal-content .modal-body .col-md-7 button {
  position: absolute;
  right: 30px;
  top: 30px;
  background: none;
  border: none;
  transition: transform 0.4s ease;
}
body main .popup .modal-dialog .modal-content .modal-body .col-md-7 button:hover {
  transform: rotate(90deg);
}
body main .popup .modal-dialog .modal-content .modal-body .col-md-7 .textuel .titre_1 {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-800) var(--unnamed-font-size-40)/50px var(--unnamed-font-family-plus-jakarta-sans);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-61dbff);
  text-align: left;
  font: normal normal 800 40px/50px Plus Jakarta Sans;
  letter-spacing: 0px;
  color: #61DBFF;
  padding-right: 4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 990px) {
  body main .popup .modal-dialog .modal-content .modal-body .col-md-7 .textuel .titre_1 {
    font: normal normal 800 30px/30px Plus Jakarta Sans;
    padding-right: 0;
  }
}
body main .popup .modal-dialog .modal-content .modal-body .col-md-7 .textuel .titre_2 {
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal medium 30px/52px Plus Jakarta Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
}
body main .popup .modal-dialog .modal-content .modal-body .col-md-7 .textuel .titre_3 {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-800) 50px/60px var(--unnamed-font-family-plus-jakarta-sans);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal 800 50px/50px Plus Jakarta Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
}
@media screen and (max-width: 990px) {
  body main .popup .modal-dialog .modal-content .modal-body .col-md-7 .textuel .titre_3 {
    font: normal normal 800 30px/30px Plus Jakarta Sans;
  }
}
body main .popup .modal-dialog .modal-content .modal-body .col-md-7 .textuel .titre_4 {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-800) 22px/32px var(--unnamed-font-family-plus-jakarta-sans);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-61dbff);
  text-align: left;
  font: normal normal 800 22px/32px Plus Jakarta Sans;
  letter-spacing: 0px;
  color: #61DBFF;
  margin-bottom: 2rem;
}
@media screen and (max-width: 990px) {
  body main .popup .modal-dialog .modal-content .modal-body .col-md-7 .textuel .titre_4 {
    font: normal normal 800 20px/30px Plus Jakarta Sans;
  }
}
body main .popup .modal-dialog .modal-content .modal-body .col-md-7 .textuel p {
  font: var(--unnamed-font-style-normal) normal medium 20px/var(--unnamed-line-spacing-52) var(--unnamed-font-family-plus-jakarta-sans);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal medium 20px/52px Plus Jakarta Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
}
body main .popup .modal-dialog .modal-content .modal-body .col-md-7 .textuel a {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 15px/19px var(--unnamed-font-family-plus-jakarta-sans);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-00356d);
  text-align: center;
  font: normal normal bold 15px/19px Plus Jakarta Sans;
  letter-spacing: 0px;
  color: #00356D;
  padding: 0.7rem 1rem;
  background: #61DBFF;
  border-radius: 60px;
}
body main .popup .modal-dialog .modal-content .modal-body .col-md-7 .textuel a:hover {
  background: white;
}
@media screen and (min-width: 990px) {
  body main .etoile-fixed {
    position: relative;
  }
  body main .etoile-fixed:after {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='280' height='279.999' viewBox='0 0 280 279.999'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_150321' data-name='Rectangle 150321' width='280' height='279.999' fill='%23f5f5f5'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Groupe_162441' data-name='Groupe 162441' clip-path='url(%23clip-path)'%3E%3Cpath id='Tracé_83242' data-name='Tracé 83242' d='M280,141.4v-2.8c-61.445-1.381-96.449-2.744-101.385-14.691S197.481,86.306,239.983,42L238,40.017c-44.31,42.5-69.963,66.308-81.914,61.368S142.78,61.444,141.4,0h-2.8c-1.381,61.444-2.745,96.448-14.691,101.385S86.306,82.519,42,40.017L40.017,42c42.5,44.31,66.307,69.961,61.368,81.914S61.444,137.219,0,138.6v2.8c61.444,1.381,96.449,2.744,101.385,14.69S82.518,193.694,40.017,238L42,239.982c44.311-42.5,69.967-66.307,81.914-61.368S137.22,218.555,138.6,280h2.8c1.381-61.444,2.745-96.449,14.691-101.385s37.6,18.866,81.914,61.368L239.983,238c-42.5-44.309-66.308-69.961-61.368-81.914S218.555,142.78,280,141.4' fill='%23f5f5f5'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
  body main .etoile-fixed .row:before {
    content: "";
    display: block;
    width: 400px;
    height: 400px;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-200%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='380.688' height='380.688' viewBox='0 0 380.688 380.688'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_150321' data-name='Rectangle 150321' width='380.688' height='380.688' fill='%23f5f5f5'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Groupe_162441' data-name='Groupe 162441' clip-path='url(%23clip-path)'%3E%3Cpath id='Tracé_83242' data-name='Tracé 83242' d='M380.688,192.246v-3.805c-83.54-1.878-131.132-3.731-137.844-19.974S268.5,117.341,326.281,57.1l-2.691-2.691c-60.244,57.786-95.121,90.153-111.37,83.436S194.124,83.54,192.246,0h-3.8c-1.878,83.54-3.732,131.131-19.974,137.843S117.342,112.193,57.1,54.407L54.407,57.1c57.784,60.244,90.151,95.119,83.436,111.37S83.54,186.564,0,188.441v3.805c83.54,1.878,131.132,3.731,137.843,19.973s-25.651,51.127-83.436,111.37l2.69,2.691c60.245-57.785,95.128-90.151,111.371-83.436s18.1,54.3,19.974,137.843h3.8c1.878-83.54,3.732-131.132,19.974-137.843s51.125,25.65,111.37,83.436l2.691-2.691c-57.785-60.243-90.152-95.119-83.436-111.37s54.3-18.1,137.844-19.973' fill='%23f5f5f5'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
  body main .etoile {
    position: relative;
  }
  body main .etoile:after {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='280' height='279.999' viewBox='0 0 280 279.999'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_150321' data-name='Rectangle 150321' width='280' height='279.999' fill='%23f5f5f5'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Groupe_162441' data-name='Groupe 162441' clip-path='url(%23clip-path)'%3E%3Cpath id='Tracé_83242' data-name='Tracé 83242' d='M280,141.4v-2.8c-61.445-1.381-96.449-2.744-101.385-14.691S197.481,86.306,239.983,42L238,40.017c-44.31,42.5-69.963,66.308-81.914,61.368S142.78,61.444,141.4,0h-2.8c-1.381,61.444-2.745,96.448-14.691,101.385S86.306,82.519,42,40.017L40.017,42c42.5,44.31,66.307,69.961,61.368,81.914S61.444,137.219,0,138.6v2.8c61.444,1.381,96.449,2.744,101.385,14.69S82.518,193.694,40.017,238L42,239.982c44.311-42.5,69.967-66.307,81.914-61.368S137.22,218.555,138.6,280h2.8c1.381-61.444,2.745-96.449,14.691-101.385s37.6,18.866,81.914,61.368L239.983,238c-42.5-44.309-66.308-69.961-61.368-81.914S218.555,142.78,280,141.4' fill='%23f5f5f5'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
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;
}
@media screen and (min-width: 990px) {
  body footer .corps .infos-contact {
    margin-bottom: 3rem;
  }
}
body footer .corps .infos-contact .bloc-contact {
  margin-bottom: 20px;
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 15px/19px var(--unnamed-font-family-plus-jakarta-sans);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-00356d);
  text-align: left;
  font: normal normal bold 15px/19px Plus Jakarta Sans;
  letter-spacing: 0px;
  color: #00356D;
  position: relative;
  padding-left: 1.5rem;
}
body footer .corps .infos-contact .bloc-contact a {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 15px/19px var(--unnamed-font-family-plus-jakarta-sans);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-00356d);
  text-align: left;
  font: normal normal bold 15px/19px Plus Jakarta Sans;
  letter-spacing: 0px;
  color: #00356D;
}
body footer .corps .infos-contact .bloc-contact a:hover {
  color: var(--couleur-survol);
}
body footer .corps .infos-contact .bloc-contact:first-child:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.564' height='18.148' viewBox='0 0 12.564 18.148'%3E%3Cpath id='Icon_ionic-ios-pin' data-name='Icon ionic-ios-pin' d='M14.157,3.375A6.072,6.072,0,0,0,7.875,9.208c0,4.537,6.282,12.315,6.282,12.315s6.282-7.778,6.282-12.315A6.072,6.072,0,0,0,14.157,3.375Zm0,8.328A2.046,2.046,0,1,1,16.2,9.657,2.046,2.046,0,0,1,14.157,11.7Z' transform='translate(-7.875 -3.375)' fill='%230062d8'/%3E%3C/svg%3E%0A");
  display: block;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px;
}
body footer .corps .infos-contact .bloc-contact:last-child:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.8' height='16.8' viewBox='0 0 16.8 16.8'%3E%3Cpath id='Icon_awesome-phone-alt' data-name='Icon awesome-phone-alt' d='M16.321,11.872,12.646,10.3a.788.788,0,0,0-.919.226L10.1,12.512A12.162,12.162,0,0,1,4.285,6.7L6.274,5.07A.786.786,0,0,0,6.5,4.151L4.925.476a.793.793,0,0,0-.9-.456L.61.808A.788.788,0,0,0,0,1.575,15.223,15.223,0,0,0,15.225,16.8a.788.788,0,0,0,.768-.61l.788-3.413a.8.8,0,0,0-.46-.906Z' transform='translate(0 0)' fill='%230062d8'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
}
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: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 15px/23px var(--unnamed-font-family-plus-jakarta-sans);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-00356d);
  text-align: left;
  font: normal normal bold 15px/23px Plus Jakarta Sans;
  letter-spacing: 0px;
  color: #00356D;
  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: 8px;
}
body footer .corps .part-menu ul.menu li a {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-16)/var(--unnamed-line-spacing-26) var(--unnamed-font-family-plus-jakarta-sans);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-00356d);
  text-align: right;
  font: normal normal normal 16px/26px Plus Jakarta Sans;
  letter-spacing: 0px;
  color: #00356D;
}
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: left;
  font-size: 1rem;
  line-height: 1.5rem;
}
body footer .pied {
  font-size: 0.875rem;
  line-height: 1.188rem;
  background-color: #0062D8;
}
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 {
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  body header .entete {
    height: 20px;
    display: none;
  }
  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: -1100px;
    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: 0;
    padding-top: 70px;
  }
  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 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 {
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  body header .entete {
    height: 20px;
    display: none;
  }
  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: 0;
    padding-top: 70px;
  }
  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;
  }
}
@media screen and (max-width: 767.98px) {
  body .container {
    padding: 0 20px;
  }
  body header {
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  body header .entete {
    height: 20px;
    display: none;
  }
  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;
    margin-left: 1rem;
  }
  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: 0;
    padding-top: 70px;
  }
  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: 0;
  }
  body main.header-avec-entete {
    padding-top: 0px;
  }
  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;
}
