/* ------------------- */
/* HOVER BUTTON */
.example_c:hover {
  color: #ffffff !important;
  background: #FF1414 !important;
  border: 4px solid #FF1414 !important;
  transition: all 0.4s ease;
}

/* ------------------- */
/* GRADIENT */
.gradient {
  background: linear-gradient(90deg, #554994, #F675A8);
}

/* ------------------- */
/* HERO */
.section1 {
  background-image: url('https://cdn.tikt.net/a3a6967b57f03fc299de1b3588fd6c00f6bc6956/white_labels/bbcbb1e844266f4abdfc29b3d8a64628607fa47e/homepage_background.jpg');
  background-size: cover;
  background-position: center;
}

/* FIX bouton hover (corrigé) */
.btn-outline-light:hover {
  background-color: #FF1414 !important;
  border-color: #FF1414 !important;
}

/* ------------------- */
/* MOBILE */
@media (max-width: 992px) {

  .section5 {
    background-color: white;
  }

  .section1 {
    background: linear-gradient(90deg, #554994, #F675A8);
  }

  .section1-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

}