/** MENTIONS */

.intro {
    height: 300px;
    display: flex;
}

.intro figure {
    flex-basis: 100%;
}

.intro figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.rubrique h3 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 30px;
    font-family: 'Tilt Warp', cursive;
}

.rubrique h4 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}