/*
Theme Name: COIMBRA
Author: Alys
Author URI: http://www.alys.be
*/
/* ======== RESET CSS ========== */
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ========== BASES ===========  */
body{
	font-family: 'Lato',Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	/*background:url('images/bg-top-body.jpg') repeat-x #6693B0; *//* #fff */
	/*background:url('images/wave-pattern.png') repeat #285682;*/
}
h1, h2, h3{	

	font-weight: 300;
}
h1{
	margin:10px 0;
	text-align:center;
	font-size:30px;
	color:#084466;
}
h2{
	margin:15px 0 10px 0;
	font-size:25px;
    color:#d5174d;
	font-weight:bold;
}
h3{
	color:#084466;
	font-weight:700;
    font-size:18px;
    margin-bottom:10px;
	
}
#content h2, #content-full h2{
	margin:10px 0 30px 0;
	text-align:center;
	font-size:36px;
	color:#084466;
}
#content h3, #content-full h3{
	border-bottom: 0px solid #ddd;
	/*text-align: center;
	padding-bottom: 20px;*/
	margin:35px 0 20px 0;
	font-size:22px;
    color:#d5174d;
}
#content h4, #content-full h4{
	color: #084466;
	font-weight: 600;
	font-size:18px;
	line-height:22px;
	margin-bottom:10px;
}
#content img, #content .wp-caption {
	max-width:100%;
	height:auto;
}
.wp-caption-text{
	font-size:10px;
	line-height:12px;
}

em{font-style:italic;}
a{
	text-decoration:none;
	color:#0d95e2;
}

.home p.header_link{margin-bottom: 10px;}
.button{
    background:#d5174d;
    color:#fff;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	border:none;
    padding:2px 10px;
	margin:10px 0;
    font-size:15px;
	display:inline-block;
    text-decoration:none!important;
}
.button:after{
	content:" »";
}
.button:hover{
    background:#084466;
	cursor:pointer;
    color:#fff!important;
}

.buttonnewsletter{
    background:#d5174d;
    color:#fff;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	border:none;
    padding:8px 8px;
	margin:10px 0;
    font-size:15px;
	display:inline-block;
    text-decoration:none!important;
}
.buttonnewsletter:after{
	content:" »";
}
.buttonnewsletter:hover{
    background:#084466;
	cursor:pointer;
    color:#fff!important;
}

.pdflink,
#content a[href$=".pdf"],
#content a[href$=".docx"],
#content a[href$=".doc"],
#content a[href$=".xls"],
#content a[href$=".pptx"]{
	content:" ";
	text-decoration:none;
	padding:0 0 0 30px;
	display:inline-block;
	position:relative;
	font-size: 17px;
    line-height: 26px;
}
.pdflink:before,
#content a[href$=".pdf"]:before,
#content a[href$=".docx"]:before,
#content a[href$=".doc"]:before,
#content a[href$=".xls"]:before,
#content a[href$=".pptx"]:before{
	content:" ";
	height:31px;
	position:absolute;
	top:0px;
	left:0;
	width:30px;
	display:inline-block;
	background:url('images/icon-publications.png') left 0px  no-repeat;
	background-size:25px 60px;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.pdflink:hover,
#content a[href$=".pdf"]:hover,
#content a[href$=".docx"]:hover,
#content a[href$=".doc"]:hover,
#content a[href$=".xls"]:hover,
#content a[href$=".pptx"]:hover{
	color:#666;
}
.pdflink:hover:before,
#content a[href$=".pdf"]:hover:before,
#content a[href$=".docx"]:hover:before,
#content a[href$=".doc"]:hover:before,
#content a[href$=".pptx"]:hover:before{
	background-position: left -31px ;
}
#content .pdf-download a{ padding: 0px; text-decoration: underline !important;}
#content .pdf-download a:hover{color: #d5174d !important;}
#content .pdf-download a:before{content: none;}
#content .tg-item-media-content a:before{content: none;}
/*hide on iframe page i.e admin contact email page*/
.page-template-temp-sp-php .header-sp-img,.page-template-page-map-php .header-sp-img{display: none;}
/*gravity form confirmation message*/
.gform_confirmation_message{line-height: 24px;}
/*
#content-full  a[href$=".pdf"],
#content-full  a[type="application/pdf"], 
#content  a[href$=".pdf"],
#content  a[type="application/pdf"],
a[href$=".doc"], 
a[type="application/doc"], 
a[href$=".docx"],
a[href$=".ppt"],
a[href$=".pptx"],
a[href$=".xls"],
.pdflink{
	text-decoration:none;
	padding:0px 0 0px 30px;
line-height: 30px;
	display:inline-block;
	background:url('images/icon-download.png') left 2px  no-repeat;
	color:#096db5!important;
	background-size:25px 91px;
		transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
#content-full  a[href$=".pdf"]:hover,
#content-full  a[type="application/pdf"]:hover, 
#content  a[href$=".pdf"]:hover,
#content  a[type="application/pdf"]:hover,
a[href$=".doc"]:hover, 
a[type="application/doc"]:hover, 
a[href$=".docx"]:hover,
a[href$=".ppt"]:hover,
a[href$=".pptx"]:hover,
a[href$=".xls"]:hover,
.pdflink:hover{
	background-position: left  -66px ;
	color:#000!important;
}
*/
.go-back{
	border: 1px solid #ccc;
    color: #999;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
    padding: 3px 20px 3px 30px;
    text-decoration: none;
    background: url(images/back-arrow.png) left 10px 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;
    position: sticky;
	z-index: 999;
	top: 160px;
}
.go-back:hover{
	color: #5a88c1;
    background-position: left -20px;
}
#content a{
    /*text-decoration:underline;*/
}
#content a:hover{
    text-decoration:none;
    color:#6693B0;
}
#content ul,
#content-full ul{
    padding-left:35px;
}
#content li,
#content-full li{
   /* line-height:24px;
    margin-bottom:15px;
	color:#666;
    list-style-type:disc;*/
	line-height: 26px;
