/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1769762415
Updated: 2026-01-30 09:40:15

*/

.page-header .entry-title {
    display: none !important;
}

/* ============================================================
   STYLE FORMULAIRE DE CONTACT BTP (DARK MODE)
   ============================================================ */

/* Container principal du formulaire */
.form-btp-container {
    background-color: #121212 !important;
    /* Fond noir profond */
    padding: 30px;
    color: #ffffff !important;
    font-family: sans-serif;
}

/* Force l'affichage des labels (Nom, Message, etc.) en blanc */
.form-btp-container label {
    color: #ffffff !important;
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
}

/* Style des champs de saisie (Inputs et Textarea) */
.form-btp-container input[type="text"],
.form-btp-container input[type="email"],
.form-btp-container textarea {
    width: 100% !important;
    background-color: #1a1a1a !important;
    /* Gris très foncé */
    border: 1px solid #ffffff !important;
    /* Bordure blanche fine */
    color: #ffffff !important;
    padding: 12px !important;
    margin-bottom: 20px !important;
    border-radius: 0px !important;
    /* Angles droits comme sur l'image */
    box-sizing: border-box;
}

/* Hauteur spécifique pour le champ message */
.form-btp-container textarea {
    height: 150px !important;
}

/* Style de la case à cocher RGPD */
.form-acceptance {
    color: #ffffff !important;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
}

.form-acceptance input {
    margin-right: 10px;
}

/* Bouton Envoyer */
.form-btp-container input[type="submit"] {
    width: 100% !important;
    background-color: #333333 !important;
    /* Gris anthracite */
    color: #ffffff !important;
    border: none !important;
    padding: 15px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    margin-bottom: 15px !important;
    transition: background 0.3s ease;
}

.form-btp-container input[type="submit"]:hover {
    background-color: #444444 !important;
}

/* Note sous le bouton */
.form-note {
    color: #ffffff !important;
    font-size: 13px;
    margin-bottom: 15px;
    display: block;
}

/* Bandeau bleu en bas (Notice) */
.form-footer-notice {
    background-color: #3a5a7a !important;
    /* Bleu identique au modèle */
    color: #ffffff !important;
    padding: 12px;
    text-align: center;
    font-size: 13px;
    border-radius: 4px;
    line-height: 1.4;
}