@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(tradegothic/MyFontsWebfontsKit.css);

/* !STRUCTURE */
#mobile_menu{
	visibility: hidden;
}


#mobileheader{
	position: fixed;
	top: 0px;
	left:0px;
	display: block;
	background-color: #e2e2e2;
	width:100%;
	height: 65px;
	z-index: 199;
	-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
	-moz-box-shadow:    0px 3px 5px rgba(100, 100, 100, 0.49);
	box-shadow:         0px 3px 5px rgba(100, 100, 100, 0.49);
}

#mobileheaderplaceholder{
	position: relative;
	display: block;
	width:100%;
	height: 65px;
	display: none;
}

#mobileheader .menumobilebtn{
	display: block;
	position: absolute;
	right:17px;
	top:12px;
	width:45px;
	height:40px;
	line-height: 40px;
	font-size: 40px;
	color: black;
	text-decoration: none;
	text-align: right;
}

.home #mobileheader, .onepage #mobileheader{
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

html{
	overflow-x: hidden;
}
html, body{
	padding: 0px;
	margin: 0px;
	min-height: 100%;
	min-width:100%;
	height:100%;
	color:#6d6d6d;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 15px;
	text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
a.menumobilebtn{
	display: none;
}

#nextonepage{
	color: #4c4c4c;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	position: absolute;
	top:50%;
	right:10px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#nextonepage::after{
	content: "";
	margin-left:10px;
	font-family: "FontAwesome";
	font-size: 30px;
	color: #154361;
	vertical-align: middle;
	display: inline-block;
}

#toponepage{
	color: #4c4c4c;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	position: absolute;
	top:50%;
	right:10px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: none;
}

#toponepage::after{
	content: "";
	margin-left:10px;
	font-family: "FontAwesome";
	font-size: 30px;
	color: #154361;
	vertical-align: middle;
	display: inline-block;
}

#toppage{
	color: #4c4c4c;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	position: absolute;
	top:50%;
	right:10px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: none;
}

#toppage::after{
	content: "";
	margin-left:10px;
	font-family: "FontAwesome";
	font-size: 30px;
	color: #154361;
	vertical-align: middle;
	display: inline-block;
}

#leftnav{
	position:fixed;
	left:0px;
	top:0px;
	width:100px;
	height:100%;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 200;
	border-right:1px solid #f0f0f0;
}

#bottomnav{
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	height:50px;
	box-sizing: border-box;
	background-color: rgba(226,226,226, .5);
	z-index: 300;
	border-left: 100px solid rgba(226,226,226, .5);
}

#bottomnav .menumobile{
	display: none;
}

#container{
	width:100%;
	/*min-height: 100%;*/
	border-left:100px solid #fff;
	box-sizing: border-box;
	background-color: #f0f0f0;
	position: relative;
}

.clear{
	clear: both;
}

img{
	border: none;
}

/* !NAV_LEFT */
#logo{
	position: absolute;
	width:65px;
	height:69px;
	top:50px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

#logo img{
	width: 100%;
}

#logohome{
	width:800px;
	max-width: 80%;
}

#logohome img{
	width:100%;
}

.home #logo{
	display: none;
}

#blossom{
	color:#888b8d;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	bottom:80px;
	left: 0px;
	font-size: 12px;
	display: block;
	width:100%;
}

#blossom a{
	text-decoration: none;
	color:inherit;
}

#credits{
	color:#888b8d;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	bottom:60px;
	left: 0px;
	font-size: 12px;
	display: block;
	width:100%;
}

#credits a{
	text-decoration: none;
	color:inherit;
}

#credits{

}

#leftmenu{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-family: 'Roboto Condensed', sans-serif;
	color:#888b8d;
}
#leftmenu, #leftmenu li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#leftmenu li{
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 13px;
	margin-bottom: 13px;
	width:100px;
}

#leftmenu li a{
	color:inherit;
	text-decoration: none;
	position: relative;
	padding-top: 29px;
	display: block;
	overflow-x: hidden;
}

.ilightbox-toolbar.dark{
	right:11px;
	left: auto;
}



#leftmenu li a div.button{
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

#leftmenu li a i{
	display: block;
	font-size: 24px;
	margin-bottom: 8px;
	float: left;
	width:100px;
	text-align: center;
	color:#888b8d;
}

#leftmenu li a i.overicon{
	color:#009639;
}

#leftmenu li.active a div.button{
	left:-100px;
}

/* !NAV_BOTTOM */
#bottommenucontainer{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	white-space: nowrap;
}
#bottommenu{
	/*position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);*/
	width:auto;
	font-size: 0;
}
#bottommenu, #bottommenu li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	white-space: nowrap;

}

#bottommenu li{
	display:inline-block;
	margin-left: 1px;
	margin-right: 1px;
}

#bottommenu li a{
	display: block;
	height:50px;
	line-height: 50px;
	text-align: center;
	padding-left:15px;
	padding-right: 15px;
	background-color: rgba(21, 67, 97, .8);
	font-size: 20px;
	font-family: 'TradeGothicLTPro-BdCn20';
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 300;
}

#bottommenu li a i{
	color:#009639;
	font-size: 18px;
}





/* !HOME */
#logohome{
	position: absolute;
	z-index: 3000;
	top:50px;
	left: 45px;
}

.homesliderhorizontal{
	width: 100%;
	height: 100%;
	position:absolute;
	top:0px;
	left: 0px;
}

.homeslideshow{
	width: 100%;
	height: 100%;
}

.homesliderhorizontal .image{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: table-cell;
}

/* !TIMELINE */
#timelineselector{
	width:100px;
	height: calc(100% - 50px);
	position: fixed;
	top:0px;
	right:0px;
	background-color: #154361;
}

