/* HERO */
.hero-home {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.hero-home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    text-shadow: 0 0 10px black;
}

/* TITRES SECTIONS */
.category-banner {
    background: #000;
    color: #fff;
    padding: 25px;
    text-align: center;
    margin-top: 40px;
}
/* ===== CENTRAGE INTRO ===== */
.intro-center {
    text-align: center !important;
}

.intro-center h1,
.intro-center h2,
.intro-center p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 800px;
}

/* GRILLE */
.gonf-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(160px,1fr));
    gap: 15px;
    padding: 20px;
}
.gonf-card {
    background: #111;
    border-radius: 12px;
    overflow: hidden;
    text-align:center;
    transition: transform .2s;
}
.gonf-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.gonf-card span {
    display:block;
    padding:10px;
    color:white;
    font-weight:bold;
}
.gonf-card:hover {
    transform:scale(1.05);
}

/* FAQ */
.faq-section {
    padding: 30px;
}
.faq-item {
    background:#111;
    color:#fff;
    padding:20px;
    border-radius:10px;
    margin-bottom:15px;
}

/* CONTACT */
.contact-final {
    background:#000;
    color:white;
    padding:30px;
    text-align:center;
}
.contact-btn {
    display:block;
    margin:10px auto;
    padding:10px 20px;
    background:#ff6600;
    color:white;
    border-radius:8px;
    text-decoration:none;
}
.contact-btn:hover {
    background:#ff8800;
}
/* HERO SECTION – Gonflables en Folie */
.hero-gonf {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
    border-radius: 12px;
}

.hero-gonf-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    filter: brightness(55%);
    border-radius: 12px;
}

.hero-gonf-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    color: white;
    padding: 20px;
}

.hero-gonf-content h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 10px;
}

.hero-gonf-content h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 18px;
}

.hero-gonf-content p {
    font-size: 20px;
    line-height: 1.5;
    max-width: 900px;
    margin: auto;
}
/* Container */
.wpcf7-form {
    background: #111;
    padding: 30px;
    border-radius: 12px;
    max-width: 650px;
    margin: 40px auto;
    color: white;
    font-family: Arial, sans-serif;
}

/* Labels */
.wpcf7-form label {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

/* Inputs */
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: none;
    background: #222;
    color: white;
    font-size: 16px;
}

/* Bouton */
.wpcf7-submit {
    background: #FF6600;
    border: none;
    padding: 15px;
    width: 100%;
    color: white;
    font-weight: 700;
    border-radius: 10px;
    font-size: 18px;
    transition: 0.3s;
    cursor: pointer;
}

.wpcf7-submit:hover {
    background: #e05500;
}

/* Messages CF7 */
.wpcf7 form .wpcf7-response-output {
    color: #fff;
    border-color: #FF6600 !important;
    background: #222;
}
/* CONTENEUR DU FORMULAIRE WP FORMS */
.wpforms-container {
    background:#ffffff !important; 
    padding:30px !important;
    border-radius:15px !important;
    box-shadow:0 5px 20px rgba(0,0,0,0.4);
}

/* TITRE DU FORMULAIRE */
.wpforms-title {
    color:#000 !important;
    font-size:28px !important;
    font-weight:700 !important;
    text-align:center !important;
}

/* LABELS */
.wpforms-field label {
    color:#000 !important;
    font-size:16px !important;
    font-weight:600 !important;
}

/* INPUTS */
.wpforms-field input,
.wpforms-field select,
.wpforms-field textarea {
    background:#f6f6f6 !important;
    color:#000 !important;
    border:1px solid #ddd !important;
    padding:12px !important;
    border-radius:8px !important;
    font-size:16px !important;
}

/* PLACEHOLDER */
.wpforms-field input::placeholder,
.wpforms-field textarea::placeholder {
    color:#777 !important;
}

/* BOUTON SUBMIT */
.wpforms-submit {
    background:#FF6600 !important;
    color:#fff !important;
    font-size:20px !important;
    padding:15px 20px !important;
    border-radius:10px !important;
    font-weight:700 !important;
    width:100% !important;
    border:none !important;
    cursor:pointer;
}

.wpforms-submit:hover {
    background:#e25400 !important;
}
/* Corrige la couleur bleue des labels WPForms */
.wpforms-field label {
    color: #ffffff !important;  /* Mets #000000 si tu veux noir */
    font-weight: 600;
}

/* Corrige aussi les labels required (avec l’étoile) */
.wpforms-field label.wpforms-required-label {
    color: #ffffff !important;
}
/* Force la couleur blanche sur TOUS les labels WPForms */
.wpforms-container .wpforms-field label,
.wpforms-form .wpforms-field label,
div.wpforms-container-full .wpforms-form .wpforms-field label {
    color: #ffffff !important;
}

/* Force aussi les labels required (avec *) */
.wpforms-container .wpforms-field label .wpforms-required-label,
.wpforms-form .wpforms-field label .wpforms-required-label {
    color: #ffffff !important;
}

/* Certains thèmes mettent les labels en pseudo éléments */
.wpforms-field label span,
.wpforms-field-label {
    color: #ffffff !important;
}
/* Bloc du formulaire orange */
.wpforms-container {
    background: #ff6600 !important;
    padding: 25px;
    border-radius: 15px;
}

/* Labels en blanc */
.wpforms-field label {
    color: #ffffff !important;
    font-weight: 700;
}

/* Champs blancs */
.wpforms-field input,
.wpforms-field select,
.wpforms-field textarea {
    background: white !important;
    color: #000 !important;
    border: none !important;
    border-radius: 8px;
}

/* Bouton noir */
.wpforms-submit {
    background: #000000 !important;
    color: #ffffff !important;
    border-radius: 10px;
    font-weight: 700;
    padding: 12px 20px;
    width: 100%;
}
/* FORCE LA COULEUR DES LABELS WPForms */
.wpforms-form label.wpforms-field-label,
.wpforms-form .wpforms-field-label-inline {
    color: #ffffff !important;
}

/* Couleur des textes d'aide sous les champs */
.wpforms-form .wpforms-field-description {
    color: #ffffff !important;
}

/* Couleur du texte dans les champs */
.wpforms-form input,
.wpforms-form textarea,
.wpforms-form select {
    color: #000 !important; /* texte noir dans les champs pour lisibilité */
}

/* Placeholder (texte dans le champ avant de taper) */
.wpforms-form ::placeholder {
    color: #555 !important;
}

/* Champ lui-même (fond blanc propre) */
.wpforms-form input,
.wpforms-form textarea,
.wpforms-form select {
    background: #ffffff !important;
    border: 1px solid #ccc !important;
}

/* Bouton orange pro */
.wpforms-submit {
    background: #ff6600 !important;
    color: #fff !important;
    font-weight: bold !important;
    border-radius: 6px !important;
}
