/* 
 Theme Name: INE
 Author: Alys
 Author URI: https://www.alys.be
*/
 
 
/* 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:17px;
	line-height:28px;
	color:#6e6e6e;
	font-weight:300;
	position:relative;
  	height: 100%;
  	margin: 0;
  	font-family: 'Lato', 'Arial',sans-serif;
}
h1{
	color:#009fe3;
	font-size:54px;
	margin-top:15px!important; 
	margin-bottom:20px!important;
	font-weight:400;
	line-height:56px;
}
h2{
	color: #1c61a7;
	font-size: 28px;
	margin-top: 25px;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 32px;

}
h3{
	border: none;
	text-align: left;
	margin: 25px 0 15px 0;
	padding: 0;
	color: #009fe3;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}
h4{
	border: none;
	text-align: left;
	margin: 25px 0 15px 0;
	padding: 0;
	color:#167c8c;
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
}
p{
	margin-bottom:15px;	
}
li{
	margin-bottom:10px;	
}
.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{font-weight:bold;}
em{font-style:italic;}
.clear{clear:both;}
.readmore{
	color:#9e9783!important;
	display:block;
	padding:4px 0;
	text-decoration:none!important;
	text-align:center;
	position:relative;
	margin-top:15px;
}
.readmore:after{
	content:" ";
	background:url('images/seeall-arrow.png')  10px 0 no-repeat;
	height:31px;
	width:32px;
	position:absolute;
	padding-left: 10px;
	top:0px;
		transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.readmore:hover, #teasers a:hover .readmore{
	color:#5e6d8f!important;
}
.readmore:hover:after, #teasers a:hover .readmore:after{
	background-position:bottom right;
}
/*
.button{
	background:#95c11f;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	color:#fff;
	margin-top:10px;
	font-size:16px;
	display:inline-block;
	padding:7px 40px;
	text-decoration:none;

			transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	letter-spacing: 0.4px;
}
.button:hover{
	background:#1d3d6c;
	color:#fff;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.48);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.48);
} */
.button{
	/*border:2px solid #006fb2;*/
	background:#006fb2;
	color:#fff;
	padding:12px 24px;
	font-size:18px;
	text-decoration:none;
/*	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
	transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;

transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);

display:inline-block;
}
.button:hover{
	color:#fff;
	background:#F8AC00;
	/*border-color:#95c11f;*/
	transform: scale(1.03);
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
}
.button-style,
.wp-block-button__link{
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	font-size:16px;
}
.button-style:hover,
.wp-block-button__link:hover{
	transform:scale(1.03);
	-moz-transform:scale(1.03);
	-webkit-transform:scale(1.03);
	color:#fff!important;
	background:#F8AC00!important;
}

.button-nude{
	text-transform:uppercase;
	color:#223044;
	letter-spacing: 0.4px;
	text-decoration:none;
	margin-top:0px;
	font-size:12px;
	display:inline-block;
	padding:7px 40px;
	position: relative;
 transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	border:1px solid transparent;
}
.button-nude:hover{
	color:#5C7F92;
	border:1px solid #5C7F92;
}
.pdflink,
.wp-block-file a,
.single-intra-board-meeting a[href$=".pdf"],
.single-intra-board-meeting a[href$=".doc"],
.single-intranet-wg-meeting a[href$=".pdf"],
.single-intranet-wg-meeting a[href$=".doc"]{
	text-decoration:none;
	/*padding: 6px 0 6px 30px;*/
	padding: 0px 0 0px 30px;
	display:inline-block;
	position:relative;
	color:#95c11f;
}
.pdflink:before,
.wp-block-file a:before,
.single-intra-board-meeting a[href$=".pdf"]:before,
.single-intra-board-meeting a[href$=".doc"]:before,
.single-intranet-wg-meeting a[href$=".pdf"]:before,
.single-intranet-wg-meeting a[href$=".doc"]:before{
	content:" ";
	height:26px;
	position:absolute;
	top:0px;
	left:0;
	width:26px;
	display:inline-block;
	background:url('images/icon-publication.png') left 0px  no-repeat;
	/*background-size:26px 52px;*/
	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,
.wp-block-file a:hover,
.single-intra-board-meeting a[href$=".pdf"]:hover,
.single-intra-board-meeting a[href$=".doc"]:hover,
.single-intranet-wg-meeting a[href$=".pdf"]:hover,
.single-intranet-wg-meeting a[href$=".doc"]:hover{
	color:#666;
}
.pdflink:hover:before,
.wp-block-file a:hover:before,
.single-intra-board-meeting a[href$=".pdf"]:hover:before,
.single-intra-board-meeting a[href$=".doc"]:hover:before,
.single-intranet-wg-meeting a[href$=".pdf"]:hover:before,
.single-intranet-wg-meeting a[href$=".doc"]:hover:before{
	background-position: left -26px ;
}
.bcontent{
	/*
	height: 100vh;
	overflow:auto;
	*/
}
img{
	display:block;
}
.wrap{
	width:1200px;
	margin:0 auto;
	
}
a{
	color: #1c61a7;
}
a:hover{
	text-decoration:none;
	color:#fbac00;
}

.go-back-btn{
	position:absolute;
	width:100%;
	bottom:100px;
	z-index:2;
}
.go-back-btn div{
	max-width: 75rem;
	width: calc(100% - 4rem);
	margin:auto !important;
	text-align:left;
}
.go-back-btn .back{
	text-decoration:none;
	color:#fff;
	line-height:16px;
	padding:5px 8px;
	border:1px solid #fff;
	border-radius:3px;
}
.go-back-btn .back:hover{
	opacity:0.5;
}
/* cacher captcha */
.grecaptcha-badge {display: none!important;}
blockquote{
	/*border-left: 6px solid #2c5c9e;*/
	padding: 0 0 0 30px;
	margin:35px 0;
}
blockquote p{
	text-align: justify;
	font-size: 20px;
	line-height:28px;
	letter-spacing: -.2px;
	margin-bottom:0;
	color: #2c5c9e;
}
blockquote cite{
	text-align:left;
	color:#666;
	display:inherit;
}
blockquote::before {
    display: block;
    content: "\201C";
    font-size: 130px;
    font-weight: 700;
    height: 0.35em;
    color: #2c5c9e;
    float: left;
	margin:0 10px 0 -10px;
    position: relative;
    top: 0.360em;
	font-family: georgia;
}
.search-form-top{
	margin-top:-6px;
	margin-right:0px;
	float:right;
}
.sticky .search-form-top{
	margin-top:-6px;
}
#search{
	width:195px;
	height:35px;
	margin:0 auto;
	background:rgba(255,255,255,0.3);
}
.search-field{
	height:35px;
	background:none;
	/*
	border-bottom:none;
	border-top:none;
	border-left:none;
	border-right:none;*/
	border:1px solid #ddd;
	border-radius:0;
	color:#1c61a7;
	width:80%;
	font-weight:300;
	padding:0 10px;
}
.sticky .searchsubmit,
.sticky .searchsubmit span,
.page-template-temp_map .searchsubmit,
.page-template-temp_map .searchsubmit span{
	color:#006fb2;
}
.sticky .search-field,
.page-template-temp_map .search-field{
	background:none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#1c61a7;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#1c61a7;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color:#1c61a7;
}
.searchsubmit{
	outline:none;
	border:0;
    background:none;
  /*  padding: 10px 5px 9.5px 5px !important;*/
	padding:0 5px;
	height:35px;
    margin-left: -4px;
}
.searchsubmit span{
	color:#1c61a7;
}
.searchsubmit:hover{
	cursor:pointer;
}
.searchsubmit:hover span{
	color:#006fb2;
}

/* animation logo */
.flex-caption .slide-title h1#title, .flex-caption .slide-title h1 {
	-webkit-animation: fade-in-fwd 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-fwd 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.flex-caption .slide-title h1 span {
	-webkit-animation: fade-in-fwd 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-fwd 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	-webkit-animation-delay: 0.6s;
		    animation-delay: 0.6s;
}


/* teasers animation */

#teasers li {
	-webkit-animation: scale-in-ver-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-ver-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	-webkit-animation-delay: 0.2s;
		    animation-delay: 0.2s;
}

#teasers li h3 {margin-top: 10px!important;} /* supression d'un margin trop important avec le texte */


/* bug fix teasers */

.teaser-content {z-index: 15!important;}


/* j'ai mis #team-list li en display: none; pour l'animation jquery */

/* centrer le texte team list */

.title-country {text-align: center;}


/* grayscale team */

.team-img:not(.team-name) img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
}



 /* -- KEYFRAMES -- */
@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
}

/* ---------------------------------- */
/* --------- WP5 gutenberg----------- */
.wp-block-media-text{
	margin:60px 0!important;
}
.has-white-color a{
	color:#fff!important;
}
.wp-block-image img{
	height:auto;
}
.wp-block-file .wp-block-file__button{
	display:none; /* hide default gutenberg download button */
}
.single .wp-block-embed-vimeo{
	margin-top:45px;
}
.height-auto iframe{
	height:150px!important;
}
figcaption{
	font-size:10px;
	color:#999;
	text-align:center;
}
.wp-block-cover{
	padding:0!important;
	margin-bottom:0!important;
}
.wp-block-cover a{
	color:#75b9e3;
}
.wp-block-cover a:hover{
	color:#033a88;
}
.single .wp-block-embed-vimeo{
	margin-top:45px;
}
.wp-block-image img{
	height:auto;
}
.height-auto iframe{
	height:150px!important;
}
.no-margin{
	margin:0;
}
.ui-tabs-nav li{
	background-image:none!important;
	padding-left:0!important;
}
#page-content{
	overflow: hidden;
}
.greybox100{
	background:#fff;
	padding:35px 0;
	margin:35px 0;
    position: relative;
}
.greybox100:before{
	content:"";
	background:#fff;
	position:absolute;
	z-index:-1;
	top:0;
	left:-50%;
	width:100%;
	height:100%;
}
.greybox100:after{
	content:"";
	background:#fff;
	position:absolute;
	z-index:-1;
	top:0;
	right:-50%;
	width:100%;
	height:100%;
}
.post-inner {
    padding-top: 0;
}
.post-inner ul{
	padding-left:25px;
}
[class*="__inner-container"] > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 75rem;
    width: 100%;
	margin-left: auto;
    margin-right: auto;
}
.entry-content > * {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25em;
}
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
   /* max-width: 58rem;*/
    max-width: 75rem;
    width: calc(100% - 4rem);
}
.entry-content h2{
	margin-bottom:10px!important;
}
.alignright iframe, .alignleft iframe{
	max-width:100%;
}
iframe[src*="youtube"],
iframe[src*="vimeo.com"]{
	width:100%;
	height:450px;
}
.alignfull iframe{
	max-width:100%!important;
}
/* --- button --- */
.wp-block-button__link:hover{

}
/* --- image mask shape -- */
.img-mask-shape img{
    /*width: 450px;*/
    height: auto !important;
    -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBkPSJNMTg4LjUgMzEuOWMxMi45IDE1LjkgMTIuNSA0My4zIDEwLjMgNzcuMXMtNi4yIDc0LjItMjYuMiA4Ni41LTU2LjEtMy4zLTg5LjQtMjEuMi02My43LTM4LjEtNzYuNC02OS44Qy01LjkgNzMtLjggMjkuOSAyMS42IDExLjcgNDQtNi40IDgzLjguNSAxMTYuNyA2LjFzNTkgMTAgNzEuOCAyNS44eiI+PC9wYXRoPjwvc3ZnPg==');
    mask-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBkPSJNMTg4LjUgMzEuOWMxMi45IDE1LjkgMTIuNSA0My4zIDEwLjMgNzcuMXMtNi4yIDc0LjItMjYuMiA4Ni41LTU2LjEtMy4zLTg5LjQtMjEuMi02My43LTM4LjEtNzYuNC02OS44Qy01LjkgNzMtLjggMjkuOSAyMS42IDExLjcgNDQtNi40IDgzLjguNSAxMTYuNyA2LjFzNTkgMTAgNzEuOCAyNS44eiI+PC9wYXRoPjwvc3ZnPg==');
	mask-mode: alpha;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.img-mask-shape-left img{
    width: 404px;
    height: auto !important;
    -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB0cmFuc2Zvcm09InNjYWxlKDEsLTEpIj48cGF0aCBkPSJNMTg4LjUgMzEuOWMxMi45IDE1LjkgMTIuNSA0My4zIDEwLjMgNzcuMXMtNi4yIDc0LjItMjYuMiA4Ni41LTU2LjEtMy4zLTg5LjQtMjEuMi02My43LTM4LjEtNzYuNC02OS44Qy01LjkgNzMtLjggMjkuOSAyMS42IDExLjcgNDQtNi40IDgzLjguNSAxMTYuNyA2LjFzNTkgMTAgNzEuOCAyNS44eiI+PC9wYXRoPjwvc3ZnPg==');
mask-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB0cmFuc2Zvcm09InNjYWxlKDEsLTEpIj48cGF0aCBkPSJNMTg4LjUgMzEuOWMxMi45IDE1LjkgMTIuNSA0My4zIDEwLjMgNzcuMXMtNi4yIDc0LjItMjYuMiA4Ni41LTU2LjEtMy4zLTg5LjQtMjEuMi02My43LTM4LjEtNzYuNC02OS44Qy01LjkgNzMtLjggMjkuOSAyMS42IDExLjcgNDQtNi40IDgzLjguNSAxMTYuNyA2LjFzNTkgMTAgNzEuOCAyNS44eiI+PC9wYXRoPjwvc3ZnPg==');
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.shadow-block{	   
    -webkit-box-shadow: 0 5px 30px -10px rgba(18,63,82,.3);
    -moz-box-shadow: 0 5px 30px -10px rgba(18,63,82,.3);
    box-shadow: 0 5px 30px -10px rgba(18,63,82,.3);
}
.shadow-block .wp-block-group__inner-container .wp-block-group__inner-container{
	padding:0 20px;
}
.page-id-2 .shadow-block{
	min-height:413px;
}
/* -- list style -- */
.list-style-icons li{
	list-style:none;
	    margin-top: 0 !important;
    margin-bottom: 16px;
    list-style: none !important;
    text-indent: calc(var(--icon-size, 20px)*-1 - 1em) !important;
    padding-left: calc(var(--icon-size, 20px) + 1em) !important;
	break-inside: avoid;
}
.list-style-icons li::before {
	content: "";
	
display: inline-block;
vertical-align: middle;
margin-right: 1em;
background-size: cover;
background-position: 50%;
margin-bottom: 0px;
    height: 20px !important;
    width: 20px !important;
	
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkwIDE5MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0iZmlsbDogIzhjNjhhZCAhaW1wb3J0YW50OyBjb2xvcjogIzhjNjhhZCAhaW1wb3J0YW50Ij48cGF0aCBkPSJNNTkuNCAxNzcuNWw4Mi40LTgyLjQtODIuNC04Mi4zLTEwLjYgMTAuNiA3MS44IDcxLjctNzEuOCA3MS44IDEwLjYgMTAuNnoiIGZpbGw9IiM4YzY4YWQiIHN0cm9rZT0iIzhjNjhhZCIgc3R5bGU9ImZpbGw6IHJnYigxNDAsIDEwNCwgMTczKTsgc3Ryb2tlOiByZ2IoMTQwLCAxMDQsIDE3Myk7Ii8+PC9zdmc+');
	/* ---- + orange ----------
    background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkwIDE5MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0iZmlsbDojMDZjMTlkIj48cGF0aCBkPSJNMTgxLjkgODcuNmgtNzkuM1Y4LjRoLTE1djc5LjJIOC40djE1aDc5LjJ2NzkuMmgxNXYtNzkuMmg3OS4zeiI+PC9wYXRoPjwvc3ZnPg==');
filter: brightness(100%) hue-rotate(225deg) saturate(100%) opacity(100%);
	-webkit-filter: brightness(100%) hue-rotate(225deg) saturate(100%) opacity(100%);
	-moz-filter: brightness(100%) hue-rotate(225deg) saturate(100%) opacity(100%);	*/
}

.wp-block-cover .list-style-icons li{
	color:#fff!important;
}
.wp-block-cover .list-style-icons li::before {	
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkwIDE5MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0iZmlsbDojZmZmZmZmIj48cGF0aCBkPSJNNTkuNCAxNzcuNWw4Mi40LTgyLjQtODIuNC04Mi4zLTEwLjYgMTAuNiA3MS44IDcxLjctNzEuOCA3MS44IDEwLjYgMTAuNnoiPjwvcGF0aD48L3N2Zz4=');
}
.list-style-icons ul{ /* level 2*/
	margin-top:15px;
}
/* --- Publications gutenberg ----- */
/*
.page-id-11{
	background:#f2f7f3;
}
.wp-block-file{
	background:#fff;
	max-width:350px;
	display:block;
	margin-top:30px;
}
.wp-block-file a{
	text-decoration:none;
}
.wp-block-file a:first-child:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:url('images/icon-button-download.png') center center no-repeat #96ccda;
	width:100%;
	height:120px;
}
.wp-block-file a:first-child{
	padding:140px 2% 0 2%!important;
	position:relative;
	display:block;
	text-align:center;
	color:#338ba1;
	background:#ececec!important;
	min-height:80px;
	line-height:26px!important;
}

.wp-block-file a:hover{
	background:#338ba1!important;
	color:#ffffff!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:#2c5c9e;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	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;
}

.square-bullets li{
	list-style-type:square;
}

/* ======= HEADER ======= */
/* ==================== */
.admin-bar #header{/*position:relative;*/top:30px;}
/*.admin-bar #slider, .admin-bar #banner{margin-top:0px;}*/
#header{
	position:fixed;
	width:100%;
	top:0px;
	padding-top:0px;
	z-index:20;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	background:#fff;
	
}
/* -- sticky main menu after scroll -- */
.sticky #main-menu{
	margin-top:35px;
}
.page-template-temp_map #main-menu{
	background:none;
}
.sticky #main-menu > li > a,
.page-template-temp_map #main-menu > li > a{
	line-height:89px;
	text-shadow: none!important;
}
.sticky #main-menu > li > ul{
/*
	background:#fff;
 -webkit-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.35);
  box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.35);*/
}
.sticky #main-menu > li:hover > ul{
	top:79px;
}

