/**
 * CONTACT
 */

 #contact {
  background: url('../images_sifoee/contact.png');
  background-size: cover;
  background-attachment: fixed;
  min-height: 265px;
}

#contact .filtre {color: white;height: 300px;background: rgba(0, 61, 96, 0.75);background-size: cover;}
#contact .coordonnees {font-size: 20px;}
#contact .coordonnees h3 {color: white;padding: 40px 0 20px 0;margin-top: 0;font-size: 28px;line-height: 1.6;letter-spacing: -1px;font-weight: bold;}
.dummymail, .dummytel {unicode-bidi: bidi-override;direction: rtl;}
.dummymail:hover, .dummytel:hover {cursor: pointer;text-decoration: underline;}
#contact .adresse {padding-top: 40px;padding-bottom:40px;font-size:20px;}
#contact .adresse a {color: white;}
#contact .adresse img {margin: 15px 0;}
#contact .adresse img:hover {cursor: pointer;opacity: 0.7;}

@media only screen and (max-width:1000px) {
  #contact, #contact .filtre {height: auto;}
}

@media only screen and (max-width:450px) {
  #contact {height: auto;}
}
