

body {
  background: linear-gradient(to bottom, rgba(255, 120, 0, 0.8), rgba(0, 47, 167, 0.7)), 
              url("img/background.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100%;
  margin: 0;
  text-align: justify;
}


body {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 228, 196, 0.7), rgba(0, 47, 167, 0.6)), 
              url("img/background.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100%;
  margin: 0;
  text-align: justify;
}






span.navbar-title {
  color: white;
}

/* Target blockquote text specifically and set it to Tangerine Orange */
figure.text-center blockquote {
  color: #FF7300 !important;
  font-weight: bold;
}

/* Target the blockquote footer text specifically */
figure.text-center figcaption.blockquote-footer {
  color: white !important;
}



/* Réinitialisation de base */
body, h1, p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.6;
  padding: 20px;
  background-color: #f4f4f9; /* Couleur douce pour le fond */
}

header {
  text-align: center;
  margin-bottom: 20px;
}

h1 {
  font-size: 2em;
  color: #333;
}

.contact-info {
  display: flex;
  flex-direction: column; /* Toujours en colonne */
  gap: 15px;
  max-width: 600px;
  margin: 0 auto;
}

.contact-item {
  padding: 15px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1); /* Légère bordure pour séparation */
  text-align: left;
  background: transparent; /* Arrière-plan transparent */
}

.contact-item p {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-item a {
  color: #0073e6;
  text-decoration: none;
  font-weight: bold;
}

.contact-item a:hover {
  text-decoration: underline;
}

/* Suppression des styles responsives */
