/*
Theme Name: ALYS
Author: ALYS Team
Version: 1
*/
/* logo */
.logo img {width:100%;}


/* nav */

/* logo text */
.flex-caption {
   -webkit-animation: fade-in-fwd 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
   animation: fade-in-fwd 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
   animation-delay: 1.2s;
   -webkit-animation-delay: 1.2s;
}
/* full width */
.alignfull{
 width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
} 

/* buttons */
.wp-block-button__link {transition: ease-in 0.3s!important;}
.wp-block-button__link:hover {transition: ease-out 0.3s!important;}

/*animate*/
.fd_in_animate{visibility: hidden;--animate-duration: 1s;}
.sld_in_animate{visibility: hidden;--animate-duration: 1s;}

/*edit link*/
a.btn-edit-post-link {margin-bottom: 5px;color: #A0A0A0; position: absolute !important;
    bottom: 0px;
    right: 0px;
    z-index: 5;    height: 20px !important;
    width: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important; max-height: 20px;}

a.btn-edit-post-link:hover {color: rgb(57, 57, 57); }

a.btn-edit-post-link-custom {margin-top: 5px;margin-bottom: 5px;color: #A0A0A0; position: relative !important;
    z-index: 5;    height: 20px !important;
    width: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important; max-height: 20px;}

a.btn-edit-post-link-custom:hover {color: rgb(57, 57, 57); }

/* --- KEYFRAMES NOAH --- */

@-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;
  }
}


/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%; 
	font: inherit;
	vertical-align: top;
}
/* Global */
*{
	margin:0; 
	padding:0; 
}
html,body {
	height:100%;
}
body {
	font-size:14px;
	line-height:18px;
	color:#565656;
	font-weight:400;
	position:relative;
  height: 100%;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
h1{
	color:#565656;
	font-size:42px;
	margin-bottom:40px;
	font-weight:700;
	line-height:44px;
}
h2{
	color:#04577C;
	font-size:46px;
	margin:30px 0 20px 0;
	padding-bottom:20px;
	font-weight:700;
	line-height:48px;
	font-weight: 600;
	position:relative;
}
h2:after{
	content:" ";
	position:absolute;
	bottom:-7px;
	left:0;
	height:4px;
	width:110px;
	background:#A7A8E0;
}
h2.center-line:after{transform: translateX(-50%); left:50%;}
h2.sp{ text-align: center;}
h3{
	font-weight:600;
	line-height:26px;
	margin:20px 0 10px 0;
	position:relative;
	color:#565656;
	font-size:28px;
}
h4{
	color:#04577C;
	font-size:23px;
	line-height:22px;
	font-weight:600;
	margin:20px 0 10px 0;
}
p{
	margin-bottom:10px;	
	font-size:18px;
	line-height:28px;
	color:#6e6666;
}
li{
	margin-bottom:10px;	
	font-size:18px;
	line-height:22px;
	color:#6e6666;	
}
.aligncenter{margin:0 auto;display:block;}
.center-btn{margin:40px auto;display:block;text-align: center;}
.center-btn .wp-block-button__link:hover{background-color: #A7A8E0; color: #fff;}
.wp-caption-text{font-size:11px; text-align:center;font-style:italic;}
img .alignleft, .alignleft{float:left;display:inline;margin-right:20px;}
img .alignright, .alignright{float:right;display:inline;margin-left:20px;}
img .alignright:after{content:" ";clear:both;}
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img{height:auto; max-width:100%;}
strong, b{font-weight:bold;}
em{font-style:italic;}
.clear{clear:both;}
.readmore{
	color:#00889E!important;
	display:block;
	padding:5px 0;
	text-decoration:none!important;
}
.readmore:after{
	content:" ";
	background:url('images/arrow.png')  top right no-repeat;
	height:19px;
	width:26px;
	position:absolute;
}
.readmore:hover, #teasers a:hover .readmore{
	color:#FC8B0B!important;
}
.readmore:hover:after, #teasers a:hover .readmore:after{
	background-position:bottom right;
}
.button{
	margin-top:10px;
	font-size:14px;
	font-weight:600;
	line-height:24px;
	display:inline-block;
	padding:6px 45px;
	text-decoration:none;
	border-radius:4px;
	border:2px solid #04577C;
	color:#04577C;
	
	
	 transition: all 0.2s ease;
	 -moz-transition: all 0.2s ease;
	 -webkit-transition: all 0.2s ease;
	 
}
.button:hover{
-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.32);
box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.32);
	color:#04577C;
	border-color:#04577C;
	background:#fff;

}

