@charset "utf-8";
 .bullest-content ul, .clear, body, div, form {
     margin: 0;
     padding: 0 
}

 body {
     font-family: "Poppins", sans-serif;
     padding: 0;
     margin: 0;
     scroll-behavior: smooth;
}
 img {
     border: 0;
     max-width: 100%;
}
 h1, h2, h3, h4, h5, h6, li, p, ul {
     margin: 0;
     padding: 0;
     list-style-type: none 
}
 .clear {
     clear: both;
     line-height: 0;
     font-size: 0 
}

/* Classes d'affichage responsive */
.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
     -webkit-box-sizing: border-box 
}
 , :after, :before {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box 
}
 :root {
     --font-family: "Inter", sans-serif;
     --heading-font:"Poppins", sans-serif;
     --heading-color:#1c5d68;
     --background-color: #f5f5f5;
     --button-color: #e7672d;
     --white-color: #ffffff;
     --black-color: #000000;
     --orange-color:#e7672d;
}
 .wrapper{
     width: 100%;
    background: #ffffff;
 }
/* Réduire les paddings Bootstrap des colonnes sur desktop aussi */
.container {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
[class*="col-"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.left-area{
     background: #fff;
     padding: 15px;
     border-right: 1px solid #cbcbcb;
}
.logo-area{
     width: 100%;
     border-bottom: 1px solid #cbcbcb;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-bottom: 25px;
     background: #f8f9fa;
     padding: 8px;
     border-radius: 10px;
     border: 1px solid #e9ecef;
     gap: 10px;
}
.logo-section {
    flex: 0 0 auto;
}

.trustpilot-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.logo-img, .secure-img {
    height: 50px;
    width: auto;
    max-width: 300px;
    object-fit: contain;
    display: block;
}

.trustpilot-img {
    height: 70px;
    width: auto;
    max-width: 300px;
    object-fit: contain;
    display: block;
}

/* Limiter la taille des images de produits dans les colonnes */
.col-4 img {
    max-width: 64px;
    max-height: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Coller le texte aux images dans le récapitulatif */
.row.align-items-center {
    margin-left: -15px;
    margin-right: -15px;
    align-items: center !important;
}

.row.align-items-center .col-4 {
    padding-left: 15px;
    padding-right: 5px;
    flex: 0 0 auto;
    width: auto;
    display: flex;
    align-items: center;
}

.row.align-items-center .col-5 {
    padding-left: 5px;
    padding-right: 5px;
    flex: 1;
    display: flex;
    align-items: center;
}

.row.align-items-center .col-3 {
    padding-left: 5px;
    padding-right: 15px;
    flex: 0 0 auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.form-con h4{
     font-size: 20px;
     font-weight: 700;
     padding-bottom: 10px;
}
.form-text {
    width: 100%;
    padding: 14px 15px;
    font-size: 15px;
    color: #a2a2a2;
    font-weight: 400;
    border: 1px solid #bbbbbb;
}
.method-con {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}
.method-con h5{ 
    font-size: 16px;
}
.grey-text{
    font-size: 13px;
    font-weight: 400;
    color: #898989;
}
.card-area{
    border: 1px solid #bbbbbb;
    width: 100%;
    padding: 0;
}
.card-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    border-bottom: 1px solid #bbbbbb;
}
.card-top h2{
    font-size: 16px;
}
.card-img{
    width: 150px;
}
.card-bottm{
    background: #fafafa;
    padding: 15px 8px;
    }
    .pos-rel{
        position: relative;
    }

    .lock-icon{
    position: absolute;
    top: 14px;
    right: 18px;
    width: 24px;
    }
    .procudure-btn{
        background: #f2cb0a;
        padding: 15px 20px;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        border:none;
        margin-top: 20px;
        color: #fff;
    }
    .procudure-btn:hover{
        background: #9e8405;
    }
    .right-area{
       padding: 20% 10px;
    }
    .right-area h3{
       font-size: 22px;
       font-weight: 600;
    }
    .right-area h5{
        font-size: 16px;
       font-weight: 600;
    }
    .right-area p{
        font-size: 14px;
    }
    .right-top{
        width: 100%;
        border-bottom: 1px solid #bbbbbb;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .copen-code{
        width: 100%;
        border-bottom: 1px solid #bbbbbb;
        padding-bottom: 25px;
    }
    .apply-btn{
        background: #4387d0;
        padding: 1px 15px;
        text-align: center;
        font-weight: 600;
        border:none;
        color: #ffff;
        margin-top: 4px;
    }
    .code-promo{
        width: 85%;
    gap: 25px;
    margin: 0 auto;
}
 .price-con{
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
    padding: 22px 0;
 }
 .total-price{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
 }
.total-price1{
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.total-price1 h3{
    text-align: center;
    color: #666;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.total-price1::before,
.total-price1::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e0e0e0;
}

.total-price1::before {
    margin-right: 15px;
}

.total-price1::after {
    margin-left: 15px;
}
    .px-10{
        padding: 0 100px;
    }
    .trust-con{
        width: 100%;
        border-bottom: 1px solid #898989;
        /* padding-bottom: 15px; */
        text-align: center;
        padding: 15px 0;
    }
    /* Mobile collapsible summary */
    .mobile-summary{ display:none; margin-bottom: 16px; }
    .summary-toggle{
        width: 100%;
        background: #f1f5f9;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        padding: 10px 12px;
        font-weight: 600;
        color: #0f172a;
    }
    .summary-list .summary-row{ display:flex; align-items:center; gap:10px; padding:8px 0; border-bottom:1px solid #eaeaea; }
    .summary-img{ width:32px; height:32px; display:flex; align-items:center; justify-content:center; }
    .summary-img img{ max-width:100%; max-height:100%; object-fit:contain; }
    .summary-name{ flex:1; font-size:14px; }
    .summary-price{ font-weight:600; }
    .summary-totals{ margin-top:10px; }
    .summary-line{ display:flex; align-items:center; justify-content:space-between; padding:4px 0; }
    .blue-text{
        text-align: center;
        font-size: 14px;
        color: #4390e8;
        padding-top: 15px;
    }
    /* Footer */
    .site-footer{
        margin-top: 40px;
        background: #ffffff;
        color: #374151;
        font-size: 14px;
        box-shadow: none;
        border-top: 1px solid #e5e7eb;
    }
    .site-footer .container{ max-width: 1200px; margin: 0 auto; }
    .site-footer .footer-inner{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
        padding: 18px 0;
    }
    .site-footer .footer-inner.footer-3cols{
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        justify-content: center;
        column-gap: 40px;
    }
    .site-footer .footer-col{ flex: 1; }
    .site-footer .footer-brand{ display:flex; align-items:center; }
    .site-footer .footer-logo{ max-height:48px; filter: none; opacity: 1; border-radius: 0; background: transparent; padding: 0; }
    .site-footer .footer-company{
        text-align: left;
        line-height: 1.7;
    }
    .site-footer .company-name{ font-size: 15px; color: #111827; margin-bottom: 6px; }
    .site-footer .company-line{ color: #6b7280; }
    .site-footer .company-contacts{
        margin-top: 6px;
    }
    .site-footer .company-link{ color: var(--footer-accent, #2563eb); text-decoration: none; }
    .site-footer .company-link:hover{ text-decoration: underline; }
    .site-footer .separator{ margin: 0 8px; color: #94a3b8; }
    .site-footer .footer-legal{ text-align: center; }
    .site-footer .footer-company{ text-align: center; }
    .site-footer .footer-links{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        flex-wrap: nowrap;
        justify-content: center;
        padding: 0;
        margin: 0;
    }
    .site-footer .footer-link{
        color: var(--footer-accent, #2563eb);
        text-decoration: none;
        white-space: nowrap;
        padding: 2px 6px;
        border-radius: 6px;
        transition: background .2s ease, color .2s ease;
        font-size: 13px;
        line-height: 1.3;
    }
    .site-footer .footer-link:hover{ background: rgba(37,99,235,0.08); text-decoration: none; }
    .site-footer .footer-link.muted{
        color: #94a3b8;
        cursor: default;
    }
    .site-footer .footer-sep{ color: #9ca3af; display:none; }
    .site-footer .footer-bottom{ margin-top: 8px; font-size: 12px; color: #6b7280; }

    /* Processing overlay */
    .processing-overlay{
        position: fixed; inset: 0; background: rgba(15,23,42,0.55);
        display: none; align-items: center; justify-content: center;
        z-index: 9999;
    }
    .processing-box{
        background: #fff; padding: 18px 20px; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        color: #0f172a; font-weight: 600; display: flex; align-items: center; gap: 12px;
    }
    .spinner{ width: 18px; height: 18px; border: 3px solid #e5e7eb; border-top-color: #2563eb; border-radius: 50%; animation: spin 0.9s linear infinite; }
    @keyframes spin { to { transform: rotate(360deg); } }
    @media screen and (max-width:896px) {
        .site-footer .footer-inner{
            display: flex !important;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 12px;
        }
        .site-footer .footer-legal{
            text-align: left;
        }
        .site-footer .footer-company{ text-align: center; }
    }
    /* Thank-you page modern layout */
    .ty-container{ max-width: 1100px; margin: 0 auto; padding: 32px 16px 60px; }
    .ty-card{ background:#fff; border:1px solid #e5e7eb; border-radius: 14px; box-shadow: 0 6px 24px rgba(15,23,42,0.06); }
    .ty-hero{ display:flex; align-items:center; gap:18px; padding:18px 18px; border-left: 6px solid #16a34a; }
    .ty-hero-icon{ width:44px; height:44px; border-radius:50%; background:#16a34a; display:flex; align-items:center; justify-content:center; color:#fff; font-weight:800; font-size:22px; }
    .ty-hero-text h1{ font-family: var(--heading-font); font-size: 28px; line-height:1.2; color:#0f172a; margin-bottom:4px; }
    .ty-muted{ color:#6b7280; }
    .ty-order-id{ display:flex; align-items:center; gap:8px; margin-top:6px; font-size:14px; }
    .ty-order-id .ty-label{ color:#6b7280; }
    .ty-order-id .ty-value{ background:#f1f5f9; border:1px solid #e2e8f0; padding:3px 8px; border-radius:8px; font-weight:600; color:#0f172a; }

    .ty-grid{ display:grid; grid-template-columns: 1.6fr .8fr; gap:20px; margin-top:18px; }
    .ty-col{ min-width:0; }
    .ty-block{ padding:16px; }
    .ty-block-title{ font-size:18px; color:#111827; margin-bottom:10px; font-weight:700; }
    .ty-address{ line-height:1.7; color:#111827; }
    .ty-contact{ color:#334155; }
    .ty-products{ display:flex; flex-direction:column; gap:12px; }
    .ty-product{ display:flex; gap:12px; padding:10px; border:1px solid #e5e7eb; border-radius:12px; }
    .ty-product-img{ width:48px; height:48px; object-fit:contain; }
    .ty-product-info{ display:flex; flex-direction:column; justify-content:center; }
    .ty-product-name{ font-weight:600; color:#0f172a; }
    .ty-product-meta{ color:#6b7280; font-size:13px; }
    .ty-total{ display:flex; align-items:center; justify-content:space-between; padding-top:12px; margin-top:8px; border-top:1px dashed #e5e7eb; font-size:16px; }
    .ty-actions{ margin-top:16px; }
    .ty-btn{ display:inline-block; background:#111827; color:#fff; text-decoration:none; padding:10px 14px; border-radius:10px; font-weight:600; transition: opacity .2s ease; }
    .ty-btn:hover{ opacity:.9; }
    .ty-help{ padding:16px; }
    .ty-help h3{ margin-bottom:6px; font-size:16px; }

    @media screen and (max-width:896px){
        .ty-grid{ grid-template-columns: 1fr; }
        .ty-hero{ padding:16px; }
        .ty-container{ padding: 20px 12px 40px; }
        .ty-hero-text h1{ font-size:22px; }
        .ty-product{ padding:8px; }
        .ty-product-img{ width:48px; height:48px; }
    }


     @media screen and (max-width:896px) {
        /* Réduire les paddings Bootstrap des colonnes sur mobile */
        .container {
            padding-left: 8px !important;
            padding-right: 8px !important;
        }
        .row {
            margin-left: -8px !important;
            margin-right: -8px !important;
        }
        [class*="col-"] {
            padding-left: 8px !important;
            padding-right: 8px !important;
        }
        .mobile-only{ display:block; }
        .desktop-summary-section.mobile-only{ display:block; }
        .mobile-summary{ display:block; }
        /* Cacher le récap desktop sur mobile pour éviter le doublon */
        .desktop-summary-section{ display:none; }
        /* Cacher les éléments desktop-only sur mobile */
        .desktop-only{ display:none !important; }
        /* Mettre le récapitulatif en haut sur mobile, comme dans backup */
        .row > .right-col{ order: 0; width: 100%; }
        .row > .left-area{ order: 0; width: 100%; }
        .left-area{
            padding: 8px;
            border-right: none;
        }
        .right-area{
            padding: 8px 8px 32px 8px;
        }
        .logo-area{
            gap: 8px;
            padding: 8px;
            overflow: hidden;
        }
        .logo-area > div {
            flex-shrink: 1;
            min-width: 0;
        }
        .logo-img, .secure-img{
            max-height: 40px;
            max-width: 120px;
            flex-shrink: 1;
        }
        .trustpilot-img{
            max-height: 50px;
            max-width: 150px;
            flex-shrink: 1;
        }
        .px-10{
            padding: 0 8px;
        }
        .code-promo{ width: 100%; gap: 10px; }
        .apply-btn{ padding: 8px 14px; }
/* Styles pour les blocs "POURQUOI NOUS CHOISIR" */
.why-row {
    margin-bottom: 20px;
    padding: 15px;
    background: transparent;
    border-radius: 0;
    border: none;
    display: flex;
    align-items: center;
}

.why-row .col-3 {
    text-align: left;
    margin-bottom: 0;
    flex: 0 0 auto;
    margin-right: 15px;
}

.why-row img {
    max-width: 50px;
    height: auto;
    opacity: 1;
    filter: grayscale(100%);
}

.why-row .col-9 {
    flex: 1;
    text-align: left;
}

.why-row .col-9 h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.3;
}

.why-row .col-9 p {
    color: #000;
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
    }
    }

    @media screen and (max-width: 480px) {
        .logo-area {
            gap: 4px;
            padding: 6px 8px;
        }
        .logo-img, .secure-img {
            max-height: 35px;
            max-width: 80px;
        }
        .trustpilot-img {
            max-height: 40px;
            max-width: 100px;
        }
    }

    @media screen and (min-width:897px) {
        .mobile-only{ display:none !important; }
        .desktop-only{ display:block !important; }
     }