body {
  background-color: rgb(6, 21, 12);
  color: white;
  /* padding: 5vw; */
}

.sous-color {
  box-shadow: 0px 1px 2px rgb(133, 225, 147);
  background-color: rgb(133, 225, 147);
}

.color nav {
  background: linear-gradient(rgb(3, 37, 13), rgb(2, 91, 19), rgb(3, 37, 13));
  color: rgb(75, 169, 86);
}

.color nav a {
  color: rgb(75, 169, 86);
}

.color nav a:hover {
  color: rgb(133, 225, 147);
  border-bottom: 2px solid rgb(133, 225, 147);
}

.color blockquote {
  background-color: rgb(2, 93, 30);
}

.articles-hover:hover {
  color: rgb(2, 91, 19) !important ;
}

.corps_de_page-color {
  background-color: rgb(2, 93, 30);
  color: rgb(133, 220, 143);
}

.mot_de_la_redaction-color {
  color: rgb(75, 169, 86);
  background-color: rgb(3, 37, 13);
}

.mot_de_la_redaction-color p {
  color: rgb(75, 169, 86);
}

.mot_de_la_redaction-color blockquote p {
  color: rgb(133, 220, 143);
}

blockquote {
  background-color: rgb(2, 93, 30);
}

.side_div-color {
  color: rgb(75, 169, 86);
  background-color: rgb(3, 37, 13);
}

.side_div-color a {
  color: rgb(75, 169, 86);
}

.side_div-color img {
  display: inline;
}

.side-hover:hover {
  color: rgb(2, 91, 19) !important ;
}
