@import url('https://fonts.googleapis.com/css?family=Questrial|Raleway:100,200,300,400,500,600,700,800,900&display=swap');

#recherches-pop { background-color: #000; padding: 10px 0; text-align: center;color: #fff;}
#recherches-pop a{color: #bbb;}
#recherches-pop a:hover {color: #e3001b;}

#comments .title-comments {display: none;}

.commentrating .fa{font-size:16px;margin: 0 5px;color:#ffcc00}

.comment-form-url {display: none;}

[type=button], [type=submit], button {
	border-color: #e3001b;
	color: #e3001b;
	font-size: 25px;
    border-radius: 0;
    padding: 15px 20px;
}

[type=button]:hover, [type=submit]:hover, button:hover {
	background: #e3001b;
    border-radius: 0;
}

a {
	color: #e3001b;
}

.slider-progress {
	width: 100%;
	height: 5px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	bottom: 0;
	z-index: 1;
	left: 0;
}
.slider-progress .progress {
	width: 0%;
	height: 5px;
	background: #e3001b;
}

@media screen and (max-width: 1024px) {
	
}

/*** SMARTPHONE SIZE ***/
@media screen and (max-width: 767px) {
	
}