/*
Theme Name: Colormag Pro Child Theme
Theme URI: http://themegrill.com/themes/colormag/
Description: Child Theme for Colormag Pro
Author: ThemeGrill
Author URI: http://themegrill.com
Template: colormag-pro
Version: 1.0
*/

@import url("../colormag-pro/style.css");

/*****Lignes for sections*****/
.line{
	border:solid 0.1rem red !important;
}
.line2{
	border:solid 0.1rem red !important;
}

/*****header le point infos*****/
.lepointinfo{
	background:#fff;
    margin-top: 5px;
	height: 17px;
}
.news_li a.newspost-title, .widget .news_li a.newspost-title, #secondary .widget .news_li a.newspost-title{color:#fff;}

.grid-date-post, .grid-date-post a{font-size:13px; margin-bottom:5px;}

.widget-date-post, .widget-date-post a{font-size:16px; margin-top:1px; margin-bottom:5px; font-weight: bold;}

.lepointinfo h4{
	justify-content: center;
	text-align: center;
	margin: -66px 0;
	font: 700 2em/1.4 'Avenir', sans-serif;
	color:#000;
}

/*****le point info slider*****/
.recent-news-items-scroll{
	background:#800000;
	color:#fff;
	margin-top: 15px;
}


/*****header dossier du mois*****/
.ledossierdumois{
	 background:#fff;
   margin-top: -20px;
	height: 20px;

}
.ledossierdumois h4{
	justify-content: center;
	text-align: center;
	margin: -66px 0;
	font: 700 2em/1.4 'Avenir',      sans-serif;
	color:#000;
	
}

/*****header politique*****/
.headerline{
	 background:#fff;
  margin-top: -20px;
	height: 39px;
	margin-bottom:20px;
	font-size:14px;
}
.headerline h4{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 26px 0;
	font: 700 2em/1.4 'Avenir', sans-serif;
	color:#000;
}
.headerline h4:before,
.headerline h4:after{
	content: '';
	border-top: 2px solid;
	margin: 0 20px 0 0;
	flex: 2 0 20px;
	color:red;
	
}
.headerline h4:after{
	margin: 0 0 0 20px;
}

/*****header opinion du censeur*****/
.opinion{
	 background:#fff;
  	height: 40px;
	margin-bottom:20px;
	font-size:14px;

}
.opinion h4{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 26px 0;
	font: 700 2em/1.4 'Avenir', sans-serif;
	color:#000;
}
.opinion h4:before,
.opinion h4:after{
	content: '';
	border-top: 2px solid;
	margin: 0 20px 0 0;
	flex: 2 0 20px;
	color:red;
}
.opinion h4:after{
	margin: 0 0 0 20px;
}

/*****Voice chat*****/
.voice {
    border-bottom: 2px solid #843573;
	margin-bottom: -16px;
}

.chat {
    background-color: #843573;
    color: black;
    display: inline-block;
    font-weight: normal;
    padding: 2px 11px 3px 10px;
    font-size: 18px;
}

/*****Radio live*****/
.radio {
    border-bottom: 2px solid #E22626;
	margin-bottom: -16px;
}

.live {
    background-color:#E22626;
    color: white;
    display: inline-block;
    font-weight: normal;
    padding: 2px 11px 3px 10px;
    font-size: 18px;
}

/*******************/
.strong-view.modern .testimonial-content::before, .strong-view.modern .testimonial-content::after {
    display: none;
}

.wpmtst-testimonial-heading{
	
	font-weight:100;
	font-size:15px;	
	font: 0 1em/1.4 'Avenir', sans-serif;
}
.wpmtst-testimonial-field{
	
	font-size:18px;
	color:#000;
	font-weight:900;
}

/*****separateur de section*****/
.separateur{
	font: 700 2em/1.4 'Avenir', sans-serif;
	font-size:26px;
	margin:0 auto 15px;
	
	margin-bottom:50px;
	text-align:center;
	max-width:500px;
	position:relative;
	color:#000;
}
.separateur:before{
	content:'';
	display:block;
	/*width:390px;*/
	width:80%;
	margin-left:-317px;
	height:2px;
	background:red;
	position:absolute;
	left:0;
	top:20px;
	z-index: -2px;	
}
.separateur:after{
	content:'';
	display:block;
	/*width:390px;*/
	width:80%;
	margin-right:-310px;
	height:2px;
	background:red;
	position:absolute;
	right:0;
	top:20px;
	z-index: -2px;	
}
.span{
	background:#fff;
}

/*
====> ====> 13.8.f Footer Advertisement Area
--------------------------------------------------------------*/
.advertisement_above_footer {
	background-color: #ffffff;
}

.advertisement_above_footer .widget-title {
	border-bottom: 2px solid #289dcc;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.advertisement_above_footer .widget-title span {
	background-color: #289dcc;
	color: #fff;
	padding: 6px 12px;
	display: inline-block;
}