/* --------------------------------------------------------
DRN Technologies (c) 1999-2021. All rights reserved.
---------------------------------------------------------*/

/* Style par défaut */
/* APDIKT.NET */


/* Affichage de formation */

.formation {
  display: flex;
  flex-wrap: nowrap;
  background-color: #fff;
}

.formation-box {
  float: left;
  color: #444;
  font-size: 0.875em;
  text-align: center;
  width: 25%;
  padding: 10px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 100px;
  background-color: #bbb;
}

.formation-box:hover { /* Change color on hover/mouse-over */
  background-color: #8EEE8E;
  color: #000;
}