.menu {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: space-evenly;
  border-color: white;
  flex-wrap: wrap;
  color: white;
}

.menu>a>div {
  border: solid 2px;
  margin: 10px;
  border-color: white;
  padding: 10px;
  width: 100px;
  font-weight: bold;
  background-color: black;
  color: white;
  justify-content: space-evenly;
  align-items: center;
}

.pageactuel {
  font-style: italic;
  text-decoration: underline;
}

.menu>a>div:hover {
  border: solid 5px;
  margin: 7px;
  border-color: white;

}

nav a {
  color: white;
  text-decoration: none;
}

footer div a {
  text-decoration: none;
  color: white;
}
img {
  background-size: cover;
  border-radius: 20px;
  vertical-align: middle;
}

h1>img {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

p {
  text-decoration: none;
  color: white; 
  font-family: Arial, Helvetica, sans-serif;
  max-width: 80%;
  text-align: center;
  display: flex;
  padding-left: 20px;

}

body {
  animation: grow 0.5s;
}

@keyframes grow {
  0% {
    transform: scale(.2);
  }

  100% {
    transform: scale(1);
  }
}

body {
  background-color: rgb(20,17,17);
  font-weight: bold;
  background-color: rgb(20, 17, 17);
}

.imageaccueil {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-right: 195px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.textehistoire1 {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 40%;
  display: flex;
  flex-direction: column-reverse;
  padding: 130px;
  padding-right: 200px;
}

.textehistoire2 {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 40%;
  display: flex;
  flex-direction: row;
  padding: 130px;
}

.textehistoire3 {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 40%;
  display: flex;
  flex-direction: row;
  padding: 130px;
}

.textehistoire4 {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 40%;
  display: flex;
  flex-direction: row;
  padding: 130px;
}

footer {
  padding: 20px;
  border: solid 2px;
  margin: 10px;
  background-color: rgb(29, 43, 43);
}

article {
  display: flex;
}

h1 {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100px;
  padding: 10px;
  text-align: center;
}

.accueil {
  padding-left: 180px;
  padding-top: 50px;
  max-width: 30%;
}

.article1 {
  display: flex;
  align-items: center;
  text-align: justify;
}

.article2 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  text-align: justify;
}

.article3 {
  display: flex;
  align-items: center;
  text-align: justify;
}
.article4 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  text-align: justify;
}

@media only screen and (max-width: 600px) {
  body {
      display: flex;
      justify-content: space-evenly;
      flex-direction: column;
      background-color: rgb(20,17,17);
      text-align: center;
  }
}

.textecollection {
  display: flex;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding: 190px;
  text-align: justify;
  align-items: center;
}

.marque {
  display: flex;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  max-width: 13%;
  padding: 50px;
  flex-direction: column-reverse;
  text-align: justify;
}
.articlesport {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 60%;
  display: flex;
  flex-direction: row-reverse;
  padding: 130px;
  text-align: justify;
  align-items: center;
}
.textesport {
  padding-left: 200px;
}
.video {
  padding-left: 300px;
}