.shockdefense-article-container,
.shockdefense-category-container {
    width: 100%;
    max-width: 1200px;
    margin: 2px auto;
    padding: 0 16px;
    box-sizing: border-box;
    background: transparent;
    line-height: 1.7;
    color: #0f0f0f;
    border: none;
    box-shadow: none;
}
/* --- GESTION GLOBALE DES IMAGES CONTENU --- */

.shockdefense-article-container img,
.shockdefense-category-container img{
display:block;
height:auto;
width:auto;
max-width:min(100%,400px);
margin:30px auto;
}

.shockdefense-article-container img.wide-avatar,
.shockdefense-category-container img.wide-avatar{
max-width:100%;
margin:30px auto;
}

@media(max-width:768px){

.shockdefense-article-container img,
.shockdefense-category-container img{
max-width:100%;
margin:20px auto;
}

}
.shockdefense-article-container h2,
.shockdefense-category-container h2{
font-size:1.8em;
margin:40px 0 20px;
padding-bottom:12px;
border-bottom:2px solid #e1e8ed;
font-weight:600;
color:#000;
}

.shockdefense-article-container h3,
.shockdefense-category-container h3,
.shockdefense-article-container h4,
.shockdefense-category-container h4{
color:#000;
font-weight:600;
margin-top:25px;
}

.shockdefense-article-container p,
.shockdefense-category-container p,
.shockdefense-article-container li,
.shockdefense-category-container li{
margin:15px 0;
}

.shockdefense-article-container ul,
.shockdefense-category-container ul{
padding-left:25px;
}

.shockdefense-article-container h2 a,
.shockdefense-category-container h2 a,
.shockdefense-article-container h3 a,
.shockdefense-category-container h3 a,
.shockdefense-article-container h4 a,
.shockdefense-category-container h4 a{
color:inherit;
text-decoration:none;
display:block;
}

.shockdefense-article-container h2 a:hover,
.shockdefense-category-container h2 a:hover,
.shockdefense-article-container h3 a:hover,
.shockdefense-category-container h3 a:hover,
.shockdefense-article-container h4 a:hover,
.shockdefense-category-container h4 a:hover{
text-decoration:underline;
}

.intro-section,
.direct-answer-box,
.info-box,
.warning-box,
.success-box,
.highlight-box,
.expert-box-wide{
background:#fff;
border-radius:18px;
padding:26px;
margin:32px 0;
border:1px solid rgba(0,0,0,0.05);
box-shadow:0 2px 6px rgba(0,0,0,0.04),0 10px 24px rgba(0,0,0,0.06);
position:relative;
overflow:hidden;
line-height:1.7;
}

.direct-answer-box:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:#ff4f00;}
.info-box:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:#328ac6;}
.warning-box:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:#ff4f00;}
.success-box:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:#27ae60;}
.highlight-box:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:#f51111;}

.table-wrapper {
    width: 100%;
    margin: 30px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    
    /* Blocage strict des éléments perturbateurs */
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 5px;
}

/* 1. La boîte globale : angles arrondis et ombre douce */
.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    background: #fff;
    border: 1px solid #e1e8ed;
}

/* 2. Les cellules : plus d'air et texte centré verticalement */
.comparison-table th,
.comparison-table td {
    padding: 14px 18px; 
    border-bottom: 1px solid #edf2f7;
    font-size: 0.95rem;
    line-height: 1.5;
    vertical-align: middle; 
}

/* 3. La colonne de gauche (Les caractéristiques) */
.comparison-table th {
    width: 38%;
    font-weight: 700;
    color: #1a202c; 
    background-color: #f8fafc;
    text-align: left;
    border-right: 1px solid #edf2f7;
}

/* 4. La colonne de droite (Les données) */
.comparison-table td {
    color: #4a5568;
}

/* 5. Nettoyage du bas du tableau */
.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
    border-bottom: none;
}
.stars{
color:#f7b500!important;
font-size:1.2em;
}
.cta-button{
display:flex;
width:fit-content;
margin:20px auto;
align-items:center;
justify-content:center;
background:#328ac6;
color:#fff!important;
padding:14px 28px;
border-radius:8px;
font-weight:600;
border:2px solid #328ac6;
text-decoration:none!important;
transition:background .2s,border-color .2s,transform .2s,box-shadow .2s;
}

.cta-button:hover{
background:#276fa3;
border-color:#276fa3;
transform:translateY(-2px);
}
.faq-item{
margin:12px 0;
border:1px solid #e1e8ed;
border-radius:12px;
overflow:hidden;
  background:#fff;
}

.faq-item summary{
padding:16px 20px;
background:#fff;
cursor:pointer;
font-weight:600;
list-style:none;
position:relative;
display:flex;
justify-content:space-between;
align-items:center;
}

.faq-item summary::-webkit-details-marker{
display:none;
}

.faq-item summary:after{
content:"+";
color:#328ac6;
font-weight:bold;
font-size:1.5em;
}

.faq-item[open] summary:after{
content:"-";
}

.faq-content{
padding:20px;
background:#fff;
border-top:1px solid #f0f0f0;
}

.seo-intro-minimal{
width:100%;
max-width:1200px;
margin:0 auto!important;
padding:0 10px!important;
text-align:center;
background-color:#fff;
display:block;
}

.seo-h1{
font-size:1.6rem;
font-weight:700;
text-transform:uppercase;
margin:0!important;
padding:0!important;
color:#2c3e50;
line-height:1.2!important;
display:block;
}

.review-bar{
display:inline-flex;
align-items:center;
justify-content:center;
gap:6px;
color:#555;
font-size:.85rem;
margin:10px 0!important;
vertical-align:top;
}

.review-info{display:flex;align-items:center;gap:4px;}
.review-score{font-weight:800;color:#2c3e50;}
.stars-wrapper{display:flex;gap:1px;}
.star-svg{width:12px;height:12px;fill:#ffd700;}
.review-link{text-decoration:underline;color:#888;font-size:.75rem;}

.category-section-main .main-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:12px;
max-width:1200px;
margin:15px auto;
padding:0 10px;
}

.category-section-main .cat-card{
border-radius:10px;
overflow:hidden;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
background:#fff;
display:block;
transition:transform .3s ease,box-shadow .3s ease;
}

.category-section-main .img-wrapper{
width:100%;
aspect-ratio:4/3;
background:#fff;
display:flex;
align-items:center;
justify-content:center;
}

.category-section-main .cat-card img{
width:100%;
height:100%;
object-fit:contain;
display:block;
}

.shockdefense-header-group{width:100%;max-width:1440px;margin:0 auto;}

.seo-chapeau-container{
text-align:center;
max-width:950px;
margin:15px auto 30px auto;
padding:0 20px;
}

.seo-chapeau-text{
font-size:1rem;
line-height:1.8;
color:#444;
margin-bottom:25px;
}

.seo-chapeau-text strong{
color:#2c3e50;
font-weight:700;
}

.btn-guide{
display:inline-block;
background-color:#328ac6;
color:#ffffff!important;
padding:12px 28px;
border-radius:5px;
text-decoration:none!important;
font-weight:700;
text-transform:uppercase;
font-size:.9rem;
transition:background-color .2s;
}

.btn-guide:hover{background-color:#2980b9;}

.sd-info-banner{
width:100%;
background:#f8fafc;
border:1px solid #e2e8f0;
border-radius:8px;
padding:15px;
margin:16px 0 30px 0;
box-sizing:border-box;
}

.sd-banner-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:12px;
}

.sd-info-item{
display:flex;
align-items:center;
padding:12px;
background:#ffffff;
border:1px solid #edf2f7;
border-radius:6px;
}

.sd-icon-svg{
width:28px;
height:28px;
margin-right:10px;
flex-shrink:0;
fill:none;
stroke:#328ac6;
stroke-width:2;
stroke-linecap:round;
stroke-linejoin:round;
}

.sd-info-content{flex:1;}

.sd-info-title{
font-size:12px;
font-weight:800;
color:#1a202c;
text-transform:uppercase;
margin-bottom:2px;
}

.sd-info-details{
font-size:11px;
color:#475569;
line-height:1.2;
}

.sd-highlight{
color:#328ac6;
font-weight:700;
text-decoration:none;
}

@media(max-width:768px){

.shockdefense-article-container,
.shockdefense-category-container{padding:18px;}

.shockdefense-article-container h2,
.shockdefense-category-container h2{font-size:1.5em;line-height:1.3;}

.table-wrapper{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;}
.comparison-table{min-width:600px;font-size:.85em;}

.seo-h1{font-size:1.4em!important;}
.review-bar{flex-direction:row;flex-wrap:nowrap;gap:5px;}
.btn-guide{width:100%;box-sizing:border-box;}
.sd-banner-grid{grid-template-columns:1fr;gap:8px;}
.sd-info-banner{padding:10px;border-radius:4px;}
}

@media(min-width:769px){
.category-section-main .main-grid{grid-template-columns:repeat(4,1fr);gap:15px;}
.category-section-main .cat-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,0.12);}
}