a.timelinebtn{
	display: block;
	width:100%;
	height: 60px;
	position: absolute;
	font-size: 36px;
	color:#1ab8a5;

	text-align: center;
}

a.timelinebtn i{
	line-height: 60px;
}

#timlinerange{
	height: calc(100% - 180px);
	top:90px;
	position: relative;
}

#timlinerange > div.line{
	position: absolute;
	height:100%;
	width:0px;
	left: 0px;
	top:0px;
	width:calc(50% - 1px);
	border-right:solid 1px #1ab8a5;
	display: block;
}

#yearselected{
	width:100%;
	height:1px;
	position: absolute;
	top:0px;
	left:0px;
	-moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#yearselected span.year{
	display: block;
	width:51px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	border-radius: 50%;
	background-color: #113750;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color:#1ab8a5;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
}

#yeardragger{
	width:100%;
	height:1px;
	position: absolute;
	top:0px;
	left:0px;
	/*-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;*/
	/*background-color: #1ab8a5;*/
	z-index: 301;
	cursor: pointer;
}

#yeardragger span.dragger{
	display: block;
	width:51px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	border-radius: 50%;
	background-color: #1ab8a5;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color:#113750;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	cursor: pointer;
}

#yeardragger span.dragger i{
	line-height: 51px;
}

.yearstep{
	/*background-color: #fff;*/
	opacity:0;
	position: relative;
	box-sizing: border-box;
	z-index: 300;
}

.yearstep.enabled{
	opacity:1;
	cursor: pointer;
	/*background-color: white;
	border-top: 1px solid #000;*/
}

.yearstep.disabled{
	opacity: .2;
	/*border-top: 1px solid #000;*/
}

.yearstep.active{
	/*background-color:#1ab8a5;*/
}

#prevyear{
	top:0px;
	left:0px;
	border-bottom: 1px solid #1e5e89;
}


#nextyear{
	bottom:0px;
	left:0px;
	border-top: 1px solid #1e5e89;
}
.timelinecontainer{
	width:calc(100% - 120px);
	margin-left: 10px;
	padding-bottom: 50px;
}
.timelinebox{
	/*float: left;*/
	border: 1px solid #c3c3c3;
	width:292px;
	box-sizing:border-box;
	background-color: #fff;
	border-collapse: collapse;
}

.timeline_slider .image{
	position: relative;
	overflow: hidden;
	width:100%;
}

.timeline_slider .image img{
	width:100%;
	position: absolute;
}

.timeline_slider .image .imageover{
	background-color: rgba(21, 67, 97, .8);
	color: #fff;
	position: absolute;
	left:0px;
	bottom: 0px;
	width:100%;
	box-sizing: border-box;
	padding: 10px;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	 -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "TradeGothicLTPro-Light";
  font-size: 12px;
  text-transform: uppercase;
}



.timelinebox .timeline_content{
	text-align: center;
	padding: 20px;
	padding-top: 0px;
}

.timelinebox .timeline_content h2{
	font-family: 'TradeGothicLTPro-BdCn20';
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 33px;
	color:#ff7b5f;
	margin: 0px;
	padding: 0px;
}

.timelinebox .timeline_content h2::before{
	display: block;
	content: "";
	text-align: center;
	font-family: "FontAwesome";
	margin: 0px;
	padding: 0px;
	margin-bottom: -0.2em;
}

.timelinebox .timeline_content h3{
	font-family: 'TradeGothicLTPro-BdCn20';
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 21px;
	color:#1ab8a5;
	text-transform: uppercase;
}

/* !PAGES INTERNES */
#centralcontainer{
	background-color: #fff;
	width:638px;
	margin: auto;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
	min-height: 100%;
	position: relative;
	padding-bottom: 60px;
}

.portrait #centralcontainer iframe{
	width:100%;
}

.portrait #centralcontainer img{
	max-width: 100%;
	width: 100%;
	height: auto;
}

.portrait #centralcontainer{
	width:100%;
}

#centralslider{
	/*width:100%;*/
	margin-left: -40px;
	margin-right: -40px;
	box-sizing: border-box;
	overflow: hidden;
	display: none;
}

#prevcentral, #nextcentral{
	display: block;
	background-color: #154361;
	position: absolute;
	color:#fff !important;
	font-size: 30px;
	top:50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 400;
	width:44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
}

#prevcentral i, #nextcentral i{
	line-height: 44px;
}

#prevcentral{
	left:0px;
}

 #nextcentral{
	 right:0px;
}

.portrait #centralslider{
	display: block;
}

#centralcontainer h1{
	text-align: center;
	font-family: 'TradeGothicLTPro-BdCn20';
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 44px;
	color:#1ab8a5;
	text-transform: uppercase;
	text-decoration: underline;
}

#centralcontainer h2{
	font-family: 'TradeGothicLTPro-BdCn20';
	font-weight: normal;
	font-size: 27px;
	color:#1ab8a5;
}

#centralcontainer div.imageinside{
	width:400px;
	position: relative;
	margin: auto;
	text-align: center;
}

#centralcontainer div.imageinside img{

	width:100%;
	height: auto;

}


#centralcontainer div.imageinside div.legendinside{
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}

#centralcontainer div.imageinside div.legendinside::after{
	display: block;
	padding-top: 10px;
	clear: both;
	margin: auto;
	content: "";
	border-bottom: 1px solid #e2e2e2;
	width:100px;
	text-align: center;
}

#centralcontainer div.hightlighinside{
	width:100%;
	box-sizing: border-box;
	padding: 40px;
	background-color: #e2e2e2;
	color:#fff;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	font-family: 'TradeGothicLTPro-BdCn20';
	font-weight: normal;
	background-image: url(../img/projet_back.png);
	background-position: center center;
	background-size: 100% 100%;
}

#centralcontainer div.hightlighinside h2{
	font-size: 36px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: normal;
	color:#fff !important;
	font-family: "TradeGothicLTPro-Light";
}

