/* Matos Import — Home V4
   Hero only. Existing displayHome modules remain untouched for now. */

.mi-home-hero,
.mi-home-hero * {
  box-sizing: border-box;
  font-family: 'Inter', Arial, sans-serif;
  letter-spacing: 0 !important;
}

.mi-home-hero {
  --mi-red: #ef2634;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 680px;
  overflow: hidden;
  color: #fff;
  background-color: #0c5264;
  background-image: url('../img/matosimport/home-hero.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  /* Figma : le jet reste visible sous/à gauche du titre. */
  background-position: 50% 43%;
  isolation: isolate;
}

/* Filtre noir demandé par la maquette : #000 à 50 %. */
.mi-home-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, .50);
}

.mi-home-hero__content {
  width: min(1180px, calc(100% - 48px));
  min-height: 680px;
  margin: 0 auto;
  /* Contenu remonté par rapport à V3. */
  padding: 64px 0 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.mi-home-hero__seadoo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 18px 0 24px;
  color: #fff;
  line-height: 1;
}

.mi-home-hero__dealer {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.mi-home-hero__seadoo-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5px;
  height: 28px;
  line-height: 0;
}

.mi-home-hero__seadoo-logo img {
  display: block;
  height: 20px;
  width: auto;
  flex: 0 0 auto;
}

.mi-home-hero__seadoo-logo .mi-home-hero__seadoo-dot {
  width: 6px;
  height: 6px;
  margin: 0 1px;
}

.mi-home-hero__title {
  margin: 0;
  padding: 0;
  max-width: 920px;
  color: #fff;
  font-size: 65px !important;
  line-height: 1.04;
  font-weight: 600 !important;
  text-transform: none !important;
}

.mi-home-hero__title-main,
.mi-home-hero__title > strong {
  display: block;
  font: inherit;
}

/* Desktop : "Votre expert jet ski" reste sur une seule ligne. */
.mi-home-hero__title-line1,
.mi-home-hero__title-line2 {
  display: inline;
  font: inherit;
}

.mi-home-hero__title-line1::after {
  content: ' ';
}

.mi-home-hero__title > strong {
  margin-top: 6px;
  color: var(--mi-red);
  font-weight: 600 !important;
}

.mi-home-hero__module-slot {
  width: min(900px, 100%);
  min-height: 0;
  margin: 0;
}

/* Typography already validated for the rest of the home. */
.page-home,
.page-home * {
  letter-spacing: 0 !important;
}

.page-home h1 {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.page-home h2 {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.page-home h4 {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .mi-home-hero {
    min-height: 720px;
    /* Mobile : on privilégie la zone contenant le jet. */
    background-size: auto 100%;
    background-position: 48% center;
  }

  .mi-home-hero__content {
    width: calc(100% - 32px);
    min-height: 720px;
    padding: 38px 0 48px;
    justify-content: flex-start;
  }

  .mi-home-hero__seadoo {
    margin: 18px 0 34px;
  }

  .mi-home-hero__dealer {
    font-size: 13px;
    font-weight: 500;
  }

  .mi-home-hero__seadoo-logo {
    height: 26px;
  }

  .mi-home-hero__seadoo-logo img {
    height: 18px;
  }

  .mi-home-hero__seadoo-logo .mi-home-hero__seadoo-dot {
    width: 5px;
    height: 5px;
  }

  .mi-home-hero__title {
    max-width: 390px;
    font-size: 45px !important;
    line-height: 1.07;
  }

  /* Mobile demandé :
     Votre expert
     jet ski
     en France */
  .mi-home-hero__title-line1,
  .mi-home-hero__title-line2 {
    display: block;
  }

  .mi-home-hero__title-line1::after {
    content: none;
  }

  .mi-home-hero__title > strong {
    margin-top: 4px;
  }

  .page-home h1 {
    font-size: 16px;
  }
}

/* ==========================================================
   HOME V5 — NOUVEAUTÉS
   Réutilise le composant validé sur la fiche produit.
   ========================================================== */
body#index .mi-home-hero__seadoo-logo .mi-home-hero__seadoo-dot{
  width:9px;
  height:9px;
  margin:0 1.5px;
}

body#index .mi-home-new,
body#index .mi-home-new *{
  box-sizing:border-box;
  font-family:Inter,Arial,sans-serif;
  letter-spacing:0!important;
}
body#index .mi-home-new{
  width:100%;
  padding:72px 0 78px;
  background:#fff;
  color:#111;
}
body#index .mi-home-new__container{
  width:min(100% - 48px,1440px);
  margin:0 auto;
}
body#index .mi-home-new__title{
  margin:0 0 28px;
  color:#111;
  font-size:24px!important;
  line-height:1.2!important;
  font-weight:600!important;
}
body#index .mi-home-new__title-mobile{display:none}

body#index .mi-new-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:22px;
}
body#index .mi-new-card{
  min-width:0;
  overflow:hidden;
  background:#fff;
  border:1px solid #d8d8d8;
  border-radius:14px;
  transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease;
}
body#index .mi-new-image{
  display:flex;
  align-items:center;
  justify-content:center;
  aspect-ratio:1/1;
  padding:14px;
  background:#fff;
  isolation:isolate;
}
body#index .mi-new-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  mix-blend-mode:darken;
  transform-origin:center center;
  transition:transform .25s ease;
}
body#index .mi-new-body{padding:14px 14px 18px}
body#index .mi-new-category{
  margin-bottom:7px;
  color:#aaa;
  font-size:12px;
  line-height:1.2;
  text-transform:uppercase;
}
body#index .mi-new-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  min-height:18px;
  margin-bottom:7px;
}
body#index .mi-new-brand{
  overflow:hidden;
  color:#111;
  font-size:14px;
  line-height:1.2;
  font-weight:700;
  white-space:nowrap;
  text-overflow:ellipsis;
}
body#index .mi-new-rating{
  display:inline-flex!important;
  align-items:center!important;
  min-width:0;
  color:#222;
  font-size:12px;
  line-height:1!important;
  white-space:nowrap;
}
body#index .mi-new-rating-stars{
  display:inline-flex!important;
  align-items:center!important;
  gap:1px!important;
  white-space:nowrap!important;
}
body#index .mi-new-rating-star{
  display:block!important;
  width:14px!important;
  height:14px!important;
  flex:0 0 14px!important;
  fill:none!important;
  stroke:var(--mi-red,#ed2224)!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body#index .mi-new-rating-source{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:-1px!important;
  padding:0!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
body#index .mi-new-name{
  display:block;
  min-height:60px;
  margin-bottom:8px;
  color:#111;
  font-size:16px;
  line-height:1.25;
  font-weight:400;
  text-decoration:none;
}
body#index .mi-new-price-row{
  display:flex;
  align-items:center;
  gap:7px;
  margin:0 0 12px;
}
body#index .mi-new-price{
  color:var(--mi-red,#ed2224);
  font-size:16px;
  font-weight:600;
}
body#index .mi-new-old-price{
  color:#aaa;
  font-size:12px;
  font-weight:400;
  text-decoration:line-through;
}
body#index .mi-new-cart{
  display:block;
  margin:0 auto;
  padding:9px 16px;
  border:0;
  border-radius:22px;
  background:#dedede;
  color:#111;
  font-size:14px;
  line-height:1.2;
  font-weight:600;
  cursor:pointer;
}
body#index .mi-new-cart.disabled{opacity:.55;cursor:not-allowed}

