.elementor-14180 .elementor-element.elementor-element-d333267{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-65e96c2 *//* =============================================================
   LAVAGE ATTITUDE — PAGE OPTIONS & FORMULES v2
   Fichier  : la-options-formules.css
   Préfixe  : .la-opt-  (isolation WordPress / Elementor)
   Design   : fond blanc, cards blanc cassé, accent #84CC16
   Polices  : Bebas Neue (titres) + Barlow 300/400/500 (corps)
   Géré par : INYOUZ — marion@inyouz.com
   ============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow:wght@300;400;500;600&display=swap');

/* ── Variables ── */
.la-opt-wrap {
    --la-acc:      #84CC16;
    --la-acc-dk:   #5f9a0e;
    --la-bg:       #ffffff;
    --la-surf:     #F5F5F0;
    --la-card:     #FAFAF7;
    --la-border:   #E0DFD8;
    --la-text:     #1a1a1a;
    --la-muted:    #888888;
    --la-sub:      #555555;
    --la-inp:      #ffffff;
    --la-inp-b:    #D0CFC8;
    --la-err:      #ef4444;
    --la-sel-bg:   #f7ffe8;
    --la-acc-pale: #eaffcc;
}

/* ── Reset ── */
.la-opt-wrap *,
.la-opt-wrap *::before,
.la-opt-wrap *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ═══════════════════════════════════════════
   WRAPPER
═══════════════════════════════════════════ */
.la-opt-wrap {
    background: var(--la-bg);
    font-family: 'Barlow', sans-serif;
    color: var(--la-text);
    padding: 48px 24px 64px;
    width: 100%;
}

/* ═══════════════════════════════════════════
   STEPPER
═══════════════════════════════════════════ */
.la-opt-stepper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    margin-bottom: 40px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.la-opt-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 1;
    position: relative;
}

.la-opt-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    width: 100%;
    height: 1.5px;
    background: var(--la-border);
    z-index: 0;
    transition: background .4s;
}

.la-opt-step--done::after {
    background: var(--la-acc) !important;
}

.la-opt-step-num {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.5px solid var(--la-border);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    transition: all .3s;
    color: var(--la-muted);
}

.la-opt-step--active .la-opt-step-num {
    border-color: var(--la-acc);
    color: var(--la-acc);
    background: var(--la-acc-pale);
}

.la-opt-step--done .la-opt-step-num {
    background: var(--la-acc);
    border-color: var(--la-acc);
    color: #fff;
}

.la-opt-step-label {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--la-muted);
    text-align: center;
    line-height: 1.3;
}

.la-opt-step--active .la-opt-step-label { color: var(--la-acc); }
.la-opt-step--done   .la-opt-step-label { color: var(--la-text); }

/* ═══════════════════════════════════════════
   LABELS DE SECTION
═══════════════════════════════════════════ */
.la-opt-sec-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 25px;
    letter-spacing: 2px;
    color: var(--la-acc);
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1.5px solid var(--la-border);
}

/* ═══════════════════════════════════════════
   DISCLAIMER
═══════════════════════════════════════════ */
.la-opt-disclaimer {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 14px;
    background: #f9f9f5;
    border: 1px solid var(--la-border);
    border-left: 3px solid var(--la-acc);
    margin-bottom: 28px;
}

.la-opt-disclaimer-icon {
    font-size: 16px;
    color: var(--la-acc);
    flex-shrink: 0;
    margin-top: 1px;
}

.la-opt-disclaimer p {
    font-size: 14px;
    font-weight: 300;
    color: var(--la-sub);
    line-height: 1.6;
}

.la-opt-disclaimer p strong {
    color: var(--la-text);
    font-weight: 500;
}

/* ═══════════════════════════════════════════
   PACKS
═══════════════════════════════════════════ */
.la-opt-packs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 8px;
}

.la-opt-pack {
    background: var(--la-card);
    border: 1.5px solid var(--la-border);
    padding: 18px 14px 16px;
    cursor: pointer;
    transition: border-color .2s, background .2s, transform .15s;
    position: relative;
}

