/**
 * STYLES SPÉCIFIQUES - PAGE CONTACT (contact.php)
 * Jagg.Site - Création de sites internet à Louhans
 */

/* ===================================
   HERO CONTACT
   =================================== */
.hero.hero-contact {
    padding: 80px 0 40px 0;
}

.hero.hero-contact .highlight-orange {
    color: #e9840a;
    font-weight: 600;
}

/* ===================================
   GRILLE CONTACT
   =================================== */
.grid.grid-2 {
    gap: 60px;
    align-items: start;
}

/* ===================================
   SECTION COORDONNÉES
   =================================== */
.contact-info h2 {
    color: #0d5a73;
    margin-bottom: 30px;
}

.contact-item {
    margin-bottom: 30px;
}

.contact-item h3 {
    color: #0d5a73;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.contact-item p {
    color: #1d1d1d;
    font-size: 1.6rem;
    margin-bottom: 5px;
}

.contact-item p.contact-label {
    color: #838385;
    font-size: 1.4rem;
}

.contact-item a.phone-link {
    color: #e9840a;
    text-decoration: none;
    font-weight: 600;
}

.contact-item p.email-link {
    color: #e9840a;
    font-size: 1.6rem;
    margin-bottom: 5px;
    font-weight: 600;
}

.horaires-box {
    margin-top: 40px;
    padding: 25px;
    background: rgba(110, 110, 110, 0.2);
}

.horaires-box h3 {
    color: #0d5a73;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.horaires-box p {
    color: #1d1d1d;
    margin: 8px 0;
    font-size: 1.4rem;
}

/* ===================================
   FORMULAIRE CONTACT
   =================================== */
.contact-form-section h2 {
    color: #0d5a73;
    margin-bottom: 20px;
}

#contact-form .form-input,
#contact-form .form-textarea,
#contact-form .form-select {
    padding: 3px 8px;
    color: #1d1d1d;
}

.message-success {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
    color: #1d1d1d;
    padding: 15px;
    margin-bottom: 25px;
    font-weight: 600;
}

.message-error {
    background: rgba(244, 67, 54, 0.2);
    border: 2px solid #F44336;
    color: #1d1d1d;
    padding: 15px;
    margin-bottom: 25px;
    font-weight: 600;
}

.form-group label {
    color: #1d1d1d;
}

.form-submit {
    text-align: center;
}

.form-submit .btn {
    font-family: inherit;
}

.form-note {
    color: #838385;
    font-size: 1.3rem;
    margin-top: 15px;
    text-align: center;
}

/* ===================================
   RESPONSIVE
   =================================== */
@media (max-width: 1000px) {
    .grid.grid-2 {
        grid-template-columns: 1fr !important;
    }
}