margin-bottom: 15px;
color: #666;
	list-style:none;
	background:url('images/bullet.png') no-repeat;
	background-size:16px 12px;
	background-position:1px 9px ;
	padding-left:30px;

}
.gform_fields li{
	background:none!important;
	padding-left:0!important;
}
#content ul li ul li,
.page-id-2407 ul li ul li{
	list-style-type:circle;
	background:none;
	padding-left:0px;
}
p{
	line-height:26px;
	margin-bottom:15px;
	color:#666;
}
hr{
    border-top:1px solid #e1e1e1;
    border-bottom:none;
    border-left:none;
    border-right:none;
}
strong{
    font-weight:bold;
}
.clear{
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* ancre back to top */
.back-to-top{
    display:block; 
    height:50px; 
    bottom:15px;
    position:absolute;
    z-index:50;
    right:10px;
    text-indent:-9999px;
    width:50px; 
    background:url('images/back_to_top.jpg') no-repeat; 
}
#backtop a:hover{opacity:1;}
.alignright{
	float:right;
	margin-left:15px;
}
.alignleft{
	float:left;
	margin-right:15px;
}
.box-p{
	padding:10px 20px;
	background:#ddd;
	margin:10px 0;
}
/* ========= HEADER ========== */
.admin-bar #header{position:relative!important;background: #05293e/*#084466*/!important;}
.admin-bar #slider, .admin-bar #banner{margin-top:0;}
/* top menu */
#top-menu {
  position: absolute;
  top: 20px;
  right: 220px;
}
#top-menu li {
    display: inline-block;
    list-style: none;
}
#top-menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    line-height: 12px;
    border-left: 1px solid #fff;
    display: block;
    padding: 0 8px;
	font-weight:600;
}
#top-menu li a:hover,
#top-menu .current-menu-item a {
    color:#6C90B2;
}
#top-menu li:first-child a {
    border: none;
}
/* menu homepage */
.home #header{
	width:100%;
    position:fixed;
	top:0;
	left:0;
	z-index:20;
	/*
    background:#fff;
	background:rgba(255,255,255,0.5);
	*/
	background:#05293e;
	-webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -o-transition: all .5s ease;
   transition: all .5s ease;
}
/* menu intern pages */
#header{
	width:100%;
    position:fixed;
	top:0;
	left:0;
	z-index:20;
    background:#05293e; /* bleu moyen : #084466;*/
}
/* --- */
.wrap { 
    position:relative; 
	width:1100px;
	margin:0 auto;
}
.home #logo-center{
	position:absolute;
	z-index:-1;
	top:90px;
	width:100%;
	text-align:center;
		-webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -o-transition: all .5s ease;
   transition: all .5s ease;
}
.home #logo-center{
	top:120px;
}
.home #logo{
	display:block;
	width:230px;
	margin:0 auto;
	height:auto;
	-webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -o-transition: all .5s ease;
   transition: all .5s ease;
}
#logo img{
	image-rendering: -webkit-optimize-contrast; /* chrome flou */
	height:100%;
	width:auto;
	-webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -o-transition: all .5s ease;
   transition: all .5s ease;
}
#slogan{
    position:absolute;
    right:0;
    top:130px;
    z-index:50;
    text-align:right;
}
#slogan h1{
    color:#fff;
    background:#084466;
    display:inline-block;
    margin-bottom:0;
    margin-top:5px;
    padding:4px 15px;
    text-align:right;
}
/* -- menu -- */
/* menu homepage */
.home #menu,
.home #header .mega-menu{
	float:left;
	margin-left: 0px;
	padding: 0px 0;
	width:80%;
	-webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -o-transition: all .5s ease;
   transition: all .5s ease;
}
#menu,
#header .mega-menu{
	float:left;
	width:80%;
	margin-left: 150px;
	padding: 0px 0;
}
#menu > li{
	display:inline-block;
	position:relative;
}
.home #menu > li > a{
	padding: 15px 17px;
	background:none;
}
#menu > li > a{
	z-index: 10;
}
#menu > li a{
	display:block;
	color:#fff;		
	text-transform:uppercase;
	font-size:15px;
	padding: 45px 17px;
	font-weight: 600;
	letter-spacing:1px;
}
.home #menu > li a:hover, 
.home #menu > li .current,
.home #menu > .current-menu-item > a,
.home #menu > .current-menu-parent > a,
.home #menu > .current-menu-ancestor > a{
	color: #6C90B2;
}
#menu > li a:hover, 
#menu > li .current,
#menu > .current-menu-item > a,
#menu > .current-menu-parent > a,
#menu > .current-menu-ancestor > a,
.sticky #menu > li a:hover, 
.sticky #menu > li .current,
.sticky #menu > .current-menu-item > a,
.sticky #menu > .current-menu-parent > a,
.sticky #menu > .current-menu-ancestor > a{
	color:#6C90B2;/* magenta #d5174d;*//* bleu #6197ff;*/
}
.sticky #menu > li > a{
	padding: 45px 17px;
	z-index: 10;
}
/* --  menu level 2 --*/
#menu > li > ul{
	/*display:none;*/
	visibility: hidden;
	opacity: 0;
	top: 25px;
	 -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;
   position:absolute;
   z-index:-1;
   width:300px;
}
.home #menu > li:hover > ul { 
	top:45px;
	/*
	background:#142754;
	background:rgba(20,39,84,0.9);*/
	background:#05293e;
	background:rgba(5,41,62,0.9);
}
#menu > li:hover > ul { 
	/*display:block;*/
	position:absolute;
	z-index:999;
	width:300px;
	text-align:left;
	top:105px;
	/*
	background:#084466; */
	background:#05293e;
	background:rgba(5,41,62,0.9);
	visibility: visible;
	opacity: 1;
	z-index:-1;
}
#menu > li > ul li{
	width:100%;
}
#menu li ul li a,
.sticky #menu li ul li a{
	color:#fff;
	text-transform:none;
	padding:5px 15px;	
    line-height:24px;
	letter-spacing: 0px;
}
.home #menu li ul li a:hover,
.home #menu li ul .current-menu-item{
	background:none;
}
.sticky #menu > li:hover > ul {
	background:#084466;
	top:105px;
}
.sticky #menu li > ul > li > a:hover,
#menu li > ul > li > a:hover,
#menu li > ul > .current-menu-item > a{
	background:#0b4f72;
	background:rgba(11,79,114,0.9);	
}
/* --  menu level 3 --*/
#menu > li > ul ul{
	display:none;
}
/* --- menu intranet --- */
/*
#intranets{
    position:absolute;
    top:0;
    right:0;
}
#intranets li{
    display:inline-block;
}
#intranets li a{
    display:block;
    color:#6693B0;
    padding:20px 5px 19px 20px;
    background:url('images/locked.png') 0 19px no-repeat;
}
#intranets li a:hover{
    color:#fff;
    background:url('images/locked.png') 0 -16px no-repeat;
}
#logout{
    padding:10px 20px;
    background:#e1e1e1;
}
#logout p{
    margin:0;
}
*/
/* menu intern pages */
#logo-center{
	top:15px;
	width:100px;
	text-align:left;
	position:absolute;
	z-index:15;
}
#logo{
	top:15px;
	height:70px;
	display:block;
	margin:0 auto;
}
/* -- sticky main menu after scroll -- */
.sticky #header{
	background:#05293e; /*#084466;*/
}
.sticky #logo{
	top:15px;
	height:70px;
}
.sticky #logo-center{
	top:15px;
	width:100px;
	text-align:left;
}
.home .sticky #logo-center{
	top:15px;
}
.sticky #menu{
	margin-left:150px;
	padding:0px 0;
}
.sticky #menu > li:hover > ul {
	background:#084466;
}
.sticky .search-form{
	margin-top:25px;
}
.sticky #social{
	top:10px;
}
/* search */
.search-form{
	position:absolute;
	right:20px;
	top:0px;
	width:180px;
	-webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -o-transition: all .5s ease;
   transition: all .5s ease;
}
.search-field input::-webkit-input-placeholder {
	color:#fff!important;
	opacity:1!important;
}
.search-field input:-moz-placeholder { 
	color:#fff!important;
	opacity:1!important; 
}
.search-field input::-moz-placeholder { 
	color:#fff!important;
	opacity:1!important;
}
.search-field input:-ms-input-placeholder {  
	color:#fff!important;
	opacity:1!important;
}
.search-field:placeholder{
	color:#fff;
	opacity:1;
}
.search-field{
	height:20px;
	background:none;
	border-bottom:1px solid #fff;
	border-top:none;
	border-left:none;
	border-right:none;
	border-radius:0;
	color:#fff;
	width:145px;
}
.search-form input[type="text"]{
	height:20px;
	background:none;
	border-bottom:1px solid #fff;
	border-top:none;
	border-left:none;
	border-right:none;
	border-radius:0;
}
.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;
	border:none!important;
	cursor:pointer;
}
/* pour page MAP */
#bg-menu-map{
    width:100%;
    background:#084466;
    border-top:7px solid #6593B4;
    height:36px;
    position:absolute;
    z-index:-1;
    top:0;
}
#bg-logo-map{
    position:absolute;
    z-index:0;
    top:-6px;
    background:#fff;
    background:rgba(255,255,255,0.5);
    width:223px;
    height:204px;
}
#map-background{
	width:100%;
	height:95vh;
	background:#ddd;
}
/* ========= SLIDER ========== */
#slider {
    height:710px;
    width:100%;
	overflow:hidden;
	position:relative;
}
#slider img{
	width:100%;
	height:auto;
}
.nivo-caption{	
    top: 350px!important;
}
.nivo-caption h1{
	color:#fff;	
	font-weight:800;
	font-size:58px;
	text-transform:uppercase;
	margin:0;
}
.nivo-caption h1 span{
	text-transform:none;
	font-weight:300;
	text-transform:none;
	font-size:38px;
	display:block;
}
.nivo-caption  .button{
	display:inline-block!important;
	margin-top: 45px;
}
/* -- social -- */
.page-template-page-map #social{
	display:none;
}
.home #social{
	top:60px;
}
#social{
	position:absolute;
	right:20px;
	top:130px;
	-webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -o-transition: all .5s ease;
   transition: all .5s ease;
   padding-left: 90px;
	overflow: hidden;
}
.sticky #social{
	top:130px;
}
#social li{
	list-style:none;	
	/*
	-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;
   */
   	width:45px;
	height:45px;
	border-radius:45px;
	-moz-border-radius:45px;
	-webkit-border-radius:45px;
	background:#084466;
	background:rgba(255,255,255,0.3);
	margin-bottom:7px;
}
.sticky #social li{
	background:#142754;
	background:rgba(20,39,84,0.6);
}
#social li a{
	display:block;
	width:45px;
	height:45px;
}
.linkedin a{
	background:url('images/icon-linkedin-b.png') no-repeat;
	background-position:center top;
}
.twitter a{
	background:url('images/icon-twitter-b.png') no-repeat;
	background-position:center top;
}
.facebook a{
	background:url('images/icon-facebook.png') no-repeat;
	background-position:center top;
}
.youtube a{
	background:url('images/icon-youtube.png') no-repeat;
	background-position:center top;
}
#social li a:hover{
	/*opacity:0.6;*/
	background-position:center bottom;	
}
/* intranet icon */
.intranet{
	position:relative;
}
.intranet > a{
	background:url('images/icon-intranet-b.png') no-repeat;
	background-position:center top;	
}
.intranet > a:hover{
	
}
.intranet div{
	position: absolute;
	visibility:hidden;
	opacity:0;
	z-index: -1;
	right: 0px; /* -90*/
	top:0;
	/* test */ width:0px;
	border-top-right-radius:45px; 
	-moz-border-top-right-radius:45px; 
	-webkit-border-top-right-radius:45px; 
	border-bottom-right-radius:45px; 
	-moz-border-bottom-right-radius:45px; 
	-webkit-border-bottom-right-radius:45px; 
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	background:#084466;
	background:rgba(255,255,255,0.15);
}
.sticky .intranet div{
	background:#084466;
	background:rgba(20,39,84,0.6);
}
.intranet div a{
	color: #fff;
	text-transform: uppercase;
	display:block;
	line-height:43px;
	font-size:13px;
	padding: 0 75px 0 15px;
}
.intranet:hover>div{
	right:0px;
	visibility:visible;
	opacity:1;
	/* test */ width:140px;
}
.logout-button{
	text-decoration:underline;
}
.logout-button:hover{
	text-decoration:none;
	color:#d5174d;
}
/* ========= BANNER ========== */
#banner{
    height:420px;
	margin-top:100px;
    width:100%;
    z-index:1;
    overflow:hidden;
