/*
Theme Name: afreth
Description: Theme enfant Consoul
Author: PP
Author URI: https://www.partiesprenantes.com
Template: consoul 
Version: 0.1.0
*/

.dateprojet{
	font-weight:bold;
	color:#f97534;
}
.fondbloc{
    background: #e9eef3;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 10px;
}    
.thm-unit-test h2{
	position: relative;
	display: block;
	font-size:36px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	letter-spacing:1px;
	padding-left:70px;
	display:inline-block;
}

.thm-unit-test h2:before{
	position:absolute;
	content:'';
	left:0px;
	top:22px;
	width:50px;
	height:1px;
	background-color:#f97534;
}
.thm-unit-test h1{
	position: relative;
	display: block;
	font-size:36px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	letter-spacing:1px;
	padding-left:70px;
	display:inline-block;
}

.thm-unit-test h1:before{
	position:absolute;
	content:'';
	left:0px;
	top:22px;
	width:50px;
	height:1px;
	background-color:#f97534;
}
.main-menu .navigation > li > ul > li > a{
	position:relative;
	font-size:14px;
	line-height:24px;
	color:#7e8597;
	font-weight:600;
	text-align:left;
	display:inline-block;
	text-transform:uppercase;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;

}
.sticky-header .main-menu .navigation > li > a{
	padding:20px 0px !important;
	line-height:30px;
	font-size:14px;
	font-weight:600;
	color:#222222;
	text-transform:uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
    