@media (hover:hover) and (pointer:fine){
  body#index .mi-new-card:hover{
    border-color:var(--mi-red,#ed2224);
    box-shadow:0 10px 24px rgba(0,0,0,.10);
    transform:translateY(-3px);
  }
  body#index .mi-new-card:hover .mi-new-image img{transform:scale(1.03)}
}

@media (max-width:1199px){
  body#index .mi-new-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:767px){
  body#index .mi-home-hero__seadoo-logo .mi-home-hero__seadoo-dot{
    width:7px;
    height:7px;
  }
  body#index .mi-home-new{padding:48px 0 54px}
  body#index .mi-home-new__container{
    width:100%;
    padding:0 20px;
  }
  body#index .mi-home-new__title{
    margin-bottom:22px!important;
    font-size:24px!important;
    font-weight:600!important;
  }
  body#index .mi-home-new__title-desktop{display:none}
  body#index .mi-home-new__title-mobile{display:inline}
  body#index .mi-new-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
  }
  body#index .mi-new-grid .mi-new-card:nth-child(n+3){display:none}
  body#index .mi-new-body{padding:12px 12px 15px}
  body#index .mi-new-category{font-size:11px}
  body#index .mi-new-meta{display:block}
  body#index .mi-new-rating{display:block!important;margin-top:4px}
  body#index .mi-new-rating-star{
    width:13px!important;
    height:13px!important;
    flex-basis:13px!important;
  }
  body#index .mi-new-name{min-height:76px;font-size:15px}
  body#index .mi-new-price{font-size:16px}
  body#index .mi-new-cart{padding:9px 12px;font-size:13px}
}

/* ==========================================================
   HOME V6 — TYPOGRAPHIE HOME + DÉCOUVREZ NOS ACCESSOIRES
   ========================================================== */
body#index .page-home h2,
body#index .mi-home-new__title,
body#index .mi-home-accessories__title{
  font-size:40px!important;
  line-height:1.12!important;
  font-weight:600!important;
  letter-spacing:0!important;
}

/* Point du logo SEA·DOO légèrement renforcé. */
body#index .mi-home-hero__seadoo-logo .mi-home-hero__seadoo-dot{
  width:11px;
  height:11px;
}

body#index .mi-home-accessories,
body#index .mi-home-accessories *{
  box-sizing:border-box;
  font-family:Inter,Arial,sans-serif;
  letter-spacing:0!important;
}
body#index .mi-home-accessories{
  width:100%;
  padding:0 0 82px;
  background:#fff;
  color:#fff;
}
body#index .mi-home-accessories__inner{
  position:relative;
  width:min(100% - 48px,1440px);
  min-height:520px;
  margin:0 auto;
  overflow:hidden;
  border-radius:24px;
  background-color:#9f120d;
  background-image:url('../img/matosimport/home-accessories.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}
body#index .mi-home-accessories__inner::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(71,0,0,.28) 0%,rgba(71,0,0,.10) 46%,rgba(71,0,0,0) 72%);
  pointer-events:none;
}
body#index .mi-home-accessories__content{
  position:relative;
  z-index:1;
  width:58%;
  padding:54px 54px 48px;
}
body#index .mi-home-accessories__title{
  margin:0 0 185px;
  color:#fff!important;
}
body#index .mi-home-accessories__links{
  display:flex;
  flex-wrap:wrap;
  gap:14px 12px;
  max-width:650px;
  margin-bottom:18px;
}
body#index .mi-home-accessories__pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 22px;
  border:1.5px solid #f32735;
  border-radius:24px;
  background:rgba(133,12,8,.18);
  color:#fff!important;
  font-size:16px;
  line-height:1.15;
  font-weight:600;
  text-decoration:none!important;
  transition:background-color .2s ease,border-color .2s ease,transform .2s ease;
}
body#index .mi-home-accessories__cta{
  display:inline-flex;
  align-items:center;
  gap:13px;
  min-height:48px;
  padding:11px 24px;
  border-radius:25px;
  background:#f32735;
  color:#fff!important;
  font-size:16px;
  line-height:1;
  font-weight:600;
  text-decoration:none!important;
  transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;
}
body#index .mi-home-accessories__arrow{
  font-size:22px;
  line-height:1;
  font-weight:400;
}
@media (hover:hover) and (pointer:fine){
  body#index .mi-home-accessories__pill:hover{
    background:rgba(243,39,53,.22);
    transform:translateY(-1px);
  }
  body#index .mi-home-accessories__cta:hover{
    background:#df1f2c;
    box-shadow:0 8px 18px rgba(0,0,0,.15);
    transform:translateY(-2px);
  }
}

@media (max-width:767px){
  body#index .page-home h2,
  body#index .mi-home-new__title,
  body#index .mi-home-accessories__title{
    font-size:38px!important;
    line-height:1.1!important;
    font-weight:600!important;
  }
  body#index .mi-home-hero__seadoo-logo .mi-home-hero__seadoo-dot{
    width:9px;
    height:9px;
  }
  body#index .mi-home-accessories{
    padding:0 20px 54px;
  }
  body#index .mi-home-accessories__inner{
    width:100%;
    min-height:760px;
    border-radius:18px;
    /* Sur mobile la femme est centrée dans la partie basse. */
    background-size:auto 100%;
    background-position:73% center;
  }
  body#index .mi-home-accessories__inner::after{
    background:linear-gradient(180deg,rgba(87,0,0,.08) 0%,rgba(87,0,0,.04) 50%,rgba(87,0,0,0) 100%);
  }
  body#index .mi-home-accessories__content{
    width:100%;
    padding:30px 22px 0;
    text-align:center;
  }
  body#index .mi-home-accessories__title{
    max-width:100%;
    margin:0 0 22px;
    text-align:center;
  }
  body#index .mi-home-accessories__links{
    justify-content:center;
    gap:9px 8px;
    max-width:100%;
    margin:0 auto 16px;
  }
  body#index .mi-home-accessories__pill{
    min-height:36px;
    padding:8px 14px;
    border-radius:19px;
    font-size:13px;
  }
  body#index .mi-home-accessories__cta{
    min-height:42px;
    padding:9px 19px;
    border-radius:22px;
    font-size:14px;
  }
}