@media(max-width:1024px){
.sd-banner-grid{grid-template-columns:repeat(2,1fr);}
}
.sd-title-link a{
color:#000 !important;
text-decoration:none !important;
display:block;
}

.sd-title-link a:hover{
text-decoration:none;
color:#000;
}
.sd-title-link{
text-align:center;
}
/* VIDEO RESPONSIVE */
.video-container{
width:100%;
max-width:800px;
margin:30px auto;
aspect-ratio:16/9;
}

.video-container iframe{
width:100% !important;
height:100% !important;
display:block;
border:0;
}
/* EXPERT LAYOUT */
.expert-box-wide{
display:flex;
gap:20px;
align-items:flex-start;
}

.expert-box-wide .wide-avatar{
width:110px;
height:110px;
object-fit:cover;
border-radius:12px;
margin:0;
flex-shrink:0;
}

.expert-box-wide .wide-content{
flex:1;
}

@media(max-width:768px){
.expert-box-wide{
flex-direction:column;
text-align:center;
align-items:center;
}
}
.seo-native-readmore {
    margin-top: 20px;
}

.seo-native-readmore > summary {
    display: block;
    text-align: left;
    color: #328ac6;
    font-weight: 700;
    cursor: pointer;
    font-size: 15px;
    list-style: none;
}

.seo-native-readmore > summary::-webkit-details-marker {
    display: none; 
}

.seo-native-readmore > summary:hover {
    text-decoration: underline;
}

.seo-native-content {
    margin-top: 15px;
}
/* --- CORRECTIF ALIGNEMENT GRILLE SHOCKDEFENSE --- */

/* On force les cartes à occuper toute la hauteur disponible dans la ligne */
.category-section-main .main-grid {
    align-items: stretch !important;
}

/* On transforme la carte en conteneur vertical pour pousser le bouton en bas */
.category-section-main .cat-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    margin: 0 !important; /* Évite les décalages imprévus */
}

/* Le corps de la carte prend tout l'espace libre */
.cat-card-body {
    padding: 20px;
    flex-grow: 1 !important; 
}

/* Le bas de la carte reste toujours aligné sur la même ligne horizontale */
.cat-card-footer {
    padding: 0 20px 20px;
    margin-top: auto !important; 
}

/* Style des boutons compacts pour la grille */
.cta-grid {
    display: block !important;
    text-align: center;
    background: #328ac6;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none !important;
    font-size: 0.9em;
    transition: all 0.2s;
    border: 1px solid #328ac6;
    margin-top: 10px;
}

