/* ------------ IMPORT FONT ------------- */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300);

/* ------------ BASE ------------- */
body{
	overflow-x:hidden;
	position:relative;
	margin: 0;
	padding:0;
	line-height:1.7;
	background-image: url(../../Modele1/images/bg_body.png);
}

::-webkit-input-placeholder{ opacity:1 !important;}
:-moz-placeholder{opacity:1 !important;}
::-moz-placeholder{ opacity:1 !important;}
:-ms-input-placeholder{ opacity:1 !important;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
*:before, *:after{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
iframe{border: 0 none; border-radius: 0; font-size: 0; margin: 0; outline: medium none; padding: 0; vertical-align: top; width: 100%;}
a, input, select, textarea{vertical-align:top; outline:none !important;}
textarea{resize: noservice_itemne;}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] &gt; input[type="button"]::-moz-focus-inner{border: none;}

img{
	vertical-align:top;
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
img.scale-with-grid{
    max-width: 100%;
    height: auto;
}
li{line-height: 1.9;}
p{
    margin-bottom: 20px;
}
iframe, embed, img{
    max-width: 100%;
    border: none;
}

.row-fluid [class*="span"]{
	min-height:1px;
}

.clear{
	clear:both;
	height:0;
	font-size:0;
}
.right{text-align:right;}
.center{text-align:center;}


/* Preloader */
#preloader{
	position:fixed;
	z-index:999999;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#fff;
}
#preloader span{
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	margin-top:-10px;
	display:block;
	text-align:center;
	line-height:20px;
	font-size:13px;
}
#preloader img{
	position:absolute;
	left:50%;
	top:50%;
	width:32px;
	height:32px;
	margin:-16px 0 0 -16px;
}



/* Extra Class */
.margtop20{margin-top: 20px !important;}
.margbot0{margin-bottom:0 !important;}
.margbot5{margin-bottom:5px !important;}
.margbot10{margin-bottom:10px !important;}
.margbot20{margin-bottom:20px !important;}
.margbot25{margin-bottom:25px !important;}
.margbot30{margin-bottom:30px !important;}
.margbot40{margin-bottom:40px !important;}
.margbot50{margin-bottom:50px !important;}
.margbot60{margin-bottom:60px !important;}
.margbot65{margin-bottom:65px !important;}
.margbot70{margin-bottom:70px !important;}
.margbot80{margin-bottom:80px !important;}

.pad0{padding:0 !important;}
.padbot0{padding-bottom:0 !important;}
.padbot10{padding-bottom:10px !important;}
.padbot15{padding-bottom:15px !important;}
.padbot20{padding-bottom:20px !important;}
.padbot30{padding-bottom:30px !important;}
.padbot40{padding-bottom:40px !important;}
.padbot45{padding-bottom:45px !important;}
.padbot50{padding-bottom:50px !important;}
.padbot60{padding-bottom:60px !important;}
.padbot70{padding-bottom:70px !important;}
.padbot80{padding-bottom:80px !important;}

.padtop0{padding-top:0 !important;}
.padtop30{padding-top:30px !important;}



.highlight{
    color: #4da4f3
}
p{
    margin: 0 0 20px 0
}
p img{
    margin: 0
}
em{
    font-style: italic
}
strong{
    font-weight: bold
}
small{
    font-size: 80%
}
hr{
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}
pre{
    height: auto;
    font-family: Consolas, monospace;
    border: 1px solid #e2e2e2;
    background: #f7f7f7;
    padding: 10px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 20px 0;
    overflow-x:auto;
}
.hidden{  display: none !important }


/* 02. Links and Form */
a{
    color: #333;
    text-decoration: none;
    outline: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
a:hover,
a:focus{
    color: #666666;
    text-decoration: none;
    outline: 0;
}
p a,
p a:visited{
    line-height: inherit
}

select{
	height:40px;
	padding:10px 20px 10px 10px;
	line-height:20px;
	font-size:12px;
	color:#666;
	border:1px solid #e3e3e3;
	box-shadow:3px 3px 3px rgba(0,0,0,0.05) inset;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone{
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter{
    display: block;
    margin: 5px auto 5px auto;
}

.alignright{
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft{
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter{
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright{
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone{
    margin: 5px 20px 20px 0;
}

a img.alignleft{
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption{
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone{
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft{
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright{
    margin: 5px 0 20px 20px;
}

.wp-caption img{
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text{
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Theme Boxed Layout Style*/
.theme-boxed{
	position:relative;
	width: 1230px;
    margin-left: auto;
	margin-right:auto;
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
}
.theme-boxed header.menu_fixed{
	left:50%;
	width:1230px;
	transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}





/* ------------ MAIN --------------- */
.page-wrap{
	overflow-x:hidden;
	position:relative;
}

#main, #slider { position: relative; }
body.home #slider{margin-top:70px;}
#slider{
	margin-bottom:70px;
	min-height:500px;
    background-color: #FFF;
}
#main{
    /* @changelog 2019-07-31 [FIX] (Antony) Affichage des titres de pages (201907180001) */
    margin-top:180px;
	padding-top: 0;
    padding-bottom: 0;
}
.right-sidebar, .content-left { float: right; }

/*-----------------------------------------------------------------------------------*/
/*	Typography
/*-----------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
.h1-like {
    margin: 0 0 25px 0;
    padding: 0;
	text-transform:none;
    font-weight: 700;
	line-height:1.2;
	color: #333;
}

h1,
.h1-like {font-size: 34px;}
h2{font-size: 28px;}
h3{font-size: 24px;}
h4{font-size: 22px;}
h5{font-size: 18px;}
h6{font-size: 16px;}

.eva-title-container h1.eva-title{font-size:68px;}
.eva-title-container h2.eva-title{font-size:60px;}
.eva-title-container h3.eva-title{font-size:52px;}
.eva-title-container h4.eva-title{font-size:44px;}
.eva-title-container h5.eva-title{font-size:36px;}
.eva-title-container h6.eva-title{font-size:28px;}

.eva-title-container .eva-title.center{text-align:center;}
.eva-title-container .eva-title.left{text-align:left;}
.eva-title-container .eva-title.right{text-align:right;}

.full-width-content.light,
.full-width-content.light .eva-title,
.full-width-content.light h1,
.full-width-content.light h2,
.full-width-content.light h3,
.full-width-content.light h4,
.full-width-content.light h5,
.full-width-content.light h6{
	color:#fff !Important;
}





/*-----------------------------------------------------------------------------------*/
/*	Page Title
/*-----------------------------------------------------------------------------------*/
#no-pagetitle{
	margin-bottom:130px;
}

#page-title{
	margin-top:69px;
	margin-bottom:60px;
	padding: 43px 0 42px;
	text-align:center;
	background-image:url(/modeles/fr/Modele1/css/../images/assets/img/page-title1.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
#page-title h2{
	margin-bottom:8px;
	font-weight:700;
	line-height:64px;
	font-size:70px;
	color:#333;
}
#page-title h3{
	margin-bottom:9px;
	font-weight:400;
	line-height:30px;
	font-size:30px;
	color:#666;
}


/* Breadcrumbs */
#breadcrumbs-wrap span{
	position:relative;
	display:inline-block;
	padding:0 17px 0 12px;
	line-height:20px;
	font-size:14px;
	color:#666;
}
#breadcrumbs-wrap span:before{
	content:'';
	position:absolute;
	right:0;
	top:8px;
	width:6px;
	height:6px;
	border-radius:50%;
	border:2px solid transparent;
}
#breadcrumbs-wrap span:last-child:before,
#breadcrumbs-wrap span.current:before{
	display:none;
}
#breadcrumbs-wrap span a{
	color:#666;
}

/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/
#top_bar { background-color: #fff; }
header{
	position:absolute;
	z-index:100;
	left:0;
	right:0;
	top:0;
	/* padding:17px 0; */
	background-color:#fff;
	transition: padding 0.3s ease-in-out;
	-webkit-transition: padding 0.3s ease-in-out;
}
/* @changelog 2025-04-10 [FIX] (Nicolas) Changement de valeur depuis le widgte Bandeau d'infos : 51px --> 98px */
header.with-topbar{top:98px;}
header:before{
	content:'';
	position:absolute;
	left:0;
	top:100%;
	right:0;
	height:27px;
	background-image:url(/modeles/fr/Modele1/css/../images/assets/img/header_shadow.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% auto;
	-webkit-background-size:100% auto;
}
header.menu_fixed{
	position:fixed;
	top:0;
	padding:10px 0;
}
header .container{position:relative;}
header .container:before{
	content:'';
	position:absolute;
	z-index:1000;
	left:0;
	top:0;
	width:100%;
	height:1px;
	box-shadow:0 -1px 0 #eee inset;
}


/* Top Bar */
/* @changelog 2025-04-10 [FIX] (Nicolas) Style du widget Bandeau d'infos */
/* @changelog 2025-06-10 [FIX] (Anne-Lyse Volant) Correction de la couleur du bandeau à la demande du client (202505280007) */
.widget-bandeau {
	background-color: #eb0000;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
}

.top_bar_phone{
	/* @changelog 2019-07-31 [FIX] (Antony) Le header contenant le mail, le téléphone et les réseaux sociaux est désormais géré avec Flexbox (201907180001) */
	/* @changelog 2019-06-05 [EVOL] (Antony) La largeur du site est maintenant de 1280px au lieu de 1170px (201811120017) */
	padding:12px 12px 14px 0;
	font-weight:900;
	line-height:24px;
	font-size:15px;
	color:#333;
}
.top_bar_address{
	/* @changelog 2019-07-31 [FIX] (Antony) Le header contenant le mail, le téléphone et les réseaux sociaux est désormais géré avec Flexbox (201907180001) */
	padding:11px 20px 14px 0;
	line-height:24px;
	font-size:13px;
	color:#666;
}
.top_bar_phone i,
.top_bar_address i{
	vertical-align:top;
	padding-right:3px;
	line-height:24px;
	font-size:20px;
}


/* logo */
#top_logo{
	float:left;
	position: relative;
    z-index: 100;
}
#top_logo a{
	display:block;
	padding:4px 0 3px;
	font-weight:900;
	line-height:28px;
	font-size:28px;
	color:#333 !important;
}

#footer_logo a{
	display:block;
	padding:2px 0 3px;
	font-weight:900;
	line-height:28px;
	font-size:28px;
	color:#fff !important;
}



/* Top Search */
#top_search{
	position:relative;
	float:right;
	width:105px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
#top_search.ct-search-open{
	width:290px;
	margin-left:-200px;
}
#top_search i{
	position:absolute;
	z-index:1;
	left:2px;
	top:2px;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:15px;
	color:#ccc;
	transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
}
#top_search.ct-search-open i{color:#333;}
#top_search form{margin:0;}
#top_search form input[type="text"]{
	width:100%;
	height:34px;
	margin:0;
	padding:8px 0 8px 30px;
	font-size:13px;
	color:#ccc;
	border:2px solid #eee;
	border-radius:4px;
	box-shadow:none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#top_search form input[type="text"]:focus{
	color:#333;
	border-color:#666;
}
#top_search form input[type="submit"]{
	overflow:hidden;
	position:absolute;
	z-index:2;
	left:2px;
	top:2px;
	margin:0;
	padding:0;
	width:30px;
	height:30px;
	text-indent:-999px;
	background:none;
}






/*-----------------------------------------------------------------------------------*/
/*	Menu
/*-----------------------------------------------------------------------------------*/
.mobile_menu_icon{
	display:none;
}

#top_menu{
	position:relative;
	margin-right:20px;
	padding: 52px 0;
}
#top_menu ul{margin:0; list-style: none;}
#top_menu li{
	position:relative;
	float:left;
	margin:0;
}
#top_menu li a{
	position:relative;
	display:block;
	padding:0 21px;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#666;
}
#top_menu li a.main-menu-link:before{
	content:'';
	position:absolute;
	right:0;
	top:5%;
	bottom:4px;
	width:1px;
	border-right:1px dotted #999;
	height: 90%;
}
#top_menu li.last_item a.main-menu-link:before{
	display:none;
}
#top_menu li.current-menu-parent a,
#top_menu li.current-menu-item a,
#top_menu li:hover a{color:#333;}
#top_menu li a.main-menu-link:after{
	content:'';
	position:absolute;
	z-index:9506;
	left:21px;
	right:21px;
	top:-23px;
	height:3px;
	opacity:0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
header.menu_fixed #top_menu li a.main-menu-link:after{
	top:-14px;
}
#top_menu li.current-menu-parent a.main-menu-link:after,
#top_menu li.current-menu-item a.main-menu-link:after,
#top_menu li:hover a.main-menu-link:after{
	opacity:1;
}


/* Sub Menu */
#top_menu .sub-nav{
	visibility:hidden;
	opacity:0;
	position:absolute;
	z-index:100;
	left:0;
	top:100%;
	width:190px;
	margin:28px 0 0;
	padding:0;
	border-radius:2px;
	box-shadow:0 2px 5px 1px rgba(0,0,0,0.1);
	background-color:rgba(255,255,255,0.9);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#top_menu .sub-nav:after{
	content:'';
	position:absolute;
	left:0;
	top:-28px;
	height:28px;
	width:100%;
}
#top_menu .has-submenu:hover .sub-nav{
	visibility:visible;
	opacity:1;
}
#top_menu .sub-menu li{
	position:relative;
	width:100%;
	margin:0;
	padding:0;
}
/* @changelog 201907180001 [FIX] (Antony) Correction de la hauteur des éléments du sous-menu (2019-08-01) */
#top_menu .sub-menu li a{
	padding:7px 7px 7px;
	text-transform:none;
	font-weight:400;
	font-size:13px;
	color:#fff;
	border:0;
	line-height: 120%;
}
#top_menu .sub-menu li.mega-menu-item-has-subtitle a{
	padding-left:35px;
}
#top_menu .sub-menu li a:before{display:none;}
#top_menu .sub-menu li.current-menu-item a,
#top_menu .sub-menu li:hover a{
	color:#333;
	/*background-color:#fff;*/
}

#top_menu .sub-menu li i{
	display:inline-block;
	padding-right:7px;
	line-height:20px;
	color:#ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#top_menu .sub-menu li.mega-menu-item-has-subtitle i{
	position:absolute;
	left:15px;
	top:7px;
}
#top_menu span.subtitle{
	display:block;
	line-height:15px;
	font-size:11px;
	color:#999;
}


