/*
Theme Name:   O'Vert Chez Toi Child
Theme URI:    https://overtcheztoi.fr
Description:  Thème enfant pour O'Vert Chez Toi — Nettoyage, entretien intérieur/extérieur & Diogène en Mayenne (53)
Author:       Matéo
Version:      1.0.0
Template:     hello-elementor
Text Domain:  overt-chez-toi
*/

/*
 * Styles additionnels du thème enfant.
 * Les variables CSS globales et styles de base
 * sont chargés dans functions.php via wp_head.
 *
 * Ce fichier peut accueillir des surcharges globales
 * qui ne rentrent pas dans les widgets Elementor.
 */

/* ── Surcharge Elementor : supprime le padding par défaut sur les sections ── */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
}

/* ── Contact Form 7 — styles de base harmonisés ── */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
    width        : 100%;
    font-family  : 'Lato', Arial, sans-serif;
    font-size    : 15px;
    color        : #3A4A3C;
    background   : #fff;
    border       : 1.5px solid #d0ddd1;
    border-radius: 8px;
    padding      : 12px 16px;
    transition   : border-color 0.2s ease, box-shadow 0.2s ease;
    outline      : none;
    box-sizing   : border-box;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
    border-color : #2D5A32;
    box-shadow   : 0 0 0 3px rgba(45, 90, 50, 0.12);
}

.wpcf7-form textarea {
    min-height   : 140px;
    resize       : vertical;
}

.wpcf7-form input[type="submit"] {
    background   : #2D5A32;
    color        : #fff;
    font-family  : 'Nunito', Arial, sans-serif;
    font-weight  : 700;
    font-size    : 15px;
    padding      : 14px 32px;
    border       : none;
    border-radius: 8px;
    cursor       : pointer;
    transition   : background 0.2s ease;
    width        : 100%;
}

.wpcf7-form input[type="submit"]:hover {
    background   : #3E7A44;
}

.wpcf7-not-valid-tip {
    color        : #c0392b;
    font-size    : 13px;
    font-family  : 'Lato', Arial, sans-serif;
    margin-top   : 4px;
    display      : block;
}

.wpcf7-response-output {
    border       : 1.5px solid #6BAF72 !important;
    border-radius: 8px !important;
    background   : #EAF3E4 !important;
    color        : #2D5A32 !important;
    font-family  : 'Nunito', Arial, sans-serif !important;
    font-weight  : 600 !important;
    padding      : 12px 16px !important;
    margin-top   : 16px !important;
}

.wpcf7-mail-sent-ng .wpcf7-response-output,
.wpcf7-validation-errors .wpcf7-response-output {
    border-color : #c0392b !important;
    background   : #fdf0ef !important;
    color        : #c0392b !important;
}