#mentions{
    padding: 30px 0;
    background: url("../../img/index/actualites.png") no-repeat top right;
    background-size: auto 100%;
}

#mentions h1 {
    margin-bottom: 30px;
}

#mentions p {
    font-size: 18px;
}

#mentions p b {
    color: #ebb801;
    transition: 0.3s color;
    font-size: 20px;
}

#mentions p b a:hover {
    color: #413d32;
    transition: 0.3s color;
}

#mentions .texte {
    margin-top: 30px;
}

#mentions .texte p{
    font-size: 13px;
}