.button-nude {    
    text-transform: uppercase;
    color: #04577C;
    letter-spacing: 0.4px;
    text-decoration: none;
    margin-top: 10px;
    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: #04577C;
    border: 1px solid #04577C;
}
.pdflink{
	text-decoration:none;
	padding:0px 0 0px 30px;
	display:inline-block;
	background:url('images/icon-download-link.png') left 2px  no-repeat;
	color:#696264;
	background-size:25px 91px;
		transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.pdflink:hover{
	background-position: left  -66px ;
	color:#000;
}
.seeall{
	text-decoration:none;
	color:#4a4a4a;
	position:relative;
	margin-top:20px;
	line-height:18px;
	background:url('images/seeall-arrow.png') right top no-repeat;
	display:inline-block;
	padding:7px 45px 6px 5px;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.seeall:hover{
	color:#1D93D2;
	background-position: right bottom;
}
.bcontent{
}
img{
	display:block;
}
.wrap{
	width:1200px;
	margin:0 auto;
}
.back{
	border:1px solid #ccc;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	display:inline;
	padding:6px 25px 6px 35px;
	text-decoration:none;
	color:#504a4a;
	background:url('images/back-arrow.png') left 8px no-repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	margin:0 0 25px 0;
}
.back:hover{
	color:#5a88c1;
	background-position:left -22px;
}
hr{
	border-top:1px solid #ccc;
	border-bottom:0;
	border-left:0;
	border-right:0;
	margin-bottom:15px;
}
a{
	color:#1d93d2;
}
a:hover{
	color:#202e55;
	text-decoration:none;
}
blockquote{
	padding:0px 25px;
	font-style:italic;
	margin-bottom:35px;
	position:relative;
}
blockquote:before{
	position:absolute;
	top:0;
	left:-15px;
	content:'“';
	font-family:"Montserrat", sans-serif;
	font-size:66px;
	color:#04577C;
	opacity:0.4;
}
blockquote:after{
	position:absolute;
	bottom:-15px;
	right:-15px;
	content:'”';
	font-family:"Montserrat", sans-serif;
	font-size:66px;
	color:#04577C;
	opacity:0.4;
}
blockquote p{
	color:#04577C;
	font-size:22px;	
}
/*center box*/
.center-box{margin: 0 auto;text-align: center;}
/*Focus section home page */
.focus-box{ background-color: #fff; margin: 0 auto; padding:0px;z-index: 3;overflow: hidden;}
.focus-box .thumb{position: relative;padding: 5px;transition: 0.3s ease-out;}
.focus-link{z-index: 3;
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 28%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 28%);}
.focus-link:hover {
	-webkit-box-shadow: 0px 5px 9px 1px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
    box-shadow: 0px 5px 9px 1px rgb(0 0 0 / 60%);
	text-decoration: solid;
}
.focus-link:hover .thumb{transform: scale(1.1);}
.focus-box h3{font-size: 20px;color: #565656;}
.focus-right{ top: 30%;   
    position: absolute;
    right: 0;
    z-index: 4;    
    width: 15%;
	-webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0px 5px 15px rgba(0,0,0,0.6);
    box-shadow: 0px 5px 15px rgb(0 0 0 / 60%);
	animation: focusmoveleft;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-direction: normal;}
@keyframes focusmoveleft {
	0%   {right: -16%;}
	100%  {right: 0px; }
  }		
.focus-right h3{text-transform: uppercase;font-weight: bold;line-height: 22px;color: #565656;margin-top: 0px;}	
.focus-right .focus-content {padding:10px;}
.focus-right .focus-content p{font-size: 14px;font-weight: bold; color: #6e6666; line-height: 22px;margin-bottom: 10px;}

.focus-middle{bottom: 10%;   
    position: absolute;
    left: 28.75%;
    z-index: 4;    
    width: 41%;
display: flex;}
.focus-middle .thumb{flex: 35%;}
.focus-middle .focus-content{flex: 65%; padding:3% 0 0 3%; }
.focus-middle .focus-content p{font-size: 14px;font-weight: bold; color: #6e6666; line-height: 22px;margin-bottom: 10px;}
.focus-middle h3{text-transform: uppercase;font-weight: bold; margin-top: 0px;color: #565656; line-height: 22px;}


.focus-sml-box {width: 46%;background-color: #fff; margin:30px auto 30px auto; padding:0px; position: relative;-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);	
	align-items:stretch;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;}

.focus-sml-box a{text-decoration:none;
	display:block;	
	}
.focus-sml-box .focus-sml-img:before, .focus-box .thumb:before {
		content: "";
		position: absolute;
		top: 44%;
		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;
}
.focus-sml-box	.inner-box{display: flex;}
.focus-sml-box	.focus-sml-img{flex: 35%; position: relative;}
.focus-sml-box	.focus-sml-img img{width: 100%; height: auto;}
.focus-sml-box .focus-content{flex: 65%; padding:3% 0 0 3%; }
.focus-sml-box .focus-content p{font-size: 14px;font-weight: bold; color: #6e6666; line-height: 22px;}
.focus-sml-box .focus-content h3{text-transform: uppercase;font-weight: bold;font-size:16px;line-height: 20px;margin-top: 0px;color: #565656;}	

#banner img{
	width:100%;
	height:auto;
	margin-top:0px;
}

@media only screen and (min-width: 1120px) {
	.focus-sml-box{ display:none;}
	.focus-middle{display: flex;}
	.focus-right{display: block;}
}
@media only screen and (max-width: 767px) {
	.focus-sml-box {width: 100%;}
	/*.slider-box {height: 240px;}*/
}	
@media only screen and (max-width: 1119px) {
	
	.focus-sml-box{ display:block;}
	.focus-box{display: none;}
}	
/*Focus section home page */



/* ---------------------------------- */
/* --------- WP5 gutenberg----------- */
.btn-hover a{
	background:#04577C!important;
}
.btn-hover a:hover{
	background:#A7A8E0!important;
	color: #fff;
}
.ui-tabs-nav li{
	background-image:none!important;
	padding-left:0!important;
}
#page-content{
	overflow: hidden;
}

.blocks-gallery-grid li{
	padding-left:0!important;
	background:none!important;
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption{
	padding:40px 0 15px 0!important;
}

/* ======= HEADER ======= */
/* ==================== */
.admin-bar #header{/*position:relative;*/}
.admin-bar #slider, .admin-bar #banner{margin-top:0;}
#wpadminbar .edit-icon a{
	position: relative;
	float: left;

	padding: 4px 0;

	background-image: none !important;
	margin-right: 6px;
}
#wpadminbar .edit-icon a:before{
	content: "\f464";
	top: 2px;
	color: #a0a5aa;
	color: rgba(240,245,250,.6);
	position: relative;
	transition: all .1s ease-in-out;
	font: 400 20px/1 dashicons;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* ----- */
#header{
	position:fixed;
	z-index:90;
	width:100%;
	top:0px;
	padding-top:0px;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	background:none;
}

.logo{
	float:left;
	padding:15px 0 15px 0;
	width:230px;
	display:block;
		transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
}
.sticky .logo{width:150px;}
.logo img{
	height:auto;
	image-rendering: -webkit-optimize-contrast; /* chrome flou */
}
.home .sticky #header{
	/*
	box-shadow:none;
	background:none;
	display:none;*/
}
.sticky #header{
	-webkit-box-shadow: 0px 4px 8px 0px rgba(50, 50, 50, 0.36);
	-moz-box-shadow:    0px 4px 8px 0px rgba(50, 50, 50, 0.36);
	box-shadow:         0px 4px 8px 0px rgba(50, 50, 50, 0.36);
	background:#fff;

}

.sticky #main-menu > li {padding: 20px 20px 20px 20px;}
.sticky #main-menu > li:hover > ul {top: 54px;}
/* --- top menu --- */
#language-menu{
	float:left;
	padding:10px 20px 0 0;
	position:relative;
}
#language-menu li{
	display:inline-block;
	list-style:none;
}
#language-menu li a{
	text-decoration:none;
	color:#999; 
	font-size:12px;
	display:block;
	padding: 0px 2px;
}
#language-menu li a:hover, #language-menu .current a{
	color:#00b6d4;
}
#language-menu li:first-child a{
	border:none;
}
#top-menu{
	height:35px;
	line-height:35px;
	width:100%;
	position:absolute;
	z-index:20;
}
.top-info{
	float:right;
	margin-right:300px;
}
#top-menu .right{
	float:right;
}
.top-social-icons{margin-top: 10px;}
.top-social-icons .sfsi_wDiv{width: auto!important;}
#header .wrap{
	position:relative;
}
.top-info p{
	color:#fff;
	margin-bottom:0;
	font-size:12px;
	line-height:35px;
	padding-left:20px;
	position:relative;
	z-index:999;
	/*background:url('images/icon-map.png') left center no-repeat;*/
}
.top-info p a{
	color:#ffd500;
}
.top-info p a:hover{
	color:#fff;
}
#top-menu-links{
	float:left;
	margin-right:10px;
}
#top-menu-links li{
	list-style:none;
	display:inline-block;
}
#top-menu-links a{
	color:#fff;
	text-decoration:none;
}
#top-menu-links a:hover{
	color:#1d93d2;
}
#search{
	float:left;
	margin-right:100px;
	margin-top:-3px;
}
.search-field{
	height:20px;
	background:none;
	border-bottom:1px solid #ddd;
	border-top:none;
	border-left:none;
	border-right:none;
	border-radius:0;
	color:#ddd;
}
.search-submit{
	background:url('images/icon-search.png') no-repeat!important;
	background-size:cover!important;
	text-indent:-9999px;
	padding:0!important;
	width:22px;
	height:22px;
}
.login{
	color:#151536 ;
	background:#ffd500;
	font-size:12px;
	line-height:28px;
	padding:0 15px 0px 15px;
	text-decoration:none;
	display:inline-block;
	position:absolute;
	top:0;
	z-index:5;
	right:0;/*140px;*/
   -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;
}
.login:hover{
	padding:5px 15px 5px 15px;
}