#centralcontainer div.hightlighinside p{
	text-decoration: underline;
}

#centralcontainer div.citationinside{
	width:100%;
	box-sizing: border-box;
	padding: 40px;
	color:#fff;
	font-size: 28px;
	text-align: center;
	font-weight: normal;
	font-family: 'TradeGothicLTPro-Cn18';
}

#centralcontainer div.citationinside h2{
	font-size: 15px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: normal;
	font-family: Georgia, Times, 'Times New Roman', serif;
}

#centralcontainer div.citationinside p{
	text-decoration: underline;
	color:#009639;
}

.pageimages{
	position: absolute;
	top:0px;
	overflow: hidden;
	background-color: #f0f0f0;
}

.pageimages .image, #centralslider .image{
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
}

#centralslider .image{
	background-color: #154361;
	background-size: contain;
}


.pageimages .image img{
	width:100%;
	visibility: hidden;
}

 #centralslider .image{
	 width:100%;
	height:100%;
 }

 #centralslider .image img{
	width:100%;
	height:100%;
	visibility: hidden;
}


.pageimages .image .imageover, #centralslider .image .imageover{
	background-color: rgba(21, 67, 97, .8);
	color: #fff;
	position: absolute;
	left:0px;
	bottom: 0px;
	width:100%;
	box-sizing: border-box;
	/*transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	 -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;*/
  padding: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 10px;
}



#leftimages{
	left:0px;
}

#rightimages{
	right:0px;
}

.portrait #leftimages, .portrait #rightimages{
	display: none;

}

#centralcontainer a.themeback{
	color:#c4c4c4;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	text-align: center;
	padding: 10px;
}

#centralcontainer a.themeback::before{
	content:"\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
	margin-bottom: 5px;
	font-family: "FontAwesome";
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

/* !THEMES BOXES */
.themebox{
	position:absolute;
}



.themebox .insidecontainer{
	width: 100%;
	height:100%;
	position: relative;
	background-color: #fff;
}

.themebox .insidecontainer .image{
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	top:20px;
	left:20px;
	position: absolute;
	box-sizing: border-box;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(https://farm9.staticflickr.com/8723/16785884584_4afd6e31e6_c.jpg);
}

.themebox .insidecontainer .coloroverlay{
	width: 100%;
	height:100%;
	position: absolute;
	left:0px;
	top:0px;
	opacity: .9;
}



.themebox .insidecontainer .content{
	width: 100%;
	height:100%;
	position: absolute;
	top:0px;
	left: 0px;
}


.themebox .insidecontainer .content a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}

.themebox.big .insidecontainer .content a{
	font-size: 21px;
}

.themebox.medium .insidecontainer .content a{
	font-size: 17px;
}

.themebox.small .insidecontainer .content a{
	font-size: 16px;
}

.themebox.xsmall .insidecontainer .content a{
	font-size: 16px;
}