.sticky #main-menu li ul li a{
	/*color:#223044;*/
}
.sticky #top-menu,
.page-template-temp_map #top-menu{
	background:none;
	padding-top:10px;
}
.sticky #top-menu,
.sticky #social{
	/*display:none;*/
}
.sticky #header,
.page-template-temp_map #header {
	background:#fff;
  -webkit-box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.35);
  box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.35);
}
.sticky .logo,
.page-template-temp_map .logo{
	box-shadow:none;
	padding:28px 0 0 0;
	top:0;
}
.logo{
	z-index:990;
	float:left;
	position:relative;
	padding:20px 0 0 0;
	width:190px;
	display:block;
	transition: all 0.06s ease 0s;
	-webkit-transition: all 0.06s ease 0s;
	-moz-transition: all 0.06s ease 0s;
	/*
	background:#fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31);*/
}
.logo img{
	width:70%;
	height:auto;
	display:block;
	margin:0 auto;
}
#header .wrap{
	position:relative;
}
/* --- logo center homepage --- */
#logo-center{
	top:250px;
	position: absolute;
z-index: -1;
width: 100%;
text-align: center;
-webkit-transition: all .05s ease;
-moz-transition: all .05s ease;
-ms-transition: all .05s ease;
-o-transition: all .05s ease;
transition: all .05s ease;
}
#logo-center .logo{
	width:850px;
	display:inline-block!important;
	float:none;
}

.sticky #logo-center {
    top: 0;
	position:relative;
	float:left;
	width:auto;

}
.sticky #logo-center .logo{
    width: 190px;
	margin-top:0;
}
/* -- main menu --*/
#main-menu{
	max-width:85%;
	float:right;
	padding:0;
	margin-top:46px;
	text-align:right;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
}
#main-menu li{
	list-style:none;
	display:block;
	float:left;
	position:relative;
	font-weight:600;
	margin-bottom:0;
}
#main-menu li a{
	font-size:18px;
	font-weight:400;
	text-decoration:none;
	display:block;
	padding:15px 10px;
	color:#1c61a7;
	/*z-index:999;*/
}
#main-menu > li > a{
	line-height:65px;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	/*
		text-shadow: 0px 0px 2px rgba(0,0,0,0.6);
	-webkit-text-shadow: 0px 0px 2px rgba(0,0,0,0.6);
	-moz-text-shadow: 0px 0px 2px rgba(0,0,0,0.6);*/
}
#main-menu li > a{
	padding:0 22px;
	position:relative;	
	z-index:90;
	font-weight:600;
}

#main-menu > li:hover > a,
#main-menu li > a:hover, 
#main-menu > .current-menu-item > a,
.current-page-parent > a,
.current-menu-ancestor > a,
.current-menu-parent > a,
.sub-menu .current-menu-item >a{
	color:#95c11f!important;
	text-shadow: none!important;
}
/*
.sticky #main-menu li > a:hover, 
.sticky #main-menu .current-menu-item > a,
.sticky .current-page-parent > a,
.sticky .current-menu-ancestor > a,
.sticky .current-menu-parent > a{
	color:#006fb2!important;
}*/
/* -- submenu -- */
#main-menu > li:hover > ul{
	visibility: visible;
	opacity: 1;
	top:65px;
	/*background-image: linear-gradient(to bottom, rgba(11,96,109,0.5), rgba(34,48,68,0.5));*/
	background:#fff;
	display:block;
}
#main-menu li ul {
	position:absolute;
	float:none;
	text-align:left;
	z-index:89;
	padding:14px 0;
	/*background:#fff;*/
	display:none;
	visibility: hidden;
	opacity: 0;
	top: -300px;
   -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;
   
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
}
#main-menu > li > ul:after{
	content:" ";
	position:absolute;
	/*
	display:block;
	top:-12px;
	left:25px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent #ffffff transparent;*/
	width: 0;
    height: 0;
    top:0px;
	left:60px;
    box-sizing: border-box;  
    border: 10px solid black;	
    border-color: transparent transparent #fff #fff;
	box-sizing: border-box;   
    transform-origin: 0 0;
    transform: rotate(-225deg);  
    box-shadow: -3px 2px 3px 0 rgba(0, 0, 0, 0.18);
}
#main-menu li ul li{
	float:none;
}
#main-menu li ul li a{
	display:block;
	padding:4px 20px 0 20px;
	min-width:180px;
	transition:none!important;
	font-size:14px;
	line-height:19px;
	/*background: rgba(34,48,68,0.7);*/
	color:#1c61a7;
	position:relative;
	text-transform:none!important;
	margin:5px 0;
}
#main-menu > li > ul > li > a{
	text-transform:uppercase;
}
#main-menu li ul li:first-child a{
	/*padding-top: 14px;*/
}
#main-menu > li > ul > li > a:hover, 
#main-menu  >  li  >  ul >  .current  >  a,
#main-menu  >  li  >  ul  >  .current-menu-item  > a,
.single-team .menu-item-319 >  a,
.single-logo-support .menu-item-325 >  a{
	color:#95c11f!important;
}
#main-menu > li > ul > li > a:hover:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:1px;
	border-left:7px solid #95c11f;
}
/* sub menu level 3 - 4 */
#main-menu li ul ul{
	display:block;
	visibility:visible;
	opacity:1;
	padding:0 10px 0 40px;
	position:relative;
	top:0;
box-shadow:none;
}
.sub-menu ul li:before{
	content:"";
	border-left:4px solid #75b9e3;
	width:1px;
	height:100%;
	position:absolute;
	left:-10px;
}
#main-menu li ul ul a{
	font-size:12px;
	padding:0;
}
.login-tab a{
	background:#1c7998!important;
	color:#fff!important;
}
#main-menu .current-menu-item.login-tab > a, .current-page-parent.login-tab > a, .current-menu-ancestor.login-tab > a, .current-menu-parent.login-tab > a,
.login-tab a:hover,#main-menu .login-tab > a:hover,.current-menu-item.login-tab > a,
.single-pages-intranet .login-tab > a{
	background:#8fcfbf!important;
	color:#fff!important;
}

/* -- top menu -- */
#top-menu{
	height:35px;
	line-height:35px;
	width:100%;
	position:absolute;
	z-index:999;
	
}
#top-menu .right{
	float:right;
	/*background:#4c638e;
	background: rgba(76,99,143,0.2);*/
	padding-right: 30px;
	padding-left:5px;
	height:30px;
	margin-top:5px;
	position: fixed;
    right: 0;
	
	-webkit-transition: all .9s ease;
   -moz-transition: all .9s ease;
   -ms-transition: all .9s ease;
   -o-transition: all .9s ease;
   transition: all .9s ease;
}
.sticky #top-menu .right{
	background:none;
	margin-top:0px;
}
#header .wrap{
	position:relative;
}
.top-menu{
	float:left;
	margin-right:15px;
}
.top-menu li{
	list-style:none;
	display:inline-block;
	position:relative;
	margin-bottom:0;
}
.top-menu li a{
	text-decoration:none;
	text-transform:uppercase;
	font-size:9px;
	webkit-text-size-adjust:none;
	line-height:31px;
	color:#1c61a7;
	padding:3px 8px;	
}
.sticky .top-menu li a,
.page-template-temp_map .top-menu li a{
	color:#2c5c9e;	
}
.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{
	color:#75b9e3;
}

.top-menu li ul li{
	display:block;
}
.top-menu li ul li a{
	display:block;
	background:#0085a1;
	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;
}
.logout-menu a{
	text-transform:none!important;
}

/* -- social -- */
#social{
	-webkit-transition: all .9s ease;
   -moz-transition: all .9s ease;
   -ms-transition: all .9s ease;
   -o-transition: all .9s ease;
   transition: all .9s ease;

   height:22px;
  /* position:absolute;*/
	float:left;
	margin-right:25px;
   z-index:99999;
   right:20px;
   top:9px;
}
.sticky #social{
	top:11px;
}
#social li{
	list-style:none;
	margin-left:10px;
	display:inline-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;
	color:#1c61a7;
	font-size:20px;
	line-height:22px;
}
.sticky #social li a,
.page-template-temp_map #social li a{
	color:#2c5c9e;
}
#social li a:hover{
	color:#fbac00;
}
/*
.linkedin{
	background:url('images/icon-linkedin.svg') no-repeat;
	background-position:center top;
}
.twitter{
	background:url('images/icon-twitter.svg') no-repeat;
	background-position:center top;
}

#social li:hover{
	background-position:center bottom;
}
*/
/* ---- video home ---- */
.bgvid {
    min-width: 100%;
	/*width:100%;*/
	height:100%;
    min-height: 100%;
    background-size: cover;
    z-index: -100;
	background:#000;
}
@media only screen and (min-width: 1600px) {
.bgvid {
	width:100%;
	height:auto;
}
}

/* ======= SLIDER ======= */
/* ====================== */
/* onload takes already some space with colored background */
.home-banner {
	/*min-height:550px;*/
	margin-top:100px; /* header fix */
	height:350px;
}

.home-banner .slides{
	height: 100%;
	/*background:#ffb483; load with orange color */
}
.home-banner .slides > li { 
  background-position: center;
  height: 100%;
  width: 100%;
  /*display: none; */
  -webkit-backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom:0;
}
.home-banner .slides > li img{
	width:100%;
	height:auto;
	/*opacity:0.3;*/
}
/* --- addition for zoom transition */
/* .slides li*/
#slide-img{
  height: 100%;
  width: 100%;
  /*transition: transform 11s ease-in;*/
  /*
  transition: transform 30s ease-in;
  -webkit-transition: transform 30s ease-in;
  -moz-transition: transform 30s ease-in; */
  -webkit-backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
}
#slide-img:before, 
.intern-banner:before{
	/*
	content:" ";
	background:url('images/bg-slide.png') no-repeat;
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size:cover; */
}
.intern-banner:before{
	content:" ";
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	width:100%;
	height:250px;
	opacity:0.7;
	/*
background: rgba(22,55,102,1);
background: -moz-linear-gradient(top, rgba(22,55,102,1) 0%, rgba(0,0,0,0.33) 67%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(22,55,102,1)), color-stop(67%, rgba(0,0,0,0.33)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(22,55,102,1) 0%, rgba(0,0,0,0.33) 67%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(22,55,102,1) 0%, rgba(0,0,0,0.33) 67%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(22,55,102,1) 0%, rgba(0,0,0,0.33) 67%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(22,55,102,1) 0%, rgba(0,0,0,0.33) 67%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163766', endColorstr='#000000', GradientType=0 );*/
background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(28,97,167,1) 100%);
background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(28,97,167,1) 100%);
background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(28,97,167,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#1c61a7',GradientType=0 );

}

.single-intranet-page .intern-banner:before,
.post-type-archive-intranet-news .intern-banner:before,
.tax-type-of-meeting .intern-banner:before,
.single-intranet-news .intern-banner:before,
.single-intranet-meeting .intern-banner:before,
.tag .intern-banner:before{
content:" ";
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.8;
	/* ---- orange green overlay removed as per request*/
	/*background:rgba(149, 193, 31,0.9);*/
	/*
	background: -moz-linear-gradient(top,  rgba(125,185,232,0.9) 0%, rgba(248, 172, 0,0.9) 100%);
background: -webkit-linear-gradient(top,  rgba(125,185,232,0.9) 0%,rgba(248, 172, 0,0.9) 100%);
background: linear-gradient(to bottom,  rgba(125,185,232,0.9) 0%,rgba(248, 172, 0,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#F8AC00',GradientType=0 );*/
	/* ------ bleu clair -------- 
background: -moz-linear-gradient(top,  rgba(28, 97, 167,0.8) 0%, rgba(0, 159, 227,1) 100%);
background: -webkit-linear-gradient(top,  rgba(28, 97, 167,0.8) 0%,rgba(0, 159, 227,1) 100%);
background: linear-gradient(to bottom,  rgba(28, 97, 167,0.8) 0%,rgba(0, 159, 227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c61a7', endColorstr='#1c61a7',GradientType=0 );
*/
} 
.single-intranet-page .flex-caption,
.post-type-archive-intranet-news .flex-caption,
.tax-type-of-meeting .flex-caption,
.single-intranet-news .flex-caption,
.single-intranet-meeting .flex-caption,.tag .flex-caption{
	text-align:center;
}
.intern-banner .flex-caption{
	top:auto;
	bottom:3%;
	left:0;
}
.intern-banner{
	text-align:left;
}
.intern-banner img{
	min-width:100%;
	width:100%;
	height:auto;
}
.intern-banner h1:before {
    position: absolute;
    top: 0;
    left: 11px;
    content: " ";
    height: 100%;
    border-left: 5px solid #009fe3;
    width: 1px;
	
}
.single-intranet-page .intern-banner h1:before,
.post-type-archive-intranet-news .intern-banner h1:before,
.tax-type-of-meeting .intern-banner h1:before,
.single-intranet-news .intern-banner h1:before,
.single-intranet-meeting .intern-banner h1:before,
.tag .intern-banner h1:before{
	display:none;
	/*
    position: absolute;
    top: 0;
    left: -15px;
    content: " ";
    height: 100%;
    border-left: 5px solid #95c11f;
    width: 1px;*/
}
.intern-banner h1{
	display:inline-block;
	position:relative;
	font-size:55px;
	color:#fff;	
	font-weight:800;
	padding-left:27px;
	line-height:62px;
	max-width:80%;
	/*margin:0 auto;
	padding:0 65px;*/
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
-moz-text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
-webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
/*
.intern-banner h1::after {
    content: " ";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 68px;
    width: 100%;
    background: #2c5c9e;
	background:rgba(28,97,167,0.85);
    z-index: -1;
}*/
/*
.category-12 .intern-banner h1::after {
	background:#95c11F;
	background:rgba(149,193,31,0.85);
}*/
/*.slides li.flex-active-slide */
.flex-active-slide #slide-img{
	/*
  transform: scale(1.2);
  -webkit-transition:transform 30s;
  -moz-transition:transform 30s;
  -ms-transition:transform 30s;
  -o-transition:transform 30s;
  transition:transform 30s;
  */
}

