/* ---------------------------------
CARTE FRANCE
--------------------------------- */
.salles__carte {
  background-color: #3f3a64;
  padding: 20px 0;
  border-radius: 20px;
}
.salles__carte__pin {
  position: absolute;
  font-size: 35px;
  color: #3f3a64;
  cursor: pointer;
}
.salles__carte__pin.active {
  transform: scale(1.5);
  color: #20AD96;
}
.salles__carte__pin--nantes {
  top: 36%;
  left: 26%;
}
.salles__carte__pin--bordeaux {
  top: 57%;
  left: 33%;
}
.salles__carte__pin--toulouse {
  top: 70%;
  left: 46%;
}
.salles__carte__pin--marseille {
  top: 73%;
  left: 71%;
}
.salles__carte__pin--lyon {
  top: 49%;
  left: 66%;
}
.salles__carte__pin--dijon {
  top: 35%;
  left: 69%;
}
.salles__carte__pin--paris {
  top: 21%;
  left: 53%;
}
.salles__carte__pin--lille {
  top: 7%;
  left: 56%;
}
.salles__carte__pin--dax {
  top: 77%;
  left: 33%;
}
.salles__carte__img {
  width: 80%;
}
.salles__informations {
  display: none;
}
.salles__informations.active {
  display: block;
}
.salles__informations__texte {
  font-size: 1.25rem !important;
}

/*
* Formations
 */
.formation__header {
  background-color: #efefef;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
}
.formation__titre {
  min-height: 155px;
}
.formation__categorie {
  width: fit-content;
  padding: 4px 9px;
  color: white;
  border-radius: 8px;
  font-size: 12px;
  letter-spacing: 0.03rem;
  background-color: grey;
  margin-bottom: 0;
}
.formation__reference {
  color: #3F3A64;
  font-size: 21px;
}
.formation__jours {
  bottom: 0;
  top: auto !important;
}

/*# sourceMappingURL=accueil.output.css.map */