.cta-grid:hover {
    background: #276fa3;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.info-box-center{text-align:center;}
.info-small{font-size:.8rem;color:#666;margin-top:6px;
}
.sd-benefits-grid{
display:flex;
flex-wrap:wrap;
gap:16px;
justify-content:center;
}

.sd-benefits-grid .info-box{
flex:1 1 260px;
max-width:360px;
}

.sd-benefits-grid i{
font-size:26px;
color:#328ac6;
margin-bottom:8px;
display:block;
}
.sd-trust-box {
    background-color: #fbfdff; /* Fond très très léger, quasi blanc mais distingue le bloc */
    border: 1px solid #e1e8ed;
    border-radius: 6px;
    padding: 15px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif;
}

/* --- ITEM INDIVIDUEL --- */
.sd-trust-item {
    width: 48%; /* Mobile : 2 items par ligne */
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}

/* --- ICONES --- */
.sd-trust-icon {
    font-size: 22px; /* Un tout petit peu plus gros pour l'impact */
    color: #328ac6; /* VOTRE BLEU SHOCKDEFENSE */
    margin-bottom: 8px;
}

/* --- TITRES --- */
.sd-trust-title {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

/* --- TEXTE DETAILS --- */
.sd-trust-text {
    font-size: 12px;
    line-height: 1.4;
    color: #555;
}

/* --- MISE EN AVANT (PRIX) --- */
.sd-blue-bold {
    color: #328ac6; /* VOTRE BLEU SHOCKDEFENSE */
    font-weight: 700;
}

/* --- LIENS --- */
.sd-trust-link {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    border-bottom: 1px dotted #999;
}

/* --- VERSION ORDINATEUR (DESKTOP) --- */
@media (min-width: 992px) {
    .sd-trust-item {
        width: 25%; /* 4 colonnes */
        margin-bottom: 0;
        padding: 0 15px;
        border-right: 1px solid #e1e8ed; /* Séparateur vertical propre */
        align-items: center; /* Centré sur PC */
        text-align: center;
    }
    
    .sd-trust-item:last-child {
        border-right: none;
    }

    .sd-trust-item:first-child {
        padding-left: 0;
    }
}
.sd-choice-memo{
background:linear-gradient(180deg,#fbfdff 0%,#f4f8fb 100%);
border:1px solid #e3ebf2;
border-radius:16px;
padding:14px 14px 16px;
margin:14px 0 18px;
box-shadow:0 2px 8px rgba(15,23,42,0.04),0 12px 28px rgba(15,23,42,0.05);
}

.sd-choice-title{
text-align:center;
font-size:13px;
color:#475569;
margin-bottom:10px;
font-weight:700;
letter-spacing:.01em;
text-transform:uppercase;
}

.sd-choice-row{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:8px;
align-items:stretch;
}

.sd-choice-item{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
text-align:center;
background:#fff;
border:1px solid #e6edf2;
border-radius:12px;
padding:10px 8px;
min-height:84px;
box-shadow:0 1px 4px rgba(15,23,42,0.03);
}

.sd-label{
display:inline-flex;
align-items:center;
justify-content:center;
min-width:58px;
height:22px;
padding:0 8px;
border-radius:999px;
font-size:11px;
font-weight:800;
color:#fff;
margin-bottom:6px;
letter-spacing:.02em;
text-transform:uppercase;
}

.sd-main{
font-size:14px;
font-weight:800;
color:#111827;
line-height:1.15;
letter-spacing:-0.01em;
text-align:center;
}

/* couleurs badges */
.sd-poivre{background:#e53935;}
.sd-cs{background:#fb8c00;}
.sd-gaz{background:#f3f420;color:#1f2937;}
.sd-gel{background:#2f7db8;}

/* VERSION MOBILE ULTRA COMPACTE */

@media(max-width:768px){
  .sd-choice-memo{
    padding:8px 8px 9px;
    border-radius:10px;
    margin:8px 0 12px;
    box-shadow:none;
  }

  .sd-choice-title{
    font-size:11px;
    margin-bottom:6px;
  }

  .sd-choice-row{
    display:flex;
    gap:0;
    background:#fff;
    border:1px solid #e6edf2;
    border-radius:8px;
    overflow:hidden;
  }

  .sd-choice-item{
    flex:1;
    min-height:auto;
    padding:6px 4px;
    border:none;
    border-right:1px solid #edf2f7;
    border-radius:0;
    box-shadow:none;
    background:transparent;
  }

  .sd-choice-item:last-child{
    border-right:none;
  }

  .sd-label{
    min-width:auto;
    height:16px;
    padding:0 5px;
    font-size:8px;
    margin-bottom:4px;
  }

  .sd-main{
    font-size:9px;
    line-height:1.05;
  }
}

.faq-q{
margin:0 0 6px 0;
font-weight:600;
color:#000;
}

.faq-a{
margin:0;
color:#444;
line-height:1.6;
}
.prod__price__cur strong{
font-size:28px;
font-weight:700;
color:#e64600;
}
.prod__shadow{
border-radius:16px;
box-shadow:0 3px 10px rgba(0,0,0,0.05);
}
.prod__name__title{
font-size:15px;
font-weight:600;
}
/* GRILLE SOUS-CATEGORIES */

/* GRILLE SOUS-CATEGORIES */

/* GRILLE SOUS-CATEGORIES */

.sd-cat-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(140px,180px));
gap:16px;
max-width:1200px;
margin:0 auto 10px auto;
padding:0 10px;
justify-content:center;
}

.sd-cat-img{
width:100%;
aspect-ratio:1/1;
box-sizing:border-box;
}

.sd-cat-card{
width:100%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
padding:10px;
box-sizing:border-box;
border-radius:12px;
background:#fff;
box-shadow:0 3px 10px rgba(0,0,0,0.08);
overflow:hidden;
transition:transform .2s ease,box-shadow .2s ease;
}

.sd-cat-img img{
width:100%;
height:100%;
object-fit:contain;
display:block;
margin:0;
}

.sd-cat-card:hover{
transform:translateY(-3px);
box-shadow:0 6px 18px rgba(0,0,0,0.12);
}

/* MOBILE */

@media (max-width:768px){

.sd-cat-grid{
grid-template-columns:repeat(auto-fit,minmax(90px,120px));
gap:12px;
justify-content:center;
}

.sd-cat-img{
aspect-ratio:1/1;
}

.sd-cat-card{
padding:6px;
border-radius:10px;
}

}
.sd-legal-block{
max-width:1200px;
width:100%;
margin:20px auto;
padding:12px;
box-sizing:border-box;
text-align:center;
color:#454545;
background:#fff;
border-radius:6px;
}

.sd-legal-line{
margin:0 0 6px 0;
}

.sd-legal-description{
margin:0 0 6px 0;
font-size:13px;
color:#5b5b5b;
}

.sd-legal-warning{
margin:6px 0 0 0;
font-size:12px;
color:#5b5b5b;
}

.sd-legal-block a{
color:#328ac6;
}
button.prod__btn--addCart,
button.prod-floating__addCart,
a.modal-cart__cart,
a#cm-checkout-btn{
  background:linear-gradient(180deg,#ff7a2f 0%,#e64600 100%) !important;
  border:1px solid #d94300 !important;
  color:#ffffff !important;
box-shadow:0 4px 10px rgba(230,70,0,0.14) !important;
}
button.prod__btn--addCart:hover,
button.prod-floating__addCart:hover,
a.modal-cart__cart:hover,
a#cm-checkout-btn:hover{
  background:linear-gradient(180deg,#ff853d 0%,#d94300 100%) !important;
  border-color:#d94300 !important;
  transform:translateY(-1px);
box-shadow:0 6px 14px rgba(230,70,0,0.18) !important;
}
span.price-cur{
color:#e64600 !important;
font-size: 36px !important; /* Modifiez ce chiffre selon la taille voulue */
  font-weight: 800 !important; /* Ajoute du gras pour plus d'impact */
}

span.price-cur .prod__price__symb{
color:#e64600 !important;
}

span.price-old{
color:#000 !important;
}

span.price-old .prod__price__symb{
color:#000 !important;
}
#total-load-price,
strong.checkout-total{
  color:#e64600 !important;
  font-weight:800 !important;
  font-size:30px !important;
  line-height:1.1;
  letter-spacing:-0.02em;
}

strong.checkout-total .wizicss-ext{
  color:#e64600 !important;
  font-weight:700 !important;
  font-size:22px !important;
}
.prod__state--promo{
background:#328ac6  !important;
border-color:#328ac6  !important;
color:#ffffff !important;
}

.prod__state--promo .prod__type{
color:#ffffff !important;
}
.prod-list__bottom-content{
margin-top:40px;
}
/* --- DEPLACEMENT DU CONTENU SEO SOUS LES PRODUITS --- */

/* 1. On active Flexbox sur la colonne principale pour permettre le réordonnancement */
.prod-list__right {
    display: flex;
    flex-direction: column;
}

/* 2. On cible TOUS les blocs de la catégorie et on les envoie à la fin (sous la pagination) */
.prod-list__right > [id^="bloc-home-"] {
    order: 99;
}

/* 3. SAUF le tout premier bloc (votre intro + vignettes) qu'on force à rester en haut */
.prod-list__right > #bloc-home-1 {
    order: 0; 
}

/* 4. On ajoute une marge au bloc 2 pour le séparer proprement de la pagination */
.prod-list__right > #bloc-home-2 {
    margin-top: 40px;
}
.prod-list h1.prod-list__right__title{
font-size:1.6rem !important;
line-height:1.2 !important;
}
button.validate-btn{
  background:linear-gradient(180deg,#ff6a1f 0%,#e64600 100%) !important;
  border:1px solid #e64600 !important;
  color:#fff !important;
  border-radius:12px;
}
/* sous-textes cachés hors mobile */
.validation__mobile #sc-auth-btn .sd-btn-sub,
.validation__mobile #sc-regi-btn .sd-btn-sub{
  display:none !important;
}

@media (max-width:768px){

  .validation__mobile:not([style*="display:none"]){
    display:flex !important;
    flex-direction:column !important;
    gap:6px !important;
  }

 /* ========================= */
/* BOUTON PRINCIPAL (COMMANDER) */
/* ========================= */

.validation__mobile #sc-regi-btn{
  order:-1 !important;

background:linear-gradient(180deg,#ff7a2f 0%,#e24a00 55%,#cc3d00 100%) !important;
  border:1px solid #cc3d00 !important;
  color:#fff !important;

  border-radius:10px !important;

  min-height:68px !important;
  padding:16px 18px !important;

  text-align:center !important;
  line-height:1.1 !important;

 box-shadow:
  0 4px 10px rgba(204,61,0,0.18),
  inset 0 1px 0 rgba(255,255,255,0.12) !important;

  transition:
    transform .18s ease,
    box-shadow .18s ease,
    background .18s ease,
    border-color .18s ease !important;
}

/* léger effet interaction */
.validation__mobile #sc-regi-btn:hover{
  background:linear-gradient(180deg,#ff853d 0%,#e65000 55%,#d24000 100%) !important;
  border-color:#d24000 !important;
  transform:translateY(-1px);
  box-shadow:
    0 10px 22px rgba(204,61,0,0.32),
    inset 0 1px 0 rgba(255,255,255,0.2) !important;
}

.validation__mobile #sc-regi-btn:active{
  transform:translateY(0);
  box-shadow:
    0 5px 14px rgba(204,61,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.12) !important;
}

.validation__mobile #sc-regi-btn .sd-btn-main{
  display:block !important;
  font-size:22px !important;
  font-weight:800 !important;
  letter-spacing:-0.02em;
  color:#fff !important;
}

.validation__mobile #sc-regi-btn .sd-btn-sub{
  display:block !important;
  font-size:12px !important;
  font-weight:600 !important;
  margin-top:5px !important;
  color:rgba(255,255,255,0.92) !important;
}

/* ========================= */
/* BOUTON SECONDAIRE (LOGIN) */
/* ========================= */

.validation__mobile #sc-auth-btn{
  order:2 !important;

  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%) !important;
  border:1px solid #d1d5db !important;
  color:#111827 !important;

  border-radius:10px !important;

  min-height:42px !important;
  padding:10px 12px !important;

  text-align:center !important;

  box-shadow:
    0 2px 6px rgba(0,0,0,0.04),
    inset 0 1px 0 rgba(255,255,255,0.9);

  transition:
    transform .18s ease,
    box-shadow .18s ease,
    background .18s ease,
    border-color .18s ease !important;
}