.flex-caption{
	bottom:20px;
	/*top:340px;*/
	/*display:none;*/
	position:absolute;
	right:20px;

	z-index:2;
}
/*
.home .slide-title h1{
	color:#fff;	
	font-weight:800;
	font-size:40px;
	line-height:40px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.69);
	margin-bottom:5px!important;
}
*/
.home .slide-title h2{
		/*color:#fff;*/
	color:#1c61a7;
	font-weight:700;
	font-size:26px;
	line-height:28px;
	margin-top:0;

}

.bg-slide-content{
	/*background:rgba(28,97,167,0.85);*/
	background:#fff;
	padding:15px 25px; 
	max-width:20%;
	float: right;
	opacity:65%;
min-width:350px;
}
.slide-title p{
	text-transform:none;
	/*color:#fff;*/
	color:#1c61a7;
	/*font-size:11px;
	line-height:20px;*/
	display:block;
	margin-bottom:0px;
}
.bg-slide-content .more-button {
	background:#fff;
	display:block;
	float:right;
	height:30px;
	width:30px;
	line-height:25px;
	text-align:center;
}
.bg-slide-content .more-button span{
	color:#1c61a7;
	vertical-align:middle;
}
.bg-slide-content .more-button:hover span{
	color:#fbac00;
}
.slide-title .button{
	margin-top:40px;
	display:inline-block;
	background:none;
	border:1px solid #fff;
	color:#fff;
}
.slide-title .button:hover{
	background:rgba(255,255,255,0.2);
}

/* ======= BANNER ======= */
/* ====================== */

.intern-banner{
	max-height: 350px;
	min-height: 350px;
	background:#223044;
	margin-top:100px;
}
/* INTRANET HEADER*/ 
.single-intranet-news .intern-banner,
.single-intranet-page .intern-banner,
.single-intranet-meeting .intern-banner,
.tax-type-of-meeting .intern-banner,
.post-type-archive-intranet-news .intern-banner,
.tag .intern-banner{
	max-height: 210px;
	min-height: 210px;
}

.intern-banner #slide-img{
	background-position:0 -250px ;
	
}
.intern-banner #slide-img img{
	/*margin-top:-150px ;*/
}


.page-template-temp_map #banner{
	display:none;
}

#banner{
	overflow:hidden;
	position:relative;
	background:#1c61a7;
}

.eu-intranet-link{line-height: 22px;
	font-size: 16px;}
#social li.eu-intranet-link a{line-height: 22px;
	font-size: 16px;}	
/*
#banner:before{
	content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.7;
 background: rgb(0,111,178);
background: -moz-linear-gradient(0deg, rgba(0,111,178,0.8631652490097601) 0%, rgba(97,56,134,0.9612044646960347) 90%);
background: -webkit-linear-gradient(0deg, rgba(0,111,178,0.8631652490097601) 0%, rgba(97,56,134,0.9612044646960347) 90%);
background: linear-gradient(0deg, rgba(0,111,178,0.8631652490097601) 0%, rgba(97,56,134,0.9612044646960347) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006fb2",endColorstr="#009fe3",GradientType=1); 
}
#banner img{
	width:100%;
	height:auto;
	opacity:0.65;
	
}
*/
/*
@keyframes zoomin {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
*/
.btn-margin-right{
	margin-right:35px!important;
}
/* ======= HOME ======= */
/* ==================== */
/*
.highlight img{
	position:relative;
}
.highlight img:before{
	content:"";
	position:absolute;
	top:-30px;
	left:-55px;
	width:100%;
	height:100%;
	background:#fbac00;
}*/
.bg-gris{
	background:#f5f5f5;
	overflow:auto;
}
.home-title{
	text-align:center;
	margin-bottom:30px;
	text-transform:uppercase;
	font-weight:600;
}
.home-content{
	padding:35px 0;
	position:relative;
	z-index:4;
}
.teaser-content{
	padding-bottom:0;
	margin-bottom: -30px;
}
.home-intro{
	position: absolute;
	top:5%;
	z-index:9;
	width:100%;
}
.white-bloc{
	width:30%;
	float:right;
	background:#fff;
	background:rgba(255,255,255,0.7);
	padding:20px;
}
.home #teasers{

}
#teasers{
	padding:45px 0;
	margin-bottom:55px;
	
		
}
#teasers li{
	list-style:none;
	display:inline-block;
	width: 32%;
	height: 250px;
	margin:0 0 1.5% 1.5%;
	background:#1c61a7;

}
#teasers li:first-child{
	margin-left:0;
}

#teasers li a{
	text-decoration:none;
	display:block;
	height:100%;
		overflow:auto;
	/*
	display:flex;
	flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;	
	position:relative;
	background:#2c5c9e;
	height: inherit;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28); 
	
	border-radius:100%;*/
}/*
#teasers li:nth-child(2n) a{
	background:#009fe3;
}
#teasers li:nth-child(3n) a{
	background:#95c11f;
} */
#teasers li p{
	color:#fff;
	text-align:center;
	font-size:18px;
	padding:0 15px;
}
#teasers li .thumb{
	overflow:hidden;
	position:relative;
	text-align:center;
	border-radius:100%;
	width:110px;
	height:110px;
	line-height:110px;
	vertical-align:middle;
	margin:45px auto 10px;
	border:3px solid #fff;
}
#teasers li:first-child .thumb{
	/*border-color:transparent;*/
}
#teasers li .thumb img{
	max-width:70%;
	height:auto;
	display:inline-block;
	vertical-align:middle;
}
#teasers li a:hover h3{
	
}
/*
#teasers li a:after{
	border:0px solid #fff;
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	border-radius:100%;
}
#teasers li a:hover:after{
	border:11px solid #fff;
}*/
#teasers li a:hover{
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.6); 
}
/* -- intranet teasers --- */
.intranet-teasers{
	padding:45px 0!important;
	margin-bottom:55px;
}
.intranet-teasers li{
	list-style:none;
	display:inline-block;
	width: 23%;
	margin:0 0 1.5% 1.5%;
	background:#1c61a7;

}
.intranet-teasers li:first-child{
	/*margin-left:0;*/
	background:#F8AC00;
}
.intranet-teasers li:first-child +li{
	background:#95c11f;
}
.intranet-teasers li:first-child +li +li+li{
	background:#009fe3;
}
.intranet-teasers li a{
	text-decoration:none;
	display:block;
	height:100%;
	overflow:auto;
	color:#fff;
	text-align:center;
	font-size:18px;
	text-transform:uppercase;
	padding:55px 0;
}

.intranet-teasers li a:hover{
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.6); 
}
/* -- 1 columns -- */
.column-1 li{
	width: 100%;
}

/* -- 2 columns -- */
.column-2 li{
	width: 45%;
}
.column-2{
	width: 47.5%;
	display:inline-block;
	position:relative;
	padding-left:2%;
}
.column-2.border-right{
	padding-left:0;
	padding-right:2%;
}
.border-right:after{
	content:"";
	position:absolute;
	top:15%;
	right:0;
	height:80%;
	width:3px;
	border-right:2px solid #ddd;
}

/* -- 4 columns -- */
.column-4 li{
	width: 23.5%!important;
}
.column-4 li:nth-of-type(4n+1){
	margin-left:0!important;
}
#teasers.column-4 li h3{
	font-size:16px;
}
/* -- 5 columns -- */
.column-5 li{
	width: 18.5%;
}
.column-5 li:nth-of-type(5n+1){
	margin-left:0;
}
#teasers.column-5 li h3{
	font-size:16px;
}
/* -- 6 columns -- */
.column-6 li{
	width: 15.1%;
}
.column-6 li:nth-of-type(6n+1){
	margin-left:0;
}
#teasers.column-6 li h3{
	font-size:15px;
}

/* ----------- PLATFORMS ---------- */
.platform-teasers{
	margin:0 0 45px 0;
	text-align:center;
}
.platform-teasers li{
	display:inline-block;
	width:40%
}
.platform-teasers li:first-child{
	margin-right:5%;
}
.platform-teasers li a{
	display:block;
	text-decoration:none;
}
.platform-teasers .thumb{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	max-height:345px;
	overflow:hidden;
}
.platform-teasers .thumb img{
	width:100%;
	height:auto;
}
.platform-teasers h3{
	text-align:center;
	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
}
.platform-teasers li a:hover .thumb{
	-webkit-box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
}
.platform-teasers li a:hover h3{
	color:#009fe3;
}
/* ----------- logos support ---------- */
.owl-carousel .owl-stage-outer{
/*	height:70px;*/
}
#logo-support{
	/*margin:0!important;*/
	text-align:center;

	bottom:3%;
	width:100%;
	margin:25px 0!important;
}
#logo-support li{
	background:none!important;
	padding:0!important;
	/*width:15%;*/
	margin:1.5%;
	height: 50px;
	display:inline-block;
}
#logo-support .thumb{
	
}
#logo-support .thumb img{
	opacity:0.7;
	max-width:100%;
	height:auto;
	width:auto;
	max-height:50px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
    filter: grayscale(100%);

	transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-webkit-transition: all ease-out 0.3s;
}

#logo-support .thumb:hover img{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
    filter: grayscale(0);
}
/* -- list logo support -- */
.post-type-archive-logo-support .home-content{
	min-height:450px;
}
.list-logo-support{
	margin:100px 0 0 0;
	padding:0;
	text-align:center;
}
.list-logo-support li{
	list-style:none;
	display:inline-block;

	margin:1%;
}
.list-logo-support li .thumb{

}
.list-logo-support li a{
	display:block;	
	width:140px;
	height:140px;
	line-height:140px;
	vertical-align:middle;
	text-align:center;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
}
.list-logo-support li a img{
	vertical-align:middle;
	display:inline;
	max-width:80%;
}
.list-logo-support li .thumb:hover{
	-webkit-box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
}

/* ----------- NEWS V2 ---------- */
/* ---------------------------- */
.page-list{
	
}
.intro-title{
	text-align:center;
	margin-bottom:35px;
}
.list-news-2{
	position:relative;
	margin-left:0!important;
	text-align:center;
	padding-left:0!important;
}

.list-news-2 li {
	margin-bottom:0;
	list-style:none;
	display: inline-block;
	width:31%;
	padding-left:0!important;
	margin-bottom:25px;
	position:relative;
}
.single-intranet-news #relatedposts .list-news-2 li{width:31%;}
.single-intranet-news #relatedposts .list-news-2 li a{padding-top: 0px;}
#relatedposts{
	padding:30px 0;
}
#relatedposts .list-news-2 li {
		margin-left:2%;
}
.home .list-news-2 li:first-child,
.home .list-news-2 li:nth-of-type(3n+1){	
	margin-left:0!important;	
}
.home .list-news-2  li {
	margin-left:1.5%!important; 
}
.list-news-2 .owl-item {
	
}
.list-news-2 .owl-item li{
	width:96%;
}
.list-news-2 .owl-item img{
	width:auto!important;
}
@media only screen and (min-width: 1350px){
.list-news-2 > li:first-child,
.list-news-2 > li:nth-of-type(3n+1){	
	margin-left:0;	
}
}
.list-news-2 .news-detail{
	min-height:85px;
	z-index:4;
	bottom:30px;
	left:0px;
	padding:0 30px;
	text-align:left;
}

.list-news-2 li a{
	text-decoration:none;
	display:block;	
	font-weight:400;
	position:relative;
	background:#fff;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	padding-bottom:20px;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	min-height:440px;
}
.twitter-timeline{
	width:48%;
	display:inline-block;
		-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
}
.list-news-2 li .thumb{
	overflow:hidden;
	/*background:#f4f4f4;*/
	text-align:center;
	position:relative;
	 background:#5C7F92;
	/* border-bottom:3px solid #fdc915;*/
height:200px;
	 
	 /*
	 background: rgb(31,60,120);
	background: linear-gradient(135deg, rgba(31,60,120,1) 0%, rgba(29,100,166,1) 48%, rgba(47,234,154,1) 100%); 
	background: -o-linear-gradient(315deg, rgba(31,60,120,1) 0%, rgba(29,100,166,1) 48%, rgba(47,234,154,1) 100%);*/

}
.list-news-2 li .thumb img{
	/*display:inline-block;*/
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	/* center image if block smaller*/
	display:inline;
	left:100%;
	margin-left:-200%;
	margin-top:0px;
	top:0;
	position:relative;
	/* - */
	width:100%;
	height:auto;
}
.list-news-2 li h3{
	font-size:18px;
	line-height:24px;
	color:#1c61a7;
	font-weight:600;
	min-height:52px;
}
.list-news-2 .category-pictures h3{
	color:#fbac00;
}
.list-news-2 .category-news h3{
	color:#95c11f;
}
.list-news-2 .category-videos h3{
	color:#009fe3;
}
.list-news-2 li:after{
	content:"";
	height:20%;
	width:20px;
	background:#1c61a7;
	bottom:0;
	left:0;
	z-index:1;
	position:absolute;
}
.list-news-2 .category-pictures:after{
	background:#fbac00;
}
.list-news-2 .category-news:after{
	background:#95c11f;
}
.list-news-2 .category-videos:after{
	background:#009fe3;
}
.list-news-2 li p{
	font-size:13px;
	line-height:22px;
	color:#555;
}
.list-news-2 li .category{
	padding:0;
	text-transform:uppercase;
	display:inline-block;
	position:absolute;
	bottom:0px;
	color:#1c61a7;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;	
	margin-bottom:5px;
	transition:color 0.25s ease;
	font-size:10px;
}
.list-news-2 .category-pictures .category{
	color:#fbac00;
}
.list-news-2 .category-news .category{
	color:#95c11f;
}
.list-news-2 .category-videos .category{
	color:#009fe3;
}
.list-news-2 .date{		
	color:#999;
	padding-left:0px;
	font-size:11px;
	margin-bottom:0;
}

