@keyframes texte-defilant {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
html {
  overflow-x: hidden;
}
body {
  color: #3f3f3f;
  background-color: #ffffff;
  font-family: 'Urbanist';
  font-weight: 400;
  overflow-x: hidden;
  padding: 0 150px;
}
@media screen and (max-width: 1399px) {
  body {
    padding: 0 42px;
  }
}
@media screen and (max-width: 500px) {
  body {
    padding: 0 15px;
  }
}
body .error-404 {
  position: relative;
  top: 200px;
  height: 500px;
}
body .error-404 a {
  background-color: #ec621d;
  border-color: #ec621d;
}
body .error-404 a:hover {
  background-color: #ec621d;
  border-color: #ec621d;
}
@media screen and (max-width: 767.98px) {
  body .error-404 {
    top: 90px;
    height: 380px;
  }
}
body .container-large {
  margin-left: -150px;
  margin-right: -150px;
  padding-left: 150px;
  padding-right: 150px;
}
@media screen and (max-width: 1399px) {
  body .container-large {
    margin-left: -42px;
    margin-right: -42px;
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media screen and (max-width: 500px) {
  body .container-large {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
body .no-padding {
  margin: 0 -150px;
  padding: 0 150px;
}
@media screen and (max-width: 1399px) {
  body .no-padding {
    margin: 0 -42px;
    padding: 0 42px;
  }
}
@media screen and (max-width: 500px) {
  body .no-padding {
    margin: 0 -15px;
    padding: 0 15px;
  }
}
body .container {
  max-width: 1620px;
  padding: 0;
}
body a {
  color: #3f3f3f;
  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: underline;
}
body a:hover,
body a:active,
body a:focus {
  outline: 0;
}
body div.bloc-texte ul {
  padding-left: 0;
}
body div.bloc-texte ul li:before {
  background-color: currentColor;
}
body header {
  position: absolute;
  width: 87.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  top: 20px;
  transition: all .5s ease;
  will-change: transform;
}
@media screen and (max-width: 1880px) {
  body header {
    width: 90%;
  }
}
@media screen and (max-width: 1550px) {
  body header {
    width: 95%;
  }
}
body header .entete {
  height: 47px;
  background-color: var(--couleur-fond);
}
body header .entete .accroche {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
body header .corps {
  height: 106px;
}
body header .corps .container {
  max-width: 1665px;
  padding: 0 75px;
  background-color: var(--couleur-fond);
}
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: 96px;
}
body header .corps .logo a img.logo-marron {
  display: block;
}
body header .corps .logo a img.logo-blanc {
  display: none;
}
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: 30px;
}
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:after {
  position: relative;
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L10.75 10.75M10.75 10.75V0.75M10.75 10.75H0.75' stroke='%23EC621D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 10px;
  transition: all 0.4s ease-in-out;
  margin-left: 11px;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background-color: var(--couleur-fond);
  display: none;
  overflow: hidden;
  width: 1153px;
  height: 443px;
  column-count: 4;
  align-content: center;
  padding: 40px;
}
@media screen and (max-width: 1199px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu {
    height: fit-content;
    column-count: 1;
  }
}
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:not(.image) {
  width: 255px;
  border-bottom: 1px solid #3f3f3f;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li:not(.image).last-link {
  border-bottom: none;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li:not(.image).margin-top-5 {
  margin-top: 5%;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li:not(.image).margin-top-18 {
  margin-top: 18%;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li:not(.image).margin-top-30 {
  margin-top: 30%;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li:not(.image) a {
  padding: 20px 0;
}
@media screen and (max-width: 1199px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li:not(.image) {
    margin-top: 0 !important;
  }
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li.image {
  pointer-events: none;
  width: fit-content;
  position: relative;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li.image.image-first {
  left: 135px;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li.image.image-third {
  left: -1px;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li.image > a {
  width: fit-content;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li.image {
    display: none;
  }
}
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 {
  color: var(--couleur-items-menu-survol);
}
body header .corps .menu-principal nav ul li a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: var(--couleur-items-menu);
  text-decoration: none;
}
@media screen and (max-width: 1500px) {
  body header .corps .menu-principal nav ul li a {
    font-size: 16px;
  }
}
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: 18px;
  line-height: 26px;
  font-weight: 600;
  border: 1px solid var(--couleur);
  color: var(--couleur);
  padding: 10px 15px;
  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: var(--couleur-survol);
  border-color: var(--couleur-survol);
  color: #ffffff;
}
body header .corps.menu-7 .champ-recherches .asl_w_container #ajaxsearchlite1 {
  width: 570px;
}
body header.header-black .corps .container {
  background-color: rgba(41, 41, 41, 0.98);
}
body header.header-black .corps .container .logo a img.logo-marron {
  display: none;
}
body header.header-black .corps .container .logo a img.logo-blanc {
  display: block;
}
body header.header-black .corps .container .menu-principal nav ul li.menu-item-has-children > ul.sub-menu {
  background-color: rgba(41, 41, 41, 0.98);
}
body header.header-black .corps .container .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li:not(.image) {
  border-bottom: 1px solid #ffffff;
}
body header.header-black .corps .container .menu-principal nav ul li a {
  color: #ffffff;
}
body header.header-black .corps .container .menu-principal nav ul li a:hover {
  color: var(--couleur-items-menu-survol);
}
body header.header-black .corps .container .bouton-mise-en-avant a {
  border: 1px solid #ffffff;
  color: #ffffff;
}
body header.header-black .corps .container .bouton-mise-en-avant a:hover {
  background-color: var(--couleur-survol);
  border-color: var(--couleur-survol);
  color: #ffffff;
}
body header.header-scroll {
  position: fixed;
  top: 0;
  width: 100%;
}
body header.header-scroll .corps {
  background-color: #ffffff;
  box-shadow: 0 3px 10px 0 rgba(122, 72, 33, 0.15);
}
body .ti-widget[data-layout-id='5'][data-set-id='light-background'] .ti-controls .ti-next,
body .ti-widget[data-layout-id='5'][data-set-id='light-background'] .ti-controls .ti-prev {
  background-color: transparent !important;
  outline: 1px solid #3f3f3f !important;
  box-shadow: none !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 100px !important;
}
body .ti-widget[data-layout-id='5'][data-set-id='light-background'] .ti-controls .ti-next:before,
body .ti-widget[data-layout-id='5'][data-set-id='light-background'] .ti-controls .ti-prev:before {
  display: none !important;
}
body .ti-widget[data-layout-id='5'][data-set-id='light-background'] .ti-controls .ti-next:after,
body .ti-widget[data-layout-id='5'][data-set-id='light-background'] .ti-controls .ti-prev:after {
  display: block;
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #3f3f3f !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M0.75 7.75H14.75M14.75 7.75L7.75 0.75M14.75 7.75L7.75 14.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M0.75 7.75H14.75M14.75 7.75L7.75 0.75M14.75 7.75L7.75 14.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}
body .ti-widget[data-layout-id='5'][data-set-id='light-background'] .ti-controls .ti-next:hover,
body .ti-widget[data-layout-id='5'][data-set-id='light-background'] .ti-controls .ti-prev:hover,
body .ti-widget[data-layout-id='5'][data-set-id='light-background'] .ti-controls .ti-next:focus,
body .ti-widget[data-layout-id='5'][data-set-id='light-background'] .ti-controls .ti-prev:focus {
  cursor: pointer;
  background-color: #3f3f3f !important;
  outline: 1px solid #3f3f3f !important;
  box-shadow: none !important;
}
body .ti-widget[data-layout-id='5'][data-set-id='light-background'] .ti-controls .ti-next:hover:after,
body .ti-widget[data-layout-id='5'][data-set-id='light-background'] .ti-controls .ti-prev:hover:after,
body .ti-widget[data-layout-id='5'][data-set-id='light-background'] .ti-controls .ti-next:focus:after,
body .ti-widget[data-layout-id='5'][data-set-id='light-background'] .ti-controls .ti-prev:focus:after {
  background-color: #ffffff !important;
}
body .ti-widget[data-layout-id='5'][data-set-id='light-background'] .ti-controls .ti-prev {
  left: -35px !important;
  transform: rotate(180deg);
}
body .ti-widget[data-layout-id='5'][data-set-id='light-background'] .ti-controls .ti-next {
  right: -35px !important;
}
body #demande-rappel {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 150;
  background-color: #ec621d;
  max-width: 20rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (max-width: 500px) {
  body #demande-rappel {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
body #demande-rappel #rappel-title {
  padding: 20px;
  position: relative;
  background-color: #ec621d;
  color: #ffffff;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
body #demande-rappel #rappel-title span {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body #demande-rappel #rappel-title span svg {
  margin-left: 8px;
}
body #demande-rappel #rappel-title:hover {
  background-color: #9bc65d;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
body #demande-rappel.active #rappel-title {
  padding-bottom: 8px;
}
body #demande-rappel .nf-form-cont {
  display: none;
  padding: 0 1rem;
}
body #demande-rappel .nf-form-cont.active {
  padding: 0 15px 20px;
}
body #demande-rappel .nf-form-cont form {
  margin-bottom: 0;
}
body #demande-rappel .nf-form-cont .nf-before-form-content {
  display: none;
}
body #demande-rappel .nf-form-cont .nf-field-container {
  margin-bottom: 8px;
}
body #demande-rappel .nf-form-cont .nf-field-label {
  display: none;
}
body #demande-rappel .nf-form-cont .checkbox-container .nf-field-label {
  padding: 0;
  display: block;
}
body #demande-rappel .nf-form-cont .checkbox-container .nf-field-label label {
  position: relative;
  padding-left: 28px;
  color: #ffffff;
  font-family: 'Urbanist';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  cursor: pointer;
  opacity: 1;
}
body #demande-rappel .nf-form-cont .checkbox-container .nf-field-label label a {
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
}
body #demande-rappel .nf-form-cont .checkbox-container .nf-field-label label a:hover {
  color: #3f3f3f;
}
body #demande-rappel .nf-form-cont .checkbox-container .nf-field-label label:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 1px solid #3f3f3f;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
body #demande-rappel .nf-form-cont .checkbox-container .nf-field-label label.nf-checked-label:before {
  background-color: #3f3f3f;
}
body #demande-rappel .nf-form-cont .checkbox-container .nf-field-element {
  display: none;
}
body #demande-rappel .nf-form-cont .submit-container {
  margin-bottom: 0;
  text-align: right;
}
body #demande-rappel .nf-form-cont .submit-container input {
  color: #ffffff;
  background-color: #3f3f3f;
  width: fit-content;
}
body #demande-rappel .nf-form-cont .nf-form-fields-required {
  display: none;
}
body #demande-rappel .nf-form-cont .nf-after-form-content .nf-form-hp {
  display: none;
}
body #demande-rappel input:not([type="button"]),
body #demande-rappel textarea,
body #demande-rappel select {
  padding: 3px 10px;
  outline: none;
  border: none;
  height: 32px !important;
  width: 100%;
}
body #demande-rappel textarea {
  resize: none;
  height: 89px !important;
}
body #demande-rappel ::-webkit-input-placeholder {
  color: #6e6e6d;
  font-family: 'Urbanist';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