/* -- 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;
   margin-top:17px;
   height:22px;
   float:left;
   margin-right:20px;
}
.sticky #social{
}
#social li{
	list-style:none;
	margin-left:6px;
	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;
	width:22px;
	height:22px;
	color:#fff;
}
#social li a:hover{
	color:#fff;
}
.sticky #social li a{
	/*color:#35B405;*/
}

/*
.linkedin{
	background:url('images/icon-linkedin.png') no-repeat;
	background-position:center top;
}
.twitter{
	background:url('images/icon-twitter.png') no-repeat;
	background-position:center top;
}
.youtube{
	background:url('images/icon-youtube.png') no-repeat;
	background-position:center top;
} 
#social li:hover{
	background-position:center bottom;
}*/
/* ====== MAX MEGA MENU =======*/
/* ===========================*/
#header nav{float:right;margin-top:76px;}
/* =====================*/
/* -- main menu --*/
#main-menu{
	float:right;
	padding:0;
	text-align:right;
}
#main-menu > li{
	list-style:none;
	margin-bottom:0;
	display:block;
	float:left;
	position:relative;
	z-index:1;
	margin:0 1px;
	padding: 50px 20px 20px 20px;
	  border-bottom:3px solid transparent;
  transition: ease-out 0.3s;
}
.sticky #main-menu > li > a{
	color:#04577C;
}
.sticky #main-menu li ul li a:hover,
.sticky #main-menu li ul .current a,
.sticky #main-menu li ul .current-menu-item a,
.sticky #main-menu li ul .current-page-ancestor a{
	/*background:#35B405!important;*/
}

#main-menu > li > a{
	color:#fff; 
	font-size:22px;
	text-decoration:none;
	display:block;
	padding-bottom:5px;
	font-weight:400;
	border-bottom:3px solid transparent;
	text-shadow: 0px 3px 7px #000000;
}
.sticky #main-menu > li > a{
	text-shadow: none;
}

#main-menu > li > a:hover, 
#main-menu > .current-menu-item > a ,
#main-menu > .current_page_ancestor > a,
#main-menu > .current-page-ancestor > a{
	color:#fff; 
	border-bottom:3px solid #fff;
}
.sticky #main-menu > li:hover > a, 
.sticky #main-menu > .current-menu-item > a,
.sticky #main-menu > .current_page_ancestor > a,
.sticky #main-menu > .current-page-ancestor > a{
	color:#A7A8E0; 
	border-bottom:3px solid #A7A8E0;
}
.sticky #main-menu .current-menu-item a{
	color:#A7A8E0; 
}
/* -- submenu -- */
#main-menu > li:hover > ul{
	visibility: visible;
	opacity: 1;
	top: 76px;
}
#main-menu li ul {
	position:absolute;	
	float:none;
	text-align:left;
	z-index:-1;
	padding:20px 0 0 0;	
	visibility: hidden;
	opacity: 0;
	top: 20px;
   -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;

}
#main-menu li ul li{
	margin:0!important;
	padding:0px;
	list-style:none;	
	display:block;
	position:relative;
	z-index:1;
	line-height: 16px;
}
#main-menu li ul li a{
	text-transform:none;
	display:block;
	padding:6px 20px 6px 20px;
	margin-bottom:0;
	min-width:140px;
	font-size:14px;
	transition:none!important;
	color:#fff; /* bleu 0170b6;*/
	/*border-bottom:1px solid #fff;*/

	border-bottom:none!important;
	text-decoration:none;
	font-weight:600;
	background:#fff;
	background:rgba(255,255,255,0.25);
}
#main-menu li ul li a:hover{	
	background:rgba(255,255,255,0.1)!important;
	color:#fff!important;
}
#main-menu li ul .current a,
#main-menu li ul .current-menu-item a,
#main-menu li ul .current-page-ancestor a{	
	background:rgba(255,255,255,0.1)!important;
}

.sticky #main-menu li ul li a{
	background:#fff;
	color:#35B405;
	border-bottom:none!important;
}
.sticky #main-menu li ul li:hover a,
.sticky #main-menu li ul .current-menu-item > a,
.sticky #main-menu li ul .current_page_ancestor > a,
.sticky #main-menu li ul .current-page-ancestor > a{
	color:#35B405!important;
	background:#fff!important;
}

/* left menu sidebar */
#sidebar-left #main-menu li ul{
	margin:0 0 0 20px;
}
#sidebar-left #main-menu li ul li a{
	border-bottom:1px solid #eee;
}
/* ======= HOME ======= */
/* ====================== */

section.page2{
	/*margin-top:40px;*/
	overflow:hidden;
}
.scroll_link{
	display:block;
	background:url('images/home-arrow-bottom.png') no-repeat center -2px ;
	width:65px;
	height:65px;
	border-radius:65px;
	-webkit-border-radius:65px;
	-moz-border-radius:65px;
	position:absolute;
	bottom:5px;
	left:47.6%;
	z-index:2;
	animation: bounce 2.2s ease infinite;
	-webkit-animation: bounce 2.2s ease infinite;
	-moz-animation: bounce 2.2s ease infinite;
}
@keyframes bounce{
     from {bottom:8px;}
     50%  {bottom:30px;}
     to   {bottom:8px;}
}
/* ======= SLIDER ======= */
/* ====================== */
/* onload takes already some space with colored background */
.home-banner {
	min-height:550px;
	height:600px;
}
.home-banner .slides{
	height: 100%;
	/*background:#ffb483; load with orange color */
}
.home .slider-box:before {
		content: "";
		position: absolute;
		top: 0px;
		height: 100%;
		opacity: 80%;
		width: 100%;
		z-index: 3;
		background-image: url(images/gradient-homepage.jpg);
		background-size: cover;
}

