 /* 
 Theme Name: FDSS
 Author:  Alys
 */


/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%; 
	font: inherit;
	vertical-align: top;
}
/* Global */

*{
	margin:0; 
	padding:0; 
}
html,body {
	height:100%;
}
body {
	font-size:14px;
	line-height:18px;
	color:#535353;
	font-weight:400;
	position:relative;
    height: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
h1{
	color:#0085a1;
	font-size:28px;
	margin:15px 0 15px 0;
	font-weight:700;
	line-height:36px;
	text-transform:uppercase;
	/*border-top: 10px solid #0085a1;*/
	display: inline-block;
	position:relative;
	padding-top:10px;
}
h1:after{
	border-top: 10px solid #0085a1;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	content:"";
	height:1px;
	width:130px;
}
h2{
	color:#6e6e70;/*#0085a1*/
	font-size:24px;
	margin:40px 0 20px 0;
	font-weight:700;
	line-height:28px;
	font-weight: 600;
	text-transform:uppercase;
}
h3{
	font-weight:300;
	line-height:22px;
	margin:25px 0 10px 0;
	position:relative;
	/*color:#b64798;*/
	color:#6e6e70;
	font-size:22px;
	text-transform:uppercase;
}
h4{
	color:#6e6e70; /* = gris du pdf reçu //// #4c4c4c; = gris 70% */
	font-size: 18px;
	line-height:24px;
	font-weight: bold;
	margin-bottom:15px;
}
p{
	margin-bottom:10px;	
	font-size:18px;
	line-height:24px;
	color:#6e6e70;
	font-weight: 300;/* Light */
}
li{
	font-size:18px;
	line-height:22px;
	color:#6e6666;	
}
strong{
	color:#0085a1;
}
blockquote{
	padding:22px 7%;
	position:relative;
}
blockquote:after{
	background:url('images/icon-quote.png') no-repeat;
	height:80px;
	width:117px;
	content:"";
	top:0;
	left:0;
	z-index:-1;
	position:absolute;
}
blockquote p{
	color:#0085a1;
	font-style:italic;
	font-weight:400;
}
.box-dotted{
	border:2px dotted #0085a1;
	padding:20px 4%;
	margin:10px 0;
}
.box-background{
	padding:20px 4%;
	background:#0085a1;
	margin:10px 0;
}
.box-background p{
	color:#fff;
}
.icon-info{
	padding-left:60px;
	background:url('images/icon-info.jpg') no-repeat;
	background-size:40px 62px;
	min-height: 62px;
}
.icon-attention{
	padding-left:60px;
	background:url('images/icon-attention.jpg') no-repeat;
	background-size:40px 62px;
	min-height: 62px;
}
.aligncenter{margin:0 auto;display:block;}
.wp-caption-text{font-size:11px; text-align:center;font-style:italic;}
img .alignleft, .alignleft{float:left;display:inline;margin-right:20px;}
img .alignright, .alignright{float:right;display:inline;margin-left:20px;}
img .alignright:after{content:" ";clear:both;}
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img{height:auto; max-width:100%;}
strong, b{font-weight:bold;}
em{font-style:italic;}
.clear{clear:both;}
.readmore{
	color:#00889E!important;
	display:block;
	padding:5px 0;
	text-decoration:none!important;
}
.readmore:after{
	content:" ";
	background:url('images/arrow.png')  top right no-repeat;
	height:19px;
	width:26px;
	position:absolute;
}
.readmore:hover, #teasers a:hover .readmore{
	color:#FC8B0B!important;
}
.readmore:hover:after, #teasers a:hover .readmore:after{
	background-position:bottom right;
}
.button{
	background: #0085a1;
	color:#fff!important;
	margin-top:10px;
	font-size:14px;
	font-weight:600;
	display:inline-block;
	padding:3px 25px;
	text-decoration:none;
}
.button:hover{
	background:#00a1bd ;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.32);
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.32);
	color:#fff!important;
}
.pdflink{
	text-decoration:none;
	padding:0px 0 0px 30px;
	display:inline-block;
	background:url('images/icon-publications.png') left 2px  no-repeat;
	color:#1d93d2;
	background-size:22px 50px;
		transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.pdflink:hover{
	background-position: left  -25px ;
	color:#646464;
}
.seeall{
	text-decoration:none;
	color:#4a4a4a;
	position:relative;
	margin-top:20px;
	line-height:18px;
	background:url('images/seeall-arrow.png') right top no-repeat;
	display:inline-block;
	padding:7px 45px 6px 5px;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.seeall:hover{
	color:#1D93D2;
	background-position: right bottom;
}
.bcontent{
	
}
img{
	display:block;
}
.wrap{
	width:1200px;
	margin:0 auto;
}
.main .wrap{
	position:relative;
}
.back{
	border:1px solid #ccc;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	display:inline-block;
	padding:4px 25px 4px 35px!important;
	text-decoration:none;
	color:#666;
	font-size:13px;
	background:url('images/back-arrow.png') left 8px no-repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	/*margin:0 0 25px 0;*/
}
.back:hover{
	color:#5a88c1;
	background-position:left -22px;
	border:1px solid #5a88c1;
}
hr{
	border-top:1px solid #ccc;
	border-bottom:0;
	border-left:0;
	border-right:0;
	margin-bottom:15px;
}
a{
	color:#1d93d2;
}
a:hover{
	color:#202e55;
	text-decoration:none;
}

/* ======= HEADER ======= */
/* ==================== */
#top-sentence{
	position:absolute;
	top: 19px;
	left: 385px;
	height:120px;
}
#top-sentence img{
	height:100%;
	width:auto;
}
#left-nav{
	background:#0085a1;
	height:100%;
	position:fixed;
	width:40px;
	top:0;
	left:0;
	z-index:99;
}
/* -- social -- */
#social{
	position:absolute;
	top:230px;
	z-index:99;
}

#social li{
	list-style:none;
	margin-left:6px;
	margin-bottom:20px;
	display:block;
	-webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;
   background-size:cover;
}
#social li a{
	display:block;
	width:28px;
	height:28px;
	opacity:0.4;
}
.facebook a{
	background:url('images/icon-facebook.png') no-repeat;
	background-position:center top;
}
.twitter a{
	background:url('images/icon-twitter.png') no-repeat;
	background-position:center top;
}
.youtube a{
	background:url('images/icon-youtube.png') no-repeat;
	background-position:center top;
}
#social li a:hover{
	/*background-position:center bottom;*/
	opacity:1;
}

/* ---- */
.admin-bar #header{position:relative;}
.admin-bar #slider, .admin-bar #banner{margin-top:0;}
#header{
/*
	position:fixed; */
	/*z-index:9999;*/
	width:100%;
	top:0px;
	padding-top:0px;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	
}
/* -- sticky main menu after scroll -- */
/*
.sticky #header{
	background:#fff;	
	-webkit-box-shadow: 0px 4px 8px 0px rgba(50, 50, 50, 0.36);
	-moz-box-shadow:    0px 4px 8px 0px rgba(50, 50, 50, 0.36);
	box-shadow:         0px 4px 8px 0px rgba(50, 50, 50, 0.36);
}
*/
.logo{
	float:left;
	padding:25px 0 22px 0;
	/*width:130px;*/
	height:130px;
	display:block;
}
.logo img{
	height:100%;
	width:auto;
	image-rendering: -webkit-optimize-contrast; /* chrome flou */
}
.sticky .logo{
	width:160px;
}
/* --- top menu --- */
/* ---------------- */
#language-menu{
	float:left;
	padding:10px 20px 0 0;
	position:relative;
}
#language-menu li{
	display:inline-block;
	list-style:none;
}
#language-menu li a{
	text-decoration:none;
	color:#999; 
	font-size:12px;
	display:block;
	padding: 0px 2px;
}
#language-menu li a:hover, #language-menu .current a{
	color:#00b6d4;
}
#language-menu li:first-child a{
	border:none;
}
#top-menu{
	height:35px;
	line-height:35px;
	width:100%;
	position:absolute;
	z-index:9999;
}
.top-info{
	float:right;
	margin-right:300px;
}
#top-menu .right{
	float:right;
}
#header .wrap{
	position:relative;
}
.top-info p{
	color:#fff;
	margin-bottom:0;
	font-size:12px;
	line-height:35px;
	padding-left:20px;
	position:relative;
	z-index:999;
	/*background:url('images/icon-map.png') left center no-repeat;*/
}
.top-info p a{
	color:#ffd500;
}
.top-info p a:hover{
	color:#fff;
}
#top-menu-links{
	float:left;
	margin-right:10px;
}
#top-menu-links li{
	list-style:none;
	display:inline-block;
}
#top-menu-links a{
	color:#fff;
	text-decoration:none;
}
#top-menu-links a:hover{
	color:#1d93d2;
}
#mega-menu-wrap-main {
	margin-bottom: 0 !important;
}
/* -- top menu nav -- */
.top-menu{
	float:left;
	margin-right:20px;
}
.top-menu li{
	list-style:none;
	display:inline-block;
	position:relative;
}
.top-menu li a{
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	line-height:40px;
	color:#606060;
	padding:3px 8px;
	
}
.top-menu > li > a{
	border-top:6px solid #fff;
	
}
.top-menu li ul{
	display:none;
	position:absolute;	
	min-width:88%;
}
.top-menu li:hover > ul{
	display:block;
}
.top-menu > li:hover > a,
.top-menu .current-menu-item > a,
.top-menu .current-page-ancestor > a{
	border-top:6px solid #0085a1;
	color:#0085a1;
}
.top-menu li ul li{
	display:block;
}
.top-menu li ul li a{
	display:block;
	background:#0085a1;
	color:#fff;
	text-transform:none;
	line-height:20px;
	min-width:100%;
}
.top-menu li ul li a:hover{
	background:#00a4bd;
}
.top-menu .sub-menu .current-menu-item  > a{
	background:#8ecbdb;
}
/* ----- */
#search{
	float:left;
	margin-top:-3px;
	margin-right:15px;
}
.search-field{
	height:20px;
	background:none;
	/*border-bottom:1px solid #ddd;*/
	border-bottom:none;
	border-top:none;
	border-left:none;
	border-right:none;
	border-radius:0;
	color:#666;
}
.search-submit{
	background:url('images/icon-search.png') no-repeat!important;
	background-size:cover!important;
	text-indent:-9999px;
	padding:0!important;
	width:22px;
	height:22px;
}
.login{
	color:#151536 ;
	background:#ffd500;
	font-size:12px;
	line-height:28px;
	padding:0 15px 0px 15px;
	text-decoration:none;
	display:inline-block;
	position:absolute;
	top:0;
	z-index:5;
	right:0;/*140px;*/
   -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;
}
.login:hover{
	padding:5px 15px 5px 15px;
}
.tab-industry{
	color:#151536 ;
	background:#ffd500;
	font-size:12px;
	line-height:28px;
	padding:0 15px 0px 15px;
	text-decoration:none;
	display:inline-block;
	position:absolute;
	top:0;
	z-index:5;
	right:0;
   -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;
}
.tab-industry:hover{
	padding:5px 15px 5px 15px;
}
/* position on nav */
.nav-form{
	position:absolute;
	right:0;
	bottom:0px;
	background:#f5f5f5;
	padding:0 12px 4px 8px;
	margin-right:0!important;
	z-index:99999;
}
/* -- main menu --*/
.intro-nav{
	position: absolute;
	top: 190px;
	left: 0;
	background: #fff;
	display: inline-block;
	z-index: 1;
	padding: 0 7px 0 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	color:#0085a1;
	display:none; /* 20/03/2019 */
}
/* ----- MEGA MENU ----- */
#mega-menu-wrap-main{
	/* style inside plugin */
}
/* -------------------
#main-menu{
	float:right;
	width:70%;
	padding:0;
	text-align:right;
	border-top:2px dotted #989898;
}
#main-menu li{
	list-style:none;
	margin-bottom:0;
	display:inline-block;
	position:relative;
}
#main-menu li a{
	color:#0085a1; 
	font-size:16px;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	padding:15px 10px;
	font-weight:600;
}
#main-menu li > a{
	padding:42px 10px 37px 10px;
}
#main-menu li > a:hover, 
#main-menu .current-menu-item > a,
#main-menu .current_page_ancestor > a,
#main-menu .current-page-ancestor > a{
	color:#b64798!important;
}
*/
/* -- submenu -- */
#main-menu > li:hover > ul{
	visibility: visible;
	opacity: 1;
	top: 100px;
}
#main-menu li ul {
	position:absolute;	
	float:none;
	text-align:left;
	z-index:-1;
	padding:0 ;
	background:#fff;
	visibility: hidden;
	opacity: 0;
	top: 20px;
   -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;
}
/*
#main-menu li ul:before{
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;	
	border-bottom: 15px solid #1D93D2;
	position:absolute;
	left:30px;
	top:5px;
	content:" ";
}
*/
#main-menu li ul li{
	margin-bottom:0;
}
#main-menu li ul li a{
	text-transform:none;
	display:block;
	padding:6px 20px;
	margin-bottom:0;
	min-width:150px;
	font-size:14px;
	transition:none!important;
	color:#fff;
	background:#151536 ;
