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

/*# sourceMappingURL=mill-docutheque.css.map */
