/*
Theme Name: Astra Child - SpotHotels CHR
Template: astra
Description: Thème enfant d'Astra personnalisé pour SpotHotels-CHR - Design Luxueux Noir et Doré
Version: 1.2.0
Author: SpotHotels Team
*/

/* ==========================================================================
   STYLES PERSONNALISÉS SPOTHOTELS-CHR - DESIGN LUXUEUX
   ========================================================================== */

/* Import du thème parent */
@import url("../astra/style.css");

/* Import des polices élégantes */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

/* ==========================================================================
   VARIABLES CSS POUR LE DESIGN NOIR ET DORÉ - NOUVELLES COULEURS ÉLÉGANTES
   ========================================================================== */

:root {
    --color-primary-gold: #D2AC47;
    --color-secondary-gold: #F7EF8A;
    --color-accent-gold: #AE8625;
    --color-dark-gold: #AE8625;
    --color-bg-dark: #1a1a1a;
    --color-bg-darker: #0d0d0d;
    --color-text-gold: #D2AC47;
    --color-text-light: #ffffff;
    --color-text-muted: #cccccc;
    --gradient-gold: linear-gradient(135deg, #D2AC47 5%, #F7EF8A 45%, #AE8625 85%);
    --gradient-gold-text: linear-gradient(135deg, #AE8625 5%, #F7EF8A 45%, #D2AC47 85%);
    --shadow-gold: 0 0 20px rgba(210, 172, 71, 0.3);
    --border-gold: 2px solid #D2AC47;
}

/* ==========================================================================
   FOND GÉNÉRAL - STYLE NOIR LUXUEUX
   ========================================================================== */

body {
    background: var(--color-bg-dark) url('https://spothotels.fr/wp-content/uploads/2025/05/NY-bg-10-up.png') repeat fixed;
    background-size: 300px 300px;
    color: var(--color-text-light);
    font-family: 'Poppins', sans-serif;
}

.site {
    background: var(--color-bg-dark);
}

/* Fond avec motif géométrique subtil */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-bg-dark);
    background-image: 
        linear-gradient(45deg, transparent 40%, rgba(210, 172, 71, 0.05) 50%, transparent 60%),
        linear-gradient(-45deg, transparent 40%, rgba(210, 172, 71, 0.05) 50%, transparent 60%);
    background-size: 100px 100px;
    z-index: -2;
    pointer-events: none;
}

/* ==========================================================================
   TYPOGRAPHIE AVEC EFFET DÉGRADÉ DORÉ ÉLÉGANT
   ========================================================================== */

