body{
	background: url(../images/texture.gif);
	color:#434343;
	font-family: 'Lato';
}
#page { background:#ffffff; }

/* Top */

/*.topbar{
	height: 100px;
	background:url(../images/bg-top2.png);
    margin-bottom:20px; 
}*/

.social{
	float: right;
}

.social ul{
	margin: 0px;
	padding: 0px;
	list-style: none;

}

.social ul li{
	list-style: none;
	float: left;
	line-height: 70px;
	width: 100px;
	text-transform: uppercase;
	font-size: 12px;
}

.social ul li a:link, .social ul li a:visited{
	display: block;
	color: #fff;
	padding: 0px 20px;
}

.social ul li a:hover{
	background: #fff;
	color: #fa4c00;
}


.searchbox{
	float: right;

}

input#s{
	background: #d13f00;
	border:none;
	border-radius: 0px;
	height: 70px;
	padding: 0px 10px;
	color: #fff;
	width: 220px;
}
#searchsubmit{
	height: 70px;
	padding: 0px 20px;
	margin: 0px;
	vertical-align: top;
	background: transparent;
	border: none;
	box-shadow: none;
	display: none;
	}
	
	
/* Header	 */
	
#masthead{
	padding: 40px 0px 10px;
	
}
#dc-header { position:relative; z-index:9999; }
#single-header { position:relative; height:400px; }
/*#logo { position:absolute; width:675px; height:40px; top:12px; left:0; }*/
h1.site-title{
	text-transform: uppercase;
	font-weight: 800;
	color: #111;
	font-size: 42px;
	/*margin: 20px 0px 0px 0px;*/
	}

h1.site-title > a > span { display:none; }
h1.site-title > a { display:block; width:375px; height:40px; background: url(../images/logo_tic.png) left top no-repeat; }

h1.site-title a:link, h1.site-title a:visited{
	color: #111;
	}

.site-description{
	font-size: 16px;
	}


/* Menu */
.topmenu{
	height: 20px;
	padding: 40px 20px 0;
	/*background: #3c3c3c;*/
}
	
.submenu {
	padding:0px 0px;
	height: 20px;

	}
	
.submenu ul {
	width: auto;
	float:right;
	list-style: none;
	margin: 0;
	padding: 0 0px;
	font-size: 13px;
	}

.submenu ul > li:hover{
	
}	
.submenu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
	text-transform: uppercase; border-left:1px solid #434343;
	}

.submenu li:first-child { border:none; }	
.submenu li a { height:20px; padding-top:1px; vertical-align:top; 
	color:#e5e5e7;
	display: block;
    margin: 0;
	padding: 0 10px 0 10px;
    line-height:1;
	text-decoration: none;
	position: relative;
    font-size:12px;
	}

.submenu li.orange a { color:#ff9c00;}

.submenu li span.menudescription{
	font-size: 10px;
	display: block;
	color: #999;
}

span.sf-sub-indicator{
	display: none;
}

.submenu li a:hover, .submenu li a:active, .submenu .current_page_item a  {
	color: #029fe0; 
	
	}
	
.submenu li a.sf-with-ul {
	padding-right: 10px;
	}	
	

	
.submenu li ul li a, .submenu li ul li a:link, .submenu li ul li a:visited,
.submenu li ul li ul li a, .submenu li ul li ul li a:link, .submenu li ul li ul li a:visited,
.submenu li ul li ul li ul li a, .submenu li ul li ul li ul li a:link, .submenu li ul li ul li ul li a:visited {
	color: #eee;
	width: 148px; 
	margin: 0;
	padding: 0 10px;
	border-top:1px solid #5c5c5c;
	position: relative;
	font-weight:400;

	}
	
.submenu ul li ul li:first-child a,.submenu ul li ul li ul li:first-child a,.submenu ul li ul li ul li ul li:first-child a  {
	border-top:none;

}

	
.submenu li ul li a:hover ,.submenu li ul li ul li a:hover ,.submenu li ul li ul li ul li a:hover {
	color: #029fe0; 
		}


.submenu li ul {
	font-size: 10px;
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px;
	background:#4f4f4f;
	border:1px solid #4f4f4f;
	}

.submenu li ul a { 
	width: 150px;
	}

.submenu li ul a:hover, .submenu li ul a:active { 
	}

.submenu li ul ul {
	margin: -41px 0 0 177px;
	}

.submenu li:hover ul ul, .submenu li:hover ul ul ul, .submenu li.sfHover ul ul, .submenu li.sfHover ul ul ul {
	left: -999em;
	}

.submenu li:hover ul, .submenu li li:hover ul, .submenu li li li:hover ul, .submenu li.sfHover ul, .submenu li li.sfHover ul, .submenu li li li.sfHover ul {
	left: auto;
	}

.submenu li:hover, .submenu li.sfHover { 
	position: static;
	}
	
	
/* Layout */

#main{
	background: #fff;
	padding: 0 0 20px 0;
    display:table;
    /*border-collapse:separate;
    border-spacing:10px 0;*/
}
#separ { width:20px; display:table-cell; }
#primary,#secondary{
	/*padding: 10px 0px;*/
    display:table-cell; vertical-align:top; float:none;
}
.moveleft { float:left!important; }
#secondary { /*background:#f9f9f9;*/ }

h2.section-title, h1.page-title, h1.section-title {
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #434343 url(../images/sprite.png) left -264px no-repeat;
	text-transform: uppercase;
	font-size: 18px;
	/*border-left: 10px solid #029fe0;*/

	padding-left: 50px;
	margin-bottom: 20px;
}
h2.section-title a {  float: right; position: relative; right: 10px; text-transform: none; color:#ffffff; text-decoration:underline; }
h2.section-title a:hover { color:#009ee0; }
 
/* Home blog */

.box{
	width: 380px;
	float: left;
	
}

.box.odd{
	margin-right: 20px;
}

.box.even{
	margin-right: 0px;
}

.box h1.entry-title{
	font-size: 14px; line-height:16px;
	text-transform: uppercase;
	color: #222;
	margin: 0px 0px ;
	/*font-weight: 800;*/
}

.box h1.entry-title a:link, .box h1.entry-title a:visited{
	color: #009ee0;
}

.box .entry-summary{
	margin: 0px;
    font-size:12px; line-height:16px;
}

.post-image{
	position: relative;
	margin-bottom: 20px;
}

.post-image img{
	display: block;
}

.postdate{
	background: #029fe0;
	color: #fff;
	padding: 5px 10px;
	position: absolute;
	left: 0px;
	bottom:0px;
	font-size: 12px;
}

/* Sidebar */

/* Tabs */

#tabs{
	margin-bottom: 26px;
}

ul.tabnav{
	margin: 0px;
	height: 50px;
	border-bottom: 10px solid #FA4C00;
	background: #3C3C3C;
}

ul.tabnav li{
	list-style: none;
	float: left;
	width: 80px;
	margin: 10px 10px 0px 10px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

ul.tabnav li a{
	color: #fff;
}

ul.tabnav li.active{
	background: #FA4C00;
	color: #fff;
}

ul.tabnav li.active a{
	color: #fff;
}


.ctab ul{
	margin: 10px 0px 0px 0px;
	list-style: 0px;
}

.ctab ul li{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	list-style: none;
	border-bottom: 1px dotted #dfdfdf;
}

.ctab ul li:last-child{
	border: none;
}

.ctab ul li img{
	float: left;
	margin: 0px 20px 0px 0px;
}
.ctab ul li h2{
	width: 180px;
	float: left;
	clear: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	margin:0px 0px 0px 0px;
}

.ctab ul li h2 a:link, .ctab ul li h2 a:visited{
	color: #333;
}

.ctab ul li span{
	font-size: 12px;
}

/* Articles */
.separator { position:relative; background:url(../images/liste-bottom.png); width:100%; height:10px; }
article.hentry { margin:0; }
article .entry-meta { line-height:1.2; margin-bottom:15px; }
article footer.entry-meta { /*margin-bottom:7px;*/ margin:10px 0;}

.hide { display:none; }

.page-header{
	/*border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
	padding-bottom: 10px;*/
}

h1.page-title{
	/*margin: 0px 0px;
	color: #333;*/
    margin-bottom:10px;
}
.taxonomy-description p{
	margin: 0px;
}
.archive article.post, .page article.post {
	padding:10px 17px;
    border:1px solid #e5e5e7;
}
article.page {
    margin-bottom: 20px;
}
.archive article.post:hover, .page article.post:hover {
    background-color:#f5f5f5;
}

h1.entry-title{
	font-size: 24px;
	/*font-weight: 800;*/
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #222; line-height:1;
}

h1.entry-title a:link, h1.entry-title a:visited{
	color: #222;
}

.info { position:relative; margin-bottom:10px; }
.info > div { position:relative; display:inline-block; vertical-align:top; font-size:12px; }
.info > .comment { margin-left:6px; padding-left:15px; color:#b6b6b6; background:url(../images/comment.png) left 6px no-repeat; }

/* Widgets */
.widget {
	/*margin: 0 0px 30px 0px;*/
	
}

h1.widget-title, h3.sidetitl {
    font-size: 16px;
    margin-bottom: 0;
 	color:#fff;
 	background: #434343;
 	height: 40px;
 	line-height: 40px;
 	text-transform: uppercase;
    background: #434343 url(../images/sprite.png) left -264px no-repeat;
	font-size: 18px;
	padding-left: 50px;
    font-weight:400;
}

.widget ul {
    list-style-type: none;
    margin: 0px;
    padding: 0;
    background:#fff;
}

.widget li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.widget ul ul {
    list-style-type: none;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}

.widget ul li {
    list-style-type: none;
    margin: 0px;
    margin: 0px 0px;
    color: #777;
}

.widget ul li a:link,.widget ul li a:visited {
    color: #434343;
    text-decoration: none;
}

.widget ul li a:hover{
	color:#029fe0;
}


.widget.widget_categories ul li,.widget.widget_pages ul li,.widget.widget_archive ul li,.widget.widget_links ul li,.widget.widget_meta ul li {
    border-bottom: 1px dotted #dfdfdf;
    padding: 7px 0px;
}

.widget.widget_categories ul li {
    background:#fff url(../images/icon-cat.png) left 10px no-repeat; padding-left:25px; text-transform:uppercase; 
}

.widget.widget_archive ul li {
    background:#fff url(../images/icon-arch.png) left 11px no-repeat; padding-left:25px; text-transform:uppercase; 
}

.widget.widget_archive ul li a:link,.widget.widget_archive ul li a:visited {
    color: #b6b6b6;
}

.widget.widget_recent_entries ul li  {
	padding: 7px 0px;
     border-bottom: 1px dotted #dfdfdf;
}

.widget ul#recentcomments li.recentcomments {
     border-bottom: 1px dotted #dfdfdf;
    padding: 7px 0;
}

.widget .textwidget p {
    padding: 0px 0px;
}

.widget .tagcloud {
    padding: 0px 0px 20px 0px;
 
}

.widget .tagcloud a{
	color:#fff;
	background: #fa4c00;
	padding: 5px 10px;
	margin: 0px 5px 5px 0px;
   font-size: 12px!important;
   display: inline-block;	
}

.widget .tagcloud a:hover{
	background: #3C3C3C;
}
.widget #calendar_wrap{
	padding:0px 20px 20px 20px;

}

.squarebanner{
	margin:0px;
}


.squarebanner ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px !important;

}