position:relative;
}
#img-copyright{
	color:#fff;
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:11px;
}
.bg-black{
	position:absolute;
	z-index:0;
	width:100%;
	height:100%;
	/*background:rgba(0,0,0,0.4);*/
}
#banner img{
    width:100%;
}
.banner-title {
    top: 300px;
	left:50%;
    position: absolute;
	z-index:10;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 50%;
    opacity: 1;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
	
	
}
.search-results .banner-title{
	display:none;
}
/* show after 2 seconds */
@keyframes show-title {
    0% {
        opacity: 0;
    }
    59% {
        opacity: 0;
    }
	60% {
        opacity: 0.2;
    }
	70% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes show-title {
    0% {
        opacity: 0;
    }
    59% {
        opacity: 0;
    }
	60% {
        opacity: 0.2;
    }
	70% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes show-title {
    0% {
        opacity: 0;
    }
    59% {
        opacity: 0;
    }
	60% {
        opacity: 0.2;
    }
	70% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes show-title {
    0% {
        opacity: 0;
    }
    59% {
        opacity: 0;
    }
	60% {
        opacity: 0.2;
    }
	70% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes show-title {
    0% {
        opacity: 0;
    }
    59% {
        opacity: 0;
    }
	60% {
        opacity: 0.2;
    }
	70% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
/* ----------- */
.banner-title h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
	
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 8px rgba(0, , 0, 0.5);
	-moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	
		/* show after 2 seconds */
	 -webkit-animation: show-title 0.3s;
    -moz-animation: show-title 0.3s;
    -o-animation: show-title 0.3s;
    animation: show-title 0.3s;
}

.banner-title span{
	color: #fff;
	font-size: 46px;
	text-transform:none;
	font-weight:300;
}
/* ========= MAIN CONTENT ========== */
#main-content{
	/*background:#fff;*/
    /*url([[root_url]]/images/coimbra/shadow-left.png) repeat-y,url([[root_url]]/images/coimbra/shadow-right.png) center right repeat-y; */
	width:1100px;
	/*padding:0 28px;*/
	margin:0 auto;
	position:relative;
	padding: 30px 0;
}
.tg-item-title{border-bottom:none!important;}
/*publication grid*/
#grid-583 .tg-item-content-holder{text-align: center;}
#content #grid-583 .more-info a{font-weight: bold;color: #000 !important; padding: 5px; text-decoration: underline;}
#content #grid-583 .pdf-download a{font-weight: bold;color: #000 !important; padding: 5px;font-size: 13px; line-height: initial;display: inline; }
#content #grid-583 .more-info a:hover,#content #grid-583 .pdf-download a:hover{color: #d5174d;}
.tg-publications .tg-element-1,.tg-publications .tg-element-2{text-decoration:none !important;}
#content #grid-583 .tg-item-media-holder{border: 2px solid #000;}

/* page contact, list members, botanic gardens */
.page-id-822,
.page-template-temp-botanic-gardens,
.page-id-63 {
	background:#f4f4f4;
}
/* ========= SIDEBAR LEFT ========== */
#left-column #mega-menu-wrap-main {
	background:none;
}
/* ========= LEFT COLUMN ========== */
#left-column{
	float:left;
	width:20%; /* 230px;*/
	margin-right:40px;
	position:relative;
	/* border-right:1px solid #f0f0f0; */
}
#submenu li,
#left-column .mega-menu > li{
	display:none;
}
/* afficher uniquement sous-menu actif */
#submenu > .current-menu-item.menu-item-has-children, 
#submenu > .current-menu-item li, 
#submenu > .current-menu-ancestor, 
#submenu > .current-menu-ancestor li{
	display:block;
}
#submenu  .current-page-ancestor{display:block!important;}
#submenu li{list-style:none;}
/* title parent */
#submenu > .menu-item-has-children > a,
#left-column h2, 
#sidebar h2{
	color:#084466;
	font-size: 22px;
	padding: 0 !important;
	line-height: 24px;
	margin-bottom: 10px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:300;
	border:none;
}
#submenu li a,
#left-column #main-menu li a{
	display:block;
	padding:9px 0px;
	line-height:24px;
	border-bottom:1px solid #f0f0f0;
}
#submenu li a:hover,
#left-column #main-menu li a:hover{	
	color:#6197ff;
}
#submenu li:last-child a{
	/* border-bottom:none; */
}
/* sous-menu de sous-menu colonne gauche */
#left-column .currentpage, 
#left-column ul > li > ul > li .currentpage,
#submenu .sub-menu .current-menu-item > a,
#left-column #main-menu .current-menu-item > a{
   /* background:url('images/submenu-arrow.png')  0 center no-repeat;*/
	color:#d5174d;/* bleu #6693B0; */
}
#left-column .activeparent li a{
	font-size:16px;
}
#submenu .sub-menu > li > a, 
#left-column #main-menu > li > a{
	font-size:16px;
}
#submenu .sub-menu .sub-menu > li > a,
#left-column #main-menu li li a{
	font-size:13px;
	/* background:url('images/submenu-icon.png') 19px center no-repeat #fff;*/
    padding-left:20px;
}
.nowrap{
	white-space: nowrap;
}

