/*
Theme Name: RedMag Child Theme
Theme URI: http://redmag.nanoagency.co
Description: Child theme of RedMag
Author: Nano Agency
Author URI: http://nanoagency.co
Template: redmag
Version: 1.0.0
*/

.site-title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header-left .header-content-logo {
  text-align: center;
}

.entry-avatar .entry-header-share {
  display: none;
}

.entry-avatar {
  padding: 10px 0;
}

.author-img, .entry-footer {
  display: none;
}

.header-left .site-logo {
  width: 100%;
  text-align: center;
}

.header-left .site-logo a {
  display: block;
  margin: 0 auto;
}

.post-author {
  padding: 20px 0 10px;
}

.vc_btn3.vc_btn3-color-juicy-pink.active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-juicy-pink:active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  color: #f2f2f2;
  background-color: #f82e56;
}

.single .entry-content a {
  color: #f82e56;
}

@media (max-width: 1199px) {
  #logo img {
    max-height: 100px !important;
  }
  .site-logo {
    max-height: none !important;
}
}

#toc_container.toc_light_blue {
  background: #ececec;
}


/*
*	BLOCS IMAGES
*/
.img_bloc_article_vedette {
	height: 320px;
	width: 100%;
	background-size: cover;
	background-position: center center;
}
.img_bloc_article_vedette_min {
	height: 188px;
	width: 100%;
	background-size: cover;
	background-position: center center;
}
.img_bloc_article_vedette_carre {
	height: 100px;
	width: 100%;
	background-size: cover;
	background-position: center center;
}
.img_bloc_article_categorie {
	height: 280px;
	width: 100%;
	background-size: cover;
	background-position: center center;
}