.squarebanner ul li{
	margin:10px 20px 5px 0px;
	list-style:none;
	float:left;
	background: #EFEFEF;
	padding: 5px 5px;
}


li.rbanner{
	margin-right:0px!important;
}



/* Comments */

#comments{
	
}

h2.comments-title{
	font-size: 16px;
	font-weight: 600;
	margin: 0px 0px 20px 0px;
	color: #111;
}

#comments ol.commentlist {
    clear: both;
    overflow: hidden;
    list-style: none;
    margin: 0;
}

#comments ol.commentlist li.comment,#comments ol.commentlist li.pingback {
    margin: 0px 0px;
    padding: 0px 0px;
    line-height: 1.6;
}

ol.commentlist li .comment-author .avatar {
     margin: 0px 10px 0px 0px ;
     float:left;
}
.comment-top{
	background: #edf1f2;
	padding: 5px 5px;	
}
cite.fn {
    color: #444;
    font-style:normal;
    font-weight:bold;
    font-size:14px;
    padding: 0px 0px;
    display: block;

}

cite.fn a:link,cite.fn a:visited {
	color:#444;
}

ol.commentlist li .comment-meta a {
    color: #444;
    text-decoration: none!important;
    
}
.comment-content{
	padding: 20px 30px 20px 30px;
	background: #fff;
	border:1px solid #f2f2f2;
}

ol.commentlist li .reply {
    background:#029fe0;
    color: #fff;
    font-size: 12px;
    padding:5px 10px;
    display: inline-block;
}

ol.commentlist li .reply a {
	color:#fff;
}

.space{
	height:30px;
}

ol.commentlist li ul.children {
    list-style: none;
    text-indent: 0;
    margin: 0px 0px 0px 50px;
}


#respond {
    margin: 30px 0;
}

#respond h3 {
    font-size: 14px;
    font-weight: normal;
    color: #029fe0;
    padding: 5px 0px;
    margin:0px 0px;
    text-transform:uppercase;
}

#commentform {
    padding: 0px 0px;
}

#commentform p {
    color: #777;
    margin: 5px 0;
}

.form-allowed-tags{
	font-size:13px;
}

#respond label {
    display:inline;
    color: #777;
    padding: 5px 0;
}

#respond input {
    background: #fff;
    border: 1px solid #ddd;
    color: #777;
    margin: 0 10px 10px 0;
    padding: 5px;
}
#respond input[type="submit"]{padding:0;} 
#commentform input {
    width: 50%;
    display:block;
    margin-top:5px;
}

#respond input#submit {
	width:140px; height:40px; background:#029fe0; color: #fff;
    cursor: pointer;
    margin: 10px 0;
    line-height:40px;
    border:none; border-radius:initial; box-shadow:none; text-shadow:none; text-transform:uppercase; font-size:14px;
}
.form-submit { text-align:right; }

textarea#comment {
    display:block;
    margin-top:5px;
    /*background: #fff;*/
    border: 1px solid #ddd;
    /*width: 70%;*/
    color: #333;
    margin: 5px 0 0;
    padding: 10px 10px;
}

.form-allowed-tags{
    display:none;
	padding:20px 0px;

}

ol.commentlist li .comment-meta,#respond label small {
    font-size: 10px;
}





/* Footer widgets */

#bottom{
	padding: 20px 20px 40px 20px;
	background: #3C3C3C;
}

#bottom ul{
	margin:0px 0px;
	padding:0px;
}

h3.bothead{
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px 0px;
	color:#fff;
	font-weight: 600;
	text-transform: uppercase;
		}
	
.botwid{
	padding:10px 0px;
	color: #818181;
	list-style:none;
	width:280px;
	float:left;
	}
	
.botwid ul {
	list-style-type: none;
	margin:  0px;
	padding: 0px 0px 0px 0px ;


	}
.botwid li{
	list-style-type: none;
	margin: 0 ;
	padding: 0px 0px;
   border-bottom: 1px solid #4c4c4c;
	}
.botwid ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
		}

.botwid ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.botwid ul ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.botwid ul li {
	height:100%;
	line-height:18px;
	clear: left;	
	list-style-type: none;
	color: #aaa;
	}
	
.botwid ul li a:link, .botwid ul li a:visited  {
	
	color: #aaa;
	text-decoration: none;
	padding: 7px 0px 7px 0px;
	display:block;


	}

.botwid ul li a:hover{

	color: #fff;
	}

.botwid p{
	padding: 5px 0px;
	margin:0;
	line-height:150%;
	
	}

.botwid table {
	width:100%;
	text-align:center;
	color: #818181;
	}		
		
.botwid ul#recentcomments li.recentcomments {
     border-bottom: 1px solid #4c4c4c;
    padding:7px 0;
}


/* Footer */

.site-footer{background:url(../images/bg_footer_wrap.png) left top repeat-x;}