/* */
.c-accordion__item{margin-bottom: 1.5em;}
.c-accordion__item .c-accordion__title,
#content .c-accordion__item .c-accordion__title{font-size: 22px;line-height: 30px;padding-bottom: 5px;text-align: left;border-bottom: 1px solid #999;}

/* --- ACCORDION su spolier--- */
.title_code,
.su-spoiler-title{
	border-bottom:1px solid #999;
	padding:10px 55px 10px 0;
	margin-bottom:15px;
	position:relative;
	color:#084466;
	font-size:22px!important;
	
	line-height:26px;
	
}
.su-spoiler-title{
	font-weight:bold !important;
}
.title_code:after{
	content:" +";
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	font-size:30px;
	background:#157b5e;
	padding:10px 13px;
}
.on:after{
	content:" -";
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	font-size:30px;
	padding:10px 15px;
	background:#B0E051;
}
.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;
}

/*special design for accordion*/
/*https://www.coimbra-group.eu/visual-identity-new/*/
.page-id-18617 #content .c-accordion__title{font-family: "Open Sans", sans-serif;font-style: normal;
font-weight: 300; font-size: 50px;}

/* ========= CONTENT ========== */
#content{
	float:left;
	width:75%; /* 570px; */
    min-height:600px;
    padding-bottom:50px;
   /* padding-top:20px;*/
}
#content-right{
	float:left;
	width:74%; 
    min-height:600px;
    padding-bottom:50px;
    padding-top:20px;
}
#content-full{
    float:none; /*left;*/
	width:94%;/*74%; */
	padding: 20px 3% 50px 3%;
    min-height:600px;
}
body.home #content-full{
    float:none; 
	width:100%;
	padding: 20px 0 0px 0;
}
.wrap{
/*	padding:0 3%;*/
}
#breadcrumb{
    color:#999;
    font-size:12px;
    text-align:right;
    z-index:2;
    top:10px;
    position:absolute;
    left:260px; /* 260px;*/
}
.left50{
	float:left;
	width:49%;
}
.right50{
	float:right;
	width:49%;
}

/* ========= SIDEBAR RIGHT ========== */
#eu-map{
	position:absolute;
	width:230px;
	height:229px;
	z-index:-1;
	right:0;
	top:34px;
}
/* bg bleu jusqu'en bas quand grand content */
#bg-sidebar{
    background:#6693B0;
    position:absolute;
    right:28px;
    z-index:0;
    width:19%;
    height:100%;
}
#sidebar{
	/* background:#6693B0; */
	float:right;
	width:20%;/*230px;*/
	position:relative;
}
#news h3{
	margin-bottom:10px;
}
#news p{
	color:#fff;
	line-height:16px;
    font-size:12px;
}
#news-list a{
	display:block;
	padding:10px 20px;
	/*background: linear-gradient(#6693B0, #6693B0 50%, rgba(11,79,114,0.5) 50%, rgba(11,79,114,0.9)); *//* 2 couleurs background:rgba(11,79,114,0.9); */
    background: linear-gradient(#8bb5d0, #6693B0 50%, rgba(11,79,114,0.5) 50%, rgba(11,79,114,0.9)); 
	background-size: 100% 200%;/* 2 fois plus grand */
	transition: all 0.4s ease;
	border-bottom:1px solid #5a7f9a;
}
#news-list a:hover{
	background-position: 100% 100%;/* remonte le bg */
	color:#fff;
}
#news a:hover h3{
	color:#fff
}
#news a:after{
	content:" »";
}
.readmore{
	padding:10px 0 10px 20px;
	display:block;
}
.readmore:hover{
	color:#d5174d;
}
/* -- SEARCH -- */
body.home #search-box{
	right:0;
	width:220px;
}
#search-box{
	position:absolute;
    z-index:15;
	top:-40px; /* -48px */
	width:100%;
	background:#fff;
	background:rgba(255,255,255,0.5);
	padding:10px 0;
}
.search-text{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #e1e1e1;
    padding-left:10px;
	width:65%;
	margin-left:20px;
}
.search-button{
	background:url('images/search-icon.png') no-repeat;
	border:none;
	text-indent:-9999px;
	margin-left:10px;
    width:25px;
	cursor:pointer;
}
/* ---------- HOME PAGE ------------- */
.bg-gris{
	background:#f5f5f5;
}
#latest-tweet{
	padding:25px 0;
	background:#f5f5f5;
}
.red{
	color:#D5174D!important;
}
#annual-conference{
	padding-left:0;
}
#annual-conference li{
	display:inline-block;
	width:45%;
	padding-left:0;
	background:none;
}
#annual-conference h4 span a{
	font-weight:300;
	color:#d5174d;
	margin-left:25px;
}
#annual-conference h4 span a:hover{
	color:#084466;
}
#events-news{
	padding-left:0;
}
#events-news > li{
	display:inline-block;
	width:29%;
	padding-left:0;
	background:none;
}
/* -- added after twitter column was deactivated on frontpage -- */
.home #events-news > li{width: 45%;}
.home #category-list {min-height: 500px;}
/*end*/

#events-news > li:first-child, #annual-conference li:first-child,
#events-news > li, #annual-conference li{
	margin-right:4%;
}
#latest-tweet h2,
#events-news h2, 
#annual-conference h2{
	color:#084466;
	margin:30px 0 40px 0;
	border:none;
	font-size:32px;
}
#latest-tweet h2,
#annual-conference h2{
	text-align:center;
}
#annual-conference{
	padding:25px 0;
}
#annual-conference h3{
	text-align:center;
	margin-bottom:60px;
	line-height:26px;
}
#annual-conference .gallery-item {
	width:23%!important;
	margin-right:2%;
}
#annual-conference .gallery-item img{
	width:100%;
	height:auto!important;
}
/* -- SLIDESHOW RIGHT HOME -- */
#slideshow-right{
    width:100%!important;
    margin:0!important;
	overflow:hidden;
	max-height:250px;
    height:250px;
}
#slideshow-right .nivo-caption{
    position:absolute;
    left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#slideshow-right .nivo-caption p{
    width:80%;
    padding:0;
    margin:0 auto;
}
/* SLIDER RIGHT COLUMN */
#img-right-mask-1, #img-right-mask-2,#img-right-mask-3, #img-right-mask-4{
    position:absolute;
    z-index:10;
    width:100%;
    background:#fff;
    height:30px;
}
#img-right-mask-1{
    top:210px;
}
#img-right-mask-2{
    top:390px;
}
#img-right-mask-3{
    top:570px;
}
#img-right-mask-4{
    top:750px;
}
#img-right {
    height:870px;
    margin-top:60px;
    width:150px;
}
#img-right img{
    height:870px;
}
/* --- TWITTER --- */
.fetched_tweets > li{
	background:none!important;
	box-shadow:none!important;
}
/* --- ORGANISATION CHART page --- */
#chart{
    margin-top:20px;
    padding-left:0!important;
}
#chart li{
    display:inline-block;
    background:#6A91B0;
    padding:7px 15px;
    height:80px;
    margin-bottom:4px;
    width:19%;
    text-align:center;
    line-height:80px;
}
#chart p{
    color:#084466;
    margin-bottom:0px;
    display: inline-block;
    vertical-align: middle;
    font-size:13px;
}
#chart p span{
    color:#fff;
    font-weight:bold;
}
.su-box{
	border:none!important;
}
.su-box-title{
	font-size:12px!important;
	min-height:30px;
	line-height:30px;
    text-align: center;
}
.su-box-content{
	min-height:40px;
	text-align: center;
	background:#f4f4f4!important;
}
/* working groups */
.working-group1 li{
    height:30px!important;
    width:27%!important;
    line-height:30px!important;   
}
.working-group2 li{
    min-height:180px!important;
    width:27%!important;
    text-align:left!important;       
}
.working-group2 li a{
    text-decoration:none!important;  
    margin-bottom:15px;
    display:block;
    line-height:16px;
}
.working-group2 li a:hover span{
    color:#05293E!important;
}
/* -- organisation table--- */
.page-id-52 table {
	margin: 0 auto;
}
.page-id-52 table td{
	background:#f4f4f4;
	text-align:center;
	border: 4px solid #fff;
	font-size:14px;
	width:200px;
}
.page-id-52 table h4{
	display:block;
    background:#2F5E87;
    padding:7px 15px;
    height:50px;
    margin-bottom:4px;
    font-size:16px;
    text-align:center;
    line-height:80px;
	color:#fff!important;
}
.page-id-52 table span{
	font-size: 13px; 
	line-height: 24px;
}


