<style>
body {
    font-family: "Segoe UI", Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #ffffff;
    line-height: 1.8;
}

/* Bandeau gris du titre */
.hero {
    background-color: #e9edf2;
    padding: 60px 20px;
    text-align: center;
}

.hero h1 {
    color: #1f5fa8;
    font-size: 48px;
    font-weight: 500;
    margin: 0;
}

/* Contenu principal */
.container1 {
    max-width: 1100px;
    margin: 50px auto;
    padding: 0 20px;
}

/* Titres sections */
h2 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 600;
}
h4 {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 600;
}
p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #444;
	text-align: justify
}

ul {
    margin-left: 25px;
    font-size: 18px;
}

li {
    margin-bottom: 10px;
}

/* Contact box */
.contact-box1 {
    background: #f5f8fc;
    padding: 25px;
    border-left: 4px solid #1f5fa8;
    margin-top: 30px;
}




.container2 {
    max-width: 900px;
    margin: auto;
}

/* TABLE STYLE */
table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

th, td {
    border: 1px solid #333;
    padding: 8px 10px;
    text-align: center;
    font-size: 15px;
}

th {
    background-color: #bfc8d8;
    font-weight: bold;
}

.side-header {
    background-color: #d6dbe5;
    font-weight: bold;
}

.note {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
}

.definitions {
    margin-top: 15px;
    font-size: 14px;
}

.definitions p {
    margin: 4px 0;
}
</style>