html, body {
  background-color: #eeeeee;
  font-family: "Source Sans 3", sans-serif;
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  box-sizing: border-box;
}


/* LIENS */
a,
a:visited,
a:hover,
a:active,
a:focus {
  color: black;
  text-decoration: none;
}

.page-content a,
.article-content a {
  color: #a0782d;
  font-weight: 500;
}

.page-content a:hover,
.article-content a:hover {
  text-decoration: underline;
}


/* IMG ARTICLE */



.article-figure{
  margin-top: 50px;
  margin-bottom: 0 !important;
}

.article-figure img{
  display: block;
  width: 100%;
  height: auto;
}

.page-content h4,
.article-content h4{
  color: #555;
  opacity: 80%;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 10px !important;
  margin-bottom: 50px;
  font-size: 1rem;
  font-style: normal !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  line-height: 1.2;
  font-family: 'Source Sans 3' !important;
  text-decoration: none !important;
}