
/* UTILISE SUR LES DEUX PAGES */
body{
  background-color: rgb(235, 247, 252);
  overflow: visible;
}

.TP {  /*Titre Principal de la page*/
  font-family: Georgia;
  text-align: center;
  font-size: 75px;
  color: black;
  background:rgba(132, 165, 154, 0.6);
  border: 1px solid black;
 }

 .h2 {  /*Titres secondaires de la page*/
  margin-left: 10px;
  font-family: arial;
  font-size: 50px;
  text-decoration: underline;
}

.pintro {   /*paragraphe de d'intro d'une page*/
  font-family: arial;
  color: black;
  font-size: 31px;
  text-align: center;
}

.psimple {
  margin-left: 30px;
  margin-right: 30px;
  font-family: arial;
  color: rgb(0, 0, 0);
  font-size: 25px;
  text-align: justify;
}

.pgrand {
  font-family: arial;
  color: rgb(0, 0, 0);
  font-size: 30px;
}

/* PAGE D'ACCEUIL-INDEX */
.image1 {   /*Mise en forme Image1, index*/
  width: 70%;
  height: auto;
  border: 10px solid rgb(132, 165, 154);
  display: block;
  margin:auto;
}

.credits_image1 {  /*Crédits Image1, index*/
  margin-top: 5px;
  text-align: center;
}

.listeaccueil { /* Mise en forme d'une liste*/
  background-color: rgba(132, 165, 154, 0.603);
  border: 2px solid black;
  width: 300px;
  height: 300px;
}

.dispoliste { /* Disposition des deux liste Index*/
  display: flex;
  justify-content:space-between;
  justify-content: space-around;
  flex-wrap: wrap;
  font-family: arial;
  color: rgb(0, 0, 0);
  font-size: 25px;
  text-align: justify;
}

/* PAGE 2-PASSION */
.retour_accueil {  /* "Pop-up" de retour à l'acceuil, sur chaque page sauf accueil*/
  top:24px;
  position:sticky;
  margin-left: 10px;
  font-family: 'Courier New';
  font-size: 20px;
  text-align: center;
  height: 90px;
  width: 150px;
  background-color: rgba(221, 209, 253, 0.95);
  border: 2px solid black;
}

/* Mise en forme histoire jeux-vidéos */
.ligne_intersection { /*Ligne séparant l'image et le texte*/
  margin-left: 10px;
  margin-bottom: 35px;
  width: 99%;
  height:5px;
  background-color: rgb(0, 0, 0);
}

.imagejvL {   /*Mise en forme Image jeux vidéo de gauche*/
  width: 45%;
  height: 525px;
  border: 1px solid black;
  float: left;
  margin-right: 50px;

}

.titre-imagejvL { /*Titre du texte images de gauche*/
  margin-left: 53%;
  font-family: 'Courier New';
  font-weight: bold;
  font-size: 40px;
}

.p-imagejvL { /*Texte images de gauche*/
  margin-left: 53%;
  margin-right: 30px;
  font-family: 'Courier New';
  font-size: 24px;
  text-align: justify;
  height: 440px;
}

.imagejvR {   /*Mise en forme Image jeux vidéo de droite*/
  margin-right: 30px;
  margin-left: 80px;
  width: 45%;
  height: 525px;
  border: 1px solid black;
  float: right;
}

.titre-imagejvR { /*Titre du texte des images de droite*/
  margin-left: 30px;
  font-family: 'Courier New';
  font-weight: bold;
  font-size: 40px;
}

.p-imagejvR { /*Texte images de droite*/
  margin-left: 30px;
  margin-bottom: 50px;
  font-family: 'Courier New';
  font-size: 24px;
  text-align: justify;
  height: 405px;
  width: 800px;
}
