/**

Theme Name: Fond d'Entretion Routier

Theme Description: TODO

*/

/*----------------------------------------------------------------------------- 
[CroixRouge] Screen Stylesheet 

version:   1.0 
date:      20/08/18 
author:    [stanleydanypierre@gmail.com] 
email:     [you at domain dot com] 
website:   [stanleypierre.com] 
version history: [location of file] 

*/

body {
	overflow-x: hidden;
	background: #D0D1D0;
}

h1, h2, h3, h4 {
	color:#012a67 !important;
}

.main {
	background: #fff;
	padding: 30px;
    border-radius: 10px;
    margin-bottom: -40px;
}

.features_articles img{
	width: 100%;
	height: 100%;
}

.section_title h5 {
	color: #012a67 !important;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.highlight {
	color: #FFF200;
}

.wrapper_gray {
	background: #F1F2F2;
	padding: 40px;
	margin-top: 20px;
	margin-bottom: 30px;
}

header {
	padding-top: 20px;	
	padding-bottom: 20px;
	background: #003049;
}

header h4{
	color: #171844;
	margin-top: 25px;
	font-weight: bold;
}

.page_title {
	margin-top: 40px;
}

.logo {
	
}


.zoom-social-icons-list {
	float: right !important;
}

/* MENU */

.menu_row {
	background: #F78F20;
	z-index: 2;
}

.topnav {
	color: #fff;	
}

.topnav li {
	color: #fff;	
}

/* Actualités */

.featured_articles img {
	width: 100%;
	height: 100%;
}

.actualites img {
	width: 100%;
	height: auto;
}
.date_article {
	color: #F99138;
	font-size: 12px;
	margin-bottom: 4px;
}

.slogan {
	background: url('http://fer.gouv.ht/wp-content/themes/fer/img/motobg-01.jpg'); background-size: cover;
	padding: 50px;
	color:#fff;
    text-align: center; width: 100%;
}

.slogan h2 {
	color: #fff !important;
}
/* Footer */

footer {
	background: #003049;
	padding-top: 60px;
	color: #fff;
	padding-bottom: 20px;
}

footer ul {
	list-style:none;
	line-height:1.5em;
}

footer ul li:first-child {
	font-size:16px;
	line-height:3em;
	color: #F7941D;
}

footer ul li a {
	color: #fff;
}

footer ul li a:hover {
	color:#ccc;
	text-decoration:none;
}

.copyright {
	text-align: center;
	padding-top: 30px;
}