.la-opt-pack:hover {
    border-color: #bbb;
    transform: translateY(-1px);
}

.la-opt-pack--selected {
    border-color: var(--la-acc) !important;
    background: var(--la-sel-bg) !important;
    transform: translateY(-1px);
}

.la-opt-pack--selected::after {
    content: '✓';
    position: absolute;
    top: 8px;
    right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--la-acc);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Badges */
.la-opt-pack-badge {
    display: inline-block;
    font-size:10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 2px 7px;
    margin-bottom: 9px;
}

.la-opt-pack-badge--vert  { background: var(--la-acc-pale); color: #3a6b00; }
.la-opt-pack-badge--blanc { background: #f0f0f0; color: #444; }
.la-opt-pack-badge--gris  { background: #e0e0e0; color: #333; }

.la-opt-pack-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    color: var(--la-text);
    margin-bottom: 3px;
}

.la-opt-pack-from {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--la-muted);
    margin-bottom: 1px;
}

.la-opt-pack-price {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 48px;
    color: var(--la-acc);
    line-height: 1;
    margin-bottom: 3px;
}

.la-opt-pack-price--devis {
    font-size: 18px;
    padding-top: 4px;
}

.la-opt-pack-indicatif {
    font-size: 11px;
    font-weight: 300;
    color: #aaa;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 1.4;
}

.la-opt-pack-feats {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.la-opt-pack-feats li {
    font-size: 16px;
    font-weight: 300;
    color: var(--la-sub);
    display: flex;
    align-items: flex-start;
    gap: 5px;
    line-height: 1.4;
}

.la-opt-pack-feats li::before {
    content: '—';
    color: var(--la-acc);
    font-size: 11px;
    flex-shrink: 0;
    margin-top: 2px;
}

.la-opt-packs-mention {
    font-size: 11px;
    font-weight: 300;
    color: #bbb;
    font-style: italic;
    text-align: right;
    margin-bottom: 24px;
}

/* ═══════════════════════════════════════════
   OPTIONS
═══════════════════════════════════════════ */
.la-opt-options {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
    margin-bottom: 8px;
}

.la-opt-option {
    background: var(--la-card);
    border: 1.5px solid var(--la-border);
    padding: 12px 14px;
    cursor: pointer;
    transition: border-color .2s, background .2s;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.la-opt-option:hover { border-color: #bbb; }

.la-opt-option--selected {
    border-color: var(--la-acc) !important;
    background: var(--la-sel-bg) !important;
}

.la-opt-option-check {
    width: 16px;
    height: 16px;
    border: 1.5px solid var(--la-border);
    background: #fff;
    flex-shrink: 0;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}

.la-opt-option--selected .la-opt-option-check {
    background: var(--la-acc);
    border-color: var(--la-acc);
}

.la-opt-option-check-inner {
    width: 7px;
    height: 7px;
    background: #fff;
    display: none;
}

.la-opt-option--selected .la-opt-option-check-inner { display: block; }

.la-opt-option-info { flex: 1; }

.la-opt-option-name {
    font-size: 14px;
    font-weight: 500;
    color: var(--la-text);
    margin-bottom: 2px;
}

.la-opt-option-desc {
    font-size: 14px;
    font-weight: 300;
    color: var(--la-muted);
    line-height: 1.4;
    margin-bottom: 4px;
}

.la-opt-option-from {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--la-muted);
}

.la-opt-option-price {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 25px;
    color: var(--la-acc);
    line-height: 1;
}

.la-opt-option-indicatif {
    font-size: 11px;
    color: #bbb;
    font-style: italic;
    margin-top: 1px;
}

/* ═══════════════════════════════════════════
   TOTAL
═══════════════════════════════════════════ */
.la-opt-total {
    background: var(--la-sel-bg);
    border: 1.5px solid var(--la-acc);
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 10px;
}

.la-opt-total-left {
    flex: 1;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.la-opt-total-lbl {
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--la-muted);
    margin-bottom: 2px;
}

.la-opt-total-detail {
    font-size: 15px;
    font-weight: 300;
    color: var(--la-sub);
    line-height: 1.6;
}

.la-opt-total-detail span { color: var(--la-acc); font-weight: 500; }

.la-opt-total-right { text-align: right; }

.la-opt-total-price {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 50px;
    color: var(--la-acc);
    line-height: 1;
}

.la-opt-total-from {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--la-muted);
    margin-right: 5px;
}

.la-opt-total-mention {
    font-size: 12px;
    color: #aaa;
    font-style: italic;
    text-align: right;
    margin-top: 3px;
}

.la-opt-mention-box {
    padding: 9px 13px;
    background: #f9f9f5;
    border-left: 2px solid var(--la-border);
    font-size: 14px;
    font-weight: 300;
    color: #aaa;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 24px;
}

/* ═══════════════════════════════════════════
   DIVIDER
═══════════════════════════════════════════ */
.la-opt-divider {
    height: 1px;
    background: var(--la-border);
    margin: 22px 0;
}

/* ═══════════════════════════════════════════
   FORMULAIRE ÉTAPE 2
═══════════════════════════════════════════ */
.la-opt-fields { margin-bottom: 12px; }

.la-opt-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.la-opt-row--full { grid-template-columns: 1fr; }

.la-opt-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.la-opt-field label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--la-muted);
}