/* hover léger */
.validation__mobile #sc-auth-btn:hover{
  background:linear-gradient(180deg,#ffffff 0%,#f1f5f9 100%) !important;
  border-color:#cbd5e1 !important;
  transform:translateY(-1px);
  box-shadow:
    0 4px 10px rgba(0,0,0,0.06),
    inset 0 1px 0 rgba(255,255,255,0.9);
}

/* clic */
.validation__mobile #sc-auth-btn:active{
  transform:translateY(0);
  box-shadow:
    0 2px 5px rgba(0,0,0,0.04),
    inset 0 1px 0 rgba(255,255,255,0.7);
}

/* structure texte */
.validation__mobile #sc-auth-btn .sd-auth-text{
  display:block !important;
  width:100% !important;
  text-align:center !important;
}

/* titre principal */
.validation__mobile #sc-auth-btn .sd-btn-main{
  display:block !important;
  font-size:15px !important;
  font-weight:600 !important;
  letter-spacing:-0.01em;
  color:#111827 !important;
}

/* sous-texte */
.validation__mobile #sc-auth-btn .sd-btn-sub{
  display:block !important;
  font-size:11px !important;
  font-weight:500 !important;
  margin-top:3px !important;
  color:#6b7280 !important;
}

}
/* ========================= */
/* BLOC REASSURANCE RECAP */
/* ========================= */

/* DESKTOP */
@media (min-width:769px){

  .sd-desktop-trust{
    margin-top:14px;
    padding:18px 18px;
    background:#f8fafc;
    border:1px solid #e5e7eb;
    border-radius:10px;
  }

.sd-desktop-trust-list{
  list-style:none;
  padding:0;
  margin:22px 0 16px 0; /* marge au-dessus pour décoller du texte */
}

.sd-desktop-trust-list li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:10px 0;
  font-size:15px;
  font-weight:600;
  line-height:1.5;
  color:#1f2937;
}

.sd-desktop-trust-list li::before{
  content:"✓";
  flex:0 0 18px;
  width:18px;
  height:18px;
  margin-top:3px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#328ac6;
  color:#fff;
  font-size:11px;
  font-weight:800;
  line-height:1;
}

.sd-desktop-trust-list li strong{
  font-weight:700;
  color:#111827;
}

@media (max-width:768px){
  .sd-desktop-trust-list{
    margin:18px 0 14px 0;
  }

  .sd-desktop-trust-list li{
    gap:9px;
    margin:9px 0;
    font-size:14px;
    line-height:1.45;
  }

  .sd-desktop-trust-list li::before{
    flex:0 0 17px;
    width:17px;
    height:17px;
    margin-top:2px;
    font-size:10px;
  }
}

  .sd-desktop-proof{
    text-align:center;
    padding-top:14px;
    margin-top:12px;
    border-top:1px solid #e5e7eb;
  }

  .sd-desktop-proof-stars{
    color:#ffd700;
    font-size:26px;
    line-height:1;
    letter-spacing:3px;
    margin-bottom:8px;
  }

  .sd-desktop-proof-text{
    font-size:16px;
    color:#1f2937;
    font-weight:600;
  }

  .sd-desktop-reserve{
    margin-top:14px;
    padding:12px 14px;
    text-align:center;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:8px;
    font-size:15px;
    color:#1f2937;
  }

  .sd-desktop-reserve strong{
    font-weight:800;
  }
}

/* MOBILE */
@media (max-width:768px){

  .sd-desktop-trust{
    display:block !important;
    margin-top:4px;
    padding:20px 18px;
    background:#f8fafc;
    border:1px solid #e5e7eb;
    border-radius:12px;
  }

  .sd-desktop-trust-list{
    list-style:none;
    padding:0;
    margin:0 0 14px 0;
  }

  .sd-desktop-trust-list li{
    position:relative;
    padding-left:28px;
    margin:12px 0;
    font-size:15px !important;
    font-weight:700;
    line-height:1.5;
    color:#1f2937;
  }

  .sd-desktop-trust-list li:before{
    content:"✔";
    position:absolute;
    left:0;
    top:0;
    color:#328ac6;
    font-weight:800;
    font-size:17px;
  }

  .sd-desktop-proof{
    text-align:center;
    padding-top:14px;
    margin-top:14px;
    border-top:1px solid #e5e7eb;
  }

  .sd-desktop-proof-stars{
    color:#ffd700;
    font-size:26px;
    line-height:1;
    letter-spacing:2px;
    margin-bottom:8px;
  }

  .sd-desktop-proof-text{
    font-size:16px;
    font-weight:700;
    color:#1f2937;
    line-height:1.35;
  }
}
/* ========================= */
/* BOUTON FINAL DE COMMANDE */
/* ========================= */