/* ==========================================================
   HOME V7 — ACCESSOIRES : boutons + recadrage mobile
   ========================================================== */
body#index .mi-home-accessories__pill,
body#index .mi-home-accessories__cta{
  font-size:18px!important;
  font-weight:600!important;
}

@media (hover:hover) and (pointer:fine){
  body#index .mi-home-accessories__pill:hover,
  body#index .mi-home-accessories__cta:hover{
    background:#E52629!important;
    border-color:#E52629!important;
  }
}

@media (max-width:767px){
  body#index .mi-home-accessories__inner{
    min-height:760px;
    /* La photo source est très panoramique : on ne la met surtout pas
       en cover. On la réduit et on l'ancre en bas pour retrouver Figma :
       grande zone rouge en haut, femme centrée dans la partie basse. */
    background-color:#a9130f;
    background-size:auto 62%;
    background-position:72% 100%;
    background-repeat:no-repeat;
  }

  /* Prolonge naturellement le dégradé rouge de la photo dans la zone
     supérieure qui n'est plus occupée par l'image. */
  body#index .mi-home-accessories__inner::before{
    content:'';
    position:absolute;
    inset:0;
    z-index:0;
    background:
      radial-gradient(circle at 55% 38%, rgba(232,47,39,.38) 0, rgba(188,25,19,.18) 28%, rgba(103,5,2,.12) 58%, rgba(62,0,0,.22) 100%);
    pointer-events:none;
  }

  body#index .mi-home-accessories__inner::after{
    z-index:0;
    background:linear-gradient(180deg,rgba(75,0,0,.10) 0%,rgba(75,0,0,.03) 48%,rgba(75,0,0,0) 72%);
  }

  body#index .mi-home-accessories__content{
    z-index:1;
    padding:30px 22px 0;
  }

  body#index .mi-home-accessories__title{
    margin-bottom:24px;
  }

  body#index .mi-home-accessories__links{
    margin-bottom:18px;
  }

  body#index .mi-home-accessories__pill{
    min-height:42px;
    padding:9px 16px;
    border-radius:22px;
    font-size:18px!important;
  }

  body#index .mi-home-accessories__cta{
    min-height:48px;
    padding:11px 22px;
    border-radius:25px;
    font-size:18px!important;
  }
}

/* ==========================================================
   HOME V8 — ACCESSOIRES MOBILE + RECHERCHE PIÈCES
   ========================================================== */

/* Mobile : visuel vertical fourni par le graphiste/utilisateur.
   Plus de recadrage artificiel de l'image desktop. */
@media (max-width:767px){
  body#index .mi-home-accessories__inner{
    min-height:760px;
    background-color:#a9130f;
    background-image:url('../img/matosimport/home-accessories-mobile.jpg');
    background-size:cover;
    background-position:center top;
    background-repeat:no-repeat;
  }
  body#index .mi-home-accessories__inner::before{
    display:none;
  }
  body#index .mi-home-accessories__inner::after{
    background:linear-gradient(180deg,rgba(70,0,0,.05) 0%,rgba(70,0,0,0) 52%);
  }
  body#index .mi-home-accessories__pill{
    min-height:36px;
    padding:8px 13px;
    border-radius:20px;
    font-size:14px!important;
    line-height:1.1;
  }
  body#index .mi-home-accessories__cta{
    min-height:42px;
    padding:9px 18px;
    border-radius:22px;
    font-size:14px!important;
  }
}

/* Bloc Rechercher des pièces détachées : reprise du composant
   déjà validé sur la fiche produit. */
body#index .mi-home-parts,
body#index .mi-home-parts *{
  box-sizing:border-box;
  font-family:Inter,Arial,sans-serif;
  letter-spacing:0!important;
}
body#index .mi-home-parts{
  width:100%;
  padding:0 0 82px;
  background:#fff;
  color:#111;
}
body#index .mi-home-parts__container{
  width:min(100% - 48px,1440px);
  margin:0 auto;
}
body#index .mi-home-parts__title{
  margin:0 0 30px;
  color:#111;
  font-size:40px!important;
  line-height:1.12!important;
  font-weight:600!important;
}
body#index .mi-home-parts .mi-parts-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:22px;
}
body#index .mi-home-parts .mi-parts-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  background:#efefef;
  border:1px solid transparent;
  border-radius:14px;
  color:#111;
  text-decoration:none!important;
  isolation:isolate;
  transition:background-color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease;
}
body#index .mi-home-parts .mi-parts-image{
  display:flex;
  align-items:center;
  justify-content:center;
  aspect-ratio:1.15/1;
  padding:18px 20px 6px;
  overflow:hidden;
}
body#index .mi-home-parts .mi-parts-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  mix-blend-mode:darken;
  transform-origin:center;
  transition:transform .25s ease;
}
body#index .mi-home-parts .mi-parts-label{
  display:block;
  padding:8px 12px 20px;
  text-align:center;
  color:#111;
  font-size:18px;
  line-height:1.2;
  font-weight:400;
}
body#index .mi-home-parts .mi-parts-all{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:180px;
  color:#111!important;
  font-size:18px;
  font-weight:600;
  text-decoration:none!important;
}
body#index .mi-home-parts .mi-parts-arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  padding-bottom:8px;
  border:1px solid transparent;
  border-radius:50%;
  background:#dedede;
  font-size:48px;
  line-height:1;
  font-weight:300;
  transition:background-color .25s ease,border-color .25s ease,transform .25s ease;
}
@media (hover:hover) and (pointer:fine){
  body#index .mi-home-parts .mi-parts-card:hover{
    background:#e5e5e5;
    border-color:#E52629;
    box-shadow:0 8px 22px rgba(0,0,0,.08);
    transform:translateY(-2px);
  }
  body#index .mi-home-parts .mi-parts-card:hover .mi-parts-image img{
    transform:scale(1.03);
  }
  body#index .mi-home-parts .mi-parts-all:hover .mi-parts-arrow{
    background:#e5e5e5;
    border-color:#E52629;
    transform:scale(1.04);
  }
}
@media (max-width:1199px){
  body#index .mi-home-parts .mi-parts-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media (max-width:767px){
  body#index .mi-home-parts{
    padding:0 20px 54px;
  }
  body#index .mi-home-parts__container{
    width:100%;
  }
  body#index .mi-home-parts__title{
    margin-bottom:24px;
    font-size:38px!important;
    line-height:1.1!important;
    font-weight:600!important;
  }
  body#index .mi-home-parts .mi-parts-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
  }
  body#index .mi-home-parts .mi-parts-card{
    border-radius:16px;
  }
  body#index .mi-home-parts .mi-parts-image{
    aspect-ratio:1/1;
    padding:16px 12px 0;
  }
  body#index .mi-home-parts .mi-parts-label{
    padding:10px 8px 18px;
    font-size:17px;
  }
  body#index .mi-home-parts .mi-parts-all{
    min-height:190px;
    font-size:18px;
  }
}