.la-opt-field input[type="text"],
.la-opt-field input[type="tel"],
.la-opt-field input[type="email"],
.la-opt-field input[type="date"],
.la-opt-field select,
.la-opt-field textarea {
    background: var(--la-inp);
    border: 1px solid var(--la-inp-b);
    color: var(--la-text);
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 11px;
    outline: none;
    border-radius: 0;
    transition: border-color .2s;
    -webkit-appearance: none;
    width: 100%;
}

.la-opt-field input::placeholder,
.la-opt-field textarea::placeholder { color: #ccc; }

.la-opt-field input:focus,
.la-opt-field select:focus,
.la-opt-field textarea:focus { border-color: var(--la-acc); }

.la-opt-field input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: .4;
    cursor: pointer;
}

.la-opt-field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2384CC16' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 11px center;
    padding-right: 28px;
    cursor: pointer;
}

.la-opt-field textarea {
    resize: vertical;
    min-height: 80px;
}

/* ── Récap étape 2 ── */
.la-opt-recap-bar {
    background: var(--la-sel-bg);
    border: 1px solid var(--la-acc);
    border-left: 3px solid var(--la-acc);
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 300;
    color: var(--la-sub);
    margin-bottom: 20px;
    line-height: 1.6;
}

.la-opt-recap-bar strong { color: var(--la-acc); font-weight: 500; }

/* ── RGPD ── */
.la-opt-rgpd {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 14px 0 6px;
}

.la-opt-rgpd input[type="checkbox"] {
    width: 15px;
    height: 15px;
    accent-color: var(--la-acc);
    flex-shrink: 0;
    margin-top: 2px;
    cursor: pointer;
}

.la-opt-rgpd label {
    font-size: 12px;
    font-weight: 300;
    color: var(--la-sub);
    line-height: 1.5;
    cursor: pointer;
}

.la-opt-rgpd a { color: var(--la-acc); text-decoration: none; }
.la-opt-rgpd a:hover { text-decoration: underline; }

/* ── Erreur ── */
.la-opt-error {
    padding: 9px 12px;
    background: #fef2f2;
    border-left: 3px solid var(--la-err);
    font-size: 14px;
    color: #b91c1c;
    margin-bottom: 12px;
    line-height: 1.5;
    display: none;
}

/* ── Navigation Précédent / Suivant ── */
.la-opt-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
    gap: 12px;
}

.la-opt-btn-prev {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 15px;
    letter-spacing: 1.5px;
    padding: 12px 28px;
    cursor: pointer;
    border: 1.5px solid var(--la-border);
    background: #fff;
    color: var(--la-sub);
    transition: border-color .2s, color .2s;
}