.themebox .insidecontainer .content a h2{
	font-family: 'TradeGothicLTPro-Cn18';
	font-size: inherit;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.themebox.big .insidecontainer .content a h2{
	font-size: 90px;
}

.themebox.medium .insidecontainer .content a h2{
	font-size: 60px;
}

.themebox.small .insidecontainer .content a h2{
	font-size: 44px;
}

.themebox.xsmall .insidecontainer .content a h2{
	font-size: 36px;
}

@media all and (max-width:1300px) {
	.themebox.big .insidecontainer .content a h2{
		font-size: 60px;
	}

	.themebox.medium .insidecontainer .content a h2{
		font-size: 40px;
	}

	.themebox.small .insidecontainer .content a h2{
		font-size: 30px;
	}

	.themebox.xsmall .insidecontainer .content a h2{
		font-size: 24px;
	}
}

.themebox .insidecontainer .content a h3{
	font-family: 'TradeGothicLTPro-Cn18';
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-top: .7em;
}

.themebox.big .insidecontainer .content a h3{
	font-size: 44px;
}

.themebox.medium .insidecontainer .content a h3{
	font-size: 24px;
}

.themebox.small .insidecontainer .content a h3{
	font-size: 30px;
}

.themebox.xsmall .insidecontainer .content a h3{
	font-size: 30px;
}

.themebox.big .insidecontainer .content a .mouseover h2{
	font-size: 36px;
}

.themebox.medium .insidecontainer .content a .mouseover h2{
	font-size: 36px;
}

.themebox.small .insidecontainer .content a .mouseover h2{
	font-size: 21px;
}

.themebox.xsmall .insidecontainer .content a .mouseover h2{
	font-size: 21px;
}


.themebox .insidecontainer .content a .mouseover, .themebox .insidecontainer .content a .mouseout{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}

.themebox .insidecontainer .content a .mouseover h2{
	margin-bottom: 10px;
}

.themebox .insidecontainer .content a .mouseover p{
	margin:0px;
}

.themebox .insidecontainer .content a .mouseover{
	display: none;
}


/* !PROJETS BOXES */
.projetbox{
	position:absolute;
	-webkit-box-shadow: 12px 12px rgba(0,0,0,.1);
	-moz-box-shadow: 12px 12px rgba(0,0,0,.1);
	box-shadow: 12px 12px rgba(0,0,0,.1);
}



.projetbox .insidecontainer{
	width: 100%;
	height:100%;
	position: relative;
	background-color: #fff;
}

.projetbox .insidecontainer .image{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position: absolute;
	box-sizing: border-box;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(https://farm9.staticflickr.com/8723/16785884584_4afd6e31e6_c.jpg);
}

.projetbox .insidecontainer .coloroverlay{
	width: 100%;
	height:100%;
	position: absolute;
	right:-10px;
	top:10px;
	opacity: .9;
	visibility: hidden;
}



.projetbox .insidecontainer .content{
	width: 100%;
	height:100%;
	position: absolute;
	top:0px;
	left: 0px;
}


.projetbox .insidecontainer .content a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}

.projetbox.big .insidecontainer .content a{
	font-size: 16px;
}

.projetbox.medium .insidecontainer .content a{
	font-size: 16px;
}

.projetbox.small .insidecontainer .content a{
	font-size: 16px;
}

.projetbox.xsmall .insidecontainer .content a{
	font-size: 16px;
}

.projetbox .insidecontainer .content a h2{
	font-family: 'TradeGothicLTPro-Cn18';
	font-size: inherit;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	line-height: 1em;
}

.projetbox.big .insidecontainer .content a h2{
	font-size: 160px;
}

.projetbox.medium .insidecontainer .content a h2{
	font-size: 100px;
}

.projetbox.small .insidecontainer .content a h2{
	font-size: 73px;
}

.projetbox.xsmall .insidecontainer .content a h2{
	font-size: 60px;
}

@media all and (max-width:1300px) {
	.projetbox.big .insidecontainer .content a h2{
		font-size: 90px;
	}

	.projetbox.medium .insidecontainer .content a h2{
		font-size: 70px;
	}

	.projetbox.small .insidecontainer .content a h2{
		font-size: 50px;
	}

	.projetbox.xsmall .insidecontainer .content a h2{
		font-size: 50px;
	}
}

.projetbox .insidecontainer .content a h3{
	font-family: 'TradeGothicLTPro-Cn18';
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-top: .7em;
}

.projetbox.big .insidecontainer .content a h3{
	font-size: 44px;
}

.projetbox.medium .insidecontainer .content a h3{
	font-size: 24px;
}

.projetbox.small .insidecontainer .content a h3{
	font-size: 30px;
}

.projetbox.xsmall .insidecontainer .content a h3{
	font-size: 30px;
}

.projetbox.big .insidecontainer .content a .mouseover h2{
	font-size: 21px;
}

.projetbox.medium .insidecontainer .content a .mouseover h2{
	font-size: 21px;
}

.projetbox.small .insidecontainer .content a .mouseover h2{
	font-size: 21px;
}

.projetbox.xsmall .insidecontainer .content a .mouseover h2{
	font-size: 21px;
}

.projetbox .insidecontainer .content a .mouseout{
	text-align: left;
	position: absolute;
	width:auto;
	min-width: 100%;
}

.projetbox .insidecontainer .content a .mouseover{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	padding-left: 30px;
}

.projetbox .insidecontainer .content a .mouseover{
	opacity:0;
}




/* !Projet contenu */
.projetpage{
	position: relative;
}

.portrait .projetpage{
	padding-top: 50vh;
}

.topcontent p, .topcontent h1{
	margin: 0px;
}

.projetpage h1{
	background-color: #154361;
	-webkit-box-shadow: 7px 7px rgba(0,0,0,.1);
	-moz-box-shadow: 7px 7px rgba(0,0,0,.1);
	box-shadow: 7px 7px rgba(0,0,0,.1);
	display: inline-block;
	padding: 10px;
	width:auto;
	font-family: 'TradeGothicLTPro-Cn18';
	font-size: 21px;
	text-transform: uppercase;
	margin-top: 20px;
}



.topcontent{
	margin-top: 10px;
}

.projetpage a.projetback{
	color:inherit;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
}

.projetpage a.projetback::before{
	content:"\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
	margin-bottom: 5px;
	font-family: "FontAwesome";
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}
.projetcontent{
	background-image: url(../img/projet_back.png);
	background-position: center center;
	background-size: 100% 100%;
	width:calc((100vw - 100px)/2);
	height:100vh;
	float: left;
	box-sizing: border-box;
	font-size: 15px;
	background-color: #f0f0f0;
	text-align: center;
	position: absolute;
	top:0px;
	z-index: 13;
}

.projetcontent h2{
	font-size: 48px;
	color: #fff;
	font-weight: normal;
	font-family: 'TradeGothicLTPro-Cn18';
	text-transform: uppercase;
	text-decoration: underline;
}

.projetcontent h3{
	font-family: 'TradeGothicLTPro-BdCn20';
	font-weight: normal;
	font-size: 27px;
	color: #fff;
}

div.insidecontent{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width:100%;
	box-sizing: border-box;
	padding: 50px;
}

ul.projetnav, ul.projetnav li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	color:#464646;
	font-family: 'Roboto Condensed', sans-serif;
}

ul.projetnav{
	position: absolute;
	bottom:70px;
	left:50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width:100%;
}

ul.projetnav li{
	display: inline-block;
	margin: 5px;
}

ul.projetnav li a{
	color: inherit;
	font-size: 14px;

}

.projetphotos{
	width: 50%;
	min-height: 100vh;
	float: right;
	z-index: 2;
}
.projetphotos .image{
	width:100%;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #154361;
}

.projetphotos .image.horizontal {
	background-size: 100% auto;
}

.projetphotos .factsheet{
	width:100%;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(21, 67, 97, .8);
	color:#fff;
	font-size: 30px;
	font-family: 'TradeGothicLTPro-BdCn20';
	text-decoration: underline;
	position: absolute;
	text-align: center;
	z-index: 10;
}

/*.projetphotos .factsheetplaceholder .image{
	position: absolute;
	top: 0px;
	left: 0px;
}*/
.projetphotos .factsheetplaceholder{
	width:100%;
	height: 200vh;
	position: relative;
	overflow: hidden;
}


.projetphotos .factsheet p{
	text-decoration: underline;
}

.projetphotos .image img{
	position: absolute;
	right:60000px;
}