/* ==========================================================
   HOME V9 — FINITIONS ACCESSOIRES + POURQUOI CHOISIR
   ========================================================== */

/* Tous les H2 de la home : 40/600 desktop, 36/600 mobile. */
body#index .page-home h2,
body#index .mi-home-new__title,
body#index .mi-home-accessories__title,
body#index .mi-home-parts__title,
body#index .mi-home-why__title{
  font-size:40px!important;
  line-height:1.12!important;
  font-weight:600!important;
  letter-spacing:0!important;
}

/* Accessoires desktop : rapproche les pastilles du titre. */
body#index .mi-home-accessories__title{
  margin-bottom:145px!important;
}

/* ---------------- Pourquoi choisir ---------------- */
body#index .mi-home-why,
body#index .mi-home-why *{
  box-sizing:border-box;
  font-family:Inter,Arial,sans-serif;
  letter-spacing:0!important;
}
body#index .mi-home-why{
  width:100%;
  padding:0 0 82px;
  background:#fff;
}
body#index .mi-home-why__inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  width:min(100% - 48px,1440px);
  min-height:560px;
  margin:0 auto;
  overflow:hidden;
  border-radius:24px;
  background:#000;
}
body#index .mi-home-why__content{
  padding:66px 58px 56px 64px;
  color:#fff;
}
body#index .mi-home-why__title{
  max-width:470px;
  margin:0 0 34px;
  color:#E52629!important;
}
body#index .mi-home-why__item{
  display:grid;
  grid-template-columns:52px minmax(0,1fr);
  gap:18px;
  margin:0 0 30px;
}
body#index .mi-home-why__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  border:1.5px solid #E52629;
  border-radius:50%;
}
body#index .mi-home-why__icon svg{
  width:27px;
  height:27px;
  fill:none;
  stroke:#fff;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body#index .mi-home-why__item h3{
  margin:2px 0 7px;
  color:#E52629;
  font-size:20px;
  line-height:1.25;
  font-weight:600;
}
body#index .mi-home-why__item p{
  max-width:540px;
  margin:0;
  color:#fff;
  font-size:15px;
  line-height:1.35;
  font-weight:400;
}
body#index .mi-home-why__button{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-top:2px;
  padding:16px 24px;
  border-radius:28px;
  background:#E52629;
  color:#fff!important;
  font-size:18px;
  line-height:1;
  font-weight:600;
  text-decoration:none!important;
  transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;
}
body#index .mi-home-why__photo{
  min-height:410px;
  margin:66px 66px 66px 0;
  border-radius:24px;
  background:url('../img/matosimport/why-workshop.jpg') center/cover no-repeat;
}
@media (hover:hover) and (pointer:fine){
  body#index .mi-home-why__button:hover{
    background:#cf1f22;
    box-shadow:0 8px 18px rgba(0,0,0,.20);
    transform:translateY(-2px);
  }
}

@media (max-width:991px) and (min-width:768px){
  body#index .mi-home-why__inner{grid-template-columns:1fr 44%}
  body#index .mi-home-why__content{padding:52px 36px}
  body#index .mi-home-why__photo{margin:52px 42px 52px 0}
}

@media (max-width:767px){
  body#index .page-home h2,
  body#index .mi-home-new__title,
  body#index .mi-home-accessories__title,
  body#index .mi-home-parts__title,
  body#index .mi-home-why__title{
    font-size:36px!important;
    line-height:1.1!important;
    font-weight:600!important;
  }

  /* Accessoires : la photo verticale est placée entière en bas.
     Sa grande zone rouge naturelle reste libre pour le titre + boutons,
     donc aucun bouton ne passe sur le visage. */
  body#index .mi-home-accessories__inner{
    min-height:760px;
    background-color:#a9130f;
    background-image:url('../img/matosimport/home-accessories-mobile.jpg');
    background-size:100% auto;
    background-position:center bottom;
    background-repeat:no-repeat;
  }
  body#index .mi-home-accessories__title{
    margin:0 0 20px!important;
  }
  body#index .mi-home-accessories__content{
    padding:28px 20px 0;
  }
  body#index .mi-home-accessories__links{
    gap:8px 7px;
    margin-bottom:14px;
  }
  body#index .mi-home-accessories__pill{
    min-height:34px;
    padding:7px 12px;
    font-size:14px!important;
    font-weight:600!important;
  }
  body#index .mi-home-accessories__cta{
    min-height:40px;
    padding:8px 17px;
    font-size:14px!important;
    font-weight:600!important;
  }

  /* Pourquoi choisir : même construction que la fiche produit validée. */
  body#index .mi-home-why{
    padding:0 20px 54px;
  }
  body#index .mi-home-why__inner{
    display:block;
    position:relative;
    width:100%;
    min-height:0;
    overflow:hidden;
    border-radius:18px;
    background:#000;
    isolation:isolate;
  }
  body#index .mi-home-why__inner::before{
    content:'';
    position:absolute;
    inset:0;
    z-index:-2;
    background:url('../img/matosimport/why-workshop.jpg') center/cover no-repeat;
  }
  body#index .mi-home-why__inner::after{
    content:'';
    position:absolute;
    inset:0;
    z-index:-1;
    background:rgba(0,0,0,.70);
  }
  body#index .mi-home-why__content{
    padding:46px 32px 44px;
  }
  body#index .mi-home-why__title{
    max-width:100%;
    margin:0 0 32px;
    text-align:center;
  }
  body#index .mi-home-why__item{
    grid-template-columns:48px minmax(0,1fr);
    gap:14px;
    margin-bottom:28px;
  }
  body#index .mi-home-why__icon{
    width:48px;
    height:48px;
  }
  body#index .mi-home-why__item h3{
    margin-top:2px;
    font-size:19px;
    line-height:1.25;
  }
  body#index .mi-home-why__item p{
    font-size:15px;
    line-height:1.35;
  }
  body#index .mi-home-why__button{
    margin-left:62px;
    padding:14px 21px;
    font-size:17px;
  }
  body#index .mi-home-why__photo{
    display:none;
  }
}