.intern-banner:before{
	content: "";
    position: absolute;
    top: 0px;
    height: 100%;
    opacity: 80%;
    width: 100%;
    z-index: 3;    
    background-image: url(images/greenblue.jpg);
    background-size: cover;
}
.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;
}
/* --- 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;
}


/*.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{
	top:45%;
	left:0;
	position:absolute;
	right:0;
	text-align: center;
	z-index:4;
}

.slide-title h1{
	color:#fff;	
	font-weight:600;
	font-size:60px;
	line-height:72px;
	margin-bottom:-5px;
	
}
.slide-title h1 span{
	text-transform:none;
	font-weight:300;
	font-size:50px;
	line-height:50px;
	margin-bottom:-10px;
	display:block;
	font-family: 'Montserrat', sans-serif;
}
.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);
}

.slide-title .slider-hdr-txt{color:#fff;}	
.slide-title .slider-hdr-txt:after{content: none;}


/* facebook box */
.facebook-box{
	width:35%!important;
	display:inline-block;
}
.twitter-box{
	width:35%!important;
	margin-right:35px;
	display:inline-block;
}


/* ---- */
.left50{
	float:left;
	width:49%;
}
.left50 .button{
	background:#202e55;
}
.left50 .button:hover{
	background:#fdb815;
}
.right50{
	float:right;
	width:49%;
}
.flex-control-nav{
	z-index:990;
	bottom:50px!important;
	text-align: left !important;
	padding-left: 50px !important;
}
.flex-control-paging li a{
	background: rgba(255, 255, 255, 0.4) !important;
}
.flex-control-paging li .flex-active{
	background: rgba(255, 255, 255, 0.7) !important;
}
.flex-direction-nav{
	position:absolute;
	z-index:4;
	top:46%;
	width:100%;
}
.flex-direction-nav li{
	display:block;
	position:absolute;
	width:50px;
	height:70px;
}
.flex-direction-nav a{
	opacity:0.6!important;
	margin:0!important;
	top:0;
	text-indent:-9999px;
}
.flex-nav-prev{
	left:0!important;
}
.flex-direction-nav .flex-prev{
	/*
	padding-left:15px;
	background:url('images/slider-arrow-right.png') center right no-repeat!important;
	height:70px!important;
	width:35px!important;
	*/
	width:50px;
	padding-left:15px;
	height:100px;
	background:url('images/slider-arrow-right.png') center right no-repeat!important;
	margin:0!important;
	top:0;
	opacity:0.6!important;
	text-indent:-9999px;
}
.flex-direction-nav a::before{
	display:none!important;
}
.flex-nav-next{
	right:0!important;
}
.flex-direction-nav .flex-next{
	/*text-align:left!important;
	padding-left:15px;
	background:url('images/slider-arrow-left.png') center left no-repeat!important;
	height:70px!important;
	width:35px!important;*/
	text-align:left!important;
	width:50px;
	padding-left:15px;
	height:100px;
	background:url('images/slider-arrow-left.png') no-repeat!important;
	margin:0!important;
	top:0;
	opacity:0.6!important;
	text-indent:-9999px;
}
.flex-direction-nav a:hover{opacity:1!important;}

/* ======= BANNER ======= */
/* ====================== */
#banner{
	overflow:hidden;
	position:relative;
	
}
/* --- intern pages --- */
.intern-banner{
	height:320px;
}
#banner img{
	width:100%;
	height:auto;
	margin-top:0px;
}
.banner-title{
	top:265px;	
	left: 50%;
	z-index:20;
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
	width:100%;
	opacity:1;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
}
.banner-title h1{
	color:#fff;	
	text-transform:uppercase;
	font-weight:800;
	font-size:60px;
	line-height:60px;
	
	margin-bottom:0;
}
.banner-title h1 span{
	text-transform:none;
	font-weight:300;
	font-size:45px;
	margin-bottom:-45px;
	display:block;
}
.sticky .banner-title{	
	opacity:0;
}
.post-type-archive-student .banner-title,
.tax-type-of-newsletter .banner-title,
.post-type-archive-ntf-publication .banner-title{
	top:325px;
}
/* ======= HOME ======= */
/* ==================== */
.bg-gris{
	background:#EFEFEF;
	overflow:auto;
}
/* ----------- teasers  ---------- */
/* ------------------------------- */

/* --- */
#home-first{
	background:#fff;
	padding-top:20px;
}
.parallax-group {
  position: relative;
}
.parallax-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin-x: 100%; 
}
#home-header{
	height:620px;
	background:url('images/slider-bg.png') center bottom no-repeat;
	background-size:100% auto;
	z-index:90;
    opacity: 1;
    position: absolute;
	top:0px;
}
/* ----------- home NEWS ---------- */
/* ------------------------------- */
#home-content h2{
	
}

.home-news{
	padding:45px 0;
}
.home-news h2{
	text-align:center;
	margin-bottom: 60px;

}
.home-news h2:after{
	/*display:none;*/
	left:45.5%;
	bottom: -27px;
}
.home-news .subtitle{
	text-align:center;	
	font-size: 16px!important;
	margin-top: -55px;
	margin-bottom: 60px;
	color: #999;
}
.home-news .subtitle a{
	color:#999;
	text-decoration:none;
}
.home-news .subtitle a:hover{
	color:#222!important;
}

#filters{border:1px solid #ddd;padding:20px;text-align:center;margin:0 0 40px 0!important;}

#filters li{
	display:inline-block;
	background:none!important;
	padding:0!important;
	margin:0!important;
	position:relative;
}

#filters li a{
	display:block;
	text-decoration:none;
	padding:0 15px!important;
	color:#767676;
}

#filters li a:hover{
	color:#35B405;
}
#filters li a.current{
	color:#35B405;
    border: 1px solid #35B405;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}



/* -- level 2 -- */

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

#filters ul{
	position:absolute;
	display:none;
	left:0;
	width:160px;
	margin-left:0!important;
	padding-left:0;
	z-index:999;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#filters ul li{
	display:block;
	text-align:left;
	padding-left:0!important;
}
#filters ul li a{
	display:block;
	text-decoration:none;
	padding:5px 15px!important;
	color:#767676;	
	background:#f2f7f3;
	font-size:13px;
	line-height:15px;
}


/* --- single news --- */
.single .thumb{
	float:right;
	margin:0 0 20px 20px;
}
.single .date{
	color:#35B405;
	font-style:italic;
	font-size:14px;
}
.single-activities .date{
	display:none;
}
.wp-pagenavi{margin:15px 0;}
/* ------    ACTIVITIES    ------- */
/* ------------------------------- */
.post-type-archive-activities .list-news li{
	min-height:260px;
}
/* ------ EVENTS / WORKSHOPS ------- */
/* ------------------------------- */

