html {
  background-color: rgba(82, 22, 22, 0.97);
}
body {
  tmargin
}
#mon_conteneur {
  background-color:rgb(156, 16, 16);
  width: 95%;
  height: 200px;
  border: 2px solid;
  padding: 1em;
}
#intro {
  text-align: center;
  color: rgb(255, 255, 255);
}
#suite_intro {
  text-align: center;
  color: rgb(255, 255, 255);
}
h1 {                      /* Cette règle définit le style du titre principal. */
  color: rgb(255, 255, 255);           /* La couleur du texte est verte. */
  text-align: center;     /* L'alignement du texte est centré. */
  font-size: 50px;

}
h2 {                      /* Cette règle définit le style du titre principal. */
  color: rgb(255, 255, 255);           /* La couleur du texte est verte. */
  text-align: center;     /* L'alignement du texte est centré. */  
  margin-bottom: 20px;
  margin-top: 70px;
  font-size: 30px; 
}
p {
  color: rgb(255, 255, 255);
  margin-bottom: 20px; /* espace après chaque paragraphe */
  font-size: 20px;
}
li {
  color: rgb(255, 255, 255);
  font-size: 20px;

}
#modele-ligne {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0;
}

.modele {
  background-color: rgb(156, 16, 16);
  width: 100px;
  height: 30px;
  border: 2px solid;
  padding: 1em;
  text-align: center;
  color: white;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 60%; 
  height: auto;  
}
.type {
  font-size: 30px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 3px rgb(129, 20, 20);
  text-align: left;
}
.logo {
  display: block;
  margin: 10px auto;
  width: 400px; 
}
.modele a {
  text-decoration: none;  /* Enlève le soulignement */
  color: white;
  display: block;         /* Pour que le lien remplisse le <li> */
  width: 100%;
  height: 100%;
}
.quoi {
  margin-left: 5%;
  margin-right: 5%;
}
#source {
  margin-left: 5%;
  margin-right: 5%;
}
hr {
  border: none;
  height: 3px;
  background-color: white;
  width: 95%;
  margin: 40px auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