.list-news-2 .date span{
	margin-right:10px;
	font-size:20px;
	
}
/*
.list-news-2 .date:before{
	background: url('images/icon-date.svg') no-repeat;
    background-size: auto;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 21px;
	background-size: cover;
}*/
.list-news-2 li a:hover{
	-webkit-box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
}
.list-news-2 li a:hover .thumb img{
	opacity:0.5;
	   -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); 
}
.list-news-2 li a:hover h3,
.list-news-2 li a:hover .date,
.list-news-2 li a:hover .date span{
	color:#5C7F92;
}
.list-news-2 li a:hover .category{
	/*background:#5C7F92;
	background: linear-gradient(135deg, rgba(31,60,120,1) 0%, rgba(29,100,166,1) 48%, rgba(47,234,154,1) 100%); 
	background: -o-linear-gradient(315deg, rgba(31,60,120,1) 0%, rgba(29,100,166,1) 48%, rgba(47,234,154,1) 100%);*/
}
/*
.list-news-2 li a .category::after {
  position: absolute;
  content: '';
  top:0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(135deg, rgba(31,60,120,1) 0%, rgba(29,100,166,1) 48%, rgba(47,234,154,1) 100%); 
  transform-origin:left;

  transition:width 0.25s ease;
  z-index:-1;
}

.list-news-2 li a:hover .category::after {
  width: 100%;
}
*/
/* ----------- intranet news  ---------- */
/* ------------------------------- */
.post-type-archive-intranet-news .list-news-2 li h3,.single-intranet-news .list-news-2 li h3,.tag .list-news-2 li h3,.page-id-3923 .list-news-2 li h3{
	margin: 5px 0 0 0;
	min-height: auto;
}

.post-type-archive-intranet-news .list-news-2 li,.single-intranet-news .list-news-2 li,.tag .list-news-2 li,.page-id-3923 .list-news-2 li{
	width:100%;
	margin:0 0 20px 0;
}
.post-type-archive-intranet-news .list-news-2 li a,.single-intranet-news .list-news-2 li a,.tag .list-news-2 li a,.page-id-3923 .list-news-2 li a{
	min-height:100px;
	padding-top:5px;
}

.post-type-archive-intranet-news .list-news-2 .date,.single-intranet-news .list-news-2 .date,.tag .list-news-2 .date,.page-id-3923 .list-news-2 .date{
	color: #95c11f;
	font-weight: bold;
	margin-bottom: 5px;
}
#filter_categories{font-size: 20px;
	height: 40px;
	color: #95c11f;
	margin-left: 20px;}
#filter_categories:focus{
	outline: none;
}	
#news_category_info{margin-bottom: 20px;}	
.intranet-news li{margin-bottom: 5px;}
/* ----------- newsletter  ---------- */
/* ------------------------------- */
#newsletter-subscription{
	background:#009fe3;
	padding:20px 0 15px 0;
	color:#fff;
}
#newsletter-subscription .title-newsletter-subscribe{
	color:#fff;
	line-height:15px;
	font-size:18px;
	text-align:center;
	font-weight:300;
}
.required-text{
	color:#fff;
	line-height:11px;
	font-size:10px;
	text-align:center;
	font-weight:300;
	margin:10px 0 0 0;
}
#newsletter-subscription form{
	text-align:justify;
}
#newsletter-subscription label{
	float:left;
	color:#fff;
	font-size:10px;
	line-height:15px;
	font-weight:300;
}
#newsletter-subscription input[type="email"],
#newsletter-subscription input[type="text"]{
	background:#fff;
	background:rgba(255,255,255,0.35);
	color:#fff;
	border:none;
	float:left;
	height:25px;
	margin:2px 0;
	width:10%;
	margin-right:15px;
}
#newsletter-subscription button[type="submit"],
.js-cm-submit-button,
#mc-embedded-subscribe{
	background:#95c11f;
	color:#fff;
	border:none;
	padding:4px 10px;
	font-size:10px!important;
	font-weight:300!important;
	cursor: pointer;
	float:right;
	margin:0;
	text-transform:uppercase;
	margin-top:-35px;
}
#newsletter-subscription button[type="submit"]:hover,
.js-cm-submit-button:hover,
#mc-embedded-subscribe:hover{
	background:#006fb2;
}
/* --- */
input[type="checkbox"]{
	float:left;
	display: block;
	margin: 6px 20px 6px 0;
}
#subForm{
	position:relative;
}
#subForm label{
	display: inline;
}
.js-cm-submit-button{
	float:none;
}
.privacypolicy{

}
.privacypolicy label{
	margin-top:5px!important;
}
.privacypolicy input[type="checkbox"]{
	margin-right:10px!important;
}
.privacypolicy a{
	color:#fff;
}
/* ----------- EVENTS  ---------- */
/* ---------------------------- */
.post-type-archive-event .bg-gris{
	/*padding-bottom:85px;*/
}
.single-projects .list-events,
.single-activity .list-events, 
.single-eu-topic .list-events{
	text-align:center;
}

.home .list-events li,
.post-type-archive-partners .list-events li,
.term-covid-special .list-events li{
	margin-left:2%;
}
.list-events{
	padding-left:0!important;
}
.list-events li{
	list-style:none;
	display:inline-block;
	width:48%; /*99.5%;*/
	margin-left:2%; /* no  isotope because no filters */
	margin-bottom:30px;
	text-align:left;
}

.list-events .owl-item  li{
	width:99.5%;
}
 /*2 columns */
.list-events li:first-child,
.list-events li:nth-child(2n+1){
	margin-left:0;
}
/* isotope exception */
.page-template-temp_news .list-events li{
	margin:0 0.5% 1.7% 0.5%!important;
}
/*
.post-type-archive-events .list-events li{
	margin:0 1% 1% 1%!important;
}*/
.list-events .owl-item li{
	padding:10px 0; /* to see box-shadow on carousel */
}
.list-events li a{
	text-decoration:none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
	position:relative;
	display: flex;
	align-items:stretch;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	background:#fff;
}
.list-events .thumb{
	/*float:left;
	width:50%;*/
	position:relative;
	flex: 50%;
	 background:#5C7F92;
	 /*
	background: rgb(31,60,120);
	background: linear-gradient(135deg, rgba(31,60,120,1) 0%, rgba(29,100,166,1) 48%, rgba(47,234,154,1) 100%); 
	background: -o-linear-gradient(315deg, rgba(31,60,120,1) 0%, rgba(29,100,166,1) 48%, rgba(47,234,154,1) 100%);*/
	overflow:hidden;
}
.post-type-archive-projects .list-events .date-event{
	display:none;
}

.post-type-archive-projects  .list-events .thumb{
	/*max-height:145px;*/
}
.post-type-archive-partners .list-events .thumb{
	min-height:235px;
	line-height:235px;
	background:#fff;
	text-align:center;
}
.post-type-archive-partners .list-events .thumb:before{display:none;}
.post-type-archive-partners .list-events .thumb img{
	display:inline-block;
	vertical-align:middle;
	max-width:170px;
	height:auto;
}
/*
.list-events .thumb:before{
	content:"";
	position:absolute;
	top:41%;
	right:0;
	z-index:10;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 18px 20px 0;
	border-color: transparent #ffffff transparent transparent;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.list-events .thumb:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	width: 0px;
	height:100%;
	background:#fff;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
*/
.list-events .thumb img{
	width:100%;
	height:auto;
	position:relative;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}

.list-events .date-event{
	position:absolute;
	z-index:9;
	color:#fff;
	
	text-transform:uppercase;
	top: 0px;
	left: 0px;
	padding:2px 0 0 0;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	width:100%;
	height:30%;
	background: rgb(5,52,103);
	background: linear-gradient(180deg, rgba(5,52,103,0.8869748583026961) 27%, rgba(0,212,255,0) 100%);
}
.term-projects .list-events .date-event{
	height:100%;
	opacity:0.2;
}
.list-events .event-detail{
	/*float:right;
	width:40%;*/
	padding:0 5%;
	flex:60%;
	position:relative;
	background:#fff;
}
.activity-template-temp_list-wg .list-events .event-detail{
	min-height:190px;
	display:table;
}
.list-events .event-detail div{
	
	display:table-cell;
    vertical-align: middle;
}
.list-events .event-detail h3{
	margin: 15px 0 5px 0;
	color: #95c11f;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}
.activity-template-temp_list-wg .list-events .event-detail h3{	
	margin:0;
}
.event-info{
color: #1c61a7;
font-size: 16px;
font-weight: 600;
}
.event-date{	
	background: linear-gradient(90deg,rgb(28,97,167) 55%,rgb(0,159,227) 100%);
	padding: 4px 8px;
	color: #fff;
}
.list-events .event-detail p{
	color:#8d8a8a;
	margin-bottom:0;
}

.list-events .event-detail .date{
	font-size: 17px;
	font-weight:bold;
	color:#223044;	
}
.single-intranet-news .post-date{
	font-size: 17px;
	font-weight:bold;
	color:#95c11f;
	
}
.list-events .event-detail .category{
	position:absolute;
	bottom:0;
	color:#2c5c9e;
	font-size: 11px;
margin-bottom: 0px;
line-height: 13px;

width:80%;
left:0;
padding:8px 9%;

}
.list-events .event-detail .city{
	font-size:12px;
	/*color:#223044;*/
	color:#8d8a8a;	
	max-height:28px;
	overflow:hidden;
	line-height: 14px;
margin-bottom: 0;
margin-top:4px;
text-align:left;
}
.event-pic{
	margin-top:35px;
}

.partner-summary{
	font-size:12px;
	color:#8d8a8a;	
	line-height: 16px;
	margin-bottom: 0;
}
.tax-type-of-meeting .list-events li a{
	min-height:100px;
}
.tax-type-of-meeting .list-events .event-detail .category{
	padding:0;
	position:relative;
	margin-top:10px;
}
.list-events a:hover .thumb:before{
	right:20px;
}
.list-events a:hover .thumb:after{
	width: 23px;
}
/*.list-events  li a:hover*/
.list-events li a:not([href$='javascript:void(0)']):hover {
	-webkit-box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
}

/*.list-events  li a:hover .thumb img */
.list-events li a:not([href$='javascript:void(0)']):hover .thumb img{
	opacity:0.5;
	   -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); 
}
/*.list-events  a:hover h3*/
.list-events li a:not([href$='javascript:void(0)']):hover h3{
	color:#5C7F92;
}
.list-events  a:hover .city,
.list-events  a:hover .category,
.list-events  a:hover p{
	color:#ccc;
}
.list-events li a[href$='javascript:void(0)']:hover{
	cursor: context-menu;
}


/* ----------- SINGLE EVENT ---------- */
/* ----------------------------------- */
.left-content{
	width:70%;
	float:left;
}

.right-content{
	width:28%;
	float:right;
	position:relative;
}

