/* GENERAL CLASSES */
.mg-bt-45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 767.98px) {
  .mg-bt-45 {
    margin-bottom: 35px !important;
  }
}
.mg-bt-70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 767.98px) {
  .mg-bt-70 {
    margin-bottom: 45px !important;
  }
}
.mg-b-0 {
  margin-bottom: 0 !important;
}
.fw-500 {
  font-weight: 500;
}
.no-padding {
  padding: 0 !important;
}
.uppercase {
  text-transform: uppercase;
}
.pad-left-20 {
  padding-left: 20px;
}
@media screen and (max-width: 767.98px) {
  .pad-left-20 {
    padding-left: 0;
  }
}
.pad-right-20 {
  padding-right: 20px;
}
@media screen and (max-width: 767.98px) {
  .pad-right-20 {
    padding-right: 0;
  }
}
.pad-top-35 {
  padding-top: 35px;
}
.no-pad-bottom {
  padding-bottom: 0 !important;
}
@media (min-width: 992px) {
  .pad-left-100 {
    padding-left: 100px !important;
  }
  .pad-right-100 {
    padding-right: 100px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .m-pad-top-30 {
    padding-top: 30px;
  }
}
@keyframes texte-defilant {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
html {
  overflow-x: hidden;
}
body {
  color: #575757;
  background-color: var(--couleur-fond);
  overflow-x: hidden;
}
body .container {
  max-width: 1280px;
  padding: 0 50px;
}
body * {
  font-family: "Poppins", sans-serif;
}
body h6 {
  font-weight: 800 !important;
}
body a {
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  text-decoration: none;
}
body a:hover,
body a:active,
body a:focus {
  outline: 0;
  text-decoration: none;
}
body div.bloc-texte ul {
  padding-left: 0;
}
body div.bloc-texte ul li:before {
  background-color: currentColor;
}
body header {
  position: fixed;
  z-index: 100;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: var(--couleur-fond);
}
body header .logo {
  align-items: center;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  body header .logo {
    max-height: 90px;
    max-width: 90px;
  }
}
body header .entete {
  height: 50px;
  background-color: var(--couleur-fond);
  font-size: 1rem;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 1199px) {
  body header .entete {
    display: none;
  }
}
body header .entete span {
  margin-left: 2rem;
}
body header .entete span svg {
  min-width: 17px;
  min-height: 15px;
}
@media screen and (max-width: 1199px) {
  body header .entete {
    height: 25px !important;
  }
  body header .entete .entete-3 .entete-info .entete-info-inner {
    display: none !important;
  }
}
body header .entete .accroche {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
body header .entete .entete-3 {
  display: flex;
  gap: 2.2rem;
}
body header .entete .entete-3 .entete-info {
  display: flex;
}
body header .entete .entete-3 .entete-info p {
  margin-bottom: 0;
}
body header .entete .entete-3 .entete-info svg {
  margin-right: 0.8rem;
}
body header .entete .entete-3 .entete-info a {
  color: #0c2e47;
  font-family: "Poppins", sans-serif;
}
body header .corps {
  height: auto;
  padding-top: 15px;
  background-color: var(--couleur-fond);
}
@media screen and (max-width: 1199px) {
  body header .corps .btn-mise-avant-ordi {
    display: none;
  }
}
body header .corps .logo {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 20px;
}
body header .corps .logo a {
  margin: 0;
  text-decoration: none;
  color: #008fb3;
  font-weight: 700 !important;
}
body header .corps .logo a img {
  max-height: 90px;
}
body header .corps .menu-principal {
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  body header .corps .menu-principal nav .bouton-mise-en-avant {
    display: block !important;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  body header .corps .menu-principal nav .bouton-mise-en-avant {
    display: none !important;
  }
}
body header .corps .menu-principal nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: 0;
}
@media screen and (max-width: 1199px) {
  body header .corps .menu-principal nav ul {
    display: block;
  }
}
body header .corps .menu-principal nav ul li {
  display: inline-block;
  padding: 10px 0 25px 0;
  transition: none !important;
}
body header .corps .menu-principal nav ul li.disabled-link {
  pointer-events: none;
  cursor: not-allowed;
}
body header .corps .menu-principal nav ul li.current-menu-item {
  background-color: #b0802a;
}
@media screen and (max-width: 1199px) {
  body header .corps .menu-principal nav ul li.current-menu-item {
    padding-bottom: 0 !important;
  }
}
body header .corps .menu-principal nav ul li.current-menu-item > a {
  color: #ffffff;
}
body header .corps .menu-principal nav ul li.menu-item-has-children {
  position: relative;
}
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: #b0802a;
  margin-left: 0.5rem;
  margin-bottom: 2px;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  top: 60px;
  z-index: 10;
  background-color: #E9F7FF;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 305px;
  padding: 1rem 0 !important;
  box-shadow: 0 0 5px rgba(112, 112, 112, 0.3), 0 2px 5px rgba(112, 112, 112, 0.3);
  transform: scaleX(0);
  transform-origin: center;
  display: block;
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.2s;
}
@media screen and (max-width: 1199px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu {
    opacity: 1;
    background-color: #ffffff;
    border-radius: unset;
    margin-top: 10px !important;
  }
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li {
  margin: 0;
  padding: 0;
  display: block;
  background-color: #E9F7FF;
}
@media screen and (max-width: 1199px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li {
    background-color: #ffffff;
  }
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a {
  padding: 9px 38px;
  display: flex;
  color: #0c2e47;
  position: relative;
  border-right: none;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a:after {
  display: none;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  background-color: #b0802a;
  mask-image: url('data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBpZD0iYXJyb3ciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBpZD0iVHJhY8OpXzk1OTM2IiBkYXRhLW5hbWU9IlRyYWPDqSA5NTkzNiIgZD0iTTEwLDI0aDkuMzMzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNi42NjcgLTE2KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjA4MDJhIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPgogIDxwYXRoIGlkPSJUcmFjw6lfOTU5MzciIGRhdGEtbmFtZT0iVHJhY8OpIDk1OTM3IiBkPSJNMjQsMTBsNC42NjcsNC42NjdMMjQsMTkuMzMzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYgLTYuNjY3KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjA4MDJhIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPgogIDxwYXRoIGlkPSJUcmFjw6lfOTU5MzgiIGRhdGEtbmFtZT0iVHJhY8OpIDk1OTM4IiBkPSJNMCwwSDE2VjE2SDBaIiBmaWxsPSJub25lIi8+Cjwvc3ZnPgo=');
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: transform 0.3s ease-in-out;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li.current-menu-item > a {
  color: #b0802a !important;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li:hover > a {
  font-weight: bold;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li:hover > a:before {
  transform: translateX(15px);
}
body header .corps .menu-principal nav ul li:last-child {
  margin-right: 0;
}
body header .corps .menu-principal nav ul li:last-child a {
  border-right: none;
}
body header .corps .menu-principal nav ul li a {
  font-size: 14px;
  line-height: 1.188rem;
  font-weight: 500;
  color: #0c2e47;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-right: 1px solid #b0802a;
  padding: 0 19px;
  transition: none !important;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  body header .corps .menu-principal nav ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  body header .corps .menu-principal nav ul li a {
    border-right: none;
  }
}
body header .corps .menu-principal nav ul li:hover {
  background-color: #b0802a;
}
body header .corps .menu-principal nav ul li:hover.menu-item-has-children ul.sub-menu {
  transform: scaleX(1);
  opacity: 1;
  background-size: 100% 100%;
}
body header .corps .menu-principal nav ul li:hover.menu-item-has-children > a:after {
  background-color: #ffffff;
  rotate: 180deg;
}
body header .corps .menu-principal nav ul li:hover a {
  color: #ffffff;
}
body header .corps .bouton-mise-en-avant {
  padding-bottom: 19px;
}
@media screen and (max-width: 1199px) {
  body header .corps .bouton-mise-en-avant {
    display: none;
  }
}
body header .corps .bouton-mise-en-avant a {
  padding: 0.5rem 0.875rem;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5rem;
  border-radius: 7px;
  font-weight: 500;
  border: 1px solid var(--couleur);
  display: inline-block;
  text-align: center;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  text-decoration: none;
}
body header .corps .bouton-mise-en-avant a.plein {
  background-color: var(--couleur);
  color: #ffffff;
  width: 185px;
}
body header .corps .bouton-mise-en-avant a.plein:hover {
  background-color: transparent;
  border-color: #b0802a;
  color: #b0802a;
}
body header .corps .bouton-mise-en-avant a:hover,
body header .corps .bouton-mise-en-avant a:active,
body header .corps .bouton-mise-en-avant a:focus {
  outline: 0;
  text-decoration: none;
}
body header .corps .bouton-mise-en-avant a:hover {
  background-color: transparent;
  border-color: var(--couleur-survol);
  color: var(--couleur-survol);
}
@media screen and (max-width: 1700px) {
  body header .corps .bouton-mise-en-avant a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  body header .corps .bouton-mise-en-avant a {
    font-size: 11.5px;
  }
}
body header .corps .toolbox-woocommerce {
  padding-bottom: 30px;
}
body header .corps .toolbox-woocommerce a {
  color: var(--couleur-item-woo);
}
body header .corps .toolbox-woocommerce a:hover {
  color: var(--couleur-item-woo-survol);
}
body header .corps .toolbox-woocommerce .compte {
  display: inline-block;
  vertical-align: middle;
  margin-right: 34px;
}
body header .corps .toolbox-woocommerce .compte a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
}
body header .corps .toolbox-woocommerce .compte a .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.5' height='18.333' viewBox='0 0 16.5 18.333'%3E%3Cpath id='user' d='M14.673,17.524l-.006-.107V15.584a2.751,2.751,0,0,0-2.589-2.746l-.161,0H4.583a2.75,2.75,0,0,0-2.745,2.588l-.005.162v1.833a.917.917,0,0,1-1.827.107L0,17.417V15.584A4.584,4.584,0,0,1,4.385,11l.2,0h7.333A4.583,4.583,0,0,1,16.5,15.385l0,.2v1.833a.917.917,0,0,1-1.827.107ZM3.667,4.583A4.583,4.583,0,1,1,8.25,9.167,4.588,4.588,0,0,1,3.667,4.583Zm1.833,0a2.75,2.75,0,1,0,2.75-2.75A2.753,2.753,0,0,0,5.5,4.583Z'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.5' height='18.333' viewBox='0 0 16.5 18.333'%3E%3Cpath id='user' d='M14.673,17.524l-.006-.107V15.584a2.751,2.751,0,0,0-2.589-2.746l-.161,0H4.583a2.75,2.75,0,0,0-2.745,2.588l-.005.162v1.833a.917.917,0,0,1-1.827.107L0,17.417V15.584A4.584,4.584,0,0,1,4.385,11l.2,0h7.333A4.583,4.583,0,0,1,16.5,15.385l0,.2v1.833a.917.917,0,0,1-1.827.107ZM3.667,4.583A4.583,4.583,0,1,1,8.25,9.167,4.588,4.588,0,0,1,3.667,4.583Zm1.833,0a2.75,2.75,0,1,0,2.75-2.75A2.753,2.753,0,0,0,5.5,4.583Z'/%3E%3C/svg%3E%0A");
  width: 16.5px;
  height: 18.33px;
  webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  font-size: 0;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  background: var(--couleur-item-woo);
}
body header .corps .toolbox-woocommerce .compte a .intitule {
  color: var(--couleur-item-woo);
  transition: all 0.4s ease-in-out;
}
body header .corps .toolbox-woocommerce .compte a:hover .icone {
  background: var(--couleur-item-woo-survol);
}
body header .corps .toolbox-woocommerce .compte a:hover .intitule {
  color: var(--couleur-item-woo-survol);
}
body header .corps .toolbox-woocommerce .panier {
  display: inline-block;
  vertical-align: middle;
}
body header .corps .toolbox-woocommerce .panier a {
  font-weight: 500;
}
body header .corps .toolbox-woocommerce .panier a .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Icons_24px_shopping-cart' data-name='Icons/24px/shopping-cart' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='shopping-cart' d='M15,17.5a1.667,1.667,0,1,1,1.667,1.667A1.667,1.667,0,0,1,15,17.5Zm-9.167,0A1.667,1.667,0,1,1,7.5,19.167,1.667,1.667,0,0,1,5.833,17.5Zm-.217-5.2-.034-.146L3.483,1.667H.833A.834.834,0,0,1,.005.931L0,.833A.834.834,0,0,1,.737.005L.833,0H4.167a.83.83,0,0,1,.792.575l.025.1.7,3.5H19.167a.825.825,0,0,1,.61.266A.834.834,0,0,1,20,5.06l-.013.1-1.334,7a2.486,2.486,0,0,1-2.336,2.011l-.149,0H8.035A2.5,2.5,0,0,1,5.617,12.3Zm1.6-.472a.833.833,0,0,0,.746.667l.1,0H16.2a.829.829,0,0,0,.791-.569l.025-.1,1.144-6H6.016Z' transform='translate(0 0.833)'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg id='Icons_24px_shopping-cart' data-name='Icons/24px/shopping-cart' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='shopping-cart' d='M15,17.5a1.667,1.667,0,1,1,1.667,1.667A1.667,1.667,0,0,1,15,17.5Zm-9.167,0A1.667,1.667,0,1,1,7.5,19.167,1.667,1.667,0,0,1,5.833,17.5Zm-.217-5.2-.034-.146L3.483,1.667H.833A.834.834,0,0,1,.005.931L0,.833A.834.834,0,0,1,.737.005L.833,0H4.167a.83.83,0,0,1,.792.575l.025.1.7,3.5H19.167a.825.825,0,0,1,.61.266A.834.834,0,0,1,20,5.06l-.013.1-1.334,7a2.486,2.486,0,0,1-2.336,2.011l-.149,0H8.035A2.5,2.5,0,0,1,5.617,12.3Zm1.6-.472a.833.833,0,0,0,.746.667l.1,0H16.2a.829.829,0,0,0,.791-.569l.025-.1,1.144-6H6.016Z' transform='translate(0 0.833)'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s ease-in-out;
  background: var(--couleur-item-woo);
}
body header .corps .toolbox-woocommerce .panier a .valeur {
  color: #ffffff;
  font-size: .75rem;
  height: 16px;
  width: 16px;
  background-color: var(--couleur-pastille-panier);
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  text-align: center;
  margin-top: -20px;
}
body header .corps .toolbox-woocommerce .panier a:hover .icone {
  background: var(--couleur-item-woo-survol);
}
body header .corps .champ-recherches {
  padding-bottom: 18px;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 {
  box-shadow: none;
  width: 300px;
  max-width: 100%;
  margin-left: 40px;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox {
  background-color: #F9F9F9;
  height: 44px;
  border-radius: 8px;
  padding: 0 20px;
  box-shadow: none;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .proinput {
  height: 100%;
  padding: 0;
  margin: 0;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .proinput form {
  height: 100%;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .proinput form input {
  color: #000000;
  font-size: 1rem;
  height: 100%;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .proinput form input.autocomplete {
  display: none;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .promagnifier {
  height: 100%;
  box-shadow: none;
}
body header .corps.menu-7 .champ-recherches .asl_w_container #ajaxsearchlite1 {
  width: 570px;
}
@media screen and (max-width: 767.98px) {
  body header .corps {
    height: 70px;
  }
}
body main {
  padding-top: 125px;
}
@media screen and (max-width: 991px) {
  body main {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  body main {
    padding-top: 90px;
  }
}
body footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}
body footer .corps {
  padding: 40px 0;
}
body footer .corps .container {
  padding-left: 100px;
}
@media screen and (max-width: 767.98px) {
  body footer .corps .container {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 855px) {
  body footer .corps .container {
    padding-left: 30px;
  }
}
body footer .corps .logo-footer {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  body footer .corps .logo-footer {
    flex-direction: column;
    align-items: center;
  }
}
body footer .corps .infos-contact {
  padding-left: 100px;
}
@media screen and (max-width: 991px) {
  body footer .corps .infos-contact {
    padding-left: 0;
  }
}
body footer .corps .infos-contact .bloc-contact {
  color: var(--couleur);
  padding-top: 25px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 991px) {
  body footer .corps .infos-contact .bloc-contact {
    width: auto;
  }
}
body footer .corps .infos-contact .bloc-contact a {
  color: var(--couleur);
}
body footer .corps .infos-contact .bloc-contact a:hover {
  color: var(--couleur-survol);
}
body footer .corps .infos-contact .bloc-contact .info {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
body footer .corps .infos-contact .bloc-contact .info p {
  margin-bottom: 0;
}
body footer .corps .infos-contact .bloc-contact .info span {
  font-weight: bold;
}
body footer .corps .infos-contact .bloc-contact .info svg {
  margin-right: 0.75rem;
}
body footer .corps .infos-contact .bloc-contact .info img {
  margin-right: 0.75rem;
}
body footer .corps .infos-contact .bloc-contact .info.horaire-footer svg {
  min-width: 21px;
}
body footer .corps .infos-contact .bloc-contact .info.tel-contact a {
  font-weight: bold;
}
body footer .corps .reseaux-sociaux {
  text-align: center;
  margin-top: 25px;
  font-size: 0;
}
body footer .corps .reseaux-sociaux a.facebook-url {
  padding-right: 10px;
}
body footer .corps .reseaux-sociaux .reseau {
  margin-bottom: 20px;
  font-size: 0;
}
body footer .corps .reseaux-sociaux .reseau a {
  display: inline-block;
  color: var(--couleur);
}
body footer .corps .reseaux-sociaux .reseau a:hover {
  color: var(--couleur-survol);
}
body footer .corps .reseaux-sociaux .reseau a:hover .icone svg {
  fill: var(--couleur-survol);
}
body footer .corps .reseaux-sociaux .reseau a .icone {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 11px;
}
body footer .corps .reseaux-sociaux .reseau a .icone svg {
  width: 100%;
  height: 100%;
  fill: var(--couleur);
  transition: all 0.4s ease-in-out;
}
body footer .corps .reseaux-sociaux .reseau a .intitule {
  font-size: 0.875rem;
  line-height: 1.25rem;
  vertical-align: middle;
}
body footer .corps .part-identite .description {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 28px;
  color: #B6E1F4;
  font-weight: 600;
}
body footer .corps .part-identite .infos-contact {
  font-size: 1rem;
  line-height: 1rem;
}
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 .row-menu {
  height: 100%;
  display: flex;
  align-items: center;
}
body footer .corps .part-menu ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body footer .corps .part-menu ul.menu li {
  list-style-type: none;
  padding: 0 0 10px 25px;
  border-left: 1px solid #ABB2BA;
}
@media screen and (max-width: 991px) {
  body footer .corps .part-menu ul.menu li {
    border-left: none;
  }
}
body footer .corps .part-menu ul.menu li.desktop-break {
  margin-top: 3.3rem;
}
body footer .corps .part-menu ul.menu li.fw-bold > a {
  font-weight: 700;
}
body footer .corps .part-menu ul.menu li.disabled-link > a {
  pointer-events: none;
  cursor: not-allowed;
  color: #ffffff;
}
body footer .corps .part-menu ul.menu li.no-uppercase > a {
  text-transform: none;
  font-weight: 800;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  body footer .corps .part-menu ul.menu li.no-uppercase > a {
    font-size: 1rem;
  }
}
body footer .corps .part-menu ul.menu li a {
  font-size: 14px;
  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 ul.menu li.menu-item-2636 {
  margin-bottom: 50px;
}
body footer .corps .part-menu ul.menu li.invisible {
  opacity: 0;
}
@media screen and (max-width: 855px) {
  body footer .corps .part-menu ul.menu li.invisible {
    display: none;
  }
}
body footer .corps .part-menu ul.menu ul.sub-menu {
  padding-left: 0;
}
body footer .corps .part-menu.colonnes-menu-2 ul.menu {
  column-count: 2;
}
body footer .corps .part-menu.colonnes-menu-3 ul.menu {
  column-count: 3;
}
@media screen and (max-width: 767.98px) {
  body footer .corps .part-menu.colonnes-menu-3 ul.menu {
    column-count: 2;
  }
}
body footer .corps .part-menu.colonnes-menu-4 ul.menu {
  column-count: 4;
}
body footer .corps .part-menu .menu-footer {
  margin-left: 5rem;
}
@media screen and (max-width: 991px) {
  body footer .corps .part-menu .menu-footer {
    margin-left: unset;
  }
}
body footer .corps .part-annexes {
  text-align: left;
}
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;
}
body footer .pied .footer-left-menu a {
  color: #0c2e47;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  body footer .pied .footer-left-menu a {
    font-size: 11px;
  }
}
body footer .pied.separateur-full:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--couleur-separateur);
}
body footer .pied.separateur-container > .container {
  padding-top: 0;
}
body footer .pied.separateur-container > .container:before {
  margin-bottom: 21px;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--couleur-separateur);
}
body footer .pied.separateur-container > .container a:hover {
  text-decoration: underline;
}
body footer .pied > .container {
  padding-top: 11px;
  padding-bottom: 11px;
}
body footer .pied .pied-part-1 .separateur {
  font-size: 0;
  margin-right: 1.875rem;
}
@media screen and (max-width: 1199px) {
  body footer .pied .pied-part-1 .separateur {
    margin-right: 1rem;
  }
}
body footer .pied .pied-part-2 {
  text-align: right;
}
body footer .pied a {
  color: var(--couleur-lien);
}
body footer .pied a:hover {
  color: var(--couleur-lien-survol);
}
body footer .pied .desc {
  display: inline-block;
  vertical-align: middle;
}
body footer .pied .desc svg path {
  fill: #0c2e47;
}
body footer .pied .logo-idcom {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
body footer .pied .logo-idcom svg {
  width: 81px;
}
body .page-content .has-menu-left {
  padding-left: 250px;
}
@media screen and (max-width: 767.98px) {
  body .page-content .has-menu-left {
    padding-left: unset;
  }
}
body.single-produit .page-content {
  padding-top: 12rem;
}
@media screen and (max-width: 1199px) {
  body.single-produit .page-content {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767.98px) {
  body.single-produit .page-content {
    padding-top: 3rem;
  }
}
body div.liste-plaques .no-margin-left {
  margin-left: unset;
}
body .no-padding-top {
  padding-top: 0 !important;
}
body.is-object-fit-contain img {
  object-fit: contain !important;
}
body.is-object-fit-cover img {
  object-fit: cover !important;
}
@media screen and (max-width: 1199px) {
  body header .corps.menu-7 .champ-recherches .asl_w_container #ajaxsearchlite1 {
    width: 500px;
  }
  body footer {
    margin-top: 3rem;
  }
  body footer .corps {
    padding: 30px 0;
  }
  body footer .corps .logo-footer {
    margin-bottom: 15px;
  }
  body footer .corps .part-identite .description {
    font-size: 0.7rem;
    line-height: 1.25rem;
    margin-bottom: 15px;
  }
  body footer .corps .part-identite .reseaux-sociaux .reseau {
    margin-right: 20px;
  }
  body footer .corps .part-identite .reseaux-sociaux .reseau a .icone {
    width: 24px;
    height: 24px;
  }
  body footer .corps .part-menu ul.menu li a {
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
  body footer .corps .part-annexes .zone-annexes .infos-contact {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .corps .infos-contact .bloc-contact {
    font-size: 14px;
  }
  body footer .corps .infos-contact .bloc-contact .horaire-footer {
    min-width: 17px;
  }
  body footer .pied {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  body footer .pied .logo-idcom svg {
    width: 70px;
  }
  body footer .pied.separateur-container > .container {
    padding-bottom: 15px;
  }
  body footer .pied.separateur-container > .container:before {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  body .container {
    padding: 0 30px;
  }
  body .px-5 {
    padding: 0 !important;
  }
  body header .corps .menu-principal nav ul li {
    margin-right: 1.25rem;
  }
  body header .corps .bouton-mise-en-avant a {
    padding: 0.5rem;
    color: #b0802a;
  }
  body header .corps.menu-7 .champ-recherches .asl_w_container #ajaxsearchlite1 {
    width: 350px;
  }
}
@media screen and (max-width: 1199px) {
  body header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  body header .entete {
    height: 20px;
  }
  body header .entete .accroche {
    white-space: nowrap;
    overflow: hidden;
  }
  body header .entete .accroche span {
    display: inline-block;
    padding-left: 100%;
    animation: texte-defilant 10s linear infinite;
  }
  body header .corps {
    height: 90px;
    position: relative;
  }
  body header .corps .logo a img {
    height: 50px;
  }
  body header .corps .menu-principal nav {
    padding-left: 0.5rem;
    position: fixed;
    top: 90px;
    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: 60px;
  }
  body header .corps .menu-principal nav ul.menu {
    padding-top: 30px;
  }
  body header .corps .menu-principal nav ul.menu li.menu-item-has-children > a:after {
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
  }
  body header .corps .menu-principal nav ul.menu li.menu-item-has-children > a:hover:after {
    transform: rotate(180deg);
  }
  body header .corps .menu-principal nav ul.menu > li {
    display: block;
    margin-left: 0;
    padding-bottom: 10px;
    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 .corps .menu-wrapper {
    justify-content: end !important;
  }
  body header .corps .menu-wrapper .bouton-mise-en-avant {
    display: none;
  }
  body header .corps .menu-wrapper .header-avec-entete .bouton-mise-en-avant {
    display: block;
  }
  body header #menu-mobile {
    font-size: 14px;
    line-height: 18px;
    color: var(--couleur-texte);
    padding: 7.5px 10px;
    vertical-align: middle;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
    position: absolute;
    top: 30%;
    right: 15px;
  }
  body header #menu-mobile div {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    margin-left: 12px;
  }
  body header #menu-mobile div span {
    display: block;
    margin-bottom: 2px;
    height: 2px;
    background-color: var(--couleur-texte);
  }
  body header #menu-mobile div.fermant {
    display: none;
    vertical-align: top;
  }
  body header #menu-mobile div.fermant svg {
    height: 15px;
    width: 15px;
  }
  body header #menu-mobile.active {
    background-color: var(--couleur-fond-actif) !important;
  }
  body header #menu-mobile.active div.ouvrant {
    display: none;
  }
  body header #menu-mobile.active div.fermant {
    display: inline-block;
  }
  body header .bouton-recherche-etude {
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  body header .corps.menu-2 {
    height: 85px;
  }
  body header .corps .menu-wrapper {
    justify-content: end !important;
  }
  body header .corps .menu-wrapper .bouton-mise-en-avant {
    display: none;
  }
  body header .corps .menu-wrapper .header-avec-entete .bouton-mise-en-avant {
    display: block;
  }
  body .container {
    padding: 0 20px;
  }
  body main {
    padding-top: 90px;
  }
  body main.header-avec-entete {
    padding-top: 90px;
  }
  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;
    margin-top: 20px;
  }
  body footer .corps .part-menu {
    padding-bottom: 10px;
  }
  body footer .corps .infos-contact .bloc-contact {
    margin-bottom: 15px;
  }
  body footer .pied .pied-part-1 {
    margin-bottom: 5px;
    justify-content: center;
  }
  body footer .pied .pied-part-1 .separateur {
    font-size: 0.875rem;
    margin-right: 0;
  }
  body footer .pied .pied-part-2 {
    text-align: center;
  }
  body footer .pied .logo-idcom svg {
    width: 50px;
  }
}
body#maintenance .page-content {
  background-image: url('/wp-content/themes/idcomweb/img/site-constrcution-img.jpeg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
body#maintenance .page-content > .bloc-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
body#maintenance .page-content > .bloc-image img {
  width: 250px;
  border-radius: 5px;
}
body#maintenance .page-content .formulaire > .container {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
body#maintenance .page-content .formulaire .contenus-txt .bloc-image img {
  border-radius: 5px;
}
body#maintenance .nf-error-msg.nf-error-field-errors {
  text-align: center;
}
.flex-centrer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.bandeau-dentete .visuel {
  max-height: 100vh;
}
section.bandeau-dentete .visuel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 62, 72, 0.54);
  z-index: 1;
}
section.bandeau-dentete .textuel .bandeau-texte {
  max-width: 600px;
  margin: 0 auto;
}
.img-devis {
  position: relative;
}
.img-devis > .bloc-image:first-of-type {
  height: 90%;
}
.img-devis > .bloc-image:first-of-type img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .img-devis > .bloc-image:first-of-type img {
    height: 500px;
  }
}
@media screen and (max-width: 767.98px) {
  .img-devis > .bloc-image:first-of-type img {
    height: 300px;
  }
}
.img-devis > .bloc-image:nth-of-type(2) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6rem;
}
@media screen and (max-width: 991px) {
  .img-devis > .bloc-image:nth-of-type(2) {
    bottom: -2.4rem;
  }
  .img-devis > .bloc-image:nth-of-type(2) img {
    max-width: 160px;
  }
}
.fond-bleu-accueil {
  position: relative;
}
.fond-bleu-accueil > .bloc-image {
  position: absolute;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  text-align: end;
}
.fond-bleu-accueil > .bloc-image img {
  height: 100%;
  width: auto;
}
.fond-bleu-accueil .contenu-simple .col-12 .bloc-titre {
  margin-bottom: 3.5rem;
}
.container-header {
  margin: auto;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .container-header {
    width: 99%;
  }
}
@media screen and (min-width: 1450px) {
  .container-header {
    width: 90%;
  }
}
.container-90 {
  width: 90%;
  margin: auto;
  position: relative;
}
.contenu-bleu-clair {
  background-color: #728EA7;
}
.contenu-bleu-clair .bloc-image {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .contenu-bleu-clair .bloc-image {
    height: 100%;
  }
  .contenu-bleu-clair .bloc-image img {
    height: 100%;
    object-fit: cover;
  }
}
.contenu-bleu-clair .pad-text {
  padding: 4% 6%;
}
.contenu-bleu-clair .double-list {
  display: flex;
  gap: 3.5rem;
  margin-top: 4rem;
  padding-left: 2rem;
}
@media screen and (max-width: 991px) {
  .contenu-bleu-clair .double-list {
    margin-top: 2rem;
    flex-direction: column;
    gap: 0;
  }
  .contenu-bleu-clair .double-list .bloc-texte {
    margin-bottom: 0;
  }
}
.contenu-bleu-clair .double-list ul {
  max-width: 350px;
}
@media screen and (max-width: 991px) {
  .contenu-bleu-clair .double-list ul {
    margin: auto;
  }
}
.contenu-bleu-clair .double-list ul li {
  margin-bottom: 2.2rem;
}
.contenu-bleu-clair .double-list ul li:before {
  background-image: url("data:image/svg+xml,%3Csvg id='Composant_8_1' data-name='Composant 8 – 1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle id='Ellipse_160' data-name='Ellipse 160' cx='16' cy='16' r='16' fill='%23fff'/%3E%3Cg id='Groupe_45' data-name='Groupe 45' transform='translate(-272.749 -365.962)'%3E%3Cg id='Groupe_44' data-name='Groupe 44' transform='translate(281.999 376)'%3E%3Cpath id='Tracé_83110' data-name='Tracé 83110' d='M294.909,376.091c-.61-.328-1.289.3-1.687.679-.913.89-1.686,1.921-2.553,2.858-.961,1.031-1.851,2.063-2.835,3.07a8.45,8.45,0,0,0-1.547,1.875,30.717,30.717,0,0,0-2.507-2.437c-.679-.516-1.8-.891-1.781.351.047,1.616,1.477,3.351,2.531,4.451a2.671,2.671,0,0,0,1.71.984c.82.047,1.663-.937,2.156-1.476.867-.937,1.571-1.992,2.367-2.952,1.031-1.265,2.086-2.508,3.092-3.8.633-.8,2.624-2.765,1.055-3.608Zm-11.879,6.3a.177.177,0,0,0-.093.023,1.163,1.163,0,0,1-.259-.093c.071-.047.188-.024.351.07Zm0,0' transform='translate(-281.999 -376)' fill='%23728ea7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: inherit;
  top: -2px;
  left: -2rem;
  width: 32px;
  height: 32px;
}
.select2-container {
  max-width: 93vw !important;
}
.select2-container .select2-dropdown {
  border: none;
}
.select2-container .select2-dropdown .select2-search {
  display: none;
}
.select2-container .select2-dropdown .select2-results {
  background-color: #0c2e47;
  color: #ffffff;
}
.select2-container .select2-dropdown .select2-results .select2-results__option:first-of-type {
  border-top: 1px solid #23353A;
}
.select2-container .select2-dropdown .select2-results .select2-results__option {
  background-color: #0c2e47;
  border-bottom: 1px solid #23353A;
  padding: 0.5rem 1rem;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #0c2e47 !important;
  background-color: #EEEEEE !important;
}
.formulaire .select2-container {
  width: 100% !important;
}
.formulaire .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}
.formulaire .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url(/wp-content/themes/idcomweb/img/svg/arrow-down.svg);
  border-width: 8px 5px 0 6px;
  background-size: contain;
  margin-left: -25px;
  margin-top: -10px;
  height: 15px;
  border: none;
  width: 15px;
  filter: invert(49%) sepia(100%) saturate(326%) hue-rotate(0deg) brightness(87%) contrast(91%);
}
.formulaire .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  margin-top: -8px;
  rotate: 180deg;
}
.formulaire .select2-container--default .select2-selection {
  height: 50px;
  border-radius: none;
  background-color: #185A7A;
  color: #ffffff;
  border: none;
}
.formulaire .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 47px;
  padding: 0 20px;
  color: #ffffff;
}
.formulaire .nf-input-limit {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 8px 5px 0 6px !important;
  border-color: #0c2e47 transparent transparent transparent !important;
}
.flex-direction-column {
  flex-direction: column !important;
}
.coller-bord-droite img {
  width: 100%;
  aspect-ratio: 1.13235294;
  object-fit: cover;
}
.coller-bord-droite .img-with-logo {
  position: relative;
}
.coller-bord-droite .img-with-logo .bloc-image:first-of-type {
  position: absolute;
  margin-left: 0;
  left: -110px;
  bottom: 0;
}
.coller-bord-droite .img-with-logo .bloc-image:first-of-type img {
  width: 228px;
  height: 228px;
}
@media screen and (max-width: 991px) {
  .coller-bord-droite .img-with-logo .bloc-image:first-of-type {
    left: 50%;
    transform: translateX(-50%);
    bottom: -3.5rem;
  }
  .coller-bord-droite .img-with-logo .bloc-image:first-of-type img {
    width: 160px;
    height: 160px;
  }
}
.gamme-presta {
  position: relative;
  overflow: hidden;
  border: 1px solid #728ea7;
  transition: 0.4s;
  margin-bottom: 1rem;
}
.gamme-presta div.bloc-image {
  text-align: center;
}
.gamme-presta div.bloc-image img {
  width: 70px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .gamme-presta {
    padding: 1rem;
  }
  .gamme-presta .bloc-texte {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .gamme-presta {
    height: 220px;
    padding: 2rem 2rem 6rem 2rem;
  }
  .gamme-presta .bloc-titre,
  .gamme-presta .bloc-texte {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    margin-bottom: 0;
  }
  .gamme-presta .bloc-titre {
    top: 40%;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 2;
  }
  .gamme-presta .bloc-texte {
    bottom: -100%;
    opacity: 0;
    z-index: 1;
  }
  .gamme-presta:hover {
    border: 1px solid white;
  }
  .gamme-presta:hover .bloc-texte + .bloc-titre {
    top: 0;
    opacity: 0;
    transform: translateY(-10%);
  }
  .gamme-presta:hover .bloc-texte {
    bottom: 50%;
    opacity: 1;
    transform: translateY(100%);
    z-index: 2;
  }
}
@media screen and (min-width: 1200px) and screen and (max-width: 1300px) {
  .gamme-presta .bloc-titre .titre {
    font-size: 1.2rem !important;
  }
}
.list-check div.bloc-texte ul li:before {
  background-image: url("data:image/svg+xml,%3Csvg id='Groupe_163016' data-name='Groupe 163016' xmlns='http://www.w3.org/2000/svg' width='27.777' height='24.536' viewBox='0 0 27.777 24.536'%3E%3Cg id='Groupe_44' data-name='Groupe 44'%3E%3Cpath id='Tracé_83110' data-name='Tracé 83110' d='M308.563,376.188c-1.255-.676-2.653.626-3.472,1.4-1.878,1.831-3.47,3.952-5.253,5.88-1.978,2.121-3.809,4.244-5.833,6.316a17.387,17.387,0,0,0-3.182,3.858,63.2,63.2,0,0,0-5.158-5.014c-1.4-1.062-3.712-1.834-3.665.722.1,3.326,3.039,6.894,5.207,9.159a5.5,5.5,0,0,0,3.519,2.025c1.688.1,3.423-1.928,4.435-3.037,1.784-1.928,3.232-4.1,4.87-6.073,2.121-2.6,4.291-5.159,6.362-7.81,1.3-1.64,5.4-5.689,2.171-7.424Zm-24.443,12.968a.363.363,0,0,0-.191.047,2.394,2.394,0,0,1-.532-.191c.146-.1.386-.049.723.144Zm0,0' transform='translate(-281.999 -376)' fill='%2346647f'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: inherit;
  top: -2px;
  left: -2rem;
  width: 44px;
  height: 34px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 780px) {
  .list-check div.bloc-texte ul li:before {
    left: -1rem;
  }
}
.contact-coordonne img {
  max-width: 250px;
}
.contact-map {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .contact-map:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #cdcdcd;
    left: -5rem;
  }
}
div.carousel .swiper-button-lock,
div.carousel-presta .swiper-button-lock {
  display: block !important;
}
.home main {
  padding-top: 0 !important;
}
@media screen and (max-width: 767.98px) {
  .home main {
    padding-top: 90px !important;
  }
}
.login #login {
  background-image: url("../img/login-background.jpg");
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
}
.login #login h1 a {
  display: none !important;
}
.login #login #loginform,
.login #login #registerform,
.login #login #lostpasswordform {
  width: 580px;
  background: #ffffff !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: none !important;
}
.login #login #loginform p,
.login #login #registerform p,
.login #login #lostpasswordform p {
  padding: 30px 120px 0 120px;
}
.login #login #loginform p label,
.login #login #registerform p label,
.login #login #lostpasswordform p label {
  color: #0c2e47 !important;
}
.login #login #loginform p input,
.login #login #registerform p input,
.login #login #lostpasswordform p input {
  background-color: #b0802a;
}
.login #login #loginform p input:focus,
.login #login #registerform p input:focus,
.login #login #lostpasswordform p input:focus {
  border-color: #707070;
  box-shadow: 0 0 0 1px #707070;
}
.login #login #loginform .user-pass-wrap,
.login #login #registerform .user-pass-wrap,
.login #login #lostpasswordform .user-pass-wrap {
  padding: 0 120px;
}
.login #login #loginform .user-pass-wrap label,
.login #login #registerform .user-pass-wrap label,
.login #login #lostpasswordform .user-pass-wrap label {
  color: #0c2e47 !important;
}
.login #login #loginform .user-pass-wrap input,
.login #login #registerform .user-pass-wrap input,
.login #login #lostpasswordform .user-pass-wrap input {
  background-color: #b0802a;
}
.login #login #loginform .user-pass-wrap input:focus,
.login #login #registerform .user-pass-wrap input:focus,
.login #login #lostpasswordform .user-pass-wrap input:focus {
  border-color: #707070;
  box-shadow: 0 0 0 1px #707070;
}
.login #login #loginform .forgetmenot,
.login #login #registerform .forgetmenot,
.login #login #lostpasswordform .forgetmenot {
  padding: 10px 120px;
}
.login #login #loginform .submit,
.login #login #registerform .submit,
.login #login #lostpasswordform .submit {
  margin-right: 120px;
  margin-top: 20px;
}
.login #login #loginform .submit input#wp-submit,
.login #login #registerform .submit input#wp-submit,
.login #login #lostpasswordform .submit input#wp-submit {
  background: #b0802a !important;
  border: 1px solid #b0802a !important;
  -webkit-box-shadow: unset !important;
  box-shadow: none !important;
  border-radius: 5px;
}
.login #login #loginform .submit input#wp-submit:hover,
.login #login #registerform .submit input#wp-submit:hover,
.login #login #lostpasswordform .submit input#wp-submit:hover {
  color: #ffffff !important;
}
.login #login .notice {
  width: 580px;
  padding: 26px 24px;
  border-radius: 10px;
}
.login #login .notice.message {
  border-color: #b0802a !important;
}
.login #login #registerform p:nth-child(2),
.login #login #registerform #reg_passmail,
.login #login #registerform .submit {
  padding-top: 0 !important;
}
.login #login #lostpasswordform .submit {
  margin-right: 75px;
  margin-top: 0;
}
.login #nav,
.login #backtoblog {
  width: 580px;
  padding: 10px 24px;
  background: #ffffff;
  margin: 0;
}
.login #nav a,
.login #backtoblog a {
  color: #b0802a !important;
}
.login .privacy-policy-page-link {
  width: 580px;
  padding: 26px 24px 70px 24px;
  background: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 0;
}
.login .privacy-policy-page-link a {
  color: #b0802a;
  font-weight: bold;
}
.login .language-switcher {
  display: none !important;
}
.login.wp-core-ui .button-secondary {
  color: #b0802a;
}
section.section-renov .container {
  max-width: 915px !important;
}
section.section-renov .container .renov-construction-titre .titre.grand {
  line-height: 45px;
  font-size: 35px;
}
@media screen and (max-width: 767.98px) {
  section.section-renov .container .renov-construction-titre .titre.grand {
    line-height: 1.5rem;
    font-size: 1.25rem;
  }
}
.section-contact {
  position: relative;
}
.section-contact .row {
  position: relative;
  z-index: 1;
}
.section-contact .row .bloc-titre {
  max-width: 385px;
}
.section-contact .row .bloc-texte {
  padding-right: 100px;
}
@media screen and (max-width: 767.98px) {
  .section-contact .row .bloc-texte {
    padding-right: 0;
  }
}
.section-contact .row .bloc-boutons.bouton-leftimg a {
  border: 1px solid var(--couleur-fond);
  justify-content: space-evenly;
  flex-direction: row-reverse;
  display: flex !important;
  align-items: center;
}
.section-contact .row .bloc-boutons.bouton-leftimg a:hover {
  background-color: transparent;
  border-color: #fff;
}
.section-contact .row .bloc-boutons.bouton-leftimg a img {
  object-fit: contain;
  height: 18px;
  width: 18px;
}
section.bloc-map {
  padding: 0 !important;
}
section.bloc-map .col-coordonnees {
  padding-top: 55px;
}
@media screen and (max-width: 767.98px) {
  section.bloc-map .col-coordonnees {
    padding-top: 30px;
  }
}
section.bloc-map .col-coordonnees .coordonnees .reseaux-sociaux svg {
  height: 25px;
  width: 25px;
}
section.bloc-map .fullwidth-contact-map {
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  section.bloc-map .fullwidth-contact-map {
    margin-right: 0 !important;
  }
}
section.bloc-map .fullwidth-contact-map h2 {
  line-height: 0;
  font-size: 0;
}
section.bloc-map .fullwidth-contact-map iframe {
  height: 600px;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  section.bloc-map .fullwidth-contact-map iframe {
    height: 300px;
  }
}
.single-actulite-content .contenu-simple {
  padding: 0 !important;
}
.single-bottom-articles {
  background: #F8FCFF;
  padding: 75px 0 95px;
}
@media screen and (max-width: 767.98px) {
  .single-bottom-articles {
    padding: 45px 0 50px;
  }
}
.single-bottom-articles .titre {
  margin-bottom: 45px;
  text-align: center;
  line-height: 45px;
  color: #0c2e47;
  font-weight: 700;
  font-size: 35px;
  font-family: "Philosopher", sans-serif;
}
@media screen and (max-width: 767.98px) {
  .single-bottom-articles .titre {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.single-bottom-articles .liste-actualites .article-content a {
  text-decoration: none;
  display: block;
  height: 420px;
}
@media screen and (max-width: 767.98px) {
  .single-bottom-articles .liste-actualites .article-content a {
    height: initial;
    padding-bottom: 100px;
    margin-bottom: 30px;
  }
}
.single-bottom-articles .liste-actualites .article-content a .article-inner {
  height: 100% !important;
  display: flex;
  flex-direction: column;
  position: relative;
}
.single-bottom-articles .liste-actualites .article-content a .article-inner .item {
  flex: 1;
}
.single-bottom-articles .liste-actualites .article-content a .article-inner .top-content {
  display: flex;
  height: 100%;
}
.single-bottom-articles .liste-actualites .article-content a .article-inner .top-content .date {
  color: #000000;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  padding-right: 0.75rem;
}
.single-bottom-articles .liste-actualites .article-content a .article-inner .top-content .date .date-inner {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: flex;
  justify-content: start;
}
.single-bottom-articles .liste-actualites .article-content a .article-inner .top-content .date .date-inner .day {
  font-weight: bold;
  font-size: 3.625rem;
  padding-bottom: 1rem;
  line-height: 50px;
}
.single-bottom-articles .liste-actualites .article-content a .article-inner .top-content .date .date-inner .month-year {
  font-weight: bold;
  text-transform: uppercase;
}
.single-bottom-articles .liste-actualites .article-content a .article-inner .top-content .date .date-inner .month-year.year {
  margin-top: 6px;
}
.single-bottom-articles .liste-actualites .article-content a .article-inner .top-content .visuel {
  width: 100%;
  height: 230px;
  overflow: hidden;
  border-top-right-radius: 55px;
}
.single-bottom-articles .liste-actualites .article-content a .article-inner .top-content .visuel img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
  height: 100%;
}
.single-bottom-articles .liste-actualites .article-content a .article-inner .bottom-content {
  padding: 25px;
  display: grid;
  color: #333333;
  position: absolute;
  top: 145px;
  text-align: center;
  background-color: #ffffff;
  margin: 2rem;
  height: 230px;
}
@media screen and (max-width: 767.98px) {
  .single-bottom-articles .liste-actualites .article-content a .article-inner .bottom-content {
    padding: 20px 15px;
    height: initial;
    margin: 1.3rem;
    top: 100px;
  }
}
.single-bottom-articles .liste-actualites .article-content a .article-inner .bottom-content .date {
  color: #b0802a;
  padding-bottom: 13px;
}
.single-bottom-articles .liste-actualites .article-content a .article-inner .bottom-content .author {
  color: #b0802a;
  padding-bottom: 1rem;
}
.single-bottom-articles .liste-actualites .article-content a .article-inner .bottom-content .article-title {
  padding: 0 15px;
  font-size: 1rem;
  color: #185A7A;
}
.single-bottom-articles .liste-actualites .article-content a .article-inner .bottom-content .excerpt {
  font-size: 0.875rem;
  padding-bottom: 0.938rem;
}
.single-bottom-articles .liste-actualites .article-content a .article-inner .bottom-content .link .link-inner {
  font-size: 1rem;
  color: #b0802a;
  font-weight: 500;
}
.single-bottom-articles .liste-actualites .article-content a .article-inner .bottom-content .link svg {
  margin-left: 15px;
}
.single-bottom-articles .liste-actualites .article-content a .article-inner .bottom-content .link svg path {
  fill: #b0802a;
}
.single-bottom-articles .liste-actualites .article-content a:hover .article-inner .top-content .visuel .image img {
  transform: scale(1.1);
}
.single-bottom-articles .liste-actualites .article-content a:hover .article-inner .bottom-content .article-title {
  text-decoration: underline;
}
.single-bottom-articles .liste-actualites .article-content a:hover .article-inner .bottom-content .link .link-inner {
  text-decoration: underline;
}
@media only screen and (min-width: 767.98px) and (max-width: 1199px) {
  .single-bottom-articles .liste-actualites .article-content {
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .single-bottom-articles .liste-actualites .article-content {
    padding-top: 1rem;
  }
}
.section-certifications div.carousel .swiper .swiper-wrapper .swiper-slide .image {
  padding-bottom: inherit;
  text-align: center;
}
.section-certifications div.carousel .swiper .swiper-wrapper .swiper-slide .image img {
  object-fit: contain;
  position: inherit;
  width: 180px;
  height: 90px;
}
.section-certifications div.carousel .swiper-button {
  height: 100%;
  top: 0;
}
.section-certifications div.carousel .swiper-button:after {
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy41MDMiIGhlaWdodD0iMjMuNjE5IiB2aWV3Qm94PSIwIDAgMTMuNTAzIDIzLjYxOSI+PHBhdGggaWQ9Ikljb25faW9uaWMtaW9zLWFycm93LWJhY2siIGRhdGEtbmFtZT0iSWNvbiBpb25pYy1pb3MtYXJyb3ctYmFjayIgZD0iTTIwLjY4MywxOEwxMS43NDYsOS4wNzBhMS42ODgsMS42ODgsMCwxLDEsMi4zOTEtMi4zODRMMjQuMjYyLDE2LjhhMS42ODUsMS42ODUsMCwwLDEsLjA0OSwyLjMyN0wxNC4xNDQsMjkuMzJhMS42ODgsMS42ODgsMCwwLDEtMi4zOTEtMi4zODRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEuMjUxIC02LjE5NCkiIGZpbGw9IiNmMTc4MDQiLz48L3N2Zz4=) no-repeat center / contain;
  mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy41MDMiIGhlaWdodD0iMjMuNjE5IiB2aWV3Qm94PSIwIDAgMTMuNTAzIDIzLjYxOSI+PHBhdGggaWQ9Ikljb25faW9uaWMtaW9zLWFycm93LWJhY2siIGRhdGEtbmFtZT0iSWNvbiBpb25pYy1pb3MtYXJyb3ctYmFjayIgZD0iTTIwLjY4MywxOEwxMS43NDYsOS4wNzBhMS42ODgsMS42ODgsMCwxLDEsMi4zOTEtMi4zODRMMjQuMjYyLDE2LjhhMS42ODUsMS42ODUsMCwwLDEsLjA0OSwyLjMyN0wxNC4xNDQsMjkuMzJhMS42ODgsMS42ODgsMCwwLDEtMi4zOTEtMi4zODRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEuMjUxIC02LjE5NCkiIGZpbGw9IiNmMTc4MDQiLz48L3N2Zz4=) no-repeat center / contain;
}
.col-lien {
  padding-top: 40px !important;
}
@media screen and (max-width: 767.98px) {
  .col-lien {
    padding-top: 0 !important;
  }
}
.section-nos-realisations .realisations-recentes {
  position: relative;
}
.section-nos-realisations .realisations-recentes:after {
  background: url(/wp-content/uploads/2025/09/Groupe-163459.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -90px;
  height: 580px;
  right: -285px;
  content: "";
  width: 580px;
}
.section-nos-realisations .realisations-recentes .realisations-wrapper {
  position: relative;
  z-index: 1;
}
.section-equipe .carousel-presta {
  max-width: 1000px;
  margin: 0 auto;
}
.section-equipe .carousel-presta .slide-content .sous-titre {
  font-weight: 500;
}
.section-equipe .carousel-presta .slide-content .texte {
  color: #575757;
  max-width: 250px;
  margin: 0 auto;
}
.section-equipe .carousel-presta .swiper-button .swiper-button-prev {
  left: -10%;
}
.section-equipe .carousel-presta .swiper-button .swiper-button-next {
  right: -10%;
}
.section-bloc-image-text .bloc-image {
  margin-bottom: 0 !important;
  height: 100%;
}
.section-bloc-image-text .bloc-image img {
  height: 100% !important;
}
.section-bloc-image-text .bloc-boutons {
  margin-bottom: 0 !important;
}
.presta-texte-projet {
  margin: 0 auto 2.25rem;
  max-width: 800px;
}
.image-border-right img {
  border-bottom-left-radius: 0 !important;
}
.section-etapes-projets {
  position: relative;
}
.section-etapes-projets .container {
  position: relative;
}
.section-etapes-projets:before {
  background: #2a252194;
  position: absolute;
  height: 100%;
  content: "";
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.bloc-image-height img {
  height: 455px !important;
}
@media screen and (max-width: 767.98px) {
  .bloc-image-height img {
    height: 300px !important;
  }
}
.bloc-bandeau-img {
  position: relative;
}
.bloc-bandeau-img:before {
  background: #F8FCFF;
  position: absolute;
  display: block;
  height: 230px;
  width: 100vw;
  left: -100vw;
  content: "";
  top: 110px;
}
.bloc-bandeau-right {
  position: relative;
}
.bloc-bandeau-right:before {
  background: #F8FCFF;
  position: absolute;
  display: block;
  height: 230px;
  right: -100vw;
  width: 100vw;
  content: "";
  top: 110px;
}
.devis-contact section.formulaire .actions .nf-form-cont .nf-form-content .nf-field-container .nf-field-element input,
.devis-contact section.formulaire .actions .nf-form-cont .nf-form-content .nf-field-container .nf-field-element select,
.devis-contact section.formulaire .actions .nf-form-cont .nf-form-content .nf-field-container .nf-field-element textarea {
  background-color: #E9F7FF;
}
.devis-contact section.formulaire .actions .nf-form-cont .nf-form-content .nf-field-container .nf-field-element input::placeholder,
.devis-contact section.formulaire .actions .nf-form-cont .nf-form-content .nf-field-container .nf-field-element select::placeholder,
.devis-contact section.formulaire .actions .nf-form-cont .nf-form-content .nf-field-container .nf-field-element textarea::placeholder {
  color: #575757;
  opacity: 1;
}
.devis-contact section.formulaire .actions .nf-form-cont .nf-form-content .nf-field-container .nf-field-element input:-ms-input-placeholder,
.devis-contact section.formulaire .actions .nf-form-cont .nf-form-content .nf-field-container .nf-field-element select:-ms-input-placeholder,
.devis-contact section.formulaire .actions .nf-form-cont .nf-form-content .nf-field-container .nf-field-element textarea:-ms-input-placeholder {
  color: #575757;
}
.devis-contact section.formulaire .actions .nf-form-cont .nf-form-content .nf-field-container .nf-field-element input::-ms-input-placeholder,
.devis-contact section.formulaire .actions .nf-form-cont .nf-form-content .nf-field-container .nf-field-element select::-ms-input-placeholder,
.devis-contact section.formulaire .actions .nf-form-cont .nf-form-content .nf-field-container .nf-field-element textarea::-ms-input-placeholder {
  color: #575757;
}
.devis-contact section.formulaire .actions .nf-form-cont .nf-form-content .nf-field-container .nf-field-label label {
  color: #B0802A;
}
.devis-contact section.formulaire .actions .nf-form-cont .nf-form-content .nf-field-container .nf-field-label label a {
  text-decoration: underline;
}
.devis-contact section.formulaire .select2-container--default .select2-selection {
  background-color: #E9F7FF;
}
.devis-contact section.formulaire .select2-container--default .select2-selection .select2-selection__rendered {
  color: #575757;
}
.single-realisation-container .titre {
  font-family: "Philosopher", sans-serif;
  color: #0c2e47;
  font-weight: 700;
  font-size: 35px;
}
.single-realisation-container .autre-realisation-content .dernieres-realisation {
  border-top: 1px solid #9B9B9B42;
  margin-top: 70px;
  padding-top: 70px;
}
.single-realisation-container .autre-realisation-content .realisation-titre {
  margin-bottom: 50px;
}
.single-realisation-container .autre-realisation-content .realisation-inner {
  box-shadow: 3px 3px 15px rgba(43, 0, 86, 0.17);
  border-radius: 5px 5px 0 0;
}
.single-realisation-container .autre-realisation-content .realisation-inner .top-content .visuel {
  height: 220px;
}
.single-realisation-container .autre-realisation-content .realisation-inner .top-content .visuel img {
  border-radius: 5px 5px 0 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.single-realisation-container .autre-realisation-content .realisation-inner .bottom-content {
  background: #ffffff;
  padding: 20px 30px;
}
@media screen and (max-width: 767.98px) {
  .single-realisation-container .autre-realisation-content .realisation-inner .bottom-content {
    padding: 20px;
  }
}
.single-realisation-container .autre-realisation-content .realisation-inner .bottom-content .type-realisation {
  color: #b0802a;
  font-size: 14px;
}
.single-realisation-container .autre-realisation-content .realisation-inner .bottom-content .realisation-title {
  color: #185A7A;
  line-height: 30px;
  margin-top: 10px;
  font-size: 23px;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .single-realisation-container .autre-realisation-content .realisation-inner .bottom-content .realisation-title {
    font-size: 1rem;
  }
}
.single-realisation-container .autre-realisation-content .realisation-inner .bottom-content .link {
  margin-top: 20px;
}
.single-realisation-container .autre-realisation-content .realisation-inner .bottom-content .link .link-inner {
  font-size: 1rem;
  color: #b0802a;
  font-weight: 500;
}
.single-realisation-container .autre-realisation-content .realisation-inner .bottom-content .link .link-inner svg {
  margin-left: 15px;
}
@media screen and (max-width: 991px) {
  .single-realisation-container .autre-realisation-content .realisation-content:not(:last-child) {
    margin-bottom: 30px;
  }
}
