.nouscontacter-contenaire {
    width: 100%;
    font-family : "Open Sans", Arial, sans-serif;
    color : black ;
    padding: 2rem 0 ;
}

.nouscontacter-contenaire h2
{
    font-family: "Open Sans", Arial, sans-serif;
    font-size : 1.5rem ;
    margin: 0 3rem 0.25rem 3rem;
}

.nouscontacter-contenaire h3
{
    font-family: "Open Sans", Arial, sans-serif;
    font-size : 1.25rem ;
}

.nouscontacter-contenaire h4{
    font-family: "Open Sans", Arial, sans-serif;
    color : grey ;
    font-size : 0.75rem ;
    margin: 0.5rem 3rem 0.5rem 3rem;
}

.nouscontacter-contenaire a{
    color : #3a3a3a ;
    text-decoration : none ;
}

.nouscontacter-titre {
    text-align: center;
    margin: 0 0 1rem 0;
}

.nouscontacter-reseauxsociaux {
    text-align: center;
}

.nouscontacter-contenaire a:hover{
    color : #ff6e00 ;
    text-decoration : none ;
}
.nouscontacter-contenaire a:active{
    color : #3a3a3a ;
    text-decoration : none ;
}