/* Sub Menu 2 lvl */
#top_menu .sub-sub-menu{
	position:absolute;
	visibility:hidden !Important;
	opacity:0 !important;
	left:100%;
	top:-2px;
	width:190px;
	margin:0 0 0 4px;
	padding:0;
	border-radius:2px;
	box-shadow:0 2px 5px 1px rgba(0,0,0,0.1);
	background-color:rgba(255,255,255,0.9);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#top_menu .sub-sub-menu:before{
	content:'';
	position:absolute;
	left:-7px;
	top:0;
	display:block;
	width:7px;
	height:100%;
}
#top_menu .has-submenu .has-submenu:hover .sub-sub-menu{
	visibility:visible !Important;
	opacity:1 !important;
}
#top_menu .sub-sub-menu li a{
	color:#666 !important;
}
#top_menu .sub-sub-menu li.current-menu-item a,
#top_menu .sub-sub-menu li:hover a{
	color:#333 !important;
}
#top_menu .sub-menu .sub-menu li i{
	left:20px;
	color:#ccc;
}
#top_menu .sub-menu .sub-menu li.current-menu-item i,
#top_menu .sub-menu .sub-menu li:hover i{
	left:25px;
	color:#333;
}


/* Mega Menu */
#top_menu .mega-menu-item{position:static;}
#top_menu .mega-menu-item .sub-nav{
	margin-right:-1px;
}
#top_menu .mega-menu-item .sub-nav-group{
    display: inline-block;
	vertical-align: top;
    margin: 0 -1px 0 0;
    padding: 0;
	width:200px;
}




