.divPlugins{
    font-family: 'Nunito';

}

h1{
    text-align: center;
    color: #0f83cc;
}
.divPartenaires{
    display: flex;
    flex-direction: column;
}

.divPartenaire{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 2%;
}

.divPartenaire div{
    width: 20%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
h3{
    color: #0f83cc;
}

.divPartenaire img{
    width: 100%;
}

.divPartenaire a{
    margin-top: 3%;
    text-decoration: none;
    color: #0f83cc;
    
}

.divPartenaire p{
    display: flex;
    align-items: center;
    width: 50%;
    padding-left: 5%;
}

hr{
    width: 60%;
    margin-top: 2%;
    background-color: #d2d2d2;
    border: none;
    height: 2px;
}

@media all and (max-device-width: 480px)
{
    .divPartenaire a{
        font-size: 14px;
        
    }
}