.btm_margin{
	margin-bottom: 20px;
}
.small-right-content{
	width:18%;
}
.single-intranet-news .left-content,
.post-type-archive-intranet-news .left-content,
.single-intranet-page .left-content,
.single-intranet-meeting .left-content,
.tax-type-of-meeting .left-content{
	width:80%;
}
.right-content li{
	margin-left:0!important;
}
.right-content .news-info-box a{
	font-weight:400;
}
.news-info-box .button{
	font-size:16px;
}
.left-content .wp-post-image{
	margin:37px 0 45px 0;
}
.left-content .wp-caption-text{
	margin-top:-40px;
}
/* ---- news-info-box ----- */
.news-info-box {
	/*padding-top:30px;*/
	/*border:2px solid #f4f4f4;*/
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
padding-bottom:0px;
	margin-bottom:15px;
overflow:auto;
	background:#fff;
}
.single-publications .news-info-box{
	padding-bottom:0;
}
.news-info-box img{
	max-width:100%;
	height:auto;
}
.single-logo-support  .news-info-box img{
	
}
.news-info-box ul{
	margin-left:0!important;
}
.news-info-box li{
	list-style:none;
}
.thumb-publication-link{
	background: rgb(97,56,134);
background: -moz-linear-gradient(100deg, rgba(97,56,134,1) 8%, rgba(44, 92, 158,1) 100%);
background: -webkit-linear-gradient(100deg, rgba(97,56,134,1) 8%, rgba(44, 92, 158,1) 100%);
background: linear-gradient(100deg, rgba(97,56,134,1) 8%, rgba(44, 92, 158,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009fe3",endColorstr="#2c5c9e",GradientType=1);
	display:block;
	overflow:hidden;
}
.thumb-publication-link img{
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
}
.thumb-publication-link:hover img{
	opacity:0.5;
	transform: scale(1.2);
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
}
.info-item h3{
	text-align:center;
	font-size: 22px;
	margin-bottom: 0;
}
.related-to{
	text-align:center;
	margin-bottom: 0;
	color:#999;
}
.name-relationship a{
	font-size: 18px;
	
}
.info-item .related{
	 text-decoration:none;
	 color:#009fe3;
}
.info-item .related:hover{
	 text-decoration:underline;
	 color:#fbac00;
}
.info-item .date{
	padding-top:8px;
}
.info-item p{
	/*color:#808587;*/
	text-align:center;
	padding:0 10px;
}
.info-item .category{
	display:block;
	background:#2c5c9e;
	color:#fff;
	text-align:center;
	padding:3px 2px;
	margin-bottom:0;
}
.info-item .category a{
	color:#808587;
	text-decoration:none;
}
.info-item .category a:hover{
	color:#5C7F92;
}
.info-item .location{
	margin-bottom:15px;
	color:#8d8a8a;
/*	margin-right:20px; */
}
.info-item .attachment-medium{
	margin:0 auto;
}
.single-logo-support .info-item .attachment-medium{
	margin:20px auto;
}
.news-info-box .post-date{
	font-size:22px;
	margin-top:30px;
	color:#009fe3;
	text-align:center;
}
.news-info-box .post-date span,
.info-item .location span{
	font-size:16px;
	color:#8d8a8a;
	
}
.news-info-box .post-date:after{
	content: "";
	display: block;
	width: 70px;
	margin: 20px auto;
	border-bottom: 4px solid #75b9e3; 
}
.news-info-box .schedule{
	padding:0 20px;
}
.tax-type-of-event .news-info-box .schedule{
	padding:10px 20px 0 20px;
}
.choose-cat{
	font-size:18px;
	text-align:center;
	color:#009fe3;
}
.dropdown-categories{
	max-width:80%;
	margin:0 auto;
	display:block;
}
/* -- */
.query-contact{
	text-align:center;
	padding:10px 20px 0 20px;
	font-size:16px;
}
.query-contact .title{
	font-weight:bold;
}

.schedule-title{
	font-weight:bold;
	text-align:center;
}
.event-titles{
	font-weight:300;
	position:relative;
	text-align:center;
	font-size:24px!important;
	line-height:28px!important;
}
.event-titles:after {
    content: "";
    display: block;
    width: 70px;
    margin: 20px auto;
    border-bottom: 4px solid #75b9e3;
}
.project-title{
	font-size:18px;
	font-weight:600;
	color:#75b9e3;
	text-align:center;
	margin-bottom:3px;
}
.project-dates{
	text-align:center;
}
.project-dates span{
	color: #75b9e3;
	font-weight: 600;
}
.free-text strong{
		color: #75b9e3;
	font-weight: 600;
	font-size:18px;
	margin-bottom:3px;
}
.list-project-partners ul li{
	list-style:none;
	    margin-top: 0 !important;
    margin-bottom: 16px;
    list-style: none !important;
    text-indent: calc(var(--icon-size, 20px)*-1 - 1em) !important;
    padding-left: calc(var(--icon-size, 20px) + 1em) !important;
	break-inside: avoid;
}
.list-project-partners li::before {
	content: "";
	
display: inline-block;
vertical-align: middle;
margin-right: 1em;
background-size: cover;
background-position: 50%;
margin-bottom: 0px;
    height: 20px !important;
    width: 20px !important;
	
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkwIDE5MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0iZmlsbDogIzhjNjhhZCAhaW1wb3J0YW50OyBjb2xvcjogIzhjNjhhZCAhaW1wb3J0YW50Ij48cGF0aCBkPSJNNTkuNCAxNzcuNWw4Mi40LTgyLjQtODIuNC04Mi4zLTEwLjYgMTAuNiA3MS44IDcxLjctNzEuOCA3MS44IDEwLjYgMTAuNnoiIGZpbGw9IiM4YzY4YWQiIHN0cm9rZT0iIzhjNjhhZCIgc3R5bGU9ImZpbGw6IHJnYigxNDAsIDEwNCwgMTczKTsgc3Ryb2tlOiByZ2IoMTQwLCAxMDQsIDE3Myk7Ii8+PC9zdmc+');
	
}


.right-content .publication-cover a{
	 background:#5C7F92;
	 /*
	background: rgb(31,60,120);
	background: linear-gradient(135deg, rgba(31,60,120,1) 0%, rgba(29,100,166,1) 48%, rgba(47,234,154,1) 100%); 
	background: -o-linear-gradient(315deg, rgba(31,60,120,1) 0%, rgba(29,100,166,1) 48%, rgba(47,234,154,1) 100%);*/
	overflow:hidden;
	display:block;
	position:relative;
}
.right-content .publication-cover .category{
	padding: 3px 30px;
	position:absolute;
	bottom:15px;
	left:0;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 15px;
	font-size: 13px;
	color: #fff;
	background: #2e4360;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.right-content .publication-cover a img{
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.right-content .publication-cover a:hover img{
	opacity:0.5;
	   -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); 
}
.single-activity .info-item img{
	margin-bottom:15px;
}
/* ----------- PROJECTS ---------- */
/* ----------------------------------- */
.list-events .event-detail .date span,
.date-project span{
	color:#75b9e3;
	font-weight:600;
}
.date-project{
	text-align:center;
	margin:7px 0 0 0;
	color:#95c11f;
	font-weight:600;
}
/* ----------- PUBLICATIONS ---------- */
/* ----------------------------------- */
.zero-opacity{opacity:0;}
.list-publications{
	position:relative;
	margin-left:0!important;
	text-align:center;
}
.home .list-publications li,
.post-type-archive-press .list-publications li {
	margin-left:1.5%;
}
.list-publications li {
	width:32%;
	list-style:none;
	display: inline-block;
	/*margin-left:1.5%;  isotope */
	width:23.5%;
	padding-left:0!important;
	margin: 0 0 25px 0;
}

.list-publications  li:first-child,
.list-publications li:nth-of-type(4n+1){	
	margin-left:0;	
}
.list-publications li a{
	text-decoration:none;
	display:block;	
	position:relative;
	padding:30px 0 100px 0;
	overflow:hidden;
}
.list-publications .publication-cover{
	width:80%;
	margin:0 auto;

	position:relative;
	max-height: 300px;
	min-height:300px;
	background:#f4f4f4;
	vertical-align: bottom;
	/*display:inline-block;*/
}
.post-type-archive-press .publication-cover{
	min-height:200px;
	max-height:200px;
}
.list-publications .publication-cover:after{
	content:"";
	position:absolute;
	z-index:2;
	top:300px;
	left:1%;
	width:98%;
	height:1px;
	-webkit-box-shadow: 0px 0px 7px 5px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 7px 5px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 7px 5px rgba(0,0,0,0.28);
}
.list-publications .publication-cover img{
	width:100%;
	height:auto;
	min-height:250px; /* stretches img for horizontal covers */
	 vertical-align: bottom;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.press-thumb-box{
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	min-height:150px;
	line-height:150px;
	background:#fff;
	text-align:center;
}
.press-thumb-box img{
	box-shadow:none!important;
	display:inline-block;
	max-width:90%;
	vertical-align:middle;
}
.list-publications .publications-detail{
	position:absolute;
	text-align:left;
	z-index:4;
	bottom:0px;
	left:0px;
	padding:0 0 40px 0;
	background:#fff;
	border:1px solid #dfdfdf;
	height:150px;
	width:100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.list-publications .date{
	color:#999;
	font-size:11px;
	position:absolute;
	left:20px;
	bottom:20px;
}
.single .date{

}
.list-publications li h3{
	color:#223044;
	font-size:15px;
	line-height:20px;
	margin-top:10px;
	padding:0 20px;

	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.term-14 .list-publications li h3{
	margin-top:0px;
}
.list-publications li p{
	font-size:16px;
	line-height:24px;

}

.list-publications li .category{
	padding:4px 2%;
	width:96%;
	position:absolute;
	bottom:0;
	text-align:center;
	text-transform:uppercase;
	display:inline-block;
	margin-top:15px;
	font-size:9px;
	line-height:15px;
	color:#fff;
	background:#006fb2;

	margin-bottom:0px;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.list-publications .position-papers .category{
	background:#2c5c9e;
}
.list-publications li a:hover .publication-cover img{
	/*margin-top:-20px;*/
	/*transform: scale(1.1);*/
	transform: translateY(-25px);
	-webkit-transform: translateY(-25px);
	-moz-transform: translateY(-25px);

}
.list-publications li a:hover h3{
	color:#95c11f;
}
.list-publications li a:hover .category{
	background:#95c11f;
}

/* ======= RELATED POSTS ======= */
/* ============================== */
#relatedposts > h3,
#relatedposts .column-2 > h3{
	text-align:center;
	margin-bottom:45px;
}
.column-2 .list-events li, 
#relatedposts .list-events li,
.list-events li{
	position:relative;
}
.column-2 .list-events li:after, 
#relatedposts .list-events li:after,
.list-events li:after{
	content:"";
	height:45%;
	width:20px;
	background:#1c61a7;
	bottom:0;
	right:0;
	z-index:1;
	position:absolute;
}
.column-2 .list-events .category-pictures:after, 
#relatedposts .list-events .category-pictures:after,
.list-events .category-pictures:after{
	background:#fbac00;
}
.column-2 .list-events .category-news:after, 
#relatedposts .list-events .category-news:after,
.list-events .category-news:after{
	background:#95c11f;
}
.column-2 .list-events .category-videos:after,
 #relatedposts .list-events .category-videos:after,
.list-events .category-videos:after{
	background:#009fe3;
}
.column-2 .list-events li{
	width:100%;
	margin:0 0 25px 0;
}
.column-2 .list-events .event-detail .category, 
 #relatedposts .list-events .event-detail .category{
	padding-right:35px;
	text-align:right;
	font-size:10px;
	text-transform:uppercase;
}
.column-2 .list-events  .category-pictures .category, 
 #relatedposts .list-events  .category-pictures .category{
	color:#fbac00;
}
.column-2 .list-events .category-news .category, 
 #relatedposts .list-events .category-news .category{
	color:#95c11f;
}
.column-2 .list-events  .category-videos .category,
  #relatedposts.list-events  .category-videos .category{
	color:#009fe3;
}
.column-2 .list-events .event-detail p,
#relatedposts .list-events .event-detail p,
.page-template-temp_projects .list-events .event-detail p{
	font-size: 11px;
line-height: 17px;
}
.column-2 .list-events .thumb,
  #relatedposts .list-events .thumb{
	height:180px;
}
.column-2 .list-events .thumb img,
  #relatedposts .list-events .thumb img{  
	height:100%;
	width:auto;
	min-width:100%;
}
/* ======= SEARCH RESULTS ======= */
/* ============================== */
.list-result li{
	list-style:none;
}
.list-result li a{	
	border: 2px solid #e6e6e6;
	padding: 26px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	background:#fff;
	text-decoration:none;
	display:block;
}
.list-result li h3{
	margin-top:5px;
	padding-top:0;
}
.thumb-search{
	max-width:150px;
	float:left;
	margin-right:25px;
	position:relative;
}
.thumb-search img{
	width:100%;
	height:auto;
}
.list-result li p{
	color:#646c76;
}
.list-result .button{
	
}
.list-result li a:hover{
	border: 2px solid #b9babd;
	/*
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);*/
}
.list-result a p:hover {
    
}
.searched {
    min-height: 450px;
}
.search-results #site-content .wrap{
	padding-bottom:35px;
}
.open-search{
	text-decoration:none;
	outline:none;
}
.open-search span{
	color:#fff;
	padding: 5px 10px;
	font-size:18px;
	/*
	-moz-text-shadow: 0px 1px 4px rgba(0,0,0,0.9);
	-webkit-text-shadow: 0px 1px 4px rgba(0,0,0,0.9);
	text-shadow: 0px 1px 4px rgba(0,0,0,0.9); */
}
.sticky .open-search span{
	/*
	-moz-text-shadow: 0px 1px 4px rgba(0,0,0,0.4);
	-webkit-text-shadow: 0px 1px 4px rgba(0,0,0,0.4);
	text-shadow: 0px 1px 4px rgba(0,0,0,0.4);  */
}
.open-search .search-field{
	color:#666;
}
/* ---------------- single --------------- */
.single-list-news li{
	margin-left: 2%;
    width: 23.2%;
}
.single-list-news li:first-child,
.single-list-news li:first-child + li + li + li + li, 
.single-list-news li:first-child + li + li + li + li + li + li + li + li {
    margin-left: 0!important;
}
.publication-cover-link{
	text-decoration:none;
	margin-bottom:25px;
	display:block;
	float:right;
	margin-left:25px;
	color:#2c5c9e;
	max-width:250px;
}
.single .publication-cover{
	/*border:1px solid #ddd;*/
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
		transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	
}
.single .publication-cover img{
	width:100%;
	height:auto;
}
.text{
	text-transform:uppercase;
	text-align:center;
	font-size:13px;
	margin-top:6px;
}
.text-link:before{
	content:"";
	height:0;
	width:100%;
	border-top:4px solid #2b7c97;
	position:absolute;
	top:0;
	left:0;
}
.text-link{
	text-transform:uppercase;
	text-align:center;
	max-width:200px;
	border:1px solid #ddd;
	padding:15px 15px 6px 15px;
	position:relative;
	
}


.publication-cover-link a:hover.text{
	color:#95c11f ;
}
.single .publication-cover-link:hover .publication-cover{
	-webkit-box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
}

/* ---- filters ---- */
.filter-box{
	border:1px solid #ddd;
	padding:20px;
	text-align:center;
	margin:0 0 40px 0!important;
	background:#fff;
	
	-webkit-box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.15);
box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.15);
}
#filters{
	text-align:left;
}
#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:#2c5c9e;	
	font-size: 15px;
}

#filters li a:hover,
#filters li a.active{
	color:#95c11f;
}
#filters li a.active{
/*	border: 1px solid #95c11f;*/
	font-weight:600;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/* --- EVENT FILTERS --- */
.col-left{
	width:20%;
	display:inline-block;
	margin-right:4%;
}
.col-right{
	width:75%;
	display:inline-block;
}
.events-filters{
	text-align:left!important;
	padding:20px 10px!important;
}
.events-filters li{
	display:block;
	margin-bottom:5px;
}
.events-filters li a{
	line-height:18px;
}
/* ======= INTRANET ======= */
/* ============================ */
.icon-lock{
	position:absolute;	
	bottom:40%;
	text-align:center;
	width:100%;
	z-index:2;
}
.icon-lock .fas{
	font-size:60px;
	color:#fff;
}
.user-info{
	margin:15px auto 0!important;
	padding:15px;
	/*border:5px solid #ddd;*/
	max-width:185px;
}
.user-info a{
	text-decoration:none;
}
.user-info span{
	line-height:24px;
}
/* hide menu items that are only for directors */
.is-not-director .visible-for-directors{
	display:none;
}

.single-intranet-page #content,
.post-type-archive-intranet-news #content,
.tax-type-of-meeting #content,
.single-intranet-news #content,
.tag #content{
	padding-bottom:35px;
}

.single-intranet-news #content,
.single-intranet-page #content,
.single-intranet-meeting #content,
.tax-type-of-meeting #content,
.post-type-archive-intranet-news #content,
.tag #content{
	padding:3px 0 55px 0;
}
.single-intranet-page #content h1,
.post-type-archive-intranet-news #content h1,
.tax-type-of-meeting #content h1,
.single-intranet-news #content h1,
.single-intranet-meeting #content h1,
.tag #content h1{
	color:#95c11f;
}

.single-intranet-news #content h2{
	font-size: 32px;
}
/* --- intranet menu --- */

#filters > .current-menu-item > a{
	color:#95c11f ;
	font-weight: 600;
}
#left-menu{
	padding-top:25px;
}
#left-menu li{
	margin:0;
}
#left-menu li a{
	text-decoration:none;
	color:#1c61a7;
	line-height:18px;
	font-size:14px;
	margin:7px 0;
	display:block;
}
#left-menu > li > a{
	text-transform:uppercase;
	color:#1c61a7;
	font-weight:bold;
}
#left-menu > .current-menu-item > a{
	color:#95c11f ;
}
/* intranet wg list */
.list-wg{
	margin:0!important;
	text-align:center;
}
.list-wg li{
	display:inline-block;
	list-style:none;
	
	min-height:80px;
	margin:0 0 0 1%;
	width:15.4%;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	padding:40px 20px;
}
.list-wg li:first-child{
	margin-left:0;
}
.list-wg li h3{
	font-size:16px;
	line-height:20px;
	text-align:center;
}
/* --- documents --- */


/* ======= PAGE CONTENT ======= */
/* ============================ */
.breadcrumbs{
	padding:18px 0 12px 0;
	border-bottom:1px solid #ddd;
	color:#999;
}
.breadcrumbs a,
.breadcrumbs span{
	text-decoration:none;
	color:#999;
	font-size:13px;
	pointer-events: none;
   cursor: default;
}


#content{
	padding: 35px 0 0 0;
	/*min-height:500px;*/
	position:relative;
	z-index:4;	
}
.page-id-240 #content{ /* for map on contact */
	padding-bottom:0;
}
.page-id-240 .wp-block-group { /* for map on contact */
	margin-bottom:0;
}
#page-content{
	padding:0px 0;
	overflow: hidden;/* for greybox100*/
	position:relative;
}
.page-content h2{
	margin-bottom:25px;
}
#content-right{
	width:73%;
	float:right;
	padding: 30px 0;
}
#sidebar-left{
	width:23%;
	float:left;
	padding: 30px 0;
}


.page-content{
	min-height:450px;
}

.page-content ul li, .page-content ol li{
	line-height:28px;
}
/* ----------------- ACCORDION -------------------- */
.title_code, .title_code-link {
	border-bottom:1px solid #ccc;
	padding:10px 55px 10px 0;
	margin-bottom:15px;
	position:relative;
	color:#5a5a5a;
	font-size:20px;
	line-height:26px;
}
.title_code-link:after{
	/*content:" *";
	background:#00889E; 
	padding:14px 13px 7px; */
	content:" ";
	position:absolute;
	right:0;
	bottom:0;
	color:#fff;
	font-size:30px;
	font-weight:300;
	font-family:'Lato',Arial,sans-serif;
	background:url('images/icon-download.png') center center no-repeat #FC8B0B;
	background-size:25px 25px;
	height:45px;
	width:43px;
}
.title_code:after{
	content:" +";
	position:absolute;
	right:0;
	bottom:0;
	color:#fff;
	font-size:30px;
	font-weight:300;
	font-family:'Lato',Arial,sans-serif;
	background:#00889E;
	padding:10px 13px;
}
.title_code-link a{
	text-decoration:none!important;
	color:#5a5a5a!important;
	display:block;
}
.title_code-link:hover  a{
	color:#fc8b0b!important;
}
.on:after{
	content:" -";
	position:absolute;
	right:0;
	bottom:0;
	color:#fff;
	font-size:30px;
	font-family:'Lato',Arial,sans-serif;
	font-weight:300;
	padding:10px 15px;
	background:#FC8B0B;
}
.title_code:hover{
	cursor:pointer;
}
.content_code{
	color:#777;
	line-height:24px;
}
.content_code ul{
	padding-left:20px;
}
.framed{
	border:8px solid #fff;
	box-sizing: border-box;
		-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
}
/* ---- accordion old events --- */
.accordion-old-events{
	margin-top:25px;
}
.accordion-old-events .title_code{
	text-align:center;
	border-bottom:none;
	padding:0;
}
.accordion-old-events .title_code > p{
	display:inline-block;
	font-size:16px;
}
.accordion-old-events .title_code:after{
	display:none;
}
.accordion-old-events .list-events .event-detail{
	text-align:left;
}
/* ======= SIDEBAR ====== */
/* ==================== */

