:root {
    --orange-primary: #F26B29;
    --orange-secondary: #CF5E26;
    --green-primary: #1a4d2e;

    --text-dark: #333;
    --text-muted: #555;
    --bg-light: #f8f9fa;

    --radius: 8px;
    --radius-lg: 12px;
    --shadow-sm: 0 2px 6px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.10);
    --transition: 0.25s ease;
}

html {
    overflow-x: hidden;
}

/* ========== HIEARCHI Z-INDEX ========== */

/* Header principal avec panier */
section.elementor-sticky--active[data-id="4baa169"] {
    z-index: 9999 !important;
}

/* Mega menu */
section.elementor-sticky--active[data-id="d830470"] {
    z-index: 100 !important;
}

/* Widget panier */
.elementor-element-7c94a26 {
    z-index: 10000 !important;
}

/* Dropdown/Container du panier */
.elementor-element-7c94a26 .elementor-cart__container {
    z-index: 10001 !important;
}

/* Mega menu wrapper et dropdown */
.megamenu-wrapper {
    z-index: 100 !important;
}

.megamenu-dropdown {
    z-index: 101 !important;
}

/* ========== PANEIR ========== */

/* ================================
   PANIER LATÉRAL
================================ */
.elementor-cart__main {
    width: 420px !important;
    background: #fff !important;
    color: var(--text-dark);
    padding: 25px;
    border-radius: var(--radius-lg) 0 0 var(--radius-lg);
    box-shadow: -5px 0 30px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
}

/* Titre panier */
.elementor-cart__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--green-primary);
}

/* Panier vide */
.elementor-cart__empty-message {
    background: var(--bg-light);
    padding: 18px;
    border-radius: var(--radius);
    color: var(--text-muted);
    text-align: center;
}

/* Liste produits */
.elementor-cart__products {
    max-height: 55vh;
    overflow-y: auto;
    padding-right: 8px;
    margin-bottom: 20px;
}

/* Scrollbar personnalisée */
.elementor-cart__products::-webkit-scrollbar {
    width: 7px;
}
.elementor-cart__products::-webkit-scrollbar-thumb {
    background: var(--green-primary);
    border-radius: var(--radius);
}
.elementor-cart__products::-webkit-scrollbar-track {
    background: #e3ece6;
    border-radius: var(--radius);
}

/* Résumé */
.elementor-cart__summary {
    background: #eef5f0;
    padding: 20px;
    border-radius: var(--radius);
    margin-bottom: 20px;
    color: var(--text-dark);
}

/* TOTAL */
.elementor-cart__summary-value,
.product-total .value {
    color: var(--green-primary) !important;
    font-weight: 700;
}

/* ================================
   BOUTONS
================================ */
.elementor-cart__footer-buttons .elementor-button {
    width: 100%;
    padding: 14px 0 !important;
    background-color: var(--orange-primary) !important;
    color: #fff !important;
    border-radius: var(--radius);
    border: none;
    font-size: 16px;
    transition: var(--transition);
}
.elementor-cart__footer-buttons .elementor-button:hover {
    background-color: var(--orange-secondary) !important;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* Bouton fermer */
.elementor-cart__close-button {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    color: var(--text-dark);
    cursor: pointer;
    transition: var(--transition);
}
.elementor-cart__close-button:hover {
    color: var(--orange-primary);
}

/* Overlay */
.elementor-element--cart-overlay,
.modal-backdrop {
    background: rgba(0,0,0,0.45) !important;
}

/* ================================
   MODAL
================================ */
.modal-content {
    background: #fff !important;
    border-radius: var(--radius-lg);
    border: none !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.20);
}

/* Header */
.modal-header {
    background: var(--bg-light) !important;
    border-bottom: 2px solid var(--green-primary) !important;
    padding: 20px 25px !important;
}

.modal-title {
    font-size: 18px !important;
    color: var(--green-primary) !important;
    font-weight: 700 !important;
}

.modal-header .close {
    font-size: 28px !important;
    color: var(--text-dark) !important;
    transition: var(--transition);
}
.modal-header .close:hover {
    color: var(--orange-primary) !important;
}

