/*------------------------------------------------------------------------
# style.css - Conseils départementaux de l'ordre dentaire contractuels
# ------------------------------------------------------------------------
# author    Christelle Olivier
# e-mail    chistelle.olivier@emediacom.fr
# site      https://www.emediacom.fr
# vesion    1.0
--------------------------------------------------------------------------*/
body {
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url("../images/femme-dentiste.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.cover-container {
  max-width: 1000px;
}
.mb-auto {
  padding-top: 50px;
}
.mb-auto .entete {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.mb-auto .entete .telmail {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-weight: 700;
}
.mb-auto .entete .telmail .tel {
  display: inline-block;
  margin-right: 15px;
  border-right: 3px solid rgba(255, 255, 255, 0.25);
  padding: 5px 0;
  padding-right: 15px;
  border-bottom: 3px solid transparent;
}
.mb-auto .entete .telmail .mail {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
  border-bottom: 3px solid transparent;
  transition: all 0.4s;
}
.mb-auto .entete .telmail .mail:hover {
  color: #6cb0e4;
  border-bottom-color: #6cb0e4;
}
@media (max-width: 991px) {
  .mb-auto .entete .telmail {
    flex-direction: column;
  }
  .mb-auto .entete .telmail .tel {
    border-right-style: none;
    padding-right: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .mb-auto .entete {
    flex-direction: column;
  }
  .mb-auto .entete .telmail {
    margin-top: 40px;
  }
}
main img {
  width: 50%;
  height: auto;
  max-width: 200px;
}