.la-opt-btn-prev:hover {
    border-color: #aaa;
    color: var(--la-text);
}

.la-opt-btn-next {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 15px;
    letter-spacing: 1.5px;
    padding: 12px 32px;
    cursor: pointer;
    border: none;
    background: var(--la-acc);
    color: #fff;
    transition: background .2s, transform .15s;
    white-space: nowrap;
}

.la-opt-btn-next:hover:not(:disabled) {
    background: var(--la-acc-dk);
    transform: translateY(-1px);
}

.la-opt-btn-next:active:not(:disabled) { transform: translateY(0); }

.la-opt-btn-next:disabled {
    opacity: .35;
    cursor: not-allowed;
}

/* ── Notice ── */
.la-opt-notice {
    margin-top: 12px;
    padding: 10px 13px;
    border-left: 3px solid var(--la-acc);
    background: var(--la-sel-bg);
    font-size: 11.5px;
    font-weight: 300;
    color: var(--la-sub);
    line-height: 1.6;
}

.la-opt-notice strong { color: var(--la-text); font-weight: 500; }

/* ── Grille 2 colonnes — étape 3 formulaire ── */
.la-opt-fields-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

/* Champ pleine largeur (textarea message) */
.la-opt-field--full {
    grid-column: 1 / -1;
    margin-bottom: 0;
}

/* ── Responsive mobile ── */
@media (max-width: 560px) {
    .la-opt-fields-2 {
        grid-template-columns: 1fr;
    }
}

/* ═══════════════════════════════════════════
   ÉTAPE 3 — CONFIRMATION
═══════════════════════════════════════════ */
.la-opt-success {
    text-align: center;
    padding: 56px 24px;
    max-width: 540px;
    margin: 0 auto;
}

.la-opt-success-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--la-sel-bg);
    border: 2px solid var(--la-acc);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 26px;
    color: var(--la-acc);
}

.la-opt-success h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 42px;
    letter-spacing: 2px;
    color: var(--la-text);
    margin-bottom: 12px;
}

.la-opt-success p {
    font-size: 14px;
    font-weight: 300;
    color: var(--la-sub);
    line-height: 1.9;
}

.la-opt-success p strong { color: var(--la-acc); font-weight: 500; }

.la-opt-success-recap {
    background: #f9f9f5;
    border: 1px solid var(--la-border);
    border-left: 3px solid var(--la-acc);
    padding: 16px 20px;
    margin: 20px auto;
    max-width: 400px;
    text-align: left;
}

.la-opt-success-recap p {
    font-size: 12.5px;
    color: var(--la-sub);
    margin-bottom: 4px;
    line-height: 1.5;
}

.la-opt-success-recap .la-opt-sr-pack {
    color: var(--la-acc);
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.la-opt-success-recap .la-opt-sr-total {
    color: var(--la-acc);
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.la-opt-success-recap .la-opt-sr-mention {
    font-size: 10.5px;
    color: #bbb;
    font-style: italic;
    margin-bottom: 0;
}

.la-opt-success-tel {
    margin-top: 20px;
    font-size: 13px;
    color: var(--la-muted);
}

.la-opt-success-tel a {
    color: var(--la-acc);
    font-weight: 500;
    text-decoration: none;
}

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
@media (max-width: 860px) {
    .la-opt-packs { grid-template-columns: repeat(2, 1fr); }

    .la-opt-total {
        flex-direction: column;
        align-items: flex-start;
    }

    .la-opt-total-right { text-align: left; width: 100%; }
    .la-opt-total-mention { text-align: left; }
}

@media (max-width: 560px) {
    .la-opt-wrap { padding: 32px 16px 48px; }
    .la-opt-packs { grid-template-columns: 1fr; }
    .la-opt-row { grid-template-columns: 1fr; }
    .la-opt-total-price { font-size: 36px; }

    .la-opt-nav {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .la-opt-btn-prev,
    .la-opt-btn-next { text-align: center; width: 100%; }
}/* End custom CSS */