/*
Theme Name: MAGHREPAGE
Theme URI: https://maghrepage.ma/
Author: Anass Abbioui
Description: Thème vitrine professionnel MAGHREPAGE avec slider, catalogue produits, pages internes et paramètres dédiés.
Version: 1.2
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: maghrepage
*/

:root{--mp-primary:#27aae1;--mp-primary-dark:#168bc2;--mp-dark:#101820;--mp-text:#26323a;--mp-muted:#67747d;--mp-light:#f4f8fa;--mp-white:#fff;--mp-border:#dce8ed;--mp-radius:20px;--mp-shadow:0 16px 45px rgba(16,24,32,.10);--mp-container:1200px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--mp-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;background:#fff}body.admin-bar .site-header{top:32px}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.mp-container{width:min(var(--mp-container),calc(100% - 40px));margin:auto}.mp-section{padding:92px 0}.mp-section--soft{background:var(--mp-light)}.mp-eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--mp-primary-dark);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.mp-eyebrow:before{content:"";width:28px;height:3px;border-radius:9px;background:var(--mp-primary)}.mp-title{margin:12px 0 18px;color:var(--mp-dark);font-size:clamp(32px,4vw,52px);line-height:1.08;letter-spacing:-.04em}.mp-lead{max-width:680px;margin:0;color:var(--mp-muted);font-size:18px}.mp-center{text-align:center}.mp-center .mp-lead{margin-inline:auto}.mp-center .mp-eyebrow:before{display:none}.mp-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:0 25px;border:1px solid transparent;border-radius:12px;background:var(--mp-primary);color:#fff;font-weight:800;transition:.25s ease;cursor:pointer}.mp-btn:hover{transform:translateY(-2px);background:var(--mp-primary-dark);box-shadow:0 12px 25px rgba(39,170,225,.28)}.mp-btn--outline{border-color:rgba(255,255,255,.55);background:transparent}.mp-btn--outline:hover{color:var(--mp-dark);background:#fff}.mp-btn--dark{background:var(--mp-dark)}.mp-icon{width:22px;height:22px;display:inline-grid;place-items:center}

.topbar{background:var(--mp-dark);color:#dce6eb;font-size:13px}.topbar__inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar__items,.social-links{display:flex;align-items:center;gap:22px}.topbar a:hover,.social-links a:hover{color:var(--mp-primary)}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(220,232,237,.8);backdrop-filter:blur(16px)}.header__inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:30px}.custom-logo-link,.site-logo{flex:0 0 auto}.custom-logo{width:auto;max-height:64px}.site-logo img{width:190px;max-height:68px;object-fit:contain}.primary-menu{display:flex;align-items:center;gap:30px;list-style:none;padding:0;margin:0}.primary-menu a{font-size:14px;font-weight:750;color:var(--mp-dark)}.primary-menu a:hover,.primary-menu .current-menu-item>a{color:var(--mp-primary-dark)}.header-actions{display:flex;align-items:center;gap:12px}.menu-toggle{display:none;width:46px;height:46px;border:0;border-radius:11px;background:var(--mp-light);color:var(--mp-dark);font-size:24px}

.hero{position:relative;overflow:hidden;background:var(--mp-dark);color:#fff}.hero-slider{position:relative;min-height:680px}.hero-slide{position:absolute;inset:0;display:grid;align-items:center;opacity:0;visibility:hidden;transition:opacity .7s ease;background-position:center;background-size:cover}.hero-slide.is-active{opacity:1;visibility:visible}.hero-slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,18,25,.98) 0%,rgba(10,18,25,.91) 43%,rgba(10,18,25,.28) 72%,rgba(10,18,25,.12) 100%)}.hero-slide:after{content:"";position:absolute;width:560px;height:560px;right:-230px;top:-200px;border:100px solid rgba(39,170,225,.18);border-radius:50%}.hero__content{position:relative;z-index:2;max-width:700px;padding:105px 0 145px}.hero__kicker{display:inline-flex;padding:9px 14px;border:1px solid rgba(255,255,255,.2);border-radius:100px;background:rgba(255,255,255,.08);color:#bfeaff;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.13em}.hero h1,.hero h2{margin:25px 0 22px;max-width:700px;color:#fff;font-size:clamp(46px,6vw,78px);line-height:.98;letter-spacing:-.055em}.hero p{max-width:610px;margin:0 0 34px;color:#d6e0e5;font-size:19px}.hero__actions{display:flex;flex-wrap:wrap;gap:13px}.hero__nav{position:absolute;z-index:5;right:max(30px,calc((100vw - var(--mp-container))/2));bottom:116px;display:flex;align-items:center;gap:10px}.hero-arrow{width:50px;height:50px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:rgba(10,18,25,.45);color:#fff;font-size:20px;cursor:pointer}.hero-arrow:hover{background:var(--mp-primary)}.hero-dots{position:absolute;z-index:5;left:50%;bottom:45px;display:flex;gap:8px;transform:translateX(-50%)}.hero-dot{width:9px;height:9px;padding:0;border:0;border-radius:10px;background:rgba(255,255,255,.45);transition:.25s}.hero-dot.is-active{width:34px;background:var(--mp-primary)}

.benefits{position:relative;z-index:8;margin-top:-68px}.benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--mp-border);border-radius:20px;background:#fff;box-shadow:var(--mp-shadow)}.benefit{display:flex;gap:15px;padding:28px}.benefit+.benefit{border-left:1px solid var(--mp-border)}.benefit__icon{flex:0 0 48px;width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#eaf8fe;color:var(--mp-primary-dark);font-size:22px}.benefit h3{margin:2px 0 4px;color:var(--mp-dark);font-size:16px}.benefit p{margin:0;color:var(--mp-muted);font-size:13px}

.universe-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:45px}.universe-card{position:relative;min-height:430px;overflow:hidden;border:1px solid rgba(16,24,32,.08);border-radius:24px;background:#15222b;box-shadow:0 16px 38px rgba(16,24,32,.12);transition:transform .3s,box-shadow .3s}.universe-card img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s}.universe-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,14,21,.02) 28%,rgba(5,14,21,.22) 48%,rgba(5,14,21,.96) 100%)}.universe-card:hover{transform:translateY(-8px);box-shadow:0 24px 50px rgba(16,24,32,.18)}.universe-card:hover img{transform:scale(1.045)}.universe-card__content{position:absolute;z-index:2;inset:auto 25px 25px;display:flex;min-height:155px;flex-direction:column;justify-content:flex-end}.universe-card h3{min-height:50px;margin:0 0 8px;color:#fff;font-size:23px;line-height:1.12}.universe-card p{min-height:45px;margin:0;color:#edf4f7;font-size:14px;line-height:1.55}.universe-card__link{display:inline-flex;margin-top:15px;color:#7cdbff;font-weight:850}.universe-card__link:hover{color:#fff}

.about-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:75px}.about-media{position:relative}.about-media img{width:100%;height:570px;object-fit:cover;border-radius:30px}.about-badge{position:absolute;right:-30px;bottom:45px;width:190px;padding:24px;border-radius:20px;background:var(--mp-primary);color:#fff;box-shadow:0 18px 45px rgba(39,170,225,.3)}.about-badge strong{display:block;font-size:38px;line-height:1}.check-list{display:grid;gap:14px;padding:0;margin:28px 0 35px;list-style:none}.check-list li{display:flex;align-items:center;gap:12px;font-weight:700}.check-list li:before{content:"✓";width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#dff5fd;color:var(--mp-primary-dark);font-size:13px}

.services-grid,.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:45px}.service-card{padding:34px;border:1px solid var(--mp-border);border-radius:18px;background:#fff;transition:.25s}.service-card:hover{transform:translateY(-7px);border-color:#9cddf7;box-shadow:var(--mp-shadow)}.service-card__icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:25px;border-radius:16px;background:var(--mp-dark);color:#fff;font-size:25px}.service-card h3{margin:0 0 10px;color:var(--mp-dark)}.service-card p{margin:0;color:var(--mp-muted)}

.cta-band{overflow:hidden;background:linear-gradient(135deg,var(--mp-primary-dark),var(--mp-primary));color:#fff}.cta-band__inner{min-height:300px;display:flex;align-items:center;justify-content:space-between;gap:50px}.cta-band h2{max-width:690px;margin:0;color:#fff;font-size:clamp(32px,4vw,52px);line-height:1.05}.cta-band p{max-width:620px;margin:16px 0 0;color:#e8f8ff}.cta-band .mp-btn{background:#fff;color:var(--mp-dark);white-space:nowrap}

.stats{background:var(--mp-dark);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stat{padding:54px 25px;text-align:center}.stat+.stat{border-left:1px solid rgba(255,255,255,.12)}.stat strong{display:block;color:#fff;font-size:46px;line-height:1}.stat span{display:block;margin-top:10px;color:#9eb0ba}

.contact-shell{overflow:hidden;border:1px solid var(--mp-border);border-radius:30px;background:#fff;box-shadow:var(--mp-shadow)}.contact-grid{display:grid;grid-template-columns:.78fr 1.05fr .82fr;min-height:610px}.contact-info{padding:48px 38px;background:linear-gradient(155deg,var(--mp-dark),#172a35);color:#fff}.contact-info h2{margin:8px 0 14px;color:#fff;font-size:36px;line-height:1.1}.contact-info>p{color:#b9c7ce}.contact-list{display:grid;gap:18px;margin-top:30px}.contact-item{display:flex;gap:14px;font-size:14px}.contact-item__icon{flex:0 0 42px;width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:rgba(39,170,225,.17);color:#78d6fb}.contact-form{padding:48px 38px}.contact-form h3{margin:0 0 7px;color:var(--mp-dark);font-size:27px}.contact-form__intro{margin:0 0 26px;color:var(--mp-muted);font-size:14px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-field--full{grid-column:1/-1}.contact-form label{display:block;margin-bottom:7px;color:var(--mp-dark);font-size:13px;font-weight:800}.contact-form input,.contact-form textarea{width:100%;padding:13px 15px;border:1px solid var(--mp-border);border-radius:11px;background:#f9fbfc;font:inherit;transition:.2s}.contact-form input:focus,.contact-form textarea:focus{outline:0;border-color:var(--mp-primary);background:#fff;box-shadow:0 0 0 4px rgba(39,170,225,.10)}.contact-form textarea{min-height:128px;resize:vertical}.contact-map{position:relative;min-height:610px;background:#dce8ed}.contact-map iframe{position:absolute;inset:0;width:100%;height:100%;border:0;filter:saturate(.82) contrast(1.03)}.contact-map__card{position:absolute;z-index:2;left:22px;right:22px;bottom:22px;padding:22px;border:1px solid rgba(255,255,255,.7);border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 14px 35px rgba(16,24,32,.18);backdrop-filter:blur(12px)}.contact-map__card strong{display:block;margin-bottom:5px;color:var(--mp-dark);font-size:17px}.contact-map__card span{display:block;color:var(--mp-muted);font-size:13px;line-height:1.5}.contact-map__link{display:inline-flex;margin-top:12px;color:var(--mp-primary-dark);font-size:13px;font-weight:800}

.site-footer{padding-top:75px;background:#0a1116;color:#9eb0ba}.footer-grid{display:grid;grid-template-columns:1.35fr .7fr .8fr 1fr;gap:55px}.footer-logo{width:210px;padding:10px;border-radius:10px;background:#fff}.footer-title{margin:0 0 20px;color:#fff;font-size:16px}.footer-links{display:grid;gap:10px;padding:0;margin:0;list-style:none}.footer-links a:hover{color:var(--mp-primary)}.footer-social{display:flex;gap:10px;margin-top:25px}.footer-social a{width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.13);border-radius:11px;color:#fff}.footer-social a:hover{background:var(--mp-primary);border-color:var(--mp-primary)}.copyright{margin-top:60px;padding:22px 0;border-top:1px solid rgba(255,255,255,.1);font-size:13px}.copyright__inner{display:flex;justify-content:space-between;gap:25px}

.content-area{padding:75px 0}.entry-card{padding:40px;border:1px solid var(--mp-border);border-radius:20px;background:#fff}.entry-title{color:var(--mp-dark)}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

@media(max-width:1100px){.contact-grid{grid-template-columns:.8fr 1.2fr}.contact-map{grid-column:1/-1;min-height:360px}.contact-map__card{right:auto;max-width:360px}}
@media(max-width:1000px){.primary-menu{gap:18px}.header-actions .mp-btn{display:none}.benefits__grid{grid-template-columns:1fr 1fr}.benefit:nth-child(3){border-left:0;border-top:1px solid var(--mp-border)}.benefit:nth-child(4){border-top:1px solid var(--mp-border)}.universe-grid{grid-template-columns:1fr 1fr}.about-grid{gap:40px}.services-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.stats-grid{grid-template-columns:1fr 1fr}.stat:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.12)}.stat:nth-child(4){border-top:1px solid rgba(255,255,255,.12)}}
@media(max-width:780px){body.admin-bar .site-header{top:46px}.mp-container{width:min(100% - 28px,var(--mp-container))}.mp-section{padding:68px 0}.topbar__items span:first-child{display:none}.topbar__inner{min-height:38px}.header__inner{height:74px}.site-logo img,.custom-logo{width:155px;max-height:58px}.menu-toggle{display:block}.main-navigation{position:absolute;left:14px;right:14px;top:78px;display:none;padding:18px;border:1px solid var(--mp-border);border-radius:16px;background:#fff;box-shadow:var(--mp-shadow)}.main-navigation.is-open{display:block}.primary-menu{display:grid;gap:0}.primary-menu a{display:block;padding:12px}.hero-slider{min-height:670px}.hero-slide{background-position:60% center}.hero-slide:before{background:linear-gradient(90deg,rgba(10,18,25,.98),rgba(10,18,25,.82))}.hero__content{padding:88px 0 150px}.hero h1,.hero h2{font-size:47px}.hero__nav{right:20px;bottom:90px}.benefits{margin-top:-42px}.benefits__grid{grid-template-columns:1fr}.benefit+.benefit{border-left:0;border-top:1px solid var(--mp-border)}.universe-grid{grid-template-columns:1fr}.universe-card{min-height:330px}.about-grid{grid-template-columns:1fr}.about-media img{height:430px}.about-badge{right:15px}.services-grid,.product-grid{grid-template-columns:1fr}.cta-band__inner{padding:65px 0;flex-direction:column;align-items:flex-start}.stats-grid{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr}.contact-info,.contact-form{padding:35px 25px}.contact-map{grid-column:auto;min-height:390px}.contact-map__card{left:16px;right:16px;bottom:16px;max-width:none}.form-grid{grid-template-columns:1fr}.form-field--full{grid-column:auto}.footer-grid{grid-template-columns:1fr;gap:35px}.copyright__inner{flex-direction:column}.topbar__items{gap:10px}.topbar .social-links{display:none}}
@media(max-width:480px){.hero h1,.hero h2{font-size:39px}.hero p{font-size:17px}.hero__actions{display:grid}.hero__actions .mp-btn{width:100%}.stats-grid{grid-template-columns:1fr}.stat+.stat{border-left:0;border-top:1px solid rgba(255,255,255,.12)}}

/* v1.7 - Cartes catégories premium sans cadre noir */
.universe-card{
  min-height:420px !important;
  border:0 !important;
  border-radius:28px !important;
  background:#fff !important;
  box-shadow:0 15px 40px rgba(15,23,42,.08) !important;
}
.universe-card:after{
  background:linear-gradient(to top,rgba(5,14,21,.76) 0%,rgba(5,14,21,.48) 38%,rgba(5,14,21,.10) 72%,rgba(5,14,21,0) 100%) !important;
}
.universe-card:hover{
  transform:translateY(-8px) !important;
  box-shadow:0 22px 50px rgba(15,23,42,.14) !important;
}
.universe-card__content{
  inset:auto 28px 28px !important;
  min-height:145px !important;
}
.universe-card h3{
  min-height:auto !important;
  margin-bottom:10px !important;
  font-size:25px !important;
  letter-spacing:-.6px !important;
}
.universe-card p{
  min-height:auto !important;
  max-width:92% !important;
  color:rgba(255,255,255,.9) !important;
  font-size:15px !important;
}
.universe-card__link{
  margin-top:18px !important;
  color:#7cdbff !important;
  font-size:17px !important;
}
@media(max-width:780px){
  .universe-card{min-height:360px !important;border-radius:24px !important;}
  .universe-card__content{inset:auto 22px 22px !important;}
}

/* Fournitures de bureau catalogue page */
.mp-products-page{background:#f7fafc;color:#101820}.mp-products-hero{padding:92px 0 70px;background:linear-gradient(135deg,#071725 0%,#103b5b 55%,#27aae1 120%);color:#fff;position:relative;overflow:hidden}.mp-products-hero:after{content:"";position:absolute;right:-120px;top:-120px;width:420px;height:420px;border-radius:50%;background:rgba(39,170,225,.18)}.mp-products-hero .mp-container{position:relative;z-index:1}.mp-products-hero h1{font-size:clamp(40px,6vw,76px);line-height:.95;margin:12px 0 18px;max-width:850px}.mp-products-hero p{max-width:670px;font-size:20px;color:rgba(255,255,255,.8);margin-bottom:28px}.mp-color-strip{padding:48px 0 24px;background:#fff}.mp-color-strip h2{font-size:28px;margin:0 0 18px}.mp-swatches{display:flex;flex-wrap:wrap;gap:10px}.mp-swatch{display:inline-flex;align-items:center;gap:9px;border:1px solid #e8eef5;background:#fff;border-radius:999px;padding:9px 13px;font-weight:800;font-size:13px;color:#243447;box-shadow:0 8px 18px rgba(15,23,42,.04)}.mp-swatch i{width:18px;height:18px;border-radius:50%;background:var(--c);border:1px solid rgba(15,23,42,.12)}.mp-product-catalog{padding:40px 0 90px}.mp-product-block{margin-bottom:42px}.mp-product-block__head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:18px}.mp-product-block__head span{font-size:30px;font-weight:950}.mp-product-block__head p{max-width:460px;color:#607080;margin:0}.mp-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.mp-product-card{background:#fff;border:1px solid #e9eff6;border-radius:24px;padding:18px;box-shadow:0 16px 36px rgba(15,23,42,.06);transition:.22s ease;min-height:230px}.mp-product-card:hover{transform:translateY(-5px);box-shadow:0 24px 48px rgba(15,23,42,.12)}.mp-product-card__visual{height:92px;border-radius:18px;background:linear-gradient(135deg,#eaf7ff,#fff);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.mp-product-card__visual span{width:54px;height:54px;border-radius:17px;background:var(--mp-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:950;font-size:24px}.mp-product-card h3{margin:0 0 8px;font-size:18px}.mp-product-card p{margin:0;color:#657484;font-size:14px;line-height:1.55}@media(max-width:1050px){.mp-product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.mp-product-block__head{display:block}.mp-product-grid{grid-template-columns:1fr}.mp-products-hero{padding:62px 0 48px}.mp-products-hero p{font-size:17px}}

/* v1.9 — premium contact + footer cleanup */
.contact-premium{padding:95px 0;background:linear-gradient(180deg,#f6fafd 0%,#ffffff 100%);overflow:hidden}
.contact-heading{max-width:860px;margin:0 auto 38px;text-align:center}.contact-heading h2{margin:8px 0 12px;color:var(--mp-dark);font-size:clamp(34px,4vw,58px);line-height:1.02;letter-spacing:-1.3px}.contact-heading p{margin:0 auto;color:var(--mp-muted);font-size:18px;line-height:1.7;max-width:760px}.contact-premium__grid{display:grid;grid-template-columns:1.06fr .94fr;gap:24px;align-items:stretch}.contact-premium__map{position:relative;min-height:620px;border-radius:32px;overflow:hidden;background:#d9e7ef;box-shadow:0 24px 70px rgba(15,23,42,.12)}.contact-premium__map iframe{position:absolute;inset:0;width:100%;height:100%;border:0;filter:saturate(.85) contrast(1.05)}.map-floating-card{position:absolute;left:24px;right:24px;bottom:24px;padding:22px 24px;border:1px solid rgba(255,255,255,.75);border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 18px 45px rgba(15,23,42,.15);backdrop-filter:blur(14px)}.map-floating-card strong{display:block;color:var(--mp-dark);font-size:18px}.map-floating-card span{display:block;margin-top:5px;color:var(--mp-muted);font-size:14px;line-height:1.55}.map-floating-card a{display:inline-flex;margin-top:12px;color:var(--mp-primary-dark);font-weight:900}.contact-premium__content{display:grid;gap:24px}.contact-info-card,.contact-compact-form{border:1px solid var(--mp-border);border-radius:32px;background:#fff;box-shadow:0 18px 50px rgba(15,23,42,.07)}.contact-info-card{padding:28px;display:grid;gap:14px}.contact-info-row{display:flex;gap:15px;padding:16px;border-radius:20px;background:#f7fbfd}.contact-info-row span{flex:0 0 44px;width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:rgba(39,170,225,.12);color:var(--mp-primary-dark);font-weight:900}.contact-info-row strong{display:block;margin-bottom:3px;color:var(--mp-dark)}.contact-info-row p{margin:0;color:var(--mp-muted);line-height:1.55}.contact-compact-form{padding:34px}.contact-compact-form h3{margin:0 0 20px;color:var(--mp-dark);font-size:28px}.form-grid.compact{gap:14px}.form-grid.compact input{min-height:48px}.form-grid.compact textarea{min-height:125px}.form-success{padding:13px 15px;border-radius:14px;background:#e5f8ef;color:#157347;font-weight:800}.site-footer{padding-top:65px;background:radial-gradient(circle at 15% 0%,rgba(39,170,225,.14),transparent 32%),#071016;color:#a8bbc5}.footer-grid{align-items:start}.footer-logo{width:205px;max-height:92px;padding:0;border-radius:0;background:transparent;object-fit:contain}.site-footer p{max-width:330px;line-height:1.75}.footer-title{position:relative;padding-bottom:12px}.footer-title:after{content:"";position:absolute;left:0;bottom:0;width:34px;height:3px;border-radius:99px;background:var(--mp-primary)}.footer-links{gap:12px}.footer-links a,.footer-links li{color:#b9c9d1}.footer-social a{background:rgba(255,255,255,.04)}.copyright{margin-top:50px}.cta-band{display:none!important}
@media(max-width:980px){.contact-premium__grid{grid-template-columns:1fr}.contact-premium__map{min-height:420px;order:2}.contact-premium__content{order:1}.contact-heading{text-align:left}.contact-heading h2{font-size:40px}}
@media(max-width:620px){.contact-premium{padding:70px 0}.contact-premium__map{min-height:360px;border-radius:24px}.map-floating-card{left:14px;right:14px;bottom:14px;padding:18px}.contact-info-card,.contact-compact-form{border-radius:24px;padding:22px}.contact-info-row{padding:14px}.contact-heading p{font-size:16px}}

/* v2.0 — restore blue CTA band + map on the right */
.cta-band{display:block!important;overflow:hidden;background:linear-gradient(135deg,var(--mp-primary-dark),var(--mp-primary));color:#fff}
.cta-band--home{margin:0;padding:0}
.cta-band--home .cta-band__inner{min-height:300px;display:flex;align-items:center;justify-content:space-between;gap:50px;padding:70px 0}
.cta-band--home h2{max-width:850px;margin:0;color:#fff;font-size:clamp(38px,5vw,82px);line-height:1.05;letter-spacing:-2px}
.cta-band--home p{max-width:780px;margin:24px 0 0;color:rgba(255,255,255,.92);font-size:clamp(18px,2vw,28px);line-height:1.45}
.cta-band--home .mp-btn--white{background:#fff!important;color:var(--mp-dark)!important;border:0;border-radius:18px;min-height:78px;padding:0 48px;font-size:22px;box-shadow:0 20px 45px rgba(0,0,0,.14)}
.contact-premium__grid{grid-template-columns:.94fr 1.06fr!important}
.contact-premium__content{order:1}
.contact-premium__map{order:2;min-height:620px}
@media(max-width:980px){.contact-premium__grid{grid-template-columns:1fr!important}.contact-premium__content{order:1}.contact-premium__map{order:2}.cta-band--home .cta-band__inner{min-height:auto;padding:56px 0;align-items:flex-start}.cta-band--home h2{font-size:42px}.cta-band--home p{font-size:18px}.cta-band--home .mp-btn--white{min-height:58px;font-size:16px;padding:0 24px}}
@media(max-width:620px){.cta-band--home .cta-band__inner{gap:24px}.cta-band--home h2{font-size:36px}.cta-band--home p{font-size:16px}.cta-band--home .mp-btn--white{width:100%;justify-content:center}}

/* v2.1 — compact CTA + clean contact/map layout */
.cta-band--home{
  margin:0!important;
  background:linear-gradient(135deg,#1595c9 0%,#29afe6 100%)!important;
}
.cta-band--home .cta-band__inner{
  min-height:190px!important;
  padding:42px 0!important;
  gap:32px!important;
}
.cta-band--home h2{
  max-width:760px!important;
  font-size:clamp(34px,4.2vw,56px)!important;
  line-height:1.08!important;
  letter-spacing:-1.2px!important;
}
.cta-band--home p{
  max-width:760px!important;
  margin:16px 0 0!important;
  font-size:clamp(16px,1.35vw,20px)!important;
  line-height:1.55!important;
}
.cta-band--home .mp-btn--white{
  min-height:58px!important;
  padding:0 30px!important;
  border-radius:16px!important;
  font-size:17px!important;
  white-space:nowrap!important;
}
.contact-premium{
  padding:58px 0 78px!important;
  background:linear-gradient(180deg,#f6fafd 0%,#ffffff 100%)!important;
}
.contact-heading{display:none!important;}
.contact-premium__grid{
  grid-template-columns:.9fr 1.1fr!important;
  gap:28px!important;
  align-items:stretch!important;
}
.contact-premium__content{order:1!important;display:grid!important;gap:20px!important;}
.contact-premium__map{order:2!important;min-height:560px!important;border-radius:28px!important;}
.contact-info-card,.contact-compact-form{
  border-radius:26px!important;
  border:1px solid #e6eef5!important;
  box-shadow:0 16px 45px rgba(15,23,42,.07)!important;
}
.contact-info-card{padding:24px!important;gap:12px!important;}
.contact-info-row{padding:14px!important;border-radius:18px!important;}
.contact-compact-form{padding:28px!important;}
.contact-compact-form h3{
  font-size:clamp(25px,2.3vw,34px)!important;
  line-height:1.08!important;
  margin-bottom:18px!important;
}
.form-grid.compact{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px 16px!important;align-items:end!important;}
.contact-compact-form label{display:block!important;margin:0 0 7px!important;color:#101820!important;font-size:14px!important;font-weight:900!important;}
.contact-compact-form input,.contact-compact-form textarea{
  width:100%!important;
  border:1px solid #d9e6ee!important;
  background:#f9fcfe!important;
  border-radius:14px!important;
  min-height:48px!important;
  padding:12px 14px!important;
  box-shadow:none!important;
}
.contact-compact-form textarea{min-height:125px!important;resize:vertical!important;}
.contact-compact-form .mp-btn{min-height:52px!important;padding:0 26px!important;border-radius:14px!important;}
.map-floating-card{border-radius:20px!important;left:22px!important;right:22px!important;bottom:22px!important;}
@media(max-width:980px){
  .cta-band--home .cta-band__inner{flex-direction:column!important;align-items:flex-start!important;min-height:auto!important;padding:42px 0!important;}
  .contact-premium__grid{grid-template-columns:1fr!important;}
  .contact-premium__map{min-height:420px!important;}
}
@media(max-width:620px){
  .cta-band--home h2{font-size:34px!important;}
  .cta-band--home p{font-size:16px!important;}
  .form-grid.compact{grid-template-columns:1fr!important;}
  .contact-premium{padding:42px 0 58px!important;}
  .contact-info-card,.contact-compact-form{padding:20px!important;border-radius:22px!important;}
  .contact-premium__map{min-height:350px!important;border-radius:22px!important;}
}

/* v2.3 - Fournitures catalogue administrable */
.mp-fourniture-page .mp-products-hero{padding:96px 0 70px;background:linear-gradient(135deg,#eef8ff 0%,#fff 58%,#f6fbff 100%)}
.mp-fourniture-page .mp-products-hero h1{font-size:clamp(42px,6vw,84px);letter-spacing:-.05em;margin:14px 0 18px;color:var(--mp-dark)}
.mp-fourniture-page .mp-products-hero p{max-width:760px;font-size:20px;color:#64717d;line-height:1.65;margin-bottom:28px}
.mp-color-strip{padding:48px 0;background:#fff;border-bottom:1px solid #eaf1f6}
.mp-color-strip h2{font-size:26px;margin:0 0 18px;color:var(--mp-dark)}
.mp-swatches{display:flex;flex-wrap:wrap;gap:10px}
.mp-swatch{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid #e2edf4;border-radius:999px;background:#fff;font-size:13px;font-weight:800;color:#25313b;box-shadow:0 8px 20px rgba(15,23,42,.04)}
.mp-swatch i{width:18px;height:18px;border-radius:50%;background:var(--c);border:1px solid rgba(0,0,0,.14);display:block}
.mp-product-catalog{padding:62px 0 90px;background:#f6f9fc}
.mp-catalog-note{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:0 0 30px;padding:18px 22px;border:1px solid #dcebf5;background:#fff;border-radius:20px;box-shadow:0 12px 35px rgba(15,23,42,.05)}
.mp-catalog-note strong{font-size:18px;color:var(--mp-dark)}
.mp-catalog-note span{color:#66727d;font-weight:700}
.mp-product-block{margin-bottom:54px}
.mp-product-block__head{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:22px}
.mp-product-block__head span{font-size:32px;line-height:1;font-weight:950;letter-spacing:-.04em;color:var(--mp-dark)}
.mp-product-block__head p{margin:0;color:#64717d;font-weight:800}
.mp-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.mp-product-card{background:#fff;border:1px solid #e2edf4;border-radius:24px;overflow:hidden;box-shadow:0 16px 40px rgba(15,23,42,.06);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.mp-product-card:hover{transform:translateY(-6px);box-shadow:0 24px 55px rgba(15,23,42,.12);border-color:#c6e8f8}
.mp-product-card__visual{height:220px;background:linear-gradient(135deg,#fff,#eef6fb);display:flex;align-items:center;justify-content:center;padding:18px}
.mp-product-card__visual img{width:100%;height:100%;object-fit:contain;display:block;mix-blend-mode:multiply}
.mp-product-card__body{padding:18px 18px 20px}
.mp-product-card h3{font-size:18px;line-height:1.25;margin:0 0 8px;color:var(--mp-dark)}
.mp-product-card p{font-size:14px;line-height:1.5;color:#66727d;margin:0 0 14px}
.mp-product-card a{font-weight:900;color:var(--mp-primary);font-size:14px}
.post-type-mp_fourniture .mp-media-preview img{max-width:180px;height:auto;margin-top:12px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;padding:6px}
@media(max-width:1100px){.mp-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.mp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.mp-product-card__visual{height:180px}.mp-product-block__head{display:block}.mp-product-block__head span{font-size:26px}.mp-catalog-note{display:block}.mp-fourniture-page .mp-products-hero{padding:70px 0 48px}.mp-fourniture-page .mp-products-hero p{font-size:16px}}
@media(max-width:520px){.mp-product-grid{grid-template-columns:1fr}.mp-product-card__visual{height:220px}.mp-swatches{gap:7px}.mp-swatch{font-size:12px;padding:8px 10px}}


/* v2.4 - Catalogue fournitures premium: images plus grandes, détails sans bouton */
.mp-fourniture-page .mp-product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}
.mp-fourniture-page .mp-product-card{
    padding:0;
    border-radius:28px;
    overflow:hidden;
    border:1px solid #e6eef5;
    box-shadow:0 18px 42px rgba(15,23,42,.07);
    background:#fff;
}
.mp-fourniture-page .mp-product-card__visual{
    height:340px;
    margin:0;
    padding:22px;
    border-radius:0;
    background:linear-gradient(135deg,#f8fcff,#edf7fc);
}
.mp-fourniture-page .mp-product-card__visual img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
    mix-blend-mode:multiply;
}
.mp-fourniture-page .mp-product-card__body{
    padding:24px 24px 26px;
}
.mp-fourniture-page .mp-product-card h3{
    font-size:22px;
    line-height:1.18;
    letter-spacing:-.02em;
    margin:0 0 12px;
    color:#101820;
}
.mp-fourniture-page .mp-product-detail{
    font-size:15px;
    line-height:1.7;
    color:#64717d;
    margin:0 0 14px;
}
.mp-fourniture-page .mp-product-colors-text{
    font-size:14px;
    line-height:1.55;
    color:#43515e;
    margin:0;
}
.mp-fourniture-page .mp-product-card__body a{display:none!important;}
@media(max-width:1050px){
    .mp-fourniture-page .mp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
    .mp-fourniture-page .mp-product-card__visual{height:300px;}
}
@media(max-width:620px){
    .mp-fourniture-page .mp-product-grid{grid-template-columns:1fr;gap:18px;}
    .mp-fourniture-page .mp-product-card__visual{height:320px;}
    .mp-fourniture-page .mp-product-card h3{font-size:20px;}
}

/* v2.6 — contact page + corrected links */
.contact-page-hero{padding:92px 0 70px;background:linear-gradient(180deg,#f7fbfe 0%,#fff 100%);text-align:center}
.contact-page-hero h1{margin:8px auto 16px;max-width:900px;color:var(--mp-dark);font-size:clamp(42px,6vw,78px);line-height:1.02;letter-spacing:-2px}
.contact-page-hero p{max-width:760px;margin:0 auto;color:var(--mp-muted);font-size:20px;line-height:1.7}
.contact-premium--page{padding-top:20px!important}
.contact-premium--page .contact-premium__grid{grid-template-columns:.92fr 1.08fr!important;align-items:stretch}
.contact-premium--page .contact-premium__map{order:2!important;min-height:720px!important}
.contact-premium--page .contact-premium__content{order:1!important}
.contact-compact-form label{display:block;margin-bottom:8px;color:var(--mp-dark);font-size:14px;font-weight:850}
.contact-compact-form input,.contact-compact-form textarea{width:100%;border:1px solid #dbe8ef;border-radius:16px;background:#fbfdff;color:var(--mp-dark);font:inherit;transition:border-color .2s,box-shadow .2s,background .2s}
.contact-compact-form input{height:56px;padding:0 17px}.contact-compact-form textarea{min-height:160px;padding:16px 17px;resize:vertical}
.contact-compact-form input:focus,.contact-compact-form textarea:focus{outline:0;border-color:var(--mp-primary);background:#fff;box-shadow:0 0 0 4px rgba(39,170,225,.12)}
.contact-compact-form h2,.contact-compact-form h3{margin:0 0 22px;color:var(--mp-dark);font-size:clamp(28px,3vw,42px);line-height:1.05;letter-spacing:-.8px}
.contact-premium:not(.contact-premium--page){padding:52px 0 80px!important;background:#f7fbfe!important}
.contact-premium:not(.contact-premium--page) .contact-premium__grid{grid-template-columns:.92fr 1.08fr!important}
.contact-premium:not(.contact-premium--page) .contact-premium__map{order:2!important;min-height:520px!important}
.contact-premium:not(.contact-premium--page) .contact-premium__content{order:1!important}
.cta-band--home .cta-band__inner{min-height:auto!important;padding:42px 0!important}
.cta-band--home h2{font-size:clamp(32px,4vw,56px)!important;letter-spacing:-1px!important}
.cta-band--home p{max-width:720px!important;margin-top:15px!important;font-size:18px!important;line-height:1.55!important}
.cta-band--home .mp-btn--white{min-height:58px!important;padding:0 28px!important;border-radius:16px!important;font-size:16px!important}
@media(max-width:980px){.contact-premium--page .contact-premium__grid,.contact-premium:not(.contact-premium--page) .contact-premium__grid{grid-template-columns:1fr!important}.contact-premium--page .contact-premium__map,.contact-premium:not(.contact-premium--page) .contact-premium__map{min-height:430px!important}.contact-page-hero{padding:62px 0 42px}.contact-page-hero p{font-size:17px}}
@media(max-width:620px){.contact-page-hero h1{font-size:38px}.contact-compact-form input{height:52px}.contact-compact-form textarea{min-height:140px}.contact-premium--page .contact-premium__map,.contact-premium:not(.contact-premium--page) .contact-premium__map{min-height:360px!important}.cta-band--home .cta-band__inner{padding:34px 0!important}.cta-band--home h2{font-size:32px!important}.cta-band--home p{font-size:15px!important}}

/* v2.7 - Pages À propos / Produits / Services */
.mp-inner-page .page-hero{padding:86px 0 74px;background:linear-gradient(135deg,#eef8ff 0%,#fff 62%,#f7fbff 100%);overflow:hidden}
.page-hero__grid{display:grid;grid-template-columns:1fr .9fr;gap:48px;align-items:center}
.page-hero__simple{max-width:920px;text-align:center;margin:auto}
.page-hero h1{font-size:clamp(44px,6.2vw,86px);line-height:.96;letter-spacing:-.06em;margin:14px 0 20px;color:var(--mp-dark)}
.page-hero p{font-size:clamp(18px,1.45vw,22px);line-height:1.65;color:#60717f;max-width:760px;margin:0 0 28px}
.page-hero__simple p{margin-left:auto;margin-right:auto}
.page-hero__image{border-radius:32px;overflow:hidden;box-shadow:0 28px 70px rgba(15,23,42,.14);min-height:390px;background:#dceaf3}
.page-hero__image img{width:100%;height:100%;min-height:390px;object-fit:cover;display:block}
.split-section{display:grid;grid-template-columns:.85fr 1.1fr;gap:48px;align-items:start}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.value-card{background:#fff;border:1px solid #e4edf4;border-radius:26px;padding:34px;box-shadow:0 16px 40px rgba(15,23,42,.06)}
.value-card span{display:inline-flex;width:46px;height:46px;border-radius:15px;align-items:center;justify-content:center;background:#e9f8ff;color:var(--mp-primary);font-weight:950;margin-bottom:22px}
.value-card h3{font-size:26px;margin:0 0 10px;color:var(--mp-dark)}
.value-card p{color:#64717d;line-height:1.7;margin:0}
.timeline-panel,.process-pro{background:#fff;border:1px solid #e3edf4;border-radius:34px;padding:42px;box-shadow:0 20px 55px rgba(15,23,42,.07)}
.timeline-panel h2,.process-pro h2{font-size:clamp(34px,4vw,58px);letter-spacing:-.05em;line-height:1.02;margin:10px 0 28px;color:var(--mp-dark)}
.timeline-grid,.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.timeline-grid div,.process-steps div{background:#f7fbfe;border:1px solid #e1edf5;border-radius:22px;padding:24px}
.timeline-grid strong,.process-steps strong{display:block;font-size:18px;color:var(--mp-dark);margin-bottom:8px}
.timeline-grid p,.process-steps p{margin:0;color:#667581;line-height:1.6}.process-steps{grid-template-columns:repeat(4,1fr)}.process-steps b{display:inline-flex;width:38px;height:38px;border-radius:12px;background:var(--mp-primary);color:#fff;align-items:center;justify-content:center;margin-bottom:15px}
.cta-band--small .cta-band__inner{min-height:260px}.cta-band--small h2{font-size:clamp(36px,5vw,70px);line-height:1;letter-spacing:-.055em;margin:0 0 14px}.cta-band--small p{max-width:720px}
.universe-grid--page{grid-template-columns:repeat(4,minmax(0,1fr))}.universe-grid--page .universe-card{min-height:470px}
.product-support{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.support-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.support-list span{display:flex;align-items:center;min-height:72px;padding:20px;border-radius:20px;background:#fff;border:1px solid #e2edf4;font-weight:900;color:var(--mp-dark);box-shadow:0 12px 30px rgba(15,23,42,.05)}.support-list span:before{content:'✓';display:inline-flex;margin-right:12px;width:30px;height:30px;border-radius:10px;align-items:center;justify-content:center;background:#e9f8ff;color:var(--mp-primary)}
.services-grid--page{grid-template-columns:repeat(3,1fr)}
@media(max-width:1050px){.page-hero__grid,.split-section,.product-support{grid-template-columns:1fr}.universe-grid--page{grid-template-columns:repeat(2,1fr)}.process-steps,.timeline-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.mp-inner-page .page-hero{padding:58px 0 46px}.page-hero h1{font-size:40px}.page-hero__image,.page-hero__image img{min-height:270px}.values-grid,.services-grid--page,.timeline-grid,.process-steps,.support-list{grid-template-columns:1fr}.universe-grid--page{grid-template-columns:1fr}.universe-grid--page .universe-card{min-height:430px}.timeline-panel,.process-pro{padding:24px;border-radius:24px}.value-card{padding:24px}}


/* v2.9 - Branding MAGHREPAGE */
.footer-logo{
  width:220px !important;
  padding:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

/* v3.0 Catalogue produits administrable */
.mp-catalogue-produits .mp-section-head{max-width:880px;margin:0 auto 42px;text-align:center}.mp-product-block{margin:0 0 56px}.mp-product-block__head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px;border-bottom:1px solid #e8eef5;padding-bottom:18px}.mp-product-block__head h2{font-size:clamp(28px,3vw,42px);margin:0;color:#101820}.mp-product-block__head p{max-width:520px;color:#64748b;margin:0;line-height:1.7}.mp-product-ref{display:inline-flex;align-items:center;width:max-content;padding:6px 10px;border-radius:999px;background:#eef9ff;color:#118cc2;font-weight:800;font-size:12px;margin-bottom:10px}.mp-empty-products{background:#fff;border:1px dashed #cfe0eb;border-radius:22px;padding:28px;color:#64748b}.mp-product-card__body h3{font-size:22px;line-height:1.2}.mp-product-detail{font-size:15px;line-height:1.65;color:#64748b}.mp-product-colors-text{font-size:14px;color:#344054;margin-top:12px}.mp-product-card__visual{min-height:300px}.mp-product-card__visual img{max-height:300px;object-fit:contain}.post-type-mp_product .mp-media-preview img{max-width:180px;height:auto;margin-top:12px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;padding:6px}@media(max-width:800px){.mp-product-block__head{display:block}.mp-product-grid{grid-template-columns:1fr}.mp-product-card__visual{min-height:260px}.mp-product-card__visual img{max-height:260px}}

/* v3.1 - Produits administrables MAGHREPAGE */
.mp-catalogue-produits .mp-section-head p{display:none!important}
.mp-product-card__visual{display:flex;text-decoration:none!important}
.mp-product-card__body h3 a{color:inherit;text-decoration:none}
.mp-product-card__body h3 a:hover{color:var(--mp-primary)}
.mp-product-card__body a:not(.mp-product-card__visual){text-decoration:none}
.mp-product-colors-text{display:none!important}
.mp-single-product{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:start}
.mp-single-product__image{background:#fff;border:1px solid #e8eef5;border-radius:28px;box-shadow:0 18px 50px rgba(15,23,42,.08);padding:34px;min-height:520px;display:flex;align-items:center;justify-content:center}
.mp-single-product__image img{max-width:100%;max-height:520px;object-fit:contain;display:block}
.mp-single-product__content h1{font-size:clamp(38px,5vw,68px);letter-spacing:-.055em;line-height:1;margin:12px 0 18px;color:var(--mp-dark)}
.mp-single-lead{font-size:20px;line-height:1.7;color:#526171;margin:22px 0}
.mp-single-desc{color:#5d6875;line-height:1.8;margin:24px 0 32px;font-size:16px}
.mp-single-desc p{margin:0 0 14px}
.mp-empty-products{background:#fff;border:1px dashed #cfe0eb;border-radius:22px;padding:28px;color:#64748b;text-align:center}
@media(max-width:900px){.mp-single-product{grid-template-columns:1fr}.mp-single-product__image{min-height:360px}.mp-single-product__image img{max-height:360px}}

/* MAGHREPAGE v3.2 - Topbar premium centered message */
.topbar__inner--center{
  justify-content:center!important;
  min-height:42px;
}
.topbar__message{
  width:100%;
  text-align:center;
  color:#e8f2f7;
  font-weight:800;
  letter-spacing:.25px;
  font-size:14px;
  line-height:1.35;
}
@media(max-width:780px){
  .topbar__inner--center{min-height:40px!important;}
  .topbar__message{font-size:12px;padding:0 6px;}
}

/* MAGHREPAGE v3.3 - Force topbar message truly centered full width */
.topbar .mp-container.topbar__inner--center{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding-left:20px!important;
  padding-right:20px!important;
  justify-content:center!important;
}
.topbar .topbar__message{
  display:block!important;
  width:100%!important;
  text-align:center!important;
  margin:0 auto!important;
}


/* MAGHREPAGE v3.5 - Topbar gauche + réseaux sociaux premium */
.topbar .topbar__inner--premium{
  min-height:42px;
  display:flex!important;
  align-items:center;
  justify-content:space-between!important;
  gap:18px;
}
.topbar .topbar__inner--premium .topbar__message{
  width:auto!important;
  flex:1 1 auto;
  text-align:left!important;
  margin:0!important;
  color:#e8f2f7;
  font-weight:800;
  letter-spacing:.2px;
  font-size:14px;
  line-height:1.35;
}
.topbar-social{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:9px;
  flex:0 0 auto;
}
.topbar-social a,.footer-social a{
  width:34px;
  height:34px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(39,170,225,.12);
  border:1px solid rgba(39,170,225,.32);
  color:#dff6ff!important;
  font-size:14px;
  font-weight:900;
  line-height:1;
  text-decoration:none!important;
  transition:all .2s ease;
}
.topbar-social a:hover,.footer-social a:hover{
  background:var(--mp-primary);
  border-color:var(--mp-primary);
  color:#fff!important;
  transform:translateY(-2px);
}
.footer-social{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:18px;
}
.footer-social a{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.14);
  color:#fff!important;
}
@media(max-width:780px){
  .topbar .topbar__inner--premium{
    min-height:auto;
    padding-top:9px;
    padding-bottom:9px;
    gap:10px;
  }
  .topbar .topbar__inner--premium .topbar__message{
    font-size:12px;
    line-height:1.35;
  }
  .topbar-social a{width:28px;height:28px;font-size:12px;}
}


/* MAGHREPAGE v3.6 - Topbar normal text + clearer social icons */
.topbar .topbar__inner--premium .topbar__message{
  font-weight:500!important;
  letter-spacing:.05px!important;
  color:#e3edf2!important;
}
.topbar-social a,.footer-social a{
  width:38px!important;
  height:38px!important;
  background:rgba(39,170,225,.16)!important;
  border:1px solid rgba(39,170,225,.46)!important;
  box-shadow:0 6px 18px rgba(39,170,225,.12)!important;
}
.topbar-social svg,.footer-social svg{
  width:18px;
  height:18px;
  display:block;
  fill:currentColor;
}
.topbar-social a:hover,.footer-social a:hover{
  background:#27aae1!important;
  border-color:#27aae1!important;
  box-shadow:0 10px 24px rgba(39,170,225,.28)!important;
}
.footer-social a{
  background:rgba(255,255,255,.06)!important;
  border-color:rgba(39,170,225,.38)!important;
}
@media(max-width:780px){
  .topbar-social a{width:32px!important;height:32px!important;}
  .topbar-social svg{width:15px;height:15px;}
}


/* v4.0 — Cartes catégories premium style catalogue */
.universe-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
  align-items:stretch !important;
}
.universe-card{
  min-height:520px !important;
  border:1px solid rgba(226,235,242,.95) !important;
  border-radius:26px !important;
  overflow:hidden !important;
  background:#061927 !important;
  box-shadow:0 18px 45px rgba(15,23,42,.10) !important;
  isolation:isolate !important;
}
.universe-card img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center top !important;
  filter:saturate(.96) contrast(1.02) !important;
}
.universe-card:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(5,14,21,0) 0%,rgba(5,14,21,.05) 30%,rgba(5,14,21,.42) 56%,rgba(4,18,31,.94) 100%) !important;
  pointer-events:none;
}
.universe-card:after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  top:auto !important;
  z-index:1 !important;
  height:46% !important;
  background:linear-gradient(180deg,rgba(7,20,31,0) 0%,rgba(7,20,31,.72) 42%,rgba(7,20,31,.98) 100%) !important;
  pointer-events:none !important;
}
.universe-card:hover{
  transform:translateY(-7px) !important;
  box-shadow:0 26px 60px rgba(15,23,42,.16) !important;
}
.universe-card:hover img{
  transform:scale(1.035) !important;
}
.universe-card__content{
  position:absolute !important;
  z-index:3 !important;
  left:30px !important;
  right:30px !important;
  bottom:30px !important;
  inset:auto 30px 30px 30px !important;
  min-height:210px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-end !important;
}
.universe-card h3{
  min-height:auto !important;
  max-width:94% !important;
  margin:0 0 12px !important;
  color:#fff !important;
  font-size:clamp(27px,2.15vw,38px) !important;
  line-height:1.05 !important;
  font-weight:900 !important;
  letter-spacing:-.04em !important;
  text-shadow:0 2px 18px rgba(0,0,0,.18) !important;
}
.universe-card p{
  min-height:70px !important;
  max-width:96% !important;
  margin:0 !important;
  color:rgba(255,255,255,.92) !important;
  font-size:17px !important;
  line-height:1.48 !important;
  text-shadow:0 2px 14px rgba(0,0,0,.18) !important;
}
.universe-card__link{
  width:max-content !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:48px !important;
  margin-top:22px !important;
  padding:0 22px !important;
  border-radius:10px !important;
  background:linear-gradient(135deg,var(--mp-primary),#168bd4) !important;
  color:#fff !important;
  font-size:18px !important;
  font-weight:900 !important;
  box-shadow:0 12px 25px rgba(39,170,225,.28) !important;
  transition:.25s ease !important;
}
.universe-card:hover .universe-card__link{
  transform:translateX(3px) !important;
  background:#fff !important;
  color:var(--mp-primary-dark) !important;
}
@media(max-width:1180px){
  .universe-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .universe-card{min-height:500px !important;}
}
@media(max-width:680px){
  .universe-grid{grid-template-columns:1fr !important;gap:18px !important;}
  .universe-card{min-height:460px !important;border-radius:22px !important;}
  .universe-card__content{left:24px !important;right:24px !important;bottom:24px !important;inset:auto 24px 24px 24px !important;min-height:190px !important;}
  .universe-card h3{font-size:32px !important;}
  .universe-card p{font-size:16px !important;min-height:auto !important;}
}

/* v4.1 — Cartes catégories moins hautes + titres alignés */
.universe-grid{
  gap:20px !important;
}
.universe-card{
  min-height:420px !important;
  height:420px !important;
  border-radius:24px !important;
}
.universe-card:before{
  background:linear-gradient(180deg,rgba(5,14,21,0) 0%,rgba(5,14,21,.08) 34%,rgba(5,14,21,.50) 62%,rgba(4,18,31,.96) 100%) !important;
}
.universe-card:after{
  height:54% !important;
  background:linear-gradient(180deg,rgba(7,20,31,0) 0%,rgba(7,20,31,.74) 36%,rgba(7,20,31,.98) 100%) !important;
}
.universe-card__content{
  left:28px !important;
  right:28px !important;
  bottom:26px !important;
  inset:auto 28px 26px 28px !important;
  height:178px !important;
  min-height:178px !important;
  justify-content:flex-start !important;
}
.universe-card h3{
  min-height:72px !important;
  display:flex !important;
  align-items:flex-end !important;
  margin:0 0 10px !important;
  font-size:clamp(25px,1.82vw,32px) !important;
  line-height:1.05 !important;
}
.universe-card p{
  min-height:54px !important;
  font-size:15.5px !important;
  line-height:1.45 !important;
}
.universe-card__link{
  min-height:44px !important;
  margin-top:16px !important;
  padding:0 20px !important;
  border-radius:11px !important;
  font-size:17px !important;
}
@media(max-width:1180px){
  .universe-card{height:400px !important;min-height:400px !important;}
}
@media(max-width:680px){
  .universe-card{height:390px !important;min-height:390px !important;border-radius:22px !important;}
  .universe-card__content{height:170px !important;min-height:170px !important;left:22px !important;right:22px !important;bottom:22px !important;inset:auto 22px 22px 22px !important;}
  .universe-card h3{min-height:64px !important;font-size:29px !important;}
  .universe-card p{min-height:48px !important;font-size:15px !important;}
  .universe-card__link{min-height:42px !important;font-size:16px !important;}
}

/* v4.2 - Category cards image refresh + aligned content */
.universe-card{
  height:390px !important;
  min-height:390px !important;
  border-radius:24px !important;
}
.universe-card img{
  object-fit:cover !important;
  object-position:center top !important;
}
.universe-card:after{
  background:linear-gradient(180deg, rgba(3,16,27,0) 25%, rgba(3,16,27,.35) 50%, rgba(3,16,27,.98) 100%) !important;
}
.universe-card__content{
  height:165px !important;
  min-height:165px !important;
  left:24px !important;
  right:24px !important;
  bottom:24px !important;
  inset:auto 24px 24px 24px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
}
.universe-card h3{
  min-height:60px !important;
  font-size:27px !important;
  line-height:1.08 !important;
  margin:0 0 10px !important;
}
.universe-card p{
  min-height:48px !important;
  font-size:15px !important;
  line-height:1.45 !important;
  margin:0 !important;
}
.universe-card__link{
  margin-top:auto !important;
  width:max-content !important;
  padding:10px 18px !important;
  border-radius:10px !important;
  background:#20aeea !important;
  color:#fff !important;
  font-size:15px !important;
  line-height:1 !important;
}
@media(max-width:980px){.universe-card{height:360px !important;min-height:360px !important}.universe-card h3{font-size:25px !important}}
@media(max-width:760px){.universe-card{height:350px !important;min-height:350px !important}.universe-card__content{height:155px !important}.universe-card h3{font-size:24px !important;min-height:auto !important}.universe-card p{font-size:14px !important;min-height:auto !important}}


/* v4.5 — Hero slide polish */
.hero__title span{color:var(--mp-primary);}
.hero__actions .mp-btn--outline{display:none!important;}
.hero .hero__primary{
    min-height:64px;
    padding:0 34px;
    border-radius:16px;
    background:linear-gradient(135deg,#27aae1,#1598d5);
    color:#fff;
    font-size:18px;
    font-weight:850;
    box-shadow:0 18px 42px rgba(39,170,225,.28);
}
.hero .hero__primary:hover{
    transform:translateY(-3px);
    background:linear-gradient(135deg,#32b8ee,#0f87c4);
    box-shadow:0 24px 55px rgba(39,170,225,.36);
}
.hero__kicker{
    background:linear-gradient(135deg,#1598d5,#27aae1)!important;
    border:0!important;
    color:#fff!important;
    border-radius:14px!important;
    padding:12px 22px!important;
    letter-spacing:.04em!important;
    font-size:14px!important;
    box-shadow:0 16px 35px rgba(39,170,225,.18);
}
@media(max-width:620px){.hero .hero__primary{min-height:56px;font-size:16px;padding:0 22px}.hero__kicker{font-size:11px!important;padding:9px 14px!important}}

/* v4.6 — Hero titles unified: no badges, blue accent on every slide */
.hero__kicker{display:none!important;}
.hero__content{max-width:820px!important;padding-top:115px!important;}
.hero h1.hero__title,
.hero h2.hero__title{
  max-width:850px!important;
  margin:0 0 28px!important;
  color:#fff!important;
  font-size:clamp(54px,7.2vw,108px)!important;
  line-height:.95!important;
  letter-spacing:-.065em!important;
  font-weight:900!important;
}
.hero__title span{color:#27aae1!important;}
.hero p{max-width:700px!important;font-size:22px!important;line-height:1.55!important;color:#dce8ee!important;margin-bottom:36px!important;}
.hero .hero__primary{
  min-height:74px!important;
  padding:0 42px!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#27aae1,#1598d5)!important;
  color:#fff!important;
  font-size:20px!important;
  font-weight:850!important;
  box-shadow:0 22px 50px rgba(39,170,225,.30)!important;
}
.hero .hero__primary:hover{transform:translateY(-3px);background:linear-gradient(135deg,#35b7ef,#0f86c1)!important;}
@media(max-width:980px){
  .hero h1.hero__title,.hero h2.hero__title{font-size:clamp(46px,9vw,76px)!important;}
  .hero p{font-size:19px!important;}
}
@media(max-width:620px){
  .hero__content{padding-top:84px!important;}
  .hero h1.hero__title,.hero h2.hero__title{font-size:43px!important;letter-spacing:-.045em!important;line-height:1!important;}
  .hero p{font-size:16px!important;line-height:1.55!important;}
  .hero .hero__primary{min-height:56px!important;font-size:15px!important;padding:0 20px!important;border-radius:14px!important;}
}

/* MAGHREPAGE v4.7 - Design plus ouvert / hero moins sombre */
:root{
  --mp-dark:#0d1720;
  --mp-primary:#27aae1;
  --mp-primary-dark:#1595cc;
  --mp-light:#f6fbfe;
}
.hero{background:#f6fbfe!important;}
.hero-slider{min-height:600px!important;}
.hero-slide{background-position:center right!important;}
.hero-slide:before{
  background:linear-gradient(90deg,
    rgba(7,18,28,.90) 0%,
    rgba(7,18,28,.76) 36%,
    rgba(7,18,28,.36) 62%,
    rgba(7,18,28,.04) 100%)!important;
}
.hero-slide:after{
  border-color:rgba(39,170,225,.10)!important;
  opacity:.75!important;
}
.hero__content{padding:92px 0 116px!important;max-width:780px!important;}
.hero h1.hero__title,.hero h2.hero__title{
  font-size:clamp(44px,5.4vw,76px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  text-shadow:0 10px 34px rgba(0,0,0,.28)!important;
}
.hero p{font-size:20px!important;line-height:1.55!important;color:#eef6fa!important;max-width:640px!important;}
.hero .hero__primary{
  min-height:54px!important;
  padding:0 28px!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#31b6ee,#169bd2)!important;
  box-shadow:0 16px 38px rgba(39,170,225,.25)!important;
}
.hero__nav{bottom:86px!important;}
.hero-dots{bottom:34px!important;}
.benefits{margin-top:-42px!important;}
.benefits__grid{border-radius:18px!important;box-shadow:0 18px 46px rgba(15,23,42,.10)!important;}
.mp-section{padding:76px 0!important;}
.mp-section--soft{background:linear-gradient(180deg,#f7fbfe 0%,#ffffff 100%)!important;}
.about-media img{filter:saturate(1.02) brightness(1.04)!important;}
.about-badge{background:linear-gradient(135deg,#27aae1,#1595cc)!important;}
.services-grid .service-card{box-shadow:0 14px 34px rgba(15,23,42,.05)!important;}
.universe-card{box-shadow:0 18px 44px rgba(15,23,42,.10)!important;}
.site-footer{background:linear-gradient(180deg,#0f1c26 0%,#091219 100%)!important;}
@media(max-width:780px){
  .hero-slider{min-height:620px!important;}
  .hero-slide{background-position:64% center!important;}
  .hero-slide:before{background:linear-gradient(90deg,rgba(7,18,28,.92),rgba(7,18,28,.62))!important;}
  .hero__content{padding:82px 0 135px!important;}
  .benefits{margin-top:-30px!important;}
}


/* MAGHREPAGE v4.8 - Home order + open light hero like approved preview */
.hero{
  background:#f7fbfe!important;
  color:#101820!important;
}
.hero-slider{
  min-height:600px!important;
}
.hero-slide{
  background-position:center right!important;
  background-size:cover!important;
}
.hero-slide:before{
  background:linear-gradient(90deg,
    rgba(255,255,255,.98) 0%,
    rgba(255,255,255,.94) 28%,
    rgba(255,255,255,.72) 48%,
    rgba(255,255,255,.18) 72%,
    rgba(255,255,255,0) 100%)!important;
}
.hero-slide:after{
  border-color:rgba(39,170,225,.12)!important;
  opacity:.8!important;
}
.hero__content{
  max-width:650px!important;
  padding:92px 0 120px!important;
}
.hero h1.hero__title,
.hero h2.hero__title{
  max-width:690px!important;
  color:#101820!important;
  font-size:clamp(44px,5.2vw,78px)!important;
  line-height:.98!important;
  letter-spacing:-.06em!important;
  text-shadow:none!important;
  margin:0 0 24px!important;
}
.hero__title span{
  color:#27aae1!important;
}
.hero p{
  max-width:620px!important;
  color:#344554!important;
  font-size:19px!important;
  line-height:1.62!important;
  margin-bottom:32px!important;
  text-shadow:none!important;
}
.hero .hero__primary{
  min-height:54px!important;
  padding:0 28px!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#27aae1,#168fd0)!important;
  color:#fff!important;
  box-shadow:0 14px 34px rgba(39,170,225,.26)!important;
  font-size:16px!important;
}
.hero__nav{
  bottom:82px!important;
}
.hero-arrow{
  background:rgba(15,23,42,.62)!important;
  border-color:rgba(255,255,255,.45)!important;
  color:#fff!important;
  backdrop-filter:blur(10px);
}
.hero-arrow:hover{
  background:#27aae1!important;
}
.hero-dots{
  bottom:36px!important;
}
.hero-dot{
  background:rgba(15,23,42,.22)!important;
}
.hero-dot.is-active{
  background:#27aae1!important;
}
.benefits{
  margin-top:-42px!important;
}
.benefits__grid{
  border-radius:18px!important;
  box-shadow:0 18px 46px rgba(15,23,42,.10)!important;
}
#a-propos.mp-section--soft{
  background:linear-gradient(180deg,#f7fbfe 0%,#ffffff 100%)!important;
}
#produits.mp-section{
  background:#fff!important;
}
#produits .universe-card{
  box-shadow:0 16px 38px rgba(15,23,42,.10)!important;
}
@media(max-width:900px){
  .hero-slide:before{
    background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.86) 55%,rgba(255,255,255,.35) 100%)!important;
  }
  .hero__content{padding:76px 0 125px!important;}
  .hero h1.hero__title,.hero h2.hero__title{font-size:clamp(42px,9vw,64px)!important;}
  .hero p{font-size:17px!important;max-width:540px!important;}
}
@media(max-width:620px){
  .hero-slider{min-height:590px!important;}
  .hero-slide{background-position:65% center!important;}
  .hero-slide:before{background:rgba(255,255,255,.88)!important;}
  .hero__content{padding:64px 0 130px!important;}
  .hero h1.hero__title,.hero h2.hero__title{font-size:39px!important;line-height:1.02!important;}
  .hero p{font-size:15.5px!important;}
}

/* =========================================================
   MAGHREPAGE v5.0 — Homepage premium claire comme la maquette
   ========================================================= */
:root{--mp-blue:#139fe0;--mp-blue-dark:#067fc0;--mp-navy:#071827;--mp-text:#102033;--mp-muted:#637283;--mp-line:#e5edf4;--mp-soft:#f4f9fd}
html{scroll-behavior:smooth}
body{background:#fff;color:var(--mp-text)}
.mp-container{max-width:1280px;margin:0 auto;padding:0 28px}
.topbar{background:#f5fbff!important;color:#0e2237!important;border-bottom:1px solid #e9f1f8!important;min-height:34px!important}
.topbar__inner--premium{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:0 28px!important}
.topbar__message{font-size:14px!important;font-weight:500!important;letter-spacing:0!important;text-align:center!important;color:#152638!important}
.topbar-social{position:absolute!important;right:28px!important;top:50%!important;transform:translateY(-50%)!important;display:flex!important;gap:9px!important}
.topbar-social a,.footer-social a{width:28px!important;height:28px!important;border-radius:999px!important;background:#e8f6fd!important;border:1px solid #c9eafb!important;color:#0b8dcc!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;transition:.2s ease!important}
.topbar-social a:hover,.footer-social a:hover{background:var(--mp-blue)!important;color:#fff!important;transform:translateY(-2px)!important}
.topbar-social svg,.footer-social svg{width:14px!important;height:14px!important;fill:currentColor!important}
.site-header{background:#fff!important;box-shadow:0 10px 30px rgba(15,23,42,.045)!important;border:0!important}
.header__inner{min-height:86px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:30px!important}
.site-logo img{max-width:142px!important;height:auto!important;display:block!important}
.primary-menu{display:flex!important;align-items:center!important;justify-content:center!important;gap:42px!important;list-style:none!important;margin:0!important;padding:0!important}
.primary-menu a{font-size:15px!important;font-weight:800!important;color:#0f1e2e!important;text-decoration:none!important;position:relative!important;padding:32px 0!important}
.primary-menu a:hover,.primary-menu .current-menu-item>a{color:var(--mp-blue)!important}
.primary-menu a:after{content:"";position:absolute;left:50%;bottom:22px;width:0;height:3px;background:var(--mp-blue);border-radius:10px;transform:translateX(-50%);transition:.22s ease}
.primary-menu a:hover:after,.primary-menu .current-menu-item>a:after{width:28px}
.header-actions .mp-btn{min-height:52px!important;border-radius:12px!important;background:var(--mp-blue)!important;color:#fff!important;padding:0 28px!important;font-size:15px!important;font-weight:900!important;box-shadow:0 12px 26px rgba(19,159,224,.2)!important}
.menu-toggle{display:none!important}

.home-v5{background:#fff!important;overflow:hidden!important}
.mp-hero-clean{background:linear-gradient(180deg,#fff 0%,#f4faff 100%);position:relative;overflow:hidden}
.mp-hero-clean:before{content:"";position:absolute;left:-120px;top:120px;width:250px;height:250px;border-radius:50%;background:rgba(19,159,224,.07)}
.mp-hero-clean:after{content:"";position:absolute;right:-110px;top:140px;width:260px;height:260px;border-radius:50%;background:rgba(19,159,224,.08)}
.hero-slider{position:relative;min-height:560px!important}
.hero-clean-slide{position:absolute!important;inset:0!important;opacity:0!important;visibility:hidden!important;transition:opacity .55s ease,visibility .55s ease!important;background:none!important}
.hero-clean-slide.is-active{opacity:1!important;visibility:visible!important;position:relative!important}
.hero-clean-grid{min-height:560px;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:40px;position:relative;z-index:1}
.hero-clean-copy{max-width:560px;padding:40px 0 88px}
.hero-clean-title{margin:0 0 26px!important;color:#112235!important;font-size:clamp(44px,5.15vw,74px)!important;line-height:.98!important;letter-spacing:-.055em!important;font-weight:950!important;text-shadow:none!important}
.hero-clean-title span{color:var(--mp-blue)!important}
.hero-clean-copy p{max-width:520px;color:#405366!important;font-size:18px!important;line-height:1.65!important;margin:0 0 28px!important;font-weight:500!important}
.hero-clean-btn{min-height:54px!important;border-radius:12px!important;background:linear-gradient(135deg,var(--mp-blue),#0a8ed0)!important;color:#fff!important;padding:0 28px!important;font-size:15px!important;font-weight:900!important;box-shadow:0 16px 28px rgba(19,159,224,.22)!important}
.hero-clean-btn:hover{transform:translateY(-2px);box-shadow:0 20px 36px rgba(19,159,224,.28)!important}
.hero-clean-media{position:relative;min-height:455px;border-radius:0;display:flex;align-items:center;justify-content:center}
.hero-clean-media:before{content:"";position:absolute;right:8%;top:7%;width:390px;height:390px;border-radius:50%;background:rgba(19,159,224,.09);z-index:-1}
.hero-clean-media img{width:100%;max-width:780px;height:485px;object-fit:cover;object-position:center right;border-radius:0;filter:drop-shadow(0 28px 42px rgba(15,23,42,.12))}
.hero-clean-dots{position:absolute;left:50%;bottom:58px;transform:translateX(-50%);display:flex;gap:16px;z-index:4}
.hero-clean-dots .hero-dot{width:46px!important;height:4px!important;border-radius:999px!important;border:0!important;background:#c8d3de!important;padding:0!important;opacity:1!important}
.hero-clean-dots .hero-dot.is-active{background:var(--mp-blue)!important;width:58px!important}
.hero-clean-arrows{position:absolute;right:20px;bottom:52px;display:flex;gap:10px;z-index:5}
.hero-clean-arrows .hero-arrow{width:44px!important;height:44px!important;border-radius:50%!important;background:rgba(15,31,46,.72)!important;color:#fff!important;border:0!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:20px!important;box-shadow:0 10px 25px rgba(15,23,42,.16)!important}
.hero-clean-arrows .hero-arrow:hover{background:var(--mp-blue)!important}

.benefits-v5{position:relative;z-index:6;margin-top:-44px;margin-bottom:58px}
.benefits-v5__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:#fff;border:1px solid #e4eef6;border-radius:16px;box-shadow:0 24px 60px rgba(15,35,55,.10);overflow:hidden;padding:0!important}
.benefit-v5{display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:center;padding:27px 28px;border-right:1px solid #e6edf4}
.benefit-v5:last-child{border-right:0}
.benefit-v5 span{width:44px;height:44px;border-radius:50%;background:#e9f7fe;color:var(--mp-blue);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:900}
.benefit-v5 h3{margin:0 0 5px;color:#112235;font-size:15px;font-weight:900}
.benefit-v5 p{margin:0;color:#66788b;font-size:13px;line-height:1.45}

.about-v5{padding:42px 0 90px;background:linear-gradient(180deg,#fff 0%,#f8fcff 100%)}
.about-v5__grid{display:grid;grid-template-columns:.98fr 1.02fr;gap:70px;align-items:center}
.about-v5__media{position:relative;border-radius:24px;overflow:visible;min-height:390px}
.about-v5__media img{width:100%;height:420px;object-fit:cover;border-radius:24px;box-shadow:0 24px 50px rgba(15,23,42,.12)}
.about-v5__badge{position:absolute;right:-34px;bottom:50px;width:148px;min-height:148px;border-radius:18px;background:linear-gradient(135deg,#18aee9,#078bd0);color:#fff;padding:22px 18px;box-shadow:0 22px 44px rgba(7,139,208,.28)}
.about-v5__badge strong{display:block;font-size:38px;line-height:1;margin-bottom:8px;font-weight:950}
.about-v5__badge span{font-size:14px;line-height:1.35;display:block;font-weight:600}
.mp-eyebrow{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.14em;color:var(--mp-blue)!important;font-size:12px!important;font-weight:950!important;margin-bottom:14px!important}
.mp-eyebrow:before{content:"";width:28px;height:3px;border-radius:20px;background:var(--mp-blue)}
.mp-title{color:#112235!important;font-size:clamp(34px,3.8vw,52px)!important;line-height:1.04!important;font-weight:950!important;letter-spacing:-.045em!important;margin:0 0 18px!important}
.mp-title span{color:var(--mp-blue)}
.mp-lead{color:#566a7e!important;font-size:16px!important;line-height:1.75!important;max-width:650px!important;margin:0 0 22px!important}
.check-list{list-style:none;margin:24px 0 28px!important;padding:0!important;display:grid;gap:12px!important}
.check-list li{position:relative;padding-left:32px;color:#142436;font-weight:800;font-size:15px;line-height:1.35}
.check-list li:before{content:"✓";position:absolute;left:0;top:0;width:20px;height:20px;border-radius:50%;background:#e5f6fd;color:var(--mp-blue);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:950}
.mp-btn--dark{background:#0b1826!important;color:#fff!important;border-radius:10px!important;min-height:48px!important;padding:0 22px!important;box-shadow:0 14px 28px rgba(15,23,42,.18)!important}

.catalogue-v5{padding:76px 0 82px;background:#fff}
.mp-center{text-align:center}.mp-center .mp-eyebrow{justify-content:center}.mp-center .mp-eyebrow:before{display:none}
.univers-v5-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;margin-top:32px}
.universe-v5-card{height:245px;border-radius:16px;overflow:hidden;position:relative;display:block;text-decoration:none;color:#fff;box-shadow:0 16px 42px rgba(15,23,42,.12);transition:transform .22s ease,box-shadow .22s ease}
.universe-v5-card:hover{transform:translateY(-6px);box-shadow:0 24px 56px rgba(15,23,42,.18)}
.universe-v5-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease;filter:saturate(1.02)}
.universe-v5-card:hover img{transform:scale(1.05)}
.universe-v5-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,24,39,0) 26%,rgba(7,24,39,.78) 72%,rgba(7,24,39,.96) 100%)}
.universe-v5-card__content{position:absolute;left:22px;right:58px;bottom:22px;z-index:2}
.universe-v5-card h3{font-size:22px;line-height:1.02;font-weight:950;letter-spacing:-.04em;margin:0 0 7px;color:#fff}
.universe-v5-card p{font-size:13px;line-height:1.35;color:rgba(255,255,255,.9);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.universe-v5-card__arrow{position:absolute;right:18px;bottom:24px;z-index:3;width:34px;height:34px;border-radius:50%;background:#fff;color:var(--mp-blue);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:950}

.services-v5{padding:74px 0 90px;background:linear-gradient(180deg,#f7fbff 0%,#fff 100%)}
.services-v5-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:36px}
.services-v5-grid article{display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:flex-start;background:#fff;border:1px solid #e5eef6;border-radius:14px;padding:28px;box-shadow:0 12px 30px rgba(15,23,42,.045);transition:.22s ease}
.services-v5-grid article:hover{transform:translateY(-4px);box-shadow:0 20px 45px rgba(15,23,42,.08);border-color:#cfe8f7}
.services-v5-grid article>span{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#eef9ff;color:var(--mp-blue);font-size:27px;font-weight:900;border:1px solid #cbecfb}
.services-v5-grid h3{margin:0 0 9px;color:#112235;font-size:17px;font-weight:950}
.services-v5-grid p{margin:0;color:#5f7082;font-size:14px;line-height:1.55}

.cta-v5{display:block!important;background:linear-gradient(135deg,#0795d5,#22b6ec)!important;color:#fff!important;padding:0!important;margin:0!important;position:relative;overflow:hidden}
.cta-v5:after{content:"";position:absolute;right:70px;top:45px;width:150px;height:95px;background-image:radial-gradient(rgba(255,255,255,.35) 2px,transparent 2px);background-size:17px 17px;opacity:.55}
.cta-v5 .cta-band__inner{min-height:150px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:32px!important;padding:34px 28px!important}
.cta-v5 h2{font-size:clamp(28px,3vw,42px)!important;line-height:1.08!important;margin:0 0 8px!important;color:#fff!important;letter-spacing:-.035em!important}
.cta-v5 p{font-size:15px!important;line-height:1.5!important;margin:0!important;color:rgba(255,255,255,.92)!important;max-width:720px!important}
.cta-v5 .mp-btn--white{background:#fff!important;color:#102033!important;min-height:52px!important;border-radius:12px!important;padding:0 26px!important;font-size:15px!important;font-weight:900!important;white-space:nowrap!important}

.site-footer{background:radial-gradient(circle at 18% 0%,#123652 0%,#071827 45%,#06131e 100%)!important;color:#c7d5e2!important;padding-top:58px!important}
.footer-logo{max-width:150px!important;margin-bottom:22px!important;background:transparent!important;border:0!important;box-shadow:none!important}.footer-grid{gap:70px!important}.footer-title{color:#fff!important}.footer-links a{color:#d8e6f1!important}.footer-links a:hover{color:#36b7ed!important}.copyright{border-color:rgba(255,255,255,.12)!important}

/* hide old home blocks if present */
.contact-premium,.stats-section,.maghrepage-stats{display:none!important}

@media(max-width:1100px){
  .primary-menu{gap:24px!important}.hero-clean-grid{grid-template-columns:1fr .95fr}.benefits-v5__grid{grid-template-columns:repeat(2,1fr)}.benefit-v5:nth-child(2){border-right:0}.benefit-v5:nth-child(1),.benefit-v5:nth-child(2){border-bottom:1px solid #e6edf4}.univers-v5-grid{grid-template-columns:repeat(2,1fr)}.services-v5-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:860px){
  .topbar__message{font-size:12px!important;padding-right:70px}.header__inner{min-height:72px!important}.site-logo img{max-width:118px!important}.menu-toggle{display:flex!important;width:44px;height:44px;border:1px solid #d9e7f1;border-radius:12px;background:#fff;color:#102033;align-items:center;justify-content:center;font-size:24px}.main-navigation{position:absolute;left:20px;right:20px;top:112px;background:#fff;border:1px solid #e6eef5;border-radius:18px;padding:16px;box-shadow:0 20px 60px rgba(15,23,42,.16);display:none!important;z-index:1000}.main-navigation.is-open{display:block!important}.primary-menu{display:grid!important;gap:0!important}.primary-menu a{display:block!important;padding:14px 10px!important}.primary-menu a:after{display:none!important}.header-actions .mp-btn{display:none!important}
  .hero-slider{min-height:auto!important}.hero-clean-slide{position:absolute!important}.hero-clean-slide.is-active{position:relative!important}.hero-clean-grid{grid-template-columns:1fr;min-height:auto;padding:54px 0 100px}.hero-clean-copy{padding:0;max-width:none}.hero-clean-title{font-size:clamp(42px,10vw,64px)!important}.hero-clean-media{min-height:320px;order:-1}.hero-clean-media img{height:330px;max-width:none}.hero-clean-dots{bottom:45px}.hero-clean-arrows{display:none}.benefits-v5{margin-top:-30px}.about-v5__grid{grid-template-columns:1fr;gap:40px}.about-v5__content{order:1}.about-v5__media{order:2}.about-v5__badge{right:18px;bottom:22px}.footer-grid{grid-template-columns:1fr 1fr!important;gap:34px!important}
}
@media(max-width:620px){
  .mp-container{padding:0 18px}.topbar-social{right:12px!important}.topbar__inner--premium{padding:0 18px!important}.topbar__message{text-align:left!important;padding-right:66px;font-size:11px!important}.hero-clean-grid{padding-top:36px}.hero-clean-title{font-size:42px!important;letter-spacing:-.04em!important}.hero-clean-copy p{font-size:15px!important}.hero-clean-media img{height:260px}.benefits-v5__grid,.univers-v5-grid,.services-v5-grid{grid-template-columns:1fr}.benefit-v5{border-right:0!important;border-bottom:1px solid #e6edf4}.benefit-v5:last-child{border-bottom:0}.about-v5{padding:36px 0 62px}.about-v5__media img{height:300px}.about-v5__badge{width:118px;min-height:118px;padding:16px}.about-v5__badge strong{font-size:30px}.about-v5__badge span{font-size:12px}.catalogue-v5,.services-v5{padding:58px 0}.cta-v5 .cta-band__inner{display:grid!important;padding:30px 18px!important}.cta-v5 .mp-btn--white{justify-content:center!important}.footer-grid{grid-template-columns:1fr!important}.site-footer{padding-top:42px!important}.universe-v5-card{height:230px}
}

/* v5.1 — Hero plus premium, plus léger, textes et images légèrement réduits */
.mp-hero-clean{background:linear-gradient(180deg,#fbfdff 0%,#f5faff 100%)!important}
.hero-slider{min-height:510px!important}
.hero-clean-grid{min-height:510px!important;grid-template-columns:.9fr 1.1fr!important;gap:28px!important}
.hero-clean-copy{max-width:500px!important;padding:18px 0 78px!important}
.hero-clean-title{font-size:clamp(38px,4.5vw,62px)!important;line-height:1.01!important;letter-spacing:-.05em!important;margin:0 0 20px!important}
.hero-clean-copy p{max-width:500px!important;font-size:16.5px!important;line-height:1.68!important;color:#536577!important;margin:0 0 24px!important}
.hero-clean-btn{min-height:50px!important;padding:0 24px!important;font-size:14px!important;border-radius:14px!important;box-shadow:0 14px 26px rgba(19,159,224,.18)!important}
.hero-clean-media{min-height:405px!important;align-items:flex-end!important}
.hero-clean-media:before{right:4%!important;top:5%!important;width:340px!important;height:340px!important;background:rgba(19,159,224,.07)!important}
.hero-clean-media img{max-width:700px!important;height:420px!important;object-fit:cover!important;object-position:center center!important;border-radius:28px!important;border:1px solid rgba(16,34,53,.06)!important;box-shadow:0 28px 65px rgba(15,23,42,.12)!important;filter:none!important}
.hero-clean-dots{bottom:46px!important}
.hero-clean-arrows{right:8px!important;bottom:42px!important}
.hero-clean-arrows .hero-arrow{width:42px!important;height:42px!important;background:#102233!important;box-shadow:0 8px 22px rgba(15,23,42,.14)!important}
.hero-clean-arrows .hero-arrow:hover{background:var(--mp-blue)!important}
.benefits-v5{margin-top:-28px!important}
.benefits-v5__grid{box-shadow:0 20px 44px rgba(15,23,42,.06)!important}

@media(max-width:1024px){
  .hero-clean-grid{grid-template-columns:1fr 1fr!important;gap:24px!important}
  .hero-clean-title{font-size:clamp(34px,5vw,54px)!important}
  .hero-clean-media img{height:380px!important;max-width:600px!important}
}
@media(max-width:780px){
  .hero-slider{min-height:auto!important}
  .hero-clean-grid{grid-template-columns:1fr!important;min-height:auto!important;padding:36px 0 92px!important;gap:18px!important}
  .hero-clean-copy{max-width:none!important;padding:0!important}
  .hero-clean-title{font-size:clamp(34px,10vw,52px)!important;margin-bottom:16px!important}
  .hero-clean-copy p{font-size:15px!important;max-width:540px!important}
  .hero-clean-media{order:-1!important;min-height:260px!important}
  .hero-clean-media img{height:280px!important;max-width:none!important;border-radius:22px!important}
  .hero-clean-dots{bottom:36px!important}
  .hero-clean-arrows{display:none!important}
}
@media(max-width:480px){
  .hero-clean-grid{padding:28px 0 82px!important}
  .hero-clean-title{font-size:34px!important;line-height:1.04!important}
  .hero-clean-copy p{font-size:14.5px!important;line-height:1.6!important}
  .hero-clean-btn{width:auto!important;min-height:48px!important;padding:0 20px!important;font-size:13.5px!important}
  .hero-clean-media img{height:240px!important}
}


/* v5.2 — Slides rebuilt + text sizes reduced for a cleaner premium homepage */
.mp-hero-clean{
    background:linear-gradient(180deg,#ffffff 0%,#f6fbff 100%)!important;
}
.hero-slider{
    min-height:500px!important;
}
.hero-clean-grid{
    min-height:500px!important;
    grid-template-columns:.88fr 1.12fr!important;
    gap:34px!important;
    align-items:center!important;
}
.hero-clean-copy{
    max-width:520px!important;
    padding:26px 0 74px!important;
}
.hero-clean-title{
    font-size:clamp(36px,3.65vw,56px)!important;
    line-height:1.04!important;
    letter-spacing:-.045em!important;
    margin:0 0 18px!important;
    font-weight:900!important;
}
.hero-clean-title span{
    color:#139fe0!important;
}
.hero-clean-copy p{
    max-width:500px!important;
    color:#536577!important;
    font-size:16px!important;
    line-height:1.65!important;
    font-weight:500!important;
    margin:0 0 24px!important;
}
.hero-clean-btn{
    min-height:48px!important;
    padding:0 22px!important;
    border-radius:12px!important;
    font-size:14px!important;
    font-weight:800!important;
}
.hero-clean-media{
    min-height:392px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
}
.hero-clean-media:before{
    width:330px!important;
    height:330px!important;
    right:2%!important;
    top:5%!important;
    background:rgba(19,159,224,.06)!important;
}
.hero-clean-media img{
    width:100%!important;
    max-width:760px!important;
    height:405px!important;
    object-fit:cover!important;
    object-position:center right!important;
    border-radius:28px!important;
    box-shadow:0 22px 55px rgba(15,23,42,.10)!important;
    border:1px solid rgba(15,23,42,.06)!important;
    filter:none!important;
}
.hero-clean-dots{
    bottom:42px!important;
}
.hero-clean-dots .hero-dot{
    width:40px!important;
    height:4px!important;
}
.hero-clean-dots .hero-dot.is-active{
    width:54px!important;
}
.hero-clean-arrows{
    right:14px!important;
    bottom:36px!important;
}
.hero-clean-arrows .hero-arrow{
    width:42px!important;
    height:42px!important;
    background:#102235!important;
    color:#fff!important;
}
.benefits-v5{
    margin-top:-24px!important;
}
.benefits-v5__grid{
    box-shadow:0 18px 42px rgba(15,23,42,.07)!important;
}

@media(max-width:1024px){
    .hero-clean-grid{
        grid-template-columns:1fr 1fr!important;
        gap:24px!important;
    }
    .hero-clean-title{
        font-size:clamp(34px,5vw,50px)!important;
    }
    .hero-clean-media img{
        height:360px!important;
    }
}
@media(max-width:780px){
    .hero-slider{
        min-height:auto!important;
    }
    .hero-clean-grid{
        grid-template-columns:1fr!important;
        min-height:auto!important;
        padding:34px 0 88px!important;
        gap:18px!important;
    }
    .hero-clean-media{
        order:-1!important;
        min-height:255px!important;
    }
    .hero-clean-media img{
        height:260px!important;
        max-width:none!important;
        border-radius:22px!important;
    }
    .hero-clean-copy{
        max-width:none!important;
        padding:0!important;
    }
    .hero-clean-title{
        font-size:clamp(32px,9vw,46px)!important;
        line-height:1.06!important;
        margin-bottom:14px!important;
    }
    .hero-clean-copy p{
        font-size:15px!important;
        line-height:1.6!important;
        max-width:560px!important;
    }
    .hero-clean-arrows{
        display:none!important;
    }
    .hero-clean-dots{
        bottom:34px!important;
    }
}
@media(max-width:480px){
    .hero-clean-grid{
        padding:28px 0 78px!important;
    }
    .hero-clean-title{
        font-size:32px!important;
        letter-spacing:-.035em!important;
    }
    .hero-clean-media img{
        height:230px!important;
    }
    .hero-clean-btn{
        min-height:46px!important;
        font-size:13.5px!important;
        padding:0 18px!important;
    }
}


/* v5.3 — hero slide images full width without crop */
.hero-slider{
    overflow:hidden;
}
.hero-clean-grid{
    grid-template-columns: .82fr 1.18fr !important;
    gap: 30px !important;
    align-items: center !important;
}
.hero-clean-copy{
    max-width: 500px !important;
}
.hero-clean-media{
    width: 100% !important;
    min-height: auto !important;
    justify-content: stretch !important;
    align-items: center !important;
}
.hero-clean-media img{
    display:block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1672 / 941;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: 28px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 45px rgba(15,23,42,.08) !important;
    border: 1px solid rgba(16,34,53,.06) !important;
}
.hero-clean-media:before{
    right: -1% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 420px !important;
    height: 420px !important;
}
.hero-clean-arrows{
    right: 16px !important;
    bottom: 16px !important;
}
@media (max-width: 1024px){
    .hero-clean-grid{
        grid-template-columns: 1fr 1fr !important;
        gap: 22px !important;
    }
    .hero-clean-copy{
        max-width: none !important;
    }
    .hero-clean-media img{
        width: 100% !important;
        height: auto !important;
    }
}
@media (max-width: 780px){
    .hero-clean-grid{
        grid-template-columns: 1fr !important;
    }
    .hero-clean-media{
        order: -1 !important;
        margin-bottom: 6px !important;
    }
    .hero-clean-media img{
        border-radius: 22px !important;
    }
    .hero-clean-arrows{
        display:none !important;
    }
}


/* v5.5 — Top bar avec la même couleur que le footer */
.topbar,
.site-topbar,
.mp-topbar,
.header-topbar{
    background:radial-gradient(circle at 15% 0%,rgba(39,170,225,.14),transparent 32%),#071016!important;
    color:#dce6eb!important;
    border-bottom:1px solid rgba(255,255,255,.06)!important;
}
.topbar a,
.site-topbar a,
.mp-topbar a,
.header-topbar a,
.topbar__message{
    color:#dce6eb!important;
}
.topbar .social-links a,
.site-topbar .social-links a,
.mp-topbar .social-links a{
    background:rgba(255,255,255,.05)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    color:#ffffff!important;
}
.topbar .social-links a:hover,
.site-topbar .social-links a:hover,
.mp-topbar .social-links a:hover{
    background:#139fe0!important;
    border-color:#139fe0!important;
    color:#ffffff!important;
}


/* v5.6 — Icônes réseaux sociaux du top bar alignées sur le style du footer */
.topbar .social-links,
.site-topbar .social-links,
.mp-topbar .social-links,
.header-topbar .social-links{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
}

.topbar .social-links a,
.site-topbar .social-links a,
.mp-topbar .social-links a,
.header-topbar .social-links a,
.topbar .topbar-social a,
.site-topbar .topbar-social a,
.mp-topbar .topbar-social a,
.header-topbar .topbar-social a{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    border-radius:999px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#f3f8fc!important;
    border:1px solid rgba(19,159,224,.18)!important;
    color:#139fe0!important;
    box-shadow:0 6px 18px rgba(7,16,22,.10)!important;
    text-decoration:none!important;
    transition:all .25s ease!important;
    font-weight:700!important;
}

.topbar .social-links a:hover,
.site-topbar .social-links a:hover,
.mp-topbar .social-links a:hover,
.header-topbar .social-links a:hover,
.topbar .topbar-social a:hover,
.site-topbar .topbar-social a:hover,
.mp-topbar .topbar-social a:hover,
.header-topbar .topbar-social a:hover{
    background:#139fe0!important;
    border-color:#139fe0!important;
    color:#ffffff!important;
    transform:translateY(-1px)!important;
    box-shadow:0 10px 20px rgba(19,159,224,.22)!important;
}

.topbar .social-links i,
.site-topbar .social-links i,
.mp-topbar .social-links i,
.header-topbar .social-links i{
    font-size:14px!important;
    line-height:1!important;
}


/* v5.8 — garder l'ancien style du slide, seulement aligner texte + image */
.topbar__message{
    font-weight:400!important;
    letter-spacing:0!important;
}

/* réseaux sociaux topbar plus propres, sans gros effet */
.topbar-social{
    gap:8px!important;
}
.topbar-social a{
    width:30px!important;
    height:30px!important;
    border-radius:50%!important;
    background:rgba(255,255,255,.08)!important;
    border:1px solid rgba(255,255,255,.14)!important;
    color:#fff!important;
    box-shadow:none!important;
}
.topbar-social a:hover{
    background:#139fe0!important;
    border-color:#139fe0!important;
    color:#fff!important;
    transform:none!important;
}
.topbar-social svg{
    width:14px!important;
    height:14px!important;
}

/* Alignement uniquement: texte et image au même niveau visuel */
.mp-hero-clean{
    padding-top:0!important;
}
.hero-slider{
    min-height:520px!important;
}
.hero-clean-grid{
    min-height:520px!important;
    grid-template-columns:.92fr 1.08fr!important;
    align-items:center!important;
    gap:38px!important;
}
.hero-clean-copy{
    padding:0 0 70px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    min-height:430px!important;
    max-width:540px!important;
}
.hero-clean-media{
    min-height:430px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
}
.hero-clean-media img{
    width:100%!important;
    max-width:760px!important;
    height:430px!important;
    object-fit:cover!important;
    object-position:center center!important;
    border-radius:28px!important;
}
.hero-clean-title{
    font-size:clamp(38px,4.3vw,62px)!important;
    line-height:1.01!important;
    margin-bottom:18px!important;
}
.hero-clean-copy p{
    font-size:16.5px!important;
    line-height:1.65!important;
    margin-bottom:24px!important;
}
.hero-clean-btn{
    min-height:50px!important;
    padding:0 24px!important;
    font-size:14px!important;
}
.hero-clean-dots{
    bottom:40px!important;
}
.hero-clean-arrows{
    bottom:36px!important;
    right:16px!important;
}

/* Avantages: garder proches du slide, mais propres */
.benefits-v5{
    margin-top:-34px!important;
}

@media(max-width:980px){
    .hero-clean-grid{
        grid-template-columns:1fr!important;
        min-height:auto!important;
        padding:34px 0 88px!important;
    }
    .hero-clean-media{
        order:-1!important;
        min-height:auto!important;
    }
    .hero-clean-media img{
        height:280px!important;
        max-width:none!important;
    }
    .hero-clean-copy{
        min-height:auto!important;
        padding:0!important;
        max-width:none!important;
    }
    .hero-clean-title{
        font-size:clamp(34px,8vw,48px)!important;
    }
    .hero-clean-arrows{
        display:none!important;
    }
}
@media(max-width:520px){
    .hero-clean-media img{
        height:235px!important;
        border-radius:20px!important;
    }
    .hero-clean-title{
        font-size:34px!important;
    }
}


/* v5.9 — slide refined + topbar polished */
.topbar{background:linear-gradient(90deg,#0c1c28 0%,#08131d 100%)!important;}
.topbar__inner--premium{position:relative!important;min-height:46px!important;justify-content:center!important;}
.topbar__message{
  font-size:13px!important;
  font-weight:400!important;
  letter-spacing:0!important;
  color:#f4f8fb!important;
  text-align:center!important;
}
.topbar-social{
  position:absolute!important;
  right:16px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  display:flex!important;
  gap:10px!important;
}
.topbar-social a{
  width:34px!important;
  height:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:12px!important;
  background:rgba(255,255,255,.06)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  color:#ffffff!important;
  box-shadow:none!important;
}
.topbar-social a:hover{
  background:var(--mp-primary)!important;
  border-color:var(--mp-primary)!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
}
.topbar-social svg{width:15px!important;height:15px!important;fill:currentColor!important;}

.mp-hero-clean{background:linear-gradient(180deg,#fbfdff 0%,#f4f9fd 100%)!important;}
.hero-slider{
  min-height:540px!important;
}
.hero-clean-grid{
  grid-template-columns:.94fr 1.06fr!important;
  align-items:center!important;
  gap:36px!important;
  min-height:540px!important;
  padding:18px 0 86px!important;
}
.hero-clean-copy{
  max-width:540px!important;
  min-height:420px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:0!important;
}
.hero-clean-title{
  font-size:clamp(34px,3.8vw,54px)!important;
  line-height:.98!important;
  letter-spacing:-.06em!important;
  margin:0 0 18px!important;
  max-width:520px!important;
}
.hero-clean-copy p{
  max-width:500px!important;
  font-size:16px!important;
  line-height:1.65!important;
  color:#5b6c7d!important;
  margin:0 0 24px!important;
}
.hero-clean-btn{
  width:auto!important;
  align-self:flex-start!important;
  min-height:52px!important;
  padding:0 24px!important;
  border-radius:14px!important;
  font-size:14px!important;
  box-shadow:0 14px 28px rgba(19,159,224,.18)!important;
}
.hero-clean-media{
  min-height:420px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  padding:0!important;
}
.hero-clean-media img{
  width:100%!important;
  max-width:760px!important;
  height:420px!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:28px!important;
  border:1px solid rgba(16,34,53,.06)!important;
  box-shadow:0 24px 60px rgba(15,23,42,.10)!important;
}
.hero-clean-dots{bottom:40px!important;left:50%!important;transform:translateX(-50%)!important;}
.hero-clean-dots .hero-dot{background:#c9d4df!important;}
.hero-clean-dots .hero-dot.is-active{background:var(--mp-primary)!important;}
.hero-clean-arrows{right:18px!important;bottom:34px!important;gap:10px!important;}
.hero-clean-arrows .hero-arrow{
  width:46px!important;
  height:46px!important;
  border-radius:50%!important;
  background:#102233!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 10px 24px rgba(15,23,42,.15)!important;
}
.hero-clean-arrows .hero-arrow:hover{background:var(--mp-primary)!important;}
.benefits-v5{margin-top:-28px!important;}

@media (max-width:980px){
  .topbar__message{font-size:12px!important;padding-right:92px!important;padding-left:10px!important;}
  .topbar-social a{width:32px!important;height:32px!important;border-radius:10px!important;}
  .hero-slider{min-height:auto!important;}
  .hero-clean-grid{
    grid-template-columns:1fr!important;
    min-height:auto!important;
    gap:18px!important;
    padding:24px 0 90px!important;
  }
  .hero-clean-media{order:-1!important;min-height:auto!important;justify-content:center!important;}
  .hero-clean-media img{height:300px!important;max-width:none!important;}
  .hero-clean-copy{min-height:auto!important;max-width:none!important;}
  .hero-clean-title{font-size:clamp(34px,8vw,46px)!important;max-width:620px!important;}
  .hero-clean-copy p{font-size:15px!important;max-width:620px!important;}
  .hero-clean-arrows{display:none!important;}
  .hero-clean-dots{bottom:34px!important;}
}
@media (max-width:640px){
  .topbar__inner--premium{justify-content:flex-start!important;padding-right:92px!important;}
  .topbar__message{text-align:left!important;line-height:1.35!important;}
  .hero-clean-title{font-size:34px!important;}
  .hero-clean-media img{height:240px!important;border-radius:22px!important;}
  .hero-clean-btn{min-height:48px!important;padding:0 20px!important;font-size:13.5px!important;}
}


/* v6.0 — cleaner hero slide alignment */
.mp-hero-clean{padding-top:6px!important;}
.hero-slider{min-height:500px!important;}
.hero-clean-grid{
  grid-template-columns:1fr 1fr!important;
  align-items:center!important;
  gap:48px!important;
  min-height:500px!important;
  padding:18px 0 82px!important;
}
.hero-clean-copy{
  max-width:620px!important;
  min-height:380px!important;
  justify-content:center!important;
}
.hero-clean-title{
  font-size:clamp(34px,4.1vw,60px)!important;
  line-height:.96!important;
  letter-spacing:-.055em!important;
  margin:0 0 18px!important;
  max-width:610px!important;
}
.hero-clean-title span{display:inline!important;}
.hero-clean-copy p{
  max-width:560px!important;
  font-size:15px!important;
  line-height:1.6!important;
  margin:0 0 22px!important;
}
.hero-clean-btn{
  min-height:50px!important;
  padding:0 22px!important;
  font-size:14px!important;
  border-radius:14px!important;
}
.hero-clean-media{
  min-height:390px!important;
  justify-content:flex-end!important;
}
.hero-clean-media img{
  width:100%!important;
  max-width:760px!important;
  height:390px!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:26px!important;
}
.hero-clean-dots{bottom:34px!important;}
.hero-clean-arrows{right:18px!important;bottom:24px!important;}
.hero-clean-arrows .hero-arrow{width:44px!important;height:44px!important;}

@media (max-width:1100px){
  .hero-clean-grid{gap:34px!important;}
  .hero-clean-title{font-size:clamp(32px,4.4vw,52px)!important;max-width:560px!important;}
}
@media (max-width:980px){
  .hero-clean-grid{grid-template-columns:1fr!important;gap:20px!important;min-height:auto!important;padding:24px 0 82px!important;}
  .hero-clean-copy{max-width:none!important;min-height:auto!important;}
  .hero-clean-title{max-width:700px!important;font-size:clamp(34px,7vw,46px)!important;}
  .hero-clean-copy p{max-width:680px!important;}
  .hero-clean-media{order:-1!important;min-height:auto!important;justify-content:center!important;}
  .hero-clean-media img{height:300px!important;}
}
@media (max-width:640px){
  .hero-clean-grid{padding-top:18px!important;padding-bottom:72px!important;}
  .hero-clean-title{font-size:32px!important;line-height:1.02!important;}
  .hero-clean-copy p{font-size:14px!important;}
  .hero-clean-media img{height:230px!important;border-radius:20px!important;}
  .hero-clean-btn{min-height:46px!important;font-size:13.5px!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.8 — topbar/footer alignment + socials */
.topbar,
.site-topbar,
.mp-topbar,
.header-topbar{
  background:linear-gradient(180deg,#0f1c26 0%,#091219 100%) !important;
  color:#d8e6f1 !important;
  border-bottom:0 !important;
}
.topbar .mp-container.topbar__inner--premium,
.topbar__inner--premium{
  min-height:46px !important;
  display:grid !important;
  grid-template-columns:1fr auto 1fr !important;
  align-items:center !important;
  gap:16px !important;
  padding:0 20px !important;
}
.topbar__spacer{
  width:100% !important;
  min-width:1px !important;
}
.topbar__message{
  margin:0 !important;
  text-align:center !important;
  justify-self:center !important;
  color:#e5f0f7 !important;
  font-size:13px !important;
  font-weight:500 !important;
  line-height:1.4 !important;
}
.topbar-social{
  position:static !important;
  right:auto !important;
  top:auto !important;
  transform:none !important;
  display:flex !important;
  align-items:center !important;
  justify-self:end !important;
  gap:8px !important;
}
.topbar-social a,
.footer-social a{
  width:32px !important;
  height:32px !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:rgba(255,255,255,.08) !important;
  border:1px solid rgba(255,255,255,.16) !important;
  color:#ffffff !important;
  transition:.2s ease !important;
}
.topbar-social a:hover,
.footer-social a:hover{
  background:#27aae1 !important;
  border-color:#27aae1 !important;
  color:#ffffff !important;
  transform:translateY(-2px) !important;
}
.topbar-social svg,
.footer-social svg{
  width:15px !important;
  height:15px !important;
  fill:currentColor !important;
}
.site-footer{
  padding-top:58px !important;
}
.footer-social{
  display:flex !important;
  gap:10px !important;
  margin-top:22px !important;
}
.copyright{
  text-align:center !important;
}
.copyright__inner{
  justify-content:center !important;
  text-align:center !important;
}
@media (max-width:767px){
  .topbar .mp-container.topbar__inner--premium,
  .topbar__inner--premium{
    grid-template-columns:1fr !important;
    justify-items:center !important;
    padding:10px 14px !important;
  }
  .topbar__spacer{
    display:none !important;
  }
  .topbar__message{
    padding:0 !important;
    font-size:12px !important;
  }
  .topbar-social{
    justify-self:center !important;
  }
}


/* v7.9.9 — premium footer contact icons */
.footer-contact-list{
  display:grid !important;
  gap:14px !important;
}
.footer-contact-item{
  display:grid !important;
  grid-template-columns:44px 1fr !important;
  align-items:flex-start !important;
  gap:14px !important;
}
.footer-contact-item__icon{
  width:44px !important;
  height:44px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:14px !important;
  background:linear-gradient(180deg,rgba(54,183,237,.18) 0%, rgba(39,170,225,.10) 100%) !important;
  border:1px solid rgba(98,205,244,.22) !important;
  box-shadow:0 12px 24px rgba(3,14,24,.18) !important;
  color:#6fd3fa !important;
}
.footer-contact-item__icon svg{
  width:18px !important;
  height:18px !important;
  fill:currentColor !important;
}
.footer-contact-item__content,
.footer-contact-item__content a{
  color:#d8e6f1 !important;
  line-height:1.7 !important;
}
.footer-contact-item__content a:hover{
  color:#36b7ed !important;
}
@media (max-width:767px){
  .footer-contact-item{
    grid-template-columns:40px 1fr !important;
    gap:12px !important;
  }
  .footer-contact-item__icon{
    width:40px !important;
    height:40px !important;
    border-radius:12px !important;
  }
}


/* v7.9.10 — footer icons cleaner and better aligned */
.site-footer .footer-grid{
  align-items:start !important;
  gap:58px !important;
}
.site-footer .footer-social{
  gap:8px !important;
  margin-top:20px !important;
}
.site-footer .footer-social a{
  width:30px !important;
  height:30px !important;
  background:rgba(255,255,255,.05) !important;
  border:1px solid rgba(255,255,255,.12) !important;
}
.site-footer .footer-social svg{
  width:14px !important;
  height:14px !important;
}
.site-footer .footer-contact-list{
  gap:18px !important;
}
.site-footer .footer-contact-item{
  grid-template-columns:18px 1fr !important;
  gap:14px !important;
  align-items:start !important;
}
.site-footer .footer-contact-item__icon{
  width:18px !important;
  height:18px !important;
  margin-top:5px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  color:#58c8f3 !important;
}
.site-footer .footer-contact-item__icon svg{
  width:16px !important;
  height:16px !important;
  fill:currentColor !important;
}
.site-footer .footer-contact-item__content,
.site-footer .footer-contact-item__content a{
  color:#d8e6f1 !important;
  line-height:1.65 !important;
}
@media (max-width:767px){
  .site-footer .footer-grid{
    gap:34px !important;
  }
  .site-footer .footer-contact-item{
    grid-template-columns:16px 1fr !important;
    gap:12px !important;
  }
  .site-footer .footer-contact-item__icon{
    width:16px !important;
    height:16px !important;
    margin-top:4px !important;
  }
  .site-footer .footer-social a{
    width:28px !important;
    height:28px !important;
  }
}


/* v7.9.12 — topbar styled like footer */
.topbar,
.site-topbar,
.mp-topbar,
.header-topbar{
  background:radial-gradient(circle at 18% 0%, #123652 0%, #071827 45%, #06131e 100%) !important;
  color:#d8e6f1 !important;
  border-bottom:0 !important;
}
.topbar__message,
.topbar a,
.site-topbar a,
.mp-topbar a,
.header-topbar a{
  color:#d8e6f1 !important;
}
.topbar-social{
  gap:8px !important;
}
.topbar-social a{
  width:30px !important;
  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;
  }
  .topbar-social svg{
    width:13px !important;
    height:13px !important;
  }
}


/* v7.9.13 — quote button premium icon + smaller topbar socials */
.header-actions .mp-btn,
.mp-btn--quote{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
  min-height:52px !important;
  padding:0 24px !important;
}
.header-actions .mp-btn .mp-btn__icon,
.mp-btn--quote .mp-btn__icon{
  width:28px !important;
  height:28px !important;
  flex:0 0 28px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#8fe4ff 0%,#42c2f0 42%,#138fd6 100%) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.35), 0 10px 20px rgba(19,143,214,.22) !important;
}
.header-actions .mp-btn .mp-btn__icon svg,
.mp-btn--quote .mp-btn__icon svg{
  width:14px !important;
  height:14px !important;
  fill:#ffffff !important;
}
.header-actions .mp-btn .mp-btn__text,
.mp-btn--quote .mp-btn__text{
  display:inline-block !important;
}
.topbar-social a{
  width:26px !important;
  height:26px !important;
}
.topbar-social svg{
  width:12px !important;
  height:12px !important;
}
@media (max-width:767px){
  .topbar-social a{
    width:24px !important;
    height:24px !important;
  }
  .topbar-social svg{
    width:11px !important;
    height:11px !important;
  }
}


/* v7.9.14 — remove benefits, smoother section fade, better reveal animations */
.benefits-v5{display:none !important;}
.home-v5 > section + section{
  position:relative !important;
}
.home-v5 > .about-v5,
.home-v5 > .catalogue-v5,
.home-v5 > .services-v5,
.home-v5 > .cta-v5{
  position:relative !important;
}
.home-v5 > .about-v5::before,
.home-v5 > .catalogue-v5::before,
.home-v5 > .services-v5::before,
.home-v5 > .cta-v5::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  top:-34px !important;
  height:34px !important;
  pointer-events:none !important;
  background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(245,249,252,.92) 100%) !important;
}
.home-v5 > .about-v5{
  padding-top:22px !important;
}

/* Global reveal animations, footer excluded because selectors are homepage-only */
.mp-anim-ready .mp-reveal{
  opacity:0 !important;
  transform:translateY(28px) scale(.985) !important;
  transition:opacity .75s ease, transform .75s cubic-bezier(.22,.61,.36,1) !important;
  transition-delay:var(--reveal-delay, 0ms) !important;
  will-change:opacity, transform !important;
}
.mp-anim-ready .mp-reveal.mp-in-view{
  opacity:1 !important;
  transform:none !important;
}
@media (prefers-reduced-motion: reduce){
  .mp-anim-ready .mp-reveal{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
}

/* Header quote button icon refined */
.header-actions .mp-btn--quote .mp-btn__icon{
  width:26px !important;
  height:26px !important;
  flex:0 0 26px !important;
  background:linear-gradient(135deg,#a5ebff 0%, #50c9f2 45%, #178fd7 100%) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.36), 0 8px 18px rgba(23,143,215,.24) !important;
}
.header-actions .mp-btn--quote .mp-btn__icon svg{
  width:13px !important;
  height:13px !important;
}

/* Topbar socials slightly smaller */
.topbar-social a{
  width:24px !important;
  height:24px !important;
}
.topbar-social svg{
  width:11px !important;
  height:11px !important;
}
@media (max-width:767px){
  .topbar-social a{
    width:22px !important;
    height:22px !important;
  }
  .topbar-social svg{
    width:10px !important;
    height:10px !important;
  }
}

/* v7.9.15 — topbar social icons like footer + scroll up/down animations */
.topbar{
  min-height:58px !important;
}
.topbar .mp-container.topbar__inner--premium,
.topbar__inner--premium{
  min-height:58px !important;
}
.topbar-social{
  gap:12px !important;
}
.topbar-social a{
  width:42px !important;
  height:42px !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:rgba(255,255,255,.04) !important;
  border:1px solid rgba(255,255,255,.16) !important;
  color:#ffffff !important;
  box-shadow:none !important;
  transition:transform .22s ease, background .22s ease, border-color .22s ease, color .22s ease !important;
}
.topbar-social a:hover{
  background:rgba(39,170,225,.18) !important;
  border-color:rgba(39,170,225,.55) !important;
  color:#ffffff !important;
  transform:translateY(-2px) !important;
}
.topbar-social svg{
  width:17px !important;
  height:17px !important;
  fill:currentColor !important;
}

/* animation dyal objects mlli kat-scrolli tal3 / habet */
.mp-anim-ready .mp-reveal{
  opacity:0 !important;
  transform:translateY(32px) scale(.985) !important;
  transition:
    opacity .72s ease,
    transform .72s cubic-bezier(.22,.61,.36,1) !important;
  transition-delay:var(--reveal-delay, 0ms) !important;
}
.mp-anim-ready.mp-scroll-up .mp-reveal{
  transform:translateY(-26px) scale(.985) !important;
}
.mp-anim-ready .mp-reveal.mp-in-view{
  opacity:1 !important;
  transform:none !important;
}
.site-header{
  transition:transform .28s ease, box-shadow .28s ease, background .28s ease !important;
}
html.mp-scroll-down .site-header{
  transform:translateY(-10px) !important;
}
html.mp-scroll-up .site-header{
  transform:translateY(0) !important;
  box-shadow:0 14px 32px rgba(15,35,55,.08) !important;
}
@media (max-width:767px){
  .topbar{
    min-height:auto !important;
  }
  .topbar .mp-container.topbar__inner--premium,
  .topbar__inner--premium{
    min-height:auto !important;
  }
  .topbar-social a{
    width:34px !important;
    height:34px !important;
  }
  .topbar-social svg{
    width:15px !important;
    height:15px !important;
  }
}
@media (prefers-reduced-motion: reduce){
  .mp-anim-ready .mp-reveal{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
  .site-header{
    transition:none !important;
  }
}


/* v7.9.16 — refreshed quote button style */
.header-actions .mp-btn--quote{
  min-height:54px !important;
  padding:0 26px 0 18px !important;
  border-radius:16px !important;
  border:1px solid rgba(19,159,224,.16) !important;
  background:linear-gradient(135deg,#ffffff 0%,#f3fbff 100%) !important;
  color:#102235 !important;
  box-shadow:0 14px 34px rgba(16,34,53,.10) !important;
  gap:14px !important;
}
.header-actions .mp-btn--quote:hover{
  background:linear-gradient(135deg,#ffffff 0%,#ebf8ff 100%) !important;
  color:#0f8fcc !important;
  box-shadow:0 18px 38px rgba(16,34,53,.14) !important;
}
.header-actions .mp-btn--quote .mp-btn__icon{
  width:32px !important;
  height:32px !important;
  flex:0 0 32px !important;
  border-radius:12px !important;
  background:linear-gradient(135deg,#7fdcff 0%,#32bdf0 55%,#1194d8 100%) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.35), 0 10px 20px rgba(17,148,216,.24) !important;
}
.header-actions .mp-btn--quote .mp-btn__icon svg{
  width:15px !important;
  height:15px !important;
  fill:#ffffff !important;
}
.header-actions .mp-btn--quote .mp-btn__text{
  font-weight:900 !important;
  letter-spacing:-.01em !important;
}
@media (max-width:1100px){
  .header-actions .mp-btn--quote{
    padding:0 22px 0 16px !important;
    min-height:50px !important;
  }
  .header-actions .mp-btn--quote .mp-btn__icon{
    width:30px !important;
    height:30px !important;
    flex-basis:30px !important;
  }
}


/* v7.9.17 — cleaner quote button icon and style */
.header-actions .mp-btn--quote{
  min-height:56px !important;
  padding:0 28px 0 18px !important;
  gap:14px !important;
  border-radius:18px !important;
  border:1px solid rgba(56,170,225,.18) !important;
  background:#ffffff !important;
  color:#102235 !important;
  box-shadow:0 16px 36px rgba(16,34,53,.09) !important;
}
.header-actions .mp-btn--quote:hover{
  background:#f8fcff !important;
  border-color:rgba(56,170,225,.32) !important;
  color:#0f8fcc !important;
  box-shadow:0 20px 42px rgba(16,34,53,.13) !important;
}
.header-actions .mp-btn--quote .mp-btn__icon{
  width:36px !important;
  height:36px !important;
  flex:0 0 36px !important;
  border-radius:14px !important;
  background:linear-gradient(180deg,#42bdf2 0%,#1697dd 100%) !important;
  border:1px solid rgba(255,255,255,.24) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28), 0 10px 20px rgba(22,151,221,.22) !important;
}
.header-actions .mp-btn--quote .mp-btn__icon svg{
  width:16px !important;
  height:16px !important;
  fill:#ffffff !important;
}
.header-actions .mp-btn--quote .mp-btn__text{
  font-weight:900 !important;
  letter-spacing:-.02em !important;
}
@media (max-width:1100px){
  .header-actions .mp-btn--quote{
    min-height:52px !important;
    padding:0 22px 0 16px !important;
  }
  .header-actions .mp-btn--quote .mp-btn__icon{
    width:32px !important;
    height:32px !important;
    flex-basis:32px !important;
    border-radius:12px !important;
  }
  .header-actions .mp-btn--quote .mp-btn__icon svg{
    width:15px !important;
    height:15px !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.145 — Hero images for product category pages */
.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:255px !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:24px !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;
}

/* Imprimantes keeps same adjusted style */
.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;
}

@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{
    height:210px !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{
    height:165px !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.161 — Fournitures: afficher seulement le filtre Type + image comme Imprimantes */
.mp-product-list-page--fournitures-de-bureau .mp-product-filter__group:not([data-filter-group="type"]){
  display:none !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-filter__group[data-filter-group="type"]{
  display:block !important;
  order:1 !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual{
  padding:34px 0 34px !important;
}

.mp-product-list-page--fournitures-de-bureau .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--fournitures-de-bureau .mp-product-list-visual__figure,
.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure img{
  border-radius:24px !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure img{
  width:100% !important;
  height:255px !important;
  object-fit:cover !important;
  object-position:center !important;
}

@media(max-width:900px){
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual{
    padding:24px 0 28px !important;
  }
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure img{
    height:210px !important;
  }
}

@media(max-width:767px){
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual{
    padding:20px 0 24px !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{
    height:165px !important;
  }
}


/* v7.9.162 — Fournitures hero image full-width like Imprimantes */
.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual .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;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__box{
  width:100% !important;
  max-width:1120px !important;
  margin:0 auto !important;
  padding:14px !important;
  border-radius:30px !important;
  overflow:hidden !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure{
  width:100% !important;
  margin:0 !important;
  border-radius:24px !important;
  overflow:hidden !important;
  aspect-ratio: 3 / 1 !important;
  min-height:255px !important;
  background:#fff !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:255px !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center center !important;
  border-radius:24px !important;
}

@media(max-width:900px){
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual .mp-container{
    width:calc(100% - 40px) !important;
  }
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure{
    min-height:210px !important;
  }
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure img{
    min-height:210px !important;
  }
}

@media(max-width:767px){
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual .mp-container{
    width:calc(100% - 32px) !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{
    min-height:165px !important;
  }
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure img{
    min-height:165px !important;
  }
}


/* v7.9.163 — Uniform product hero images on all category pages */
.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual,
.mp-product-list-page--imprimantes-traceurs .mp-product-list-visual,
.mp-product-list-page--toners-cartouches .mp-product-list-visual,
.mp-product-list-page--informatique-accessoires .mp-product-list-visual{
  padding: 16px 0 18px !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual .mp-container,
.mp-product-list-page--imprimantes-traceurs .mp-product-list-visual .mp-container,
.mp-product-list-page--toners-cartouches .mp-product-list-visual .mp-container,
.mp-product-list-page--informatique-accessoires .mp-product-list-visual .mp-container{
  width: min(1120px, calc(100% - 48px)) !important;
  max-width: 1120px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__box,
.mp-product-list-page--imprimantes-traceurs .mp-product-list-visual__box,
.mp-product-list-page--toners-cartouches .mp-product-list-visual__box,
.mp-product-list-page--informatique-accessoires .mp-product-list-visual__box{
  width: 100% !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 14px !important;
  border-radius: 30px !important;
  overflow: hidden !important;
  background: #f7fbff !important;
  border: 1px solid rgba(121, 179, 222, 0.28) !important;
  box-shadow: 0 12px 32px rgba(13, 48, 84, 0.06) !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure,
.mp-product-list-page--imprimantes-traceurs .mp-product-list-visual__figure,
.mp-product-list-page--toners-cartouches .mp-product-list-visual__figure,
.mp-product-list-page--informatique-accessoires .mp-product-list-visual__figure{
  width: 100% !important;
  margin: 0 !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  aspect-ratio: 2048 / 682 !important;
  min-height: 250px !important;
  background: #ffffff !important;
}

.mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure img,
.mp-product-list-page--imprimantes-traceurs .mp-product-list-visual__figure img,
.mp-product-list-page--toners-cartouches .mp-product-list-visual__figure img,
.mp-product-list-page--informatique-accessoires .mp-product-list-visual__figure img{
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 250px !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 24px !important;
}

@media (max-width: 991px){
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual .mp-container,
  .mp-product-list-page--imprimantes-traceurs .mp-product-list-visual .mp-container,
  .mp-product-list-page--toners-cartouches .mp-product-list-visual .mp-container,
  .mp-product-list-page--informatique-accessoires .mp-product-list-visual .mp-container{
    width: calc(100% - 40px) !important;
  }

  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure,
  .mp-product-list-page--imprimantes-traceurs .mp-product-list-visual__figure,
  .mp-product-list-page--toners-cartouches .mp-product-list-visual__figure,
  .mp-product-list-page--informatique-accessoires .mp-product-list-visual__figure,
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure img,
  .mp-product-list-page--imprimantes-traceurs .mp-product-list-visual__figure img,
  .mp-product-list-page--toners-cartouches .mp-product-list-visual__figure img,
  .mp-product-list-page--informatique-accessoires .mp-product-list-visual__figure img{
    min-height: 210px !important;
  }
}

@media (max-width: 767px){
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual .mp-container,
  .mp-product-list-page--imprimantes-traceurs .mp-product-list-visual .mp-container,
  .mp-product-list-page--toners-cartouches .mp-product-list-visual .mp-container,
  .mp-product-list-page--informatique-accessoires .mp-product-list-visual .mp-container{
    width: calc(100% - 28px) !important;
  }

  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__box,
  .mp-product-list-page--imprimantes-traceurs .mp-product-list-visual__box,
  .mp-product-list-page--toners-cartouches .mp-product-list-visual__box,
  .mp-product-list-page--informatique-accessoires .mp-product-list-visual__box{
    padding: 10px !important;
    border-radius: 22px !important;
  }

  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure,
  .mp-product-list-page--imprimantes-traceurs .mp-product-list-visual__figure,
  .mp-product-list-page--toners-cartouches .mp-product-list-visual__figure,
  .mp-product-list-page--informatique-accessoires .mp-product-list-visual__figure,
  .mp-product-list-page--fournitures-de-bureau .mp-product-list-visual__figure img,
  .mp-product-list-page--imprimantes-traceurs .mp-product-list-visual__figure img,
  .mp-product-list-page--toners-cartouches .mp-product-list-visual__figure img,
  .mp-product-list-page--informatique-accessoires .mp-product-list-visual__figure img{
    border-radius: 16px !important;
    min-height: 160px !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}
}


/* 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.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.191 — Uniformiser le bloc liste produits des catégories sur le modèle Imprimantes & traceurs */
/* Pages concernées : Fournitures de bureau, Toners & cartouches, Informatique & accessoires */
body .mp-product-list-page--fournitures-de-bureau .mp-product-list-layout,
body .mp-product-list-page--toners-cartouches .mp-product-list-layout,
body .mp-product-list-page--informatique-accessoires .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,
body .mp-product-list-page--toners-cartouches .mp-product-filter,
body .mp-product-list-page--informatique-accessoires .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,
body .mp-product-list-page--toners-cartouches .mp-product-filter__head,
body .mp-product-list-page--informatique-accessoires .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,
body .mp-product-list-page--toners-cartouches .mp-product-filter__head h2,
body .mp-product-list-page--informatique-accessoires .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,
body .mp-product-list-page--toners-cartouches .mp-product-filter__reset,
body .mp-product-list-page--informatique-accessoires .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__toggle,
body .mp-product-list-page--toners-cartouches .mp-product-filter__toggle,
body .mp-product-list-page--informatique-accessoires .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,
body .mp-product-list-page--toners-cartouches .mp-product-filter__options,
body .mp-product-list-page--informatique-accessoires .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,
body .mp-product-list-page--toners-cartouches .mp-product-filter__options label,
body .mp-product-list-page--informatique-accessoires .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,
body .mp-product-list-page--toners-cartouches .mp-product-filter__options label:hover,
body .mp-product-list-page--informatique-accessoires .mp-product-filter__options label:hover{
  background:#eef8fd !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__options input[type="checkbox"],
body .mp-product-list-page--toners-cartouches .mp-product-filter__options input[type="checkbox"],
body .mp-product-list-page--informatique-accessoires .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,
body .mp-product-list-page--toners-cartouches .mp-product-filter__options strong,
body .mp-product-list-page--informatique-accessoires .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,
body .mp-product-list-page--toners-cartouches .mp-product-filter__options em,
body .mp-product-list-page--informatique-accessoires .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,
body .mp-product-list-page--toners-cartouches .mp-product-filter__apply,
body .mp-product-list-page--informatique-accessoires .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;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel,
body .mp-product-list-page--toners-cartouches .mp-product-list-panel,
body .mp-product-list-page--informatique-accessoires .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,
body .mp-product-list-page--toners-cartouches .mp-product-list-panel table.tablepress tbody,
body .mp-product-list-page--informatique-accessoires .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,
body .mp-product-list-page--toners-cartouches .mp-product-list-panel table.tablepress tbody tr,
body .mp-product-list-page--informatique-accessoires .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,
body .mp-product-list-page--toners-cartouches .mp-product-list-panel table.tablepress tbody tr:hover,
body .mp-product-list-page--informatique-accessoires .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,
body .mp-product-list-page--toners-cartouches .mp-product-list-panel table.tablepress tbody tr:last-child,
body .mp-product-list-page--informatique-accessoires .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,
body .mp-product-list-page--toners-cartouches .mp-product-list-panel table.tablepress tbody td,
body .mp-product-list-page--informatique-accessoires .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),
body .mp-product-list-page--toners-cartouches .mp-product-list-panel table.tablepress tbody td:nth-child(1),
body .mp-product-list-page--informatique-accessoires .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,
body .mp-product-list-page--toners-cartouches .mp-product-list-panel table.tablepress tbody td:nth-child(1)::before,
body .mp-product-list-page--informatique-accessoires .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),
body .mp-product-list-page--toners-cartouches .mp-product-list-panel table.tablepress tbody td:nth-child(2),
body .mp-product-list-page--informatique-accessoires .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,
body .mp-product-list-page--toners-cartouches .mp-product-list-panel table.tablepress tbody td:nth-child(2) img,
body .mp-product-list-page--informatique-accessoires .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),
body .mp-product-list-page--toners-cartouches .mp-product-list-panel table.tablepress tbody td:nth-child(3),
body .mp-product-list-page--informatique-accessoires .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),
body .mp-product-list-page--toners-cartouches .mp-product-list-panel table.tablepress tbody td:nth-child(4),
body .mp-product-list-page--informatique-accessoires .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--toners-cartouches .mp-product-list-panel table.tablepress tbody td:nth-child(5),
body .mp-product-list-page--informatique-accessoires .mp-product-list-panel table.tablepress tbody td:nth-child(5){
  display:none !important;
  visibility:hidden !important;
}

@media(max-width:980px){
  body .mp-product-list-page--fournitures-de-bureau .mp-product-list-layout,
  body .mp-product-list-page--toners-cartouches .mp-product-list-layout,
  body .mp-product-list-page--informatique-accessoires .mp-product-list-layout{
    grid-template-columns:1fr !important;
  }

  body .mp-product-list-page--fournitures-de-bureau .mp-product-filter,
  body .mp-product-list-page--toners-cartouches .mp-product-filter,
  body .mp-product-list-page--informatique-accessoires .mp-product-filter{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
  }
}

@media(max-width:900px){
  body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel,
  body .mp-product-list-page--toners-cartouches .mp-product-list-panel,
  body .mp-product-list-page--informatique-accessoires .mp-product-list-panel{
    padding:18px !important;
  }

  body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody tr,
  body .mp-product-list-page--toners-cartouches .mp-product-list-panel table.tablepress tbody tr,
  body .mp-product-list-page--informatique-accessoires .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),
  body .mp-product-list-page--toners-cartouches .mp-product-list-panel table.tablepress tbody td:nth-child(2),
  body .mp-product-list-page--informatique-accessoires .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,
  body .mp-product-list-page--toners-cartouches .mp-product-list-panel table.tablepress tbody td:nth-child(2) img,
  body .mp-product-list-page--informatique-accessoires .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),
  body .mp-product-list-page--toners-cartouches .mp-product-list-panel table.tablepress tbody td:nth-child(4),
  body .mp-product-list-page--informatique-accessoires .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,
  body .mp-product-list-page--toners-cartouches .mp-product-list-panel,
  body .mp-product-list-page--informatique-accessoires .mp-product-list-panel{
    padding:12px !important;
  }

  body .mp-product-list-page--fournitures-de-bureau .mp-product-list-panel table.tablepress tbody tr,
  body .mp-product-list-page--toners-cartouches .mp-product-list-panel table.tablepress tbody tr,
  body .mp-product-list-page--informatique-accessoires .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),
  body .mp-product-list-page--toners-cartouches .mp-product-list-panel table.tablepress tbody td:nth-child(1),
  body .mp-product-list-page--informatique-accessoires .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),
  body .mp-product-list-page--toners-cartouches .mp-product-list-panel table.tablepress tbody td:nth-child(2),
  body .mp-product-list-page--informatique-accessoires .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,
  body .mp-product-list-page--toners-cartouches .mp-product-list-panel table.tablepress tbody td:nth-child(2) img,
  body .mp-product-list-page--informatique-accessoires .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),
  body .mp-product-list-page--toners-cartouches .mp-product-list-panel table.tablepress tbody td:nth-child(4),
  body .mp-product-list-page--informatique-accessoires .mp-product-list-panel table.tablepress tbody td:nth-child(4){
    font-size:15px !important;
  }
}

/* v7.9.192 — Uniformiser définitivement le filtre des 4 catégories sur le modèle Imprimantes & traceurs */
body .mp-product-list-page--fournitures-de-bureau .mp-product-list-layout,
body .mp-product-list-page--toners-cartouches .mp-product-list-layout,
body .mp-product-list-page--informatique-accessoires .mp-product-list-layout{
  display:grid !important;
  grid-template-columns:280px minmax(0,1fr) !important;
  gap:24px !important;
  align-items:start !important;
  width:100% !important;
  max-width:none !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter,
body .mp-product-list-page--toners-cartouches .mp-product-filter,
body .mp-product-list-page--informatique-accessoires .mp-product-filter{
  width:280px !important;
  min-width:280px !important;
  max-width:280px !important;
  padding:20px !important;
  border-radius:22px !important;
  background:#fff !important;
  border:1px solid #d8eaf5 !important;
  box-shadow:0 18px 54px rgba(15,23,42,.055) !important;
  position:sticky !important;
  top:110px !important;
  overflow:hidden !important;
  box-sizing:border-box !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__head,
body .mp-product-list-page--toners-cartouches .mp-product-filter__head,
body .mp-product-list-page--informatique-accessoires .mp-product-filter__head{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  margin:0 0 16px !important;
  padding:0 !important;
  border-bottom:0 !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__head h2,
body .mp-product-list-page--toners-cartouches .mp-product-filter__head h2,
body .mp-product-list-page--informatique-accessoires .mp-product-filter__head h2{
  margin:0 !important;
  font-size:20px !important;
  line-height:1.2 !important;
  color:#102235 !important;
  font-weight:950 !important;
  letter-spacing:0 !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__reset,
body .mp-product-list-page--toners-cartouches .mp-product-filter__reset,
body .mp-product-list-page--informatique-accessoires .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;
  white-space:nowrap !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__group,
body .mp-product-list-page--toners-cartouches .mp-product-filter__group,
body .mp-product-list-page--informatique-accessoires .mp-product-filter__group{
  padding:14px 0 !important;
  border-top:1px solid #e4f0f7 !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__group:first-child,
body .mp-product-list-page--toners-cartouches .mp-product-filter__group:first-child,
body .mp-product-list-page--informatique-accessoires .mp-product-filter__group:first-child{
  border-top:0 !important;
  padding-top:0 !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__toggle,
body .mp-product-list-page--toners-cartouches .mp-product-filter__toggle,
body .mp-product-list-page--informatique-accessoires .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;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__options,
body .mp-product-list-page--toners-cartouches .mp-product-filter__options,
body .mp-product-list-page--informatique-accessoires .mp-product-filter__options{
  display:grid !important;
  gap:10px !important;
  margin:0 !important;
  padding:0 !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__options label,
body .mp-product-list-page--toners-cartouches .mp-product-filter__options label,
body .mp-product-list-page--informatique-accessoires .mp-product-filter__options label{
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  min-height:auto !important;
  padding:0 !important;
  border-radius:0 !important;
  color:#52697b !important;
  font-size:13px !important;
  line-height:1.3 !important;
  font-weight:750 !important;
  cursor:pointer !important;
  background:transparent !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__options label:hover,
body .mp-product-list-page--toners-cartouches .mp-product-filter__options label:hover,
body .mp-product-list-page--informatique-accessoires .mp-product-filter__options label:hover{
  background:transparent !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__options input[type="checkbox"],
body .mp-product-list-page--toners-cartouches .mp-product-filter__options input[type="checkbox"],
body .mp-product-list-page--informatique-accessoires .mp-product-filter__options input[type="checkbox"]{
  appearance:none !important;
  -webkit-appearance:none !important;
  width:17px !important;
  height:17px !important;
  min-width:17px !important;
  margin:0 !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;
  accent-color:#149bd8 !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__options input[type="checkbox"]:checked,
body .mp-product-list-page--toners-cartouches .mp-product-filter__options input[type="checkbox"]:checked,
body .mp-product-list-page--informatique-accessoires .mp-product-filter__options input[type="checkbox"]:checked{
  background:#149bd8 !important;
  border-color:#149bd8 !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__options input[type="checkbox"]:checked::after,
body .mp-product-list-page--toners-cartouches .mp-product-filter__options input[type="checkbox"]:checked::after,
body .mp-product-list-page--informatique-accessoires .mp-product-filter__options input[type="checkbox"]:checked::after{
  content:"✓" !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:950 !important;
  line-height:1 !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__options strong,
body .mp-product-list-page--toners-cartouches .mp-product-filter__options strong,
body .mp-product-list-page--informatique-accessoires .mp-product-filter__options strong{
  display:block !important;
  color:#102235 !important;
  font-size:13px !important;
  line-height:1.3 !important;
  font-weight:950 !important;
  letter-spacing:0 !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__options em,
body .mp-product-list-page--toners-cartouches .mp-product-filter__options em,
body .mp-product-list-page--informatique-accessoires .mp-product-filter__options em{
  margin-left:auto !important;
  color:#8aa0af !important;
  font-size:12px !important;
  line-height:1 !important;
  font-style:normal !important;
  font-weight:850 !important;
  text-align:right !important;
}

body .mp-product-list-page--fournitures-de-bureau .mp-product-filter__apply,
body .mp-product-list-page--toners-cartouches .mp-product-filter__apply,
body .mp-product-list-page--informatique-accessoires .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;
}

@media(max-width:980px){
  body .mp-product-list-page--fournitures-de-bureau .mp-product-list-layout,
  body .mp-product-list-page--toners-cartouches .mp-product-list-layout,
  body .mp-product-list-page--informatique-accessoires .mp-product-list-layout{
    grid-template-columns:1fr !important;
  }

  body .mp-product-list-page--fournitures-de-bureau .mp-product-filter,
  body .mp-product-list-page--toners-cartouches .mp-product-filter,
  body .mp-product-list-page--informatique-accessoires .mp-product-filter{
    width:min(88vw,360px) !important;
    min-width:0 !important;
    max-width:none !important;
    height:100vh !important;
    max-height:100vh !important;
    border-radius:0 26px 26px 0 !important;
    padding:24px 20px !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.215 — Demande de devis: champs toujours interactifs */
.mp-quote-page-v173 .mp-quote-wpforms input,
.mp-quote-page-v173 .mp-quote-wpforms textarea,
.mp-quote-page-v173 .mp-quote-wpforms select,
.mp-quote-page-v173 .mp-quote-product-builder input,
.mp-quote-page-v173 .mp-quote-product-builder select {
  position: relative !important;
  z-index: 2 !important;
  pointer-events: auto !important;
  touch-action: manipulation;
}