/* --- BOTANIC GARDENS page --- */
#garden-list li{
    list-style:none;
    width:23%;
    display:inline-block;
    padding:6px;
    border:10px solid #e1e1e1;
    position:relative;
    height:295px;
    margin-bottom:5px;
}
#garden-list .overlay{
    opacity:0;
    background:#000;
    background:rgba(0,0,0,0.7);
    width:95%;
    height:60%;
    position:absolute;
    webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
#garden-list .overlay span{
    background:#084466;
    height: 50px;
    width: 50px;
   -moz-border-radius: 50px;
   -webkit-border-radius: 50px;
    border-radius: 50px;
    margin:60px auto 0;
    display:block; 
}
#garden-list .overlay span img{
    width:30px;
    margin:0 auto;
    padding-top:10px;
    display:block;
}
#garden-list li a:hover .overlay{
    opacity:1; 
}
.garden{
    width:100%;
}
.logo-botanic{
    display:block;
    margin:10px auto 0;
    max-width:100%;
    width:auto;
    max-height:70px;
}
#garden-list p{
    text-align:center;
    background:#084466;
    color:#fff;
    margin:0;
    position:absolute;
    width:94%;
    bottom:6px;
}
/* ne pas afficher l'icone pdf */
.page-template-temp-botanic-gardens a[href$=".pdf"],
.page-template-temp-botanic-gardens a[type="application/pdf"]{ 
  background: none!important;
  padding-left:0px;
  display:block;
}
.page-template-temp-botanic-gardens a[href$=".doc"],
.page-template-temp-botanic-gardens a[type="application/doc"] { 
  background: none!important;
  padding-left:0px;
  display:block;
}
/* --- MEMBERS page --- */
#garden-list, #member-list{padding-left:0px!important;}
#member-list li{
    list-style:none;
    width:18%;
    display:inline-block;
    padding:6px;
    border:1px solid #e1e1e1;
    position:relative;
    height:260px;
    margin-bottom:5px;
}
/*
#member-list .overlay{
    opacity:0;
    background:#000;
    background:rgba(0,0,0,0.7);
    width:94%;
    height:115px;
    position:absolute;
    webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
#member-list .overlay span{
    background:#084466;
    height: 50px;
    width: 50px;
   -moz-border-radius: 50px;
   -webkit-border-radius: 50px;
    border-radius: 50px;
    margin:20px auto 0;
    display:block; 
}
#member-list .overlay span img{
    width:30px;
    margin:0 auto;
    padding-top:10px;
    display:block;
}
#member-list li a:hover .overlay{
    opacity:1; 
}*/
#member-list .ville{
    text-align:center;
    background:#084466;
    color:#fff;
    margin:0;
    position:absolute;
    width:94%;
    bottom:6px;
}
#member-list p{
    text-align:center;
    color:#084466;
    border-bottom:1px solid #e1e1e1;
    line-height:22px;
    margin-bottom:0;
}
#member-list .website{
    border-bottom:0;
}
#member-list .website a{
    color:#D5174D;
}
.p-logo{
  height:115px;
  line-height:115px!important;
  width:100%;
  text-align:center;
  margin-bottom:0;
  overflow:hidden;
  border-bottom:0!important;
}
.p-logo img{
    vertical-align:middle;
    display:inline-block;
    vertical-align:middle;
    max-width:100%;
    width:auto;
    max-height:70px;  
}
/* --- ISOTOPE --- */
.box-2 i{
	width:45px;
	height:45px;
	display:block;
	margin:0 auto 20px;
}
.organisation{
	background:url('images/icon-organisation.png') no-repeat;
}
.mission{
	background:url('images/icon-mission.png') no-repeat;
}
.members{
	background:url('images/icon-members.png') no-repeat;
}
.research{
	background:url('images/icon-research-2.png') no-repeat;
}
.education{
	background:url('images/icon-education.png') no-repeat;
}
.outreach{
	background:url('images/icon-outreach-2.png') no-repeat;
}
.activities{
	background:url('images/icon-activities.png') no-repeat;
}
.papers{
	background:url('images/icon-papers.png') no-repeat;
}

/* ---- DYNAMIC BOXES ----- */
.isotope {
	margin:25px 0;
}
.isotope .isotope-item{
	z-index:0;
}

/* --- home btn scholarship ---- */
.home .isotope-container .box-2:first-child + a + a + a + a{
	/*background:#d5174d!important;*/
}
/* ----- / -------- */

 .box,  .box-2{
display:block;
overflow:hidden;
position:relative;
text-decoration:none;
transition: all 300ms ease 0s;
cursor:pointer;
float:left;
margin: 5px 0.7%;
text-align:center;
height:200px; /* 150*/
width:31.8%; /*176px; */
}
.box:hover,.box-2:hover {  
box-shadow: 0px 2px 3px rgba(0,0,0,0.25); 
text-shadow: 0px 1px 2px rgba(0,0,0,0.7); 
-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 3px; 
-moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 3px;
}
 .box-2 div{
    bottom:12px;
    margin-top:40px;
}
.box-2 h4{
  text-transform:uppercase;
  font-weight:400;
  margin:0 10px;
  color:#fff!important;
  font-size:24px;
  line-height:26px;
}
 .box-2 p{
  color:#fff;
  max-width:90%;
  font-style:italic;
  padding:0 10px;
 /* position:absolute; */
  top:80px;
  font-size:14px;
  line-height:16px;
  font-weight:400;
}
.box span,  .box-2 span {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	color: rgba(255, 255, 255, 0.6);	
	top: -5px; 
	right:-5px; 
	font-size: 2em; 
	position: absolute; 
	z-index: 25; 
	text-shadow: none; 
	height: 70px;
    width: 70px;	
	transition-property: width;
	transition-duration: 0.3s;/* vistesse quand on s'en va */
    -webkit-transition-property: height, width;
    -webkit-transition-duration: 0.3s;
    -moz-transition-property: height, width;
    -moz-transition-duration: 0.3s;
	margin: 10px;
}
.box span img,.box-2 span img{
	width:100%;
}
.box:hover span,.box-2:hover span {
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
	color: rgba(255, 255, 255, 0.3);	
	top: 0px; 
	right: 0px; 
	font-size: 2em; 
	text-shadow: none; 
	width: 150px;
    height: 150px;	
	transition-property: width;
	transition-duration: 0.1s;/* vistesse quand va dessus */
    -webkit-transition-property: height, width;
    -webkit-transition-duration: 0.1s;
    -moz-transition-property: height, width;
    -moz-transition-duration: 0.1s;
}
.blue-bg{
	background:#285682;/* url("images/wave-pattern.png") repeat scroll 0 0;*/
}
 .blue-bg:hover h4{
	 transform: scale(1.1);
}
 .blue-bg:hover {
	 opacity:0.8;
	}
