.lien-en-noir {
  color: black;
  justify-content: right;
  text-align: right;
}

.baniere {
  background: linear-gradient(90deg, #4109c3, #2ebf5c);
  background-size: cover;
  padding: 100px;
  background-position: top;
  opacity: 2;
  text-align: center;
}

.banieresoustitre {

  background-color: black;
  background-size: cover;
  padding: 20px;
  background-position: top;
  opacity: 0.7;
  text-align: center;
  font-size: 60px;
}

a {
  text-decoration: none;
}

.banieresoustitre ul {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
}

.banieresoustitre ul li:hover {
  background-color: rgb(50, 205, 102);
}

.menu-jeu {
  background-color: rgba(26, 29, 29, 0.982);
  background-size: cover;
  padding: 100px;
  background-position: top;
  opacity: 0.7;
  text-align: center;
  font-size: 60px;
}

body {
  background-color: blue;
}

.texte {
  color: black;
  justify-content: right;
  text-align: right;
}

.texte-fin-de-jeu {
  background-color: rgba(26, 20, 35, 0.982);
  padding: 20px;
  color: white;
  text-align: center;
}

.contact {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(26, 29, 29, 0.982);
  opacity: 0.7;
  padding: 30px;
}

.titre_contact {
  background-color: black;
  opacity: 0.8;
  text-align: center;
  width: 40%;
  padding: 30px;

}

.titre_contact h2 {
  font-size: 50px;
  font-weight: 500;
  color: #ffe;
}

.titre_contact p {
  font-weight: 300;
  color: #ffd;
}

.main_contact {
  display: flex;

}

.autre_site {
  width: 40%;
  padding: 40px;
  background-color: #ffc;

}

.autre_site h3 {
  font-size: 30px;
  color: #333;
}

.autre_site p {
  font-size: 20px;
  color: #333;
}

.liens {
  padding-top: 50px;
  text-align: center;
}

.formulaire {
  width: 40%;
  padding: 40px;
  background-color: #fff;
}

.formulaire h3 {
  font-size: 30px;
  color: #333;
}

.formulaire .formulaire_input {
  width: 100%;
  font-size: 16px;
  padding: 6px;
  outline: nb;
}

.formulaire .formulaire_input span {
  transition: 0.5s;
  color: #666;
}

ul {
  list-style-type: none;
}

h2 {
  color: darkred;
}

.sommaire {
  padding: 20px;
  flex: 1;
  height: 400px;
}

.histoire_du_morpion {
  display: flex;
}

.contenu {
  flex: 2;
  padding: 20px;
  border-left: 4px solid darkred;
  overflow: scroll;
  text-align: right;
  height: 400px;
}

.sommaire li {
  margin: 10px;
  padding: 8px;
  border: 1px solid black;
  justify-content: space-between;
}

.sommaire li:hover {
  background-color: white;
  border-color: yellow;
}

#top1,
#top2,
#top3,
#top4,
#top5,
#top6,
#top7,
#top8 {}

.leo {
  background-color: black;
  opacity: 0.7;
  color: white;
  box-shadow: 0px -10px 30px rgba(0, 0, 0, 1);
  border-radius: 35px;
}

.rayan {
  padding: 20px;
  font-style: none;
  text-align: center;
  font-weight: thin;
  font-family: 'Times New Roman', serif;
}

.ketsia {
  width: 95%;
  padding: 20px;
  color: white;
}

ol {
  margin-left: 30px;
}


.precieuse {
  display: grid;
  grid-template-columns: repeat(3, 100px);
  grid-gap: 10px;
  padding: 20px;
}

.clemence {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
}


.clemence:hover {
  background-color: #e0e0e0;
}

.clemence img {
  max-width: 100%;
  max-height: 100%;
}

.tom {
  background-color: black;
  opacity: 0.7;
  color: #fdfefe;
  box-shadow: 0px -10px 30px rgba(0, 0, 0, 1);
  border-radius: 35px;
  margin: 20px;
}

.bonanomi {
  display: flex;
  text-align: center;
}

.ruben {
  padding: 20px;
  border-left: 4px solid darkred;
  color: #fdfefe;
  overflow: scroll;
  height: 380px;
}

.ruben h3 {
  color: #ff6f00;
}

.sommaire2 {
  height: 420px;
  border-left: 4px solid darkred;
  overflow: scroll;
}

.sommaire2 li {
  margin-right: 20px;
  margin-left: 10px;
  justify-content: space-between;
  padding-bottom: 20px;
}

.sommaire2 li:hover {
  background-color: white;
  border-color: yellow;
}

#sop1,
#sop2,
#sop3,
#sop4,
#sop5,
#sop6,
#sop7,
#sop8,
#sop9,
#sop10,
{}

.gürtler {
  font-style: italic;
}