.bloc-annuaire {
  padding: 2rem; }
  .bloc-annuaire h4 {
    margin-bottom: 1rem; }
  .bloc-annuaire .contact {
    margin-bottom: 5rem; }
  .bloc-annuaire .contact-none {
    display: none; }
  .bloc-annuaire .contact-pagination .page-numbers:not(.current) {
    cursor: pointer; }
  .bloc-annuaire .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 0 15px; }
    .bloc-annuaire .header:hover {
      background-color: #e1e1e1; }
  .bloc-annuaire .collapse {
    overflow: hidden;
    padding: 0 15px; }
  .bloc-annuaire .arrow {
    transition: all 0.3s ease-in-out; }
  .bloc-annuaire .closed .collapse {
    height: 0; }
  .bloc-annuaire .closed .arrow {
    transform: rotate(90deg);
    font-size: 2.5rem;
    font-weight: bold; }
  .bloc-annuaire .arrow {
    transform: rotate(-90deg);
    font-size: 2.5rem;
    font-weight: bold; }

/*# sourceMappingURL=mill-annuaire.css.map */
