*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #d22929;
  color: #ece9e5;
  text-shadow: none;
}
::selection {
  background: #d22929;
  color: #ece9e5;
  text-shadow: none;
}
figure {
  margin: 0;
}
img {
  border: none;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
.blog-detail article {
  text-align: left;
}
.blog-detail article h1 {
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 45px 0 30px;
}
.blog-detail article h1:first-of-type {
  margin-top: 15px;
}
.blog-detail article p,
.blog-detail article ul,
.blog-detail article ol {
  margin: 0 0 25px;
}
.blog-detail article a {
  color: #605839;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.blog-detail article a:hover {
  background: #605839;
  color: #fff;
}
.blog-detail article strong {
  display: inline;
  font-size: inherit;
  margin: 0;
}
.blog-detail article img {
  max-width: 100% !important;
  height: auto !important;
}
.blog-detail article::after {
  content: '';
  display: block;
  width: 100%;
  max-width: 790px;
  height: 3px;
  background: #000;
  margin: 70px auto;
}
.blog-detail #socials-nav,
.blog-detail #nav-prev-next {
  display: flex;
  margin: 0 auto;
  max-width: 790px;
  width: 100%;
  justify-content: space-between;
}
.blog-detail #socials-nav a:hover,
.blog-detail #nav-prev-next a:hover {
  color: #605839;
}
.blog-detail #socials-nav {
  justify-content: flex-start;
  margin: 50px auto;
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.blog-detail #socials-nav a {
  margin-right: 10px;
}
.blog-detail #a-lire-aussi {
  max-width: 790px;
  margin: 0 auto;
}
.blog-detail #a-lire-aussi h2 {
  text-transform: uppercase;
}
.blog-detail #a-lire-aussi h2 span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 3px solid #000;
}
.blog-detail #a-lire-aussi ul {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.blog-detail #a-lire-aussi ul li {
  width: 50%;
}
.blog-detail #a-lire-aussi ul li:nth-child(odd) {
  padding-right: 5px;
}
.blog-detail #a-lire-aussi ul li:nth-child(even) {
  padding-left: 5px;
}
.blog-detail #a-lire-aussi ul li figure {
  display: flex;
  align-items: center;
}
.blog-detail #a-lire-aussi ul li figure img {
  width: 150px;
  margin-right: 10px;
}
.blog-detail #a-lire-aussi ul li figure figcaption {
  width: calc(100% - 150px);
  font-size: 20px;
  text-transform: uppercase;
}
.blog #link-to-other {
  max-width: 790px;
  margin: 0 auto;
}
.blog #link-to-other h1 {
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 45px 0 30px;
}
.blog #link-to-other h1:first-of-type {
  margin-top: 15px;
}
.blog #link-to-other ul {
  margin: 0;
  padding: 0;
}
.blog #link-to-other ul li {
  list-style-type: none;
  margin-bottom: 75px;
}
.blog #link-to-other ul li img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.blog #link-to-other ul li h2 {
  font-size: 45px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
  margin: 10px 0 20px;
}
.blog #link-to-other ul li p {
  margin: 0 0 30px;
}
.blog #link-to-other ul li a.read {
  display: inline-block;
  font-family: "Times New Roman", Times, serif;
  border: 2px solid #000;
  text-transform: uppercase;
  padding: 10px 20px;
}
.blog #link-to-other ul li .socials-nav {
  margin-top: 30px;
}
