div#texte {
    margin-bottom:0;
}
#titre-financement {
    font-size: 3.5rem;
    font-weight: 700;
}
#texte-introduction {
    font-size:1.5rem;
}

/* Boutons */
#section-boutons .btns-consulter>li{
    line-height:1rem;
}
#section-boutons .btns-consulter>li>a *{
    color: #107CC0;
    font-size:1.4rem;
    font-weight:700;
}
.btns-consulter>li>a>div {
    padding-right:0.9em;
}
#section-boutons .btns-consulter>li>a span{
    color: #074b98;
    font-size:1.2rem;
}

/* Menu pictos */
#section-menu {
    margin:30px 0;
}
#section-menu .menu-pictos.style3 a {
    background: #074b98 linear-gradient(to bottom, #00285e, #074995);
}
#section-menu .menu-pictos.style3 a:hover { 
    background: #074b98;
}

#section-menu .menu-pictos.style3 h3 {
    font-size:1.1rem;
}
/* Affiche en 4 colonnes */
@media (min-width: 1050px) {
    .menu-pictos .col {
        flex-basis: 25% !important;
    }
    .menu-pictos > .col:nth-child(2n+1) {
    }
    .menu-pictos > .col:nth-child(3n+1) {
        margin-left: 0;
    }
}

/* Lien retrait avec picto */
.liste-pictos li[class*="picto-"]:before {
    top:4px;
}

/* section-retombees */
#section-retombees {
    margin:30px 0;
}
#section-retombees .colonnes-2 .col {
    padding:0 30px;
}
#section-retombees .colonnes-2 .col li {
    margin:40px 0;
}

/* section-video */
#section-video img {
    border-radius:10px;
}