.isotope-item {
    z-index: 2;
}
.isotope-item.isotope-hidden {
	z-index: 1; pointer-events: none;
}
.isotope {
	transition-duration: 0.8s!important; 
	-webkit-transition-duration: 0.8s!important; 
	-moz-transition-duration: 0.8s!important; 
	-o-transition-duration: 0.8s !important;
	transition-property: height, width!important; 
	-webkit-transition-property: height, width!important; 
	-moz-transition-property: height, width!important; 
	-o-transition-property: height, width!important;
}
.isotope .isotope-item {
	transition-duration: 0.8s!important; 
	-webkit-transition-duration: 0.8s!important; 
	-moz-transition-duration: 0.8s!important; 
	-o-transition-duration: 0.8s!important;transition-property: transform, opacity!important; 
	-webkit-transition-property: -webkit-transform, opacity!important; 
	-moz-transition-property: -moz-transform, opacity!important; 
	-o-transition-property: -o-transform, opacity!important;
}
.isotope {
}
.isotope .isotope-item {
}
.no-transition.isotope {
	transition-duration: 0s; -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -o-transition-duration: 0s;
}
.no-transition.isotope .isotope-item {
	transition-duration: 0s; -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -o-transition-duration: 0s;
}
.isotope .no-transition.isotope-item {
	transition-duration: 0s; -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -o-transition-duration: 0s;
}
.clearfix::before {
	line-height: 0; display: table; content: "";
}
.clearfix::after {
	line-height: 0; display: table; content: "";
}
.clearfix::after {
	clear: both;
}
/* --- ORGANISATION CHART page --- */
/* ---------------------------- */
#board-member-list{
	margin-left:0;
	padding-left:0;
}
#board-member-list li{
	display:inline-block;
	width:45%;
	margin:0 2% 2% 2%;
	/*background:#f1f1f1;*/
	min-height:300px;
	margin-left:0;
	padding-left:0;
	background:none;
}

#board-member-list .board-picture{
	float:left;
	width:25%
}
#board-member-list .description{
	float:right;
	width:73%;
	display:block;
	
}
#board-member-list .title{
	background:#084466;
	color:#fff;
	padding:8px 12px;
	font-size:16px;
	text-align: left;
}
#board-member-list .city{
	font-style:italic;
	margin-bottom:4px;
	color: #d5174d;
}
#board-member-list p{
	font-size:13px;
	text-align:justify;
	padding-right:20px;
	line-height:17px;
}
/* --- WORKING GROUPS page --- */
/* ---------------------------- */
#main-section-blocs{
	margin:0!important;
	padding:0!important;
}
#main-section-blocs > li{
	list-style:none;
	background:none;
	display:inline-block;
	width:32.5%;
	padding:0!important;
	margin-bottom:0!important;

}
#main-section-blocs li h3{
	background: #285682;
	color:#fff;
	text-transform:uppercase;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	padding:50px 0 15px 0;
	margin-bottom:0;
	text-align:center;
	position:relative;
}
#main-section-blocs li h3:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	z-index:2;
	position: absolute;
	pointer-events: none;
	border-color: rgba(40, 86, 130, 0);
	border-top-color: #285682;
	border-width: 15px;
	margin-left: -15px;
}
#main-section-blocs li ul{
	padding:0!important;
}
#main-section-blocs li ul li{
	padding:0!important;
	list-style:none!important;
	margin-bottom:0!important;
}
#main-section-blocs li ul li a{
	background:#eee;
	color: #285682;
	display:block;
	padding:20px 20px;
	text-transform:uppercase;
	text-align:center;
	margin-top:4px;
	font-size:14px;
	line-height:20px;
}
#main-section-blocs li ul li a:hover{
	background:#ddd;
}
.listItem li ul li a{min-height: 60px;}
#main-section-blocs .research{
	background:url('images/icon-research-2.png') center 15px no-repeat #285682;
	background-size:33px 33px;
}
#main-section-blocs .education{
	background:url('images/icon-education.png') center 12px no-repeat #285682;
	background-size:38px 38px;
}
#main-section-blocs .outreach{
	background:url('images/icon-outreach-2.png') center 15px no-repeat #285682;
	/*background-size:33px 33px;*/
	background-size:44px 33px;
}
#main-section-blocs .body-1{
	background:url('images/icon-body-1.png') center 15px no-repeat #285682;
	background-size:33px 33px;
}
#main-section-blocs .body-2{
	background:url('images/icon-body-2.png') center 15px no-repeat #285682;
	background-size:33px 33px;
}
#main-section-blocs .body-3{
	background:url('images/icon-body-3.png') center 15px no-repeat #285682;
	background-size:33px 33px;
}
#main-section-blocs .body-4{
	background:url('images/icon-body-4.png') center 15px no-repeat #285682;
	background-size:48px 33px;
}
/* -- good practice page -- */
.columns_2 > li{
	width:49.6%!important;
}
.table-good-practices .title_code{
	background:#eee;
	color: #285682;
	display:block;
	padding:20px 20px;
	text-transform:uppercase;
	text-align:center;
	margin-top:4px;
	margin-bottom:0!important;
	font-size:14px!important;
	line-height:20px;
	border-bottom:none;
}
.table-good-practices .title_code:after{
	display:none!important;
}
.external-link{
	padding:0!important;
	display:inline!important;
	font-weight:normal!important;
}
.table-good-practices a{
	background:none!important;
	font-weight:bold!important;
	text-transform:none!important;
}
.table-good-practices a:hover{
	color:#666!important;
}
.table-good-practices .content_code{
	padding:6px 15px 0 15px;
	font-size:14px;
	line-height:21px;
}
/* --------- NEWS page -------- */
/* ---------------------------- */
#news-list{
    padding-left:0 !important;
}
#news-list li{
    list-style:none!important;
    /*margin-bottom:30px;*/
}
#news-list li a{
    text-decoration:none;
}
#news-list li a:after{
    content:" »";
}
.detailDate{
    color:#D5174D;
    margin-bottom:5px;
}
.detailDate:before{
    content:"{";
}
.detailDate:after{
    content:"}";
}

/* --------- SINGLE ------- */
.single-content{
	margin: 0 auto;
	float:none!important;
}
.go-back + .single-content {
	margin-top: -38px;
}
.single-content .go-back{
	display:inline;
	padding: 2px 3%;
	font-size: 13px;
	margin-left:0!important;
}
/* ---------- EVENTS ---------- */
/* ---------------------------- */
.wp-pagenavi .pages{
	width:auto;
	display:block;
	margin-bottom:10px;
}
.wp-pagenavi .last{
	width:50px;
	display:block;
	margin:15px auto 0;
}
#category-list{
	padding-left:0!important;
	position:relative;
	min-height:700px;
}

.post-type-archive-conference #category-list{
	min-height:initial;
}
#category-list li:first-child{
	border:none;
	margin-top:0;
	padding-top:0;
}
#category-list li{
	list-style:none;
	border-top:2px dashed #aaa;
	padding:30px 0 0 0;
	margin:30px 0;
	background:none;
	
}
#category-list li > a{
	text-decoration:none;
	color:#354A5C;
	
	
