

/* actualités */
.content__actu{
    margin: 2rem;
}

.content__actus{
    margin: 2rem 8rem;
    display: flex;
    flex-flow: row wrap;
}

.actu__card{
    width: 25rem;
    padding: 1rem;
    border: 1px black solid;
}


.actu__card a{
    text-decoration: none;
    color: white;
    background-color: #8FA913;
    border-radius: 90px;
    padding: 0.5rem 1rem;
}

.titre__actu{
    margin: 2rem 8rem;
}

.content__button a{
    display: flex;
    justify-content: center;
    margin: 2rem;
    text-decoration: none;
    color: #8FA913;
    transition: 1s ease;
}

.content__button a:hover{
    margin-right: 1rem;

}