button.btn4.morphbutton{
background:linear-gradient(180deg,#ff7a2f 0%,#e03c00 100%) !important;
    border:1px solid #e03c00 !important;
  color:#ffffff !important;


  font-weight:700 !important;
  font-size:20px !important;
  line-height:1.15 !important;

  min-height:60px !important;
  padding:16px 18px !important;

  text-transform:none !important;
  letter-spacing:0 !important;

  transition:transform .2s ease, box-shadow .2s ease, background .2s ease !important;
}

button.btn4.morphbutton strong{
  font-weight:700 !important;
  color:#ffffff !important;
}

button.btn4.morphbutton:hover{
  background:linear-gradient(180deg,#ff7a33 0%,#d93f00 100%) !important;
  border-color:#d93f00 !important;
  transform:translateY(-2px);
}

button.btn4.morphbutton:active{
  transform:translateY(0);
}

button.btn4.morphbutton:focus,
button.btn4.morphbutton:focus-visible{
  outline:none !important;
}

/* mobile */
@media (max-width:768px){
  button.btn4.morphbutton{
    width:100% !important;
    min-height:58px !important;
    font-size:18px !important;
    padding:14px 16px !important;
  }
}
.sd-final-reassurance-inline{
  margin-top:10px;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:nowrap;
  gap:6px;
  text-align:center;
  font-size:13px;
  line-height:1.3;
  color:#4b5563;
  font-weight:600;
  white-space:nowrap;
}

.sd-final-reassurance-inline .sd-item{
  display:flex;
  align-items:center;
  gap:5px;
}

.sd-final-reassurance-inline .sd-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.sd-final-reassurance-inline .sd-icon svg{
  display:block;
}

.sd-final-reassurance-inline .sd-icon-secure{
  color:#d4a017;
}

.sd-final-reassurance-inline .sd-separator{
  margin:0 4px;
  color:#9ca3af;
  font-weight:400;
}

@media (min-width:769px){
  .sd-final-reassurance-inline{
    font-size:14px;
    margin-top:12px;
    gap:8px;
  }
}

@media (max-width:768px){
  .sd-final-reassurance-inline{
    font-size:12px;
    gap:4px;
  }

  .sd-final-reassurance-inline .sd-separator{
    margin:0 3px;
  }
}
.cart__recap__item.tr-right.tr-advantage{
  display:flex;
  align-items:center;
  justify-content:space-between;

  background:#fff !important;
  border:1px solid #dfe7df !important;
  border-radius:10px;

  padding:14px 14px !important;
  margin:12px 0 !important;

  position:relative;
  overflow:visible;
}

/* badge */
.cart__recap__item.tr-right.tr-advantage::before{
  content:"Vous économisez";
  position:absolute;
  top:-9px;
  left:12px;

  background:#1f9d55;
  color:#fff;

  font-size:10px;
  font-weight:800;
  letter-spacing:.6px;
  text-transform:uppercase;

  padding:4px 7px;
  border-radius:4px;
  line-height:1;
}

/* libellé */
.cart__recap__item.tr-right.tr-advantage .option-name{
  color:#111827 !important;
  font-weight:700 !important;
  font-size:14px !important;
  line-height:1.2;
}

/* montant */
.cart__recap__item.tr-right.tr-advantage .option-price{
  color:#1f9d55 !important;
  font-weight:900 !important;
  font-size:22px !important;
  line-height:1 !important;
  letter-spacing:-0.02em;
  text-shadow:0 1px 0 rgba(0,0,0,0.03);
}

/* symbole euro */
.cart__recap__item.tr-right.tr-advantage .option-price .wizicss-ext{
  color:#1f9d55 !important;
  font-weight:800 !important;
  font-size:16px !important;
}

/* mobile */
@media (max-width:768px){
  .cart__recap__item.tr-right.tr-advantage{
    padding:12px 12px !important;
    margin:10px 0 !important;
  }

  .cart__recap__item.tr-right.tr-advantage .option-name{
    font-size:13px !important;
  }

  .cart__recap__item.tr-right.tr-advantage .option-price{
    font-size:20px !important;
  }

  .cart__recap__item.tr-right.tr-advantage .option-price .wizicss-ext{
    font-size:15px !important;
  }
}
.sd-reassurance-image{
  margin-top:8px;
  margin-bottom:10px;
  text-align:center;
}

.sd-reassurance-image img{
  display:block;
  width:100%;
  max-width:80%;
  height:auto;
  margin:0 auto;
  border:none !important;
  box-shadow:none !important;
  background:transparent !important;
}

@media (max-width:768px){
  .sd-reassurance-image{
    margin-top:6px;
    margin-bottom:8px;
  }

  .sd-reassurance-image img{
    max-width:100%;
  }
}
.sd-reassure-card{
  display:block;
  width:calc(100% + 16px);
  margin-top:40px;
  margin-left:-8px;
  margin-right:-8px;
  padding:20px;
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:12px;
  box-shadow:0 4px 10px rgba(0,0,0,0.05);
  box-sizing:border-box;
  font-family:Arial,sans-serif;
  line-height:1.4;
}

.sd-reassure-row{
  display:flex;
  align-items:center;
  margin-bottom:16px;
}

.sd-reassure-row--last{
  margin-bottom:0;
}

.sd-reassure-icon{
  flex:0 0 34px;
  width:34px;
  height:34px;
  margin-right:15px;
  border-radius:50%;
  background:#328ac6;
  display:flex;
  align-items:center;
  justify-content:center;
}

.sd-reassure-icon i{
  color:#ffffff;
  font-size:14px;
  line-height:1;
}

.sd-reassure-text{
  flex:1;
  min-width:0;
}

.sd-reassure-title{
  display:block;
  color:#1e293b;
  font-size:15px;
  font-weight:700;
  line-height:1.3;
}

.sd-reassure-title--small-gap{
  margin-top:2px;
}

.sd-reassure-sub{
  display:block;
  color:#64748b;
  font-size:13px;
  line-height:1.35;
}

.sd-reassure-sub a{
  color:#328ac6;
  text-decoration:none;
  font-weight:500;
}

.sd-reassure-sub a:hover{
  text-decoration:underline;
}

@media (max-width:768px){
  .sd-reassure-card{
    margin-top:18px;
    padding:16px;
    border-radius:10px;
  }

  .sd-reassure-row{
    align-items:flex-start;
    margin-bottom:14px;
  }

  .sd-reassure-icon{
    width:32px;
    height:32px;
    flex:0 0 32px;
    margin-right:12px;
  }

  .sd-reassure-icon i{
    font-size:13px;
  }

  .sd-reassure-title{
    font-size:14px;
  }

  .sd-reassure-sub{
    font-size:12px;
  }
}
.fa-star{
  color:#ffd700 !important;
}
.sd-spray-signature{
  margin:2px 0 8px;
  padding:2px 0 6px;
  text-align:center;
  border-bottom:1px solid #e5e7eb;
}

.sd-spray-signature-label{
  display:block;
  margin-bottom:4px;
  font-size:16px;
  font-weight:700;
  color:#111827;
  letter-spacing:.01em;
}

.sd-spray-signature-line{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  font-size:17px;
  line-height:1.35;
  color:#6b7280;
}

.sd-spray-signature-line strong{
  color:#111827;
  font-weight:700;
  margin-right:3px;
}

.sd-spray-signature-line span{
  color:#6b7280;
}
.sd-spray-signature-line em{
  font-style:normal;
  color:#cbd5e1;
  margin:0 3px;
}

@media(max-width:768px){
  .sd-spray-signature{
    margin:2px 0 8px;
    padding:1px 0 6px;
  }

  .sd-spray-signature-label{
    font-size:14px;
    margin-bottom:4px;
  }

  .sd-spray-signature-line{
    font-size:14px;
    gap:6px;
  }

  .sd-spray-signature-line em{
    margin:0 2px;
  }
}
.so-reduc.state__promo.state__promo--reduc{
  background:#328ac6 !important;
  border-color:#328ac6 !important;
  color:#ffffff !important;
}
/* --- BLOC GLOBAL --- */
.sd-gauge-box {
  width: 100%;
  max-width: 420px;
  margin: 16px auto;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

/* Desktop : pleine largeur */
@media (min-width: 768px) {
  .sd-gauge-box {
    max-width: 100%;
    margin: 20px 0;
  }
}

/* --- LIGNES --- */
.sd-gauge-row {
  margin-bottom: 10px;
}

.sd-gauge-row:last-child {
  margin-bottom: 0;
}

/* --- HEADER --- */
.sd-gauge-header {
  display: flex;
  justify-content: space-between;
  align-items: center; /* IMPORTANT : évite les décalages */
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 3px;
}

/* --- BARRE --- */
.sd-gauge-bar {
  position: relative;
  height: 8px;
  border-radius: 50px;
  background: linear-gradient(
    90deg,
    #ef4444 0%,
    #f59e0b 25%,
    #facc15 50%,
    #84cc16 75%,
    #10b981 100%
  );
}

/* --- POINT (curseur + label) --- */
.sd-gauge-point {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
}

/* --- CURSEUR --- */
.sd-gauge-cursor {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;   /* ← augmente ici */
  height: 14px;  /* ← augmente ici */
  background: #111;
  border: 2px solid #fff;
  border-radius: 50%;
}

/* --- LABEL AU-DESSUS (TOUT SUR UNE LIGNE) --- */
.sd-gauge-top-label {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 600;
  color: #111;
  white-space: nowrap; /* EMPÊCHE RETOUR LIGNE */
  line-height: 1;
}

/* --- ÉCHELLE --- */
.sd-gauge-scale {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #6b7280;
  margin-top: 3px;
}
/* FICHE TECHNIQUE PRODUIT — STYLE SPECS */
.sd-product-specstrip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin:14px 0 10px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
  border:1px solid #e5e7eb;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 4px 12px rgba(15,23,42,0.04);
}

.sd-specitem{
  padding:14px 10px 12px;
  text-align:center;
}

.sd-specitem:not(:last-child){
  border-right:1px solid #e5e7eb;
}

.sd-speclabel{
  display:block;
  font-size:11px;
  line-height:1.15;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#64748b;
  margin-bottom:6px;
}

.sd-specvalue{
  display:block;
  font-size:24px;
  line-height:1;
  font-weight:800;
  letter-spacing:-0.02em;
  color:#0f172a;
  margin-bottom:6px;
}

.sd-specvalue.sd-accent{
  color:#328ac6;
}

.sd-specdetail{
  display:block;
  font-size:12px;
  line-height:1.2;
  color:#334155;
  font-weight:700;
}

@media (max-width:768px){
  .sd-product-specstrip{
    grid-template-columns:repeat(2,minmax(0,1fr));
    border-radius:12px;
    margin:12px 0 8px;
  }

  .sd-specitem{
    padding:12px 8px 10px;
  }

  .sd-specitem:nth-child(2n){
    border-right:none;
  }

  .sd-specitem:nth-child(-n+2){
    border-bottom:1px solid #e5e7eb;
  }

  .sd-speclabel{
    font-size:10px;
    margin-bottom:5px;
  }

  .sd-specvalue{
    font-size:21px;
    margin-bottom:5px;
  }

  .sd-specdetail{
    font-size:11px;
  }
}
#w1-quantity {
    background: #fff !important;
    border: 1px solid #dbe2ea !important;
    border-radius: 10px !important;
    overflow: hidden;
}

#w1-quantity input.quantity,
#w1-quantity #quantity {
    background: #fff !important;
    color: #111 !important;
    border: none !important;
    text-align: center;
}

