.divPlugins{
    color: #0F83CC;
    font-family: 'nunito';
    text-align: center;
}

h2::first-letter{
    text-transform: uppercase;
}

.activite{
    margin-left: 38%;
    margin-right: 38%;
    margin-bottom: 1%;
    display: flex;
    justify-content: space-between;
}
.lienPdf{
    height: 2.3em;
    width: 15%;
    background-color: #ffa202;
}
.lienPdf a{
    color: #555;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.activite p{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.pPresentation{
    color: #666666;
}


@media screen and (max-width: 1280px){
}

@media screen and (max-width: 750px){

    .activite{
        margin-left: 20%;
        margin-right: 20%;
    }
}

@media all and (max-device-width: 480px)
{
    .activite{
        margin-left: 10%;
        margin-right: 10%;
    }
}