.projetphotos .image .imageover{
	position: absolute;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 10px;
	background-color: rgba(240,240,240, .8);
	box-sizing: border-box;
	padding: 10px;
	padding-top:5px;
	padding-bottom: 5px;
	top:25px;
	right:25px;
	max-width: 170px;
	color:#6d6d6d;
	text-align: right;
}

/*.projetphotos .image a{
	display: block;
	width:100%;
	height: 100%;
}*/

.projetphotos.images2 .image{
	height:50vh;
	background-size: cover;
}

	.portrait .projetpage{
		padding-top: 0px;


	}

 .portrait .projetcontent{
		width:100%;
		height:auto;
		position: relative;
	}

	.portrait .projetcontent .insidecontent{
		position: relative;
		top:auto;
		left:auto;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		padding: 20px;
		padding-bottom: 60px;
	}


	.portrait .projetphotos{
		position: relative;
		width: 100%;
		height: auto;
		min-height: 0;
	}

	.portrait .projetphotos .image{
		width: 100%;
		height: 50vh;
	}

	.portrait .projetphotos .factsheetplaceholder{
		height:auto;
	}

	.portrait .projetphotos .factsheet {
		height: 100%;
	}

	.portrait .projetphotos .factsheet .insidecontent{
		position: relative;
		transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		top: auto;
		left: auto;
	}

	.portrait .projetphotos .factsheetplaceholder .image{
		height:100vh;
	}
	.portrait ul.projetnav{
		bottom:10px;
		display: none;
	}

	.portrait ul.projetnav.withsaherbox{
		bottom:45px;
	}

	.portrait .projetcontent .sharebox {
		position: relative;
	}

	div.gallery_photographe{
		position: relative;
		float: none;
	}

/* !MERCI */
#merciintro{
	width:230px;
	color:#FF7B5F;
	font-size: 21px;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 45px;
	padding-right: 45px;
	float: left;
	position: relative;
}
#mercititle{
	display: inline-block;
	width:calc(100% - 320px);
	float: right;
	position: relative;
	box-sizing: border-box;

}

#mercititle h1{
	font-family: 'TradeGothicLTPro-Cn18';
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
	color:#1ab8a5;
	font-size: 72px;
	margin: 0px;
	text-align: center;
}
#mercicontent{
	width:calc(100% - 320px);
	float: left;
	position: relative;
	font-size: 12px;
	overflow: hidden;
	padding-top: 25px;
	box-sizing: border-box;
}


#thankscontent{
	display: none;
}
div.column{
	overflow: hidden;
	box-sizing: border-box;
	white-space: normal;
}
div.column p{
	white-space: normal;
}
div.column h2, div.column p{
	margin: 0px;
	padding-bottom: 5px;
}
div.column *{
	padding-right: 50px;
}

#prevthanks, #nexthanks{
	position: absolute;
	color: #ff7b5f;
	font-size: 24px;
	display: none;
	z-index: 300;
	display: block	!important;
	width:40px;
	height: 40px;
	text-align: center;
}

#prevthanks{
	left:330px;
	top:50%;
	transform: translate(-150%,-50%);
	-ms-transform: translate(-150%,-50%);
	-webkit-transform: translate(-150%,-50%);
}

#nexthanks{
	right:10px;
	top:50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}

#prevthanks i, #nexthanks i{
	line-height: 40px;
}

@media all and (max-width:1020px) {
	#merciintro{
		width:100%;
		float: none;
		box-sizing: border-box;
	}
	#merciintro p{
		margin: 0px;
		padding-bottom: 1em;
	}
	#merciintro img{
		display: none;
	}
	#mercititle{
		width:calc(100%);
		margin: auto;
		float: none;
		padding-left: 45px;
		padding-right: 45px;
	}

	#mercititle h1{
		margin-top: .5em;
		margin-bottom: .5em;
	}

	#mercicontent{
		width:calc(100% - 90px);
		margin: auto;
		float: none;
		padding-top: 0px;
	}
	#prevthanks{
		left:10px;
		transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
	}
}


/*div.column{
	width:250px;
	height:70vh;
	overflow: hidden;
	display: none;
	box-sizing: border-box;
}

div.column.visible{
	background-color: red;
	display: block;
}

div.column div.columninside{
	position: absolute;
	top:0px;
	left:0px;
	height: auto;
	width:230px;
	padding-right: 20px;
}

div.column div.columninside h2, div.column div.columninside p{
	padding: 0px;
	margin: 0px;
}*/

#mercicontent h2{
	color:#19B7A4;
	font-weight: normal;
	font-family: 'TradeGothicLTPro-BdCn20';
	text-transform: uppercase;
	font-size: 18px;
	margin-top:1em;
}

#mercicontent p{
	margin: 0px;
	padding-bottom: 5px;
}

#mercicontent h2:first-child{
	margin-top:0px;
}

#mercicontent ul, #mercicontent ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* !MAP project */

#mapswitch{
	position: absolute;
	top:30px;
	right:5px;
	width: 200px;
	height: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ff7b5f;
	-webkit-box-shadow: 7px 7px rgba(0,0,0,.15), inset 0 0 20px rgba(0,0,0,.16);
	-moz-box-shadow: 7px 7px rgba(0,0,0,.15), inset 0 0 20px rgba(0,0,0,.16);
	box-shadow: 7px 7px rgba(0,0,0,.15), inset 0 0 20px rgba(0,0,0,.16);
}

#mapswitcher{
	position:absolute;
	top:4px;
	left:4px;
	width: 96px;
	height: 32px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #1ab8a5;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#mapswitch.present #mapswitcher{
	left: 100px;
}