#w1-quantity .qty-btn,
#w1-quantity #qty-less-btn,
#w1-quantity #qty-more-btn {
    background: #fff !important;
    color: #111 !important;
}

#w1-quantity .qty-btn i,
#w1-quantity #qty-less-btn i,
#w1-quantity #qty-more-btn i {
    color: #111 !important;
}

#w1-quantity #qty-less-btn,
#w1-quantity #qty-more-btn {
    border-left: 1px solid #e5e7eb !important;
}
.state > span,
.state > span.state__date,
.state > span.state__promo {
    background: #fff !important;
    color: #1E272E !important;
    border: 1px solid #e5e7eb !important;
}
.sd-estimated-delivery{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin:4px 0 16px;
    padding:12px 14px;
    border:1px solid #dbe7f3;
    border-radius:12px;
    background:#f8fbff;
    line-height:1.4;
}

.sd-estimated-delivery__icon{
    color:#328ac6;
    font-size:18px;
    line-height:1;
    margin-top:2px;
    flex:0 0 auto;
}

.sd-estimated-delivery__title{
    font-size:15px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:3px;
}

.sd-estimated-delivery__sub{
    font-size:13px;
    color:#475569;
}

@media (max-width:768px){
    .sd-estimated-delivery{
        margin:4px 0 14px;
        padding:11px 12px;
    }

    .sd-estimated-delivery__title{
        font-size:14px;
    }

    .sd-estimated-delivery__sub{
        font-size:12px;
    }
}
.filtre-lacrymo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px 0;
  font-size: 13px;
}

.filtre-lacrymo span:not(.sep):not(.sq) {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  color: #666;
  white-space: nowrap;
}

.filtre-lacrymo .sep {
  color: #ccc;
  font-size: 16px;
  line-height: 1;
  user-select: none;
  white-space: nowrap;
}

.filtre-lacrymo .sq {
  width: 9px;
  height: 9px;
  border-radius: 2px;
  flex-shrink: 0;
  display: inline-block;
}

