@import url("a-general.css");
p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  text-align: justify;
}

h1 {
  text-align: center;
  color: black;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  color: #f1f1f1;
}

/* conteneur cartes css */
.liste-articles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 80%;
}

.article {
  position: absolute;
  flex-basis: 60%;
  flex-grow: 1;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 7%;
  margin-bottom: 3%;
  padding-left: 5%;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-right: 5%;
  background-color: rgba(57, 57, 57, 0.9);
  border-radius: 10px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

.article h1 {
  text-align: center;
  margin: 2%;
}

#image1,
#image3 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  float: left;
  shape-outside: circle();
  margin: 5% 5% 7% 5%;
}
#image2,
#image4 {
  text-align: right;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  float: right;
  shape-outside: circle();
  margin: 5% 5% 5% 5%;
}
.bouton {
  display: block;
  text-align: center;
  margin: 4% auto 0 auto;
  background-color: #ee6314;
  color: #222222;
  text-decoration: none;
  padding: 15px 32px;
  font-size: 1em;
  border: none;
  border-radius: 5px;
  width: 50%;
}

.bouton:hover {
  background-color: lightgray;
  color: #ee6314;
  align-self: center;
}

#listeArticles {
  text-align: center;
  width: auto;
  height: auto;
  margin-top: 3%;
  margin-left: 40%;
  margin-right: 40%;
  margin-bottom: 3%;
  padding: 1%;
  border: 5px solid #ee6314;
  background-color: rgba(34, 34, 34, 0.8);
  color: #ee6314;
}

.copyright {
  color: black;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.5em;
}

.plus-texte {
  display: none;
}

.texte.voirplus .plus-texte {
  display: inline;
  height: auto;
}
.texte.voirplus .fin {
  display: none;
}

.bouton-lire-plus {
  cursor: pointer;
  padding: 3px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 15px 60px;
}

.section {
  height: 90vh;
  width: 100%;
  position: relative;
  padding-top: 3%;
}

.s1 {
  background: url("../images/c1-overwatch_bande.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.s2 {
  background: url("../images/c2-overwatch_bande.jpg") no-repeat 0 0 fixed;
  background-position: center;
  background-size: cover;
}
.s3 {
  background: url("../images/c3-overwatch_bande.jpg") no-repeat 0 0 fixed;
  background-position: center;
  background-size: cover;
}
.s4 {
  background: url("../images/a-overwatch_bande.jpg") no-repeat 0 0 fixed;
  background-position: center;
  background-size: cover;
}

footer {
  background-color: #ee6314;
  box-sizing: border-box;
  flex-basis: 100%;
  padding: 10px;
  display: flex;
  margin-top: 0%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
