.informations {
  position: relative;
  display: flex;
  align-items: start;
  margin-top: 1.46rem;
}

.informations aside {
  position: sticky;
  top: 80px;
  width: 30%;
  margin: 0 0 0 20px;
}
.informations .contenu {
  padding: 0 20px;
  width: 70%;
  margin: 0 auto;
}
.informations .contenu h3 {
  margin-top: 0;
}

@media screen and (max-width: 993px) {
  .informations .contenu {
    width: 100%;
    padding: 5px;
  }
}

/* --------------- INFORMATIONS --------------- */

.informations .contenu h4 {
  color: rgba(105, 188, 215, 1);
}

/* --------------- FIN INFORMATIONS --------------- */

/* --------------- TUILES --------------- */
.tuiles {
  position: relative;
}
.tuiles .tuile {
  position: relative;
  height: 175px;
  max-width: 212px;
  text-align: center;
  padding: 5px;
  display: table;
  border-radius: 10px;
}
.tuiles .tuile a {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  overflow: hidden;
  transition: all ease 0.4s;
  border-radius: 10px;
}
.tuiles .tuile span {
  width: 100%;
  display: block;
  text-align: center;
  transition: all ease 0.4s;
  opacity: 0;
  position: absolute;
  left: 0;
}
.tuiles .tuile a:hover {
  transform: scale(1.1);
  background-color: #fff;
  box-shadow: 1px 5px 15px #ababab;
}
.tuiles .tuile img {
  width: 90%;
  height: auto;
  max-height: 90%;
  transition: all ease 0.4s;
}
.tuiles .tuile a:hover span {
  opacity: 1;
}
/* --------------- FIN TUILES --------------- */

h5 .material-icons.inline {
  color: rgba(240, 18, 53, 0.95);
}
