h1{
    font-weight: normal;
    font-family: 'Lato Bold';
    font-size: 27px;
    color: #5c5050;
    margin-top: 20px;
    text-align: center;
}

.contenaire-prendre-contact{
    width:auto;
    margin:auto;
    font-family: 'Lato Light';
    font-size: 16px;
    color: #565656;
    text-align:center;
}

.contenaire-prendre-contact .lien-contact:hover {
    background: #372020;
}

.contenaire-prendre-contact .lien-contact{
    background: #ffa846;
    width: auto;
    color:#FFF;
    text-align: center;
    display:block;
    font-size: 22px;
    text-decoration:none;
    margin:auto;
    padding:10px;
}

.contenaire-prendre-contact > div{
    margin:50px 0;
}

.text-subline-lien-contact{
    margin:10px 0 75px 0;
}

.text-subline-lien-contact a{
    color: #ffa846;
}

.text-subline-lien-contact a:hover{
    text-decoration:none;
}