@media screen and (width < 768px) {
  h1 {
    font-size: 36px;
  }
}

.informations-importantes {
  font-family: "Boogaloo", cursive;
  color: #900001;
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  padding: 20px;
  padding-left: 50px;
  line-height: 1.5;
  list-style: "- ";
}

.rub-part > ul {
  padding-left: 17px;
}

.radio-group.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* ***** GALLERY ***** */
.flex-gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 12px -12px;

  & a {
    display: block;
    height: auto;
    margin: 12px;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .flex-gallery {
    & a {
      width: calc(33.333333% - 24px);

      & img {
        width: 100%;
      }
    }
  }
}