/*-----------------------------------------------------------------------------------*/
/*	Social Icons
/*-----------------------------------------------------------------------------------*/
.eva-social-icon a{
    display: inline-block;
    margin: 0 0 0 17px;
    padding: 0;
	width:24px;
	height:24px;
    text-align: center;
    line-height: 24px;
	font-size: 20px;
	color:#ccc;
}
.eva-social-icon a.facebook:hover, .member-social a.facebook:hover{color:#3b5998;}
.eva-social-icon a.flickr:hover{color:#fd0070;}
.eva-social-icon a.google-plus:hover, .member-social a.google-plus:hover{color:#f63e28;}
.eva-social-icon a.twitter:hover, .member-social a.twitter:hover{color:#58ccff;}
.eva-social-icon a.instagram:hover{color:#685044;}
.eva-social-icon a.pinterest:hover{color:#d73532;}
.eva-social-icon a.skype:hover{color:#04b3ec;}
.eva-social-icon a.vimeo-square:hover{color:#1ab7ea;}
.eva-social-icon a.youtube:hover{color:#e02921;}
.eva-social-icon a.dribbble:hover, .member-social a.dribbble:hover{color:#e4508a;}
.eva-social-icon a.linkedin:hover{color:#0085ae;}
.eva-social-icon a.rss:hover{color:#ff9900;}
.eva-social-icon a:focus{color:#ccc;}

#top_bar .eva-social-icon{
	float:right;
	padding:13px 0;
}

footer .eva-social-icon{
	padding-top:6px;
	text-align:center;
}







/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/
footer .container{
	padding-top:35px;
	padding-bottom:12px;
	border-bottom:1px solid #2a2a2a;
}

#bottom .container{
	padding-top:26px;
	padding-bottom:27px;
}

/* Scroll Top */
#scrollTop{
	float:right;
	width:34px;
	height:34px;
	text-align:center;
	line-height:34px;
	font-size:18px;
	color:#1c1c1c;
	border-radius:4px;
	background-color:#262626;
	cursor:pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}



/* Copyright */
p.copyright{
	display:inline-block;
	margin:5px 0;
	padding-right:20px;
	font-size:14px;
	color:#333;
}





/*-----------------------------------------------------------------------------------*/
/*	Widgets
/*-----------------------------------------------------------------------------------*/
#sidebar .widget{margin-bottom:57px;}
#sidebar h6.widget-title{
	margin-bottom:20px;
	text-transform:uppercase;
}

footer h6.widget-title{
	margin:0 0 20px;
	text-transform:uppercase;
}


/* Facebook Widget */
.widget_facebook_widget{overflow:hidden;}


/* Search Widget */
.widget_search .search_form{
	position:relative;
	padding:10px;
	background-color:#eee;
}
.widget_search .search_form i{
	content: "\f002";
	position:absolute;
	z-index:1;
	top:13px;
	right:13px;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	font-size:16px;
	color:#fff;
	border-radius:4px;
}
.widget_search .search_form input[type="text"]{
	width:100%;
	height:40px;
	margin:0;
	padding:0 50px 0 10px;
	font-size:16px;
	color:#999;
	border:1px solid #e6e6e6;
	border-radius:0;
}
.widget_search .search_form .screen-reader-text{
	display:none;
}
.widget_search .search_form input[type="submit"]{
	overflow:hidden;
	position:absolute;
	z-index:2;
	top:13px;
	right:13px;
	width:34px;
	height:34px;
	margin:0;
	padding:0;
	text-indent:-999px;
	opacity:0;
	background:none;
	border:none;
}



/* Categories Widget */
.widget_archive select,
.widget_categories select{
	width:100%;
}
.widget_meta ul,
.widget_archive ul,
.widget_categories ul{
	margin:0;
	list-style: none;
	border:1px solid #eee;
}
footer .widget_meta ul,
footer .widget_archive ul,
footer .widget_categories ul{
	border-color: #2a2a2a;
}
.widget_meta li,
.widget_archive li,
.widget_categories li{
	position:relative;
	padding:13px 10px 12px 50px;
	line-height:24px;
	border-bottom:1px solid #eee;
}
footer .widget_meta li,
footer .widget_archive li,
footer .widget_categories li{
	border-color: #2a2a2a;
}
.widget_meta li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child{
	border-bottom:0;
}
.widget_meta li i,
.widget_archive li i,
.widget_categories li i{
	position:absolute;
	left:20px;
	top:14px;
	font-weight:600;
	line-height:24px;
	font-size:8px;
	color:#333;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.widget_meta li a,
.widget_archive li a,
.widget_categories li a{
	display:inline-block;
	vertical-align:top;
	padding-right:7px;
	font-weight:600;
	font-size:18px;
}




/* Widget Nav Menu */
.widget_nav_menu ul{
	width:100% !important;
	margin:0;
	list-style: none;
	border:1px solid #eee;
}
footer .widget_nav_menu ul{
	border-color: #2a2a2a;
}
.widget_nav_menu ul li{
	position:relative;
	padding:13px 10px 12px 50px;
	line-height:24px;
	border-bottom:1px solid #eee;
}
.widget_nav_menu ul li:last-child{
	border-bottom:none;
}
.widget_nav_menu ul li a{
	font-weight:600;
	font-size:18px;
	color:#333;
}
.widget_nav_menu li a:before{
	content:"\f054";
	position:absolute;
	left:20px;
	top:14px;
	font-family:'FontAwesome';
	font-weight:600;
	line-height:24px;
	font-size:8px;
	color:#333;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.widget_nav_menu ul li span.subtitle{
	display: block;
	padding-left: 22px;
	line-height: 13px;
    font-size: 11px;
	color: #999;
}
.widget_nav_menu ul li i{
	display: inline-block;
    padding-right: 7px;
	line-height: 20px;
	color: #ccc;
    transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

/* Sub Menu */
.widget_nav_menu ul li .sub-nav,
.widget_nav_menu ul li .sub-sub-menu{
	margin-left:-30px;
}
.widget_nav_menu ul ul,
.widget_nav_menu ul li li{
	border:none;
}
.widget_nav_menu ul li li a,
.widget_nav_menu li li a:before{
	color:#333 !important;
}

/* Footer */
footer .widget_nav_menu ul{
	margin:0;
	padding:0;
	list-style: none;
	border:none;
}
footer .widget_nav_menu ul li{
	padding:0;
	border:none;
}
footer .widget_nav_menu ul li a{
	position:relative;
	padding:0 0 6px 16px;
	font-weight:400;
	font-size:14px;
	color:#999;
}
footer .widget_nav_menu ul li.current-menu-item a,
footer .widget_nav_menu ul li:hover a{
	color:#fff;
}
footer .widget_nav_menu ul li a:before{
	content:'';
	position:absolute;
	left:0;
	top:6px;
	width:7px;
	height:7px;
	border-radius:50%;
	border:2px solid #666;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}



/* Widget Pages */
.widget_pages ul{
	margin:0;
	list-style: none;
}
.widget_pages ul li a{
	position:relative;
	padding:0 0 6px 16px;
	color:#666;
}
.widget_pages ul li a:before{
	content:'';
	position:absolute;
	left:0;
	top:6px;
	width:7px;
	height:7px;
	border-radius:50%;
	border:2px solid #666;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}



/* Popular Posts Widget */
.eva-recent-posts-widget .recent-thumb{
	float:left;
	width:70px;
	height:50px;
	margin-right:20px;
	border:1px solid #efefef;
}
.eva-recent-posts-widget .recent-thumb span{
	position:relative;
	display:block;
}
.eva-recent-posts-widget .recent-thumb span:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	font-family: FontAwesome;
	text-align:center;
	line-height:50px;
	font-size:20px;
	color:#ccc;
	cursor:default;
}
.eva-recent-posts-widget .recent-thumb span.standard:before{content: "\f044";}
.eva-recent-posts-widget .recent-thumb span.audio:before{content: "\f028";}
.eva-recent-posts-widget .recent-thumb span.link:before{content: "\f0c1";}
.eva-recent-posts-widget .recent-thumb span.video:before{content: "\f03d";}
.eva-recent-posts-widget .recent-thumb span.gallery:before{content: "\f03e";}
.eva-recent-posts-widget .recent-thumb span.image:before{content: "\f03e";}

.eva-recent-posts-widget ul{
	margin:0;
	list-style:none;
}
.eva-recent-posts-widget li{margin-bottom:20px;}
.eva-recent-posts-widget li:last-child{margin-bottom:0;}
.eva-recent-posts-widget .eva-recent-content{
	margin:-5px 0 0 90px;
}
.eva-recent-posts-widget .eva-recent-content h4{
	margin:0;
	line-height:20px;
}
.eva-recent-posts-widget .eva-recent-content a{
	display:inline-block;
	margin-bottom:4px;
	font-weight:400;
	line-height:17px;
	font-size:14px;
	color:#666;
}
.eva-recent-posts-widget .eva-recent-content a:hover{
	color:#333;
}
.eva-recent-posts-widget .eva-recent-content .date{
	display:block;
	text-transform:uppercase;
	line-height:23px;
	font-size:11px;
}



/* Tags Widget */
.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud{
	margin-right:-5px;
}
.widget_product_tag_cloud a,
.meta-tag-list a,
.widget_tag_cloud a{
	display:inline-block;
	margin:0 2px 5px 0;
	padding:3px 10px 2px;
	text-transform:capitalize;
	line-height:24px;
	font-size:14px !Important;
	color:#fff;
	background-color:#333;
}



/* Twitter Widget */
.twitterwidget li{
	position:relative;
	margin-bottom:10px;
	padding-left:30px;
}
.twitterwidget li i.fa{
	position:absolute;
	left:6px;
	top:4px;
	font-size:16px;
	color:#333;
}
.twitterwidget li p{
	display:block;
	line-height:20px;
	font-size:12px;
}
.last-tweets li .twitter_time{
	display:inline-block;
	line-height:20px;
	font-size:11px;
	color:#999;
}



/* Widget Calendar */
.widget_calendar thead{background-color:#efefef;}
footer .widget_calendar thead{background-color:#2a2a2a;}
.widget_calendar thead th{text-align:center;}
.widget_calendar tbody{border-left:1px solid #efefef;}
footer .widget_calendar tbody{border-left:1px solid #2a2a2a;}
.widget_calendar tbody td{
	text-align:center;
	font-weight:700;
	font-size:16px;
	color:#999;
	border-top:1px solid #efefef;
	border-right:1px solid #efefef;
}
footer .widget_calendar tbody td{
	border-top:1px solid #2a2a2a;
	border-right:1px solid #2a2a2a;
}
.widget_calendar table{
    width:100%;
    background-color:transparent;
    border-collapse:collapse;
    border-spacing:0;
}
.widget_calendar table caption{
	padding:8px;
	text-align:left;
	font-weight:700;
	font-size:14px;
	border-left:1px solid #f0f0f0;
	border-top:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
}
footer .widget_calendar table caption{
	border-left:1px solid #2a2a2a;
	border-top:1px solid #2a2a2a;
	border-right:1px solid #2a2a2a;
}
.widget_calendar table th,
.widget_calendar table td{
    padding:8px;
    line-height:20px;
    text-align:center;
    vertical-align:top;
    border-top:1px solid #f0f0f0;
}
footer .widget_calendar table th,
footer .widget_calendar table td{
	border-top:1px solid #2a2a2a;
}
.widget_calendar table td#prev{text-align:left;}
.widget_calendar table td#next{text-align:right;}
.widget_calendar table th{
    font-weight:bold;
}
.widget_calendar table thead th{
    vertical-align:bottom;
	text-align:center;
}
.widget_calendar table caption + thead tr:first-child th,
.widget_calendar table caption + thead tr:first-child td,
.widget_calendar table colgroup + thead tr:first-child th,
.widget_calendar table colgroup + thead tr:first-child td,
.widget_calendar table thead:first-child tr:first-child th,
.widget_calendar table thead:first-child tr:first-child td{border-top:0}
.widget_calendar table tbody + tbody{
    border-top:2px solid #ddd;
}



/* Flickr Widget */
.flickr_widget .flickr-widget{margin:0 -10px 0 0;}
.flickr_widget a{
	display:inline-block;
	width:70px;
	height:70px;
	margin:0 10px 10px 0;
}
.flickr_widget:hover a{opacity:0.3;}
.flickr_widget a:hover{opacity:1;}



/* Dribbble Widget */
.dribbble-widget{margin:0 -10px 0 0;}
.dribbble-widget a{
	overflow:hidden;
	display:inline-block;
	width:70px;
	height:70px;
	margin:0 10px 10px 0;
}
.dribbble-widget:hover a{opacity:0.3;}
.dribbble-widget a:hover{opacity:1;}
.dribbble-widget a img{
	width:auto;
	max-width:none;
	height:100%;
}



/* Widget Recent Entries */
.widget_recent_entries ul{
	margin:0;
	list-style:none;
}
.widget_recent_entries li{
	padding-bottom:10px;
}
.widget_recent_entries li a{
	color:#666;
}
.widget_recent_entries li:hover a{
	color:#333;
}
footer .widget_recent_entries li:hover a{
	color:#fff;
}
.widget_recent_entries .post-date{
	display:block;
	text-transform:uppercase;
	line-height:13px;
	font-size:11px;
	color:#333;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}



/* Contact Form 7 */
form.wpcf7-form input,
form.wpcf7-form textarea{
	display:block;
	width:100%;
	height:40px;
	margin-bottom:10px;
	padding:9px 10px;
	font-size:16px;
	color:#999;
	border:1px solid #e6e6e6;
	border-radius:0;
	background:none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
form.wpcf7-form input:focus,
form.wpcf7-form textarea:focus{
	border-color:#666;
	box-shadow:none;
}
form.wpcf7-form textarea{
	height:150px;
	margin-bottom:30px;
	padding:9px 10px;
	resize:none;
}
form.wpcf7-form input[type="submit"]{
	width:auto;
	height:50px;
	margin-bottom:0;
	padding:15px 42px;
	text-transform:uppercase;
	font-weight:900;
	font-size:15px;
	color:#fff;
	letter-spacing:2px;
	border:none;
	border-radius:5px;
	background: #141414;
}
form.wpcf7-form input[type="submit"]:hover{background:#333;}
form.wpcf7-form input[type="submit"]:focus{background:#000;}

form.wpcf7-form .ajax-loader{display:none;}

form.wpcf7-form span{display:block;}
form span.your-name{
	float:left;
	width:32.4%;
	margin-right:10px;
}
form span.your-email{
	float:left;
	width:32.4%;
	margin-right:10px;
}
form span.your-phone{
	float:left;
	width:32.4%;
}



/* Validation */
.wpcf7-validation-errors{
	display:none !important;
}
form.wpcf7-form span.wpcf7-not-valid-tip{
	margin:-3px 0 5px;
	line-height:17px;
	font-size:11px;
}




/* Widget Social */
.sociallinkswidget a{
    display: inline-block;
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    margin: 0 17px 0 0;
    opacity: 0.15;
    padding: 0;
	color: #fff !important;
    text-align: center;
    width: 24px;
}
.sociallinkswidget a:hover{
	opacity:1;
}
#sidebar .sociallinkswidget a{
	color:#333 !important;
}


/* Widget Rss */
.widget_rss ul{
	margin:0;
	list-style:none;
}
.widget_rss li{padding-bottom:30px;}
.widget_rss li a{
	font-weight:700;
	line-height:18px;
	font-size:14px;
}
.widget_rss li span.rss-date{
	position:relative;
	display:block;
	padding-left:20px;
	padding-bottom:4px;
	line-height:18px;
	font-size:12px;
	color:#999;
}
.widget_rss li span.rss-date:before{
    content: "ï³";
	position: absolute;
	left: 0;
    top: 0;
	font-family: 'FontAwesome';
	color: #999;
    font-size: 14px;
}
.widget_rss li .rssSummary{
	padding-bottom:4px;
}
.widget_rss li cite{
	display:block;
	font-style:italic;
	font-size:12px;
}


/* Widget Recent Comments */
.widget_recent_comments ul{
	margin:0;
	list-style:none;
}
.widget_recent_comments li{padding-bottom:20px;}
.widget_recent_comments li{
	line-height:18px;
	font-size:12px;
	color:#999;
}
.widget_recent_comments li a{
	display:block;
	font-size:14px;
}



/* Widget Tabbed */
.widget_evatheme_tabbed ul{
	margin:0 0 -1px;
	list-style:none;
}
.widget_evatheme_tabbed li{
	display:inline-block;
	margin:0 -3px 0 0;
	border:1px solid #eee;
	background-color:#f7f7f7;
	transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.widget_evatheme_tabbed li:hover,
.widget_evatheme_tabbed li.active{
	border-bottom-color:#fff;
	background-color:#fff;
}
.widget_evatheme_tabbed li a{
	display:block;
	padding:12px 10px 11px;
	text-transform:uppercase;
	font-weight:700;
	line-height:20px;
	font-size:14px;
	color:#999;
}
.widget_evatheme_tabbed li:hover a,
.widget_evatheme_tabbed li.active a{
	color:#333;
}
.widget_evatheme_tabbed .tab-content{
	padding:16px 19px 8px;
	border:1px solid #eee;
}
.widget_evatheme_tabbed .tabbed-popular-post,
.widget_evatheme_tabbed .tabbed-latest-post,
.widget_evatheme_tabbed .tabbed-comment{
	padding-bottom:13px;
}
.widget_evatheme_tabbed .tab-content a{
	display:block;
	margin-bottom:4px;
	line-height:17px;
	font-size:14px;
	color:#666;
}
.widget_evatheme_tabbed .tab-content a:hover{
	color:#333;
}
.widget_evatheme_tabbed .tab-content .date{
	display:block;
	text-transform:uppercase;
	line-height:13px;
	font-size:11px;
}
.widget_evatheme_tabbed .tab-content .excerpt{
	line-height:17px;
	font-size:12px;
	color:#999;
}


/* Widget Contacts info */
.textwidget .footer_phone{
	display:block;
	margin-bottom:13px;
	line-height:30px;
	font-size:30px;
	color:#fff;
}
.textwidget .footer_fax{
	display:block;
	margin-bottom:10px;
	line-height:20px;
	font-size:18px;
	color:#666;
}
.textwidget .footer_mail{
	display:block;
	line-height:20px;
	font-size:14px;
	color:#999;
}
.textwidget .footer_phone:hover{
	color:#666;
}
.textwidget .footer_fax:hover{
	color:#fff;
}




/*-----------------------------------------------------------------------------------*/
/*	Blog Post
/*-----------------------------------------------------------------------------------*/
.type-post-wrap{
	position:relative;
	margin-bottom:30px;
	padding:19px;
	border:1px solid #eee;
	transition: border-color 0.3s ease-in-out !Important;
	-webkit-transition: border-color 0.3s ease-in-out !important;
}
.type-post-wrap:hover{
	margin-top:-1px;
	border-top:2px solid transparent;
}
.type-post-wrap:before{
	content:'';
	position:absolute;
	left:3px;
	right:3px;
	bottom:-3px;
	height:3px;
	border:1px solid #eee;
}
.type-post-wrap:after{
	content:'';
	position:absolute;
	left:6px;
	right:6px;
	bottom:-5px;
	height:3px;
	border:1px solid #eee;
}
.type-post-wrap .loop-media{
	float:left;
	margin-right:30px;
}

.type-post-wrap .loop-title{
	margin:-10px 0 1px;
	font-weight:400;
	line-height:48px;
	font-size:40px;
}

.meta-container{margin-bottom:23px;}
.loop-meta{
	margin:0;
	list-style:none;
}
.loop-meta li{
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:0 7px 0 0;
	padding:0 7px 0 0;
}
.loop-meta li:after{
	content:'';
	position:absolute;
	right:0;
	top:7px;
	width:1px;
	height:11px;
	background-color:#ccc;
}
.loop-meta li:last-child:after{
	display:none;
}
.loop-meta li i{
	display:inline-block;
	vertical-align:top;
	padding-right:10px;
	line-height:24px;
	font-size:16px;
	color:#ccc;
}
.loop-meta li.comments a,
.loop-meta li.date,
.loop-meta li.author a{
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	line-height:24px;
	font-size:11px;
	color:#999;
}
.loop-meta li.comments a:hover,
.loop-meta li.author a:hover{
	color:#333;
}


/* image gallery */
.loop-gallery.flexslider{
	overflow:hidden;
	position:relative;
}
.loop-gallery.flexslider .slides img{
	width:100%;
}
.medium_image .loop-media .loop-gallery{width:380px;}
.loop-gallery .flex-direction-nav a{
	position:absolute;
	z-index:100;
	top:50%;
	margin-top:-25px;
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:14px;
	color:#fff;
	opacity:0;
	border-radius:5px;
	background-color:rgba(51,51,51,0.75);
}
.loop-gallery .flex-direction-nav a:hover{
	background-color:#333;
}
.loop-gallery .flex-direction-nav a.flex-prev{
	left:-10px;
}
.loop-gallery .flex-direction-nav a.flex-next{
	right:-10px;
}
.loop-gallery:hover .flex-direction-nav a.flex-prev{
	left:20px;
	opacity:1;
}
.loop-gallery:hover .flex-direction-nav a.flex-next{
	right:20px;
	opacity:1;
}
.loop-gallery .flex-control-nav{
	position:absolute;
	z-index:101;
	left:0;
	bottom:-10px;
	width:100%;
	list-style:none;
	margin:0;
	text-align:center;
	opacity:0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.loop-gallery:hover .flex-control-nav{
	bottom:20px;
	opacity:1;
}
.loop-gallery .flex-control-nav li{
	display:inline-block;
	margin:0 6px 0 7px;
	cursor:pointer;
}
.loop-gallery .flex-control-nav li a{
	overflow:hidden;
	display:block;
	width:7px;
	height:7px;
	cursor: pointer;
	text-indent:-999px;
	border-radius:50%;
	box-shadow:0 0 0 4px #fff inset;
}



/* Format Video */
.format-video .loop-media{
	width:380px;
}



/* Masonry Style */
.eva-blog.masonry,
.eva-blog.full_width{
	margin-right:-30px;
}
.eva-blog.full_width{
	margin-left:30px;
}
.eva-blog.masonry.col2 .type-post,
.eva-blog.full_width.col2 .type-post{
	width:50%;
	padding-left:15px;
	padding-right:15px;
}
.eva-blog.masonry.col3 .type-post,
.eva-blog.full_width.col3 .type-post{
	width:33.3334%;
	padding-left:15px;
	padding-right:15px;
}
.eva-blog.masonry.col4 .type-post,
.eva-blog.full_width.col4 .type-post{
	width:24.9%;
	padding-left:15px;
	padding-right:15px;
}
.eva-blog.masonry.col5 .type-post,
.eva-blog.full_width.col5 .type-post{
	width:19.9%;
	padding-left:15px;
	padding-right:15px;
}

.eva-blog.masonry .type-post .loop-media,
.eva-blog.full_width .type-post .loop-media{
	float:none;
	margin-right:0;
	margin-bottom:25px;
}
.eva-blog.masonry .format-video .loop-media,
.eva-blog.full_width .format-video .loop-media{
	width:100%;
}

.eva-blog.masonry .type-post .loop-title,
.eva-blog.full_width .type-post .loop-title{
	margin-top:0;
	margin-bottom:5px;
	line-height:26px;
	font-size:24px;
}

.eva-blog.masonry .meta-container,
.eva-blog.full_width .meta-container{
	margin-bottom:0;
}



/* Blog Carousel Style */
.eva-blog.carousel{
	margin-left:-30px;
	width:auto;
}
.eva-blog.carousel .owl-wrapper-outer{
	padding-top:1px;
}
.eva-blog.carousel article.type-post{
	margin-left:30px;
}
.eva-blog.carousel .type-post .loop-media{
	float:none;
	margin-right:0;
	margin-bottom:25px;
}
.eva-blog.carousel .format-video .loop-media{
	width:100%;
}

.eva-blog.carousel .type-post .loop-title{
	margin-top:0;
	margin-bottom:5px;
	line-height:26px;
	font-size:24px;
}

.eva-blog.carousel .meta-container{
	margin-bottom:0;
}





/*-----------------------------------------------------------------------------------*/
/*	Single Blog Post
/*-----------------------------------------------------------------------------------*/
.single.type-post{
	padding:0;
	border:none;
}
.single.type-post .loop-media{
	float:none;
	width:100%;
	height:auto;
	margin:0 0 35px;
}


.type-post .single-title{
	margin:0 0 1px;
	font-weight:400;
	line-height:52px;
	font-size:52px;
}


/* Share Links */
.blogpost_share{
	font-weight:700;
	line-height:30px;
	font-size:18px;
	color:#333;
}
.blogpost_share a{
	display: inline-block;
    width: 24px;
    height: 24px;
    margin: 3px 17px 0 0;
    padding: 0;
	text-align: center;
	line-height: 24px;
	font-size: 20px;
	color: #ccc;
}
.blogpost_share a.share_facebook:hover{color:#3b5998;}
.blogpost_share a.share_gplus:hover{color:#f63e28;}
.blogpost_share a.share_tweet:hover{color:#58ccff;}
.blogpost_share a.share_linkedin:hover{color:#0085ae;}
.blogpost_share a:focus{color:#ccc;}



/* Post Format */
.format-quote .loop-media,.format-link .loop-media{
    display: block;
}


/* Audio */
.format-audio.type-post .loop-media{
	float:none;
	width:100%;
	height:auto;
	margin:0 0 35px;
}



/* Links */
.format-link.type-post .loop-media{
	float:none;
	width:100%;
	height:auto;
	margin:0 0 35px;
}


/* aside */
article.format-aside .loop-block{
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #dddddd;
}


/* Blockquote */
blockquote{
	margin:0 0 20px;
	padding: 16px 20px;
    border-left:2px solid transparent;
	background-color:#fff6e9;
}

blockquote p{
    padding: 0;
	margin:0;
	font-style: italic;
	line-height: 24px;
	font-size: 16px;
    color: #666;
}



/* Divider */
.eva-divider{height:1px;}
.eva-divider.type-light{
	background-color:#efefef;
}
.eva-divider.type-dark{
	background-color:#333;
}
.eva-divider.type-dot{
	position:relative;
	background-color:#eee;
}
.eva-divider.type-dot:before{
	content:'';
	position:absolute;
	left:50%;
	top:-6px;
	width:13px;
	height:13px;
	margin-left:-6px;
	border:2px solid #eee;
	border-radius:50%;
	background-color:#fff;
}


/* link */
.loop-media .link-content{
    background: #fff;
    padding: 25px 30px 30px 75px;
    position: relative;
}
.loop-media .link-text{
    font-size: 22px;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 5px;
}
.loop-media h2:before{
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    content: "\f0c1";
    left: 30px;
    top: 30px;
    font-size: 24px;
}
.loop-media .link-text a{
    color: #282828;
}



/* jp player */
div.jp-jplayer.jp-jplayer-video{background-color: #333;}
.jp-jplayer-video video{margin-bottom: -10px;}

div.jp-audio,
div.jp-video{
    font-size: 1em;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 20px;
}

div.jp-audio, div.jp-video{ width: 100%; }

div.jp-interface{
	position: relative;
	z-index: 100;
    width: 100%;
	border-radius:5px;
    background-color:#333;
}

div.jp-type-single div.jp-interface{ height: 50px; }

div.jp-interface ul.jp-controls{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div.jp-interface ul.jp-controls li{ display: inline; }

div.jp-interface ul.jp-controls a{
    position: absolute;
	z-index: 1;
    overflow: hidden;
	width: 50px;
    height: 100%;
}
div.jp-interface ul.jp-controls a i{
	display:block;
	text-align:center;
	font-size:16px;
	line-height:50px;
	color:#666;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
div.jp-interface ul.jp-controls a:hover i{
	color:#fff;
}

a.jp-mute,
a.jp-unmute{
    top: 0;
    right: 40px;
}
a.jp-mute i,
a.jp-unmute i{
	text-align:left !Important;
}

div.jp-progress-container{
    position: absolute;
    top: 50%;
    left: 70px;
	right:150px;
    width: auto !important;
    height: 6px;
	margin-top:-3px;
}
.jp-progress-container .jp-progress{width:auto !important;}
.single div.jp-type-single div.jp-progress{width: 411px;}

div.jp-seek-bar{
    width: 0px;
    height: 6px;
    cursor: pointer;
    background-color: #666;
}

div.jp-play-bar{
    width: 0px;
    height: 6px;
    background-color: #999;
}

div.jp-volume-bar-container{
    position: absolute;
    top: 50%;
    right: 20px;
    width: 40px;
    height: 6px;
	margin-top:-3px;
}

div.jp-volume-bar{
    position: relative;
    overflow: hidden;
    background-color: #666;
    width: 100%;
    height: 6px;
    cursor: pointer;
}

div.jp-volume-bar-value{
    width: 0px;
    height: 100%;
    background: #999;
}

.seperator-first,
.seperator-second{
    height: 100%;
    width: 1px;
    position: absolute;
    left: 50px;
	background-color:#3e3e3e;
}

.seperator-second{
    left:auto;
    right:110px;
}




/* Pagination */
.pagination{
	margin:50px 0;
	padding-top:41px;
	text-align:center;
	border-top:1px solid #eee;
}

.eva-blog.masonry,
.eva-blog.full_width{
	overflow:visible !Important;
	margin-bottom:150px;
}
.eva-blog.masonry .pagination,
.eva-blog.full_width .pagination{
	position:absolute;
	left:0;
	bottom:-115px;
	right:30px;
}

.pagination span,
.pagination a{
	display:inline-block;
	margin:0 2px 0 3px;
	padding:3px 16px;
	font-weight:600;
	line-height:24px;
	font-size:18px;
	color: #666;
	border:2px solid #e8e8e8;
	border-radius:5px;
	background-color:#e8e8e8;
}
.pagination a:focus{
	color:#666;
}
.pagination a:hover{
	color:#fff;
}
.pagination span.current,
.pagination a.pager_current_page {
    color: #333;
    border-color: #f07241;
	cursor:default;
	background-color:transparent;
}
.pagination a.prev,
.pagination a.next{
    color: #333;
	border:none;
	background:none !important;
	background-color:transparent;
}
.pagination a.prev{float:left;}
.pagination a.next{float:right;}


/* Single post pagination */
.single-post-pagination{
	margin-top:50px;
}
.single-post-pagination a{
	display: block;
	width: 40px;
    height: 40px;
	text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #999;
	border-radius: 5px;
    background-color:#e8e8e8;
}
.single-post-pagination a:hover{
	color:#fff;
}


/* Infinite Scroll */
.eva-infinite-scroll{
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
.eva-infinite-scroll>.loading,
.eva-infinite-scroll[data-has-next="false"]>.next,
.eva-infinite-scroll[data-has-next="true"]>.no-more{
    display: none;
}
.eva-infinite-scroll a{
    display:inline-block;
	height:48px;
	margin:0 auto;
	padding:12px 30px 12px 36px;
	text-transform:uppercase;
	text-align:center;
	font-weight:900;
	line-height:24px;
	font-size:15px;
	color:#fff;
	letter-spacing:2px;
	border-radius:5px;
}
.eva-infinite-scroll a:hover,
.eva-infinite-scroll a:focus{
	color:#fff;
	background-color:#333;
}
.eva-infinite-scroll a i{
	display:inline-block;
	vertical-align:top;
	margin-left:15px;
	width:24px;
	height:24px;
	line-height:24px;
	color:#c04848;
}



/* Post Author Information */
.eva-author{
    margin: 30px 0 35px;
    padding: 19px;
    border: 1px solid #eee;
}
.eva-author .author-image{
    float: left;
    margin-right: 30px;
}
.eva-author h3{
    margin:0 0 3px;
	font-weight:700;
	font-size: 16px;
}
.eva-author p{
    margin: 0;
}





/* Comment Form */
#comments .comment-respond{
	margin-bottom:20px;
	padding:22px 25px 8px;
	border:1px solid #eee;
	background-color:#f7f7f7;
}
.comment-respond .comment-reply-title{
	margin-bottom:20px;
	font-size:28px;
}
.comment-respond .comment-reply-title a{
	display:inline-block;
	vertical-align:top;
	margin-left:20px;
	line-height:24px;
}

.comment-form-author,
.comment-form-email{
    float: left;
    width: 48%;
    margin: 0;
}
#commentform label,
.comment-form label {
	display:block;
	margin:0 0 6px;
	font-size:16px;
	color:#666;
}
#commentform label span,
.comment-form label span {
	font-size:12px;
	color:#999;
}
#commentform input[type="text"],
.comment-form input[type="text"],
.comment-form-comment textarea{
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 0;
	height:40px;
	font-size:16px;
	color:#999;
	border:1px solid #e6e6e6;
	border-radius:0;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.08) inset;
}
.comment-form-comment textarea{
    margin-bottom: 20px;
	padding:10px 20px;
	min-height:140px;
	resize:none;
}
#commentform p,
.comment-form p {position:relative;}
#commentform p i,
.comment-form p i {
	position:absolute;
	left:8px;
	top:11px;
	font-size:16px;
	color:#ccc;
}
#commentform input[type="submit"],
.comment-form input[type="submit"] {
	height:50px;
	margin:0;
	padding:15px 35px;
	text-transform:uppercase;
	font-weight:900;
	line-height:20px;
	font-size:15px;
	color:#fff;
	letter-spacing:2px;
	border:0;
	box-shadow:0;
	border-radius:5px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#commentform input[type="submit"]:hover,
.comment-form input[type="submit"]:hover{
	background-color:#333;
}
#commentform input[type="submit"]:focus,
.comment-form input[type="submit"]:focus{
	background-color:#000;
}


/* Comment List */
#comments .comment-list{
	padding-bottom:25px;
}
.comment-list .comment-block .comment-block{
    margin-left: 20px;
}
#comments .comment{
	position:relative;
	margin-bottom:20px;
	padding:15px 19px 0;
	border:1px solid #eee;
}
#comments img.avatar{
    position:absolute;
	left:19px;
	top:19px;
}
#comments .comment-content{
	padding-left:90px;
}
#comments .comment-author-link{
	margin-bottom:0;
	line-height:20px;
}
#comments .comment-date{
	display:block;
	padding-bottom:13px;
	text-transform:uppercase;
	line-height:18px;
	font-size:11px;
}
#comments .comment-reply-link{
	position:absolute;
	top:19px;
	right:19px;
	width:36px;
	height:34px;
	font-size:0;
	border-radius:4px;
	background-color:#e8e8e8;
}
#comments .comment-reply-link:before{
	content: "\f064";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	font-family:FontAwesome;
	text-align:center;
	line-height:37px;
	font-size:14px;
	color:rgba(0,0,0,0.3);
}



#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span{
    width: 100% !important;
}






/*-----------------------------------------------------------------------------------*/
/*	Page Builder Elements
/*-----------------------------------------------------------------------------------*/



/* Promo Text */
.promo_text{
	padding:24px 29px 29px 28px;
	text-align:center;
	border:1px solid #eee;
}
.black_style .promo_text{
	border:none;
	background-color:#333;
}
.eva-promo-text.with-button a.btn{
	float:right;
	margin-top:25px;
}
.black_style.eva-promo-text.with-button a.btn:hover{
	color:#333 !important;
	background-color:#fff !important;
}
.with-button .promo-text-content{
	float:left;
	width:70%;
	text-align:left;
}
.promo-text-content h3{
	margin-bottom:9px;
	text-transform:none;
	font-weight:400;
	line-height:28px;
	font-size:28px;
}
.black_style .promo-text-content h3{
	color:#fff;
}
.promo-text-content p{
	margin:0;
	font-size:14px;
}
.black_style .promo-text-content p{
	color:#fff;
}



/* Service Box */
.eva-service-box{
	position:relative;
}
.eva-service-box.style1,
.eva-service-box.style2{
	text-align:center;
}
.eva-service-box.style1 .fa,
.eva-service-box.style2 .fa{
	display:inline-block;
	width:70px;
	height:70px;
	margin-bottom:19px;
	line-height:70px;
	font-size:70px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.eva-service-box.style2 .fa{
	font-size:40px;
	color:#fff;
	border-radius:9px;
}
.eva-service-box.style1:hover .fa,
.eva-service-box.style2:hover .fa{
	opacity:0.5;
	transform:scale(0.8);
	-webkit-transform:scale(0.8);
}
.eva-service-box.style3 .fa,
.eva-service-box.style4 .fa{
	position:absolute;
	left:0;
	top:0;
	width:45px;
	height:45px;
	line-height:45px;
	font-size:36px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.eva-service-box.style4 .fa{
	top:5px;
	text-align:center;
	font-size:26px;
	color:#fff;
	border-radius:5px;
}
.eva-service-box.style3:hover .fa{
	color:#333 !important;
}
.eva-service-box.style4:hover .fa{
	background-color:#333 !important;
}

.eva-service-box.style4 .eva-service-content{padding-left:70px;}
.eva-service-box.style1 h3,
.eva-service-box.style2 h3{
	margin-bottom:18px;
	text-transform:none;
	font-weight:700;
	line-height:28px;
	font-size:28px;
	color:#333;
}
.eva-service-box.style3 h3{
	margin-bottom:18px;
	padding:10px 0 11px 50px;
	text-transform:none;
	font-weight:600;
	line-height:24px;
	font-size:20px;
	color:#333;
}
.eva-service-box.style4 h3{
	margin-bottom:6px;
	text-transform:none;
	font-weight:600;
	line-height:24px;
	font-size:20px;
	color:#333;
}





/* Accordion */
.accordion-group{
	position:relative;
	margin:0 0 -1px;
	border:1px solid #eee;
	border-radius:0;
}
.collapse{position:static;}
.accordion-body.in:before{
	content:'';
	position:absolute;
	left:-1px;
	top:0;
	bottom:0;
	width:2px;
}
.accordion-heading .accordion-toggle{
	position:relative;
	padding:12px 48px 12px 20px;
	line-height:24px;
	font-size:18px;
}
.accordion-heading .accordion-toggle:before{
    content: "\f107";
	position:absolute;
	right:10px;
	top:10px;
    width:26px;
	height:26px;
	font-family:FontAwesome;
	text-align:center;
	font-weight:400;
	line-height:22px;
	font-size:20px;
	color:#999;
	border:2px solid #e8e8e8;
	border-radius:50%;
	background-color:#e8e8e8;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.eva-toggle .accordion-heading .accordion-toggle:before{
	content: "+";
}
.accordion-heading .accordion-toggle.active:before{
	content: "\f106";
	color:#fff;
}
.eva-toggle .accordion-heading .accordion-toggle.active:before{
	content:'-';
	line-height:20px;
	font-size:24px;
}
.accordion-heading .accordion-toggle.active:hover:before{
	color:#fff;
}
.accordion-heading .accordion-toggle:hover:before{
	color:#333;
	background-color:transparent;
}
.accordion-heading .accordion-toggle:after{
	content:'';
	position:absolute;
	left:-1px;
	top:0;
	bottom:0;
	width:2px;
	opacity:0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.accordion-heading .accordion-toggle:hover:after{
	opacity:1;
}
.accordion-inner{
	padding:6px 35px 0 19px;
	border:0;
}




/* Tabs */
.eva-tab .nav-tabs{
	margin-bottom:0;
	border-bottom:1px solid #eee;
}
.eva-tab .nav-tabs li a{
	margin-right:-1px;
	padding:15px 19px 14px;
	text-transform:uppercase;
	font-weight:700;
	line-height:20px;
	font-size:16px;
	color:#999;
	border:1px solid #eee;
	border-radius:0;
	background-color:#f7f7f7;
	transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
}
.eva-tab .nav-tabs li a:hover{
	color:#333;
	border-color:#eee;
	background-color:#f7f7f7;
}
.eva-tab .nav-tabs li.active a,
.eva-tab .nav-tabs li.active a:hover,
.eva-tab .nav-tabs li.active a:focus{
	margin-top:-1px;
	color:#333;
	border-color:#eee;
	border-bottom-color:#fff;
	background-color:#fff;
}
.eva-tab .tab-content{
	padding:13px 19px 0;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
}

.eva-tab.tabs-left .nav-tabs{
	margin-right:-1px;
}
.eva-tab.tabs-left .nav-tabs li a{
	margin-bottom:-1px;
}
.eva-tab.tabs-left .nav-tabs li.active a,
.eva-tab.tabs-left .nav-tabs li.active a:hover,
.eva-tab.tabs-left .nav-tabs li.active a:focus{
	margin-top:0;
	margin-left:-1px;
	border-top:1px solid #eee;
	border-bottom-color:#eee;
	border-right-color:#fff;
}
.eva-tab.tabs-left .tab-content{
	border-top:1px solid #eee;
}



/* Pricing table */
.eva-pricing-wrapper{margin-left:-30px;}
.pricing_table_item{
	float:left;
	margin-left:30px;
	margin-bottom:30px;
	text-align:center;
	background-color:#f7f7f7;
}
.pricing_table_item.price_new{
	position:relative;
}
.pricing_table_item.price_new:before{
	content:'';
	position:absolute;
	left:-5px;
	top:-5px;
	width:70px;
	height:70px;
	background-image:url(/modeles/fr/Modele1/css/../images/assets/img/price_new.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
}
.pricing_table_item.price_popular{
	background-color:#fff6e9;
}
.pricing_table_heading{
	padding:24px 10px 22px;
	text-transform:uppercase;
	font-weight:700;
	line-height:24px;
	font-size:24px;
	color:#333;
}
.pricing_table_price_wrap{
	padding:23px 10px 25px;
	background-color:#e6e6e6;
}
.pricing_table_price{
    display: block;
    font-weight: 700;
    line-height: 52px;
	font-size:60px;
	color:#333;
}
.pricing_table_period{
	display:block;
	text-transform:none;
	font-weight:600;
	line-height:20px;
	font-size:20px;
}
.pricing_table_item.price_popular .pricing_table_price{
	color:#fff;
}
.pricing_table_item.price_popular .pricing_table_period{
	color:#fff;
}
.price_item_text{
    border-bottom: 1px solid #ccc;
    padding: 16px 15px;
	font-size:14px;
}
.pricing_table_item.price_popular .price_item_text{
    border-bottom: 1px solid #e7e7e7;
}

.price_item_btn{
	padding:30px 10px;
}
.price_item_btn a.btn{
	color:#333;
	border:2px solid transparent;
	background-color:#fff;
}
.price_popular .price_item_btn a.btn{
	color:#fff;
}
.price_popular .price_item_btn a.btn:hover{
	border-color:#333;
	background-color:#333 !important;
}




/* Twitter */
.eva-twitter li{
	position:relative;
	padding:0 0 10px 26px;
}
.eva-twitter li:last-child{
	padding-bottom:0;
}
.eva-twitter li i{
	position:absolute;
	left:0;
	top:0;
	font-size:20px;
}
.eva-twitter li p{
	margin:0 0 3px;
	line-height:20px;
}
.eva-twitter li p a{
	font-weight:700;
}
.eva-twitter li .twitter_time{
	font-size:11px;
	color:#999;
}

/* Twitter Carousel */
.eva-twitter.carousel{
	text-align:center;
}
.eva-twitter.carousel li{
	padding:0 0 20px;
}
.eva-twitter.carousel li i{
	position:static;
	display:block;
	margin:0 auto 20px;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:36px;
}
.full-width-content.light .eva-twitter.carousel li i{
	color:#fff;
}
.eva-twitter.carousel li p{
	margin-bottom:20px;
	line-height:30px;
	font-size:25px;
}
.eva-twitter.carousel li p a{
	color:#333;
}
.eva-twitter.carousel li .twitter_time{
	font-size:13px;
}


/* Carousel Elements */
.caroufredsel_wrapper{margin: 0 !important;}
.list_carousel{
    position: relative;
    margin: 0 -15px !important;
}
.list_carousel li{
    width: 270px;
    height: auto;
    padding: 0;
    margin: 0 15px;
    display: block;
    float: left;
    position: relative;
}
ul.eva-carousel{margin-left: 0;}
.carousel-arrow{top:-12px;}
.list_carousel .carousel-arrow{
    position: absolute;
    right: 0;
    top: -92px;
	width:100%;
	height:0;
}
.list_carousel .carousel-arrow.center{text-align:center;}
.list_carousel .carousel-arrow.left{text-align:left;}
.list_carousel .carousel-arrow.left a.carousel-prev{margin:0 5px 0 0 !important;}
.list_carousel .carousel-arrow.left a.carousel-next{margin:0 !important;}
.list_carousel .carousel-arrow.right{text-align:right;}
.list_carousel .carousel-arrow.right a.carousel-prev{margin:0 !important;}
.list_carousel .carousel-arrow.right a.carousel-next{margin:0 0 0 5px !important;}
.list_carousel a.carousel-prev,
.list_carousel a.carousel-next{
    position:relative;
	z-index:10;
	display: inline-block !important;
    width: 36px;
    height: 26px;
	background-position:0 0;
    background-repeat:no-repeat;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	transition: none;
	-webkit-transition: none;
}
.list_carousel a.carousel-prev{background-image:url(/modeles/fr/Modele1/css/../images/assets/img/arrow-l.png);}
.list_carousel a.carousel-next{background-image:url(/modeles/fr/Modele1/css/../images/assets/img/arrow-r.png);}
.list_carousel a.carousel-prev:hover,
.list_carousel a.carousel-next:hover{
	background-position:0 -26px;
}



/* Message Box */
.message-box{
	position:relative;
	margin-bottom:30px;
	line-height:20px;
	font-size:16px;
	color:#333;
	padding:16px 49px 14px 70px;
}
.message-box p{
	margin:0;
	font-weight:600;
}
.message-box i.fa{
	position:absolute;
	left:13px;
	top:15px;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:36px;
}
.message-box.alert-warning{background-color:#fef0c6;}
.message-box.alert-warning i.fa{color:#e8ce7f;}
.message-box.alert-info{background-color:#b4e7f6;}
.message-box.alert-info i.fa{color:#7fcbe1;}
.message-box.alert-success{background-color:#c8f1a7;}
.message-box.alert-success i.fa{color:#a1dc72;}
.message-box.alert-error{background-color:#fec6c6;}
.message-box.alert-error i.fa{color:#f48989;}
.message-box .close{
	position:absolute;
	top:50%;
	right:14px;
	width:20px;
	height:20px;
	margin-top:-10px;
	line-height:20px;
	font-size:20px;
	text-shadow:none;
	opacity:1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.message-box.alert-warning .close{color:#e8ce7f;}
.message-box.alert-info .close{color:#7fcbe1;}
.message-box.alert-success .close{color:#a1dc72;}
.message-box.alert-error .close{color:#f48989;}
.message-box .close:hover{
	font-size:28px;
}



/* Partners */
.eva-partners-wrap {
	display: flex;
	flex-flow: row wrap;
}
.partner-item {
	display: inline-block;
	vertical-align: middle;
	width: 180px;
	height: 180px;
	margin: 0 5px 10px;
	line-height: 180px;
	text-align: center;
	background-color: #fff;
}
.partner-item img { vertical-align: middle; }
.partner-item a{
	position:relative;
	display:block;
	padding:0 15px 30px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.partner-item a img{
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out
}
.partner-item a:hover img{
	-webkit-filter:grayscale(0%);
	filter:none;
}


/* Partners Carousel */


/* Progress Bar */

	/*line*/
.skill_item{
	position:relative;
	min-width:170px;
	height:40px;
}
.skill-bar{
	position: relative;
	z-index:10;
	display:block;
	margin-bottom: 25px;
	height:40px;
	background-color:#eee;
}
.skill-bar:before{
	content: attr(data-percent);
	position:absolute;
	right:14px;
	top:10px;
	font-weight:900;
	line-height:20px;
	font-size:18px;
	color:#333;
}
.skill_item span{
	position:absolute;
	z-index:11;
	left:15px;
	top:10px;
	display:block;
	font-weight:600;
	line-height:20px;
	font-size:20px;
	color:#fff;
}
.progress-complete{
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	display: block;
	height:100%;
}

	/*circle*/
.eva-progress-wrap{text-align:center;}
.progress-items{
	display:inline-block;
	vertical-align:top;
	margin:0 auto 30px;
}
.progress-items.line{
	display:block;
}
.chart{
    position: relative;
    display: block;
	vertical-align:top;
    margin:0 auto;
    width: 170px;
    height: 170px;
    text-align: center;
}
.chart canvas{
    width: 170px;
    height: 170px;
}
.chart-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.chart-content .percent{
    font-size: 40px;
    line-height: 40px;
}
.chart-content .percent:after{content: '%';}
.chart-content .chart-title{
	margin:0;
	text-transform:none;
	font-weight: 600;
	line-height:20px;
    font-size: 20px;
}




/* Button */
.btn{
	display:inline-block;
	vertical-align:top;
	margin-bottom:5px;
	padding:10px 35px;
	text-transform:uppercase;
	font-weight:900;
    line-height:20px;
	font-size: 15px;
	color:#fff;
	letter-spacing:1px;
	text-shadow:none;
	border-radius:5px;
	border:none;
	box-shadow:none;
	background: #141414;
}
.btn:hover{
	color: #fff !important;
    background:#333 !Important;
}
.btn:focus{
	color: #fff !important;
    background:#000 !Important;
}
.btn i.fa{
	display:inline-block;
	vertical-align:top;
	margin-right:14px;
	width:20px;
	height:20px;
	font-weight:normal;
	text-align:center;
	line-height:20px;
}
.btn.btn-medium.btn_notext{
	padding:0;
	width:40px;
	height:40px;
}
.btn.btn-medium.btn_notext i{
	margin:0;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:17px;
}
.btn.btn-small{
	padding:7px 25px;
	font-size:13px;
}
.btn.btn-small.btn_notext{
	padding:0;
	width:34px;
	height:34px;
}
.btn.btn-small.btn_notext i{
	margin:0;
	width:34px;
	height:34px;
	line-height:34px;
	font-size:15px;
}
.btn.btn-large{
    padding: 20px 45px;
    font-size: 18px;
}
.btn.btn-large.btn_notext{
	padding:0;
	width:60px;
	height:60px;
}
.btn.btn-large.btn_notext i{
	margin:0;
	width:60px;
	height:60px;
	line-height:60px;
	font-size:20px;
}


/* Input */
input[type="submit"]{
	display:inline-block;
	vertical-align:top;
	margin-bottom:5px;
	padding:8px 25px;
	text-transform:uppercase;
	font-weight:900;
    line-height:24px;
	font-size: 13px;
	color:#fff;
	text-shadow:none;
	border-radius:5px;
	border:none;
	box-shadow:none;
	background: #141414;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.btn:hover{
	color: #fff;
    background:#333;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input{
	height:auto;
	font-size:16px;
	border:1px solid #e6e6e6;
	border-radius:0;
	box-shadow:3px 4px 4px rgba(0,0,0,0.08) inset;
	background:#fff;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus{
	box-shadow:3px 4px 4px rgba(0,0,0,0.08) inset;
}


/* Dropcaps */
.eva-dropcap{
    float: left;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.8;
    font-weight: bold;
    background-color: #4DA4F3;
    color: #FFF;
    padding: 8px 16px;
    text-align: center;
    margin-right: 14px;
}
.eva-dropcap.circle{
    border-radius: 50%;
}




/* Testimonials */
.eva-testimonials ul{
	margin:0;
	list-style:none;
}
.eva-testimonials.columns ul{
	margin-right:-30px;
}
.testimonial-item{
	position:relative;
	min-height:142px;
	margin-bottom:30px;
	color:#ccc;
	border:1px solid #eee;
}
.eva-testimonials.full_width .testimonial-item{
	padding:19px;
}
.eva-testimonials.columns .testimonial-item{
	float:left;
	width:270px;
	margin-right:30px;
	padding:29px 25px 25px;
	text-align:center;
}
.testimonial-item:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:-15px;
	height:15px;
	background-image:url(/modeles/fr/Modele1/css/../images/assets/img/testim-shadow.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
}
.testimonials-avatar{
	overflow:hidden;
	display:inline-block;
	margin:0 auto 23px;
	border-radius:50%;
	border:1px solid #ccc;
}
.eva-testimonials.full_width .testimonials-avatar{
	position:absolute;
	left:19px;
	top:19px;
}
.testimonials-avatar img{
	border-radius:50%;
	border:5px solid #fff;
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
}
.testimonial-item:hover .testimonials-avatar img{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.eva-testimonials.columns .testimonial-item-content{
	padding-bottom:15px;
	font-weight:400;
	line-height:23px;
	font-size:18px;
	color:#333;
}
.eva-testimonials.full_width .testimonial-content-wrap{
	padding-left:130px;
}
.eva-testimonials.full_width .testimonial-item-content{
	padding-bottom:6px;
	font-weight:400;
	line-height:29px;
	font-size:24px;
	color:#333;
}
.testimonials-name{color:#333;}

.eva-testimonials.flexslider .testimonial-item{
	position:relative;
	padding:49px 100px 47px 268px;
	min-height:230px;
}
.eva-testimonials.flexslider .testimonial-item:after{
	content:'';
	position:absolute;
	left:-1px;
	top:-1px;
	width:30px;
	height:30px;
	background-image:url(/modeles/fr/Modele1/css/../images/assets/img/testim_angle.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
}
.eva-testimonials.flexslider .testimonials-avatar{
	overflow:visible;
	position:absolute;
	top:49px;
	left:100px;
}
.eva-testimonials.flexslider .testimonials-avatar:before{
	content:'"';
	position:absolute;
	left:-75px;
	top:50px;
	width:30px;
	height:100px;
	font-weight:700;
	line-height:80px;
	font-size:120px;
}
.eva-testimonials.flexslider .testimonial-item-content{
	padding:8px 0 25px;
	line-height:34px;
	font-size:30px;
	color:#333;
}
.eva-testimonials.flexslider .time-line{
	position:absolute;
	left:0;
	right:0;
	bottom:-1px;
	height:3px;
	background-color:#eee;
}
.eva-testimonials.flexslider .testimonial-item .time-line span{
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:3px;
	transition: all 0s linear 0s;
	-webkit-transition: all 0s linear 0s;
}
.eva-testimonials.flexslider .testimonial-item.flex-active-slide .time-line span{
	width: 100%;
	transition: all 3.5s linear 0.5s;
	-webkit-transition: all 3.5s linear 0.5s;
}



/* Element Counter */
.eva-counter-wrap .timer{
	text-align:center;
}

	/* style1 */
.eva-counter-wrap.style1 .timer{
	padding:21px 50px 23px;
	border:1px solid #eee;
}
.eva-counter-wrap.style1 span{
	display:block;
	padding-bottom:4px;
	font-weight:900;
	line-height:50px;
	font-size:50px;
}
.eva-counter-wrap.style1 p{
	margin:0;
	line-height:20px;
	font-size:14px;
}

	/* style2 */
.eva-counter-wrap.style2 .eva-counter-icon{
	width:60px;
	height:60px;
	margin:0 auto 20px;
	line-height:60px;
	font-size:50px;
}

.eva-counter-wrap.style2 h5{
	margin-bottom:10px;
	font-weight:900;
	line-height:60px;
	font-size:75px;
}
.eva-counter-wrap.style2 h4{
	margin:0;
	text-transform:none;
	font-weight:400;
	line-height:26px;
	font-size:24px;
}

	/* style3 */
.eva-counter-wrap.style3 span{
	position:relative;
	display:block;
	margin-bottom:14px;
	padding-bottom:13px;
	font-weight:900;
	line-height:62px;
	font-size:70px;
}
.eva-counter-wrap.style3 span:before{
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	width:30px;
	height:2px;
	margin-left:-15px;
}
.eva-counter-wrap.style3 h5{
	margin:0;
	text-transform:none;
	font-weight:700;
	line-height:26px;
	font-size:18px;
}


/* Element Image */
.eva-image-wrap{
	text-align:center;
}
.eva-image-wrap img{
	margin-bottom:-20px;
}



/* Element Team */
.eva-our-team{margin-left:-15px; margin-right:-15px;}
.eva-our-team .team-member-wrap{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:33.33%;
	min-width:400px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:30px;
}
.span9 .eva-our-team .team-member-wrap{
	min-width:300px;
}
.eva-our-team .team-member-wrap.with-descr{
	width:50%;
	min-width:600px;
}
.span9 .eva-our-team .team-member-wrap.with-descr{
	min-width:450px;
}
.team-member-wrap:before,
.team-member-wrap:after{
	content:'';
	position:absolute;
	top:-14px;
	width:10px;
	height:20px;
	background-image:url(/modeles/fr/Modele1/css/../images/assets/img/team-stick.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
}
.team-member-wrap:before{left:45px;}
.team-member-wrap:after{right:45px;}
.team-member{
	padding:29px 23px;
	border:1px solid #eee;
}
.team-member-img-wrap{
	overflow:hidden;
	float:left;
	width:47%;
	border-radius:50%;
}
.team-member-img-wrap img{
	border-radius:50%;
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
}
.team-member:hover .team-member-img-wrap img{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.member-description-wrap{
	float:right;
	width:47%;
	padding-top:6px;
}
.member-description-wrap h2{
	margin-bottom:2px;
	font-weight:600;
	line-height:26px;
	font-size:24px;
}
.span9 .member-description-wrap h2{
	line-height:24px;
	font-size:20px;
}
.member-description-wrap p{
	position:relative;
	margin-bottom:12px;
	padding-bottom:14px;
}
.member-description-wrap p:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:30px;
	height:2px;
}
.with-descr .member-social{padding-top:15px;}
.member-social{padding-top:0;}
.member-social a{
	float:left;
	width:24px;
	height:24px;
	margin-right: 15px;
	text-align:center;
	line-height:24px;
	font-size:18px;
	color:#ccc;
}
.span9 .member-social a{margin-right:5px;}



/* Element Full Width */
.full-width-content.bg-scroll{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.full-width-content.bg-fixed{
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.full-width-content.bg-parallax{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}



/* Element Gallery */
.gallery-block.flexslider{
	overflow:hidden;
	position:relative;
}
.gallery-block.flexslider .slides img{
	width:100%;
}
.gallery-block .flex-direction-nav a{
	position:absolute;
	z-index:100;
	top:50%;
	margin-top:-25px;
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:14px;
	color:#fff;
	opacity:0;
	border-radius:5px;
	background-color:rgba(51,51,51,0.75);
}
.gallery-block .flex-direction-nav a:hover{
	background-color:#333;
}
.gallery-block .flex-direction-nav a.flex-prev{
	left:-10px;
}
.gallery-block .flex-direction-nav a.flex-next{
	right:-10px;
}
.gallery-block:hover .flex-direction-nav a.flex-prev{
	left:20px;
	opacity:1;
}
.gallery-block:hover .flex-direction-nav a.flex-next{
	right:20px;
	opacity:1;
}
.gallery-block .flex-control-nav{
	position:absolute;
	z-index:101;
	left:0;
	bottom:-10px;
	width:100%;
	list-style:none;
	margin:0;
	text-align:center;
	opacity:0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.gallery-block:hover .flex-control-nav{
	bottom:20px;
	opacity:1;
}
.gallery-block .flex-control-nav li{
	display:inline-block;
	margin:0 6px 0 7px;
	cursor:pointer;
}
.gallery-block .flex-control-nav li a{
	overflow:hidden;
	display:block;
	width:7px;
	height:7px;
	cursor: pointer;
	text-indent:-999px;
	border-radius:50%;
	box-shadow:0 0 0 4px #fff inset;
}

/* Columns */
.gallery-columns .gallery-item-wrap{
	float:left;
}
.gallery-columns .gallery-item{
	overflow:hidden;
	position:relative;
}
.gallery-columns .gallery-item a{
	position:absolute;
	z-index:1;
	top:-67px;
	right:0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
    text-align: center;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.gallery-columns .gallery-item:hover a{
	top:0;
}
.gallery-columns .gallery-item a:before{
    content: "";
    position: absolute;
	z-index: -1;
    right: 0;
    top: 0;
    width: 0;
	height: 0;
	border-left: 67px solid transparent;
    border-top: 67px solid #fff;
}
.gallery-columns .gallery-item img{
	width:100%;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.gallery-columns .gallery-item:hover img{
	opacity:0.2;
}
.gallery-columns.three_cols .gallery-item-wrap{width:33.3334%;}
.gallery-columns.four_cols .gallery-item-wrap{width:24.99%;}
.gallery-columns.five_cols .gallery-item-wrap{width:20%;}
.gallery-columns.six_cols .gallery-item-wrap{width:16.6667%;}
.gallery-columns.seven_cols .gallery-item-wrap{width:14.2857%;}
.gallery-columns.eight_cols .gallery-item-wrap{width:12.5%;}





/*-----------------------------------------------------------------------------------*/
/*	Portfolio
/*-----------------------------------------------------------------------------------*/


/* Featured Works */
.portfolio-img-wrap{
	overflow:hidden;
	position:relative;
}
.portfolio-img-wrap img{
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.type-portfolio .loop-image:hover .portfolio-img-wrap img{
	opacity:0.2;
}
.portfolio-zoom{
	position:absolute;
	z-index:2;
	top:-67px;
	right:0;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.type-portfolio .loop-image:hover .portfolio-zoom{
	top:0;
}
.portfolio-zoom:before{
	content:'';
	position:absolute;
	z-index:-1;
	top:0;
	right:0;
	width: 0;
    height: 0;
    border-top: 67px solid #fff;
    border-left: 67px solid transparent;
}
.portfolio-descr{
	position:relative;
	padding-top:17px;
}
.portfolio-descr h2{
	margin-bottom:0;
	text-transform:none;
	font-weight:400;
	line-height:24px;
	font-size:24px;
}
.eva-portfolio.deafult .portfolio-descr h2{
	padding-right:30px;
}
.portfolio-date{
	display:block;
	text-transform:uppercase;
	line-height:20px;
	font-size:11px;
	color:#999;
}
.eva-portfolio.deafult .portfolio-date{
	padding-right:30px;
}
.eva-portfolio.with_spaces .likeit,
.eva-portfolio.without_spaces .likeit{
	display:none;
}
.likeit{
	position:absolute;
	top:20px;
	right:0;
	display:block;
	width:20px;
	text-align:center;
	cursor:pointer;
}
.likeit i{
	display:block;
	line-height:20px;
	font-size:18px;
	color:#e8e8e8;

	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.likeit.liked i:before{
	content: "\f004";
}
.likeit span{
	display:block;
	line-height:24px;
	font-size:11px;
	color:#999;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}



/* Portfolio Filter */
.eva-filter ul li{
	display:inline-block;
	padding-left: 0;
    padding-right: 0;
	padding-bottom:10px;
}
.eva-filter ul li a{
	display:block;
	padding:7px 13px;
	font-weight:600;
	line-height:20px;
	font-size:18px;
	color: #333;
	border-radius:5px;
}
.eva-filter ul li a:hover{
	color:#f07241;
}
.eva-filter ul li a.selected{
    color: #fff;
    background-color:#f07241;
}


/* Portfolio Style */
.span12 .eva-portfolio .row{
	margin-left:-15px;
	margin-right:-15px;
}
.span12 .eva-portfolio.full_width .row{
	margin:0;
}
.span12 .eva-portfolio .portfolio.span6,
.span12 .eva-portfolio .portfolio.span4,
.span12 .eva-portfolio .portfolio.span3,
.span12 .eva-portfolio .portfolio.span2{
	margin-left:0;
	padding-left:15px;
	padding-right:15px;
}
.span12 .eva-portfolio .portfolio.span6{
	width:49.9%;
}
.span12 .eva-portfolio .portfolio.span5{
	width:33.33%;
}
.span12 .eva-portfolio .portfolio.span4{
	width:33.33%;
}
.span12 .eva-portfolio .portfolio.span3{
	width:24.99%;
}
.span12 .eva-portfolio .portfolio.span2{
	width:19.99%;
}

.span9 .eva-portfolio.without_spaces .portfolio{
	width:33.33%;
}


/* Portfolio Style with Spaces */
.eva-portfolio.with_spaces .loop-image{
	position:relative;
}
.eva-portfolio.with_spaces .portfolio-img-wrap{
	margin-bottom:0;
}
.eva-portfolio.with_spaces .portfolio-descr{
	position:absolute;
	left:10px;
	right:10px;
	top:70%;
	text-align:center;
	opacity:0;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.eva-portfolio.with_spaces .loop-image:hover .portfolio-descr{
	opacity:1;
	top:50%;
}
.eva-portfolio.with_spaces .portfolio-descr h2 a{color:#fff;}
.eva-portfolio.with_spaces .portfolio-date{color:#fff;}


/* Portfolio Style without Spaces */
.eva-portfolio.without_spaces .row{
	margin-left:0;
	margin-right:0;
}

.eva-portfolio.without_spaces .portfolio.span6,
.eva-portfolio.without_spaces .portfolio.span4,
.eva-portfolio.without_spaces .portfolio.span3,
.eva-portfolio.without_spaces .portfolio.span2{
	margin-left:0;
	margin-bottom:0;
	padding-left:0;
	padding-right:0;
}

.eva-portfolio.without_spaces .loop-image{
	position:relative;
}
.eva-portfolio.without_spaces .portfolio-img-wrap{
	margin-bottom:0;
}
.eva-portfolio.without_spaces .portfolio-descr{
	position:absolute;
	left:10px;
	right:10px;
	top:50%;
	text-align:center;
	opacity:0;
	transform:translateY(-50%) scale(2);
	-webkit-transform:translateY(-50%) scale(2);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.eva-portfolio.without_spaces .loop-image:hover .portfolio-descr{
	opacity:1;
	transform:translateY(-50%) scale(1);
	-webkit-transform:translateY(-50%) scale(1);
}
.eva-portfolio.without_spaces .portfolio-descr h2 a{color:#fff;}
.eva-portfolio.without_spaces .portfolio-date{color:#fff;}



/* Portfolio Styling */
.eva-portfolio .eva-filter.left,
.eva-portfolio .eva-filter.right{
	margin-top:-75px;
}

.eva-portfolio .eva-filter ul{
	list-style: none;
	margin:0 0 30px;
}
.eva-portfolio.carousel .eva-filter{
	display:none !Important;
}

.eva-portfolio article.portfolio{
    margin-bottom: 30px;
    overflow: hidden;
}
.related_portfolios{
	margin-bottom:50px;
}
.related_portfolios .eva-portfolio article.portfolio{
    margin-bottom: 30px;
}
.eva-portfolio article.portfolio p, .eva-portfolio article.portfolio div.jp-audio, .eva-portfolio article.portfolio div.jp-video{
    margin-bottom: 0;
}
.eva-portfolio article.portfolio iframe{
    height: auto;
}
.eva-portfolio article.portfolio .video-height iframe{
    height: 100%;
}
.eva-portfolio article.portfolio p iframe{
    margin-bottom: -5px;
}


/* Portfolio Carousel */
.eva-portfolio.without_spaces.carousel .portfolio{
	width:100%;
}
.span12 .eva-portfolio.carousel .portfolio.span4{
	width:100%;
}



/* Portfolio Single */
article.single-portfolio{
    margin-bottom: 60px;
}

.loop-image img,
.gallery-slide img{
	width:100%;
}

.single-portfolio .single-portfolio ul{
	margin-top:-15px;
	margin-left:13px;
	list-style:disc;
}

.single-portfolio .project_info ul{
	list-style:none;
	margin:0;
}
.single-portfolio .project_info li{
	position:relative;
	padding:0 0 6px 13px;
	line-height:24px;
	font-size:15px;
}
.single-portfolio .project_info li:before{
	content: "\f054";
	position:absolute;
	left:0;
	top:3px;
	font-family: 'FontAwesome';
	font-weight:700;
	line-height:20px;
	font-size:7px;
}
.single-portfolio .project_info li b{
	font-weight:900;
	color:#333;
}



/* video format */
.video-height{
    background: #ddd;
    overflow: hidden;
    position: relative;
}
.video-height img{
    height: 100%;
    max-width: none;
}

.eva-pagination.pagination ul>li>a.selected{
    background: #4da4f3;
    color: #fff;
}






/* Isotope CSS3 transitions */

.isotope,
.isotope .isotope-item{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope{
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item{
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition{
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


.hidden{
    display: none;
}





/* List */
ul.eva-list{
    list-style: none;
}
ul.eva-list>li>i{
    margin-left: -15px;
    margin-right: 5px;
}




/*-----------------------------------------------------------------------------------*/
/*	Page 404
/*-----------------------------------------------------------------------------------*/
body.error404 #page-title{display:none;}
body.error404 #main{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
body.error404 #error404-container{
	width:80%;
	margin:0 auto;
	padding-top:184px;
	padding-bottom:50px;
	text-align:center;
}

#error404-container h2{
	margin-bottom:16px;
	text-transform:uppercase;
	font-weight:700;
	line-height:94px;
	font-size:120px;
	color:#fff;
}
.eva-404-error{
	padding-bottom:26px;
	line-height:32px;
	font-size:30px;
	color:#fff;
}
#error404-container form.search_form{
	position:relative;
	width:430px;
	height:40px;
	margin:0 auto 86px;
}
#error404-container input[type="text"]{
	height:40px;
	width:100%;
	padding-left:10px;
	padding-right:50px;
	line-height:40px;
	font-size:16px;
	color:#999;
	background-color:#fff;
}
#error404-container input[type="submit"]{
	overflow:hidden;
	position:absolute;
	z-index:3;
	top:0;
	right:0;
	width:40px;
	height:40px;
	padding:0;
	margin:0;
	text-indent:-999px;
	background:none;
}
#error404-container form i{
	position:absolute;
	z-index:2;
	top:0;
	right:0;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:16px;
	text-align:center;
}
#error404-container .btn{
	border:2px solid #fff;
	background:none;
}
#error404-container .btn:hover{
	color:#272727 !important;
	background:#fff !Important;
}




/*-----------------------------------------------------------------------------------*/
/*	Search Results
/*-----------------------------------------------------------------------------------*/
.search-results #main article{
	padding-bottom:50px;
}

/**
 * Theme check.
 */
.sticky{}
.gallery-caption{}
.bypostauthor{}

body {
            font-family: Source Sans Pro, sans-serif;
			font-size: 14px;
            font-weight: normal;
            color: #666666;
                    }
        h1,h2,h3,h4,h5,h6 {font-family: Source Sans Pro, sans-serif;}
        h1{ font-size: 34px; color: #333333; }
        h2{ font-size: 28px; color: #333333; }
        h3{ font-size: 24px; color: #333333; }
        h4{ font-size: 22px; color: #333333; }
        h5{ font-size: 18px; color: #333333; }
        h6{ font-size: 16px; color: #333333; }

        a{ color: #333333; }
        a:hover, a:focus{ color: #f07241; }

		input, button, select, textarea {font-family: Source Sans Pro, sans-serif;}

		::selection {background: #f07241; color:#fff;}
		::-moz-selection {background: #f07241; color:#fff;}


		/* Theme Color */
		.theme_color { color: #f07241 !important; }
		.top_bar_phone i, .top_bar_address i { color: #f07241; }
		#top_menu li.current-menu-item a.main-menu-link:after, #top_menu li.current-menu-parent a.main-menu-link:after, #top_menu li:hover a.main-menu-link:after { background-color: #f07241; }
		#top_menu .sub-menu li.current-menu-item i, #top_menu .sub-menu li:hover i { color: #f07241; }
		#breadcrumbs-wrap span:before { border-color: #f07241; }
		.widget_pages ul li a:hover, .widget_pages ul li.current_page_parent a, .widget_pages ul li.current_page_item a { color: #f07241; }
		.widget_pages ul li a:hover:before, .widget_pages ul li.current_page_parent a:before, footer .widget_nav_menu ul li:hover a:before, .widget_nav_menu ul li.current-menu-item a:before { border-color: #f07241; }
		.widget_recent_entries li:hover .post-date { color: #f07241; }
		.widget_meta li:hover a, .widget_archive li:hover a, .widget_categories li:hover a, .widget_meta li:hover i, .widget_archive li:hover i, .widget_categories li:hover i { color: #f07241; }
		.widget_search .search_form i { background-color: #f07241; }
		.widget_product_tag_cloud a:hover, .meta-tag-list a:hover, .widget_tag_cloud a:hover { color:#fff; background-color: #f07241; }
		.widget_evatheme_tabbed li.active { border-top: 2px solid #f07241; }
		.widget_evatheme_tabbed .tab-content .date { color: #f07241; }
		.widget_nav_menu li.current-menu-item a { color: #f07241; }
		.widget_nav_menu ul li:hover a, .widget_nav_menu li:hover a:before, .widget_nav_menu li.current-menu-item a:before { color: #f07241; }
		.widget_nav_menu ul li li:hover a, .widget_nav_menu li li:hover a:before { color: #f07241 !important; }
		.eva-recent-posts-widget .eva-recent-content .date { color: #f07241 !important; }
		.loop-meta li.date { color: #f07241; }
		.type-post-wrap .more-link { background-color: #f07241; }
		.type-post-wrap:hover { border-top-color: #f07241; }
		.pagination span.current { border-color: #f07241; }
		.pagination a:hover { border-color: #f07241; background-color: #f07241; }
		.pagination a.prev:hover, .pagination a.next:hover { color: #f07241; }
		#comments .comment-reply-link:hover { background-color: #f07241; }
		#commentform input[type="submit"], .comment-form input[type="submit"] { background-color: #f07241; }
		blockquote { border-left-color: #f07241; }
		.single-post-pagination a:hover { background-color: #f07241; }
		.portfolio-img-wrap { background-color: #f07241; }
		.portfolio-zoom { color: #f07241; }
		.eva-infinite-scroll a { background-color: #f07241; }
		.project_info li:before { color: #f07241; }
		.loop-gallery .flex-control-nav li a.flex-active, .loop-gallery .flex-control-nav li a:hover, .gallery-block .flex-control-nav li a:hover, .gallery-block .flex-control-nav li a.flex-active { box-shadow: 0 0 0 2px #f07241 inset; }
		.gallery-columns .gallery-item { background-color: #f07241; }
		.gallery-columns .gallery-item i.fa { color: #f07241; }
		.tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet:hover { box-shadow: 0 0 0 2px #f07241 inset; }
		.tp-bannertimer { background-color: #f07241; }
		.likeit:hover i, .likeit:hover span { color: #f07241; }
		#error404-container form i { color: #f07241; }
		form.wpcf7-form input[type="submit"] { background: #f07241; }
		.eva-twitter.carousel li p a:hover { color: #f07241; }
		.eva-twitter li i { color: #f07241; }
		.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #f07241; }
		#scrollTop:hover { background-color: #f07241; }


		/* PageBuilder Elements */
		.eva-service-box.style1 .fa, .eva-service-box.style3 .fa { color: #f07241 !important; }
		.eva-service-box.style2 .fa, .eva-service-box.style4 .fa { background-color: #f07241 !important; }
		.eva-service-box .eva-service-content p { color:#666666; }
		.eva-counter-wrap.style2 .eva-counter-icon { color: #f07241; }
		.eva-counter-wrap.style1 span, .eva-counter-wrap.style3 span { color: #f07241; }
		.eva-counter-wrap.style3 span:before { background-color: #f07241; }
		.price_item_btn a.btn { border-color: #f07241; }
		.price_popular .price_item_btn a.btn, .price_item_btn a.btn:hover { background-color: #f07241 !important; }
		.pricing_table_item.price_popular .pricing_table_price_wrap { background-color: #f07241; }
		.accordion-body.in:before { background-color: #f07241; }
		.accordion-heading .accordion-toggle.active { color: #f07241; }
		.accordion-heading .accordion-toggle.active:before { background-color: #f07241; border-color: #f07241; }
		.accordion-heading .accordion-toggle:hover:before { border-color: #f07241; }
		.accordion-heading .accordion-toggle:after { background-color: #f07241; }
		.eva-tab .nav-tabs li.active a, .eva-tab .nav-tabs li.active a:hover, .eva-tab .nav-tabs li.active a:focus { border-top: 2px solid #f07241; }
		.eva-tab.tabs-left .nav-tabs li.active a, .eva-tab.tabs-left .nav-tabs li.active a:hover, .eva-tab.tabs-left .nav-tabs li.active a:focus { border-left: 2px solid #f07241; }
		.member-description-wrap p { color: #f07241; }
		.member-description-wrap p:before { background-color: #f07241; }
		.testimonials-position { color: #f07241; }
		.eva-testimonials.flexslider .testimonials-avatar:before { color: #f07241; }
		.eva-testimonials.flexslider .time-line span { background-color: #f07241; }


        /* Header */
		#header .logo{ margin-top: 0; margin-bottom: 0; }


        /* Main */
		body.error404 #main {background-image: url(https://perfecti.evatheme.com/wp-content/uploads/2014/10/404_bg.jpg);}


		/* Blog Sidebar */
		#sidebar .widget h6 {font-family: Source Sans Pro, sans-serif; font-size: 16px; font-weight: bold; color: #333333; }

		/* Shop */
		.woocommerce ul.products li.product:hover h3 {color: #f07241;}
		.woocommerce ul.products li.product .button {background-color: #f07241;}
		.woocommerce nav.woocommerce-pagination ul li a:hover {background-color: #f07241; border-color: #f07241;}
		.woocommerce nav.woocommerce-pagination ul li span.current {border-color: #f07241;}
		.woocommerce nav.woocommerce-pagination ul li a.prev:hover, .woocommerce nav.woocommerce-pagination ul li a.next:hover {color: #f07241; background:none;}
		.widget_product_search .woocommerce-product-search i {background-color: #f07241;}
		.woocommerce button.single_add_to_cart_button.button:hover {background-color: #f07241;}
		.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {background-color: #f07241;}
		.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {background-color: #f07241;}

        /* Footer */
        footer{ background: #1c1c1c; }
        footer{ color: #666666; }
        footer a{ color: #999999;word-break: break-all; }
        footer a:hover, footer a:focus, #footer .eva-recent-posts-widget h4 a:hover{ color: #ffffff; }
        footer h6.widget-title {font-family: Source Sans Pro, sans-serif; font-size: 16px; font-weight: bold; color: #ffffff; }


.fluidvids{width:100%;position:relative;}.fluidvids iframe{position:absolute;top:0px;left:0px;width:100%;height:100%;}

.tp-caption.large_header{font-size:60px;line-height:6px;font-weight:800;font-family:"Source Sans Pro" sans-serif;color:#ffffff;text-decoration:none;background-color:transparent;border-width:0px;border-color:rgb(255,255,255);border-style:none}.tp-caption.medium_header{font-size:34px;line-height:6px;font-weight:500;font-family:"Source Sans Pro",sans-serif;color:rgb(255,255,255);text-decoration:none;background-color:transparent;border-width:0px;border-color:rgb(255,255,255);border-style:none}.large_header{font-size:60px;line-height:6px;font-weight:800;font-family:"Source Sans Pro" sans-serif;color:#ffffff;text-decoration:none;background-color:transparent;border-width:0px;border-color:rgb(255,255,255);border-style:none}.medium_header{font-size:34px;line-height:6px;font-weight:500;font-family:"Source Sans Pro",sans-serif;color:rgb(255,255,255);text-decoration:none;background-color:transparent;border-width:0px;border-color:rgb(255,255,255);border-style:none}


.slider-title {
	position: absolute;
	top: 258px;
	left: 137px;
}

.slider-desc {
	position: absolute;
	top: 320px;
	left: 137px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next,
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    top: 50% !important;
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
    position: absolute;
    padding-top: 0px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 20px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 20px;
}

.above_center, .below_center {
    text-align: center;
}
.above_right, .below_right {
    text-align: right;
}
.above_left, .below_left {
    text-align: left;
}

.txtCenter {
	text-align: center;
}

.txtLeft {
	text-align: left;
}

.txtRight {
	text-align: right;
}

.row-fluid .size1_2 {
    width: 48.7179%;
}

.row-fluid .size1_1 {
    width: 100%;
}

.row-fluid [class*="size"]:first-child {
    margin-left: 0;
}
.row-fluid [class*="size"] {
    min-height: 1px;
}
.row-fluid [class*="size"] {
    box-sizing: border-box;
    display: block;
    float: left;
  margin-left: 2.5641%;
}
.eva-our-team {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
}
.eva-our-team .team-member-wrap {
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  font-family: Source Sans Pro,sans-serif;
}
#sidebar .wPostsSidebar .widget h6 {
  font-size: 22px;
  text-transform: none;
}
.wPostsSidebar .widget_recent_entries .post-date {
 color: #f07241;
}
.errorForm { color: #FF0000; }
.author-post-detail {
	color: #999;
    display: inline-block;
    font-size: 11px;
    line-height: 24px;
    text-transform: uppercase;
    vertical-align: top;
}
#signature {
    background: #ffffff none repeat scroll 0 0;
}
.fontawesome-list ul {
    list-style: outside none none;
    margin: 0 0 30px;
}
.fontawesome-list li {
    display: inline-block;
    min-width: 180px;
    padding-bottom: 3px;
    vertical-align: top;
    width: 24.7%;
}
.fontawesome-list i {
    color: #333;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding-right: 30px;
    vertical-align: top;
    width: 20px;
}
.fontawesome-list span {
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
}
/*------------------- Positionnement 3 colonnes ------------------------*/
.size1_1 { width: 100%; padding: 0 1%; }
.size1_2 { width: 50%;  padding: 0 1%; }
.size1_3 { width: 33.33%; padding: 0 1%; }
.size1_4 { width: 25%; padding: 0 1%; }

.posLeft   { float: left; }

.txtCenter { text-align: center; }

.map > div{width:100% !important;}

.pageElement.size1_1,
.pageElement.size1_2,
.pageElement.size1_3,
.pageElement.size1_4,
.pageElement.size1_5,
.pageElement.size1_6,
.pageElement.size1_7,
.pageElement.size1_8 { margin-left: 0; }

.pageElement:first-child { padding-left: 0; }
.pageElement:last-child { padding-right: 0; }

/*-----------------------------------------------------------------------------------*/
/*	Adaptation
/*-----------------------------------------------------------------------------------*/
h1, h2{text-align: center;}
/* @changelog 2019-07-31 [FIX] (Antony) Suppression d'un doublon pour la règle #main (201907180001) */
#page-title{display: none;}
#top_bar p {
    margin: 0;
}
/* ----------- Menu ---------------*/

#top_logo a img { max-width: 130px; }
#top_logo p {
	margin-bottom: 0;
	font-size: 1.2em;
}
#top_menu{
	text-align: center;
}
#top_menu ul#menu {
    height: 34px;
    padding: 7px 0px;
}
#top_menu>ul{position:relative;}
#top_menu>ul>li{position: static;}
.menu .sub-nav{
	width: 100% !important;
	border-radius: initial !important;
    box-shadow: none !important;
    background-color: transparent !important;
}
.menu .sub-nav-item{
	width: 30% !important;
	/* @changelog 201907180001 [FIX] (Antony) Correction de la hauteur des éléments du sous-menu (2019-08-01) */
	height: 65px;
	margin: 5px !important;
	border-radius: 2px;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,0.1);
    background-color: rgba(231,82,0,0.9);
}
/* @changelog 201907180001 [FIX] (Antony) Correction de la hauteur des éléments du sous-menu (2019-08-01) */
.menu .sub-nav-item a{
  height:100%;
  padding:0;
  overflow:hidden;
  position:relative;
}
/* @changelog 201907180001 [FIX] (Antony) Correction de la hauteur des éléments du sous-menu (2019-08-01) */
.menu .sub-nav-item a span{
  position:absolute;
  left:0;
  top:50%;
  padding:7px;
  text-align:center;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  width: 100%;
}
.logo{display: inline-block !important;}
.baseline{
	display: inline-block;
	text-transform: uppercase;
	line-height: 23px;
	margin-bottom: 0;
	margin-left: 15px;
}
.pictureproductDetail img{ width: 100%; }
@media (min-width: 992px) and (max-width: 1200px) {
	.moreInformation:hover h4 { margin-bottom: 15px; }
	.moreInformation:hover p {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.moreInformation h4 { font-size: 18px; }
	.moreInformation p { margin-top: 100px; }
}

/* @changelog 2019-07-31 [FIX] (Antony) Regroupement des instructions responsives dans le fichier responsive.css (201907180001) */

/* Menu responsive */
@media (max-width: 767px){
		.size1_2{width: 100% !important;}

	body #main{margin-top: 15px;}
	#top_menu {
		width: auto !important;
		margin: 35px 0;
	}
	#top_search{display: inline-block;}
	#top_menu i.mobile_menu_icon{display: inline-block !important;}
	#top_search.ct-search-open{margin-left: 0 !important;}
	#top_menu ul#menu{height: auto;}
	#top_menu>ul>li>a{background: none !important;}

	/* -------Produit ----------*/
	.product{
		max-height: 300px;
		overflow: hidden;
	}
	.product .productPicture img{ width: 100%;}
	.product .moreInformation img{margin-top: 110px;}
	.moreInformation:hover img{margin-top:-35px !important;}

}
/* ----------- End Menu ---------------*/
/*---------------- Fiche Annuaire Product ---------------*/
.product{
	background-color: #0092d0;
	position: relative;
	margin-bottom: 30px;
	height: 210px;
	overflow: hidden;
}
.product .img {
	height: 210px;
    opacity: .6;
    background-size: cover !important;
}
.productPicture{
	height: 210px;
	background-color: black;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.product:hover .productPicture{opacity: 0;}
.productPicture img{opacity: 0.5;}

.moreInformation{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	padding: 0 10px;
}
.moreInformation img{
	/* @changelog 2019-07-01 [FIX] (Antony) Affichage des icônes sur les vues résumées des produits (201811120017) */
	max-height: 70px;
	opacity: 1;
	display: block;
	margin:auto;
	margin-top: 40px;
	margin-top: calc( 50% - 80px );

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.moreInformation:hover img{
	margin-top:0;
	opacity: 0;
}
.moreInformation:hover p{margin-top: 0;}
.moreInformation p{
	color: white;
	margin-top: 100px;
	-webkit-transition: margin-top 0.5s ease-in-out;
	-moz-transition: margin-top 0.5s ease-in-out;
	-ms-transition: margin-top 0.5s ease-in-out;
	-o-transition: margin-top 0.5s ease-in-out;
	transition: margin-top 0.5s ease-in-out;
}
.moreInformation h4{
	color: white;
	margin-top: 10px;
}
.span3:nth-child(4n+1){margin-left: 0;}
.moreInformation a{color: white;}

/*---------------- End Fiche Annuaire Product ---------------*/
.full-width-content{display: none;}
/*---------------- Societe ----------------------------------*/
.titleRubrique h1, .titleRubrique h3, .titleRubrique{
	text-align: left;
	text-align: left;
    font-weight: 400;
    color: #5F5F5F;
}
/*---------------- Services ----------------------------------*/
.services .txtCenter .txtLeft {
  text-align: center !important;
}

/* @changelog 2018-2693 [EVOL] (Antony) Espace client (201811120017) */
/*---------------- KNACSS ----------------------------------*/
.center,
.u-center {
  margin-left: auto;
  margin-right: auto;
}

.inbl,
.u-inbl {
  display: inline-block;
  vertical-align: top;
}

.vmiddle {
	vertical-align: middle;
}

.pts {
  padding-top: 1rem;
}

.pbs {
  padding-bottom: 1rem;
}

.pbm {
  padding-bottom: 2rem;
}

.pbm {
  padding-bottom: 2rem;
}

.orange {
	color: #f07241;
}

.prs {
  padding-right: 1rem;
}

.prm {
  padding-right: 2rem;
}

.prl {
  padding-right: 4rem;
}

.fs1 {
	font-size: 1rem;
}

.fs2 {
	font-size: 2rem;
}

.fs4 {
	font-size: 4rem;
}

.txt-center {
	text-align: center;
}

.bg-orange {
	background-color: #f07241 !important;
	color: #FFFFFF !important;
}

/* ----------------------------- */
/* ==Global Micro Layout         */
/* ----------------------------- */
/* Flexbox layout is KNACSS choice
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
.flex-container, .flex-container--row,
.flex-row, .flex-container--column,
.flex-column, .flex-container--row-reverse,
.flex-row-reverse, .flex-container--column-reverse,
.flex-column-reverse,
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-container--row,
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-container--column,
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-container--row-reverse,
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-container--column-reverse,
.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-item-fluid,
.item-fluid {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1;
}

.flex-item-first,
.item-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.flex-item-medium,
.item-medium {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.flex-item-last,
.item-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex-item-center,
.item-center,
.mr-auto {
  margin: auto;
}

/* Width Helpers */
/* ------------- */
/* blocks widths (percentage and pixels) */
.w100 {
  width: 100%;
}

.w95 {
  width: 95%;
}

.w90 {
  width: 90%;
}

.w85 {
  width: 85%;
}

.w80 {
  width: 80%;
}

.w75 {
  width: 75%;
}

.w70 {
  width: 70%;
}

.w65 {
  width: 65%;
}

.w60 {
  width: 60%;
}

.w55 {
  width: 55%;
}

.w50 {
  width: 50%;
}

.w45 {
  width: 45%;
}

.w40 {
  width: 40%;
}

.w35 {
  width: 35%;
}

.w30 {
  width: 30%;
}

.w25 {
  width: 25%;
}

.w20 {
  width: 20%;
}

.w15 {
  width: 15%;
}

.w10 {
  width: 10%;
}

.w5 {
  width: 5%;
}

.w66 {
  width: calc(100% / 3 * 2);
}

.w33 {
  width: calc(100% / 3);
}

.wauto {
  width: auto;
}

.w960p {
  width: 960px;
}

.mw960p {
  max-width: 960px;
}

.w1140p {
  width: 1140px;
}

.mw1140p {
  max-width: 1140px;
}

.w1000p {
  width: 1000px;
}

.w950p {
  width: 950px;
}

.w900p {
  width: 900px;
}

.w850p {
  width: 850px;
}

.w800p {
  width: 800px;
}

.w750p {
  width: 750px;
}

.w700p {
  width: 700px;
}

.w650p {
  width: 650px;
}

.w600p {
  width: 600px;
}

.w550p {
  width: 550px;
}

.w500p {
  width: 500px;
}

.w450p {
  width: 450px;
}

.w400p {
  width: 400px;
}

.w350p {
  width: 350px;
}

.w300p {
  width: 300px;
}

.w250p {
  width: 250px;
}

.w200p {
  width: 200px;
}

.w150p {
  width: 150px;
}

.w100p {
  width: 100px;
}

.w50p {
  width: 50px;
}

/* ----------------------------- */
/* ==Buttons                     */
/* ----------------------------- */
/* preferably use <button> for buttons !*/
/* use .btn-- or .button-- classes for variants */
.btn,
.button,
[type="button"],
button, .btn--primary,
.button--primary, .btn--success,
.button--success, .btn--info,
.button--info, .btn--warning,
.button--warning, .btn--danger,
.button--danger, .btn--inverse,
.button--inverse, .btn--ghost,
.button--ghost {
  display: inline-block;
  padding: 1rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition-property: background-color, color, border, -webkit-box-shadow;
  transition-property: background-color, color, border, -webkit-box-shadow;
  transition-property: box-shadow, background-color, color, border;
  transition-property: box-shadow, background-color, color, border, -webkit-box-shadow;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  color: #212529;
  border: none;
  border-radius: 0;
  background-color: #e7e9ed;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
}

.btn:focus,
.button:focus,
[type="button"]:focus,
button:focus {
  -webkit-tap-highlight-color: transparent;
}

.btn--primary,
.button--primary {
  background-color: #0275D8;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--primary:active, .btn--primary:focus, .btn--primary:hover,
.button--primary:active,
.button--primary:focus,
.button--primary:hover {
  background-color: #025aa5;
}

.btn--success,
.button--success {
  background-color: #5CB85C;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--success:active, .btn--success:focus, .btn--success:hover,
.button--success:active,
.button--success:focus,
.button--success:hover {
  background-color: #449d44;
}

.btn--info,
.button--info {
  background-color: #5BC0DE;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--info:active, .btn--info:focus, .btn--info:hover,
.button--info:active,
.button--info:focus,
.button--info:hover {
  background-color: #31b0d5;
}

.btn--warning,
.button--warning {
  background-color: #F0AD4E;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--warning:active, .btn--warning:focus, .btn--warning:hover,
.button--warning:active,
.button--warning:focus,
.button--warning:hover {
  background-color: #ec971f;
}

.btn--danger,
.button--danger {
  background-color: #D9534F;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--danger:active, .btn--danger:focus, .btn--danger:hover,
.button--danger:active,
.button--danger:focus,
.button--danger:hover {
  background-color: #c9302c;
}

.btn--inverse,
.button--inverse {
  background-color: #333;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--inverse:active, .btn--inverse:focus, .btn--inverse:hover,
.button--inverse:active,
.button--inverse:focus,
.button--inverse:hover {
  background-color: #1a1a1a;
}

.btn--ghost,
.button--ghost {
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: 0 0 0 1px #fff inset;
          box-shadow: 0 0 0 1px #fff inset;
}

.btn--ghost:active, .btn--ghost:focus, .btn--ghost:hover,
.button--ghost:active,
.button--ghost:focus,
.button--ghost:hover {
  background-color: rgba(0, 0, 0, 0);
}

.btn--small,
.button--small {
  padding: 0.5rem 1rem;
  font-size: .8em;
}

.btn--big,
.button--big {
  padding: 1.5rem 2rem;
  font-size: 1.4em;
}

.btn--block,
.button--block {
  width: 100% !important;
  display: block;
}

.btn--unstyled,
.button--unstyled {
  padding: 0;
  border: none;
  text-align: left;
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn--unstyled:focus,
.button--unstyled:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

/* -------------------------- */
/* ==Responsive helpers       */
/* -------------------------- */
/* large screens */
/* ------------- */
@media (min-width: 992px) {
  /* layouts for large screens */
  .large-hidden {
    display: none !important;
  }
  .large-visible {
    display: block !important;
  }
  .large-no-float {
    float: none;
  }
  .large-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for large screens */
  .large-w25 {
    width: 25% !important;
  }
  .large-w33 {
    width: 33.333333% !important;
  }
  .large-w50 {
    width: 50% !important;
  }
  .large-w66 {
    width: 66.666666% !important;
  }
  .large-w75 {
    width: 75% !important;
  }
  .large-w100,
  .large-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for large screens */
  .large-man,
  .large-ma0 {
    margin: 0 !important;
  }
}

/* medium screens */
/* -------------- */
@media (min-width: 768px) and (max-width: 991px) {
  /* layouts for medium screens */
  .medium-hidden {
    display: none !important;
  }
  .medium-visible {
    display: block !important;
  }
  .medium-no-float {
    float: none;
  }
  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for medium screens */
  .medium-w25 {
    width: 25% !important;
  }
  .medium-w33 {
    width: 33.333333% !important;
  }
  .medium-w50 {
    width: 50% !important;
  }
  .medium-w66 {
    width: 66.666666% !important;
  }
  .medium-w75 {
    width: 75% !important;
  }
  .medium-w100,
  .medium-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for medium screens */
  .medium-man,
  .medium-ma0 {
    margin: 0 !important;
  }
}

/* small screens */
/* ------------- */
@media (min-width: 576px) and (max-width: 767px) {
  /* layouts for small screens */
  .small-hidden {
    display: none !important;
  }
  .small-visible {
    display: block !important;
  }
  .small-no-float {
    float: none;
  }
  .small-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for small screens */
  .small-w25 {
    width: 25% !important;
  }
  .small-w33 {
    width: 33.333333% !important;
  }
  .small-w50 {
    width: 50% !important;
  }
  .small-w66 {
    width: 66.666666% !important;
  }
  .small-w75 {
    width: 75% !important;
  }
  .small-w100,
  .small-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for small screens */
  .small-man,
  .small-ma0 {
    margin: 0 !important;
  }
  .small-pan,
  .small-pa0 {
    padding: 0 !important;
  }
}

/* medium screens */
/* ------------ */

@media (max-width: 767px) {
  .medium-hidden {
    display: none !important;
  }
  .medium-visible {
    display: block !important;
  }
  .medium-no-float {
    float: none;
  }
  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for tiny screens */
  .medium-w25 {
    width: 25% !important;
  }
  .medium-w33 {
    width: 33.333333% !important;
  }
  .medium-w40 {
    width: 40% !important;
  }
  .medium-w50 {
    width: 50% !important;
  }
  .medium-w60 {
    width: 60% !important;
  }
  .medium-w66 {
    width: 66.666666% !important;
  }
  .medium-w75 {
    width: 75% !important;
  }
  .medium-w100,
  .medium-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for tiny screens */
  .medium-man,
  .medium-ma0 {
    margin: 0 !important;
  }
  .medium-pan,
  .medium-pa0 {
    padding: 0 !important;
  }
}
/* tiny screens */
/* ------------ */

@media (max-width: 575px) {
  /* quick small resolution reset */
  .mod,
  .col,
  fieldset {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /*.flex-container, .flex-container--row,
  .flex-row, .flex-container--column,
  .flex-column, .flex-container--row-reverse,
  .flex-row-reverse, .flex-container--column-reverse,
  .flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }*/
  /* layouts for tiny screens */
  .tiny-hidden {
    display: none !important;
  }
  .tiny-visible {
    display: block !important;
  }
  .tiny-no-float {
    float: none;
  }
  .tiny-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for tiny screens */
  .tiny-w25 {
    width: 25% !important;
  }
  .tiny-w33 {
    width: 33.333333% !important;
  }
  .tiny-w40 {
    width: 40% !important;
  }
  .tiny-w50 {
    width: 50% !important;
  }
  .tiny-w60 {
    width: 60% !important;
  }
  .tiny-w66 {
    width: 66.666666% !important;
  }
  .tiny-w75 {
    width: 75% !important;
  }
  .tiny-w100,
  .tiny-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for tiny screens */
  .tiny-man,
  .tiny-ma0 {
    margin: 0 !important;
  }
  .tiny-pan,
  .tiny-pa0 {
    padding: 0 !important;
  }
}



/*----hary responsive----*/
/* @changelog 2019-07-31 [FIX] (Antony) Le header contenant le mail, le téléphone et les réseaux sociaux est désormais géré avec Flexbox (201907180001) */
@media screen and (min-width: 993px) and (max-width: 1299px){
	.header_sticky  #top_logo {
    	float: left;
    	padding-right: 10px;
	}
	.header_sticky #top_menu li a{
		font-size: 15px;
		padding: 0 10px;
	}
	.header_sticky #top_logo p{
		font-size: 1.1em;
	}

}
@media screen and (min-width: 768px) and (max-width: 979px){
	.top_bar_phone{
		padding-right: 0;
	}
}
@media screen and (max-width: 479px){
	.top_bar_phone p a span{
		font-size: 14px !important
	}
}
