/*
Theme Name: clDesign Quadran
Theme URI: https://www.cldesign.com
Author: clDesign
Author URI: https://www.cldesign.com
Description: Official website of Quadran International
Version: 1.0
License: Quadran International all rights reserved
License URI: https://www.quadran-international.com
Text Domain: cldesignquadran
Tags:
*/

@font-face {
	font-family: 'fugueregular';
	src: url('assets/fonts/fugue-regular-webfont.woff2') format('woff2'),
		url('assets/fonts/fugue-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AkkuratPro-Regular';
  src: url('assets/fonts/AkkuratPro-Regular.woff2') format('woff2'),
       url('assets/fonts/AkkuratPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body{
	border: 0;
  margin: 0;
  padding: 0;
}
body, td, th, input, textarea, select{
	outline: none;
	font-size: 14px;
  line-height: 18px;
	font-family: 'AkkuratPro-Regular';
}
h1, h2, h3, h4, h5, p, img, a, ul, li{
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}
a{
  text-decoration: none;
}
a:hover{
}
.mob{
  display: none;
}

/***************************
*** LAZYLOAD ***************
***************************/

.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 350ms ease-out;
}

/***************************
*** HEADER *****************
***************************/

#header{
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 89px;
  position: fixed;
  background: white;
}

h1{
  top: 20px;
  left: 35px;
	z-index: 5;
  position: absolute;
}
h1 a{
	width: 127px;
  height: 48px;
	display: block;
	overflow: hidden;
	color: transparent;
	background: transparent url(assets/images/logo-qair.svg) no-repeat center top;
	-webkit-background-size: auto 48px;
	background-size: auto 48px;
}
#burger{
	top: 0;
	right: 0;
	width: 80px;
	height: 87px;
	display: none;
	cursor: pointer;
	position: absolute;
	background: transparent url(assets/images/picto-burger.png) no-repeat center center;
	-webkit-transition: transform 0.35s ease-out;
	transition: transform 0.35s ease-out;
	-webkit-background-size: 23px;
	background-size: 23px;
}
.menu-open #burger{
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
}
/* RESPONSIVE */
@media screen and (max-width: 1080px) {
	#burger{
		display: block;
	}
	#header nav{
		height: 0;
		overflow: hidden;
		-webkit-transition: height 0.5s ease-out;
	  transition: height 0.5s ease-out;
	}
	.menu-open #header nav{
		height: 411px;
	}
}
@media screen and (max-width: 640px) {
	h1{
	  left: 20px;
	}
}

/***************************
*** MENU *******************
***************************/

#menu{
	float: left;
	position: relative;
}
#menu ul{
	list-style: none;
	margin: 51px 0 0 227px;
}
#menu li{
	float: left;
	font-size: 15px;
	line-height: 25px;
	position: relative;
	padding: 0 32px 0 32px;
}
#menu a{
	color: black;
	text-transform: uppercase;
	-webkit-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
#menu a.over{
	color: #0099ff;
}
/* RESPONSIVE */
@media screen and (max-width: 1600px) {
	#menu li{
		padding: 0 14px 0 14px;
	}
}
@media screen and (max-width: 1080px) {
	#menu{
		width: auto;
		float: none;
		margin-top: 87px;
		position: static;
		background: white;
	}
	#menu ul{
		margin: 0;
		list-style: none;
		text-align: right;
		padding: 0 26px 40px 0;
	}
	#menu li{
		padding: 0;
		float: none;
		font-size: 20px;
		position: static;
		line-height: 28px;
	}
}

/***************************
*** FIL ********************
***************************/

#fil{
	float: right;
	color: white;
	height: 89px;
	position: relative;
	background: #000033;
}
.langs{
	width: 64px;
	height: 89px;
	float: right;
	font-size: 15px;
	overflow: hidden;
	list-style: none;
	line-height: 20px;
	position: relative;
	text-align: center;
	background: #000033;
	text-transform: uppercase;
	border-left: 1px solid white;
	-webkit-transition: height 0.35s ease-out;
  transition: height 0.35s ease-out;
}
.langs-open .langs{
	height: 178px;
}
.langs .sel{
	line-height: 25px;
	margin-bottom: 14px;
	padding: 51px 0 13px 0;
}
.langs .over{
	text-decoration: underline;
}
.langs a{
	color: white;
}
.soc{
	float: right;
	list-style: none;
	position: relative;
	padding-right: 30px;
}
.soc li{
	float: right;
	position: relative;
	padding: 54px 0 0 30px;
}
.soc a{
	width: 22px;
	height: 14px;
	display: block;
	overflow: hidden;
	color: transparent;
	background: transparent url(assets/images/picto-env.png) no-repeat center center;
	-webkit-background-size: auto 14px;
	background-size: auto 14px;
}
.soc .insta,
.soc .linkedin{
	padding-top: 50px;
}
.soc .insta{
	padding-top: 51px;
}
.soc .insta a,
.soc .linkedin a{
	width: 18px;
	height: 17px;
	background-image: url(assets/images/picto-linkedin.svg);
	-webkit-background-size: auto 17px;
	background-size: auto 17px;
}
.soc .insta a{
	background-image: url(assets/images/picto-insta.svg);
}
/* RESPONSIVE */
@media screen and (max-width: 1080px) {
	#fil{
		width: auto;
		float: none;
		position: static;
		border-bottom: 1px solid #c9c9c9;
	}
	.langs{
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	.langs-open .langs{
		height: 89px;
	}
	.langs .sel,
	.langs li{
		margin-bottom: 0;
		line-height: 25px;
		display: inline-block;
		padding: 51px 10px 13px 10px;
	}
}

/***************************
*** FOOTER *****************
***************************/

#footer{
	font-size: 15px;
	border-top: 1px solid #c9c9c9;
}
#footer .line{
	height: 88px;
	color: white;
	background: #003399;
	padding: 0 54px 0 54px;
}
#footer .line.first{
	color: black;
	height: auto;
	background: none;
	padding-bottom: 20px;
}
#footer .column{
	float: left;
	width: 280px;
	position: relative;
}
#footer .column.right{
	float: right;
}
#footer p{
	line-height: 88px;
}
#footer .first p{
	padding-top: 19px;
	line-height: 19px;
}
#footer a{
	color: white;
}
#footer .first a{
	color: black;
}
#footer h3{
	font-size: 15px;
	padding-top: 43px;
	line-height: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