/* Titre principal - Style SPOTHOTELS */
.site-title,
.hero-title,
h1.spothotels-main-title,
.entry-title h1 {
    font-family: 'Cinzel', serif;
    background: var(--gradient-gold-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: 3.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(210, 172, 71, 0.5);
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.2;
}

/* Sous-titre élégant */
.hero-subtitle,
h2.spothotels-subtitle,
.site-description {
    font-family: 'Poppins', sans-serif;
    background: var(--gradient-gold-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Titres de section - Style "Qui Sommes Nous ?" */
h2,
.section-title {
    font-family: 'Cinzel', serif;
    background: var(--gradient-gold-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center;
    margin: 3rem 0 2rem 0;
    text-transform: capitalize;
}

/* Titres H3 */
h3 {
    background: var(--gradient-gold-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

/* Paragraphes */
p {
    color: var(--color-text-muted);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

/* ==========================================================================
   HEADER LUXUEUX AVEC BORDURES DORÉES
   ========================================================================== */

.site-header {
    background: var(--color-bg-darker);
    border-bottom: var(--border-gold);
    box-shadow: var(--shadow-gold);
    position: relative;
}

.site-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 1px;
    background: var(--gradient-gold);
}

.site-title a {
    background: var(--gradient-gold-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.8rem;
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ==========================================================================
   NAVIGATION ÉLÉGANTE
   ========================================================================== */

.main-navigation a {
    color: var(--color-text-light);
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.main-navigation a:hover {
    background: var(--gradient-gold-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.main-navigation a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-gold);
    transition: width 0.3s ease;
}

.main-navigation a:hover::after {
    width: 100%;
}

/* ==========================================================================
   BOUTONS DORÉS LUXUEUX
   ========================================================================== */

.wp-block-button__link,
.button,
.btn,
input[type="submit"],
.hero-button {
    background: var(--gradient-gold);
    border: var(--border-gold);
    color: var(--color-bg-dark) !important;
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-gold);
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.wp-block-button__link:hover,
.button:hover,
.btn:hover,
input[type="submit"]:hover,
.hero-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(210, 172, 71, 0.4);
    background: linear-gradient(135deg, #F7EF8A 0%, #D2AC47 50%, #AE8625 100%);
}

/* Effet de brillance sur les boutons */
.wp-block-button__link::before,
.button::before,
.hero-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.wp-block-button__link:hover::before,
.button:hover::before,
.hero-button:hover::before {
    left: 100%;
}

/* ==========================================================================
   SECTION HÉRO AVEC DÉGRADÉ DORÉ - CORRIGÉ
   ========================================================================== */

.hero-section {
    background: 
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('https://spothotels.fr/wp-content/uploads/2025/05/20250429_1947_Futuristic-Real-Estate-Agency_simple_compose_01jt1aemm0f5ja1zmgps0gjvmb.png') center/cover;
    padding: 100px 0;
    position: relative;
    margin: 50px auto;
    max-width: 90%;
    border: var(--border-gold);
    border-radius: 20px;
    box-shadow: var(--shadow-gold);
    overflow: hidden;
}

/* Overlay sombre pour assombrir le dégradé de 10% */
.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    pointer-events: none;
    z-index: 1;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(210, 172, 71, 0.3);
    border-radius: 15px;
    pointer-events: none;
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
    text-align: center;
}

/* Ajuster les couleurs du texte pour qu'il soit visible sur l'image de fond */
.hero-section .hero-title {
    background: var(--gradient-gold-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-section .hero-subtitle {
    color: var(--color-text-gold);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-section .hero-description {
    color: var(--color-text-light);
    font-weight: 500;
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 40px auto;
    line-height: 1.8;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* ==========================================================================
   SECTIONS AVEC BORDURES DORÉES
   ========================================================================== */

.content-section {
    background: var(--color-bg-dark);
    margin: 50px auto;
    padding: 60px 40px;
    max-width: 90%;
    border: var(--border-gold);
    border-radius: 15px;
    box-shadow: var(--shadow-gold);
    position: relative;
}

.content-section::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid rgba(210, 172, 71, 0.2);
    border-radius: 10px;
    pointer-events: none;
}

/* ==========================================================================
   CARTES DE SERVICES
   ========================================================================== */

.service-card {
    background: var(--color-bg-darker);
    padding: 30px;
    border: var(--border-gold);
    border-radius: 15px;
    box-shadow: var(--shadow-gold);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(210, 172, 71, 0.1), transparent);
    transition: left 0.6s;
}

.service-card:hover::before {
    left: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(210, 172, 71, 0.3);
    border-color: var(--color-secondary-gold);
}

.service-card h3 {
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.service-card p {
    color: var(--color-text-muted);
}

/* ==========================================================================
   GALERIE D'IMAGES STYLE MOSAÏQUE
   ========================================================================== */

.hotel-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.hotel-gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border: var(--border-gold);
    border-radius: 10px;
    transition: all 0.3s ease;
    filter: grayscale(30%) sepia(20%) hue-rotate(15deg);
}

.hotel-gallery img:hover {
    transform: scale(1.05);
    filter: grayscale(0%) sepia(0%) hue-rotate(0deg);
    box-shadow: var(--shadow-gold);
}

/* ==========================================================================
   FOOTER LUXUEUX
   ========================================================================== */

.site-footer {
    background: var(--color-bg-darker);
    color: var(--color-text-light);
    padding: 60px 0 30px 0;
    border-top: var(--border-gold);
    margin-top: 50px;
}

.site-footer h3 {
    background: var(--gradient-gold-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}

.site-footer p,
.site-footer a {
    color: var(--color-text-muted);
    transition: color 0.3s ease;
}

.site-footer a:hover {
    background: var(--gradient-gold-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ==========================================================================
   ANIMATIONS SOPHISTIQUÉES
   ========================================================================== */

@keyframes goldShimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.shimmer-effect {
    background: linear-gradient(90deg, #D2AC47 0%, #F7EF8A 25%, #FFFFFF 50%, #F7EF8A 75%, #D2AC47 100%);
    background-size: 200% 100%;
    animation: goldShimmer 3s infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.floating-element {
    animation: float 6s ease-in-out infinite;
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */

@media (max-width: 768px) {
    .hero-title,
    h1.spothotels-main-title {
        font-size: 2.5rem;
        letter-spacing: 1px;
    }
    
    .hero-subtitle,
    h2.spothotels-subtitle {
        font-size: 1rem;
    }
    
    h2,
    .section-title {
        font-size: 2rem;
    }
    
    .hero-section,
    .content-section {
        margin: 20px auto;
        padding: 40px 20px;
        max-width: 95%;
    }
    
    .service-card {
        padding: 20px;
    }
    
    .hotel-gallery {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .hero-title,
    h1.spothotels-main-title {
        font-size: 2rem;
    }
    
    .hero-section,
    .content-section {
        border-radius: 10px;
        padding: 30px 15px;
    }
}

/* ==========================================================================
   CLASSES UTILITAIRES
   ========================================================================== */

.text-center {
    text-align: center;
}

.text-gold {
    background: var(--gradient-gold-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.border-gold {
    border: var(--border-gold);
    border-radius: 10px;
}

.shadow-gold {
    box-shadow: var(--shadow-gold);
}

.bg-dark {
    background: var(--color-bg-dark);
}

.bg-darker {
    background: var(--color-bg-darker);
}

/* Effet de fade-in au scroll - Version corrigée */
.fade-in-element {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease;
}

.fade-in-element.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Animation uniquement quand JavaScript est chargé */
.js-loaded .fade-in-element {
    opacity: 0;
    transform: translateY(30px);
}

.js-loaded .fade-in-element.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Contact button style matching the reference */
.contact-button {
    position: fixed;
    top: 30px;
    right: 30px;
    background: var(--gradient-gold);
    color: var(--color-bg-dark) !important;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: var(--shadow-gold);
    border: var(--border-gold);
    z-index: 1000;
    transition: all 0.3s ease;
}

.contact-button:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(210, 172, 71, 0.4);
}

/* ==========================================================================
   FORMULAIRE ETABLISSEMENTS - JUIN 2025
   ========================================================================== */

/* Style pour le formulaire de création d'établissement SpotHotels */

.etablissement-form-container {
    background: rgba(0, 0, 0, 0.85);
    padding: 40px;
    border: 2px solid #d4af37;
    border-radius: 15px;
    color: #ffffff;
    max-width: 1200px;
    margin: 20px auto;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

/* Sections du formulaire */
.form-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

.form-section:last-child {
    border-bottom: none;
    margin-bottom: 20px;
}

.form-section h3 {
    color: #d4af37;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Cinzel', serif;
    background: var(--gradient-gold-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.form-section h4 {
    color: #d4af37;
    font-size: 18px;
    margin: 20px 0 15px 0;
    font-weight: 500;
}

/* Mise en page des rangées */
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.form-col-half {
    flex: 1;
    min-width: 280px;
}

.form-col-quarter {
    flex: 0 0 calc(25% - 15px);
    min-width: 200px;
}

.form-col-full {
    flex: 1 0 100%;
}

/* Labels */
.etablissement-form-container label {
    display: block;
    color: #d4af37;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Champs de formulaire */
.etablissement-form-container input[type="text"],
.etablissement-form-container input[type="email"],
.etablissement-form-container input[type="tel"],
.etablissement-form-container input[type="number"],
.etablissement-form-container input[type="date"],
.etablissement-form-container select,
.etablissement-form-container textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #d4af37;
    border-radius: 8px;
    padding: 12px 15px;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.etablissement-form-container input[type="file"] {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #d4af37;
    border-radius: 8px;
    padding: 10px;
    color: #ffffff;
}

/* Placeholder */
.etablissement-form-container input::placeholder,
.etablissement-form-container textarea::placeholder {
    color: #888;
    opacity: 1;
}

/* Focus state */
.etablissement-form-container input:focus,
.etablissement-form-container select:focus,
.etablissement-form-container textarea:focus {
    outline: none;
    border-color: #f4d03f;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
    background: rgba(0, 0, 0, 0.7);
}

/* Select styling */
.etablissement-form-container select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23d4af37' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Checkbox */
.etablissement-form-container input[type="checkbox"] {
    width: auto;
    margin-right: 8px;
    transform: scale(1.2);
    accent-color: #d4af37;
}

/* Small text */
.etablissement-form-container small {
    display: block;
    color: #888;
    font-size: 12px;
    margin-top: 5px;
}

/* Submit button */
.etablissement-form-container input[type="submit"] {
    background: var(--gradient-gold);
    color: #1a1a1a;
    border: 2px solid #d4af37;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 5px 20px rgba(212, 175, 55, 0.3);
}

.etablissement-form-container input[type="submit"]:hover {
    background: linear-gradient(135deg, #F7EF8A 0%, #D4AF37 50%, #AE8625 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.5);
}

/* Messages d'erreur */
.wpcf7-not-valid-tip {
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 5px;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
    border: none;
    padding: 15px 25px;
    margin: 20px 0;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
}

.wpcf7-validation-errors {
    background: rgba(255, 107, 107, 0.1);
    color: #ff6b6b;
    border: 2px solid #ff6b6b;
}

.wpcf7-mail-sent-ok {
    background: rgba(212, 175, 55, 0.1);
    color: #d4af37;
    border: 2px solid #d4af37;
}

/* Responsive */
@media (max-width: 768px) {
    .etablissement-form-container {
        padding: 20px;
    }
    
    .form-row {
        flex-direction: column;
    }
    
    .form-col-half,
    .form-col-quarter {
        min-width: 100%;
        flex: 1 0 100%;
    }
    
    .form-section h3 {
        font-size: 20px;
    }
}

/* Animation de chargement */
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #d4af37;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

/* Style pour le badge coup de coeur */
.coup-de-coeur-badge {
    display: inline-block;
    background: url('https://spothotels.fr/wp-content/uploads/2025/06/Coup2coeur.png') no-repeat center;
    background-size: contain;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    vertical-align: middle;
    animation: pulse 2s infinite;
    filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.5));
}

/* Template liste établissements */
.etablissements-filters {
    background: rgba(0, 0, 0, 0.85);
    padding: 30px;
    border: 2px solid #d4af37;
    border-radius: 15px;
    margin-bottom: 40px;
}

.etablissements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.etablissement-card {
    background: rgba(0, 0, 0, 0.85);
    border: 2px solid #d4af37;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(212, 175, 55, 0.2);
    transition: transform 0.3s ease;
    position: relative;
}

.etablissement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
}

.coup-de-coeur-ribbon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    width: 50px;
    height: 50px;
}

.etablissement-prix {
    font-size: 24px;
    font-weight: bold;
    color: #d4af37;
}
/* ==========================================================================
   FORMULAIRE ÉTABLISSEMENT – COMPLÉMENTS (11 juin 2025)
   ========================================================================== */

/* ––– 2.1 Validation & messages CF7 ––– */
.wpcf7-not-valid {                /* champ invalide */
    border-color: #ff6b6b !important;
}

.wpcf7-response-output {          /* bloc de retour générique CF7 */
    border: 2px solid var(--color-primary-gold);
    background: rgba(0,0,0,0.6);
    color: var(--color-text-light);
    padding: 12px 20px;
    margin: 20px 0;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
}

.wpcf7-mail-sent-ng {             /* envoi KO */
    background: rgba(255,107,107,0.10);
    border-color: #ff6b6b;
    color: #ff6b6b;
}

/* ––– 2.2 Spinner CF7 redessiné en or ––– */
.wpcf7-spinner {
    width: 24px; height: 24px;
    margin: 0 24px;
    border-radius: 50%;
    background: var(--gradient-gold);
    animation: spin 0.8s linear infinite;
}
@keyframes spin { 100% { transform: rotate(360deg);} }

/* ––– 2.3 Accessibilité & UX ––– */
.etablissement-form-container .wpcf7-form-control-wrap { display:block; } /* pleine largeur */

.etablissement-form-container select {          /* flèche personnalisée intacte sur mobile */
    -webkit-appearance:none; -moz-appearance:none; appearance:none;
    padding-right: 40px;
}

/* ––– 2.4 Animation pulse pour les « coups de cœur » ––– */
@keyframes pulse {
    0%   { transform: scale(1);   }
    50%  { transform: scale(1.15);}
    100% { transform: scale(1);   }
}
.coup-de-coeur-badge { animation: pulse 2s ease-in-out infinite; }

/* ––– 2.5 Petits raffinements ––– */
.form-section small {                         /* encart prix / infos */
    display:block;
    background: rgba(212,175,55,0.08);
    border: 1px solid rgba(212,175,55,0.25);
    border-radius: 4px;
    padding: 8px 12px;
    color: var(--color-text-muted);
    font-size: 12px;
}

/* Contraste focus encore plus visible */
.etablissement-form-container input:focus,
.etablissement-form-container select:focus,
.etablissement-form-container textarea:focus {
    border-color: #f4d03f;
    box-shadow: 0 0 8px rgba(244,208,63,0.7);
}