border-bottom:1px solid #25245f;/*#58758e*/
}
#main-menu li ul li a:hover{
	background:#ffd500;
	color:#151536 !important;
}
#main-menu li ul .current a,
#main-menu li ul .current-menu-item a,
#main-menu li ul .current-page-ancestor a{
	color:#ffd500!important;
}
/* left menu sidebar */
#sidebar-left #main-menu li ul{
	margin:0 0 0 20px;
}
#sidebar-left #main-menu li ul li a{
	border-bottom:1px solid #eee;
}
/* ======= HOME ======= */
/* ====================== */
.page1{
	overflow:hidden;
	position:relative;
}
section.page2{
	/*margin-top:40px;*/
	overflow:hidden;
}
.scroll_link{
	display:block;
	background:url('images/home-arrow-bottom.png') no-repeat center -2px #eee;
	width:65px;
	height:65px;
	border-radius:65px;
	-webkit-border-radius:65px;
	-moz-border-radius:65px;
	position:absolute;
	bottom:-35px;
	left:47.6%;
	z-index:2;
}
/* ======= SLIDER ======= */
/* ====================== */
/* flexslider*/
#slider {
	width:auto;
	height:320px;
	min-width:100%;	
	position:relative;
}
.flex-viewport{
	max-height:600px;
}
ul.slides li{
	max-height:600px;
    position:relative;
}
#slider .slides img,
#slider > img  {
	width:100%;
}
.flex-caption{
	bottom:0px;
	left:0;
	position:absolute;
	right:0;
	z-index:90;
}
.slide-content{
	background:#fff;
	width:25%;
	padding:20px;
	height: 190px;
	position:relative;
}
.slide-content:before{
	content:" ";
	background:url('images/arrow-slide-content.png') no-repeat;
	position:absolute;
	width:17px;
	height:32px;
	left:-30px;
	top:35px;
}
.slide-content:after{
	content:" ";
	position:absolute;
	z-index:-1;
	width:100%;
	height:96%;
	top:0;
	left:0;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.42);
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.42);
}
.slide-content h1{
	text-transform:uppercase;
	font-size:22px;
	line-height:24px;
	font-weight:400;
	margin-bottom:10px;
	color:#0085a1;
}
.slide-content p{
	text-transform:none;
	color:#0085a1;
	font-size:14px;
	max-height: 90px;
	overflow: hidden;
	line-height: 22px;
}
.slide-content .button{
	position:absolute;
	right:-40px;
	bottom:10px;
}
.left50{
	float:left;
	width:49%;
}
.left50 .button{
	background:#202e55;
}
.left50 .button:hover{
	background:#fdb815;
}
.right50{
	float:right;
	width:49%;
}
.flex-control-nav{
	z-index:990;
	bottom:10px!important;
}
.flex-direction-nav{
	position:absolute;
	z-index:2;
	top:25%;
	width:100%;
}
.flex-direction-nav li{
	display:block;
	position:absolute;
	width:50px;
	height:70px;
}
.flex-direction-nav a{
	opacity:0.6!important;
	margin:0!important;
	top:0;
	text-indent:-9999px;
}
.flex-nav-prev{
	left:0!important;
}
.flex-direction-nav .flex-prev{
	padding-left:15px;
	background:url('images/slider-arrow-right.png') center right no-repeat!important;
	height:70px!important;
	width:35px!important;
}
.flex-direction-nav a::before{
	display:none!important;
}
.flex-nav-next{
	right:0!important;
}
.flex-direction-nav .flex-next{
	text-align:left!important;
	padding-left:15px;
	background:url('images/slider-arrow-left.png') center left no-repeat!important;
	height:70px!important;
	width:35px!important;
}
.flex-direction-nav a:hover{opacity:1!important;}

.main{
	min-height:600px;
}
.main.t{margin-top: 30px;}
.bread_title {margin-top: 0;}
/* ======= TEAM ====== */
/* ==================== */
#team-list{
	margin:0!important;
	padding:0!important;
}
#team-list li{
	box-sizing: border-box;
	display: block;
	float:left;
	vertical-align: top;
	text-align: left;
	margin: 0 0 15px 0;
	list-style:none;
	width: calc(16% - 0px);
	background:none!important;
	padding:0 10px!important;
	min-height: 340px;
}
#team-list li:before{
	display:none;
}
.team-name{
	position: absolute;
	/*bottom: 12px;*/
	bottom:4px;
	font-weight:600;
	right: -2px;
	color: #563935;
	font-size: 13px;
	line-height:16px;
	padding: 3px 14px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	background-color:#fff;
	z-index: 9;
}
.team-name span{
	position: absolute;
	background: #2b7c97;
	top: 90%;
	right: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	padding: 3px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	white-space: nowrap;
}
.team-img{
	position:relative;
	text-align:center;
	/*height:280px;*/
	height:172px;
}
.team-img img{
	/*
	width:auto;
	height:auto;
	max-width:280px;
	min-width:100%;
	max-height: 100%;*/
	width:auto;
	height:auto;
	max-height: 100%;
}
.team-description{
	display: block;
	padding: 15px 0 5px 0;
}	
.team-description p{
	font-size: 14px;
	line-height: 19px;
}
.team-description a{
	word-wrap: break-word;
	/*font-size:12px;*/
}
.title-country{
	background-image: linear-gradient(to right, #999 33%,rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 6px 2px;
	background-repeat: repeat-x;
	padding-bottom: 10px;
	margin-top: 35px;
}
/* ======= SECTIONS COLORS ======= */
/* =============================== */
/* ======================== */
/* === Membres === */
.page-id-159 #left-nav,
.parent-pageid-161 #left-nav,
.page-id-159 #banner .read-more,
.page-id-159 #project-intro a,
.parent-pageid-159 #banner .read-more,
.parent-pageid-159 #project-intro a, 
.page-id-159 #teasers li, 
.parent-pageid-161 #teasers li,
.page-id-159 #banner .absolute-title,
.page-id-379 #left-nav,
.parent-pageid-379 #left-nav,
.page-id-379 #banner .read-more,
.page-id-379 #project-intro a,
.parent-pageid-379 #banner .read-more,
.parent-pageid-379 #project-intro a, 
.page-id-379 #teasers li, 
.parent-pageid-379 #teasers li,
.page-id-379 #banner .absolute-title,
.category-services-aux-membres .absolute-title-height h3,

/*.category-fdss .absolute-title-height  h3,*/
.category-rapports-dactivites .absolute-title-height h3,
.category-documents-politiques .absolute-title-height h3,
.category-breves-de-lemployeur .absolute-title-height h3,
.category-newsletters .absolute-title-height h3,

.category-services-aux-membres .absolute-title-height .absolute-cat-date,
.category-rapports-dactivites .absolute-title-height .absolute-cat-date,
.category-documents-politiques .absolute-title-height .absolute-cat-date,
.category-breves-de-lemployeur .absolute-title-height .absolute-cat-date,
.category-newsletters .absolute-title-height .absolute-cat-date,

.page-id-159 .absolute-title-height .absolute-cat-date,
.page-id-379 .absolute-title-height .absolute-cat-date,
.category-membres .absolute-title-height .absolute-cat-date,

.page-id-159 .absolute-title-height h3,
.page-id-379 .absolute-title-height h3,
.category-membres .absolute-title-height h3
{
	background:#3aaa35;
}
.page-id-159 #project-intro a:hover,
.parent-pageid-159 #project-intro a:hover,
.page-id-379 #project-intro a:hover,
.parent-pageid-379 #project-intro a:hover,
.page-id-159 #teasers li a:hover,
.page-id-379 #teasers li a:hover{
	background:#56cb51;
}
.category-services-aux-membres .read-more,
/*.category-fdss .read-more,*/
.category-rapports-dactivites .read-more,
.category-documents-politiques .read-more,
.category-breves-de-lemployeur .read-more,
.category-newsletters .read-more,
.category-ledendiensten .read-more,
.page-id-159 .read-more,
.page-id-379 .read-more,
.category-membres .read-more{
	background:#3aaa35!important;
}
.page-id-159 h1,
.parent-pageid-159 h1,
.page-id-379 h1,
.parent-pageid-379 h1,
.post-type-archive-member h1,
.category-services-aux-membres h1,
/*.term-fdss h1,*/
.term-rapports-dactivites h1,
.term-documents-politiques h1,
.term-breves-de-lemployeur h1,
.term-ledendiensten h1,
.term-membres h1,
.term-newsletters h1,
.category-46 h1{
	/*border-top:10px solid #3aaa35;*/
	color:#3aaa35;
	display:inline-block;
	margin-top:15px;
}
.page-id-159 h1:after,
.parent-pageid-159 h1:after,
.page-id-379 h1:after,
.parent-pageid-379 h1:after,
.post-type-archive-member h1:after,
.category-services-aux-membres h1:after,
.term-rapports-dactivites h1:after,
.term-documents-politiques h1:after,
.term-ledendiensten h1:after,
.term-membres h1:after,
.term-breves-de-lemployeur h1:after,
.term-newsletters h1:after,
.category-46 h1:after{
	border-top:10px solid #3aaa35;

}
.page-id-159 #content-full strong,
.parent-pageid-159 #content-full strong,
.page-id-379 #content-full strong,
.parent-pageid-379 #content-full strong{
	color:#3aaa35;
}
.page-id-159 #content-full a,
.parent-pageid-159 #content-full a,
.page-id-379 #content-full a,
.parent-pageid-379 #content-full a{
	color:#3aaa35;
}
.page-id-159 .box-dotted, 
.parent-pageid-159 .box-dotted, 
.page-id-379 .box-dotted,
.parent-pageid-379 .box-dotted{
	border:2px dotted #3aaa35;
}
.page-id-159 .box-background,
.parent-pageid-159 .box-background, 
.page-id-379 .box-background,
.parent-pageid-379 .box-background{
	background:#3aaa35;
}
/* ======================== */
/* === Aide Alimentaire === */
.page-id-161 #left-nav,
.parent-pageid-161 #left-nav,
.page-id-161 #banner .read-more,
.page-id-161 #project-intro a,
.parent-pageid-161 #banner .read-more,
.parent-pageid-161 #project-intro a, 
.page-id-161 #teasers li, 
.parent-pageid-161 #teasers li,
.page-id-161 #banner .absolute-title,
.page-id-341 #left-nav,
.parent-pageid-341 #left-nav,
.page-id-341 #banner .read-more,
.page-id-341 #project-intro a,
.parent-pageid-341 #banner .read-more,
.parent-pageid-341 #project-intro a, 
.page-id-341 #teasers li, 
.parent-pageid-341 #teasers li,
.page-id-341 #banner .absolute-title,
.category-aide-alimentaire .absolute-title-height h3,
.category-aide-alimentaire .absolute-title-height .absolute-cat-date,
.page-id-161 .absolute-title-height h3,
.page-id-341 .absolute-title-height h3,
.page-id-161 .absolute-title-height .absolute-cat-date,
.page-id-341 .absolute-title-height .absolute-cat-date
{
	background:#6e3784;/*d2232a*/
}