/* RESPONSIVE */
@media screen and (max-width: 1280px) {
	#footer .column{
		width: 50%;
	}
	#footer .cx2-spacer{
		clear: both;
	}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 640px) {
	#footer .line{
		padding: 0 20px 0 20px;
	}
}

/***************************
*** SLIDER *****************
***************************/

.slider-inner{
	width: 100%;
	height: inherit;
	overflow: hidden;
	position: absolute;
	max-height: inherit;
}
.slide{
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.slide0{
	left: 0;
}
.slider-nav{
	z-index: 2;
	right: 43px;
	bottom: 47px;
	height: 22px;
	list-style: none;
	position: absolute;
}
.slider-nav li{
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 10px;
	display: inline-block;
	border: 1px solid white;
	-webkit-transition: background 0.35s ease-out;
  transition: background 0.35s ease-out;
}
.slider-nav li.over{
	background: white;
}
.slider-leg{
	top: 100px;
	z-index: 2;
	position: absolute;
	padding: 0 35px 0 35px;
}
.slider h2{
	color: white;
	font-size: 62px;
	text-align: left;
	line-height: 76px;
	font-weight: normal;
	font-family: 'fugueregular';
}
.slider .plus{
	padding-top: 45px;
}
@media screen and (max-width: 1280px) {
	.slider-nav{
		bottom: 20px;
	}
}
@media screen and (max-width: 1280px) {
	.slider h2{
		top: 50px;
		font-size: 48px;
		line-height: 58px;
	}
}
@media screen and (max-width: 640px) {
	.slider-leg{
		top: 0;
		padding: 0 20px 0 20px;
	}
	.slider-nav{
		right: 10px;
	}
	.slider h2{
		font-size: 28px;
		line-height: 32px;
	}
}

/***************************
*** MAIN-TITLE *************
***************************/

main{
	padding-top: 89px;
	text-align: justify;
}
main a{
	color: inherit;
  text-decoration: underline;
}
main a:hover{
	text-decoration: none;
}
.main-title{
	width: 100%;
	height: 390px;
	display: table;
	background: transparent url(assets/images/quadran.png) no-repeat 95px 80px;
	-webkit-background-size: auto 170px;
	background-size: auto 170px;
}
.main-title .inner{
	display: table-cell;
	vertical-align: middle;
}
.main-title h2{
	font-size: 44px;
	text-align: left;
	line-height: 54px;
	font-weight: normal;
	padding: 0 162px 0 500px;
	font-family: 'fugueregular';
}
.main-title .plus{
	right: 54px;
	padding-top: 24px;
	position: absolute;
}
.plus a{
	color: white;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	background: #0099ff;
	text-decoration: none;
	letter-spacing: 0.1em;
	display: inline-block;
	padding: 0 20px 0 20px;
	text-transform: uppercase;
}
/* RESPONSIVE */
@media screen and (max-width: 1280px) {
	.main-title{
		-webkit-background-size: auto 110px;
		background-size: auto 110px;
	}
	.main-title h2{
		font-size: 40px;
		line-height: 50px;
		padding-left: 350px;
	}
}
@media screen and (max-width: 980px) {
	.main-title{
		height: auto;
		display: block;
		background: none;
	}
	.main-title .inner{
		padding: 54px;
		display: block;
		vertical-align: inherit;
	}
	.main-title h2{
		padding-left: 0;
		font-size: 34px;
		line-height: 44px;
	}
	.main-title .plus{
		right: auto;
		position: static;
		padding-top: 54px;
		text-align: right;
	}
}
@media screen and (max-width: 780px) {
	.main-title h2{
		padding-right: 0;
	}
}
@media screen and (max-width: 740px) {
	.main-title .inner{
		padding: 28px;
	}
	.main-title h2{
		font-size: 24px;
		line-height: 34px;
	}
}
@media screen and (max-width: 480px) {
	.main-title h2{
		font-size: 22px;
		line-height: 32px;
	}
}

/***************************
*** BANNER *****************
***************************/

.banner{
	height: 610px;
	overflow: hidden;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner.h390{
	height: 390px;
}
@media screen and (max-width: 740px) {
	.banner{
		height: 340px !important;
	}
	.banner.h390{
		height: 210px !important;
	}
}

/***************************
*** SUB-TITLE **************
***************************/

div.sub-title{
	width: 100%;
	height: 128px;
	color: #f0f0f0;
	display: table;
	text-align: center;
	background: #0099ff;
}
div.sub-title.dark{
	height: 228px;
	background: #000033;
}
div.sub-title.no-table{
	width: auto;
	height: auto;
	padding: 54px;
	display: block;
}
div.st-inner{
	padding-left: 54px;
	padding-right: 54px;
	display: table-cell;
	vertical-align: middle;
}
h3{
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	font-family: 'fugueregular';
}
h3.sub-title,
.sub-title h3{
	display: table-cell;
	vertical-align: middle;
}
.sub-title .st-inner h3{
	display: block;
}
div.sub-title.no-table h3{
	display: block;
}
div.sub-title p{
	padding-top: 14px;
}
div.sub-title.dark p{
	padding-top: 32px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-family: 'fugueregular';
}
/* RESPONSIVE */
@media screen and (max-width: 740px) {
	div.sub-title{
		height: 96px;
	}
	div.sub-title.no-table{
		height: auto;
		padding: 20px;
	}
	div.st-inner,
	.sub-title h3{
		padding-left: 20px;
		padding-right: 20px;
	}
	.sub-title .st-inner h3,
	div.sub-title.no-table h3{
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 480px) {
	div.sub-title{
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	div.sub-title.no-table{
		height: auto;
	}
}

/***************************
*** CHANNELS ***************
***************************/

.channels{
	width: 100%;
	height: 648px;
	display: table;
}
.channels.border-top{
	border-top: 1px solid #c9c9c9;
}
.channels a{
	color: inherit;
	display: block;
	text-decoration: none;
}
.channels .cell{
	width: 33.3333%;
	padding-top: 95px;
	display: table-cell;
	vertical-align: top;
	-webkit-transition: background 0.5s ease-out, color 0.5s ease-out;
  transition: background 0.5s ease-out, color 0.5s ease-out;
}
.channels .border{
	background: transparent url(assets/images/pix-c9c9c9.png) repeat-y left top;
}
.channels .cell.sel,
.channels .cell:hover{
	color: white;
	background: #000033;
}
.channels .cell .inner{
	width: 100%;
	text-align: center;
}
.channels h4{
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	font-family: 'fugueregular';
}
.channels .cell .hide{
	width: 33.3333%;
	position: absolute;
}
.channels .cell .hide p{
	max-width: 70%;
	padding-top: 34px;
	margin: 0 auto 0 auto;
}
.channels .plus{
	padding-top: 34px;
	display: inline-block;
}
.channels .plus a{
	color: white;
}
/* RESPONSIVE */
@media screen and (max-width: 880px) {
	.channels{
		height: auto;
		display: block;
	}
	.channels .cell{
		width: 100%;
		height: 648px;
		display: table;
		padding-top: 0;
		padding-bottom: 95px;
	}
	.channels .border{
		background: none;
	}
	.channels .cell .inner{
		display: table-cell;
		vertical-align: middle;
	}
	.channels .cell .hide{
		width: 100%;
	}
	.channels .cell.mob-sel{
		color: white;
		background: #000033;
	}
	.cell.mob-sel .picto img{
		opacity: 0;
	}
}

/***************************
*** PICTO ******************
***************************/

.picto{
	padding-bottom: 60px;
	display: inline-block;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left top;
	-webkit-background-size: auto 215px;
	background-size: auto 215px;
}
.picto img{
	height: 215px;
}
.cell.sel .picto img,
.cell:hover .picto img{
	opacity: 0;
}

/***************************
*** KEYS *******************
***************************/

.sub-title.for-keys{
	background: #003399;
}
/*
.sub-title.for-keys h3{
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 20px;
	letter-spacing: 0.075em;
	vertical-align: bottom;
	text-transform: uppercase;
	font-family: 'AkkuratPro-Regular';
}
*/
.keys .inner{
	width: 100%;
	color: white;
	height: 440px;
	display: table;
	font-size: 15px;
	text-align: center;
	background: #003399;
}
.keys-3col.with-pics .inner,
.keys.keys2 .inner{
	height: 370px;
	padding-top: 70px;
}
.keys.odd .inner{
	background: #0099ff;
}
.keys-3col .inner{
	height: 300px;
}
.keys .cell{
	width: 25%;
	display: table-cell;
	vertical-align: middle;
	background-color: transparent;
	background-position: center 300px;
	background-repeat: no-repeat;
	-webkit-background-size: auto 110px;
	background-size: auto 110px;
}
.keys.with-pics .cell,
.keys.keys2 .cell{
	padding-top: 140px;
	background-position: center top;
}
.keys.keys2.k34 .cell,
.keys-3col .cell{
	width: 33.3333%;
}
.keys h4{
	font-size: 44px;
	line-height: 44px;
	font-weight: normal;
	font-family: 'fugueregular';
}
.keys-3col h4{
	font-size: 52px;
	line-height: 52px;
}
.keys p{
	height: 18px;
	max-width: 60%;
	margin: 34px auto 0 auto;
}
.keys .abs{
	width: inherit;
	position: absolute;
}
.keys .abs p{
	margin-top: -52px;
}
.nav{
	width: 100%;
	display: none;
	list-style: none;
	margin-top: -70px;
	position: absolute;
	text-align: center;
}
.nav li{
	width: 15px;
	height: 15px;
	cursor: pointer;
	margin: 0 2px 0 2px;
	border-radius: 7.5px;
	display: inline-block;
	border: 1px solid white;
	-webkit-transition: background 0.35s ease-out;
	transition: background 0.35s ease-out;
}
.nav li.over{
	background: white;
}
.keys-intro{
	width: 100%;
	color: white;
	height: 140px;
	display: table;
	text-align: center;
	background: #003399;
}
.keys-intro p{
	display: table-cell;
	vertical-align: middle;
	padding: 0 54px 0 54px;
}
/* RESPONSIVE */
@media screen and (max-width: 980px) {
	.keys{
		overflow: hidden;
	}
	.keys .inner{
		width: 200%;
	}
	.keys-3col .inner{
		width: 100%;
	}
	.keys .nav-980{
		display: block;
	}
	.keys .nav-740{
		display: none;
	}
	.keys .abs{
		width: 100%;
	}
	.keys .cell{
		padding-bottom: 200px;
		background-position: center 200px;
	}
}
@media screen and (max-width: 740px) {
	.keys .inner{
		width: 400%;
	}
	.keys-3col .inner{
		width: 300%;
	}
	.keys .nav-980{
		display: none;
	}
	.keys-3col .nav,
	.keys .nav-740{
		display: block;
	}
}
@media screen and (max-width: 480px) {
/*
	.sub-title.for-keys{
		height: 96px;
	}
	.sub-title.for-keys h3{
		padding-bottom: 0;
		vertical-align: middle;
	}
*/
}

/***************************
*** LIST *******************
***************************/

.projects .list{
	overflow: hidden;
}
.projects .list.pages-2 .inner{
	width: 200%;
}
.projects .list.pages-3 .inner{
	width: 300%;
}
.projects .list.pages-4 .inner{
	width: 400%;
}
.projects .list.pages-5 .inner{
	width: 500%;
}
.projects .list.pages-6 .inner{
	width: 600%;
}
.projects .list.pages-7 .inner{
	width: 700%;
}
.projects .list.pages-8 .inner{
	width: 800%;
}
.projects .list.pages-9 .inner{
	width: 900%;
}
.projects .list.pages-10 .inner{
	width: 1000%;
}
.projects .list .inner ul{
	float: left;
	width: 100%;
	list-style: none;
	position: relative;
}
.projects .list.pages-2 .inner ul{
	width: 50%;
}
.projects .list.pages-3 .inner ul{
	width: 33.3333%;
}
.projects .list.pages-4 .inner ul{
	width: 25%;
}
.projects .list.pages-5 .inner ul{
	width: 20%;
}
.projects .list.pages-6 .inner ul{
	width: 16.6666%;
}
.projects .list.pages-7 .inner ul{
	width: 14,2857%;
}
.projects .list.pages-8 .inner ul{
	width: 12.5%;
}
.projects .list.pages-9 .inner ul{
	width: 11.1111%;
}
.projects .list.pages-10 .inner ul{
	width: 10%;
}
.project{
	float: left;
	display: block;
	width: 33.3333%;
	overflow: hidden;
	position: relative;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.project a{
	width: 100%;
	display: table;
	height: inherit;
	text-decoration: none;
}
.project .pinner{
	opacity: 0;
	background: white;
	text-align: center;
	display: table-cell;
	padding: 0 80px 0 80px;
	vertical-align: middle;
	-webkit-transition: opacity 0.35s ease-out;
	transition: opacity 0.35s ease-out;
}
.project.over .pinner{
	opacity: 1;
}
.project h3{
	font-size: 28px;
	line-height: 28px;
}
.project .illus{
	width: 100%;
}
.project p{
	padding-top: 18px;
}
.project .tab{
	width: 100%;
	height: 150px;
	display: table;
}
.project .cell{
	display: table-cell;
	vertical-align: middle;
}
.project .cell p{
	padding-top: 9px;
}
.prev,
.next{
	top: 50%;
	z-index: 2;
	width: 64px;
	height: 64px;
	cursor: pointer;
	margin-top: -32px;
	position: absolute;
	background: white url(assets/images/picto-prev.png) no-repeat center center;
	-webkit-background-size: auto 13px;
	background-size: auto 13px;
}
.prev{
	display: none;
}
.focus-prev{
	display: block;
}
.next{
	right: 0;
	background-image: url(assets/images/picto-next.png);
}
/* RESPONSIVE */
.projects .nav li{
	border-color: #003399;
}
.projects .nav li.over{
	background: #003399;
}
@media screen and (max-width: 1480px) {
	.project .pinner{
		padding: 0 40px 0 40px;
	}
}
@media screen and (max-width: 1280px) {
	.project .pinner{
		padding: 0 20px 0 20px;
	}
}
@media screen and (max-width: 980px) {
	.projects .list{
		width: auto;
		float: none;
		height: auto;
		position: static;
	}
	.projects .list .inner{
		width: 900%;
	}
	.projects .list.pages-2 .inner{
		width: 1800%;
	}
	.projects .list.pages-3 .inner{
		width: 2700%;
	}
	.projects .list.pages-4 .inner{
		width: 3600%;
	}
	.projects .list.pages-5 .inner{
		width: 4500%;
	}
	.projects .list.pages-6 .inner{
		width: 5400%;
	}
	.projects .list.pages-7 .inner{
		width: 6300%;
	}
	.projects .list.pages-8 .inner{
		width: 7200%;
	}
	.projects .list.pages-9 .inner{
		width: 8100%;
	}
	.projects .list.pages-10 .inner{
		width: 9000%;
	}
	.projects .list .nav{
		display: block;
	}
	.project{
		height: auto;
		padding-bottom: 100px;
		width: 11.1111% !important;
		background: none !important;
	}
	.project a{
		height: auto;
		display: block;
		text-align: center;
	}
	.project .mob{
		display: block;
	}
	.project .pinner{
		opacity: 1;
		height: auto;
		bottom: auto;
		display: block;
		padding-left: 0;
		padding-right: 0;
		position: static;
		padding-top: 40px;
	}
	.page-prev,
	.page-next{
		display: none;
	}
}

/***************************
*** STATS ******************
***************************/

.stats{
	color: white;
	text-align: center;
	background: #000033;
	text-transform: uppercase;
}
.stats .tab{
	width: 100%;
	height: 164px;
	display: table;
	max-width: 1440px;
	margin: 0 auto 0 auto;
}
.stats .cell{
	width: 33.3333%;
	display: table-cell;
	vertical-align: middle;
}
.stats.2cols .cell{
	width: 50%;
}
.stats h4{
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	font-family: 'fugueregular';
}
.stats p{
	font-size: 12px;
	padding-top: 15px;
	letter-spacing: 0.15em;
}

/***************************
*** MAP ********************
***************************/

.map{
	height: 556px;
	background-color: #000033;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.map-legend{
	color: white;
	text-align: center;
	background-color: #000033;
	text-transform: uppercase;
}
.map-legend .tab{
	width: 100%;
	height: 120px;
	display: table;
	max-width: 1440px;
	margin: 0 auto 0 auto;
}
.map-legend .cell{
	width: 50%;
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 0.15em;
}
.map-legend span{
	width: 18px;
	height: 18px;
	margin-right: 18px;
	background: #99ccff;
	display: inline-block;
	border: 1px solid white;
}
.map-legend span.blue-2{
	background: #0099ff;
}
/* RESPONSIVE */
.map-mob{
	overflow: hidden;
	background: #000033;
}
.map-mob .inner{
	width: 1100%;
	color: white;
	height: 476px;
	display: table;
	text-align: center;
	padding-bottom: 85px;
}
.map-mob .cell{
	width: 9.0909%;
	display: table-cell;
	vertical-align: top;
}
.map-mob h4{
	padding-top: 0;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	padding-bottom: 24px;
	font-family: 'fugueregular';
}
.map-mob p{
	font-size: 12px;
	padding-top: 24px;
	padding-bottom: 24px;
	letter-spacing: 0.15em;
}
.map-mob .nav{
	display: block;
}
.map-mob img{
	max-width: 90%;
	max-height: 90%;
}
@media screen and (max-width: 980px) {
	.map-legend,
	.map-web{
		display: none;
	}
	.map-mob{
		display: block;
	}
}

/***************************
*** ACTU *******************
***************************/

main .actu{
	width: 100%;
	height: 120px;
	display: table;
	background: #f0f0f0;
}
main .actu p{
	display: table-cell;
	vertical-align: middle;
}
main .actu p.date{
	padding-left: 58px;
	white-space: nowrap;
}
main .actu p.country{
	padding-left: 73px;
	white-space: nowrap;
}
main .actu p.title{
	padding-left: 69px;
	padding-right: 55px;
}
main .actu p.plus{
	margin-top: 0;
	text-align: right;
	white-space: nowrap;
	padding-right: 54px;
}
/* RESPONSIVE */
@media screen and (max-width: 740px) {
	main .actu{
		display: none;
	}
}

/***************************
*** FOCUS ******************
***************************/

.focus{
	width: 100%;
	height: 832px;
}
.focus .inner{
	height: 720px;
	width: inherit;
	margin-top: 56px;
	overflow: hidden;
	position: absolute;
}
.focus .items{
	width: 1000000px;
	position: absolute;
}
.focus .item{
	float: left;
	width: 62.5%;
	height: 720px;
	overflow: hidden;
	position: relative;
	border-left: 32px solid white;
	border-right: 32px solid white;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.focus a{
	width: 100%;
	color: white;
	height: 120px;
	display: table;
	bottom: -120px;
	position: absolute;
	background: #003399;
	text-decoration: none;
	-webkit-transition: bottom 0.35s ease-out;
	transition: bottom 0.35s ease-out;
}
.focus .item.current:hover a{
	bottom: 0;
}
.focus a span{
	display: table-cell;
	padding: 0 64px 0 64px;
	vertical-align: middle;
}
.focus p{
	opacity: 0;
	color: white;
	font-size: 12px;
	line-height: 24px;
	background: black;
	display: inline-block;
	letter-spacing: 0.1em;
	padding: 0 16px 0 16px;
	text-transform: uppercase;
	-webkit-transition: opacity 0.35s ease-out;
	transition: opacity 0.35s ease-out;
}
.focus .current p{
	opacity: 1;
}
.focus-nav{
	margin-top: 0;
	position: static;
	background: #003399;
	padding: 27px 0 27px 0;
}
/* RESPONSIVE */
@media screen and (max-width: 740px) {
	.focus{
		height: auto;
	}
	.focus .inner{
		height: auto;
		margin-top: 0;
		position: static;
		background: #003399;
	}
	.focus .items{
		width: 500vw;
		position: static;
		left: auto !important;
	}
	.focus .item{
		border: 0;
		height: auto;
		width: 100vw !important;
		background: none !important;
	}
	.focus .item img{
		width: 100%;
		display: block;
	}
	.focus a{
		bottom: auto;
		height: auto;
		position: static;
	}
	.focus a span{
		padding: 32px;
	}
	.focus p{
		opacity: 1;
		position: absolute;
	}
	.focus-prev,
	.focus-next{
		display: none;
	}
	.focus-nav{
		display: block;
	}
}

/***************************
*** TXT ********************
***************************/

.txt{
	color: white;
	background: #003188;
	padding: 88px 104px 120px 104px;
}
.txt p{
	font-size: 28px;
	line-height: 32px;
	padding-top: 32px;
	font-family: 'fugueregular';
}
/* RESPONSIVE */
@media screen and (max-width: 980px) {
	.txt{
		padding: 22px 54px 54px 54px;
	}
}
@media screen and (max-width: 740px) {
	.txt p{
		font-size: 22px;
		line-height: 26px;
		padding-top: 26px;
	}
}
@media screen and (max-width: 640px) {
	.txt{
		padding: 22px 40px 54px 40px;
	}
}

/***************************
*** GRAPH ******************
***************************/

.graph{
	text-align: center;
	padding: 110px 54px 110px 54px;
}
.graph .img{
	width: 100%;
	margin-left: -54px;
	position: absolute;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 0;
	background-size: 0;
	-webkit-transition: background 1s ease-out;
	transition: background 1s ease-out;
}
.graph img{
	opacity: 0;
	max-width: 100%;
}
@media screen and (max-width: 740px) {
	.graph{
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
@media screen and (max-width: 640px) {
	.graph{
	  padding-left: 20px;
		padding-right: 20px;
	}
	.graph .img{
		margin-left: -20px;
	}
}
/*
.graph{
	overflow: hidden;
	text-align: center;
}
.graph .top{
	z-index: 2;
	width: 100%;
	position: absolute;
	padding: 110px 0 110px 0;
	background: white url(assets/images/pix-3f3f3f.png) no-repeat center bottom;
	-webkit-background-size: 1px 76px;
	background-size: 1px 76px;
	-webkit-transition: background 1s ease-out;
	transition: background 1s ease-out;
}
.graph.anim .top{
	-webkit-background-size: 1px 0px;
	background-size: 1px 0px;
}
.graph .body{
	margin-top: 300px;
	padding-bottom: 110px;
	-webkit-transition: margin 1s ease-out;
	transition: margin 1s ease-out;
}
.graph .elt{
	width: 25%;
	float: left;
	position: relative;
	background: white url(assets/images/pix-3f3f3f.png) no-repeat center top;
	-webkit-background-size: 1px 76px;
	background-size: 1px 76px;
}
.graph .elts-x3 .elt{
	width: 33.3333%;
}
.graph .elt .border{
	height: 1px;
	background: #3F3D3F;
	margin-bottom: 150px;
}
.graph .body .elt.first .border{
	width: 50%;
	margin-left: 50%;
}
.graph .body .elt.last .border{
	width: 50%;
}
.graph.anim .body{
	margin: -410px 0 706px 0;
}
.graph img{
	height: 76px;
}
.graph h4{
	height: 69px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 0 20px 0 20px;
	text-transform: uppercase;
}
@media screen and (max-width: 940px) {
	.graph{
		text-align: left;
	}
	.graph .top{
		padding: 0;
		height: 655px;
		width: 33.3333%;
		background-position: right center;
		-webkit-background-size: 1px 405px;
		background-size: 1px 405px;
	}
	.graph .top img{
		top: 50%;
		right: 1px;
		position: absolute;
		padding-right: 80px;
		margin: -35px 0 0 0;
		background: white url(assets/images/pix-3f3f3f.png) no-repeat right center;
		-webkit-background-size: 65px 1px;
		background-size: 65px 1px;
		-webkit-transition: background 1s ease-out;
		transition: background 1s ease-out;
	}
	.graph.anim .top{
		-webkit-background-size: 1px 0px;
		background-size: 1px 0px;
	}
	.graph.anim .top img{
		-webkit-background-size: 0px 1px;
		background-size: 0px 1px;
	}
	.graph .body{
		margin-top: 0;
		margin-left: 33.3333%;
		padding: 57.5px 0 57.5px 0;
	}
	.graph.anim .body{
		margin: 0 0 0 -33.3333%;
	}
	.graph .elt{
		width: auto;
		float: none;
		position: static;
		padding: 32.5px 0 32.5px 0;
		background-position: left center;
		-webkit-background-size: 65px 1px;
		background-size: 65px 1px;
	}
	.graph .elt .border{
		display: none;
	}
	.graph img{
		height: 70px;
	}
	.graph .body img{
		display: block;
		padding-left: 80px;
	}
	.graph h4{
		height: 70px;
		max-width: 30%;
		display: table;
		position: absolute;
		padding: 0 0 0 200px;
	}
	.graph h4 span{
		display: table-cell;
		vertical-align: middle;
	}
}
@media screen and (max-width: 640px) {
	.graph .top{
		width: 40%;
	}
	.graph .body{
		margin-left: 40%;
	}
	.graph.anim .body{
		margin: 0 0 0 -40%;
	}
	.graph h4{
		height: auto;
		font-size: 10px;
		line-height: 12px;
		padding: 80px 0 0 40px;
	}
	.graph .top img{
		padding-right: 40px;
		-webkit-background-size: 25px 1px;
		background-size: 25px 1px;
	}
	.graph .elt{
		-webkit-background-size: 25px 1px;
		background-size: 25px 1px;
	}
	.graph .body img{
		padding-left: 40px;
	}
}
@media screen and (max-width: 440px) {
	.graph .top{
		width: 135px;
	}
	.graph .body{
		margin-left: 135px;
	}
	.graph.anim .body{
		margin: 0 0 0 -135px;
	}
}
*/

/***************************
*** BIO ********************
***************************/

.bio .inner{
	width: 100%;
	display: table;
	min-height: 770px;
}
.bio .cell{
	width: 33.3333%;
	display: table-cell;
	vertical-align: middle;
}
.bio .mob{
	display: none;
}
.bio img{
	width: 100%;
}
.bio .cell.body{
	width: 66.6666%;
	padding: 0 12.5% 0 12.5%;
}
.bio .cell.web{
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.bio .cell.web img{
	opacity: 0;
}
.bio h3{
	font-size: 44px;
	line-height: 44px;
}
.project-details h4,
.map-details h4,
.cols h4,
.step h4,
.team h4,
.bio h4{
	font-size: 14px;
	line-height: 14px;
	padding-top: 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.bio p{
	font-size: 15px;
	padding-top: 20px;
}
.bio .cit{
	font-size: 28px;
	line-height: 36px;
	font-weight: normal;
	font-family: 'fugueregular';
}
/* RESPONSIVE */
@media screen and (max-width: 1280px) {
	.bio .inner{
		min-height: 550px;
	}
	.bio .cell.body,
	.bio .cell{
		width: 50%;
	}
	.bio .cell.body{
		padding: 0 54px 0 54px;
	}
}
@media screen and (max-width: 980px) {
	.bio .inner{
		min-height: 0;
	}
	.bio .mob,
	.bio .inner{
		display: block;
	}
	.bio .cell{
		width: auto;
		display: block;
	}
	.bio .web{
		display: none;
	}
	.bio .cell.body{
		width: auto;
		padding: 54px;
	}
	.bio .cit{
		text-align: left;
	}
}
@media screen and (max-width: 640px) {
	.bio .cell.body{
		padding-left: 20px;
		padding-right: 20px;
	}
}

/***************************
*** TIMELINE ***************
***************************/

.sub-title.for-tl{
	background: #000033;
}
.timeline{
	color: white;
	overflow: hidden;
	padding-top: 65px;
	background: #000033;
}
.timeline .inner{
	width: 1000000px;
	overflow: hidden;
	padding: 90px 54px 90px 54px;
}
.timeline ul{
	height: inherit;
	list-style: none;
	margin-top: -90px;
	-webkit-transition: margin 0.35s ease-out;
	transition: margin 0.35s ease-out;
}
.timeline li{
	float: left;
	width: 250px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-transition: width 0.35s ease-out;
	transition: width 0.35s ease-out;
}
.timeline .sel{
	cursor: default;
}
.timeline li.hide{
	width: 56px;
}
.timeline .img{
	width: 100%;
	height: 303px;
	display: table;
	-webkit-transition: opacity 0.35s ease-out;
	transition: opacity 0.35s ease-out;
}
.timeline .iinner{
	display: table-cell;
	vertical-align: bottom;
}
.timeline .img img{
	max-width: 100%;
	max-height: 76px;
	padding-top: 25px;
}
.timeline .img img.mh-50{
	max-height: 40px;
}
.timeline li.hide p,
.timeline li.hide .img{
	opacity: 0;
}
.timeline .sep{
	width: 2px;
	height: 60px;
	margin-top: 65px;
	background: white;
	display: inline-block;
}
.timeline .sel .sep{
	background: #0099ff;
}
.timeline p{
	-webkit-transition: opacity 0.7s ease-out;
	transition: opacity 0.7s ease-out;
}
.timeline p.part1{
	width: 100%;
	display: table;
	min-height: 135px;
}
.timeline p.part1 span{
	display: table-cell;
	vertical-align: bottom;
	padding: 0 15px 0 15px;
}
.timeline p.part2{
	margin-top: 20px;
	padding: 20px 0 0 0;
	border-top: 1px solid white;
}
.timeline .year{
	font-size: 30px;
	max-height: 30px;
	overflow: hidden;
	padding-top: 55px;
	line-height: 30px;
	white-space: nowrap;
}
.timeline-prev,
.timeline-next{
	top: auto;
	width: 64px;
	height: 64px;
	cursor: pointer;
	margin-top: 443px;
}
@media screen and (max-width: 430px) {
	.timeline p{
		padding-left: 20px;
		padding-right: 20px;
	}
}

/***************************
*** TEAM *******************
***************************/

.team{
	padding: 54px 54px 0 54px;
}
.team .elt{
	width: 50%;
	float: left;
	position: relative;
	padding-bottom: 54px;
}
.team img{
	width: 33%;
	float: left;
	position: relative;
	margin-right: 54px;
}
.team h3{
	text-align: left;
}
.team p,
.team h3,
.team h4{
	padding-top: 18px;
	padding-right: 54px;
}
/* RESPONSIVE */
@media screen and (max-width: 1280px) {
	.team .elt{
		clear: both;
		width: auto;
		float: none;
		position: static;
	}
}
@media screen and (max-width: 880px) {
	.team img{
		width: 50%;
		float: none;
		margin-right: 0;
		position: static;
		margin-bottom: 27px;
	}
}
@media screen and (max-width: 640px) {
	.team{
		padding: 54px 20px 0 20px;
	}
	.team img{
		width: 75%;
	}
	.team p,
	.team h3,
	.team h4{
		padding-right: 20px;
	}
}

/***************************
*** STEPS ******************
***************************/

.sub-title.for-steps{
	background: #003399;
}
.steps{
	padding: 65px 0 150px 0;
}
.step{
	padding-top: 85px;
	text-align: center;
}
.step h4{
	padding-top: 0;
}
.step h3{
	padding-top: 35px;
}
.step p{
	max-width: 500px;
	padding-top: 25px;
	margin: 0 auto 0 auto;
}
.steps .nav{
	margin-top: 50px;
}
/* RESPONSIVE */
@media screen and (max-width: 740px) {
	.steps{
		overflow: hidden;
		padding-bottom: 125px;
	}
	.steps .inner{
		width: 500%;
	}
	.step{
		width: 20%;
		float: left;
		padding-top: 0;
		position: relative;
	}
	.steps .nav{
		display: block;
	}
}

/***************************
*** COLS *******************
***************************/

.cols{
	padding: 120px 0 80px 0;
}
.cols.c2not3{
	padding-top: 0;
}
.cols.v2{
	color: white;
	text-align: center;
	padding-bottom: 120px;
	background-color: #000033;
}
.col{
	float: left;
	width: 33.3333%;
	position: relative;
}
.cols.c2not3 .col{
	padding-top: 120px;
	margin: 0 8.333325% 0 8.333325%;
}
.cols.with-img .col{
	text-align: center;
}
.col img{
	height: 272px;
	padding-top: 70px;
}
.cols.v2 img{
	height: 105px;
	padding-top: 0;
}
.col .inner{
	padding: 0 54px 40px 54px;
}
.cols h3{
	padding-left: 54px;
}
.cols.v2 h4,
.cols.v2 h3{
	padding-left: 0;
	padding-top: 25px;
}
.col .inner p{
	padding-top: 18px;
}
.cols.v2 .col .inner p{
	padding-top: 45px;
}
/* RESPONSIVE */
@media screen and (max-width: 1280px) {
	.col img{
		height: 200px;
	}
}
@media screen and (max-width: 1080px) {
	.col img{
		height: 150px;
	}
}
@media screen and (max-width: 980px) {
	.cols{
		padding-bottom: 0;
	}
	.col{
		float: none;
		width: auto;
		position: static;
		padding-bottom: 80px;
	}
	.cols.c2not3 .col{
		margin: 0;
		padding-top: 0;
	}
	.col img{
		height: auto;
		max-width: 80%;
		padding-top: 50px;
	}
}
@media screen and (max-width: 640px) {
	.col .inner{
		padding: 0 20px 0 20px;
	}
	.cols h3{
		padding-left: 20px;
	}
}

/***************************
*** ENUM *******************
***************************/

.sub-title.for-enum{
	background: #000033;
}
/*
.sub-title.enum-short h3{
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	font-family: 'AkkuratPro-Regular';
}
*/
.enum{
	color: white;
	text-align: center;
	background: #000033;
	padding: 10px 0 70px 0;
}
.enum p{
	padding-top: 18px;
}
.enum p.num{
	font-size: 30px;
	line-height: 30px;
	padding-top: 40px;
	font-family: 'fugueregular';
}
/* RESPONSIVE */
/*
@media screen and (max-width: 740px) {
	.sub-title.for-enum{
		padding: 54px 54px 95px 54px;
	}
}
@media screen and (max-width: 640px) {
	.sub-title.for-enum{
		padding: 54px 20px 95px 20px;
	}
}
*/

/***************************
*** MAP-DETAILS ************
***************************/

.map-details .body{
	width: 100%;
	display: table;
	border-top: 1px solid #c9c9c9;
}
.map-details .body.country-sel{
	padding-top: 89px;
}
.map-details .img{
	width: 42%;
	display: table-cell;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
}
.map-details.activity .img{
	width: 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.map-details .inner{
	width: 58%;
	padding: 54px;
	display: table-cell;
}
.map-details.activity .inner{
	width: 50%;
	padding-bottom: 128px;
}
.map-details h3{
	font-size: 42px;
	line-height: 42px;
}
.map-details.activity h3{
	text-align: center;
	padding-bottom: 40px;
}
.map-details p{
	padding-top: 18px;
}
.map-details .plus{
	margin-top: 55px;
}
.map-details h4.pt{
	padding-top: 55px;
}
.map-details ul.k{
	list-style: none;
	padding-top: 18px;
}
.map-details ul.k li{
	padding-left: 60px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: auto 26px;
	background-size: auto 26px;
}
.map-details ul.k li h4{
	padding-top: 0;
	line-height: 40px;
}
.map-details .logo{
	height: 75px;
	padding-bottom: 20px;
}
.map-details.activity .logo{
	height: 235px;
	display: block;
	padding-bottom: 25px;
	margin: 0 auto 0 auto;
}
/* RESPONSIVE */
@media screen and (max-width: 980px) {
	.map-details .img{
		display: none;
	}
	.map-details .inner{
		width: auto !important;
	}
	.map-details .inner img.mob{
		width: 100%;
		display: block;
		margin-bottom: 54px;
	}
}
@media screen and (max-width: 640px) {
	.map-details .inner{
		padding: 54px 20px 54px 20px !important;
	}
}

/***************************
*** PROJECT-DETAILS ********
***************************/

.project-details .body{
	width: 100%;
	display: table;
}
.project-details .img{
	width: 75%;
	display: table-cell;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.project-details .inner{
	width: 25%;
	padding: 54px 54px 128px 54px;
	display: table-cell;
}
.project-details h3{
	padding-bottom: 34px;
}
.project-details h4{
	padding-top: 14px;
}
.project-details .tab{
	width: 100%;
	display: table;
	padding-top: 55px;
}
.project-details .cell{
	width: 50%;
	display: table-cell;
}
.project-details .cell .img{
	height: 50px;
	margin-bottom: 30px;
}
.project-details .country{
	text-align: center;
	padding-top: 100px;
}
.project-details .country img{
	height: 150px;
	margin-bottom: 30px;
}
.back{
	z-index: 2;
	width: 64px;
	height: 64px;
	overflow: hidden;
	margin-top: -64px;
	position: absolute;
}
.back a{
	width: 64px;
	height: 64px;
	display: block;
	color: transparent;
	text-decoration: none;
	background: #0099ff url(assets/images/picto-prev-white.png) no-repeat center center;
	-webkit-background-size: auto 13px;
	background-size: auto 13px;
}
/* RESPONSIVE */
@media screen and (max-width: 980px) {
	.project-details .img{
		display: none;
	}
	.project-details .inner{
		width: auto;
	}
	.project-details .mob{
		width: 100%;
		display: block;
	}
}
@media screen and (max-width: 640px) {
	.project-details .inner{
		padding: 54px 20px 128px 20px;
	}
}

/***************************
*** ACTUS ******************
***************************/

.post{
	padding: 54px 54px 96px 54px;
	border-top: 1px solid #c9c9c9;
}
main .post:first-child{
	border-top: 0;
}
.post a{
  text-decoration: none;
}
.post .inner{
	max-width: 1200px;
	margin: 0 auto 0 auto;
}
.post img{
	width: 100%;
	padding-top: 42px;
}
.post .date{
	width: 150px;
	display: inline-block;
}
.post h3{
	font-size: 44px;
	line-height: 54px;
	padding-top: 42px;
	padding-bottom: 24px;
}
.post h3 a{
	color: black;
}
.post p{
	padding-top: 18px;
}
/* RESPONSIVE */
@media screen and (max-width: 740px) {
	.post h3{
		font-size: 30px;
		line-height: 40px;
	}
}
@media screen and (max-width: 640px) {
	.post{
		padding: 54px 20px 96px 20px;
	}
}

/***************************
*** SECTION ****************
***************************/

.section{
	width: 100%;
	height: 590px;
	display: table;
	background: #dcdde2;
}
.section h3{
	text-align: left !important;
}
.section.default{
	background: white;
}
.section.dark-blue{
	color: white;
	background: #000034;
}
.section.light-blue{
	color: white;
	background: #003087;
}
.section .i{
	width: 30%;
	display: table-cell;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.section .t{
	width: 70%;
	display: table-cell;
	vertical-align: middle;
}
.section .inner{
	padding: 0 25% 0 18%;
}
.section p{
	padding-top: 18px;
}
@media screen and (max-width: 1280px) {
	.section{
		height: auto !important;
		display: block;
	}
	.section .i{
		display: none;
	}
	.section .t{
		width: auto;
		display: block;
	}
	.section .inner{
		padding: 54px 108px 54px 54px;
	}
}
@media screen and (max-width: 640px) {
	.section .inner{
		padding: 35px 40px 35px 20px;
	}
}

/***************************
*** PARTNERS ***************
***************************/

.partners{
  padding: 64px;
}
.partners .inner{
  overflow: hidden;
  border-right: 1px solid black;
}
.partners li{
  float: left;
  height: 335px;
  display: table;
  text-align: center;
  position: relative;
  border-left: 1px solid black;
}
.partners .cell{
  display: table-cell;
  vertical-align: middle;
}
.partners img{
  max-width: 80%;
	height: auto !important;
}
.partners p{
  text-align: left;
  padding: 40px 54px 0 54px;
}
.partners .prev,
.partners .next{
  top: auto;
  margin-top: 135px;
}
.partners .prev{
  left: 0;
}
.partners-nav li{
	border-color: #003399;
}
.partners-nav li.over{
	background: #003399;
}
@media screen and (max-width: 780px) {
  .partners .next,
  .partners .prev{
    display: none !important;
  }
  .partners-nav{
    display: block;
  }
  .partners .inner{
    border-right: 0;
  }
  .partners li{
    border-left: 0;
  }
  .partners p{
    padding: 40px 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  .partners{
    padding: 40px 20px 40px 20px;
  }
}

/***************************
*** PARTNERS ***************
***************************/

.reports p{
	max-width: 60%;
	padding-top: 18px;
	margin: 0 auto 0 auto;
}
.reports p:first-child{
	padding-top: 36px;
}
@media screen and (max-width: 980px) {
	.reports p{
		max-width: 80%;
	}
}
@media screen and (max-width: 780px) {
	.reports p{
		max-width: none;
		padding-left: 54px;
		padding-right: 54px;
	}
}
@media screen and (max-width: 640px) {
	.reports p{
		padding-left: 20px;
		padding-right: 20px;
	}
}