.post-type-archive-event .bg-gris{
	padding-bottom:85px;
}
.list-events{
	width: 84%;
	display: inline-block;
}
.list-events li{
	list-style:none;
	display:inline-block;
	width: 100%;
	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;
}
.list-events li a{
	text-decoration:none;
	display:block;
	-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;
}
.list-events .thumb{
	/*float:left;
	width:50%;*/
	
	position:relative;
	flex: 26%;
	 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;
}
.list-events .thumb:before{
	content:"";
	position:absolute;
	top:44%;
	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;	
	object-fit:cover;
	position:relative;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /*IE10+ */	
	
}
.list-events .event-loc{color: #223044;font-size: 16px;}
.list-events .event-date{color: #223044;font-size: 16px;}
.list-events .date-event{
	position:absolute;
	z-index:9;
	color:#fff;
	/*font-family:'Oswald',Arial, sans-serif;*/
	text-transform:uppercase;
	top: 0px;
	left: 0px;
	padding:10px 0 0 0;
	font-size: 14px;
	text-align:center;
	width:100%;
	height:70%;
	background: rgb(5,52,103);
	background: linear-gradient(180deg, rgba(5,52,103,0.8869748583026961) 27%, rgba(0,212,255,0) 100%);
}
.list-events .event-detail{
	/*float:right;
	width:40%;*/	
	padding:0 1.5% 0 3%;
	flex:58%;
	position:relative;
	background:#fff;
}
.list-events .event-detail h3{
	margin: 15px 0 5px 0;
	color: #223044;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
}
.list-events .event-detail .category{
	position:absolute;
	bottom:0;
	color:#8d8a8a;
	font-size:14px;
}
.list-events .event-detail .city{
	font-size:18px;
	/*color:#223044;*/
	color:#8d8a8a;	
	max-height:25px;
	overflow:hidden;
}
.list-events a:hover .thumb:before{
	right:20px;
}
.list-events a:hover .thumb:after{
	width: 20px;
}
.list-events  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-events  li a: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{
	color:#5C7F92;
}
.list-events  a:hover .city,
.list-events  a:hover .category{
	color:#ccc;
}
/*team*/
.teams-posts .team-data h3{color: #5a7f1e;font-size: 30px; line-height: 38px; font-weight: 600;}
.teams-posts p.designation{color: #000; font-weight: bold; line-height: 22px;}
.teams-posts .team-info{display: flex;}

.single-team #content-full h1{color: #7BAFD4;margin-bottom: 15px;}
.single-team #content-full .designation {color: #999;text-transform: none;font-weight: bold;
text-align: center;}
/* ------ home content ------- */
/* ------------------------------- */
#home-content{
  padding:25px 0;
}
#home-content .button{
	display:inline-bloc;
}
#home-content ul{
	margin-left:20px;
}
form ul{
	margin-left:0px!important;
}
#home-content ul li,
#page-content ul li{
	list-style:none;
	background:url('images/bullet.png') no-repeat;
	background-size:16px 12px;
	background-position:1px 9px ;
	padding-left:30px;
}

#page-content ul.list-events li{
	list-style:none;
	background:none;
	padding-left:inherit;
}

form ul li{
	background:none!important;
	padding-left:0!important;
}
#home-content h3{ 
}
#home-content img{

}
#home-content p{ 
	font-size:18px;
	line-height:28px;
	color:#6e6666;
}


/* ----------- newsletter  ---------- */
/* ------------------------------- */
#newsletter-subscription{
	background:#002060;
	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:#000;
	color:#fff;
	border:none;
	padding:4px 10px;
	font-size:10px!important;
	font-weight:300!important;
	cursor: pointer;
	
	margin:0;
	text-transform:uppercase;
	margin-top:-35px;
}
#newsletter-subscription button[type="submit"]:hover,
.js-cm-submit-button:hover,
#mc-embedded-subscribe:hover{
	background:#35B405;
}
/* --- */
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;
}
/* ----------- logos support ---------- */
#logo-support{
	margin:0!important;
	text-align:center;
}
#logo-support li{
	background:none!important;
	padding:0!important;
	/*width:15%;*/
	margin:2%;
	height: 60px;
	display:inline-block;
}
#logo-support .thumb{
	
}
#logo-support .thumb img{
	opacity:0.7;
	max-width:100%;
	height:auto;
	width:auto;
	max-height:70px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
    filter: grayscale(100%);
}
#logo-support a:hover .thumb img{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
    filter: grayscale(0%);
}


/* ===== PROJECTS ====== */
hr{
	border-top:1px solid #ddd;
	border-bottom:0;
	border-left:0;
	border-right:0;
}
#publication-filters{
}
#publication-filters .subtitle{
	font-weight:bold;
	font-size:14px;
	margin-bottom:3px;
	margin-top:-10px;
}
#publication-filters input{
	margin-right:20px;
}
#publication-filters label{
	font-size:14px;
	margin: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;
}

/* ======= PAGE CONTENT ======= */
/* ============================ */
#sidebar-left{
	width:22%;
	float:left;
	margin-right:2.7%;
}
#content-right{
	width:75%;
	float:right;
}
#page-content{
	padding:30px 0;
}
.post-type-archive-events #page-content h1{
	text-align:left;
}
#page-content h1{
	text-align:center;
}
#page-content ul, #page-content ol{
	margin-left:0px;
	margin-bottom:20px;
}
#page-content ul li, #page-content ol li{
	line-height:28px;
}

.join-button{
	display:block;
	float:right;
	margin:0 0 20px 20px;
	background:#151536 ;
	font-size:24px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:50px 4%;
	position:relative;
}
.join-button:hover{
	background:#ffd500;
	color:#151536 ;
}


/* ---- download publications protected ---- */
.single-pages-intranet #content-right a[href$= ".pdf"],
.single-pages-intranet #content-right a[href$= ".doc"],
.single-pages-intranet #content-right a[href$= ".pptx"],
.single-pages-intranet #content-right a[href$= ".xps"],
.single-pages-intranet #content-right a[href$= ".xlsx"],
.download-protected{
	background:url('images/icon-download-protected.png') left center no-repeat!important;	
	background-size:49px 26px!important;
	opacity:0.55;
	display:bock;
	padding:1px 0 1px 65px;
	line-height:40px;
	text-decoration:none;
	color:#6e6666;
}
#page-content a[href$= ".pdf"],
#page-content a[href$= ".doc"],
#page-content a[href$= ".pptx"],
#page-content a[href$= ".xps"],
#page-content a[href$= ".xlsx"],
.download{
	background:url('images/icon-download.png') left top no-repeat;	
	background-size:49px 48px;
	display:bock;
	padding:1px 0 1px 30px;
	line-height:40px;
	font-size:16px;
	text-decoration:none;
	color:#04577C;
	image-rendering: -webkit-optimize-contrast; /* chrome flou */
}
.post-type-archive-marketplace #page-content .list-news a[href$= ".pdf"]{
background: none;
padding: 0px;
}