.page-id-161 #project-intro a:hover,
.parent-pageid-161 #project-intro a:hover,
.page-id-341 #project-intro a:hover,
.parent-pageid-341 #project-intro a:hover,
.page-id-161 #teasers li a:hover,
.page-id-341 #teasers li a:hover{
	background:#9656b0;/*ec6268*/
}
.category-aide-alimentaire .read-more,
.category-voedselhulp .read-more,
.page-id-161 .read-more,
.page-id-341 .read-more{
	background:#6e3784!important;/*d2232a*/
}
.page-id-161 h1,
.parent-pageid-161 h1,
.parent-pageid-196 h1,
.page-id-341 h1,
.parent-pageid-341 h1,
.term-aide-alimentaire h1,
.term-77 h1,
.term-96 h1,
.term-63 h1,
.category-aide-alimentaire h1{
	/*border-top:10px solid #6e3784;*/
	color:#6e3784;
	display:inline-block;
	margin-top:15px;
}
.page-id-161 h1:after,
.parent-pageid-161 h1:after,
.parent-pageid-196 h1:after,
.page-id-341 h1:after,
.parent-pageid-341 h1:after,
.term-aide-alimentaire h1:after,
.term-77 h1:after,
.term-96 h1:after,
.term-63 h1:after,
.category-aide-alimentaire h1:after{
	border-top:10px solid #6e3784;
}
.page-id-161 #content-full strong,
.parent-pageid-161 #content-full strong,
.page-id-341 #content-full strong,
.parent-pageid-341 #content-full strong{
	color:#6e3784;
}
.page-id-161 #content-full a,
.parent-pageid-161 #content-full a,
.page-id-341 #content-full a,
.parent-pageid-341 #content-full a{
	color:#6e3784;
}
.page-id-161 .box-dotted, 
.parent-pageid-161 .box-dotted, 
.page-id-341 .box-dotted,
.parent-pageid-341 .box-dotted{
	border:2px dotted #6e3784;
}
.page-id-161 .box-background,
.parent-pageid-161 .box-background, 
.page-id-341 .box-background,
.parent-pageid-341 .box-background{
	background:#6e3784;
}
.page-id-8128 #left-nav,
.parent-pageid-8128 #left-nav,
.page-id-8128 #banner .read-more,
.page-id-8128 #project-intro a,
.parent-pageid-8128 #banner .read-more,
.parent-pageid-8128 #project-intro a, 
.page-id-8128 #teasers li, 
.parent-pageid-8128 #teasers li,
.page-id-8128 #banner .absolute-title,
.page-id-8130 #left-nav,
.parent-pageid-8130 #left-nav,
.page-id-8130 #banner .read-more,
.page-id-8130 #project-intro a,
.parent-pageid-8130 #banner .read-more,
.parent-pageid-8130 #project-intro a, 
.page-id-8130 #teasers li, 
.parent-pageid-8130 #teasers li,
.page-id-8130 #banner .absolute-title,
.category-aide-alimentaire .absolute-title-height h3,
.category-aide-alimentaire .absolute-title-height .absolute-cat-date,
.page-id-8128 .absolute-title-height h3,
.page-id-8130 .absolute-title-height h3,
.page-id-8128 .absolute-title-height .absolute-cat-date,
.page-id-8130 .absolute-title-height .absolute-cat-date{
	background:#6e3784;/*d2232a*/
}



.page-id-8128 #project-intro a:hover,
.parent-pageid-8128 #project-intro a:hover,
.page-id-8130 #project-intro a:hover,
.parent-pageid-8130 #project-intro a:hover,
.page-id-8128 #teasers li a:hover,
.page-id-8130 #teasers li a:hover{
	background:#9656b0;/*ec6268*/
}
.category-aide-alimentaire .read-more,
.category-voedselhulp .read-more,
.page-id-8128 .read-more,
.page-id-8130 .read-more{
	background:#6e3784!important;/*d2232a*/
}
.page-id-8128 h1,
.parent-pageid-8128 h1,
.parent-pageid-196 h1,
.page-id-8130 h1,
.parent-pageid-8130 h1,
.term-aide-alimentaire h1,
.term-77 h1,
.term-96 h1,
.term-63 h1,
.category-aide-alimentaire h1{
	/*border-top:10px solid #6e3784;*/
	color:#6e3784;
	display:inline-block;
	margin-top:15px;
}
.page-id-8128 h1:after,
.parent-pageid-8128 h1:after,
.parent-pageid-196 h1:after,
.page-id-8130 h1:after,
.parent-pageid-8130 h1:after,
.term-aide-alimentaire h1:after,
.term-77 h1:after,
.term-96 h1:after,
.term-63 h1:after,
.category-aide-alimentaire h1:after{
	border-top:10px solid #6e3784;
}
.page-id-8128 #content-full strong,
.parent-pageid-8128 #content-full strong,
.page-id-8130 #content-full strong,
.parent-pageid-8130 #content-full strong{
	color:#6e3784;
}
.page-id-8128 #content-full a,
.parent-pageid-8128 #content-full a,
.page-id-8130 #content-full a,
.parent-pageid-8130 #content-full a{
	color:#6e3784;
}
.page-id-8128 .box-dotted, 
.parent-pageid-8128 .box-dotted, 
.page-id-8130 .box-dotted,
.parent-pageid-8130 .box-dotted{
	border:2px dotted #6e3784;
}
.page-id-8128 .box-background,
.parent-pageid-8128 .box-background, 
.page-id-8130 .box-background,
.parent-pageid-8130 .box-background{
	background:#6e3784;
}
/* ======================== */
/* === Recherch'Action === */
.page-id-35 #left-nav,
.parent-pageid-35 #left-nav{
	background:#cd1719;/*#835f9e;*/
}
.page-id-35 #banner .read-more,
.page-id-35 #project-intro a,
.parent-pageid-35 #banner .read-more,
.parent-pageid-35 #project-intro a,
.page-id-35 #teasers li, 
.parent-pageid-35 #teasers li,
.page-id-35 #banner .absolute-title,
.page-id-343 #banner .read-more,
.page-id-343 #project-intro a,
.parent-pageid-343 #banner .read-more,
.parent-pageid-343 #project-intro a,
.page-id-343 #teasers li, 
.parent-pageid-343 #teasers li,
.page-id-343 #banner .absolute-title,
.category-recherchaction .absolute-title-height h3,
.category-articles-et-ouvrages .absolute-title-height  h3,
.category-rapports .absolute-title-height h3,
.category-actes .absolute-title-height  h3,
.category-55 .absolute-title-height  h3,
.page-id-35 .absolute-title-height  h3,
.page-id-343 .absolute-title-height  h3,

.category-recherchaction .absolute-title-height .absolute-cat-date,
.category-articles-et-ouvrages .absolute-title-height  .absolute-cat-date,
.category-rapports .absolute-title-height .absolute-cat-date,
.category-actes .absolute-title-height  .absolute-cat-date,
.category-55 .absolute-title-height  .absolute-cat-date,
.page-id-35 .absolute-title-height  .absolute-cat-date,
.page-id-343 .absolute-title-height  .absolute-cat-date{
	background:#cd1719;/*#9579ae;*/
}
.page-id-35 #project-intro a:hover,
.parent-pageid-35 #project-intro a:hover,
.page-id-343 #project-intro a:hover,
.parent-pageid-343 #project-intro a:hover,
.page-id-35 #teasers li a:hover,
.page-id-343 #teasers li a:hover{
	background:#de4345;/*#c2b3d2;*/
}
.category-recherchaction .read-more,
.category-cahiers-de-la-recherchaction .read-more,
.category-articles-et-ouvrages .read-more,
.category-rapports .read-more,
.category-actes .read-more,
.category-55 .read-more,
.page-id-35 .read-more,
.page-id-343 .read-more{
	background:#cd1719!important;/*#9579ae*/
}

