/*  Description : Style general de mes pages de mon projet personnel du module 293 (foot)
  Auteur      : Yohan Yazdanpanah
  Date        : 09.12.2025*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #000000;
}

body {
  font-family: "Oswald", sans-serif;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #000000;
}
nav:hover{
    background-color:#2fd90067;
}
img:hover {
  transform: scale(1.1);
}
a {
  color: #fff;
  text-decoration: none;
}
.container {
  display: flex;
  align-items: baseline;
  justify-content: space-around;
  background-color: #2fd90067;
  color: white;
  flex-direction: row;
  font-size: 19px;
}

#imageSecret {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 40%;
  transition: transform 0.4s;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .container5,
  .container,
  .container3,
  .container4,
  .container6,
  .container2,
  .container1 {
    display: block;
    text-align: center;
    font-size: 16px;
  }
  .affiche{
    width: 400px;
    height: auto;
  }
  article,
  p {
    margin-bottom: 20px;
    text-align: center;
    margin: auto;
    width: 475px;
  }
  body {
    text-align: center;
  }
  header {
    font-size: 16px;
  }
  img {
    height: 100px;
    margin: auto;
  }
}
h1{
    color: #ffffff;
}

