.elementor-179 .elementor-element.elementor-element-c279407{--display:flex;}.elementor-179 .elementor-element.elementor-element-4381f92{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4381f92 *//* Import de la police Poppins via Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    color: #1f1f1f;
    line-height: 1.7;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
}

h1, h2 {
    color: #1a1a1a;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
}

h1 {
    font-size: 2rem;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

h2 {
    font-size: 1.4rem;
}

ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

ul li {
    margin-bottom: 8px;
}

p {
    margin-bottom: 20px;
}

a {
    color: #0056b3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    margin: 40px 0;
    border: none;
    border-top: 1px solid #ccc;
}

em {
    color: #777;
}/* End custom CSS */