@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');

/* Font pour toutes les pages */
.ecriture {
        font-family: 'Libre Baskerville', serif;
}

h5 {
    font-style: italic;
    color: brown;
}

.nav-link:hover {
    color: red !important;
}

p.card-text {
    text-align: justify;
 
}
p {
    text-align: justify;
}

.accordion-button:not(.collapsed) {
    background-color:rgb(240, 240, 240) !important;
    color: red !important;
}

.enumservices {
    text-align: justify;
    padding-top: 10px;
}

@media screen and (min-width: 768px) {
    hr {
        text-align: center;
    }
}