/* TEXT */
.h1 {
  font-family: "montserrat", sans-serif;
  font-size: 4rem;
  text-align: center;
  font-weight: bold; }

.h2 {
  font-family: "montserrat", sans-serif;
  font-size: 2rem;
  font-weight: bold; }

.h3 {
  font-family: "montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: bold; }

.prix {
  font-family: "montserrat", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center; }

.text-grand {
  font-size: 1.3rem; }

a {
  color: white !important;
  text-decoration: none; }

a:hover {
  color: red !important;
  text-decoration: underline; }

/* BOUTONS */
.btn-custom {
  background-color: red;
  /* Couleur de fond rouge par défaut */
  color: lightgrey;
  /* Couleur du texte en blanc par défaut */
  padding: 10px 20px;
  /* Espacement intérieur du bouton */
  border: none;
  /* Supprimer la bordure par défaut */
  border-radius: 5px;
  /* Coins arrondis */
  cursor: pointer;
  /* Curseur en main au survol */
  transition: background-color 0.3s, color 0.3s;
  /* Transition douce pour le changement de couleur */ }

.btn-custom:hover {
  background-color: #191919;
  /* Couleur de fond grise au survol */
  color: red;
  /* Couleur du texte en blanc au survol */ }

/* ELEMENTS  */
.container {
  max-width: 960px;
  color: white !important; }

.custom-div {
  max-width: 1200px;
  color: white !important;
  padding-left: 20px;
  background-color: #111111;
  margin: auto; }

/**/
