/* ---Navigation--- */
div.contact_menu{
    font-family: 'Arimo', sans-serif;
    
    margin: 0 ;
	padding: 2em 3em;
    margin-bottom: 2%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
div.contact_menu a
{
    color: #FFF;
    text-decoration: none;
    font-family: 'Arimo', sans-serif;
    font: 20px;
    margin: 0px 10px;
    padding: 10px 10px;
    position: relative;
    z-index: 0;
    cursor: pointer;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}
div.contact_menu a:hover {
    color: orange;
  border-bottom: 2px solid gold;
}
/*-- div contact --*/
.contact{
    margin-top: 10%;
    background-color: #BDC3C7;
    display: flex;
    margin-left: 14%;
    max-width: 70%;
    margin-bottom: 10%;
    border-top-right-radius: 4% 22%;
    border-top-left-radius: 4% 22%;
    border-bottom-right-radius: 4% 22%;
    border-bottom-left-radius: 4% 22%;
}
.img_contact_mail{
    width: 200px;
    height: 200px;
    margin-bottom: 5%;
}
.img_contact_tel{
    width: 200px;
    height: 200px;
    margin-bottom: 5%;
}
.img_contact_ld{
    width: 200px;
    height: 200px;
    margin-bottom: 5%;
}

.contact_tel{
  text-align: center;
  margin-left: 9%;
  margin-top: 2%;
  margin-bottom: 2%;  
}
.contact_mail{
    text-align: center;
    margin-left: 15%;
    margin-top: 2%;
    margin-bottom: 2%; 
}
.contact_ld{
    text-align: center;
    margin-left: 15%;
    margin-top: 2%;
    margin-bottom: 2%; 
    margin-right: 10%;
}
a{
    margin-top: 10%;
    
}
a:link{
    color: black;
}
a:visited{
    color:black;
}