a.mapswitch{
	position: absolute;
	top:4px;
	left:4px;
	width:96px;
	color:#fff;
	height:32px;
	line-height: 32px;
	font-weight: normal;
	font-family: 'TradeGothicLTPro-Cn18';
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

a.mapswitch.present{
	right:4px;
	left: auto;
}

#map_projets{
	position: relative;
	width:100%;
	height: 100%;
	background-color: #e5e3df;
	background-image: url(../img/loading-clair.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#popincontainer{
	border-left: 100px solid #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	box-sizing:border-box;
	display: none;
	z-index: 160;
}

#popinover{
	background-color: rgba(21, 67,97, .9);
	width:calc(100% - 100px);
	height: 100vh;
	position: fixed;
	z-index: 200;
	top:0px;
	left:100px;
}

#popinclose{
	font-size: 24px;
	color:#fff;
	opacity: .4;
	position: absolute;
	right:0px;
	top:0px;
	transform: translate(-50%, -150%);
	-ms-transform: translate(-50%, -150%);
	-webkit-transform: translate(-50%, -150%);
}

#popincontent{
	box-sizing: border-box;
	width:450px;
	background-color: #fff;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 201;
	font-size: 15px;
	text-align: center;
	-webkit-box-shadow: 7px 7px rgba(0,0,0,.1);
	-moz-box-shadow: 7px 7px rgba(0,0,0,.1);
	box-shadow: 7px 7px rgba(0,0,0,.1);
 }

#popincontent h1{
	font-family: 'TradeGothicLTPro-BdCn20';
	font-weight: normal;
	font-size: 33px;
	color:#009639;
}

#popincontent h2{
	font-size: 1em;
}

#popincontent img{
	max-width: 100%;
	height: auto;
}

#prevpopin, #nextpopin{
	display: block;
	background-color: #154361;
	position: absolute;
	color:#fff;
	font-size: 30px;
	top:50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 400;
	width:44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
}

#prevpopin i, #nextpopin i{
	line-height: 44px;
}

#prevpopin{
	left:0px;
}

 #nextpopin{
	 right:0px;
}

a.readmore{
  color: #1ab8a5;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
}

a.readmore::before{
	content:"";
	margin-bottom: 5px;
	font-family: "FontAwesome";
	display: block;
	font-size: 21px;
	font-weight: normal;
	text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/* !INAUGURATION */

#previnauguration, #nextinauguration, .previnauguration, .nextinauguration{
	position: absolute;
	display: block !important;
	width:48px;
	height: 48px;
	color:#fff;
	text-align: center;
	z-index: 110;
	background-color: #1ab8a5;
}

#previnauguration, .previnauguration{
	top:50%;
	left:0px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#nextinauguration, .nextinauguration{
	top:50%;
	right:0px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: none;
}

.portrait #previnauguration, .portrait  #nextinauguration, .portrait .previnauguration, .portrait .nextinauguration{
	top:37.5%;
}

#previnauguration i, #nextinauguration i, .previnauguration i, .nextinauguration i{
	line-height: 48px;
	font-size: 30px;
}
#imagescontainer,.imagecontainer{
	height: 100%;

}

.inauguration .pageimages{
	width:100%;
	height: 100%;
	float:left;
}
.inauguration .image{
	float: left;
	width:25%;
	height:calc(100%/3 + 1px);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
}

.inauguration .image.middle{
	height: 33.333333333%;
}

/*.inauguration .image a{
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}*/

.inauguration .intro{
	float: left;
	width:25%;
	height:33.333333333%;
	background-color: #1ab8a5;
	box-sizing: border-box;
	padding: 25px;
	padding-right: 60px;
	color:#fff;
	font-size: 16px;
	display: inline-block;
	overflow: hidden;
}

.inauguration .intro h2{
	font-family: 'TradeGothicLTPro-BdCn20';
	font-weight: normal;
	font-size: 44px;
	text-transform: uppercase;
	text-decoration: underline;
	color:#154361;
	margin: 0px;
}

 @media all and (max-width:1160px), all and (max-height:735px) {
	.inauguration .intro{
		width:50%;
	}
}

.inauguration .intro a.readmore{
	color:#154361;
	line-height: 21px;
	display: block;
	height: 21px;
}

.inauguration .intro a.readmore::before{
	display: inline-block;
	vertical-align: top;
}

.portrait .inauguration  .image{
	width:33.333333333%;
	height:25%;
}

.portrait .inauguration .intro{
	width:66.66666666666%;
	height:25%;
}

#popininaugurationclose{
	font-size: 21px;
	color:#fff;
	position: absolute;
	right:25px;
	top:0px;
}

#popininaugurationcontent{
	box-sizing: border-box;
	width:960px;
	background-color: #1ab8a5;
	position: absolute;
	left:50%;
	top:50%;
	padding-top:30px;
	padding-right: 45px;
	padding-bottom: 30px;
	padding-left: 45px;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 201;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	-webkit-box-shadow: 7px 7px rgba(0,0,0,.1);
	-moz-box-shadow: 7px 7px rgba(0,0,0,.1);
	box-shadow: 7px 7px rgba(0,0,0,.1);
	color:#fff;
	max-height: calc(100% - 120px);
	height:80px;
 }

 @media all and (max-width:1060px) {
	#popininaugurationcontent{
		width:calc(100% - 20px);
		left:10px;
		transform: translate(0px, -50%);
		-ms-transform: translate(0px, -50%);
		-webkit-transform: translate(0px, -50%);
	}
}

#popininaugurationcontent h1{
	font-family: 'TradeGothicLTPro-BdCn20';
	font-weight: normal;
	font-size: 44px;
	color:#154361;
	text-transform: uppercase;
	text-decoration: underline;
}

#popininaugurationcontent h2{




}

/* !AUTRES */

div.doclinkbox{
	border-bottom: 3px solid rgba(122,167,202, .2);
	border-top: 3px solid rgba(122,167,202, .2);
	padding-top: 20px;
	margin-top: 40px;
	text-align: center;
	font-size: 0px;

}