/* Produits */
.product-price {
    color: var(--green-primary) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

/* Total */
.product-total {
    background: #eef5f0 !important;
    padding: 15px;
    border-radius: var(--radius);
}

/* Boutons modal */
.cart-content-btn .btn-primary {
    background-color: var(--orange-primary) !important;
    border: none !important;
    color: #fff !important;
}
.cart-content-btn .btn-primary:hover {
    background-color: var(--orange-secondary) !important;
    box-shadow: var(--shadow-md) !important;
}

/* Bouton annuler */
.cart-content-btn .btn-secondary {
    background: #e9ecef !important;
    border: 1px solid #d5d5d5 !important;
    color: var(--text-dark) !important;
}
.cart-content-btn .btn-secondary:hover {
    background: #dddddd !important;
}

/* ========== ACCUEIL PICTURE ========== */

@media (max-width: 1500px) {
    #Picture-secondary {
        display: none;
    }
}

/* ========== CREATIVE ELEMENTS - ARTICLES STYLE ========== */

:root {
    --orange-primary: #F26B29;
    --green-primary: #1a4d2e;
}

/* Container articles */
.ce-articles {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin: 40px 0;
    overflow: visible !important;
}

/* Carte article */
.ce-article {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e0e0;
}

.ce-article:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Image article (quand elle sera affichée) */
.ce-article__image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    margin: 0;
}

.ce-article__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ce-article:hover .ce-article__image img {
    transform: scale(1.05);
}

.ce-article__image a {
    display: block;
    height: 100%;
}

/* Contenu article */
.ce-article__text {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Titre article */
.ce-article__title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--green-primary) !important;
    margin: 0 0 10px 0 !important;
    line-height: 1.3 !important;
}

.ce-article__title a {
    color: inherit !important;
    text-decoration: none !important;
    transition: color 0.2s;
}

.ce-article__title a:hover {
    color: var(--orange-primary) !important;
}

/* Sous-titre */
.ce-article__subtitle {
    font-size: 14px !important;
    color: #999 !important;
    margin-bottom: 15px !important;
    font-style: italic;
}

/* Extrait */
.ce-article__excerpt {
    font-size: 15px !important;
    color: #666 !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
    flex: 1;
    min-height: 60px;
}

.ce-article__excerpt:empty {
    display: none;
}

/* Bouton CTA "En savoir plus" */
.ce-article__cta {
    display: inline-block !important;
    padding: 10px 20px !important;
    background: transparent !important;
    color: var(--orange-primary) !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border: 2px solid var(--orange-primary) !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    align-self: flex-start;
    margin-top: auto;
}

.ce-article__cta:hover {
    background: var(--orange-primary) !important;
    color: #fff !important;
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 768px) {
    .ce-articles {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .ce-article__image {
        height: 200px;
    }
    
    .ce-article__text {
        padding: 20px;
    }
    
    .ce-article__title {
        font-size: 18px !important;
    }
}

@media (max-width: 480px) {
    .ce-article__image {
        height: 180px;
    }
    
    .ce-article__title {
        font-size: 17px !important;
    }
}

/* ========== PRODUCT ========= */

.ce-product-quantity {
    border: #EFEFEF solid 1px;
}

/* ========== CATEGORIES TAB =========== */

.ce-filters__tab {
    border-radius: 10px;
    padding: 3% !important;
}

/* ========== CATEGORIES DESCRIPTION STYLES ========== */

.category-description {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    line-height: 1.7;
    color: var(--text-dark);
}

/* Titres principaux */
.category-description h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--green-primary);
    margin: 50px 0 20px;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--orange-secondary);
}

.category-description h2:first-of-type {
    margin-top: 0;
}

/* Sous-titres */
.category-description h3 {
    font-size: 22px;
    font-weight: 600;
    color: #50402c;
    margin: 35px 0 15px;
    padding-left: 15px;
    border-left: 4px solid var(--orange-secondary);
}

/* Paragraphes */
.category-description p {
    font-size: 16px;
    margin-bottom: 18px;
    text-align: justify;
}

/* Liens */
.category-description a {
    color: var(--orange-primary);
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s ease;
    border-bottom: 1px solid transparent;
}

.category-description a:hover {
    color: var(--orange-secondary);
    border-bottom-color: var(--orange-secondary);
}

/* Emphase */
.category-description em {
    font-style: italic;
    color: var(--text-muted);
}

.category-description strong {
    font-weight: 700;
    color: var(--green-primary);
}

/* Alternance sections */
.category-description > h2:nth-of-type(even) {
    background: linear-gradient(90deg, var(--bg-light) 0%, transparent 100%);
    padding: 15px 0 15px 20px;
    margin: 0 -20px;
}