.page-id-35 h1,
.parent-pageid-35 h1,
.page-id-343 h1,
.parent-pageid-343 h1,
.term-cellule-recherchaction h1,
.term-79 h1,
.term-98 h1,
.term-65 h1,
.term-18 h1,
.category-55 h1,
.category-recherchaction h1,
.category-articles-et-ouvrages h1,
.category-rapports h1,
.category-actes h1{
	/*border-top:10px solid #cd1719;/*9579ae*/
	color:#cd1719;/*9579ae*/
	display:inline-block;
	margin-top:15px;
}
.page-id-35 h1:after,
.parent-pageid-35 h1:after,
.page-id-343 h1:after,
.parent-pageid-343 h1:after,
.term-cellule-recherchaction h1:after,
.term-79 h1:after,
.term-98 h1:after,
.term-65 h1:after,
.term-18 h1:after,
.category-55 h1:after,
.category-recherchaction h1:after,
.category-articles-et-ouvrages h1:after,
.category-rapports h1:after,
.category-actes h1:after{
	border-top: 10px solid #cd1719;

}
.page-id-35 #content-full strong,
.parent-pageid-35 #content-full strong,
.page-id-343 #content-full strong,
.parent-pageid-343 #content-full strong{
	color:#cd1719;
}
.page-id-35 #content-full a,
.parent-pageid-35 #content-full a,
.page-id-343 #content-full a,
.parent-pageid-343 #content-full a{
	color:#cd1719;
}
.page-id-35 .box-dotted, 
.parent-pageid-35 .box-dotted, 
.page-id-343 .box-dotted,
.parent-pageid-343 .box-dotted{
	border:2px dotted #cd1719;
}
.page-id-35 .box-background,
.parent-pageid-35 .box-background, 
.page-id-343 .box-background,
.parent-pageid-343 .box-background{
	background:#cd1719;
}
#breadcrumb + h1 {margin-top: 0;}
/* ======================== */
/* === Social Energie === */
.page-id-163 #left-nav,
.parent-pageid-163 #left-nav,
.page-id-163 #banner .read-more,
.page-id-163 #project-intro a,
.parent-pageid-163 #banner .read-more,
.parent-pageid-163 #project-intro a,
.page-id-163 #teasers li, 
.parent-pageid-163 #teasers li,
.page-id-163 #banner .absolute-title,
.page-id-339 #left-nav,
.parent-pageid-339 #left-nav,
.page-id-339 #banner .read-more,
.page-id-339 #project-intro a,
.parent-pageid-339 #banner .read-more,
.parent-pageid-339 #project-intro a,
.page-id-339 #teasers li, 
.parent-pageid-339 #teasers li,
.page-id-339 #banner .absolute-title,
.category-social-energie .absolute-title-height h3,
.category-centre-dappui-socialenergie .absolute-title-height h3,
.page-id-163 .absolute-title-height h3,
.page-id-339 .absolute-title-height h3,

.category-social-energie .absolute-title-height .absolute-cat-date,
.category-centre-dappui-socialenergie .absolute-title-height .absolute-cat-date,
.page-id-163 .absolute-title-height .absolute-cat-date,
.page-id-339 .absolute-title-height .absolute-cat-date
{
	background:#f39200;/*fcaf17*/
}
.page-id-163 #project-intro a:hover,
.parent-pageid-163 #project-intro a:hover,
.page-id-339 #project-intro a:hover,
.parent-pageid-339 #project-intro a:hover,
.page-id-163 #teasers li a:hover,
.page-id-339 #teasers li a:hover{
	background:#f6b85a;/*f9d285*/
}
.category-social-energie .read-more,
.category-service-energie .read-more,
.category-centre-dappui-socialenergie .read-more,
.page-id-163 .read-more,
.page-id-339 .read-more{
	background:#f39200!important;/*fcaf17*/
}

.page-id-163 h1,
.parent-pageid-163 h1,
.page-id-339 h1,
.parent-pageid-339 h1,
.term-cellule-energie h1,
.term-78 h1,
.term-97 h1,
.term-57 h1,
.term-17 h1,
.category-social-energie h1{
	/*border-top:10px solid #f39200;/*fcaf17*/
	color:#f39200;/*fcaf17*/
	display:inline-block;
	margin-top:15px;
}
.page-id-163 h1:after,
.parent-pageid-163 h1:after,
.page-id-339 h1:after,
.parent-pageid-339 h1:after,
.term-cellule-energie h1:after,
.term-78 h1:after,
.term-97 h1:after,
.term-57 h1:after,
.term-17 h1:after,
.category-social-energie h1:after{
	border-top:10px solid #f39200;

}
.page-id-163 #content-full strong,
.parent-pageid-163 #content-full strong,
.page-id-339 #content-full strong,
.parent-pageid-339 #content-full strong{
	color:#f39200;
}
.page-id-163 #content-full a,
.parent-pageid-163 #content-full a,
.page-id-339 #content-full a,
.parent-pageid-339 #content-full a{
	color:#f39200;
}
.page-id-163 .box-dotted, 
.parent-pageid-163 .box-dotted, 
.page-id-339 .box-dotted,
.parent-pageid-339 .box-dotted{
	border:2px dotted #f39200;
}
.page-id-163 .box-background,
.parent-pageid-163 .box-background, 
.page-id-339 .box-background,
.parent-pageid-339 .box-background{
	background:#f39200;
}

/* ------------/-------------- */
/* wallonie */
/*
.category-CSS .read-more,
.category-ILI .read-more,
.category-SASPP .read-more{
	background:#7d4080!important;
}
.category-CSS h2,
.category-ILI h2,
.category-SASPP h2,
.category-CSS .date,
.category-ILI .date,
.category-SASPP .date{
	color:#7d4080;
}
.wallonie{
	color:#7d4080;
	font-weight:600;
}*/
/* Bruxelles */
.category-CAP .read-more{
	
}
.category-CASG .date,
.category-CAP .date,
.category-SAJ .date,
.category-SASLS .date,
.category-ER .date{
	color:#0085a1;
}
.bruxelles{
	color:#0085a1;
	font-weight:600;
}

/* ------------/-------------- */

/* ======= BANNER ======= */
/* ====================== */
#banner{
	height:290px;
	margin-bottom: 2%;
	overflow:hidden;
	position:relative;
}
#banner img{
	width:100%;
	height:auto;
	margin-top:0px;

	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;

}
#banner .absolute-title{
	position:absolute;
	z-index:3;
	top:0;
	left:0;
	background:#0085a1;
	color:#fff;
	text-transform:uppercase;
	padding:6px 20px;
	font-size:22px;
	line-height:22px;
	font-weight:600;
	min-height:1px;
	margin:0;
}
#banner .absolute-title:after{
	display:none;
}
#banner .read-more{
	position:absolute;
	top:80%;
	left:0;
	width:100%;
	height:100%;
	background:#0085a1;

	padding:8px 0;
	display:block;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
#banner h3{
	color:#fff ;
	font-size:15px;
	margin:0 0 10px 0;
	padding:0 4%;
	min-height:60px;
}
#banner p{
	color:#fff ;
	padding:0 4%;
	font-size: 14px;
	line-height: 24px;
}
#banner a:hover > .read-more{
	top:60%;
	height:100%;
}
#banner a:hover img{
	transform: scale(1.1);
}

/* ======= HOME ======= */
/* ==================== */
.bg-gris{
	background:#f1eef1;
}
/* ----------- teasers  ---------- */
/* ------------------------------- */

#teasers{
	margin:4% 0;
	background-image: linear-gradient(to right, #999 33%,rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 6px 2px;
	background-repeat: repeat-x;
	padding-bottom:5px;
}
#teasers li:first-child{
	margin-left:0;
}
#teasers li{
	list-style:none;
	overflow:hidden;
	display:block;
	margin:0 0 4% 0;
	background:#0085a1;
	
/*
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	*/
}
.teaser-newsletter{
	background:#21bdd8!important;/* bleu clair  00a1bd */
	text-align:center;
}
#teasers li a{
	display:block;
	text-decoration:none;
	color:#fff;
	/*padding-bottom:20px;*/
}
#teasers li img{
	float:right;
	margin: 12px 12px 5px 15px;
	max-height: 32px;
	width: auto
}
#teasers li h3{
	font-weight:600;
	padding:15px 4% 15px 4%;
	margin-top:0;
	margin-bottom:0;
	text-transform:uppercase;
	color:#fff;
	font-size:19px;
	line-height:26px;
}
#teasers li p{
	padding:0px 4% 0 4%;
	font-size:16px;
	line-height:20px;
	color:#fff;
}


#teasers li a:hover {
	background:#8ecbdb;
}
/* --- NEWSLETTER -- */
.newsletter-language li::before{
	display:none;
}
.newsletter-language input{
	margin-right:10px;
}
/* --- */
#home-first{
	background:#fff;
	padding-top:20px;
}
.parallax-group {
  position: relative;
}
.parallax-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin-x: 100%; 
}
#home-header{
	height:620px;
	background:url('images/slider-bg.png') center bottom no-repeat;
	background-size:100% auto;
	z-index:90;
    opacity: 1;
    position: absolute;
	top:0px;
}
/* ----------- home NEWS ---------- */
/* ------------------------------- */