.filtre-lacrymo .sq.poivre { background: #E02020; }
.filtre-lacrymo .sq.gel    { background: #378ADD; }
.filtre-lacrymo .sq.gaz    { background: #F5C400; }
.filtre-lacrymo .sq.cs     { background: #F07800; }
.sd-ncp-wrap{
    display:inline-flex;
    flex-direction:column;
    align-items:flex-start;
    filter:drop-shadow(0 2px 8px rgba(0,0,0,0.15));
    margin-top:10px;
    margin-bottom:6px;
    max-width:fit-content;
}

.sd-ncp-tag{
    background:#16a34a;
    color:#f0fdf4;
    font-size:9px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1.2px;
    padding:5px 14px;
    border-radius:5px 5px 0 0;
    align-self:flex-start;
    border:1px solid #111;
    border-bottom:none;
}

.sd-ncp-body{
    display:flex;
    align-items:stretch;
    border:1px solid #111;
    border-radius:0 8px 8px 8px;
    background:#fff;
    overflow:hidden;
}

.sd-ncp-left{
    background:#fff;
    padding:14px 18px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border-right:1px dashed #86efac;
    min-width:76px;
}

.sd-ncp-pct{
    font-size:28px;
    font-weight:900;
    color:#15803d;
    line-height:1;
    letter-spacing:-1px;
}

.sd-ncp-off{
    font-size:9px;
    color:#0f172a;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.8px;
    margin-top:3px;
}

.sd-ncp-right{
    padding:12px 18px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.sd-ncp-top{
    font-size:10px;
    color:#0f172a;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.5px;
    margin-bottom:4px;
}

.sd-ncp-row{
    display:flex;
    align-items:baseline;
    gap:8px;
    margin-bottom:3px;
}

.sd-ncp-new{
    font-size:26px;
    font-weight:800;
    color:#0f172a;
    letter-spacing:-0.5px;
}

.sd-ncp-old{
    font-size:13px;
    color:#0f172a ;
    text-decoration:line-through;
}

.sd-ncp-sub{
    font-size:11px;
    color:#94a3b8;
}

@media(max-width:768px){
    .sd-ncp-wrap{
        max-width:100%;
        width:100%;
    }

    .sd-ncp-body{
        width:100%;
    }

    .sd-ncp-pct{
        font-size:28px;
    }

    .sd-ncp-new{
        font-size:28px;
    }
}
.footer__social-intro {
    font-size: 16px;
    margin: 16px 0;
}
/* Bloc réseaux sociaux - Home ShockDefense */
.sd-social-simple {
  max-width: 1200px;
  margin: 42px auto;
  padding: 0 14px;
}

.sd-social-simple-inner {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 34px 24px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.sd-social-simple-heading {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.sd-social-simple-heading h2 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
  text-decoration: none !important;
}

.sd-social-simple-heading p {
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.6;
  text-decoration: none !important;
}

.sd-social-simple-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 840px;
  margin: 0 auto;
}

.sd-social-simple-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px 12px 18px;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.sd-social-simple-card:hover,
.sd-social-simple-card:focus,
.sd-social-simple-card:active {
  text-decoration: none !important;
}

.sd-social-simple-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.sd-social-simple-icon svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.sd-social-simple-card strong {
  display: block;
  margin-bottom: 4px;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none !important;
}

.sd-social-simple-card > span:last-child {
  display: block;
  color: #64748b;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
  text-decoration: none !important;
}

.sd-social-simple-card span {
  text-decoration: none !important;
}

.sd-social-simple-card:hover {
  transform: translateY(-3px);
  background: #ffffff;
  border-color: #cbd5e1;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.10);
}

/* Couleurs icônes */
.sd-youtube .sd-social-simple-icon {
  color: #ff0000;
}

.sd-tiktok .sd-social-simple-icon {
  color: #111827;
}

.sd-facebook .sd-social-simple-icon {
  color: #1877f2;
}

.sd-instagram .sd-social-simple-icon {
  color: #c13584;
}

/* Desktop */
@media (min-width: 768px) {
  .sd-social-simple-inner {
    padding: 40px 32px;
  }

  .sd-social-simple-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .sd-social-simple-heading h2 {
    font-size: 32px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .sd-social-simple {
    margin: 30px auto;
    padding: 0 12px;
  }

  .sd-social-simple-inner {
    padding: 28px 16px;
    border-radius: 16px;
  }

  .sd-social-simple-heading {
    margin-bottom: 22px;
  }

  .sd-social-simple-heading h2 {
    font-size: 23px;
  }

  .sd-social-simple-heading p {
    font-size: 15px;
    line-height: 1.55;
  }

  .sd-social-simple-grid {
    gap: 10px;
  }

  .sd-social-simple-card {
    padding: 17px 8px 15px;
    border-radius: 14px;
  }

  .sd-social-simple-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
  }

  .sd-social-simple-icon svg {
    width: 24px;
    height: 24px;
  }

  .sd-social-simple-card strong {
    font-size: 15px;
  }

  .sd-social-simple-card > span:last-child {
    font-size: 12px;
  }
}
@media(max-width:768px){
  .sd-trust-item{
    align-items:center !important;
    text-align:center !important;
    padding-left:0 !important;
  }

  .sd-trust-icon{
    margin-left:auto !important;
    margin-right:auto !important;
  }
}
/* ========================= */
/* BLOC EXPERT SIMPLE - HOME */
/* ========================= */

.sd-expert-home{
  width:100%;
  max-width:1200px;
  margin:42px auto;
  padding:0 16px;
  box-sizing:border-box;
}

.sd-expert-card{
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:28px;
  box-shadow:0 6px 20px rgba(15,23,42,0.06);
  display:flex;
  align-items:center;
  gap:30px;
  box-sizing:border-box;
}

.sd-expert-photo{
  width:180px !important;
  height:180px !important;
  min-width:180px;
  object-fit:cover;
  border-radius:14px;
  margin:0 !important;
  display:block;
  border:3px solid #f1f5f9;
  box-shadow:0 4px 14px rgba(15,23,42,0.10);
}

.sd-expert-content{
  flex:1;
  min-width:0;
}

.sd-expert-label{
  display:inline-block;
  margin-bottom:8px;
  color:#328ac6;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.sd-expert-title{
  margin:0 0 12px 0 !important;
  padding:0 !important;
  border:0 !important;
  color:#111827 !important;
  font-size:26px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
}

.sd-expert-text{
  margin:0 0 12px 0;
  color:#334155;
  font-size:16px;
  line-height:1.65;
}

.sd-expert-text strong{
  color:#111827;
  font-weight:800;
}

.sd-expert-points{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:18px 0 20px 0;
}

.sd-expert-point{
  display:inline-flex;
  align-items:center;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:999px;
  padding:8px 12px;
  color:#1f2937;
  font-size:13px;
  font-weight:700;
  line-height:1.2;
}

.sd-expert-actions{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.sd-expert-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#328ac6;
  color:#ffffff !important;
  border:2px solid #328ac6;
  border-radius:8px;
  padding:12px 22px;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  text-decoration:none !important;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}

.sd-expert-btn:hover{
  background:#276fa3;
  border-color:#276fa3;
  transform:translateY(-2px);
}

.sd-expert-note{
  color:#64748b;
  font-size:13px;
  line-height:1.4;
  font-weight:600;
}

/* MOBILE */
@media(max-width:768px){
  .sd-expert-home{
    margin:32px auto;
    padding:0 12px;
  }

  .sd-expert-card{
    display:block;
    text-align:center;
    padding:24px 18px;
    border-radius:16px;
  }

  .sd-expert-photo{
    width:130px !important;
    height:130px !important;
    min-width:130px;
    border-radius:12px;
    margin:0 auto 18px auto !important;
  }

  .sd-expert-label{
    font-size:11px;
    margin-bottom:8px;
  }

  .sd-expert-title{
    font-size:22px !important;
    line-height:1.25 !important;
    margin-bottom:12px !important;
  }

  .sd-expert-text{
    font-size:15px;
    line-height:1.6;
    margin-bottom:12px;
  }

  .sd-expert-points{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
    margin:18px 0;
  }

  .sd-expert-point{
    justify-content:center;
    border-radius:10px;
    padding:10px 12px;
    font-size:13px;
  }

  .sd-expert-actions{
    flex-direction:column;
    gap:10px;
  }

  .sd-expert-btn{
    width:100%;
    box-sizing:border-box;
    padding:13px 18px;
  }

  .sd-expert-note{
    font-size:12px;
  }
}
/* ========================= */
/* BLOC RÉASSURANCE APRÈS CTA - FICHE PRODUIT */
/* Version fond blanc premium ShockDefense */
/* ========================= */

.sd-estimated-delivery.sd-post-cta-reassurance{
  display:block !important;
  width:100% !important;
  margin:12px 0 14px !important;
  padding:14px 15px !important;
  box-sizing:border-box !important;

  background:#ffffff !important;
  border:1px solid #e1e8f0 !important;
  border-radius:14px !important;

  box-shadow:0 8px 22px rgba(15,23,42,0.06) !important;
  color:#111827 !important;
  overflow:hidden !important;
  line-height:1.35 !important;
  position:relative !important;
}

.sd-estimated-delivery.sd-post-cta-reassurance *{
  box-sizing:border-box !important;
}

/* Petit effet premium très discret */
.sd-estimated-delivery.sd-post-cta-reassurance:after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  pointer-events:none !important;
  border-radius:14px !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.9) !important;
}

/* En-tête du bloc */
.sd-post-cta-head{
  display:flex !important;
  align-items:flex-start !important;
  gap:12px !important;
  width:100% !important;
}

/* Icône livraison */
.sd-post-cta-truck{
  flex:0 0 38px !important;
  width:38px !important;
  height:38px !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  background:#f3f9ff !important;
  border:1px solid #dbeafe !important;
  border-radius:50% !important;

  color:#328ac6 !important;
  font-size:17px !important;
  line-height:1 !important;

  box-shadow:0 3px 9px rgba(50,138,198,0.10) !important;
}

.sd-post-cta-truck i{
  color:#328ac6 !important;
  font-size:17px !important;
  line-height:1 !important;
}

.sd-post-cta-content{
  flex:1 !important;
  min-width:0 !important;
}

/* Titre livraison : phrase complète en noir + texte augmenté de 2px */
.sd-post-cta-reassurance .sd-estimated-delivery__title{
  margin:0 0 9px !important;
  padding:0 !important;

  color:#0f172a !important;
  font-size:17px !important;
  font-weight:850 !important;
  line-height:1.3 !important;
  letter-spacing:-0.01em !important;
}

/* ========================= */
/* 4 INFOS LIVRAISON */
/* PC + MOBILE : 2 lignes / 2 colonnes */
/* ========================= */

.sd-estimated-delivery.sd-post-cta-reassurance .sd-post-cta-line{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;

  width:100% !important;
  margin:0 !important;
  padding:0 !important;

  gap:8px 0 !important;

  color:#1f2937 !important;
  font-size:12.8px !important;
  font-weight:550 !important;
  line-height:1.35 !important;
}

.sd-estimated-delivery.sd-post-cta-reassurance .sd-post-cta-line span{
  flex:0 0 50% !important;
  width:50% !important;
  max-width:50% !important;

  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:5px !important;

  color:#1f2937 !important;
  font-weight:550 !important;
  white-space:normal !important;
  box-sizing:border-box !important;
}

.sd-estimated-delivery.sd-post-cta-reassurance .sd-post-cta-line span:nth-child(odd){
  padding-right:6px !important;
}

.sd-estimated-delivery.sd-post-cta-reassurance .sd-post-cta-line span:nth-child(even){
  padding-left:6px !important;
}

.sd-estimated-delivery.sd-post-cta-reassurance .sd-post-cta-line i{
  flex:0 0 13px !important;
  width:13px !important;
  text-align:center !important;
  color:#328ac6 !important;
  font-size:12px !important;
  line-height:1 !important;
}

/* Zone preuves */
.sd-post-cta-proof{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:8px !important;

  margin-top:12px !important;
  padding-top:11px !important;

  border-top:1px solid #eef2f6 !important;
}

/* Mini-cartes de confiance */
.sd-post-cta-proof-item{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:7px !important;

  min-height:38px !important;
  padding:8px 9px !important;

  background:#f9fbfd !important;
  border:1px solid #e5edf5 !important;
  border-radius:10px !important;

  color:#1f2937 !important;
  font-size:12.5px !important;
  font-weight:600 !important;
  line-height:1.25 !important;
  text-align:center !important;

  box-shadow:0 2px 7px rgba(15,23,42,0.025) !important;
  transition:all .22s ease !important;
}

.sd-post-cta-proof-item:hover{
  background:#ffffff !important;
  border-color:#c7dff2 !important;
  box-shadow:0 4px 12px rgba(50,138,198,0.08) !important;
}

.sd-post-cta-proof-item i{
  flex:0 0 auto !important;
  color:#328ac6 !important;
  font-size:13px !important;
  line-height:1 !important;
}

.sd-post-cta-proof-item span{
  color:#1f2937 !important;
  font-weight:600 !important;
}

/* ========================= */
/* MOBILE */
/* ========================= */

@media(max-width:768px){

  .sd-estimated-delivery.sd-post-cta-reassurance{
    margin:10px 0 12px !important;
    padding:12px 12px 13px !important;
    border-radius:12px !important;
    box-shadow:0 5px 14px rgba(15,23,42,0.055) !important;
  }

  .sd-post-cta-head{
    gap:10px !important;
  }

  .sd-post-cta-truck{
    flex:0 0 33px !important;
    width:33px !important;
    height:33px !important;
    font-size:15px !important;
  }

  .sd-post-cta-truck i{
    font-size:15px !important;
  }

  .sd-post-cta-reassurance .sd-estimated-delivery__title{
    color:#0f172a !important;
    font-size:15px !important;
    line-height:1.32 !important;
    margin-bottom:9px !important;
  }

  .sd-post-cta-reassurance .sd-delivery-date{
    color:#0f172a !important;
    font-weight:850 !important;
  }

  .sd-estimated-delivery.sd-post-cta-reassurance .sd-post-cta-line{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:8px 0 !important;
    width:100% !important;
    font-size:12.2px !important;
    line-height:1.25 !important;
  }

  .sd-estimated-delivery.sd-post-cta-reassurance .sd-post-cta-line span{
    flex:0 0 50% !important;
    width:50% !important;
    max-width:50% !important;

    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:5px !important;

    white-space:normal !important;
    color:#1f2937 !important;
    font-weight:550 !important;
  }

  .sd-estimated-delivery.sd-post-cta-reassurance .sd-post-cta-line i{
    flex:0 0 13px !important;
    width:13px !important;
    text-align:center !important;
    font-size:12px !important;
    color:#328ac6 !important;
  }

  .sd-post-cta-proof{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:7px !important;
    margin-top:10px !important;
    padding-top:10px !important;
  }

  .sd-post-cta-proof-item{
    min-height:38px !important;
    padding:8px 6px !important;
    font-size:11.8px !important;
    line-height:1.24 !important;
    border-radius:9px !important;
    gap:5px !important;
  }

  .sd-post-cta-proof-item i{
    font-size:12px !important;
  }
}

/* Très petits mobiles */
@media(max-width:380px){

  .sd-estimated-delivery.sd-post-cta-reassurance .sd-post-cta-line{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:7px 0 !important;
    font-size:11.2px !important;
  }

  .sd-estimated-delivery.sd-post-cta-reassurance .sd-post-cta-line span{
    flex:0 0 50% !important;
    width:50% !important;
    max-width:50% !important;
  }

  .sd-estimated-delivery.sd-post-cta-reassurance .sd-post-cta-line span:nth-child(odd){
    padding-right:4px !important;
  }

  .sd-estimated-delivery.sd-post-cta-reassurance .sd-post-cta-line span:nth-child(even){
    padding-left:4px !important;
  }

  .sd-post-cta-proof{
    grid-template-columns:1fr !important;
  }

  .sd-post-cta-proof-item{
    justify-content:flex-start !important;
    text-align:left !important;
    padding:8px 10px !important;
  }
}
/* =========================================================
   SERVICE CLIENT HEADER - SHOCKDEFENSE
   PC UNIQUEMENT - STYLE RÉASSURANCE COHÉRENT CTA
========================================================= */

.sd-header-service-left {
  display: none !important;
}

@media (min-width: 1024px) {
  .sd-header-service-left {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;

    min-width: 190px !important;
    height: 52px !important;

    margin: 0 18px 0 10px !important;
    padding: 9px 17px !important;

    background: #f8fbff !important;
    color: #111827 !important;
    text-decoration: none !important;

    white-space: nowrap !important;
    box-sizing: border-box !important;
    border-radius: 12px !important;

    border: 1px solid #dbe7f3 !important;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.04) !important;

    position: relative !important;
    transition: all 0.25s ease !important;
  }

  .sd-header-service-left:hover,
  .sd-header-service-left:focus {
    background: #eef7ff !important;
    border-color: #b8d8ef !important;
    box-shadow: 0 6px 16px rgba(50, 138, 198, 0.12) !important;
    transform: translateY(-1px) !important;
    text-decoration: none !important;
    color: #111827 !important;
  }

  .sd-header-service-left__icon {
    flex: 0 0 36px !important;
    width: 36px !important;
    height: 36px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #ffffff !important;
    border: 1px solid #dbe7f3 !important;
    border-radius: 50% !important;

    color: #328ac6 !important;
    font-size: 16px !important;
    line-height: 1 !important;

    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.05) !important;
  }

  .sd-header-service-left__icon i {
    color: #328ac6 !important;
    font-size: 16px !important;
    line-height: 1 !important;
  }

  .sd-header-service-left__text {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;

    min-width: 118px !important;
    padding-right: 14px !important;

    line-height: 1.12 !important;
    position: relative !important;
  }

  .sd-header-service-left__text::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: 4px !important;

    width: 7px !important;
    height: 7px !important;

    background: #22c55e !important;
    border-radius: 50% !important;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.14) !important;
  }

  .sd-header-service-left__text strong {
    margin: 0 !important;
    padding: 0 !important;

    font-family: Oswald, Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 800 !important;

    color: #0f172a !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1px !important;
    line-height: 1.15 !important;
  }

  .sd-header-service-left__text small {
    margin-top: 4px !important;

    font-family: Arial, sans-serif !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;

    color: #328ac6 !important;
    line-height: 1.2 !important;
  }

  .sd-header-service-left:hover .sd-header-service-left__text strong {
    color: #328ac6 !important;
  }
}

/* Écrans moyens : icône seule pour éviter de serrer la recherche */
@media (min-width: 1024px) and (max-width: 1180px) {
  .sd-header-service-left {
    min-width: auto !important;
    width: 42px !important;
    height: 42px !important;

    padding: 0 !important;
    margin: 0 8px !important;

    justify-content: center !important;
    border-radius: 11px !important;
  }

  .sd-header-service-left__text {
    display: none !important;
  }

  .sd-header-service-left__icon {
    width: 34px !important;
    height: 34px !important;
    flex: 0 0 34px !important;
  }
}

/* Mobile : aucun affichage */
@media (max-width: 1023px) {
  .sd-header-service-left,
  .sd-mobile-service,
  .sd-mobile-service-inline {
    display: none !important;
  }
}
.banniere-accueil {
  margin: 0;
  padding: 0;
  display: block;
  line-height: 0;
}

.banniere-accueil img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .banniere-accueil {
    margin-top: -10px;
  }
}