.h1 {
  color: #ff4200;
  font-size: 2.5 rem;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: bold; }

.h2 {
  color: white;
  font-size: 2 rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold; }

.h3 {
  color: #ff4200;
  font-size: 2 rem;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: bold; }

a {
  color: #ff4200;
  text-decoration: #ff4200; }

body {
  font-size: 1.2 rem; }

.container-custom {
  max-width: 800px; }

.btn-custom {
  background-color: #ff4200;
  color: white;
  font-weight: 900; }

.scroll-container {
  overflow-x: scroll;
  white-space: nowrap;
  scroll-behavior: smooth;
  display: flex; }

.scroll-container {
  width: 80vw;
  max-width: 100%; }

.scroll-item {
  min-width: 300px;
  /* Assurez-vous que les images ont bien une largeur */ }

.scroll-container::-webkit-scrollbar {
  display: none; }

.scroll-item {
  flex: 0 0 calc(20% - 10px);
  margin-right: 10px; }

.scroll-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s; }

.scroll-item img:hover {
  transform: scale(1.05); }
