.h1 {
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem; }

.h2 {
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem; }

.h3 {
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem; }

.date {
  background-color: #ecf0f1; }

.container {
  max-width: 980px; }

.nouvelle-date {
  border: solid 3px #fff000; }

.footer {
  color: white !important; }

.footer a {
  color: red;
  text-decoration: none; }

.footer a:hover {
  text-decoration: underline; }

.new {
  background-color: #fff000;
  font-weight: bold;
  max-width: 200px;
  text-align: center;
  margin: 0px;
  padding: 5px; }

.full {
  filter: saturate(0); }

@media only screen and (max-width: 728px) {
  .h1 .h2 .h3 {
    text-align: center; }
  p {
    text-align: center; }
  .container {
    max-width: 90%; }
  img {
    margin-bottom: 20px; } }