#sidebar-left #main-menu{
	text-align:left;
	float:none;
	margin-top:0px;
	padding-top:0;
	margin-left:0;
	top:0;
	position:relative;
	z-index:1;
}
#sidebar-left #main-menu li{
	display:block;
	list-style:none;
	background:none;
	padding-left:0;
	float:none;
}
#sidebar-left #main-menu li > a {
    padding:6px 0px;
	line-height:25px;
	
}
#sidebar-left #main-menu li a{
	
	font-weight:400;
}
#sidebar-left #main-menu a{
	min-width:10px;
	background:none;
}
#sidebar-left #main-menu  .current-menu-item > a {
    color: #a8ca70 !important;
}
/* submenu */
#sidebar-left #main-menu li ul{
	margin:0 0 0 20px;
}
#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;
	text-transform:none;
}
#sidebar-left #main-menu li ul li a{
	border-bottom:1px solid #eee;
}
#sidebar-left #main-menu li a:hover{
	color:#1d93d2; 
}
#sidebar-left #main-menu .current-menu-item > a{
	
}
/* ----------- INTRANET  ---------- */
/* ------------------------------- */
.absolute-lock{
	float:left;
	font-size: 65px!important;
	margin-right:20px;
	color:#bbb;
	/*
	position:absolute;
	font-size: 85px;
color: #fff;
line-height: 150px;
left: 30%;*/
}
#intranet-nav{
	background:#f5f5f5;
	padding-top:20px;
}
#intranet-nav ul{
	margin:0 auto!important;
	text-align:center;
}
#intranet-nav ul li{
	list-style:none;
	display:inline-block;
	margin-bottom:0;
}
#intranet-nav ul li a{
	text-decoration:none;
	text-transform:uppercase;
	color:#223044;
	padding:15px 20px 25px 20px;
	display:block;
}
#intranet-nav ul li a:hover,
#intranet-nav ul li .current{
	color:#95c11f;
	background:#fff;
}
/* ----------- PUBLICATIONS  ---------- */
/* ------------------------------- */
hr{
	border-top:1px solid #ddd;
	border-bottom:0;
	border-left:0;
	border-right:0;
	margin-top:15px;
}
#publication-filters{
}
#publication-filters .subtitle{
	font-weight:bold;
	font-size:14px;
	margin-bottom:3px;
	margin-top:-10px;
}
#publication-filters input{
	margin:5px 10px 0 0!important;
	float:left;
}
#publication-filters .label-desc{
	float:left;
	width:80%;
	line-height: 20px;
}
#publication-filters label{
	font-size:14px;
	margin:3px 0 15px 0;
}
#publication-filters ul{
	margin-left:0;
}
#publication-filters ul li{
	list-style:none;
}
#publication-filters ul li a{
	color:#5C5D5F;
	text-decoration:none;
}
#publication-filters ul .current{
	color:#006FB9;
	font-weight:bold;
}
/* ---- INFO ---- */
#info-block{
	border-left:2px dashed #dddcdc;
	margin-bottom:25px;
	padding:0 5% 4% 5%;
}
#info-block h4{
	text-align:center;
	display:inline-block;
	color:#999;
	padding:20px 0;
	font-size:34px;
}
#info-list{
	margin-left:0!important;
}
#info-list td:first-child{
	padding-right:15px;
}
#info-list li{
	list-style:none;
	font-size:14px;
	line-height:16px;
}
#info-list li a{
}
#info-list  a:hover{
	text-decoration:none;
}
#info-block p{
	font-size:15px;
	line-height: 24px;
	color:#999;
}
#info-block span{
	font-weight:600;
	color:#5e6d8f;
}
.short-link{
	max-width:220px;
	display:block;
	overflow:hidden;
}

/* ======= CATEGORY ====== */
/* ==================== */
.category .list-news li a {
	opacity: 0;
    filter: alpha(opacity=0);
}
/* ======= MEMBERS MAP  ====== */
/* ============================ */
.page-template-temp_map #main-menu{

}
.page-template-temp_map #main-menu.clicked {
	
}	
.page-template-temp_map #content{
	min-height:700px;
}
	

/* ======= MEMBERS ====== */
/* ====================== */
 .left-column{
	width:20%;
	margin-left:2%;
	margin-right:2%;
	padding-top:35px;
	display:inline-block;
}
 .right-column{
	width:72.5%;
	display:inline-block;
}
/* -- filters vertical -- */
.filter-title{
	text-transform: uppercase;
	font-weight: 800;
	color: #000;
	font-size: 14px;
	 line-height:18px; 
}
.filters-vertical{
	columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
.filters-vertical li{
	list-style:none;
	margin-bottom:2px;
	display:inline-block;
	padding:2px 10px;
	line-height:17px;
}
.filters-vertical li a{
	text-decoration:none;
	display:block;
	color:#666;
	font-size:13px;
}
.filters-vertical .active{
	border: 1px solid #95c11f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.filters-vertical .active a,
.filters-vertical  a:hover{
	color: #95c11f !important;
}
/* -- */
.title-country{
	margin-top:35px!important;
	position:relative;
}
.title-country-logo{
	margin-top:35px!important;
	margin-bottom:45px;
	position:relative;
	text-align:center;
}
.title-country-logo span {
    background: #fff;
    padding:0  25px;
}
.title-country-logo::after {
    position: absolute;
    z-index: -1;
    content: " ";
    top: 33%;
    right: 0;
    height: 50%;
    width: 100%;
    background: repeating-linear-gradient(-45deg,#fff,#fff 5px,#d1d1d1 1px,#d1d1d1 6px);
}

.post-type-archive-publications .title-country-logo::after,
.page-template-temp_news .title-country-logo::after{
	 background: repeating-linear-gradient(-45deg,#f5f5f5,#f5f5f5 5px,#d1d1d1 1px,#d1d1d1 6px);
}

.post-type-archive-publications .title-country-logo span,
.page-template-temp_news  .title-country-logo span{
	background:#f5f5f5;
}
/* ======= MEMBERS LIST====== */
/* ====================== */
#members-list{
	margin-left:0!important;
	text-align:center;
	margin:35px 0;
	
}
#members-list li{
	padding-left:0!important;
	display:inline-block;
	margin:15px 5px;
	max-width:180px;
	background: #009fe3;
}
#members-list li:nth-child(4n+1){ /* 1,5 9 */
	background:#1c61a7;
} 
#members-list li:nth-child(3n+4){  /* 4, 7, 10 */
	background:#fbac00;
} 
#members-list li:nth-child(odd){ /* impairs // pas 2, 6, 10 */
	background:#95c11f;
} 
#members-list li:nth-child(3n){ /*  pas 2, 6, 10 */
	background:#1c61a7;
} 
#members-list li a{
	text-decoration:none;
}
.post-type-archive-member .title-country{
	text-align:center;
	margin-bottom:20px;
}
.border-img {
   /* border: 1px solid #ddd; */
    padding: 25px;
   /* float: left;*/
    /*margin-right: 15px;*/
    text-align: center;
}
#members-list .member-title{
	font-size: 11px;
line-height: 16px;
max-width: 80%;
margin: 10px auto;
	color:#fff;
	min-height:60px;
}
#members-list .border-img{
	height: 120px;
    width: 100%;
	line-height: 120px;
	background:#fff;
	 padding: 8% 0;
}
#members-list a:hover img{
	opacity:0.5;
}
.border-img img {
    max-width: 80%;
    height: auto;
	width:auto;
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.list-members {
	margin:0;
	padding:0;
	text-align:center;
}
.list-members li{
	list-style:none;
	display:inline-block;
	width:22%;
	padding:0;
	margin:1%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
background:#fff;
}
.list-members .country{
	font-size: 14px !important;
	line-height: 20px !important;
	color: #ffffff !important;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center !important;
	background-color: #2c5c9e;
	display: block;
	margin: 0 !important;
	padding: 6px 0;
}
.list-members .thumb{
	height:130px;
	line-height:130px;
	vertical-align:middle;
	text-align:center;
}
.list-members .thumb img{
	margin:15px auto;
	max-width:100%;
	height:auto;
	vertical-align:middle;
	display:inline-block;
}
.list-members .member-detail{
	text-align:center;
	min-height:150px;
}
.list-members h3{
	font-size:18px;
	padding:0 15px;
	line-height:24px;
	text-align:center;
	min-height:45px;
}
.list-members .member-detail p{
	line-height:12px;
}
/* ======= FACTS FIGURES ====== */
/* ============================ */
.absolute-facts{
	position:absolute;
	bottom:130px;
	left:0;
	width:100%;
	z-index:15;
	
}
.facts-figures{
	margin:55px 0 0 0;
	text-align:center;
}
.facts-figures li{
	display:inline-block;
	list-style:none;
	width:23.5%;
	margin-bottom:35px;
	position:relative;
}
.facts-figures h3{
	font-size:13px;
	text-align:center;
	margin-bottom:5px;
	margin-top:18px;
	line-height:17px;
}
.facts-figures .fact-number{
	font-size:70px;
	text-align:center;
	line-height:70px;
	margin-bottom:0;
	display:inline-block;
	font-weight:600;
	color:#009fe3;
}
.extra-character{
	display:inline-block;
	font-size:16px;
	max-width:50px;
	line-height:16px;
	padding-top:30px;
	color:#009fe3;
	/*line-height:110px;*/
}
.facts-figures .fact-description{
	font-size:11px;
	line-height:15px;
	min-height:30px;
	
	max-width:80%;
	margin:0 auto;
}
.fact-img{
	text-align:center;
	margin-bottom:10px;
}
.fact-img img{
	display:inline-block;
}
.source-text{
	text-align:center;
	font-size:10px;
}
.facts-figures li:first-child + li .fact-number, 
.facts-figures li:first-child + li .extra-character,
.facts-figures li:first-child + li h3{
	color:#F8AC00;
}
.facts-figures li:first-child + li +li .fact-number, 
.facts-figures li:first-child + li +li  .extra-character,
.facts-figures li:first-child + li +li  h3{
	color:#1c61a7;
}
.facts-figures li:first-child + li +li  +li  .fact-number, 
.facts-figures li:first-child + li +li  +li  .extra-character,
.facts-figures li:first-child + li +li  +li  h3{
	color:#95c11f;
}
/* --- VACANCIES ---*/

.post-type-archive .list-news{
	text-align:center;
	position:relative;
	margin-left:0!important;
}
.post-type-archive .list-news li{
	float:none;
}
.post-type-archive .list-news li a{
	min-height:200px;
	max-height:200px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
}
.post-type-archive .list-news li h3{
	text-align:center;
	font-size:22px;
	color:#95c11f;
}
.post-type-archive .list-news li p{
	color:#223044;
}
.deadline-box{
	position:absolute;
	bottom:20px;
	width:100%;
}
.deadline-box p{
	color:#75b9e3!important;
}
.deadline{
	display:table;
	border:2px solid #75b9e3;
	color:#75b9e3;
	padding:5px 17px;
	margin:0 auto;
	font-size: 12px !important;
}

.single .deadline{
	font-size: 18px !important;
	text-align:center;
}
.list-news li {
	list-style:none;
	display:inline-block;
	background:#fff!important;
	float:left;
	margin-left:1%;
	margin-bottom:2%!important;
	width:32%;
	padding-left:0!important;
}
.list-news li:nth-of-type(3n+1) {	
	margin-left:0;	
}
.list-news  li:first-child{
	margin-left:0;
}
.list-news h3{
	color:#151536 ;
	font-size:17px;
	margin:15px 0 10px 0;
	padding:0 8%;
}
.list-news li p{
	font-size:14px;
	line-height:24px;
	padding:0 8%;
}
.list-news li a{
	text-decoration:none;
	display:block;	
	position:relative;
	min-height:530px;
	max-height:530px;
	overflow:hidden;
	padding-bottom:35px;
}
.list-news .date{
	float:right;
	width:22%;
	font-size:13px;
	display:block;
	padding:0 8% 0 0;
}
/* ======= COLORED MEMBER ====== */
/* ==================== */
.member-bloc{
	text-align:center;
}
.member-bloc li{
	background:#009fe3;
	list-style:none;
	display:inline-block;
	min-height:250px;
	text-align:left;
	margin: 0.8% 0.5%;
}

.member-bloc li:nth-child(4n+1){ /* 1,5 9 */
	background:#1c61a7;
} 
.member-bloc li:nth-child(3n+4){  /* 4, 7, 10 */
	background:#fbac00;
} 

.member-bloc li:nth-child(odd){ /* impairs // pas 2, 6, 10 */
	background:#95c11f;
} 
.member-bloc li:nth-child(3n){ /*  pas 2, 6, 10 */
	background:#1c61a7;
} 
.member-bloc .thumb{
	height:250px;
	line-height:250px;
	overflow:hidden;
	background:#eee;
	text-align:center;
}
.member-bloc .thumb img{
height: 100%;
width: auto;
max-width:200%;
margin: 0 auto;
	filter: grayscale(1);
-webkit-filter: grayscale(1);
-moz-filter: grayscale(1);
display: table-cell;
  vertical-align: bottom;
}
.member-bloc .content{
	padding:10px 20px;
	min-height:85px;
}
.member-bloc li h3{
	color:#fff;
	font-size:18px;
	line-height:22px;
	margin:0 0 10px 0;
}
.member-bloc li p{
	color:#fff;
	font-size:12px;
	line-height:18px;
}
.member-bloc li a{
	color:#fff;
}
/* ======= SUBMENU inside page ====== */
/* =========================== */

/* hide other */
#sidebar-menu > li{
	display:none;
}

#sidebar-menu{
	text-align:left;
}

#sidebar-menu li{
	list-style:none;
	margin:0!important;
}
#sidebar-menu li a{
	text-decoration:none;
	display:block;
	padding: 0 10px !important;
	position:relative;
	font-size:14px;
}
#sidebar-menu  li a:hover{
	color:#95c11f;
}


#sidebar-menu .current-menu-item,
#sidebar-menu .current-menu-item > ul > li{

	display:block!important;

}

#sidebar-menu > .menu-item-has-children > a{

    color: #000;

    font-size: 20px;

	text-transform:uppercase;

    text-decoration: none;

	color:#fff;		

	position:absolute;


	z-index:20;

	pointer-events: none;

   cursor: default;
	
visibility:hidden;
   width:0%;  /* do not display parent item name */

}


/* level 2 = 1st level displayed */
#sidebar-menu > .menu-item-has-children > ul{
	margin:0;
}
#sidebar-menu > .menu-item-has-children > ul > li{
	list-style:none;
	display: inline-block!important;
background: none !important;
padding: 0 !important;
margin: 0 !important;
position: relative;
}


#sidebar-menu > .menu-item-has-children > ul > li{
	font-size:17px;
	padding-left:10px;
}

/* left column parent background orange */
#sidebar-menu > .menu-item-has-children > ul > li{
	color:#FC8B0B;

}

