/* Styles pour la page Ouvrages */

/* Titres principaux */
h1 {
    color: #010C4E;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

h2 {
    color: #010C4E;
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 4%;
    border-top: 5px solid #F5A214;
    border-right: 5px solid #F5A214;
}

/* Liens */
p a {
    color: #E11D48;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

a:hover {
    color: #BD163A;
}

/* Paragraphes */
p {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Autre */
strong{
    color:#010C4E;
}