.single-pages-intranet #content-right a[href$= ".pdf"]:hover,
.single-pages-intranet #content-right a[href$= ".doc"]:hover,
.single-pages-intranet #content-right a[href$= ".pptx"]:hover,
.single-pages-intranet #content-right a[href$= ".xps"]:hover,
.single-pages-intranet #content-right a[href$= ".xlsx"]:hover,
.page-id-92 #content-full a:hover,
#page-content a[href$= ".pdf"]:hover,
#page-content a[href$= ".doc"]:hover,
#page-content a[href$= ".pptx"]:hover,
#page-content a[href$= ".xps"]:hover,
#page-content a[href$= ".xlsx"]:hover,
.download:hover{
	color:#6e6666;
	background:url('images/icon-download.png') left top no-repeat;	
	background-size:49px 48px!important;
	background-position:left bottom!important;
	opacity:1!important;
}
#content-full{
	min-height:450px;
}
.single-pdf-image,
.single-pdf-image:hover{
	background:none!important;
}

/* --- animation delay --- */
.animation-delay-100 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.animation-delay-500 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
/* ======= ULTIMATE SHORTCODE ======= */
/* ================================== */
.su-tabs{
	background:none!important;
	overflow-x:hidden;
}
.su-tabs-nav{
	border-bottom:1px solid #eee;
}
.su-tabs-nav span{
	text-transform:uppercase;
	font-weight:600;
	font-size:18px!important;
	
}
.su-tabs-nav span.su-tabs-current{
	color:#f7a917;
	border-bottom:3px solid #f7a917;
}
.su-tabs-pane {
	font-size:15px!important;
}
.su-service-title{
	font-size:18px!important;
	text-transform:uppercase;
	font-weight:600;
	color:#405b99!important;
}


/* --- ACCORDION --- */
.title_code{
	border-bottom:1px solid #999;
	padding:10px 55px 10px 0;
	margin-bottom:15px;
	position:relative;
	color:#5a5a5a;
	font-size:24px;
}
.title_code:after{
	content:" +";
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	font-size:30px;
	font-family:"Montserrat", sans-serif;
	background:#151536 ;
	padding:10px 13px;
}
.on:after{
	content:" -";
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	font-size:30px;
	font-family:"Montserrat", sans-serif;
	padding:10px 15px;
	background:#ffd500;
}
.title_code:hover{
	cursor:pointer;
}
.content_code{
	color:#6b6b6b;
	line-height:24px;
}
.content_code ul{
	padding-left:20px;
	margin-bottom:20px;
}
.content_code a img{
	vertical-align:middle;
}
.wp-pagenavi{
	text-align:center;
}
/* ---- BOOKING --- */
.gform_wrapper input#gf_coupon_button.button{
	border: 0!important;
	padding: 4px 20px!important;
	background: #feb009!important;
}
.gform_wrapper input#gf_coupon_button.button:hover{
	background: #1d93d2!important;
	cursor:pointer!important;
}
/* ---- TABLES ----- */
table{
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	max-width:100%;
	min-width:100%;
	margin:35px 0;
}
table th{
	background:#e8e3e3;
	color:#666;
	font-weight:bold;
	position:relative;
	font-size:15px;
	padding:7px 5px 7px 5px;
}
table td{
	padding:1%;
	border-left:1px solid #e9e9e9;
	vertical-align:middle;
}
table tr:nth-child(2n+1) td{
	background:#f8f8f8;
}

/* -- single team -- */
.column-left{
	float:left;
	width:77%;
}
.column-right{
	float:right;
	width:20%;
	margin-left:2%;
}
.info-text{
	font-size:15px;
	line-height:18px;
	color:#999;
}
.info-text a{
	color:#04577C;
	font-size:15px;
	line-height:18px;
}
.info-text .button{
	line-height:24px;
}
.title-info{
	color:#04577C;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #E7EAED;
	padding-bottom:3px;
}
.thumb-info{
	margin-bottom:25px;
}

.column-right .thumb-info img{width: 100%; height: auto;}

/* ======= SEARCH ====== */
/* ==================== */

/* ======= SIDEBAR ====== */
/* ==================== */
#sidebar-left #main-menu{
	text-align:left;
	float:none;
	margin-top:0px;
	padding-top:0;
	margin-left:0;
	top:0;
}
#sidebar-left #main-menu li{
	display:block;
	list-style:none;
	background:none;
	padding-left:0;
}
#sidebar-left #main-menu li > a {
    padding: 5px 0 5px 10px;
}
#sidebar-left #main-menu a{
	color:#151536 ;
	min-width:10px;
	background:none;
}
#sidebar-left #main-menu li ul{
	visibility:visible;
	opacity:1;
	background:none;
	border:none;
	position:relative;
	z-index:10;
	top:0;
	padding-top:0;
	margin-top:0;
}
#main-menu li ul::before{
	display:none;
}
#sidebar-left #main-menu ul li a{
	padding:5px 0px 5px 10px;
}
#sidebar-left #main-menu li a:hover{
	color:#1d93d2; 
}
#sidebar-left #main-menu .current-menu-item > a{
	background: rgba(9, 109, 181, 0.1) none repeat scroll 0 0;
    color: #151536 !important;
}
h1 .pdflink{
	padding: 0 0 0 30px!important;
}


/* ---------- resources  ----------- */

.wp-block-file a {transition: all ease-out 0.3s;}

/* ======= NEWSLETTERS ====== */
/* ========================== */
.list-newsletters a{
	min-height:120px!important;
	max-height:120px!important;
}
.list-newsletters a[href$=".pdf"]{
	background:none!important;
	padding:0 0 35px 0!important;
}
.list-newsletters .date{
	float: none;
	width: 100%;
	font-size: 16px;
	padding: 3px 0;
	text-align: center;
	background:#35B405;
	color:#fff;
	font-weight:600;
		 transition: all 0.2s ease;
	 -moz-transition: all 0.2s ease;
	 -webkit-transition: all 0.2s ease;
	 text-transform:uppercase;
}
.list-newsletters h3{
		 transition: all 0.2s ease;
	 -moz-transition: all 0.2s ease;
	 -webkit-transition: all 0.2s ease;
}
.list-newsletters a:hover h3{
	color:#35B405;
}
.list-newsletters a:hover{
	background:#d4ddc9;;
}
/* ======= INTRANET ====== */
/* ==================== */
.pages-intranet-template-default h1 span{
	font-weight:300;
}
/* ======= FORMS ====== */
/* ==================== */
label{
	color:#999;
	line-height:26px;
	margin-right:10px;
	margin-top:10px;
	display:block;
}
input[type="text"], input[type="email"], input[type="mail"],input[type="password"]{
	padding:2px 12px;
	font-size:14px;
	height:24px;
	/*width:90%;*/
	line-height:16px;
	vertical-align:middle;
	color:#999;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #ddd;
}
textarea{
	padding:2px 12px;
	line-height:16px;
	font-size:14px;
	color:#999;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #ddd;
}
button[type="submit"],
input[type="submit"]{
	margin:10px 0;
	text-align:left;
	background:#feb009;
	color:#fff;
	border:0;
	padding:8px 35px;
	cursor:pointer;
}
input[type="submit"]:hover{
	background:#1d93d2;
}
#page-content .ssbp-list li{background: none;padding: 0px;}
.hide_in_mobile{display: block;}
/* ======= FOOTER ======= */
/* ====================== */
#footer{
	padding-bottom:50px;
	position: relative;
	background-image: url(images/greenblue.jpg);
    background-size: cover;

}
#footer-blocks{
	padding-top:40px;
}
#footer-blocks li{
	list-style:none;
	display:inline-block;
}
#footer-blocks li a{
	color:#caeca3;
	text-decoration:none;
}
#footer-blocks p{
	color:#fff;
	line-height:24px;
	font-size:14px;
	margin-bottom:0;
}
#footer-blocks h4{
	color:#fff!important;
}
#footer-blocks .button{
	color:#fff;
}
#footer-blocks > li:first-child{
	width:10%;
}
#footer-blocks > li:first-child +li{
	padding-left:2%;
	width:57%;
}
#footer-blocks > li:first-child +li +li{
	/*border-left:4px solid #97cc58;*/
	padding-left:2%;
	width:25%
}
#footer-blocks > li:first-child +li +li +li{
	padding-left:2%;
	/*border-left:4px solid #2b7c97;*/
	width:11%;	
}

