/* Exemple CSS à ajouter/modifier */

/* Assurer que les images s’ajustent bien */
/* img { */
  /* max-width: 100%; */
  /* height: auto; */
  /* display: block; */
/* } */

/* Meilleure mise en page pour les sections / marges */
/* section { */
  /* padding: 60px 15px; /* exemple */ 
/* } */

/* h1, h2, h3, h4, h5 { */
  /* margin-top: 1rem; */
  /* margin-bottom: 0.5rem; */
/* } */

/* Boutons */
/* .btn-custom { */
  /* background-color: #0066cc; */
  /* color: white; */
  /* padding: 10px 20px; */
  /* border: none; */
  /* border-radius: 4px; */
/* } */
/* .btn-custom:hover, */
/* .btn-custom:focus { */
  /* background-color: #005bb5; */
  /* outline: none; */
/* } */

/* Texte blanc sur fond sombre & contraste */
/* .text-over-image { */
  /* color: #ffffff; */
  /* text-shadow: 1px 1px 2px rgba(0,0,0,0.6); */
/* } */

/* Responsive : petits écrans */
/* @media (max-width: 767px) { */
  /* .hero-title { */
    /* font-size: 1.5rem; */
  /* } */
  /* .hero-subtitle { */
    /* font-size: 1.1rem; */
  /* } */
  /* .btn-custom { */
    /* width: 100%; */
    /* padding: 15px; */
  /* } */
/* } */
.contact a{
	color: #fff!important;
}

