.elementor-99 .elementor-element.elementor-element-749eabb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-99 .elementor-element.elementor-element-6c9246a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-99 .elementor-element.elementor-element-cf7ed10 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-6c9246a *//* Styles généraux pour la page Contact */
/* Assure-toi que les polices sont chargées par ton thème ou globalement */

/* Styles spécifiques aux éléments de contact */
.contact-page-section {
    padding-top: 4rem; /* 64px */
    padding-bottom: 4rem; /* 64px */
    background-color: #f8f7f3; /* Fond si besoin */
}

.contact-page-section .section-title {
    font-family: 'Cormorant Garamond', serif;
    color: #3d6e59;
    font-weight: 300; /* Léger */
    margin-bottom: 0.75rem; /* 12px */
}

.contact-page-section .section-subtitle {
    font-family: 'Raleway', sans-serif;
    color: #7a9e8c;
    font-size: 1.125rem; /* 18px */
}

.contact-page-section .info-card {
    background-color: white;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    height: 100%; /* Important pour aligner les cartes sur la même ligne */
}

.contact-page-section .info-card h3 {
    font-size: 1.5rem; /* 24px */
    font-weight: 300; /* Léger */
    color: #3d6e59;
    margin-bottom: 1.25rem; /* 20px */
}

.contact-page-section .info-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
    color: #3d6e59;
}

.contact-page-section .info-card a {
    color: #3d6e59;
    transition: color 0.3s;
    text-decoration: none;
}

.contact-page-section .info-card a:hover {
    color: #7a9e8c;
    text-decoration: underline;
}

.contact-page-section .contact-button {
    display: inline-block;
    width: auto;
    background-color: #3d6e59;
    color: white !important;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 0.3s;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    margin-top: 20px;
}

.contact-page-section .contact-button:hover {
    background-color: #7a9e8c !important;
    text-decoration: none !important;
}

/* Styles pour le Footer (si géré via HTML Partie 2) */
.footer {
    background-color: #3d6e59;
    color: white;
    padding-top: 3rem; /* 48px */
    padding-bottom: 3rem; /* 48px */
    margin-top: 4rem; /* 64px */
}
.footer a {
    color: #d1e6dd;
    transition: color 0.3s;
    text-decoration: none;
}
.footer a:hover {
    color: white;
    text-decoration: underline;
}
.footer .filter { /* Pour le logo */
     filter: brightness(0) invert(1);
}/* End custom CSS */