.elementor-278 .elementor-element.elementor-element-465aa4a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-278 .elementor-element.elementor-element-2524cc1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-06af1fe *//* HERO CONTACT */
.dia-contact-hero {
    background: linear-gradient(to bottom right, #f8fafc, #e0f2fe);
    padding: 80px 0 48px;
    text-align: center;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.dia-contact-hero-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 32px;
}

.dia-contact-hero-title {
    font-size: 40px;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.3;
    margin-bottom: 20px;
}

.dia-contact-hero-subtitle {
    font-size: 18px;
    color: #4b5563;
    line-height: 1.7;
    max-width: 780px;
    margin: 0 auto;
}

.dia-contact-hero-subtitle strong {
    color: #0F172A;
    font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .dia-contact-hero {
        padding: 60px 0 32px;
    }

    .dia-contact-hero-container {
        padding: 0 20px;
    }

    .dia-contact-hero-title {
        font-size: 30px;
    }

    .dia-contact-hero-subtitle {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2aa032a *//* SECTION PRINCIPALE CONTACT */
.dia-contact-main {
    padding: 64px 0 80px;
    background: #ffffff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.dia-contact-main-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 60px;
    align-items: start;
}

/* Colonne Gabriel */
.dia-contact-gabriel {
    text-align: center;
}

.dia-contact-gabriel-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border: 4px solid #ffffff;
    outline: 3px solid rgba(36, 133, 194, 0.2);
}

.dia-contact-gabriel-name {
    font-size: 20px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 4px;
}

.dia-contact-gabriel-role {
    font-size: 15px;
    font-weight: 600;
    color: #2485C2;
    margin-bottom: 28px;
}

sup {
    font-size: 0.6em;
    vertical-align: super;
}

.dia-contact-gabriel-text {
    text-align: left;
}

.dia-contact-gabriel-text p {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 16px;
}

.dia-contact-gabriel-text strong {
    color: #0F172A;
    font-weight: 700;
}

.dia-contact-gabriel-text a {
    color: #2485C2;
    text-decoration: underline;
    font-weight: 500;
}

.dia-contact-gabriel-text a:hover {
    color: #1a6fa0;
}

/* Colonne Calendrier */
.dia-contact-calendar {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border-left: 4px solid #2485C2;
    min-height: 580px;
}

.dia-contact-calendar-title {
    font-size: 20px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 24px;
}

.dia-contact-calendar-iframe {
    width: 100%;
    min-height: 520px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .dia-contact-main-container {
        grid-template-columns: 1fr;
        max-width: 650px;
    }

    .dia-contact-gabriel {
        text-align: center;
    }

    .dia-contact-gabriel-text {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .dia-contact-main {
        padding: 40px 0 48px;
    }

    .dia-contact-main-container {
        padding: 0 20px;
        gap: 40px;
    }

    .dia-contact-gabriel-photo {
        width: 160px;
        height: 160px;
    }

    .dia-contact-calendar {
        padding: 24px 16px;
    }
}/* End custom CSS */