/*
@font-face {
    font-family: "daily-spark-sans";
    src: url("http://mcc.local/wp-content/themes/idcomweb/fonts/daily-spark-sans.woff2") format("woff2");
}
*/
header {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
header .logo-mobile .logo {
  width: fit-content;
}
@media screen and (min-width: 1200px) {
  header .logo-mobile {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  header .logo-header {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  header {
    background: #172C4D;
    position: fixed;
    width: 100%;
    z-index: 5;
    min-height: 80px;
    max-height: 160px;
    max-width: 100vw;
  }
}
header .menu-icon {
  z-index: 1;
  cursor: pointer;
  display: inline-block;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}
@media screen and (min-width: 1200px) {
  header .menu-icon {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  header .menu-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 4px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 30px;
}
header .menu-icon .navicon:before {
  top: 10px;
}
header .menu-icon .navicon:after {
  top: -10px;
}
header .menu-icon .navicon:before,
header .menu-icon .navicon:after {
  background: white;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
header .menu-btn {
  display: none;
}
header .menu-btn:checked ~ .menu {
  max-height: 600px;
  overflow: visible;
}
header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
header .menu-btn:checked ~ .tel-numbers {
  display: flex;
}
header .menu-header .menu {
  display: flex;
  margin: 0;
  background: #172C4D;
  position: relative;
  padding: 0 7%;
}
@media screen and (min-width: 1200px) {
  header .menu-header .menu {
    height: 100px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1349px) {
  header .menu-header .menu {
    padding: 0;
  }
}
@media screen and (min-width: 1350px) and (max-width: 1510px) {
  header .menu-header .menu {
    padding: 0 5%;
  }
}
header .menu > li {
  width: fit-content;
  padding: 0 1.3rem;
}
header .menu > li a {
  width: fit-content;
}
header .menu > li.menu-parent > span {
  text-align: center;
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 300;
  font-family: 'Poppins';
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  header .menu > li.menu-parent > span {
    font-size: 12px !important;
  }
}
header .menu > li.menu-parent > span:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 0%;
  background-color: #90CF3E;
  bottom: -5px;
  opacity: 0;
  transition: 1s;
}
header .menu > li.menu-parent > span:hover:after {
  width: 100%;
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  header .menu > li.menu-parent .lv2 .menu-item {
    padding-right: 5rem;
  }
}
header .menu > li.menu-parent:nth-of-type(2) .lv2 .menu-item {
  padding: 1rem;
}
@media screen and (min-width: 1200px) {
  header .menu > li.menu-parent:nth-of-type(2) .lv2 .menu-item:nth-of-type(3) {
    padding-right: 4.5rem;
  }
}
header .menu > li.item-principale > a:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 0%;
  background-color: #90CF3E;
  bottom: -5px;
  opacity: 0;
  transition: 1s;
}
header .menu > li.item-principale > a:hover:after {
  width: 100%;
  opacity: 1;
}
header .menu > li.item-principale > a span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 300;
  font-family: 'Poppins';
}
header li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header li a {
  font-size: 13px;
  display: block;
  padding: 0;
  text-decoration: none;
  font-family: 'Poppins';
  letter-spacing: 1.3px;
}
header .menu-item span {
  position: relative;
}
@media screen and (max-width: 1199px) {
  header .menu-item {
    margin: 0.8rem auto;
  }
}
header .menu-item a {
  position: relative;
  transition: 0.3s;
}
header .menu-item a span {
  transition: 0.3s;
  color: white;
  font-size: 18px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  header .menu-item a span {
    font-size: 14px;
  }
}
header .menu-item .lv2 {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: visible;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 10;
}
header .menu-item .lv2 {
  display: flex;
  top: 100%;
  width: 100%;
  padding: 7rem 7% 3rem;
}
@media screen and (min-width: 1200px) {
  header .menu-item .lv2 {
    right: 0%;
  }
  header .menu-item .lv2 .no-title {
    opacity: 0;
  }
}
@media screen and (max-width: 1199px) {
  header .menu-item .lv2 {
    position: relative;
    height: 0;
    opacity: 0;
  }
}
header .menu-item .lv2 .div-data {
  position: relative;
}
header .menu-item .lv2 .div-data span.data-attribut {
  position: absolute;
  top: -5rem;
  color: white;
  font-size: 19px;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
}
header .menu-item .lv2 .div-data span.data-attribut:before {
  content: '';
  position: absolute;
  bottom: -1rem;
  width: 34px;
  height: 1px;
  background-color: #90CF3E;
}
header .menu-item .lv2 > .menu-item > a {
  display: flex;
  flex-direction: column;
}
header .menu-item .lv2 > .menu-item > a .titre-lv2 {
  text-transform: uppercase;
  font-size: 14px;
}
header .menu-item .lv2 > .menu-item > a .menu-thumbnail {
  position: relative;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1200px) {
  header .menu-item .lv2 > .menu-item > a .menu-thumbnail:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 4px;
    width: 98px;
    background-color: #90CF3E;
    transition: 0.4s;
  }
}
@media screen and (max-width: 1199px) {
  header .menu-item .lv2 > .menu-item > a .menu-thumbnail {
    display: none;
  }
}
header .menu-item .lv2 > .menu-item > a .menu-thumbnail img {
  object-fit: cover;
  aspect-ratio: 1;
  width: 216px;
  height: 100%;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  header .menu-item .lv2 > .menu-item > a .menu-thumbnail img {
    width: 165px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  header .menu-item .lv2 > .menu-item > a:hover .menu-thumbnail:after {
    left: 67px;
  }
}
@media screen and (min-width: 1401px) {
  header .menu-item .lv2 > .menu-item > a:hover .menu-thumbnail:after {
    left: 118px;
  }
}
header .menu-item .lv2 > .menu-item:last-of-type > a {
  border-bottom: none;
}
header .menu-item:hover .lv2 {
  opacity: 1;
  pointer-events: auto;
  height: fit-content;
}
@media screen and (max-width: 1199px) {
  header .menu {
    overflow: hidden;
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    width: 100%;
    justify-content: space-around;
    margin-top: auto;
    margin-bottom: auto;
    flex-direction: column;
  }
  header .menu .lv2 {
    margin-top: 0.5rem;
    padding: 0;
    flex-direction: column;
  }
  header .menu .lv2 .menu-item {
    padding: 0 1rem !important;
  }
  header .menu .lv2 .menu-item .div-data {
    display: none;
  }
}
.bouton-menu-r a {
  border: 1px solid white;
  padding: 0.5rem 0.9rem;
  border-radius: 30px;
}
.bouton-menu-r a:after {
  content: none !important;
}
.bouton-menu-r a strong {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.7px;
}
.bouton-menu-r-2 a {
  border: 1px solid white;
  padding: 0.2rem 1.2rem 0 1.2rem;
  border-radius: 30px;
  text-align: center;
  display: block;
  width: fit-content;
  color: white;
}
.bouton-menu-r-2 a:after {
  content: none !important;
}
.bouton-menu-r-2 a span {
  font-size: 10px !important;
  letter-spacing: 1.51px;
  line-height: 22px;
}
.bouton-menu-r-2 a span strong {
  margin-bottom: -2rem;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-weight: 500;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 1200px) {
  .mar-l-a {
    margin-left: auto;
  }
}
@keyframes texte-defilant {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
html {
  overflow-x: hidden;
}
body {
  color: #000000;
  background-color: var(--couleur-fond);
  overflow-x: hidden;
}
body .container {
  max-width: 1280px;
}
@media screen and (max-width: 1399px) {
  body .container {
    padding: 0 75px;
  }
}
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 .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: 100px;
  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: 70px;
}
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: 1.563rem;
  padding-bottom: 30px;
  position: relative;
}
body header .corps .menu-principal nav ul li.current-menu-item > a {
  color: var(--couleur-items-menu-survol);
}
body header .corps .menu-principal nav ul li.menu-item-has-children.current-menu-item > a:after {
  background-color: var(--couleur-items-menu-survol);
}
body header .corps .menu-principal nav ul li.menu-item-has-children > a:after {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.5' height='6' viewBox='0 0 10.5 6'%3E%3Cpath id='chevron' d='M.22,5.78a.75.75,0,0,0,.99.062L1.28,5.78,5.25,1.811,9.22,5.78a.75.75,0,0,0,.99.062l.071-.062a.75.75,0,0,0,.062-.99L10.28,4.72,5.78.22A.75.75,0,0,0,4.79.157L4.72.22.22,4.72A.75.75,0,0,0,.22,5.78Z' transform='translate(10.5 6) rotate(180)'/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.5' height='6' viewBox='0 0 10.5 6'%3E%3Cpath id='chevron' d='M.22,5.78a.75.75,0,0,0,.99.062L1.28,5.78,5.25,1.811,9.22,5.78a.75.75,0,0,0,.99.062l.071-.062a.75.75,0,0,0,.062-.99L10.28,4.72,5.78.22A.75.75,0,0,0,4.79.157L4.72.22.22,4.72A.75.75,0,0,0,.22,5.78Z' transform='translate(10.5 6) rotate(180)'/%3E%3C/svg%3E");
  width: 10.5px;
  height: 6px;
  webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  font-size: 0;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  background-color: var(--couleur-items-menu);
  margin-left: 0.5rem;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > a:hover:after {
  background-color: var(--couleur-items-menu-survol);
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: -14.5px;
  z-index: 10;
  background-color: var(--couleur-fond);
  display: none;
  overflow: hidden;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-width: 200px;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li {
  margin: 0;
  padding: 0;
  display: block;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a {
  padding: 14.5px 23px;
  display: block;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a:hover {
  background-color: var(--couleur-items-menu-survol);
  color: var(--couleur-fond);
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li.current-menu-item > a {
  background-color: var(--couleur-items-menu-survol);
  color: var(--couleur-fond);
}
body header .corps .menu-principal nav ul li:last-child {
  margin-right: 0;
}
body header .corps .menu-principal nav ul li a {
  font-size: 1rem;
  line-height: 1.188rem;
  font-weight: 500;
  color: var(--couleur-items-menu);
}
body header .corps .menu-principal nav ul li a:hover {
  color: var(--couleur-items-menu-survol);
}
body header .corps .bouton-mise-en-avant {
  padding-bottom: 20px;
}
body header .corps .bouton-mise-en-avant a {
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  border: 2px solid var(--couleur);
  color: var(--couleur);
  padding: 6px 26px;
  display: inline-block;
  text-align: center;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  text-decoration: none;
}
body header .corps .bouton-mise-en-avant a.plein {
  background-color: var(--couleur);
  color: #ffffff;
}
body header .corps .bouton-mise-en-avant a.plein:hover {
  background-color: var(--couleur-survol);
  border-color: var(--couleur-survol);
  color: #ffffff;
}
body header .corps .bouton-mise-en-avant a:hover,
body header .corps .bouton-mise-en-avant a:active,
body header .corps .bouton-mise-en-avant a:focus {
  outline: 0;
  text-decoration: none;
}
body header .corps .bouton-mise-en-avant a:hover {
  background-color: transparent;
  border-color: var(--couleur-survol);
  color: var(--couleur-survol);
}
body header .corps .toolbox-woocommerce {
  padding-bottom: 30px;
}
body header .corps .toolbox-woocommerce a {
  color: var(--couleur-item-woo);
}
body header .corps .toolbox-woocommerce a:hover {
  color: var(--couleur-item-woo-survol);
}
body header .corps .toolbox-woocommerce .compte {
  display: inline-block;
  vertical-align: middle;
  margin-right: 34px;
}
body header .corps .toolbox-woocommerce .compte a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
}
body header .corps .toolbox-woocommerce .compte a .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.5' height='18.333' viewBox='0 0 16.5 18.333'%3E%3Cpath id='user' d='M14.673,17.524l-.006-.107V15.584a2.751,2.751,0,0,0-2.589-2.746l-.161,0H4.583a2.75,2.75,0,0,0-2.745,2.588l-.005.162v1.833a.917.917,0,0,1-1.827.107L0,17.417V15.584A4.584,4.584,0,0,1,4.385,11l.2,0h7.333A4.583,4.583,0,0,1,16.5,15.385l0,.2v1.833a.917.917,0,0,1-1.827.107ZM3.667,4.583A4.583,4.583,0,1,1,8.25,9.167,4.588,4.588,0,0,1,3.667,4.583Zm1.833,0a2.75,2.75,0,1,0,2.75-2.75A2.753,2.753,0,0,0,5.5,4.583Z'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.5' height='18.333' viewBox='0 0 16.5 18.333'%3E%3Cpath id='user' d='M14.673,17.524l-.006-.107V15.584a2.751,2.751,0,0,0-2.589-2.746l-.161,0H4.583a2.75,2.75,0,0,0-2.745,2.588l-.005.162v1.833a.917.917,0,0,1-1.827.107L0,17.417V15.584A4.584,4.584,0,0,1,4.385,11l.2,0h7.333A4.583,4.583,0,0,1,16.5,15.385l0,.2v1.833a.917.917,0,0,1-1.827.107ZM3.667,4.583A4.583,4.583,0,1,1,8.25,9.167,4.588,4.588,0,0,1,3.667,4.583Zm1.833,0a2.75,2.75,0,1,0,2.75-2.75A2.753,2.753,0,0,0,5.5,4.583Z'/%3E%3C/svg%3E%0A");
  width: 16.5px;
  height: 18.33px;
  webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  font-size: 0;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  background: var(--couleur-item-woo);
}
body header .corps .toolbox-woocommerce .compte a .intitule {
  color: var(--couleur-item-woo);
  transition: all 0.4s ease-in-out;
}
body header .corps .toolbox-woocommerce .compte a:hover .icone {
  background: var(--couleur-item-woo-survol);
}
body header .corps .toolbox-woocommerce .compte a:hover .intitule {
  color: var(--couleur-item-woo-survol);
}
body header .corps .toolbox-woocommerce .panier {
  display: inline-block;
  vertical-align: middle;
}
body header .corps .toolbox-woocommerce .panier a {
  font-weight: 500;
}
body header .corps .toolbox-woocommerce .panier a .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Icons_24px_shopping-cart' data-name='Icons/24px/shopping-cart' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='shopping-cart' d='M15,17.5a1.667,1.667,0,1,1,1.667,1.667A1.667,1.667,0,0,1,15,17.5Zm-9.167,0A1.667,1.667,0,1,1,7.5,19.167,1.667,1.667,0,0,1,5.833,17.5Zm-.217-5.2-.034-.146L3.483,1.667H.833A.834.834,0,0,1,.005.931L0,.833A.834.834,0,0,1,.737.005L.833,0H4.167a.83.83,0,0,1,.792.575l.025.1.7,3.5H19.167a.825.825,0,0,1,.61.266A.834.834,0,0,1,20,5.06l-.013.1-1.334,7a2.486,2.486,0,0,1-2.336,2.011l-.149,0H8.035A2.5,2.5,0,0,1,5.617,12.3Zm1.6-.472a.833.833,0,0,0,.746.667l.1,0H16.2a.829.829,0,0,0,.791-.569l.025-.1,1.144-6H6.016Z' transform='translate(0 0.833)'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg id='Icons_24px_shopping-cart' data-name='Icons/24px/shopping-cart' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='shopping-cart' d='M15,17.5a1.667,1.667,0,1,1,1.667,1.667A1.667,1.667,0,0,1,15,17.5Zm-9.167,0A1.667,1.667,0,1,1,7.5,19.167,1.667,1.667,0,0,1,5.833,17.5Zm-.217-5.2-.034-.146L3.483,1.667H.833A.834.834,0,0,1,.005.931L0,.833A.834.834,0,0,1,.737.005L.833,0H4.167a.83.83,0,0,1,.792.575l.025.1.7,3.5H19.167a.825.825,0,0,1,.61.266A.834.834,0,0,1,20,5.06l-.013.1-1.334,7a2.486,2.486,0,0,1-2.336,2.011l-.149,0H8.035A2.5,2.5,0,0,1,5.617,12.3Zm1.6-.472a.833.833,0,0,0,.746.667l.1,0H16.2a.829.829,0,0,0,.791-.569l.025-.1,1.144-6H6.016Z' transform='translate(0 0.833)'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s ease-in-out;
  background: var(--couleur-item-woo);
}
body header .corps .toolbox-woocommerce .panier a .valeur {
  color: #ffffff;
  font-size: .75rem;
  height: 16px;
  width: 16px;
  background-color: var(--couleur-pastille-panier);
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  text-align: center;
  margin-top: -20px;
}
body header .corps .toolbox-woocommerce .panier a:hover .icone {
  background: var(--couleur-item-woo-survol);
}
body header .corps .champ-recherches {
  padding-bottom: 18px;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 {
  box-shadow: none;
  width: 300px;
  max-width: 100%;
  margin-left: 40px;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox {
  background-color: #F9F9F9;
  height: 44px;
  border-radius: 8px;
  padding: 0 20px;
  box-shadow: none;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .proinput {
  height: 100%;
  padding: 0;
  margin: 0;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .proinput form {
  height: 100%;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .proinput form input {
  color: #000000;
  font-size: 1rem;
  height: 100%;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .proinput form input.autocomplete {
  display: none;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .promagnifier {
  height: 100%;
  box-shadow: none;
}
body header .corps.menu-7 .champ-recherches .asl_w_container #ajaxsearchlite1 {
  width: 570px;
}
body main {
  margin-top: 100px;
  background-attachment: fixed;
}
@media screen and (max-width: 1199px) {
  body main {
    margin-top: 20px;
  }
}
@media screen and (min-width: 990px) {
  body main .ratio-1 img {
    aspect-ratio: 0.95546559;
    height: 741px;
    object-fit: cover;
  }
  body main .ratio-3 img {
    aspect-ratio: 0.56730769 !important;
    height: 1248px !important;
    object-fit: cover;
  }
  body main .ratio-3 .height-normal img {
    height: 735px !important;
  }
  body main .ratio-2 img {
    aspect-ratio: 1.23518851;
    height: 557px;
    object-fit: cover;
  }
  body main .ratio-4 img {
    aspect-ratio: 0.7926267299999999;
    height: 868px;
    object-fit: cover;
  }
}
body main .parallax {
  height: 700px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 990px) {
  body main .parallax {
    height: 300px;
  }
}
body main .parallax .parallax-content {
  color: white;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 990px) {
  body main .col-custom-20 {
    width: 20%;
  }
}
body main .mission {
  padding: 0;
}
body main .mission .bloc-image {
  margin-bottom: 0;
}
body main .mission .bloc-image img {
  margin-bottom: 1rem;
}
@media screen and (min-width: 990px) {
  body main .mission .bloc-image img {
    aspect-ratio: 0.63394109;
    max-width: 452px;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
  }
}
body main .chiffres .container-fluid .row .col-md-10 .titre-bleu {
  position: relative;
  margin-bottom: 6rem;
}
body main .chiffres .container-fluid .row .col-md-10 .titre-bleu:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #90cf3e;
  position: absolute;
  bottom: -10px;
  left: 0;
}
body main .chiffres .container-fluid .row .col-md-10 .col-md-auto .bloc-titre {
  margin-bottom: 3rem;
}
body main .chiffres .container-fluid .row .col-md-10 .col-md-auto .bloc-titre h6 {
  font: normal normal bold 89px/36px Roboto;
  letter-spacing: 0px;
  color: #4d6b99;
  text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
}
@media screen and (max-width: 900px) {
  body main .chiffres .container-fluid .row .col-md-10 .col-md-auto .bloc-titre h6 {
    font: normal normal bold 45px/36px Roboto;
  }
}
body main .chiffres .container-fluid .row .col-md-10 .col-md-auto .bloc-texte p {
  font-family: 'Roboto';
  font-size: 18px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
}
body main .chiffres-bleu .bloc-titre h6 {
  color: white !important;
  text-shadow: 1px 1px 0 #172c4d, -1px -1px 0 #172c4d, 1px -1px 0 #172c4d, -1px 1px 0 #172c4d !important;
}
body footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body footer .corps {
  padding: 65px 0 0;
}
body footer .corps .logo-footer {
  margin-bottom: 26px;
}
body footer .corps .logo-footer .logo {
  max-width: 200px;
}
body footer .corps .infos-contact .bloc-contact {
  margin-bottom: 20px;
  color: var(--couleur);
}
body footer .corps .infos-contact .bloc-contact a {
  color: var(--couleur);
}
body footer .corps .infos-contact .bloc-contact a:hover {
  color: var(--couleur-survol);
}
body footer .corps .reseaux-sociaux {
  font-size: 0;
}
body footer .corps .reseaux-sociaux .reseau {
  margin-bottom: 20px;
  font-size: 0;
}
body footer .corps .reseaux-sociaux .reseau a {
  display: inline-block;
  color: var(--couleur);
}
body footer .corps .reseaux-sociaux .reseau a:hover {
  color: var(--couleur-survol);
}
body footer .corps .reseaux-sociaux .reseau a:hover .icone svg {
  fill: var(--couleur-survol);
}
body footer .corps .reseaux-sociaux .reseau a .icone {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 11px;
}
body footer .corps .reseaux-sociaux .reseau a .icone svg {
  width: 100%;
  height: 100%;
  fill: var(--couleur);
  transition: all 0.4s ease-in-out;
}
body footer .corps .reseaux-sociaux .reseau a .intitule {
  font-size: 0.875rem;
  line-height: 1.25rem;
  vertical-align: middle;
}
body footer .corps .part-identite .description {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 28px;
}
body footer .corps .part-identite .infos-contact {
  font-size: 1rem;
  line-height: 1.5rem;
}
body footer .corps .part-identite .reseaux-sociaux .reseau {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 30px;
}
body footer .corps .part-identite .reseaux-sociaux .reseau:last-child {
  margin-right: 0;
}
body footer .corps .part-identite .reseaux-sociaux .reseau a .icone {
  margin: 0;
  width: 32px;
  height: 32px;
}
body footer .corps .part-identite .reseaux-sociaux .reseau a .intitule {
  display: none;
}
body footer .corps .part-menu ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body footer .corps .part-menu ul.menu li {
  margin-bottom: 5px;
}
body footer .corps .part-menu ul.menu li 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.colonnes-menu-2 ul.menu {
  column-count: 2;
}
body footer .corps .part-menu.colonnes-menu-3 ul.menu {
  column-count: 3;
}
body footer .corps .part-menu.colonnes-menu-4 ul.menu {
  column-count: 4;
}
body footer .corps .part-annexes {
  text-align: right;
}
body footer .corps .part-annexes .zone-annexes {
  display: inline-block;
  text-align: left;
}
body footer .corps .part-annexes .zone-annexes .infos-contact {
  text-align: right;
  font-size: 1rem;
  line-height: 1.5rem;
}
body footer .pied {
  font-size: 0.875rem;
  line-height: 1.188rem;
}
body footer .pied.separateur-full:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--couleur-separateur);
}
body footer .pied.separateur-container > .container {
  padding-top: 0;
}
body footer .pied.separateur-container > .container:before {
  margin-bottom: 21px;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--couleur-separateur);
}
body footer .pied > .container {
  padding-top: 21px;
  padding-bottom: 21px;
}
body footer .pied .pied-part-1 .separateur {
  font-size: 0;
  margin-right: 1.875rem;
}
body footer .pied .pied-part-2 {
  text-align: right;
}
body footer .pied a {
  color: var(--couleur-lien);
}
body footer .pied a:hover {
  color: var(--couleur-lien-survol);
}
body footer .pied .desc {
  display: inline-block;
  vertical-align: middle;
}
body footer .pied .logo-idcom {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
body footer .pied .logo-idcom svg {
  width: 81px;
}
@media screen and (max-width: 1199px) {
  body header .corps.menu-7 .champ-recherches .asl_w_container #ajaxsearchlite1 {
    width: 500px;
  }
  body footer .corps {
    padding: 30px 0;
  }
  body footer .corps .logo-footer {
    margin-bottom: 15px;
  }
  body footer .corps .part-identite .description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 15px;
  }
  body footer .corps .part-identite .reseaux-sociaux .reseau {
    margin-right: 20px;
  }
  body footer .corps .part-identite .reseaux-sociaux .reseau a .icone {
    width: 24px;
    height: 24px;
  }
  body footer .corps .part-menu ul.menu li a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .corps .part-annexes .zone-annexes .infos-contact {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .pied {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  body footer .pied .logo-idcom svg {
    width: 70px;
  }
  body footer .pied.separateur-container > .container {
    padding-bottom: 15px;
  }
  body footer .pied.separateur-container > .container:before {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  body .container {
    padding: 0 30px;
  }
  body header .corps .menu-principal nav ul li {
    margin-right: 1.25rem;
  }
  body header .corps .bouton-mise-en-avant {
    padding-bottom: 22px;
  }
  body header .corps .bouton-mise-en-avant a {
    padding: 4px 15px;
  }
  body header .corps.menu-7 .champ-recherches .asl_w_container #ajaxsearchlite1 {
    width: 350px;
  }
}
@media screen and (max-width: 1199px) {
  body .container {
    padding: 0 20px;
  }
  body header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  body header .entete {
    height: 20px;
  }
  body header .entete .accroche {
    white-space: nowrap;
    overflow: hidden;
  }
  body header .entete .accroche span {
    display: inline-block;
    padding-left: 100%;
    animation: texte-defilant 10s linear infinite;
  }
  body header .corps {
    height: 60px;
    position: relative;
    border-bottom: 1px solid var(--couleur);
  }
  body header .corps .logo a img {
    height: 50px;
  }
  body header .corps .menu-principal nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 350px;
    height: 100%;
    box-shadow: 10px 0px 10px 0px rgba(136, 136, 136, 0.1);
    -webkit-box-shadow: 10px 0px 10px 0px rgba(136, 136, 136, 0.1);
    -moz-box-shadow: 10px 0px 10px 0px rgba(136, 136, 136, 0.1);
    text-align: left;
    left: -800px;
    overflow-y: scroll;
    padding-bottom: 120px;
    background-color: var(--couleur-fond);
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  body header .corps .menu-principal nav.header-avec-entete {
    top: 80px;
  }
  body header .corps .menu-principal nav ul.menu {
    padding-top: 30px;
  }
  body header .corps .menu-principal nav ul.menu li.menu-item-has-children > a:after {
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
  }
  body header .corps .menu-principal nav ul.menu li.menu-item-has-children > a:hover:after {
    transform: rotate(180deg);
  }
  body header .corps .menu-principal nav ul.menu > li {
    display: block;
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    margin-right: 0;
  }
  body header .corps .menu-principal nav ul.menu > li > a {
    display: block;
    padding: 0 15px;
  }
  body header .corps .menu-principal nav ul.menu > li ul.sub-menu {
    position: static;
    margin: 0px;
    width: 100%;
    transform: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-align: left;
    padding: 15px 30px;
  }
  body header .corps .menu-principal nav ul.menu > li ul.sub-menu > li > a {
    font-size: 14px;
    line-height: 18px;
  }
  body header #menu-mobile {
    font-size: 14px;
    line-height: 18px;
    color: var(--couleur-texte);
    padding: 7.5px 10px;
    vertical-align: middle;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
    position: absolute;
    top: 13.5px;
    right: 15px;
  }
  body header #menu-mobile div {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    margin-left: 12px;
  }
  body header #menu-mobile div span {
    display: block;
    margin-bottom: 2px;
    height: 2px;
    background-color: var(--couleur-texte);
  }
  body header #menu-mobile div.fermant {
    display: none;
    vertical-align: top;
  }
  body header #menu-mobile div.fermant svg {
    height: 15px;
    width: 15px;
  }
  body header #menu-mobile.active {
    background-color: var(--couleur-fond-actif) !important;
  }
  body header #menu-mobile.active div.ouvrant {
    display: none;
  }
  body header #menu-mobile.active div.fermant {
    display: inline-block;
  }
  body header .bouton-recherche-etude {
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 30px;
  }
  body main {
    padding-top: 60px;
  }
  body main.header-avec-entete {
    padding-top: 80px;
  }
  body footer .corps {
    padding: 30px 0 0;
  }
  body footer .corps .part-annexes {
    text-align: left;
  }
  body footer .corps .part-annexes:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--couleur-separateur);
    opacity: .1;
    margin: 0 0 15px;
  }
  body footer .corps .part-annexes .zone-annexes .infos-contact {
    text-align: left;
  }
  body footer .corps .part-identite:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--couleur-separateur);
    opacity: .1;
    margin: 15px 0;
  }
  body footer .corps .part-identite .infos-contact {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .corps .part-menu {
    padding-bottom: 10px;
  }
  body footer .corps .infos-contact .bloc-contact {
    margin-bottom: 15px;
  }
  body footer .pied .pied-part-1 {
    margin-bottom: 5px;
  }
  body footer .pied .pied-part-1 .separateur {
    font-size: 0.875rem;
    margin-right: 0;
  }
  body footer .pied .pied-part-2 {
    text-align: left;
  }
  body footer .pied .logo-idcom svg {
    width: 50px;
  }
}
body#maintenance .page-content {
  background-image: url('/wp-content/themes/idcomweb/img/site-constrcution-img.jpeg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
body#maintenance .page-content > .bloc-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
body#maintenance .page-content > .bloc-image img {
  width: 250px;
  border-radius: 5px;
}
body#maintenance .page-content .formulaire > .container {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
body#maintenance .page-content .formulaire .contenus-txt .bloc-image img {
  border-radius: 5px;
}
body#maintenance .nf-error-msg.nf-error-field-errors {
  text-align: center;
}
section.offres .cadre {
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1199px) {
  section.offres .cadre {
    margin-bottom: 2.5rem;
  }
}
section.offres .cadre .titre {
  font-size: 35px;
  line-height: 39px;
  color: #16213b;
  text-align: center;
  margin-bottom: 60px;
}
section.offres .cadre .formulaire-recherches-offres {
  z-index: 1;
  padding: 0 1.25rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1400px) {
  section.offres .cadre .formulaire-recherches-offres {
    padding: 0 4.25rem;
  }
}
section.offres .cadre .formulaire-recherches-offres form {
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 1199px) {
  section.offres .cadre .formulaire-recherches-offres form {
    flex-direction: column;
    gap: 2rem;
  }
}
section.offres .cadre .formulaire-recherches-offres form .champ {
  display: flex;
  flex-direction: column;
}
section.offres .cadre .formulaire-recherches-offres form .champ .intitule {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
section.offres .cadre .formulaire-recherches-offres form .champ input[type="text"] {
  padding: .4rem 2rem .4rem .4rem;
  background-color: white;
  border: 1px solid #a3b4cc;
  border-radius: 10px;
  max-width: 180px;
}
section.offres .cadre .formulaire-recherches-offres form .champ input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 250px;
  height: 10px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
  opacity: 1;
  transition: opacity 0.2s;
  margin-top: 10px;
}
section.offres .cadre .formulaire-recherches-offres form .champ input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  background: #ddd;
  border-radius: 5px;
}
section.offres .cadre .formulaire-recherches-offres form .champ input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #4d6b99;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: -5px;
}
section.offres .cadre .formulaire-recherches-offres form .champ input[type="range"]::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #a3b4cc 0%, #a3b4cc var(--value), #dddddd var(--value), #dddddd 100%);
}
section.offres .cadre .formulaire-recherches-offres form .champ input[type="range"]::-moz-range-track {
  width: 100%;
  height: 10px;
  background: #ddd;
  border-radius: 5px;
}
section.offres .cadre .formulaire-recherches-offres form .champ input[type="range"]::-moz-range-progress {
  background-color: #a3b4cc;
  height: 10px;
  border-radius: 5px;
}
section.offres .cadre .formulaire-recherches-offres form .champ input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #4d6b99;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
section.offres .cadre .formulaire-recherches-offres form .champ input[type="range"]::-ms-track {
  width: 100%;
  height: 10px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
section.offres .cadre .formulaire-recherches-offres form .champ input[type="range"]::-ms-fill-lower {
  background: #a3b4cc;
  border-radius: 5px;
}
section.offres .cadre .formulaire-recherches-offres form .champ input[type="range"]::-ms-fill-upper {
  background: #ddd;
  border-radius: 5px;
}
section.offres .cadre .formulaire-recherches-offres form .champ input[type="range"]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #4d6b99;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
section.offres .cadre .formulaire-recherches-offres form .champ .input-range {
  display: flex;
  flex-direction: column;
}
section.offres .cadre .formulaire-recherches-offres form .champ .input-range #slider_value {
  margin-top: 0.3rem;
}
section.offres .cadre .formulaire-recherches-offres form .champ input[type="submit"] {
  height: fit-content;
  padding: .55rem 2rem;
  border: 1px solid #a3b4cc;
  border-radius: 10px;
  background-color: white;
  margin: auto 0 0;
  width: fit-content;
  margin-top: auto;
}
section.offres .cadre .liste {
  min-height: 300px;
}
@media screen and (min-width: 1400px) {
  section.offres .cadre .liste {
    padding: 0 3rem;
  }
}
section.offres .cadre .liste .zone-cachee-garder-en-memoire-valeur-post {
  display: none;
}
section.offres .cadre .liste .message {
  color: rgba(48, 139, 43, 0.85);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
section.offres .cadre .liste .offre {
  margin-bottom: 50px;
  padding: 0 2rem;
}
section.offres .cadre .liste .offre a {
  background-color: white;
  border: 1px solid #cdcdcd;
  display: block;
}
section.offres .cadre .liste .offre a .image {
  position: relative;
  height: 350px;
  overflow: hidden;
}
section.offres .cadre .liste .offre a .image > div {
  position: absolute;
}
section.offres .cadre .liste .offre a .image > div.fond {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: -7%;
  left: -7%;
  height: 114%;
  width: 114%;
}
section.offres .cadre .liste .offre a .image > div.ville {
  width: 100%;
  bottom: 0;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 3px 15px;
  background-color: #172C4D;
}
section.offres .cadre .liste .offre a .image > div.overlay {
  background-image: url(/www/wwwroot/maisonsdenfrance01.com/wp-content/themes/idcomweb/css/img/zoom-plus.png);
  background-color: rgba(48, 139, 43, 0.75);
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
}
section.offres .cadre .liste .offre a .image > div.overlay .row {
  height: 100%;
  margin: 0;
}
section.offres .cadre .liste .offre a .image > div.overlay .zoom {
  margin-bottom: 15px;
}
section.offres .cadre .liste .offre a .image > div.overlay .ville {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
}
section.offres .cadre .liste .offre a .description {
  padding: 15px 25px 0;
}
section.offres .cadre .liste .offre a .description .caracteristiques {
  margin-bottom: 18px;
}
section.offres .cadre .liste .offre a .description .caracteristiques > .row {
  width: 100%;
  margin: auto;
}
section.offres .cadre .liste .offre a .description .caracteristiques .caracteristique .pictogramme {
  width: 25px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
section.offres .cadre .liste .offre a .description .caracteristiques .caracteristique .valeur {
  display: inline-block;
  vertical-align: middle;
  color: #172C4D;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
section.offres .cadre .liste .offre a .description .adresse {
  color: #16213b;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
}
section.offres .cadre .liste .offre a .description .agence-liee {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 25px;
  color: #f9f9f9;
}
section.offres .cadre .liste .offre a .description .categorie {
  color: #172C4D;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e3e3e3;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0.5rem;
}
section.offres .cadre .liste .offre a .description .reference {
  color: #393B42;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Poppins";
}
section.offres .cadre .liste .offre a .description .prix {
  color: #172C4D;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 1rem;
}
section.offres .cadre .liste .offre a .bouton {
  background-color: #90CF3E;
  font-size: 14px;
  line-height: 18px;
  padding: 0.2rem;
  width: 100px;
  margin-left: auto;
  border-top-left-radius: 30px;
  display: flex;
}
section.offres .cadre .liste .offre a .bouton svg {
  transform: rotate(-90deg);
  margin-left: auto;
  margin-right: 0.5rem;
}
section.offres .cadre .liste .offre a:hover .image > div.overlay {
  left: 0;
}
section.offres .cadre .la-pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 5px;
}
section.offres .cadre .la-pagination a,
section.offres .cadre .la-pagination span {
  background-color: #ffffff;
  color: #CCCCCC;
  border: 1px solid #4D6B99;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
section.offres .cadre .la-pagination a:hover {
  background-color: #4D6B99;
  color: #ffffff;
}
section.offres .cadre .la-pagination span {
  background-color: #4D6B99;
  color: #ffffff;
}
section.offres .cadre .la-pagination .prev,
section.offres .cadre .la-pagination .next {
  border: none !important;
  background-color: transparent !important;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 10000000;
  display: none;
}
.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
}
.sidebar-contact {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 1rem;
  background-color: #F5F5F5;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0px 10px 10px 0px;
}
@media screen and (max-width: 1199px) {
  .sidebar-contact {
    top: 81px;
    transform: none;
    flex-direction: row;
    padding: 0.3rem;
  }
}
.sidebar-contact .sidebar-svg svg path,
.sidebar-contact .sidebar-svg svg circle,
.sidebar-contact .sidebar-svg svg rect {
  transition: 0.4s;
}
.sidebar-contact .sidebar-svg:hover svg path,
.sidebar-contact .sidebar-svg:hover svg rect {
  fill: #172c4d;
}
.sidebar-contact .sidebar-svg:hover svg circle {
  stroke: #172c4d;
  stroke-width: 1px;
}
.titre-barre-vert {
  position: relative;
}
.titre-barre-vert:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #90cf3e;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.garantie-element .bloc-image {
  text-align: center;
}
.garantie-element .bloc-image img {
  max-width: 63px;
  max-height: 60px;
}
.garantie-element .bloc-titre {
  margin-bottom: 1.5rem;
}
.garantie-element .bloc-titre .titre {
  font-weight: 300 !important;
  text-align: center !important;
  position: relative;
  display: flex;
  flex-direction: column;
}
.garantie-element .bloc-titre .titre:before {
  position: absolute;
  bottom: -0.6rem;
  content: '';
  width: 50px;
  height: 1px;
  background-color: #90cf3e;
  left: 50%;
  transform: translateX(-50%);
}
.garantie-element .bloc-titre .titre strong {
  color: #90CF3E;
  font-weight: bold !important;
}
@media screen and (max-width: 1199px) {
  .entete-standard {
    margin-top: 2rem;
  }
}
.entete-standard .bloc-image {
  margin-top: -2rem;
  margin-bottom: 0 !important;
}
.entete-standard .bloc-image img {
  max-width: 282px;
}
@media screen and (max-width: 991px) {
  .entete-standard .bloc-image {
    display: none;
  }
}
.entete-standard .preambule {
  font-size: 34px !important;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .entete-standard .preambule {
    font-size: 26px !important;
  }
}
@media screen and (max-width: 768px) {
  .entete-standard .preambule {
    font-size: 22px !important;
  }
}
.section-qui-1 {
  position: relative;
}
.section-qui-1 .bloc-image {
  margin-bottom: 0 !important;
}
.section-qui-1 .contenu-texte {
  height: fit-content;
  background: white;
  padding: 2rem;
}
@media screen and (min-width: 992px) {
  .section-qui-1 .contenu-texte {
    position: absolute;
    left: -25%;
    top: 50%;
    transform: translateY(-50%);
    padding: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .section-qui-1 .contenu-texte {
    padding: 3rem 10%;
  }
}
@media screen and (min-width: 1500px) {
  .section-qui-1 .contenu-texte {
    padding: 4rem 20%;
  }
}
.section-qui-1 .contenu-texte .bloc-titre {
  margin-bottom: 1.5rem;
}
.section-qui-1 .contenu-texte .bloc-titre .preambule {
  text-transform: uppercase;
}
.section-qui-1 .contenu-texte .bloc-texte {
  margin-bottom: 0;
}
.section-qui-2 .contenu-texte {
  background-color: #172C4D;
  padding: 2rem;
  mix-blend-mode: color;
}
@media screen and (min-width: 991px) {
  .section-qui-2 .contenu-texte {
    padding: 2rem 55% 1.5rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .section-qui-2 .contenu-texte {
    padding: 3rem 45% 1.5rem 5%;
  }
}
@media screen and (min-width: 1500px) {
  .section-qui-2 .contenu-texte {
    padding: 3rem 32% 1.5rem 13%;
  }
}
.section-qui-2 .contenu-texte .titre {
  font-weight: 300;
}
.section-qui-2 .contenu-texte .titre strong {
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .section-qui-2 .bloc-image {
    position: absolute;
    width: 570px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
  }
  .section-qui-2 .bloc-image img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 1500px) {
  .section-qui-2 .bloc-image {
    right: -5rem;
  }
}
.section-qui-3 {
  position: relative;
}
.section-qui-3 .bloc-image {
  margin-bottom: 0 !important;
}
.section-qui-3 .contenu-texte {
  height: fit-content;
  background: white;
  padding: 2rem;
}
@media screen and (min-width: 992px) {
  .section-qui-3 .contenu-texte {
    position: absolute;
    left: -25%;
    top: 0;
    padding: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .section-qui-3 .contenu-texte {
    padding: 3rem 10%;
  }
}
@media screen and (min-width: 1500px) {
  .section-qui-3 .contenu-texte {
    padding: 4rem 17% 4rem 20%;
  }
}
.section-qui-3 .contenu-texte .bloc-titre {
  margin-bottom: 1.5rem;
}
.section-qui-3 .contenu-texte .bloc-titre .titre {
  font-weight: 300;
}
.section-qui-3 .contenu-texte .bloc-titre .titre strong {
  font-weight: bold;
}
.section-qui-3 .contenu-texte .bloc-texte {
  margin-bottom: 0;
}
.section-qui-4 {
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-qui-4 .bloc-image {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 990px) {
  .section-qui-4 .bloc-image img {
    aspect-ratio: 0.9360544200000001;
    height: 735px;
    object-fit: cover;
  }
}
.section-qui-4 .contenu-texte {
  height: fit-content;
  background: white;
  padding: 2rem;
}
@media screen and (min-width: 992px) {
  .section-qui-4 .contenu-texte {
    position: absolute;
    right: -25%;
    top: 50%;
    transform: translateY(-50%);
    padding: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .section-qui-4 .contenu-texte {
    padding: 3rem 10%;
  }
}
@media screen and (min-width: 1500px) {
  .section-qui-4 .contenu-texte {
    padding: 4rem 20%;
  }
}
.section-qui-4 .contenu-texte .bloc-titre {
  margin-bottom: 1.5rem;
}
.section-qui-4 .contenu-texte .bloc-titre .preambule {
  text-transform: uppercase;
}
.section-qui-4 .contenu-texte .bloc-texte {
  margin-bottom: 0;
}
.section-qui-5 {
  position: relative;
}
.section-qui-5 .bloc-image {
  margin-bottom: 0 !important;
}
.section-qui-5 .contenu-texte {
  height: fit-content;
  background: white;
  padding: 2rem;
}
@media screen and (min-width: 992px) {
  .section-qui-5 .contenu-texte {
    position: absolute;
    left: -25%;
    top: 50%;
    transform: translateY(-50%);
    padding: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .section-qui-5 .contenu-texte {
    padding: 3rem 10%;
  }
}
@media screen and (min-width: 1500px) {
  .section-qui-5 .contenu-texte {
    padding: 2rem 20%;
  }
}
.section-qui-5 .contenu-texte .bloc-titre {
  margin-bottom: 1.5rem;
}
.section-qui-5 .contenu-texte .bloc-titre .preambule {
  text-transform: uppercase;
}
.section-qui-5 .contenu-texte .bloc-texte {
  margin-bottom: 0;
}
.section-qui-6 {
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-qui-6 .bloc-image {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 990px) {
  .section-qui-6 .bloc-image img {
    aspect-ratio: 0.9360544200000001;
    height: 735px;
    object-fit: cover;
  }
}
.section-qui-6 .contenu-texte {
  height: fit-content;
  background: white;
  padding: 2rem;
}
@media screen and (min-width: 992px) {
  .section-qui-6 .contenu-texte {
    position: absolute;
    right: -15%;
    top: 50%;
    transform: translateY(-50%);
    padding: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .section-qui-6 .contenu-texte {
    padding: 3rem 10%;
  }
}
@media screen and (min-width: 1500px) {
  .section-qui-6 .contenu-texte {
    padding: 2rem 15%;
  }
}
.section-qui-6 .contenu-texte .bloc-titre {
  margin-bottom: 1.5rem;
}
.section-qui-6 .contenu-texte .bloc-titre .preambule {
  text-transform: uppercase;
}
.section-qui-6 .contenu-texte .bloc-texte {
  margin-bottom: 0;
}
.carousel-equipe {
  position: relative;
}
.carousel-equipe:before {
  content: '';
  position: absolute;
  background-color: #4D6B99;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  top: 0;
}
@media screen and (min-width: 1200px) {
  .carousel-equipe .carousel {
    margin-top: 5rem;
  }
}
.img-text .bloc-image {
  margin-bottom: 1rem;
}
.fond-bleu {
  position: relative;
}
.fond-bleu:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #172C4D;
  mix-blend-mode: multiply;
  z-index: 0;
}
.modele {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  height: 100%;
  margin-bottom: 1rem;
}
.modele .bloc-image {
  margin-bottom: 0;
}
.modele .bloc-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
.modele .modele-text {
  height: 100%;
  background-color: white;
  padding: 1.5rem;
}
.modele .modele-text .bloc-titre:first-of-type {
  margin-bottom: 0.4rem;
}
.modele .modele-text .bloc-titre:first-of-type .titre {
  font-size: 14px;
}
.modele .modele-text .bloc-titre:nth-of-type(2) {
  margin-bottom: 1.2rem;
}
.modele .modele-text .bloc-titre:nth-of-type(2) .titre {
  font-size: 22px;
}
.modele .modele-text .bloc-texte {
  margin-bottom: 0;
}
.barre-bot {
  padding-bottom: 4rem;
  border-bottom: 2px solid #a7b6cc;
}
.ymc-container .filter-content .pagination.pagination--numeric {
  position: absolute;
  bottom: -5rem;
  width: 100%;
}
.ymc-container .filter-content .pagination.pagination--numeric li:before {
  display: none;
}
.ymc-post-custom-layout {
  margin: auto;
}
@media screen and (min-width: 1400px) {
  .ymc-post-custom-layout {
    padding: 0 2rem;
  }
}
.ymc-post-custom-layout .modele-item {
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .ymc-post-custom-layout .modele-item {
    margin-bottom: 2.5rem;
  }
}
.ymc-post-custom-layout .modele-item a {
  transition: 0.4s;
  display: block;
}
.ymc-post-custom-layout .modele-item a:hover {
  margin-top: -1rem;
}
.ymc-post-custom-layout .modele-item img {
  width: 100%;
  aspect-ratio: 1.11;
  height: auto;
  object-fit: cover;
}
.ymc-post-custom-layout .modele-item h2 {
  background-color: #172C4D;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  font-size: 21px;
  padding: 3px;
  margin-bottom: 0;
}
.ymc-post-custom-layout .modele-item .text-content {
  padding: 1rem 2rem 0 2rem;
}
.ymc-post-custom-layout .modele-item .text-content .categorie {
  color: #172C4D;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 0.5rem;
}
.ymc-post-custom-layout .modele-item .text-content .content p {
  color: #172C4D;
  font-size: 14px;
}
.ymc-post-custom-layout .arrow {
  background-color: #90CF3E;
  width: 100px;
  margin-left: auto;
  border-top-left-radius: 30px;
  display: flex;
}
.ymc-post-custom-layout .arrow svg {
  transform: rotate(-90deg);
  margin-left: auto;
  margin-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.pagination,
.ymc-pagination,
.pagination-post {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: -4rem !important;
}
.pagination span.current,
.ymc-pagination span.current,
.pagination-post span.current {
  width: 30px !important;
  height: 30px !important;
  background-color: #4D6B99 !important;
  color: white !important;
  text-align: center !important;
  line-height: 30px !important;
  border-radius: 50% !important;
  border: 1px solid #4D6B99 !important;
}
.pagination a.page-numbers,
.ymc-pagination a.page-numbers,
.pagination-post a.page-numbers {
  width: 30px !important;
  height: 30px !important;
  background-color: white !important;
  color: #CCCCCC !important;
  text-align: center !important;
  line-height: 30px !important;
  border-radius: 50% !important;
  border: 1px solid #4D6B99 !important;
  padding: 0 !important;
}
.pagination .page-chevron,
.ymc-pagination .page-chevron,
.pagination-post .page-chevron {
  line-height: 30px;
}
.pagination a.next,
.ymc-pagination a.next,
.pagination-post a.next,
.pagination a.prev,
.ymc-pagination a.prev,
.pagination-post a.prev {
  border: none !important;
  background: transparent !important;
}
.pagination .list-item,
.ymc-pagination .list-item,
.pagination-post .list-item {
  padding: 0 !important;
  margin: 0 !important;
}
.pagination-post {
  margin-top: 0 !important;
}
.ymc-post-custom-layout {
  padding: 1.2rem !important;
  border: none !important;
}
.ymc-post-custom-layout a {
  text-decoration: none !important;
}
.ymc-post-custom-layout .text-content .categorie {
  margin-bottom: 0.5rem;
}
.ymc-post-custom-layout .text-content .ville {
  color: #172C4D;
  font-weight: 300;
  font-size: 14px;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .ymc-smart-filter-container {
    padding: 0 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .ymc-smart-filter-container .filter-layout {
    padding: 0 1rem;
  }
}
.ymc-smart-filter-container .filter-layout ul {
  display: flex !important;
  gap: 2rem;
}
@media screen and (max-width: 1199px) {
  .ymc-smart-filter-container .filter-layout ul {
    flex-direction: column;
  }
}
.ymc-smart-filter-container .filter-layout ul li label,
.ymc-smart-filter-container .filter-layout ul li input {
  cursor: pointer;
}
.ymc-smart-filter-container .filter-layout ul li:before {
  content: none !important;
}
.block-only-img img {
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .block-only-img img {
    height: 600px;
  }
}
.block-only-text {
  padding: 1rem;
}
@media screen and (min-width: 1200px) {
  .block-only-text {
    padding: 2rem 15%;
  }
}
.img-scare img {
  aspect-ratio: 1;
  object-fit: cover;
}
.border-bot {
  border-bottom: 1px solid #dbdbdb;
}
.svg-espace {
  gap: 1rem;
}
.svg-espace .bloc-image {
  margin: 0;
}
.svg-espace img {
  max-width: 44px;
  max-height: 47px;
}
.svg-espace span {
  font-weight: 500;
  max-width: 300px;
  display: block;
}
.img-phone .bloc-image img {
  max-width: 366px !important;
}
.page-contact .text-content .titre {
  font-weight: 300;
}
.page-contact .text-content .preambule {
  font-size: 3.125rem;
  font-weight: 700;
}
.card-content {
  max-width: 452px;
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.card-content .bloc-image {
  margin-bottom: 0;
}
.card-content .coordonnees {
  padding: 1.7rem 1.3rem 0.1rem;
}
.card-content .coordonnees .titre-barre-vert {
  font-weight: 600;
  font-size: 18px;
  color: #172C4D;
  margin-bottom: 1.5rem;
}
footer .no-click > a {
  pointer-events: none;
}
footer .sub-menu {
  padding: 0;
}
footer .sub-menu li::marker {
  content: none;
}
@media screen and (max-width: 1199px) {
  footer #menu-menu-footer {
    column-count: 2;
  }
}
footer #menu-menu-footer > li {
  margin-bottom: 1.4rem;
}
footer #menu-menu-footer .sub-menu {
  margin-top: 0.5rem;
}
footer .part-identite .logo {
  text-align: center;
  margin-bottom: 1.2rem;
}
footer .part-identite .logo img {
  width: 213px;
}
footer .part-identite .description {
  color: white;
}
.single-realisation {
  background-color: white;
}
.single-realisation .entete-realisation {
  margin-bottom: 3rem;
}
.single-realisation .entete-realisation .carousel-entete-offre .swiper-slide .image img,
.single-realisation .entete-realisation .carousel-entete-offre .img-principale .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 2.72861357;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .single-realisation .entete-realisation .carousel-entete-offre .swiper-slide .image img,
  .single-realisation .entete-realisation .carousel-entete-offre .img-principale .image img {
    aspect-ratio: 1.25169147;
  }
}
@media screen and (max-width: 768px) {
  .single-realisation .entete-realisation .carousel-entete-offre .swiper-slide .image img,
  .single-realisation .entete-realisation .carousel-entete-offre .img-principale .image img {
    aspect-ratio: 0.74656981;
  }
}
.single-realisation .entete-realisation .gallery-thumbs {
  margin: 0 2rem;
  overflow-x: clip;
}
.single-realisation .entete-realisation .gallery-thumbs .swiper-slide {
  width: fit-content;
}
.single-realisation .entete-realisation .gallery-thumbs .swiper-slide img {
  width: 106px;
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
}
.single-realisation .entete-realisation .swiper-button {
  color: #808080;
}
.single-realisation .entete-realisation .swiper-button:after {
  font-size: 20px;
}
.single-realisation .entete-realisation .realisation-titre {
  padding: 0;
  margin-top: -4.8rem;
  z-index: 1;
}
.single-realisation .entete-realisation .realisation-titre .titre-ref {
  width: fit-content;
  background: #172C4D;
  padding: 0.4rem 5% 0.4rem 0.5rem;
  height: fit-content;
}
.single-realisation .entete-realisation .realisation-titre h1 {
  font-size: 34px;
  color: white;
  font-weight: 300;
  margin-bottom: 0;
}
.single-realisation .entete-realisation .realisation-titre span {
  color: white;
  font-size: 15px;
  font-weight: 300;
}
.single-realisation .entete-realisation .info-content p {
  font-size: 14px;
  color: #172C4D;
}
.single-realisation .entete-realisation .info-content .realisation-svg {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.single-realisation .entete-realisation .info-content .realisation-svg p {
  margin-bottom: 0;
}
.single-realisation .entete-realisation .info-content .realisation-svg svg {
  margin: auto 0;
}
.single-realisation .entete-realisation .info-content .categorie {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
}
.single-realisation .entete-realisation .info-content .categorie p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
}
.single-realisation .entete-realisation .info-content .categorie strong {
  font-weight: 900;
}
.single-realisation .entete-realisation .info-content .ville {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
}
.single-realisation .entete-realisation .info-content .ville p {
  font-weight: 500;
  margin-bottom: 0;
}
.single-realisation .description > p {
  font-size: 21px;
  font-weight: bold;
  color: #172C4D;
}
@media screen and (max-width: 768px) {
  .single-realisation .display-mobile-none {
    display: none;
  }
}
.single-realisation .carte-visite {
  border-radius: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  padding: 2rem 3rem;
}
.single-realisation .carte-visite .adresse strong {
  color: #172C4D;
  font-size: 18px;
}
.single-realisation .carte-visite .adresse p {
  margin-bottom: 0;
}
.single-realisation .carte-visite .contact-info {
  margin-top: 1rem;
}
.single-realisation .carte-visite .contact-info p {
  color: #172C4D;
  font-size: 18px;
}
.single-realisation .carte-visite .contact-info p a {
  color: #172C4D;
}
.single-realisation .carte-visite .contact-info p strong {
  font-size: 21px;
}
.single-realisation .carte-visite .contact-info p strong a {
  color: #90CF3E;
}
.single-realisation .carte-visite .contact-info p:first-of-type {
  border-bottom: 1px solid #90CF3E;
  padding-bottom: 1rem;
}
.single-realisation .carte-visite .contact-info p:last-of-type {
  margin-bottom: 0;
}
div.carousel-offre {
  position: relative;
}
div.carousel-offre .realisation {
  padding: 0 1rem;
  margin-top: 1rem;
  transition: 0.4s;
}
@media screen and (max-width: 991px) {
  div.carousel-offre .realisation {
    padding: 0 2rem;
  }
}
div.carousel-offre .realisation:hover {
  margin-top: 0;
}
div.carousel-offre .realisation .realisation-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1.41772152;
}
div.carousel-offre .realisation .ville {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  background: white;
  width: 75%;
  border-left: 8px solid #90CF3E;
  display: flex;
  justify-content: space-between;
}
div.carousel-offre .realisation .ville span {
  color: #172C4D;
  font-weight: bold;
}
div.carousel-offre .realisation .ville svg {
  transform: rotate(-90deg);
  position: relative;
  top: 2px;
  right: 1rem;
}
@media screen and (max-width: 580px) {
  div.carousel-offre .realisation .ville svg {
    right: 0;
  }
}
div.carousel-offre .swiper-button {
  width: auto;
  height: auto;
  margin: 0;
  top: -webkit-calc(55%);
  top: -moz-calc(55%);
  top: calc(55%);
}
div.carousel-offre .swiper-button:after {
  content: "";
  background-color: white;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.36' height='19.25' viewBox='0 0 8.36 19.25'%3E%3Cpath id='Tracé_97397' data-name='Tracé 97397' d='M8.58-16.225,2.75-25.85H5.5l5.61,9.625L5.5-6.6H2.75Z' transform='translate(-2.75 25.85)' fill='%23fff'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  width: 12px;
  height: 22px;
  font-size: 0;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
div.carousel-offre .swiper-button.swiper-button-prev-1 {
  rotate: 180deg;
  left: -40px;
  position: absolute;
}
@media screen and (max-width: 991px) {
  div.carousel-offre .swiper-button.swiper-button-prev-1 {
    left: 0;
  }
}
div.carousel-offre .swiper-button.swiper-button-next-1 {
  right: -40px;
  position: absolute;
}
@media screen and (max-width: 991px) {
  div.carousel-offre .swiper-button.swiper-button-next-1 {
    right: 0;
  }
}
div.carousel-offre .swiper-button.swiper-button-disabled {
  opacity: 0.4;
}
.single-offre .bouton {
  position: relative;
  color: white;
  border: 1px solid white;
  padding: 0.6rem 1rem;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.65px;
}
.single-offre .bouton:hover {
  border: 1px solid #90CF3E;
}
.partenaire {
  background-color: white;
  padding: 4rem 5rem 1rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 4rem;
  margin-left: 4rem;
  margin-right: 4rem;
}
@media screen and (max-width: 1199px) {
  .partenaire {
    padding: 2.5rem 3rem;
    margin-bottom: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .partenaire {
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .partenaire .bloc-image {
    text-align: center;
  }
}
.partenaire .bloc-image img {
  max-width: 310px;
}
.partenaire .partenaire-content {
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  .partenaire .partenaire-content {
    padding-left: 0;
  }
}
