/* MAGHREPAGE v6.4 - hero slider refined */

:root{
  --mp-soft-bg:#f4f8fc;
  --mp-soft-line:#dce7ef;
  --mp-card-shadow:0 18px 48px rgba(15,35,55,.08);
}

/* Hero */
.mp-hero-clean{
  position:relative;
  padding:14px 0 0!important;
  background:linear-gradient(180deg,#edf4f8 0%,#f5f8fb 100%)!important;
  overflow:hidden;
}
.mp-hero-clean::before{
  display:none!important;
}
.mp-hero-clean::after{
  content:"";
  position:absolute;
  right:-120px;
  top:-130px;
  width:470px;
  height:470px;
  border-radius:999px;
  border:64px solid rgba(73,175,222,.08);
  pointer-events:none;
  z-index:0;
}
.hero-slider{
  position:relative;
  min-height:495px!important;
  z-index:1;
}
.hero-clean-grid{
  position:relative;
  min-height:495px!important;
  grid-template-columns:.93fr 1.07fr!important;
  gap:34px!important;
  padding:30px 0 96px!important;
  align-items:center!important;
}
.hero-clean-grid::before{display:none!important;}
.hero-clean-grid::after{
  content:"";
  position:absolute;
  right:-52px;
  bottom:-34px;
  width:420px;
  height:220px;
  border-radius:220px;
  background:rgba(73,175,222,.08);
  z-index:0;
  pointer-events:none;
}
.hero-clean-copy,
.hero-clean-media{
  position:relative;
  z-index:1;
}
.hero-clean-copy{
  max-width:520px!important;
  min-height:auto!important;
  padding:0!important;
  justify-content:center!important;
}
.hero-clean-title{
  margin:0 0 16px!important;
  max-width:560px!important;
  color:#102235!important;
  font-size:clamp(31px,3.7vw,48px)!important;
  line-height:1.04!important;
  letter-spacing:-.045em!important;
}
.hero-clean-title span{color:var(--mp-blue)!important;}
.hero-clean-copy p{
  max-width:500px!important;
  margin:0 0 22px!important;
  color:#5d6c7c!important;
  font-size:14px!important;
  line-height:1.6!important;
}
.hero-clean-btn{
  min-height:48px!important;
  padding:0 22px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,var(--mp-blue),#158fc8)!important;
  box-shadow:0 16px 32px rgba(39,170,225,.20)!important;
}
.hero-clean-media{
  min-height:auto!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  padding:10px!important;
  border-radius:28px!important;
  background:rgba(255,255,255,.88)!important;
  border:1px solid rgba(214,227,236,.96)!important;
  box-shadow:0 18px 42px rgba(15,35,55,.09)!important;
  overflow:hidden!important;
}
.hero-clean-media::before{display:none!important;}
.hero-clean-media img{
  width:100%!important;
  max-width:660px!important;
  height:345px!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:20px!important;
  border:0!important;
  box-shadow:none!important;
  filter:none!important;
}
.hero-clean-slide{transition:opacity .55s ease,visibility .55s ease,transform .55s ease!important;}
.hero-clean-slide:not(.is-active){transform:translateY(8px);}
.hero-clean-dots{
  bottom:38px!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  gap:10px!important;
}
.hero-clean-dots .hero-dot{
  width:30px!important;
  height:4px!important;
  border-radius:999px!important;
  background:#cfd9e2!important;
}
.hero-clean-dots .hero-dot.is-active{
  width:44px!important;
  background:var(--mp-blue)!important;
}
.hero-clean-arrows{
  right:12px!important;
  bottom:28px!important;
  gap:10px!important;
}
.hero-clean-arrows .hero-arrow{
  width:40px!important;
  height:40px!important;
  background:#102235!important;
  box-shadow:0 10px 24px rgba(15,35,55,.14)!important;
}
.hero-clean-arrows .hero-arrow:hover{background:var(--mp-blue)!important;}

/* Benefits row under hero - unified */
.benefits-v5{
  position:relative;
  z-index:5;
  margin:-28px 0 72px!important;
}
.benefits-v5__grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:0!important;
  background:#fff!important;
  border:1px solid var(--mp-line)!important;
  border-radius:20px!important;
  box-shadow:var(--mp-card-shadow)!important;
  overflow:hidden!important;
}
.benefit-v5{
  display:grid!important;
  grid-template-columns:42px 1fr!important;
  align-items:start!important;
  gap:13px!important;
  padding:20px 18px!important;
  background:transparent!important;
  border:0!important;
  border-right:1px solid #e8eef4!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.benefit-v5:last-child{border-right:0!important;}
.benefit-v5 span,
.services-v5-grid article>span{
  background:#eef8ff!important;
  color:var(--mp-blue)!important;
  border:1px solid #d7edf8!important;
}
.benefit-v5 h3,
.services-v5-grid h3{color:#102235!important;}
.benefit-v5 p,
.services-v5-grid p{color:#667686!important;}

/* Sections */
.about-v5,
.catalogue-v5,
.services-v5{
  padding:78px 0!important;
  background:#fff!important;
}
.about-v5{background:linear-gradient(180deg,#fff 0%,#f8fbfe 100%)!important;}
.about-v5__grid{gap:56px!important;}
.about-v5__media{
  border-radius:28px!important;
  padding:12px!important;
  background:#fff!important;
  border:1px solid var(--mp-line)!important;
  box-shadow:var(--mp-card-shadow)!important;
  overflow:hidden!important;
}
.about-v5__media img{height:390px!important;border-radius:20px!important;box-shadow:none!important;}
.catalogue-v5{background:#fff!important;}
.services-v5{background:#f7fafc!important;}

/* Footer */
.site-footer{padding-top:56px!important;}
.footer-grid--three{
  display:grid!important;
  grid-template-columns:1.2fr .9fr .9fr!important;
  gap:56px!important;
}
.copyright__inner{justify-content:flex-start!important;}

/* Section entrance animation */
.benefits-v5,
.about-v5,
.catalogue-v5,
.services-v5,
.cta-v5{
  animation:mpFadeUp .7s ease both;
}
.about-v5{animation-delay:.08s;}
.catalogue-v5{animation-delay:.14s;}
.services-v5{animation-delay:.2s;}
.cta-v5{animation-delay:.26s;}
@keyframes mpFadeUp{
  from{opacity:0;transform:translateY(22px);}
  to{opacity:1;transform:translateY(0);}
}

@media (max-width:1024px){
  .mp-hero-clean::after{width:390px;height:390px;right:-128px;top:-88px;border-width:48px;}
  .hero-clean-grid::after{width:320px;height:180px;right:-44px;bottom:-26px;}
  .hero-clean-grid{grid-template-columns:1fr 1fr!important;gap:24px!important;}
  .hero-clean-title{font-size:clamp(29px,4vw,42px)!important;}
  .hero-clean-copy p{font-size:13.5px!important;}
  .hero-clean-media img{height:315px!important;max-width:560px!important;}
  .benefits-v5__grid{grid-template-columns:repeat(2,1fr)!important;}
  .benefit-v5:nth-child(2n){border-right:0!important;}
  .benefit-v5:nth-child(-n+2){border-bottom:1px solid #e8eef4!important;}
  .footer-grid--three{grid-template-columns:1fr 1fr!important;}
}

@media (max-width:767px){
  .mp-hero-clean::after{width:255px;height:255px;right:-98px;top:-26px;border-width:28px;}
  .hero-clean-grid::after{width:220px;height:118px;right:-32px;bottom:4px;}
  .hero-slider{min-height:auto!important;}
  .hero-clean-grid{grid-template-columns:1fr!important;min-height:auto!important;padding:26px 0 84px!important;gap:16px!important;}
  .hero-clean-copy{max-width:none!important;}
  .hero-clean-title{font-size:clamp(26px,7.6vw,36px)!important;margin-bottom:12px!important;}
  .hero-clean-copy p{font-size:13px!important;max-width:480px!important;margin-bottom:18px!important;}
  .hero-clean-btn{min-height:46px!important;padding:0 18px!important;}
  .hero-clean-media{order:-1!important;padding:8px!important;border-radius:24px!important;}
  .hero-clean-media img{height:220px!important;max-width:none!important;border-radius:18px!important;}
  .hero-clean-arrows{display:none!important;}
  .hero-clean-dots{bottom:30px!important;}
  .benefits-v5{margin-top:-18px!important;}
  .benefits-v5__grid{grid-template-columns:1fr!important;}
  .benefit-v5{border-right:0!important;border-bottom:1px solid #e8eef4!important;}
  .benefit-v5:last-child{border-bottom:0!important;}
  .about-v5,.catalogue-v5,.services-v5{padding:58px 0!important;}
  .about-v5__media img{height:300px!important;}
  .footer-grid--three{grid-template-columns:1fr!important;gap:32px!important;}
}



/* v6.7 FINAL HERO BACKGROUND FIX - one clean background, no decorative shapes on text side */
body.home .mp-hero-clean,
.home-v5 .mp-hero-clean,
.mp-hero-clean{
  background:#f5f9fc!important;
  background-image:none!important;
  position:relative!important;
  overflow:hidden!important;
}

body.home .mp-hero-clean::before,
body.home .mp-hero-clean::after,
body.home .hero-slider::before,
body.home .hero-slider::after,
body.home .hero-clean-slide::before,
body.home .hero-clean-slide::after,
body.home .hero-clean-grid::before,
body.home .hero-clean-grid::after,
body.home .hero-clean-copy::before,
body.home .hero-clean-copy::after,
body.home .hero-clean-media::before,
body.home .hero-clean-media::after,
.home-v5 .mp-hero-clean::before,
.home-v5 .mp-hero-clean::after,
.home-v5 .hero-slider::before,
.home-v5 .hero-slider::after,
.home-v5 .hero-clean-slide::before,
.home-v5 .hero-clean-slide::after,
.home-v5 .hero-clean-grid::before,
.home-v5 .hero-clean-grid::after,
.home-v5 .hero-clean-copy::before,
.home-v5 .hero-clean-copy::after,
.home-v5 .hero-clean-media::before,
.home-v5 .hero-clean-media::after,
.mp-hero-clean::before,
.mp-hero-clean::after,
.hero-slider::before,
.hero-slider::after,
.hero-clean-slide::before,
.hero-clean-slide::after,
.hero-clean-grid::before,
.hero-clean-grid::after,
.hero-clean-copy::before,
.hero-clean-copy::after,
.hero-clean-media::before,
.hero-clean-media::after{
  content:none!important;
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  background:none!important;
  border:0!important;
  box-shadow:none!important;
}

body.home .hero-slider,
body.home .hero-clean-slide,
body.home .hero-clean-grid,
body.home .hero-clean-copy,
.home-v5 .hero-slider,
.home-v5 .hero-clean-slide,
.home-v5 .hero-clean-grid,
.home-v5 .hero-clean-copy,
.hero-slider,
.hero-clean-slide,
.hero-clean-grid,
.hero-clean-copy{
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
}

body.home .hero-clean-media,
.home-v5 .hero-clean-media,
.hero-clean-media{
  background:#fff!important;
  border:1px solid rgba(214,227,236,.96)!important;
  box-shadow:0 18px 42px rgba(15,35,55,.09)!important;
}

/* keep the slide balanced after removing background shapes */
body.home .hero-clean-grid,
.home-v5 .hero-clean-grid,
.hero-clean-grid{
  min-height:485px!important;
  padding:28px 0 88px!important;
}

body.home .hero-clean-title,
.home-v5 .hero-clean-title,
.hero-clean-title{
  font-size:clamp(31px,3.65vw,48px)!important;
  line-height:1.04!important;
}

body.home .hero-clean-copy p,
.home-v5 .hero-clean-copy p,
.hero-clean-copy p{
  font-size:14px!important;
  line-height:1.6!important;
  max-width:500px!important;
}

@media (max-width:767px){
  body.home .hero-clean-grid,
  .home-v5 .hero-clean-grid,
  .hero-clean-grid{
    min-height:auto!important;
    padding:26px 0 78px!important;
  }
}


/* v6.8 FINAL OVERRIDE - remove all slide decorative backgrounds/shapes */
body.home .mp-hero-clean,
.home-v5 .mp-hero-clean,
.mp-hero-clean{
  background:#f5f9fc !important;
}
body.home .mp-hero-clean::before,
body.home .mp-hero-clean::after,
body.home .hero-slider::before,
body.home .hero-slider::after,
body.home .hero-clean-slide::before,
body.home .hero-clean-slide::after,
body.home .hero-clean-grid::before,
body.home .hero-clean-grid::after,
body.home .hero-clean-copy::before,
body.home .hero-clean-copy::after,
body.home .hero-clean-media::before,
body.home .hero-clean-media::after,
.home-v5 .mp-hero-clean::before,
.home-v5 .mp-hero-clean::after,
.home-v5 .hero-slider::before,
.home-v5 .hero-slider::after,
.home-v5 .hero-clean-slide::before,
.home-v5 .hero-clean-slide::after,
.home-v5 .hero-clean-grid::before,
.home-v5 .hero-clean-grid::after,
.home-v5 .hero-clean-copy::before,
.home-v5 .hero-clean-copy::after,
.home-v5 .hero-clean-media::before,
.home-v5 .hero-clean-media::after,
.mp-hero-clean::before,
.mp-hero-clean::after,
.hero-slider::before,
.hero-slider::after,
.hero-clean-slide::before,
.hero-clean-slide::after,
.hero-clean-grid::before,
.hero-clean-grid::after,
.hero-clean-copy::before,
.hero-clean-copy::after,
.hero-clean-media::before,
.hero-clean-media::after{
  content:none !important;
  display:none !important;
  background:none !important;
  border:0 !important;
  box-shadow:none !important;
  opacity:0 !important;
  visibility:hidden !important;
}


/* v6.9 DECORATIVE SHAPES BACK - clean, subtle, mostly on photo side */
body.home .mp-hero-clean,
.home-v5 .mp-hero-clean,
.mp-hero-clean{
  background:linear-gradient(180deg,#eef4f8 0%,#f6f9fc 100%) !important;
  position:relative !important;
  overflow:hidden !important;
}

body.home .mp-hero-clean::before,
.home-v5 .mp-hero-clean::before,
.mp-hero-clean::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  right:-118px !important;
  top:-128px !important;
  width:470px !important;
  height:470px !important;
  border-radius:999px !important;
  border:64px solid rgba(73,175,222,.08) !important;
  background:none !important;
  opacity:1 !important;
  visibility:visible !important;
  z-index:0 !important;
  pointer-events:none !important;
  box-shadow:none !important;
}

body.home .mp-hero-clean::after,
.home-v5 .mp-hero-clean::after,
.mp-hero-clean::after{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  right:-58px !important;
  bottom:-34px !important;
  width:430px !important;
  height:220px !important;
  border-radius:220px !important;
  background:rgba(73,175,222,.08) !important;
  border:0 !important;
  opacity:1 !important;
  visibility:visible !important;
  z-index:0 !important;
  pointer-events:none !important;
  box-shadow:none !important;
}

body.home .hero-clean-grid,
.home-v5 .hero-clean-grid,
.hero-clean-grid{
  position:relative !important;
  z-index:1 !important;
}

body.home .hero-clean-grid::before,
.home-v5 .hero-clean-grid::before,
.hero-clean-grid::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  right:208px !important;
  top:-2px !important;
  width:215px !important;
  height:88px !important;
  border-radius:24px !important;
  background:rgba(73,175,222,.07) !important;
  transform:rotate(-34deg) !important;
  opacity:1 !important;
  visibility:visible !important;
  z-index:0 !important;
  pointer-events:none !important;
  border:0 !important;
  box-shadow:none !important;
}

body.home .hero-clean-grid::after,
.home-v5 .hero-clean-grid::after,
.hero-clean-grid::after{
  content:none !important;
  display:none !important;
}

body.home .hero-clean-copy,
body.home .hero-clean-media,
.home-v5 .hero-clean-copy,
.home-v5 .hero-clean-media,
.hero-clean-copy,
.hero-clean-media{
  position:relative !important;
  z-index:1 !important;
}

@media (max-width:1024px){
  body.home .mp-hero-clean::before,
  .home-v5 .mp-hero-clean::before,
  .mp-hero-clean::before{
    right:-128px !important;
    top:-88px !important;
    width:390px !important;
    height:390px !important;
    border-width:48px !important;
  }
  body.home .mp-hero-clean::after,
  .home-v5 .mp-hero-clean::after,
  .mp-hero-clean::after{
    right:-44px !important;
    bottom:-22px !important;
    width:320px !important;
    height:180px !important;
  }
  body.home .hero-clean-grid::before,
  .home-v5 .hero-clean-grid::before,
  .hero-clean-grid::before{
    right:150px !important;
    top:8px !important;
    width:160px !important;
    height:70px !important;
  }
}

@media (max-width:767px){
  body.home .mp-hero-clean::before,
  .home-v5 .mp-hero-clean::before,
  .mp-hero-clean::before{
    right:-98px !important;
    top:-26px !important;
    width:255px !important;
    height:255px !important;
    border-width:28px !important;
  }
  body.home .mp-hero-clean::after,
  .home-v5 .mp-hero-clean::after,
  .mp-hero-clean::after{
    right:-24px !important;
    bottom:10px !important;
    width:210px !important;
    height:112px !important;
  }
  body.home .hero-clean-grid::before,
  .home-v5 .hero-clean-grid::before,
  .hero-clean-grid::before{
    right:82px !important;
    top:6px !important;
    width:105px !important;
    height:48px !important;
    border-radius:18px !important;
  }
}


/* v7.0 ARROWS POSITION FIX - move slider arrows fully to the right */
body.home .hero-clean-arrows,
.home-v5 .hero-clean-arrows,
.hero-clean-arrows{
  position:absolute !important;
  right:28px !important;
  left:auto !important;
  bottom:30px !important;
  transform:none !important;
  margin:0 !important;
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:12px !important;
  z-index:9 !important;
}
body.home .hero-clean-arrows .hero-arrow,
.home-v5 .hero-clean-arrows .hero-arrow,
.hero-clean-arrows .hero-arrow{
  width:44px !important;
  height:44px !important;
}
@media (max-width:767px){
  body.home .hero-clean-arrows,
  .home-v5 .hero-clean-arrows,
  .hero-clean-arrows{display:none !important;}
}


/* v7.1 ARROWS LEFT NEW STYLE - align left with cleaner premium style */
body.home .hero-clean-arrows,
.home-v5 .hero-clean-arrows,
.hero-clean-arrows{
  position:absolute !important;
  left:28px !important;
  right:auto !important;
  bottom:30px !important;
  transform:none !important;
  margin:0 !important;
  display:flex !important;
  justify-content:flex-start !important;
  align-items:center !important;
  gap:10px !important;
  z-index:9 !important;
}

body.home .hero-clean-arrows .hero-arrow,
.home-v5 .hero-clean-arrows .hero-arrow,
.hero-clean-arrows .hero-arrow{
  width:42px !important;
  height:42px !important;
  border-radius:14px !important;
  background:rgba(255,255,255,.92) !important;
  color:#102235 !important;
  border:1px solid #d8e8f2 !important;
  box-shadow:0 12px 26px rgba(15,35,55,.10) !important;
  backdrop-filter:blur(10px) !important;
  font-size:18px !important;
  transition:all .22s ease !important;
}

body.home .hero-clean-arrows .hero-arrow:hover,
.home-v5 .hero-clean-arrows .hero-arrow:hover,
.hero-clean-arrows .hero-arrow:hover{
  background:var(--mp-blue) !important;
  color:#fff !important;
  border-color:var(--mp-blue) !important;
  transform:translateY(-2px) !important;
  box-shadow:0 16px 34px rgba(39,170,225,.26) !important;
}

@media (max-width:767px){
  body.home .hero-clean-arrows,
  .home-v5 .hero-clean-arrows,
  .hero-clean-arrows{
    display:none !important;
  }
}


/* v7.2 ARROWS LEFT + RAISED DOTS */
body.home .hero-clean-arrows,
.home-v5 .hero-clean-arrows,
.hero-clean-arrows{
  position:absolute !important;
  left:34px !important;
  right:auto !important;
  bottom:44px !important;
  transform:none !important;
  margin:0 !important;
  display:flex !important;
  justify-content:flex-start !important;
  align-items:center !important;
  gap:12px !important;
  z-index:10 !important;
}

body.home .hero-clean-arrows .hero-arrow,
.home-v5 .hero-clean-arrows .hero-arrow,
.hero-clean-arrows .hero-arrow{
  width:42px !important;
  height:42px !important;
  border-radius:14px !important;
  background:rgba(255,255,255,.94) !important;
  color:#102235 !important;
  border:1px solid #d8e8f2 !important;
  box-shadow:0 12px 26px rgba(15,35,55,.10) !important;
  backdrop-filter:blur(10px) !important;
  font-size:18px !important;
}

body.home .hero-clean-dots,
.home-v5 .hero-clean-dots,
.hero-clean-dots{
  bottom:50px !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  z-index:9 !important;
}

@media (max-width:767px){
  body.home .hero-clean-arrows,
  .home-v5 .hero-clean-arrows,
  .hero-clean-arrows{display:none !important;}
}


/* v7.3 FINAL SLIDER NAV SPACING - arrows right, arrows and dots slightly raised */
body.home .hero-clean-arrows,
.home-v5 .hero-clean-arrows,
.hero-clean-arrows{
  position:absolute !important;
  right:30px !important;
  left:auto !important;
  bottom:40px !important;
  transform:none !important;
  margin:0 !important;
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:12px !important;
  z-index:10 !important;
}

body.home .hero-clean-dots,
.home-v5 .hero-clean-dots,
.hero-clean-dots{
  bottom:44px !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  z-index:9 !important;
}

body.home .hero-clean-arrows .hero-arrow,
.home-v5 .hero-clean-arrows .hero-arrow,
.hero-clean-arrows .hero-arrow{
  width:42px !important;
  height:42px !important;
  border-radius:14px !important;
  background:rgba(255,255,255,.94) !important;
  color:#102235 !important;
  border:1px solid #d8e8f2 !important;
  box-shadow:0 12px 26px rgba(15,35,55,.10) !important;
  backdrop-filter:blur(10px) !important;
  font-size:18px !important;
}

@media (max-width:767px){
  body.home .hero-clean-arrows,
  .home-v5 .hero-clean-arrows,
  .hero-clean-arrows{display:none !important;}
}


/* v7.4.1 FIX - remove about 360 badge and adviser button */
.about-v5__badge,
.about-v5__content .mp-btn--dark{
  display:none !important;
}


/* v7.5 LIGHT CATALOG CARDS */
.home-v5 .univers-v5-grid,
.univers-v5-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:28px !important;
  margin-top:36px !important;
}

.home-v5 .universe-v5-card,
.universe-v5-card{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  height:auto !important;
  min-height:355px !important;
  background:#ffffff !important;
  color:#102235 !important;
  border:1px solid #dfeaf2 !important;
  border-radius:22px !important;
  overflow:hidden !important;
  text-decoration:none !important;
  box-shadow:0 16px 38px rgba(15,23,42,.08) !important;
  transition:transform .22s ease, box-shadow .22s ease !important;
}
.home-v5 .universe-v5-card:hover,
.universe-v5-card:hover{
  transform:translateY(-6px) !important;
  box-shadow:0 24px 54px rgba(15,23,42,.12) !important;
}
.home-v5 .universe-v5-card::after,
.universe-v5-card::after{
  display:none !important;
  content:none !important;
}
.home-v5 .universe-v5-card img,
.universe-v5-card img{
  position:relative !important;
  inset:auto !important;
  width:100% !important;
  height:205px !important;
  object-fit:cover !important;
  display:block !important;
  border-radius:0 !important;
  filter:none !important;
  transform:none !important;
}
.home-v5 .universe-v5-card:hover img,
.universe-v5-card:hover img{
  transform:none !important;
}
.home-v5 .universe-v5-card__content,
.universe-v5-card__content{
  position:relative !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  z-index:2 !important;
  padding:22px 22px 24px !important;
  flex:1 1 auto !important;
}
.home-v5 .universe-v5-card h3,
.universe-v5-card h3{
  margin:0 0 10px !important;
  color:#102235 !important;
  font-size:24px !important;
  line-height:1.08 !important;
  font-weight:900 !important;
  letter-spacing:-.03em !important;
}
.home-v5 .universe-v5-card p,
.universe-v5-card p{
  margin:0 !important;
  color:#5f7181 !important;
  font-size:15px !important;
  line-height:1.55 !important;
  display:-webkit-box !important;
  -webkit-line-clamp:3 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}
.home-v5 .universe-v5-card__arrow,
.universe-v5-card__arrow{
  position:absolute !important;
  right:18px !important;
  bottom:18px !important;
  z-index:3 !important;
  width:42px !important;
  height:42px !important;
  border-radius:14px !important;
  background:#eef8ff !important;
  color:var(--mp-blue) !important;
  border:1px solid #d6ecf8 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:22px !important;
  font-weight:900 !important;
  box-shadow:none !important;
}
.home-v5 .universe-v5-card:hover .universe-v5-card__arrow,
.universe-v5-card:hover .universe-v5-card__arrow{
  background:var(--mp-blue) !important;
  color:#fff !important;
  border-color:var(--mp-blue) !important;
}

@media (max-width:1180px){
  .home-v5 .univers-v5-grid,
  .univers-v5-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width:767px){
  .home-v5 .univers-v5-grid,
  .univers-v5-grid{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
  .home-v5 .universe-v5-card,
  .universe-v5-card{
    min-height:330px !important;
    border-radius:18px !important;
  }
  .home-v5 .universe-v5-card img,
  .universe-v5-card img{
    height:190px !important;
  }
  .home-v5 .universe-v5-card__content,
  .universe-v5-card__content{
    padding:18px 18px 22px !important;
  }
  .home-v5 .universe-v5-card h3,
  .universe-v5-card h3{
    font-size:22px !important;
  }
  .home-v5 .universe-v5-card p,
  .universe-v5-card p{
    font-size:14px !important;
  }
}


/* v7.6 BRIGHTER LIGHT CARDS + COOLER CATEGORY IMAGES */
.home-v5 .univers-v5-grid,
.univers-v5-grid{
  gap:30px !important;
  margin-top:38px !important;
}

.home-v5 .universe-v5-card,
.universe-v5-card{
  min-height:375px !important;
  border-radius:24px !important;
  border:1px solid #dbe8f1 !important;
  box-shadow:0 16px 42px rgba(15,23,42,.07) !important;
}
.home-v5 .universe-v5-card:hover,
.universe-v5-card:hover{
  box-shadow:0 24px 56px rgba(15,23,42,.11) !important;
}
.home-v5 .universe-v5-card img,
.universe-v5-card img{
  height:220px !important;
  object-fit:cover !important;
  object-position:center !important;
  background:#edf5fa !important;
}
.home-v5 .universe-v5-card__content,
.universe-v5-card__content{
  padding:24px 22px 28px !important;
}
.home-v5 .universe-v5-card h3,
.universe-v5-card h3{
  font-size:25px !important;
  margin:0 0 12px !important;
}
.home-v5 .universe-v5-card p,
.universe-v5-card p{
  font-size:15px !important;
  line-height:1.58 !important;
  color:#667788 !important;
  -webkit-line-clamp:3 !important;
  max-width:88% !important;
}
.home-v5 .universe-v5-card__arrow,
.universe-v5-card__arrow{
  width:44px !important;
  height:44px !important;
  right:20px !important;
  bottom:20px !important;
  border-radius:16px !important;
  background:#f2f9ff !important;
  border:1px solid #cfe8f8 !important;
}
@media (max-width:767px){
  .home-v5 .universe-v5-card,
  .universe-v5-card{min-height:340px !important;}
  .home-v5 .universe-v5-card img,
  .universe-v5-card img{height:195px !important;}
}


/* v7.6.1 BENEFITS SPACING FIX */
body.home .benefits-v5,
.home-v5 .benefits-v5,
.benefits-v5{
  margin:24px 0 72px !important;
}

@media (max-width:767px){
  body.home .benefits-v5,
  .home-v5 .benefits-v5,
  .benefits-v5{
    margin:20px 0 58px !important;
  }
}


/* v7.7 SVG ICON SYSTEM */
.mp-icon-svg{width:22px;height:22px;display:block;flex:0 0 auto;color:currentColor}
.mp-icon-svg path,.mp-icon-svg circle,.mp-icon-svg rect,.mp-icon-svg polyline,.mp-icon-svg line{vector-effect:non-scaling-stroke}
.hero-arrow .mp-icon-svg{width:19px;height:19px}
.universe-v5-card__arrow .mp-icon-svg,
.universe-card__link .mp-icon-svg{width:18px;height:18px}

.benefit-v5 span,
.services-v5-grid article>span,
.service-card__icon,
.contact-info-row span{
  color:var(--mp-blue) !important;
}
.benefit-v5 span,
.services-v5-grid article>span,
.service-card__icon{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.benefit-v5 span .mp-icon-svg{width:22px;height:22px}
.services-v5-grid article>span .mp-icon-svg,
.service-card__icon .mp-icon-svg{width:24px;height:24px}
.contact-info-row span .mp-icon-svg{width:22px;height:22px}

.universe-v5-card__arrow,
.hero-arrow{
  line-height:1 !important;
}
.universe-card__link{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
}
.service-card__icon{
  width:52px;
  height:52px;
  border-radius:16px;
  background:#eef8ff;
  border:1px solid #d7edf8;
}


/* v7.8.1 CARD IMAGES FIX */
.home-v5 .universe-v5-card img,
.universe-v5-card img{
  object-fit:cover !important;
  object-position:center !important;
  filter:none !important;
  opacity:1 !important;
}


/* v7.8.2 REALISTIC CATEGORY PHOTOS - no blue filter */
.home-v5 .universe-v5-card img,
.universe-v5-card img{
  filter:none !important;
  opacity:1 !important;
  mix-blend-mode:normal !important;
  object-fit:cover !important;
  object-position:center !important;
}
.home-v5 .universe-v5-card::before,
.universe-v5-card::before,
.home-v5 .universe-v5-card::after,
.universe-v5-card::after{
  background:none !important;
  opacity:0 !important;
  display:none !important;
}


/* v7.8.3 SLIDE-COLOR CATEGORY PHOTOS */
.home-v5 .universe-v5-card img,
.universe-v5-card img{
  filter:none !important;
  opacity:1 !important;
  mix-blend-mode:normal !important;
  object-fit:cover !important;
  object-position:center center !important;
}
.home-v5 .universe-v5-card::before,
.universe-v5-card::before,
.home-v5 .universe-v5-card::after,
.universe-v5-card::after{
  display:none !important;
  content:none !important;
  background:none !important;
}


/* v7.8.4 WHITE-COOL CATEGORY CARDS */
.home-v5 .universe-v5-card,
.universe-v5-card{
  background:#ffffff !important;
  border:1px solid #dde9f2 !important;
  box-shadow:0 14px 34px rgba(15,23,42,.05) !important;
}
.home-v5 .universe-v5-card:hover,
.universe-v5-card:hover{
  box-shadow:0 20px 42px rgba(15,23,42,.08) !important;
}
.home-v5 .universe-v5-card img,
.universe-v5-card img{
  height:206px !important;
  filter:none !important;
  opacity:1 !important;
  object-fit:cover !important;
  object-position:center !important;
  background:#f7fbfe !important;
}
.home-v5 .universe-v5-card__content,
.universe-v5-card__content{
  background:#ffffff !important;
  padding:24px 22px 26px !important;
}
.home-v5 .universe-v5-card h3,
.universe-v5-card h3{
  color:#102235 !important;
}
.home-v5 .universe-v5-card p,
.universe-v5-card p{
  color:#617487 !important;
}
.home-v5 .universe-v5-card__arrow,
.universe-v5-card__arrow{
  background:#f5fbff !important;
  border:1px solid #cfe7f8 !important;
}
@media (max-width:767px){
  .home-v5 .universe-v5-card img,
  .universe-v5-card img{height:188px !important;}
}


/* v7.8.6 CLEAN FINAL CARD IMAGES */
.home-v5 .universe-v5-card,
.universe-v5-card{
  background:#ffffff !important;
  border:1px solid #dce9f2 !important;
  box-shadow:0 14px 34px rgba(15,23,42,.05) !important;
  overflow:hidden !important;
}
.home-v5 .universe-v5-card img,
.universe-v5-card img{
  height:206px !important;
  width:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  filter:none !important;
  opacity:1 !important;
  mix-blend-mode:normal !important;
  background:#ffffff !important;
}
.home-v5 .universe-v5-card::before,
.universe-v5-card::before,
.home-v5 .universe-v5-card::after,
.universe-v5-card::after{
  display:none !important;
  content:none !important;
  background:none !important;
  opacity:0 !important;
}
.home-v5 .universe-v5-card__content,
.universe-v5-card__content{
  background:#ffffff !important;
}
@media (max-width:767px){
  .home-v5 .universe-v5-card img,
  .universe-v5-card img{height:188px !important;}
}


/* v7.8.7 CARD IMAGE UI STYLE */
.home-v5 .universe-v5-card,
.universe-v5-card{
  padding:14px 14px 18px !important;
  border-radius:26px !important;
  background:#ffffff !important;
  border:1px solid #dce9f2 !important;
  box-shadow:0 14px 34px rgba(15,23,42,.05) !important;
}
.home-v5 .universe-v5-card__media,
.universe-v5-card__media{
  position:relative !important;
  width:100% !important;
  height:220px !important;
  border-radius:22px !important;
  overflow:hidden !important;
  background:linear-gradient(180deg,#f9fcff 0%,#eef6fb 100%) !important;
  border:1px solid #e3eef5 !important;
}
.home-v5 .universe-v5-card img,
.universe-v5-card img{
  position:relative !important;
  inset:auto !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  display:block !important;
  border-radius:0 !important;
  background:transparent !important;
}
.home-v5 .universe-v5-card__content,
.universe-v5-card__content{
  padding:20px 10px 8px !important;
  background:transparent !important;
}
.home-v5 .universe-v5-card h3,
.universe-v5-card h3{
  margin:0 0 10px !important;
  font-size:24px !important;
  line-height:1.08 !important;
}
.home-v5 .universe-v5-card p,
.universe-v5-card p{
  max-width:84% !important;
  color:#617487 !important;
}
.home-v5 .universe-v5-card__arrow,
.universe-v5-card__arrow{
  right:18px !important;
  bottom:18px !important;
}
@media (max-width:767px){
  .home-v5 .universe-v5-card,
  .universe-v5-card{
    padding:12px 12px 16px !important;
    border-radius:22px !important;
  }
  .home-v5 .universe-v5-card__media,
  .universe-v5-card__media{
    height:190px !important;
    border-radius:18px !important;
  }
  .home-v5 .universe-v5-card__content,
  .universe-v5-card__content{
    padding:18px 8px 8px !important;
  }
}


/* v7.8.8 WIDER CATALOG CARDS */
.catalogue-v5 .mp-container{
  max-width:1280px !important;
}

.home-v5 .univers-v5-grid,
.univers-v5-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:30px !important;
}

.home-v5 .universe-v5-card,
.universe-v5-card{
  min-height:430px !important;
}

.home-v5 .universe-v5-card__media,
.universe-v5-card__media{
  height:230px !important;
}

.home-v5 .universe-v5-card__content,
.universe-v5-card__content{
  padding:22px 12px 8px !important;
}

.home-v5 .universe-v5-card h3,
.universe-v5-card h3{
  font-size:25px !important;
}

.home-v5 .universe-v5-card p,
.universe-v5-card p{
  max-width:86% !important;
}

@media (max-width:1180px){
  .home-v5 .univers-v5-grid,
  .univers-v5-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width:767px){
  .catalogue-v5 .mp-container{
    max-width:100% !important;
  }
  .home-v5 .univers-v5-grid,
  .univers-v5-grid{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
  .home-v5 .universe-v5-card,
  .universe-v5-card{
    min-height:390px !important;
  }
  .home-v5 .universe-v5-card__media,
  .universe-v5-card__media{
    height:200px !important;
  }
}


/* v7.8.9 WIDER AND SHORTER CATALOG CARDS */
.catalogue-v5 .mp-container{
  max-width:1360px !important;
}

.home-v5 .univers-v5-grid,
.univers-v5-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:26px !important;
}

.home-v5 .universe-v5-card,
.universe-v5-card{
  min-height:385px !important;
  padding:14px 14px 16px !important;
  border-radius:24px !important;
}

.home-v5 .universe-v5-card__media,
.universe-v5-card__media{
  height:195px !important;
  border-radius:20px !important;
}

.home-v5 .universe-v5-card__content,
.universe-v5-card__content{
  padding:18px 10px 6px !important;
}

.home-v5 .universe-v5-card h3,
.universe-v5-card h3{
  font-size:22px !important;
  line-height:1.08 !important;
  margin:0 0 8px !important;
}

.home-v5 .universe-v5-card p,
.universe-v5-card p{
  font-size:14px !important;
  line-height:1.45 !important;
  max-width:84% !important;
}

.home-v5 .universe-v5-card__arrow,
.universe-v5-card__arrow{
  right:16px !important;
  bottom:16px !important;
  width:42px !important;
  height:42px !important;
}

@media (max-width:1180px){
  .catalogue-v5 .mp-container{
    max-width:1180px !important;
  }
  .home-v5 .univers-v5-grid,
  .univers-v5-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:22px !important;
  }
  .home-v5 .universe-v5-card,
  .universe-v5-card{
    min-height:370px !important;
  }
}

@media (max-width:767px){
  .catalogue-v5 .mp-container{
    max-width:100% !important;
  }
  .home-v5 .univers-v5-grid,
  .univers-v5-grid{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
  .home-v5 .universe-v5-card,
  .universe-v5-card{
    min-height:350px !important;
    padding:12px 12px 14px !important;
    border-radius:20px !important;
  }
  .home-v5 .universe-v5-card__media,
  .universe-v5-card__media{
    height:180px !important;
    border-radius:16px !important;
  }
  .home-v5 .universe-v5-card__content,
  .universe-v5-card__content{
    padding:16px 8px 6px !important;
  }
}




/* v7.9.4 FINAL — Services doux + CTA normale pleine largeur collée au footer */
.home-v5 .services-v5,
.services-v5{
  position:relative !important;
  overflow:hidden !important;
  padding:88px 0 92px !important;
  background:linear-gradient(180deg,#eef7fc 0%,#dceff8 58%,#d3ebf7 100%) !important;
  color:#102235 !important;
}
.home-v5 .services-v5 .mp-eyebrow,
.services-v5 .mp-eyebrow{color:#168bc2 !important;}
.home-v5 .services-v5 .mp-title,
.services-v5 .mp-title{color:#102235 !important;}
.home-v5 .services-v5 .mp-title span,
.services-v5 .mp-title span{color:#168bc2 !important;}
.home-v5 .services-v5-grid article,
.services-v5-grid article{
  background:rgba(255,255,255,.92) !important;
  border:1px solid rgba(22,139,194,.13) !important;
  border-radius:22px !important;
  box-shadow:0 18px 44px rgba(16,34,53,.08) !important;
  backdrop-filter:none !important;
}
.home-v5 .services-v5-grid article:hover,
.services-v5-grid article:hover{
  transform:translateY(-5px) !important;
  background:#fff !important;
  border-color:rgba(22,139,194,.30) !important;
  box-shadow:0 22px 52px rgba(16,34,53,.11) !important;
}
.home-v5 .services-v5-grid article>span,
.services-v5-grid article>span{
  background:rgba(22,139,194,.10) !important;
  border:1px solid rgba(22,139,194,.14) !important;
  color:#168bc2 !important;
}
.home-v5 .services-v5-grid h3,
.services-v5-grid h3{color:#102235 !important;}
.home-v5 .services-v5-grid p,
.services-v5-grid p{color:#5c7082 !important;}

.home-v5 .cta-v5,
.cta-v5{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  background:linear-gradient(90deg,#0d3147 0%,#168bc2 55%,#35b5e8 100%) !important;
  border-radius:0 !important;
  overflow:hidden !important;
}
.home-v5 .cta-v5 .cta-band__inner,
.cta-v5 .cta-band__inner{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  min-height:190px !important;
  padding-top:38px !important;
  padding-bottom:38px !important;
  padding-left:max(24px,calc((100vw - 1200px)/2 + 20px)) !important;
  padding-right:max(24px,calc((100vw - 1200px)/2 + 20px)) !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:32px !important;
}
.home-v5 .cta-v5 h2,
.cta-v5 h2{
  max-width:760px !important;
  margin:0 0 12px !important;
  color:#fff !important;
  font-size:clamp(26px,3vw,42px) !important;
}
.home-v5 .cta-v5 p,
.cta-v5 p{
  max-width:760px !important;
  margin:0 !important;
  color:rgba(255,255,255,.92) !important;
}
.home-v5 .cta-v5 .mp-btn--white,
.cta-v5 .mp-btn--white{
  flex:0 0 auto !important;
  margin:0 !important;
  border-radius:12px !important;
  box-shadow:none !important;
}
.site-footer{
  margin-top:0 !important;
}
@media(max-width:767px){
  .home-v5 .services-v5,
  .services-v5{padding:58px 0 !important;}
  .home-v5 .cta-v5 .cta-band__inner,
  .cta-v5 .cta-band__inner{
    min-height:auto !important;
    padding:32px 18px !important;
    display:block !important;
  }
  .home-v5 .cta-v5 .mp-btn--white,
  .cta-v5 .mp-btn--white{margin-top:20px !important;}
}


/* v7.9.5 — section headings common style */
.section-head{
  position:relative !important;
  width:min(100%,1080px) !important;
  margin:0 auto 42px !important;
}
.section-head--center{
  text-align:center !important;
}
.section-head .mp-eyebrow{
  justify-content:center !important;
  display:inline-flex !important;
  align-items:center !important;
  min-height:38px !important;
  padding:0 16px !important;
  border-radius:999px !important;
  border:1px solid rgba(39,170,225,.16) !important;
  background:rgba(255,255,255,.72) !important;
  box-shadow:0 8px 22px rgba(17,34,53,.04) !important;
  margin-bottom:18px !important;
}
.section-head .mp-eyebrow:before{
  display:none !important;
}
.section-head .mp-title{
  max-width:1100px !important;
  margin:0 auto 16px !important;
  font-size:clamp(34px,5.1vw,72px) !important;
  line-height:1.02 !important;
  letter-spacing:-.05em !important;
}
.section-head__lead{
  max-width:760px !important;
  margin:0 auto !important;
  color:#667686 !important;
  font-size:16px !important;
  line-height:1.75 !important;
}
.section-head::after{
  content:"" !important;
  display:block !important;
  width:84px !important;
  height:4px !important;
  border-radius:999px !important;
  margin:22px auto 0 !important;
  background:linear-gradient(90deg,#27aae1 0%,rgba(39,170,225,.18) 100%) !important;
}
.home-v5 .catalogue-v5 .section-head .mp-eyebrow,
.catalogue-v5 .section-head .mp-eyebrow,
.home-v5 .services-v5 .section-head .mp-eyebrow,
.services-v5 .section-head .mp-eyebrow{
  color:#1a94cb !important;
}
.home-v5 .catalogue-v5 .section-head .mp-title,
.catalogue-v5 .section-head .mp-title,
.home-v5 .services-v5 .section-head .mp-title,
.services-v5 .section-head .mp-title{
  color:#102235 !important;
}
.home-v5 .catalogue-v5 .section-head__lead,
.catalogue-v5 .section-head__lead,
.home-v5 .services-v5 .section-head__lead,
.services-v5 .section-head__lead{
  color:#667686 !important;
}
@media (max-width:767px){
  .section-head{
    margin-bottom:30px !important;
  }
  .section-head .mp-eyebrow{
    min-height:34px !important;
    padding:0 14px !important;
    margin-bottom:14px !important;
  }
  .section-head .mp-title{
    font-size:clamp(28px,9vw,44px) !important;
    line-height:1.06 !important;
  }
  .section-head__lead{
    font-size:14px !important;
    line-height:1.7 !important;
  }
  .section-head::after{
    margin-top:18px !important;
  }
}


/* v7.9.6 — footer copyright center override */
.site-footer{
  padding-top:58px !important;
}
.copyright{
  text-align:center !important;
}
.copyright__inner{
  justify-content:center !important;
  text-align:center !important;
}


/* v7.9.11 — reduce gap before About and upgrade About background */
body.home .benefits-v5,
.home-v5 .benefits-v5,
.benefits-v5{
  margin-bottom:24px !important;
}
body.home .about-v5,
.home-v5 .about-v5,
.about-v5{
  position:relative !important;
  overflow:hidden !important;
  padding-top:44px !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(39,170,225,.14) 0, rgba(39,170,225,0) 34%),
    radial-gradient(circle at 90% 84%, rgba(16,34,53,.05) 0, rgba(16,34,53,0) 30%),
    linear-gradient(180deg, #f9fcfe 0%, #eef7fc 52%, #f7fbfe 100%) !important;
}
body.home .about-v5::before,
.home-v5 .about-v5::before,
.about-v5::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  pointer-events:none !important;
  background:linear-gradient(90deg, rgba(255,255,255,.36) 0%, rgba(255,255,255,0) 34%, rgba(255,255,255,.22) 100%) !important;
}
body.home .about-v5 .mp-container,
.home-v5 .about-v5 .mp-container,
.about-v5 .mp-container,
body.home .about-v5__grid,
.home-v5 .about-v5__grid,
.about-v5__grid{
  position:relative !important;
  z-index:1 !important;
}
@media (max-width:767px){
  body.home .benefits-v5,
  .home-v5 .benefits-v5,
  .benefits-v5{
    margin-bottom:18px !important;
  }
  body.home .about-v5,
  .home-v5 .about-v5,
  .about-v5{
    padding-top:30px !important;
  }
}


/* v7.9.18 FORCE — bouton devis nouveau style, prioritaire */
.header-actions .mp-btn.mp-btn--quote,
.site-header .header-actions .mp-btn.mp-btn--quote,
body .site-header .header-actions a.mp-btn.mp-btn--quote{
  min-height:54px !important;
  height:54px !important;
  padding:0 24px 0 16px !important;
  border-radius:999px !important;
  border:1px solid rgba(39,170,225,.32) !important;
  background:linear-gradient(135deg,#0f2233 0%,#102a40 100%) !important;
  color:#ffffff !important;
  box-shadow:0 16px 36px rgba(16,34,53,.18) !important;
  gap:13px !important;
}
.header-actions .mp-btn.mp-btn--quote:hover,
.site-header .header-actions .mp-btn.mp-btn--quote:hover,
body .site-header .header-actions a.mp-btn.mp-btn--quote:hover{
  background:linear-gradient(135deg,#132e45 0%,#0f8fcc 100%) !important;
  color:#ffffff !important;
  border-color:rgba(39,170,225,.55) !important;
  box-shadow:0 18px 42px rgba(16,34,53,.22) !important;
}
.header-actions .mp-btn.mp-btn--quote .mp-btn__icon,
.site-header .header-actions .mp-btn.mp-btn--quote .mp-btn__icon,
body .site-header .header-actions a.mp-btn.mp-btn--quote .mp-btn__icon{
  width:34px !important;
  height:34px !important;
  min-width:34px !important;
  flex:0 0 34px !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#27aae1 !important;
  border:1px solid rgba(255,255,255,.25) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.32),0 10px 20px rgba(39,170,225,.24) !important;
}
.header-actions .mp-btn.mp-btn--quote .mp-btn__icon svg,
.site-header .header-actions .mp-btn.mp-btn--quote .mp-btn__icon svg,
body .site-header .header-actions a.mp-btn.mp-btn--quote .mp-btn__icon svg{
  display:block !important;
  width:16px !important;
  height:16px !important;
  fill:#ffffff !important;
}
.header-actions .mp-btn.mp-btn--quote .mp-btn__text,
.site-header .header-actions .mp-btn.mp-btn--quote .mp-btn__text,
body .site-header .header-actions a.mp-btn.mp-btn--quote .mp-btn__text{
  color:#ffffff !important;
  font-weight:900 !important;
  letter-spacing:-.01em !important;
}


/* v7.9.19 — bouton devis bleu sans icône + fade entre sections */
.header-actions .mp-btn.mp-btn--quote,
.site-header .header-actions .mp-btn.mp-btn--quote,
body .site-header .header-actions a.mp-btn.mp-btn--quote{
  min-height:52px !important;
  height:52px !important;
  padding:0 28px !important;
  border-radius:14px !important;
  border:1px solid rgba(39,170,225,.35) !important;
  background:linear-gradient(135deg,#27aae1 0%,#128fc9 100%) !important;
  color:#ffffff !important;
  box-shadow:0 14px 30px rgba(39,170,225,.22) !important;
  gap:0 !important;
}
.header-actions .mp-btn.mp-btn--quote:hover,
.site-header .header-actions .mp-btn.mp-btn--quote:hover,
body .site-header .header-actions a.mp-btn.mp-btn--quote:hover{
  background:linear-gradient(135deg,#36b7ed 0%,#0f82bd 100%) !important;
  color:#ffffff !important;
  border-color:rgba(39,170,225,.55) !important;
  box-shadow:0 18px 38px rgba(39,170,225,.28) !important;
  transform:translateY(-2px) !important;
}
.header-actions .mp-btn.mp-btn--quote .mp-btn__icon,
.site-header .header-actions .mp-btn.mp-btn--quote .mp-btn__icon,
body .site-header .header-actions a.mp-btn.mp-btn--quote .mp-btn__icon{
  display:none !important;
}
.header-actions .mp-btn.mp-btn--quote .mp-btn__text,
.site-header .header-actions .mp-btn.mp-btn--quote .mp-btn__text,
body .site-header .header-actions a.mp-btn.mp-btn--quote .mp-btn__text{
  color:#ffffff !important;
  font-weight:900 !important;
  letter-spacing:-.01em !important;
}

/* fade doux mabin les sections */
.home-v5 > section{
  position:relative !important;
}
.home-v5 > section:not(:first-child)::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  top:-42px !important;
  height:42px !important;
  z-index:2 !important;
  pointer-events:none !important;
  background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(247,251,254,.72) 55%,rgba(247,251,254,1) 100%) !important;
}
.home-v5 > .services-v5::before{
  background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(223,241,250,.72) 55%,rgba(223,241,250,1) 100%) !important;
}
.home-v5 > .cta-v5::before{
  background:linear-gradient(180deg,rgba(223,241,250,0) 0%,rgba(14,52,75,.25) 70%,rgba(14,52,75,.92) 100%) !important;
}
.home-v5 > section::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:-1px !important;
  height:46px !important;
  z-index:1 !important;
  pointer-events:none !important;
  background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.42) 100%) !important;
}
.home-v5 > .services-v5::after{
  background:linear-gradient(180deg,rgba(223,241,250,0) 0%,rgba(223,241,250,.55) 100%) !important;
}
.home-v5 > .cta-v5::after,
.home-v5 > .mp-hero-clean::after{
  display:none !important;
}
@media (max-width:767px){
  .header-actions .mp-btn.mp-btn--quote,
  .site-header .header-actions .mp-btn.mp-btn--quote,
  body .site-header .header-actions a.mp-btn.mp-btn--quote{
    min-height:48px !important;
    height:48px !important;
    padding:0 22px !important;
    border-radius:12px !important;
  }
  .home-v5 > section:not(:first-child)::before{
    top:-28px !important;
    height:28px !important;
  }
}


/* v7.9.20 — premium blue shadows for catalogue cards */
.home-v5 .universe-v5-card,
.universe-v5-card{
  border:1px solid rgba(56,170,225,.18) !important;
  box-shadow:0 14px 34px rgba(39,170,225,.10), 0 2px 10px rgba(16,34,53,.05) !important;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
}
.home-v5 .universe-v5-card:hover,
.universe-v5-card:hover{
  transform:translateY(-8px) !important;
  border-color:rgba(56,170,225,.30) !important;
  box-shadow:0 24px 54px rgba(39,170,225,.18), 0 10px 22px rgba(16,34,53,.08) !important;
}
.home-v5 .universe-v5-card::before,
.universe-v5-card::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  border-radius:30px !important;
  pointer-events:none !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.78) !important;
}
.home-v5 .universe-v5-card__media,
.universe-v5-card__media{
  box-shadow:0 10px 24px rgba(39,170,225,.08) !important;
}
.home-v5 .universe-v5-card__arrow,
.universe-v5-card__arrow{
  box-shadow:0 10px 24px rgba(39,170,225,.16) !important;
}


/* v7.9.21 — formes premium légères pour À propos / Produits / Services */
.home-v5 .about-v5,
.home-v5 .catalogue-v5,
.home-v5 .services-v5{
  position:relative !important;
  overflow:hidden !important;
}

.home-v5 .about-v5{
  background:
    radial-gradient(circle at 7% 18%, rgba(39,170,225,.115) 0, rgba(39,170,225,0) 30%),
    radial-gradient(circle at 94% 80%, rgba(16,34,53,.045) 0, rgba(16,34,53,0) 28%),
    linear-gradient(180deg,#f9fcfe 0%,#eef7fc 52%,#f8fbfe 100%) !important;
}

.home-v5 .catalogue-v5{
  background:
    radial-gradient(circle at 92% 10%, rgba(39,170,225,.085) 0, rgba(39,170,225,0) 25%),
    radial-gradient(circle at 10% 88%, rgba(16,34,53,.035) 0, rgba(16,34,53,0) 26%),
    linear-gradient(180deg,#ffffff 0%,#f7fbfe 100%) !important;
}

.home-v5 .services-v5{
  background:
    radial-gradient(circle at 9% 15%, rgba(39,170,225,.13) 0, rgba(39,170,225,0) 28%),
    radial-gradient(circle at 92% 78%, rgba(15,35,55,.055) 0, rgba(15,35,55,0) 30%),
    linear-gradient(180deg,#eef8fd 0%,#dceff9 58%,#eef8fd 100%) !important;
}

.home-v5 .about-v5__grid,
.home-v5 .catalogue-v5 > .mp-container,
.home-v5 .services-v5 > .mp-container{
  position:relative !important;
  z-index:1 !important;
}

.home-v5 .about-v5__grid::before,
.home-v5 .catalogue-v5 > .mp-container::before,
.home-v5 .services-v5 > .mp-container::before{
  content:"" !important;
  position:absolute !important;
  pointer-events:none !important;
  z-index:-1 !important;
  width:280px !important;
  height:280px !important;
  border-radius:999px !important;
  border:54px solid rgba(39,170,225,.055) !important;
  filter:blur(.1px) !important;
}

.home-v5 .about-v5__grid::before{
  right:-110px !important;
  top:-70px !important;
}

.home-v5 .catalogue-v5 > .mp-container::before{
  left:-125px !important;
  top:18px !important;
  width:245px !important;
  height:245px !important;
  border-width:46px !important;
  opacity:.9 !important;
}

.home-v5 .services-v5 > .mp-container::before{
  right:-120px !important;
  top:40px !important;
  width:255px !important;
  height:255px !important;
  border-width:48px !important;
  opacity:.8 !important;
}

.home-v5 .about-v5__grid::after,
.home-v5 .catalogue-v5 > .mp-container::after,
.home-v5 .services-v5 > .mp-container::after{
  content:"" !important;
  position:absolute !important;
  pointer-events:none !important;
  z-index:-1 !important;
  width:150px !important;
  height:86px !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,rgba(39,170,225,.08),rgba(255,255,255,0)) !important;
  transform:rotate(-14deg) !important;
}

.home-v5 .about-v5__grid::after{
  left:-70px !important;
  bottom:20px !important;
}

.home-v5 .catalogue-v5 > .mp-container::after{
  right:-40px !important;
  bottom:-30px !important;
}

.home-v5 .services-v5 > .mp-container::after{
  left:-55px !important;
  bottom:-20px !important;
  background:linear-gradient(135deg,rgba(15,35,55,.055),rgba(39,170,225,.055)) !important;
}

.home-v5 .section-head::before{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  top:-18px !important;
  width:132px !important;
  height:4px !important;
  border-radius:999px !important;
  transform:translateX(-50%) !important;
  background:linear-gradient(90deg,rgba(39,170,225,0),rgba(39,170,225,.35),rgba(39,170,225,0)) !important;
  pointer-events:none !important;
}

@media (max-width:767px){
  .home-v5 .about-v5__grid::before,
  .home-v5 .catalogue-v5 > .mp-container::before,
  .home-v5 .services-v5 > .mp-container::before{
    width:180px !important;
    height:180px !important;
    border-width:34px !important;
    opacity:.65 !important;
  }
  .home-v5 .about-v5__grid::after,
  .home-v5 .catalogue-v5 > .mp-container::after,
  .home-v5 .services-v5 > .mp-container::after{
    width:110px !important;
    height:64px !important;
    opacity:.65 !important;
  }
}


/* v7.9.22 — retour des formes premium dans la section CTA */
.home-v5 .cta-v5,
.cta-v5{
  position:relative !important;
  overflow:hidden !important;
}

.home-v5 .cta-v5 .cta-band__inner,
.cta-v5 .cta-band__inner{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
}

.home-v5 .cta-v5 .cta-band__inner > *,
.cta-v5 .cta-band__inner > *{
  position:relative !important;
  z-index:2 !important;
}

/* points légers à droite */
.home-v5 .cta-v5 .cta-band__inner::before,
.cta-v5 .cta-band__inner::before{
  content:"" !important;
  position:absolute !important;
  right:72px !important;
  top:42px !important;
  width:170px !important;
  height:110px !important;
  z-index:1 !important;
  opacity:.36 !important;
  pointer-events:none !important;
  background-image:radial-gradient(circle, rgba(255,255,255,.56) 1.6px, transparent 1.8px) !important;
  background-size:16px 16px !important;
}

/* cercle/ring premium discret */
.home-v5 .cta-v5 .cta-band__inner::after,
.cta-v5 .cta-band__inner::after{
  content:"" !important;
  position:absolute !important;
  right:-120px !important;
  bottom:-145px !important;
  width:360px !important;
  height:360px !important;
  border-radius:999px !important;
  z-index:0 !important;
  pointer-events:none !important;
  border:58px solid rgba(255,255,255,.08) !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08) !important;
}

.home-v5 .cta-v5::after,
.cta-v5::after{
  content:"" !important;
  position:absolute !important;
  left:7% !important;
  top:22px !important;
  width:210px !important;
  height:82px !important;
  border-radius:999px !important;
  pointer-events:none !important;
  opacity:.32 !important;
  background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,0)) !important;
  transform:rotate(-10deg) !important;
}

@media (max-width:767px){
  .home-v5 .cta-v5 .cta-band__inner::before,
  .cta-v5 .cta-band__inner::before{
    right:18px !important;
    top:20px !important;
    width:112px !important;
    height:78px !important;
    background-size:14px 14px !important;
    opacity:.25 !important;
  }
  .home-v5 .cta-v5 .cta-band__inner::after,
  .cta-v5 .cta-band__inner::after{
    right:-150px !important;
    bottom:-150px !important;
    width:280px !important;
    height:280px !important;
    border-width:42px !important;
  }
}


/* v7.9.23 — clean section shapes: keep only circle */
.home-v5 .about-v5{
  background:linear-gradient(180deg,#f9fcfe 0%,#eef7fc 52%,#f8fbfe 100%) !important;
}
.home-v5 .catalogue-v5{
  background:linear-gradient(180deg,#ffffff 0%,#f7fbfe 100%) !important;
}
.home-v5 .services-v5{
  background:linear-gradient(180deg,#eef8fd 0%,#dceff9 58%,#eef8fd 100%) !important;
}

/* keep only the circle/ring */
.home-v5 .about-v5__grid::after,
.home-v5 .catalogue-v5 > .mp-container::after,
.home-v5 .services-v5 > .mp-container::after{
  display:none !important;
}

.home-v5 .about-v5__grid::before,
.home-v5 .catalogue-v5 > .mp-container::before,
.home-v5 .services-v5 > .mp-container::before{
  opacity:.75 !important;
  background:none !important;
}

@media (max-width:767px){
  .home-v5 .about-v5__grid::before,
  .home-v5 .catalogue-v5 > .mp-container::before,
  .home-v5 .services-v5 > .mp-container::before{
    opacity:.55 !important;
  }
}


/* v7.9.24 — supprimer uniquement le grand cercle/forme de la section À propos */
.home-v5 .about-v5__grid::before,
.about-v5__grid::before,
body.home .about-v5__grid::before{
  display:none !important;
  content:none !important;
}

.home-v5 .about-v5::before,
.about-v5::before,
body.home .about-v5::before{
  display:none !important;
  content:none !important;
}


/* v7.9.25 — supprimer la grande forme pâle du haut, garder les autres formes */
body.home .mp-hero-clean::before,
body.home .mp-hero-clean::after,
body.home .hero-slider::before,
body.home .hero-slider::after,
body.home .hero-clean-grid::before,
body.home .hero-clean-grid::after,
.home-v5 .mp-hero-clean::before,
.home-v5 .mp-hero-clean::after,
.home-v5 .hero-slider::before,
.home-v5 .hero-slider::after,
.home-v5 .hero-clean-grid::before,
.home-v5 .hero-clean-grid::after,
.mp-hero-clean::before,
.mp-hero-clean::after,
.hero-slider::before,
.hero-slider::after,
.hero-clean-grid::before,
.hero-clean-grid::after{
  display:none !important;
  content:none !important;
  opacity:0 !important;
  background:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* garder le fond propre du slide sans grande forme */
body.home .mp-hero-clean,
.home-v5 .mp-hero-clean,
.mp-hero-clean{
  background:linear-gradient(180deg,#f7fbfe 0%,#ffffff 100%) !important;
}


/* v7.9.26 — raj3 circle dyal slide, bla dak shape kbira */
body.home .mp-hero-clean::after,
.home-v5 .mp-hero-clean::after,
.mp-hero-clean::after{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  right:-150px !important;
  top:-135px !important;
  width:430px !important;
  height:430px !important;
  border-radius:999px !important;
  border:56px solid rgba(39,170,225,.07) !important;
  background:transparent !important;
  box-shadow:none !important;
  opacity:1 !important;
  pointer-events:none !important;
  z-index:0 !important;
}

/* had l-oval/shape kbira matb9ach */
body.home .hero-clean-grid::before,
body.home .hero-clean-grid::after,
.home-v5 .hero-clean-grid::before,
.home-v5 .hero-clean-grid::after,
.hero-clean-grid::before,
.hero-clean-grid::after,
body.home .hero-slider::before,
body.home .hero-slider::after,
.home-v5 .hero-slider::before,
.home-v5 .hero-slider::after,
.hero-slider::before,
.hero-slider::after{
  display:none !important;
  content:none !important;
  opacity:0 !important;
  background:none !important;
  border:0 !important;
  box-shadow:none !important;
}

@media (max-width:767px){
  body.home .mp-hero-clean::after,
  .home-v5 .mp-hero-clean::after,
  .mp-hero-clean::after{
    right:-115px !important;
    top:-45px !important;
    width:260px !important;
    height:260px !important;
    border-width:32px !important;
  }
}


/* v7.9.27 — page À propos professionnelle */
.mp-about-page{
  background:#fff !important;
  color:#102235 !important;
  overflow:hidden !important;
}
.mp-about-hero{
  position:relative !important;
  padding:92px 0 74px !important;
  background:
    radial-gradient(circle at 92% 8%,rgba(39,170,225,.13) 0,rgba(39,170,225,0) 28%),
    linear-gradient(180deg,#f8fcff 0%,#ffffff 100%) !important;
  overflow:hidden !important;
}
.mp-about-hero::after{
  content:"" !important;
  position:absolute !important;
  right:-130px !important;
  top:-120px !important;
  width:390px !important;
  height:390px !important;
  border-radius:999px !important;
  border:54px solid rgba(39,170,225,.07) !important;
  pointer-events:none !important;
}
.mp-about-hero__grid{
  position:relative !important;
  z-index:1 !important;
  display:grid !important;
  grid-template-columns:.92fr 1.08fr !important;
  gap:56px !important;
  align-items:center !important;
}
.mp-about-hero h1{
  margin:12px 0 18px !important;
  max-width:760px !important;
  color:#102235 !important;
  font-size:clamp(42px,5.6vw,78px) !important;
  line-height:1.02 !important;
  letter-spacing:-.055em !important;
  font-weight:950 !important;
}
.mp-about-hero p{
  max-width:690px !important;
  color:#617285 !important;
  font-size:18px !important;
  line-height:1.75 !important;
  margin:0 0 28px !important;
}
.mp-about-hero__actions{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:14px !important;
}
.mp-about-hero__media{
  border:1px solid rgba(39,170,225,.14) !important;
  border-radius:34px !important;
  padding:12px !important;
  background:#fff !important;
  box-shadow:0 24px 58px rgba(39,170,225,.12),0 10px 28px rgba(16,34,53,.06) !important;
}
.mp-about-hero__media img{
  width:100% !important;
  height:520px !important;
  object-fit:cover !important;
  border-radius:24px !important;
}

.mp-about-intro{
  padding:34px 0 86px !important;
}
.mp-about-intro__card{
  display:grid !important;
  grid-template-columns:.8fr 1.2fr !important;
  gap:44px !important;
  align-items:center !important;
  padding:42px !important;
  border:1px solid rgba(39,170,225,.14) !important;
  border-radius:30px !important;
  background:linear-gradient(135deg,#ffffff 0%,#f1f9fe 100%) !important;
  box-shadow:0 22px 54px rgba(39,170,225,.10) !important;
}
.mp-kicker{
  display:inline-flex !important;
  align-items:center !important;
  color:#1499d5 !important;
  font-size:12px !important;
  font-weight:950 !important;
  text-transform:uppercase !important;
  letter-spacing:.16em !important;
}
.mp-about-intro h2,
.mp-about-text h2,
.mp-about-values h2,
.mp-about-sustainability h2,
.mp-about-cta h2{
  margin:12px 0 14px !important;
  color:#102235 !important;
  font-size:clamp(32px,4vw,54px) !important;
  line-height:1.06 !important;
  letter-spacing:-.045em !important;
  font-weight:950 !important;
}
.mp-about-intro p,
.mp-about-text p,
.mp-about-values p,
.mp-about-sustainability p,
.mp-about-cta p{
  color:#617285 !important;
  font-size:16px !important;
  line-height:1.78 !important;
  margin:0 !important;
}

.mp-about-story{
  padding:92px 0 !important;
  background:linear-gradient(180deg,#eef8fd 0%,#ffffff 100%) !important;
}
.mp-about-story__grid{
  display:grid !important;
  grid-template-columns:1.02fr .98fr !important;
  gap:70px !important;
  align-items:center !important;
}
.mp-about-image-stack{
  position:relative !important;
  min-height:520px !important;
}
.mp-about-img{
  object-fit:cover !important;
  border-radius:28px !important;
  border:1px solid rgba(39,170,225,.13) !important;
  background:#fff !important;
  box-shadow:0 24px 58px rgba(39,170,225,.13),0 12px 26px rgba(16,34,53,.08) !important;
}
.mp-about-img--main{
  width:78% !important;
  height:410px !important;
}
.mp-about-img--small{
  position:absolute !important;
  right:0 !important;
  bottom:0 !important;
  width:54% !important;
  height:270px !important;
  padding:8px !important;
  background:#fff !important;
}

.mp-about-mission{
  padding:98px 0 !important;
  background:#fff !important;
}
.mp-about-mission__grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:22px !important;
}
.mp-about-mission__grid article{
  padding:28px !important;
  min-height:250px !important;
  border:1px solid rgba(39,170,225,.14) !important;
  border-radius:28px !important;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbfe 100%) !important;
  box-shadow:0 18px 44px rgba(39,170,225,.09) !important;
  transition:.25s ease !important;
}
.mp-about-mission__grid article:hover{
  transform:translateY(-6px) !important;
  box-shadow:0 26px 58px rgba(39,170,225,.16) !important;
}
.mp-about-mission__grid span{
  width:52px !important;
  height:52px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:18px !important;
  color:#1499d5 !important;
  background:#eef9ff !important;
  border:1px solid #d3effc !important;
  margin-bottom:22px !important;
}
.mp-about-mission__grid svg{
  width:24px !important;
  height:24px !important;
}
.mp-about-mission__grid h3,
.mp-values-list h3{
  margin:0 0 10px !important;
  color:#102235 !important;
  font-size:22px !important;
  line-height:1.1 !important;
  font-weight:950 !important;
}
.mp-about-mission__grid p,
.mp-values-list p{
  margin:0 !important;
  color:#617285 !important;
  line-height:1.65 !important;
}

.mp-about-values{
  padding:96px 0 !important;
  background:
    radial-gradient(circle at 8% 18%,rgba(39,170,225,.12) 0,rgba(39,170,225,0) 30%),
    linear-gradient(180deg,#f6fbfe 0%,#eef8fd 100%) !important;
}
.mp-about-values__grid{
  display:grid !important;
  grid-template-columns:.86fr 1.14fr !important;
  gap:54px !important;
  align-items:start !important;
}
.mp-values-list{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:18px !important;
}
.mp-values-list div{
  padding:24px !important;
  border-radius:24px !important;
  background:rgba(255,255,255,.82) !important;
  border:1px solid rgba(39,170,225,.13) !important;
  box-shadow:0 16px 38px rgba(39,170,225,.08) !important;
}
.mp-values-list strong{
  display:inline-flex !important;
  margin-bottom:18px !important;
  color:#1499d5 !important;
  font-size:13px !important;
  font-weight:950 !important;
}

.mp-about-sustainability{
  padding:92px 0 !important;
}
.mp-about-sustainability__card{
  display:grid !important;
  grid-template-columns:1fr .78fr !important;
  gap:44px !important;
  align-items:center !important;
  padding:46px !important;
  border-radius:34px !important;
  color:#fff !important;
  background:linear-gradient(135deg,#0f3148 0%,#0e89c2 54%,#31b4e7 100%) !important;
  box-shadow:0 26px 64px rgba(39,170,225,.20) !important;
  overflow:hidden !important;
}
.mp-about-sustainability__card h2,
.mp-about-sustainability__card p,
.mp-about-sustainability__card .mp-eyebrow{
  color:#fff !important;
}
.mp-about-sustainability__card p{
  color:rgba(255,255,255,.90) !important;
}
.mp-about-sustainability__card img{
  width:100% !important;
  height:310px !important;
  object-fit:cover !important;
  border-radius:26px !important;
  border:1px solid rgba(255,255,255,.24) !important;
}

.mp-about-cta{
  padding:0 0 92px !important;
}
.mp-about-cta__inner{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:30px !important;
  padding:44px !important;
  border-radius:30px !important;
  background:linear-gradient(135deg,#0f3148 0%,#1399d5 100%) !important;
  color:#fff !important;
  box-shadow:0 24px 58px rgba(39,170,225,.18) !important;
}
.mp-about-cta h2,
.mp-about-cta p,
.mp-about-cta .mp-kicker{
  color:#fff !important;
}
.mp-about-cta p{
  color:rgba(255,255,255,.90) !important;
}
.mp-about-cta .mp-btn--white{
  background:#fff !important;
  color:#102235 !important;
  white-space:nowrap !important;
}

@media (max-width:980px){
  .mp-about-hero__grid,
  .mp-about-intro__card,
  .mp-about-story__grid,
  .mp-about-values__grid,
  .mp-about-sustainability__card{
    grid-template-columns:1fr !important;
  }
  .mp-about-hero__media img{
    height:360px !important;
  }
  .mp-about-mission__grid{
    grid-template-columns:1fr 1fr !important;
  }
  .mp-about-cta__inner{
    align-items:flex-start !important;
    flex-direction:column !important;
  }
}
@media (max-width:620px){
  .mp-about-hero{
    padding:58px 0 42px !important;
  }
  .mp-about-hero h1{
    font-size:42px !important;
  }
  .mp-about-hero__media img{
    height:280px !important;
  }
  .mp-about-intro__card,
  .mp-about-sustainability__card,
  .mp-about-cta__inner{
    padding:28px !important;
    border-radius:24px !important;
  }
  .mp-about-story,
  .mp-about-mission,
  .mp-about-values,
  .mp-about-sustainability{
    padding:60px 0 !important;
  }
  .mp-about-image-stack{
    min-height:auto !important;
    display:grid !important;
    gap:16px !important;
  }
  .mp-about-img--main,
  .mp-about-img--small{
    position:static !important;
    width:100% !important;
    height:240px !important;
  }
  .mp-about-mission__grid,
  .mp-values-list{
    grid-template-columns:1fr !important;
  }
}


/* v7.9.28 — page À propos simple et professionnelle */
.mp-about-simple{
  background:#fff !important;
  color:#102235 !important;
  overflow:hidden !important;
}
.mp-about-simple-hero{
  position:relative !important;
  padding:78px 0 74px !important;
  background:
    radial-gradient(circle at 92% 10%, rgba(39,170,225,.12) 0, rgba(39,170,225,0) 28%),
    linear-gradient(180deg,#f7fbfe 0%,#ffffff 100%) !important;
  overflow:hidden !important;
}
.mp-about-simple-hero::after{
  content:"" !important;
  position:absolute !important;
  right:-130px !important;
  top:-120px !important;
  width:380px !important;
  height:380px !important;
  border-radius:999px !important;
  border:52px solid rgba(39,170,225,.07) !important;
  pointer-events:none !important;
}
.mp-about-simple-hero__grid{
  position:relative !important;
  z-index:1 !important;
  display:grid !important;
  grid-template-columns:.95fr 1.05fr !important;
  gap:58px !important;
  align-items:center !important;
}
.mp-about-simple-hero h1{
  margin:12px 0 18px !important;
  color:#102235 !important;
  font-size:clamp(40px,5.2vw,74px) !important;
  line-height:1.02 !important;
  letter-spacing:-.055em !important;
  font-weight:950 !important;
}
.mp-about-simple-hero p{
  max-width:680px !important;
  margin:0 0 28px !important;
  color:#617285 !important;
  font-size:18px !important;
  line-height:1.75 !important;
}
.mp-about-simple-hero__image{
  padding:12px !important;
  border-radius:34px !important;
  border:1px solid rgba(39,170,225,.16) !important;
  background:#fff !important;
  box-shadow:0 24px 60px rgba(39,170,225,.12),0 10px 28px rgba(16,34,53,.06) !important;
}
.mp-about-simple-hero__image img{
  width:100% !important;
  height:480px !important;
  object-fit:cover !important;
  border-radius:24px !important;
}
.mp-about-simple-section{
  padding:78px 0 !important;
}
.mp-about-presentation{
  background:#fff !important;
}
.mp-about-simple-card{
  display:grid !important;
  grid-template-columns:.88fr 1.12fr !important;
  gap:46px !important;
  align-items:start !important;
  padding:42px !important;
  border-radius:30px !important;
  border:1px solid rgba(39,170,225,.14) !important;
  background:linear-gradient(135deg,#ffffff 0%,#f2faff 100%) !important;
  box-shadow:0 22px 54px rgba(39,170,225,.10) !important;
}
.mp-kicker{
  display:inline-flex !important;
  align-items:center !important;
  color:#1499d5 !important;
  font-size:12px !important;
  font-weight:950 !important;
  text-transform:uppercase !important;
  letter-spacing:.16em !important;
}
.mp-about-simple h2{
  margin:12px 0 14px !important;
  color:#102235 !important;
  font-size:clamp(30px,3.6vw,52px) !important;
  line-height:1.06 !important;
  letter-spacing:-.045em !important;
  font-weight:950 !important;
}
.mp-about-simple p{
  color:#617285 !important;
  font-size:16px !important;
  line-height:1.78 !important;
}
.mp-about-simple-content{
  display:grid !important;
  gap:16px !important;
}
.mp-about-simple-content p{
  margin:0 !important;
}
.mp-about-history{
  background:
    radial-gradient(circle at 10% 15%,rgba(39,170,225,.10) 0,rgba(39,170,225,0) 28%),
    linear-gradient(180deg,#eef8fd 0%,#ffffff 100%) !important;
}
.mp-about-history__grid{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:64px !important;
  align-items:center !important;
}
.mp-about-history__image{
  padding:12px !important;
  border-radius:32px !important;
  background:#fff !important;
  border:1px solid rgba(39,170,225,.14) !important;
  box-shadow:0 24px 58px rgba(39,170,225,.13),0 12px 26px rgba(16,34,53,.07) !important;
}
.mp-about-history__image img{
  width:100% !important;
  height:430px !important;
  object-fit:cover !important;
  border-radius:22px !important;
}
.mp-about-history__text p{
  margin:0 0 16px !important;
}
.mp-about-missions{
  background:#fff !important;
}
.mp-about-missions__grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:24px !important;
}
.mp-about-missions__grid article{
  min-height:260px !important;
  padding:30px !important;
  border-radius:28px !important;
  border:1px solid rgba(39,170,225,.14) !important;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbfe 100%) !important;
  box-shadow:0 18px 44px rgba(39,170,225,.09) !important;
  transition:.25s ease !important;
}
.mp-about-missions__grid article:hover{
  transform:translateY(-6px) !important;
  box-shadow:0 26px 58px rgba(39,170,225,.16) !important;
}
.mp-about-missions__grid article > span{
  width:54px !important;
  height:54px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:18px !important;
  margin-bottom:24px !important;
  color:#1499d5 !important;
  background:#eef9ff !important;
  border:1px solid #d3effc !important;
}
.mp-about-missions__grid svg{
  width:24px !important;
  height:24px !important;
}
.mp-about-missions__grid h3{
  margin:0 0 12px !important;
  color:#102235 !important;
  font-size:24px !important;
  line-height:1.1 !important;
  font-weight:950 !important;
  letter-spacing:-.03em !important;
}
.mp-about-missions__grid p{
  margin:0 !important;
}
@media (max-width:980px){
  .mp-about-simple-hero__grid,
  .mp-about-simple-card,
  .mp-about-history__grid{
    grid-template-columns:1fr !important;
  }
  .mp-about-simple-hero__image img,
  .mp-about-history__image img{
    height:360px !important;
  }
  .mp-about-missions__grid{
    grid-template-columns:1fr !important;
  }
}
@media (max-width:620px){
  .mp-about-simple-hero{
    padding:54px 0 44px !important;
  }
  .mp-about-simple-hero h1{
    font-size:40px !important;
  }
  .mp-about-simple-hero__image img,
  .mp-about-history__image img{
    height:260px !important;
  }
  .mp-about-simple-section{
    padding:54px 0 !important;
  }
  .mp-about-simple-card{
    padding:26px !important;
    border-radius:24px !important;
  }
  .mp-about-missions__grid article{
    padding:24px !important;
    min-height:auto !important;
  }
}


/* v7.9.29 — page À propos simple, hero full width + textes propres */
.mp-about-clean{
  background:#ffffff !important;
  color:#102235 !important;
}
.mp-about-banner{
  position:relative !important;
  margin:0 0 68px !important;
}
.mp-about-banner__media{
  position:relative !important;
  min-height:620px !important;
  overflow:hidden !important;
  background:#102235 !important;
}
.mp-about-banner__media img{
  width:100% !important;
  height:620px !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
}
.mp-about-banner__overlay{
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(90deg, rgba(15,34,53,.70) 0%, rgba(15,34,53,.38) 36%, rgba(15,34,53,.12) 100%) !important;
}
.mp-about-banner__content{
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:flex-start !important;
}
.mp-about-banner__content .mp-eyebrow{
  color:#ffffff !important;
  background:rgba(255,255,255,.08) !important;
  border-color:rgba(255,255,255,.18) !important;
}
.mp-about-banner__content h1{
  max-width:760px !important;
  margin:18px 0 0 !important;
  color:#ffffff !important;
  font-size:clamp(46px,5.8vw,88px) !important;
  line-height:1.02 !important;
  letter-spacing:-.055em !important;
  font-weight:950 !important;
}

.mp-about-copy{
  padding:0 0 88px !important;
}
.mp-about-copy__intro{
  max-width:980px !important;
  margin:0 auto 36px !important;
  text-align:center !important;
}
.mp-about-copy__intro p{
  margin:0 !important;
  color:#617285 !important;
  font-size:21px !important;
  line-height:1.75 !important;
  font-weight:500 !important;
}
.mp-about-copy__grid{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:28px !important;
}
.mp-about-copy__card{
  padding:38px !important;
  border-radius:28px !important;
  border:1px solid rgba(39,170,225,.14) !important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbfe 100%) !important;
  box-shadow:0 20px 48px rgba(39,170,225,.09), 0 8px 20px rgba(16,34,53,.04) !important;
}
.mp-about-copy__card h2{
  margin:12px 0 18px !important;
  color:#102235 !important;
  font-size:clamp(28px,3.2vw,42px) !important;
  line-height:1.08 !important;
  letter-spacing:-.04em !important;
  font-weight:950 !important;
}
.mp-about-copy__card p{
  margin:0 0 14px !important;
  color:#617285 !important;
  font-size:16px !important;
  line-height:1.82 !important;
}
.mp-about-copy__card p:last-child{
  margin-bottom:0 !important;
}

@media (max-width:980px){
  .mp-about-banner__media,
  .mp-about-banner__media img{
    min-height:480px !important;
    height:480px !important;
  }
  .mp-about-copy__grid{
    grid-template-columns:1fr !important;
  }
}
@media (max-width:620px){
  .mp-about-banner{
    margin-bottom:48px !important;
  }
  .mp-about-banner__media,
  .mp-about-banner__media img{
    min-height:360px !important;
    height:360px !important;
  }
  .mp-about-banner__content h1{
    font-size:40px !important;
  }
  .mp-about-copy{
    padding-bottom:60px !important;
  }
  .mp-about-copy__intro p{
    font-size:18px !important;
  }
  .mp-about-copy__card{
    padding:26px !important;
    border-radius:22px !important;
  }
}


/* v7.9.30 — À propos sans grande image hero, hero simple et petit */
.mp-about-clean{
  background:#ffffff !important;
  color:#102235 !important;
}

/* cache l'ancien hero image full width */
.mp-about-banner{
  display:none !important;
}

.mp-about-small-hero{
  position:relative !important;
  padding:68px 0 46px !important;
  text-align:center !important;
  background:
    radial-gradient(circle at 88% 0%,rgba(39,170,225,.11) 0,rgba(39,170,225,0) 26%),
    linear-gradient(180deg,#f7fbfe 0%,#ffffff 100%) !important;
  overflow:hidden !important;
}
.mp-about-small-hero::after{
  content:"" !important;
  position:absolute !important;
  right:-120px !important;
  top:-135px !important;
  width:330px !important;
  height:330px !important;
  border-radius:999px !important;
  border:46px solid rgba(39,170,225,.07) !important;
  pointer-events:none !important;
}
.mp-about-small-hero .mp-container{
  position:relative !important;
  z-index:1 !important;
}
.mp-about-small-hero .mp-eyebrow{
  justify-content:center !important;
}
.mp-about-small-hero h1{
  margin:14px auto 16px !important;
  max-width:760px !important;
  color:#102235 !important;
  font-size:clamp(40px,5vw,72px) !important;
  line-height:1.02 !important;
  letter-spacing:-.055em !important;
  font-weight:950 !important;
}
.mp-about-small-hero p{
  max-width:820px !important;
  margin:0 auto !important;
  color:#617285 !important;
  font-size:19px !important;
  line-height:1.75 !important;
  font-weight:500 !important;
}

.mp-about-copy{
  padding:50px 0 88px !important;
}
.mp-about-copy__grid{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:28px !important;
}
.mp-about-copy__card{
  padding:38px !important;
  border-radius:28px !important;
  border:1px solid rgba(39,170,225,.14) !important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbfe 100%) !important;
  box-shadow:0 20px 48px rgba(39,170,225,.09), 0 8px 20px rgba(16,34,53,.04) !important;
}
.mp-about-copy__card h2{
  margin:12px 0 18px !important;
  color:#102235 !important;
  font-size:clamp(28px,3.2vw,42px) !important;
  line-height:1.08 !important;
  letter-spacing:-.04em !important;
  font-weight:950 !important;
}
.mp-about-copy__card p{
  margin:0 0 14px !important;
  color:#617285 !important;
  font-size:16px !important;
  line-height:1.82 !important;
}
.mp-about-copy__card p:last-child{
  margin-bottom:0 !important;
}

@media (max-width:980px){
  .mp-about-copy__grid{
    grid-template-columns:1fr !important;
  }
}
@media (max-width:620px){
  .mp-about-small-hero{
    padding:48px 0 34px !important;
  }
  .mp-about-small-hero h1{
    font-size:38px !important;
  }
  .mp-about-small-hero p{
    font-size:17px !important;
  }
  .mp-about-copy{
    padding:34px 0 60px !important;
  }
  .mp-about-copy__card{
    padding:26px !important;
    border-radius:22px !important;
  }
}


/* v7.9.31 — À propos avec intro simple, histoire + engagements détaillés */
.mp-about-clean{
  background:#ffffff !important;
  color:#102235 !important;
}

.mp-about-small-hero{
  position:relative !important;
  padding:68px 0 42px !important;
  text-align:center !important;
  background:
    radial-gradient(circle at 88% 0%,rgba(39,170,225,.11) 0,rgba(39,170,225,0) 26%),
    linear-gradient(180deg,#f7fbfe 0%,#ffffff 100%) !important;
  overflow:hidden !important;
}
.mp-about-small-hero::after{
  content:"" !important;
  position:absolute !important;
  right:-120px !important;
  top:-135px !important;
  width:330px !important;
  height:330px !important;
  border-radius:999px !important;
  border:46px solid rgba(39,170,225,.07) !important;
  pointer-events:none !important;
}
.mp-about-small-hero .mp-container{
  position:relative !important;
  z-index:1 !important;
}
.mp-about-small-hero .mp-eyebrow{
  justify-content:center !important;
}
.mp-about-small-hero h1{
  margin:14px auto 16px !important;
  max-width:760px !important;
  color:#102235 !important;
  font-size:clamp(40px,5vw,72px) !important;
  line-height:1.02 !important;
  letter-spacing:-.055em !important;
  font-weight:950 !important;
}
.mp-about-small-hero p{
  max-width:920px !important;
  margin:0 auto !important;
  color:#617285 !important;
  font-size:18px !important;
  line-height:1.75 !important;
  font-weight:500 !important;
}

.mp-about-story-commitments{
  padding:28px 0 88px !important;
}
.mp-about-sc__grid{
  display:grid !important;
  grid-template-columns:1fr .92fr !important;
  gap:34px !important;
  align-items:start !important;
}
.mp-about-sc__content{
  display:grid !important;
  gap:24px !important;
}
.mp-about-block{
  padding:38px !important;
  border-radius:28px !important;
  border:1px solid rgba(39,170,225,.14) !important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbfe 100%) !important;
  box-shadow:0 20px 48px rgba(39,170,225,.09), 0 8px 20px rgba(16,34,53,.04) !important;
}
.mp-about-block h2{
  margin:12px 0 16px !important;
  color:#102235 !important;
  font-size:clamp(28px,3.1vw,42px) !important;
  line-height:1.08 !important;
  letter-spacing:-.04em !important;
  font-weight:950 !important;
}
.mp-about-block p{
  margin:0 0 14px !important;
  color:#617285 !important;
  font-size:16px !important;
  line-height:1.84 !important;
}
.mp-about-block p:last-of-type{
  margin-bottom:0 !important;
}

.mp-about-points{
  margin:18px 0 0 !important;
  padding:0 !important;
  list-style:none !important;
  display:grid !important;
  gap:12px !important;
}
.mp-about-points li{
  position:relative !important;
  padding-left:28px !important;
  color:#617285 !important;
  font-size:16px !important;
  line-height:1.7 !important;
}
.mp-about-points li::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:10px !important;
  width:10px !important;
  height:10px !important;
  border-radius:999px !important;
  background:#27aae1 !important;
  box-shadow:0 0 0 5px rgba(39,170,225,.13) !important;
}

.mp-about-sc__media{
  position:sticky !important;
  top:120px !important;
  padding:12px !important;
  border-radius:32px !important;
  background:#ffffff !important;
  border:1px solid rgba(39,170,225,.16) !important;
  box-shadow:0 24px 58px rgba(39,170,225,.13), 0 12px 26px rgba(16,34,53,.07) !important;
}
.mp-about-sc__badge{
  position:absolute !important;
  left:24px !important;
  top:24px !important;
  z-index:2 !important;
  display:inline-flex !important;
  align-items:center !important;
  padding:9px 14px !important;
  border-radius:999px !important;
  background:rgba(15,34,53,.66) !important;
  color:#ffffff !important;
  font-size:11px !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.14em !important;
  backdrop-filter:blur(8px) !important;
}
.mp-about-sc__media img{
  width:100% !important;
  height:720px !important;
  object-fit:cover !important;
  border-radius:24px !important;
  display:block !important;
}

@media (max-width:980px){
  .mp-about-sc__grid{
    grid-template-columns:1fr !important;
  }
  .mp-about-sc__media{
    position:static !important;
  }
  .mp-about-sc__media img{
    height:420px !important;
  }
}
@media (max-width:620px){
  .mp-about-small-hero{
    padding:48px 0 34px !important;
  }
  .mp-about-small-hero h1{
    font-size:38px !important;
  }
  .mp-about-small-hero p{
    font-size:17px !important;
  }
  .mp-about-story-commitments{
    padding:24px 0 60px !important;
  }
  .mp-about-block{
    padding:26px !important;
    border-radius:22px !important;
  }
  .mp-about-sc__badge{
    left:18px !important;
    top:18px !important;
  }
  .mp-about-sc__media img{
    height:300px !important;
  }
}


/* v7.9.32 — À propos text-only, image supprimée */
.mp-about-story-commitments,
.mp-about-sc__media{
  display:none !important;
}

.mp-about-text-only{
  padding:28px 0 88px !important;
  background:#ffffff !important;
}
.mp-about-text-card{
  max-width:1120px !important;
  margin:0 auto !important;
  padding:42px !important;
  border-radius:30px !important;
  border:1px solid rgba(39,170,225,.14) !important;
  background:
    radial-gradient(circle at 95% 0%,rgba(39,170,225,.08) 0,rgba(39,170,225,0) 28%),
    linear-gradient(180deg,#ffffff 0%,#f8fbfe 100%) !important;
  box-shadow:0 22px 54px rgba(39,170,225,.10),0 8px 20px rgba(16,34,53,.04) !important;
}
.mp-about-text-card__intro{
  max-width:880px !important;
  margin-bottom:34px !important;
}
.mp-about-text-card__intro h2{
  margin:12px 0 16px !important;
  color:#102235 !important;
  font-size:clamp(30px,3.7vw,52px) !important;
  line-height:1.06 !important;
  letter-spacing:-.045em !important;
  font-weight:950 !important;
}
.mp-about-text-card__intro p{
  margin:0 !important;
  color:#617285 !important;
  font-size:17px !important;
  line-height:1.8 !important;
}
.mp-about-text-card__grid{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:34px !important;
  padding-top:30px !important;
  border-top:1px solid rgba(39,170,225,.14) !important;
}
.mp-about-text-card__grid h3{
  margin:12px 0 14px !important;
  color:#102235 !important;
  font-size:clamp(24px,2.5vw,34px) !important;
  line-height:1.12 !important;
  letter-spacing:-.035em !important;
  font-weight:950 !important;
}
.mp-about-text-card__grid p{
  margin:0 0 14px !important;
  color:#617285 !important;
  font-size:16px !important;
  line-height:1.82 !important;
}
.mp-about-points{
  margin:18px 0 0 !important;
  padding:0 !important;
  list-style:none !important;
  display:grid !important;
  gap:12px !important;
}
.mp-about-points li{
  position:relative !important;
  padding-left:28px !important;
  color:#617285 !important;
  font-size:16px !important;
  line-height:1.7 !important;
}
.mp-about-points li::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:10px !important;
  width:10px !important;
  height:10px !important;
  border-radius:999px !important;
  background:#27aae1 !important;
  box-shadow:0 0 0 5px rgba(39,170,225,.13) !important;
}

@media (max-width:900px){
  .mp-about-text-card__grid{
    grid-template-columns:1fr !important;
    gap:26px !important;
  }
}
@media (max-width:620px){
  .mp-about-text-only{
    padding:24px 0 60px !important;
  }
  .mp-about-text-card{
    padding:26px !important;
    border-radius:22px !important;
  }
}


/* v7.9.33 — À propos: sections text wahda taht lokhra */
.mp-about-text-card__grid{
  grid-template-columns:1fr !important;
  gap:0 !important;
  padding-top:28px !important;
  border-top:1px solid rgba(39,170,225,.14) !important;
}
.mp-about-text-card__grid > div{
  padding:0 !important;
}
.mp-about-text-card__grid > div + div{
  margin-top:30px !important;
  padding-top:30px !important;
  border-top:1px solid rgba(39,170,225,.12) !important;
}
.mp-about-text-card__grid h3{
  max-width:780px !important;
}
.mp-about-text-card__grid p,
.mp-about-points{
  max-width:940px !important;
}


/* v7.9.34 — ajustement tailles + images premium dans le bloc À propos */
.mp-about-small-hero p{
  max-width:860px !important;
  font-size:17px !important;
  line-height:1.72 !important;
}
.mp-about-text-card{
  max-width:1160px !important;
  padding:38px !important;
}
.mp-about-text-card__intro{
  max-width:900px !important;
  margin-bottom:28px !important;
}
.mp-about-text-card__intro h2{
  font-size:clamp(28px,3.3vw,46px) !important;
  line-height:1.08 !important;
  margin:10px 0 14px !important;
}
.mp-about-text-card__intro p{
  font-size:16px !important;
  line-height:1.76 !important;
}

.mp-about-gallery{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:18px !important;
  margin:0 0 28px !important;
}
.mp-about-gallery__item{
  margin:0 !important;
  padding:8px !important;
  border-radius:22px !important;
  background:#ffffff !important;
  border:1px solid rgba(39,170,225,.14) !important;
  box-shadow:0 18px 42px rgba(39,170,225,.10), 0 8px 20px rgba(16,34,53,.05) !important;
}
.mp-about-gallery__item img{
  width:100% !important;
  height:260px !important;
  object-fit:cover !important;
  border-radius:16px !important;
  display:block !important;
}

.mp-about-text-card__grid{
  padding-top:24px !important;
}
.mp-about-text-card__grid > div + div{
  margin-top:24px !important;
  padding-top:24px !important;
}
.mp-about-text-card__grid h3{
  font-size:clamp(22px,2.1vw,30px) !important;
  line-height:1.14 !important;
  margin:10px 0 12px !important;
}
.mp-about-text-card__grid p{
  font-size:15px !important;
  line-height:1.78 !important;
  margin:0 0 12px !important;
}
.mp-about-points{
  gap:10px !important;
}
.mp-about-points li{
  font-size:15px !important;
  line-height:1.66 !important;
}

@media (max-width:900px){
  .mp-about-gallery{
    grid-template-columns:1fr !important;
  }
  .mp-about-gallery__item img{
    height:240px !important;
  }
}
@media (max-width:620px){
  .mp-about-text-card{
    padding:24px !important;
  }
  .mp-about-gallery{
    gap:14px !important;
    margin-bottom:22px !important;
  }
  .mp-about-gallery__item{
    padding:6px !important;
    border-radius:18px !important;
  }
  .mp-about-gallery__item img{
    height:210px !important;
    border-radius:14px !important;
  }
}


/* v7.9.36 — image unique centrée + texte au-dessus centré */
.mp-about-text-card__intro{
  text-align:center !important;
  max-width:860px !important;
  margin:0 auto 28px !important;
}
.mp-about-text-card__intro .mp-kicker{
  justify-content:center !important;
}
.mp-about-text-card__intro h2{
  margin-left:auto !important;
  margin-right:auto !important;
}
.mp-about-text-card__intro p{
  margin-left:auto !important;
  margin-right:auto !important;
}

.mp-about-gallery--single{
  display:flex !important;
  justify-content:center !important;
  margin:0 0 28px !important;
}
.mp-about-gallery--single .mp-about-gallery__item{
  width:min(100%, 980px) !important;
}
.mp-about-gallery--single .mp-about-gallery__item img{
  height:520px !important;
}

@media (max-width:900px){
  .mp-about-gallery--single .mp-about-gallery__item img{
    height:400px !important;
  }
}
@media (max-width:620px){
  .mp-about-gallery--single .mp-about-gallery__item{
    width:100% !important;
  }
  .mp-about-gallery--single .mp-about-gallery__item img{
    height:250px !important;
  }
}


/* v7.9.37 — image sous Qui sommes-nous + 3 blocs empilés */
.mp-about-text-card,
.mp-about-text-card__intro,
.mp-about-text-card__grid{
  display:none !important;
}

.mp-about-text-only{
  padding:26px 0 88px !important;
  background:#ffffff !important;
}
.mp-about-hero-image{
  display:flex !important;
  justify-content:center !important;
  margin:0 0 28px !important;
}
.mp-about-hero-image .mp-about-gallery__item{
  width:min(100%, 980px) !important;
  margin:0 !important;
  padding:8px !important;
  border-radius:22px !important;
  background:#ffffff !important;
  border:1px solid rgba(39,170,225,.14) !important;
  box-shadow:0 18px 42px rgba(39,170,225,.10), 0 8px 20px rgba(16,34,53,.05) !important;
}
.mp-about-hero-image .mp-about-gallery__item img{
  width:100% !important;
  height:520px !important;
  object-fit:cover !important;
  border-radius:16px !important;
  display:block !important;
}

.mp-about-blocks{
  max-width:1120px !important;
  margin:0 auto !important;
}
.mp-about-block-card{
  padding:38px !important;
  border-radius:28px !important;
  border:1px solid rgba(39,170,225,.14) !important;
  background:
    radial-gradient(circle at 95% 0%,rgba(39,170,225,.06) 0,rgba(39,170,225,0) 28%),
    linear-gradient(180deg,#ffffff 0%,#f8fbfe 100%) !important;
  box-shadow:0 20px 48px rgba(39,170,225,.09), 0 8px 20px rgba(16,34,53,.04) !important;
}
.mp-about-block-card + .mp-about-block-card{
  margin-top:24px !important;
}
.mp-about-block-card h2{
  margin:12px 0 16px !important;
  color:#102235 !important;
  font-size:clamp(28px,3vw,40px) !important;
  line-height:1.08 !important;
  letter-spacing:-.04em !important;
  font-weight:950 !important;
}
.mp-about-block-card p{
  margin:0 0 14px !important;
  color:#617285 !important;
  font-size:15px !important;
  line-height:1.82 !important;
}
.mp-about-block-card p:last-child{
  margin-bottom:0 !important;
}
.mp-about-points{
  margin:18px 0 0 !important;
  padding:0 !important;
  list-style:none !important;
  display:grid !important;
  gap:10px !important;
}
.mp-about-points li{
  position:relative !important;
  padding-left:28px !important;
  color:#617285 !important;
  font-size:15px !important;
  line-height:1.7 !important;
}
.mp-about-points li::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:10px !important;
  width:10px !important;
  height:10px !important;
  border-radius:999px !important;
  background:#27aae1 !important;
  box-shadow:0 0 0 5px rgba(39,170,225,.13) !important;
}

@media (max-width:900px){
  .mp-about-hero-image .mp-about-gallery__item img{
    height:400px !important;
  }
}
@media (max-width:620px){
  .mp-about-text-only{
    padding:22px 0 60px !important;
  }
  .mp-about-hero-image .mp-about-gallery__item{
    width:100% !important;
    padding:6px !important;
    border-radius:18px !important;
  }
  .mp-about-hero-image .mp-about-gallery__item img{
    height:250px !important;
    border-radius:14px !important;
  }
  .mp-about-block-card{
    padding:26px !important;
    border-radius:22px !important;
  }
}


/* v7.9.38 — CTA devis ajouté avant footer sur page À propos */
.mp-about-cta-footer{
  margin:0 !important;
  border-radius:0 !important;
}
.mp-about-cta-footer .cta-band__inner{
  min-height:230px !important;
}
@media (max-width:767px){
  .mp-about-cta-footer .cta-band__inner{
    min-height:auto !important;
    padding-top:36px !important;
    padding-bottom:36px !important;
  }
}


/* v7.9.39 — image À propos alignée sur la largeur du bloc en dessous */
.mp-about-hero-image{
  max-width:1120px !important;
  margin:0 auto 28px !important;
}
.mp-about-hero-image .mp-about-gallery__item{
  width:100% !important;
  max-width:1120px !important;
}
.mp-about-hero-image .mp-about-gallery__item img{
  width:100% !important;
  height:430px !important;
  object-fit:cover !important;
}
.mp-about-blocks{
  max-width:1120px !important;
}
@media (max-width:900px){
  .mp-about-hero-image .mp-about-gallery__item img{
    height:340px !important;
  }
}
@media (max-width:620px){
  .mp-about-hero-image{
    margin:0 auto 22px !important;
  }
  .mp-about-hero-image .mp-about-gallery__item img{
    height:220px !important;
  }
}


/* v7.9.40 — page Services avec le même style que À propos */
.mp-services-clean{
  background:#ffffff !important;
  color:#102235 !important;
}

.mp-services-small-hero{
  position:relative !important;
  padding:68px 0 42px !important;
  text-align:center !important;
  background:
    radial-gradient(circle at 88% 0%,rgba(39,170,225,.11) 0,rgba(39,170,225,0) 26%),
    linear-gradient(180deg,#f7fbfe 0%,#ffffff 100%) !important;
  overflow:hidden !important;
}
.mp-services-small-hero::after{
  content:"" !important;
  position:absolute !important;
  right:-120px !important;
  top:-135px !important;
  width:330px !important;
  height:330px !important;
  border-radius:999px !important;
  border:46px solid rgba(39,170,225,.07) !important;
  pointer-events:none !important;
}
.mp-services-small-hero .mp-container{
  position:relative !important;
  z-index:1 !important;
}
.mp-services-small-hero .mp-eyebrow{
  justify-content:center !important;
}
.mp-services-small-hero h1{
  margin:14px auto 16px !important;
  max-width:880px !important;
  color:#102235 !important;
  font-size:clamp(40px,5vw,72px) !important;
  line-height:1.02 !important;
  letter-spacing:-.055em !important;
  font-weight:950 !important;
}
.mp-services-small-hero p{
  max-width:900px !important;
  margin:0 auto !important;
  color:#617285 !important;
  font-size:18px !important;
  line-height:1.75 !important;
  font-weight:500 !important;
}

.mp-services-text-only{
  padding:26px 0 88px !important;
  background:#ffffff !important;
}
.mp-services-hero-image{
  max-width:1120px !important;
  margin:0 auto 28px !important;
  display:flex !important;
  justify-content:center !important;
}
.mp-services-gallery__item{
  width:100% !important;
  max-width:1120px !important;
  margin:0 !important;
  padding:8px !important;
  border-radius:22px !important;
  background:#ffffff !important;
  border:1px solid rgba(39,170,225,.14) !important;
  box-shadow:0 18px 42px rgba(39,170,225,.10), 0 8px 20px rgba(16,34,53,.05) !important;
}
.mp-services-gallery__item img{
  width:100% !important;
  height:430px !important;
  object-fit:cover !important;
  border-radius:16px !important;
  display:block !important;
}

.mp-services-blocks{
  max-width:1120px !important;
  margin:0 auto !important;
}
.mp-services-block-card{
  padding:38px !important;
  border-radius:28px !important;
  border:1px solid rgba(39,170,225,.14) !important;
  background:
    radial-gradient(circle at 95% 0%,rgba(39,170,225,.06) 0,rgba(39,170,225,0) 28%),
    linear-gradient(180deg,#ffffff 0%,#f8fbfe 100%) !important;
  box-shadow:0 20px 48px rgba(39,170,225,.09), 0 8px 20px rgba(16,34,53,.04) !important;
}
.mp-services-block-card + .mp-services-block-card{
  margin-top:24px !important;
}
.mp-services-block-card h2{
  margin:12px 0 16px !important;
  color:#102235 !important;
  font-size:clamp(28px,3vw,40px) !important;
  line-height:1.08 !important;
  letter-spacing:-.04em !important;
  font-weight:950 !important;
}
.mp-services-block-card p{
  margin:0 0 14px !important;
  color:#617285 !important;
  font-size:15px !important;
  line-height:1.82 !important;
}
.mp-services-block-card p:last-child{
  margin-bottom:0 !important;
}
.mp-services-points{
  margin:18px 0 0 !important;
  padding:0 !important;
  list-style:none !important;
  display:grid !important;
  gap:10px !important;
}
.mp-services-points li{
  position:relative !important;
  padding-left:28px !important;
  color:#617285 !important;
  font-size:15px !important;
  line-height:1.7 !important;
}
.mp-services-points li::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:10px !important;
  width:10px !important;
  height:10px !important;
  border-radius:999px !important;
  background:#27aae1 !important;
  box-shadow:0 0 0 5px rgba(39,170,225,.13) !important;
}

.mp-services-cta-footer{
  margin:0 !important;
  border-radius:0 !important;
}
.mp-services-cta-footer .cta-band__inner{
  min-height:230px !important;
}

@media (max-width:900px){
  .mp-services-gallery__item img{
    height:340px !important;
  }
}
@media (max-width:620px){
  .mp-services-small-hero{
    padding:48px 0 34px !important;
  }
  .mp-services-small-hero h1{
    font-size:38px !important;
  }
  .mp-services-small-hero p{
    font-size:17px !important;
  }
  .mp-services-text-only{
    padding:22px 0 60px !important;
  }
  .mp-services-gallery__item{
    padding:6px !important;
    border-radius:18px !important;
  }
  .mp-services-gallery__item img{
    height:220px !important;
    border-radius:14px !important;
  }
  .mp-services-block-card{
    padding:26px !important;
    border-radius:22px !important;
  }
  .mp-services-cta-footer .cta-band__inner{
    min-height:auto !important;
    padding-top:36px !important;
    padding-bottom:36px !important;
  }
}


/* v7.9.42 — topbar plus petite */
.topbar{
  min-height:36px !important;
}
.topbar .mp-container.topbar__inner--premium,
.topbar__inner--premium{
  min-height:36px !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}
.topbar__message{
  font-size:12px !important;
  line-height:1.2 !important;
}
.topbar-social{
  gap:8px !important;
}
.topbar-social a{
  width:28px !important;
  height:28px !important;
}
.topbar-social svg{
  width:13px !important;
  height:13px !important;
}
@media (max-width:767px){
  .topbar .mp-container.topbar__inner--premium,
  .topbar__inner--premium{
    padding-top:6px !important;
    padding-bottom:6px !important;
  }
  .topbar__message{
    font-size:11px !important;
  }
  .topbar-social a{
    width:26px !important;
    height:26px !important;
  }
  .topbar-social svg{
    width:12px !important;
    height:12px !important;
  }
}


/* v7.9.43 — icônes réseaux sociaux topbar plus petites */
.topbar-social{
  gap:6px !important;
}
.topbar-social a{
  width:22px !important;
  height:22px !important;
  min-width:22px !important;
  min-height:22px !important;
}
.topbar-social svg{
  width:10px !important;
  height:10px !important;
}
@media (max-width:767px){
  .topbar-social a{
    width:20px !important;
    height:20px !important;
    min-width:20px !important;
    min-height:20px !important;
  }
  .topbar-social svg{
    width:9px !important;
    height:9px !important;
  }
}


/* v7.9.44 — icônes réseaux sociaux topbar encore plus petites */
.topbar-social{
  gap:5px !important;
}
.topbar-social a{
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  min-height:18px !important;
}
.topbar-social svg{
  width:8px !important;
  height:8px !important;
}
@media (max-width:767px){
  .topbar-social a{
    width:18px !important;
    height:18px !important;
    min-width:18px !important;
    min-height:18px !important;
  }
  .topbar-social svg{
    width:8px !important;
    height:8px !important;
  }
}


/* v7.9.45 — topbar social circles copied from footer style */
.topbar-social{
  gap:8px !important;
}
.topbar-social a{
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  min-height:30px !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:rgba(255,255,255,.05) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  color:#ffffff !important;
  box-shadow:none !important;
  transition:.2s ease !important;
}
.topbar-social a:hover{
  background:#27aae1 !important;
  border-color:#27aae1 !important;
  color:#ffffff !important;
  transform:translateY(-2px) !important;
}
.topbar-social svg{
  width:14px !important;
  height:14px !important;
  fill:currentColor !important;
}
@media (max-width:767px){
  .topbar-social a{
    width:28px !important;
    height:28px !important;
    min-width:28px !important;
    min-height:28px !important;
  }
  .topbar-social svg{
    width:13px !important;
    height:13px !important;
  }
}


/* v7.9.46 — Pages Contact & Demande de devis avec WPForms */
.mp-contact-clean,
.mp-devis-clean{
  background:#ffffff !important;
  color:#102235 !important;
}
.mp-form-small-hero{
  position:relative !important;
  padding:68px 0 42px !important;
  text-align:center !important;
  background:
    radial-gradient(circle at 88% 0%,rgba(39,170,225,.11) 0,rgba(39,170,225,0) 26%),
    linear-gradient(180deg,#f7fbfe 0%,#ffffff 100%) !important;
  overflow:hidden !important;
}
.mp-form-small-hero::after{
  content:"" !important;
  position:absolute !important;
  right:-120px !important;
  top:-135px !important;
  width:330px !important;
  height:330px !important;
  border-radius:999px !important;
  border:46px solid rgba(39,170,225,.07) !important;
  pointer-events:none !important;
}
.mp-form-small-hero .mp-container{
  position:relative !important;
  z-index:1 !important;
}
.mp-form-small-hero .mp-eyebrow{
  justify-content:center !important;
}
.mp-form-small-hero h1{
  margin:14px auto 16px !important;
  max-width:880px !important;
  color:#102235 !important;
  font-size:clamp(40px,5vw,70px) !important;
  line-height:1.02 !important;
  letter-spacing:-.055em !important;
  font-weight:950 !important;
}
.mp-form-small-hero p{
  max-width:900px !important;
  margin:0 auto !important;
  color:#617285 !important;
  font-size:18px !important;
  line-height:1.75 !important;
  font-weight:500 !important;
}
.mp-form-page{
  padding:34px 0 88px !important;
  background:#ffffff !important;
}
.mp-form-layout{
  display:grid !important;
  grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr) !important;
  gap:28px !important;
  align-items:start !important;
}
.mp-form-card,
.mp-form-side-card{
  border-radius:28px !important;
  border:1px solid rgba(39,170,225,.14) !important;
  background:
    radial-gradient(circle at 95% 0%,rgba(39,170,225,.06) 0,rgba(39,170,225,0) 28%),
    linear-gradient(180deg,#ffffff 0%,#f8fbfe 100%) !important;
  box-shadow:0 20px 48px rgba(39,170,225,.09), 0 8px 20px rgba(16,34,53,.04) !important;
}
.mp-form-card{
  padding:38px !important;
}
.mp-form-side-card{
  padding:34px !important;
  position:sticky !important;
  top:118px !important;
}
.mp-form-card h2,
.mp-form-side-card h3{
  margin:12px 0 16px !important;
  color:#102235 !important;
  font-size:clamp(26px,3vw,38px) !important;
  line-height:1.08 !important;
  letter-spacing:-.04em !important;
  font-weight:950 !important;
}
.mp-form-side-card p,
.mp-form-side-card li{
  color:#617285 !important;
  font-size:15px !important;
  line-height:1.75 !important;
}
.mp-form-side-card ul{
  margin:18px 0 0 !important;
  padding:0 !important;
  list-style:none !important;
  display:grid !important;
  gap:12px !important;
}
.mp-form-side-card li{
  position:relative !important;
  padding-left:28px !important;
}
.mp-form-side-card li::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:10px !important;
  width:10px !important;
  height:10px !important;
  border-radius:999px !important;
  background:#27aae1 !important;
  box-shadow:0 0 0 5px rgba(39,170,225,.13) !important;
}

/* WPForms styling */
.mp-form-card .wpforms-container{
  margin:20px 0 0 !important;
}
.mp-form-card .wpforms-field{
  padding:10px 0 !important;
}
.mp-form-card .wpforms-field-label{
  color:#102235 !important;
  font-weight:800 !important;
  font-size:14px !important;
  margin-bottom:8px !important;
}
.mp-form-card input[type=text],
.mp-form-card input[type=email],
.mp-form-card input[type=tel],
.mp-form-card input[type=number],
.mp-form-card select,
.mp-form-card textarea,
.mp-form-card .wpforms-field input,
.mp-form-card .wpforms-field select,
.mp-form-card .wpforms-field textarea{
  width:100% !important;
  min-height:50px !important;
  border-radius:16px !important;
  border:1px solid rgba(39,170,225,.18) !important;
  background:#ffffff !important;
  color:#102235 !important;
  box-shadow:0 8px 20px rgba(16,34,53,.04) !important;
  padding:13px 15px !important;
  font-size:15px !important;
}
.mp-form-card textarea,
.mp-form-card .wpforms-field textarea{
  min-height:140px !important;
}
.mp-form-card input:focus,
.mp-form-card select:focus,
.mp-form-card textarea:focus{
  border-color:#27aae1 !important;
  box-shadow:0 0 0 4px rgba(39,170,225,.12) !important;
  outline:none !important;
}
.mp-form-card .wpforms-submit,
.mp-form-card button[type=submit]{
  border:none !important;
  border-radius:999px !important;
  background:#27aae1 !important;
  color:#ffffff !important;
  padding:15px 28px !important;
  font-size:15px !important;
  font-weight:900 !important;
  box-shadow:0 14px 34px rgba(39,170,225,.22) !important;
  cursor:pointer !important;
}
.mp-form-card .wpforms-submit:hover,
.mp-form-card button[type=submit]:hover{
  background:#0b8fc7 !important;
}
.mp-wpforms-notice{
  margin-top:22px !important;
  padding:18px 20px !important;
  border-radius:18px !important;
  background:#fff8e8 !important;
  border:1px solid rgba(236,160,28,.22) !important;
  color:#7a5200 !important;
  line-height:1.65 !important;
}
.mp-form-cta-footer{
  margin:0 !important;
  border-radius:0 !important;
}
.mp-form-cta-footer .cta-band__inner{
  min-height:230px !important;
}
@media (max-width:900px){
  .mp-form-layout{
    grid-template-columns:1fr !important;
  }
  .mp-form-side-card{
    position:relative !important;
    top:auto !important;
  }
}
@media (max-width:620px){
  .mp-form-small-hero{
    padding:48px 0 34px !important;
  }
  .mp-form-small-hero h1{
    font-size:38px !important;
  }
  .mp-form-small-hero p{
    font-size:17px !important;
  }
  .mp-form-page{
    padding:22px 0 60px !important;
  }
  .mp-form-card,
  .mp-form-side-card{
    padding:26px !important;
    border-radius:22px !important;
  }
  .mp-form-cta-footer .cta-band__inner{
    min-height:auto !important;
    padding-top:36px !important;
    padding-bottom:36px !important;
  }
}


/* v7.9.47 — bouton notice WPForms */
.mp-wpforms-notice__btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin-top:12px !important;
  padding:10px 16px !important;
  border-radius:999px !important;
  background:#27aae1 !important;
  color:#ffffff !important;
  font-weight:900 !important;
  text-decoration:none !important;
}
.mp-wpforms-notice__btn:hover{
  background:#0b8fc7 !important;
  color:#ffffff !important;
}


/* v7.9.48 — Page contact professionnelle avec Google Maps + formulaire dessous */
.mp-contact-v48 .mp-form-small-hero{
  padding-bottom:46px !important;
}
.mp-contact-map-section{
  padding:34px 0 28px !important;
  background:#ffffff !important;
}
.mp-contact-intro-card{
  max-width:1120px !important;
  margin:0 auto 24px !important;
  padding:34px 38px !important;
  border-radius:28px !important;
  border:1px solid rgba(39,170,225,.14) !important;
  background:
    radial-gradient(circle at 94% 0%,rgba(39,170,225,.08) 0,rgba(39,170,225,0) 30%),
    linear-gradient(180deg,#ffffff 0%,#f8fbfe 100%) !important;
  box-shadow:0 20px 48px rgba(39,170,225,.09), 0 8px 20px rgba(16,34,53,.04) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:28px !important;
}
.mp-contact-intro-card h2{
  margin:12px 0 12px !important;
  color:#102235 !important;
  font-size:clamp(28px,3vw,40px) !important;
  line-height:1.08 !important;
  letter-spacing:-.04em !important;
  font-weight:950 !important;
}
.mp-contact-intro-card p{
  margin:0 !important;
  color:#617285 !important;
  font-size:15px !important;
  line-height:1.75 !important;
}
.mp-contact-map-btn{
  white-space:nowrap !important;
  flex:0 0 auto !important;
}

.mp-contact-map-card{
  max-width:1120px !important;
  margin:0 auto 24px !important;
  padding:8px !important;
  border-radius:28px !important;
  background:#ffffff !important;
  border:1px solid rgba(39,170,225,.14) !important;
  box-shadow:0 18px 42px rgba(39,170,225,.10), 0 8px 20px rgba(16,34,53,.05) !important;
  overflow:hidden !important;
}
.mp-contact-map-card iframe{
  display:block !important;
  width:100% !important;
  height:430px !important;
  border-radius:20px !important;
  filter:saturate(1.02) contrast(1.02) !important;
}

.mp-contact-info-grid{
  max-width:1120px !important;
  margin:0 auto !important;
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:18px !important;
}
.mp-contact-info-item{
  padding:26px !important;
  border-radius:24px !important;
  background:#ffffff !important;
  border:1px solid rgba(39,170,225,.14) !important;
  box-shadow:0 14px 34px rgba(39,170,225,.07), 0 6px 16px rgba(16,34,53,.04) !important;
}
.mp-contact-info-icon{
  width:48px !important;
  height:48px !important;
  border-radius:16px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#27aae1 !important;
  background:rgba(39,170,225,.10) !important;
  border:1px solid rgba(39,170,225,.16) !important;
  margin-bottom:18px !important;
}
.mp-contact-info-icon svg{
  width:24px !important;
  height:24px !important;
}
.mp-contact-info-item h3{
  margin:0 0 10px !important;
  color:#102235 !important;
  font-size:20px !important;
  line-height:1.2 !important;
  font-weight:950 !important;
}
.mp-contact-info-item p{
  margin:0 !important;
  color:#617285 !important;
  font-size:15px !important;
  line-height:1.75 !important;
}

.mp-contact-form-under-map{
  padding-top:30px !important;
}
.mp-form-card--full{
  max-width:1120px !important;
  margin:0 auto !important;
}
.mp-form-card__lead{
  margin:0 0 18px !important;
  color:#617285 !important;
  font-size:15px !important;
  line-height:1.75 !important;
}

@media (max-width:900px){
  .mp-contact-intro-card{
    display:block !important;
  }
  .mp-contact-map-btn{
    margin-top:20px !important;
  }
  .mp-contact-info-grid{
    grid-template-columns:1fr !important;
  }
}
@media (max-width:620px){
  .mp-contact-map-section{
    padding-top:22px !important;
  }
  .mp-contact-intro-card,
  .mp-contact-info-item{
    padding:24px !important;
    border-radius:22px !important;
  }
  .mp-contact-map-card{
    border-radius:22px !important;
    padding:6px !important;
  }
  .mp-contact-map-card iframe{
    height:300px !important;
    border-radius:16px !important;
  }
}


/* v7.9.49 — page contact: infos sous intro, maps puis formulaire */
.mp-contact-v49 .mp-form-small-hero{
  padding-bottom:34px !important;
}
.mp-contact-v49 .mp-form-small-hero p{
  max-width:980px !important;
}

.mp-contact-info-grid--hero{
  max-width:1120px !important;
  margin:30px auto 0 !important;
}
.mp-contact-info-grid{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:18px !important;
}
.mp-contact-info-item{
  text-align:left !important;
}

.mp-contact-map-section{
  padding:12px 0 18px !important;
  background:#ffffff !important;
}
.mp-contact-map-card{
  max-width:1120px !important;
  margin:0 auto 18px !important;
  padding:8px !important;
  border-radius:28px !important;
  background:#ffffff !important;
  border:1px solid rgba(39,170,225,.14) !important;
  box-shadow:0 18px 42px rgba(39,170,225,.10), 0 8px 20px rgba(16,34,53,.05) !important;
  overflow:hidden !important;
}
.mp-contact-map-card iframe{
  display:block !important;
  width:100% !important;
  height:430px !important;
  border-radius:20px !important;
}
.mp-contact-map-link-wrap{
  max-width:1120px !important;
  margin:0 auto !important;
  display:flex !important;
  justify-content:flex-end !important;
}
.mp-contact-form-under-map{
  padding-top:26px !important;
}

@media (max-width:900px){
  .mp-contact-info-grid{
    grid-template-columns:1fr !important;
  }
}
@media (max-width:620px){
  .mp-contact-v49 .mp-form-small-hero{
    padding-bottom:24px !important;
  }
  .mp-contact-info-grid--hero{
    margin-top:24px !important;
  }
  .mp-contact-map-card{
    border-radius:22px !important;
    padding:6px !important;
  }
  .mp-contact-map-card iframe{
    height:300px !important;
    border-radius:16px !important;
  }
  .mp-contact-map-link-wrap{
    justify-content:flex-start !important;
  }
}


/* v7.9.50 — style cartes contact comme la maquette + email sitewide */
.mp-contact-v50 .mp-form-small-hero{
  padding-bottom:34px !important;
}
.mp-contact-v50 .mp-form-small-hero p{
  max-width:980px !important;
}
.mp-contact-info-grid--hero{
  max-width:1140px !important;
  margin:34px auto 0 !important;
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:24px !important;
}
.mp-contact-info-item--alt{
  position:relative !important;
  text-align:center !important;
  padding:56px 26px 28px !important;
  border:1px solid rgba(16,34,53,.12) !important;
  border-radius:4px !important;
  background:#ffffff !important;
  box-shadow:none !important;
  overflow:visible !important;
}
.mp-contact-info-item--alt .mp-contact-info-icon{
  display:none !important;
}
.mp-contact-info-badge{
  position:absolute !important;
  left:50% !important;
  top:-22px !important;
  transform:translateX(-50%) rotate(45deg) !important;
  width:62px !important;
  height:62px !important;
  border-radius:8px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:linear-gradient(180deg,#4aa8e8 0%, #2e8fd2 100%) !important;
  box-shadow:0 12px 24px rgba(39,170,225,.22) !important;
}
.mp-contact-info-badge svg{
  width:24px !important;
  height:24px !important;
  color:#ffffff !important;
  fill:currentColor !important;
  transform:rotate(-45deg) !important;
}
.mp-contact-info-item--alt h3{
  margin:0 0 14px !important;
  color:#102235 !important;
  font-size:20px !important;
  line-height:1.25 !important;
  font-weight:950 !important;
}
.mp-contact-info-item--alt p{
  margin:0 !important;
  color:#41556c !important;
  font-size:15px !important;
  line-height:1.82 !important;
}

@media (max-width:900px){
  .mp-contact-info-grid--hero{
    grid-template-columns:1fr !important;
  }
}
@media (max-width:620px){
  .mp-contact-info-grid--hero{
    gap:20px !important;
    margin-top:26px !important;
  }
  .mp-contact-info-item--alt{
    padding:52px 20px 22px !important;
  }
  .mp-contact-info-badge{
    width:56px !important;
    height:56px !important;
    top:-20px !important;
  }
  .mp-contact-info-badge svg{
    width:22px !important;
    height:22px !important;
  }
}


/* v7.9.51 — formulaire à côté de la map, full width */
.mp-contact-v51 .mp-contact-main-section{
  padding:18px 0 60px !important;
  background:#ffffff !important;
}
.mp-contact-v51 .mp-contact-main-grid{
  max-width:1320px !important;
  width:100% !important;
  display:grid !important;
  grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr) !important;
  gap:26px !important;
  align-items:start !important;
}
.mp-contact-v51 .mp-contact-map-col,
.mp-contact-v51 .mp-form-card--contact-side{
  min-width:0 !important;
}
.mp-contact-v51 .mp-contact-map-card{
  max-width:none !important;
  margin:0 0 18px !important;
}
.mp-contact-v51 .mp-contact-map-card iframe{
  height:560px !important;
}
.mp-contact-v51 .mp-contact-map-link-wrap{
  max-width:none !important;
  margin:0 !important;
  justify-content:flex-start !important;
}
.mp-contact-v51 .mp-form-card--contact-side{
  max-width:none !important;
  margin:0 !important;
  min-height:100% !important;
  padding:34px !important;
  border-radius:28px !important;
  border:1px solid rgba(39,170,225,.14) !important;
  background:
    radial-gradient(circle at 95% 0%,rgba(39,170,225,.06) 0,rgba(39,170,225,0) 28%),
    linear-gradient(180deg,#ffffff 0%,#f8fbfe 100%) !important;
  box-shadow:0 20px 48px rgba(39,170,225,.09), 0 8px 20px rgba(16,34,53,.04) !important;
}
.mp-contact-v51 .mp-form-card--contact-side .wpforms-container{
  margin-top:18px !important;
}
.mp-contact-v51 .mp-form-card--contact-side .wpforms-field{
  padding:8px 0 !important;
}
.mp-contact-v51 .mp-form-card--contact-side textarea,
.mp-contact-v51 .mp-form-card--contact-side .wpforms-field textarea{
  min-height:150px !important;
}

@media (max-width:1100px){
  .mp-contact-v51 .mp-contact-main-grid{
    grid-template-columns:1fr !important;
  }
  .mp-contact-v51 .mp-contact-map-card iframe{
    height:430px !important;
  }
}
@media (max-width:620px){
  .mp-contact-v51 .mp-contact-main-section{
    padding:10px 0 44px !important;
  }
  .mp-contact-v51 .mp-contact-map-card{
    padding:6px !important;
    border-radius:22px !important;
  }
  .mp-contact-v51 .mp-contact-map-card iframe{
    height:300px !important;
    border-radius:16px !important;
  }
  .mp-contact-v51 .mp-form-card--contact-side{
    padding:24px !important;
    border-radius:22px !important;
  }
}


/* v7.9.52 — formulaire à gauche, map à droite, alignement des blocs */
.mp-contact-v52 .mp-contact-info-grid--hero,
.mp-contact-v52 .mp-contact-main-grid{
  max-width:1320px !important;
  width:100% !important;
}

.mp-contact-v52 .mp-contact-info-grid--hero{
  margin:34px auto 0 !important;
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0,1fr)) !important;
  gap:26px !important;
}

.mp-contact-v52 .mp-contact-main-section{
  padding:18px 0 60px !important;
  background:#ffffff !important;
}
.mp-contact-v52 .mp-contact-main-grid{
  display:grid !important;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr) !important;
  gap:26px !important;
  align-items:stretch !important;
  margin:0 auto !important;
}

.mp-contact-v52 .mp-form-card--contact-side,
.mp-contact-v52 .mp-contact-map-col{
  min-width:0 !important;
}
.mp-contact-v52 .mp-form-card--contact-side{
  max-width:none !important;
  margin:0 !important;
  min-height:100% !important;
  height:100% !important;
  padding:34px !important;
  border-radius:28px !important;
  border:1px solid rgba(39,170,225,.14) !important;
  background:
    radial-gradient(circle at 95% 0%,rgba(39,170,225,.06) 0,rgba(39,170,225,0) 28%),
    linear-gradient(180deg,#ffffff 0%,#f8fbfe 100%) !important;
  box-shadow:0 20px 48px rgba(39,170,225,.09), 0 8px 20px rgba(16,34,53,.04) !important;
}
.mp-contact-v52 .mp-form-card--contact-side .wpforms-container{
  margin-top:18px !important;
}
.mp-contact-v52 .mp-form-card--contact-side .wpforms-field{
  padding:8px 0 !important;
}
.mp-contact-v52 .mp-form-card--contact-side textarea,
.mp-contact-v52 .mp-form-card--contact-side .wpforms-field textarea{
  min-height:150px !important;
}

.mp-contact-v52 .mp-contact-map-col{
  display:flex !important;
}
.mp-contact-v52 .mp-contact-map-card{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:8px !important;
  border-radius:28px !important;
  background:#ffffff !important;
  border:1px solid rgba(39,170,225,.14) !important;
  box-shadow:0 18px 42px rgba(39,170,225,.10), 0 8px 20px rgba(16,34,53,.05) !important;
  overflow:hidden !important;
}
.mp-contact-v52 .mp-contact-map-card iframe{
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:560px !important;
  border-radius:20px !important;
}

@media (max-width:1100px){
  .mp-contact-v52 .mp-contact-info-grid--hero{
    grid-template-columns:1fr !important;
  }
  .mp-contact-v52 .mp-contact-main-grid{
    grid-template-columns:1fr !important;
  }
  .mp-contact-v52 .mp-contact-map-card iframe{
    min-height:430px !important;
  }
}
@media (max-width:620px){
  .mp-contact-v52 .mp-contact-main-section{
    padding:10px 0 44px !important;
  }
  .mp-contact-v52 .mp-contact-info-grid--hero{
    gap:20px !important;
    margin-top:26px !important;
  }
  .mp-contact-v52 .mp-form-card--contact-side{
    padding:24px !important;
    border-radius:22px !important;
  }
  .mp-contact-v52 .mp-contact-map-card{
    padding:6px !important;
    border-radius:22px !important;
  }
  .mp-contact-v52 .mp-contact-map-card iframe{
    min-height:300px !important;
    border-radius:16px !important;
  }
}


/* v7.9.53 — Contact page style comme la maquette validée */
.mp-contact-preview-style{
  background:#ffffff !important;
  color:#102235 !important;
}
.mp-contact-visual-hero{
  position:relative !important;
  min-height:300px !important;
  display:flex !important;
  align-items:center !important;
  background-size:cover !important;
  background-position:center center !important;
  overflow:hidden !important;
}
.mp-contact-visual-hero::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:
    radial-gradient(circle at 20% 65%,rgba(39,170,225,.16) 0,rgba(39,170,225,0) 18%),
    linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,0)) !important;
  pointer-events:none !important;
}
.mp-contact-visual-hero::after{
  content:"" !important;
  position:absolute !important;
  right:-34px !important;
  bottom:30px !important;
  width:120px !important;
  height:42px !important;
  transform:skewX(-34deg) !important;
  background:#27aae1 !important;
  opacity:.88 !important;
  box-shadow:-38px 72px 0 rgba(39,170,225,.55) !important;
}
.mp-contact-visual-hero .mp-container{
  position:relative !important;
  z-index:2 !important;
}
.mp-contact-visual-hero__content{
  max-width:720px !important;
}
.mp-contact-visual-hero h1{
  margin:0 0 16px !important;
  color:#ffffff !important;
  font-size:clamp(38px,4.4vw,62px) !important;
  line-height:1.02 !important;
  letter-spacing:-.055em !important;
  font-weight:950 !important;
  text-shadow:0 12px 28px rgba(0,0,0,.24) !important;
}
.mp-contact-breadcrumb{
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  color:rgba(255,255,255,.88) !important;
  font-size:15px !important;
  line-height:1.2 !important;
}
.mp-contact-breadcrumb a{
  color:#ffffff !important;
  text-decoration:none !important;
}
.mp-contact-breadcrumb span{
  opacity:.75 !important;
}
.mp-contact-breadcrumb strong{
  color:#ffffff !important;
  font-weight:700 !important;
}

.mp-contact-cards-section{
  padding:64px 0 26px !important;
  background:#ffffff !important;
}
.mp-contact-info-grid--preview{
  max-width:1160px !important;
  margin:0 auto !important;
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:24px !important;
}
.mp-contact-info-grid--preview .mp-contact-info-item--alt{
  position:relative !important;
  min-height:154px !important;
  padding:56px 28px 26px !important;
  text-align:center !important;
  border:1px solid rgba(16,34,53,.14) !important;
  border-radius:4px !important;
  background:#ffffff !important;
  box-shadow:none !important;
}
.mp-contact-info-grid--preview .mp-contact-info-badge{
  position:absolute !important;
  left:50% !important;
  top:-34px !important;
  transform:translateX(-50%) rotate(45deg) !important;
  width:68px !important;
  height:68px !important;
  border-radius:7px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:linear-gradient(180deg,#4aa8e8 0%,#2e8fd2 100%) !important;
  box-shadow:0 12px 24px rgba(39,170,225,.22) !important;
}
.mp-contact-info-grid--preview .mp-contact-info-badge svg{
  width:25px !important;
  height:25px !important;
  color:#ffffff !important;
  fill:currentColor !important;
  transform:rotate(-45deg) !important;
}
.mp-contact-info-grid--preview h3{
  margin:0 0 14px !important;
  color:#111827 !important;
  font-size:18px !important;
  line-height:1.25 !important;
  font-weight:900 !important;
}
.mp-contact-info-grid--preview p{
  margin:0 !important;
  color:#38465a !important;
  font-size:15px !important;
  line-height:1.75 !important;
}

.mp-contact-form-map-section{
  padding:10px 0 72px !important;
  background:#ffffff !important;
}
.mp-contact-form-map-card{
  max-width:1160px !important;
  margin:0 auto !important;
  padding:28px !important;
  border:1px solid rgba(16,34,53,.09) !important;
  border-radius:6px !important;
  background:#ffffff !important;
  box-shadow:0 10px 34px rgba(16,34,53,.10) !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1.05fr) !important;
  gap:36px !important;
  align-items:stretch !important;
}
.mp-contact-form-col{
  min-width:0 !important;
}
.mp-contact-form-col .mp-kicker{
  margin-bottom:10px !important;
}
.mp-contact-form-col h2{
  margin:0 0 8px !important;
  color:#111827 !important;
  font-size:26px !important;
  line-height:1.15 !important;
  letter-spacing:-.025em !important;
  font-weight:950 !important;
}
.mp-contact-form-col h2::after{
  content:"" !important;
  display:block !important;
  width:38px !important;
  height:3px !important;
  background:#2e8fd2 !important;
  margin:14px 0 0 !important;
  border-radius:99px !important;
}
.mp-contact-form-col .mp-form-card__lead{
  margin:12px 0 16px !important;
  color:#617285 !important;
  font-size:14px !important;
  line-height:1.7 !important;
}

/* WPForms - style propre comme maquette */
.mp-contact-form-col .wpforms-container{
  margin:0 !important;
}
.mp-contact-form-col .wpforms-field{
  padding:7px 0 !important;
}
.mp-contact-form-col .wpforms-field-label{
  display:none !important;
}
.mp-contact-form-col input[type=text],
.mp-contact-form-col input[type=email],
.mp-contact-form-col input[type=tel],
.mp-contact-form-col input[type=number],
.mp-contact-form-col select,
.mp-contact-form-col textarea,
.mp-contact-form-col .wpforms-field input,
.mp-contact-form-col .wpforms-field select,
.mp-contact-form-col .wpforms-field textarea{
  width:100% !important;
  min-height:46px !important;
  border-radius:4px !important;
  border:1px solid rgba(16,34,53,.14) !important;
  background:#ffffff !important;
  color:#102235 !important;
  box-shadow:none !important;
  padding:12px 14px !important;
  font-size:14px !important;
}
.mp-contact-form-col textarea,
.mp-contact-form-col .wpforms-field textarea{
  min-height:150px !important;
}
.mp-contact-form-col input:focus,
.mp-contact-form-col select:focus,
.mp-contact-form-col textarea:focus{
  border-color:#2e8fd2 !important;
  box-shadow:0 0 0 3px rgba(46,143,210,.12) !important;
  outline:none !important;
}
.mp-contact-form-col .wpforms-submit,
.mp-contact-form-col button[type=submit]{
  border:none !important;
  border-radius:4px !important;
  background:linear-gradient(180deg,#347fd0 0%,#206bb8 100%) !important;
  color:#ffffff !important;
  padding:13px 22px !important;
  font-size:14px !important;
  font-weight:800 !important;
  box-shadow:0 10px 20px rgba(32,107,184,.18) !important;
  cursor:pointer !important;
}
.mp-contact-form-col .wpforms-submit:hover,
.mp-contact-form-col button[type=submit]:hover{
  background:#1762aa !important;
}

.mp-contact-form-map-card .mp-contact-map-col{
  min-width:0 !important;
  display:flex !important;
}
.mp-contact-form-map-card .mp-contact-map-card{
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  border-radius:4px !important;
  border:1px solid rgba(16,34,53,.12) !important;
  box-shadow:none !important;
  overflow:hidden !important;
  background:#f8fbfe !important;
}
.mp-contact-form-map-card .mp-contact-map-card iframe{
  width:100% !important;
  height:100% !important;
  min-height:420px !important;
  display:block !important;
  border-radius:4px !important;
}

.mp-form-cta-footer{
  margin:0 !important;
  border-radius:0 !important;
}

@media (max-width:980px){
  .mp-contact-info-grid--preview{
    grid-template-columns:1fr !important;
    gap:46px !important;
  }
  .mp-contact-form-map-card{
    grid-template-columns:1fr !important;
  }
  .mp-contact-form-map-card .mp-contact-map-card iframe{
    min-height:360px !important;
  }
}
@media (max-width:620px){
  .mp-contact-visual-hero{
    min-height:250px !important;
  }
  .mp-contact-cards-section{
    padding:52px 0 24px !important;
  }
  .mp-contact-info-grid--preview .mp-contact-info-item--alt{
    padding:52px 18px 22px !important;
  }
  .mp-contact-form-map-card{
    padding:20px !important;
    gap:22px !important;
  }
  .mp-contact-form-map-card .mp-contact-map-card iframe{
    min-height:300px !important;
  }
}


/* v7.9.54 — correction image hero page contact */
.mp-contact-visual-hero{
  background-repeat:no-repeat !important;
}


/* v7.9.55 — hero contact avec image visible */
.mp-contact-visual-hero,
.mp-contact-visual-hero--image{
  position:relative !important;
  min-height:300px !important;
  display:flex !important;
  align-items:center !important;
  background:#0b2f55 !important;
  background-image:none !important;
  overflow:hidden !important;
}
.mp-contact-hero-img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  opacity:1 !important;
  display:block !important;
  z-index:0 !important;
}
.mp-contact-hero-overlay{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  background:
    linear-gradient(90deg,rgba(8,39,73,.86) 0%,rgba(14,59,96,.62) 44%,rgba(14,59,96,.26) 100%),
    radial-gradient(circle at 18% 66%,rgba(39,170,225,.18) 0,rgba(39,170,225,0) 18%) !important;
  pointer-events:none !important;
}
.mp-contact-visual-hero .mp-container{
  position:relative !important;
  z-index:3 !important;
}
.mp-contact-visual-hero h1{
  color:#ffffff !important;
  text-shadow:0 10px 26px rgba(0,0,0,.35) !important;
}
.mp-contact-breadcrumb,
.mp-contact-breadcrumb a,
.mp-contact-breadcrumb strong{
  color:#ffffff !important;
  text-shadow:0 5px 16px rgba(0,0,0,.28) !important;
}
@media (max-width:620px){
  .mp-contact-visual-hero,
  .mp-contact-visual-hero--image{
    min-height:250px !important;
  }
}


/* v7.9.56 — hero contact style CTA, centered, no text in image */
.mp-contact-visual-hero,
.mp-contact-visual-hero--image{
  position:relative !important;
  min-height:300px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#0d5f87 !important;
  overflow:hidden !important;
}
.mp-contact-hero-img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
  z-index:0 !important;
}
.mp-contact-hero-overlay{
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0)) !important;
  z-index:1 !important;
  pointer-events:none !important;
}
.mp-contact-visual-hero .mp-container{
  position:relative !important;
  z-index:3 !important;
}
.mp-contact-visual-hero__content{
  max-width:980px !important;
  margin:0 auto !important;
  text-align:center !important;
}
.mp-contact-hero-kicker{
  display:inline-block !important;
  margin-bottom:14px !important;
  color:#ffffff !important;
  font-size:14px !important;
  line-height:1 !important;
  letter-spacing:.18em !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
}
.mp-contact-hero-kicker::before{
  content:"" !important;
  display:inline-block !important;
  width:30px !important;
  height:3px !important;
  margin-right:10px !important;
  vertical-align:middle !important;
  border-radius:99px !important;
  background:#7fd6ff !important;
}
.mp-contact-visual-hero h1{
  margin:0 0 16px !important;
  color:#ffffff !important;
  font-size:clamp(42px,4.7vw,66px) !important;
  line-height:1.02 !important;
  letter-spacing:-.055em !important;
  font-weight:950 !important;
  text-shadow:0 12px 28px rgba(0,0,0,.18) !important;
}
.mp-contact-breadcrumb{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:9px !important;
  color:rgba(255,255,255,.95) !important;
  font-size:16px !important;
  line-height:1.2 !important;
  font-weight:600 !important;
}
.mp-contact-breadcrumb a,
.mp-contact-breadcrumb strong{
  color:#ffffff !important;
  text-decoration:none !important;
}
.mp-contact-breadcrumb span{
  opacity:.88 !important;
}
@media (max-width:620px){
  .mp-contact-visual-hero,
  .mp-contact-visual-hero--image{
    min-height:250px !important;
  }
  .mp-contact-visual-hero h1{
    font-size:38px !important;
  }
  .mp-contact-breadcrumb{
    font-size:14px !important;
  }
}


/* v7.9.59 — titre contact plus petit + texte professionnel */
.mp-contact-visual-hero h1{
  font-size:clamp(32px,3.4vw,48px) !important;
  line-height:1.05 !important;
  margin-bottom:12px !important;
  letter-spacing:-.035em !important;
}
.mp-contact-hero-subtitle{
  max-width:680px !important;
  margin:0 auto 16px !important;
  color:rgba(255,255,255,.92) !important;
  font-size:17px !important;
  line-height:1.65 !important;
  font-weight:500 !important;
  text-shadow:0 6px 18px rgba(0,0,0,.18) !important;
}
.mp-contact-breadcrumb{
  font-size:14px !important;
}
@media (max-width:620px){
  .mp-contact-visual-hero h1{
    font-size:32px !important;
  }
  .mp-contact-hero-subtitle{
    font-size:15px !important;
  }
}


/* v7.9.60 — restyle complet du hero contact */
.mp-contact-preview-style .mp-contact-visual-hero--v60{
  position:relative !important;
  min-height:340px !important;
  display:flex !important;
  align-items:center !important;
  overflow:hidden !important;
  background:#0d5f87 !important;
}
.mp-contact-preview-style .mp-contact-visual-hero--v60 .mp-contact-hero-img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
  z-index:0 !important;
}
.mp-contact-preview-style .mp-contact-visual-hero--v60 .mp-contact-hero-shade{
  position:absolute !important;
  inset:0 !important;
  background:
    linear-gradient(90deg, rgba(4,43,67,.30) 0%, rgba(4,43,67,.10) 42%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0)) !important;
  z-index:1 !important;
}
.mp-contact-preview-style .mp-contact-visual-hero--v60 .mp-container{
  position:relative !important;
  z-index:2 !important;
}
.mp-contact-preview-style .mp-contact-hero-panel{
  max-width:640px !important;
  background:rgba(255,255,255,.94) !important;
  backdrop-filter:blur(10px) !important;
  -webkit-backdrop-filter:blur(10px) !important;
  border:1px solid rgba(39,170,225,.16) !important;
  border-radius:28px !important;
  padding:34px 38px !important;
  box-shadow:0 24px 56px rgba(10,38,59,.18), 0 10px 24px rgba(39,170,225,.08) !important;
}
.mp-contact-preview-style .mp-contact-hero-kicker{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  margin-bottom:16px !important;
  color:#27aae1 !important;
  font-size:13px !important;
  line-height:1 !important;
  letter-spacing:.18em !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
}
.mp-contact-preview-style .mp-contact-hero-kicker::before{
  content:"" !important;
  display:inline-block !important;
  width:34px !important;
  height:3px !important;
  border-radius:99px !important;
  background:#27aae1 !important;
}
.mp-contact-preview-style .mp-contact-visual-hero--v60 h1{
  margin:0 0 14px !important;
  color:#102235 !important;
  font-size:clamp(34px,4vw,52px) !important;
  line-height:1.02 !important;
  letter-spacing:-.045em !important;
  font-weight:950 !important;
  text-shadow:none !important;
}
.mp-contact-preview-style .mp-contact-hero-subtitle{
  margin:0 0 18px !important;
  color:#617285 !important;
  font-size:16px !important;
  line-height:1.8 !important;
  font-weight:500 !important;
  text-shadow:none !important;
}
.mp-contact-preview-style .mp-contact-breadcrumb{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  justify-content:flex-start !important;
  margin:0 !important;
  padding:0 !important;
  background:none !important;
  color:#7b8ea4 !important;
  font-size:14px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
}
.mp-contact-preview-style .mp-contact-breadcrumb a,
.mp-contact-preview-style .mp-contact-breadcrumb strong{
  color:#102235 !important;
  text-decoration:none !important;
  background:none !important;
  box-shadow:none !important;
  text-shadow:none !important;
}
.mp-contact-preview-style .mp-contact-breadcrumb span{
  color:#8ea1b6 !important;
}
@media (max-width: 820px){
  .mp-contact-preview-style .mp-contact-visual-hero--v60{
    min-height:300px !important;
  }
  .mp-contact-preview-style .mp-contact-hero-panel{
    padding:26px 24px !important;
    border-radius:22px !important;
  }
  .mp-contact-preview-style .mp-contact-visual-hero--v60 h1{
    font-size:34px !important;
  }
  .mp-contact-preview-style .mp-contact-hero-subtitle{
    font-size:15px !important;
    line-height:1.7 !important;
  }
}
@media (max-width: 560px){
  .mp-contact-preview-style .mp-contact-visual-hero--v60{
    min-height:270px !important;
  }
  .mp-contact-preview-style .mp-contact-hero-panel{
    padding:22px 18px !important;
  }
}


/* v7.9.61 — hero contact centré, sans box ni breadcrumb */
.mp-contact-preview-style .mp-contact-visual-hero--v61{
  position:relative !important;
  min-height:340px !important;
  display:flex !important;
  align-items:center !important;
  overflow:hidden !important;
  background:#0d5f87 !important;
}
.mp-contact-preview-style .mp-contact-visual-hero--v61 .mp-contact-hero-img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
  z-index:0 !important;
}
.mp-contact-preview-style .mp-contact-visual-hero--v61 .mp-contact-hero-shade{
  position:absolute !important;
  inset:0 !important;
  background:
    linear-gradient(180deg, rgba(5,48,73,.16), rgba(5,48,73,.08)) !important;
  z-index:1 !important;
}
.mp-contact-preview-style .mp-contact-visual-hero--v61 .mp-container{
  position:relative !important;
  z-index:2 !important;
}
.mp-contact-preview-style .mp-contact-hero-panel{
  max-width:880px !important;
  margin:0 auto !important;
  padding:0 !important;
  background:transparent !important;
  border:none !important;
  border-radius:0 !important;
  box-shadow:none !important;
  text-align:center !important;
}
.mp-contact-preview-style .mp-contact-hero-kicker{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  margin-bottom:16px !important;
  color:#d8f4ff !important;
  font-size:13px !important;
  line-height:1 !important;
  letter-spacing:.18em !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
}
.mp-contact-preview-style .mp-contact-hero-kicker::before{
  content:"" !important;
  display:inline-block !important;
  width:34px !important;
  height:3px !important;
  border-radius:99px !important;
  background:#8ee0ff !important;
}
.mp-contact-preview-style .mp-contact-visual-hero--v61 h1{
  margin:0 0 14px !important;
  color:#ffffff !important;
  font-size:clamp(34px,4vw,52px) !important;
  line-height:1.02 !important;
  letter-spacing:-.045em !important;
  font-weight:950 !important;
  text-shadow:0 10px 26px rgba(0,0,0,.18) !important;
}
.mp-contact-preview-style .mp-contact-hero-subtitle{
  max-width:760px !important;
  margin:0 auto !important;
  color:rgba(255,255,255,.94) !important;
  font-size:17px !important;
  line-height:1.8 !important;
  font-weight:500 !important;
  text-shadow:0 6px 18px rgba(0,0,0,.14) !important;
}
.mp-contact-preview-style .mp-contact-breadcrumb{
  display:none !important;
}
@media (max-width:820px){
  .mp-contact-preview-style .mp-contact-visual-hero--v61{
    min-height:300px !important;
  }
  .mp-contact-preview-style .mp-contact-visual-hero--v61 h1{
    font-size:34px !important;
  }
  .mp-contact-preview-style .mp-contact-hero-subtitle{
    font-size:15px !important;
    line-height:1.7 !important;
  }
}
@media (max-width:560px){
  .mp-contact-preview-style .mp-contact-visual-hero--v61{
    min-height:270px !important;
  }
}


/* v7.9.62 — nouvelle image background Contact */
.mp-contact-preview-style .mp-contact-visual-hero--v61{
  min-height:340px !important;
  background:#ffffff !important;
}
.mp-contact-preview-style .mp-contact-visual-hero--v61 .mp-contact-hero-img{
  opacity:1 !important;
  object-fit:cover !important;
  object-position:center center !important;
}
.mp-contact-preview-style .mp-contact-visual-hero--v61 .mp-contact-hero-shade{
  background:linear-gradient(90deg,rgba(255,255,255,.88) 0%,rgba(255,255,255,.70) 42%,rgba(255,255,255,.10) 100%) !important;
}
.mp-contact-preview-style .mp-contact-visual-hero--v61 h1{
  color:#061b3a !important;
  text-shadow:none !important;
}
.mp-contact-preview-style .mp-contact-hero-subtitle{
  color:#24364f !important;
  text-shadow:none !important;
}
.mp-contact-preview-style .mp-contact-hero-kicker{
  color:#27aae1 !important;
}
.mp-contact-preview-style .mp-contact-hero-kicker::before{
  background:#27aae1 !important;
}


/* v7.9.63 — contact hero adjusted: no image behind text */
.mp-contact-preview-style .mp-contact-visual-hero--v61{
  min-height:340px !important;
  background:#ffffff !important;
}
.mp-contact-preview-style .mp-contact-visual-hero--v61 .mp-contact-hero-img{
  opacity:1 !important;
  object-fit:cover !important;
  object-position:center center !important;
}
.mp-contact-preview-style .mp-contact-visual-hero--v61 .mp-contact-hero-shade{
  background:linear-gradient(90deg,rgba(255,255,255,.80) 0%,rgba(255,255,255,.58) 48%,rgba(255,255,255,.05) 100%) !important;
}
.mp-contact-preview-style .mp-contact-hero-panel{
  max-width:760px !important;
  margin:0 auto !important;
  transform:translateX(-130px) !important;
}
.mp-contact-preview-style .mp-contact-visual-hero--v61 h1{
  color:#061b3a !important;
  text-shadow:none !important;
  font-size:clamp(34px,3.7vw,50px) !important;
}
.mp-contact-preview-style .mp-contact-hero-subtitle{
  color:#24364f !important;
  text-shadow:none !important;
}
.mp-contact-preview-style .mp-contact-hero-kicker{
  color:#27aae1 !important;
}
.mp-contact-preview-style .mp-contact-hero-kicker::before{
  background:#27aae1 !important;
}
@media (max-width:1100px){
  .mp-contact-preview-style .mp-contact-hero-panel{
    transform:none !important;
    max-width:760px !important;
  }
  .mp-contact-preview-style .mp-contact-visual-hero--v61 .mp-contact-hero-shade{
    background:rgba(255,255,255,.74) !important;
  }
}
@media (max-width:620px){
  .mp-contact-preview-style .mp-contact-visual-hero--v61{
    min-height:280px !important;
  }
}


/* v7.9.64 — background contact gris premium appliqué */
.mp-contact-preview-style .mp-contact-visual-hero--v61{
  min-height:340px !important;
  background:#f7f9fc !important;
}
.mp-contact-preview-style .mp-contact-visual-hero--v61 .mp-contact-hero-img{
  opacity:1 !important;
  object-fit:cover !important;
  object-position:center center !important;
}
.mp-contact-preview-style .mp-contact-visual-hero--v61 .mp-contact-hero-shade{
  background:linear-gradient(90deg,rgba(255,255,255,.62) 0%,rgba(255,255,255,.42) 45%,rgba(255,255,255,.05) 100%) !important;
}
.mp-contact-preview-style .mp-contact-hero-panel{
  max-width:760px !important;
  margin:0 auto !important;
  transform:translateX(-150px) !important;
}
.mp-contact-preview-style .mp-contact-visual-hero--v61 h1{
  color:#061b3a !important;
  text-shadow:none !important;
  font-size:clamp(34px,3.7vw,50px) !important;
}
.mp-contact-preview-style .mp-contact-hero-subtitle{
  color:#24364f !important;
  text-shadow:none !important;
}
.mp-contact-preview-style .mp-contact-hero-kicker{
  color:#27aae1 !important;
}
.mp-contact-preview-style .mp-contact-hero-kicker::before{
  background:#27aae1 !important;
}
@media (max-width:1100px){
  .mp-contact-preview-style .mp-contact-hero-panel{
    transform:none !important;
  }
  .mp-contact-preview-style .mp-contact-visual-hero--v61 .mp-contact-hero-shade{
    background:rgba(255,255,255,.70) !important;
  }
}
@media (max-width:620px){
  .mp-contact-preview-style .mp-contact-visual-hero--v61{
    min-height:280px !important;
  }
}


/* v7.9.65 — contact hero simple background centered text */
.mp-contact-preview-style .mp-contact-visual-hero--v61{
  min-height:340px !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(39,170,225,.10) 0, rgba(39,170,225,.10) 120px, transparent 121px),
    radial-gradient(circle at 88% 18%, rgba(39,170,225,.06) 0, rgba(39,170,225,.06) 210px, transparent 211px),
    linear-gradient(180deg, #f7f8fb 0%, #eef2f6 100%) !important;
  position: relative !important;
  overflow: hidden !important;
}

.mp-contact-preview-style .mp-contact-visual-hero--v61 .mp-contact-hero-img{
  display:none !important;
}

.mp-contact-preview-style .mp-contact-visual-hero--v61 .mp-contact-hero-shade{
  background:none !important;
}

.mp-contact-preview-style .mp-contact-visual-hero--v61::before{
  content:"" !important;
  position:absolute !important;
  left:-40px !important;
  top:35px !important;
  width:170px !important;
  height:170px !important;
  border-top:4px solid rgba(39,170,225,.28) !important;
  border-left:4px solid rgba(39,170,225,.28) !important;
  border-radius:50% !important;
  opacity:.9 !important;
}

.mp-contact-preview-style .mp-contact-visual-hero--v61::after{
  content:"" !important;
  position:absolute !important;
  right:70px !important;
  top:45px !important;
  width:130px !important;
  height:110px !important;
  background-image: radial-gradient(circle, rgba(39,170,225,.75) 1.6px, transparent 1.8px) !important;
  background-size: 22px 22px !important;
  opacity:.55 !important;
}

.mp-contact-preview-style .mp-contact-visual-hero--v61 .mp-container{
  position:relative !important;
  z-index:2 !important;
}

.mp-contact-preview-style .mp-contact-hero-panel{
  max-width:820px !important;
  margin:0 auto !important;
  transform:none !important;
  text-align:center !important;
}

.mp-contact-preview-style .mp-contact-hero-kicker{
  justify-content:center !important;
  color:#27aae1 !important;
}

.mp-contact-preview-style .mp-contact-hero-kicker::before{
  background:#27aae1 !important;
}

.mp-contact-preview-style .mp-contact-visual-hero--v61 h1{
  color:#061b3a !important;
  text-shadow:none !important;
  font-size:clamp(34px,3.8vw,50px) !important;
  line-height:1.04 !important;
  margin:0 0 16px !important;
}

.mp-contact-preview-style .mp-contact-hero-subtitle{
  max-width:760px !important;
  margin:0 auto !important;
  color:#24364f !important;
  text-shadow:none !important;
  font-size:18px !important;
  line-height:1.75 !important;
}

@media (max-width: 900px){
  .mp-contact-preview-style .mp-contact-visual-hero--v61{
    min-height:300px !important;
  }
  .mp-contact-preview-style .mp-contact-visual-hero--v61::after{
    right:18px !important;
    top:30px !important;
    transform:scale(.78) !important;
    transform-origin:top right !important;
  }
}

@media (max-width: 620px){
  .mp-contact-preview-style .mp-contact-visual-hero--v61{
    min-height:260px !important;
  }
  .mp-contact-preview-style .mp-contact-visual-hero--v61::before{
    width:110px !important;
    height:110px !important;
    left:-28px !important;
    top:28px !important;
  }
  .mp-contact-preview-style .mp-contact-visual-hero-subtitle{
    font-size:16px !important;
  }
}


/* v7.9.66 — même style background simple pour À propos, Services et Produits */
.mp-about-small-hero,
.mp-services-small-hero,
.mp-simple-page-hero{
  min-height:340px !important;
  padding:76px 0 70px !important;
  display:flex !important;
  align-items:center !important;
  text-align:center !important;
  position:relative !important;
  overflow:hidden !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(39,170,225,.10) 0, rgba(39,170,225,.10) 120px, transparent 121px),
    radial-gradient(circle at 88% 18%, rgba(39,170,225,.06) 0, rgba(39,170,225,.06) 210px, transparent 211px),
    linear-gradient(180deg, #f7f8fb 0%, #eef2f6 100%) !important;
}

.mp-about-small-hero::before,
.mp-services-small-hero::before,
.mp-simple-page-hero::before{
  content:"" !important;
  position:absolute !important;
  left:-40px !important;
  top:35px !important;
  width:170px !important;
  height:170px !important;
  border-top:4px solid rgba(39,170,225,.28) !important;
  border-left:4px solid rgba(39,170,225,.28) !important;
  border-radius:50% !important;
  opacity:.9 !important;
  pointer-events:none !important;
}

.mp-about-small-hero::after,
.mp-services-small-hero::after,
.mp-simple-page-hero::after{
  content:"" !important;
  position:absolute !important;
  right:70px !important;
  top:45px !important;
  width:130px !important;
  height:110px !important;
  background-image:radial-gradient(circle, rgba(39,170,225,.75) 1.6px, transparent 1.8px) !important;
  background-size:22px 22px !important;
  opacity:.55 !important;
  border:none !important;
  pointer-events:none !important;
}

.mp-about-small-hero .mp-container,
.mp-services-small-hero .mp-container,
.mp-simple-page-hero .mp-container{
  position:relative !important;
  z-index:2 !important;
  max-width:920px !important;
  margin:0 auto !important;
}

.mp-about-small-hero .mp-eyebrow,
.mp-services-small-hero .mp-eyebrow,
.mp-simple-page-hero .mp-eyebrow{
  justify-content:center !important;
  color:#27aae1 !important;
}

.mp-about-small-hero .mp-eyebrow::before,
.mp-services-small-hero .mp-eyebrow::before,
.mp-simple-page-hero .mp-eyebrow::before{
  background:#27aae1 !important;
}

.mp-about-small-hero h1,
.mp-services-small-hero h1,
.mp-simple-page-hero h1{
  margin:14px auto 16px !important;
  max-width:820px !important;
  color:#061b3a !important;
  text-shadow:none !important;
  font-size:clamp(34px,3.8vw,50px) !important;
  line-height:1.04 !important;
  letter-spacing:-.045em !important;
  font-weight:950 !important;
}

.mp-about-small-hero p,
.mp-services-small-hero p,
.mp-simple-page-hero p{
  max-width:760px !important;
  margin:0 auto !important;
  color:#24364f !important;
  text-shadow:none !important;
  font-size:18px !important;
  line-height:1.75 !important;
  font-weight:500 !important;
}

.mp-simple-page-hero--produits + .products-page-section{
  padding-top:60px !important;
}

@media (max-width:900px){
  .mp-about-small-hero,
  .mp-services-small-hero,
  .mp-simple-page-hero{
    min-height:300px !important;
    padding:60px 0 54px !important;
  }
  .mp-about-small-hero::after,
  .mp-services-small-hero::after,
  .mp-simple-page-hero::after{
    right:18px !important;
    top:30px !important;
    transform:scale(.78) !important;
    transform-origin:top right !important;
  }
}

@media (max-width:620px){
  .mp-about-small-hero,
  .mp-services-small-hero,
  .mp-simple-page-hero{
    min-height:260px !important;
    padding:48px 0 44px !important;
  }
  .mp-about-small-hero::before,
  .mp-services-small-hero::before,
  .mp-simple-page-hero::before{
    width:110px !important;
    height:110px !important;
    left:-28px !important;
    top:28px !important;
  }
  .mp-about-small-hero h1,
  .mp-services-small-hero h1,
  .mp-simple-page-hero h1{
    font-size:32px !important;
  }
  .mp-about-small-hero p,
  .mp-services-small-hero p,
  .mp-simple-page-hero p{
    font-size:16px !important;
  }
}


/* v7.9.67 — test hero image background for À propos */
.mp-about-small-hero{
  background-image: url('../images/about-hero-bg-test.png'),
    radial-gradient(circle at 88% 18%, rgba(39,170,225,.10) 0, rgba(39,170,225,.10) 120px, transparent 121px),
    radial-gradient(circle at 88% 18%, rgba(39,170,225,.06) 0, rgba(39,170,225,.06) 210px, transparent 211px),
    linear-gradient(180deg, #f7f8fb 0%, #eef2f6 100%) !important;
  background-size: cover, auto, auto, auto !important;
  background-position: center center, center center, center center, center center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  overflow: hidden !important;
}

.mp-about-small-hero::before{
  border-top:4px solid rgba(39,170,225,.72) !important;
  border-left:4px solid rgba(39,170,225,.72) !important;
}

.mp-about-small-hero::after{
  opacity:.9 !important;
}

.mp-about-small-hero .mp-container{
  position:relative !important;
  z-index:2 !important;
}

.mp-about-small-hero .mp-container::before{
  content:"" !important;
  position:absolute !important;
  inset:-26px -36px !important;
  background:rgba(255,255,255,.34) !important;
  backdrop-filter: blur(3px) !important;
  -webkit-backdrop-filter: blur(3px) !important;
  border-radius:28px !important;
  z-index:-1 !important;
}

.mp-about-small-hero h1{
  color:#061b3a !important;
  text-shadow:none !important;
}

.mp-about-small-hero p{
  color:#24364f !important;
  text-shadow:none !important;
}

@media (max-width: 900px){
  .mp-about-small-hero .mp-container::before{
    inset:-18px -16px !important;
    border-radius:22px !important;
  }
}

@media (max-width: 620px){
  .mp-about-small-hero .mp-container::before{
    inset:-14px -10px !important;
    border-radius:18px !important;
  }
}


/* v7.9.68 — À propos hero: remove ugly box, keep clean readable text */
.mp-about-small-hero{
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,.26) 100%),
    url('../images/about-hero-bg-test.png'),
    radial-gradient(circle at 88% 18%, rgba(39,170,225,.10) 0, rgba(39,170,225,.10) 120px, transparent 121px),
    radial-gradient(circle at 88% 18%, rgba(39,170,225,.06) 0, rgba(39,170,225,.06) 210px, transparent 211px),
    linear-gradient(180deg, #f7f8fb 0%, #eef2f6 100%) !important;
  background-size: cover, cover, auto, auto, auto !important;
  background-position: center center, center center, center center, center center, center center !important;
  background-repeat: no-repeat !important;
}

.mp-about-small-hero .mp-container::before{
  display:none !important;
  content:none !important;
}

.mp-about-small-hero .mp-container{
  max-width:920px !important;
  padding:0 20px !important;
}

.mp-about-small-hero .mp-container::after{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  transform:translate(-50%,-50%) !important;
  width:min(820px, 92%) !important;
  height:220px !important;
  background:radial-gradient(ellipse at center, rgba(255,255,255,.58) 0%, rgba(255,255,255,.30) 48%, rgba(255,255,255,0) 80%) !important;
  filter:blur(6px) !important;
  z-index:-1 !important;
  pointer-events:none !important;
}

.mp-about-small-hero h1{
  color:#061b3a !important;
  text-shadow:0 8px 26px rgba(255,255,255,.22) !important;
}

.mp-about-small-hero p{
  color:#20344f !important;
  text-shadow:0 4px 16px rgba(255,255,255,.20) !important;
}

@media (max-width: 900px){
  .mp-about-small-hero .mp-container::after{
    width:min(92%, 720px) !important;
    height:190px !important;
  }
}

@media (max-width: 620px){
  .mp-about-small-hero .mp-container::after{
    width:94% !important;
    height:170px !important;
    filter:blur(8px) !important;
  }
}


/* v7.9.70 — À propos hero like Contact simple background */
.mp-about-small-hero{
  background:
    radial-gradient(circle at 88% 18%, rgba(39,170,225,.10) 0, rgba(39,170,225,.10) 120px, transparent 121px),
    radial-gradient(circle at 88% 18%, rgba(39,170,225,.06) 0, rgba(39,170,225,.06) 210px, transparent 211px),
    linear-gradient(180deg, #f7f8fb 0%, #eef2f6 100%) !important;
  background-size:auto !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  min-height:340px !important;
  padding:76px 0 70px !important;
  display:flex !important;
  align-items:center !important;
  text-align:center !important;
  position:relative !important;
  overflow:hidden !important;
}

.mp-about-small-hero::before{
  content:"" !important;
  position:absolute !important;
  left:-40px !important;
  top:35px !important;
  width:170px !important;
  height:170px !important;
  border-top:4px solid rgba(39,170,225,.28) !important;
  border-left:4px solid rgba(39,170,225,.28) !important;
  border-radius:50% !important;
  opacity:.9 !important;
  pointer-events:none !important;
}

.mp-about-small-hero::after{
  content:"" !important;
  position:absolute !important;
  right:70px !important;
  top:45px !important;
  width:130px !important;
  height:110px !important;
  background-image:radial-gradient(circle, rgba(39,170,225,.75) 1.6px, transparent 1.8px) !important;
  background-size:22px 22px !important;
  opacity:.55 !important;
  border:none !important;
  pointer-events:none !important;
}

.mp-about-small-hero .mp-container{
  position:relative !important;
  z-index:2 !important;
  max-width:920px !important;
  margin:0 auto !important;
  padding:0 20px !important;
}

.mp-about-small-hero .mp-container::before,
.mp-about-small-hero .mp-container::after{
  display:none !important;
  content:none !important;
}

.mp-about-small-hero .mp-eyebrow{
  justify-content:center !important;
  color:#27aae1 !important;
}

.mp-about-small-hero .mp-eyebrow::before{
  background:#27aae1 !important;
}

.mp-about-small-hero h1{
  margin:14px auto 16px !important;
  max-width:820px !important;
  color:#061b3a !important;
  text-shadow:none !important;
  font-size:clamp(34px,3.8vw,50px) !important;
  line-height:1.04 !important;
  letter-spacing:-.045em !important;
  font-weight:950 !important;
}

.mp-about-small-hero p{
  max-width:760px !important;
  margin:0 auto !important;
  color:#24364f !important;
  text-shadow:none !important;
  font-size:18px !important;
  line-height:1.75 !important;
  font-weight:500 !important;
}

@media (max-width:900px){
  .mp-about-small-hero{
    min-height:300px !important;
    padding:60px 0 54px !important;
  }
  .mp-about-small-hero::after{
    right:18px !important;
    top:30px !important;
    transform:scale(.78) !important;
    transform-origin:top right !important;
  }
}

@media (max-width:620px){
  .mp-about-small-hero{
    min-height:260px !important;
    padding:48px 0 44px !important;
  }
  .mp-about-small-hero::before{
    width:110px !important;
    height:110px !important;
    left:-28px !important;
    top:28px !important;
  }
  .mp-about-small-hero h1{
    font-size:32px !important;
  }
  .mp-about-small-hero p{
    font-size:16px !important;
  }
}


/* v7.9.72 — À propos: toutes les sections dans un seul box */
.mp-about-blocks,
.mp-about-block-card,
.mp-about-text-card,
.mp-about-text-card__intro,
.mp-about-text-card__grid{
  display:none !important;
}

.mp-about-one-box{
  max-width:1120px !important;
  margin:0 auto !important;
  padding:42px !important;
  border-radius:28px !important;
  border:1px solid rgba(39,170,225,.14) !important;
  background:
    radial-gradient(circle at 95% 0%, rgba(39,170,225,.06) 0, rgba(39,170,225,0) 28%),
    linear-gradient(180deg,#ffffff 0%,#f8fbfe 100%) !important;
  box-shadow:0 20px 48px rgba(39,170,225,.09), 0 8px 20px rgba(16,34,53,.04) !important;
}

.mp-about-one-box__section{
  padding:0 !important;
}

.mp-about-one-box__section + .mp-about-one-box__section{
  margin-top:32px !important;
  padding-top:32px !important;
  border-top:1px solid rgba(39,170,225,.14) !important;
}

.mp-about-one-box__section h2{
  margin:12px 0 16px !important;
  color:#102235 !important;
  font-size:clamp(28px,3vw,40px) !important;
  line-height:1.08 !important;
  letter-spacing:-.04em !important;
  font-weight:950 !important;
}

.mp-about-one-box__section p{
  margin:0 0 14px !important;
  color:#617285 !important;
  font-size:15px !important;
  line-height:1.82 !important;
}

.mp-about-one-box__section p:last-child{
  margin-bottom:0 !important;
}

@media (max-width:620px){
  .mp-about-one-box{
    padding:26px !important;
    border-radius:22px !important;
  }
  .mp-about-one-box__section + .mp-about-one-box__section{
    margin-top:26px !important;
    padding-top:26px !important;
  }
}


/* v7.9.73 — À propos hero background same as section below */
.mp-about-small-hero{
  background:
    radial-gradient(circle at 95% 0%, rgba(39,170,225,.06) 0, rgba(39,170,225,0) 28%),
    linear-gradient(180deg,#ffffff 0%,#f8fbfe 100%) !important;
  min-height:320px !important;
  padding:72px 0 58px !important;
  display:flex !important;
  align-items:center !important;
  text-align:center !important;
  position:relative !important;
  overflow:hidden !important;
}

.mp-about-small-hero::before{
  content:"" !important;
  position:absolute !important;
  left:-40px !important;
  top:40px !important;
  width:170px !important;
  height:170px !important;
  border-top:2px solid rgba(39,170,225,.26) !important;
  border-left:2px solid rgba(39,170,225,.26) !important;
  border-radius:50% !important;
  opacity:.9 !important;
  pointer-events:none !important;
}

.mp-about-small-hero::after{
  content:"" !important;
  position:absolute !important;
  right:70px !important;
  top:42px !important;
  width:130px !important;
  height:110px !important;
  background-image:radial-gradient(circle, rgba(39,170,225,.72) 1.6px, transparent 1.8px) !important;
  background-size:22px 22px !important;
  opacity:.52 !important;
  border:none !important;
  pointer-events:none !important;
}

.mp-about-small-hero .mp-container{
  position:relative !important;
  z-index:2 !important;
  max-width:920px !important;
  margin:0 auto !important;
  padding:0 20px !important;
}

.mp-about-small-hero .mp-container::before,
.mp-about-small-hero .mp-container::after{
  display:none !important;
  content:none !important;
}

.mp-about-small-hero .mp-eyebrow{
  justify-content:center !important;
  color:#27aae1 !important;
}

.mp-about-small-hero .mp-eyebrow::before{
  background:#27aae1 !important;
}

.mp-about-small-hero h1{
  margin:14px auto 16px !important;
  max-width:820px !important;
  color:#102235 !important;
  text-shadow:none !important;
  font-size:clamp(34px,3.8vw,50px) !important;
  line-height:1.04 !important;
  letter-spacing:-.045em !important;
  font-weight:950 !important;
}

.mp-about-small-hero p{
  max-width:760px !important;
  margin:0 auto !important;
  color:#617285 !important;
  text-shadow:none !important;
  font-size:18px !important;
  line-height:1.75 !important;
  font-weight:500 !important;
}

@media (max-width:900px){
  .mp-about-small-hero{
    min-height:290px !important;
    padding:58px 0 46px !important;
  }
  .mp-about-small-hero::after{
    right:18px !important;
    top:30px !important;
    transform:scale(.78) !important;
    transform-origin:top right !important;
  }
}

@media (max-width:620px){
  .mp-about-small-hero{
    min-height:250px !important;
    padding:44px 0 38px !important;
  }
  .mp-about-small-hero::before{
    width:110px !important;
    height:110px !important;
    left:-28px !important;
    top:28px !important;
  }
  .mp-about-small-hero h1{
    font-size:32px !important;
  }
  .mp-about-small-hero p{
    font-size:16px !important;
  }
}


/* v7.9.74 — image between Notre identité et Notre histoire in the same box */
.mp-about-one-box__media{
  margin:32px 0 !important;
  padding:32px 0 !important;
  border-top:1px solid rgba(39,170,225,.14) !important;
  border-bottom:1px solid rgba(39,170,225,.14) !important;
}

.mp-about-one-box__media .mp-about-gallery__item{
  margin:0 !important;
}

.mp-about-one-box__media .mp-about-gallery__item img{
  width:100% !important;
  display:block !important;
  border-radius:24px !important;
  border:1px solid rgba(39,170,225,.14) !important;
  box-shadow:0 18px 42px rgba(39,170,225,.10), 0 8px 20px rgba(16,34,53,.05) !important;
}

.mp-about-one-box__media + .mp-about-one-box__section{
  margin-top:0 !important;
  padding-top:0 !important;
  border-top:none !important;
}

@media (max-width:620px){
  .mp-about-one-box__media{
    margin:26px 0 !important;
    padding:26px 0 !important;
  }
  .mp-about-one-box__media .mp-about-gallery__item img{
    border-radius:18px !important;
  }
}


/* v7.9.75 — photo au-dessus de Notre identité */
.mp-about-one-box__media--top{
  margin:0 0 32px !important;
  padding:0 0 32px !important;
  border-top:none !important;
  border-bottom:1px solid rgba(39,170,225,.14) !important;
}

.mp-about-one-box__media--top + .mp-about-one-box__section{
  margin-top:0 !important;
  padding-top:0 !important;
  border-top:none !important;
}

@media (max-width:620px){
  .mp-about-one-box__media--top{
    margin:0 0 26px !important;
    padding:0 0 26px !important;
  }
}


/* v7.9.76 — À propos: image inside box + decorative background outside */
.mp-about-text-only{
  position:relative !important;
  overflow:hidden !important;
  padding:64px 0 96px !important;
  background:
    radial-gradient(circle at 92% 38%, rgba(39,170,225,.09) 0, rgba(39,170,225,.09) 210px, transparent 212px),
    radial-gradient(circle at 92% 38%, rgba(39,170,225,.045) 0, rgba(39,170,225,.045) 330px, transparent 332px),
    linear-gradient(180deg,#ffffff 0%,#f7fbfe 100%) !important;
}

.mp-about-text-only::before{
  content:"" !important;
  position:absolute !important;
  left:-80px !important;
  top:42px !important;
  width:280px !important;
  height:280px !important;
  border-radius:50% !important;
  border-top:2px solid rgba(39,170,225,.20) !important;
  border-left:2px solid rgba(39,170,225,.20) !important;
  pointer-events:none !important;
}

.mp-about-text-only::after{
  content:"" !important;
  position:absolute !important;
  right:72px !important;
  top:110px !important;
  width:150px !important;
  height:118px !important;
  background-image:radial-gradient(circle, rgba(39,170,225,.55) 1.6px, transparent 1.8px) !important;
  background-size:24px 24px !important;
  opacity:.55 !important;
  pointer-events:none !important;
}

.mp-about-text-only > .mp-container{
  position:relative !important;
  z-index:2 !important;
}

.mp-about-one-box{
  max-width:1120px !important;
  margin:0 auto !important;
  padding:32px 42px 42px !important;
  border-radius:28px !important;
  border:1px solid rgba(39,170,225,.14) !important;
  background:rgba(255,255,255,.94) !important;
  box-shadow:0 20px 52px rgba(39,170,225,.10), 0 8px 22px rgba(16,34,53,.045) !important;
  backdrop-filter:blur(6px) !important;
  -webkit-backdrop-filter:blur(6px) !important;
}

.mp-about-one-box__media--top{
  margin:0 0 34px !important;
  padding:0 0 34px !important;
  border-bottom:1px solid rgba(39,170,225,.14) !important;
}

.mp-about-one-box__media--top .mp-about-gallery__item{
  margin:0 !important;
  padding:8px !important;
  border-radius:26px !important;
  background:#ffffff !important;
  border:1px solid rgba(39,170,225,.14) !important;
  box-shadow:0 18px 42px rgba(39,170,225,.10), 0 8px 20px rgba(16,34,53,.05) !important;
}

.mp-about-one-box__media--top .mp-about-gallery__item img{
  width:100% !important;
  height:360px !important;
  object-fit:cover !important;
  object-position:center center !important;
  border-radius:20px !important;
  display:block !important;
}

@media (max-width:900px){
  .mp-about-text-only{
    padding:46px 0 76px !important;
  }
  .mp-about-text-only::after{
    right:18px !important;
    top:60px !important;
    transform:scale(.78) !important;
    transform-origin:top right !important;
  }
  .mp-about-one-box__media--top .mp-about-gallery__item img{
    height:300px !important;
  }
}

@media (max-width:620px){
  .mp-about-text-only{
    padding:34px 0 60px !important;
  }
  .mp-about-text-only::before{
    width:170px !important;
    height:170px !important;
    left:-60px !important;
    top:24px !important;
  }
  .mp-about-one-box{
    padding:22px 22px 28px !important;
    border-radius:22px !important;
  }
  .mp-about-one-box__media--top{
    margin:0 0 26px !important;
    padding:0 0 26px !important;
  }
  .mp-about-one-box__media--top .mp-about-gallery__item{
    padding:6px !important;
    border-radius:20px !important;
  }
  .mp-about-one-box__media--top .mp-about-gallery__item img{
    height:220px !important;
    border-radius:16px !important;
  }
}


/* v7.9.77 — Qui sommes-nous background style like CTA */
.mp-about-small-hero{
  position:relative !important;
  overflow:hidden !important;
  min-height:320px !important;
  padding:78px 0 70px !important;
  display:flex !important;
  align-items:center !important;
  text-align:center !important;
  background:linear-gradient(90deg, #063d5a 0%, #0d6f97 45%, #1aa6d9 100%) !important;
}

.mp-about-small-hero .mp-container{
  position:relative !important;
  z-index:2 !important;
  max-width:920px !important;
  margin:0 auto !important;
  padding:0 20px !important;
}

.mp-about-small-hero .mp-eyebrow{
  justify-content:center !important;
  color:#ffffff !important;
  opacity:.95 !important;
}

.mp-about-small-hero .mp-eyebrow::before{
  background:#7fd8ff !important;
}

.mp-about-small-hero h1{
  color:#ffffff !important;
  margin:14px auto 16px !important;
  max-width:820px !important;
  font-size:clamp(34px, 3.8vw, 56px) !important;
  line-height:1.04 !important;
  letter-spacing:-.045em !important;
  font-weight:950 !important;
  text-shadow:none !important;
}

.mp-about-small-hero p{
  color:rgba(255,255,255,.95) !important;
  max-width:760px !important;
  margin:0 auto !important;
  font-size:18px !important;
  line-height:1.75 !important;
  font-weight:500 !important;
  text-shadow:none !important;
}

/* left top rounded shape */
.mp-about-small-hero::before{
  content:"" !important;
  position:absolute !important;
  left:95px !important;
  top:34px !important;
  width:210px !important;
  height:80px !important;
  border:none !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.05) !important;
  transform:rotate(-10deg) !important;
  pointer-events:none !important;
}

/* dotted pattern right */
.mp-about-small-hero::after{
  content:"" !important;
  position:absolute !important;
  right:72px !important;
  top:48px !important;
  width:150px !important;
  height:118px !important;
  background-image:radial-gradient(circle, rgba(255,255,255,.45) 1.6px, transparent 1.8px) !important;
  background-size:18px 18px !important;
  opacity:.75 !important;
  border:none !important;
  pointer-events:none !important;
}

/* big circles on right */
.mp-about-small-hero .mp-container::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  right:-260px !important;
  top:-150px !important;
  width:620px !important;
  height:620px !important;
  border-radius:50% !important;
  border:34px solid rgba(255,255,255,.08) !important;
  background:transparent !important;
  pointer-events:none !important;
  z-index:-1 !important;
}

.mp-about-small-hero .mp-container::after{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  right:-180px !important;
  top:-90px !important;
  width:470px !important;
  height:470px !important;
  border-radius:50% !important;
  border:26px solid rgba(255,255,255,.06) !important;
  background:transparent !important;
  pointer-events:none !important;
  z-index:-1 !important;
}

@media (max-width:900px){
  .mp-about-small-hero{
    min-height:280px !important;
    padding:58px 0 52px !important;
  }

  .mp-about-small-hero::before{
    left:30px !important;
    top:24px !important;
    width:150px !important;
    height:58px !important;
  }

  .mp-about-small-hero::after{
    right:18px !important;
    top:34px !important;
    transform:scale(.82) !important;
    transform-origin:top right !important;
  }

  .mp-about-small-hero .mp-container::before{
    right:-310px !important;
    top:-170px !important;
  }

  .mp-about-small-hero .mp-container::after{
    right:-230px !important;
    top:-120px !important;
  }
}

@media (max-width:620px){
  .mp-about-small-hero h1{
    font-size:32px !important;
  }

  .mp-about-small-hero p{
    font-size:16px !important;
  }
}


/* v7.9.78 — À propos scroll animations */
.mp-about-clean .mp-reveal{
  opacity:0 !important;
  transform:translateY(28px) !important;
  transition:
    opacity .75s ease,
    transform .75s cubic-bezier(.2,.8,.2,1),
    box-shadow .35s ease !important;
  will-change:opacity, transform !important;
}

.mp-about-clean .mp-reveal.is-visible{
  opacity:1 !important;
  transform:translateY(0) !important;
}

.mp-about-clean .mp-about-small-hero.mp-reveal{
  transform:none !important;
}

.mp-about-clean .mp-about-small-hero .mp-container{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .8s ease .08s, transform .8s cubic-bezier(.2,.8,.2,1) .08s;
}

.mp-about-clean .mp-about-small-hero.is-visible .mp-container{
  opacity:1;
  transform:translateY(0);
}

.mp-about-clean .mp-about-one-box__media.mp-reveal{
  transform:translateY(22px) scale(.985) !important;
}

.mp-about-clean .mp-about-one-box__media.mp-reveal.is-visible{
  transform:translateY(0) scale(1) !important;
}

.mp-about-clean .mp-about-one-box__section.mp-reveal:nth-of-type(2){
  transition-delay:.08s !important;
}

.mp-about-clean .mp-about-one-box__section.mp-reveal:nth-of-type(3){
  transition-delay:.12s !important;
}

.mp-about-clean .mp-about-one-box__section.mp-reveal:nth-of-type(4){
  transition-delay:.16s !important;
}

.mp-about-clean .mp-about-gallery__item img{
  transition:transform .55s ease, filter .55s ease !important;
}

.mp-about-clean .mp-about-gallery__item:hover img{
  transform:scale(1.025) !important;
  filter:saturate(1.06) contrast(1.03) !important;
}

.mp-about-clean .mp-about-small-hero::before{
  animation:mpSoftFloat 8s ease-in-out infinite alternate !important;
}

.mp-about-clean .mp-about-small-hero::after{
  animation:mpDotsFloat 9s ease-in-out infinite alternate !important;
}

.mp-about-clean .mp-about-small-hero .mp-container::before,
.mp-about-clean .mp-about-small-hero .mp-container::after{
  animation:mpCirclePulse 10s ease-in-out infinite alternate !important;
}

@keyframes mpSoftFloat{
  from{ transform:rotate(-10deg) translate3d(0,0,0); }
  to{ transform:rotate(-10deg) translate3d(18px,10px,0); }
}

@keyframes mpDotsFloat{
  from{ transform:translate3d(0,0,0); }
  to{ transform:translate3d(-16px,12px,0); }
}

@keyframes mpCirclePulse{
  from{ opacity:.72; transform:scale(1); }
  to{ opacity:1; transform:scale(1.035); }
}

@media (prefers-reduced-motion: reduce){
  .mp-about-clean .mp-reveal,
  .mp-about-clean .mp-about-small-hero .mp-container,
  .mp-about-clean .mp-about-gallery__item img{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
    animation:none !important;
  }
  .mp-about-clean .mp-about-small-hero::before,
  .mp-about-clean .mp-about-small-hero::after,
  .mp-about-clean .mp-about-small-hero .mp-container::before,
  .mp-about-clean .mp-about-small-hero .mp-container::after{
    animation:none !important;
  }
}


/* v7.9.79 — Services page same complete style as À propos */

/* Hero services same CTA background as Qui sommes-nous */
.mp-services-small-hero{
  position:relative !important;
  overflow:hidden !important;
  min-height:320px !important;
  padding:78px 0 70px !important;
  display:flex !important;
  align-items:center !important;
  text-align:center !important;
  background:linear-gradient(90deg, #063d5a 0%, #0d6f97 45%, #1aa6d9 100%) !important;
}

.mp-services-small-hero .mp-container{
  position:relative !important;
  z-index:2 !important;
  max-width:920px !important;
  margin:0 auto !important;
  padding:0 20px !important;
}

.mp-services-small-hero .mp-eyebrow{
  justify-content:center !important;
  color:#ffffff !important;
  opacity:.95 !important;
}

.mp-services-small-hero .mp-eyebrow::before{
  background:#7fd8ff !important;
}

.mp-services-small-hero h1{
  color:#ffffff !important;
  margin:14px auto 16px !important;
  max-width:820px !important;
  font-size:clamp(34px, 3.8vw, 56px) !important;
  line-height:1.04 !important;
  letter-spacing:-.045em !important;
  font-weight:950 !important;
  text-shadow:none !important;
}

.mp-services-small-hero p{
  color:rgba(255,255,255,.95) !important;
  max-width:760px !important;
  margin:0 auto !important;
  font-size:18px !important;
  line-height:1.75 !important;
  font-weight:500 !important;
  text-shadow:none !important;
}

.mp-services-small-hero::before{
  content:"" !important;
  position:absolute !important;
  left:95px !important;
  top:34px !important;
  width:210px !important;
  height:80px !important;
  border:none !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.05) !important;
  transform:rotate(-10deg) !important;
  pointer-events:none !important;
}

.mp-services-small-hero::after{
  content:"" !important;
  position:absolute !important;
  right:72px !important;
  top:48px !important;
  width:150px !important;
  height:118px !important;
  background-image:radial-gradient(circle, rgba(255,255,255,.45) 1.6px, transparent 1.8px) !important;
  background-size:18px 18px !important;
  opacity:.75 !important;
  border:none !important;
  pointer-events:none !important;
}

.mp-services-small-hero .mp-container::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  right:-260px !important;
  top:-150px !important;
  width:620px !important;
  height:620px !important;
  border-radius:50% !important;
  border:34px solid rgba(255,255,255,.08) !important;
  background:transparent !important;
  pointer-events:none !important;
  z-index:-1 !important;
}

.mp-services-small-hero .mp-container::after{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  right:-180px !important;
  top:-90px !important;
  width:470px !important;
  height:470px !important;
  border-radius:50% !important;
  border:26px solid rgba(255,255,255,.06) !important;
  background:transparent !important;
  pointer-events:none !important;
  z-index:-1 !important;
}

/* Services content background outside the box */
.mp-services-text-only{
  position:relative !important;
  overflow:hidden !important;
  padding:64px 0 96px !important;
  background:
    radial-gradient(circle at 92% 38%, rgba(39,170,225,.09) 0, rgba(39,170,225,.09) 210px, transparent 212px),
    radial-gradient(circle at 92% 38%, rgba(39,170,225,.045) 0, rgba(39,170,225,.045) 330px, transparent 332px),
    linear-gradient(180deg,#ffffff 0%,#f7fbfe 100%) !important;
}

.mp-services-text-only::before{
  content:"" !important;
  position:absolute !important;
  left:-80px !important;
  top:42px !important;
  width:280px !important;
  height:280px !important;
  border-radius:50% !important;
  border-top:2px solid rgba(39,170,225,.20) !important;
  border-left:2px solid rgba(39,170,225,.20) !important;
  pointer-events:none !important;
}

.mp-services-text-only::after{
  content:"" !important;
  position:absolute !important;
  right:72px !important;
  top:110px !important;
  width:150px !important;
  height:118px !important;
  background-image:radial-gradient(circle, rgba(39,170,225,.55) 1.6px, transparent 1.8px) !important;
  background-size:24px 24px !important;
  opacity:.55 !important;
  pointer-events:none !important;
}

.mp-services-text-only > .mp-container{
  position:relative !important;
  z-index:2 !important;
}

.mp-services-one-box{
  max-width:1120px !important;
  margin:0 auto !important;
  padding:32px 42px 42px !important;
  border-radius:28px !important;
  border:1px solid rgba(39,170,225,.14) !important;
  background:rgba(255,255,255,.94) !important;
  box-shadow:0 20px 52px rgba(39,170,225,.10), 0 8px 22px rgba(16,34,53,.045) !important;
  backdrop-filter:blur(6px) !important;
  -webkit-backdrop-filter:blur(6px) !important;
}

.mp-services-one-box__media--top{
  margin:0 0 34px !important;
  padding:0 0 34px !important;
  border-bottom:1px solid rgba(39,170,225,.14) !important;
}

.mp-services-one-box__media--top .mp-services-gallery__item{
  margin:0 !important;
  padding:8px !important;
  border-radius:26px !important;
  background:#ffffff !important;
  border:1px solid rgba(39,170,225,.14) !important;
  box-shadow:0 18px 42px rgba(39,170,225,.10), 0 8px 20px rgba(16,34,53,.05) !important;
}

.mp-services-one-box__media--top .mp-services-gallery__item img{
  width:100% !important;
  height:360px !important;
  object-fit:cover !important;
  object-position:center center !important;
  border-radius:20px !important;
  display:block !important;
}

.mp-services-one-box__section{
  padding:0 !important;
}

.mp-services-one-box__section + .mp-services-one-box__section{
  margin-top:32px !important;
  padding-top:32px !important;
  border-top:1px solid rgba(39,170,225,.14) !important;
}

.mp-services-one-box__section h2{
  margin:12px 0 16px !important;
  color:#102235 !important;
  font-size:clamp(28px,3vw,40px) !important;
  line-height:1.08 !important;
  letter-spacing:-.04em !important;
  font-weight:950 !important;
}

.mp-services-one-box__section p,
.mp-services-points li{
  color:#617285 !important;
  font-size:15px !important;
  line-height:1.82 !important;
}

.mp-services-one-box__section p{
  margin:0 0 14px !important;
}

.mp-services-points{
  margin:18px 0 0 !important;
  padding:0 !important;
  list-style:none !important;
  display:grid !important;
  gap:10px !important;
}

.mp-services-points li{
  position:relative !important;
  padding-left:28px !important;
}

.mp-services-points li::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:10px !important;
  width:10px !important;
  height:10px !important;
  border-radius:999px !important;
  background:#27aae1 !important;
  box-shadow:0 0 0 5px rgba(39,170,225,.13) !important;
}

/* Hide old services styles if still loaded */
.mp-services-hero-image,
.mp-services-blocks,
.mp-services-block-card{
  display:none !important;
}

.mp-services-cta-footer{
  margin:0 !important;
  border-radius:0 !important;
}

/* Services scroll animations */
.mp-services-clean .mp-reveal{
  opacity:0 !important;
  transform:translateY(28px) !important;
  transition:
    opacity .75s ease,
    transform .75s cubic-bezier(.2,.8,.2,1),
    box-shadow .35s ease !important;
  will-change:opacity, transform !important;
}

.mp-services-clean .mp-reveal.is-visible{
  opacity:1 !important;
  transform:translateY(0) !important;
}

.mp-services-clean .mp-services-small-hero.mp-reveal{
  transform:none !important;
}

.mp-services-clean .mp-services-small-hero .mp-container{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .8s ease .08s, transform .8s cubic-bezier(.2,.8,.2,1) .08s;
}

.mp-services-clean .mp-services-small-hero.is-visible .mp-container{
  opacity:1;
  transform:translateY(0);
}

.mp-services-clean .mp-services-one-box__media.mp-reveal{
  transform:translateY(22px) scale(.985) !important;
}

.mp-services-clean .mp-services-one-box__media.mp-reveal.is-visible{
  transform:translateY(0) scale(1) !important;
}

.mp-services-clean .mp-services-gallery__item img{
  transition:transform .55s ease, filter .55s ease !important;
}

.mp-services-clean .mp-services-gallery__item:hover img{
  transform:scale(1.025) !important;
  filter:saturate(1.06) contrast(1.03) !important;
}

.mp-services-clean .mp-services-small-hero::before{
  animation:mpSoftFloat 8s ease-in-out infinite alternate !important;
}

.mp-services-clean .mp-services-small-hero::after{
  animation:mpDotsFloat 9s ease-in-out infinite alternate !important;
}

.mp-services-clean .mp-services-small-hero .mp-container::before,
.mp-services-clean .mp-services-small-hero .mp-container::after{
  animation:mpCirclePulse 10s ease-in-out infinite alternate !important;
}

@media (max-width:900px){
  .mp-services-small-hero{
    min-height:280px !important;
    padding:58px 0 52px !important;
  }

  .mp-services-small-hero::before{
    left:30px !important;
    top:24px !important;
    width:150px !important;
    height:58px !important;
  }

  .mp-services-small-hero::after{
    right:18px !important;
    top:34px !important;
    transform:scale(.82) !important;
    transform-origin:top right !important;
  }

  .mp-services-text-only{
    padding:46px 0 76px !important;
  }

  .mp-services-one-box__media--top .mp-services-gallery__item img{
    height:300px !important;
  }
}

@media (max-width:620px){
  .mp-services-small-hero h1{
    font-size:32px !important;
  }

  .mp-services-small-hero p{
    font-size:16px !important;
  }

  .mp-services-text-only{
    padding:34px 0 60px !important;
  }

  .mp-services-one-box{
    padding:22px 22px 28px !important;
    border-radius:22px !important;
  }

  .mp-services-one-box__media--top{
    margin:0 0 26px !important;
    padding:0 0 26px !important;
  }

  .mp-services-one-box__media--top .mp-services-gallery__item{
    padding:6px !important;
    border-radius:20px !important;
  }

  .mp-services-one-box__media--top .mp-services-gallery__item img{
    height:220px !important;
    border-radius:16px !important;
  }

  .mp-services-one-box__section + .mp-services-one-box__section{
    margin-top:26px !important;
    padding-top:26px !important;
  }
}

@media (prefers-reduced-motion: reduce){
  .mp-services-clean .mp-reveal,
  .mp-services-clean .mp-services-small-hero .mp-container,
  .mp-services-clean .mp-services-gallery__item img{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
    animation:none !important;
  }
}


/* v7.9.82 — Apply Services/À propos style to Contact and Produits */

/* Shared CTA-style hero for Contact + Products */
.mp-contact-style-hero,
.mp-products-style-hero{
  position:relative !important;
  overflow:hidden !important;
  min-height:320px !important;
  padding:78px 0 70px !important;
  display:flex !important;
  align-items:center !important;
  text-align:center !important;
  background:linear-gradient(90deg, #063d5a 0%, #0d6f97 45%, #1aa6d9 100%) !important;
}

.mp-contact-style-hero .mp-container,
.mp-products-style-hero .mp-container{
  position:relative !important;
  z-index:2 !important;
  max-width:920px !important;
  margin:0 auto !important;
  padding:0 20px !important;
}

.mp-contact-style-hero .mp-eyebrow,
.mp-products-style-hero .mp-eyebrow{
  justify-content:center !important;
  color:#ffffff !important;
  opacity:.95 !important;
}

.mp-contact-style-hero .mp-eyebrow::before,
.mp-products-style-hero .mp-eyebrow::before{
  background:#7fd8ff !important;
}

.mp-contact-style-hero h1,
.mp-products-style-hero h1{
  color:#ffffff !important;
  margin:14px auto 16px !important;
  max-width:820px !important;
  font-size:clamp(34px, 3.8vw, 56px) !important;
  line-height:1.04 !important;
  letter-spacing:-.045em !important;
  font-weight:950 !important;
  text-shadow:none !important;
}

.mp-contact-style-hero p,
.mp-products-style-hero p{
  color:rgba(255,255,255,.95) !important;
  max-width:760px !important;
  margin:0 auto !important;
  font-size:18px !important;
  line-height:1.75 !important;
  font-weight:500 !important;
  text-shadow:none !important;
}

/* left soft capsule */
.mp-contact-style-hero::before,
.mp-products-style-hero::before{
  content:"" !important;
  position:absolute !important;
  left:95px !important;
  top:34px !important;
  width:210px !important;
  height:80px !important;
  border:none !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.05) !important;
  transform:rotate(-10deg) !important;
  pointer-events:none !important;
}

/* dotted pattern */
.mp-contact-style-hero::after,
.mp-products-style-hero::after{
  content:"" !important;
  position:absolute !important;
  right:72px !important;
  top:48px !important;
  width:150px !important;
  height:118px !important;
  background-image:radial-gradient(circle, rgba(255,255,255,.45) 1.6px, transparent 1.8px) !important;
  background-size:18px 18px !important;
  opacity:.75 !important;
  border:none !important;
  pointer-events:none !important;
}

/* big circles on right */
.mp-contact-style-hero .mp-container::before,
.mp-products-style-hero .mp-container::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  right:-260px !important;
  top:-150px !important;
  width:620px !important;
  height:620px !important;
  border-radius:50% !important;
  border:34px solid rgba(255,255,255,.08) !important;
  background:transparent !important;
  pointer-events:none !important;
  z-index:-1 !important;
}

.mp-contact-style-hero .mp-container::after,
.mp-products-style-hero .mp-container::after{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  right:-180px !important;
  top:-90px !important;
  width:470px !important;
  height:470px !important;
  border-radius:50% !important;
  border:26px solid rgba(255,255,255,.06) !important;
  background:transparent !important;
  pointer-events:none !important;
  z-index:-1 !important;
}

/* Products section background like Services/À propos */
.mp-products-clean .products-page-section{
  position:relative !important;
  overflow:hidden !important;
  padding:64px 0 96px !important;
  background:
    radial-gradient(circle at 92% 38%, rgba(39,170,225,.09) 0, rgba(39,170,225,.09) 210px, transparent 212px),
    radial-gradient(circle at 92% 38%, rgba(39,170,225,.045) 0, rgba(39,170,225,.045) 330px, transparent 332px),
    linear-gradient(180deg,#ffffff 0%,#f7fbfe 100%) !important;
}

.mp-products-clean .products-page-section::before{
  content:"" !important;
  position:absolute !important;
  left:-80px !important;
  top:42px !important;
  width:280px !important;
  height:280px !important;
  border-radius:50% !important;
  border-top:2px solid rgba(39,170,225,.20) !important;
  border-left:2px solid rgba(39,170,225,.20) !important;
  pointer-events:none !important;
}

.mp-products-clean .products-page-section::after{
  content:"" !important;
  position:absolute !important;
  right:72px !important;
  top:110px !important;
  width:150px !important;
  height:118px !important;
  background-image:radial-gradient(circle, rgba(39,170,225,.55) 1.6px, transparent 1.8px) !important;
  background-size:24px 24px !important;
  opacity:.55 !important;
  pointer-events:none !important;
}

.mp-products-clean .products-page-section > .mp-container{
  position:relative !important;
  z-index:2 !important;
}

/* Keep product cards premium and coherent */
.mp-products-clean .product-card{
  border:1px solid rgba(39,170,225,.14) !important;
  background:rgba(255,255,255,.94) !important;
  box-shadow:0 20px 52px rgba(39,170,225,.10), 0 8px 22px rgba(16,34,53,.045) !important;
  transition:transform .35s ease, box-shadow .35s ease !important;
}

.mp-products-clean .product-card:hover{
  transform:translateY(-6px) !important;
  box-shadow:0 26px 64px rgba(39,170,225,.14), 0 10px 26px rgba(16,34,53,.06) !important;
}

/* Contact content background coherence */
.mp-contact-preview-style .mp-contact-cards-section,
.mp-contact-preview-style .mp-contact-form-map-section{
  background:
    radial-gradient(circle at 92% 38%, rgba(39,170,225,.08) 0, rgba(39,170,225,.08) 210px, transparent 212px),
    linear-gradient(180deg,#ffffff 0%,#f7fbfe 100%) !important;
}

/* Animations for Contact + Products */
.mp-contact-clean .mp-reveal,
.mp-products-clean .mp-reveal{
  opacity:0 !important;
  transform:translateY(28px) !important;
  transition:
    opacity .75s ease,
    transform .75s cubic-bezier(.2,.8,.2,1),
    box-shadow .35s ease !important;
  will-change:opacity, transform !important;
}

.mp-contact-clean .mp-reveal.is-visible,
.mp-products-clean .mp-reveal.is-visible{
  opacity:1 !important;
  transform:translateY(0) !important;
}

.mp-contact-style-hero::before,
.mp-products-style-hero::before{
  animation:mpSoftFloat 8s ease-in-out infinite alternate !important;
}

.mp-contact-style-hero::after,
.mp-products-style-hero::after{
  animation:mpDotsFloat 9s ease-in-out infinite alternate !important;
}

.mp-contact-style-hero .mp-container::before,
.mp-contact-style-hero .mp-container::after,
.mp-products-style-hero .mp-container::before,
.mp-products-style-hero .mp-container::after{
  animation:mpCirclePulse 10s ease-in-out infinite alternate !important;
}

@media (max-width:900px){
  .mp-contact-style-hero,
  .mp-products-style-hero{
    min-height:280px !important;
    padding:58px 0 52px !important;
  }

  .mp-contact-style-hero::before,
  .mp-products-style-hero::before{
    left:30px !important;
    top:24px !important;
    width:150px !important;
    height:58px !important;
  }

  .mp-contact-style-hero::after,
  .mp-products-style-hero::after{
    right:18px !important;
    top:34px !important;
    transform:scale(.82) !important;
    transform-origin:top right !important;
  }

  .mp-products-clean .products-page-section{
    padding:46px 0 76px !important;
  }
}

@media (max-width:620px){
  .mp-contact-style-hero h1,
  .mp-products-style-hero h1{
    font-size:32px !important;
  }

  .mp-contact-style-hero p,
  .mp-products-style-hero p{
    font-size:16px !important;
  }

  .mp-products-clean .products-page-section{
    padding:34px 0 60px !important;
  }
}

@media (prefers-reduced-motion: reduce){
  .mp-contact-clean .mp-reveal,
  .mp-products-clean .mp-reveal{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
    animation:none !important;
  }
}


/* v7.9.83 — FIX: Contact + Produits working hero style */
.mp-contact-style-hero,
.mp-products-style-hero{
  position:relative !important;
  overflow:hidden !important;
  min-height:320px !important;
  padding:78px 0 70px !important;
  display:flex !important;
  align-items:center !important;
  text-align:center !important;
  background:linear-gradient(90deg,#063d5a 0%,#0d6f97 45%,#1aa6d9 100%) !important;
}
.mp-contact-style-hero .mp-container,
.mp-products-style-hero .mp-container{
  position:relative !important;
  z-index:2 !important;
  max-width:920px !important;
  margin:0 auto !important;
  padding:0 20px !important;
}
.mp-contact-style-hero .mp-eyebrow,
.mp-products-style-hero .mp-eyebrow{
  justify-content:center !important;
  color:#ffffff !important;
  opacity:.95 !important;
}
.mp-contact-style-hero .mp-eyebrow::before,
.mp-products-style-hero .mp-eyebrow::before{
  background:#7fd8ff !important;
}
.mp-contact-style-hero h1,
.mp-products-style-hero h1{
  color:#ffffff !important;
  margin:14px auto 16px !important;
  max-width:820px !important;
  font-size:clamp(34px,3.8vw,56px) !important;
  line-height:1.04 !important;
  letter-spacing:-.045em !important;
  font-weight:950 !important;
  text-shadow:none !important;
}
.mp-contact-style-hero p,
.mp-products-style-hero p{
  color:rgba(255,255,255,.95) !important;
  max-width:760px !important;
  margin:0 auto !important;
  font-size:18px !important;
  line-height:1.75 !important;
  font-weight:500 !important;
  text-shadow:none !important;
}
.mp-contact-style-hero::before,
.mp-products-style-hero::before{
  content:"" !important;
  position:absolute !important;
  left:95px !important;
  top:34px !important;
  width:210px !important;
  height:80px !important;
  border:none !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.05) !important;
  transform:rotate(-10deg) !important;
  pointer-events:none !important;
}
.mp-contact-style-hero::after,
.mp-products-style-hero::after{
  content:"" !important;
  position:absolute !important;
  right:72px !important;
  top:48px !important;
  width:150px !important;
  height:118px !important;
  background-image:radial-gradient(circle,rgba(255,255,255,.45) 1.6px,transparent 1.8px) !important;
  background-size:18px 18px !important;
  opacity:.75 !important;
  border:none !important;
  pointer-events:none !important;
}
.mp-contact-style-hero .mp-container::before,
.mp-products-style-hero .mp-container::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  right:-260px !important;
  top:-150px !important;
  width:620px !important;
  height:620px !important;
  border-radius:50% !important;
  border:34px solid rgba(255,255,255,.08) !important;
  background:transparent !important;
  pointer-events:none !important;
  z-index:-1 !important;
}
.mp-contact-style-hero .mp-container::after,
.mp-products-style-hero .mp-container::after{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  right:-180px !important;
  top:-90px !important;
  width:470px !important;
  height:470px !important;
  border-radius:50% !important;
  border:26px solid rgba(255,255,255,.06) !important;
  background:transparent !important;
  pointer-events:none !important;
  z-index:-1 !important;
}
.mp-products-clean .products-page-section{
  position:relative !important;
  overflow:hidden !important;
  padding:64px 0 96px !important;
  background:radial-gradient(circle at 92% 38%,rgba(39,170,225,.09) 0,rgba(39,170,225,.09) 210px,transparent 212px),
             radial-gradient(circle at 92% 38%,rgba(39,170,225,.045) 0,rgba(39,170,225,.045) 330px,transparent 332px),
             linear-gradient(180deg,#ffffff 0%,#f7fbfe 100%) !important;
}
.mp-contact-preview-style .mp-contact-cards-section,
.mp-contact-preview-style .mp-contact-form-map-section{
  background:linear-gradient(180deg,#ffffff 0%,#f7fbfe 100%) !important;
}
@media (max-width:900px){
  .mp-contact-style-hero,.mp-products-style-hero{
    min-height:280px !important;
    padding:58px 0 52px !important;
  }
}
@media (max-width:620px){
  .mp-contact-style-hero h1,.mp-products-style-hero h1{font-size:32px !important;}
  .mp-contact-style-hero p,.mp-products-style-hero p{font-size:16px !important;}
}



/* v7.9.84 — Contact section professional restyle */
.mp-contact-cards-section--pro{
  padding: 20px 0 12px !important;
  background: linear-gradient(180deg,#f8fbfd 0%,#f3f8fb 100%) !important;
}

.mp-contact-info-grid--preview{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:24px !important;
  align-items:stretch !important;
}

.mp-contact-info-item--alt{
  position:relative !important;
  padding:34px 28px 26px !important;
  border-radius:24px !important;
  border:1px solid rgba(39,170,225,.16) !important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%) !important;
  box-shadow:0 16px 42px rgba(18,55,86,.06), 0 8px 20px rgba(39,170,225,.06) !important;
  text-align:center !important;
  overflow:visible !important;
  transition:transform .32s ease, box-shadow .32s ease !important;
}

.mp-contact-info-item--alt:hover{
  transform:translateY(-5px) !important;
  box-shadow:0 24px 54px rgba(18,55,86,.09), 0 12px 28px rgba(39,170,225,.10) !important;
}

.mp-contact-info-item--alt::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  border-radius:24px !important;
  padding:1px !important;
  background:linear-gradient(135deg, rgba(39,170,225,.18), rgba(39,170,225,0), rgba(6,61,90,.06)) !important;
  -webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
  -webkit-mask-composite:xor !important;
          mask-composite:exclude !important;
  pointer-events:none !important;
}

.mp-contact-info-badge{
  width:72px !important;
  height:72px !important;
  margin:0 auto 18px !important;
  border-radius:20px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:linear-gradient(135deg,#27aae1 0%, #118ac2 100%) !important;
  box-shadow:0 14px 26px rgba(39,170,225,.22) !important;
  transform:none !important;
}

.mp-contact-info-badge svg,
.mp-contact-info-badge i{
  width:28px !important;
  height:28px !important;
  color:#fff !important;
  fill:#fff !important;
  stroke:#fff !important;
}

.mp-contact-info-item--alt h3{
  margin:0 0 10px !important;
  font-size:19px !important;
  line-height:1.25 !important;
  font-weight:900 !important;
  color:#102235 !important;
}

.mp-contact-info-item--alt p{
  margin:0 !important;
  font-size:18px !important;
  line-height:1.7 !important;
  color:#425c76 !important;
  word-break:break-word !important;
}

.mp-contact-form-map-section--pro{
  padding: 10px 0 72px !important;
  background: linear-gradient(180deg,#f3f8fb 0%,#ffffff 100%) !important;
}

.mp-contact-form-map-card--pro{
  display:grid !important;
  grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr) !important;
  gap:28px !important;
  align-items:stretch !important;
  padding:28px !important;
  border-radius:28px !important;
  border:1px solid rgba(39,170,225,.14) !important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%) !important;
  box-shadow:0 18px 50px rgba(17,41,64,.08), 0 10px 24px rgba(39,170,225,.06) !important;
}

.mp-contact-form-col{
  padding:10px 8px 6px !important;
}

.mp-kicker{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  margin-bottom:14px !important;
  font-size:14px !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
  font-weight:800 !important;
  color:#118ac2 !important;
}

.mp-kicker::before{
  content:"" !important;
  display:inline-block !important;
  width:38px !important;
  height:3px !important;
  border-radius:999px !important;
  background:#27aae1 !important;
}

.mp-contact-form-col h2{
  margin:0 0 12px !important;
  font-size:clamp(30px,2.5vw,44px) !important;
  line-height:1.08 !important;
  letter-spacing:-.04em !important;
  font-weight:950 !important;
  color:#102235 !important;
}

.mp-form-card__lead{
  margin:0 0 26px !important;
  max-width:560px !important;
  font-size:17px !important;
  line-height:1.8 !important;
  color:#5a7189 !important;
}

.mp-contact-form-col .wpforms-container{
  margin:0 !important;
}

.mp-contact-form-col .wpforms-field-container{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0,1fr)) !important;
  gap:16px !important;
}

.mp-contact-form-col .wpforms-field{
  margin:0 0 2px !important;
}

.mp-contact-form-col .wpforms-field-textarea,
.mp-contact-form-col .wpforms-field-email,
.mp-contact-form-col .wpforms-field-phone,
.mp-contact-form-col .wpforms-field-select,
.mp-contact-form-col .wpforms-field-name{
  grid-column:span 2 !important;
}

.mp-contact-form-col .wpforms-field-name .wpforms-field-row{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:16px !important;
}

.mp-contact-form-col input[type="text"],
.mp-contact-form-col input[type="email"],
.mp-contact-form-col input[type="tel"],
.mp-contact-form-col input[type="number"],
.mp-contact-form-col select,
.mp-contact-form-col textarea{
  width:100% !important;
  min-height:56px !important;
  padding:16px 18px !important;
  border-radius:16px !important;
  border:1px solid rgba(16,34,53,.12) !important;
  background:#f7fbfe !important;
  color:#17324a !important;
  font-size:16px !important;
  line-height:1.5 !important;
  box-shadow:none !important;
  transition:border-color .25s ease, box-shadow .25s ease, background-color .25s ease !important;
}

.mp-contact-form-col textarea{
  min-height:170px !important;
  resize:vertical !important;
}

.mp-contact-form-col input:focus,
.mp-contact-form-col select:focus,
.mp-contact-form-col textarea:focus{
  outline:none !important;
  border-color:#27aae1 !important;
  background:#fff !important;
  box-shadow:0 0 0 4px rgba(39,170,225,.12) !important;
}

.mp-contact-form-col .wpforms-submit-container{
  margin-top:18px !important;
}

.mp-contact-form-col button[type="submit"],
.mp-contact-form-col .wpforms-submit{
  min-width:200px !important;
  min-height:54px !important;
  padding:14px 26px !important;
  border:none !important;
  border-radius:16px !important;
  background:linear-gradient(135deg,#27aae1 0%, #118ac2 100%) !important;
  color:#fff !important;
  font-size:16px !important;
  font-weight:800 !important;
  box-shadow:0 14px 28px rgba(39,170,225,.22) !important;
  transition:transform .25s ease, box-shadow .25s ease, filter .25s ease !important;
}

.mp-contact-form-col button[type="submit"]:hover,
.mp-contact-form-col .wpforms-submit:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 18px 34px rgba(39,170,225,.28) !important;
  filter:brightness(1.03) !important;
}

.mp-contact-map-col{
  min-width:0 !important;
}

.mp-contact-map-card--pro{
  height:100% !important;
  min-height:100% !important;
  overflow:hidden !important;
  border-radius:24px !important;
  border:1px solid rgba(39,170,225,.16) !important;
  box-shadow:0 10px 26px rgba(16,34,53,.07) !important;
  background:#edf6fb !important;
}

.mp-contact-map-card--pro iframe{
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:560px !important;
  border:0 !important;
  filter:saturate(.95) contrast(1.01) !important;
}

@media (max-width: 1100px){
  .mp-contact-form-map-card--pro{
    grid-template-columns:1fr !important;
  }
  .mp-contact-map-card--pro iframe{
    min-height:420px !important;
  }
}

@media (max-width: 860px){
  .mp-contact-info-grid--preview{
    grid-template-columns:1fr !important;
  }
  .mp-contact-form-col .wpforms-field-container{
    grid-template-columns:1fr !important;
  }
  .mp-contact-form-col .wpforms-field-textarea,
  .mp-contact-form-col .wpforms-field-email,
  .mp-contact-form-col .wpforms-field-phone,
  .mp-contact-form-col .wpforms-field-select,
  .mp-contact-form-col .wpforms-field-name{
    grid-column:span 1 !important;
  }
  .mp-contact-form-col .wpforms-field-name .wpforms-field-row{
    grid-template-columns:1fr !important;
  }
  .mp-contact-form-map-card--pro{
    padding:18px !important;
    border-radius:22px !important;
  }
  .mp-contact-form-col h2{
    font-size:34px !important;
  }
}



/* v7.9.85 — Contact top style + full width map */
.mp-contact-page-v7985{
  background: linear-gradient(180deg,#f5f9fc 0%,#ffffff 45%,#f8fbfd 100%) !important;
}

.mp-contact-top-section{
  padding: 42px 0 26px !important;
  background: transparent !important;
}

.mp-contact-top-grid{
  display:grid !important;
  grid-template-columns: minmax(320px,.8fr) minmax(0,1.3fr) !important;
  gap:28px !important;
  align-items:stretch !important;
}

.mp-contact-side-card,
.mp-contact-form-card-v2{
  position:relative !important;
  border-radius:30px !important;
  border:1px solid rgba(16,34,53,.08) !important;
  background: linear-gradient(180deg,#ffffff 0%,#fdfefe 100%) !important;
  box-shadow: 0 16px 44px rgba(20,49,76,.08), 0 8px 20px rgba(39,170,225,.06) !important;
  padding:44px !important;
  overflow:hidden !important;
}

.mp-contact-side-card::before,
.mp-contact-form-card-v2::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  border-radius:30px !important;
  padding:1px !important;
  background:linear-gradient(135deg,rgba(39,170,225,.18),rgba(39,170,225,0),rgba(17,138,194,.08)) !important;
  -webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
  -webkit-mask-composite:xor !important;
          mask-composite:exclude !important;
  pointer-events:none !important;
}

.mp-contact-side-icon,
.mp-contact-form-icon{
  width:56px !important;
  height:56px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:18px !important;
  margin-bottom:22px !important;
  border:1.5px solid #ff5e3a !important;
  color:#ff5e3a !important;
  background:#fff !important;
  box-shadow:0 10px 20px rgba(255,94,58,.10) !important;
}

.mp-contact-side-icon svg,
.mp-contact-form-icon svg{
  width:22px !important;
  height:22px !important;
  color:#ff5e3a !important;
  fill:#ff5e3a !important;
  stroke:#ff5e3a !important;
}

.mp-contact-side-card h2,
.mp-contact-form-card-v2 h2{
  margin:0 0 18px !important;
  font-size: clamp(34px,3vw,48px) !important;
  line-height:1.02 !important;
  letter-spacing:-.05em !important;
  font-weight:950 !important;
  color:#102235 !important;
}

.mp-contact-side-card p{
  margin:0 0 28px !important;
  font-size:18px !important;
  line-height:1.8 !important;
  color:#5d7086 !important;
}

.mp-contact-side-info{
  margin-top:8px !important;
  padding:22px 20px !important;
  border-radius:20px !important;
  background:#fbfbfc !important;
  border:1px solid rgba(16,34,53,.07) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9) !important;
}

.mp-contact-side-label{
  display:block !important;
  margin-bottom:10px !important;
  color:#ff5e3a !important;
  font-size:14px !important;
  font-weight:900 !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
}

.mp-contact-side-info strong{
  font-size:18px !important;
  line-height:1.5 !important;
  color:#102235 !important;
  font-weight:900 !important;
  word-break:break-word !important;
}

.mp-contact-side-mini-list{
  margin-top:22px !important;
  display:grid !important;
  gap:14px !important;
}

.mp-contact-side-mini-item{
  display:flex !important;
  gap:14px !important;
  align-items:flex-start !important;
  padding:16px 18px !important;
  border-radius:18px !important;
  background:#ffffff !important;
  border:1px solid rgba(16,34,53,.07) !important;
}

.mp-mini-icon{
  width:40px !important;
  height:40px !important;
  min-width:40px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:12px !important;
  background:rgba(39,170,225,.10) !important;
  color:#27aae1 !important;
}

.mp-mini-icon svg{
  width:18px !important;
  height:18px !important;
  color:#27aae1 !important;
  fill:#27aae1 !important;
  stroke:#27aae1 !important;
}

.mp-contact-side-mini-item span:not(.mp-mini-icon){
  display:block !important;
  font-size:13px !important;
  text-transform:uppercase !important;
  letter-spacing:.12em !important;
  font-weight:800 !important;
  color:#7d8ea2 !important;
  margin-bottom:4px !important;
}

.mp-contact-side-mini-item strong{
  display:block !important;
  font-size:16px !important;
  line-height:1.55 !important;
  color:#1c3147 !important;
  font-weight:800 !important;
}

.mp-contact-form-wrap .wpforms-container{
  margin:0 !important;
}
.mp-contact-form-wrap .wpforms-field-container{
  display:block !important;
}
.mp-contact-form-wrap .wpforms-field{
  margin-bottom:18px !important;
}
.mp-contact-form-wrap label{
  display:block !important;
  margin:0 0 8px !important;
  font-size:16px !important;
  line-height:1.4 !important;
  font-weight:800 !important;
  color:#16283a !important;
}
.mp-contact-form-wrap input[type="text"],
.mp-contact-form-wrap input[type="email"],
.mp-contact-form-wrap input[type="tel"],
.mp-contact-form-wrap input[type="number"],
.mp-contact-form-wrap select,
.mp-contact-form-wrap textarea{
  width:100% !important;
  min-height:58px !important;
  padding:16px 18px !important;
  border-radius:18px !important;
  border:1.5px solid rgba(16,34,53,.12) !important;
  background:#ffffff !important;
  box-shadow:none !important;
  font-size:16px !important;
  color:#17324a !important;
  transition:border-color .24s ease, box-shadow .24s ease !important;
}
.mp-contact-form-wrap textarea{
  min-height:180px !important;
  resize:vertical !important;
}
.mp-contact-form-wrap input:focus,
.mp-contact-form-wrap select:focus,
.mp-contact-form-wrap textarea:focus{
  outline:none !important;
  border-color:#ff7c5c !important;
  box-shadow:0 0 0 4px rgba(255,94,58,.12) !important;
}
.mp-contact-form-wrap .wpforms-submit-container{
  margin-top:18px !important;
}
.mp-contact-form-wrap button[type="submit"],
.mp-contact-form-wrap .wpforms-submit{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:170px !important;
  min-height:54px !important;
  padding:14px 28px !important;
  border:none !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#ff6a42 0%,#ff5534 100%) !important;
  color:#fff !important;
  font-size:16px !important;
  font-weight:800 !important;
  box-shadow:0 14px 28px rgba(255,94,58,.22) !important;
}
.mp-contact-form-wrap button[type="submit"]:hover,
.mp-contact-form-wrap .wpforms-submit:hover{
  filter:brightness(1.04) !important;
  transform:translateY(-2px) !important;
}
.mp-contact-form-wrap .wpforms-required-label{
  color:#ff5e3a !important;
}

.mp-contact-map-full-section{
  padding: 12px 0 82px !important;
  background: transparent !important;
}
.mp-contact-map-full-card{
  overflow:hidden !important;
  border-radius:30px !important;
  border:1px solid rgba(16,34,53,.08) !important;
  background:#fff !important;
  box-shadow:0 18px 48px rgba(20,49,76,.08) !important;
}
.mp-contact-map-full-card iframe{
  display:block !important;
  width:100% !important;
  height:520px !important;
  border:0 !important;
}

@media (max-width: 1100px){
  .mp-contact-top-grid{
    grid-template-columns:1fr !important;
  }
}
@media (max-width: 767px){
  .mp-contact-side-card,
  .mp-contact-form-card-v2{
    padding:26px !important;
    border-radius:24px !important;
  }
  .mp-contact-side-card h2,
  .mp-contact-form-card-v2 h2{
    font-size:32px !important;
  }
  .mp-contact-map-full-card{
    border-radius:24px !important;
  }
  .mp-contact-map-full-card iframe{
    height:420px !important;
  }
}



/* v7.9.88 — SAFE contact premium style only */
.mp-contact-page-v7985,
.mp-contact-page-v7987{
  background:
    radial-gradient(circle at 16% 12%, rgba(39,170,225,.06) 0, rgba(39,170,225,0) 20%),
    radial-gradient(circle at 86% 10%, rgba(39,170,225,.08) 0, rgba(39,170,225,0) 22%),
    linear-gradient(180deg,#f4f8fb 0%,#ffffff 52%,#f7fbfe 100%) !important;
}

.mp-contact-top-section{
  padding:46px 0 28px !important;
}

.mp-contact-top-grid{
  display:grid !important;
  grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr) !important;
  gap:30px !important;
  align-items:stretch !important;
}

.mp-contact-side-card,
.mp-contact-form-card-v2{
  position:relative !important;
  padding:46px !important;
  border-radius:34px !important;
  border:1px solid rgba(39,170,225,.14) !important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%) !important;
  box-shadow:0 20px 55px rgba(13,40,67,.08), 0 10px 28px rgba(39,170,225,.08) !important;
  overflow:hidden !important;
}

.mp-contact-side-icon,
.mp-contact-form-icon{
  width:62px !important;
  height:62px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin-bottom:24px !important;
  border-radius:20px !important;
  background:linear-gradient(135deg,#1695cf 0%,#27aae1 55%,#55c1ef 100%) !important;
  color:#ffffff !important;
  box-shadow:0 14px 30px rgba(39,170,225,.26) !important;
}

.mp-contact-side-icon svg,
.mp-contact-form-icon svg{
  width:24px !important;
  height:24px !important;
  color:#ffffff !important;
}

.mp-contact-side-card h2,
.mp-contact-form-card-v2 h2{
  margin:0 0 18px !important;
  color:#102235 !important;
  font-size:clamp(30px,2.8vw,42px) !important;
  line-height:1.04 !important;
  letter-spacing:-.05em !important;
  font-weight:950 !important;
}

.mp-contact-side-card p{
  margin:0 0 24px !important;
  color:#5c7188 !important;
  font-size:17px !important;
  line-height:1.85 !important;
}

.mp-contact-side-info,
.mp-contact-side-mini-item{
  border:1px solid rgba(39,170,225,.10) !important;
  background:linear-gradient(180deg,#f8fbfe 0%,#f5f9fc 100%) !important;
  box-shadow:0 10px 22px rgba(39,170,225,.05) !important;
}

.mp-contact-side-info{
  margin-top:12px !important;
  padding:22px !important;
  border-radius:20px !important;
}

.mp-contact-side-label{
  display:block !important;
  margin-bottom:10px !important;
  color:#27aae1 !important;
  font-size:13px !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  font-weight:900 !important;
}

.mp-contact-side-info strong{
  color:#102235 !important;
  font-size:19px !important;
  line-height:1.45 !important;
}

.mp-contact-side-mini-list{
  display:grid !important;
  gap:14px !important;
  margin-top:22px !important;
}

.mp-contact-side-mini-item{
  display:flex !important;
  gap:14px !important;
  align-items:flex-start !important;
  padding:16px 18px !important;
  border-radius:18px !important;
}

.mp-mini-icon{
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:12px !important;
  background:linear-gradient(135deg,rgba(39,170,225,.16),rgba(39,170,225,.08)) !important;
  color:#1a9ed8 !important;
}

.mp-mini-icon svg{
  width:18px !important;
  height:18px !important;
  color:#1a9ed8 !important;
}

.mp-contact-side-mini-item span:not(.mp-mini-icon){
  display:block !important;
  margin-bottom:4px !important;
  color:#7b8da1 !important;
  font-size:13px !important;
  line-height:1.2 !important;
  text-transform:uppercase !important;
  letter-spacing:.12em !important;
  font-weight:800 !important;
}

.mp-contact-side-mini-item strong{
  display:block !important;
  color:#1d3148 !important;
  font-size:15px !important;
  line-height:1.55 !important;
  font-weight:800 !important;
}

.mp-contact-form-wrap input[type="text"],
.mp-contact-form-wrap input[type="email"],
.mp-contact-form-wrap input[type="tel"],
.mp-contact-form-wrap input[type="number"],
.mp-contact-form-wrap select,
.mp-contact-form-wrap textarea{
  width:100% !important;
  min-height:60px !important;
  padding:16px 18px !important;
  border-radius:18px !important;
  border:1.5px solid rgba(39,170,225,.12) !important;
  background:#ffffff !important;
  color:#163149 !important;
  font-size:16px !important;
}

.mp-contact-form-wrap textarea{
  min-height:180px !important;
}

.mp-contact-form-wrap input:focus,
.mp-contact-form-wrap select:focus,
.mp-contact-form-wrap textarea:focus{
  outline:none !important;
  border-color:#27aae1 !important;
  box-shadow:0 0 0 4px rgba(39,170,225,.12) !important;
}

.mp-contact-form-wrap button[type="submit"],
.mp-contact-form-wrap .wpforms-submit{
  min-width:190px !important;
  min-height:56px !important;
  padding:15px 30px !important;
  border:none !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#1497d3 0%,#27aae1 55%,#48b8ea 100%) !important;
  color:#ffffff !important;
  font-size:16px !important;
  font-weight:900 !important;
  box-shadow:0 14px 28px rgba(39,170,225,.26) !important;
}

.mp-contact-map-full-card{
  overflow:hidden !important;
  border-radius:34px !important;
  border:1px solid rgba(39,170,225,.14) !important;
  background:#ffffff !important;
  box-shadow:0 20px 55px rgba(13,40,67,.08), 0 10px 28px rgba(39,170,225,.08) !important;
}

.mp-contact-map-full-card iframe{
  display:block !important;
  width:100% !important;
  height:540px !important;
  border:0 !important;
}

@media (max-width:1100px){
  .mp-contact-top-grid{ grid-template-columns:1fr !important; }
}

@media (max-width:767px){
  .mp-contact-side-card,
  .mp-contact-form-card-v2{
    padding:28px !important;
    border-radius:26px !important;
  }

  .mp-contact-side-card h2,
  .mp-contact-form-card-v2 h2{
    font-size:30px !important;
  }

  .mp-contact-map-full-card{
    border-radius:26px !important;
  }

  .mp-contact-map-full-card iframe{
    height:420px !important;
  }
}


/* v7.9.89 contact info boxes aligned like e-mail box */
.mp-contact-side-mini-list{
  display:grid !important;
  gap:14px !important;
  margin-top:22px !important;
}

.mp-contact-side-info--mini{
  margin-top:0 !important;
}

.mp-contact-side-info--mini .mp-contact-side-label{
  margin-bottom:10px !important;
}

.mp-contact-side-mini-item,
.mp-mini-icon{
  display:none !important;
}


/* v7.9.90 contact cleanup: remove top icons, full-width map, branded badge */
.mp-contact-side-icon,
.mp-contact-form-icon{
  display:none !important;
}

.mp-contact-side-card h2,
.mp-contact-form-card-v2 h2{
  margin-top:0 !important;
}

.mp-contact-map-full-section{
  padding:22px 0 0 !important;
}

.mp-contact-map-full-section .mp-container{
  max-width:100% !important;
  width:100% !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.mp-contact-map-full-card{
  position:relative !important;
  width:100% !important;
  border-left:none !important;
  border-right:none !important;
  border-bottom:none !important;
  border-radius:28px 28px 0 0 !important;
  box-shadow:0 -8px 32px rgba(13,40,67,.06), 0 -2px 14px rgba(39,170,225,.07) !important;
}

.mp-contact-map-full-card iframe{
  height:460px !important;
}

.mp-contact-map-badge{
  position:absolute !important;
  left:50% !important;
  top:24px !important;
  transform:translateX(-50%) !important;
  z-index:3 !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  padding:12px 18px !important;
  border-radius:999px !important;
  background:rgba(16,34,53,.92) !important;
  color:#ffffff !important;
  box-shadow:0 18px 40px rgba(16,34,53,.22) !important;
  backdrop-filter:blur(6px) !important;
}

.mp-contact-map-badge svg{
  width:18px !important;
  height:18px !important;
  color:#27aae1 !important;
}

.mp-contact-map-badge span{
  font-size:13px !important;
  line-height:1 !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
  font-weight:900 !important;
}

@media (max-width:767px){
  .mp-contact-map-full-section{
    padding-top:18px !important;
  }
  .mp-contact-map-full-card{
    border-radius:22px 22px 0 0 !important;
  }
  .mp-contact-map-full-card iframe{
    height:360px !important;
  }
  .mp-contact-map-badge{
    top:16px !important;
    padding:10px 14px !important;
    gap:8px !important;
  }
  .mp-contact-map-badge span{
    font-size:11px !important;
  }
}


/* v7.9.91 contact map zoom + premium info icons */
.mp-contact-side-info--mini{
  position:relative !important;
  padding:24px 24px 22px !important;
}

.mp-contact-mini-icon{
  width:84px !important;
  height:84px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:30px !important;
  background:linear-gradient(135deg,#27aae1 0%,#3ab4e8 100%) !important;
  border:3px solid #ff5c40 !important;
  box-shadow:0 18px 30px rgba(39,170,225,.20) !important;
  color:#ffffff !important;
  margin:0 0 18px !important;
}

.mp-contact-mini-icon svg{
  width:32px !important;
  height:32px !important;
  color:#ffffff !important;
}

.mp-contact-side-info--mini strong{
  font-size:18px !important;
  line-height:1.6 !important;
}

.mp-contact-map-badge{
  display:none !important;
}

.mp-contact-map-full-section{
  padding:18px 0 0 !important;
  margin-bottom:0 !important;
}

.mp-contact-map-full-card{
  position:relative !important;
  overflow:hidden !important;
}

.mp-contact-map-marker{
  position:absolute !important;
  left:50% !important;
  top:53% !important;
  transform:translate(-50%,-100%) !important;
  z-index:4 !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  padding:10px 16px !important;
  border-radius:999px !important;
  background:rgba(16,34,53,.96) !important;
  color:#ffffff !important;
  box-shadow:0 18px 36px rgba(16,34,53,.25) !important;
}

.mp-contact-map-marker::after{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  top:100% !important;
  transform:translateX(-50%) !important;
  border-left:10px solid transparent !important;
  border-right:10px solid transparent !important;
  border-top:14px solid rgba(16,34,53,.96) !important;
}

.mp-contact-map-marker__icon{
  width:28px !important;
  height:28px !important;
  min-width:28px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  background:rgba(39,170,225,.18) !important;
  color:#27aae1 !important;
}

.mp-contact-map-marker__icon svg{
  width:16px !important;
  height:16px !important;
  color:#27aae1 !important;
}

.mp-contact-map-marker span:last-child{
  font-size:12px !important;
  line-height:1 !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
  font-weight:900 !important;
}

@media (max-width:767px){
  .mp-contact-mini-icon{
    width:72px !important;
    height:72px !important;
    border-radius:26px !important;
    margin-bottom:14px !important;
  }
  .mp-contact-mini-icon svg{
    width:28px !important;
    height:28px !important;
  }
  .mp-contact-map-marker{
    top:50% !important;
    padding:9px 12px !important;
    gap:8px !important;
  }
  .mp-contact-map-marker span:last-child{
    font-size:10px !important;
    letter-spacing:.12em !important;
  }
}


/* v7.9.92 remove phone/address mini icons + smaller text */
.mp-contact-side-info--mini{
  padding:20px 24px !important;
}

.mp-contact-side-info--mini .mp-contact-mini-icon{
  display:none !important;
}

.mp-contact-side-info--mini .mp-contact-side-label{
  font-size:13px !important;
  letter-spacing:.20em !important;
  margin-bottom:10px !important;
}

.mp-contact-side-info--mini strong{
  font-size:16px !important;
  line-height:1.55 !important;
  font-weight:800 !important;
}

@media (max-width:767px){
  .mp-contact-side-info--mini{
    padding:18px 18px !important;
  }
  .mp-contact-side-info--mini .mp-contact-side-label{
    font-size:12px !important;
  }
  .mp-contact-side-info--mini strong{
    font-size:15px !important;
  }
}


/* v7.9.93 contact side text cleanup */
.mp-contact-side-card > p{
  display:none !important;
}

.mp-contact-side-card > .mp-contact-side-info{
  padding:20px 24px !important;
}

.mp-contact-side-card > .mp-contact-side-info .mp-contact-side-label{
  font-size:13px !important;
  letter-spacing:.20em !important;
  margin-bottom:10px !important;
}

.mp-contact-side-card > .mp-contact-side-info strong{
  font-size:16px !important;
  line-height:1.55 !important;
  font-weight:800 !important;
  word-break:break-word;
}

@media (max-width:767px){
  .mp-contact-side-card > .mp-contact-side-info{
    padding:18px 18px !important;
  }
  .mp-contact-side-card > .mp-contact-side-info .mp-contact-side-label{
    font-size:12px !important;
  }
  .mp-contact-side-card > .mp-contact-side-info strong{
    font-size:15px !important;
  }
}


/* v7.9.94 contact subscribe + remove topbar social */
.topbar-social{
  display:none !important;
}

.topbar__message{
  padding-right:0 !important;
}

.mp-contact-follow-box{
  margin-top:18px !important;
  padding:22px 24px !important;
  border-radius:22px !important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fcff 100%) !important;
  border:1px solid rgba(39,170,225,.14) !important;
  box-shadow:0 10px 24px rgba(39,170,225,.08) !important;
}

.mp-contact-follow-title{
  display:block !important;
  margin:0 0 14px !important;
  color:#102235 !important;
  font-size:16px !important;
  line-height:1.3 !important;
  font-weight:900 !important;
}

.mp-contact-follow-links{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
}

.mp-contact-follow-link{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  min-height:46px !important;
  padding:10px 16px !important;
  border-radius:999px !important;
  background:#eff8fd !important;
  border:1px solid rgba(39,170,225,.18) !important;
  color:#0f2a42 !important;
  text-decoration:none !important;
  font-size:14px !important;
  font-weight:800 !important;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease !important;
}

.mp-contact-follow-link:hover{
  background:#27aae1 !important;
  color:#ffffff !important;
  box-shadow:0 14px 28px rgba(39,170,225,.22) !important;
  transform:translateY(-2px) !important;
}

.mp-contact-follow-link__icon{
  width:26px !important;
  height:26px !important;
  min-width:26px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  background:#ffffff !important;
  color:#27aae1 !important;
  box-shadow:inset 0 0 0 1px rgba(39,170,225,.14) !important;
}

.mp-contact-follow-link__icon svg{
  width:14px !important;
  height:14px !important;
  fill:currentColor !important;
}

.mp-contact-follow-link:hover .mp-contact-follow-link__icon{
  color:#27aae1 !important;
}

@media (max-width:767px){
  .mp-contact-follow-box{
    padding:18px 18px !important;
  }
  .mp-contact-follow-title{
    font-size:15px !important;
  }
  .mp-contact-follow-link{
    width:100% !important;
    justify-content:center !important;
  }
}



/* v7.9.95 — Contact map actions: Maps + Waze */
.mp-contact-map-actions{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:12px !important;
  flex-wrap:wrap !important;
  margin:0 auto 18px !important;
  padding:0 18px !important;
  position:relative !important;
  z-index:4 !important;
}

.mp-map-action{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:48px !important;
  padding:13px 22px !important;
  border-radius:999px !important;
  text-decoration:none !important;
  font-size:14px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.02em !important;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease !important;
}

.mp-map-action--maps{
  background:linear-gradient(135deg,#1497d3 0%,#27aae1 100%) !important;
  color:#ffffff !important;
  box-shadow:0 14px 28px rgba(39,170,225,.24) !important;
}

.mp-map-action--waze{
  background:#ffffff !important;
  color:#102235 !important;
  border:1px solid rgba(39,170,225,.22) !important;
  box-shadow:0 12px 24px rgba(13,40,67,.08) !important;
}

.mp-map-action:hover{
  transform:translateY(-2px) !important;
}

.mp-map-action--maps:hover{
  color:#ffffff !important;
  box-shadow:0 18px 34px rgba(39,170,225,.30) !important;
}

.mp-map-action--waze:hover{
  background:#eff8fd !important;
  color:#1497d3 !important;
}

.mp-contact-map-full-section{
  padding-top:18px !important;
}

.mp-contact-map-full-section .mp-container{
  max-width:100% !important;
  width:100% !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.mp-contact-map-full-card{
  border-radius:28px 28px 0 0 !important;
}

@media (max-width:767px){
  .mp-contact-map-actions{
    gap:10px !important;
    padding:0 16px !important;
  }

  .mp-map-action{
    width:100% !important;
    max-width:280px !important;
  }
}



/* v7.9.96 — center map actions on card + lower subscribe box */
.mp-contact-follow-box{
  margin-top:30px !important;
}

.mp-contact-map-full-card{
  position:relative !important;
  overflow:hidden !important;
}

.mp-contact-map-actions{
  position:absolute !important;
  left:50% !important;
  top:28px !important;
  transform:translateX(-50%) !important;
  z-index:6 !important;
  width:calc(100% - 40px) !important;
  margin:0 !important;
  padding:0 12px !important;
  justify-content:center !important;
}

.mp-contact-map-marker{
  top:88px !important;
}

@media (max-width:767px){
  .mp-contact-follow-box{
    margin-top:24px !important;
  }

  .mp-contact-map-actions{
    top:18px !important;
    width:calc(100% - 24px) !important;
    padding:0 !important;
  }

  .mp-contact-map-marker{
    top:138px !important;
  }
}



/* v7.9.97 — Map actions icon-only top right */
.mp-contact-map-actions--icons{
  position:absolute !important;
  left:auto !important;
  right:24px !important;
  top:24px !important;
  transform:none !important;
  z-index:8 !important;
  width:auto !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
}

.mp-contact-map-actions--icons .mp-map-action{
  width:52px !important;
  height:52px !important;
  min-width:52px !important;
  min-height:52px !important;
  padding:0 !important;
  border-radius:16px !important;
  font-size:0 !important;
  line-height:0 !important;
  box-shadow:0 12px 26px rgba(16,34,53,.18) !important;
}

.mp-contact-map-actions--icons .mp-map-action svg{
  width:24px !important;
  height:24px !important;
  display:block !important;
}

.mp-contact-map-actions--icons .mp-map-action--maps{
  background:#ffffff !important;
  color:#27aae1 !important;
  border:1px solid rgba(39,170,225,.18) !important;
}

.mp-contact-map-actions--icons .mp-map-action--waze{
  background:#27aae1 !important;
  color:#ffffff !important;
  border:1px solid rgba(39,170,225,.24) !important;
}

.mp-contact-map-actions--icons .mp-map-action:hover{
  transform:translateY(-2px) !important;
}

.mp-contact-map-marker{
  top:52% !important;
}

@media (max-width:767px){
  .mp-contact-map-actions--icons{
    right:14px !important;
    top:14px !important;
    gap:8px !important;
    width:auto !important;
  }

  .mp-contact-map-actions--icons .mp-map-action{
    width:46px !important;
    height:46px !important;
    min-width:46px !important;
    min-height:46px !important;
    border-radius:14px !important;
  }

  .mp-contact-map-actions--icons .mp-map-action svg{
    width:21px !important;
    height:21px !important;
  }

  .mp-contact-map-marker{
    top:52% !important;
  }
}



/* v7.9.98 — Custom contact form style */
.mp-contact-form-wrap{
  margin-top:22px !important;
}

.mp-contact-custom-form{
  display:grid !important;
  gap:18px !important;
  margin:0 !important;
}

.mp-contact-custom-form .mp-form-row{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:18px !important;
}

.mp-contact-custom-form .mp-form-field{
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
}

.mp-contact-custom-form label{
  margin:0 !important;
  color:#102235 !important;
  font-size:14px !important;
  line-height:1.3 !important;
  font-weight:900 !important;
}

.mp-contact-custom-form label span{
  color:#27aae1 !important;
}

.mp-contact-custom-form input,
.mp-contact-custom-form textarea{
  width:100% !important;
  min-height:58px !important;
  padding:15px 18px !important;
  border-radius:18px !important;
  border:1.5px solid rgba(39,170,225,.14) !important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%) !important;
  color:#163149 !important;
  font-size:15px !important;
  line-height:1.5 !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95) !important;
  transition:border-color .22s ease, box-shadow .22s ease, background .22s ease !important;
}

.mp-contact-custom-form textarea{
  min-height:170px !important;
  resize:vertical !important;
}

.mp-contact-custom-form input::placeholder,
.mp-contact-custom-form textarea::placeholder{
  color:#94a7b8 !important;
}

.mp-contact-custom-form input:focus,
.mp-contact-custom-form textarea:focus{
  outline:none !important;
  border-color:#27aae1 !important;
  background:#ffffff !important;
  box-shadow:0 0 0 4px rgba(39,170,225,.12) !important;
}

.mp-contact-submit{
  justify-self:start !important;
  min-height:56px !important;
  padding:15px 28px !important;
  border:0 !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#1497d3 0%,#27aae1 55%,#48b8ea 100%) !important;
  color:#ffffff !important;
  font-size:15px !important;
  line-height:1 !important;
  font-weight:900 !important;
  cursor:pointer !important;
  box-shadow:0 14px 28px rgba(39,170,225,.25) !important;
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease !important;
}

.mp-contact-submit:hover{
  transform:translateY(-2px) !important;
  filter:brightness(1.04) !important;
  box-shadow:0 18px 34px rgba(39,170,225,.32) !important;
}

.mp-contact-form-success{
  margin:0 0 18px !important;
  padding:15px 18px !important;
  border-radius:16px !important;
  border:1px solid rgba(39,170,225,.20) !important;
  background:#eff9fe !important;
  color:#0f5f85 !important;
  font-size:14px !important;
  line-height:1.5 !important;
  font-weight:800 !important;
}

@media (max-width:767px){
  .mp-contact-custom-form .mp-form-row{
    grid-template-columns:1fr !important;
  }

  .mp-contact-submit{
    width:100% !important;
    justify-self:stretch !important;
  }
}



/* v7.9.99 — WPForms contact form + message required style */
.mp-contact-wpforms-wrap{
  margin-top:22px !important;
}

.mp-contact-wpforms-wrap .wpforms-container{
  margin:0 !important;
}

.mp-contact-wpforms-wrap .wpforms-field{
  padding:0 !important;
  margin:0 0 18px !important;
}

.mp-contact-wpforms-wrap .wpforms-field-container{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:18px !important;
}

.mp-contact-wpforms-wrap .wpforms-field-name,
.mp-contact-wpforms-wrap .wpforms-field-email,
.mp-contact-wpforms-wrap .wpforms-field-phone,
.mp-contact-wpforms-wrap .wpforms-field-textarea{
  grid-column:span 2 !important;
}

.mp-contact-wpforms-wrap .wpforms-field-label{
  display:block !important;
  margin:0 0 8px !important;
  color:#102235 !important;
  font-size:14px !important;
  line-height:1.3 !important;
  font-weight:900 !important;
}

.mp-contact-wpforms-wrap .wpforms-required-label{
  color:#27aae1 !important;
  font-weight:900 !important;
}

.mp-contact-wpforms-wrap input[type="text"],
.mp-contact-wpforms-wrap input[type="email"],
.mp-contact-wpforms-wrap input[type="tel"],
.mp-contact-wpforms-wrap input[type="number"],
.mp-contact-wpforms-wrap select,
.mp-contact-wpforms-wrap textarea{
  width:100% !important;
  max-width:100% !important;
  min-height:58px !important;
  padding:15px 18px !important;
  border-radius:18px !important;
  border:1.5px solid rgba(39,170,225,.14) !important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%) !important;
  color:#163149 !important;
  font-size:15px !important;
  line-height:1.5 !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95) !important;
  transition:border-color .22s ease, box-shadow .22s ease, background .22s ease !important;
}

.mp-contact-wpforms-wrap textarea{
  min-height:170px !important;
  resize:vertical !important;
}

.mp-contact-wpforms-wrap input:focus,
.mp-contact-wpforms-wrap select:focus,
.mp-contact-wpforms-wrap textarea:focus{
  outline:none !important;
  border-color:#27aae1 !important;
  background:#ffffff !important;
  box-shadow:0 0 0 4px rgba(39,170,225,.12) !important;
}

.mp-contact-wpforms-wrap .wpforms-submit-container{
  margin:0 !important;
  padding:0 !important;
}

.mp-contact-wpforms-wrap button[type="submit"],
.mp-contact-wpforms-wrap .wpforms-submit{
  min-height:56px !important;
  padding:15px 28px !important;
  border:0 !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#1497d3 0%,#27aae1 55%,#48b8ea 100%) !important;
  color:#ffffff !important;
  font-size:15px !important;
  line-height:1 !important;
  font-weight:900 !important;
  cursor:pointer !important;
  box-shadow:0 14px 28px rgba(39,170,225,.25) !important;
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease !important;
}

.mp-contact-wpforms-wrap button[type="submit"]:hover,
.mp-contact-wpforms-wrap .wpforms-submit:hover{
  transform:translateY(-2px) !important;
  filter:brightness(1.04) !important;
  box-shadow:0 18px 34px rgba(39,170,225,.32) !important;
}

.mp-wpforms-missing{
  padding:16px 18px !important;
  border-radius:16px !important;
  background:#eff9fe !important;
  border:1px solid rgba(39,170,225,.20) !important;
  color:#0f5f85 !important;
  font-size:14px !important;
  font-weight:800 !important;
  line-height:1.6 !important;
}

@media (max-width:767px){
  .mp-contact-wpforms-wrap .wpforms-field-container{
    grid-template-columns:1fr !important;
  }

  .mp-contact-wpforms-wrap .wpforms-field-name,
  .mp-contact-wpforms-wrap .wpforms-field-email,
  .mp-contact-wpforms-wrap .wpforms-field-phone,
  .mp-contact-wpforms-wrap .wpforms-field-textarea{
    grid-column:span 1 !important;
  }

  .mp-contact-wpforms-wrap button[type="submit"],
  .mp-contact-wpforms-wrap .wpforms-submit{
    width:100% !important;
  }
}



/* v7.9.100 — animations réduites sur À propos, Produits et Services */
.mp-about-clean .mp-reveal,
.mp-services-clean .mp-reveal,
.mp-products-clean .mp-reveal{
  opacity:1 !important;
  transform:none !important;
  transition:opacity .25s ease, transform .25s ease, box-shadow .25s ease !important;
  will-change:auto !important;
}

.mp-about-clean .mp-reveal.is-visible,
.mp-services-clean .mp-reveal.is-visible,
.mp-products-clean .mp-reveal.is-visible{
  opacity:1 !important;
  transform:none !important;
}

.mp-about-clean .mp-about-small-hero::before,
.mp-about-clean .mp-about-small-hero::after,
.mp-about-clean .mp-about-small-hero .mp-container::before,
.mp-about-clean .mp-about-small-hero .mp-container::after,
.mp-services-clean .mp-services-small-hero::before,
.mp-services-clean .mp-services-small-hero::after,
.mp-services-clean .mp-services-small-hero .mp-container::before,
.mp-services-clean .mp-services-small-hero .mp-container::after,
.mp-products-clean .mp-products-style-hero::before,
.mp-products-clean .mp-products-style-hero::after,
.mp-products-clean .mp-products-style-hero .mp-container::before,
.mp-products-clean .mp-products-style-hero .mp-container::after{
  animation:none !important;
}

.mp-about-clean .mp-about-small-hero .mp-container,
.mp-services-clean .mp-services-small-hero .mp-container,
.mp-products-clean .mp-products-style-hero .mp-container{
  opacity:1 !important;
  transform:none !important;
  transition:none !important;
}

.mp-about-clean .mp-about-gallery__item:hover img,
.mp-services-clean .mp-services-gallery__item:hover img{
  transform:scale(1.008) !important;
  filter:none !important;
}

.mp-products-clean .product-card:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 18px 42px rgba(39,170,225,.10), 0 8px 20px rgba(16,34,53,.045) !important;
}


/* v7.9.105 — Home slider: only background + colors adapted */
body.home .mp-hero-clean,
body.front-page .mp-hero-clean{
  position: relative !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #0a4468 0%, #106e9f 56%, #27aae1 100%) !important;
}
body.home .mp-hero-clean::before,
body.front-page .mp-hero-clean::before{
  content: "";
  position: absolute;
  left: -120px;
  top: -110px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 74px solid rgba(255,255,255,.09);
  pointer-events: none;
}
body.home .mp-hero-clean::after,
body.front-page .mp-hero-clean::after{
  content: "";
  position: absolute;
  right: 96px;
  top: 84px;
  width: 136px;
  height: 136px;
  pointer-events: none;
  opacity: .42;
  background-image: radial-gradient(rgba(255,255,255,.72) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
}
body.home .mp-hero-clean .hero-slider,
body.front-page .mp-hero-clean .hero-slider{
  background: transparent !important;
}
body.home .mp-hero-clean .hero-clean-copy,
body.front-page .mp-hero-clean .hero-clean-copy{
  position: relative;
  z-index: 3;
}
body.home .mp-hero-clean .hero-clean-title,
body.front-page .mp-hero-clean .hero-clean-title{
  color: #ffffff !important;
  text-shadow: 0 10px 30px rgba(0,0,0,.12) !important;
}
body.home .mp-hero-clean .hero-clean-title span,
body.front-page .mp-hero-clean .hero-clean-title span{
  color: #b9ecff !important;
}
body.home .mp-hero-clean .hero-clean-copy p,
body.front-page .mp-hero-clean .hero-clean-copy p{
  color: rgba(255,255,255,.90) !important;
}
body.home .mp-hero-clean .hero-clean-btn,
body.front-page .mp-hero-clean .hero-clean-btn{
  background: #ffffff !important;
  color: #0f2840 !important;
  box-shadow: 0 18px 34px rgba(8, 28, 44, .18) !important;
}
body.home .mp-hero-clean .hero-clean-btn:hover,
body.front-page .mp-hero-clean .hero-clean-btn:hover{
  background: #eff9ff !important;
  color: #0f2840 !important;
}
body.home .mp-hero-clean .hero-clean-media:before,
body.front-page .mp-hero-clean .hero-clean-media:before{
  background: rgba(255,255,255,.12) !important;
}
body.home .mp-hero-clean .hero-clean-media img,
body.front-page .mp-hero-clean .hero-clean-media img{
  border: 1px solid rgba(255,255,255,.48) !important;
  box-shadow: 0 24px 64px rgba(8, 26, 40, .22) !important;
}
body.home .mp-hero-clean .hero-clean-dots .hero-dot,
body.front-page .mp-hero-clean .hero-clean-dots .hero-dot{
  background: rgba(255,255,255,.32) !important;
}
body.home .mp-hero-clean .hero-clean-dots .hero-dot.is-active,
body.front-page .mp-hero-clean .hero-clean-dots .hero-dot.is-active{
  background: #ffffff !important;
}
body.home .mp-hero-clean .hero-clean-arrows .hero-arrow,
body.front-page .mp-hero-clean .hero-clean-arrows .hero-arrow{
  background: rgba(255,255,255,.16) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,.26) !important;
  box-shadow: 0 12px 30px rgba(7, 22, 33, .18) !important;
}
body.home .mp-hero-clean .hero-clean-arrows .hero-arrow:hover,
body.front-page .mp-hero-clean .hero-clean-arrows .hero-arrow:hover{
  background: #ffffff !important;
  color: #0f2840 !important;
}
@media (max-width: 980px){
  body.home .mp-hero-clean::before,
  body.front-page .mp-hero-clean::before{
    width: 420px;
    height: 420px;
    left: -130px;
    top: -80px;
    border-width: 58px;
  }
  body.home .mp-hero-clean::after,
  body.front-page .mp-hero-clean::after{
    right: 32px;
    top: 54px;
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 640px){
  body.home .mp-hero-clean::before,
  body.front-page .mp-hero-clean::before{
    width: 310px;
    height: 310px;
    left: -120px;
    top: -40px;
    border-width: 42px;
  }
  body.home .mp-hero-clean::after,
  body.front-page .mp-hero-clean::after{
    width: 84px;
    height: 84px;
    right: 18px;
    top: 42px;
    background-size: 14px 14px;
  }
}


/* v7.9.106 — Hero slide fade-in top/bottom animation */
.mp-hero-clean .hero-clean-slide.is-active .hero-clean-title{
  animation: mpHeroFadeFromTop .72s cubic-bezier(.2,.8,.2,1) both !important;
}

.mp-hero-clean .hero-clean-slide.is-active .hero-clean-copy p{
  animation: mpHeroFadeFromBottom .78s cubic-bezier(.2,.8,.2,1) .08s both !important;
}

.mp-hero-clean .hero-clean-slide.is-active .hero-clean-btn{
  animation: mpHeroFadeFromBottom .82s cubic-bezier(.2,.8,.2,1) .16s both !important;
}

.mp-hero-clean .hero-clean-slide.is-active .hero-clean-media{
  animation: mpHeroFadeFromTop .86s cubic-bezier(.2,.8,.2,1) .10s both !important;
}

.mp-hero-clean .hero-clean-slide:not(.is-active) .hero-clean-title,
.mp-hero-clean .hero-clean-slide:not(.is-active) .hero-clean-copy p,
.mp-hero-clean .hero-clean-slide:not(.is-active) .hero-clean-btn,
.mp-hero-clean .hero-clean-slide:not(.is-active) .hero-clean-media{
  animation:none !important;
}

@keyframes mpHeroFadeFromTop{
  from{
    opacity:0;
    transform:translateY(-26px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes mpHeroFadeFromBottom{
  from{
    opacity:0;
    transform:translateY(28px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@media (prefers-reduced-motion: reduce){
  .mp-hero-clean .hero-clean-slide.is-active .hero-clean-title,
  .mp-hero-clean .hero-clean-slide.is-active .hero-clean-copy p,
  .mp-hero-clean .hero-clean-slide.is-active .hero-clean-btn,
  .mp-hero-clean .hero-clean-slide.is-active .hero-clean-media{
    animation:none !important;
  }
}


/* v7.9.111 — Mobile header/topbar + centered slide and next sections */
@media (max-width: 767px){

  /* Top bar mobile: keep only the delivery message */
  .topbar,
  .mp-topbar,
  .site-topbar{
    min-height:34px !important;
    height:auto !important;
  }

  .topbar__inner,
  .topbar__inner--premium,
  .mp-topbar__inner,
  .site-topbar__inner{
    justify-content:center !important;
    text-align:center !important;
    padding:7px 16px !important;
  }

  .topbar__message,
  .mp-topbar__message,
  .site-topbar__message{
    display:block !important;
    width:100% !important;
    padding:0 !important;
    margin:0 auto !important;
    text-align:center !important;
    font-size:12px !important;
    line-height:1.28 !important;
    font-weight:800 !important;
    letter-spacing:.01em !important;
  }

  .topbar__message{
    font-size:0 !important;
  }

  .topbar__message::before{
    content:"Livraison gratuite sur toutes les commandes à Casablanca" !important;
    display:block !important;
    font-size:12px !important;
    line-height:1.28 !important;
    font-weight:800 !important;
    color:inherit !important;
  }

  /* Hide Demander un devis button on mobile header */
  .site-header .mp-btn,
  .site-header .header-cta,
  .site-header .header-actions > a,
  .site-header a[href*="demande-devis"],
  .main-header a[href*="demande-devis"],
  header a[href*="demande-devis"]{
    display:none !important;
  }

  /* Keep menu burger visible */
  .site-header .menu-toggle,
  .site-header .nav-toggle,
  .site-header button[aria-label*="menu"],
  .site-header button[aria-label*="Menu"],
  header .menu-toggle,
  header .nav-toggle{
    display:flex !important;
  }

  /* Center hero slide text mobile */
  body.home .mp-hero-clean .hero-clean-grid,
  body.front-page .mp-hero-clean .hero-clean-grid,
  .mp-hero-clean .hero-clean-grid{
    text-align:center !important;
    justify-items:center !important;
    align-items:center !important;
  }

  body.home .mp-hero-clean .hero-clean-copy,
  body.front-page .mp-hero-clean .hero-clean-copy,
  .mp-hero-clean .hero-clean-copy{
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
    max-width:100% !important;
  }

  body.home .mp-hero-clean .hero-clean-title,
  body.front-page .mp-hero-clean .hero-clean-title,
  .mp-hero-clean .hero-clean-title{
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  body.home .mp-hero-clean .hero-clean-copy p,
  body.front-page .mp-hero-clean .hero-clean-copy p,
  .mp-hero-clean .hero-clean-copy p{
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
    max-width:360px !important;
  }

  body.home .mp-hero-clean .hero-clean-btn,
  body.front-page .mp-hero-clean .hero-clean-btn,
  .mp-hero-clean .hero-clean-btn{
    margin-left:auto !important;
    margin-right:auto !important;
    justify-content:center !important;
  }

  /* Center sections below slider on mobile */
  .about-v5,
  .catalogue-v5,
  .services-v5,
  .cta-v5,
  .home-v5 section{
    text-align:center !important;
  }

  .about-v5__grid,
  .about-v5__content,
  .section-head,
  .section-head--center,
  .services-v5-grid article,
  .universe-v5-card__content{
    text-align:center !important;
  }

  .about-v5__content .mp-eyebrow,
  .section-head .mp-eyebrow{
    margin-left:auto !important;
    margin-right:auto !important;
    justify-content:center !important;
  }

  .about-v5__content .mp-title,
  .about-v5__content .mp-lead,
  .section-head .mp-title,
  .section-head__lead,
  .services-v5 article p,
  .universe-v5-card p{
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .check-list{
    width:max-content !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:left !important;
  }

  .services-v5-grid article{
    justify-items:center !important;
    align-items:center !important;
  }

  .services-v5-grid article > span{
    margin-left:auto !important;
    margin-right:auto !important;
  }
}


/* v7.9.112 — Fix mobile section À propos: no overflow, clean centered text */
@media (max-width: 767px){

  .about-v5{
    overflow:hidden !important;
    padding:54px 0 62px !important;
  }

  .about-v5 .mp-container,
  .about-v5__grid,
  .about-v5__content{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }

  .about-v5__grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:34px !important;
    padding-left:22px !important;
    padding-right:22px !important;
  }

  .about-v5__content{
    order:1 !important;
    text-align:center !important;
  }

  .about-v5__media{
    order:2 !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 auto !important;
  }

  .about-v5__media img{
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    min-height:0 !important;
    object-fit:cover !important;
    border-radius:24px !important;
  }

  .about-v5 .mp-eyebrow{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 auto 18px !important;
    text-align:center !important;
    white-space:normal !important;
    font-size:11px !important;
    line-height:1.35 !important;
    letter-spacing:.16em !important;
  }

  .about-v5 .mp-title{
    display:block !important;
    width:100% !important;
    max-width:360px !important;
    margin:0 auto 18px !important;
    text-align:center !important;
    font-size:clamp(30px, 8.4vw, 38px) !important;
    line-height:1.08 !important;
    letter-spacing:-.045em !important;
    overflow-wrap:break-word !important;
    word-break:normal !important;
    text-wrap:balance !important;
  }

  .about-v5 .mp-title span{
    display:inline !important;
  }

  .about-v5 .mp-lead{
    width:100% !important;
    max-width:350px !important;
    margin:0 auto 24px !important;
    text-align:center !important;
    font-size:16px !important;
    line-height:1.7 !important;
    overflow-wrap:break-word !important;
  }

  .about-v5 .check-list{
    display:grid !important;
    gap:13px !important;
    width:100% !important;
    max-width:355px !important;
    margin:0 auto !important;
    padding:0 !important;
    text-align:left !important;
    list-style:none !important;
  }

  .about-v5 .check-list li{
    display:grid !important;
    grid-template-columns:22px minmax(0,1fr) !important;
    gap:10px !important;
    align-items:start !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
    text-align:left !important;
    font-size:15px !important;
    line-height:1.45 !important;
    white-space:normal !important;
    overflow-wrap:break-word !important;
    word-break:normal !important;
  }

  .about-v5 .check-list li::before{
    grid-column:1 !important;
    margin-top:2px !important;
  }
}

@media (max-width: 390px){
  .about-v5__grid{
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .about-v5 .mp-title{
    max-width:320px !important;
    font-size:30px !important;
  }

  .about-v5 .mp-lead,
  .about-v5 .check-list{
    max-width:320px !important;
  }

  .about-v5 .check-list li{
    font-size:14.5px !important;
  }
}


/* v7.9.113 — Mobile: fix À propos list + smaller titles, keep lower sections natural */
@media (max-width: 767px){

  /* Keep only the hero slide centered; undo forced centering on all lower sections */
  .about-v5,
  .catalogue-v5,
  .services-v5,
  .cta-v5,
  .home-v5 section{
    text-align:initial !important;
  }

  .catalogue-v5 .section-head,
  .catalogue-v5 .section-head--center,
  .services-v5 .section-head,
  .services-v5 .section-head--center{
    text-align:center !important;
  }

  .universe-v5-card__content,
  .services-v5-grid article,
  .services-v5 article p{
    text-align:left !important;
  }

  /* Reduce mobile titles */
  .home-v5 .mp-title,
  .about-v5 .mp-title,
  .catalogue-v5 .mp-title,
  .services-v5 .mp-title,
  .cta-v5 h2{
    font-size:clamp(28px, 7.4vw, 34px) !important;
    line-height:1.12 !important;
    letter-spacing:-.035em !important;
  }

  .about-v5 .mp-title{
    max-width:330px !important;
    text-align:center !important;
  }

  .catalogue-v5 .mp-title,
  .services-v5 .mp-title{
    max-width:360px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
  }

  /* Fix broken checklist letters */
  .about-v5 .check-list{
    display:block !important;
    width:100% !important;
    max-width:360px !important;
    min-width:0 !important;
    margin:0 auto !important;
    padding:0 !important;
    list-style:none !important;
    text-align:left !important;
  }

  .about-v5 .check-list li{
    display:flex !important;
    flex-direction:row !important;
    align-items:flex-start !important;
    gap:10px !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 0 12px !important;
    padding:0 !important;
    text-align:left !important;
    white-space:normal !important;
    word-break:normal !important;
    overflow-wrap:normal !important;
    hyphens:none !important;
    font-size:14.5px !important;
    line-height:1.45 !important;
  }

  .about-v5 .check-list li::before{
    flex:0 0 18px !important;
    width:18px !important;
    min-width:18px !important;
    max-width:18px !important;
    margin:1px 0 0 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .about-v5 .check-list li *{
    min-width:0 !important;
    max-width:100% !important;
    word-break:normal !important;
    overflow-wrap:normal !important;
    hyphens:none !important;
  }

  .about-v5 .mp-lead{
    max-width:340px !important;
    font-size:15px !important;
    line-height:1.65 !important;
    text-align:center !important;
  }

  .about-v5__grid{
    padding-left:20px !important;
    padding-right:20px !important;
  }
}

@media (max-width: 390px){
  .home-v5 .mp-title,
  .about-v5 .mp-title,
  .catalogue-v5 .mp-title,
  .services-v5 .mp-title,
  .cta-v5 h2{
    font-size:27px !important;
  }

  .about-v5 .check-list{
    max-width:315px !important;
  }

  .about-v5 .check-list li{
    font-size:13.8px !important;
    gap:9px !important;
  }
}


/* v7.9.114 — Mobile À propos final: checklist visible + image card cleaned */
@media (max-width: 767px){

  .about-v5{
    padding:48px 0 56px !important;
    overflow:hidden !important;
  }

  .about-v5__grid{
    padding-left:20px !important;
    padding-right:20px !important;
    gap:30px !important;
    overflow:visible !important;
  }

  .about-v5__content{
    width:100% !important;
    max-width:100% !important;
    overflow:visible !important;
  }

  /* Checklist: stop clipping on the left */
  .about-v5 .check-list{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 auto !important;
    padding:0 4px 0 0 !important;
    list-style:none !important;
    overflow:visible !important;
  }

  .about-v5 .check-list li{
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:flex-start !important;
    gap:12px !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 0 14px !important;
    padding:0 !important;
    overflow:visible !important;
    white-space:normal !important;
    word-break:normal !important;
    overflow-wrap:break-word !important;
    hyphens:none !important;
    text-align:left !important;
    font-size:15px !important;
    line-height:1.42 !important;
    font-weight:850 !important;
  }

  .about-v5 .check-list li::before{
    content:"✓" !important;
    position:static !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex:0 0 22px !important;
    width:22px !important;
    height:22px !important;
    min-width:22px !important;
    max-width:22px !important;
    margin:0 !important;
    padding:0 !important;
    border-radius:50% !important;
    background:rgba(39,170,225,.12) !important;
    color:#20a7df !important;
    font-size:13px !important;
    line-height:1 !important;
    font-weight:950 !important;
    transform:none !important;
  }

  .about-v5 .check-list li span,
  .about-v5 .check-list li strong,
  .about-v5 .check-list li em{
    min-width:0 !important;
    max-width:100% !important;
    white-space:normal !important;
    word-break:normal !important;
    overflow-wrap:break-word !important;
  }

  /* Image card: remove the large empty white bottom */
  .about-v5__media{
    width:100% !important;
    max-width:100% !important;
    margin:4px auto 0 !important;
    padding:10px !important;
    border-radius:28px !important;
    background:#ffffff !important;
    box-shadow:0 18px 42px rgba(16,34,53,.10) !important;
    overflow:hidden !important;
  }

  .about-v5__media img{
    display:block !important;
    width:100% !important;
    height:320px !important;
    max-height:320px !important;
    min-height:0 !important;
    object-fit:cover !important;
    object-position:center !important;
    border-radius:22px !important;
    margin:0 !important;
  }

  .about-v5__badge{
    display:none !important;
  }

  .about-v5 .mp-title{
    max-width:330px !important;
    font-size:30px !important;
    line-height:1.12 !important;
  }

  .about-v5 .mp-lead{
    max-width:340px !important;
    font-size:15px !important;
    line-height:1.65 !important;
  }
}

@media (max-width: 390px){
  .about-v5__grid{
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .about-v5 .check-list li{
    font-size:14.2px !important;
    line-height:1.42 !important;
    gap:10px !important;
  }

  .about-v5 .check-list li::before{
    flex-basis:20px !important;
    width:20px !important;
    height:20px !important;
    min-width:20px !important;
    max-width:20px !important;
    font-size:12px !important;
  }

  .about-v5__media img{
    height:285px !important;
    max-height:285px !important;
  }
}


/* v7.9.115 — reduce white space under about image on mobile */
@media (max-width: 767px){
  .about-v5__media{
    min-height: 0 !important;
    height: auto !important;
    padding: 8px !important;
    margin: 4px auto 0 !important;
  }
  .about-v5__media img{
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    display: block !important;
  }
}
@media (max-width: 390px){
  .about-v5__media{
    padding: 8px !important;
  }
  .about-v5__media img{
    aspect-ratio: 1 / 1 !important;
  }
}


/* v7.9.116 — mobile: center catalogue card text, single-line section title and topbar message */
@media (max-width: 767px){
  /* Top bar message on one line */
  .topbar,
  .site-topbar,
  .mp-topbar,
  .header-topbar{
    overflow:hidden !important;
  }
  .topbar__inner--premium,
  .topbar .topbar__inner--premium{
    min-height:36px !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
    justify-content:center !important;
  }
  .topbar__message,
  .topbar .topbar__message{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    text-align:center !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    font-size:11px !important;
    line-height:1.2 !important;
    padding:0 10px !important;
  }

  /* Catalogue section heading */
  .catalogue-v5 .section-head,
  .catalogue-v5 .section-head--center{
    text-align:center !important;
  }
  .catalogue-v5 .mp-title{
    max-width:none !important;
    width:100% !important;
    white-space:nowrap !important;
    font-size:clamp(22px, 6.5vw, 28px) !important;
    line-height:1.08 !important;
    letter-spacing:-.04em !important;
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
  }

  /* Mobile catalogue cards */
  .univers-v5-grid,
  .home-v5 .univers-v5-grid{
    gap:18px !important;
  }
  .universe-v5-card,
  .home-v5 .universe-v5-card{
    min-height:unset !important;
  }
  .universe-v5-card__content,
  .home-v5 .universe-v5-card__content{
    left:18px !important;
    right:18px !important;
    bottom:22px !important;
    text-align:center !important;
  }
  .universe-v5-card h3,
  .home-v5 .universe-v5-card h3{
    text-align:center !important;
    font-size:18px !important;
    line-height:1.15 !important;
    margin:0 0 10px !important;
  }
  .universe-v5-card p,
  .home-v5 .universe-v5-card p{
    text-align:center !important;
    font-size:13px !important;
    line-height:1.5 !important;
    margin:0 auto !important;
    max-width:92% !important;
    -webkit-line-clamp:3 !important;
  }
  .universe-v5-card__arrow,
  .home-v5 .universe-v5-card__arrow{
    right:16px !important;
    bottom:16px !important;
  }
}

@media (max-width: 390px){
  .topbar__message,
  .topbar .topbar__message{
    font-size:10px !important;
  }
  .catalogue-v5 .mp-title{
    font-size:22px !important;
  }
  .universe-v5-card h3,
  .home-v5 .universe-v5-card h3{
    font-size:17px !important;
  }
  .universe-v5-card p,
  .home-v5 .universe-v5-card p{
    font-size:12.5px !important;
  }
}


/* v7.9.117 — restore previous mobile cards style, keep only centered text */
@media (max-width: 767px){
  .home-v5 .universe-v5-card,
  .universe-v5-card{
    min-height:340px !important;
  }
  .home-v5 .universe-v5-card img,
  .universe-v5-card img{
    height:195px !important;
  }
  .home-v5 .universe-v5-card__content,
  .universe-v5-card__content{
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    padding:24px 22px 28px !important;
    text-align:center !important;
  }
  .home-v5 .universe-v5-card h3,
  .universe-v5-card h3{
    text-align:center !important;
    font-size:25px !important;
    line-height:1.12 !important;
    margin:0 0 12px !important;
  }
  .home-v5 .universe-v5-card p,
  .universe-v5-card p{
    text-align:center !important;
    font-size:15px !important;
    line-height:1.58 !important;
    margin:0 auto !important;
    max-width:88% !important;
    -webkit-line-clamp:3 !important;
  }
  .home-v5 .universe-v5-card__arrow,
  .universe-v5-card__arrow{
    right:20px !important;
    bottom:20px !important;
  }
}


/* v7.9.118 — Mobile top bar clean: one line, no duplicate */
@media (max-width: 767px){

  .topbar,
  .site-topbar,
  .mp-topbar,
  .header-topbar{
    height:32px !important;
    min-height:32px !important;
    max-height:32px !important;
    overflow:hidden !important;
    display:flex !important;
    align-items:center !important;
  }

  .topbar__inner,
  .topbar__inner--premium,
  .topbar .topbar__inner--premium,
  .site-topbar__inner,
  .mp-topbar__inner{
    height:32px !important;
    min-height:32px !important;
    max-height:32px !important;
    width:100% !important;
    padding:0 8px !important;
    margin:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
  }

  .topbar__message,
  .topbar .topbar__message,
  .mp-topbar__message,
  .site-topbar__message{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:32px !important;
    min-height:32px !important;
    max-height:32px !important;
    margin:0 !important;
    padding:0 8px !important;
    text-align:center !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:clip !important;
    font-size:0 !important;
    line-height:32px !important;
  }

  .topbar__message::before,
  .topbar .topbar__message::before,
  .mp-topbar__message::before,
  .site-topbar__message::before{
    content:"Livraison gratuite sur toutes les commandes à Casablanca" !important;
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:32px !important;
    line-height:32px !important;
    font-size:11px !important;
    font-weight:800 !important;
    letter-spacing:0 !important;
    color:inherit !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:clip !important;
  }

  .topbar__message::after,
  .topbar .topbar__message::after,
  .mp-topbar__message::after,
  .site-topbar__message::after{
    display:none !important;
    content:none !important;
  }

  .topbar-social,
  .topbar .topbar-social,
  .site-topbar .topbar-social,
  .mp-topbar .topbar-social{
    display:none !important;
  }
}

@media (max-width: 390px){
  .topbar__message::before,
  .topbar .topbar__message::before,
  .mp-topbar__message::before,
  .site-topbar__message::before{
    font-size:10px !important;
  }
}


/* v7.9.119 — Top bar mobile final correction */
@media (max-width: 767px){

  body .topbar,
  body .site-topbar,
  body .mp-topbar,
  body .header-topbar,
  body .topbar-premium{
    height:38px !important;
    min-height:38px !important;
    max-height:38px !important;
    padding:0 !important;
    margin:0 !important;
    overflow:hidden !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    line-height:1 !important;
  }

  body .topbar__inner,
  body .topbar__inner--premium,
  body .topbar .topbar__inner--premium,
  body .site-topbar__inner,
  body .mp-topbar__inner,
  body .header-topbar__inner{
    height:38px !important;
    min-height:38px !important;
    max-height:38px !important;
    padding:0 10px !important;
    margin:0 auto !important;
    overflow:hidden !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  body .topbar__message,
  body .topbar .topbar__message,
  body .mp-topbar__message,
  body .site-topbar__message,
  body .header-topbar__message,
  body .topbar span,
  body .site-topbar span,
  body .mp-topbar span{
    display:block !important;
    height:38px !important;
    min-height:38px !important;
    max-height:38px !important;
    width:100% !important;
    max-width:100% !important;
    padding:0 !important;
    margin:0 auto !important;
    text-align:center !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    font-size:11px !important;
    line-height:38px !important;
    font-weight:800 !important;
    letter-spacing:0 !important;
    transform:none !important;
  }

  /* Hide any duplicated text generated by previous pseudo rules */
  body .topbar__message::before,
  body .topbar .topbar__message::before,
  body .mp-topbar__message::before,
  body .site-topbar__message::before{
    display:none !important;
    content:none !important;
  }

  body .topbar__message::after,
  body .topbar .topbar__message::after,
  body .mp-topbar__message::after,
  body .site-topbar__message::after{
    display:none !important;
    content:none !important;
  }

  body .topbar-social,
  body .topbar .topbar-social,
  body .site-topbar .topbar-social,
  body .mp-topbar .topbar-social{
    display:none !important;
  }

  body .site-header,
  body .header,
  body .main-header{
    margin-top:0 !important;
  }
}

@media (max-width: 390px){
  body .topbar__message,
  body .topbar .topbar__message,
  body .mp-topbar__message,
  body .site-topbar__message,
  body .header-topbar__message,
  body .topbar span,
  body .site-topbar span,
  body .mp-topbar span{
    font-size:10px !important;
  }
}


/* v7.9.120 — mobile topbar + blurred mobile menu + socials */
@media (max-width: 767px){
  body .topbar,
  body .site-topbar,
  body .mp-topbar,
  body .header-topbar{
    position: relative !important;
    z-index: 1103 !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    overflow: hidden !important;
  }

  body .topbar__inner,
  body .topbar__inner--premium,
  body .site-topbar__inner,
  body .mp-topbar__inner,
  body .header-topbar__inner{
    min-height: 40px !important;
    height: 40px !important;
    max-height: 40px !important;
    padding: 0 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  body .topbar__message,
  body .topbar .topbar__message,
  body .site-topbar__message,
  body .mp-topbar__message,
  body .header-topbar__message{
    display: block !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  body .topbar__message::before,
  body .topbar__message::after,
  body .site-topbar__message::before,
  body .site-topbar__message::after,
  body .mp-topbar__message::before,
  body .mp-topbar__message::after{
    content: none !important;
    display: none !important;
  }

  body .site-header{
    position: sticky !important;
    top: 40px !important;
    z-index: 1104 !important;
  }

  body.admin-bar .site-header{
    top: 86px !important;
  }

  .mobile-menu-backdrop{
    position: fixed;
    inset: 0;
    z-index: 1101;
    background: rgba(8, 19, 29, 0.24);
    backdrop-filter: blur(10px) saturate(1.05);
    -webkit-backdrop-filter: blur(10px) saturate(1.05);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
  }

  body.mobile-menu-open .mobile-menu-backdrop{
    opacity: 1;
    visibility: visible;
  }

  .main-navigation{
    position: fixed !important;
    left: 16px !important;
    right: 16px !important;
    top: 126px !important;
    display: block !important;
    z-index: 1105 !important;
    padding: 18px !important;
    border-radius: 24px !important;
    border: 1px solid rgba(201, 226, 242, 0.95) !important;
    background: rgba(255, 255, 255, 0.82) !important;
    backdrop-filter: blur(22px) saturate(1.08) !important;
    -webkit-backdrop-filter: blur(22px) saturate(1.08) !important;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-10px) scale(.985) !important;
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease !important;
    max-height: calc(100vh - 150px) !important;
    overflow-y: auto !important;
  }

  .main-navigation.is-open{
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) scale(1) !important;
  }

  .primary-menu{
    display: grid !important;
    gap: 6px !important;
  }

  .primary-menu li{
    width: 100% !important;
  }

  .primary-menu a{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px !important;
    padding: 13px 16px !important;
    border-radius: 14px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    background: rgba(255,255,255,0.72) !important;
  }

  .primary-menu .current-menu-item > a,
  .primary-menu a:hover{
    background: rgba(39,170,225,.12) !important;
    color: #1597d5 !important;
  }

  .mobile-menu-social{
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid rgba(39,170,225,.14);
  }

  .mobile-menu-social a{
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #1597d5;
    background: linear-gradient(180deg, rgba(39,170,225,.14), rgba(39,170,225,.08));
    border: 1px solid rgba(39,170,225,.28);
    box-shadow: 0 10px 24px rgba(21,151,213,.12);
    transition: transform .2s ease, background .2s ease, color .2s ease;
  }

  .mobile-menu-social a:hover{
    transform: translateY(-2px);
    background: #27aae1;
    color: #fff;
  }

  .mobile-menu-social svg{
    width: 18px;
    height: 18px;
    fill: currentColor;
  }
}


/* v7.9.121 — mobile header/menu cleanup */
@media (max-width: 767px){
  :root{
    --mp-mobile-header-h: 94px;
  }

  body .topbar,
  body .site-topbar,
  body .mp-topbar,
  body .header-topbar,
  body .topbar__inner,
  body .topbar__inner--premium,
  body .site-topbar__inner,
  body .mp-topbar__inner,
  body .header-topbar__inner{
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
  }

  body .site-header,
  body .main-header,
  body header.site-header{
    position: sticky !important;
    top: 0 !important;
    z-index: 1106 !important;
    background: rgba(255,255,255,0.96) !important;
    -webkit-backdrop-filter: saturate(1.06) blur(10px) !important;
    backdrop-filter: saturate(1.06) blur(10px) !important;
    box-shadow: 0 8px 26px rgba(15,23,42,.06) !important;
  }

  body.admin-bar .site-header,
  body.admin-bar .main-header,
  body.admin-bar header.site-header{
    top: 46px !important;
  }

  body .site-header .header__inner,
  body header.site-header .header__inner{
    min-height: var(--mp-mobile-header-h) !important;
    padding: 14px 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
  }

  body .site-header .site-logo,
  body header.site-header .site-logo{
    flex: 0 1 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    max-width: calc(100% - 84px) !important;
  }

  body .site-header .site-logo img,
  body header.site-header .site-logo img{
    width: auto !important;
    max-width: 180px !important;
    max-height: 64px !important;
    height: auto !important;
    display: block !important;
  }

  body .site-header .header-actions{
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex: 0 0 auto !important;
  }

  body .site-header .menu-toggle,
  body header .menu-toggle,
  body .site-header .nav-toggle,
  body header .nav-toggle{
    width: 56px !important;
    min-width: 56px !important;
    height: 56px !important;
    min-height: 56px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(195,211,223,.95) !important;
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,250,252,.96)) !important;
    color: #16233b !important;
    box-shadow: 0 8px 20px rgba(15,23,42,.06) !important;
    font-size: 26px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  body.mobile-menu-open .site-header{
    box-shadow: none !important;
  }

  .mobile-menu-backdrop{
    z-index: 1104 !important;
    background: rgba(10, 20, 33, 0.20) !important;
    backdrop-filter: blur(10px) saturate(1.05) !important;
    -webkit-backdrop-filter: blur(10px) saturate(1.05) !important;
  }

  .main-navigation{
    left: 16px !important;
    right: 16px !important;
    top: calc(var(--mp-mobile-header-h) + 10px) !important;
    z-index: 1107 !important;
    padding: 18px 18px 16px !important;
    border-radius: 26px !important;
    border: 1px solid rgba(200, 222, 236, 0.95) !important;
    background: rgba(255,255,255,0.84) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.04) !important;
    backdrop-filter: blur(18px) saturate(1.04) !important;
    box-shadow: 0 24px 70px rgba(15,23,42,.16) !important;
    max-height: calc(100vh - 126px) !important;
  }

  body.admin-bar .main-navigation{
    top: calc(var(--mp-mobile-header-h) + 56px) !important;
    max-height: calc(100vh - 172px) !important;
  }

  .primary-menu{
    gap: 10px !important;
  }

  .primary-menu li{
    margin: 0 !important;
  }

  .primary-menu a{
    min-height: 54px !important;
    padding: 14px 18px !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.88) !important;
    color: #16233b !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-align: center !important;
    box-shadow: inset 0 0 0 1px rgba(232,239,244,.9) !important;
  }

  .primary-menu .current-menu-item > a,
  .primary-menu .current_page_item > a{
    color: #1597d5 !important;
    background: rgba(39,170,225,.12) !important;
    box-shadow: inset 0 0 0 1px rgba(39,170,225,.18) !important;
  }

  .mobile-menu-social{
    padding-top: 14px !important;
    margin-top: 14px !important;
  }

  .mobile-menu-social a{
    width: 46px !important;
    height: 46px !important;
  }
}


/* v7.9.122 — mobile logo, menu button and premium popup */
@media (max-width: 767px){
  :root{
    --mp-mobile-header-h: 86px;
  }

  body .site-header,
  body .main-header,
  body header.site-header{
    background: rgba(255,255,255,0.94) !important;
    -webkit-backdrop-filter: blur(14px) saturate(1.04) !important;
    backdrop-filter: blur(14px) saturate(1.04) !important;
    box-shadow: 0 10px 30px rgba(15,23,42,.07) !important;
    border-bottom: 1px solid rgba(228,236,243,.9) !important;
  }

  body .site-header .header__inner,
  body header.site-header .header__inner{
    min-height: var(--mp-mobile-header-h) !important;
    padding: 12px 16px !important;
    gap: 12px !important;
  }

  body .site-header .site-logo,
  body header.site-header .site-logo{
    max-width: calc(100% - 74px) !important;
    min-width: 0 !important;
  }

  body .site-header .site-logo img,
  body header.site-header .site-logo img{
    max-width: 148px !important;
    max-height: 52px !important;
    width: auto !important;
    object-fit: contain !important;
  }

  body .site-header .header-actions,
  body header.site-header .header-actions{
    gap: 8px !important;
  }

  body .site-header .header-actions .mp-btn.mp-btn--quote,
  body header.site-header .header-actions .mp-btn.mp-btn--quote,
  body .site-header .header-actions a.mp-btn.mp-btn--quote{
    display: none !important;
  }

  body .site-header .menu-toggle,
  body header .menu-toggle,
  body .site-header .nav-toggle,
  body header .nav-toggle{
    width: 52px !important;
    min-width: 52px !important;
    height: 52px !important;
    min-height: 52px !important;
    margin: 0 !important;
    border-radius: 17px !important;
    border: 1px solid rgba(199,214,225,.98) !important;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,254,.95)) !important;
    color: #18243b !important;
    box-shadow: 0 8px 22px rgba(15,23,42,.07) !important;
    font-size: 24px !important;
    font-weight: 700 !important;
  }

  body.mobile-menu-open .site-header .menu-toggle,
  body.mobile-menu-open header .menu-toggle{
    background: linear-gradient(180deg, rgba(236,248,253,.98), rgba(255,255,255,.98)) !important;
    color: #1499d9 !important;
    box-shadow: 0 10px 26px rgba(20,153,217,.16) !important;
  }

  .mobile-menu-backdrop{
    background: rgba(9, 18, 30, 0.28) !important;
    backdrop-filter: blur(14px) saturate(1.02) !important;
    -webkit-backdrop-filter: blur(14px) saturate(1.02) !important;
  }

  .main-navigation{
    left: 14px !important;
    right: 14px !important;
    top: calc(var(--mp-mobile-header-h) + 12px) !important;
    padding: 22px 18px 18px !important;
    border-radius: 30px !important;
    border: 1px solid rgba(210,228,239,.95) !important;
    background: linear-gradient(180deg, rgba(255,255,255,.90) 0%, rgba(247,251,254,.86) 100%) !important;
    -webkit-backdrop-filter: blur(22px) saturate(1.05) !important;
    backdrop-filter: blur(22px) saturate(1.05) !important;
    box-shadow: 0 28px 70px rgba(15,23,42,.18) !important;
    overflow: hidden !important;
    animation: mpMobileMenuPop .22s ease-out both;
  }

  .main-navigation::before{
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    right: 22px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(39,170,225,.35), rgba(39,170,225,.9), rgba(39,170,225,.35));
  }

  .main-navigation::after{
    content: "";
    position: absolute;
    inset: auto 26px 84px 26px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(194,215,229,.9), transparent);
    pointer-events: none;
  }

  body.admin-bar .main-navigation{
    top: calc(var(--mp-mobile-header-h) + 58px) !important;
  }

  .primary-menu{
    gap: 12px !important;
  }

  .primary-menu a{
    min-height: 56px !important;
    padding: 15px 20px !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(252,253,255,.92)) !important;
    color: #17253f !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: -.01em !important;
    text-align: center !important;
    box-shadow: 0 8px 18px rgba(15,23,42,.035), inset 0 0 0 1px rgba(229,238,244,.96) !important;
  }

  .primary-menu .current-menu-item > a,
  .primary-menu .current_page_item > a,
  .primary-menu a:hover,
  .primary-menu a:focus{
    color: #1597d5 !important;
    background: linear-gradient(180deg, rgba(235,247,252,.98), rgba(245,251,255,.96)) !important;
    box-shadow: 0 10px 20px rgba(20,153,217,.08), inset 0 0 0 1px rgba(39,170,225,.18) !important;
  }

  .mobile-menu-social{
    padding-top: 16px !important;
    margin-top: 18px !important;
    justify-content: center !important;
    gap: 14px !important;
  }

  .mobile-menu-social a{
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.92) !important;
    box-shadow: 0 10px 22px rgba(15,23,42,.05), inset 0 0 0 1px rgba(39,170,225,.18) !important;
  }

  .mobile-menu-social a svg{
    width: 22px !important;
    height: 22px !important;
  }
}

@keyframes mpMobileMenuPop{
  from{
    opacity: 0;
    transform: translateY(-8px) scale(.985);
  }
  to{
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}


/* v7.9.123 — Mobile menu fullscreen + text without boxes */
@media (max-width: 767px){

  body.mobile-menu-open{
    overflow:hidden !important;
  }

  .mobile-menu-backdrop{
    background:rgba(8,18,30,.34) !important;
    backdrop-filter:blur(14px) saturate(1.06) !important;
    -webkit-backdrop-filter:blur(14px) saturate(1.06) !important;
  }

  body .site-header,
  body header.site-header{
    z-index:1200 !important;
  }

  .main-navigation{
    position:fixed !important;
    inset:var(--mp-mobile-header-h) 0 0 0 !important;
    left:0 !important;
    right:0 !important;
    top:var(--mp-mobile-header-h) !important;
    bottom:0 !important;
    width:100vw !important;
    height:calc(100vh - var(--mp-mobile-header-h)) !important;
    max-height:none !important;
    margin:0 !important;
    padding:44px 28px 34px !important;
    border:0 !important;
    border-radius:0 !important;
    background:
      radial-gradient(circle at 20% 10%, rgba(39,170,225,.18), transparent 32%),
      radial-gradient(circle at 82% 78%, rgba(39,170,225,.12), transparent 34%),
      rgba(255,255,255,.86) !important;
    backdrop-filter:blur(26px) saturate(1.08) !important;
    -webkit-backdrop-filter:blur(26px) saturate(1.08) !important;
    box-shadow:none !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    overflow-y:auto !important;
  }

  body.admin-bar .main-navigation{
    top:calc(var(--mp-mobile-header-h) + 46px) !important;
    height:calc(100vh - var(--mp-mobile-header-h) - 46px) !important;
    max-height:none !important;
  }

  .main-navigation::before{
    display:none !important;
    content:none !important;
  }

  .main-navigation::after{
    display:none !important;
    content:none !important;
  }

  .primary-menu{
    width:100% !important;
    max-width:360px !important;
    display:grid !important;
    gap:18px !important;
    margin:0 auto !important;
    padding:0 !important;
    list-style:none !important;
    text-align:center !important;
  }

  .primary-menu li{
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    text-align:center !important;
  }

  .primary-menu a{
    min-height:auto !important;
    height:auto !important;
    padding:8px 0 !important;
    margin:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    border:0 !important;
    color:#122137 !important;
    font-size:clamp(28px, 8vw, 38px) !important;
    line-height:1.08 !important;
    font-weight:950 !important;
    letter-spacing:-.035em !important;
    text-align:center !important;
    justify-content:center !important;
  }

  .primary-menu a::after,
  .primary-menu a::before{
    display:none !important;
    content:none !important;
  }

  .primary-menu .current-menu-item > a,
  .primary-menu .current_page_item > a,
  .primary-menu a:hover,
  .primary-menu a:focus{
    color:#1597d5 !important;
    background:transparent !important;
    box-shadow:none !important;
  }

  .mobile-menu-social{
    width:100% !important;
    max-width:360px !important;
    display:flex !important;
    justify-content:center !important;
    gap:18px !important;
    margin:34px auto 0 !important;
    padding:28px 0 0 !important;
    border-top:1px solid rgba(39,170,225,.20) !important;
  }

  .mobile-menu-social a{
    width:54px !important;
    height:54px !important;
    border-radius:50% !important;
    background:rgba(255,255,255,.72) !important;
    border:1px solid rgba(39,170,225,.26) !important;
    color:#1597d5 !important;
    box-shadow:0 12px 26px rgba(15,23,42,.07) !important;
  }

  .mobile-menu-social svg{
    width:23px !important;
    height:23px !important;
  }
}

@media (max-width:390px){
  .main-navigation{
    padding:36px 24px 28px !important;
  }

  .primary-menu{
    gap:15px !important;
  }

  .primary-menu a{
    font-size:30px !important;
  }

  .mobile-menu-social{
    margin-top:28px !important;
    padding-top:24px !important;
  }
}


/* v7.9.124 — Mobile: remove white gap between header and slide on scroll */
@media (max-width: 767px){

  body .site-header,
  body header.site-header{
    margin-bottom:0 !important;
    border-bottom:0 !important;
  }

  body .site-header .header__inner,
  body header.site-header .header__inner{
    margin-bottom:0 !important;
  }

  body.home .mp-hero-clean,
  body.front-page .mp-hero-clean,
  .home-v5 .mp-hero-clean{
    margin-top:0 !important;
    padding-top:0 !important;
    border-top:0 !important;
  }

  body.home .site-header + .home-v5,
  body.front-page .site-header + .home-v5,
  body.home header.site-header + main,
  body.front-page header.site-header + main,
  .site-header + .home-v5{
    margin-top:0 !important;
    padding-top:0 !important;
  }

  body.home .home-v5,
  body.front-page .home-v5{
    margin-top:0 !important;
    padding-top:0 !important;
  }

  body.home .mp-hero-clean .hero-slider,
  body.front-page .mp-hero-clean .hero-slider,
  .mp-hero-clean .hero-slider{
    margin-top:0 !important;
    padding-top:0 !important;
  }

  /* if the browser paints a white seam under sticky header */
  body.home .site-header::after,
  body.front-page .site-header::after{
    content:"" !important;
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    bottom:-1px !important;
    height:2px !important;
    background:linear-gradient(90deg,#063d5a 0%,#0d6f97 46%,#1aa6d9 100%) !important;
    pointer-events:none !important;
  }
}


/* v7.9.125 — Mobile: remove separator/gap under header on all pages */
@media (max-width: 767px){

  /* Topbar must stay hidden on all mobile pages */
  body .topbar,
  body .site-topbar,
  body .mp-topbar,
  body .header-topbar,
  body .topbar__inner,
  body .topbar__inner--premium{
    display:none !important;
    height:0 !important;
    min-height:0 !important;
    max-height:0 !important;
    padding:0 !important;
    margin:0 !important;
    overflow:hidden !important;
    border:0 !important;
  }

  /* Remove every line / seam under the mobile header */
  body .site-header,
  body header.site-header,
  body .main-header,
  body .header{
    margin:0 !important;
    margin-bottom:-1px !important;
    padding-bottom:0 !important;
    border-bottom:0 !important;
    box-shadow:none !important;
    outline:0 !important;
  }

  body .site-header::before,
  body .site-header::after,
  body header.site-header::before,
  body header.site-header::after,
  body .main-header::before,
  body .main-header::after,
  body .header::before,
  body .header::after{
    display:none !important;
    content:none !important;
    height:0 !important;
    background:transparent !important;
    border:0 !important;
  }

  body .site-header .header__inner,
  body header.site-header .header__inner{
    margin:0 !important;
    padding-bottom:12px !important;
    border-bottom:0 !important;
    box-shadow:none !important;
  }

  /* Pull first content section up so no white gap appears on any page */
  body .site-header + main,
  body header.site-header + main,
  body .site-header + .home-v5,
  body header.site-header + .home-v5,
  body main,
  body .home-v5,
  body .mp-inner-page,
  body .mp-contact-page-v7985,
  body .mp-about-clean,
  body .mp-services-clean,
  body .mp-products-clean{
    margin-top:0 !important;
    padding-top:0 !important;
    border-top:0 !important;
  }

  body main > section:first-child,
  body .home-v5 > section:first-child,
  body .mp-inner-page > section:first-child,
  body .mp-contact-page-v7985 > section:first-child,
  body .mp-about-clean > section:first-child,
  body .mp-services-clean > section:first-child,
  body .mp-products-clean > section:first-child,
  body .mp-hero-clean,
  body .mp-about-small-hero,
  body .mp-services-small-hero,
  body .mp-products-style-hero,
  body .mp-contact-style-hero{
    margin-top:0 !important;
    border-top:0 !important;
  }

  /* Hide decorative top separators from previous mobile fixes */
  body .home-v5 > section:first-child::before,
  body .home-v5 > section:first-child::after,
  body main > section:first-child::before,
  body main > section:first-child::after{
    border-top:0 !important;
  }
}


/* v7.9.126 — Fix Instagram/social icon leaking over slider */
.mobile-menu-social{
  display:none !important;
}

.mobile-menu-social svg{
  width:18px !important;
  height:18px !important;
  max-width:18px !important;
  max-height:18px !important;
  fill:currentColor !important;
}

@media (max-width: 767px){
  .main-navigation.is-open .mobile-menu-social,
  body.mobile-menu-open .main-navigation .mobile-menu-social{
    display:flex !important;
  }

  .main-navigation:not(.is-open) .mobile-menu-social{
    display:none !important;
  }

  .mobile-menu-social svg{
    width:22px !important;
    height:22px !important;
    max-width:22px !important;
    max-height:22px !important;
  }
}

@media (min-width: 768px){
  .mobile-menu-social,
  .mobile-menu-social a,
  .mobile-menu-social svg{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
    width:0 !important;
    height:0 !important;
    max-width:0 !important;
    max-height:0 !important;
    overflow:hidden !important;
  }
}




/* v7.9.137 — Product category pages with TablePress list style */
.mp-product-list-page{
  background:#f6fbfe;
  color:#102235;
}

.mp-product-list-hero.mp-products-style-hero{
  padding:96px 0 88px !important;
  background:
    radial-gradient(circle at 72% 55%, rgba(255,255,255,.08) 0 21%, rgba(255,255,255,.04) 22% 26%, transparent 27%),
    linear-gradient(90deg,#063d5a 0%,#0d6f97 45%,#1aa6d9 100%) !important;
  color:#fff !important;
  text-align:center !important;
  position:relative !important;
  overflow:hidden !important;
}

.mp-product-list-hero::before{
  content:"" !important;
  position:absolute !important;
  left:7% !important;
  top:18% !important;
  width:220px !important;
  height:70px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.08) !important;
  transform:rotate(-9deg) !important;
}

.mp-product-list-hero::after{
  content:"" !important;
  position:absolute !important;
  right:7% !important;
  top:18% !important;
  width:180px !important;
  height:130px !important;
  opacity:.42 !important;
  background-image:radial-gradient(circle,rgba(255,255,255,.75) 2px,transparent 2px) !important;
  background-size:22px 22px !important;
}

.mp-product-list-hero .mp-container{
  position:relative !important;
  z-index:2 !important;
}

.mp-product-list-hero .mp-eyebrow{
  color:#fff !important;
  letter-spacing:.16em !important;
  font-weight:950 !important;
}

.mp-product-list-hero h1{
  margin:22px auto 20px !important;
  color:#fff !important;
  font-size:clamp(44px,5vw,76px) !important;
  line-height:.98 !important;
  letter-spacing:-.055em !important;
}

.mp-product-list-hero p{
  max-width:900px !important;
  margin:0 auto !important;
  color:rgba(255,255,255,.94) !important;
  font-size:21px !important;
  line-height:1.65 !important;
  font-weight:750 !important;
}

.mp-product-list-body{
  padding:56px 0 !important;
  background:
    radial-gradient(circle at 8% 12%, rgba(39,170,225,.12), transparent 34%),
    linear-gradient(180deg,#f7fbfe 0%,#fff 55%,#f5f9fc 100%) !important;
}

.mp-product-list-panel{
  background:#fff !important;
  border:1px solid #d8eaf5 !important;
  border-radius:26px !important;
  box-shadow:0 18px 54px rgba(15,23,42,.065) !important;
  padding:22px !important;
}

/* TablePress clean list inside product category pages */
.mp-product-list-panel .dataTables_wrapper{
  width:100% !important;
  margin:0 !important;
  overflow:visible !important;
}

.mp-product-list-panel .dataTables_length,
.mp-product-list-panel .dataTables_filter{
  margin:0 0 18px !important;
  color:#516779 !important;
  font-weight:800 !important;
}

.mp-product-list-panel .dataTables_filter input,
.mp-product-list-panel .dataTables_length select{
  min-height:42px !important;
  border:1px solid #d6e8f3 !important;
  border-radius:13px !important;
  padding:0 14px !important;
  background:#fff !important;
  box-shadow:0 8px 22px rgba(15,23,42,.04) !important;
  outline:none !important;
}

.mp-product-list-panel .dataTables_filter input{
  min-width:330px !important;
}

.mp-product-list-panel table.tablepress{
  display:block !important;
  width:100% !important;
  margin:0 auto !important;
  border:0 !important;
  border-collapse:separate !important;
  border-spacing:0 !important;
  background:transparent !important;
  table-layout:auto !important;
  overflow:visible !important;
}

.mp-product-list-panel table.tablepress thead{
  display:none !important;
}

.mp-product-list-panel table.tablepress tbody{
  display:block !important;
  width:100% !important;
  background:#fff !important;
  border-radius:18px !important;
  overflow:hidden !important;
}

.mp-product-list-panel table.tablepress tbody tr{
  display:grid !important;
  grid-template-columns:120px 120px 1fr 160px !important;
  grid-template-areas:"img brand title ref" !important;
  gap:18px !important;
  align-items:center !important;
  width:100% !important;
  min-height:126px !important;
  padding:18px 10px !important;
  border:0 !important;
  border-bottom:1px solid #e4f0f7 !important;
  background:#fff !important;
  box-shadow:none !important;
  border-radius:0 !important;
  transition:background .18s ease !important;
}

.mp-product-list-panel table.tablepress tbody tr:hover{
  background:#f8fcff !important;
}

.mp-product-list-panel table.tablepress tbody tr:last-child{
  border-bottom:0 !important;
}

.mp-product-list-panel table.tablepress tbody td{
  display:block !important;
  border:0 !important;
  padding:0 !important;
  background:transparent !important;
  white-space:normal !important;
  overflow:visible !important;
  text-align:left !important;
}

.mp-product-list-panel table.tablepress tbody td:nth-child(2){
  grid-area:img !important;
  width:104px !important;
  height:88px !important;
  padding:10px !important;
  border-radius:18px !important;
  background:linear-gradient(180deg,#f9fdff 0%,#edf8fd 100%) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.mp-product-list-panel table.tablepress tbody td:nth-child(2) img,
.mp-product-list-panel table.tablepress .mp-it-product-img{
  display:block !important;
  width:auto !important;
  max-width:80px !important;
  height:auto !important;
  max-height:68px !important;
  object-fit:contain !important;
  margin:0 auto !important;
  border:0 !important;
  box-shadow:none !important;
}

.mp-product-list-panel table.tablepress tbody td:nth-child(3){
  grid-area:brand !important;
  color:#149bd8 !important;
  font-size:12px !important;
  font-weight:950 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
}

.mp-product-list-panel table.tablepress tbody td:nth-child(4){
  grid-area:title !important;
  color:#102235 !important;
  font-size:18px !important;
  line-height:1.32 !important;
  font-weight:950 !important;
  letter-spacing:-.02em !important;
}

.mp-product-list-panel table.tablepress tbody td:nth-child(1){
  grid-area:ref !important;
  color:#5b6e7f !important;
  font-size:13px !important;
  font-weight:900 !important;
  text-align:right !important;
}

.mp-product-list-panel table.tablepress tbody td:nth-child(1)::before{
  content:"Réf. " !important;
  color:#8aa0af !important;
  font-weight:800 !important;
}

/* Attributs hidden */
.mp-product-list-panel table.tablepress tbody td:nth-child(5){
  display:none !important;
}

.mp-product-list-panel .dataTables_info{
  margin-top:22px !important;
  color:#607386 !important;
  font-weight:700 !important;
}

.mp-product-list-panel .dataTables_paginate{
  margin-top:16px !important;
}

.mp-product-list-panel .dataTables_paginate .paginate_button{
  border:1px solid #d7eaf5 !important;
  border-radius:11px !important;
  background:#fff !important;
  color:#102235 !important;
  box-shadow:0 8px 22px rgba(15,23,42,.04) !important;
  margin:0 3px !important;
}

.mp-product-list-panel .dataTables_paginate .paginate_button.current,
.mp-product-list-panel .dataTables_paginate .paginate_button:hover{
  background:#27aae1 !important;
  color:#fff !important;
  border-color:#27aae1 !important;
}

.mp-product-list-warning{
  padding:24px !important;
  border-radius:18px !important;
  background:#fff3cd !important;
  color:#664d03 !important;
  font-weight:800 !important;
}

.mp-product-list-cta{
  width:100vw !important;
  max-width:100vw !important;
  margin:0 0 0 calc(50% - 50vw) !important;
  padding:0 !important;
  background:
    radial-gradient(circle at 78% 52%, rgba(255,255,255,.08) 0 21%, rgba(255,255,255,.04) 22% 26%, transparent 27%),
    linear-gradient(90deg,#063d5a 0%,#0d6f97 45%,#1aa6d9 100%) !important;
  color:#fff !important;
  position:relative !important;
  overflow:hidden !important;
}

.mp-product-list-cta::before{
  content:"" !important;
  position:absolute !important;
  left:7% !important;
  top:24% !important;
  width:220px !important;
  height:72px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.08) !important;
  transform:rotate(-9deg) !important;
}

.mp-product-list-cta::after{
  content:"" !important;
  position:absolute !important;
  right:7% !important;
  top:27% !important;
  width:190px !important;
  height:130px !important;
  opacity:.42 !important;
  background-image:radial-gradient(circle,rgba(255,255,255,.75) 2px,transparent 2px) !important;
  background-size:22px 22px !important;
}

.mp-product-list-cta__inner{
  width:min(1180px,calc(100% - 48px)) !important;
  min-height:250px !important;
  margin:0 auto !important;
  display:grid !important;
  grid-template-columns:1fr auto !important;
  align-items:center !important;
  gap:48px !important;
  position:relative !important;
  z-index:2 !important;
}

.mp-product-list-cta h2{
  margin:0 0 18px !important;
  max-width:760px !important;
  color:#fff !important;
  font-size:clamp(36px,4vw,58px) !important;
  line-height:1.03 !important;
  letter-spacing:-.055em !important;
}

.mp-product-list-cta p{
  margin:0 !important;
  color:rgba(255,255,255,.94) !important;
  font-size:18px !important;
  font-weight:750 !important;
  line-height:1.6 !important;
}

.mp-product-list-cta__btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  min-width:230px !important;
  min-height:66px !important;
  padding:0 30px !important;
  border-radius:16px !important;
  background:#fff !important;
  color:#102235 !important;
  font-weight:950 !important;
  font-size:17px !important;
  text-decoration:none !important;
  box-shadow:0 18px 38px rgba(15,23,42,.13) !important;
}

body[class*="page-template-page-fournitures-de-bureau"] .site-footer,
body[class*="page-template-page-imprimantes-traceurs"] .site-footer,
body[class*="page-template-page-toners-cartouches"] .site-footer,
body[class*="page-template-page-informatique-accessoires"] .site-footer{
  margin-top:0 !important;
}

@media(max-width:900px){
  .mp-product-list-panel table.tablepress tbody tr{
    grid-template-columns:96px 1fr 105px !important;
    grid-template-areas:"img title ref" "img brand brand" !important;
    gap:6px 14px !important;
    min-height:118px !important;
    padding:14px 8px !important;
  }

  .mp-product-list-panel table.tablepress tbody td:nth-child(2){
    width:86px !important;
    height:78px !important;
  }

  .mp-product-list-panel table.tablepress tbody td:nth-child(2) img{
    max-width:68px !important;
    max-height:56px !important;
  }

  .mp-product-list-panel table.tablepress tbody td:nth-child(4){
    font-size:16px !important;
  }

  .mp-product-list-cta__inner{
    grid-template-columns:1fr !important;
    text-align:center !important;
    gap:26px !important;
    padding:44px 0 !important;
  }

  .mp-product-list-cta h2,
  .mp-product-list-cta p{
    margin-left:auto !important;
    margin-right:auto !important;
  }
}

@media(max-width:767px){
  .mp-product-list-hero.mp-products-style-hero{
    padding:64px 0 62px !important;
  }

  .mp-product-list-hero h1{
    font-size:38px !important;
  }

  .mp-product-list-hero p{
    font-size:16px !important;
  }

  .mp-product-list-body{
    padding:32px 0 42px !important;
  }

  .mp-product-list-panel{
    padding:16px 14px 22px !important;
    border-radius:22px !important;
  }

  .mp-product-list-panel .dataTables_filter,
  .mp-product-list-panel .dataTables_length{
    float:none !important;
    text-align:center !important;
    width:100% !important;
  }

  .mp-product-list-panel .dataTables_filter input{
    min-width:0 !important;
    width:100% !important;
    margin-top:8px !important;
  }

  .mp-product-list-panel table.tablepress tbody tr{
    grid-template-columns:82px 1fr !important;
    grid-template-areas:"img brand" "img title" "img ref" !important;
    min-height:104px !important;
  }

  .mp-product-list-panel table.tablepress tbody td:nth-child(1){
    text-align:left !important;
  }

  .mp-product-list-panel table.tablepress tbody td:nth-child(2){
    width:74px !important;
    height:72px !important;
    border-radius:16px !important;
  }

  .mp-product-list-panel table.tablepress tbody td:nth-child(2) img{
    max-width:58px !important;
    max-height:48px !important;
  }

  .mp-product-list-panel table.tablepress tbody td:nth-child(4){
    font-size:15px !important;
  }

  .mp-product-list-cta__inner{
    width:calc(100% - 40px) !important;
    min-height:240px !important;
    padding:42px 0 !important;
  }

  .mp-product-list-cta h2{
    font-size:34px !important;
  }
}




/* v7.9.138 — Sidebar filters for product lists */
.mp-product-list-layout{
  display:grid !important;
  grid-template-columns:280px minmax(0,1fr) !important;
  gap:24px !important;
  align-items:start !important;
}

.mp-product-filter{
  background:#fff !important;
  border:1px solid #d8eaf5 !important;
  border-radius:22px !important;
  box-shadow:0 18px 54px rgba(15,23,42,.055) !important;
  padding:20px !important;
  position:sticky !important;
  top:110px !important;
  overflow:hidden !important;
}

.mp-product-filter__head{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  margin-bottom:16px !important;
}

.mp-product-filter__head h2{
  margin:0 !important;
  font-size:20px !important;
  line-height:1.2 !important;
  color:#102235 !important;
  font-weight:950 !important;
}

.mp-product-filter__reset{
  border:0 !important;
  background:transparent !important;
  color:#149bd8 !important;
  font-size:12px !important;
  font-weight:900 !important;
  cursor:pointer !important;
  padding:0 !important;
}

.mp-product-filter__group{
  padding:14px 0 !important;
  border-top:1px solid #e4f0f7 !important;
}

.mp-product-filter__toggle{
  width:100% !important;
  border:0 !important;
  padding:0 !important;
  margin:0 0 12px !important;
  background:transparent !important;
  color:#102235 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  font-size:14px !important;
  font-weight:950 !important;
  cursor:pointer !important;
}

.mp-product-filter__toggle span{
  color:#607386 !important;
}

.mp-product-filter__options{
  display:grid !important;
  gap:10px !important;
}

.mp-product-filter__options label{
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  color:#52697b !important;
  font-size:13px !important;
  line-height:1.3 !important;
  font-weight:750 !important;
  cursor:pointer !important;
}

.mp-product-filter__options input{
  appearance:none !important;
  -webkit-appearance:none !important;
  width:17px !important;
  height:17px !important;
  border:1px solid #bcd5e4 !important;
  border-radius:5px !important;
  background:#fff !important;
  display:inline-grid !important;
  place-items:center !important;
  flex:0 0 17px !important;
}

.mp-product-filter__options input:checked{
  background:#149bd8 !important;
  border-color:#149bd8 !important;
}

.mp-product-filter__options input:checked::after{
  content:"✓" !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:950 !important;
  line-height:1 !important;
}

.mp-product-filter__apply{
  width:100% !important;
  min-height:46px !important;
  border:0 !important;
  border-radius:13px !important;
  background:#149bd8 !important;
  color:#fff !important;
  font-size:14px !important;
  font-weight:950 !important;
  cursor:pointer !important;
  box-shadow:0 14px 28px rgba(20,155,216,.22) !important;
  margin-top:10px !important;
}

.mp-product-filter__apply:hover{
  background:#0d86bf !important;
}

.mp-product-list-layout .mp-product-list-panel{
  min-width:0 !important;
}

.mp-product-list-layout .mp-product-list-panel .dataTables_wrapper{
  padding:0 !important;
}

.mp-product-list-layout .mp-product-list-panel .dataTables_filter{
  float:right !important;
}

.mp-product-list-layout .mp-product-list-panel .dataTables_length{
  float:left !important;
}

.mp-product-list-layout .mp-product-list-panel table.tablepress{
  clear:both !important;
}

/* hide rows filtered by theme */
.mp-product-list-panel table.tablepress tbody tr.mp-filter-hidden{
  display:none !important;
}

@media(max-width:980px){
  .mp-product-list-layout{
    grid-template-columns:1fr !important;
  }

  .mp-product-filter{
    position:relative !important;
    top:auto !important;
  }

  .mp-product-filter__options{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media(max-width:767px){
  .mp-product-filter{
    padding:18px !important;
    border-radius:20px !important;
  }

  .mp-product-filter__options{
    grid-template-columns:1fr !important;
  }

  .mp-product-list-layout .mp-product-list-panel .dataTables_filter,
  .mp-product-list-layout .mp-product-list-panel .dataTables_length{
    float:none !important;
  }
}




/* v7.9.139 — Dynamic TablePress filters + premium controls */
.mp-product-list-layout{
  display:grid !important;
  grid-template-columns:280px minmax(0,1fr) !important;
  gap:24px !important;
  align-items:start !important;
}

.mp-product-filter-mobile-btn{
  display:none !important;
}

.mp-product-filter{
  background:#fff !important;
  border:1px solid #d8eaf5 !important;
  border-radius:22px !important;
  box-shadow:0 18px 54px rgba(15,23,42,.055) !important;
  padding:20px !important;
  position:sticky !important;
  top:110px !important;
  overflow:hidden !important;
}

.mp-product-filter__head{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  margin-bottom:16px !important;
}

.mp-product-filter__head h2{
  margin:0 !important;
  font-size:20px !important;
  line-height:1.2 !important;
  color:#102235 !important;
  font-weight:950 !important;
}

.mp-product-filter__reset,
.mp-product-filter__close{
  border:0 !important;
  background:transparent !important;
  color:#149bd8 !important;
  font-size:12px !important;
  font-weight:900 !important;
  cursor:pointer !important;
  padding:0 !important;
}

.mp-product-filter__close{
  display:none !important;
  font-size:28px !important;
  line-height:1 !important;
  color:#102235 !important;
}

.mp-product-filter__loading{
  margin:0 !important;
  color:#607386 !important;
  font-size:13px !important;
  font-weight:750 !important;
}

.mp-product-filter__group{
  padding:14px 0 !important;
  border-top:1px solid #e4f0f7 !important;
}

.mp-product-filter__group:first-child{
  border-top:0 !important;
  padding-top:0 !important;
}

.mp-product-filter__toggle{
  width:100% !important;
  border:0 !important;
  padding:0 !important;
  margin:0 0 12px !important;
  background:transparent !important;
  color:#102235 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  font-size:14px !important;
  font-weight:950 !important;
  cursor:pointer !important;
}

.mp-product-filter__toggle span{
  color:#607386 !important;
}

.mp-product-filter__options{
  display:grid !important;
  gap:10px !important;
}

.mp-product-filter__options label{
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  color:#52697b !important;
  font-size:13px !important;
  line-height:1.3 !important;
  font-weight:750 !important;
  cursor:pointer !important;
}

.mp-product-filter__options label strong{
  font-weight:950 !important;
  color:#102235 !important;
}

.mp-product-filter__options label em{
  margin-left:auto !important;
  color:#8aa0af !important;
  font-size:12px !important;
  font-style:normal !important;
  font-weight:850 !important;
}

.mp-product-filter__options input{
  appearance:none !important;
  -webkit-appearance:none !important;
  width:17px !important;
  height:17px !important;
  border:1px solid #bcd5e4 !important;
  border-radius:5px !important;
  background:#fff !important;
  display:inline-grid !important;
  place-items:center !important;
  flex:0 0 17px !important;
}

.mp-product-filter__options input:checked{
  background:#149bd8 !important;
  border-color:#149bd8 !important;
}

.mp-product-filter__options input:checked::after{
  content:"✓" !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:950 !important;
  line-height:1 !important;
}

.mp-product-filter__apply{
  width:100% !important;
  min-height:46px !important;
  border:0 !important;
  border-radius:13px !important;
  background:#149bd8 !important;
  color:#fff !important;
  font-size:14px !important;
  font-weight:950 !important;
  cursor:pointer !important;
  box-shadow:0 14px 28px rgba(20,155,216,.22) !important;
  margin-top:10px !important;
}

.mp-product-filter__apply:hover{
  background:#0d86bf !important;
}

.mp-product-list-layout .mp-product-list-panel{
  min-width:0 !important;
}

/* Professional TablePress default controls */
.mp-product-list-panel .dataTables_wrapper{
  display:block !important;
  width:100% !important;
  overflow:visible !important;
}

.mp-product-list-panel .dataTables_length,
.mp-product-list-panel .dataTables_filter{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin:0 0 20px !important;
  color:#516779 !important;
  font-size:14px !important;
  line-height:1 !important;
  font-weight:850 !important;
}

.mp-product-list-panel .dataTables_length{
  float:left !important;
}

.mp-product-list-panel .dataTables_filter{
  float:right !important;
}

.mp-product-list-panel .dataTables_length label,
.mp-product-list-panel .dataTables_filter label{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin:0 !important;
  color:#516779 !important;
  font-weight:850 !important;
}

.mp-product-list-panel .dataTables_length select{
  min-width:78px !important;
  height:44px !important;
  border:1px solid #d6e8f3 !important;
  border-radius:14px !important;
  padding:0 12px !important;
  background:#fff !important;
  color:#102235 !important;
  font-weight:900 !important;
  box-shadow:0 8px 22px rgba(15,23,42,.04) !important;
  outline:none !important;
}

.mp-product-list-panel .dataTables_filter input{
  min-width:330px !important;
  height:44px !important;
  border:1px solid #d6e8f3 !important;
  border-radius:14px !important;
  padding:0 16px !important;
  background:#fff !important;
  color:#102235 !important;
  font-weight:800 !important;
  box-shadow:0 8px 22px rgba(15,23,42,.04) !important;
  outline:none !important;
}

.mp-product-list-panel .dataTables_filter input:focus,
.mp-product-list-panel .dataTables_length select:focus{
  border-color:#149bd8 !important;
  box-shadow:0 0 0 4px rgba(20,155,216,.12) !important;
}

.mp-product-list-panel table.tablepress{
  clear:both !important;
}

/* Hide rows filtered by theme, while respecting TablePress rows */
.mp-product-list-panel table.tablepress tbody tr.mp-filter-hidden{
  display:none !important;
}

/* Product image background must remain white */
.mp-product-list-panel table.tablepress tbody td:nth-child(2){
  background:#fff !important;
  border:1px solid #e5f0f7 !important;
}

.mp-product-list-panel table.tablepress tbody td:nth-child(2) img,
.mp-product-list-panel table.tablepress .mp-it-product-img{
  background:transparent !important;
  image-rendering:auto !important;
}

/* Filter overlay */
.mp-product-filter-overlay{
  display:none !important;
}

/* Mobile: filters become a clean slide menu */
@media(max-width:980px){
  .mp-product-list-layout{
    grid-template-columns:1fr !important;
  }

  .mp-product-filter-mobile-btn{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    width:100% !important;
    min-height:58px !important;
    margin:0 0 18px !important;
    padding:0 18px !important;
    border:1px solid #d8eaf5 !important;
    border-radius:18px !important;
    background:#fff !important;
    box-shadow:0 14px 36px rgba(15,23,42,.06) !important;
    color:#102235 !important;
    cursor:pointer !important;
  }

  .mp-product-filter-mobile-btn span{
    font-size:14px !important;
    color:#149bd8 !important;
    font-weight:950 !important;
  }

  .mp-product-filter-mobile-btn strong{
    font-size:14px !important;
    color:#102235 !important;
    font-weight:900 !important;
  }

  .mp-product-filter{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    z-index:10020 !important;
    width:min(88vw,360px) !important;
    height:100vh !important;
    max-height:100vh !important;
    border-radius:0 26px 26px 0 !important;
    transform:translateX(-110%) !important;
    transition:transform .25s ease !important;
    overflow:auto !important;
    padding:24px 20px !important;
  }

  body.mp-product-filter-open .mp-product-filter{
    transform:translateX(0) !important;
  }

  .mp-product-filter__close{
    display:inline-flex !important;
  }

  .mp-product-filter__reset{
    margin-left:auto !important;
  }

  .mp-product-filter-overlay{
    display:block !important;
    position:fixed !important;
    inset:0 !important;
    z-index:10010 !important;
    background:rgba(5,23,34,.42) !important;
    backdrop-filter:blur(6px) !important;
    -webkit-backdrop-filter:blur(6px) !important;
    opacity:0 !important;
    pointer-events:none !important;
    transition:opacity .25s ease !important;
  }

  body.mp-product-filter-open .mp-product-filter-overlay{
    opacity:1 !important;
    pointer-events:auto !important;
  }

  body.mp-product-filter-open{
    overflow:hidden !important;
  }
}

@media(max-width:767px){
  .mp-product-list-panel .dataTables_filter,
  .mp-product-list-panel .dataTables_length{
    float:none !important;
    width:100% !important;
    justify-content:center !important;
    margin-bottom:14px !important;
  }

  .mp-product-list-panel .dataTables_filter label,
  .mp-product-list-panel .dataTables_length label{
    width:100% !important;
    justify-content:center !important;
    flex-wrap:wrap !important;
  }

  .mp-product-list-panel .dataTables_filter input{
    min-width:0 !important;
    width:100% !important;
    max-width:100% !important;
  }

  .mp-product-list-panel .dataTables_length select{
    min-width:86px !important;
  }
}




/* v7.9.140 — Filter cleanup: hide Format/Garantie and keep product image white */
.mp-product-filter [data-filter-group*="format"],
.mp-product-filter [data-filter-group*="garantie"]{
  display:none !important;
}

.mp-product-list-panel table.tablepress tbody td:nth-child(2){
  background:#fff !important;
  border:1px solid #e5f0f7 !important;
}

.mp-product-list-panel table.tablepress tbody td:nth-child(2) img,
.mp-product-list-panel table.tablepress .mp-it-product-img{
  background:transparent !important;
  image-rendering:auto !important;
}




/* v7.9.141 — Hide Autres filter + professional TablePress controls */
.mp-product-filter__group[data-filter-group*="autres"],
.mp-product-filter__group[data-filter-group*="autre"],
.mp-product-filter__group[data-filter-group*="attribut"]{
  display:none !important;
}

/* DataTables v1 controls */
.mp-product-list-panel .dataTables_wrapper .dataTables_length,
.mp-product-list-panel .dataTables_wrapper .dataTables_filter{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin:0 0 20px !important;
  color:#52697b !important;
  font-size:14px !important;
  line-height:1 !important;
  font-weight:850 !important;
}

.mp-product-list-panel .dataTables_wrapper .dataTables_length label,
.mp-product-list-panel .dataTables_wrapper .dataTables_filter label{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin:0 !important;
  color:#52697b !important;
  font-size:14px !important;
  font-weight:850 !important;
}

.mp-product-list-panel .dataTables_wrapper .dataTables_length select,
.mp-product-list-panel .dataTables_wrapper .dataTables_filter input{
  height:44px !important;
  min-height:44px !important;
  border:1px solid #d6e8f3 !important;
  border-radius:14px !important;
  background:#fff !important;
  color:#102235 !important;
  font-weight:850 !important;
  box-shadow:0 8px 22px rgba(15,23,42,.04) !important;
  outline:none !important;
}

.mp-product-list-panel .dataTables_wrapper .dataTables_length select{
  min-width:82px !important;
  padding:0 12px !important;
}

.mp-product-list-panel .dataTables_wrapper .dataTables_filter input{
  min-width:330px !important;
  padding:0 16px !important;
}

/* DataTables v2 controls */
.mp-product-list-panel .dt-container .dt-layout-row{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px !important;
  margin:0 0 20px !important;
}

.mp-product-list-panel .dt-container .dt-length,
.mp-product-list-panel .dt-container .dt-search{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  color:#52697b !important;
  font-size:14px !important;
  font-weight:850 !important;
}

.mp-product-list-panel .dt-container .dt-length label,
.mp-product-list-panel .dt-container .dt-search label{
  margin:0 !important;
  color:#52697b !important;
  font-size:14px !important;
  font-weight:850 !important;
}

.mp-product-list-panel .dt-container select.dt-input,
.mp-product-list-panel .dt-container input.dt-input,
.mp-product-list-panel .dt-container .dt-search input{
  height:44px !important;
  min-height:44px !important;
  border:1px solid #d6e8f3 !important;
  border-radius:14px !important;
  background:#fff !important;
  color:#102235 !important;
  font-weight:850 !important;
  box-shadow:0 8px 22px rgba(15,23,42,.04) !important;
  outline:none !important;
}

.mp-product-list-panel .dt-container select.dt-input{
  min-width:82px !important;
  padding:0 12px !important;
}

.mp-product-list-panel .dt-container input.dt-input,
.mp-product-list-panel .dt-container .dt-search input{
  min-width:330px !important;
  padding:0 16px !important;
}

.mp-product-list-panel .dataTables_wrapper .dataTables_filter input:focus,
.mp-product-list-panel .dataTables_wrapper .dataTables_length select:focus,
.mp-product-list-panel .dt-container input.dt-input:focus,
.mp-product-list-panel .dt-container select.dt-input:focus{
  border-color:#149bd8 !important;
  box-shadow:0 0 0 4px rgba(20,155,216,.12) !important;
}

@media(max-width:767px){
  .mp-product-list-panel .dt-container .dt-layout-row{
    display:grid !important;
    justify-content:stretch !important;
    gap:12px !important;
  }
  .mp-product-list-panel .dt-container .dt-length,
  .mp-product-list-panel .dt-container .dt-search,
  .mp-product-list-panel .dataTables_wrapper .dataTables_length,
  .mp-product-list-panel .dataTables_wrapper .dataTables_filter{
    width:100% !important;
    justify-content:center !important;
    flex-wrap:wrap !important;
  }
  .mp-product-list-panel .dt-container input.dt-input,
  .mp-product-list-panel .dt-container .dt-search input,
  .mp-product-list-panel .dataTables_wrapper .dataTables_filter input{
    width:100% !important;
    min-width:0 !important;
  }
}




/* v7.9.142 — Imprimantes approved filters only */
.mp-product-list-page--imprimantes-traceurs .mp-product-filter__group{
  border-top:1px solid #e4f0f7 !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-product-filter__group:first-child{
  border-top:0 !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-product-filter__options label{
  min-height:24px !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-product-filter__options label strong{
  white-space:normal !important;
  overflow-wrap:anywhere !important;
}




/* v7.9.143 — Image hero Imprimantes & traceurs style À propos */
.mp-product-list-visual{
  padding:0 0 34px !important;
  background:
    radial-gradient(circle at 8% 12%, rgba(39,170,225,.12), transparent 34%),
    linear-gradient(180deg,#f7fbfe 0%,#fff 70%,#f5f9fc 100%) !important;
}

.mp-product-list-visual--imprimantes{
  margin-top:-52px !important;
  position:relative !important;
  z-index:5 !important;
}

.mp-product-list-visual__box{
  width:100% !important;
  background:#fff !important;
  border:1px solid #d8eaf5 !important;
  border-radius:34px !important;
  padding:18px !important;
  box-shadow:0 24px 70px rgba(15,23,42,.10) !important;
  overflow:hidden !important;
}

.mp-product-list-visual__figure{
  margin:0 !important;
  border-radius:26px !important;
  overflow:hidden !important;
  background:#fff !important;
}

.mp-product-list-visual__figure img{
  display:block !important;
  width:100% !important;
  height:330px !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:26px !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-product-list-body{
  padding-top:0 !important;
}

@media(max-width:900px){
  .mp-product-list-visual--imprimantes{
    margin-top:-34px !important;
  }
  .mp-product-list-visual__box{
    border-radius:26px !important;
    padding:12px !important;
  }
  .mp-product-list-visual__figure,
  .mp-product-list-visual__figure img{
    border-radius:20px !important;
  }
  .mp-product-list-visual__figure img{
    height:240px !important;
  }
}

@media(max-width:767px){
  .mp-product-list-visual{
    padding:0 0 24px !important;
  }
  .mp-product-list-visual--imprimantes{
    margin-top:-24px !important;
  }
  .mp-product-list-visual__figure img{
    height:190px !important;
  }
}




/* v7.9.144 — Ajustement page Imprimantes & traceurs */
.mp-product-list-page--imprimantes-traceurs .mp-product-list-hero.mp-products-style-hero{
  padding:76px 0 74px !important;
  min-height:0 !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-product-list-hero h1{
  margin:18px auto 18px !important;
  font-size:clamp(42px,4.6vw,68px) !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-product-list-hero p{
  max-width:820px !important;
  font-size:19px !important;
  line-height:1.62 !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-product-list-visual{
  padding:34px 0 34px !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-product-list-visual--imprimantes{
  margin-top:0 !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-product-list-visual__box{
  max-width:1120px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  border-radius:30px !important;
  padding:14px !important;
  box-shadow:0 20px 58px rgba(15,23,42,.085) !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-product-list-visual__figure,
.mp-product-list-page--imprimantes-traceurs .mp-product-list-visual__figure img{
  border-radius:24px !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-product-list-visual__figure img{
  height:255px !important;
  object-fit:cover !important;
  object-position:center !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-product-list-body{
  padding-top:22px !important;
}

@media(max-width:900px){
  .mp-product-list-page--imprimantes-traceurs .mp-product-list-hero.mp-products-style-hero{
    padding:64px 0 62px !important;
  }

  .mp-product-list-page--imprimantes-traceurs .mp-product-list-visual{
    padding:24px 0 28px !important;
  }

  .mp-product-list-page--imprimantes-traceurs .mp-product-list-visual__figure img{
    height:210px !important;
  }
}

@media(max-width:767px){
  .mp-product-list-page--imprimantes-traceurs .mp-product-list-hero.mp-products-style-hero{
    padding:56px 0 54px !important;
  }

  .mp-product-list-page--imprimantes-traceurs .mp-product-list-hero h1{
    font-size:36px !important;
  }

  .mp-product-list-page--imprimantes-traceurs .mp-product-list-visual{
    padding:20px 0 24px !important;
  }

  .mp-product-list-page--imprimantes-traceurs .mp-product-list-visual__box{
    padding:10px !important;
    border-radius:24px !important;
  }

  .mp-product-list-page--imprimantes-traceurs .mp-product-list-visual__figure,
  .mp-product-list-page--imprimantes-traceurs .mp-product-list-visual__figure img{
    border-radius:18px !important;
  }

  .mp-product-list-page--imprimantes-traceurs .mp-product-list-visual__figure img{
    height:165px !important;
  }
}




/* v7.9.146 — Product category hero images fully visible */
.mp-product-list-visual{
  padding:34px 0 34px !important;
  background:
    radial-gradient(circle at 8% 12%, rgba(39,170,225,.12), transparent 34%),
    linear-gradient(180deg,#f7fbfe 0%,#fff 70%,#f5f9fc 100%) !important;
}

.mp-product-list-visual__box{
  width:100% !important;
  max-width:1120px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  background:#fff !important;
  border:1px solid #d8eaf5 !important;
  border-radius:30px !important;
  padding:14px !important;
  box-shadow:0 20px 58px rgba(15,23,42,.085) !important;
  overflow:hidden !important;
}

.mp-product-list-visual__figure{
  margin:0 !important;
  border-radius:24px !important;
  overflow:hidden !important;
  background:#fff !important;
}

.mp-product-list-visual__figure img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-height:360px !important;
  object-fit:contain !important;
  object-position:center center !important;
  border-radius:24px !important;
  background:#fff !important;
}

/* Keep the image separated from the title hero, not stuck to the top */
.mp-product-list-page .mp-product-list-body{
  padding-top:22px !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-product-list-visual{
  padding:34px 0 34px !important;
}
.mp-product-list-page--imprimantes-traceurs .mp-product-list-visual--imprimantes{
  margin-top:0 !important;
}
.mp-product-list-page--imprimantes-traceurs .mp-product-list-visual__box{
  max-width:1120px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  border-radius:30px !important;
  padding:14px !important;
  box-shadow:0 20px 58px rgba(15,23,42,.085) !important;
}
.mp-product-list-page--imprimantes-traceurs .mp-product-list-visual__figure,
.mp-product-list-page--imprimantes-traceurs .mp-product-list-visual__figure img{
  border-radius:24px !important;
}
.mp-product-list-page--imprimantes-traceurs .mp-product-list-visual__figure img{
  height:auto !important;
  max-height:360px !important;
  object-fit:contain !important;
  object-position:center center !important;
}

@media(max-width:900px){
  .mp-product-list-visual{
    padding:24px 0 28px !important;
  }
  .mp-product-list-visual__box{
    border-radius:26px !important;
    padding:12px !important;
  }
  .mp-product-list-visual__figure,
  .mp-product-list-visual__figure img{
    border-radius:20px !important;
  }
  .mp-product-list-visual__figure img{
    max-height:280px !important;
  }
}

@media(max-width:767px){
  .mp-product-list-visual{
    padding:20px 0 24px !important;
  }
  .mp-product-list-visual__box{
    padding:10px !important;
    border-radius:24px !important;
  }
  .mp-product-list-visual__figure,
  .mp-product-list-visual__figure img{
    border-radius:18px !important;
  }
  .mp-product-list-visual__figure img{
    max-height:200px !important;
  }
}


/* v7.9.146 — Product page images show fully, no aggressive crop */
.mp-product-list-visual{
  padding:38px 0 30px !important;
}

.mp-product-list-visual__box{
  max-width:1080px !important;
  padding:16px !important;
}

.mp-product-list-visual__figure{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.mp-product-list-visual__figure img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  border-radius:24px !important;
}

@media(max-width:900px){
  .mp-product-list-visual{
    padding:26px 0 22px !important;
  }
  .mp-product-list-visual__box{
    max-width:100% !important;
    padding:12px !important;
  }
  .mp-product-list-visual__figure img{
    border-radius:20px !important;
  }
}

@media(max-width:767px){
  .mp-product-list-visual{
    padding:20px 0 18px !important;
  }
  .mp-product-list-visual__box{
    padding:10px !important;
    border-radius:22px !important;
  }
  .mp-product-list-visual__figure img{
    border-radius:16px !important;
  }
}




/* v7.9.148 — Keep previous image width and shrink product boxes below */
.mp-product-list-page .mp-product-list-body .mp-container{
  max-width:1120px !important;
  width:calc(100% - 48px) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
  box-sizing:border-box !important;
}

.mp-product-list-page .mp-product-list-layout{
  width:100% !important;
  max-width:1120px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* Keep image version before v7.9.147 */
.mp-product-list-page .mp-product-list-visual .mp-container{
  max-width:1320px !important;
}

.mp-product-list-page .mp-product-list-visual__box{
  max-width:1120px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.mp-product-list-page .mp-product-list-visual__figure img{
  height:auto !important;
  max-height:360px !important;
  object-fit:contain !important;
  object-position:center center !important;
}

@media(max-width:900px){
  .mp-product-list-page .mp-product-list-body .mp-container{
    width:calc(100% - 40px) !important;
  }

  .mp-product-list-page .mp-product-list-layout{
    max-width:1120px !important;
  }
}

@media(max-width:767px){
  .mp-product-list-page .mp-product-list-body .mp-container{
    width:calc(100% - 32px) !important;
  }
}




/* v7.9.151 — Stable category filter and support new TablePress import */
.mp-product-list-page--imprimantes-traceurs .mp-product-filter__group[data-filter-group="categorie"]{
  display:block !important;
}

.mp-product-list-panel table.tablepress tbody tr.mp-filter-hidden{
  display:none !important;
}

.mp-product-list-panel table.tablepress tbody td:nth-child(2),
.mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(2){
  background:#fff !important;
  border:1px solid #e5f0f7 !important;
}

/* New imported table has many columns: show only Ref / Image / Marque / Désignation */
.mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody tr{
  grid-template-columns:120px 120px 1fr 160px !important;
  grid-template-areas:"img brand title ref" !important;
}

.mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td{
  display:none !important;
}

.mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(1){
  display:block !important;
  grid-area:ref !important;
  color:#5b6e7f !important;
  font-size:13px !important;
  font-weight:900 !important;
  text-align:right !important;
}

.mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(1)::before{
  content:"Réf. " !important;
  color:#8aa0af !important;
  font-weight:800 !important;
}

.mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(2){
  display:flex !important;
  grid-area:img !important;
  width:104px !important;
  height:88px !important;
  padding:10px !important;
  border-radius:18px !important;
  align-items:center !important;
  justify-content:center !important;
}

.mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(2) img{
  display:block !important;
  width:auto !important;
  max-width:80px !important;
  height:auto !important;
  max-height:68px !important;
  object-fit:contain !important;
  margin:0 auto !important;
  border:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}

.mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(3){
  display:block !important;
  grid-area:brand !important;
  color:#149bd8 !important;
  font-size:12px !important;
  font-weight:950 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
}

.mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(5){
  display:block !important;
  grid-area:title !important;
  color:#102235 !important;
  font-size:18px !important;
  line-height:1.32 !important;
  font-weight:950 !important;
  letter-spacing:-.02em !important;
}

@media(max-width:900px){
  .mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody tr{
    grid-template-columns:96px 1fr 105px !important;
    grid-template-areas:"img title ref" "img brand brand" !important;
    gap:6px 14px !important;
    min-height:118px !important;
    padding:14px 8px !important;
  }
  .mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(2){
    width:86px !important;
    height:78px !important;
  }
  .mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(2) img{
    max-width:68px !important;
    max-height:56px !important;
  }
  .mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(5){
    font-size:16px !important;
  }
}

@media(max-width:767px){
  .mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody tr{
    grid-template-columns:82px 1fr !important;
    grid-template-areas:"img brand" "img title" "img ref" !important;
    min-height:104px !important;
  }
  .mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(1){
    text-align:left !important;
  }
  .mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(2){
    width:74px !important;
    height:72px !important;
    border-radius:16px !important;
  }
  .mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(2) img{
    max-width:58px !important;
    max-height:48px !important;
  }
  .mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(5){
    font-size:15px !important;
  }
}




/* v7.9.152 — Imprimantes from TablePress ID 1 and Traceurs from TablePress ID 2 */
.mp-product-list-page--imprimantes-traceurs .mp-product-filter__source{
  background:linear-gradient(180deg,#f7fbff 0%,#fff 100%) !important;
  border:1px solid #dbeaf4 !important;
  border-radius:20px !important;
  padding:14px !important;
  margin:0 0 18px 0 !important;
  box-shadow:0 12px 26px rgba(15, 23, 42, .05) !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-product-filter__source-title{
  color:#0b3550 !important;
  font-size:15px !important;
  font-weight:950 !important;
  margin:0 0 10px 0 !important;
  letter-spacing:-.01em !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-product-filter__source label{
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  width:100% !important;
  min-height:36px !important;
  margin:0 !important;
  padding:7px 4px !important;
  color:#102235 !important;
  cursor:pointer !important;
  border-radius:12px !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-product-filter__source label:hover{
  background:#eef8fd !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-product-filter__source input{
  accent-color:#149bd8 !important;
  width:16px !important;
  height:16px !important;
  margin:0 !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-product-filter__source strong{
  font-size:14px !important;
  font-weight:900 !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-product-filter__source em{
  margin-left:auto !important;
  font-style:normal !important;
  font-size:11px !important;
  font-weight:900 !important;
  color:#149bd8 !important;
  background:#e8f6fd !important;
  border:1px solid #ccecf9 !important;
  border-radius:999px !important;
  padding:3px 8px !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-table-source-panel{
  display:none !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-table-source-panel.is-active{
  display:block !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-table-source-title{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin:0 0 16px 0 !important;
  padding:0 2px !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-table-source-title span{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:26px !important;
  padding:4px 10px !important;
  border-radius:999px !important;
  background:#e8f6fd !important;
  border:1px solid #ccecf9 !important;
  color:#149bd8 !important;
  font-size:12px !important;
  font-weight:950 !important;
  text-transform:uppercase !important;
  letter-spacing:.04em !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-table-source-title strong{
  color:#0b3550 !important;
  font-size:20px !important;
  line-height:1.2 !important;
  font-weight:950 !important;
  letter-spacing:-.03em !important;
}

.mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody tr,
.mp-product-list-page--imprimantes-traceurs .mp-table-source-panel[data-mp-table-source-panel="traceur"] table.tablepress tbody tr{
  grid-template-columns:120px 120px 1fr 160px !important;
  grid-template-areas:"img brand title ref" !important;
}

.mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td,
.mp-product-list-page--imprimantes-traceurs .mp-table-source-panel[data-mp-table-source-panel="traceur"] table.tablepress tbody td{
  display:none !important;
}

.mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(1),
.mp-product-list-page--imprimantes-traceurs .mp-table-source-panel[data-mp-table-source-panel="traceur"] table.tablepress tbody td:nth-child(1){
  display:block !important;
  grid-area:ref !important;
  color:#5b6e7f !important;
  font-size:13px !important;
  font-weight:900 !important;
  text-align:right !important;
}

.mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(1)::before,
.mp-product-list-page--imprimantes-traceurs .mp-table-source-panel[data-mp-table-source-panel="traceur"] table.tablepress tbody td:nth-child(1)::before{
  content:"Réf. " !important;
  color:#8aa0af !important;
  font-weight:800 !important;
}

.mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(2),
.mp-product-list-page--imprimantes-traceurs .mp-table-source-panel[data-mp-table-source-panel="traceur"] table.tablepress tbody td:nth-child(2){
  display:flex !important;
  grid-area:img !important;
  width:104px !important;
  height:88px !important;
  padding:10px !important;
  border-radius:18px !important;
  background:#fff !important;
  border:1px solid #e5f0f7 !important;
  align-items:center !important;
  justify-content:center !important;
}

.mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(2) img,
.mp-product-list-page--imprimantes-traceurs .mp-table-source-panel[data-mp-table-source-panel="traceur"] table.tablepress tbody td:nth-child(2) img{
  display:block !important;
  width:auto !important;
  max-width:80px !important;
  height:auto !important;
  max-height:68px !important;
  object-fit:contain !important;
  margin:0 auto !important;
  border:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}

.mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(3),
.mp-product-list-page--imprimantes-traceurs .mp-table-source-panel[data-mp-table-source-panel="traceur"] table.tablepress tbody td:nth-child(3){
  display:block !important;
  grid-area:brand !important;
  color:#149bd8 !important;
  font-size:12px !important;
  font-weight:950 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
}

.mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(5),
.mp-product-list-page--imprimantes-traceurs .mp-table-source-panel[data-mp-table-source-panel="traceur"] table.tablepress tbody td:nth-child(5){
  display:block !important;
  grid-area:title !important;
  color:#102235 !important;
  font-size:18px !important;
  line-height:1.32 !important;
  font-weight:950 !important;
  letter-spacing:-.02em !important;
}

@media(max-width:900px){
  .mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody tr,
  .mp-product-list-page--imprimantes-traceurs .mp-table-source-panel[data-mp-table-source-panel="traceur"] table.tablepress tbody tr{
    grid-template-columns:96px 1fr 105px !important;
    grid-template-areas:"img title ref" "img brand brand" !important;
    gap:6px 14px !important;
    min-height:118px !important;
    padding:14px 8px !important;
  }

  .mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(2),
  .mp-product-list-page--imprimantes-traceurs .mp-table-source-panel[data-mp-table-source-panel="traceur"] table.tablepress tbody td:nth-child(2){
    width:86px !important;
    height:78px !important;
  }

  .mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(2) img,
  .mp-product-list-page--imprimantes-traceurs .mp-table-source-panel[data-mp-table-source-panel="traceur"] table.tablepress tbody td:nth-child(2) img{
    max-width:68px !important;
    max-height:56px !important;
  }
}

@media(max-width:767px){
  .mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody tr,
  .mp-product-list-page--imprimantes-traceurs .mp-table-source-panel[data-mp-table-source-panel="traceur"] table.tablepress tbody tr{
    grid-template-columns:82px 1fr !important;
    grid-template-areas:"img brand" "img title" "img ref" !important;
    min-height:104px !important;
  }

  .mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(1),
  .mp-product-list-page--imprimantes-traceurs .mp-table-source-panel[data-mp-table-source-panel="traceur"] table.tablepress tbody td:nth-child(1){
    text-align:left !important;
  }

  .mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(2),
  .mp-product-list-page--imprimantes-traceurs .mp-table-source-panel[data-mp-table-source-panel="traceur"] table.tablepress tbody td:nth-child(2){
    width:74px !important;
    height:72px !important;
    border-radius:16px !important;
  }

  .mp-product-list-page--imprimantes-traceurs table.tablepress.mp-table-has-category tbody td:nth-child(5),
  .mp-product-list-page--imprimantes-traceurs .mp-table-source-panel[data-mp-table-source-panel="traceur"] table.tablepress tbody td:nth-child(5){
    font-size:15px !important;
  }
}




/* v7.9.153 — Hide Table 1 / Table 2 text, keep only Imprimantes / Traceurs */
.mp-product-list-page--imprimantes-traceurs .mp-product-filter__source em,
.mp-product-list-page--imprimantes-traceurs .mp-table-source-title span{
  display:none !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-product-filter__source label{
  justify-content:flex-start !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-product-filter__source strong{
  color:#102235 !important;
  font-size:15px !important;
  font-weight:950 !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-table-source-title{
  margin:0 0 16px 0 !important;
}

.mp-product-list-page--imprimantes-traceurs .mp-table-source-title strong{
  display:inline-flex !important;
  align-items:center !important;
  min-height:32px !important;
  padding:5px 14px !important;
  border-radius:999px !important;
  background:#e8f6fd !important;
  border:1px solid #ccecf9 !important;
  color:#149bd8 !important;
  font-size:20px !important;
  font-weight:950 !important;
  letter-spacing:-.02em !important;
}


/* v7.9.154 — Fournitures table ID 4 */




/* v7.9.155 — Fournitures: hide Type / Catégorie / Attributs text in visible table */
.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(5),
.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(6),
.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(7){
  display:none !important;
  visibility:hidden !important;
}

/* Force Fournitures cards to show only Image / Marque / Désignation / Référence */
.mp-product-list-page--fournitures-de-bureau table.tablepress tbody tr{
  grid-template-columns:120px 120px 1fr 150px !important;
  grid-template-areas:"img brand title ref" !important;
}

.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(1){
  grid-area:ref !important;
}

.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(2){
  grid-area:img !important;
}

.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(3){
  grid-area:brand !important;
}

.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(4){
  grid-area:title !important;
}

@media(max-width:900px){
  .mp-product-list-page--fournitures-de-bureau table.tablepress tbody tr{
    grid-template-columns:96px 1fr 105px !important;
    grid-template-areas:"img title ref" "img brand brand" !important;
    gap:6px 14px !important;
  }
}

@media(max-width:767px){
  .mp-product-list-page--fournitures-de-bureau table.tablepress tbody tr{
    grid-template-columns:82px 1fr !important;
    grid-template-areas:"img brand" "img title" "img ref" !important;
  }

  .mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(1){
    text-align:left !important;
  }
}




/* v7.9.157 — Apply Imprimantes & traceurs visual style to Fournitures page only */
.mp-product-list-page--fournitures-de-bureau .mp-products-style-hero,
.mp-product-list-page--fournitures-de-bureau .mp-product-list-hero{
  position:relative !important;
  overflow:hidden !important;
  padding:76px 0 74px !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(39,170,225,.22), transparent 35%),
    radial-gradient(circle at 88% 10%, rgba(255,255,255,.22), transparent 28%),
    linear-gradient(90deg, #063d5a 0%, #0d6f97 45%, #1aa6d9 100%) !important;
  color:#fff !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-hero .mp-container{
  max-width:1120px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:24px !important;
  padding-right:24px !important;
  box-sizing:border-box !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-hero .mp-eyebrow{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:30px !important;
  padding:6px 14px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.16) !important;
  border:1px solid rgba(255,255,255,.22) !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:950 !important;
  letter-spacing:.09em !important;
  text-transform:uppercase !important;
  margin-bottom:16px !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-hero h1{
  color:#fff !important;
  font-size:clamp(34px,4.4vw,58px) !important;
  line-height:1.02 !important;
  font-weight:950 !important;
  letter-spacing:-.055em !important;
  margin:0 0 16px !important;
  max-width:760px !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-hero p{
  color:rgba(255,255,255,.88) !important;
  font-size:18px !important;
  line-height:1.7 !important;
  max-width:760px !important;
  margin:0 !important;
}

/* Same image/card block width and style as Imprimantes */
.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual{
  padding:34px 0 34px !important;
  background:
    radial-gradient(circle at 8% 12%, rgba(39,170,225,.12), transparent 34%),
    linear-gradient(180deg,#f7fbfe 0%,#fff 70%,#f5f9fc 100%) !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual .mp-container{
  max-width:1320px !important;
  width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:24px !important;
  padding-right:24px !important;
  box-sizing:border-box !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__box{
  width:100% !important;
  max-width:1120px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  background:#fff !important;
  border:1px solid #d8eaf5 !important;
  border-radius:30px !important;
  padding:14px !important;
  box-shadow:0 20px 58px rgba(15,23,42,.085) !important;
  overflow:hidden !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure{
  margin:0 !important;
  border-radius:24px !important;
  overflow:hidden !important;
  background:#fff !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-height:360px !important;
  object-fit:contain !important;
  object-position:center center !important;
  border-radius:24px !important;
  background:#fff !important;
}

/* Same list area width/style as Imprimantes, but keep Fournitures own filter */
.mp-product-list-page--fournitures-de-bureau .mp-product-list-body{
  padding-top:22px !important;
  background:linear-gradient(180deg,#f5f9fc 0%,#fff 55%,#f7fbfe 100%) !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-body .mp-container{
  max-width:1120px !important;
  width:calc(100% - 48px) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
  box-sizing:border-box !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-layout{
  width:100% !important;
  max-width:1120px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  align-items:flex-start !important;
}

/* Fournitures filter keeps its data, only receives the same clean premium look */
.mp-product-list-page--fournitures-de-bureau .mp-product-filter{
  background:#fff !important;
  border:1px solid #d8eaf5 !important;
  border-radius:28px !important;
  box-shadow:0 18px 46px rgba(15,23,42,.075) !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-filter__head{
  border-bottom:1px solid #e5f0f7 !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-filter__head h2{
  color:#0b3550 !important;
  font-size:22px !important;
  font-weight:950 !important;
  letter-spacing:-.035em !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-filter__reset,
.mp-product-list-page--fournitures-de-bureau .mp-product-filter__apply{
  border-radius:999px !important;
  font-weight:950 !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-filter__apply{
  background:linear-gradient(135deg,#0d6f97,#149bd8) !important;
  border:0 !important;
  color:#fff !important;
  box-shadow:0 14px 30px rgba(20,155,216,.22) !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-filter__group{
  border-top:1px solid #edf4f8 !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-filter__toggle{
  color:#0b3550 !important;
  font-weight:950 !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-filter__options label{
  border-radius:12px !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-filter__options label:hover{
  background:#eef8fd !important;
}

/* Same product cards/table look as Imprimantes */
.mp-product-list-page--fournitures-de-bureau .mp-product-list-panel{
  background:#fff !important;
  border:1px solid #d8eaf5 !important;
  border-radius:28px !important;
  box-shadow:0 18px 46px rgba(15,23,42,.075) !important;
}

.mp-product-list-page--fournitures-de-bureau table.tablepress tbody tr{
  grid-template-columns:120px 120px 1fr 150px !important;
  grid-template-areas:"img brand title ref" !important;
  min-height:118px !important;
  border-radius:22px !important;
  border:1px solid #e5f0f7 !important;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%) !important;
  box-shadow:0 12px 28px rgba(15,23,42,.045) !important;
}

.mp-product-list-page--fournitures-de-bureau table.tablepress tbody tr:hover{
  transform:translateY(-2px) !important;
  border-color:#ccecf9 !important;
  box-shadow:0 18px 38px rgba(15,23,42,.085) !important;
}

.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(1){
  grid-area:ref !important;
  color:#5b6e7f !important;
  font-size:13px !important;
  font-weight:900 !important;
  text-align:right !important;
}

.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(1)::before{
  content:"Réf. " !important;
  color:#8aa0af !important;
  font-weight:800 !important;
}

.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(2){
  grid-area:img !important;
  display:flex !important;
  width:104px !important;
  height:88px !important;
  padding:10px !important;
  border-radius:18px !important;
  background:#fff !important;
  border:1px solid #e5f0f7 !important;
  align-items:center !important;
  justify-content:center !important;
}

.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(2) img{
  display:block !important;
  width:auto !important;
  max-width:80px !important;
  height:auto !important;
  max-height:68px !important;
  object-fit:contain !important;
  margin:0 auto !important;
  border:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}

.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(3){
  grid-area:brand !important;
  display:block !important;
  color:#149bd8 !important;
  font-size:12px !important;
  font-weight:950 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
}

.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(4){
  grid-area:title !important;
  display:block !important;
  color:#102235 !important;
  font-size:18px !important;
  line-height:1.32 !important;
  font-weight:950 !important;
  letter-spacing:-.02em !important;
}

/* Keep Type/Catégorie/Attributs hidden in visible table */
.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(5),
.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(6),
.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(7){
  display:none !important;
  visibility:hidden !important;
}

@media(max-width:900px){
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-hero{
    padding:58px 0 56px !important;
  }

  .mp-product-list-page--fournitures-de-bureau .mp-product-list-body .mp-container{
    width:calc(100% - 40px) !important;
  }

  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual .mp-container{
    padding-left:20px !important;
    padding-right:20px !important;
  }

  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__box{
    border-radius:26px !important;
    padding:12px !important;
  }

  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure,
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure img{
    border-radius:20px !important;
  }

  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure img{
    max-height:280px !important;
  }

  .mp-product-list-page--fournitures-de-bureau table.tablepress tbody tr{
    grid-template-columns:96px 1fr 105px !important;
    grid-template-areas:"img title ref" "img brand brand" !important;
    gap:6px 14px !important;
    min-height:118px !important;
    padding:14px 8px !important;
  }

  .mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(2){
    width:86px !important;
    height:78px !important;
  }

  .mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(2) img{
    max-width:68px !important;
    max-height:56px !important;
  }

  .mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(4){
    font-size:16px !important;
  }
}

@media(max-width:767px){
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-body .mp-container{
    width:calc(100% - 32px) !important;
  }

  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual .mp-container{
    padding-left:16px !important;
    padding-right:16px !important;
  }

  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__box{
    padding:10px !important;
    border-radius:24px !important;
  }

  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure,
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure img{
    border-radius:18px !important;
  }

  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure img{
    max-height:210px !important;
  }

  .mp-product-list-page--fournitures-de-bureau table.tablepress tbody tr{
    grid-template-columns:82px 1fr !important;
    grid-template-areas:"img brand" "img title" "img ref" !important;
    min-height:104px !important;
  }

  .mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(1){
    text-align:left !important;
  }

  .mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(2){
    width:74px !important;
    height:72px !important;
    border-radius:16px !important;
  }

  .mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(2) img{
    max-width:58px !important;
    max-height:48px !important;
  }

  .mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(4){
    font-size:15px !important;
  }
}




/* v7.9.158 — Final Fournitures page polish to match Imprimantes & traceurs */
.mp-product-list-page--fournitures-de-bureau .mp-product-list-hero{
  padding:76px 0 74px !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-hero .mp-container{
  text-align:center !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-hero h1,
.mp-product-list-page--fournitures-de-bureau .mp-product-list-hero p{
  margin-left:auto !important;
  margin-right:auto !important;
}

/* Image should fill the same visual box style as Imprimantes */
.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual{
  padding:34px 0 36px !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__box{
  max-width:920px !important;
  padding:14px !important;
  border-radius:28px !important;
  box-shadow:0 20px 58px rgba(15,23,42,.085) !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure,
.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure img{
  border-radius:20px !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure img{
  width:100% !important;
  height:255px !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center center !important;
}

/* Same central content width as Imprimantes */
.mp-product-list-page--fournitures-de-bureau .mp-product-list-body .mp-container{
  max-width:920px !important;
  width:calc(100% - 48px) !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-layout{
  max-width:920px !important;
  grid-template-columns:230px minmax(0,1fr) !important;
  gap:22px !important;
}

/* Professional list/filter sizing like Imprimantes screenshot */
.mp-product-list-page--fournitures-de-bureau .mp-product-filter{
  border-radius:24px !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-filter__head h2{
  font-size:20px !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-filter__options label{
  min-height:26px !important;
  padding:3px 0 !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-filter__options strong{
  font-size:11px !important;
  line-height:1.25 !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-filter__options em{
  font-size:10px !important;
}

/* Keep Type before Marque only on Fournitures */
.mp-product-list-page--fournitures-de-bureau [data-mp-filter-dynamic]{
  display:flex !important;
  flex-direction:column !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-filter__group[data-filter-group="type"]{
  order:1 !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-filter__group[data-filter-group="marque"]{
  order:2 !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-filter__group[data-filter-group="categorie"]{
  order:3 !important;
}

/* Make Fournitures product rows match Imprimantes card density */
.mp-product-list-page--fournitures-de-bureau .mp-product-list-panel{
  border-radius:24px !important;
  padding:18px !important;
}

.mp-product-list-page--fournitures-de-bureau table.tablepress tbody tr{
  grid-template-columns:92px 122px 1fr 120px !important;
  grid-template-areas:"img brand title ref" !important;
  min-height:104px !important;
  padding:12px 10px !important;
  gap:10px 18px !important;
  border-radius:20px !important;
}

.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(2){
  width:78px !important;
  height:70px !important;
  padding:8px !important;
  border-radius:16px !important;
}

.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(2) img{
  max-width:62px !important;
  max-height:52px !important;
}

.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(3){
  font-size:11px !important;
}

.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(4){
  font-size:15px !important;
  line-height:1.28 !important;
}

.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(1){
  font-size:11px !important;
}

/* Hide visible Type/Catégorie/Attributs columns but keep them usable for filters/search */
.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(5),
.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(6),
.mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(7){
  display:none !important;
  visibility:hidden !important;
}

/* CTA/footer spacing like Imprimantes */
.mp-product-list-page--fournitures-de-bureau .mp-product-list-cta{
  margin-top:44px !important;
}

@media(max-width:980px){
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-layout{
    grid-template-columns:1fr !important;
    max-width:920px !important;
  }
}

@media(max-width:900px){
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__box{
    max-width:920px !important;
    border-radius:24px !important;
    padding:12px !important;
  }

  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure img{
    height:220px !important;
  }

  .mp-product-list-page--fournitures-de-bureau .mp-product-list-body .mp-container{
    width:calc(100% - 40px) !important;
  }

  .mp-product-list-page--fournitures-de-bureau table.tablepress tbody tr{
    grid-template-columns:88px 1fr 104px !important;
    grid-template-areas:"img title ref" "img brand brand" !important;
    min-height:106px !important;
  }

  .mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(2){
    width:76px !important;
    height:70px !important;
  }
}

@media(max-width:767px){
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-hero{
    padding:50px 0 48px !important;
  }

  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure img{
    height:165px !important;
  }

  .mp-product-list-page--fournitures-de-bureau .mp-product-list-body .mp-container{
    width:calc(100% - 32px) !important;
  }

  .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel{
    padding:12px !important;
  }

  .mp-product-list-page--fournitures-de-bureau table.tablepress tbody tr{
    grid-template-columns:76px 1fr !important;
    grid-template-areas:"img brand" "img title" "img ref" !important;
    min-height:96px !important;
  }

  .mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(2){
    width:66px !important;
    height:64px !important;
  }

  .mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(2) img{
    max-width:52px !important;
    max-height:44px !important;
  }

  .mp-product-list-page--fournitures-de-bureau table.tablepress tbody td:nth-child(1){
    text-align:left !important;
  }
}




/* v7.9.159 — Fournitures same page width as Imprimantes & traceurs */
.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual .mp-container,
.mp-product-list-page--fournitures-de-bureau .mp-product-list-body .mp-container{
  max-width:1120px !important;
  width:calc(100% - 48px) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
  box-sizing:border-box !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__box{
  width:100% !important;
  max-width:1120px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-layout{
  width:100% !important;
  max-width:1120px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  grid-template-columns:230px minmax(0, 1fr) !important;
  gap:24px !important;
}

/* Make the Fournitures image frame as wide as Imprimantes */
.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure img{
  width:100% !important;
  height:255px !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center center !important;
}

/* Product panel and rows keep same proportion as Imprimantes */
.mp-product-list-page--fournitures-de-bureau .mp-product-list-panel{
  width:100% !important;
  min-width:0 !important;
}

.mp-product-list-page--fournitures-de-bureau table.tablepress tbody tr{
  grid-template-columns:104px 120px 1fr 130px !important;
  grid-template-areas:"img brand title ref" !important;
}

/* Filter order remains page-specific: Type before Marque */
.mp-product-list-page--fournitures-de-bureau [data-mp-filter-dynamic]{
  display:flex !important;
  flex-direction:column !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-filter__group[data-filter-group="type"]{
  order:1 !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-filter__group[data-filter-group="marque"]{
  order:2 !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-filter__group[data-filter-group="categorie"]{
  order:3 !important;
}

@media(max-width:980px){
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-layout{
    grid-template-columns:1fr !important;
  }
}

@media(max-width:900px){
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual .mp-container,
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-body .mp-container{
    width:calc(100% - 40px) !important;
  }

  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure img{
    height:220px !important;
  }

  .mp-product-list-page--fournitures-de-bureau table.tablepress tbody tr{
    grid-template-columns:88px 1fr 104px !important;
    grid-template-areas:"img title ref" "img brand brand" !important;
  }
}

@media(max-width:767px){
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual .mp-container,
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-body .mp-container{
    width:calc(100% - 32px) !important;
  }

  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure img{
    height:165px !important;
  }

  .mp-product-list-page--fournitures-de-bureau table.tablepress tbody tr{
    grid-template-columns:76px 1fr !important;
    grid-template-areas:"img brand" "img title" "img ref" !important;
  }
}




/* v7.9.160 — Fournitures filter order: Marque before Type */
.mp-product-list-page--fournitures-de-bureau [data-mp-filter-dynamic]{
  display:flex !important;
  flex-direction:column !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-filter__group[data-filter-group="marque"]{
  order:1 !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-filter__group[data-filter-group="type"]{
  order:2 !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-filter__group[data-filter-group="categorie"]{
  order:3 !important;
}




/* v7.9.164 — REAL FIX: même dimension exacte pour toutes les images hero produits */
/* Important: this block is appended to BOTH style.css and mp-clean-v6-1.css to override old cached/conflicting rules. */
body .mp-product-list-page .mp-product-list-visual{
  padding:34px 0 34px !important;
  background:
    radial-gradient(circle at 8% 12%, rgba(39,170,225,.12), transparent 34%),
    linear-gradient(180deg,#f7fbfe 0%,#fff 70%,#f5f9fc 100%) !important;
}

body .mp-product-list-page .mp-product-list-visual > .mp-container{
  width:calc(100% - 48px) !important;
  max-width:1120px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
  box-sizing:border-box !important;
}

body .mp-product-list-page .mp-product-list-visual__box{
  width:100% !important;
  max-width:1120px !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  margin:0 auto !important;
  padding:14px !important;
  border-radius:30px !important;
  overflow:hidden !important;
  background:#fff !important;
  border:1px solid #d8eaf5 !important;
  box-shadow:0 20px 58px rgba(15,23,42,.085) !important;
  display:block !important;
}

body .mp-product-list-page .mp-product-list-visual__figure{
  display:block !important;
  width:100% !important;
  height:255px !important;
  min-height:255px !important;
  max-height:255px !important;
  aspect-ratio:auto !important;
  margin:0 !important;
  padding:0 !important;
  border-radius:24px !important;
  overflow:hidden !important;
  background:#fff !important;
}

body .mp-product-list-page .mp-product-list-visual__figure img{
  display:block !important;
  width:100% !important;
  height:255px !important;
  min-height:255px !important;
  max-height:255px !important;
  aspect-ratio:auto !important;
  object-fit:cover !important;
  object-position:center center !important;
  margin:0 !important;
  padding:0 !important;
  border-radius:24px !important;
  background:#fff !important;
}

/* Fournitures filter: show only Type */
body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__group:not([data-filter-group="type"]){
  display:none !important;
}
body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__group[data-filter-group="type"]{
  display:block !important;
  order:1 !important;
}

@media(max-width:900px){
  body .mp-product-list-page .mp-product-list-visual{
    padding:24px 0 28px !important;
  }
  body .mp-product-list-page .mp-product-list-visual > .mp-container{
    width:calc(100% - 40px) !important;
  }
  body .mp-product-list-page .mp-product-list-visual__figure,
  body .mp-product-list-page .mp-product-list-visual__figure img{
    height:210px !important;
    min-height:210px !important;
    max-height:210px !important;
  }
}

@media(max-width:767px){
  body .mp-product-list-page .mp-product-list-visual{
    padding:20px 0 24px !important;
  }
  body .mp-product-list-page .mp-product-list-visual > .mp-container{
    width:calc(100% - 28px) !important;
  }
  body .mp-product-list-page .mp-product-list-visual__box{
    padding:10px !important;
    border-radius:24px !important;
  }
  body .mp-product-list-page .mp-product-list-visual__figure,
  body .mp-product-list-page .mp-product-list-visual__figure img{
    height:165px !important;
    min-height:165px !important;
    max-height:165px !important;
    border-radius:18px !important;
  }
}




/* v7.9.165 — Fournitures: dimensions des box produits comme Imprimantes & traceurs */
/* Reset the older Fournitures rounded-card overrides and use the same compact rows as Imprimantes. */
body .mp-product-list-page--fournitures-de-bureau .mp-product-list-layout{
  width:100% !important;
  max-width:1120px !important;
  grid-template-columns:230px minmax(0, 1fr) !important;
  gap:24px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel{
  width:100% !important;
  min-width:0 !important;
  padding:26px !important;
  border-radius:28px !important;
  background:#fff !important;
  border:1px solid #d8eaf5 !important;
  box-shadow:0 18px 46px rgba(15,23,42,.075) !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody{
  display:block !important;
  width:100% !important;
  background:#fff !important;
  border-radius:18px !important;
  overflow:hidden !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody tr{
  display:grid !important;
  grid-template-columns:120px 120px 1fr 160px !important;
  grid-template-areas:"img brand title ref" !important;
  gap:18px !important;
  align-items:center !important;
  width:100% !important;
  min-height:126px !important;
  height:auto !important;
  padding:18px 10px !important;
  border:0 !important;
  border-bottom:1px solid #e4f0f7 !important;
  border-radius:0 !important;
  background:#fff !important;
  background-image:none !important;
  box-shadow:none !important;
  transform:none !important;
  transition:background .18s ease !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody tr:hover{
  background:#f8fcff !important;
  border-color:#e4f0f7 !important;
  box-shadow:none !important;
  transform:none !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody tr:last-child{
  border-bottom:0 !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody td{
  display:block !important;
  border:0 !important;
  padding:0 !important;
  background:transparent !important;
  white-space:normal !important;
  overflow:visible !important;
  text-align:left !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody td:nth-child(1){
  display:block !important;
  grid-area:ref !important;
  color:#5b6e7f !important;
  font-size:13px !important;
  font-weight:900 !important;
  text-align:right !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody td:nth-child(1)::before{
  content:"Réf. " !important;
  color:#8aa0af !important;
  font-weight:800 !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody td:nth-child(2){
  display:flex !important;
  grid-area:img !important;
  width:104px !important;
  height:88px !important;
  min-width:104px !important;
  min-height:88px !important;
  padding:10px !important;
  border-radius:18px !important;
  background:#fff !important;
  border:1px solid #e5f0f7 !important;
  align-items:center !important;
  justify-content:center !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody td:nth-child(2) img{
  display:block !important;
  width:auto !important;
  max-width:80px !important;
  height:auto !important;
  max-height:68px !important;
  object-fit:contain !important;
  margin:0 auto !important;
  border:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody td:nth-child(3){
  display:block !important;
  grid-area:brand !important;
  color:#149bd8 !important;
  font-size:12px !important;
  line-height:1.25 !important;
  font-weight:950 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody td:nth-child(4){
  display:block !important;
  grid-area:title !important;
  color:#102235 !important;
  font-size:18px !important;
  line-height:1.32 !important;
  font-weight:950 !important;
  letter-spacing:-.02em !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody td:nth-child(5),
body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody td:nth-child(6),
body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody td:nth-child(7){
  display:none !important;
  visibility:hidden !important;
}

/* Fournitures filter still shows only Type */
body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__group:not([data-filter-group="type"]){
  display:none !important;
}
body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__group[data-filter-group="type"]{
  display:block !important;
  order:1 !important;
}

@media(max-width:900px){
  body .mp-product-list-page--fournitures-de-bureau .mp-product-list-layout{
    grid-template-columns:1fr !important;
  }

  body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel{
    padding:18px !important;
  }

  body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody tr{
    grid-template-columns:96px 1fr 105px !important;
    grid-template-areas:"img title ref" "img brand brand" !important;
    gap:6px 14px !important;
    min-height:118px !important;
    padding:14px 8px !important;
  }

  body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody td:nth-child(2){
    width:86px !important;
    height:78px !important;
    min-width:86px !important;
    min-height:78px !important;
  }

  body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody td:nth-child(2) img{
    max-width:68px !important;
    max-height:56px !important;
  }

  body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody td:nth-child(4){
    font-size:16px !important;
  }
}

@media(max-width:767px){
  body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel{
    padding:12px !important;
  }

  body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody tr{
    grid-template-columns:82px 1fr !important;
    grid-template-areas:"img brand" "img title" "img ref" !important;
    min-height:104px !important;
  }

  body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody td:nth-child(1){
    text-align:left !important;
  }

  body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody td:nth-child(2){
    width:74px !important;
    height:72px !important;
    min-width:74px !important;
    min-height:72px !important;
    border-radius:16px !important;
  }

  body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody td:nth-child(2) img{
    max-width:58px !important;
    max-height:48px !important;
  }

  body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody td:nth-child(4){
    font-size:15px !important;
  }
}




/* v7.9.166 — Fournitures: filtre même dimension que Imprimantes & traceurs */
body .mp-product-list-page--fournitures-de-bureau .mp-product-list-layout{
  display:grid !important;
  grid-template-columns:230px minmax(0, 1fr) !important;
  gap:24px !important;
  align-items:flex-start !important;
  width:100% !important;
  max-width:1120px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter{
  width:230px !important;
  min-width:230px !important;
  max-width:230px !important;
  padding:18px !important;
  border-radius:24px !important;
  background:#fff !important;
  border:1px solid #d8eaf5 !important;
  box-shadow:0 18px 46px rgba(15,23,42,.075) !important;
  box-sizing:border-box !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__head{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;
  padding:0 0 14px 0 !important;
  margin:0 0 14px 0 !important;
  border-bottom:1px solid #e5f0f7 !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__head h2{
  margin:0 !important;
  color:#0b3550 !important;
  font-size:20px !important;
  line-height:1.1 !important;
  font-weight:950 !important;
  letter-spacing:-.035em !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__reset{
  font-size:11px !important;
  line-height:1 !important;
  font-weight:950 !important;
  color:#149bd8 !important;
  text-decoration:none !important;
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
  white-space:nowrap !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__group[data-filter-group="type"]{
  display:block !important;
  padding-top:0 !important;
  margin-top:0 !important;
  border-top:0 !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__group:not([data-filter-group="type"]){
  display:none !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__toggle{
  display:flex !important;
  width:100% !important;
  align-items:center !important;
  justify-content:space-between !important;
  padding:0 0 12px 0 !important;
  margin:0 !important;
  border:0 !important;
  background:transparent !important;
  color:#0b3550 !important;
  font-size:13px !important;
  line-height:1.2 !important;
  font-weight:950 !important;
  cursor:pointer !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__options{
  display:grid !important;
  gap:0 !important;
  margin:0 !important;
  padding:0 !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__options label{
  display:grid !important;
  grid-template-columns:18px 1fr auto !important;
  align-items:center !important;
  gap:10px !important;
  min-height:34px !important;
  padding:6px 0 !important;
  border-radius:12px !important;
  color:#102235 !important;
  cursor:pointer !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__options label:hover{
  background:#eef8fd !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__options input[type="checkbox"]{
  width:16px !important;
  height:16px !important;
  min-width:16px !important;
  margin:0 !important;
  border:1px solid #b7d5e7 !important;
  accent-color:#149bd8 !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__options strong{
  display:block !important;
  color:#102235 !important;
  font-size:12px !important;
  line-height:1.25 !important;
  font-weight:950 !important;
  letter-spacing:0 !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__options em{
  display:block !important;
  color:#8aa0af !important;
  font-size:11px !important;
  line-height:1 !important;
  font-style:normal !important;
  font-weight:950 !important;
  text-align:right !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__apply{
  width:100% !important;
  min-height:42px !important;
  margin-top:18px !important;
  padding:0 16px !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#0d6f97,#149bd8) !important;
  border:0 !important;
  color:#fff !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:950 !important;
  box-shadow:0 14px 30px rgba(20,155,216,.22) !important;
}

@media(max-width:980px){
  body .mp-product-list-page--fournitures-de-bureau .mp-product-list-layout{
    grid-template-columns:1fr !important;
  }

  body .mp-product-list-page--fournitures-de-bureau .mp-product-filter{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
  }
}


/* v7.9.167 — Informatique & accessoires table ID 5 */


/* v7.9.168 — Informatique hero title smaller + Type before Marque */


/* v7.9.168 — Informatique & accessoires: title on one line + Type before Marque */
.mp-product-list-page--informatique-accessoires .mp-product-list-hero h1{
  font-size:clamp(34px,4.2vw,62px);
  line-height:.98;
  letter-spacing:-.04em;
  max-width:none;
  white-space:nowrap;
}
@media (max-width: 980px){
  .mp-product-list-page--informatique-accessoires .mp-product-list-hero h1{
    font-size:clamp(30px,6.4vw,48px);
    white-space:normal;
  }
}

/* v7.9.169 — Page Nos produits professionnelle */
.mp-products-catalog-page{
  background:#f5f9fc !important;
  color:#102235 !important;
  overflow:hidden !important;
}

.mp-products-catalog-hero{
  padding:82px 0 74px !important;
  text-align:center !important;
}

.mp-products-catalog-hero .mp-container{
  position:relative !important;
  z-index:3 !important;
}

.mp-products-catalog-hero h1{
  max-width:none !important;
  margin:12px auto 16px !important;
  font-size:clamp(46px,6vw,78px) !important;
  line-height:.95 !important;
  letter-spacing:-.06em !important;
}

.mp-products-catalog-hero p{
  max-width:760px !important;
  margin:0 auto !important;
  color:rgba(255,255,255,.88) !important;
  font-size:18px !important;
  line-height:1.7 !important;
}

.mp-products-catalog-quicklinks{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  max-width:980px !important;
  margin:30px auto 0 !important;
}

.mp-products-catalog-quicklinks a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:40px !important;
  padding:8px 16px !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.26) !important;
  background:rgba(255,255,255,.12) !important;
  color:#fff !important;
  text-decoration:none !important;
  font-size:13px !important;
  font-weight:900 !important;
  backdrop-filter:blur(10px) !important;
  transition:transform .2s ease,background .2s ease,border-color .2s ease !important;
}

.mp-products-catalog-quicklinks a:hover{
  transform:translateY(-2px) !important;
  background:rgba(255,255,255,.22) !important;
  border-color:rgba(255,255,255,.46) !important;
}

.mp-products-catalog-section{
  position:relative !important;
  padding:76px 0 84px !important;
  background:
    radial-gradient(circle at 8% 8%,rgba(39,170,225,.10),transparent 30%),
    linear-gradient(180deg,#f5faff 0%,#fff 48%,#f6fafc 100%) !important;
}

.mp-products-catalog-section .mp-container,
.mp-products-catalog-advantages .mp-container,
.mp-products-catalog-cta .mp-container{
  width:min(1180px,calc(100% - 48px)) !important;
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.mp-products-catalog-intro{
  display:grid !important;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr) !important;
  gap:48px !important;
  align-items:end !important;
  margin-bottom:34px !important;
}

.mp-products-catalog-kicker{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  color:#149bd8 !important;
  font-size:12px !important;
  font-weight:950 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
  margin-bottom:10px !important;
}

.mp-products-catalog-kicker::before{
  content:"" !important;
  width:24px !important;
  height:2px !important;
  border-radius:999px !important;
  background:#149bd8 !important;
}

.mp-products-catalog-intro h2{
  max-width:720px !important;
  margin:0 !important;
  color:#0b3550 !important;
  font-size:clamp(34px,4vw,52px) !important;
  line-height:1.02 !important;
  letter-spacing:-.05em !important;
  font-weight:950 !important;
}

.mp-products-catalog-intro > p{
  margin:0 !important;
  color:#64798a !important;
  font-size:16px !important;
  line-height:1.75 !important;
}

.mp-products-catalog-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:24px !important;
}

.mp-products-catalog-card{
  position:relative !important;
  overflow:hidden !important;
  border:1px solid #d8eaf5 !important;
  border-radius:30px !important;
  background:#fff !important;
  box-shadow:0 18px 46px rgba(15,23,42,.07) !important;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease !important;
}

.mp-products-catalog-card:hover{
  transform:translateY(-6px) !important;
  border-color:#bfe3f4 !important;
  box-shadow:0 28px 64px rgba(15,23,42,.13) !important;
}

.mp-products-catalog-card__visual{
  position:relative !important;
  display:block !important;
  width:100% !important;
  height:230px !important;
  overflow:hidden !important;
  background:#eef7fb !important;
}

.mp-products-catalog-card__visual::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(180deg,transparent 50%,rgba(3,34,53,.22) 100%) !important;
  pointer-events:none !important;
}

.mp-products-catalog-card__visual img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  transition:transform .45s ease !important;
}

.mp-products-catalog-card:hover .mp-products-catalog-card__visual img{
  transform:scale(1.035) !important;
}

.mp-products-catalog-card__number{
  position:absolute !important;
  left:18px !important;
  bottom:16px !important;
  z-index:2 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:48px !important;
  height:48px !important;
  border-radius:16px !important;
  background:rgba(255,255,255,.92) !important;
  color:#0d6f97 !important;
  font-size:15px !important;
  font-weight:950 !important;
  box-shadow:0 12px 28px rgba(15,23,42,.14) !important;
  backdrop-filter:blur(12px) !important;
}

.mp-products-catalog-card__body{
  padding:26px 28px 28px !important;
}

.mp-products-catalog-card__meta{
  display:block !important;
  margin-bottom:10px !important;
  color:#149bd8 !important;
  font-size:11px !important;
  line-height:1.4 !important;
  font-weight:950 !important;
  letter-spacing:.09em !important;
  text-transform:uppercase !important;
}

.mp-products-catalog-card h3{
  margin:0 0 12px !important;
  color:#0b3550 !important;
  font-size:27px !important;
  line-height:1.1 !important;
  letter-spacing:-.035em !important;
  font-weight:950 !important;
}

.mp-products-catalog-card p{
  min-height:78px !important;
  margin:0 0 20px !important;
  color:#65798a !important;
  font-size:15px !important;
  line-height:1.7 !important;
}

.mp-products-catalog-card__link{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  min-height:42px !important;
  padding:9px 16px !important;
  border-radius:999px !important;
  background:#eaf7fd !important;
  color:#0d6f97 !important;
  text-decoration:none !important;
  font-size:13px !important;
  font-weight:950 !important;
  transition:background .2s ease,color .2s ease,transform .2s ease !important;
}

.mp-products-catalog-card__link span{
  font-size:18px !important;
  line-height:1 !important;
}

.mp-products-catalog-card__link:hover{
  background:#149bd8 !important;
  color:#fff !important;
  transform:translateX(2px) !important;
}

.mp-products-catalog-advantages{
  padding:0 0 84px !important;
  background:#f6fafc !important;
}

.mp-products-catalog-advantages .mp-container{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:18px !important;
}

.mp-products-catalog-advantage{
  display:flex !important;
  align-items:flex-start !important;
  gap:16px !important;
  min-height:130px !important;
  padding:24px !important;
  border-radius:24px !important;
  border:1px solid #dcebf4 !important;
  background:#fff !important;
  box-shadow:0 14px 36px rgba(15,23,42,.055) !important;
}

.mp-products-catalog-advantage > span{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:42px !important;
  min-width:42px !important;
  height:42px !important;
  border-radius:14px !important;
  background:#eaf7fd !important;
  color:#149bd8 !important;
  font-size:13px !important;
  font-weight:950 !important;
}

.mp-products-catalog-advantage strong{
  display:block !important;
  margin-bottom:5px !important;
  color:#0b3550 !important;
  font-size:16px !important;
  font-weight:950 !important;
}

.mp-products-catalog-advantage p{
  margin:0 !important;
  color:#6d8190 !important;
  font-size:13px !important;
  line-height:1.6 !important;
}

.mp-products-catalog-cta{
  position:relative !important;
  overflow:hidden !important;
  padding:70px 0 !important;
  background:linear-gradient(90deg,#063d5a 0%,#0d6f97 45%,#1aa6d9 100%) !important;
}

.mp-products-catalog-cta::before{
  content:"" !important;
  position:absolute !important;
  left:6% !important;
  top:30% !important;
  width:120px !important;
  height:34px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.09) !important;
  transform:rotate(-9deg) !important;
}

.mp-products-catalog-cta::after{
  content:"" !important;
  position:absolute !important;
  right:7% !important;
  top:24% !important;
  width:112px !important;
  height:88px !important;
  opacity:.34 !important;
  background-image:radial-gradient(circle,rgba(255,255,255,.9) 1.5px,transparent 1.5px) !important;
  background-size:12px 12px !important;
}

.mp-products-catalog-cta__inner{
  position:relative !important;
  z-index:2 !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  gap:40px !important;
  align-items:center !important;
  padding:0 74px !important;
}

.mp-products-catalog-cta__inner > div > span{
  display:block !important;
  margin-bottom:8px !important;
  color:#9fe2ff !important;
  font-size:12px !important;
  font-weight:950 !important;
  letter-spacing:.1em !important;
  text-transform:uppercase !important;
}

.mp-products-catalog-cta h2{
  max-width:760px !important;
  margin:0 0 10px !important;
  color:#fff !important;
  font-size:clamp(32px,4vw,52px) !important;
  line-height:1.02 !important;
  letter-spacing:-.05em !important;
  font-weight:950 !important;
}

.mp-products-catalog-cta p{
  max-width:740px !important;
  margin:0 !important;
  color:rgba(255,255,255,.84) !important;
  font-size:15px !important;
  line-height:1.7 !important;
}

.mp-products-catalog-cta__inner > a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
  min-height:52px !important;
  padding:12px 22px !important;
  border-radius:15px !important;
  background:#fff !important;
  color:#0b3550 !important;
  text-decoration:none !important;
  font-size:13px !important;
  font-weight:950 !important;
  box-shadow:0 18px 38px rgba(15,23,42,.18) !important;
  white-space:nowrap !important;
}

.mp-products-catalog-cta__inner > a:hover{
  transform:translateY(-2px) !important;
}

@media(max-width:980px){
  .mp-products-catalog-intro{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }

  .mp-products-catalog-grid{
    grid-template-columns:1fr !important;
  }

  .mp-products-catalog-card{
    display:grid !important;
    grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr) !important;
  }

  .mp-products-catalog-card__visual{
    height:100% !important;
    min-height:290px !important;
  }

  .mp-products-catalog-card p{
    min-height:0 !important;
  }

  .mp-products-catalog-advantages .mp-container{
    grid-template-columns:1fr !important;
  }

  .mp-products-catalog-cta__inner{
    grid-template-columns:1fr !important;
    padding:0 24px !important;
    text-align:center !important;
  }

  .mp-products-catalog-cta h2,
  .mp-products-catalog-cta p{
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .mp-products-catalog-cta__inner > a{
    justify-self:center !important;
  }
}

@media(max-width:767px){
  .mp-products-catalog-hero{
    padding:56px 0 50px !important;
  }

  .mp-products-catalog-hero h1{
    font-size:42px !important;
  }

  .mp-products-catalog-hero p{
    font-size:16px !important;
  }

  .mp-products-catalog-quicklinks{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
  }

  .mp-products-catalog-quicklinks a{
    min-height:38px !important;
    padding:7px 10px !important;
    font-size:11px !important;
  }

  .mp-products-catalog-section{
    padding:54px 0 60px !important;
  }

  .mp-products-catalog-section .mp-container,
  .mp-products-catalog-advantages .mp-container,
  .mp-products-catalog-cta .mp-container{
    width:calc(100% - 28px) !important;
  }

  .mp-products-catalog-intro h2{
    font-size:34px !important;
  }

  .mp-products-catalog-card{
    display:block !important;
    border-radius:24px !important;
  }

  .mp-products-catalog-card__visual{
    height:190px !important;
    min-height:0 !important;
  }

  .mp-products-catalog-card__body{
    padding:22px !important;
  }

  .mp-products-catalog-card h3{
    font-size:23px !important;
  }

  .mp-products-catalog-card p{
    font-size:14px !important;
  }

  .mp-products-catalog-advantages{
    padding-bottom:60px !important;
  }

  .mp-products-catalog-cta{
    padding:56px 0 !important;
  }

  .mp-products-catalog-cta__inner{
    padding:0 !important;
  }
}


/* v7.9.170 — Page Nos produits sans menu rapide, sans numéros, avec icônes professionnelles */
.mp-products-catalog-quicklinks,
.mp-products-catalog-card__number{
  display:none !important;
}

.mp-products-catalog-hero{
  padding-bottom:72px !important;
}

.mp-products-catalog-advantage{
  align-items:center !important;
  gap:18px !important;
  min-height:138px !important;
}

.mp-products-catalog-advantage__icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 56px !important;
  width:56px !important;
  height:56px !important;
  min-width:56px !important;
  border-radius:18px !important;
  background:linear-gradient(145deg,#eaf7fd 0%,#d9f1fb 100%) !important;
  color:#0d86b8 !important;
  border:1px solid #c8e8f6 !important;
  box-shadow:0 12px 28px rgba(20,155,216,.13) !important;
}

.mp-products-catalog-advantage__icon svg{
  display:block !important;
  width:27px !important;
  height:27px !important;
}

.mp-products-catalog-advantage strong{
  font-size:17px !important;
  line-height:1.25 !important;
}

.mp-products-catalog-advantage p{
  font-size:13.5px !important;
  line-height:1.6 !important;
}

@media(max-width:767px){
  .mp-products-catalog-advantage{
    min-height:0 !important;
    padding:21px !important;
  }

  .mp-products-catalog-advantage__icon{
    flex-basis:50px !important;
    width:50px !important;
    height:50px !important;
    min-width:50px !important;
    border-radius:16px !important;
  }

  .mp-products-catalog-advantage__icon svg{
    width:24px !important;
    height:24px !important;
  }
}


/* v7.9.171 — Sous-menu Produits professionnel */
@media (min-width: 768px){
  .main-navigation{overflow:visible}
  .primary-menu > li{position:relative}
  .primary-menu .menu-item-has-children > a{
    display:inline-flex!important;
    align-items:center;
    gap:8px;
  }
  .primary-menu .menu-item-has-children > a::before{
    content:'';
    display:none!important;
  }
  .primary-menu .menu-item-has-children > a::after{
    content:'▾';
    position:static!important;
    width:auto!important;
    height:auto!important;
    background:none!important;
    transform:none!important;
    font-size:12px;
    color:#5d7386;
    transition:transform .22s ease,color .22s ease;
    margin-top:1px;
  }
  .primary-menu .menu-item-has-children:hover > a::after,
  .primary-menu .menu-item-has-children:focus-within > a::after{transform:rotate(180deg)!important;color:var(--mp-primary-dark)}
  .primary-menu .sub-menu{
    position:absolute;
    top:calc(100% + 14px);
    left:50%;
    transform:translateX(-50%) translateY(10px);
    min-width:290px;
    padding:14px;
    margin:0;
    list-style:none;
    border:1px solid #deebf4;
    border-radius:18px;
    background:rgba(255,255,255,.98);
    box-shadow:0 24px 55px rgba(15,23,42,.14);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .22s ease, transform .22s ease, visibility .22s ease;
    z-index:1200;
  }
  .primary-menu .sub-menu::before{
    content:'';
    position:absolute;
    top:-7px;
    left:50%;
    width:14px;
    height:14px;
    background:#fff;
    border-top:1px solid #deebf4;
    border-left:1px solid #deebf4;
    transform:translateX(-50%) rotate(45deg);
  }
  .primary-menu .menu-item-has-children:hover > .sub-menu,
  .primary-menu .menu-item-has-children:focus-within > .sub-menu,
  .primary-menu .menu-item-has-children.is-open > .sub-menu{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateX(-50%) translateY(0);
  }
  .primary-menu .sub-menu li{margin:0!important}
  .primary-menu .sub-menu a{
    display:flex!important;
    align-items:center;
    justify-content:space-between;
    padding:12px 14px!important;
    border-radius:12px;
    font-size:14px!important;
    font-weight:750!important;
    color:#11243a!important;
    white-space:nowrap;
  }
  .primary-menu .sub-menu a::after,
  .primary-menu .sub-menu a::before{display:none!important}
  .primary-menu .sub-menu a:hover,
  .primary-menu .sub-menu .current-menu-item > a,
  .primary-menu .sub-menu .current_page_item > a{
    background:#eef8fe;
    color:var(--mp-primary-dark)!important;
  }
}
@media (max-width: 767px){
  .primary-menu .menu-item-has-children{position:relative}
  .primary-menu .menu-item-has-children > a{
    display:flex!important;
    align-items:center;
    justify-content:space-between;
    gap:10px;
  }
  .primary-menu .menu-item-has-children > a::after{
    content:'▾';
    position:static!important;
    width:auto!important;
    height:auto!important;
    background:none!important;
    transform:none!important;
    font-size:12px;
    color:#5d7386;
    margin-left:auto;
    transition:transform .2s ease;
  }
  .primary-menu .menu-item-has-children.is-open > a::after{transform:rotate(180deg)!important}
  .primary-menu .sub-menu{
    display:none;
    list-style:none;
    margin:4px 0 10px 0;
    padding:8px 0 0 12px;
    border-left:2px solid #d8ecf8;
  }
  .primary-menu .menu-item-has-children.is-open > .sub-menu{display:block}
  .primary-menu .sub-menu li{margin:0!important}
  .primary-menu .sub-menu a{
    display:block!important;
    padding:10px 10px!important;
    font-size:14px!important;
    font-weight:700!important;
    color:#465d70!important;
    border-radius:10px;
  }
  .primary-menu .sub-menu a:hover,
  .primary-menu .sub-menu .current-menu-item > a,
  .primary-menu .sub-menu .current_page_item > a{
    background:#eef8fe;
    color:var(--mp-primary-dark)!important;
  }
}


/* v7.9.172 — Page Demande de devis professionnelle avec WPForms */
.mp-quote-page-v172{
  background:#f4f9fc;
  color:#102235;
  overflow:hidden;
}

.mp-quote-hero{
  position:relative;
  overflow:hidden;
  padding:86px 0 82px;
  background:
    radial-gradient(circle at 82% 24%,rgba(255,255,255,.13),transparent 28%),
    radial-gradient(circle at 16% 12%,rgba(39,170,225,.30),transparent 34%),
    linear-gradient(105deg,#063d5a 0%,#0d6f97 48%,#1aa6d9 100%);
  color:#fff;
}
.mp-quote-hero::before{
  content:"";
  position:absolute;
  right:-110px;
  top:-160px;
  width:560px;
  height:560px;
  border:74px solid rgba(255,255,255,.07);
  border-radius:50%;
}
.mp-quote-hero::after{
  content:"";
  position:absolute;
  left:7%;
  bottom:20%;
  width:120px;
  height:34px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  transform:rotate(-9deg);
}
.mp-quote-hero .mp-container{position:relative;z-index:2}
.mp-quote-hero__content{max-width:940px;margin:0 auto;text-align:center}
.mp-quote-eyebrow,
.mp-quote-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  font-size:12px;
  line-height:1.2;
  font-weight:950;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.mp-quote-eyebrow{
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fff;
}
.mp-quote-hero h1{
  max-width:920px;
  margin:20px auto 18px;
  color:#fff;
  font-size:clamp(42px,5.6vw,72px);
  line-height:.98;
  letter-spacing:-.058em;
  font-weight:950;
}
.mp-quote-hero p{
  max-width:790px;
  margin:0 auto;
  color:rgba(255,255,255,.88);
  font-size:18px;
  line-height:1.75;
}
.mp-quote-hero__benefits{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:28px;
}
.mp-quote-hero__benefits span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:13px;
  font-weight:850;
  backdrop-filter:blur(8px);
}
.mp-quote-hero__benefits svg{width:18px;height:18px}

.mp-quote-main{
  position:relative;
  padding:70px 0 78px;
  background:
    radial-gradient(circle at 7% 8%,rgba(39,170,225,.09),transparent 28%),
    linear-gradient(180deg,#f5faff 0%,#fff 55%,#f6fafc 100%);
}
.mp-quote-layout{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);
  gap:28px;
  align-items:start;
  width:min(1180px,calc(100% - 48px));
  max-width:1180px;
}
.mp-quote-form-card,
.mp-quote-side-card{
  border:1px solid #d8eaf5;
  background:#fff;
  box-shadow:0 20px 58px rgba(15,23,42,.075);
}
.mp-quote-form-card{
  padding:36px;
  border-radius:30px;
}
.mp-quote-form-card__head{
  display:flex;
  align-items:flex-start;
  gap:17px;
  padding-bottom:24px;
  margin-bottom:12px;
  border-bottom:1px solid #e6f0f6;
}
.mp-quote-form-card__icon,
.mp-quote-contact-card__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  width:54px;
  height:54px;
  border-radius:17px;
  background:linear-gradient(135deg,#0d6f97,#1aa6d9);
  color:#fff;
  box-shadow:0 14px 30px rgba(20,155,216,.23);
}
.mp-quote-form-card__icon svg,
.mp-quote-contact-card__icon svg{width:25px;height:25px}
.mp-quote-kicker{color:#149bd8}
.mp-quote-form-card h2,
.mp-quote-side-card h2,
.mp-quote-products h2{
  margin:8px 0 8px;
  color:#0b3550;
  font-size:clamp(28px,3vw,40px);
  line-height:1.06;
  letter-spacing:-.045em;
  font-weight:950;
}
.mp-quote-form-card__head p{
  margin:0;
  color:#667b8c;
  font-size:15px;
  line-height:1.65;
}

/* WPForms */
.mp-quote-wpforms .wpforms-container{margin:10px 0 0!important}
.mp-quote-wpforms .wpforms-field-container{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  column-gap:16px!important;
}
.mp-quote-wpforms .wpforms-field{
  width:100%!important;
  padding:9px 0!important;
}
.mp-quote-wpforms .wpforms-field-textarea,
.mp-quote-wpforms .wpforms-field-checkbox,
.mp-quote-wpforms .wpforms-field-radio,
.mp-quote-wpforms .wpforms-field-file-upload,
.mp-quote-wpforms .wpforms-field-html,
.mp-quote-wpforms .wpforms-field-divider{
  grid-column:1 / -1!important;
}
.mp-quote-wpforms .wpforms-field-label{
  display:block!important;
  margin-bottom:8px!important;
  color:#102235!important;
  font-size:13px!important;
  line-height:1.25!important;
  font-weight:900!important;
}
.mp-quote-wpforms .wpforms-required-label{color:#149bd8!important}
.mp-quote-wpforms input[type="text"],
.mp-quote-wpforms input[type="email"],
.mp-quote-wpforms input[type="tel"],
.mp-quote-wpforms input[type="number"],
.mp-quote-wpforms input[type="url"],
.mp-quote-wpforms select,
.mp-quote-wpforms textarea{
  width:100%!important;
  max-width:none!important;
  min-height:52px!important;
  padding:13px 15px!important;
  border:1px solid #d4e6f1!important;
  border-radius:14px!important;
  background:#fafdff!important;
  color:#102235!important;
  font-size:15px!important;
  box-shadow:none!important;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease!important;
}
.mp-quote-wpforms textarea{min-height:150px!important;resize:vertical!important}
.mp-quote-wpforms input:focus,
.mp-quote-wpforms select:focus,
.mp-quote-wpforms textarea:focus{
  outline:none!important;
  border-color:#149bd8!important;
  background:#fff!important;
  box-shadow:0 0 0 4px rgba(20,155,216,.11)!important;
}
.mp-quote-wpforms .wpforms-field-description,
.mp-quote-wpforms .wpforms-field-sublabel{
  color:#8193a1!important;
  font-size:12px!important;
}
.mp-quote-wpforms .wpforms-submit-container{padding-top:16px!important}
.mp-quote-wpforms button[type="submit"],
.mp-quote-wpforms .wpforms-submit{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:52px!important;
  padding:13px 26px!important;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#0d6f97,#149bd8)!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:950!important;
  box-shadow:0 14px 30px rgba(20,155,216,.22)!important;
  cursor:pointer!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
}
.mp-quote-wpforms button[type="submit"]:hover,
.mp-quote-wpforms .wpforms-submit:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 18px 36px rgba(20,155,216,.28)!important;
}
.mp-quote-wpforms .wpforms-error{color:#b42318!important}
.mp-quote-wpforms label.wpforms-error{font-size:12px!important;margin-top:6px!important}
.mp-quote-wpforms .wpforms-confirmation-container-full{
  padding:20px!important;
  border:1px solid #bdebd6!important;
  border-radius:16px!important;
  background:#eefbf5!important;
  color:#126b47!important;
}
.mp-quote-wpforms .mp-wpforms-notice{margin:18px 0 0!important}

.mp-quote-privacy{
  display:flex;
  align-items:flex-start;
  gap:9px;
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid #e6f0f6;
  color:#6b7f8e;
  font-size:12px;
  line-height:1.55;
}
.mp-quote-privacy svg{flex:0 0 auto;width:17px;height:17px;color:#149bd8;margin-top:1px}

.mp-quote-sidebar{
  display:grid;
  gap:20px;
  position:sticky;
  top:120px;
}
.mp-quote-side-card{padding:28px;border-radius:26px}
.mp-quote-side-card h2{font-size:30px}
.mp-quote-steps{display:grid;gap:18px;margin-top:24px}
.mp-quote-step{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start}
.mp-quote-step > span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:14px;
  background:#eaf7fd;
  color:#149bd8;
  font-size:12px;
  font-weight:950;
}
.mp-quote-step strong{display:block;color:#102235;font-size:14px;font-weight:950;margin:1px 0 4px}
.mp-quote-step p{margin:0;color:#6b7f8e;font-size:13px;line-height:1.55}
.mp-quote-contact-card{
  display:flex;
  align-items:flex-start;
  gap:16px;
  background:linear-gradient(145deg,#073e5b,#0d6f97)!important;
  color:#fff;
  border-color:transparent;
}
.mp-quote-contact-card__icon{background:rgba(255,255,255,.12);box-shadow:none}
.mp-quote-contact-card .mp-quote-kicker{color:#9fe2ff}
.mp-quote-contact-card h3{margin:7px 0 14px;color:#fff;font-size:22px;line-height:1.12;font-weight:950}
.mp-quote-contact-card a{
  display:flex;
  align-items:center;
  gap:9px;
  color:#fff;
  font-size:13px;
  font-weight:800;
  margin-top:9px;
}
.mp-quote-contact-card a svg{width:16px;height:16px;color:#9fe2ff}

.mp-quote-products{
  padding:68px 0 80px;
  background:#fff;
}
.mp-quote-products .mp-container{width:min(1180px,calc(100% - 48px));max-width:1180px}
.mp-quote-products__head{text-align:center;max-width:760px;margin:0 auto 28px}
.mp-quote-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.mp-quote-products__grid a{
  display:flex;
  align-items:center;
  gap:13px;
  min-height:84px;
  padding:18px;
  border:1px solid #dcebf4;
  border-radius:20px;
  background:#fff;
  color:#102235;
  box-shadow:0 12px 30px rgba(15,23,42,.045);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.mp-quote-products__grid a:hover{transform:translateY(-3px);border-color:#bfe3f4;box-shadow:0 18px 38px rgba(15,23,42,.08)}
.mp-quote-products__grid a span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  width:44px;
  height:44px;
  border-radius:14px;
  background:#eaf7fd;
  color:#149bd8;
}
.mp-quote-products__grid svg{width:22px;height:22px}
.mp-quote-products__grid strong{font-size:14px;line-height:1.3;font-weight:950}

@media(max-width:980px){
  .mp-quote-layout{grid-template-columns:1fr!important}
  .mp-quote-sidebar{position:relative;top:auto;grid-template-columns:1fr 1fr}
  .mp-quote-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
  .mp-quote-hero{padding:58px 0 56px}
  .mp-quote-hero h1{font-size:42px}
  .mp-quote-hero p{font-size:16px}
  .mp-quote-hero__benefits{display:grid;grid-template-columns:1fr;max-width:290px;margin-left:auto;margin-right:auto}
  .mp-quote-main{padding:42px 0 54px}
  .mp-quote-layout,
  .mp-quote-products .mp-container{width:calc(100% - 28px)!important}
  .mp-quote-form-card{padding:22px;border-radius:24px}
  .mp-quote-form-card__head{display:block}
  .mp-quote-form-card__icon{margin-bottom:14px}
  .mp-quote-wpforms .wpforms-field-container{grid-template-columns:1fr!important}
  .mp-quote-wpforms .wpforms-field{grid-column:1!important}
  .mp-quote-wpforms button[type="submit"],
  .mp-quote-wpforms .wpforms-submit{width:100%!important}
  .mp-quote-sidebar{grid-template-columns:1fr}
  .mp-quote-side-card{padding:22px;border-radius:22px}
  .mp-quote-products{padding:52px 0 60px}
  .mp-quote-products__grid{grid-template-columns:1fr}
}


/* v7.9.173 — Professional quote form with company ICE and dynamic product table */
.mp-quote-page-v173{background:#f5f9fc;color:#102235}
.mp-quote-hero--v173{padding:82px 0 78px;background:linear-gradient(90deg,#063d5a 0%,#0d6f97 48%,#1aa6d9 100%);color:#fff;text-align:center}
.mp-quote-hero--v173 .mp-quote-hero__content{max-width:920px;margin:0 auto}
.mp-quote-hero--v173 h1{max-width:900px;margin:14px auto 18px;font-size:clamp(42px,5.3vw,70px);line-height:.98;letter-spacing:-.055em;color:#fff}
.mp-quote-hero--v173 p{max-width:800px;margin:0 auto;color:rgba(255,255,255,.88);font-size:18px;line-height:1.7}
.mp-quote-main--v173{padding:66px 0 74px;background:radial-gradient(circle at 7% 4%,rgba(39,170,225,.10),transparent 31%),linear-gradient(180deg,#f5faff 0%,#fff 52%,#f6fafc 100%)}
.mp-quote-layout--v173{grid-template-columns:minmax(0,1fr) 350px;gap:28px;align-items:start;width:min(1260px,calc(100% - 48px));max-width:1260px}
.mp-quote-form-card--v173{padding:34px;border:1px solid #d8eaf5;border-radius:30px;background:#fff;box-shadow:0 22px 60px rgba(15,23,42,.08)}
.mp-quote-sidebar--v173{top:116px;gap:20px}
.mp-quote-form-section{grid-column:1/-1;margin:20px 0 4px;padding:22px 0 10px;border-top:1px solid #e4eff6}
.mp-quote-form-section:first-child{margin-top:0;border-top:0;padding-top:4px}
.mp-quote-form-section__kicker{display:block;margin-bottom:5px;color:#149bd8;font-size:11px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
.mp-quote-form-section h3{margin:0 0 5px;color:#0b3550;font-size:23px;line-height:1.15;font-weight:950;letter-spacing:-.035em}
.mp-quote-form-section p{max-width:720px;margin:0;color:#748897;font-size:13px;line-height:1.6}
.mp-quote-product-builder{grid-column:1/-1;margin:22px 0 10px;padding:24px;border:1px solid #d7eaf5;border-radius:22px;background:linear-gradient(180deg,#f8fcff 0%,#fff 100%)}
.mp-quote-product-builder__head{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:18px}
.mp-quote-product-builder__head h3{margin:4px 0 5px;color:#0b3550;font-size:24px;line-height:1.1;font-weight:950;letter-spacing:-.035em}
.mp-quote-product-builder__head p{margin:0;color:#718594;font-size:13px;line-height:1.55}
.mp-quote-product-builder__counter{display:flex;align-items:baseline;gap:6px;flex:0 0 auto;padding:9px 13px;border-radius:999px;background:#eaf7fd;color:#0d6f97}
.mp-quote-product-builder__counter strong{font-size:18px;line-height:1;font-weight:950}.mp-quote-product-builder__counter span{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.mp-quote-products-table-scroll{width:100%;overflow-x:auto;padding-bottom:3px}.mp-quote-products-table{width:100%;min-width:1080px;border-collapse:separate;border-spacing:0 8px}
.mp-quote-products-table th{padding:0 8px 5px;text-align:left;color:#5f7484;font-size:10px;font-weight:950;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap}
.mp-quote-products-table td{padding:0 4px;background:transparent;vertical-align:middle}.mp-quote-products-table td:first-child{padding-left:0}.mp-quote-products-table td:last-child{padding-right:0}
.mp-quote-products-table input,.mp-quote-products-table select{width:100%;height:44px;min-height:44px;padding:9px 11px;border:1px solid #d5e7f1;border-radius:11px;background:#fff;color:#102235;font-family:inherit;font-size:12px;box-shadow:none;outline:0}
.mp-quote-products-table input:focus,.mp-quote-products-table select:focus{border-color:#149bd8;box-shadow:0 0 0 3px rgba(20,155,216,.10)}
.mp-quote-products-table th:nth-child(1),.mp-quote-products-table td:nth-child(1){width:17%}.mp-quote-products-table th:nth-child(2),.mp-quote-products-table td:nth-child(2){width:23%}.mp-quote-products-table th:nth-child(3),.mp-quote-products-table td:nth-child(3){width:14%}.mp-quote-products-table th:nth-child(4),.mp-quote-products-table td:nth-child(4){width:8%}.mp-quote-products-table th:nth-child(5),.mp-quote-products-table td:nth-child(5){width:10%}.mp-quote-products-table th:nth-child(6),.mp-quote-products-table td:nth-child(6){width:23%}
.mp-quote-product-row__action{width:42px!important;text-align:right}.mp-quote-remove-product{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid #f0d6d8;border-radius:10px;background:#fff6f7;color:#b42318;font-size:22px;line-height:1;cursor:pointer}.mp-quote-remove-product:hover{background:#b42318;color:#fff;border-color:#b42318}.mp-quote-remove-product:disabled{opacity:.35;cursor:not-allowed}
.mp-quote-product-builder__actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:14px}.mp-quote-add-product{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:9px 16px;border:2px solid #149bd8;border-radius:999px;background:#dff4ff;color:#0d3b5a;font-size:12px;font-weight:950;cursor:pointer;box-shadow:0 10px 24px rgba(13,111,151,.18)}.mp-quote-add-product:hover{background:#c8ecff;color:#082c44}.mp-quote-add-product span{font-size:17px;line-height:1;color:#e56b00}.mp-quote-product-builder__hint{max-width:480px;color:#8395a2;font-size:11px;line-height:1.5;text-align:right}.mp-quote-products-error{margin-top:12px;padding:10px 13px;border:1px solid #ffd0d4;border-radius:11px;background:#fff2f3;color:#b42318;font-size:12px;font-weight:850}
.mp-products-data-field{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}.mp-quote-wpforms--v173 .wpforms-field-container{align-items:start}.mp-quote-wpforms--v173 .wpforms-field-name .wpforms-field-row{max-width:none!important}.mp-quote-wpforms--v173 .wpforms-field-checkbox{padding-top:18px!important}.mp-quote-wpforms--v173 .wpforms-field-checkbox ul{margin:0!important;padding:0!important;list-style:none!important}.mp-quote-wpforms--v173 .wpforms-field-checkbox li{display:flex!important;align-items:flex-start!important;gap:9px!important}.mp-quote-wpforms--v173 .wpforms-field-checkbox input{width:17px!important;height:17px!important;min-height:0!important;margin:3px 0 0!important}.mp-quote-wpforms--v173 .wpforms-field-checkbox label{color:#607585!important;font-size:12px!important;line-height:1.55!important}
.mp-quote-required-card{padding:27px;border:1px solid #d8eaf5;border-radius:26px;background:#fff;box-shadow:0 16px 40px rgba(15,23,42,.06)}.mp-quote-required-card h2{margin:7px 0 20px;color:#0b3550;font-size:28px;line-height:1.06;font-weight:950;letter-spacing:-.04em}.mp-quote-required-list{display:grid;gap:14px;margin:0;padding:0;list-style:none}.mp-quote-required-list li{display:grid;grid-template-columns:22px 1fr;gap:10px;align-items:start;color:#617686;font-size:13px;line-height:1.55}.mp-quote-required-list svg{width:19px;height:19px;color:#149bd8;margin-top:1px}.mp-quote-required-list strong{color:#102235}.mp-quote-ice-note{margin-top:20px;padding:13px 14px;border-radius:14px;background:#eef8fd;color:#4e687a;font-size:12px;line-height:1.55}.mp-quote-ice-note strong{color:#0d6f97}
.mp-quote-company-card{display:grid;grid-template-columns:50px 1fr;gap:15px;padding:25px;border-radius:26px;background:linear-gradient(135deg,#063d5a,#0d6f97);color:#fff}.mp-quote-company-card__icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:16px;background:rgba(255,255,255,.12);color:#9fe2ff}.mp-quote-company-card__icon svg{width:24px;height:24px}.mp-quote-company-card .mp-quote-kicker{color:#9fe2ff}.mp-quote-company-card h3{margin:7px 0 9px;color:#fff;font-size:21px;line-height:1.12;font-weight:950}.mp-quote-company-card p{margin:0 0 13px;color:rgba(255,255,255,.82);font-size:12px;line-height:1.6}.mp-quote-company-card a{display:flex;align-items:center;gap:8px;margin-top:8px;color:#fff;font-size:12px;font-weight:850}.mp-quote-company-card a svg{width:15px;height:15px;color:#9fe2ff}.mp-quote-products__head p{max-width:680px;margin:8px auto 0;color:#718594;font-size:14px;line-height:1.65}.mp-ice-custom-error{display:block!important}
@media(max-width:1100px){.mp-quote-layout--v173{grid-template-columns:1fr}.mp-quote-sidebar--v173{position:relative;top:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.mp-quote-company-card{grid-column:1/-1}}
@media(max-width:767px){.mp-quote-hero--v173{padding:56px 0 52px}.mp-quote-hero--v173 h1{font-size:39px}.mp-quote-hero--v173 p{font-size:15px}.mp-quote-main--v173{padding:42px 0 54px}.mp-quote-layout--v173{width:calc(100% - 28px)}.mp-quote-form-card--v173{padding:20px;border-radius:23px}.mp-quote-sidebar--v173{grid-template-columns:1fr}.mp-quote-company-card{grid-column:auto}.mp-quote-product-builder{padding:17px;border-radius:18px}.mp-quote-product-builder__head{display:block}.mp-quote-product-builder__counter{display:inline-flex;margin-top:12px}.mp-quote-products-table{min-width:0;border-spacing:0}.mp-quote-products-table thead{display:none}.mp-quote-products-table,.mp-quote-products-table tbody,.mp-quote-products-table tr,.mp-quote-products-table td{display:block;width:100%!important}.mp-quote-products-table tr{position:relative;margin-bottom:14px;padding:12px 48px 12px 12px;border:1px solid #d9eaf4;border-radius:16px;background:#fff}.mp-quote-products-table td{padding:5px 0!important}.mp-quote-products-table td::before{content:attr(data-label);display:block;margin-bottom:4px;color:#6b8190;font-size:9px;font-weight:950;letter-spacing:.07em;text-transform:uppercase}.mp-quote-product-row__action{position:absolute;top:10px;right:9px}.mp-quote-product-row__action::before{display:none!important}.mp-quote-product-builder__actions{display:block}.mp-quote-product-builder__hint{display:block;margin-top:11px;text-align:left}.mp-quote-add-product{width:100%}.mp-quote-form-section h3{font-size:21px}}


/* v7.9.174 — Devis: hero simplifié et tableau sans catégorie */
.mp-quote-hero--v173{
  padding:72px 0 68px!important;
}
.mp-quote-hero--v173 .mp-quote-hero__content{
  max-width:860px!important;
}
.mp-quote-hero--v173 h1{
  max-width:780px!important;
  margin:16px auto 16px!important;
  font-size:clamp(38px,4.7vw,60px)!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
}
.mp-quote-hero--v173 p{
  max-width:720px!important;
  font-size:16px!important;
  line-height:1.65!important;
}
.mp-quote-hero__benefits{
  display:none!important;
}
.mp-quote-products-table{
  min-width:900px!important;
}
.mp-quote-products-table th:nth-child(1),
.mp-quote-products-table td:nth-child(1){width:30%!important}
.mp-quote-products-table th:nth-child(2),
.mp-quote-products-table td:nth-child(2){width:17%!important}
.mp-quote-products-table th:nth-child(3),
.mp-quote-products-table td:nth-child(3){width:10%!important}
.mp-quote-products-table th:nth-child(4),
.mp-quote-products-table td:nth-child(4){width:12%!important}
.mp-quote-products-table th:nth-child(5),
.mp-quote-products-table td:nth-child(5){width:26%!important}
.mp-quote-products-table th:nth-child(6),
.mp-quote-products-table td:nth-child(6){width:42px!important}
@media(max-width:767px){
  .mp-quote-hero--v173{padding:50px 0 46px!important}
  .mp-quote-hero--v173 h1{font-size:36px!important}
  .mp-quote-hero--v173 p{font-size:14px!important}
}


/* V175 demande de devis: remove Observation column and simplify products section */
.mp-quote-products-table{min-width:900px}
.mp-quote-products-table th:nth-child(1),.mp-quote-products-table td:nth-child(1){width:38%!important}
.mp-quote-products-table th:nth-child(2),.mp-quote-products-table td:nth-child(2){width:24%!important}
.mp-quote-products-table th:nth-child(3),.mp-quote-products-table td:nth-child(3){width:14%!important}
.mp-quote-products-table th:nth-child(4),.mp-quote-products-table td:nth-child(4){width:18%!important}
.mp-quote-products-table th:nth-child(5),.mp-quote-products-table td:nth-child(5){width:42px!important}
@media(max-width:767px){
  .mp-quote-products-table{min-width:0}
}


/* v7.9.176 — Demande de devis: tableau contenu dans le formulaire */
.mp-quote-form-card--v173,
.mp-quote-product-builder,
.mp-quote-products-table-scroll{
  min-width:0!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}

.mp-quote-form-card--v173,
.mp-quote-product-builder{
  overflow:hidden!important;
}

.mp-quote-products-table-scroll{
  width:100%!important;
  overflow-x:hidden!important;
  padding-bottom:3px!important;
}

.mp-quote-products-table{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  table-layout:fixed!important;
  border-collapse:separate!important;
  border-spacing:0 8px!important;
}

.mp-quote-products-table th,
.mp-quote-products-table td{
  min-width:0!important;
  max-width:none!important;
  box-sizing:border-box!important;
}

.mp-quote-products-table th:nth-child(1),
.mp-quote-products-table td:nth-child(1){width:41%!important}
.mp-quote-products-table th:nth-child(2),
.mp-quote-products-table td:nth-child(2){width:23%!important}
.mp-quote-products-table th:nth-child(3),
.mp-quote-products-table td:nth-child(3){width:12%!important}
.mp-quote-products-table th:nth-child(4),
.mp-quote-products-table td:nth-child(4){width:17%!important}
.mp-quote-products-table th:nth-child(5),
.mp-quote-products-table td:nth-child(5){width:42px!important}

.mp-quote-products-table input,
.mp-quote-products-table select{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  text-overflow:ellipsis!important;
}

.mp-quote-product-row__action{
  width:42px!important;
  min-width:42px!important;
  max-width:42px!important;
  text-align:right!important;
}

.mp-quote-product-builder__actions{
  flex-wrap:wrap!important;
  align-items:flex-start!important;
}

.mp-quote-product-builder__hint{
  flex:1 1 320px!important;
  max-width:none!important;
  min-width:0!important;
  text-align:left!important;
  overflow-wrap:anywhere!important;
}

@media(max-width:900px) and (min-width:768px){
  .mp-quote-products-table th{font-size:9px!important;padding-left:5px!important;padding-right:5px!important}
  .mp-quote-products-table td{padding-left:3px!important;padding-right:3px!important}
  .mp-quote-products-table input,
  .mp-quote-products-table select{padding-left:9px!important;padding-right:9px!important;font-size:11px!important}
}

@media(max-width:767px){
  .mp-quote-products-table-scroll{overflow:visible!important}
  .mp-quote-products-table{table-layout:auto!important;min-width:0!important;border-spacing:0!important}
  .mp-quote-products-table th:nth-child(n),
  .mp-quote-products-table td:nth-child(n){width:100%!important;max-width:100%!important}
  .mp-quote-product-row__action{width:auto!important;min-width:0!important;max-width:none!important}
}


/* v7.9.178 — Top bar professionnelle avec e-mail, téléphone et adresse (desktop uniquement) */
@media (min-width: 768px){
  body .topbar.mp-topbar-contact{
    display:block !important;
    height:38px !important;
    min-height:38px !important;
    max-height:38px !important;
    padding:0 !important;
    margin:0 !important;
    overflow:visible !important;
    background:linear-gradient(90deg,#071b2d 0%,#0a2a42 100%) !important;
    border-bottom:1px solid rgba(255,255,255,.08) !important;
    color:#eaf7ff !important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__inner{
    width:min(1280px,calc(100% - 40px)) !important;
    max-width:1280px !important;
    height:38px !important;
    min-height:38px !important;
    max-height:38px !important;
    padding:0 !important;
    margin:0 auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:24px !important;
    overflow:visible !important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__items{
    display:flex !important;
    align-items:center !important;
    gap:18px !important;
    min-width:0 !important;
    flex:1 1 auto !important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__item{
    display:inline-flex !important;
    align-items:center !important;
    gap:7px !important;
    height:38px !important;
    min-height:38px !important;
    max-height:38px !important;
    margin:0 !important;
    padding:0 !important;
    color:#d9edf8 !important;
    font-size:11px !important;
    line-height:1 !important;
    font-weight:700 !important;
    letter-spacing:.01em !important;
    white-space:nowrap !important;
    text-decoration:none !important;
    transition:color .18s ease,opacity .18s ease !important;
  }

  body .topbar.mp-topbar-contact a.mp-topbar-contact__item:hover{
    color:#68d1ff !important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__icon{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex:0 0 22px !important;
    width:22px !important;
    height:22px !important;
    min-height:22px !important;
    max-height:22px !important;
    border-radius:7px !important;
    background:rgba(39,170,225,.16) !important;
    color:#5ecbfa !important;
    line-height:1 !important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__icon svg{
    display:block !important;
    width:13px !important;
    height:13px !important;
    min-width:13px !important;
    min-height:13px !important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__address{
    min-width:0 !important;
    max-width:430px !important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__address > span:last-child{
    display:block !important;
    min-width:0 !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery,
  body .topbar.mp-topbar-contact .topbar__message{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    flex:0 0 auto !important;
    width:auto !important;
    max-width:none !important;
    height:38px !important;
    min-height:38px !important;
    max-height:38px !important;
    margin:0 !important;
    padding:0 0 0 18px !important;
    border-left:1px solid rgba(255,255,255,.12) !important;
    color:#9edfff !important;
    font-size:11px !important;
    line-height:1 !important;
    font-weight:800 !important;
    letter-spacing:.015em !important;
    text-align:right !important;
    white-space:nowrap !important;
    overflow:visible !important;
    text-overflow:clip !important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery::before,
  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery::after,
  body .topbar.mp-topbar-contact .topbar__message::before,
  body .topbar.mp-topbar-contact .topbar__message::after{
    display:none !important;
    content:none !important;
  }
}

@media (min-width: 768px) and (max-width: 1120px){
  body .topbar.mp-topbar-contact .mp-topbar-contact__items{gap:12px !important}
  body .topbar.mp-topbar-contact .mp-topbar-contact__item{font-size:10px !important}
  body .topbar.mp-topbar-contact .mp-topbar-contact__address{max-width:320px !important}
  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery{font-size:10px !important;padding-left:12px !important}
}

@media (max-width: 767px){
  body .topbar.mp-topbar-contact,
  body .topbar.mp-topbar-contact .mp-topbar-contact__inner{
    display:none !important;
    height:0 !important;
    min-height:0 !important;
    max-height:0 !important;
    padding:0 !important;
    margin:0 !important;
    overflow:hidden !important;
  }
}


/* v7.9.179 — Topbar contacts premium + livraison gratuite Maroc */
@media (min-width: 768px){
  body .topbar.mp-topbar-contact{
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    background:linear-gradient(90deg,#061a2b 0%,#08263d 55%,#0a304b 100%)!important;
    border-top:1px solid rgba(255,255,255,.05)!important;
    border-bottom:1px solid rgba(87,201,247,.16)!important;
    box-shadow:inset 0 -1px 0 rgba(255,255,255,.025)!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__inner{
    width:min(1460px,calc(100% - 52px))!important;
    max-width:1460px!important;
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    gap:20px!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__items{
    gap:20px!important;
    overflow:hidden!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__item{
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    gap:8px!important;
    color:#e5f3fa!important;
    font-size:11.5px!important;
    font-weight:750!important;
    letter-spacing:.005em!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__icon{
    flex:0 0 24px!important;
    width:24px!important;
    height:24px!important;
    min-height:24px!important;
    max-height:24px!important;
    border:1px solid rgba(93,204,249,.14)!important;
    border-radius:8px!important;
    background:rgba(39,170,225,.14)!important;
    color:#65d2ff!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__icon svg{
    width:13px!important;
    height:13px!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__address{
    max-width:470px!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery,
  body .topbar.mp-topbar-contact .topbar__message{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    height:30px!important;
    min-height:30px!important;
    max-height:30px!important;
    padding:0 14px!important;
    margin:0!important;
    border:1px solid rgba(104,211,255,.2)!important;
    border-radius:999px!important;
    background:rgba(39,170,225,.1)!important;
    color:#aee7ff!important;
    font-size:11px!important;
    line-height:1!important;
    font-weight:850!important;
    letter-spacing:.01em!important;
    white-space:nowrap!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery-icon{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 17px!important;
    width:17px!important;
    height:17px!important;
    color:#5ed0ff!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery-icon svg{
    display:block!important;
    width:17px!important;
    height:17px!important;
  }
}

@media (min-width: 768px) and (max-width: 1180px){
  body .topbar.mp-topbar-contact .mp-topbar-contact__inner{
    width:calc(100% - 30px)!important;
    gap:12px!important;
  }
  body .topbar.mp-topbar-contact .mp-topbar-contact__items{gap:11px!important}
  body .topbar.mp-topbar-contact .mp-topbar-contact__item{font-size:9.7px!important;gap:6px!important}
  body .topbar.mp-topbar-contact .mp-topbar-contact__address{max-width:280px!important}
  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery{font-size:9.5px!important;padding:0 10px!important;gap:6px!important}
}

@media (max-width: 767px){
  body .topbar.mp-topbar-contact{display:none!important}
}

/* v7.9.180 — Topbar contacts styled like livraison badge */
@media (min-width: 768px){
  body .topbar.mp-topbar-contact .mp-topbar-contact__inner{
    gap:14px!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__items{
    gap:10px!important;
    overflow:visible!important;
    min-width:0!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__item,
  body .topbar.mp-topbar-contact .mp-topbar-contact__address{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    height:30px!important;
    min-height:30px!important;
    max-height:30px!important;
    padding:0 14px!important;
    margin:0!important;
    border:1px solid rgba(104,211,255,.2)!important;
    border-radius:999px!important;
    background:rgba(39,170,225,.1)!important;
    color:#e8f7ff!important;
    font-size:11px!important;
    line-height:1!important;
    font-weight:850!important;
    letter-spacing:.01em!important;
    text-decoration:none!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important;
    white-space:nowrap!important;
    transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease!important;
  }

  body .topbar.mp-topbar-contact a.mp-topbar-contact__item:hover{
    background:rgba(39,170,225,.16)!important;
    border-color:rgba(104,211,255,.34)!important;
    color:#ffffff!important;
    transform:translateY(-1px)!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__icon{
    flex:0 0 17px!important;
    width:17px!important;
    height:17px!important;
    min-height:17px!important;
    max-height:17px!important;
    border:none!important;
    border-radius:0!important;
    background:transparent!important;
    color:#5ed0ff!important;
    box-shadow:none!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__icon svg{
    width:17px!important;
    height:17px!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__address{
    flex:0 1 auto!important;
    min-width:0!important;
    max-width:660px!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__address > span:last-child{
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
}

@media (min-width: 768px) and (max-width: 1260px){
  body .topbar.mp-topbar-contact .mp-topbar-contact__inner{
    width:calc(100% - 28px)!important;
    gap:10px!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__items{
    gap:8px!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__item,
  body .topbar.mp-topbar-contact .mp-topbar-contact__address,
  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery,
  body .topbar.mp-topbar-contact .topbar__message{
    font-size:9.8px!important;
    padding:0 10px!important;
    gap:6px!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__address{
    max-width:350px!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__icon,
  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery-icon,
  body .topbar.mp-topbar-contact .mp-topbar-contact__icon svg,
  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery-icon svg{
    width:14px!important;
    height:14px!important;
    flex-basis:14px!important;
  }
}


/* v7.9.182 — FIX topbar: contacts sans box et icônes fines */
@media (min-width:768px){
  body .topbar.mp-topbar-contact .mp-topbar-contact__inner{
    gap:18px!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__items{
    display:flex!important;
    align-items:center!important;
    gap:14px!important;
    min-width:0!important;
    overflow:visible!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__item,
  body .topbar.mp-topbar-contact .mp-topbar-contact__address{
    position:relative!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:7px!important;
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    margin:0!important;
    padding:0 14px 0 0!important;
    border:0!important;
    outline:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#e8f6fd!important;
    font-size:11.5px!important;
    line-height:1!important;
    font-weight:700!important;
    letter-spacing:.005em!important;
    white-space:nowrap!important;
    text-decoration:none!important;
    transform:none!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__item:not(:last-child)::after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    right:0!important;
    top:50%!important;
    width:1px!important;
    height:17px!important;
    transform:translateY(-50%)!important;
    background:rgba(160,220,247,.18)!important;
  }

  body .topbar.mp-topbar-contact a.mp-topbar-contact__item:hover{
    color:#74d6ff!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    transform:none!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__icon{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 15px!important;
    width:15px!important;
    height:15px!important;
    min-width:15px!important;
    min-height:15px!important;
    max-width:15px!important;
    max-height:15px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#5ed0ff!important;
    box-shadow:none!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__icon svg{
    display:block!important;
    width:15px!important;
    height:15px!important;
    min-width:15px!important;
    min-height:15px!important;
    overflow:visible!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__icon svg *{
    stroke-width:1.45!important;
    vector-effect:non-scaling-stroke!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__address{
    flex:0 1 auto!important;
    min-width:0!important;
    max-width:600px!important;
    padding-right:0!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__address::after{
    display:none!important;
    content:none!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__address > span:last-child{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }

  /* Livraison reste le seul badge encadré. */
  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery,
  body .topbar.mp-topbar-contact .topbar__message{
    flex:0 0 auto!important;
  }
}

@media (min-width:768px) and (max-width:1260px){
  body .topbar.mp-topbar-contact .mp-topbar-contact__inner{
    width:calc(100% - 28px)!important;
    gap:10px!important;
  }
  body .topbar.mp-topbar-contact .mp-topbar-contact__items{gap:9px!important}
  body .topbar.mp-topbar-contact .mp-topbar-contact__item,
  body .topbar.mp-topbar-contact .mp-topbar-contact__address{
    font-size:9.8px!important;
    gap:5px!important;
    padding-right:9px!important;
  }
  body .topbar.mp-topbar-contact .mp-topbar-contact__address{
    max-width:330px!important;
    padding-right:0!important;
  }
  body .topbar.mp-topbar-contact .mp-topbar-contact__icon,
  body .topbar.mp-topbar-contact .mp-topbar-contact__icon svg{
    width:13px!important;
    height:13px!important;
    min-width:13px!important;
    min-height:13px!important;
    flex-basis:13px!important;
  }
}


/* v7.9.183 — Livraison sans box + Facebook/Instagram dans la topbar */
@media (min-width:768px){
  body .topbar.mp-topbar-contact .mp-topbar-contact__inner{
    gap:18px!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__right{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:12px!important;
    flex:0 0 auto!important;
    min-width:0!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery,
  body .topbar.mp-topbar-contact .topbar__message{
    position:relative!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:7px!important;
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    margin:0!important;
    padding:0 14px 0 0!important;
    border:0!important;
    outline:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#e8f6fd!important;
    font-size:11.5px!important;
    line-height:1!important;
    font-weight:700!important;
    letter-spacing:.005em!important;
    text-align:left!important;
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery::after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    right:0!important;
    top:50%!important;
    width:1px!important;
    height:17px!important;
    transform:translateY(-50%)!important;
    background:rgba(160,220,247,.18)!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery::before,
  body .topbar.mp-topbar-contact .topbar__message::before{
    display:none!important;
    content:none!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery-icon{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 15px!important;
    width:15px!important;
    height:15px!important;
    color:#5ed0ff!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery-icon svg{
    display:block!important;
    width:15px!important;
    height:15px!important;
    overflow:visible!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery-icon svg *{
    stroke-width:1.45!important;
    vector-effect:non-scaling-stroke!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__socials{
    display:inline-flex!important;
    align-items:center!important;
    gap:10px!important;
    flex:0 0 auto!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__socials a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:18px!important;
    height:18px!important;
    min-width:18px!important;
    min-height:18px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#5ed0ff!important;
    text-decoration:none!important;
    transition:color .18s ease,transform .18s ease!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__socials a:hover{
    color:#ffffff!important;
    transform:translateY(-1px)!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__socials svg{
    display:block!important;
    width:17px!important;
    height:17px!important;
    overflow:visible!important;
  }
}

@media (min-width:768px) and (max-width:1260px){
  body .topbar.mp-topbar-contact .mp-topbar-contact__right{gap:8px!important}
  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery,
  body .topbar.mp-topbar-contact .topbar__message{
    font-size:9.8px!important;
    gap:5px!important;
    padding-right:9px!important;
  }
  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery-icon,
  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery-icon svg{
    width:13px!important;
    height:13px!important;
    flex-basis:13px!important;
  }
  body .topbar.mp-topbar-contact .mp-topbar-contact__socials{gap:7px!important}
  body .topbar.mp-topbar-contact .mp-topbar-contact__socials a,
  body .topbar.mp-topbar-contact .mp-topbar-contact__socials svg{
    width:14px!important;
    height:14px!important;
    min-width:14px!important;
    min-height:14px!important;
  }
}


/* v7.9.184 — Topbar finale: sans box, icônes fines, livraison et réseaux sociaux */
@media (min-width:768px){
  body .topbar.mp-topbar-contact .mp-topbar-contact__item,
  body .topbar.mp-topbar-contact .mp-topbar-contact__address,
  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery,
  body .topbar.mp-topbar-contact .topbar__message{
    border:0!important;
    outline:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__icon,
  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery-icon{
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#5ed0ff!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__icon svg *,
  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery-icon svg *,
  body .topbar.mp-topbar-contact .mp-topbar-contact__socials svg *{
    stroke-width:1.35!important;
    vector-effect:non-scaling-stroke!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__socials a{
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#5ed0ff!important;
  }
}

@media (max-width:767px){
  body .topbar.mp-topbar-contact{
    display:none!important;
  }
}

/* v7.9.186 — Topbar compacte, sans réseaux sociaux, alignée exactement avec le logo */
@media (min-width:768px){
  body .topbar.mp-topbar-contact{
    height:38px!important;
    min-height:38px!important;
    max-height:38px!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__inner{
    width:min(var(--mp-container),calc(100% - 40px))!important;
    max-width:1280px!important;
    height:38px!important;
    min-height:38px!important;
    max-height:38px!important;
    margin:0 auto!important;
    padding:0 28px!important;
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:14px!important;
    overflow:visible!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__items{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:13px!important;
    flex:1 1 auto!important;
    min-width:0!important;
    overflow:hidden!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__item,
  body .topbar.mp-topbar-contact .mp-topbar-contact__address{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:5px!important;
    height:38px!important;
    min-height:38px!important;
    max-height:38px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#e8f6fd!important;
    font-size:10.5px!important;
    line-height:1!important;
    font-weight:650!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__item:not(:last-child){
    position:relative!important;
    padding-right:13px!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__item:not(:last-child)::after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    right:0!important;
    top:50%!important;
    width:1px!important;
    height:14px!important;
    transform:translateY(-50%)!important;
    background:rgba(160,220,247,.16)!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__icon,
  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery-icon{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 13px!important;
    width:13px!important;
    height:13px!important;
    min-width:13px!important;
    min-height:13px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#5ed0ff!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__icon svg,
  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery-icon svg{
    display:block!important;
    width:13px!important;
    height:13px!important;
    min-width:13px!important;
    min-height:13px!important;
    overflow:visible!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__icon svg *,
  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery-icon svg *{
    stroke-width:1.25!important;
    vector-effect:non-scaling-stroke!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__address{
    min-width:0!important;
    max-width:455px!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__address > span:last-child{
    display:block!important;
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__right{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:0!important;
    flex:0 0 auto!important;
    min-width:0!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery,
  body .topbar.mp-topbar-contact .topbar__message{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:5px!important;
    height:38px!important;
    min-height:38px!important;
    max-height:38px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#e8f6fd!important;
    font-size:10.5px!important;
    line-height:1!important;
    font-weight:650!important;
    letter-spacing:0!important;
    text-align:right!important;
    white-space:nowrap!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery::before,
  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery::after,
  body .topbar.mp-topbar-contact .topbar__message::before,
  body .topbar.mp-topbar-contact .topbar__message::after{
    display:none!important;
    content:none!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__socials{
    display:none!important;
  }
}

@media (min-width:768px) and (max-width:1120px){
  body .topbar.mp-topbar-contact .mp-topbar-contact__inner{
    width:calc(100% - 24px)!important;
    padding:0 12px!important;
    gap:9px!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__items{
    gap:8px!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__item,
  body .topbar.mp-topbar-contact .mp-topbar-contact__address,
  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery,
  body .topbar.mp-topbar-contact .topbar__message{
    font-size:9px!important;
    gap:4px!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__item:not(:last-child){
    padding-right:8px!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__address{
    max-width:260px!important;
  }

  body .topbar.mp-topbar-contact .mp-topbar-contact__icon,
  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery-icon,
  body .topbar.mp-topbar-contact .mp-topbar-contact__icon svg,
  body .topbar.mp-topbar-contact .mp-topbar-contact__delivery-icon svg{
    width:11px!important;
    height:11px!important;
    min-width:11px!important;
    min-height:11px!important;
    flex-basis:11px!important;
  }
}


/* v7.9.187 — CTA des 4 pages produits identique à la page Nos services */
.mp-product-list-page > .mp-product-category-cta{
  margin:0!important;
  border-radius:0!important;
}
.mp-product-list-page > .mp-product-category-cta .cta-band__inner{
  min-height:230px!important;
}
@media (max-width:620px){
  .mp-product-list-page > .mp-product-category-cta .cta-band__inner{
    min-height:auto!important;
    padding-top:36px!important;
    padding-bottom:36px!important;
  }
}


/* v7.9.188 — Héros des 4 catégories identique au héros Nos services */
.mp-product-list-page > .mp-product-category-services-hero{
  position:relative!important;
  overflow:hidden!important;
  min-height:320px!important;
  padding:78px 0 70px!important;
  display:flex!important;
  align-items:center!important;
  text-align:center!important;
  background:linear-gradient(90deg,#063d5a 0%,#0d6f97 45%,#1aa6d9 100%)!important;
  color:#fff!important;
}

.mp-product-list-page > .mp-product-category-services-hero .mp-container{
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  max-width:920px!important;
  margin:0 auto!important;
  padding:0 20px!important;
  text-align:center!important;
}

.mp-product-list-page > .mp-product-category-services-hero .mp-eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#fff!important;
  opacity:.95!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
}

.mp-product-list-page > .mp-product-category-services-hero .mp-eyebrow::before{
  content:""!important;
  display:inline-block!important;
  width:44px!important;
  height:4px!important;
  margin-right:16px!important;
  border-radius:999px!important;
  background:#7fd8ff!important;
}

.mp-product-list-page > .mp-product-category-services-hero h1{
  color:#fff!important;
  margin:14px auto 16px!important;
  max-width:820px!important;
  font-size:clamp(34px,3.8vw,56px)!important;
  line-height:1.04!important;
  letter-spacing:-.045em!important;
  font-weight:950!important;
  text-align:center!important;
  white-space:normal!important;
  text-shadow:none!important;
}

.mp-product-list-page > .mp-product-category-services-hero p{
  color:rgba(255,255,255,.95)!important;
  max-width:760px!important;
  margin:0 auto!important;
  font-size:18px!important;
  line-height:1.75!important;
  font-weight:500!important;
  text-align:center!important;
  text-shadow:none!important;
}

.mp-product-list-page > .mp-product-category-services-hero::before{
  content:""!important;
  position:absolute!important;
  left:95px!important;
  top:34px!important;
  width:210px!important;
  height:80px!important;
  border:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.05)!important;
  transform:rotate(-10deg)!important;
  pointer-events:none!important;
}

.mp-product-list-page > .mp-product-category-services-hero::after{
  content:""!important;
  position:absolute!important;
  right:72px!important;
  top:48px!important;
  width:150px!important;
  height:118px!important;
  border:0!important;
  background-image:radial-gradient(circle,rgba(255,255,255,.45) 1.6px,transparent 1.8px)!important;
  background-size:18px 18px!important;
  opacity:.75!important;
  pointer-events:none!important;
}

.mp-product-list-page > .mp-product-category-services-hero .mp-container::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  right:-260px!important;
  top:-150px!important;
  width:620px!important;
  height:620px!important;
  border-radius:50%!important;
  border:34px solid rgba(255,255,255,.08)!important;
  background:transparent!important;
  pointer-events:none!important;
  z-index:-1!important;
}

.mp-product-list-page > .mp-product-category-services-hero .mp-container::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  right:-180px!important;
  top:-90px!important;
  width:470px!important;
  height:470px!important;
  border-radius:50%!important;
  border:26px solid rgba(255,255,255,.06)!important;
  background:transparent!important;
  pointer-events:none!important;
  z-index:-1!important;
}

@media (max-width:900px){
  .mp-product-list-page > .mp-product-category-services-hero{
    min-height:280px!important;
    padding:58px 0 52px!important;
  }

  .mp-product-list-page > .mp-product-category-services-hero::before{
    left:30px!important;
    top:24px!important;
    width:150px!important;
    height:58px!important;
  }

  .mp-product-list-page > .mp-product-category-services-hero::after{
    right:18px!important;
    top:34px!important;
    transform:scale(.82)!important;
    transform-origin:top right!important;
  }
}

@media (max-width:620px){
  .mp-product-list-page > .mp-product-category-services-hero h1{
    font-size:32px!important;
  }

  .mp-product-list-page > .mp-product-category-services-hero p{
    font-size:16px!important;
    line-height:1.65!important;
  }
}


/* v7.9.189 — Hero Nos produits identique au hero Nos services */
.mp-products-catalog-page > .mp-product-category-services-hero{
  position:relative!important;
  overflow:hidden!important;
  min-height:320px!important;
  padding:78px 0 70px!important;
  display:flex!important;
  align-items:center!important;
  text-align:center!important;
  background:linear-gradient(90deg,#063d5a 0%,#0d6f97 45%,#1aa6d9 100%)!important;
  color:#fff!important;
}

.mp-products-catalog-page > .mp-product-category-services-hero .mp-container{
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  max-width:920px!important;
  margin:0 auto!important;
  padding:0 20px!important;
  text-align:center!important;
}

.mp-products-catalog-page > .mp-product-category-services-hero .mp-eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#fff!important;
  opacity:.95!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
}

.mp-products-catalog-page > .mp-product-category-services-hero .mp-eyebrow::before{
  content:""!important;
  display:inline-block!important;
  width:44px!important;
  height:4px!important;
  margin-right:16px!important;
  border-radius:999px!important;
  background:#7fd8ff!important;
}

.mp-products-catalog-page > .mp-product-category-services-hero h1{
  color:#fff!important;
  margin:14px auto 16px!important;
  max-width:820px!important;
  font-size:clamp(34px,3.8vw,56px)!important;
  line-height:1.04!important;
  letter-spacing:-.045em!important;
  font-weight:950!important;
  text-align:center!important;
  white-space:normal!important;
  text-shadow:none!important;
}

.mp-products-catalog-page > .mp-product-category-services-hero p{
  color:rgba(255,255,255,.95)!important;
  max-width:760px!important;
  margin:0 auto!important;
  font-size:18px!important;
  line-height:1.75!important;
  font-weight:500!important;
  text-align:center!important;
  text-shadow:none!important;
}

.mp-products-catalog-page > .mp-product-category-services-hero::before{
  content:""!important;
  position:absolute!important;
  left:95px!important;
  top:34px!important;
  width:210px!important;
  height:80px!important;
  border:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.05)!important;
  transform:rotate(-10deg)!important;
  pointer-events:none!important;
}

.mp-products-catalog-page > .mp-product-category-services-hero::after{
  content:""!important;
  position:absolute!important;
  right:72px!important;
  top:48px!important;
  width:150px!important;
  height:118px!important;
  border:0!important;
  background-image:radial-gradient(circle,rgba(255,255,255,.45) 1.6px,transparent 1.8px)!important;
  background-size:18px 18px!important;
  opacity:.75!important;
  pointer-events:none!important;
}

.mp-products-catalog-page > .mp-product-category-services-hero .mp-container::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  right:-260px!important;
  top:-150px!important;
  width:620px!important;
  height:620px!important;
  border-radius:50%!important;
  border:34px solid rgba(255,255,255,.08)!important;
  background:transparent!important;
  pointer-events:none!important;
  z-index:-1!important;
}

.mp-products-catalog-page > .mp-product-category-services-hero .mp-container::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  right:-180px!important;
  top:-90px!important;
  width:470px!important;
  height:470px!important;
  border-radius:50%!important;
  border:26px solid rgba(255,255,255,.06)!important;
  background:transparent!important;
  pointer-events:none!important;
  z-index:-1!important;
}

@media (max-width:900px){
  .mp-products-catalog-page > .mp-product-category-services-hero{
    min-height:280px!important;
    padding:58px 0 52px!important;
  }

  .mp-products-catalog-page > .mp-product-category-services-hero::before{
    left:30px!important;
    top:24px!important;
    width:150px!important;
    height:58px!important;
  }

  .mp-products-catalog-page > .mp-product-category-services-hero::after{
    right:18px!important;
    top:34px!important;
    transform:scale(.82)!important;
    transform-origin:top right!important;
  }
}

@media (max-width:620px){
  .mp-products-catalog-page > .mp-product-category-services-hero h1{
    font-size:32px!important;
  }

  .mp-products-catalog-page > .mp-product-category-services-hero p{
    font-size:16px!important;
    line-height:1.65!important;
  }
}


/* v7.9.190 — CTA de la page Nos produits aligné sur le style Nos services */
.mp-products-catalog-cta--services{
  margin:0 !important;
  border-radius:0 !important;
}
.mp-products-catalog-cta--services .cta-band__inner{
  min-height:230px !important;
}
.mp-products-catalog-cta--services h2{
  max-width:690px !important;
}
.mp-products-catalog-cta--services p{
  max-width:620px !important;
}
@media (max-width:620px){
  .mp-products-catalog-cta--services .cta-band__inner{
    min-height:auto !important;
    padding-top:36px !important;
    padding-bottom:36px !important;
  }
}


/* v7.9.198 — Informatique & accessoires: hero image fully visible + category filter based on Type */
body .mp-product-list-page--informatique-accessoires .mp-product-filter__source--info{
  margin-bottom: 20px !important;
}

body .mp-product-list-page--informatique-accessoires .mp-product-filter__source--info p{
  margin: 0 !important;
  color: #5f7383 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 650 !important;
}

body .mp-product-list-page--informatique-accessoires .mp-product-filter__dynamic .mp-product-filter__group[data-filter-group="type"]{
  order: -5 !important;
}

body .mp-product-list-page--informatique-accessoires .mp-product-list-visual__figure img{
  object-position: center 56% !important;
}


/* v7.9.202 — Filtre catégorie sans doublon */
body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__source--static label,
body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__source--static p,
body .mp-product-list-page--toners-cartouches .mp-product-filter__source--static label,
body .mp-product-list-page--toners-cartouches .mp-product-filter__source--static p,
body .mp-product-list-page--informatique-accessoires .mp-product-filter__source--static label,
body .mp-product-list-page--informatique-accessoires .mp-product-filter__source--static p{
  display:none !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__source--static,
body .mp-product-list-page--toners-cartouches .mp-product-filter__source--static,
body .mp-product-list-page--informatique-accessoires .mp-product-filter__source--static{
  padding:22px 20px !important;
  margin:0 0 18px !important;
  border:1px solid #d8eaf5 !important;
  border-radius:24px !important;
  background:#f8fcff !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__source-title,
body .mp-product-list-page--toners-cartouches .mp-product-filter__source-title,
body .mp-product-list-page--informatique-accessoires .mp-product-filter__source-title{
  margin:0 0 16px !important;
  color:#0b3550 !important;
  font-size:20px !important;
  line-height:1.2 !important;
  font-weight:950 !important;
}

body .mp-product-filter__source-options{
  display:grid !important;
  gap:14px !important;
}

body .mp-product-filter__source-options label{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  margin:0 !important;
  color:#102235 !important;
  font-size:16px !important;
  line-height:1.3 !important;
  font-weight:950 !important;
  cursor:pointer !important;
}

body .mp-product-filter__source-options input[type="checkbox"]{
  appearance:none !important;
  -webkit-appearance:none !important;
  width:20px !important;
  height:20px !important;
  min-width:20px !important;
  border:1px solid #bcd5e4 !important;
  border-radius:6px !important;
  background:#fff !important;
  display:inline-grid !important;
  place-items:center !important;
  margin:0 !important;
}

body .mp-product-filter__source-options input[type="checkbox"]:checked{
  background:#149bd8 !important;
  border-color:#149bd8 !important;
}

body .mp-product-filter__source-options input[type="checkbox"]:checked::after{
  content:"✓" !important;
  color:#fff !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:950 !important;
}

body .mp-product-filter__source-options strong{
  color:#102235 !important;
  font-size:16px !important;
  font-weight:950 !important;
}

body .mp-product-filter__source-options em{
  margin-left:auto !important;
  color:#8aa0af !important;
  font-size:15px !important;
  font-style:normal !important;
  font-weight:950 !important;
}

body .mp-product-filter__group.mp-type-moved-to-source{
  display:none !important;
}


/* v7.9.203 — Fournitures: cacher le doublon Type, garder uniquement Catégorie avec les éléments */
body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__group[data-filter-group="type"],
body .mp-product-list-page--fournitures-de-bureau .mp-fournitures-type-duplicate-hidden{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  pointer-events:none !important;
}

/* v7.9.205 — Page Produits: Nos marques avec vrais logos */
.mp-products-catalog-brands{
  padding:0 0 84px !important;
  background:#f6fafc !important;
}
.mp-products-catalog-brands__head{display:flex !important;align-items:flex-end !important;justify-content:space-between !important;gap:26px !important;margin-bottom:26px !important;}
.mp-products-catalog-brands__head h2{margin:6px 0 0 !important;color:#0b3550 !important;font-size:clamp(28px,3vw,42px) !important;line-height:1.08 !important;font-weight:950 !important;letter-spacing:-.035em !important;}
.mp-products-catalog-brands__head p{max-width:470px !important;margin:0 !important;color:#607587 !important;font-size:15px !important;line-height:1.7 !important;}
.mp-products-catalog-brands__grid{display:grid !important;grid-template-columns:repeat(6,minmax(0,1fr)) !important;gap:14px !important;}
.mp-products-catalog-brand-card{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;min-height:128px !important;padding:20px 14px 16px !important;border-radius:22px !important;border:1px solid #dcebf4 !important;background:#fff !important;box-shadow:0 14px 36px rgba(15,23,42,.055) !important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease !important;}
.mp-products-catalog-brand-card:hover{transform:translateY(-4px) !important;border-color:#bfe4f5 !important;box-shadow:0 20px 44px rgba(15,23,42,.09) !important;}
.mp-products-catalog-brand-card__logo{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;height:58px !important;padding:0 !important;border-radius:0 !important;background:transparent !important;border:0 !important;}
.mp-products-catalog-brand-card__logo img{display:block !important;width:100% !important;max-width:128px !important;max-height:54px !important;height:auto !important;object-fit:contain !important;}
.mp-products-catalog-brand-card__cat{display:block !important;margin-top:12px !important;color:#6d8190 !important;font-size:12.5px !important;line-height:1.3 !important;font-weight:800 !important;text-align:center !important;}
@media(max-width:1100px){.mp-products-catalog-brands__grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}}
@media(max-width:767px){.mp-products-catalog-brands{padding:0 0 60px !important;}.mp-products-catalog-brands__head{display:block !important;margin-bottom:20px !important;}.mp-products-catalog-brands__head p{margin-top:10px !important;font-size:14px !important;}.mp-products-catalog-brands__grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important;}.mp-products-catalog-brand-card{min-height:112px !important;padding:16px 10px 14px !important;border-radius:20px !important;}.mp-products-catalog-brand-card__logo{height:48px !important;}.mp-products-catalog-brand-card__logo img{max-width:112px !important;max-height:46px !important;}}

/* v7.9.206 — Page Produits: Nos marques en slider logos PNG */
.mp-products-catalog-brands.mp-brand-slider-section{
  padding:72px 0 78px !important;
  background:linear-gradient(180deg,#f7fbff 0%,#eef6fb 100%) !important;
  overflow:hidden !important;
}
.mp-brand-slider-head{
  text-align:center !important;
  max-width:820px !important;
  margin:0 auto 34px !important;
}
.mp-brand-slider-head .mp-products-catalog-kicker{
  display:inline-flex !important;
  margin-bottom:10px !important;
}
.mp-brand-slider-head h2{
  margin:0 !important;
  color:#082742 !important;
  font-size:clamp(34px,4vw,56px) !important;
  line-height:1.05 !important;
  font-weight:950 !important;
  letter-spacing:-.04em !important;
}
.mp-brand-slider-head p{
  margin:16px auto 0 !important;
  color:#4f6378 !important;
  font-size:17px !important;
  line-height:1.7 !important;
}
.mp-brand-slider-head:after{
  content:"" !important;
  display:block !important;
  width:88px !important;
  height:4px !important;
  border-radius:999px !important;
  background:#0067dc !important;
  margin:18px auto 0 !important;
}
.mp-brand-slider{
  position:relative !important;
  width:100% !important;
  padding:34px 0 !important;
  border-radius:24px !important;
  background:#fff !important;
  border:1px solid #dce9f3 !important;
  box-shadow:0 24px 60px rgba(15,23,42,.08) !important;
  overflow:hidden !important;
}
.mp-brand-slider__track{
  display:flex !important;
  align-items:center !important;
  gap:16px !important;
  width:max-content !important;
  will-change:transform !important;
  animation:mpBrandMarquee 38s linear infinite !important;
}
.mp-brand-slider:hover .mp-brand-slider__track{
  animation-play-state:paused !important;
}
.mp-brand-slide{
  flex:0 0 154px !important;
  width:154px !important;
  height:82px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:14px 18px !important;
  border-radius:12px !important;
  border:1px solid #dbe6ee !important;
  background:#fff !important;
  box-shadow:0 8px 20px rgba(15,23,42,.045) !important;
}
.mp-brand-slide img{
  display:block !important;
  width:100% !important;
  max-width:118px !important;
  max-height:52px !important;
  height:auto !important;
  object-fit:contain !important;
}
.mp-brand-slider__fade{
  position:absolute !important;
  top:0 !important;
  bottom:0 !important;
  width:110px !important;
  z-index:2 !important;
  pointer-events:none !important;
}
.mp-brand-slider__fade--left{left:0 !important;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,0) 100%) !important;}
.mp-brand-slider__fade--right{right:0 !important;background:linear-gradient(270deg,#fff 0%,rgba(255,255,255,0) 100%) !important;}
@keyframes mpBrandMarquee{
  0%{transform:translateX(0);}
  100%{transform:translateX(calc(-50% - 8px));}
}
@media(max-width:767px){
  .mp-products-catalog-brands.mp-brand-slider-section{padding:52px 0 56px !important;}
  .mp-brand-slider-head{margin-bottom:24px !important;}
  .mp-brand-slider-head h2{font-size:34px !important;}
  .mp-brand-slider-head p{font-size:14.5px !important;}
  .mp-brand-slider{padding:22px 0 !important;border-radius:20px !important;}
  .mp-brand-slider__track{gap:12px !important;animation-duration:30s !important;}
  .mp-brand-slide{flex-basis:126px !important;width:126px !important;height:70px !important;padding:12px 14px !important;}
  .mp-brand-slide img{max-width:96px !important;max-height:42px !important;}
  .mp-brand-slider__fade{width:46px !important;}
}


/* v7.9.207 — Page Produits: titre Nos catégories même style que Nos marques */
.mp-products-catalog-intro.mp-products-category-head{
  display:block !important;
  text-align:center !important;
  max-width:900px !important;
  margin:0 auto 42px !important;
}
.mp-products-catalog-intro.mp-products-category-head .mp-products-catalog-kicker{
  display:inline-flex !important;
  margin-bottom:10px !important;
}
.mp-products-catalog-intro.mp-products-category-head h2{
  max-width:900px !important;
  margin:0 auto !important;
  color:#082742 !important;
  font-size:clamp(34px,4vw,56px) !important;
  line-height:1.05 !important;
  font-weight:950 !important;
  letter-spacing:-.04em !important;
}
.mp-products-catalog-intro.mp-products-category-head p{
  max-width:920px !important;
  margin:16px auto 0 !important;
  color:#4f6378 !important;
  font-size:17px !important;
  line-height:1.7 !important;
}
.mp-products-catalog-intro.mp-products-category-head:after{
  content:"" !important;
  display:block !important;
  width:88px !important;
  height:4px !important;
  border-radius:999px !important;
  background:#0067dc !important;
  margin:18px auto 0 !important;
}
@media(max-width:767px){
  .mp-products-catalog-intro.mp-products-category-head{margin-bottom:26px !important;}
  .mp-products-catalog-intro.mp-products-category-head h2{font-size:34px !important;}
  .mp-products-catalog-intro.mp-products-category-head p{font-size:14.5px !important;}
}


/* v7.9.210 — Demande de devis: nettoyage sections + formulaire plus aéré */
.mp-quote-required-card h2{
  font-size:18px!important;
  line-height:1.2!important;
  letter-spacing:-.02em!important;
  margin:6px 0 14px!important;
}
.mp-quote-required-card .mp-quote-kicker{
  font-size:10px!important;
}
.mp-quote-company-card h3{
  display:none!important;
}
.mp-quote-company-card p{
  margin-top:4px!important;
}
.mp-quote-form-section:has(.mp-quote-form-section__kicker){
  margin-top:18px!important;
}
.mp-quote-form-section .mp-quote-form-section__kicker,
.mp-quote-form-section h3,
.mp-quote-form-section p{
  overflow-wrap:anywhere!important;
}
.mp-quote-wpforms .mp-quote-delivery-delay,
.mp-quote-wpforms .wpforms-field-10,
.mp-quote-wpforms [data-field-id="10"]{
  display:none!important;
}
.mp-quote-product-builder{
  margin-top:20px!important;
  margin-bottom:18px!important;
}
.mp-quote-products-table{
  border-spacing:0 10px!important;
}
.mp-quote-products-table th{
  padding:0 10px 7px!important;
  font-size:11px!important;
  text-transform:none!important;
  letter-spacing:0!important;
}
.mp-quote-products-table td{
  padding-left:6px!important;
  padding-right:6px!important;
}
.mp-quote-products-table input,
.mp-quote-products-table select{
  height:52px!important;
  min-height:52px!important;
  padding:12px 14px!important;
  border-radius:14px!important;
  font-size:14px!important;
}
.mp-quote-remove-product{
  width:34px!important;
  height:34px!important;
  border-radius:999px!important;
  font-size:18px!important;
}
.mp-quote-product-builder__hint{
  font-size:12px!important;
  line-height:1.45!important;
}
@media(max-width:767px){
  .mp-quote-required-card h2{font-size:16px!important}
  .mp-quote-products-table input,
  .mp-quote-products-table select{height:48px!important;min-height:48px!important;font-size:13px!important}
}