a.doclink{
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
	font-size: 12px;
	color:#6d6d6d !important;
	display: inline-block;
	vertical-align: top;
	max-width: 25%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-rigth: 10px;
	margin-bottom: 10px;
	text-align: center;
}

a.doclink::before{
	content:"";
	margin-bottom: 5px;
	font-family: "FontAwesome";
	display: block;
	font-size: 30px;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

a.linklink{
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
	font-size: 12px;
	color:#6d6d6d !important;
	display: inline-block;
	width: 25%;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 10px;
	padding-rigth: 10px;
	margin-bottom: 10px;
	text-align: center;
}

a.linklink::before{
	content:"";
	margin-bottom: 5px;
	font-family: "FontAwesome";
	display: block;
	font-size: 30px;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

/* !PRESSE */

#presscontainer{
	width:100%;
	position: relative;
	margin: auto;
	max-width: 960px;
}

#pressintro{

	text-align: center;
	box-sizing: border-box;

	padding-left: 70px;
	padding-right: 70px;
	padding-top: 3em;
}

#pressdocuments h3, #pressnews h3{
	text-align: center;
	color:#1ab8a5;
	font-size: 27px;
	font-weight: normal;
	font-family: 'TradeGothicLTPro-BdCn20';
}

#pressdocuments{
	float: left;
	width:100%;
	max-width:450px;
	text-align: center;
}

#pressnews{
	float: right;
	width:100%;
	max-width:450px;
}

@media all and (max-width:960px) {
	#pressdocuments, #pressnews{
		float: none;
		width: 100%;
		max-width: none;
	}
}

#pressintro h2{
	color:#1ab8a5;
	font-size: 72px;
	font-weight: normal;
	font-family: 'TradeGothicLTPro-Cn18';
	text-transform: uppercase;
	text-decoration: underline;
	margin: 0px;
}
.press .linkdoc{
	background-color: #fff;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 10px;
}

.press .linkdoc .doclink{
	position: absolute;
	width:100%;
	max-width: 100%;
	box-sizing: border-box;
	padding:5px;
	display: block;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/* !NEWS */
.section.press .fp-tableCell{
	vertical-align: top;
}
#popincontent.news{
	background-color: #fff;
	width:792px;
	max-height: 80%;
	height:80px;
	padding: 10px;
}
@media all and (max-width:978px) {
	#popincontent.news{
		width:calc(100% - 106px);
		left:53px;
		transform: translate(0px, -50%);
		-ms-transform: translate(0px, -50%);
		-webkit-transform: translate(0px, -50%);
	}
}

#newsscrollcontent h1{
	background-color: #1ab8a5;
	-webkit-box-shadow: 7px 7px rgba(0,0,0,.1);
	-moz-box-shadow: 7px 7px rgba(0,0,0,.1);
	box-shadow: 7px 7px rgba(0,0,0,.1);
	display: inline-block;
	padding: 10px;
	width:auto;
	color:#fff;
	font-family: 'TradeGothicLTPro-Cn18';
	font-size: 21px;
	text-transform: uppercase;
	margin-top: 20px;
}

#newsscrollcontent h2{
	color:#154361;
	font-family: 'TradeGothicLTPro-BdCn20';
	font-weight: normal;
	font-size: 44px;
	text-transform: uppercase;
	text-decoration: underline;
}

#prevnews, #nextnews{
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: block;
	width:auto;
	font-size: 21px;
	color:#fff;
	text-decoration: none;
	width:45px;
	height:45px;
	line-height: 45px;
}

#prevnews i, #nextnews i{
	line-height: 45px;
}

#prevnews{
	left:-45px;
}
#nextnews{
	right:-45px;
}

#newslist{
	height:351px;
	text-align: left;
	box-sizing: border-box;
}
div.newsitem{
	background-color: #fff;
	width:100%;
	padding:10px;
	box-sizing: border-box;
	cursor: pointer;
}

div.newsitem:nth-child(even){
	background: transparent;
}

div.newsitem h4{
	color:#154361;
	font-size: inherit;
	margin: 0px;
	text-align: inherit;
}

div.newsitem p{
	margin: 0px;
}

div.newsitem a{
	color:#1ab8a5;
	font-style: italic;
	text-decoration: none;
}

/* !GALERIE */
div.gallery_photographe{
		height: 100vh;
		float: left;
		position: relative;
}



div.gallery_photographe div.gallery_inside image, div.gallery_photographe div.gallery_inside img{
	width:100%;
	border: none;
	position: relative;

}

div.gallery_photographe div.gallery_inside{
	padding-bottom:50px;
	padding-top: 80px;
}

div.gallery_photographe div.fixedtitle{
	position:relative;
	z-index: 100;
	float: left;
	width:100%;
	height:80px;
	background-color: #1f1f1f;
	color:#fff;
	background-image: url(../img/projet_back_black.png);
	background-position: center center;
	background-size: 100% 100%;
}

div.gallery_photographe div.fixedtitle h2{
	display: block;
	text-align: center;

	margin: 0px;
	font-family: 'TradeGothicLTPro-Cn18';
	font-size: 21px;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: normal;
	position: absolute;
	left:0px;
	width:100%;
	top:50%;
	transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

@media all and (max-width:1200px) {
	div.gallery_photographe div.fixedtitle h2{
		font-size: 16px;
	}
}

a.photographepopuplink, a.photographegellerypopuplink{
	position: absolute;
	right:10px;
	bottom:0px;
	transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	font-size: 15px;
	color:#888b8d;
	text-decoration: none;
}
div.gallery_photographe div.fixedtitle h3{
	text-transform: uppercase;
	position: absolute;
	bottom:0px;
	text-align: center;
	font-size: 11px;
	color:#888b8d;
	text-decoration: none;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	width:100%;
	transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#popincontent.photograph{
	background-color: #fff;
	width:700px;
	height:800px;
	max-height: 80%;
	padding: 0px;
	max-height: 80%;
}

#popincontent.photograph img{
	width:100%;
}