footer > .container { position:relative; margin:0 auto; max-width:1000px; color: #5E6F7A; font-size:12px; }

/*footer > .container nav { position:absolute; width:auto; height:30px; right:0; text-align:right; top:15px; }
footer > .container nav > ul { list-style:none; position:relative; overflow:hidden; margin:0; }
footer > .container nav > ul > li { position:relative; float:left; width:30px; height:30px; background:url(../images/sprite.png) 0 0 no-repeat; opacity:0.6; }
footer > .container nav > ul > li.tw { background-position:-30px 0; margin-left:8px; }
footer > .container nav > ul > li.gplus { background-position:-60px 0; margin-left:8px; }
footer > .container nav > ul > li.ins { background-position:-90px 0; margin-left:8px; }
footer > .container nav > ul > li.pi { background-position:-120px 0; margin-left:8px; }
footer > .container nav > ul > li.yt { background-position:-150px 0; margin-left:8px; }
footer > .container nav > ul > li.su { background-position:-210px 0; margin-left:8px; }
footer > .container nav > ul > li.tr { background-position:-180px 0; margin-left:8px; }
footer > .container nav > ul > li > a { display:block; height:30px; width:30px; }
footer > .container nav > ul > li > a > span { display:none; }
footer > .container nav > ul > li:hover { opacity:1.0; }*/

.foot-grid { height:170px; }
.foot-copy {line-height:40px; color:#5e5e5e;}
footer section { position:relative; float: left;  margin: 20px 0 0; width: 160px; }
footer section.bloc_180 {width:180px;}
footer section.bloc_140 {width:140px;}
footer section.bloc_130 {width:130px;}
footer section ul { list-style:none; margin:0; }
footer section.foot-bloc-nl { width: 390px; }
footer section > h3 { color: #009ee0; font-size: 14px; font-weight: normal; margin-bottom: 10px; text-transform: uppercase; }
.foot-grid ul li { line-height: 15px;}
.foot-grid ul li a { color:#b6b6b6; font-size:11px; line-height: 15px;}
.foot-grid ul li a:hover, .foot-copy a:hover {text-decoration:underline;}
.foot-copy a { color:#5e5e5e; font-size:11px; }

.foot-social ul li:first-child { margin-left:0; }
.foot-social ul li { position:relative; float:left; margin-left:10px; }
.foot-social ul li a { display:block; opacity:.6; }
.foot-social ul li a:hover {opacity:1;}
.foot-social ul li i { display:inline-block; background:url(../images/sprite_social.png) 0 0 no-repeat; width:40px; height:40px; }
.foot-social ul li a.p_tw  i { background-position:-40px 0; }
.foot-social ul li a.p_gp  i { background-position:-80px 0; }
.foot-social ul li a.p_pi  i { background-position:-120px 0; }
.foot-social ul li a.p_in  i { background-position:-160px 0; }
.foot-social ul li a.p_tu  i { background-position:-200px 0; }
.foot-social ul li a.p_su  i { background-position:-240px 0; }
.foot-social ul li a.p_yt  i { background-position:-280px 0; }

footer .foot-bloc-nl > h3 { /*margin-bottom:10px;*/ }
.foot-nl { margin-bottom:10px; }
.foot-nl > .nl_chimp form { position:relative; top:0; right:auto; width:100%; height:40px; margin:0!important; }
.foot-nl > .nl_chimp form .sml_email > .sml_emailinput{  background:#5e5e5e url(../images/icon-inputmail.png) 10px center no-repeat;
    border:none; color: #b6b6b6; font-size: 12px; height: 40px; padding: 0 5px 0 50px; position: relative; width: 295px;
}
.foot-nl > .nl_chimp form input[type="submit"] { background: #009ee0; border: none; color: #ffffff; text-align:center; line-height:25px; font-weight: bold; height: 40px; width: 40px; }

.nl_chimp form  p, .nl2_chimp form  p { position:relative; float:left; margin:0; }
.nl_chimp form input[type=text], 
.nl_chimp form input[type=email],
.nl2_chimp form input[type=email] { position:relative; width:175px; height:25px; line-height:25px; border:none; border-radius:0; margin:0; padding:0; background:#d6d6d6; }






.fcred{
	padding: 10px 0;
	color: #5E6F7A;
}

.fcred a:link, .fcred a:visited{
	color:#5E6F7A;
}



/* paginate */

/*.paginate{
    margin-top:20px; font-size:20px;
    background-color:#e5e5e7;
    width:100%; height:30px;
}

.paginate a{
	background: #e5e5e7;
    display: block;
    width:29px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 1px;
    color: #acacac;
    border-left:1px solid #ffffff;
}
.paginate a:hover, .paginate a.btpag:hover { background-color: #009ee0; color:#ffffff; }
.paginate span.current{
	color: #fff;
    display: block;
    width:29px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 1px;
    background: #009ee0;
}
.paginate a.btpag { background:#e5e5e7 url(../images/sprite.png) 0 -405px no-repeat; }
.paginate a.btpag > span { display:none; }
.paginate a.btpag.prev { background-position: -29px -405px; }
.paginate a.btpag.next { background-position: -58px -405px; }
.paginate a.btpag.nexttop { background-position: -87px -405px; }

.pagination { float:right; }*/

/* SLIDER HOME */
.feature-box { overflow:hidden; }

/* SIDEBAR BLOC */
#bloc_sidebar { background:#ffffff; text-align:center; font-size:12px; line-height:16px; text-transform:uppercase; color:#282828; }
#bloc_sidebar h3 { background:#e5e5e7; height:19px; font-size:12px; line-height:19px; border-bottom:1px solid #ffffff; font-weight:normal; margin:0; }
#bloc_sidebar > div {  }
#bloc_sidebar > .bloc2 { margin:0; padding-bottom:10px; }
#bloc_sidebar > .bloc1 { background:#f5f5f5; margin-bottom:10px; }
#bloc_sidebar > .bloc1 .titrelogo { font-size:14px; font-weight:700; }
#bloc_sidebar > .bloc1 .titrelogo > span { color:#009ee0; }
#bloc_sidebar > .bloc1 > p { padding:5px 0; margin:0; }
#bloc_sidebar > .bloc1 > span { font-size:16px; color:#434343; }
#bloc_sidebar > .bloc2 > span { color:#434343; }
#bloc_sidebar > .bloc2 > .p10 { margin-top:10px; }
#bloc_sidebar > .bloc2 > ul { list-style:none; margin:0; }
#bloc_sidebar > .bloc2 > ul  > li { background:#f5f5f5; border-bottom:1px solid #ffffff; height:19px; line-height:19px; }
#bloc_sidebar > .bloc2 > ul  > li > a { color:#434343; }
#bloc_sidebar > .bloc2 > ul  > li > a:hover { color:#029FE0; }

#bloc_sidebar.blocpress { line-height:16px; color:#B6B6B6; }
#bloc_sidebar.blocpress > .bloc1 { background:#FFFFFF; border-bottom: 2px solid #E9E9E9; border-top: 2px solid #E9E9E9; }
#bloc_sidebar.blocpress > div { padding:10px 0; }
#bloc_sidebar.blocpress > div > h1 { color: #434343; font-size: 16px; line-height: 18px; margin: 0; }
#bloc_sidebar.blocpress > .full { height: auto; }

.bloc_sidebar { margin-bottom:10px; }
.bloc_sidebar > a { display:block; height:40px; }

/* NAV SOCIAL */
#nav_social { position:fixed;bottom:50%;right:-260px;width:300px;height:200px; z-index: 1000;}
#nav_social > ul { list-style:none; position:relative; margin:0;}
#nav_social > ul > li { position:relative; width:300px; height:29px; margin-bottom:1px; background:#e9e9e9 url(../images/sprite.png) no-repeat; padding-left:50px; padding-top:10px; }
#nav_social > ul > li.fb { background-position:0 -30px;}
#nav_social > ul > li.tw { background-position:0 -69px;}
#nav_social > ul > li.gplus { background-position:0 -108px; }
#nav_social > ul > li.ins { background-position:0 -186px; padding-top:8px; height:31px;}
#nav_social > ul > li.pi { background-position:0 -147px; padding-top:7px; height:32px;}
#nav_social > ul > li.ic-t { background-position:0 -792px; }
#nav_social > ul > li.ic-su { background-position:0 -753px; }
#nav_social > ul > li.ic-yt { background-position:0 -831px; padding-top:8px; height:31px;}

/* FORM */
#bloc_form { position:relative; width:240px; display:inline-block; vertical-align:top;}
#bloc_form  label { position:relative; height:30px; line-height:30px; }
#bloc_form input { position:relative; width:188px; height:26px; line-height:26px; margin:0; padding:1px 5px; background:#fff url(../images/bg_field.png) left top repeat-x; font-size:14px; font-family: Arial, Verdana, FreeSans, sans-serif; color:#4d4f53; border:1px solid #cbcbcb; border-radius: 2px; }
.comment-form-comment { display:inline-block;vertical-align:top; }
.comment-form-comment textarea { height:128px; width:500px; background:#fff url(../images/bg_field.png) left top repeat-x; }
#commentform .form-submit { /*float:right; margin-right:15px;*/ }


/* TAG */
#tag-cat { position:relative; padding-bottom:10px; border-bottom:1px solid #b6b6b5; margin-bottom:15px; min-height:40px;}
.dc-tag, .dc-cat {  }
.titre-tag > i, .titre-cat > i { position:relative; top:2px; background:url(../images/sprite.png) -16px -334px no-repeat;  width:16px; height:16px; display:inline-block; margin-right:3px; }
.titre-cat > i { background-position: -48px -334px; }
#tag-cat .titre-tag, #tag-cat .titre-cat { display:inline-block; vertical-align:top; padding-right:7px; }
#tag-cat .titre-cat {  }
.dc-tag > a:hover {/*background-color:#CCC;*/}


/* AUTHOR BIO */
.author-info { position:relative; background:#f9f9f9; margin-top:20px; border: 1px solid #E5E5E7; padding: 15px 17px; }
.author-info > .author-tab { position:absolute; width:80px; height:20px; line-height:18px; font-size:12px; text-align:center; top:-20px; left:-1px; background:#e9e9e9; border-radius: 4px 4px  0 0;}
.author-info .author-avatar { position:relative; float:left; width:80px; margin-right:20px; }
.author-info .author-avatar > .cadre { background:#fff; padding:4px; border:1px solid #e5e5e7; height:70px; }
.author-info .author-description { position:relative; top:-4px;  float:left; width:640px; }
.author-info > .author-title { margin-bottom:20px; }
.author-info > .author-title > h2 { font-size:20px; line-height:20px; margin:0; }
.author-info > .author-title > h2 > span { font-size:12px; }
.author-info > .author-title > h3 { font-size:12px; line-height:1.2; margin:0; color:#b6b6b6; text-transform:uppercase; display:inline-block; }
.author-info > .author-description > .detail { position:relative; }
.author-info > .author-description > .detail > ul { list-style:none; margin:0; }
.author-info > .author-description > .detail > ul > li { display:inline-block; width:auto; margin-right:10px; font-size:12px; }
.author-info > .author-description > .detail > ul > li.com { padding-left:15px; background:url(../images/comment.png) left 5px no-repeat; }
.author-info .author-description > p { margin:0; text-align:justify; line-height:1.3; }
.author-info > .author-link { position:absolute; right:20px; top:20px; /*width:250px;*/ height:20px; text-align:right; }
.author-info > .author-link > ul { list-style:none; margin:0; overflow:hidden; text-align:right; }
.author-info > .author-link > ul > li { position:relative; float:left; width:30px; margin-left:5px;  }
.author-info > .author-link > ul > li > a { background:url(../images/sprite.png) left -350px no-repeat; display:block; width:30px; height:30px; }
.author-info > .author-link > ul > li > a:hover { opacity:0.8; }
.author-info > .author-link > ul > li > a span { display:none; } 
.author-info > .author-link > ul > li.author-tw a{ background-position: -30px -350px; }
.author-info > .author-link > ul > li.author-go a{ background-position: -60px -350px; }
.author-info > .author-link > ul > li.author-in a{ background-position: -90px -350px; }
.author-info > .author-link > ul > li.author-s a{ background-position: -150px -350px; }
.author-info > .author-link > ul > li.author-ww a{ background-position: -120px -350px; }

.authorpost { font-size:12px; display:inline-block; }

.page-header > .author-info  { margin-top:0; }
.page-header > .author-info > .author-description > h2 { font-size:24px; line-height:26px; }
.page-author { border-bottom: 0;  padding-bottom:0; }

/* MODULE SOCIAL */
.hupso_counters { /*display:none;*/ }
.hupso-share-buttons { clear:both; border-top:2px solid #e9e9e9; padding:15px 0 10px 0; }

/* MODIF content */
.entry-summary { overflow:hidden; }
.entry-summary  > p { position:relative; float:left; margin-right:10px; margin-bottom:10px; text-align:justify; }
.entry-summary  > p.th-bouton { z-index:2; }
.entry-summary  > p  + p { position:relative; float:none; margin-right:0;line-height:1.3; top:-4px; }

article .entry-meta > span { margin-right:10px; display:block; margin-bottom:3px; }
article .entry-meta > span > i { position:relative; top:2px; background:url(../images/sprite.png) 0 -334px no-repeat;  width:16px; height:16px; display:inline-block; margin-right:2px; }
article .entry-meta > .tag-links > i { background-position: -16px -334px; }
article .entry-meta > .comments-link > i { background-position: -32px -334px; margin-right:7px; }

/* TIC TAC */
#tic { position:absolute; width:40px; height:40px; top:0px; right:299px; }
#tac { position:absolute; width:40px; height:40px; top:0px; right:299px; }



/* PRESS */
.ppress > h1 { margin:0; /*background:#434343; border-left: 10px solid #029FE0; color: #FFFFFF; font-size: 16px; height: 40px; line-height: 40px; margin-bottom: 0; padding-left: 20px; text-transform: uppercase;*/ }
.ppress > h1.hmedia { margin-top:20px; }
.ppress > article { position:relative; display:table; overflow:hidden; width:100%; /*border-bottom: 1px solid #DFDFDF;*/ height:32px; padding-top:8px; /*margin:10px 0 0 0;*/ }
.ppress > article > div { position:relative; display:table-cell; }
.ppress > article > .filedate { width:15%; font-size:12px; padding-left:10px; color:#b6b6b6; }
.ppress > article > .filename { width:70%; font-size:14px; }
.ppress > article > .fileurl { width:15%; text-align:right; padding-right:10px; }
.ppress > article > .fileurl > a { display:inline-block; vertical-align:middle; text-transform:uppercase; font-size:10px; text-align:left; width:95px; height:25px; line-height:22px; background:url(../images/dl.png) right top no-repeat; }
.ppress > article > .fileurl > a > span { display:none; }
.ppress > header { position:relative; height:190px; margin-bottom:10px; }
.ppress > article:nth-child(odd) { background-color: white; }
.ppress > article:nth-child(even) { background-color: #f4f4f4; }

.ppress > .ressources { position:relative; overflow:hidden; }
.ppress > .ressources > article { position:relative; float:left; width:340px; height:80px; padding:20px; background:#f5f5f5; overflow:hidden; margin-bottom:20px; }
.ppress > .ressources > article.odd { margin-left:20px; }
.ppress > .ressources > article > .column { position:relative; float:left; }
.ppress > .ressources > article > .thumb { width:60px; height:60px; background:url(../images/sprite.png) 0 -533px no-repeat; }
.ppress > .ressources > article > .thumb.eps { background-position: -60px -533px; }
.ppress > .ressources > article > .thumb.ai { background-position: -120px -533px; }
.ppress > .ressources > article > .thumb.psd { background-position: -180px -533px; }
.ppress > .ressources > article > .dl-desc { width:260px; padding-left:20px; }
.ppress > .ressources > article > .dl-desc > .filedate { color:#b6b6b6; font-size:12px; }
.ppress > .ressources > article > .dl-desc > .filename { color:#282828; font-size:14px; }
.ppress > .ressources > article > .dl-desc > .filename > span  { display:block; color:#009ee0; font-weight:700; }
.ppress > .ressources > article > .dl-desc > .filename > span  + span { color:#282828; font-weight:400; }
.ppress > .ressources > article > .dl-desc > .fileurl { position:absolute; width:25px; height:20px; right:0; top:0; }
.ppress > .ressources > article > .dl-desc > .fileurl > a { display:block; width:25px; height:20px; background:url(../images/dl.png) left top no-repeat; }
.ppress > .ressources > article > .dl-desc > .fileurl > a > span { display:none; }
.logopress { position:relative; margin:30px auto; text-align:center; }


/* SIDEBAR PRESS BLOC */
#bloc_sidebar > div > h1 { font-size:16px; color:#434343; line-height:18px; margin:0; }
#bloc_sidebar > .full { height:auto; }
#bloc_sidebar .tit { color:#434343; }
.blocpress > .bloc1 > p { margin-bottom:5px; }
.blocpress > .bloc2 { border-bottom:2px solid #e9e9e9; }
.blocpress > .bloc3 { font-size:10px; line-height:12px; }
.blocpress > .bloc3 > p { margin-bottom:10px; }
.blocpress > div > p { margin:0; }

/* PAGE 404 */
.not-found { background:url(../images/404.jpg) right top no-repeat; width:680px; margin:0 auto; padding:45px 0; }
.not-found > h1 { font-size:17px; margin-bottom:15px; }
.not-found > .citation > .gui { position:relative; display:inline-block; background:url(../images/gui1.png) left top no-repeat; width:20px; height:19px; top:-10px; margin-right:2px; }
.not-found > .citation > p.cit { position:relative; display:inline-block; font-weight:bold; font-size:18px; color:#009ee0; padding-right:20px; background:url(../images/gui2.png) right 10px no-repeat; height:30px; margin:0; }
.not-found > .citation > p.citnom { position:relative; top:-7px; padding-left:25px; }
a.btblue { position:relative; height:60px; font-size:24px; color:#ffffff; background:url(../images/bt-blue.png) left top repeat-x; padding:15px 35px; line-height:60px; border-radius:3px; }
.btcenter { padding-top:35px; text-align:center; }
a.btblue:hover { color:#434343; }

/* NEW HOME */
.post-image > .toptitle { position:absolute; bottom:0; left:0; padding:0; }
.post-image > .toptitle > span a { display:inline-block; background-color: rgba(7, 145, 203, 0.8); color: #FFFFFF; font-size: 12px; margin: 0; padding: 8px 10px; line-height: 1; }
.post-image > .toptitle > h1 { margin:0; }
.post-image > .toptitle > h1 a { display:block; background-color: rgba(40, 40, 40, 0.8); color: #FFFFFF; font-size: 14px !important; line-height: 1;
    margin: 0; padding: 8px 10px; /*text-transform: uppercase;*/
}
.home-th { width: 380px; }
.bloc-container { position:relative; overflow:hidden; }
.bloc-container > .bloc-column { float:left; width: 380px; }
.bloc-container > .bloc-column:first-child { margin-right:20px; }

.seeall a { display:block; width:345px; margin-bottom:10px; background:#f5f5f5 url(../images/sprite.png) -271px -475px no-repeat; padding-left:35px; height:29px; color:#282828; font-size:11px; text-transform:uppercase; line-height:29px; }
.seeall a:hover { background-color:#434343; color:#ffffff; }


/* MENU 2 */
/* 
.secondmenu { position:relative; height:40px; background:url(../images/fd-menu2.png); }
.menu-second { }
.menu-second a, .menu-archive a { color:#e5e5e7;  }
.menu-archive a { display:block; height:40px; width:auto;  }
.menu-second  ul { margin:0; list-style:none; overflow:hidden; }
.menu-second > ul > li { float:left; width:auto; }
.menu-second > ul > li > a { display:block; height:40px; padding:0 20px; line-height:37px; text-transform:uppercase; }
.menu-second > ul > li:hover > a { background:#282828; color:#009ee0; }
.menu-second > ul > li:hover > ul { display:block; }

.menu-second > ul > li > ul { display:none; background:#282828; position:absolute; height: auto; width: 280px; margin:0; padding:0 10px; z-index:9999; }
.menu-second > ul > li > ul > li:first-child { border:none; }
.menu-second > ul > li > ul > li { height:30px; border-top:1px solid #434343; }
.menu-second > ul > li > ul > li a { display:block; height:30px; line-height:2.4; background:url(../images/sprite.png) 0 -304px no-repeat; padding-left:15px; }
.menu-second > ul > li > ul > li a:hover { color:#009ee0; } 
*/
/* MENU ARCHIVE */
/*
.menu-archive, .menu-second { position:relative; float:left; font-size: 12px; }
.menu-archive:hover > ul { display:block; }
.menu-archive ul { margin:0; list-style:none; overflow:hidden; display:none; background:#282828; position:absolute; height: auto; width: 280px; margin:0; padding:0 10px; z-index:9999; }
.menu-archive ul > li:first-child { border:none; }
.menu-archive ul > li { height:30px; border-top:1px solid #434343; }
.menu-archive ul > li a { display:block; height:30px; line-height:2.4; background:url(../images/sprite.png) 0 -304px no-repeat; padding-left:15px; }
.menu-archive ul > li a:hover { color:#009ee0; }
.menu-archive h3 { cursor:pointer; display:block; height:40px; padding:0 20px; line-height:37px; text-transform:uppercase; color:#e5e5e7; margin:0; font-weight:400; font-size:12px; }
.menu-archive:hover h3, .menu-archive:hover h3 > a { background:#282828; color:#009ee0; }
.menu-archive h3 > a { font-size: 12px; }
.menu-archive ul > li a.morebrands { color:#009ee0; }
.menu-archive ul > li a.morebrands:hover { color:#E5E5E7; }

form.sml_subscribe { position:absolute; width:410px; height:33px; right:0; top:7px; overflow:hidden; }
form.sml_subscribe > p { position:relative; float:left; margin:0; } 
form.sml_subscribe > .sml_email { color:#d6d6d6; text-transform:uppercase; font-size:12px; }
form.sml_subscribe label { margin-right:10px; }
form.sml_subscribe input[type=text], form.sml_subscribe input[type=email] { position:relative; width:175px; height:25px; line-height:25px; border:none; border-radius:0; margin:0; padding:0; background:#d6d6d6; }
form.sml_subscribe input[type=submit] { width:25px; height:25px; text-align:center; line-height:25px; border:none; background:#000000; color:#ffffff; }
form.sml_subscribe .sml_email > .sml_emailinput { background:#d6d6d6 url(../images/sprite.png) 0 -380px no-repeat; padding-left:30px; width:145px; }

*/

.mc4wp-form label {}
.mc4wp-alert { position:relative; width:400px; top:8px; background:#df0d0d; padding:5px; color:#ffffff; z-index: 9999;}
.mc4wp-success, .nl2_chimp .mc4wp-alert.mc4wp-success { background:#09c609; }
.mc4wp-alert i { position:absolute; height:16px; width:16px; background:url(../images/sprite.png) -82px -334px no-repeat; top:8px; right:5px; cursor:pointer;}

.nl_chimp form { position:absolute; width:210px; height:33px; right:0; top:7px; margin:0!important; }
.nl_chimp form  p, .nl2_chimp form  p { position:relative; float:left; margin:0; } 
.nl_chimp form  .sml_email { color:#d6d6d6; text-transform:uppercase; font-size:12px; }
.nl_chimp form label { margin-right:10px; }
.nl_chimp form input[type=text], .nl_chimp form input[type=email] ,.nl2_chimp form input[type=email]{ position:relative; width:175px; height:25px; line-height:25px; border:none; border-radius:0; margin:0; padding:0; background:#d6d6d6; }
.nl_chimp form input[type=submit], .nl2_chimp form input[type=submit] { width:25px; height:25px; text-align:center; line-height:25px; border:none; background:#000000; color:#ffffff; }
.nl_chimp form .sml_email > .sml_emailinput { background:#d6d6d6 url(../images/sprite.png) 0 -380px no-repeat; padding-left:30px; width:145px; }

.likepost { border:1px solid #e5e5e7; background:#f5f5f5; display:table; padding: 15px 17px; width:744px; }
.likepost h4 { color:#009ee0; font-size:16px; font-weight:400; line-height:1; margin:0; }
.likepost p { margin:0; } 
.nl2_chimp .mc4wp-alert { width:400px; top:0; background:#df0d0d; padding:5px; color:#ffffff; }
.likepost .nl2_chimp { position:relative; display:table-cell; width:50%; overflow:hidden; vertical-align:middle; padding-left:70px; }
.likepost .nl2_chimp form label { margin:0; display:none; }
.likepost .nl2_chimp form input[type=text], .nl2_chimp form input[type=email] { position:relative; width: 215px; height: 40px; line-height:40px; border:0; }
.likepost .nl2_chimp form input[type=submit] { width:40px; height:40px; line-height:40px; font-size:16px; }
.likepost .nl2_chimp form { position:relative;  }
.likepost .column { position:relative; display:table-cell; width:50%; }
.likepost .nl2_chimp form .sml_email > .sml_emailinput {  background:#d6d6d6 url(../images/sprite.png) 0 -435px no-repeat; padding-left:45px; }

.m20 { margin-bottom:30px; }


/* MENU STICKY */
/*
.sticky-header { display:none; opacity:0; position:fixed; left:0; top:0; z-index: 9998; margin:0; padding:0; width:100%; height:70px; background:url(../images/bg-top2.png); }
.sticky-header > .menustick { background:url(../images/fd-menu2.png); }
.sticky-header .topmenu { padding:0; height:40px; }
.sticky-header .menu-archive h3, .sticky-header .menu-second > ul > li > a { padding:0 10px; }
.sticky-header .submenu li a { height:40px; line-height:3.3; }
.sticky-header .logo-stick { position:relative; height:27px; padding-top:3px; }
.sticky-header .logo-stick > h1 { margin:0; }
.sticky-header h1.site-title > a { width:228px; height:24px; background: url(../images/logo-stick.png) left top no-repeat; }
*/

/*HEADER*/
#nav_top_wrap { position:relative; z-index: 4; width: 100%; min-width:1000px; background:url(../images/new-header/bg_nav_top_wrap.png) left top repeat-x #ffffff; }
#nav_top_wrap > header { position:relative; width:1000px; height: 30px; margin:0 auto; }
#header_wrap { position:relative; width: 100%; min-width:1000px; background:url(../images/new-header/bg_header_wrap.png) left top repeat-x #ffffff; }
#header_wrap > header { position:relative; width:1000px; min-height: 130px; max-height:170px; margin:0 auto; }
#header_wrap > header > section { position:relative; height:50px; padding-top:20px; margin-bottom: 10px; }
#header_wrap > header > section > p{position: absolute;left: 0;top: 60px;font-size: 10px;}
#logo { position:relative; display:block; width:375px; height:40px; float:left}
#tic, #tac { position: absolute; right:-1px; top: 0; width: 40px; height: 40px; }
#tic { transform: rotate(10144deg); }
#tac { transform: rotate(9460deg); }
#beta{position: absolute;left: -4px;top:-4px;}

#nav_top { position:relative; height:30px; line-height: 30px; }
#nav_top > ul { float:right; margin:0; list-style: none; }
#nav_top > ul > li { position:relative; float:left; height:30px; line-height:18px; background:url(../images/new-header/divider_navtop.png) left center no-repeat; padding: 0 9px 0 12px; font-size: 12px; }
#nav_top > ul > li:first-child{padding: 0;}
#nav_top > ul > li.rollout > button { cursor:pointer; background:url(../images/new-header/picto_rollout.png) right top no-repeat; }
#nav_top > ul > li.rollout:hover > button { cursor:pointer; background:url(../images/new-header/picto_rollout.png) right bottom no-repeat; }
#nav_top > ul > li.rollout:hover > button, 
#nav_top > ul > li.rollout:focus > button, 
#nav_top > ul > li.rollout:active > button { color:#434343; }
#nav_top > ul > li > span, 
#nav_top > ul > li > button { position:relative; display:block; height:30px; text-transform: uppercase; color:#ffffff; position:relative; background:none; border:none; }
#nav_top > ul > li > button > img { margin-right:5px; }
#nav_top > ul > li > section { z-index: 1000; display:none; position:relative; cursor:default; box-shadow: 0px 0px 15px -2px #333333; background:#ffffff; }
#nav_top > ul > li > button#btn-currency{text-transform: none; padding: 0 9px 0 12px;}
#nav_top > ul > li:hover, 
#nav_top > ul > li:focus, 
#nav_top > ul > li:active { background: #FFFFFF; }
#nav_top > ul > li + li { text-align: center; position: relative; width: auto; }
#nav_top > ul > li + li + li{ padding-right: 0; }
#nav_top > ul > li + li:hover > a, 
#nav_top > ul > li + li:focus > a, 
#nav_top > ul > li + li:active > a { color:#434343; }
#nav_top > ul > li + li > a { position: relative; color:#FFFFFF; text-transform:uppercase; text-decoration: none; display:block; background:url(../images/new-header/picto_suscribe.png) right top no-repeat; }
#nav_top > ul > li + li:hover > a { background:url(../images/new-header/picto_suscribe.png) right bottom no-repeat; }
#nav_top > ul > li + li + li > a { background:url(../images/new-header/picto_login.png) right top no-repeat; }
#nav_top > ul > li + li + li:hover > a { background:url(../images/new-header/picto_login.png) right bottom no-repeat; }
#nav_top > ul > li > button, #nav_top > ul > li > a{line-height: 30px;padding-right: 25px;}

/* currency widget */
#nav_top > ul > li#currency_widget > section > ul{list-style: none;margin: 0;padding: 0;float: none;}
#nav_top > ul > li#currency_widget > section > ul > li{line-height: 30px;padding: 0 5px;}
#nav_top > ul > li#currency_widget > section > ul > li > a{display: block;}
#nav_top > ul > li#currency_widget > section > ul > li:hover{background: url("../images/new-header/bg_nav_top_wrap.png") repeat-x;}
#nav_top > ul > li#currency_widget > section > ul > li:hover > a{color: #FFFFFF;}
#nav_top > ul > li#currency_widget > section > ul > li > a:hover{text-decoration: none; color: #FFFFFF;}
#nav_top > ul > li#currency_widget > button > span{display: inline-block;padding-right: 20px;}

/* new menu */
#header_menu{position: relative;padding-bottom: 20px;}
#header_menu > ul{list-style: none;margin: 0;padding: 0;}
#header_menu > ul > li{position: relative;float: left;border-left: 1px solid #FFFFFF;background: #434343;width: 130px;}
#header_menu > ul > li:first-child{border-left: none;}
#header_menu > ul > li > a, #header_menu > ul + ul > li > span{display: block;text-decoration: none;color: #FFFFFF; text-transform: uppercase; text-align: center;font: 700 14px/39px Lato, Arial, sans-serif;}

/* top menu */
#header_menu > ul:first-child > li + li{width: 219px;}
#header_menu > ul:first-child > li + li + li{width: 179px;}
#header_menu > ul:first-child > li + li + li + li{width: 169px;}
#header_menu > ul:first-child > li + li + li + li + li{width: 99px;}
#header_menu > ul:first-child > li + li + li + li + li + li{width: 119px;}
#header_menu > ul:first-child > li + li + li + li + li + li + li{width: 79px;}
#header_menu > ul:first-child > li:hover{background: #009EE0; }
#header_menu > ul:first-child > li{border-bottom: 1px solid #FFFFFF}
#header_menu > ul:first-child > li.actif{background: #009EE0;}

/* under menu */
#header_menu > ul + ul > li{width: 130px;}
#header_menu > ul + ul > li + li{width: 119px;}
#header_menu > ul + ul > li + li + li{width: 99px;}
#header_menu > ul + ul > li + li + li + li{width: 150px;}
#header_menu > ul + ul > li + li + li + li + li{width: 100px;}
#header_menu > ul + ul > li + li + li + li + li + li{width: 150px;}
#header_menu > ul + ul > li + li + li + li + li + li + li{width: 246px;}
#header_menu > ul + ul > li + li + li + li + li + li + li > span{display: block;visibility: hidden;}
#header_menu > ul + ul > li.b-mag{background: #59595A; }
#header_menu > ul + ul > li.b-mag:hover{background: #434343; }
#header_menu > ul + ul > li:hover{background: #009EE0;}
#header_menu > ul + ul > li + li + li + li + li + li:hover, #header_menu > ul + ul > li + li + li + li + li + li + li:hover{background: #434343;}
#header_menu > ul + ul > li > a, #header_menu > ul + ul > li > span{font: 700 12px/29px Lato, Arial, sans-serif;}
#header_menu > ul + ul > li > span{cursor: pointer;}

/* SOUS MENU */
#header_menu > ul > li > ul{position: absolute;margin: 0;list-style: none;z-index: 9999;left: -9999px;border-top: 1px solid #FFFFFF;}
#header_menu > ul > li:hover > ul{left: auto;}
#header_menu > ul > li > ul > li{border-top: 1px solid #FFFFFF;}
#header_menu > ul > li > ul > li:first-child{border-top: none;}
#header_menu > ul > li > ul > li > a{display: block;padding: 0 0 0 19px;text-decoration: none;color: #FFFFFF;font: 400 12px/25px Lato, Arial, sans-serif;}

    /* top menu */
    #header_menu > ul:first-child > li > ul{width: 200px;top: 39px;}
    #header_menu > ul:first-child > li > ul > li{background: url('../images/new-header/undermenu-arrow.png') 7px center #434343 no-repeat;}
    #header_menu > ul:first-child > li > ul > li:hover{background: url('../images/new-header/undermenu-arrow.png') 7px center #009EE0 no-repeat;}
    
    /* under menu */
    #header_menu > ul + ul > li > ul{width: 150px;top: 29px;}
    #header_menu > ul + ul > li > ul > li{background: url('../images/new-header/undermenu-arrow.png') 7px center #59595A no-repeat;}
    #header_menu > ul + ul > li > ul > li:hover{background: url('../images/new-header/undermenu-arrow.png') 7px center #434343 no-repeat;}

/* FIND A WATCH INPUT */
#find_a_watch_form { position: relative;display:block; margin-left:50px; float:left; }
#find_a_watch_form > input { background: url('../images/new-header/find-a-watch-icon.png') #FFFFFF 280px center no-repeat;position:relative; float:left; width:310px; height:40px; padding:0 0 0 15px; font-weight:bold; font-size:14px; line-height:16px; color:#CCCCCC; border:2px solid #CCCCCC; border-radius:3px; }
#find_a_watch_form > button { position:relative; float:left; width:40px; height:40px; border:none; color:#434343; border:1px solid #b6b6b6; border-left:0; border-radius:0 3px 3px 0; background:url(../images/picto_search.png) left center no-repeat #f9f9f9; }
#find_a_watch_form > button > span { display:none; }
#find_a_watch_form > #find_a_watch_content{width: 100%;border: 1px solid #b6b6b6;background-color: #FFFFFF;z-index: 9999;position: absolute;top: 40px;}
#find_a_watch_form > #find_a_watch_content > section{position: relative;}
#find_a_watch_form > #find_a_watch_content > section > h1{font-size: 14px;padding:5px 20px;background: #009ee0;color:#FFFFFF; margin :0;line-height:normal; font-weight:bold;}
#find_a_watch_form > #find_a_watch_content > section > div > div{position: relative;padding: 10px 20px;border-bottom: 1px solid #b6b6b6;}
#find_a_watch_form > #find_a_watch_content > section > div > p{margin: 0;padding: 10px 20px;}
#find_a_watch_query.waiting{background: url('../images/new-header/ajax-loader.gif') #FFFFFF 270px center no-repeat;}

/* BRAND ITEM */
#find_a_watch_form > #find_a_watch_content > section > div > div.brand > h2{text-transform: uppercase;font-size: 12px;width: 130px;overflow: hidden;}
#find_a_watch_form > #find_a_watch_content > section > div > div.brand > .find_a_watch_nb_brand_collections{position: absolute;right: 23px;top: 10px;color:#b6b6b6;}
#find_a_watch_form > #find_a_watch_content > section > div > div.brand > ul{list-style: none;margin: 5px 0 0 0;}
#find_a_watch_form > #find_a_watch_content > section > div > div.brand > ul > li{float: left;margin-right: 4px;}

/* WATCH ITEM */
#find_a_watch_form > #find_a_watch_content > section > div > div.watch{padding: 0px;}
#find_a_watch_form > #find_a_watch_content > section > div > div.watch > a{display: block;padding: 20px;}
#find_a_watch_form > #find_a_watch_content > section > div > div.watch:hover{background-color: #eeeeee;}
#find_a_watch_form > #find_a_watch_content > section > div > div.watch > a > img, 
#find_a_watch_form > #find_a_watch_content > section > div > div.watch > a > aside{float: left;height: 40px;}
#find_a_watch_form > #find_a_watch_content > section > div > div.watch > a > img{margin-right: 10px;}
#find_a_watch_form > #find_a_watch_content > section > div > div.watch > a > aside{width: 190px;}
#find_a_watch_form > #find_a_watch_content > section > div > div.watch > a > aside > p{font-size: 11px;text-transform: uppercase;margin-bottom: 5px;line-height: 15px;max-height: 15px;max-width: 188px;overflow: hidden;}
#find_a_watch_form > #find_a_watch_content > section > div > div.watch > a > aside > p + p{color:#b6b6b6;}
#find_a_watch_form > #find_a_watch_content > section > #find_a_watch_nb_articles{position: absolute; right:23px;top:6px;text-decoration: none;color:#FFFFFF;font-size:12px;}

/* PLUGIN SHARE */
.addthis_default { width: 145px;  }
.addthis_32x32_style { width: 245px;  }
.addthis_ { position:relative; float:right; top:-70px; }
footer > .sharebox { position:relative; overflow:hidden; padding:10px 0 15px; /*margin-left:200px;*/ }
.sharebox > .column { position:relative; /*float:left;*/ margin: 0 auto; }
.sharebox > .sharerow { margin:0; }
.sharewin { padding-top:5px; font-size:14px; color:#282828; margin-left:10px; }
.sharewin i { position:relative; display:inline-block; top:2px; background:url(../images/sprite.png) -64px -334px no-repeat; width:18px; height:16px; margin:0 3px; }
.defaultbox { /*position:relative; float:right; top:-70px;*/ padding:0; position:absolute; right:0; bottom:5px; width:auto; height:23px; }
.defaultbox .sharewin { /*padding-top:7px; margin-left:2px;*/ }

/* FIL ARIANE */
p#breadcrumbs { margin-bottom:4px; }

/* ARTICLE SINGLE */
.pibfi_pinterest img { border-radius:4px; }

/* PAGE ARTCILE */
.page-liste { list-style:none; }
.page-liste li { margin-bottom:10px; }
.page-liste li > i { display:inline-block; vertical-align:middle; margin-right:5px; width:30px; height:30px; background: url(../images/sprite.png) 0 -350px no-repeat; }
.page-liste li > i.picto-rss { background-position:-150px -350px; }
.page-liste li > i.picto-mail { background-position:-180px -350px; }
.page-liste li > i.picto-tw { background-position:-30px -350px; }
.page-liste li > i.picto-fb { background-position:0 -350px; }
.page-liste li > i.picto-gp { background-position:-60px -350px; }


/* PAGE */
.icon-map { background: url(../images/icon-map.png) 5px 5px no-repeat; padding-left:55px; line-height:1.3; }
.page-h2 { font-size:18px; font-weight:700; }



/* TOP 10 */
.top10 > h2.section-title { margin-bottom:10px; }

/* WIDGET CAT */
#bloc_cat > h2.section-title { margin-bottom:10px; }
#bloc_cat h3.expand, #bloc_cat h3 > a { background:#f5f5f5 url(../images/sprite.png) -271px -475px no-repeat; padding-left:35px; height:29px; color:#282828; font-size:11px; text-transform:uppercase; line-height:29px; }
#bloc_cat h3 { margin:0 0 1px; }
#bloc_cat h3 > a { position:relative; display:block; }
#bloc_cat h3 > a:hover, #bloc_cat h3.expand:hover { color:#009ee0; }
#bloc_cat ul { list-style:none; margin:0; }
#bloc_cat ul li > ul { margin:0 0 0 24px; }
#bloc_cat ul li > ul > li { position:relative;  margin-bottom:1px; font-size:11px; text-transform:uppercase; line-height:19px; }
#bloc_cat ul li > ul > li > a { display:block; width:auto; color:#919191; height:19px; border-left:5px solid #b6b6b6; padding-left:12px; background:#f5f5f5; }
#bloc_cat ul li > ul > li:hover > a { color:#009ee0; border-left:5px solid #009ee0; background:#ffffff; }
#bloc_cat ul li > ul > li > a.morebrands { color:#009EE0; }
#bloc_cat ul li > ul > li > a.morebrands:hover { color:#434343; }

.expand { cursor:pointer; }
.expandable { max-height:0; overflow:hidden; 
    transition: all 0.60s ease-in-out;
    -webkit-transition: all 0.60s ease-in-out;
    -o-transition: all 0.60s ease-in-out;
    -moz-transition: all 0.60s ease-in-out;
    -webkit-transition: all 0.60s ease-in-out;
}
.opened .expandable { min-height:1px; max-height:500px; }
#bloc_cat .opened h3.expand { background-position:-271px -504px; }

/* ABOUT US */
.romain > header { position:relative; background:url(../images/author-romain.jpg) left top no-repeat; padding:90px 0 0 175px; min-height:80px; }
.romain p { line-height:1.2; margin:0; text-align:justify; }
.romain > p { }
.romain > .container { position:relative; overflow:hidden; margin:20px 0; }
.romain > .container > .column { position:relative; display:block; float:left; width:50%; }
.romain > .container > .column > p {  }
.romain > .container > .column:first-child > p { padding-right:15px; }

.blue { color:#009ee0; }

/* MOVETOTOP */
#scrollUp { bottom: 20px; right: 20px; height: 38px; width: 38px; background: url(../images/top.png) no-repeat; text-indent:-9999px; overflow:hidden; }

/* PAGE BRANDS */
.listbrand, .listunbrand { position:relative; overflow:hidden; list-style:none; margin:0; }
.listbrand a, .listunbrand a { color:#434343; }
.listbrand a:hover, .listunbrand a:hover { color:#029FE0; }
.listbrand > li, .listunbrand > li { position:relative; float:left; margin-bottom:10px; margin-left:20px; width:180px; overflow:hidden; }
.listbrand > li:first-child {  }
.listbrand > li h2 { font-size:12px; text-align:center; text-transform:uppercase; margin:0; }
.listbrand > li > a { display:block; width:178px; height:118px; border:1px solid #e5e5e7; overflow:hidden; }
.listbrand > li a img { display:block; width:178px; height:118px; overflow:hidden;
	transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
}
.listbrand > li a:hover img { opacity:0.7; -moz-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);
   -ms-transform: scale(1.1);
}
.listbrand > li.col4, .listunbrand > li.col4 { margin-left:0; }

.listunbrand { margin-top:15px; }
.listunbrand > li h2 { font-size:12px; text-transform:uppercase; line-height:1.3; margin:0; }
.listunbrand > li { margin-bottom:5px; }

/* PAGE SHARE TO WIN */
.share p{ text-align:justify; line-height:1.3; }
.share ul { position:relative; list-style:none; overflow:hidden; margin:0; }
.share > header > p { margin:15px 0; }
.toenter { position:relative; border-top:1px solid #e5e5e7; border-bottom:1px solid #e5e5e7; padding:15px 0 30px; }
.toenter h2 { color:#009ee0; font-size:20px; text-align:center; }
.toenter ul {  }
.toenter > ul > li { position:relative; float:left; width:33%; text-align:center; }
.toenter > ul > li h3 { font-size:14px; }
.toenter > ul > li a { display:block; margin:0 auto; width:240px; height:40px; background:url(../images/sprite.png) 0 -593px no-repeat; }
.toenter > ul > li a > span { display:none; }
.toenter > ul > li a.sharefb { background-position:0 -633px; }

.share-ul { position:relative; padding:20px 0; }
.share-ul > .container { position:relative; overflow:hidden; padding-left:10px; margin-bottom:15px; }
.share-ul > .container > .column { position:relative; float:left; width:50%; }
.share-ul > .container > .column > li { position:relative; margin-bottom:10px; }
.share-ul > .container > .column > li a { position:relative; display:block; width:220px; height:40px; color:#434343; }
.share-ul > .container > .column > li a:hover { color:#029FE0; }
.share-ul > .container > .column > li a i { position:relative; display:inline-block; width:40px; height:40px; background:url(../images/sprite.png) 0 -673px no-repeat; margin-right:10px; vertical-align:top; }
.share-ul > .container > .column > li a h2 { position:absolute; top:0; left:0; height:40px; width:auto; font-size:14px; line-height:1.3; padding-left:50px; }
.share-ul > .container > .column > li.tw a i { background-position:-40px -673px; }
.share-ul > .container > .column > li.re a i { background-position:-80px -673px; }
.share-ul > .container > .column > li.st a i { background-position:-120px -673px; }
.share-ul > .container > .column > li.bl a i { background-position:-160px -673px; }
.share-ul > .container > .column > li.in a i { background-position:0 -713px; }
.share-ul > .container > .column > li.yt a i { background-position:-40px -713px; }
.share-ul > .container > .column > li.di a i { background-position:-80px -713px; }
.share-ul > .container > .column > li.de a i { background-position:-120px -713px; }
.share-ul > .container > .column > li.pi a i { background-position:-160px -713px; }
.share-ul > .container > .column + .column > li a { width:270px; }

.toenter .nl2_chimp { position:relative; overflow:hidden; width:240px; margin:0 auto; }
.toenter .nl2_chimp form label { margin:0; display:none; }
.toenter .nl2_chimp form input[type=text], .nl2_chimp form input[type=email] { position:relative; width: 155px; height: 40px; line-height:40px; border:0; }
.toenter .nl2_chimp form input[type=submit] { width:40px; height:40px; line-height:40px; font-size:16px; }
.toenter .nl2_chimp form { position:relative;  }
.toenter .nl2_chimp form .sml_email > .sml_emailinput {  background:#d6d6d6 url(../images/sprite.png) 0 -435px no-repeat; padding-left:45px; }

/* PUB SIDEBAR */
.pubshare { margin:10px 0; }
.pubshare a:hover { opacity:0.7; }

/* LOGO */
/*.logo1 { display:inline-block; vertical-align:middle; }
.logo2 { display:inline-block; vertical-align:top; margin-left:5px; position:relative; top:-5px; }*/
.logo-sidebar { position:relative; text-align:center; }
.logo-sidebar a { display:block; margin-bottom:8px; }

.clear { clear:both; display: block; }

/* FORM CONTACT */
/*cntctfrm_contact_form*/
/*.page form#cntctfrm_contact_form textarea { width:360px!important; height:120px;  }
.page form#cntctfrm_contact_form input[type=text] { width:360px!important; }*/
.page form#cntctfrm_contact_form input[type=submit] { position:relative; width:100px; height:40px; background:#009ee0; border:none; border-radius:4px; color:#ffffff; font-size:16px; /*margin-left:150px!important;*/ }
.formpage { position:relative; width:380px; }
.legalform { position:absolute; left:120px; bottom:15px; font-size:12px; line-height:1.2; text-align:right; z-index:10; }
.page form#cntctfrm_contact_form .fsub { text-align:center; }
.page form#cntctfrm_contact_form .error label { color:red; }

#wrapform {width:530px; margin:20px auto 0; height:600px;}
#form_wrap { margin: 40px 0 0 0; overflow:hidden; height:446px; position:relative; top:0px;
    -webkit-transition: all 1s ease-in-out .3s;
    -moz-transition: all 1s ease-in-out .3s;
    -o-transition: all 1s ease-in-out .3s;
    transition: all 1s ease-in-out .3s;
}
#form_wrap:before {content:"";position:absolute;bottom:128px;left:0px;background:url('../images/before.png');width:530px;height: 316px;}
#form_wrap:after {content:"";position:absolute;	bottom:0px;left:0;background:url('../images/after.png');width:530px;height: 260px; }
#form_wrap.hide:after, #form_wrap.hide:before {display:none; }
#form_wrap:hover {height:776px;top:-200px;}
#form_wrap form {background:#f7f2ec url('../images/letter_bg.png'); position:relative;top:200px;overflow:hidden;
    height:200px;width:400px;margin:0px auto;padding:20px; border: 1px solid #fff;border-radius: 3px; 
    -moz-border-radius: 3px; -webkit-border-radius: 3px;
    box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 27px #fff;
    -moz-box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 14px #fff;
    -webkit-box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 27px #fff;
    -webkit-transition: all 1s ease-in-out .3s;
    -moz-transition: all 1s ease-in-out .3s;
    -o-transition: all 1s ease-in-out .3s;
    transition: all 1s ease-in-out .3s;
}
#form_wrap:hover form {height:530px;}
#form_wrap label {margin: 11px 20px 0 0; font-size: 14px; color: #88898f;text-transform: uppercase; text-shadow: 0px 1px 0px #fff; 
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;font-weight: normal; 
}
#form_wrap input[type=text], textarea {	font-size: 14px;color: #000;background:none;width: 380px!important; height: 36px; padding: 0px 10px; margin: 0 0 10px 0;
    border:1px solid #88898f;font-family: 'OpenSansLight', Arial, Helvetica, sans-serif;font-weight: normal;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
    -moz-box-shadow: inset 0px 0px 1px #726959;
    -webkit-box-shadow:  inset 0px 0px 1px #b3a895; 
    box-shadow:  inset 0px 0px 1px #b3a895;
}	
#form_wrap textarea { height: 80px; padding-top:14px;}
#form_wrap textarea:focus, input[type=text]:focus {background:rgba(255,255,255,.35);}
#form_wrap input[type=submit] {	position:relative;font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;font-weight: normal; 
    font-size:24px; color: #000;/*text-shadow:0 1px 0 #fff;*/width:100%; text-align:center;opacity:0;background:none;cursor: pointer;border: none;
    -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; 
    -webkit-transition: opacity .6s ease-in-out 0s;
    -moz-transition: opacity .6s ease-in-out 0s;
    -o-transition: opacity .6s ease-in-out 0s;
    transition: opacity .6s ease-in-out 0s;
}
#form_wrap:hover input[type=submit] {z-index:1;opacity:1;
    -webkit-transition: opacity .5s ease-in-out 1.3s;
    -moz-transition: opacity .5s ease-in-out 1.3s;
    -o-transition: opacity .5s ease-in-out 1.3s;
    transition: opacity .5s ease-in-out 1.3s;
    }
#form_wrap:hover input:hover[type=submit] {background-color:#434343;}

#bt_link_baselwatch { display:inline-block; width:780px; height:110px; margin-bottom:10px; } 
#bloc_baselwatch { position:relative; /*top:-10px;*/ }
#bloc_baselwatch > h1 { margin:15px 0 0; text-align:center; text-transform:uppercase; font-size:18px; color:#009ee0; }
#bloc_baselwatch > p { text-align:center; margin-bottom:15px; }
#bloc_baselwatch > div { margin-bottom:20px; }
#bloc_baselwatch > div > div { float:left; width:380px; margin-right:20px; text-align:justify; }
#bloc_baselwatch > div > div + div { margin-right:0px; }

/*EMBED CODE*/
.embed-code { display:block; border: 1px solid #666666; color: #666666; font-family: "Courier New",Courier,monospace; font-size: 11px; line-height: 1.4em; padding: 10px; resize: none;
}
.info-embed h3 { font-weight:700; font-size:16px; line-height:1.4; }

/* paginate */

.paginate { margin-top:20px; font-size:12px; height:30px; line-height: 30px; text-align: center; }

.paginate a, .paginate span.separator {
	background: #ffffff url(../images/sprite.png) 0 -870px no-repeat;
    display: block;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 1px;
    color: #434343;
    font-size:12px;
    margin-right: 15px;
}
.paginate a:hover, .paginate a.btpag:hover { background-position: -30px -870px; color:#ffffff; }
.paginate span.current{
	background: #ffffff url(../images/sprite.png) -30px -870px no-repeat;
    display: block;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 1px;
    color: #ffffff;
    font-size:12px;
    margin-right: 15px;
}
.paginate a.btpag { background: #ffffff url(../images/sprite.png) -60px -870px no-repeat;
    display: block;
    width:75px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    float: left;
    color: #434343;
    font-size:12px;
    text-transform: uppercase;
    padding: 0 20px; }
/*.paginate a.btpag > span { display:none; }*/
/*.paginate a.btpag.prev { background-position: -29px -405px; }*/
.paginate a.btpag.next { background: #ffffff url(../images/sprite.png) -175px -870px no-repeat;
    text-align: left;
    margin-right: 15px; }
/*.paginate a.btpag.nexttop { background-position: -87px -405px; }*/

.paginate a.btpag:hover {
	background-position: 0 -900px;
    color: #ffffff;
}

.paginate a.btpag.prev:hover {
	background-position: -115px -900px;
}

.pagination { display: inline-block; text-align: center;}

.paginate a.next-post, .paginate a.prev-post {
	background: #ffffff url(../images/sprite.png) -60px -870px no-repeat;
    display: block;
    width:75px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    float: left;
    color: #434343;
    font-size:12px;
    text-transform: uppercase;
    padding: 0 20px;
}

.paginate a.next-post {
	background: #ffffff url(../images/sprite.png) -175px -870px no-repeat;
    text-align: left;
    margin-right: 0;
}

.paginate a.next-post:hover, .paginate a.prev-post:hover {
	background-position: 0 -900px;
    color: #ffffff;
}

.paginate a.prev-post:hover {
	background-position: -115px -900px;
}

/*HEADER LANG*/
/*
.logo-stick .selang { right:0; }
.selang { position:absolute; right:20px; top:10px; width:auto; height:20px; }
.selang ul { list-style:none; margin:0; }
.selang ul li { height:20px; line-height:20px; font-size:12px; color: #7e7e7e; position:relative; float:left; }
.selang ul li:first-child a:before {content:"";padding:0;}
.selang ul li a:before {content:"|";padding:0 3px; color:#636363; }
.selang ul li .current_language { color: #009ee0; }
.selang i { position:relative; display:inline-block; margin-right:5px; background: url(../images/sprite.png) 0 -870px no-repeat; width:21px; height:15px; top:3px;}
.selang .webgb i{ background-position: -21px -870px; }
.selang a, .selang a:visited { height:20px; color:#7e7e7e;}
.selang a:hover { color:#009ee0; }
*/

/* CATEGORY HEADER */
.taxonomy-header-image { width: 780px; height: 120px;}
.taxonomy-header-description { font-size: 14px; line-height: 18px; text-align: justify; margin-top: 10px;}
.taxonomy-header-description > p { margin: 0; padding: 0;}

/*#form_pick_article_cat { margin-top: 15px; }
#form_pick_article_cat > p { font-size: 16px; line-height: 19px; text-align: center; margin: 0; padding: 0;}
#form_pick_article_cat > p ~ p { font-size: 14px; line-height: 18px; text-align: center; margin: 0 0 15px 0; padding: 0;}
#form_pick_article_cat > div { position: relative; width: 100%; margin: 15px 0;}
#form_pick_article_cat > div > p { float: left; font-size: 16px; font-weight: bold; color: #009ee0; margin: 0 19px 0 0; padding: 7px 0 0 0;}
#form_pick_article_cat > div > select { width: 515px; }
#form_pick_article_cat > div > .styled-select > select { background: transparent; width: 555px; padding: 10px; font-size: 14px; line-height: 1; border: 0; border-radius: 0; height: 40px; -webkit-appearance: none; }
#form_pick_article_cat > div > .styled-select { width: 520px; height: 40px; overflow: hidden; background: url(../images/pick_article_arrow.png) no-repeat right #d6d6d6; float: left;}
#form_pick_article_cat > div > button { width: 40px; height: 40px; border: none; float: left; background: #009ee0; color: #ffffff; font-size: 14px; line-height: 40px; text-align: center; text-transform: uppercase; padding: 0; margin: 0 0 0 10px;}
*/
#form_pick_article_cat { margin-top: 15px; text-align: center;}
#form_pick_article_cat > p { font-size: 16px; line-height: 40px; text-align: center; margin: 0; padding: 0; background: #b6b6b6;}
#form_pick_article_cat > p ~ p { font-size: 14px; line-height: 18px; padding: 0 17px 0 0; font-style: italic; background: url(../images/bulle-forum.png) right center no-repeat; display: inline-block; margin: 0 auto 15px auto;}
#form_pick_article_cat > div { position: relative; text-align: left; width: 100%; margin: 10px 0;}
#form_pick_article_cat > div > p { float: left; font-size: 16px; margin: 0; width: 110px; line-height: 40px; color: #ffffff; font-weight: bold; padding: 0 0 0 40px; background: #009ee0 url(../images/picto-quick-access.png) 9px center no-repeat;}
#form_pick_article_cat > div > p.fts { width: 120px; }
#form_pick_article_cat > div > select { width: 580px; }
#form_pick_article_cat > div > select#pick_brand { width: 570px; }
/*#form_pick_article_cat > div > .styled-select > select { background: transparent; width: 555px; padding: 10px; font-size: 14px; line-height: 1; border: 0; border-radius: 0; height: 40px; -webkit-appearance: none; }
#form_pick_article_cat > div > .styled-select { width: 520px; height: 40px; overflow: hidden; background: url(../images/pick_article_arrow.png) no-repeat right #d6d6d6; float: left;}*/
#form_pick_article_cat > div > button { width: 40px; height: 40px; border: none; float: left; background: #009ee0; color: #ffffff; font-size: 14px; line-height: 40px; text-align: center; text-transform: uppercase; padding: 0; margin: 0 0 0 10px;}

/* FROM THE SOURCE */
.category-from-the-source > header > h1 { text-transform: uppercase; font-size: 14px; line-height: 18px; margin: 0; padding: 0; font-weight: normal;}
.category-from-the-source > header > div.entry-meta { margin: 0; }
#bloc_fromthesource > p { text-align: justify; font-size: 14px; line-height: 18px; margin-top: 15px;}
.lower { text-transform: none;}

.category-from-the-source > #meta > h1, .category-sponsored-post > #meta > h1 { font-weight: normal; font-size: 24px; line-height: 27px; text-transform: uppercase; margin: 0; padding: 0;}
.category-from-the-source > #meta > span, .category-sponsored-post > #meta > span { font-size: 14px; line-height: 17px;}
.category-from-the-source > .entry-content, .category-sponsored-post > .entry-content { margin-top: 15px;}
.category-from-the-source > .entry-content > p, .category-sponsored-post > .entry-content > p { text-align: justify; font-size: 14px; line-height: 18px;}

.fts > div.bloc-column > h2 {margin: 0; background: #434343 url(../images/title_fromthesource.png) left top no-repeat;}
h1.category-title-fts {background: #434343 url(../images/title_fromthesource.png) left top no-repeat;}
#pick_brand { width: 100px;}

/* PICK AN ARTICLE */
.pick-an-article { width: 100%; background: #434343 url(../images/pick-an-article-background.jpg) center bottom no-repeat; height: 190px; margin-bottom:20px; position: relative;}
.pick-an-article.close { height: 30px; }
.pick-an-article > div { width: 1000px; height: auto; margin: 0 auto; text-align: center; position: relative;}
.pick-an-article > div.close { height: 0; overflow: hidden;}
.pick-an-article > div > h1 { font-weight: normal; font-size: 18px; line-height: 21px; color: #009ee0; margin: 0; padding: 8px 0 0 0;}
.pick-an-article > div > h2 { font-weight: normal; font-size: 14px; line-height: 17px; color: #ffffff; margin: 0; padding: 0 0 12px 0; background: url(../images/home-separator.png) center bottom no-repeat; width: 1000px;}
.pick-an-article > div > p { font-size: 14px; line-height: 40px; color: #ffffff; margin: 0; padding: 0;}
.pick-an-article > div > p ~ p { font-size: 12px; line-height: 16px; color: #ffffff; margin: 0; padding: 12px 0 13px 0;}
.pick-an-article > div > form { display: inline-block; margin: 0 auto;}
.pick-an-article > div > form > p { font-size: 14px; line-height: 30px; float: left; color: #009ee0; margin: 0; padding: 0;}
.pick-an-article > div > form > select { width: 200px;}
.pick-an-article > div > form > select ~ select { float: left; width: 310px; margin-left: 20px;}
.pick-an-article > div > form > button { float: left; width: 30px; height: 30px; border: 0; background: url(../images/loupe.png); margin: 0 0 0 10px; padding: 0;}
.pick-an-article > div + div { position: absolute; right: 50%; bottom: 0; margin-right: -500px;}
.pick-an-article > div + div > button { font-size: 12px; line-height: 30px; text-align: right; color: #ffffff; margin: 0; padding: 0 40px 0 0; border: 0; background: url(../images/pick_article_top.png) right bottom no-repeat; position: absolute; right: 0; bottom: 0;}

.topbar{
	/*height: 100px;*/
	/*background:url(../images/bg-top2.png);*/
    /*margin-bottom:20px; */
} /* l.10 */

h1.page-title.category-title {
	/*margin: 0px 0px;
	color: #333;*/
    margin-bottom:0;
} /*l.409 + 1401 */

.flex-caption h1.entry-title {
	color: #ffffff;
}

/* INFO BULLE FTS */
#meta.fts { width: 640px; float: left; margin-bottom: 10px;}
.tooltip.fts { width: 94px; height: 36px; float: right; margin-bottom: 10px; margin-top: 10px; background: url(../images/title_fromthesource.png) right top no-repeat; padding-right: 46px; padding-top: 4px; line-height: 16px; font-size: 14px; text-align: right;}
.tooltip.fts > span { font-size: 18px;}

.ui-tooltip, .arrow:after { background: #f5f5f5; border: none; z-index: 3;}
.ui-tooltip { padding: 20px; color: #282828; border-radius: 0; box-shadow: 0 0 0 black; max-width: 380px; text-align: justify; font-size: 14px;  line-height: 18px;}
.arrow { width: 30px; height: 25px; overflow: hidden; position: absolute; right: 5px; }
.arrow.top { top: -25px; bottom: auto; }
.arrow.left { left: 20%; }
.arrow:after { content: ""; position: absolute; top: -25px; width: 30px; height: 25px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); tranform: rotate(45deg);}
.arrow.top:after { bottom: -20px; top: auto; }

/* DICTIONARY */
.dictonary_title { width: 768px; line-height: 30px; font-size: 14px; background: #f5f5f5; text-transform: uppercase; padding-left: 12px;}
.dictionary_column ul { list-style: none; margin: 10px 0 20px 20px;}

.type-encyclopedia > div.term-image-dictionary { float: left; margin: 20px 30px 0 20px;}
.type-encyclopedia > .entry-content > h2 { color: #009edf; font-size: 20px; line-height: 23px; clear: none; padding-right: 20px;}
.type-encyclopedia > .entry-content { text-align: justify; font-size: 14px; line-height: 18px; padding-top: 20px;}
.type-encyclopedia > .entry-content > p { text-align: justify; font-size: 14px; line-height: 18px; padding: 0 20px;}
.type-encyclopedia > .entry-content > h3 { font-size: 14px; line-height: 30px; text-transform: uppercase; clear: both; background: #f5f5f5; padding-left: 12px; width: 768px;}
.type-encyclopedia > .entry-content > ul { list-style: none; margin: 10px 0 20px 20px;}
.type-encyclopedia > .entry-content > hr { margin: 0 0 12px 0; background-color: #f5f5f5;}
.type-encyclopedia > .entry-content > a.nav-single-dictionary { float: left; background: url(../images/sprite.png) 0 -930px no-repeat; padding-left: 20px; line-height: 16px; font-size: 14px; margin-bottom: 12px;}
.type-encyclopedia > .entry-content > a.nav-single-dictionary:hover { background-position: 0 -946px; }
.type-encyclopedia > .entry-content > a.nav-single-dictionary + a.nav-single-dictionary { float: right; background-position: right -930px; padding: 0 20px 0 0;}
.type-encyclopedia > .entry-content > a.nav-single-dictionary + a.nav-single-dictionary:hover { background-position: right -946px; }

.header-encyclopedia > h1 { margin: 0; background: #434343 url(../images/title_encyclopedia.png) left top no-repeat;}

form.searchEncyclopedia { width: 740px; padding: 20px; background-color: #f5f5f5; }
form.searchEncyclopedia > input#s[type=text] { width: 600px; float: left; padding: 0 20px 0 40px; background: #d6d6d6 url(../images/loupe-encyclopedia.png) left top no-repeat; height: 40px; line-height: 40px; font-size: 14px; color: #282828;}
form.searchEncyclopedia > input#s::-webkit-input-placeholder { color: #282828;}
form.searchEncyclopedia > input#s:-moz-placeholder { color: #282828;}
form.searchEncyclopedia > input#s::-moz-placeholder { color: #282828;}
form.searchEncyclopedia > input#s:-ms-input-placeholder { color: #282828;}
form.searchEncyclopedia > input[type=submit] { width: 80px; border: none; text-align: center; background-color: #282828; height: 40px; line-height: 40px; font-size: 14px; text-transform: uppercase; color: #ffffff;}

.encyclopedia-filter { padding: 16px 6px;}
.encyclopedia-filter > .filter { padding: 0 6px;}
.encyclopedia-filter > .filter.separ { padding: 0;}
.encyclopedia-filter > .filter > a, .encyclopedia-filter > .filter > a:visited { color: #434343; text-transform: uppercase;}
.encyclopedia-filter > .filter > a:hover, .encyclopedia-filter > .filter > a:active, .encyclopedia-filter > .filter > a:focus, .encyclopedia-filter > .filter.current-filter > a { color: #029fe0; }

#bloc_dictionary > h2 { font-size: 14px; background: #434343 url(../images/title_encyclopedia.png) left top no-repeat; margin-bottom: 0;}
#bloc_dictionary > div { width: 100%; background: #f5f5f5; margin-bottom: 10px; padding-bottom: 10px; margin-top: 1px; padding-top: 10px;}
#bloc_dictionary > div > a { font-size: 14px; line-height: 17px; display: block; text-align: center; text-decoration: underline; }
#bloc_dictionary > div > a + a { font-size: 14px; text-decoration: none; color: #ffffff; line-height: 30px; background: #009ee0; width: 180px; margin: 10px auto 0 auto; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}

/* POSTS V2 */
#content { width: 780px;}
.archive article.post.v2, .page article.post.v2 { padding:0; border:none; width: 250px; float: left; position: relative; margin: 0 10px 20px 0;} /* l.422 */
.archive article.post.v2:hover, .page article.post.v2:hover { background-color: transparent; } /* l.429 */
.archive article.post.v2 > div.bandeau, .page article.post.v2 > div.bandeau { font-size: 11px; line-height: 20px; text-transform: uppercase; color: #ffffff; background: #009ee0; padding: 0 10px; display: inline-block; position: absolute; top: 103px;}
.archive article.post.v2 > div.bandeau.sponso, .page article.post.v2 > div.bandeau.sponso { background: #e9a31d; }
.archive article.post.v2 > div.bandeau.fts, .page article.post.v2 > div.bandeau.fts { background: #58a747; }
.archive article.post.v2 > div.bandeau > img, .page article.post.v2 > div.bandeau > img { position: absolute; left: 0; bottom: -9px; }
.archive article.post.v2 > div.content-article, .page article.post.v2 > div.content-article { width: 240px; margin: 0 0 0 10px; -moz-box-shadow: 0px 0px 4px 0px #e1e1e1; -webkit-box-shadow: 0px 0px 4px 0px #e1e1e1; -o-box-shadow: 0px 0px 4px 0px #e1e1e1; box-shadow: 0px 0px 4px 0px #e1e1e1; filter:progid:DXImageTransform.Microsoft.Shadow(color=#e1e1e1, Direction=NaN, Strength=4); }
.archive article.post.v2 > div.content-article > div, .page article.post.v2 > div.content-article > div { border: 1px solid #ffffff; text-align: center; }
.archive article.post.v2:hover > div.content-article > div, .page article.post.v2:hover > div.content-article > div { background: #f5f5f5; }
.archive article.post.v2 > div.content-article > div > h1, .page article.post.v2 > div.content-article > div > h1 { font-size: 14px; line-height: 17px; text-transform: uppercase; color: #282828; height: 51px; overflow: hidden; margin: 10px 10px 0 10px; }
.archive article.post.v2 > div.content-article > div > h1 > a, .page article.post.v2 > div.content-article > div > h1 > a { color: #282828; }
.archive article.post.v2 > div.content-article > div > p, .page article.post.v2 > div.content-article > div > p { color: #282828; font-size: 12px; line-height: 15px; margin: 10px 0; }
.archive article.post.v2 > div.content-article > a, .page article.post.v2 > div.content-article > a { display: block; width: 240px; height: 123px; background: #f5f5f5; }

#form_wrap #cntctfrm_contact_form input#contact_name { display: none; }

/* AROUND THE WEB */
.page article.post.v2.atw > div.bandeau { background: #F08E0E; }
#atw-associated_watches > ul{list-style:none;margin:0 0 10px 0;padding:0;}
#atw-associated_watches > ul > li{float: left;margin:0 11px 5px 0;}
#atw-associated_watches > ul > li > a{display:block;position: relative;width: 119px; height: 119px;overflow: hidden;}
#atw-associated_watches > ul > li > a > div{position:absolute;padding: 10px 10px 0;height:109px;overflow:hidden;bottom: -119px;left:0;background: url("../images/bg_black_alpha85.png") repeat scroll right top rgba(0, 0, 0, 0);-webkit-transition: bottom .2s;-moz-transition: bottom .2s;-ms-transition: bottom .2s;transition: bottom .2s;}
#atw-associated_watches > ul > li:hover > a > div{bottom:0;}
#atw-associated_watches > ul > li > a > div > p{color:#FFFFFF;font:14px/21px;overflow:hidden;margin-bottom: 10px;height:21px;overflow:hidden;}
#atw-associated_watches > ul > li > a > div > div{background: url("../images/btn_view_details_20.png") no-repeat scroll right top rgba(0, 0, 0, 0);bottom: 0;height: 20px;position: absolute;right: 0;width: 20px;}
#atw-associated_watches > ul > li > a > div > ul{list-style: none;margin:0;}
#atw-associated_watches > ul > li > a > div > ul > li > button{border:none;background:none;color:#009ee0;padding:0;}