/* ======= TEAM ====== */
/* ==================== */
.cat-description{
	margin-bottom:35px;
}
#team-list{
	margin:0!important;
	padding:0!important;
	text-align:center;
}
#team-list li{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*opacity:0; ----------- animation */
	/*display: none;
	float:left;
	width: calc(25% - 0px);*/
	vertical-align: top;
	text-align: right!important;
	margin: 0 0 45px 0;
	list-style:none;
	width: calc(25% - 20px);
	background:none!important;
	padding:0 10px!important;
	/*min-height:205px;*/
	display:inline-block;
}
.team-name{
	position: absolute;
	bottom: 28px;
	right: 0px; 
	font-weight:600;
	
	color: #563935;
	font-size: 12px;
	padding: 11px 14px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-top-left-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	background-color:#fff;
	z-index: 11;
	text-align:left;
}
.team-status {
    position: absolute;
    background: #009fe3;
   bottom:-8px;
   margin:0;
   z-index: 11;
    right: 0;
	max-width:80%;
	height:35px;
	text-align:right;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    font-weight: 300;
    padding: 6px 10px 3px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
  /*  white-space: nowrap;*/
}
.team-name-center{
	text-align:center!important;
}
.team-job{
	/*position: absolute;
	right: 0;
	top: 90%;*/
	background: #2c5c9e;
	color: #fff;
	font-size: 13px;
	
	font-weight: 300;
	
	/*
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	z-index:10;*/
	width:94%;
	display:block;
	text-align:center;
	
	/*
	white-space: nowrap; */
}
.post-type-archive-team-organisation .team-job{
	line-height: 38px;
	min-height:38px;
	padding: 3px 3% 3px 3%;
}
.single-team-organisation .team-job{
	line-height:18px;
	padding: 8px 3% 8px 3%;
}
.team-job div{
	line-height: 17px;
	display:inline-block;
	vertical-align:middle;
}
.team-img{
	position:relative;
	text-align:center;
	height:250px;
}
.team-img img{
	width:auto;
	height:auto;
	max-width:280px;
	min-width:100%;
	max-height: 100%;
}
.team-description{
	display: block;
	padding: 0px 0 0px 0;
	font-size: 14px;
	line-height: 21px;
	min-height:40px;
	background:#fff;
	position:relative;
}	
#team-list a {
	text-decoration:none;
	color:#223044;
	position:relative;
	display:block;
}
#team-list a .team-img{
		-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
}
#team-list a:hover .team-img img{
	
}
#team-list li a .team-img:after{
	border:0px solid #fff;
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	z-index:3;
}
#team-list li a:hover .team-img:after{
	border:11px solid #fff;
}
#team-list li a .team-img:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(44,92,158,0.7);
	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	opacity:0;
	z-index:2;
}
#team-list li a:hover .team-img:before{
	opacity:1;
}	

/* team logo */
#team-list .logo-relationship{
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	padding:10px;
	max-width: 60px;
height: 25px;
line-height: 25px;
	/*
	background:#fff;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-top-right-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
	*/
}
#team-list .logo-relationship img,
.single-team-info .logo-relationship img{
    width:auto;
    height: auto;
	max-height:100%;
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
}
.single-team-info .logo-relationship {
	text-align:center;
}
.single-team-info .logo-relationship img{
	padding:5px 0;
	max-height:35px;
}
ol li{
	margin-left:25px;
}
/* -- singular team --- */
.single-team-info{
	position:relative;
	margin-bottom:25px;
	max-width: 250px;
}
.team-pic{
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
}
.single-team-info .logo-relationship{
	background:#fff;
	padding:8px 0;
}
.single-team-info .logo-relationship img{
	margin:0 auto;
}

.single-eu-topic .go-back-btn {
	display:none;
}
/* ======= FORMS ====== */
/* ==================== */
label{
	color:#999;
	line-height:26px;
	margin-right:10px;
	margin-top:10px;
	display:block;
}
input[type="text"], 
input[type="mail"],
input[type="email"],
input[type="password"],
select{
	padding:2px 12px;
	font-size:14px;
	height:24px;
	max-width:100%;
	/*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;

}
input[type="radio"]{
	color:#999;
}
.wpcf7-radio .wpcf7-list-item{
	display:block;
}
textarea{
	padding:2px 12px;
	font-size:14px;
	line-height:16px;
	color:#999;
	max-width:100%;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #ddd;
}
input[type="submit"]{
	margin:10px 0;
	text-align:left;
	background:#1d3d6c!important;
	color:#fff;
	border:0;
	padding:8px 35px;
	cursor:pointer;
}
input[type="submit"]:hover{
	background:#95c11f!important;
	color:#fff!important;
}

/* ======= NEWSLETTER subscription ======= */
#mc_embed_signup_scroll{
	position:relative;
	max-width:60%;
	margin:0 auto;
}
#mc_embed_signup .mc-field-group{
	float:left;
	max-width:300px;
}
#mc_embed_signup .mc-field-group input{
	max-width:250px!important;
}
.check-privacy {
    margin-top: 8px;
    float: left;
    width: 300px;
	padding-top:0px;
	font-size:12px;
}
#mc_embed_signup .button{
	top: 5px;
	font-size:14px!important;
	position: absolute;
}

/* ======= FOOTER ======= */
/* ====================== */
#footer{
  position: relative;
  background:#1c61a7;
  padding:15px 0;
}
#footer img{
	padding-top:50px;
}
#footer-blocks{
	padding:0px 0 40px 0;
}
#footer-blocks > li{
	list-style:none;
	width:20%;
	margin:0 0 0 0;
	display:inline-block;
}
#footer-blocks > li:first-child{
	margin-left:0;
	/*width:20%;*/
}
#footer-blocks > li:first-child+li{
	margin-left:8%;
}
#footer-blocks > li:first-child+li+li{
	margin-left:8%;
}
#footer-blocks > li:first-child+li+li+li{
	margin-left:12%;
	width:11%;
}

