

body {
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

.Div-AD-Conteneur {
    max-width: 900px;
    margin: 50px auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #0c3c78;
    margin-bottom: 40px;
}

h2 {
    color: #145a9e;
    border-bottom: 2px solid #dde5f0;
    padding-bottom: 5px;
    margin-top: 30px;
}

p, ul {
    font-size: 16px;
    line-height: 1.6;
}

ul {
    padding-left: 20px;
}



/* Conteneur du bouton Projet */
.Div-ProjectOther-Conteneur {
    text-align: center;
    margin-top: 30px;
}

.projet-button {
    background-color: #049862;
    color: white;
    padding: 18px 36px; /* 1.5x taille standard (12px x 1.5) */
    font-size: 18px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.projet-button:hover {
    background-color: #1fcf8e;
}