.list-news{
	position:relative;
	margin-left:0!important;
}
.home .list-news li,
.page-template-temp_home_sections .list-news li{
	width:49%;
}
.home .list-news li:nth-of-type(2n+1),
.page-template-temp_home_sections .list-news li:nth-of-type(2n+1){	
	margin-left:0;	
}
.list-news li {
	list-style:none;
	display:inline-block;
	background:#fff;
	float:left;
	margin-left:2%;
	margin-bottom:2%;
	width:32%;
	padding-left:0!important;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10);
}
.list-news li:before{
	display:none;
}
.category .list-news li:nth-of-type(3n+1),
.blog .list-news li:nth-of-type(3n+1),
.single-hors-les-murs .list-news li:nth-of-type(3n+1),
.category-hors-les-murs .list-news li:nth-of-type(3n+1),
.archive .publication-list li:nth-of-type(3n+1),
.post-type-archive-hors-les-murs li:nth-of-type(3n+1){	
	margin-left:0;	
}
.list-news  li:first-child{
	margin-left:0;
}
.list-news li a{
	text-decoration:none;
	display:block;	
	position:relative;
	/*min-height:255px;
	max-height:255px;*/
	overflow:hidden;
	/*padding-bottom:35px;*/
	background:#ddd;
}
.list-news li a[href$=".pdf"], .list-news li a[href$=".doc"], .list-news li a[href$=".pptx"], .list-news li a[href$=".xps"], .list-news li a[href$=".xlsx"]{
	padding:0!important;
	background-image:none!important;
}
.list-news .thumb{
	/*overflow:hidden; -- test for elastic responsive */
	position:relative;
	/*max-height:255px;*/
}
.publication-list .thumb{
	border:1px solid #ddd;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.list-news .thumb img{
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
	/*width:100%;*/
	height:auto;
	/*min-height:255px;*/
	/*image-rendering: -webkit-optimize-contrast; /* chrome flou */
	/*image-rendering: pixelated ; /* chrome flou */
}
/* read more */
.absolute-title-height{
	position:absolute;
	bottom:0;
	width:100%;
}
.absolute-title-height h3{
	padding:7px 8% 6px 8% !important;
	margin-bottom:0!important;
	background:#0085a1;
}
.absolute-title-height .absolute-cat-date{	
	background:#0085a1;
}
.list-news .read-more{
	position:absolute;
	top:100%; /* 75%;*/
	left:0;
	width:100%;
	height:100%;
	background:#0085a1;

	padding:8px 0;
	display:block;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.page-template-temp-members .list-news .read-more .description-content{
	padding-top:15px;
}
.post-type-archive-member .list-news .read-more .description-content{
	padding-top:25px;
}
.list-news .absolute-cat-date{
	font-size:12px;
	/*position:absolute;*/
	position: relative;
	/*bottom:0;
	left:0px;*/
	z-index:2;
	color:#fff;
	margin-bottom: 0px;
	padding-bottom: 2px;
	
	line-height: 18px;
}

.list-news .read-more p{
	color:#fff;
}
.list-news h3{
	color:#fff ;
	font-size:15px;
	margin:0 0 5px 0;
	padding:0 8%;
/*	min-height:38px;
	max-height:38px;
	overflow:hidden; */
	line-height: 18px;
}
.list-news h3 span{
	font-weight:400;
	text-transform:uppercase;
}
.list-news li p{
	font-size:17px;
	line-height:24px;
	padding:0 8%;
}
.list-news li .summary{
	margin-top:30px;
}
.list-news li .category{
	font-size:13px;
	line-height:15px;
	/*float:left;
	width:62%;
	color:#0085a1;
	*/
	padding:0 8%;
	margin:25px 0 0 0;
	font-weight:400;
	text-transform:uppercase;
}
.list-news .date{
	/*
	float:right;
	width:22%; */
	font-size:13px;
	display:block;
	padding:0 8%;
}



/* - hover - */
.list-news a:hover > .read-more{
	top:0!important;
	height:100%;
}
.list-news a:hover .absolute-cat-date{
	display:none;
}
.list-news a:hover h3{
	display:none;
}
.list-news li:hover img{
	transform: scale(1.1);
}
.list-news li:hover h3,
.list-news li:hover .date{
}
.list-news .see{
	line-height:18px;
	width:90%;
	text-align:center;
	bottom:15px;
}
.list-news .seeall{
	text-align:center;
}
/* ======== Projects HORS LES MURS========*/
.post-type-archive-hors-les-murs h1{color: #21BDD8;}
.post-type-archive-hors-les-murs h1:after {border-top: 10px solid #21BDD8;}
.post-type-archive-hors-les-murs .list-news .read-more {background: #21BDD8;}
.post-type-archive-hors-les-murs .absolute-title-height h3,.post-type-archive-hors-les-murs .absolute-title-height .absolute-cat-date{background: #21BDD8;}
.single-hors-les-murs h1{color: #21BDD8;}
.single-hors-les-murs h1:after { border-top: 10px solid #21BDD8;}
/* ======== MEMBERS ========  */

#filters{
	border:1px solid #ddd;
	padding:20px;
	text-align:center;
	margin:0 0 40px 0!important;
}
#filters > li{
	display:inline-block;
	background:none!important;
	padding:0!important;
	margin:0!important;
	position:relative;
}
#filters li:before{
	display:none;
}
#filters > li > a{
	display:block;
	text-decoration:none;
	padding:0 10px!important;
	color:#767676;	
	font-size: 14px;
}

#filters li a:hover,
#filters li a.current{
	color:#00a1bd ;
}
/* -- level 2 -- */

#filters li:hover ul{
	display:block;
}

#filters ul{
	position:absolute;
	display:none;
	left:0;
	width:160px;
	margin-left:0!important;
	padding-left:0;
	z-index:999;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#filters ul li{
	display:block;
	text-align:left;
	padding-left:0!important;
}
#filters ul li a{
	display:block;
	text-decoration:none;
	padding:5px 15px!important;
	color:#767676;	
	background:#fff;
	font-size:13px;
	line-height:15px;
}
/* --- tooltip --- */
.tooltip {
  position: relative;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background:#515151;
  color: #fff;
  font-size:13px;
  line-height:15px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  
  opacity: 0;
  transition: opacity 1s;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #515151 transparent transparent transparent;
}
/* ----- */
.page-template-temp-members-php #type-member-list li{
	box-shadow:none;
}
.page-template-temp-members-php #type-member-list li:before{
	display:none;
}
/* ----- MEMBERS TAXONOMY LIST ----- */
.tax-type-of-member #type-member-list li a,
.post-type-archive-member #type-member-list li a{
	min-height: 190px!important;
	max-height: 190px!important;
	background:#fff;
	/*
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.10);*/
}
.tax-type-of-member #type-member-list li h2,
.post-type-archive-member #type-member-list li h2{
	background:none;
	min-height:10px;
}
.tax-type-of-member #type-member-list .thumb,
.post-type-archive-member #type-member-list .thumb{
	height:70px;/*110px;*/
	width:150px;
	margin:0px auto 0;
	line-height: 70px; /*110px;*/
	text-align:center;
}
.tax-type-of-member #type-member-list .thumb img,
.post-type-archive-member #type-member-list .thumb img{
	width:auto;
	min-height:auto;
	max-height:100%;
	margin: 0 auto;
	display:inline-block;
	vertical-align: middle;
	
}
.tax-type-of-member #type-member-list .read-more,
.post-type-archive-member #type-member-list .read-more{
	top:85%;
}

/*---- EVENTS ----- */
.countdown{
	font-size:20px!important;
	color:#fff!important;
}
#countdown{
	color:#fff!important;
	font-size:34px!important;
	font-weight:600!important;
	position:relative;
}
#countdown span{
	font-size:24px!important;
	font-weight:400!important;
	line-height:34px!important;
}
#countdown i{
	width:42px;
	display:inline-block;
}
/* --- single news --- */
.single .thumb{
	float:right;
	margin:0 0 20px 20px;
	max-width:450px;
}
.single .date{
	color:#0085a1;
	font-style:italic;
	font-size:14px;
}
.single-activities .date{
	display:none;
}
.wp-pagenavi{margin:15px 0;}
/* --- single publications -- */
.publication-link{
	display:block;
	text-decoration:none;
}
.single-publication  .thumb{
	max-width:300px;
	
}
.publication-link .download-text{
	text-transform:uppercase;
	text-align:center;
	margin-top:5px;
	font-size:14px;
	
}
.publication-link:hover .download-text{
	color:#0085a1;
}
.single .publication-img{
	border:1px solid #ddd;
}
.single .publication-link:hover img{
	opacity:0.5;
}
.single .thumb img{
	max-width:100%;
	height:auto;
}

/* ------    ACTIVITIES    ------- */
/* ------------------------------- */
.post-type-archive-activities .list-news li{
	min-height:260px;
}
/* ------ home AGENDA ------- */
/* ------------------------------- */
.list-events{
  position: relative;
  margin-left:0!important;
}
#sidebar .list-events{
	/*
	background-image: linear-gradient(to right, #999 33%,rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 6px 2px;
	background-repeat: repeat-x;
	*/
}
#sidebar .list-events h2{
	margin-top:0;
	color: #666;
}
.list-events li{
	display:block;
	margin-bottom:1.5%;
	background:none!important;
	padding-left:0!important;
	position:relative;
}
.list-events li:before{
	display:none;
}
.list-events li a{
	text-decoration:none;
	display:block;
}
.list-events li h3{
	margin-bottom:0;
}
.list-events .place{
	color:#999;
}
.list-events .date{
 	background: #0085a1;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    line-height: 24px;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
	float:left;
	margin-right:2%;
	z-index:99;
}
.list-events .date-multiple{
	background-color: #0085a1;
  	background-image: -webkit-linear-gradient(-40deg, #0085a1 50%, #21bdd8   50%);
	background-image: -moz-linear-gradient(-40deg, #0085a1 50%, #21bdd8   50%);
	
}
.list-events .end-date{
	margin-bottom: 15px;
	position: relative;
	margin-left: 10px;
}
.list-events .end-date:before{
	content: "-";
	color: #0085a1;
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	left: -12px;
	line-height: 50px;
}
.date-multiple-text{
	color: #6e6e70;
	font-weight:bold;
}
.list-events .past-event .date{
	background: #b5b5b5;
}
.list-events .date .day{
	font-weight:700;
	font-size:24px;
}
.list-events .date .year{
	margin-top:-9px;
	display:block;
	font-size:12px;
}
.list-events p{
	font-size:16px;
	line-height: 20px;
	margin-bottom:0;
}
.list-events .see{
	line-height:18px;
	width:90%;
	text-align:center;
	bottom:15px;
}
.list-events .seeall{
	text-align:center;
}
.list-events li:hover h3,
.list-events li:hover p{
	color:#0085a1;
}
.list-events li:hover .date{
	color:#fff;
	background:#8ecbdb;
}
/* --- ALL EVENTS --- */
.post-type-archive-event .list-events{
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
	
}
.post-type-archive-event .list-events li{
	list-style-position: inside;
	-webkit-break-inside: avoid; 
	-moz-break-inside: avoid;
	break-inside: avoid;
	margin-bottom:20px;
}
.date-absolute{
	position:absolute;
	left:0;
}
.list-events .thumb{
	float:left;
	margin-right:20px;
	max-width:250px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10);
}
.list-events .thumb img{
	width:100%;
	height:auto;
}
.event-content{
	
}
.event-title,
.post-type-archive-event p{
	 font-size:18px;
	 line-height:26px;
	 margin-bottom: 6px;
	/* max-width: 700px;*/
}
/* ------ home facebook iframe ------- */
/* ------------------------------- */
.facebook-iframe{
	padding-top:25px;
	margin-bottom: 35px;
	background-image: linear-gradient(to right, #999 33%,rgba(255,255,255,0) 0%);
	background-position: top;
	background-size: 6px 2px;
	background-repeat: repeat-x;
}
/* ------ home content ------- */
/* ------------------------------- */
#home-content{
  padding:50px 0;
}
#home-content .button{
	display:inline-bloc;
}
#home-content ul{
	margin-left:20px;
}
form ul{
	margin-left:0px!important;
}