body #demande-rappel ::-moz-placeholder {
  color: #6e6e6d;
  font-family: 'Urbanist';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
body #demande-rappel :-ms-input-placeholder {
  color: #6e6e6d;
  font-family: 'Urbanist';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
body #demande-rappel :-moz-placeholder {
  color: #6e6e6d;
  font-family: 'Urbanist';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
body #demande-rappel input[type="button"] {
  padding: .5rem 1.5rem;
  background-color: #6e6e6d;
  color: #ffffff;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .9rem;
  width: 100%;
  font-weight: 500;
  cursor: pointer;
  height: 35px !important;
}
body footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 -150px;
  padding: 0 150px;
}
body footer .corps {
  padding: 60px 0;
}
body footer .corps .logo-footer {
  margin-bottom: 26px;
}
body footer .corps .logo-footer .logo {
  max-width: 239px;
}
body footer .corps .infos-contact .bloc-contact {
  margin-bottom: 20px;
  color: var(--couleur);
}
body footer .corps .infos-contact .bloc-contact a {
  text-decoration: none;
  color: var(--couleur);
}
body footer .corps .infos-contact .bloc-contact a:hover {
  color: var(--couleur-survol);
}
body footer .corps .infos-contact .bloc-contact.horaires p span,
body footer .corps .infos-contact .bloc-contact.tel a {
  font-weight: 700;
}
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;
  text-decoration: none;
  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-family: 'Urbanist';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
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: 20px;
}
body footer .corps .part-menu ul.menu li a {
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  color: var(--couleur);
}
body footer .corps .part-menu ul.menu li a:hover {
  color: var(--couleur-survol);
}
body footer .corps .part-menu ul.menu li ul.sub-menu {
  padding-left: 0;
}
body footer .corps .part-menu ul.menu li ul.sub-menu li {
  list-style-type: none;
  margin-bottom: 0;
}
body footer .corps .part-menu ul.menu li ul.sub-menu li a {
  font-weight: 400;
}
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-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 64px;
}
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 .space {
  margin: 0 15px;
}
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: 1399px) {
  body header .corps {
    height: 194px;
  }
  body footer {
    margin: 0 -42px;
  }
  body footer .corps {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1199px) {
  body header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  body header .corps {
    height: 68px;
    position: relative;
    border-bottom: 1px solid #ec621d;
  }
  body header .corps .logo a img {
    height: 68px;
  }
  body header .corps .menu-principal nav {
    position: fixed;
    left: 0;
    left: -100%;
    width: 100%;
    height: 100vh !important;
    text-align: left;
    overflow-y: scroll;
    padding-top: 3rem;
    background-color: var(--couleur-fond);
    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);
    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: 50%;
    transform: translateY(-50%);
    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.header-black .corps .menu-principal nav {
    background-color: rgba(41, 41, 41, 0.98);
  }
  body main {
    padding-top: 68px;
  }
  body footer {
    padding: 0 42px;
  }
  body footer .corps {
    padding: 30px 0;
  }
  body footer .corps .logo-footer {
    margin-bottom: 15px;
  }
  body footer .corps .part-identite .infos-contact {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  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;
  }
  body footer .pied .pied-part-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body footer .pied .pied-part-2 .desc {
    text-align: center;
  }
  body footer .pied .pied-part-2 .desc .space {
    margin: 0;
  }
}
@media screen and (max-width: 767.98px) {
  body .container {
    padding: 0 20px;
  }
  body footer .corps {
    padding: 30px 0 0;
  }
  body footer .corps .part-annexes {
    text-align: left;
  }
  body footer .corps .part-annexes:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--couleur-separateur);
    opacity: .1;
    margin: 0 0 15px;
  }
  body footer .corps .part-annexes .zone-annexes .infos-contact {
    text-align: left;
  }
  body footer .corps .part-identite:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    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: 500px) {
  body footer {
    margin: 0 -15px;
    padding: 0 15px;
  }
  body footer .corps {
    padding: 30px 0 0;
  }
}
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;
}