/* ==========================================================
   HOME V10 — FINITIONS ACCESSOIRES + H2 + TITRE POURQUOI
   ========================================================== */

/* H2 home : essai demandé */
body#index .page-home h2,
body#index .mi-home-new__title,
body#index .mi-home-accessories__title,
body#index .mi-home-parts__title,
body#index .mi-home-why__title{
  font-size:30px!important;
  line-height:1.12!important;
  font-weight:600!important;
}

/* Accessoires : boutons moins gras. */
body#index .mi-home-accessories__pill,
body#index .mi-home-accessories__cta{
  font-weight:400!important;
}

@media (max-width:767px){
  body#index .page-home h2,
  body#index .mi-home-new__title,
  body#index .mi-home-accessories__title,
  body#index .mi-home-parts__title,
  body#index .mi-home-why__title{
    font-size:28px!important;
    line-height:1.12!important;
    font-weight:600!important;
  }

  /* La photo mobile remplit désormais exactement le bloc :
     plus de zone rouge artificiellement prolongée au-dessus. */
  body#index .mi-home-accessories__inner{
    width:100%;
    min-height:0;
    aspect-ratio:571 / 1094;
    background-color:transparent!important;
    background-image:url('../img/matosimport/home-accessories-mobile.jpg')!important;
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
  }

  body#index .mi-home-accessories__inner::before,
  body#index .mi-home-accessories__inner::after{
    display:none!important;
    content:none!important;
  }

  /* Descend le bloc titre + boutons vers la tête, comme sur la maquette. */
  body#index .mi-home-accessories__content{
    padding:54px 20px 0!important;
  }
  body#index .mi-home-accessories__title{
    margin:0 0 28px!important;
  }
  body#index .mi-home-accessories__links{
    gap:8px 7px;
    margin-bottom:18px!important;
  }
  body#index .mi-home-accessories__pill{
    min-height:34px;
    padding:7px 12px;
    font-size:14px!important;
    font-weight:400!important;
  }
  body#index .mi-home-accessories__cta{
    min-height:40px;
    padding:8px 17px;
    font-size:14px!important;
    font-weight:400!important;
  }

  body#index .mi-home-why__title{
    text-align:center;
  }
}

/* ==========================================================
   HOME V11 — FINITION MOBILE ACCESSOIRES
   ========================================================== */