#page-content ul li{
	list-style:none;
	/*background:url('images/bullet.png') no-repeat;
	background-size:16px 12px;
	background-position:1px 9px ; */
	/*padding-left:30px;*/
	line-height:24px;
	font-weight:300;
}
#page-content ul > li:before{
	content:"• ";
	font-size:14px;
	margin-right: 10px;
	font-weight:600;
	color:#0085a1;
}
#page-content ul > li ul li:before{
	content:"» ";
	color:#6e6e70;
	font-size: 18px;
	font-weight: 300;
	margin-right: 10px;
}
form ul li{
	background:none!important;
	padding-left:0!important;
}
#home-content h3{ 
}
#home-content img{
	margin-left:50px;
}
#home-content p{ 
	font-size:18px;
	line-height:28px;
	color:#6e6666;
}
/* ----------- newsletter  ---------- */
/* ------------------------------- */
#newsletter-subscription{
	background:#ffd500;
	padding:20px 0 15px 0;
}
#newsletter-subscription p{
	float:left;
	color:#202e55;
	width:20%;
	line-height:22px;
	font-size:18px;
	line-height: 32px;
    margin-bottom: 0;
}
#newsletter-subscription form{
	float:right;
	text-align:justify;
	width:79%;
}
#newsletter-subscription label{
	float:left;
	color:#202e55;
	font-size:12px;
	line-height:15px;
}
#newsletter-subscription input[type="email"],
#newsletter-subscription input[type="text"],
#newsletter-subscription input[type="mail"]{
	background:#fff;
	background:rgba(255,255,255,0.35);
	color:#202e55;
	border:none;
	float:left;
	height:25px;
	margin:2px 1% 2px 0;
	width:15%;
}
#newsletter-subscription button[type="submit"],
#newsletter-subscription input[type="submit"]{
	background:#202e55;
	float:right;
	margin:-30px 0 0 0;
	text-transform:uppercase;
	font-family:"Roboto",sans-serif;
}
#newsletter-subscription button[type="submit"]:hover,
#newsletter-subscription input[type="submit"]:hover{
	background:#1d93d2;
}
#mce-responses{
	margin-left:-20%;
	margin-top:5px;
}
/* ======= SIDEBAR ======= */
/* ============================ */
#sidebar{
	width:30.5%;
	float:right;	
}
#left-content{
	float:left;
	width:68%;
}
/* --------------------------- */
#project-intro{	
}
#project-intro a{
	text-decoration:none;
	display:block;
	position:relative;
	padding:20px 20px 20px 20px;
	background:#0085a1;
	height:250px;
	overflow:hidden;
}
#project-intro a:after{
	/*content:"+";*/
	content:"";
	font-weight:400;
	color:#fff;
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:34px;
	
	background:url('images/teaser-img.png') no-repeat;
	height:32px;
	width:32px;
	background-size:cover;
}
#project-intro a:hover{
	background:#8ecbdb;
}
#project-intro h3{
	color:#fff;
	margin-top:0;
	text-transform:uppercase;
}
#project-intro p{
	color:#fff;
	font-size:15px;
	line-height:20px;
}

/* ======= PAGE CONTENT ======= */
/* ============================ */
#sidebar-left{
	width:22%;
	float:left;
	margin-right:2.7%;
}
#content-right{
	width:75%;
	float:right;
}
#page-content{
	padding:0 0 30px 0;
}
.post-type-archive-events #page-content h1{
	text-align:left;
}

#page-content ul, #page-content ol{
	margin-left:20px;
	margin-bottom:15px;
}

.historique{
	background-image: linear-gradient(to right, #999 33%,rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 6px 2px;
	background-repeat: repeat-x;
	font-size:24px;
	padding-bottom:10px;
	margin-top:35px;
	color:#0085a1;
}
/* ---- download publications protected ---- */
/*
.single-pages-intranet #content-right a[href$= ".pdf"],
.single-pages-intranet #content-right a[href$= ".doc"],
.single-pages-intranet #content-right a[href$= ".pptx"],
.single-pages-intranet #content-right a[href$= ".xps"],
.single-pages-intranet #content-right a[href$= ".xlsx"],
.download-protected{
	background:url('images/icon-download-protected.png') left center no-repeat!important;	
	background-size:49px 26px!important;
	opacity:0.55;
	display:bock;
	padding:1px 0 1px 65px;
	line-height:40px;
	text-decoration:none;
	color:#6e6666;
}
#page-content a[href$= ".pdf"],
#page-content a[href$= ".doc"],
#page-content a[href$= ".pptx"],
#page-content a[href$= ".xps"],
#page-content a[href$= ".xlsx"],
.download{
	background:url('images/icon-download.png') left top no-repeat;	
	background-size:50px 47px;
	display:bock;
	padding:1px 0 1px 65px;
	line-height:40px;
	font-size:18px;
	text-decoration:none;
	color:#6e6666;
	image-rendering: -webkit-optimize-contrast; 
}
.single-pages-intranet #content-right a[href$= ".pdf"]:hover,
.single-pages-intranet #content-right a[href$= ".doc"]:hover,
.single-pages-intranet #content-right a[href$= ".pptx"]:hover,
.single-pages-intranet #content-right a[href$= ".xps"]:hover,
.single-pages-intranet #content-right a[href$= ".xlsx"]:hover,
.page-id-92 #content-full a:hover,
#page-content a[href$= ".pdf"]:hover,
#page-content a[href$= ".doc"]:hover,
#page-content a[href$= ".pptx"]:hover,
#page-content a[href$= ".xps"]:hover,
#page-content a[href$= ".xlsx"]:hover,
.download:hover{
	color:#ffd500!important;
	background:url('images/icon-download.png') left top no-repeat!important;	
	background-size:50px 47px!important;
	background-position:left bottom!important;
	opacity:1!important;
}*/
#content-full{
	min-height:550px;
	position:relative;
}
/* member country list */
.title-country{
	margin-top:35px!important;
}
#members-list{
	margin-left:0!important;
}
#members-list li{
	background:none!important;
	padding-left:0!important;
}
.description {
    float: right;
    max-width: 88%;
	width: 88%;
}
#members-list .description a{
	background:url('images/icon-web.png') center left no-repeat;
	padding:3px 0 3px 32px!important;
	background-size:22px 22px;
	text-decoration:none!important;
	color:#5e6d8f!important;
}
#members-list .description a:hover{
	text-decoration:underline!important;
}
.border-img {
    border: 1px solid #ddd;
    padding: 5px;
    float: left;
    margin-right: 15px;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
}
.border-img img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.postid-314 .su-row a{
line-height:19px;
}
/* ===== MEMBERS ====== */
/* ==================== */
/* -- list of taxonomy terms -- */
#type-member-list{
	margin:20px 0!important;
}
#type-member-list li {
	padding:0!important;
	width:23%;
}
.tax-type-of-member #type-member-list li:nth-of-type(4n+1){
	margin-left:0;
}

/* -- disabled by gautam -- */
/*
#type-member-list li:nth-child(4n+1) {
	margin-left:0!important;
}*/
#type-member-list li a{
	background:#f1eef1;
	min-height: 145px;
	max-height: 145px;
	overflow:hidden;
}

#type-member-list .read-more{
	top:78%;
}
#type-member-list h3{
	font-size: 13px;
	line-height: 13px;
}
#type-member-list li h2{
	background:#f1eef1;
	padding: 0 8%;
	font-size: 18px;
	line-height:20px;
	margin-top:20px;
	margin-bottom:5px;
	/*min-height:97px;*/
}
.page-template-temp-members-php #type-member-list li .read-more p{
	font-size: 12px;
	line-height: 18px;
}
#type-member-list li .category{
	margin:10px 0 5px 0;
	font-size:15px;
	line-height:19px;
	text-transform:none;
}
/* -- list of members -- */
.tax-type-of-member #type-member-list li a{
	min-height: 130px;
	max-height: 130px;
}
.tax-type-of-member #type-member-list li h2{
	min-height:10px;
	margin-bottom:15px;
}
.tax-type-of-member .list-news li .category{
	float:none;
	width:92%;
}
/* -- single detail member -- */
.single .full-name{
	font-size:22px;
}
.contact-box{
	background:#f4f1f4;
	padding:25px;
	margin-top:25px;
}
.contact-box h2,
.contact-box h3{
	margin-top:0;
}
.contact-info{
	width:30%;
	float:left;
}
.map{
	width:69%;
	float:right;
}
/* -------------------*/ 
/* --- ACCORDION --- */
.title_code{
	
	border-bottom:1px solid #999;
	padding:10px 55px 10px 0;
	margin-bottom:15px;
	position:relative;
	color:#5a5a5a;
	font-size:19px; 
	/*
	color:#0085a1;
	font-size:28px;
	margin:40px 0 20px 0;
	font-weight:700;
	line-height:32px;
	font-weight: 600;*/
}
.about-accordion-more{
	border:none;
	display:inline-block;
	padding:0px 35px 10px 0;
}
.about-accordion-more:after{
	content:" +";
	text-align:center;
	position:absolute;
	right:65px;
	width:40px;
	top:-2px;
	color:#5a5a5a!important;
	font-size:20px!important;
	font-family:"Open Sans Condensed",Arial,sans-serif;
	background:none!important;
	padding:0px 0px!important;
}
.about-accordion:after{
	display:none;
}
.about-accordion h2{
	display: inline-block;
	position: relative;
}
.about-accordion h2:after{
	content:" +";
	text-align:center;
	position:absolute;
	right:-65px;
	width:40px;
	top:-2px;
	color:#fff;
	font-size:30px;
	font-family:"Open Sans Condensed",Arial,sans-serif;
	background:#e4e4e4 ;
	padding:3px 0px;
}
.about-accordion.on h2:after{
	content:" -";
	text-align:center;
	position:absolute;
	right:-65px;
	width:40px;
	top:-2px;
	color:#fff;
	font-size:30px;
	font-family:"Open Sans Condensed",Arial,sans-serif;
	background:#e4e4e4 ;
	padding:3px 0px;
}
.read-more-accordion{
	font-size: 18px;
	line-height: 28px;
	color: #6e6666;
}
/* -- */
.title_code:after{
	content:" +";
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	font-size:30px;
	font-family:"Open Sans Condensed",Arial,sans-serif;
	background:#0085a1;
	padding:10px 13px;
}
.on:after{
	content:" -";
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	font-size:30px;
	font-family:"Open Sans Condensed",Arial,sans-serif;
	padding:10px 15px;
	background:#21bdd8;
}
.title_code:hover{
	cursor:pointer;
}
.content_code{
	color:#6b6b6b;
	line-height:24px;
}
.content_code ul{
	padding-left:20px;
	margin-bottom:20px;
}
.content_code a img{
	vertical-align:middle;
}
.wp-pagenavi{
	text-align:center;
}
/* ---- BOOKING --- */
.gform_wrapper input#gf_coupon_button.button{
	border: 0!important;
	padding: 4px 20px!important;
	background: #feb009!important;
}
.gform_wrapper input#gf_coupon_button.button:hover{
	background: #1d93d2!important;
	cursor:pointer!important;
}
/* ---- TABLES ----- */
table{
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	max-width:100%;
	min-width:100%;
	margin:35px 0;
}
table th{
	background:#e8e3e3;
	color:#666;
	font-weight:bold;
	position:relative;
	font-size:15px;
	padding:7px 5px 7px 5px;
}
table td{
	padding:1%;
	border-left:1px solid #e9e9e9;
	vertical-align:middle;
}
table tr:nth-child(2n+1) td{
	background:#f8f8f8;
}
/* ======= SEARCH ====== */
/* ==================== */
#list-result{
	margin-left:0!important;
}
#list-result li{
	list-style:none;
	background:none!important;
	padding-left:0!important;
}
#list-result li:before{
	display:none;
}
#list-result li a{
	text-decoration:none;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
	margin-bottom:15px;
	display:block;
}
#list-result li a:hover h3{
	color:#0085a1;
}
#list-result li a:hover p{
	color:#999;
	font-style:italic;
}

