/*
Styles spécifiques pour le modèle template-monmodele.php
*/

.monmodele-container {
    max-width: 1640px;
    margin: 4rem auto;
    padding: 20px;
}
a {
    text-decoration: none;
    color:  #db33d5;
    font-weight: bold;
}
a:hover {
    font-weight: bold;
    color: #db33d5;
    text-decoration: none;
}
.lpg-subtitle{
    color: #c3c3c3 !important;
}
.wp-block-button {
    margin-bottom: 1em;
}