#footer-blocks li a{
	color:#fff;
	text-decoration:underline;
}
#footer-blocks .button{
	text-decoration:none;
	border-color:#fff;
}
#footer-blocks h4{
	color:#fff;
}
#footer-blocks p{
	color:#fff;
	line-height:20px;
	font-weight:400;
	font-size:13px;
	margin-bottom:0;
}
#footer-blocks li a:hover{
	color:#fbac00 !important
}
#footer-blocks li a.button:hover{
	color:#fff!important;
}
#footer-blocks #social{
	position:relative;
	margin-left:15px;
	margin-right:0;
}
#footer-blocks #social li a{
	color:#fff;
}
.footer-copyright{
	background:#009fe3;
	padding:20px 0;
	line-height:18px;
}
#menu-footer-menu li{
	margin-bottom:0;
}
#menu-footer-menu a{
	color: #fff!important;
	border-bottom: 1px solid #666;
	display: block;
	font-size:14px;
	line-height:15px;
	padding: 8px 0;
	text-decoration:none;
}
#menu-footer-menu a:hover{
	color:#697e9d;
}
.copyright{
	color:#fff;
	z-index:2;
	font-size:11px;
	margin-bottom:0!important;
	padding-right:0px;
}
.copyright a{
	color:#fff;
}
.alys{
	float: right;
	text-decoration:none;
	color:#fff;
}
/* -------------------------------- MEDIA QUERIES -------------------------------------------- */
.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;}
.mobile-only{display:none;}
@media only screen and (min-width: 1100px) and (max-width: 1250px){
	/*#search{top:100px;background:rgba(255,255,255,0.7);padding:0 10px;right:0;}*/
}
@media only screen and (min-width: 768px) and (max-width: 900px){
	/*#search{top:70px;background:rgba(255,255,255,0.7);padding:0 10px;right:0;}*/
	
	.intranet-teasers li{
		width: 30%;	
	}
}
/* ------------------------  ipad  -------------------------------- */
/* ------------------------  ipad  -------------------------------- */
/* ------------------------  ipad  -------------------------------- */
/* ------------------------  ipad  -------------------------------- */
@media only screen and (min-width: 901px) and (max-width: 1350px){
	.wrap{width:90%;}
	.copyright{width:85%;}
	
	#main-menu li > a{padding: 0 12px;}
	#top-menu{/*right:200px;*/}
	#home-header{height:520px;}
	.slide-title h1{margin-bottom:10px;}
	#slider,.slides, .slides li{height:480px;}
	.search-field{height:41px;}
	.searchsubmit{padding:12px 5px 12px 5px !important;}
	
	#header #social{top:8px;}

	/* home */
	#logo-center{top:110px;}
	#logo-center .logo{width:450px;}
	.home .teaser-content{margin-bottom:0;}
	.home #teasers{padding-bottom:0;}
	h3{font-size:24px;line-height:28px;}
	.home-intro{top:5%;}
	.bg-slide-content{max-width:25%;}
	.facts-figures .fact-number{font-size:60px;}
	
	/* publications */
	.list-publications .publication-cover{max-height: 290px;}
	
	/* columns */
	/*.column-4 li,.column-4 li:nth-of-type(4n+1){width:31%!important;margin:0 1% 2% 1%!important;}*/
	/*intranet*/
	.intranet-teasers li{		
		width: 30%;		
	}

	/* working groups */
.activity-template-temp_list-wg .list-events .event-detail h3{/*line-height:136px;*/}
.activity-template-temp_list-wg .list-events .event-detail{min-height:130px;}
.news-info-box{background:#fff;}
#content iframe{max-width:100%!important;}
.list-events .date-event{font-size:10px;line-height:14px;padding:2px 5% 0 5%;width:90%;}
.list-events .event-detail h3{margin-bottom:0;}
	
	/*projects*/
	.post-type-archive-projects .list-events li .thumb{/*height:150px;background:#fff;*/}
	
	/* team */
	#team-list li{min-height:225px;}
	.team-name{position:relative;bottom:auto;line-height:16px;}
	.team-status{bottom:-20px;max-width:90%;}
	.team-img{min-height:185px;}
	.team-img img{max-width:100%;}
	.team-description p a{ -ms-word-break: break-all; word-break: break-all;max-width: 210px;
display: block;}
	.member-bloc li{min-height: 330px;}
	.member-bloc .thumb {height: 200px;line-height: 200px;}
	
	/* events */
	.list-events .thumb{background:#fff;height:190px;}
	.list-events .thumb img{height:100%;width:auto;}

/* newsletter */
#mc_embed_signup form{padding:10px 0 0 0!important;}
#mc_embed_signup_scroll{max-width:80%;}

/* footer */
#footer-blocks > li:first-child{width:20%;}
#footer-blocks > li:first-child + li + li{width:20%;margin-left:2%;}

}
/* ------------------------  ipad vertical -------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 900px){
	
.wrap{width:90%;}
	
	
	/* menu */
	#main-menu{text-align:left;float:left;margin-left:20px;max-width:80%;margin-top:13px;}
	#main-menu > li > a {font-size:16px;padding: 20px 12px;margin-top:0px;line-height:35px;}
	#main-menu >li> ul{top:70px!important;}
	
	/* top menu */
	/*#top-menu .right{margin-left: 350px;float:none;width:80%;}*/
	.top-menu{margin-right:0;}
	#top-menu{padding-top:5px;}
	#top-menu .right{margin-top:0px;}
	
	/* header */
	.sticky #main-menu{margin-top:17px;}
	.sticky #main-menu > li > a{line-height:35px;}
	.logo{padding-top:17px;width:130px;}
	.sticky .logo{padding-top:20px;}
	.sticky #logo-center .logo{width:110px;}
	#social{top:14px;}
	.sticky #social{top:8px;}
	.sticky #top-menu .right{margin-top:4px;padding-right:110px;}
	.sticky .special-item a:after{top:20px;}
	
	/* home */	
	.home .home-banner{height:450px !important;margin-top:40px;}
	.bgvid{width:100%;height:auto;}
	/*.home-banner{height:600px!important;min-height:300px;}*/
	.slides, .slides li{height:330px;}
	.flex-caption{top:140px;max-width:100%;margin:0 auto;}
	.bg-slide-content{max-width:50%;}
	.slide-title h1{font-size: 38px;}
	.slide-title h1 span{font-size: 22px;}
	.slide-title p {font-size:14px;line-height:20px;}
	#logo-support{top:380px;bottom:auto;}
	.home .list-broadcast, .home-twitter{width:48%;}
	
	/* banner */
	.intern-banner {height:300px!important;min-height:inherit;max-height:inherit;}
	.intern-banner #slide-img{background-position: 0 -100px;}
	.intern-banner #slide-img img{margin-top: 0px;}


	.slide-title p{margin-bottom: 0;}
	.icon-lock{top: 30%;}
	.icon-lock div{height: 50px;width: 50px;}
	
	.platform-teasers .thumb{max-height:195px;}


	/* teasers */
	.teaser-content{margin-bottom:30px;}
	#teasers{text-align:center;}
	#teasers li{width:100%;height:200px;}
	#teasers li .thumb{width:80px;height:80px;line-height:80px;}
	#teasers li p{font-size:14px;line-height:18px;}
	#teasers li h3{font-size: 14px;}
	#teasers.column-4 li{width: 21%!important;}
	#teasers.column-5 li{width: 17.5%;}
	#teasers.column-5 li h3{font-size: 12px;}
	#teasers.column-6 li{width: 14%;}
	#teasers.column-6 li h3{font-size: 12px;line-height: 15px;}

	/* gutenberg */
	.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container{max-width:90%!important;}
	.wp-block-cover, .wp-block-cover-image{max-width:99%!important;}
	
	/* columns */
	.column-4 li,.column-4 li:nth-of-type(4n+1){width:31%!important;margin:0 1% 2% 1%!important;}
	
	.member-bloc .content{min-height:105px;}
	
	/* news */
	.list-news {text-align:center;}
	.list-news li:nth-child(2n+1){margin-left:0;}
	.list-news .news-detail{text-align:left;}
	.list-news .thumb{}
	.list-news-2 li h3{font-size:16px;line-height:22px;}
	
	img .alignleft, .alignleft{float:none;margin:0 auto 20px;display:block;}
	
	.facts-figures .fact-number{font-size:50px;}
	
		/* columns */
	.column-4 li,.column-4 li:nth-of-type(4n+1){width:31%!important;margin:0 1% 2% 1%!important;}
	
	
	/* publications */
	.list-publications .publication-cover{max-height: 220px;min-height:inherit;}
	.list-publications li h3{font-size: 13px;line-height: 18px;padding:0 15px;}
	.list-publications li .category{padding:1px 15px;font-size:10px;}
	.list-publications .date{font-size:10px;line-height:18px;}
	
	/* events */
	.list-events li{width:100%;margin-left:0;}
	.list-events .event-detail h3{font-size: 12px; line-height: 16px;margin-top:10px;}
	
	/* news */
	.list-news-2 li .thumb{height:130px;}
	
	
	/* basics */
	h1{font-size:38px;line-height:42px;}
	h2{font-size:24px;line-height:28px;}
	
	/* member footprint */
	.filter-title{    font-size: 13px;line-height: 17px;}
	.filters-vertical li{columns: 2;-webkit-columns: 2;-moz-columns: 2;}
	.filters-vertical li a{font-size:10px;line-height:14px;}
	#members-list li{width:150px;}
	#members-list .border-img{height:120px;line-height:120px;}
	
	/* team */
	#team-list li{min-height:225px;}
	.team-img{height:185px;}
	.team-status{height:45px;bottom:-50px;}
	.team-img img{max-width:100%;}
	.team-description p a{ -ms-word-break: break-all; word-break: break-all;max-width: 180px;
display: block;}
	
	/* projects */
	.post-type-archive-projects .list-events li{width:100%;margin:0 0 20px 0;}
	.post-type-archive-projects .list-events .thumb{/*max-height:185px;*/}

	/* logo support */
	.list-logo-support{margin-top:0;}
	
	/* intranet */
	#intranet-nav ul li a{font-size: 12px;padding: 15px;}
	.list-wg li{width:45%;margin:15px!important;padding: 20px 0px;}
	
	/* pages */
	.page-content h2{font-size: 30px;line-height: 36px;}
	.list-news li{width:48%;}
	.single-list-news li:first-child + li + li{margin-left: 0;}
	
	/* footer */
	#mc_embed_signup_scroll{max-width:inherit;}
	#footer-blocks > li:first-child{width:15%;}
	#footer-blocks > li:first-child + li + li{margin-left:3%;width:27%;}
	#footer-blocks > li:first-child + li + li + li{margin-left: 3%;width: 16%;}

}
/* ------------------------  iphone  -------------------------------- */
/* ------------------------  iphone  -------------------------------- */
/* ------------------------  iphone  -------------------------------- */
@media only screen and (min-width: 200px) and (max-width: 767px){
		.mobile-only{display:block;}
	.desktop-only{display:none;}
/* --- menu principal dropdown mobile ---  */
	a#pull { display:block;background:url('images/nav-mobile.png') right center no-repeat transparent; height:60px; width:100%; position:absolute;z-index:20;top:10px;right:0;outline:none;}
	.nav-list {display:none; }
	#main-menu{max-width:100%;text-align:center;margin:0;position:absolute;top:67px;padding-top:0px;z-index:900;background:#fff;width:100%;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);}
	#main-menu li{display:block;width:100%;padding-left:0;margin:0;border-bottom:1px solid #ddd;}
	#main-menu li a{text-shadow:none !important;max-width:100%;margin:0;padding:12px 0px;color:#2c5c9e;}
	#main-menu .current{}
	#main-menu .current a, #main-menu li > a:hover, #main-menu > .current-menu-item > a, .current-page-parent > a, .current-menu-ancestor > a, .current-menu-parent > a{color:#95c11f!important;}
	#main-menu > li > a{line-height:25px;}
	/* sous-menu */
	#header #main-menu li ul{display:none;top:0; opacity: 1;visibility: visible;z-index: 1;position:relative;background:#fff;text-align:center;padding-top:0;margin:-15px 0 15px 0;} 
	#header #main-menu li ul li{border:none;}
	#header #main-menu li ul li a{font-size:14px;color:#888;border:none;}
	.sticky #main-menu{width:100%;margin:0;}
	.sticky #main-menu > li > a{line-height:25px;}
	#header #main-menu li ul{padding-bottom:0;box-shadow:none;}
	
	.wrap{width:90%;}
	.copyright{width:85%;}

/* toggle search */
	.desktop-only.search-bloc{top:-25px;}
	.mobile-only.search-bloc{position:relative;top:0; left:0;}
	.sticky .mobile-only.search-bloc{/*display:none!important;*/}
	.mobile-only .search-form{left:0px;padding:0;display:none;position:relative;top:-5px;right:25px;z-index:999;width:100%;}
	.mobile-only #search{max-width:inherit;background:#fff;height:35px;margin:0!important;width:100%;padding-bottom:30px;}
	.open-search{position:absolute;right:25px;top:-4px;display:block;cursor:pointer;z-index:999;}
	.open-search span{text-shadow:none;color:#1c61a7;}
	.search-form{top:30px;}
	.mobile-only.search-bloc .search-field{top:-20px;position:relative;width:90%;background:#fff;}
	.mobile-only.search-bloc .searchsubmit span{top:-20px;position:relative;}
	
	
	
	/* top menu */
	#header .wrap{margin-top:30px;}
	#header #top-menu .wrap{margin-top:0px;}
	.sticky #top-menu .right{margin-top:10px;}
	.sticky #top-menu, .sticky #social{display:block;}
	#top-menu{/*background:#2c5c9e;*/float:right;margin-right:120px;}
	#top-menu .right{margin-left:20px;float: none;background:none;padding:0;margin-top:0;}
	.top-menu{margin-right: 0;}
	.top-menu li a{font-size: 9px;line-height: 20px;padding: 3px 5px;}
	#top-menu .right{left:0;}
	
	/* head*/
	/*#search{top:70px;background:rgba(255,255,255,0.7);padding:0 10px;right:0;}*/
	#header .wrap{width:100%;}
	#header{height:100px;}
	.top-info p{display:none;}
	#logo-center{top:80px;}
	#logo-center .logo{width:350px;}
	.logo{float:none;width:150px;top:0;z-index:90;padding:0;}
	.sticky .logo{width:150px;margin-left:0px;padding:0;}
	.sticky #logo-center .logo{width:110px;}
	#top-menu {float:none;height:20px;padding: 10px 0;width:100%;}
	.login {float: right;}
	#home-header{height:350px;}
	.imgbackground{height:330px;}
	.imgbackground img{height:100%;width:auto;}
	.top-menu{float:right;margin-right:120px;}
	
	#social {right:45px;top:10px;margin-top:0;/*display:none;*/float:right;margin-right:65px;}
	#social li {display:inline-block;margin:0 0 0 5px;height:25px;}
	.login{padding-bottom:10px;}
	#main-menu > li > ul:after{display:none;}
	
	/* logo support */
	.list-logo-support{margin-top:0;}
	
	/* home */
	.home .list-news-2 li{margin-left:0!important;}
	#home-header,#home-teasers, #home-newsletter, #home-news, #home-news-events, #home-content, #footer{overflow:hidden;}

	#logo-support{top:240px;}
	.logo-support-content .owl-item cloned{margin-right:20px;}
	#slider{margin-top:0px;height:100%;}
	.home-banner .slides > li img{height:100%!important;width:auto!important;}
	.slides, .slides li{}
	.slide-title{top:0px;}
	.home .slide-title h1{font-size: 26px;line-height:28px;margin:0 auto!important;}
	.slide-title h1 span{font-size: 14px;line-height:12px}
	.slide-title p {font-size:18px;line-height:20px;}
.flex-direction-nav,.flex-control-nav{display:none;}
	.slide-title .button{font-size:12px; padding: 6px 40px;margin-top:0px;}
	.banner-title {top:60%;}
	.flex-caption{width:90%;left:5%!important;right:auto!important;}
	.bg-slide-content{min-width:200px;}
	.flex-caption .button{margin-top:10px;}
	#home-header h1, .banner-title h1{font-size:36px;width:90%;margin:0 auto;text-align:center;line-height:38px;}
	 .slide-title{width:100%;font-size:30px;margin:0 auto;}
	#home-content img{float:none!important;margin:0!important;max-width:100%;}
	.home .list-broadcast, .home-twitter{width:100%;}
	.broadcast-description{display:none;}
	.home-twitter{margin:35px 0 0 0 ;max-height:280px;overflow:hidden;}


.platform-teasers li{width:90%;margin:0!important;}
	
	/* banner */
	.home-banner{height:500px!important;margin-top:0;}
	#banner{height:190px;}
	.home #banner img{margin-top:100px;}
	.intern-banner {/*height:200px!important;*/min-height:190px;padding-top: 0px;}
	.intern-banner #slide-img{background-position: 0 -30px;}
	.intern-banner #slide-img img{margin-top: 0px;}
	.intern-banner .flex-caption{bottom:0px;}
	.intern-banner h1::after{display:none;}
	.intern-banner h1{font-size:28px;width:90%;line-height:38px;display:inherit;}
	#banner img {width: 100%;height:auto; /*height: 308px;*/}
	.slide-title p{margin-bottom:5px;}
	.icon-lock{top:40%;}
	.icon-lock div{width:35px;height:35px;}
	
	.bg-slide-content{max-width:100%;}
	.home .slide-title h2{font-size:18px;line-height:22px;}
	.slide-title p{font-size:13px;line-height:16px;}
	
	/* teasers */
	#teasers{padding-top:0;margin-bottom:25px;}
	#teasers li,.column-4 li,.column-5 li{width:100%!important;padding:0;margin:0 0 20px 0;}
	#teasers li{height:70px;}
	#teasers li a{padding: 0;display:block;height:100%;}
	#teasers li .thumb{width:45px;height:45px;line-height:45px;margin:10px 20px 0px 20px!important;float: left;display:block;max-height:100%;border:2px solid #fff;}
	#teasers li .thumb img{width:80%;max-width:inherit;}
	#teasers li h3{text-align:left;font-size:17px;line-height:50px;width:60%;display:inline-block;}
	#teasers li p{font-size:16px;line-height:70px;margin:0;text-align:left;}
	
	#home-content{width:100%;max-width:100%;}
	#partners li {width:49%;margin-left:0;}
	
	/* news */
	.list-news li{width:100%;float:none;margin:0 0 15px 0!important;}
	.list-news .news-detail{bottom:50px;}
	.list-news .thumb{}
	.list-news li a{}
	.owl-carousel .owl-item{min-height:90px;min-width:100px;}
	.list-news-2 li{width:100%;margin-left:0!important;}
	/*related news*/
	.single-intranet-news #relatedposts .list-news-2 li{width:100%;}
	
	/* publications */
	.list-publications li{width:100%;float:none;margin:0 0 15px 0!important;}
	.publication-cover-link{float:none;margin:0 auto 25px;text-align:center;}
	.single .publication-cover{margin:0 auto;}
	.related .list-publications{padding:0;}
	.related .list-publications li{}
	
	/* - */
	.go-back-btn{left:-12px;bottom:75px;}
	#filters{padding:20px 8px;}
	.readmore{margin-right:35px!important;}
	.readmore::after{width:25px;height:25px;background-size:25px 50px!important;}
	
	/* form join us */
	.wpcf7-form{max-width: 80%;margin: 0 auto;}

	/* basics */
	h1{font-size:28px;line-height:34px;}
	h2{font-size:22px;line-height:28px;margin-top:20px;}
	h3{font-size:20px;line-height:26px;}
	img .alignright, .alignright,img .alignleft, .alignleft{float:none;margin:0 0 25px 0;max-width:100%;height:auto;}
	
	/* facts figures */
	.facts-figures li{width:45%;}
	.facts-figures li:nth-child(even){margin-left:5%;}
	.facts-figures .fact-number{font-size:45px;}
	
	/* intranet*/
	#intranet-nav ul li{width:100%;}
	#intranet-nav ul li a{font-size: 14px;padding: 15px 0px;}
	.list-wg li{width:100%;margin:0 0 15px 0;padding: 20px 0px;}

	.intranet-teasers li{		
		width: 46%;
		height: 140px;
	
	}
	
	/* page */
	#page-content img, #page-content iframe{max-width:100%;height:auto;}
	.left50,.right50,#content-right{float:none;width:100%;}
	.right50{margin-top:25px;}
	#content-left{float: none;width: 100%;}
	#page-content {padding: 0 ;}
	.page-content h2{font-size: 30px;line-height: 36px;}
	.inner-news-block .news-block{width:100%!important;}
	/*.post-type-archive-funding-organisation */.organisations li{min-height:10px;}
	#projects li{width:96%;max-width:100%;margin:0 0 20px 0;}
	.page-id-2 .shadow-block{min-height:inherit;margin-bottom:25px;}
	.wp-block-cover .list-style-icons{padding-left:0;}
	.has-large-font-size{line-height:1em;}
	
	/* team */
	#team-list li{width:49%;min-height:195px;}
	.team-img{height:auto;min-height:110px;}
	.team-img img{max-width:100%;}
	.team-name{line-height:16px;font-weight:400;text-align:center;}
	.team-name span{white-space:normal!important;line-height: 16px;width:100%;}
	.team-job div{font-size:11px;line-height:13px;}
	.team-description p a{ -ms-word-break: break-all; word-break: break-all;max-width: 150px;
display: block;}
#team-list .logo-relationship{position:relative;max-width:inherit;text-align:center;}
	.single-team-organisation img .alignright, 
	.single-team-organisation .alignright{float:none;}
	.single-team-organisation img .alignright img, 
	.single-team-organisation .alignright img{margin:0 auto 20px;display:block;max-width:100%;height:auto;}
	.team-name,.team-status{position:relative;height:45px;bottom:0;max-width:100%;}
	
	
	/* events */
	.home .list-events li, .post-type-archive-partners .list-events li, .term-covid-special .list-events li{width:100%;margin-left:0;}
	
	.list-events li{width:100%;margin:0 0 15px 0;}

	.list-events .event-detail .city{max-height:inherit;font-size:10px;text-align:left;}
	.list-news .thumb img{width:100%;}
	.list-news .publication-cover img{width:auto!important;}
	.event-pic{margin-top:0;}
	.list-events .event-detail h3{font-size: 12px; line-height: 16px;margin-top:10px;}
	

	/*projects*/
	.post-type-archive-projects .list-events li .thumb{/*max-height:100px;*/}
	.post-type-archive-projects .list-events .event-detail p{font-size:12px;line-height:15px;}
	.list-events .thumb{background:#fff;height:200px;}
	.list-events .thumb img{width:auto;height:100%;}
	
	/* sidebar */
	#sidebar-left{padding:0;}
	#sidebar-right{padding:0;}
	#sidebar-right,#sidebar-left {float: none; width: 100%;}
	#sidebar-right #main-menu{position:relative;width:100%;background:none;}
	#sidebar-right #main-menu li a { border-bottom: 1px solid #ddd;}
	.short-link{max-width:180px;}
	
	/* member footprint */
	.filters-vertical li{padding: 0px 10px;margin-bottom:0;line-height: 12px;}
	.member_cont{display:block;}
	.member_pic{margin:15px auto;}
	.member_desc{padding:0 10px 20px 10px;}
	.left-column, .right-column{width:90%;margin-left:4%;}
	.filters-vertical{columns: 1;-webkit-columns: 1;-moz-columns: 1;}
	#members-list li{width:45%;margin:5px;}
	#members-list .border-img{margin:0 auto;}
	
	/* network */
	.partner-summary{padding-bottom:20px;}
	.post-type-archive-partners .list-events .thumb{flex:20%;padding:0 10px;}
	.post-type-archive-partners .list-events .thumb img{max-width:100%;}
	
	/* columns¨*/
	.right-content, .left-content{float:none;width:100%;}
	
	/* newsletter */
	#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%;}
	#mc_embed_signup_scroll{max-width:inherit;}
	#mc_embed_signup .mc-field-group{width:70%!important;}
	
	/* gutenberg */
	.wp-block-embed iframe{max-width:100%!important;}
	.wp-block-embed-flickr iframe{max-width:100%!important;}
	.wp-block-embed .flickr-embed .flickr-embed-photo{width:100%!important;}
	.wp-block-embed .flickr-embed .flickr-embed-photo img{height:auto;}
	.wp-block-cover, .wp-block-cover-image{max-width:99%;}
	.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container{max-width:90%;}
	
	.btn-margin-right{margin-right:0.5em!important;}
	
	/* footer */
	#footer-blocks > li{width:45%!important;margin:0!important;}
	#footer-blocks > li:nth-child(even){margin-left:3%!important;}
	#footer-blocks h4{font-size:16px;font-weight:bold;}
	#footer-blocks #social{float:none;margin-left:40px;}
	#footer-blocks img{max-width:120px;}
	#footer-blocks .button{padding: 5px 10px;font-size: 14px;}
	.copyright{width:100%;}
	.wp-pagenavi a, .wp-pagenavi span{margin-top: 10px !important;display: inline-block;}
}

@media only screen and (max-height: 767px){
	#teasers{padding:0;}
	#teasers li a{padding: 5px 0;}

	
}