/* Première section mise en avant */
.category-description > p:first-of-type {
    font-size: 17px;
    background: linear-gradient(135deg, #FFF5F0, #FFE8DC);
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid var(--orange-primary);
}

/* Espacement */
.category-description h2 + p,
.category-description h3 + p {
    margin-top: 10px;
}

/* Mise en avant sections importantes */
.category-description h2:has(+ h3 strong),
.category-description h3:has(strong) {
    color: #d35400;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .category-description {
        padding: 30px 15px;
    }

    .category-description h2 {
        font-size: 24px;
        margin: 40px 0 15px;
    }

    .category-description h3 {
        font-size: 19px;
        padding-left: 12px;
    }

    .category-description p {
        font-size: 15px;
        text-align: left;
    }

    .category-description > h2:nth-of-type(even) {
        margin: 0 -15px;
        padding-left: 15px;
    }

    .category-description > p:first-of-type {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .category-description h2 {
        font-size: 21px;
    }

    .category-description h3 {
        font-size: 17px;
    }

    .category-description p {
        font-size: 14px;
    }
}

/* ========== FAQ STYLES ========== */

.faq-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.faq-title {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    padding-bottom: 12px;
    text-align: center;
}

.faq-subtitle {
    font-size: 16px;
    color: #7f8c8d;
    text-align: center;
    margin-bottom: 40px;
}

.faq-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.faq-question {
    padding: 20px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    user-select: none;
    transition: background 0.2s;
}

.faq-question h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin: 0 !important;
}

.faq-question:hover {
    background: var(--bg-light);
}

.faq-icon {
    font-size: 20px;
    font-weight: 700;
    color: #3498db;
    transition: transform 0.3s ease;
    margin-left: 16px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 16px 24px 20px;
}

.faq-answer p {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.6;
    font-size: 15px;
}

.faq-answer ul {
    margin: 10px 0;
    padding-left: 20px;
}

.faq-answer li {
    margin: 5px 0;
    color: var(--text-muted);
}

/* Responsive FAQ */
@media (max-width: 768px) {
    .faq-title {
        font-size: 24px;
    }

    .faq-question {
        padding: 16px 18px;
        font-size: 15px;
    }

    .faq-answer {
        padding: 0 18px;
    }

    .faq-item.active .faq-answer {
        padding: 0 18px 16px;
    }
}

/* PAGE MON COMPTE */

#my-account .link-item .material-icons, #my-account footer a {
    color: #EF631F !important; 
}

.page-my-account #content .links a span.link-item  {
    color: var(--green-primary)
}

#my-account .link-item:hover .material-icons {
    color:#CF5D26 !important; 
}

/* ========================================
    Miniature Produit - PERSONNALISATION
======================================== */
.ce-product-meta__value {
  color: #c6c6c6 !important;
}

[data-elementor-type="product-miniature"] > .elementor-section-wrap {
  min-height: 460px !important;
}

/* Resultat recheche */

/* --- Conteneur global du menu déroulant (pour l'ombre et l'arrondi) --- */
.ui-menu.ui-widget-content {
    background: #ffffff !important;
    border: none !important;
    border-radius: 0 0 8px 8px; /* Arrondi seulement en bas */
    box-shadow: 0 10px 25px rgba(0,0,0,0.15); /* Ombre portée douce */
    padding: 10px 0 !important;
    width: 100% !important; /* S'assure qu'il ne dépasse pas */
}

/* --- L'élément de liste (Le conteneur du produit) --- */
li.elementor-search__product.ui-menu-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* --- Le lien cliquable (Mise en page Flexbox) --- */
a.elementor-search__product-link {
    display: flex !important; /* Aligne image et texte côte à côte */
    align-items: center;
    padding: 12px 20px !important;
    border-bottom: 1px solid #f0f0f0; /* Séparation subtile */
    text-decoration: none !important;
    transition: all 0.2s ease;
    background: transparent;
}

/* Effet au survol de la souris */
a.elementor-search__product-link:hover,
a.elementor-search__product-link.ui-state-active {
    background-color: #f9fbfb !important; /* Très léger vert/gris au survol */
    padding-left: 25px !important; /* Petit mouvement vers la droite */
    border: none !important;
    margin: 0 !important;
}

/* --- L'Image du produit --- */
img.elementor-search__product-image {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain; /* L'image ne sera pas déformée */
    border-radius: 6px;
    border: 1px solid #eee;
    margin-right: 15px !important;
    background: #fff;
    flex-shrink: 0; /* Empêche l'image de s'écraser */
}