/* --------- BREADCRUMB ----------- */
#breadcrumb{
	font-size: 13px;
    position: relative;
    left: 0;
    padding: 10px 0;
}
#breadcrumb a{
	text-decoration:none;
	color:#555454;
}
#breadcrumb a:hover{
	color:#0085a1;
}

/* ======= PUBLICATIONS ====== */
/* ========================== */
.publication-list-2{
	margin-left:0!important;
}
.publication-list-2 li {
	list-style:none;
	display:inline-block;
	background:#fff!important;
	float:left;
	margin-left:2%;
	margin-bottom:2%!important;
	width:23.5%;
	padding-left:0!important;
}
.publication-list-2 li:before{
	display:none;
}
.publication-list-2  li:first-child,
.publication-list-2 li:nth-of-type(4n+1) {	
	margin-left:0;	
}
.publication-list-2 h3{
	font-size:17px;
	margin:0 0 10px 0;
	padding:0 8%;
}
.publication-list-2 li p{
	padding:0 8%;
	font-size:14px;
	line-height:18px;
}
.publication-list-2 li a{
	text-decoration:none;
	display:block;	
	position:relative;
	min-height:530px;
	max-height:530px;
	overflow:hidden;
	padding-bottom:35px;
}
.publication-list-2 li .category{
	font-size:13px;
	line-height:15px;
	/*float:left;
	width:62%;*/

	color:#999;
	padding:3px 8% 3px 8%;

}
.publication-list-2 .date{
	float:right;
	width:22%;
	font-size:13px;
	display:block;
	padding:0 8% 0 0;
}
.publication-list-2 .pdf-read-more{
	/*position:absolute;
	bottom:0;
	width:100%;*/
	font-size:13px;
	line-height:15px;
	padding:0 0 0 8%;
		transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.publication-list-2 .pdf-thumb{
	position:relative;
	height:220px;
	text-align:center;
	margin:10px 0 20px;
}
.publication-list-2 .pdf-thumb img{
	width:auto;
	height:100%;
	min-width:auto;
	display:inline-block;
	
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.27);
}
.publication-list-2 li a:hover .pdf-thumb img{
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.57);
	-moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.57);
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.57);
}
.publication-list-2 li a:hover h3,
.publication-list-2 li a:hover p{
	color:#00a1bd;
}
.publication-list-2 li a:hover .pdf-read-more {
	font-style:italic;
	padding-left:15%;
}
/* ----- OLD WAY ----- */
#list-publications{
	margin-left:0!important;
}
#list-publications > li{
	list-style:none;
	background:none!important;
	padding-left:0!important;
		padding-bottom:15px;
	border-bottom:1px solid #ddd;
	margin-bottom:15px;
}
#list-publications li .list-link{
	text-decoration:none;
	display:block;
}
#list-publications li .col-right{
	width:80%;
	float:right;
}
#list-publications li .thumb{
	float:left;
	width:18%;
	max-width:210px;
	margin-right:1.8%;
}
#list-publications li .thumb img{
	height:auto;
	width:100%;
	border:1px solid #ddd;
}
#list-publications li a:hover h3{
	color:#096DB5;
}
#list-publications li .col-right h3{
	margin-top:0;
}
#list-publications h3 .date{
	color:#247DBD;
	margin-right:20px;
}
#list-publications .button{
	display:inline-block;
}
#list-publications li .list-link:hover p{
	color:#999;
	/*font-style:italic;*/
}
#list-publications li .list-link:hover .button{
	color:#fff;
	font-style:normal;
	background:#FDB815;
}
.term-position-papers #list-publications h3 {
	background:url('images/download-arrow.png') bottom right no-repeat;
	padding:3px 25px 3px 0;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	font-size:18px;
}
.term-position-papers #list-publications li:hover h3 {
	background:url('images/download-arrow.png') top right no-repeat;
}
/* ======= SIDEBAR ====== */
/* ==================== */
#sidebar-left #main-menu{
	text-align:left;
	float:none;
	margin-top:0px;
	padding-top:0;
	margin-left:0;
	top:0;
}
#sidebar-left #main-menu li{
	display:block;
	list-style:none;
	background:none;
	padding-left:0;
}
#sidebar-left #main-menu li > a {
    padding: 5px 0 5px 10px;
}
#sidebar-left #main-menu a{
	color:#151536 ;
	min-width:10px;
	background:none;
}
#sidebar-left #main-menu li ul{
	visibility:visible;
	opacity:1;
	background:none;
	border:none;
	position:relative;
	z-index:10;
	top:0;
	padding-top:0;
	margin-top:0;
}
#main-menu li ul::before{
	display:none;
}
#sidebar-left #main-menu ul li a{
	padding:5px 0px 5px 10px;
}
#sidebar-left #main-menu li a:hover{
	color:#1d93d2; 
}
#sidebar-left #main-menu .current-menu-item > a{
	background: rgba(9, 109, 181, 0.1) none repeat scroll 0 0;
    color: #151536 !important;
}
h1 .pdflink{
	padding: 0 0 0 30px!important;
}
/* ======= INTRANET ====== */
/* ==================== */
.pages-intranet-template-default h1 span{
	font-weight:300;
}
/* ======= FORMS ====== */
/* ==================== */
label{
	color:#999;
	line-height:26px;
	margin-right:10px;
	margin-top:10px;
	display:block;
}
input[type="text"], input[type="email"], input[type="mail"],input[type="password"]{
	padding:2px 12px;
	font-size:14px;
	height:24px;
	/*width:90%;*/
	line-height:16px;
	vertical-align:middle;
	color:#999;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #ddd;
}
textarea{
	padding:2px 12px;
	line-height:16px;
	font-size:14px;
	color:#999;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #ddd;
}
button[type="submit"],
input[type="submit"]{
	margin:10px 0;
	text-align:left;
	background:#feb009;
	color:#fff;
	border:0;
	padding:8px 35px;
	cursor:pointer;
}
input[type="submit"]:hover{
	background:#1d93d2;
}
/* ======= FOOTER ======= */
/* ====================== */
#footer{
	padding-bottom:20px;
	position: relative;
	background: #f5f5f5 ;
	/*
background: rgba(43,124,151,1);
background: -moz-linear-gradient(-45deg, rgba(43,124,151,1) 0%, rgba(21,62,96,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(43,124,151,1)), color-stop(100%, rgba(21,62,96,1)));
background: -webkit-linear-gradient(-45deg, rgba(43,124,151,1) 0%, rgba(21,62,96,1) 100%);
background: -o-linear-gradient(-45deg, rgba(43,124,151,1) 0%, rgba(21,62,96,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(43,124,151,1) 0%, rgba(21,62,96,1) 100%);
background: linear-gradient(135deg, rgba(43,124,151,1) 0%, rgba(21,62,96,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085a1', endColorstr='#153e60', GradientType=1 ); */
}
#footer-blocks{	
	padding-top:60px;
	padding-bottom: 30px;
}

@media screen and (min-width: 600px) {
    #footer-blocks{
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
    }
    #footer-blocks li {
      width: 50%;
    }
}
@media screen and (min-width: 1000px) {
    #footer-blocks li {
      width: calc(100% / 3);
    }
  }

  @media screen and (min-width: 600px) {
    #footer-blocks li {
      width: calc(50% - 2rem);
    }
  }
  
  @media screen and (min-width: 1000px) {
    #footer-blocks li {
      width: calc(25% - 2rem);
    }
  } 
