/* Fond général vert */
body {
    background-color: #98d8a7;
}

/* Correction du header */
.bg-bluedark1 {
    background-color: #0e43d3 !important; /* bleu foncé */
    color: #ffffff !important;
}

/* S'assurer que le texte reste bien blanc */
.jumbotron.bg-bluedark1 h1,
.jumbotron.bg-bluedark1 p {
    color: #ffffff;
}
.jumbotron {
    margin-bottom: 1px;
}



.bg-bluedark { background-color: #0e43d3; }
.bg-rouge { background-color: blueviolet; }
.bg-blanc { color: #ffffff; }
.conseils { font-family: Arial, sans-serif; font-weight: bold; }
.citations-section {
    background-color: rgb(226, 43, 180); /* fond violet */
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 20px;
    border-radius: 10px;
    color: #ffffff; /* texte blanc par défaut */
}

.citations-section h1 {
    color: #ffffff;
    margin-bottom: 20px;
}

.citations-section blockquote {
    background-color: rgba(255, 255, 255, 0.1); /* léger fond pour chaque citation */
    padding: 10px 15px;
    margin-bottom: 15px;
    border-left: 5px solid #ffffff;
    border-radius: 5px;
}

.citations-section .citation-author {
    font-weight: bold;
    display: block;
    margin-top: 5px;
    color: #ffffff;
}