/* --- Conteneur des détails (Texte) --- */
.elementor-search__product-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.4;
}

/* --- Nom du produit --- */
.elementor-search__product-name {
    font-family: 'Montserrat', sans-serif; 
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1a3b2f; 
    margin-bottom: 2px;
}

/* --- Catégorie --- */
.elementor-search__product-category {
    font-size: 11px !important;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

/* --- Prix --- */
.elementor-search__product-price {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #e87034; 
}

/* --- Liste icone page produit --- */
.product-icon-list svg {
    height: auto !important;
    max-width: 1em;       
}

/* ============ MENTIONS L2GALES =========== */

/* Container Principal */
.peish64-legal-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

/* Titre Principal - Couleur Vert Foncé du site */
.legal-main-title {
    color: #004531; 
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

/* Grille */
.legal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Style de la Carte */
.legal-card {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.legal-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

/* Header de Carte - Utilise le vert du logo */
.card-header {
    background-color: #004531;
    padding: 15px 25px;
}

.card-header h2 {
    color: #ffffff;
    margin: 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Corps de Carte */
.card-body {
    padding: 25px;
    flex-grow: 1;
}

.card-body p {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

/* Liste des contacts */
.legal-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
}

.legal-list li {
    font-size: 0.9rem;
    margin-bottom: 8px;
    color: #555;
    position: relative;
    padding-left: 20px;
}

/* Petit indicateur orange (rappel "Articles de Pêches") */
.legal-list li::before {
    color: #D48B47;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Liens stylisés en orange */
.legal-card a {
    color: #D48B47;
    text-decoration: none;
    font-weight: 600;
}

.legal-card a:hover {
    text-decoration: underline;
}

/* Mentions légales de bas de carte */
.legal-footer-text {
    margin-top: 20px;
    font-style: italic;
    font-size: 0.85rem !important;
    color: #888;
}

/* Utilitaires Layout */
.full-width {
    grid-column: span 3;
}

/* Responsive */
@media (max-width: 1024px) {
    .legal-grid { grid-template-columns: repeat(2, 1fr); }
    .full-width { grid-column: span 2; }
}

@media (max-width: 768px) {
    .legal-grid { grid-template-columns: 1fr; }
    .full-width { grid-column: span 1; }
    .legal-main-title { font-size: 1.6rem; }
}

/* ============== CGV ============== */

/* Container Principal */
.peish64-cgv-wrapper {
    max-width: 1000px;
    margin: 40px auto;
    padding: 30px;
    background-color: #fff;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

/* Header */
.cgv-header {
    text-align: center;
    border-bottom: 3px solid #004531;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.cgv-header h1 {
    color: #004531;
    font-size: 2rem;
    margin-bottom: 5px;
}

.brand-name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #D48B47;
    margin-bottom: 10px;
}

.effective-date {
    font-style: italic;
    color: #666;
}

/* Alerte texte en rouge/crochets */
.alert-box {
    background-color: #fff5f5;
    border-left: 5px solid #e53e3e;
    padding: 15px;
    margin-top: 20px;
    font-size: 0.9rem;
    color: #c53030;
    text-align: left;
}

.to-complete {
    color: #e53e3e;
    font-weight: bold;
}

/* Sections Articles */
.cgv-section {
    margin-bottom: 35px;
}

.cgv-section h2 {
    background-color: #004531;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.2rem;
    border-radius: 4px;
    margin-bottom: 20px;
}

.cgv-section h3 {
    color: #D48B47;
    font-size: 1.1rem;
    margin: 20px 0 10px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

/* Listes et Etapes */
.cgv-list, .cgv-steps {
    padding-left: 20px;
    margin-bottom: 15px;
}

.cgv-list li {
    list-style-type: square;
    margin-bottom: 8px;
}

.cgv-steps li {
    margin-bottom: 8px;
    font-weight: 500;
}

/* Liens */
.peish64-cgv-wrapper a {
    color: #D48B47;
    text-decoration: none;
    font-weight: bold;
}

.peish64-cgv-wrapper a:hover {
    text-decoration: underline;
}

/* Annexe */
.cgv-annexe {
    background-color: #f9f9f9;
    padding: 30px;
    border: 2px dashed #004531;
    border-radius: 8px;
    margin-top: 50px;
}

.form-box {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: 20px;
}

.small-text {
    font-size: 0.8rem;
    color: #777;
}

.btn-print {
    margin-top: 2%;
    background-color: #D48B47; /* Ton orange cuivré */
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 20px;
    transition: background 0.3s;
}

.btn-print:hover {
    background-color: #004531; /* Ton vert au hover */
}

/* Cache le bouton lors d'une impression classique de toute la page */
@media print {
    .btn-print { display: none; }
}

/* Responsive */
@media (max-width: 768px) {
    .peish64-cgv-wrapper {
        padding: 15px;
        margin: 10px;
    }
    .cgv-header h1 {
        font-size: 1.5rem;
    }
}

/* ====== Livraison ===== */

/* Container unique pour la page Livraison */
.p64-dlv-wrapper {
    max-width: 1140px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

.p64-dlv-header { text-align: center; margin-bottom: 40px; }
.p64-dlv-header h1 { color: #004531; font-size: 2.2rem; margin-bottom: 10px; }
.p64-dlv-intro { color: #D48B47; font-size: 1.3rem; font-weight: 600; }

.p64-dlv-highlight {
    background: #f4f7f6;
    border-left: 4px solid #004531;
    padding: 15px 25px;
    margin-top: 20px;
}

/* Grid System */
.p64-dlv-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.p64-dlv-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.p64-dlv-card-header {
    background: #004531;
    color: #fff;
    padding: 12px 20px;
    display: flex;
    align-items: center;
}

.p64-dlv-icon { margin-right: 12px; font-size: 1.2rem; }
.p64-dlv-card-header h2 { margin: 0; font-size: 1rem; text-transform: uppercase; letter-spacing: 1px; }

.p64-dlv-card-body { padding: 25px; }

/* Table */
.p64-dlv-table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

.p64-dlv-table th { background: #f9f9f9; text-align: left; padding: 10px; border-bottom: 2px solid #004531; }
.p64-dlv-table td { padding: 10px; border-bottom: 1px solid #eee; }

/* Blocks spéciaux */
.p64-dlv-promo {
    background: #D48B47;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-weight: bold;
    border-radius: 5px;
    margin: 15px 0;
}

.p64-dlv-notice { font-size: 0.85rem; color: #666; border-top: 1px solid #eee; padding-top: 15px; }

.p64-dlv-full { grid-column: span 2; }

.p64-dlv-contact-bar {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 0.95rem;
}

.p64-dlv-card-body a { color: #D48B47; font-weight: bold; text-decoration: none; }

/* Mobile */
@media (max-width: 768px) {
    .p64-dlv-grid { grid-template-columns: 1fr; }
    .p64-dlv-full { grid-column: span 1; }
}

.elementor-2080101 + p, .elementor-2080101 + p + ul {
    display: none;
}

/* Container global avec le fond crème */
.elementor-element-22366f8 .elementor-widget-container {
    background-color: #F1E9DD;
    padding: 40px;
    border-radius: 12px;
}

/* Style des labels en vert foncé */
.elementor-element-22366f8 .elementor-field-label {
    color: #13382D;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

/* Champs de saisie (Inputs, Select, Textarea) */
.elementor-element-22366f8 .elementor-field-textual, 
.elementor-element-22366f8 select.elementor-field {
    background-color: #ffffff !important;
    border: 1px solid rgba(19, 56, 45, 0.2) !important; /* Vert foncé transparent */
    color: #13382D !important;
    border-radius: 4px !important;
    padding: 12px 15px !important;
    transition: all 0.3s ease-in-out;
}

/* Effet au focus : bordure orange cuivré */
.elementor-element-22366f8 .elementor-field-textual:focus,
.elementor-element-22366f8 select.elementor-field:focus {
    border-color: #C65F29 !important;
    box-shadow: 0 0 0 3px rgba(198, 95, 41, 0.1) !important;
    outline: none;
}

/* Bouton Envoyer en orange cuivré */
.elementor-element-22366f8 .elementor-button {
    background-color: #C65F29 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 35px !important;
    transition: all 0.3s ease;
    border: none;
    width: 100%; /* Bouton pleine largeur */
}

.elementor-element-22366f8 .elementor-button:hover {
    background-color: #13382D !important; /* Changement vers le vert au survol */
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Ajustement spécifique pour le champ "Parcourir" (File) */
.elementor-element-22366f8 input[type="file"] {
    background: transparent !important;
    border: 1px dashed #13382D !important;
    padding: 10px !important;
}

/* Responsive */
@media (max-width: 767px) {
    .elementor-element-22366f8 .elementor-widget-container {
        padding: 25px 15px;
    }
}