/*
	display:flex;
    display: -webkit-flex;
	-webkit-flex-wrap: nowrap;
*/
	min-height:60px;
}
.page-template-archive-events #category-list li > a{
	display:block;
	position:relative;
}
/*
#category-list .img{
	min-width:110px;
}
*/
#category-list .meeting-link{
	
	padding-left:0!important;
}
#category-list .meeting-link:before{
	background:none!important;
}
#category-list .meeting-link:hover{
	background:none!important;
}
#category-list .meeting-link:hover h4{
	color:#d5174d;
}
.home #category-list li p{
	font-size:13px;
	line-height:18px;
}
#category-list .meeting-link .description{

}
.page-template-archive-events #category-list .readmore{
	right:0;
	bottom:-18px;
	display:inline-block;
	width: 100px;
	padding: 0;
}
#category-list .readmore{
	text-align:center;
	display:block;
	position:absolute;
	bottom:0;
	width:100%;
}
#category-list img{
	float:left;
}
.post-type-archive-publication #category-list img{
	border:1px solid #ddd;
}
#category-list li .book-description{
	margin-left:125px;
}
#category-list li .description{
	margin-left:80px;
	min-height:80px;
}
.publication-date{
	font-size:12px;
	margin:-6px 0 0 0;
	color:#999;
}
.page-template-archive-projet #category-list li .description{
	min-height:50px;
}
#category-list > li > a:hover{
	background:#eee;
}
#category-list li a:hover p, #category-list li a:hover h3{
	color:#d5174d;
}
#category-list .date{
	display:inline-block;
	background:#084466;
	width:60px;
	text-align:center;
	font-weight:300;
	text-transform:uppercase;
	padding:3px 0;
	line-height:22px;
	color:#fff;
	float:left;
	margin-right:20px;
	font-size:15px;
}

#category-list .date-future{
	background:#d5174d;
}
#category-list li a:hover .date-future, #category-list li a:hover .date{
	color:#fff;
}
#category-list .date span{
	font-size:22px;
}
#category-list .date .year{
	font-size:13px;
	display:block;
	margin-top:-5px;
	opacity:0.5;
}
#category-list li h2{
	color:#354A5C;
	margin-top:0;
}
.red{
	color:#D5174D;
}
.sharethis-inline-share-buttons{
	margin-top:40px;
}


/* ========= PAGE SP = contact sheet in administration ========== */
.page-template-temp-sp #header, 
.page-template-temp-sp .banner-title, 
.page-template-temp-sp #banner, 
.page-template-temp-sp #footer, 
.page-template-temp-sp #small-footer, 
.page-template-temp-sp #wpadminbar{
	display:none;
}
.page-template-temp-sp form{
	/*text-align:center;*/
}


/* ========= SCHOLARSHIP temporaire iframe ol website ========== */
.page-id-2009 #header, 
.page-id-2009 .banner-title, 
.page-id-2009 #banner, 
.page-id-2009 #footer, 
.page-id-2009 #small-footer, 
.page-id-2009 #wpadminbar, 
.page-id-2006 #header, 
.page-id-2006 .banner-title, 
.page-id-2006 #banner, 
.page-id-2006 #footer, 
.page-id-2006 #small-footer, 
.page-id-2006 #wpadminbar,
.page-id-5 #header, 
.page-id-5 .banner-title, 
.page-id-5 #banner, 
.page-id-5 #footer, 
.page-id-5 #small-footer, 
.page-id-5 #wpadminbar{
	display:none;
}
.page-id-2009, 
.page-id-2006,
.page-id-5{
	background:none!important;
}


/* ------- FORMS ------- */
.gform_body h2{
	border:none!important;
}
#subForm{
	
}
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"]{
	padding:2px 12px;
	font-size:14px;
	height:36px;
	/*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="submit"],button[type="submit"]{
	margin:10px 0;
	text-align:left;
	background:#084466;
	color:#fff;
	border:0;
	padding:8px 35px;
	cursor:pointer;
}
input[type="submit"]:hover,button[type="submit"]:hover{
	background:#d5174d;
}
.privacypolicy input[type="checkbox"]{
	display:inline-block;
	margin-top:7px;
}
.privacypolicy label{
	display:inline-block;
	margin-top:0;
}
/* ========= FOOTER ========== */