#footer-blocks > li:first-child +li +li +li {
    padding-left: 2%;
	width: 11%;
}	
#footer-blocks > li:first-child +li +li +li +li {
    
}
#footer-blocks > ul > li{
	display:block;
	line-height:24px;
}
#footer-blocks > ul > li > a{
	text-decoration:none;
	color:#FFF;
}
#footer a{
	color: #FFF;
}
#footer a:hover{
	color: #fff;
}
.copyright{
	color:#fff;
	position:absolute;
	z-index:2;
	font-size:12px;
	bottom:15px;
	margin-bottom:0;
	width:1150px;
}
.alys{
	right:0;
	position:absolute;
	text-decoration:none;
	color:#fff;
}
/* cookies */
#cookieChoiceInfo #cookieChoiceDismiss{
	color:#fff;
	background: #35B405;
	padding:3px 13px;
	border-top:1px solid #35B405;
	text-transform:uppercase;
	text-decoration:none;
}
#cookieChoiceInfo a{
	color:#caeca3;
}
#cookieChoiceInfo #cookieChoiceDismiss:hover{
	background: #35B405;
	border-top:1px solid #35B405;
	color: #fff;
}

/*gravity form*/
.gform_wrapper.gravity-theme input[type="text"], 
.gform_wrapper.gravity-theme input[type="email"], 
.gform_wrapper.gravity-theme input[type="mail"], 
.gform_wrapper.gravity-theme input[type="password"] {height: auto;}

.gform_wrapper.gravity-theme input[type="checkbox"] {float: none;margin:0px}
.gform_wrapper.gravity-theme label {margin-top: 0px;}
/* -------------------------------- 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;}
/* ------------------------  grands ecrans  -------------------------------- */
@media only screen and (min-width: 1200px) {
	#slider{margin-top:160px;}
	.full-width-cover{margin-left: calc(-100vw / 2 + 1200px / 2); margin-right: calc(-100vw / 2 + 1200px / 2);}
	.wp-block-cover.full-width-cover .wp-block-cover__inner-container{width: 1200px;}	
}
/* ------------------------  video  -------------------------------- */
@media only screen and (max-width: 750px){
}

