body {
  background-color: #d9d9d9;
}
body .row {
  margin-bottom: 0;
}
body nav {
  background-color: transparent;
  background: rgba(0, 0, 0, 0.7);
}
body nav ul li a:hover {
  background: rgba(245, 245, 245, 0.4);
}
.sidenav {
  width: auto;
  height: auto;
  padding-bottom: 1vh;
}
body .projet-content {
  background-color: #333333;
}
body .projet-content h1 {
  text-align: center;
  color: whitesmoke;
  text-shadow: 4px 5px 4px rgba(255, 255, 255, 0.33);
  margin-top: 2%;
  margin-bottom: 2%;
}
@media screen and (min-width: 320px) {
  body .projet-content h1 {
    font-size: xx-large;
  }
}
@media screen and (min-width: 768px) {
  body .projet-content h1 {
    font-size: xx-large;
  }
}
@media screen and (min-width: 1440px) {
  body .projet-content h1 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 2560px) {
  body .projet-content h1 {
    font-size: 4.2rem;
  }
}
body .projet-content .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
body .projet-content .row:after {
  content: none;
}
body .projet-content .row .col.s5 {
  width: 41.6666666667%;
  margin-left: 0;
  left: 0;
  right: 0;
}
body .technology-content {
  background-color: #d9d9d9;
}
body .technology-content h1 {
  text-align: center;
  text-shadow: 4px 5px 4px rgba(17, 17, 17, 0.33);
  margin-top: 2%;
  margin-bottom: 2%;
}
@media screen and (min-width: 320px) {
  body .technology-content h1 {
    font-size: xx-large;
  }
}
@media screen and (min-width: 768px) {
  body .technology-content h1 {
    font-size: xx-large;
  }
}
@media screen and (min-width: 1440px) {
  body .technology-content h1 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 2560px) {
  body .technology-content h1 {
    font-size: 4.2rem;
  }
}
body .technology-content .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
body .technology-content .row:after {
  content: none;
}
body .technology-content .row .col.s5 {
  width: 41.6666666667%;
  margin-left: 0;
  left: 0;
  right: 0;
}
body .technology-content .row .raid-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  justify-items: center;
  align-items: center;
  margin-top: 3%;
}
body .technology-content .row .raid-img p {
  font-size: 1, 2vh;
}/*# sourceMappingURL=projects.css.map */
