@charset "UTF-8";
h1 {
  color: red;
  display: none;
}

/* */
/* Navigation interne à la page */
/* */
span.separateur {
  color: gainsboro;
  margin: 0 0.3rem;
}

a.sousnav {
  border-bottom: none;
}

/* */
.text {
  font-size: 0.9rem;
}
.text h2 {
  margin-top: 2.4rem;
  margin-bottom: 0.8rem;
}
.text h3,
.text h4 {
  font-size: 1rem;
  margin-top: 0.6rem;
  margin-bottom: 0rem;
}
.text p {
  margin-bottom: 0.7rem;
}
.text dl dd {
  font-size: 0.95rem;
  margin-bottom: 0.8rem;
}
.text ul {
  margin: 0 0 0.7rem 0;
  list-style-type: none;
}
.text ul li {
  font-size: 0.8rem;
  color: #777;
  margin: 0 0 0.4rem 0;
  line-height: 1rem;
}
.text ul li strong {
  font-weight: normal;
  display: inline-block;
  padding-right: 0.5rem;
}
.text ul li em {
  color: #000;
  font-style: italic;
  font-size: 0.9rem;
}
.text ul li em:after {
  content: " – ";
}
.text p {
  text-align: justify;
}

@media screen and (max-width: 700px), screen and (max-width: 770px) and (orientation: portrait) {
  .text ul li {
    padding: 0rem 0;
    margin: 0 0 0.2rem 0;
    line-height: 1rem;
  }
  .text ul li strong {
    display: block;
  }
  .text ul li em {
    display: block;
  }
  .text ul li em:after {
    content: " ";
  }
}

/*# sourceMappingURL=a-propos.css.map */
