/* Bloc formulaire */
.wpcf7 {
    background: #0b0b0b;
    padding: 32px;
    border-radius: 18px;
    border: 1px solid #d99a00;
    box-shadow: 0 25px 60px rgba(0,0,0,0.45);
}

/* Labels */
.wpcf7 label,
.wpcf7 p {
    color: #ffffff !important;
    font-weight: 600;
}

/* Inputs + textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
    width: 100%;
    background: #111111 !important;
    color: #ffffff !important;
    border: 1px solid #333333 !important;
    border-radius: 10px;
    padding: 14px 16px;
    margin-top: 6px;
    margin-bottom: 16px;
    font-size: 15px;
}

/* Texte tapé */
.wpcf7-form-control {
    color: #ffffff !important;
}

/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #bbbbbb !important;
}

/* Focus */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: #f5a623 !important;
    box-shadow: 0 0 0 2px rgba(245,166,35,0.25);
}

/* Bouton */
.wpcf7 input[type="submit"] {
    background: #f5a623 !important;
    color: #000000 !important;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Hover */
.wpcf7 input[type="submit"]:hover {
    background: #ffbf3f !important;
}

/* Supprime les titres/pages du thème */
.entry-header,
.page-header,
.wp-block-post-title,
h1.entry-title {
    display: none !important;
}

/* Supprime les espaces noirs au-dessus des pages */
.site-content,
.content-area,
main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Header noir */
.site-header,
header {
    background: #000 !important;
}
}

/* Texte du menu en blanc */
.site-header a,
header a {
    color: #fff !important;
}

/* Cache le titre Pandax et la description en haut */
header h1,
header .site-title,
header .site-description,
header .custom-logo-link,
.site-branding,
.wp-block-site-title,
.wp-block-site-tagline {
    display: none !important;
}

/* Réduit la grande zone noire */
header,
.site-header {
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}