/* Styles complémentaires à Tailwind CSS (chargé via CDN dans header.php) */

html {
  scroll-behavior: smooth;
}

/* Présentation professionnelle de la page d'accueil */
.home-intro{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:68px;align-items:center;max-width:1200px;margin:0 auto;padding:76px 24px 82px;color:#12233f}.home-intro:before{content:"";position:absolute;z-index:-1;width:310px;height:310px;left:-190px;top:40px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,168,.08),transparent 70%)}.home-intro-kicker{display:flex;align-items:center;gap:9px;color:#2563a8;font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.home-intro-kicker i{width:23px;height:3px;border-radius:3px;background:#f2782f}.home-intro h1{max-width:590px;margin:15px 0 17px;font-family:Georgia,"Times New Roman",serif;font-size:48px;line-height:1.08;letter-spacing:-.025em}.home-intro-lead{max-width:570px;margin:0;color:#617083;font-size:17px;line-height:1.7}.home-intro-trust{display:flex;flex-wrap:wrap;gap:9px 17px;margin-top:22px}.home-intro-trust span{display:flex;align-items:center;gap:7px;color:#46586d;font-size:12px;font-weight:700}.home-intro-trust b{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#eaf6e7;color:#418331;font-size:11px}.home-intro-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}.home-btn{display:inline-flex;align-items:center;justify-content:center;gap:13px;min-height:48px;padding:0 21px;border-radius:10px;text-decoration:none;font-size:13px;font-weight:900;transition:.2s}.home-btn-primary{background:#163c69;color:#fff;box-shadow:0 10px 22px rgba(22,60,105,.18)}.home-btn-primary:hover{background:#0d2e54;transform:translateY(-2px)}.home-btn-primary span{font-size:18px}.home-btn-secondary{border:1px solid #d4dde7;background:#fff;color:#163c69}.home-btn-secondary:hover{border-color:#163c69;background:#f5f8fb}.home-contact-panel{display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;margin-top:32px;border:1px solid #dce4ec;border-radius:17px;background:#fff;box-shadow:0 15px 40px rgba(18,35,63,.07)}.home-contact-main{padding:20px}.home-contact-heading{display:flex;align-items:center;gap:12px;padding-bottom:15px;border-bottom:1px solid #e8edf2}.home-contact-avatar{display:grid;place-items:center;width:39px;height:39px;border-radius:11px;background:#163c69;color:#fff;font-family:Georgia,serif;font-size:19px;font-weight:900}.home-contact-heading small,.home-hours-title small,.home-contact-links small{display:block;color:#8995a4;font-size:9px;font-weight:900;letter-spacing:.11em}.home-contact-heading strong,.home-hours-title strong{display:block;margin-top:2px;font-size:14px}.home-contact-links{display:grid;gap:10px;margin-top:15px}.home-contact-links a{display:flex;align-items:center;gap:10px;color:#34475c;text-decoration:none}.home-contact-links a:hover b{color:#2563a8}.home-contact-links svg,.home-hours-title svg{width:18px;height:18px;flex:0 0 18px;fill:none;stroke:#f2782f;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.home-contact-links b{display:block;overflow-wrap:anywhere;margin-top:1px;font-size:12px;transition:.2s}.home-hours{padding:20px;background:#f3f7fb;border-left:1px solid #e1e8ef}.home-hours-title{display:flex;align-items:center;gap:10px}.home-hours p{margin:15px 0 0;color:#5d6d80;font-size:10.5px;line-height:1.75}.home-intro-visual{position:relative;padding:18px 16px 42px 25px}.home-intro-visual:before{content:"";position:absolute;inset:0 0 25px 0;border-radius:26px;background:linear-gradient(145deg,#0c1d33,#1d4d7d)}.home-visual-frame{position:relative;z-index:1;overflow:hidden;border-radius:18px;box-shadow:0 22px 45px rgba(4,15,28,.27)}.home-visual-frame img{display:block;width:100%;height:430px;object-fit:cover}.home-visual-label{position:absolute;z-index:2;display:flex;gap:7px;left:42px;bottom:56px}.home-visual-label span{padding:7px 10px;border:1px solid rgba(255,255,255,.25);border-radius:20px;background:rgba(5,16,30,.78);backdrop-filter:blur(8px);color:#fff;font-size:10px;font-weight:800}.home-visual-note{position:absolute;z-index:3;display:flex;align-items:center;gap:11px;right:-13px;bottom:0;min-width:215px;padding:15px 17px;border-radius:14px;background:#fff;box-shadow:0 14px 35px rgba(18,35,63,.18)}.home-visual-note>b{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#eaf6e7;color:#4a9638;font-size:22px}.home-visual-note strong,.home-visual-note small{display:block}.home-visual-note strong{font-size:12px}.home-visual-note small{margin-top:3px;color:#7b8998;font-size:10px}
@media(max-width:1000px){.home-intro{grid-template-columns:1fr;gap:48px}.home-intro-copy{max-width:760px}.home-intro-visual{max-width:720px;width:100%;margin:0 auto}.home-visual-note{right:0}}
@media(max-width:620px){.home-intro{padding:48px 15px 58px}.home-intro h1{font-size:36px}.home-intro-lead{font-size:15px}.home-intro-trust{display:grid}.home-intro-actions,.home-btn{width:100%}.home-contact-panel{grid-template-columns:1fr}.home-hours{border-left:0;border-top:1px solid #e1e8ef}.home-intro-visual{padding:12px 8px 50px}.home-visual-frame img{height:315px}.home-visual-label{left:24px;bottom:65px}.home-visual-note{left:28px;right:28px;min-width:0}.home-intro-visual:before{inset:0 0 32px}}

/* Troncature de texte multi-lignes (utilisée sur les cartes de la galerie) */
.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Petite amélioration de l'accessibilité clavier */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #4f46e5;
  outline-offset: 2px;
}

/* Page Réparation à distance */
.ship-page{max-width:1200px;margin:0 auto;padding:38px 24px 72px;color:#12233f}.ship-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(270px,.65fr);gap:40px;align-items:center;padding:54px 58px;border-radius:24px;background:linear-gradient(125deg,#07101f 0%,#122b4e 68%,#174778 100%);color:#fff;box-shadow:0 24px 60px rgba(7,16,31,.18)}.ship-hero:after{content:"";position:absolute;width:340px;height:340px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-120px;top:-160px}.ship-kicker,.ship-section-heading span,.ship-card-heading>div>span,.ship-info-card small,.ship-destination small{display:block;color:#f4934f;font-size:12px;font-weight:900;letter-spacing:.14em}.ship-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:43px;line-height:1.12;margin:15px 0 18px}.ship-hero h1 em{color:#f4934f;font-style:normal}.ship-hero-copy>p{max-width:720px;color:#d7e0eb;font-size:17px;line-height:1.7}.ship-hero-badges{display:flex;gap:18px;flex-wrap:wrap;margin-top:25px;color:#eaf0f6;font-size:13px;font-weight:700}.ship-hero-badges span:before{color:#66b34e}.ship-hero-panel{position:relative;z-index:1;padding:28px;border-radius:18px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.17);backdrop-filter:blur(8px)}.ship-box-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:14px;background:#f2782f;margin-bottom:20px}.ship-box-icon svg{width:28px;fill:none;stroke:#fff;stroke-width:1.8}.ship-hero-panel small{display:block;color:#9fb5ca;font-weight:800;letter-spacing:.12em}.ship-hero-panel strong{display:block;font-size:23px;line-height:1.25;margin:7px 0 12px}.ship-hero-panel p{color:#cfdae5;font-size:14px;line-height:1.55}.ship-process{padding:52px 0 44px}.ship-section-heading{text-align:center}.ship-section-heading h2{font-family:Georgia,"Times New Roman",serif;font-size:30px;margin:8px 0 28px}.ship-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #dfe6ee;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(18,35,63,.06)}.ship-steps li{position:relative;padding:26px 24px 25px;border-right:1px solid #e6ebf0}.ship-steps li:last-child{border:0}.ship-step-number{position:absolute;right:17px;top:16px;color:#d9e2eb;font-size:22px;font-weight:900}.ship-step-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#eef5fc;font-size:20px;margin-bottom:17px}.ship-steps h3{font-size:16px;margin:0 0 7px}.ship-steps p{font-size:14px;line-height:1.5;color:#68788a;margin:0}.ship-content{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}.ship-form-card,.ship-info-card{background:#fff;border:1px solid #dfe6ee;border-radius:20px;box-shadow:0 12px 32px rgba(18,35,63,.06)}.ship-form-card{padding:30px}.ship-card-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:24px;border-bottom:1px solid #e7ebef}.ship-card-heading h2,.ship-info-card h2{font-family:Georgia,"Times New Roman",serif;font-size:25px;margin:6px 0 0}.ship-lock{padding:8px 12px;border-radius:20px;background:#edf7e9;color:#417b31;font-size:12px;font-weight:800}.ship-form{display:grid;gap:20px;margin-top:24px}.ship-fields-2{display:grid;grid-template-columns:1fr 1fr;gap:18px}.ship-form label{display:grid;gap:7px;font-size:14px;font-weight:800}.ship-form input,.ship-form select,.ship-form textarea{width:100%;box-sizing:border-box;border:1px solid #cfd8e3;border-radius:10px;background:#fbfcfd;padding:12px 13px;color:#12233f;font:inherit;font-weight:400;transition:.2s}.ship-form textarea{resize:vertical;line-height:1.5}.ship-form input:focus,.ship-form select:focus,.ship-form textarea:focus{border-color:#2d68d8;background:#fff;box-shadow:0 0 0 3px rgba(45,104,216,.1);outline:0}.ship-consent{grid-template-columns:auto 1fr!important;align-items:start;padding:15px 16px;border:1px solid #f2d2b8;border-radius:12px;background:#fff8f2;font-weight:600!important;line-height:1.45}.ship-consent input{width:17px;height:17px;margin-top:2px}.ship-submit{display:flex;align-items:center;justify-content:center;gap:16px;width:100%;border:0;border-radius:11px;background:#f2782f;color:#fff;padding:15px 20px;font-size:15px;font-weight:900;cursor:pointer;box-shadow:0 8px 18px rgba(242,120,47,.24);transition:.2s}.ship-submit:hover{background:#da6421;transform:translateY(-1px)}.ship-submit span{font-size:20px}.ship-aside{display:grid;gap:18px}.ship-info-card{padding:25px}.ship-cost{display:flex;gap:16px;border-top:4px solid #2d68d8}.ship-info-icon{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:12px;background:#2d68d8;color:#fff;font-size:20px;font-weight:900}.ship-info-card p{color:#68788a;font-size:14px;line-height:1.65;margin:13px 0 0}.ship-info-card ul{list-style:none;padding:0;margin:17px 0 0;display:grid;gap:12px}.ship-info-card li{display:flex;gap:10px;color:#536477;font-size:14px;line-height:1.4}.ship-info-card li span{color:#4c9f38;font-weight:900}.ship-help{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:18px 20px;border-radius:15px;background:#12233f;color:#fff;font-size:13px}.ship-help a{color:#f4934f;font-weight:900;text-decoration:none}.ship-error{margin-top:20px;padding:14px 16px;border-radius:10px;background:#fff0f0;color:#a72f2f;border:1px solid #f4caca}.ship-success{display:flex;gap:18px;margin-top:24px;padding:22px;border-radius:14px;background:#eff9ec;border:1px solid #cbe7c3}.ship-success-icon{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:50%;background:#4c9f38;color:#fff;font-size:22px;font-weight:900}.ship-success h3{margin:0 0 6px}.ship-success p{margin:5px 0;color:#466044}.ship-destination{display:grid;gap:4px;margin-top:18px;padding:16px;border-radius:10px;background:#fff}.ship-action-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.ship-action-row a{padding:11px 14px;border-radius:9px;background:#f2782f;color:#fff;text-decoration:none;font-size:13px;font-weight:800}.ship-action-row a.secondary{background:#12233f}
@media(max-width:900px){.ship-hero{grid-template-columns:1fr;padding:40px}.ship-hero-panel{display:none}.ship-steps{grid-template-columns:1fr 1fr}.ship-steps li:nth-child(2){border-right:0}.ship-steps li:nth-child(-n+2){border-bottom:1px solid #e6ebf0}.ship-content{grid-template-columns:1fr}.ship-aside{grid-template-columns:1fr 1fr}.ship-help{grid-column:1/-1}}
@media(max-width:600px){.ship-page{padding:20px 14px 48px}.ship-hero{padding:30px 24px;border-radius:18px}.ship-hero h1{font-size:31px}.ship-hero-copy>p{font-size:15px}.ship-hero-badges{gap:9px;display:grid}.ship-process{padding:36px 0}.ship-section-heading h2{font-size:25px}.ship-steps{grid-template-columns:1fr}.ship-steps li{border-right:0;border-bottom:1px solid #e6ebf0!important;padding:20px}.ship-steps li:last-child{border-bottom:0!important}.ship-step-icon{margin-bottom:10px}.ship-content,.ship-aside,.ship-fields-2{grid-template-columns:1fr}.ship-form-card{padding:22px 18px}.ship-card-heading{display:block}.ship-lock{display:inline-block;margin-top:12px}.ship-aside{display:grid}.ship-help{grid-column:auto;display:grid}.ship-success{display:block}.ship-success-icon{margin-bottom:12px}}

/* FAQ Seb & Tech */
.faq-page{max-width:1200px;margin:0 auto;padding:38px 24px 72px;color:#12233f}.faq-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:center;gap:60px;padding:50px 56px;border-radius:24px;background:linear-gradient(125deg,#07101f,#122b4e 70%,#174778);color:#fff;box-shadow:0 24px 60px rgba(7,16,31,.16)}.faq-kicker,.faq-group-title small,.faq-help-card>small{display:block;color:#f4934f;font-size:12px;font-weight:900;letter-spacing:.14em}.faq-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:42px;line-height:1.12;margin:14px 0 17px}.faq-hero h1 em{color:#f4934f;font-style:normal}.faq-hero-copy p{max-width:650px;color:#d3ddea;font-size:16px;line-height:1.65}.faq-search-wrap{padding:24px;border-radius:17px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16)}.faq-search-wrap label{display:block;font-size:14px;font-weight:800;margin-bottom:9px}.faq-search{display:flex;align-items:center;gap:10px;padding:0 14px;border-radius:10px;background:#fff}.faq-search svg{width:20px;fill:none;stroke:#607187;stroke-width:2}.faq-search input{width:100%;border:0;outline:0;padding:14px 0;color:#12233f;font-size:15px}.faq-search-wrap small{display:block;color:#afbdcc;margin-top:10px}.faq-filters{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;padding:34px 0}.faq-filters button{border:1px solid #d8e0e9;background:#fff;color:#536477;border-radius:24px;padding:10px 18px;font-size:14px;font-weight:800;cursor:pointer;transition:.2s}.faq-filters button:hover,.faq-filters button.active{border-color:#2563a8;background:#2563a8;color:#fff}.faq-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:30px;align-items:start}.faq-list{display:grid;gap:22px}.faq-group{background:#fff;border:1px solid #dfe6ee;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(18,35,63,.05)}.faq-group-title{display:flex;align-items:center;gap:16px;padding:23px 25px;background:#f5f8fb;border-bottom:1px solid #e2e8ef}.faq-group-title>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#12233f;color:#fff;font-size:13px;font-weight:900}.faq-group-title h2{font-family:Georgia,"Times New Roman",serif;font-size:21px;margin:4px 0 0}.faq-item{border-bottom:1px solid #e7ecf1}.faq-item:last-child{border-bottom:0}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 24px;cursor:pointer;list-style:none;font-size:15px;font-weight:800}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{position:relative;flex:0 0 27px;height:27px;border-radius:50%;background:#eef4fa}.faq-item summary span:before,.faq-item summary span:after{content:"";position:absolute;left:8px;right:8px;top:13px;height:1.5px;background:#2563a8}.faq-item summary span:after{transform:rotate(90deg);transition:.2s}.faq-item[open] summary{color:#2563a8}.faq-item[open] summary span:after{transform:rotate(0)}.faq-item>div{padding:0 68px 20px 24px;color:#607187;font-size:15px;line-height:1.7}.faq-aside{display:grid;gap:18px;position:sticky;top:88px}.faq-help-card{padding:28px;border-radius:20px;background:#12233f;color:#fff;box-shadow:0 14px 34px rgba(18,35,63,.17)}.faq-help-icon{display:grid;place-items:center;width:46px;height:46px;margin-bottom:22px;border-radius:14px;background:#f2782f;font-size:24px;font-weight:900}.faq-help-card h2{font-family:Georgia,"Times New Roman",serif;font-size:25px;line-height:1.25;margin:7px 0 13px}.faq-help-card p{color:#cbd6e1;font-size:14px;line-height:1.65}.faq-help-card a{display:flex;align-items:center;justify-content:space-between;margin-top:23px;padding:13px 15px;border-radius:10px;background:#f2782f;color:#fff;text-decoration:none;font-size:14px;font-weight:900}.faq-trust{display:grid;gap:1px;overflow:hidden;border:1px solid #dfe6ee;border-radius:17px;background:#dfe6ee}.faq-trust>div{display:flex;align-items:center;gap:12px;padding:16px;background:#fff}.faq-trust>div>span{display:grid;place-items:center;flex:0 0 30px;height:30px;border-radius:50%;background:#edf7e9;color:#4c9f38;font-weight:900}.faq-trust p{margin:0}.faq-trust strong,.faq-trust small{display:block}.faq-trust strong{font-size:14px}.faq-trust small{color:#7c8998;margin-top:2px}.faq-empty{display:none;padding:45px;text-align:center;border:2px dashed #ccd6e1;border-radius:17px;color:#627286}.faq-empty strong{display:block;color:#12233f;font-size:18px}.faq-empty p{margin:7px 0 0}
@media(max-width:900px){.faq-hero{grid-template-columns:1fr;gap:28px;padding:40px}.faq-layout{grid-template-columns:1fr}.faq-aside{position:static;grid-template-columns:1fr 1fr}.faq-help-card{grid-row:span 2}}
@media(max-width:600px){.faq-page{padding:20px 14px 48px}.faq-hero{padding:30px 23px;border-radius:18px}.faq-hero h1{font-size:31px}.faq-filters{justify-content:flex-start;padding:25px 0;overflow-x:auto;flex-wrap:nowrap}.faq-filters button{white-space:nowrap}.faq-layout,.faq-aside{grid-template-columns:1fr}.faq-group-title{padding:18px}.faq-item summary{padding:18px;font-size:14px}.faq-item>div{padding:0 48px 18px 18px;font-size:14px}.faq-help-card{grid-row:auto}}
/* Solutions d'expédition */
.ship-methods{margin:0 0 44px}.ship-methods-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:22px}.ship-methods-heading>div>span{display:block;color:#f2782f;font-size:12px;font-weight:900;letter-spacing:.14em}.ship-methods-heading h2{font-family:Georgia,"Times New Roman",serif;font-size:29px;margin:7px 0 0}.ship-methods-heading>p{max-width:430px;margin:0;color:#68788a;font-size:14px;line-height:1.55;text-align:right}.ship-method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.ship-method{position:relative;display:flex;flex-direction:column;min-width:0;padding:22px;border:1px solid #dfe6ee;border-radius:17px;background:#fff;box-shadow:0 9px 25px rgba(18,35,63,.05);transition:.2s}.ship-method:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(18,35,63,.1)}.ship-method.featured{border:2px solid #f2782f;padding:21px}.ship-method-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.ship-carrier{display:grid;place-items:center;width:43px;height:43px;border-radius:11px;color:#fff;font-size:13px;font-weight:900;letter-spacing:.04em}.ship-carrier.mr{background:#cc0066}.ship-carrier.colissimo{background:#ef7900}.ship-carrier.chrono{background:#068acb}.ship-carrier.letter{background:#4c9f38}.ship-method-tag{padding:5px 7px;border-radius:16px;background:#fff0e6;color:#c65818;font-size:9px;font-weight:900;letter-spacing:.08em}.ship-method-tag.blue{background:#eaf4fb;color:#176a9d}.ship-method-tag.dark{background:#eef1f5;color:#536477}.ship-method-tag.green{background:#edf7e9;color:#417b31}.ship-method h3{font-size:18px;margin:18px 0 8px}.ship-method>p{min-height:64px;margin:0;color:#68788a;font-size:13px;line-height:1.55}.ship-method ul{list-style:none;display:grid;gap:8px;margin:17px 0 22px;padding:15px 0;border-top:1px solid #e8edf2;border-bottom:1px solid #e8edf2}.ship-method li{position:relative;padding-left:17px;color:#536477;font-size:12px}.ship-method li:before{content:"✓";position:absolute;left:0;color:#4c9f38;font-weight:900}.ship-method-bottom{display:grid;gap:3px;margin-top:auto}.ship-method-bottom strong{color:#2563a8;font-size:14px}.ship-method-bottom span{color:#8a96a4;font-size:11px}.ship-method-note{margin:13px 3px 0;color:#84909d;font-size:11px;line-height:1.5}
@media(max-width:1050px){.ship-method-grid{grid-template-columns:1fr 1fr}.ship-method>p{min-height:0}}
@media(max-width:600px){.ship-methods-heading{display:block}.ship-methods-heading>p{margin-top:10px;text-align:left}.ship-methods-heading h2{font-size:24px}.ship-method-grid{grid-template-columns:1fr}}

/* Choix privé du point de réception */
.ship-reception{margin:0 0 46px;padding:35px;border:1px solid #dfe6ee;border-radius:22px;background:linear-gradient(180deg,#fff,#f7fafe);box-shadow:0 12px 32px rgba(18,35,63,.06)}.ship-reception-intro{max-width:830px;margin-bottom:25px}.ship-reception-intro>span,.ship-reception article small{display:block;color:#f2782f;font-size:11px;font-weight:900;letter-spacing:.14em}.ship-reception-intro h2{margin:7px 0 10px;font-family:Georgia,"Times New Roman",serif;font-size:29px}.ship-reception-intro p{margin:0;color:#617286;line-height:1.7}.ship-reception-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.ship-reception article{display:flex;gap:18px;padding:24px;border:1px solid #dce5ee;border-radius:16px;background:#fff}.ship-reception-icon{display:grid;place-items:center;flex:0 0 47px;height:47px;border-radius:13px;background:#cc0066;color:#fff;font-size:22px;font-weight:900}.ship-reception-icon.shop{background:#2563a8}.ship-reception h3{margin:5px 0 8px;font-size:18px}.ship-reception article p{margin:0;color:#68788a;font-size:13px;line-height:1.6}.ship-reception ul{display:grid;gap:7px;margin:14px 0 0;padding:0;list-style:none}.ship-reception li{position:relative;padding-left:17px;color:#536477;font-size:12px}.ship-reception li:before{content:"✓";position:absolute;left:0;color:#4c9f38;font-weight:900}.ship-reception-rule{margin-top:18px;padding:14px 17px;border-left:4px solid #f2782f;border-radius:8px;background:#fff6ee;color:#6d503b;font-size:13px;line-height:1.6}.ship-insurance{border-top:4px solid #f2782f}
@media(max-width:750px){.ship-reception{padding:25px 20px}.ship-reception-grid{grid-template-columns:1fr}.ship-reception-intro h2{font-size:24px}}

/* Service national par envoi */
.nationwide-service{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center;max-width:1200px;margin:0 auto;padding:70px 24px}.nationwide-copy>span{color:#f2782f;font-size:11px;font-weight:900;letter-spacing:.14em}.nationwide-copy h2{margin:9px 0 16px;color:#12233f;font-family:Georgia,"Times New Roman",serif;font-size:34px;line-height:1.2}.nationwide-copy p{max-width:570px;margin:0;color:#5d6d80;font-size:15px;line-height:1.75}.nationwide-copy a{display:inline-flex;align-items:center;gap:13px;margin-top:24px;padding:13px 18px;border-radius:10px;background:#163c69;color:#fff;text-decoration:none;font-size:13px;font-weight:900}.nationwide-copy a:hover{background:#0d2e54}.nationwide-steps{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border:1px solid #dfe6ee;border-radius:20px;background:#dfe6ee;gap:1px;box-shadow:0 14px 38px rgba(18,35,63,.08)}.nationwide-steps article{display:flex;align-items:flex-start;gap:13px;min-height:105px;padding:22px;background:#fff}.nationwide-steps i{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:10px;background:#eef5fc;color:#2563a8;font-style:normal;font-weight:900}.nationwide-steps strong,.nationwide-steps small{display:block}.nationwide-steps strong{margin-top:2px;color:#12233f;font-size:14px}.nationwide-steps small{margin-top:6px;color:#7a8999;font-size:12px;line-height:1.45}@media(max-width:800px){.nationwide-service{grid-template-columns:1fr;gap:32px;padding:50px 18px}}@media(max-width:500px){.nationwide-copy h2{font-size:28px}.nationwide-steps{grid-template-columns:1fr}}

/* Pied de page professionnel */
.site-footer{margin-top:80px;background:#05070d;color:#aeb9c7;border-top:1px solid rgba(255,255,255,.08)}.footer-confidence{display:grid;grid-template-columns:repeat(4,1fr);max-width:1200px;margin:0 auto;padding:26px 24px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-confidence>div{display:flex;align-items:center;gap:13px;padding:5px 24px;border-right:1px solid rgba(255,255,255,.1)}.footer-confidence>div:first-child{padding-left:0}.footer-confidence>div:last-child{border:0}.footer-confidence>div>span{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:11px;background:#132441;color:#f4934f;font-size:18px;font-weight:900}.footer-confidence p{margin:0}.footer-confidence strong,.footer-confidence small{display:block}.footer-confidence strong{color:#fff;font-size:14px}.footer-confidence small{margin-top:3px;color:#7f8da0;font-size:11px}.footer-main{display:grid;grid-template-columns:1.2fr 1fr 1.15fr 1.1fr;gap:54px;max-width:1200px;margin:0 auto;padding:55px 24px 48px}.footer-brand img{max-width:145px;height:58px;object-fit:contain;border-radius:9px;margin-bottom:14px}.footer-logo-letter{display:grid;place-items:center;width:48px;height:48px;margin-bottom:14px;border-radius:13px;background:#2563eb;color:#fff;font-size:24px;font-weight:900}.footer-brand>strong{display:block;color:#fff;font-size:20px}.footer-brand>p{max-width:240px;margin:9px 0 0;color:#7f8da0;font-size:13px;line-height:1.6}.footer-socials{display:flex;gap:8px;margin-top:19px}.footer-socials a{display:grid;place-items:center;width:36px;height:36px;border:1px solid #263345;border-radius:10px;color:#fff;font-weight:900;transition:.2s}.footer-socials a:hover{background:#2563eb;border-color:#2563eb}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.footer-column h2{position:relative;margin:0 0 12px;padding-bottom:12px;color:#fff;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.footer-column h2:after{content:"";position:absolute;bottom:0;left:0;width:28px;height:2px;background:#f2782f}.footer-column>a{color:#aeb9c7;font-size:13px;line-height:1.4;text-decoration:none;transition:.2s}.footer-column>a:hover{color:#fff;transform:translateX(3px)}.footer-contact>a,.footer-contact>p{display:flex;gap:9px;margin:0;color:#aeb9c7}.footer-contact>a span,.footer-contact>p span{color:#f2782f}.footer-contact b{font-weight:600}.footer-hours{display:grid;gap:3px;margin-top:10px;padding:13px 15px;border-radius:11px;background:#0d1420;color:#8997a8;font-size:12px}.footer-hours strong{color:#fff;font-size:13px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;max-width:1200px;margin:0 auto;padding:18px 24px;border-top:1px solid rgba(255,255,255,.1);color:#667589;font-size:11px}.footer-bottom a:hover{color:#fff}.info-page{max-width:1000px;margin:0 auto;padding:55px 24px 20px;color:#12233f}.info-page>header{padding:42px 48px;border-radius:22px;background:linear-gradient(125deg,#07101f,#173c68);color:#fff}.info-page>header>span{color:#f4934f;font-size:12px;font-weight:900;letter-spacing:.14em}.info-page h1{margin:9px 0 12px;font-family:Georgia,"Times New Roman",serif;font-size:38px}.info-page>header p{max-width:720px;margin:0;color:#cbd6e1;line-height:1.65}.info-page article{margin:25px 0;padding:38px 45px;border:1px solid #dfe6ee;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(18,35,63,.05)}.info-page article h2{margin:27px 0 8px;font-size:19px;font-weight:900}.info-page article h2:first-child{margin-top:0}.info-page article p{color:#5c6d80;line-height:1.75}.info-sitemap{display:grid;grid-template-columns:1fr 1fr;gap:12px}.info-sitemap a{padding:15px 17px;border-radius:10px;background:#f1f5f9;color:#2563a8;font-weight:800}.info-sitemap a:hover{background:#e4edf6}
@media(max-width:900px){.footer-confidence{grid-template-columns:1fr 1fr}.footer-confidence>div{border-right:0;padding:12px}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-wrap:wrap}}
@media(max-width:600px){.site-footer{margin-top:55px}.footer-confidence,.footer-main{grid-template-columns:1fr}.footer-confidence>div{padding:11px 0}.footer-brand{grid-column:auto}.footer-main{gap:35px;padding-top:40px}.footer-bottom{align-items:flex-start;flex-direction:column}.info-page{padding:25px 14px 5px}.info-page>header{padding:31px 24px}.info-page h1{font-size:30px}.info-page article{padding:27px 23px}.info-sitemap{grid-template-columns:1fr}}
.legal-missing{display:inline-block;padding:2px 7px;border-radius:6px;background:#fff3cd;color:#8a5a00;font-style:normal;font-size:12px;font-weight:800}

/* Demande de devis */
.quote-page{max-width:1200px;margin:0 auto;padding:38px 24px 72px;color:#12233f}.quote-hero{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:48px 55px;border-radius:24px;background:linear-gradient(125deg,#07101f,#173c68);color:#fff;box-shadow:0 22px 55px rgba(18,35,63,.17)}.quote-hero>div:first-child{max-width:750px}.quote-hero span,.quote-title small{color:#f4934f;font-size:11px;font-weight:900;letter-spacing:.14em}.quote-hero h1{margin:9px 0 12px;font-family:Georgia,"Times New Roman",serif;font-size:40px}.quote-hero p{margin:0;color:#cbd6e1;line-height:1.7}.quote-hero-trust{flex:0 0 225px;padding:20px;border:1px solid rgba(255,255,255,.16);border-radius:15px;background:rgba(255,255,255,.08)}.quote-hero-trust b,.quote-hero-trust small{display:block}.quote-hero-trust small{margin-top:6px;color:#aebfd0;line-height:1.5}.quote-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:25px;align-items:start;margin-top:26px}.quote-card,.quote-aside>div,.quote-success{border:1px solid #dfe6ee;border-radius:19px;background:#fff;box-shadow:0 10px 30px rgba(18,35,63,.06)}.quote-card{padding:31px}.quote-title{display:flex;align-items:center;gap:13px;padding-bottom:23px;border-bottom:1px solid #e7ecf1}.quote-title>span{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#2563a8;color:#fff;font-weight:900}.quote-title h2{margin:4px 0 0;font-size:22px}.quote-form{display:grid;gap:21px;margin-top:24px}.quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.quote-form label{display:grid;gap:7px;color:#34465a;font-size:14px;font-weight:800}.quote-form input,.quote-form select,.quote-form textarea{box-sizing:border-box;width:100%;padding:12px 13px;border:1px solid #ccd6e1;border-radius:10px;background:#fbfcfd;color:#12233f;font:inherit;font-weight:400}.quote-form textarea{resize:vertical;line-height:1.5}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:#2563a8;background:#fff;box-shadow:0 0 0 3px rgba(37,99,168,.11);outline:0}.quote-form label small{color:#8491a0;font-size:11px;font-weight:500}.quote-form button{display:flex;align-items:center;justify-content:center;gap:13px;padding:15px;border:0;border-radius:11px;background:#f2782f;color:#fff;font-weight:900;cursor:pointer;box-shadow:0 9px 20px rgba(242,120,47,.22)}.quote-form button:hover{background:#db6622}.quote-consent{grid-template-columns:auto 1fr!important;align-items:start;padding:15px;border-radius:11px;background:#f2f6fa;font-size:12px!important;line-height:1.55}.quote-consent input{width:18px;height:18px}.quote-consent a{color:#2563a8}.quote-hp{position:absolute!important;left:-9999px!important}.quote-errors{margin-top:20px;padding:12px 16px;border:1px solid #f1c4c4;border-radius:10px;background:#fff1f1;color:#a62929}.quote-errors p{margin:4px 0}.quote-aside{display:grid;gap:15px}.quote-aside>div{padding:23px}.quote-aside>div>span{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#eef5fc;color:#2563a8;font-weight:900}.quote-aside h3{margin:15px 0 7px;font-size:16px}.quote-aside p{margin:0;color:#68788a;font-size:13px;line-height:1.6}.quote-success{display:flex;gap:20px;margin-top:26px;padding:35px}.quote-success>span{display:grid;place-items:center;flex:0 0 48px;height:48px;border-radius:50%;background:#4c9f38;color:#fff;font-size:24px;font-weight:900}.quote-success h2{margin:0 0 8px}.quote-success p{color:#596b7f}.quote-success a{display:inline-block;margin-top:8px;padding:11px 15px;border-radius:9px;background:#2563a8;color:#fff;text-decoration:none;font-weight:800}
@media(max-width:850px){.quote-hero{display:block;padding:38px}.quote-hero-trust{margin-top:24px}.quote-layout{grid-template-columns:1fr}.quote-aside{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.quote-page{padding:20px 14px 48px}.quote-hero{padding:29px 23px}.quote-hero h1{font-size:30px}.quote-card{padding:23px 18px}.quote-grid,.quote-aside{grid-template-columns:1fr}.quote-success{display:block}.quote-success>span{margin-bottom:15px}}

/* Parcours juridique et rétractation */
.footer-column>a.footer-withdrawal{color:#f4934f;font-weight:800}.checkout-cgv{display:flex;align-items:flex-start;gap:10px;margin-top:20px;padding:13px;border:1px solid rgba(255,255,255,.16);border-radius:11px;background:rgba(255,255,255,.06);font-size:12px;line-height:1.5}.checkout-cgv input{flex:0 0 auto;width:17px;height:17px;margin-top:1px}.checkout-cgv a{color:#93c5fd;text-decoration:underline;font-weight:800}.legal-page,.withdrawal-page{max-width:1000px;margin:0 auto;padding:50px 24px 20px;color:#12233f}.legal-page>header,.withdrawal-page>header{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:39px 44px;border-radius:22px;background:linear-gradient(125deg,#07101f,#173c68);color:#fff}.legal-page>header span,.withdrawal-page>header span{color:#f4934f;font-size:12px;font-weight:900;letter-spacing:.14em}.legal-page h1,.withdrawal-page h1{margin:8px 0 7px;font-family:Georgia,"Times New Roman",serif;font-size:36px;line-height:1.15}.legal-page>header p,.withdrawal-page>header p{margin:0;color:#cbd6e1}.legal-page>header button{flex:0 0 auto;padding:12px 16px;border:1px solid rgba(255,255,255,.25);border-radius:10px;background:rgba(255,255,255,.1);color:#fff;font-weight:800;cursor:pointer}.legal-warning{margin:18px 0;padding:14px 17px;border:1px solid #f4d37d;border-radius:11px;background:#fff8df;color:#725411;font-size:13px}.legal-page>article{overflow:hidden;border:1px solid #dfe6ee;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(18,35,63,.05)}.legal-page section{padding:27px 38px;border-bottom:1px solid #e8edf2}.legal-page section:last-child{border-bottom:0}.legal-page section h2{margin:0 0 11px;font-size:19px;font-weight:900}.legal-page section p{margin:8px 0;color:#596b7f;line-height:1.75}.legal-page section a{color:#2563a8;text-decoration:underline;font-weight:700}.legal-model{margin-top:18px;padding:18px;border-left:4px solid #2563a8;border-radius:8px;background:#f3f7fb}.legal-model>strong{color:#12233f}.withdrawal-form,.withdrawal-success{margin-top:22px;padding:35px;border:1px solid #dfe6ee;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(18,35,63,.05)}.withdrawal-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.withdrawal-form>label,.withdrawal-grid label{display:block;color:#34465a;font-size:14px;font-weight:800}.withdrawal-form input:not([type=checkbox]),.withdrawal-form textarea{width:100%;margin-top:7px;padding:12px 13px;border:1px solid #ccd6e1;border-radius:9px;outline:0}.withdrawal-form>label{margin-top:18px}.withdrawal-form input:focus,.withdrawal-form textarea:focus{border-color:#2563a8;box-shadow:0 0 0 3px rgba(37,99,168,.12)}.withdrawal-confirm{display:flex!important;align-items:flex-start;gap:10px;padding:15px;border-radius:10px;background:#f2f6fa}.withdrawal-confirm input{width:18px;height:18px;flex:0 0 auto}.withdrawal-help{color:#778697;font-size:12px;line-height:1.6}.withdrawal-form>button,.withdrawal-success a{display:inline-block;margin-top:10px;padding:13px 18px;border:0;border-radius:10px;background:#2563a8;color:#fff;font-weight:900;cursor:pointer;text-decoration:none}.withdrawal-error{margin-bottom:18px;padding:13px;border-radius:9px;background:#fff0f0;color:#b42318}.withdrawal-success b{display:block;color:#258344;font-size:21px}.withdrawal-success p{color:#596b7f}.withdrawal-success strong{color:#12233f}
@media(max-width:600px){.legal-page,.withdrawal-page{padding:24px 14px 5px}.legal-page>header,.withdrawal-page>header{display:block;padding:29px 23px}.legal-page>header button{margin-top:18px}.legal-page h1,.withdrawal-page h1{font-size:29px}.legal-page section{padding:23px}.withdrawal-form{padding:24px}.withdrawal-grid{grid-template-columns:1fr}}
@media print{header,.site-footer,.legal-warning,.legal-page>header button{display:none!important}.legal-page{max-width:none;padding:0}.legal-page>header{display:block!important;padding:0 0 20px;background:none;color:#000}.legal-page>header span{color:#000}.legal-page>header p{color:#333}.legal-page>article{border:0;box-shadow:none}.legal-page section{padding:16px 0;break-inside:avoid}}