#footer{
	/*background:#05293e;*/
}
#footer li > .slider-wrapper,#footer li > .slider-wrapper > #slider5{
    height:120px;
    margin:0!important;
}
#footer-content, #small-footer-content{
	width:1100px;
	margin:0 auto;
}
#footer-content li{
	display:inline-block;
	width:210px;
	margin-left:20px;
	vertical-align:top;
	padding:20px 0 0 20px;
	height:100px;
    position:relative;
}
#footer-content li .twitter-icon{
    border-bottom:none!important;
    position:absolute;
    bottom:0;
    right:0;
}
#footer-content li .twitter-icon:hover{
    opacity:0.5;
}
#footer-content li:first-child{
	margin:0;
	padding:0;
	width:330px;
}
#footer-content li h3{
	color:#05293e;
	font-size:22px;
	margin-bottom:20px;
}
#footer-content li p{
	color:#fff;
	line-height:24px;
	font-size:14px;
}
#footer-content li a{
	color:#fff;
	border-bottom:1px solid #06334d;
	/*border-top:1px solid #415d70;*//* clair */
	display:block;
	padding:8px 0;
	text-align:center;
}
#footer-content li a:hover{
	color:#415d70;
}
#footer-content li a:last-child{
	border-bottom:none;
}
#footer-content li a:first-child{
	border-top:none;
}
/* -- small footer -- */
#small-footer{
	background:#05293e;
	height:30px;
}
#small-footer-content p{
	line-height:30px;
	font-size:12px;
	margin-bottom:0;
}
#small-footer-content .left{
	float:left;
}
#small-footer-content .right{
	float:right;
}
/* --- slider footer -- */
.slider-footer{
    width:240px;
}
.slider-footer img{
    height:120px!important;
}
/*#footer-content li > .jquery-slider-wrapper
{
  height:120px!important;
  border:none!important;
}
*/
.search-url{
	font-size:12px;
	line-height:14px;
	margin-bottom:2px;
	color:#999;
}
/* ======= CHECKLIST ======= */
/* ========================= */
.align-to-left {float:left; padding:0 12px 12px 0;} 
.align-to-right {float:right; padding:12px 0 12px 12px;}
.lineup{ border-top: 1px dotted #595959;margin-top:50px; padding-top:20px; padding-bottom:10px;   }
/* ==================== */
/* Mobile Navigation */
#pull{ display:none;}
#search-mobile{display:none;}
#pull-info{display:none;}
#bg-blanc-mobile{display:none;}
#content #logo, #content-full #logo, #content-right #logo{display:none;}
/*grid plugin shows the text even when no link is there. so hide it when there is no link for download*/
.pdf-download {opacity: 0;}
/*Gravity form */
#content #gform_wrapper_34 h2, #content-full #gform_wrapper_34 h2{font-size: initial;}
#content #gform_wrapper_34 label,#content-full #gform_wrapper_34 label{margin-top: auto;}

/* ===== MEDIA QUERIES ===== */
/* ========================= */
/* ------------------------  tout en dessous d'ecran -------------------------------- */
@media only screen and (max-width: 1124px){
    body{background:url("images/bg-top-body.jpg") repeat-x scroll 0 0 #fff;}
	.wrap,#footer-content, #small-footer-content{width:94%;}
	
	#header, #main-content, #footer-content, #small-footer-content{/*width:100%;*/}
	#main-content{background:none;padding:0;width:94%!important;}
    #intranets{display:none;}
	#logo{width:150px;}
	#logo img{width:100%; height:auto;}
    .logo-int{top:45px; left:15px;}
    .logo-home{top:45px;left:15px;margin-left:0;}
	#bg-blanc{min-width:150px;}
    #bg-logo,#slogan{display:none;}
	#slider, #banner{height:240px!important;}
	.nivo-caption{display:none;}
	iframe{max-width:100%;}
	.nivo-caption h1{font-size:28px;}
	.home #logo-center #logo{width:130px;}
    .search-button{margin-left:0;}
	#content-full{width:94%;}
	#left-column{width:20%;min-width:150px;margin-right:4%;}
	.left50,.right50{width:48%;}
    #bg-sidebar{right:0;width:20%;}
    #news a{background:#6693B0;}
	#sidebar{width:20%;min-width:150px;}
	#garden-list li{width:30%;}
    #img-right{overflow:hidden;position:relative;}
    #img-right-mask{left:0; width:198px;}
    #img-right .slider-wrapper, #img-right #slider6{max-width:100%;}
	/*#content{width:50%;}*/
	#footer-content li{width:20%;padding-left:0;}
	#footer-content li:first-child{width:237px;}
}
@media only screen and (min-width: 769px) {
	img.header-sp-img {
		position: absolute;
		top: 106px;
		left: 0px;
		z-index: 10;}
	.admin-bar	img.header-sp-img {top: 138px;}
	.home img.header-sp-img {top: 48px;}
	.home.admin-bar img.header-sp-img {top: 78px;}
	footer{
    background-image: url(images/bgfooter.jpg);
    background-size: cover;    
    background-repeat: no-repeat;
    background-position: center;
	}	
	
}	
/* ------------------------  ipad  -------------------------------- */
@media only screen and (min-width: 769px) and (max-width: 1100px){
	#menu{margin-left:120px;margin-top: 50px;}
	.home .sticky #menu > li > a{padding: 47px 6px;font-size: 14px;}
	.home  #menu > li > a, #menu > li a{padding: 20px 6px;font-size: 14px;}
	#menu > li:hover > ul {top: 45px;}
	#logo{width:110px;}
	#banner{height:290px;}
	.banner-title{top:200px;}
	#social{top:50px;}	
	#social li,#social li a{width:35px;height:35px;}
	#social li{margin-bottom:3px;}
	#social li a{background-size:35px;}
	#main-content{padding-top:25px;}
}

/* ------------------------  tout smartphone -------------------------------- */
@media only screen and (min-width: 220px) and (max-width: 768px) {
	#content img.alignright  {max-width: 180px;}
	#pull { display:block;right:0px; width:30%;background:url('images/nav-mobile.png') center right no-repeat ;height:45px;color:#fff;font-weight:bold;font-size:24px; text-align:right;line-height:38px;position:fixed;z-index:200; }
	/* ---- / menu mobile ---- */
	.nav-mobile {display:block;}
	#menu{display:none; width:100%;margin:0;background:#084466;height:auto; position:fixed; z-index:150; margin-top:50px;}
	#menu > li{display:block;text-align:center;}
	#menu > li > a{padding:10px 0;margin-left:0;}
/* ajoute arrow level 1   */
	#menu > li > a:after { content: ' '; border-color:#fff transparent;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid #6593B4;margin-top:-17px;display:block;height:0;left:90%;position:absolute;width:0;}
/* menu level 2 */
	#menu > li > ul{display:none;}
	#menu > li:hover > ul, #menu > li > ul > li:hover > ul{display:block;position:relative!important;width:100%;top:0; left:0;}
	#menu > li > ul li a{background:none!important;color:#6593B4!important;text-align:center!important;width:100%;padding:8px 0;}
	#menu > li > ul li:hover{background:#fff;}
/* supprime arrow pour ceux qui n'ont pas de sous-menu */
	#menu li  a:only-child:after { content: ''; border:none;}  
	/* sous-menu */
	/*#menu > li > ul{top:0;position:relative;z-index:1;width:100%;}*/
	#header #menu li ul{display:none;top:0; opacity: 1;visibility: visible;z-index:200;position:relative;text-align:center;box-shadow:none!important;width:100%;} 
	#header #menu li ul li{width:100%;}
	#header #menu li ul li a,.sticky #menu li ul li a{font-size:15px;}
	
	
	.sticky #menu {top:45px;}
	#menu > li > a, .sticky #menu > li > a{padding: 15px  0px!important;}
	#menu li ul li a,.sticky #menu ul li a{padding: 8px  0px!important;}
	.sticky #logo{display:none;}
	.sticky #social,.sticky #top-menu{display:none;}
	.sticky #pull{background:url('images/nav-mobile.png') center right no-repeat #084466!important;top:0;}
	
	/* ------ */
	.home #social{top:50px;right:35px;}
	.header-sp-img {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 2;
		width: 40%;}
	#social{display:none;}
	
	#social li,#social li a{width:35px;height:35px;}
	#social li{margin-bottom:3px;}
	#social li a{background-size:35px;}
	#top-menu{top:0px;left:20px;}
	#top-menu li{display:block;}
	#top-menu li a{padding:10px 0;border:none;}
	.home #menu{width:100%;}
	
    .jquery-slider-wrapper{margin-top:45px;}
	#banner{min-height:140px;height:140px;max-height:140px;margin-bottom:60px;}
	.banner-title{top:170px;}
	.banner-title h1 {font-size:24px;line-height:28px;margin:0;color:#084466;text-shadow:none;}
	#banner{margin-top:0;}
	#banner img{/*height:100%;width:auto;*/}
	#img-copyright{display:none;}
    #slider{height:185px!important;width:100%;}
	#slider img{width:100%;}
	#content,#content-full, #sidebar{width:90%;float:none; margin:0 auto;}
	.single-content{padding-top:40px;}
	#left-column{display:none;}
	#left-column #logo{display:none;}
	#search-box{display:none;}
	#bg-blanc-mobile{display:block;position:absolute;background:#fff;background:rgba(255,255,255,0.7);width:50%;height:140px;z-index:2;top:-140px;left:25%;}
	#header{background:#084466;}
	#header .wrap{padding:0;width:100%;}
	#content #logo, #content-full #logo, #content-right #logo{display:block;}
	.home #logo-center{top:50px;left:0;}
	.home h3{margin-top:0!important;}
	#logo-center{left:40%;z-index:400;top:15px;}
	.home #logo{width:130px;}
	#logo{width:110px;z-index:500;left:20px;}
    #bg-logo-map{display:none;}
	.sticky #pull{height:45px;}
	.sticky #menu{margin:0;}
	.left50,.right50{float:none;width:100%;}
	#menu{z-index:510;}
	.nivo-caption{display:none;}
	h1{font-size:28px;line-height:32px;}
	h2,#content h2, #content-full h2{font-size:20px;line-height:32px;}
	h3,#content h3, #content-full h3{font-size:18px;}
	.single-content .go-back{padding: 2px 15px 2px 30px;}
	.box, .box-2{width:100%;}
	#events-news > li, #annual-conference li{width:100%;}
	.search-form{display:none;}
	.wrap{width:90%;}
	#board-member-list{margin:0!important;padding:0!important;}
	#board-member-list li{width:100%;margin:0;}
	#main-section-blocs > li{width:100%;}
   #sidebar, #bg-sidebar{display:none;}
   .columns_2 li{width:100%!important;}
    #img-right{display:none;}
    #img-right-mask{width:760px;}
    #member-list li{width:45%;}
    #garden-list li{width:44%;}
	.page-template-temp-botanic-gardens .tg-item-inner{background:#fff;}
	.page-template-temp-botanic-gardens .tg-item-image{width:100%!important;}
    #chart li{width:40%;}
	#footer-content li:first-child, #footer-content li{width:100%;margin-left:0;text-align:center;}
    #footer-content li:first-child{height:120px;display:none;}
    #footer-content li > .jquery-slider-wrapper{width:240px!important;margin:0 auto;}
	#footer-content li .twitter-icon{bottom:20px;
	height:25px;overflow:hidden;}
	
	footer{
    background-image: url(images/bgfooter.jpg);
    background-size: cover;    
    background-repeat: no-repeat;
    background-position: bottom;
	background-size: 100%;
	background-color: #05293f;}
    #img-right-mask-1{display:none;}
	#small-footer-content .left{padding-left:20px;}
	#small-footer-content .right{padding-right:20px;}
	#category-list {
		min-height: auto;
	}
	#category-list .readmore {
		bottom: -60px;
	}

}
@media only screen and (min-width: 320px) and (max-width: 400px) {
	
}