/*
Theme Name:     codilight-lite-child
Description:    Theme enfant de codilight-lite
Author:         Voeu
Template:       codilight-lite
Version:		6
*/

body,
button,
input,
select,
textarea {
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 16px;
	font-size: 1.1rem;
	line-height: 1.2;
	color: #494949;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1;
	margin-top: 1rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

body {
	background: #626D71;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a 
{color: #DD4B39;}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {color: #00AFF0; text-decoration: none;}

h1,
.h1 {
	font-size: 22px;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #3b5998;
	font-weight: bold;
	border-bottom: 3px dotted #3b5998;	
}

h2,
.h2 {
font-size: 21px;
	font-size: 1,4rem;
 	color: #0296c8;
	font-weight: bold;
	text-align: center;
	background-color:#FFFFFF;
	border:1px solid #0296c8;
	padding:5px;
	moz-border-radius:10px 0;
	-webkit-border-radius:10px 0;
	border-radius:10px 0;
}

h3,
.h3 {
	font-size: 15px;
	font-size: 1.2rem;
	color: #0296c8;
	border:1px dotted #0066CC;
	padding:5px;
	moz-border-radius:10px 0;
	-webkit-border-radius:10px 0;
	border-radius:10px 0;
}

h4,
.h4 {
	font-weight: normal;
	font-size: 13px;
	font-size: 1.1rem;
}

h5,
.h5 {
	font-size: 12px;
	font-size: 0.9375rem;
}

h6,
.h6 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.8125rem;
}


/* Links
--------------------------------------------------------------*/
a {
	color: #DD4B39;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #00AFF0;
}

/* Paragraphy
--------------------------------------------------------------*/
p {
	margin-top: 0;
	margin-bottom: 13px;
	margin-bottom: 1rem;
}

/* Site Content */
.site-content {
	margin-top: 0px;
	margin-top: 0rem;
}
.widget-title {
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 500;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
 	color: #3b5998;
}

.widget-title a {
	color: #DD4B39;
}

.widget-title a:hover {
	color: #00AFF0;
}

.widget {
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
	font-size: 15px;
	font-size: 0.9375rem;
}

.widget a {
	color: #DD4B39;
}

.widget a:hover {
	color: #00AFF0;
	text-decoration: none;
}

.widget ul {
	margin-bottom: 0px;
	padding: 0px;
	list-style: none;
}

.widget ul li {
	margin: 8px 0px;
}

.widget .widget-title a {
	color: #DD4B39;
}

.widget .widget-title a:hover {
	color: #00AFF0;
}

.page-header .page-title {
	font-size: 22px;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #0296c8;
	border-bottom: 3px dotted #0296c8;
}

/* Top Bar */
.site-topbar {
	line-height: 46px;
	background: #3b5998;
	box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.2);
	width: 100%;
	color: #FFFFFF;
	position: relative;
	z-index: 50;
}

.site-topbar .home-menu a:hover i {
	color: #00AFF0;
}

.site-header .site-branding .site-title a:hover {
	color: #00AFF0;
}

.ft-menu a:hover {
	color: #00AFF0;
	background: #FFFFFF;
}

blockquote {
	clear: both;
	margin: 20px 0px 25px;
	margin:  1.25rem 0rem 1.5625rem;
	box-shadow: 2px 2px 13px #eeeeee;
	border: 1px solid #626D71;
	border-left: 4px solid #3b5998;
	padding: 20px 25px;
	padding:  1.25rem 1.5625rem;
}

.entry-taxonomies span {
	float: left;
	padding: 0px 13px;
	padding:  0rem 0.8125rem;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-right: 4px;
	margin-right: 0.25rem;
	font-weight: 600;
	background: #00AFF0;
	color: #FFFFFF;
	text-transform: uppercase;
}

.entry-taxonomies .post-categories li a:hover, .entry-taxonomies .post-tags li a:hover {
	border-color: #00AFF0;
	text-decoration: none;}

.ft-paginate a:hover {
	border-color: #00AFF0;
}

.ft-paginate span.current {
	background: #00AFF0;
	border-color: #00AFF0;
	color: #FFFFFF;
}

hr {
height: 2px;
	border: 0;
	box-shadow: 0 10px 10px -10px #3b5998 inset;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 1px;
}

.intro {
	font-size: 16px;
	font-size: 1.1rem;
	line-height: 1.1;
	background-color:#FFFFFF;
	border-left:5px double #0296c8;  
	padding:10px; }