.site_revue header {
  margin-bottom: 30px;
}
.site_revue header .revue_logo {
  margin-top: 40px;
}
.site_revue header .header-navigation {
  float: none !important;
  width: 100% !important;
}
.site_revue header .header-navigation .nav ul {
  width: 100%;
}
.site_revue header .header-navigation .nav ul li.menuli a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.site_revue header .header-navigation .nav ul li.menuli:after {
  transition: width 0.2s ease;
  width: 0%;
  height: 3px;
  bottom: 0;
  top: auto;
  content: '';
}
.site_revue header .header-navigation .nav ul li.menuli.current:after,
.site_revue header .header-navigation .nav ul li.menuli:hover:after {
  width: 100%;
}
.site_revue header .header-navigation .nav ul li.menuli:last-child:hover:after {
  display: block !important;
}
.site_revue header .header-navigation .nav ul li.menuli:last-child > a {
  border: 0;
  background: transparent;
  color: #000;
  max-height: none;
  line-height: 57px;
  padding: 0px 14px;
  height: 100%;
}
.site_revue h2.titre_pages {
  display: none;
}
.site_revue .section-fildariane {
  display: none;
}
.site_revue .revue_banner {
  display: none;
}
.site_revue .mobilites_container {
  border-bottom: 0;
}
.site_revue .revue_footer {
  display: none;
}
.site_revue .footer {
  background: #000;
  padding: 60px 0;
}
.site_revue .footer #footer-socials {
  margin-top: 60px;
}
.site_revue .footer #footer-socials li a {
  color: #fff;
  margin-right: 10px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.site_revue .footer #footer-socials li a:hover {
  color: #c80303;
}
.site_revue .footer #footer-socials li + li a {
  margin-left: 10px;
}
.site_revue .footer .menu .titre,
.site_revue .footer .articles .titre {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
}
.site_revue .footer .menu ul li {
  margin-bottom: 12px;
}
.site_revue .footer .menu ul li a {
  color: #fff;
  font-size: 14px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.site_revue .footer .menu ul li a:hover {
  color: #c80303;
}
.site_revue .footer .articles .article {
  margin-bottom: 15px;
}
.site_revue .footer .articles .article .article_titre a {
  color: #fff;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.site_revue .footer .articles .article .article_titre a:hover {
  color: #c80303;
}