@media all and (max-width:800px) {
	#popincontent.photograph{
		width:calc(100% - 20px);
		left:10px;
		transform: translate(0px, -50%);
		-ms-transform: translate(0px, -50%);
		-webkit-transform: translate(0px, -50%);
	}
}

#photographscrollcontent{
	height: calc(100% - 250px );
	padding: 10px;
	box-sizing: border-box;
}

#photographscrollcontent h1{
	font-family: 'TradeGothicLTPro-BdCn20';

	font-size: 33px;
	color:#009639;
	margin-top: 20px;
	text-transform: uppercase;
}

/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}


.nano.gallery { width: 100%; height: 100%; }
.nano.gallery > .nano-content { padding: 0px; }
.nano.gallery > .nano-pane   { background: transparent }
.nano.gallery > .nano-pane > .nano-slider { background: transparent }

.nano.newslist { width: 100%; height: 100%; }
.nano.newslist > .nano-content { padding-left: 20px; padding-right: 20px; }
.nano.newslist > .nano-pane   {
	background: #a5f4ea;
	-moz-border-radius    : 0px;
	-webkit-border-radius : 0px;
	border-radius         : 0px;
 }
.nano.newslist > .nano-pane > .nano-slider {
	background: #1ab8a5;
	-moz-border-radius    : 0px;
	-webkit-border-radius : 0px;
	border-radius         : 0px;
}

.nano.newspopin { width: 100%; height: 100%; }
.nano.newspopin > .nano-content { padding-left: 50px; padding-right: 50px; }
.nano.newspopin > .nano-pane   {
	background: #f0f0f0;
	-moz-border-radius    : 0px;
	-webkit-border-radius : 0px;
	border-radius         : 0px;
 }
.nano.newspopin > .nano-pane > .nano-slider {
	background: #1ab8a5;
	-moz-border-radius    : 0px;
	-webkit-border-radius : 0px;
	border-radius         : 0px;
}

.nano.inaugurationpopin { width: 100%; height: 100%; }
.nano.inaugurationpopin > .nano-content { padding-left: 50px; padding-right: 50px; }
.nano.inaugurationpopin > .nano-pane   {
	background: #f0f0f0;
	-moz-border-radius    : 0px;
	-webkit-border-radius : 0px;
	border-radius         : 0px;
 }
.nano.inaugurationpopin > .nano-pane > .nano-slider {
	background: #1ab8a5;
	-moz-border-radius    : 0px;
	-webkit-border-radius : 0px;
	border-radius         : 0px;
}

.nano.photographpopin { width: 100%; height: 100%; }
.nano.photographpopin > .nano-content { padding-left: 50px; padding-right: 50px; }
.nano.photographpopin > .nano-pane   {
	background: #f0f0f0;
	-moz-border-radius    : 0px;
	-webkit-border-radius : 0px;
	border-radius         : 0px;
 }
.nano.photographpopin > .nano-pane > .nano-slider {
	background: #1ab8a5;
	-moz-border-radius    : 0px;
	-webkit-border-radius : 0px;
	border-radius         : 0px;
}

.nano.projetpopin { width: 100%; height: 100%; }
.nano.projetpopin > .nano-content { padding-left: 50px; padding-right: 50px; }
.nano.projetpopin > .nano-pane   {
	background: #f0f0f0;
	-moz-border-radius    : 0px;
	-webkit-border-radius : 0px;
	border-radius         : 0px;
 }
.nano.projetpopin > .nano-pane > .nano-slider {
	background: #1ab8a5;
	-moz-border-radius    : 0px;
	-webkit-border-radius : 0px;
	border-radius         : 0px;
}



.ilightboxinside{
	cursor: pointer;
}

.mobile{
	 display:none !important;
}

@media all and (max-width:845px) {
.smallhide{
	display: none;
}
}

.sharebox{
	position: relative;
	margin: auto;
	/*background-color: #000;*/
	padding:10px;
	text-align: center;
	width:auto;
	box-sizing: border-box;
}

.sharebox a{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height:28px;
	width: 28px;
	display: inline-block;
	background-color: rgba(240,240,240,.2);
	color:rgba(255,255,255,.5) !important;
	line-height: 28px;
	text-align: center;
	position:relative;
	overflow: hidden;
	margin:5px;
}
.sharebox a i{
	line-height: 28px;
	height:28px;
	width: 28px;
	display: block;
	position: absolute;
	left:0px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.sharebox a i.out{
	top:0px;
}

.sharebox a i.over{
	top:28px;
	color: #009639;
}

.sharebox a:hover i.out{
	top:-28px;
}

.sharebox a:hover i.over{
	top:0px;
}

.sharebox.clair a{
	color:#b3b7ba !important;
	background-color: "#f0f0f0";
}

.projetcontent .sharebox{
	position:absolute;
	bottom:65px;
	left: 0px;
	width: 100%;
}

ul.projetnav.withsaherbox{
	bottom:120px;
}

#loading{
	position: fixed;
	width: calc(100% - 100px);
	height: 100%;
	background-color: rgb(21, 67, 97);
	background-image: url(../img/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	z-index:100;
}

#popincontent.projet{
	background-color: #fff;
	width:450px;
	height:600px;
	padding: 0px;
	max-height: 80%;
}

#popincontent.projet img{
	width:100%;
}

@media all and (max-width:800px) {
	#popincontent.projet{
		width:calc(100% - 20px);
		left:10px;
		transform: translate(0px, -50%);
		-ms-transform: translate(0px, -50%);
		-webkit-transform: translate(0px, -50%);
	}
}

#projetscrollcontent{
	max-height: calc(100% - 230px );
	padding: 10px;
	box-sizing: border-box;
}