@media only screen and (min-width: 768px){
	/*.slider-box {height: 540px;	}*/
	.banner-img{height: 440px;}
	.admin-bar #header .top-social-icons{margin-top: 40px;}
}
/* ------------------------  Over 1920px  -------------------------------- */
/*.slider-box { height: 800px;}*/
/* ------------------------  upto 1920px  -------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1920px){
	/*.slider-box {height: 540px;	}*/
}
/* ------------------------  ipad  -------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1350px){
	.wrap{width:90%;}
	.copyright{width:85%;}
	#home-heade, #slider{height:560px;margin-top: 90px;}
	.slide-title h1{margin-bottom:10px;}
	#newsletter-subscription p{}
	#main-menu li > a {font-size:16px; }
	
}
@media only screen and (min-width:1101px) and (max-width: 1250px){
	.logo{width:15%;}
}
/* ------------------------  ipad  -------------------------------- */
@media only screen and (min-width: 769px) and (max-width: 1100px){
	/* home */
	.home .banner-title{top:300px;}
	.banner-title{top:225px;}
	#home-header h1, .banner-title h1{font-size:40px;}
	.banner-title span{font-size:22px;}
	#home-header , #slider{height: 480px;}
	#main-menu{text-align:left;margin-top:20px;}
	#home-news-events .news-block{width:31.2%}
	#main-menu li > a {font-size:12px;}
	#header nav{margin:0;float:none;}
	/* sous-menu */
	#header #main-menu li ul{display:none;top:90px; opacity: 1;visibility: visible;z-index: 1;position:absolute;box-shadow:none!important;} 
	#header #main-menu li ul li a{font-size:15px;}
	.login{padding:0;color:#ffd500;background:none;}
	.logo{width:15%;}
	
	.left50,.right50{width:48%;}
	/* home */
	.slide-title h1{font-size:45px;}
	.home .items-2{width:100%;}
	.home #teasers li{width:45%;}
	
	/* events */
	.list-events .date-event{font-size:12px;}
	.list-events .event-detail h3{font-size:14px;line-height:16px;margin-top:10px;}
	.list-events .event-detail .city{font-size:12px;margin-bottom:0;line-height:12px;display:none;}
	.list-events .event-detail .category{font-size:12px;margin-bottom:3px;}
	.list-news-2 li{margin-bottom:15px;}
	.list-news-2 .news-detail{}
	.list-news-2 li h3{font-size:14px;line-height:18px;}
	.list-events .thumb img{min-height:165px;}

	/*team*/
	.teams-posts .team-data h3{color: #5a7f1e;font-size: 22px; line-height: 26px; font-weight: 600;}
	
		
	/* pages */
	.description {width: 85%;}
	#banner {height: 305px;}
	#video-50{display:none;}
	/* footer */
	#footer-blocks > li p{font-size:12px;line-height:18px;}
	#footer-blocks > li:first-child img{margin-bottom:40px!important;}
	#footer-blocks > li:first-child + li + li {}
	#newsletter-subscription p{}
}
/* ------------------------  iphone  -------------------------------- */
@media only screen and (min-width: 200px) and (max-width: 768px){
/* --- menu principal dropdown mobile ---  */
	a#pull { display:block;background:url('images/nav-mobile.png') right center no-repeat ; height:50px; width:90px; position:absolute;z-index:20;top:30px;right:0;outline:none;}
	.logo img { width: 80%;}
	.nav-list {display:none; }
	#main-menu{text-align:center;margin:0;position:absolute;top:86px;padding-top:0px;z-index:300;background:#fff ;width: 112.4%;left:-6%;}
	#main-menu li{display:block;padding-left:0;margin:0;float:none;padding: 20px 0 20px 0;}
	#main-menu li a{max-width:100%;margin:0;border-bottom:1px solid #ddd ;padding:20px 0px;color:#04577C; text-shadow: none; font-weight: bold;}
	#main-menu .current{}
	#main-menu > li > a:hover, #main-menu > .current-menu-item > a, #main-menu > .current_page_ancestor > a, #main-menu > .current-page-ancestor > a{color:#04577C;border-bottom:1px solid #ddd;}
	/*#header #main-menu li ul{display:none;}*/
	
	
	
	#header{background:#fff;}	
	/* sous-menu */
	#header #main-menu li ul{display:none;top:0; opacity: 1;visibility: visible;z-index: 1;position:relative;background:#f4f4f4;text-align:center;padding-top:0;} 
	#header #main-menu li ul li a{font-size:15px;border-bottom:1px solid #ddd;background:#f4f4f4;color:#04577C;font-weight: bold;}
#header nav{float:none;width:100%;margin-top:0;}
	.wrap{width:90%;}
	.copyright{width:85%;}
	#page-content img{max-width:100%;}
	#page-content h1{font-size:22px;line-height:24px;}
	/* all */
	.wrap img{max-width:100%;}
	.alignright, .alignleft{display:block;float:none;margin:15px 0;}
	h2{font-size:28px;}
	/* head*/
	.top-info p{display:none;}
	.top-social-icons{position: absolute; left: 40%;margin-top: 30px;}
	.logo{float:none;width:130px;padding: 10px 0 10px 0; margin:0;display:block;z-index: 21;
		position: relative;}
	.sticky .logo{width:130px;}	
	.sticky #main-menu > li {padding: 0px;}
	#search{margin-right:0;}
	#top-menu {float:none;height:20px;padding: 10px 0;width:100%;}
	.login {float: right;color:#ffd500;background:none;padding:0;line-height:18px;}
	#home-header, #slider{height:180px;max-height:180px;margin-top:100px;}
	#video-50{width:40px;right:20px;bottom:70px;}
	#video-50 img{width:100%;height:auto;}
	.flex-direction-nav{display:none;}
	.imgbackground{height:330px;}
	.imgbackground img{height:100%;width:auto;}
	.slide-title {top:75%;}
	.slide-title h1{font-size:28px!important;line-height:30px;margin-bottom:0!important;}
	.slide-title h1 span{font-size:18px!important;line-height:20px;margin-bottom:-10px!important;}	
	.slide-title .button{font-size:12px; padding: 6px 40px;margin-top:20px;}
	.slide-title .slider-hdr-txt{font-size:22px;line-height: 24px;}
	 #banner{height: 160px;z-index: 0;}
	.banner-title {top: 130px;} 
	.banner-title h1{color: #fff;text-shadow: 2px 2px 4px #000000;}
	.pages-intranet-template-default #banner {height: 110px;}
	#banner img {height:auto;width:  100%;}
	#social {right:105px;top:30px;margin-top:0;}
	#social li {display:inline-block;margin:0 0 0 5px;height:22px;}
	.login{padding-bottom:10px;}
	/* home */
	.home .items-2{width:100%;}
	.home-news h2::after{left:0;display:none;}
	.home-banner{height:300px!important;min-height:10px;}
	#home-header,#home-teasers, #home-newsletter, #home-news, #home-news-events, #home-content, #footer{overflow:hidden;}
	#home-header h1, .banner-title h1, .slide-title{font-size:26px;line-height: 30px;width:90%;margin:0 auto;}
	.flex-caption{background-size:cover;top:45%;}

	#home-teasers {padding: 20px 0px;}
	#teasers li{width:100%;margin: 20px 0 0 0!important;}
	.home .list-news li {width: 100%;margin:0 0 20px 0;}
	
	.parallax {	overflow:visible;perspective:none;}
	#home-content{background:#fff;}
	#content-full{padding-top:35px;}
	#home-twitter{padding: 30px 20px;margin-top:20px;}
	.tweet_data { font-size: 22px!important;line-height: 28px!important;}
	#video-50,.scroll_link{display:none;}
	.home #teasers li, .page-template-temp_whatwedo #teasers li{height:auto;min-height:10px;}
	/* page */
	.left50,.right50{float:none;width:100%;}
	.right50{margin-top:25px;}
	#page-content {padding: 0 0 20px 0;}
	#page-content h2{font-size:20px;}
	#content-right {float: none;width: 100%;padding-top:30px;}
	.inner-news-block .news-block{width:100%!important;}
	
	/* sidebar */
	#sidebar-left {float: none; width: 100%;}
	#sidebar-left #main-menu{position:relative;width:100%;background:none;}
	#sidebar-left #main-menu li a { border-bottom: 1px solid #ddd;}
	/* */
	#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%;}
	/* filtres*/
	#filters li{display:block;margin:10px auto;}
	#filters ul {position: relative; display: block;width: 100%; border-style: none; border-width: 0px;z-index: inherit;}
	#filters ul li a{text-align: center;}
	
	
	.twitter-box, .facebook-box{margin-right:0;display:block;width:100%!important;max-width: 340px;}
	.twitter-box{margin-bottom:20px;}
	
	/* events */
	.list-events li{width:100%;margin-left:0;}
	.list-events .event-detail h3{margin-top:15px;font-size:14px;line-height:18px;}
	.list-events .event-detail .city{font-size:14px;}
	.list-events .event-detail .category{margin-bottom:0;font-size:12px;}
	.list-events .date-event{font-size:13px;line-height:15px;text-align:center;}
	.list-events .thumb img{min-height:165px;}
	.column-left,.column-right{width:100%;margin:0;float:none;}
	.post-type-archive-partners .list-events {margin-top: 50px;}
	
	/*team*/
	.teams-posts .team-data h3{color: #5a7f1e;font-size: 18px; line-height: 24px; font-weight: 600;}
	.teams-posts p.designation{color: #000; font-size: 14px;line-height: 20px;}
	.teams-posts .thumb img {min-height: auto;}
	.teams-posts .thumb::before {content: none;}

	.team-designation{color: #04577C;text-transform: uppercase;font-weight: bold; text-align: center;}

	.hide_in_mobile{display: none;}

	/* footer */
	#footer, .footer-pages{height:auto;}
	#footer-blocks > li:first-child + li + li,#footer-blocks > li:first-child + li + li +li {float:none;}
	#footer-blocks > li{display:block;width:90%!important;margin:0 0 20px 0!important;text-align:left!important;padding:0!important;border:none!important;}
	#newsletter-subscription p{font-size:16px;float:none;width:100%;text-align:center;}
	#newsletter-subscription form{float:none;width:100%;}
	#newsletter-subscription input[type="submit"] {float:none;width:100%;margin-top:10px;}
	#footer-teasers li{width:45%;}
	
	.copyright{width:100%; position: relative; display: block;}
	.alys {position: relative;display: block;}
	/* cookie */
	#cookieChoiceInfo #cookieChoiceDismiss{padding: 0px 13px;}
}