#footer-blocks li{
	list-style:none;
	display:block;
	margin: 1rem;	
	/*border-left:6px solid  #00a1bd;*/ /*bleu du logo FdSS : clair */	
}
#footer-blocks li a{
	color:#00a1bd;
	text-decoration:none;
}
#footer-blocks p{
	color:#999; /*#fff;*/
	line-height:24px;
	font-size:14px;
	margin-bottom:0;
}
#footer-blocks > li:first-child{

	/*margin-left:0;*/
}
#footer-blocks > li:first-child +li{

}
#footer-blocks > li:first-child +li +li{	

}
#footer-blocks > li:first-child +li +li +li{


}
#footer-blocks ul li{
	display:block;
	line-height:24px;
}
#footer-blocks ul li a{
	text-decoration:none;
	color:#00a1bd;
}
#footer a:hover{
	color: #0085a1;
}
.copyright{
	color:#aaa;
	position:absolute;
	z-index:2;
	font-size:12px;
	bottom:0px;
	margin-bottom:0;
	width:1150px;
}
.alys{
	right:0;
	position:absolute;
	text-decoration:none;
	color:#75d4e3;
}
.zero-opacity{opacity:0;}
/* -------------------------------- MEDIA QUERIES -------------------------------------------- */
.mobile-only{display:none!important;}
.nav-mobile {display:none; /* Hide from browsers that don't support media queries */cursor:pointer;position:absolute;top:139px;right:0;background:#023058 url(images/nav-mobile.png);height:30px;width:100%;}
#pull{display:none;}
/* ------------------------  grands ecrans  -------------------------------- */
@media only screen and (min-width: 1200px) {
	#slider{margin-top:160px;}
}
/* ------------------------  video  -------------------------------- */
@media only screen and (max-width: 750px){
	}
/* ------------------------  ipad  -------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1350px){
	.wrap{width:90%;}
	.copyright{width:85%;}
	#home-heade, #slider{height:560px;margin-top: 90px;}
	.slide-title h1{margin-bottom:10px;}
	#newsletter-subscription p{font-size:18px;}
	#main-menu li > a {font-size:16px; }
	
	/* home */
	#sidebar{overflow:hidden;}
	#banner{height:auto;}
	#project-intro a{height:auto;}
	.teaser-newsletter h3{font-size: 17px;}
}
/* ------------------------  ipad  -------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1100px){
	/* home */
	#home-header h1, .banner-title h1{font-size:40px;}
	#home-header , #slider{height: 480px;}
	#main-menu{text-align:left;width:75%;}
	#home-news-events .news-block{width:31.2%}
	#main-menu li > a { padding: 35px 10px;font-size:12px;}
	/* sous-menu */
	#header #main-menu li ul{display:none;top:90px; opacity: 1;visibility: visible;z-index: 1;position:absolute;box-shadow:none!important;} 
	#header #main-menu li ul li a{font-size:15px;color:#fff;}

	.list-news .seeall{font-size:12px;}
	.left50,.right50{width:48%;}
	
	/* home */
	#top-sentence{top: 29px;left: 195px;}
	#left-nav{position:absolute;height:80px;right:0;left:auto;}
	#left-nav #social{position:relative;top:15px;right:0;}
	#left-nav #social li{margin-bottom:10px;}
	#left-nav #social li a{background-size: 22px 22px;}
	#search{float: none;position: absolute;top: 130px;height: 40px;}
	#search .search-field{width: 90px;}
	#sidebar,#left-content{float:none;width:100%;}
	#sidebar{overflow:hidden;}
	
	/* team */
	#team-list li{width: calc(25% - 0px);}
	
	/* news */
	.list-news .thumb img{width:100%;}
	
	/* publication*/
	.publication-list-2 li a{min-height: 660px;max-height: 660px;}
	
	/* member */
	.list-news h3{font-size: 11px;text-transform: none;}
	
	/* agenda */
	.list-events .thumb{float:none;margin-bottom:10px;}
	
	/* pages */
	.description {width: 85%;}
	#banner {height: auto;}

	#video-50{display:none;}
	/* footer */
	#footer-blocks > li p{font-size:12px;line-height:18px;}
	#footer-blocks > li:first-child{width:15%;}
	#footer-blocks > li:first-child img{width:100%;auto;}
	#footer-blocks > li:first-child + li + li {margin-left: 4%;width: 20%;}
	#newsletter-subscription p{font-size:16px;}
}
/* ------------------------  ipad vertical -------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
	/* members */
	#type-member-list li .category{font-size: 13px;line-height: 15px;}
	/* agenda */
	.post-type-archive-event .list-events{column-count: 1;-moz-column-count: 1;-webkit-column-count: 1;}
	.list-events li{width:100%;float:none;border-bottom:1px solid #ddd;padding-bottom:15px;margin-bottom:15px;}
	.list-events .thumb{float:left;}
}
/* ------------------------  iphone  -------------------------------- */
@media only screen and (min-width: 200px) and (max-width: 767px){
/* --- menu principal dropdown mobile ---  */
	a#pull { display:block;background:url('images/nav-mobile.png') right center no-repeat ; height:50px; width:90px; position:absolute;z-index:20;top:35px;right:0;outline:none;}
	.nav-list {display:none; }
	#main-menu{text-align:center;margin:0;position:absolute;top:110px;padding-top:0px;z-index:300;background:#151536 ;width: 111.3%;left:-6%;}
	#main-menu li{display:block;padding-left:0;margin:0;}
	#main-menu li a{max-width:100%;margin:0;border-bottom:1px solid #194b78;background: #151536 ;padding:20px 0px;}
	#main-menu .current{}
	#main-menu .current a{color:#78d0ff;}
	/*#header #main-menu li ul{display:none;}*/
	/* sous-menu */
	#header #main-menu li ul{display:none;top:0; opacity: 1;visibility: visible;z-index: 1;position:relative;background:#184974;text-align:center;} 
	#header #main-menu li ul li a{font-size:15px;color:#fff;border-bottom:1px solid #194b78;background:#184974}
#header nav{float:none;width:100%;margin-top:0;}
	.wrap{width:90%;}
	.copyright{width:85%;}
	#page-content img{max-width:100%;}
	#page-content h1{font-size:22px;line-height:24px;}
	
	/* --- head --- */
	#left-nav{position:absolute;height:80px;right:0;left:auto;}
	#left-nav #social{position:relative;top:15px;right:0;}
	#left-nav #social li{margin-bottom:10px;}
	#left-nav #social li a{background-size: 22px 22px;}
	
	.mobile-only{display:block!important;}
	.top-menu{display:none;}
	#language-menu{margin-right:25px;}
	

	.logo{float:none;width:145px;padding: 20px 0 0px 0;display:block;}
	.logo img{width:100%;height:auto;}
	#search{float: none;position: absolute;top: 100px;height: 40px;right: -5%;}
	#search .search-field{width: 90px;}
	
	#top-sentence{left: 155px;height:100px;}

	
	/* --- home --- */
	#sidebar,#left-content{float:none;width:100%;}
	#sidebar{overflow:hidden;}
	#project-intro a{height:auto;padding-bottom:35px;}
	#banner{height:auto;}
	#banner .absolute-title{position:relative;line-height:26px;}
	#banner img {height:auto;width:  100%;}
	#teasers{padding-bottom: 15px;}
	
	/* --- news --- */
	.list-news li{margin:0 0 20px 0!important;}
	.absolute-title-height h3{padding: 7px 4% 23px 4%!important;font-size: 14px;line-height: 17px;text-transform: none;}
	.list-news .absolute-cat-date{padding: 0 4%;}
	
	
	
	#home-header,#home-teasers, #home-newsletter, #home-news, #home-news-events, #home-content, #footer{overflow:hidden;}
	#home-header h1, .banner-title h1, .slide-title{font-size:30px;width:90%;margin:0 auto;}
	.flex-caption{background-size:cover;}
	#home-content img{float:none!important;margin:0!important;max-width:100%;}
	#home-teasers {padding: 20px 0px;}
	#teasers li{width:100%;margin: 20px 0 0 0;}
	.home .list-news li,.page-template-temp_home_sections .list-news li {width: 100%;margin:0;}
	.list-news .thumb{/*max-width:400px;*/}
	.list-news .thumb img{width:100%;}
	.list-news li{margin:0 0 20px 0;width:100%;display:block;float:none;}
	.list-news .thumb::after{background-size:100%;}
	.parallax {	overflow:visible;perspective:none;}
	#home-content{background:#fff;}
	#content-full{padding-top:35px;}
	#home-twitter{padding: 30px 20px;margin-top:20px;}
	.tweet_data { font-size: 22px!important;line-height: 28px!important;}
	#video-50,.scroll_link{display:none;}
	
	
	/* --- page --- */
	.left50,.right50{float:none;width:100%;}
	.right50{margin-top:25px;}
	#page-content {padding: 0 0 20px 0;}
	#page-content h2{font-size:20px;}
	#content-right {float: none;width: 100%;padding-top:30px;}
	.inner-news-block .news-block{width:100%!important;}
	#teasers-content li a{min-height: 60px;font-size: 20px;}
	
	h1:after{top:-4px;}
	h3{font-size: 20px;}
	
	
	/* publications */
	#filters{padding: 10px;text-align: left;}
	#filters > li > a{padding: 0 6px !important;}
	.publication-list-2 li{width:100%;border-bottom: 1px solid #ddd;margin-bottom:15px!important;}
	.publication-list-2 li a{min-height:10px;max-height:700px;padding-bottom:15px;}
	
	/* team */
	.tax-board  .grid{height:auto!important;}
	#team-list li{width:47%;min-height: 220px;}
	.title_code{font-size: 15px;}
	
	/* members */
	#type-member-list li{width:100%;}
	#type-member-list li a{}
	
	/* single */
	.single .thumb{float: none;}
	.contact-info,.map{float: none;width:100%;}
	#content-full iframe{max-width:100%;}

	
	
	/* agenda */
	.post-type-archive-event .list-events{column-count: 1;-moz-column-count: 1;-webkit-column-count: 1;}
	.list-events li{width:100%;float:none;border-bottom:1px solid #ddd;padding-bottom:15px;margin-bottom:15px;}
	.post-type-archive-event .list-events .thumb{display:none;}
	.event-content {margin-left: 70px;}
	
	/* */
	#newsletter-subscription input[type="email"], #newsletter-subscription input[type="text"], #newsletter-subscription input[type="mail"]{width:95%;}
	input[type="text"], input[type="email"], input[type="mail"], input[type="password"], textarea{max-width:90%;}
	/* footer */
	#footer, .footer-pages{height:auto;}
	#footer-blocks > li:first-child + li + li,#footer-blocks > li:first-child + li + li +li {float:none;}
	#footer-blocks > li{display:block;width:90%!important;margin:0 0 20px 0!important;text-align:left!important;}
	#newsletter-subscription p{font-size:16px;float:none;width:100%;text-align:center;}
	#newsletter-subscription form{float:none;width:100%;}
	#newsletter-subscription input[type="submit"] {float:none;width:100%;margin-top:10px;}
	#footer-teasers li{width:45%;}
	.copyright{width:75%;}
}
/* ------------------------  smartphones  -------------------------------- */
@media only screen and (min-width: 100px) and (max-width: 600px){
	#top-sentence{display:none;}
}

.grecaptcha-badge { display: none; }