/* ==========================================================================
   BOUTONS EVENTS CONTAINER STYLES
   ========================================================================== */

.boutons-events-container .btn {
  display: inline-block;
  padding: 10px 30px;
  color: #e8490f;
  background-color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  margin: 5px;
  border: 1px solid white;
}

.boutons-events-container .btn:hover {
  background-color: #e8490f;
  color: white;
}
