/*Louis Huu Lâm CSS commun pour tous les pages à l'exception de l'introduction sur le site web, le 15 Janvier 2025*/
body {
  background-color: #444444;
  color: white;
  margin: 0px;
}
a:not(.dark-blue-link) {
  color: aqua;
}
div {
  max-width: 50%;
  margin: auto;
  text-align: center;
  li {
    text-align: left;
  }
}
#noBorders {
  margin-top: 20px;
  margin-bottom: 20px;
}
div:not(#titreEtSousTitre, #noBorders, #conclude, .containerDesc) {
  border-style: solid;
  border-top: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
#titreEtSousTitre {
  h1 {
    margin-top: 200px;
    margin-bottom: 50px;
  }
  p {
    margin-bottom: 70px;
  }
}
#conclude {
  margin-top: 40px;
  margin-bottom: 50px;
}
header {
  background-color: #d6d6d6;
  color: black;
  padding: 2%;
  width: 1820px;
  position: fixed;
  top: 0;
}
.container {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 70%;
}
a {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}
article:not(.columnMode, .descImg, .forImage, .describing) {
  display: flex;
  margin-right: 0px;
  margin-left: 75px;
  justify-content: space-between;
}
.columnMode {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.descImg, .describing {
  display: flex;
  gap: 20px;
  flex-direction: row;
  justify-content: space-around;
  font-family: Helvetica, sans-serif;
}
.forImage {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.description {
  width: 200px;
  height: auto;
}
section {
  text-align: center;
  width: 970px;
}
img:not([id]) {
  height: 200px;
}
@media screen and (max-width: 1200px) and (min-width: 801px) {
  header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    nav {
      width: 350px;
      margin: auto;
    }
    section {
      text-align: left;
    }
    .container {
      margin-right: 30px;
      margin-left: 30px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
  }
    img {
      height: 150px;
    }
}
@media screen and (max-width: 800px) and (min-width: 501px) {
  header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    nav {
      width: 450px;
      margin: auto;
    }
    section {
      text-align: left;
    }
    .container {
      margin-right: 0px;
      margin-left: 0px;
      margin-top: 5px;
      margin-bottom: 5px;
    }
  }
  img {
    height: 100px;
  }
}
@media screen and (max-width: 500px) {
  header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    nav {
      width: 450px;
      margin: auto;
    }
    section {
      text-align: left;
    }
    .container {
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  }
  .ImgOut {
    opacity: 0;
    width: 0%;
    margin: 0px;
  }
  section {
    margin-left: 0px;
    width: 60%;
  }
  a {
    margin-left: 0px;
    margin-right: 10px;
  }
  article {
    display: none;
    margin: 0px !important;
  }
  div {
    max-width: 100%;
    width: 100%;
  }
  .forImage {
    img {
      margin: 30px;
    }
  }
}