@media (max-width:767px){
  body#index .page-home h2,
  body#index .mi-home-new__title,
  body#index .mi-home-accessories__title,
  body#index .mi-home-parts__title,
  body#index .mi-home-why__title{
    font-size:20px!important;
    line-height:1.15!important;
    font-weight:600!important;
  }

  /* Remonte l'ensemble titre + pastilles + CTA dans la zone rouge libre. */
  body#index .mi-home-accessories__content{
    padding:24px 20px 0!important;
  }
  body#index .mi-home-accessories__title{
    margin:0 0 18px!important;
  }
  body#index .mi-home-accessories__links{
    margin-bottom:14px!important;
  }
}
/* Matos Import - Home / Actualités */
#content.page-home .mi-home-news,
.mi-home-news {
  font-family: Inter, sans-serif;
  letter-spacing: 0;
  padding: 72px 0 82px;
  background: #fff;
}
.mi-home-news *, .mi-home-news *::before, .mi-home-news *::after { box-sizing:border-box; letter-spacing:0; }
.mi-home-news__head { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:30px; }
.mi-home-news__head h2 { margin:0; font-size:30px; line-height:1.15; font-weight:600; color:#111; }
.mi-home-news__all { display:inline-flex; align-items:center; gap:8px; color:#111; font-size:14px; font-weight:500; text-decoration:none; }
.mi-home-news__all:hover { color:#E52629; }
.mi-home-news__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.mi-home-news-card { overflow:hidden; border:1px solid #e8e8e8; border-radius:22px; background:#fff; transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease; }
@media (hover:hover) and (pointer:fine) {
  .mi-home-news-card:hover { border-color:#E52629; box-shadow:0 10px 24px rgba(0,0,0,.09); transform:translateY(-3px); }
}
.mi-home-news-card__image { display:block; position:relative; aspect-ratio:1.45/1; overflow:hidden; background:#f2f2f2; }
.mi-home-news-card__image picture, .mi-home-news-card__image img { display:block; width:100%; height:100%; }
.mi-home-news-card__image img { object-fit:cover; transition:transform .3s ease; }
@media (hover:hover) and (pointer:fine) {
  .mi-home-news-card:hover .mi-home-news-card__image img { transform:scale(1.025); }
}
.mi-home-news-card__body { padding:22px 22px 24px; }
.mi-home-news-card__meta { display:flex; align-items:center; flex-wrap:wrap; gap:7px; margin-bottom:12px; font-size:12px; line-height:1.4; font-weight:400; color:#777; }
.mi-home-news-card__meta a { color:inherit; text-decoration:none; }
.mi-home-news-card__meta a:hover { color:#E52629; }
.mi-home-news-card__title { margin:0 0 12px; font-size:18px; line-height:1.28; font-weight:600; }
.mi-home-news-card__title a { color:#111; text-decoration:none; }
.mi-home-news-card__excerpt { margin:0 0 18px; font-size:14px; line-height:1.55; font-weight:400; color:#555; }
.mi-home-news-card__more { display:inline-flex; align-items:center; gap:8px; color:#E52629; font-size:14px; line-height:1.2; font-weight:600; text-decoration:none; }
.mi-home-news-card__more:hover { color:#c91d20; }

@media (max-width:991px) {
  .mi-home-news__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .mi-home-news-card:nth-child(3) { display:none; }
}
@media (max-width:767px) {
  #content.page-home .mi-home-news, .mi-home-news { padding:44px 0 52px; }
  .mi-home-news__head { align-items:center; margin-bottom:20px; }
  .mi-home-news__head h2 { font-size:20px; line-height:1.2; }
  .mi-home-news__all { font-size:12px; }
  .mi-home-news__grid { grid-template-columns:1fr; gap:18px; }
  .mi-home-news-card:nth-child(3) { display:block; }
  .mi-home-news-card { border-radius:18px; }
  .mi-home-news-card__body { padding:18px 18px 20px; }
  .mi-home-news-card__title { font-size:18px; }
}
/* Matos Import - Home / Témoignages */
.mi-home-testimonials{
  position:relative;overflow:hidden;margin:78px auto;max-width:1440px;min-height:560px;
  border-radius:28px;background:url('../img/matosimport/seadoo-avis-matos-import.jpg') center 58%/cover no-repeat;
  font-family:Inter,sans-serif;letter-spacing:0;color:#fff
}
.mi-home-testimonials *,.mi-home-testimonials *::before,.mi-home-testimonials *::after{box-sizing:border-box;letter-spacing:0}
.mi-home-testimonials__overlay{position:absolute;inset:0;background:rgba(0,0,0,.42);pointer-events:none}
.mi-home-testimonials__inner{position:relative;z-index:1;padding-top:76px;padding-bottom:72px}
.mi-home-testimonials h2{margin:0 0 42px;font-size:30px;line-height:1.15;font-weight:600;color:#fff}
.mi-home-testimonials__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.mi-home-testimonial-card{display:flex;flex-direction:column;min-height:220px;padding:24px 22px 22px;border:1px solid rgba(255,255,255,.72);border-radius:18px;background:rgba(0,0,0,.18);backdrop-filter:blur(1.5px)}
.mi-home-testimonial-card h3{margin:0 0 12px;font-size:18px;line-height:1.25;font-weight:600;color:#fff}
.mi-home-testimonial-card__text{margin-bottom:22px;font-size:14px;line-height:1.48;font-weight:400;color:#fff}
.mi-home-testimonial-card__text p{margin:0}
.mi-home-testimonial-card__author{display:flex;align-items:center;gap:9px;margin-top:auto;font-size:14px;line-height:1.25;font-weight:600;color:#fff}
.mi-home-testimonial-card__author-icon{display:inline-flex;flex:0 0 auto}
.mi-home-testimonials__more{display:inline-flex;align-items:center;gap:12px;margin-top:44px;padding:15px 24px;border-radius:999px;background:#E52629;color:#fff;font-size:16px;line-height:1;font-weight:600;text-decoration:none;transition:background .2s ease,transform .2s ease}
.mi-home-testimonials__more:hover{background:#c91d20;color:#fff;transform:translateY(-1px)}
@media (max-width:1199px){
  .mi-home-testimonials{margin-left:24px;margin-right:24px}
  .mi-home-testimonials__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:767px){
  .mi-home-testimonials{margin:44px 16px;min-height:0;border-radius:22px;background-position:50% 55%}
  .mi-home-testimonials__overlay{background:rgba(0,0,0,.5)}
  .mi-home-testimonials__inner{padding-top:42px;padding-bottom:42px}
  .mi-home-testimonials h2{margin-bottom:24px;font-size:20px;line-height:1.2}
  .mi-home-testimonials__grid{grid-template-columns:1fr;gap:16px}
  .mi-home-testimonial-card{min-height:0;padding:20px 18px;border-radius:16px}
  .mi-home-testimonial-card h3{font-size:17px}
  .mi-home-testimonial-card__text{font-size:14px}
  .mi-home-testimonials__more{margin-top:28px;padding:13px 20px;font-size:14px}
}
/* Matos Import - correctif final Actualités */
.mi-home-news h2{margin:0 0 30px;font-size:30px;line-height:1.15;font-weight:600;border:0!important;padding-bottom:0!important}
.mi-home-news h2:before,.mi-home-news h2:after{display:none!important;content:none!important}
.mi-home-news__grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important}
.mi-home-news-card{overflow:hidden;min-width:0;border:1px solid #dedede;border-radius:18px;background:#fff}
.mi-home-news-card__image{display:block;aspect-ratio:1.55/1;overflow:hidden;background:#f2f2f2}
.mi-home-news-card__image picture,.mi-home-news-card__image img{display:block;width:100%;height:100%}
.mi-home-news-card__image img{object-fit:cover}
.mi-home-news-card__body{padding:18px 18px 20px}
.mi-home-news-card__meta{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:10px;font-size:12px;font-weight:400;color:#e52629}
.mi-home-news-card__meta a{color:inherit;text-decoration:none}
.mi-home-news-card__title{margin:0 0 8px;font-size:18px;line-height:1.25;font-weight:600}
.mi-home-news-card__title a{color:#111;text-decoration:none}
.mi-home-news-card__excerpt{margin:0 0 18px;font-size:14px;line-height:1.45;font-weight:400;color:#444}
.mi-home-news-card__more{display:inline-flex;align-items:center;gap:14px;padding:10px 18px;border-radius:999px;background:#e6e6e6;color:#111;font-size:14px;font-weight:600;text-decoration:none}
.mi-home-news__footer{display:flex;justify-content:center;margin-top:46px}
.mi-home-news__all{display:inline-flex!important;align-items:center;justify-content:center;gap:12px;padding:16px 28px;border-radius:999px;background:#E52629;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none!important}
@media (max-width:1199px){.mi-home-news__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:767px){.mi-home-news h2{font-size:20px;margin-bottom:20px}.mi-home-news__grid{grid-template-columns:1fr!important;gap:18px!important}.mi-home-news__footer{margin-top:28px}.mi-home-news__all{padding:13px 20px;font-size:14px}}
/* Matos Import - V17
   Alignement horizontal du bloc "Nos actualités" avec les autres blocs de la home.
   Ce correctif ne modifie ni les cartes ni le template.
*/

@media (min-width: 768px) {
  .mi-home-news > .container {
    width: calc(100% - 70px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .mi-home-news > .container {
    width: calc(100% - 32px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* Matos Import - V18
   Aligne le bloc "Nos actualités" sur les bords du bloc noir au-dessus.
   Correctif CSS uniquement.
*/

@media (min-width: 768px) {
  .mi-home-news {
    width: 100%;
  }

  .mi-home-news > .container {
    width: calc(100% - 70px) !important;
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .mi-home-news > .container {
    width: calc(100% - 32px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* Matos Import - V19 / finitions home */

/* 1. Réduire l'espace vertical autour de "Nos actualités" */
.mi-home-news {
  padding-top: 40px !important;
  padding-bottom: 48px !important;
}

.mi-home-news__footer {
  margin-top: 30px !important;
}

/* 2. Témoignages : Title 500 / Google 400 */
.mi-home-testimonial-card__author strong {
  font-weight: 500 !important;
}

.mi-home-testimonial-card__source {
  font-weight: 400 !important;
}

/* 3. Pourquoi choisir Matos Import : SVG fournis */
.mi-home-why__icon img {
  display: block;
  width: auto;
  max-width: 22px;
  height: 22px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .mi-home-news {
    padding-top: 28px !important;
    padding-bottom: 34px !important;
  }

  .mi-home-news__footer {
    margin-top: 24px !important;
  }
}
/* Matos Import - Home V20
   - Actualités : -30px au-dessus et -30px en dessous
   - Témoignages : Title en font-weight 600
*/

/* Actualités
   Le CSS actuel est : padding: 72px 0 82px;
   On retire exactement 30px de chaque côté.
*/
#content.page-home .mi-home-news,
.mi-home-news {
    padding-top: 42px !important;
    padding-bottom: 52px !important;
}

/* Mobile
   Le CSS actuel est : padding: 44px 0 52px;
   Même réduction de 30px.
*/
@media (max-width: 767px) {
    #content.page-home .mi-home-news,
    .mi-home-news {
        padding-top: 14px !important;
        padding-bottom: 22px !important;
    }
}

/* Ce que disent nos clients :
   le champ Title / nom doit être en 600.
   Plusieurs sélecteurs sont couverts pour rester compatible
   avec le template testimonials actuellement en place.
*/
.mi-home-testimonials .mi-home-testimonial__name,
.mi-home-testimonials .mi-home-testimonial__author,
.mi-home-testimonials .mi-testimonial__name,
.mi-home-testimonials .mi-testimonial__author,
.mi-home-testimonials [class*="testimonial"] [class*="name"],
.mi-home-testimonials [class*="testimonial"] [class*="title"],
.mi-home-testimonials strong {
    font-weight: 600 !important;
}
/* Matos Import - V21
   Finitions Actualités + première partie du footer
*/

/* =========================================================
   ACTUALITÉS : encore 30px de moins au-dessus et en dessous
   V20 : 42px / 52px desktop -> V21 : 12px / 22px
   ========================================================= */
#content.page-home .mi-home-news,
.mi-home-news {
  padding-top: 12px !important;
  padding-bottom: 22px !important;
}

/* Le mobile était déjà très serré après V20.
   On évite une valeur négative : 0 en haut / 0 en bas. */
@media (max-width: 767px) {
  #content.page-home .mi-home-news,
  .mi-home-news {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* =========================================================
   NEWSLETTER - ps_emailsubscription
   ========================================================= */
.mi-footer-newsletter {
  width: 100%;
  background: #fff;
  padding: 72px 0 78px;
  font-family: Inter, sans-serif;
  letter-spacing: 0;
}

.mi-footer-newsletter *,
.mi-footer-newsletter *::before,
.mi-footer-newsletter *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.mi-footer-newsletter__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mi-footer-newsletter__icon {
  display: block;
  width: 68px;
  height: auto;
  margin: 0 0 24px;
}

.mi-footer-newsletter h2 {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  color: #111;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
}

.mi-footer-newsletter h2::before,
.mi-footer-newsletter h2::after {
  display: none !important;
  content: none !important;
}

.mi-footer-newsletter__intro {
  max-width: 620px;
  margin: 0 0 24px;
  color: #111;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
}

.mi-footer-newsletter__form {
  width: 100%;
  max-width: 320px;
  margin: 0;
}

.mi-footer-newsletter__field {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 54px;
  overflow: hidden;
  border-radius: 999px;
  background: #dedede;
}

.mi-footer-newsletter__field input[type="email"] {
  width: 100%;
  height: 54px;
  padding: 0 68px 0 22px;
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #222;
  font-size: 15px;
  font-weight: 400;
}

.mi-footer-newsletter__field input[type="email"]::placeholder {
  color: #333;
  opacity: 1;
}

.mi-footer-newsletter__submit {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #E52629;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.mi-footer-newsletter__conditions,
.mi-footer-newsletter .psgdpr_consent_message {
  margin-top: 12px;
  font-size: 11px;
  line-height: 1.35;
  text-align: left;
}

/* =========================================================
   SERVICES - tvcmscustomerservices
   ========================================================= */
.mi-footer-services {
  width: 100%;
  padding: 48px 0 50px;
  background: #f1f1f1;
  font-family: Inter, sans-serif;
  letter-spacing: 0;
}

.mi-footer-services *,
.mi-footer-services *::before,
.mi-footer-services *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.mi-footer-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
  align-items: start;
}

.mi-footer-service {
  text-align: center;
}

.mi-footer-service__icon {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
  margin: 0 auto 18px;
}

.mi-footer-service h3 {
  margin: 0 0 6px;
  color: #111;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.mi-footer-service__desc,
.mi-footer-service__desc p {
  margin: 0;
  color: #111;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 400;
}

@media (max-width: 767px) {
  .mi-footer-newsletter {
    padding: 52px 20px 58px;
  }

  .mi-footer-newsletter__icon {
    width: 56px;
    margin-bottom: 20px;
  }

  .mi-footer-newsletter h2 {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .mi-footer-newsletter__intro {
    max-width: 330px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .mi-footer-newsletter__form {
    max-width: 280px;
  }

  .mi-footer-services {
    padding: 48px 20px;
  }

  .mi-footer-services__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .mi-footer-service__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
  }

  .mi-footer-service h3 {
    font-size: 18px;
  }

  .mi-footer-service__desc,
  .mi-footer-service__desc p {
    font-size: 14px;
  }
}
/* Matos Import - Home V22
   - Actualités : espaces verticaux encore réduits
   - Newsletter : espace au-dessus de "Ne manquez rien !" réduit
   - Services clients : finition du bloc gris
*/

/* =========================================================
   ACTUALITÉS
   ========================================================= */
#content.page-home .mi-home-news,
.mi-home-news {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mi-home-news__footer {
    margin-top: 22px !important;
}

/* =========================================================
   NEWSLETTER
   ========================================================= */
.mi-footer-newsletter {
    padding-top: 38px !important;
    padding-bottom: 58px !important;
}

.mi-footer-newsletter__icon {
    margin-bottom: 18px !important;
}

.mi-footer-newsletter h2 {
    margin-bottom: 16px !important;
}

/* =========================================================
   SERVICES CLIENTS
   ========================================================= */
.mi-footer-services {
    padding-top: 42px !important;
    padding-bottom: 44px !important;
    background: #f1f1f1 !important;
}

.mi-footer-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 36px !important;
    align-items: start !important;
}

.mi-footer-service {
    text-align: center !important;
}

.mi-footer-service__icon {
    width: 50px !important;
    height: 50px !important;
    margin: 0 auto 16px !important;
}

.mi-footer-service h3 {
    margin: 0 0 6px !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    color: #111 !important;
}

.mi-footer-service__desc,
.mi-footer-service__desc p {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
    color: #111 !important;
}

@media (max-width: 767px) {
    #content.page-home .mi-home-news,
    .mi-home-news {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .mi-home-news__footer {
        margin-top: 18px !important;
    }

    .mi-footer-newsletter {
        padding-top: 30px !important;
        padding-bottom: 46px !important;
    }

    .mi-footer-newsletter__icon {
        margin-bottom: 14px !important;
    }

    .mi-footer-services {
        padding-top: 38px !important;
        padding-bottom: 40px !important;
    }

    .mi-footer-services__grid {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
    }

    .mi-footer-service__icon {
        width: 46px !important;
        height: 46px !important;
        margin-bottom: 12px !important;
    }

    .mi-footer-service h3 {
        font-size: 18px !important;
    }

    .mi-footer-service__desc,
    .mi-footer-service__desc p {
        font-size: 14px !important;
    }
}
/* Matos Import - Home V22
   - Actualités : espaces verticaux encore réduits
   - Newsletter : espace au-dessus de "Ne manquez rien !" réduit
   - Services clients : finition du bloc gris
*/

/* =========================================================
   ACTUALITÉS
   ========================================================= */
#content.page-home .mi-home-news,
.mi-home-news {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mi-home-news__footer {
    margin-top: 22px !important;
}

/* =========================================================
   NEWSLETTER
   ========================================================= */
.mi-footer-newsletter {
    padding-top: 38px !important;
    padding-bottom: 58px !important;
}

.mi-footer-newsletter__icon {
    margin-bottom: 18px !important;
}

.mi-footer-newsletter h2 {
    margin-bottom: 16px !important;
}

/* =========================================================
   SERVICES CLIENTS
   ========================================================= */
.mi-footer-services {
    padding-top: 42px !important;
    padding-bottom: 44px !important;
    background: #f1f1f1 !important;
}

.mi-footer-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 36px !important;
    align-items: start !important;
}

.mi-footer-service {
    text-align: center !important;
}

.mi-footer-service__icon {
    width: 50px !important;
    height: 50px !important;
    margin: 0 auto 16px !important;
}

.mi-footer-service h3 {
    margin: 0 0 6px !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    color: #111 !important;
}

.mi-footer-service__desc,
.mi-footer-service__desc p {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
    color: #111 !important;
}

@media (max-width: 767px) {
    #content.page-home .mi-home-news,
    .mi-home-news {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .mi-home-news__footer {
        margin-top: 18px !important;
    }

    .mi-footer-newsletter {
        padding-top: 30px !important;
        padding-bottom: 46px !important;
    }

    .mi-footer-newsletter__icon {
        margin-bottom: 14px !important;
    }

    .mi-footer-services {
        padding-top: 38px !important;
        padding-bottom: 40px !important;
    }

    .mi-footer-services__grid {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
    }

    .mi-footer-service__icon {
        width: 46px !important;
        height: 46px !important;
        margin-bottom: 12px !important;
    }

    .mi-footer-service h3 {
        font-size: 18px !important;
    }

    .mi-footer-service__desc,
    .mi-footer-service__desc p {
        font-size: 14px !important;
    }
}
/* MATOS IMPORT - V23 footer intégré */
.mi-home-news{margin-top:-30px!important;margin-bottom:-30px!important;padding-top:0!important;padding-bottom:0!important}
#content.page-home>.mi-footer-services,#content.page-home>.mi-footer-newsletter{display:none!important}

.mi-footer-custom-top .mi-footer-newsletter{display:block!important;width:100%;padding:28px 0 52px!important;margin:0;background:#fff;font-family:Inter,sans-serif;letter-spacing:0}
.mi-footer-newsletter__inner{display:flex;flex-direction:column;align-items:center;text-align:center}
.mi-footer-newsletter__icon{display:block;width:68px;height:auto;margin:0 0 18px}
.mi-footer-newsletter h2{margin:0 0 16px!important;padding:0!important;border:0!important;color:#111;font-size:40px!important;line-height:1.1;font-weight:600!important;letter-spacing:0}
.mi-footer-newsletter h2:before,.mi-footer-newsletter h2:after{display:none!important;content:none!important}
.mi-footer-newsletter__intro{max-width:620px;margin:0 0 24px;color:#111;font-size:18px;line-height:1.35;font-weight:400}
.mi-footer-newsletter__form{width:100%;max-width:320px;margin:0}
.mi-footer-newsletter__field{position:relative;display:flex;width:100%;min-height:54px;overflow:hidden;border-radius:999px;background:#dedede}
.mi-footer-newsletter__field input[type=email]{width:100%;height:54px;padding:0 68px 0 22px;border:0!important;outline:0;background:transparent!important;box-shadow:none!important;color:#222;font-size:15px;font-weight:400}
.mi-footer-newsletter__submit{position:absolute;top:5px;right:5px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:#E52629;color:#fff;font-size:25px;line-height:1;cursor:pointer}

.mi-footer-custom-top .mi-footer-services{display:block!important;width:100%;margin:0;padding:42px 0 44px!important;background:#f1f1f1!important;font-family:Inter,sans-serif;letter-spacing:0}
.mi-footer-services__grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:36px!important;align-items:start}
.mi-footer-service{text-align:center}
.mi-footer-service__icon{display:block;width:50px;height:50px;object-fit:contain;margin:0 auto 16px}
.mi-footer-service h3{margin:0 0 6px!important;color:#111!important;font-size:20px!important;line-height:1.2;font-weight:600!important}
.mi-footer-service__desc,.mi-footer-service__desc p{margin:0!important;color:#111!important;font-size:15px!important;line-height:1.35;font-weight:400!important}

@media(max-width:767px){
 .mi-home-news{margin-top:-20px!important;margin-bottom:-20px!important}
 .mi-footer-custom-top .mi-footer-newsletter{padding:24px 20px 42px!important}
 .mi-footer-newsletter__icon{width:56px;margin-bottom:14px}
 .mi-footer-newsletter h2{font-size:20px!important}
 .mi-footer-newsletter__intro{max-width:330px;font-size:14px}
 .mi-footer-custom-top .mi-footer-services{padding:36px 20px!important}
 .mi-footer-services__grid{grid-template-columns:1fr!important;gap:32px!important}
 .mi-footer-service h3{font-size:18px!important}
 .mi-footer-service__desc,.mi-footer-service__desc p{font-size:14px!important}
}
