.elementor-33390 .elementor-element.elementor-element-a0f46a4{--display:flex;}/* Start custom CSS */.elementor-33390 .elementor-element.elementor-element-a0f46a4 {
    --display: flex;
    padding: 0;
}
.centred {
    text-align: center;
    display: none;
}
.hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
    animation: fadeInUp 0.8s ease;
    color: white;
}
/* Section full width */
.sidebar-page-container {
    width: 100%;
    padding: 0; /* enlever padding si nécessaire */
    margin: 0;
}

.auto-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 2rem; /* si tu veux un petit padding latéral */
}

.main-content {
    max-width: 100% !important;
    margin: 0 auto; /* centrer le contenu si besoin */
    padding: 2rem; /* ajuster le padding */
}/* End custom CSS */