/*Webfonts -------------------------------------------- */

@font-face {
    font-family: 'Frank';
    src: url('../fonts/Frank-Light.eot');
    src: url('../fonts/Frank-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Frank-Light.woff') format('woff'),
         url('../fonts/Frank-Light.ttf') format('truetype'),
         url('../fonts/Frank-Light.svg#Frank-Light') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Frank-bold';
    src: url('../fonts/Frank-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Frank-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Frank-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Frank-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Frank-Bold.svg#Frank-Bold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Icomoon --------------------------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-yaw6q0');
	src:url('../fonts/icomoon.eot?#iefix-yaw6q0') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-yaw6q0') format('woff'),
		url('../fonts/icomoon.ttf?-yaw6q0') format('truetype'),
		url('../fonts/icomoon.svg?-yaw6q0#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1.5em;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-zoom-in:before {
	content: "\e037";
}
.icon-zoom-out:before {
	content: "\e038";
}
.icon-arrow-left:before {
	content: "\e094";
}
.icon-arrow-right:before {
	content: "\e095";
}
.icon-left:before {
	content: "\e600";
}
.icon-right:before {
	content: "\e601";
}

/*--------------------------------------------------------*/

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

html, button, input, select, textarea {
	font-family: sans-serif;
}

body {
	font-family:'Frank';
	margin: 0;
	padding: 0;
	background-color: #413c4b;
}

b {
	font-family:'Frank-bold';
	font-weight: normal;
}

h1 {
	font-family: 'Frank-bold';
	font-size: 2em;
	color: #ababaf;
	padding: 40px;
	margin: 0;
	position: absolute;
	-webkit-transition: .25s;
			transition: .25s;
}

h1 em {
	color: white;
	font-style: normal;
}

h2 {
	font-family: 'Frank-bold';
	font-size: 1.45em;
	color: #e1e1e3;
	padding: 40px;
	margin: 0;
}

header {
	background-color: #2b293a;
	display: block;
	overflow: hidden;
}

img {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

a {
	font-family:'Frank-bold';
	position: relative;
	color: #e2ba8b;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
	outline: none;
	vertical-align: bottom;
	overflow: hidden;
	z-index: 1;
}


button {
	border: none;
	background: none;
}
/*links on dark bg with underline*/
a:hover {
	color: white;
}

/*links on white bg*/
.say p a::before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 0%;
	height: 100%;
	background-color: #e2ba8b;
	content: '';
	-webkit-transition: .1s;
			transition: .1s;
}

.say p a:hover::before,
.say p a:focus::before {
	width: 100%;
}

.vcard {
 	display: none;
}

.logo {
	width: 62px;
	height: 62px;
	position: absolute;
	top:40px;
	left:40px;
	-webkit-transition: .25s;
			transition: .25s;
}
.address {
	/*font-family: 'Frank-Medium';*/
	background: #2b293a;
	background: transparent\9;
	background: rgba(43, 41, 58, 0.75);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cFF0000,endColorstr=#4cFF0000);
	zoom: 1;
	position: absolute;
	top: 0;
	padding: 40px 0;
	width: 100%;
	font-size: 16px;
}
.address:nth-child(n) {
    filter:none;
}
.address strong {
	font-size: 23px;
	font-family: 'Frank-bold';
	display: block;
}
.address p {
	color: #e1e1e3;
	margin: 0px 40px;
	line-height: 28px;
}
.address p a {
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	text-align: right;
	float: right;
}
.map,
.form {
	display: block;
	visibility: hidden;
	position: absolute;
	z-index:0;
	/* cursor:pointer; */
	-webkit-transition: .25s;
			transition: .25s;
}
.show-map,
.show-form {
	visibility: visible;
}
.peoples {
	margin: 0;
	padding: 0;
	background-color: #413c4b;
	/*display: inline-block;*/
	z-index: 10;
	position: relative;
}
.people {
	-webkit-transition: .4s;
			transition: .4s;
	position: absolute;
}
.people.wide {
	z-index: 5;
}
#thibaud {
	right: 0;
}
#gauthier {

}

.arrow-up,
.arrow-down {
	position: relative;
}
.arrow-down::after {
	content: '';
	position: absolute;
	top: 0;
	right: 40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 50px 0 0;
	border-color: #fff transparent transparent transparent;
}
.arrow-up::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 50px;
	border-color: transparent transparent #ffffff transparent;
	z-index: 6;
}

.pic-offices {
	background-image: url("../img/wasseiges.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 75%;
	z-index: 5;
	-webkit-transition: .25s;
			transition: .25s;
}


.btn {
	display: inline-block;
	text-decoration: none;
	padding: 20px 20px;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	color: white;
	/*background-image: none;*/
	/*border: 1px solid transparent;*/
	border-radius: 2px;
	background: #e2ba8b;
	/*border-color: #e2ba8b;*/
	position: relative;
	z-index: 1;
}

.no-touch .btn:hover,
.no-touch .btn:active {
	color: #e2ba8b;
}

.touch .btn:hover,
.touch .btn:active {
	color: #e2ba8b;
	background: #2b293a;
}

.no-touch .btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #2b293a;
	-webkit-transition: all 0.2s;
			transition: all 0.2s;
}

.no-touch .btn:hover:after,
.no-touch .btn:active:after {
	height: 100%;
}


.btn-dark {
	/*color: #3c3438;*/
	/*border-color: #e2ba8b;*/
}

.no-touch .btn-dark:hover:after,
.no-touch .btn-dark:active:after  {
	/*color: #3c3438;*/
	background-color: #413c4b;
	/*border-color: #e2ba8b;*/
}

.wide {
	width: 100% !important;
}

.dark {
	color: #ababaf;
	background-color: #2b293a;
	/*margin: 0px -40px;*/
	padding: 40px;
}
.lighter {
	background-color: #413c4b;
}
.people ul {
	list-style: none;
	padding:0;
	margin-bottom: 30px;
	/*margin:0;*/
}
.people li {
	margin-left: 1em; 
	/*text-indent: 2em;*/
}
.people li:before {
	font-size: 1.25em;
    content: "• ";
    color: #e2ba8b;
}
.name {
	margin: 0;
	font-family:'Frank-bold';
	font-size: 1.1em;
}
.function {
	margin: 0;
}
.dark.lighter .function {
	padding-bottom: 10px;
}

.spacer-200 {
	height: 200px;
}
.spacer-100 {
	height: 100px;
}
.say {
	color: #3c3438;
	background-color: white;
	padding: 20px 30px;
}
.dark,
.say {
	font-size: 1.1em;
	line-height: 1.4em;
}
.menu {
	/*width: 30%;*/
	position: absolute;
	top: 1100px;
	margin-left: -35px;
	background: #413c4b;
	z-index: 7;
	padding: 18px;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	cursor: pointer;
	/*text-align: right;*/
}
.menu.fixed {
	position: fixed;
	top: 80px;
}
.no-touch .menu:hover {
	background: #e2ba8b;
}
.no-touch .menu:hover span{
	color: #fff;
}
.menu.docked {
	top: 80px;
	position: fixed;
	width: 80px;
}
.menu .icon-arrow-right {
	display: none;
	margin-left: 22px;
}
.menu.docked .icon-arrow-right {
	display: block;
}
.menu.docked .icon-arrow-left {
	display: none;
}
.grey {
	color: #ababaf;
}
.grey2 {
	color: #e1e1e3;
}

.folio {
	cursor: pointer;
/*	outline:0px solid #413c4b;
	outline-offset:0px;
	-webkit-transition: all 0.3s;
			transition: all 0.3s;*/
}
			
/*.folio:hover {
	outline:10px solid #413c4b;
	outline-offset:-10px;
}*/

/*.folio {
	position: relative;
	cursor: auto;
}

.folio.active {
	font-family: 'icomoon';
	cursor: pointer;
}
.no-touch .folio.active::before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(43, 41, 58, 0.5);
	content: "\e037";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 3em;
	color: #e2ba8b;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	padding-top: 25%;
	display: none;
	z-index: 6;
}
.no-touch .folio.active:hover::before {
	display: block;
}*/
.hidden {
	display: none;
}

/* swiper */
.swiper-wrapper.closed .swiper-slide {
	display: none;
}
.swiper-wrapper.closed .swiper-slide:first-child {
	display: block;
}
.pagination {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 20;
  /*left: 10px;*/
  bottom: 10px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #413c4b;
  margin-right: 5px;
  /*opacity: 0.8;*/
  /*border: 1px solid #e2ba8b;*/
  cursor: pointer;
}
.swiper-visible-switch {
  background: #413c4b;
}
.swiper-active-switch {
  background: #fff;
}

/* Single column */
@media screen and (max-width:640px) {
	h1 {
		right:0px;
		top: 0px;
		width: 80%;
		font-size: 1.4em;
		text-align: right;
	}
	header {
		width: 100%;
		height: 530px;
		position: relative;
	}
	.peoples {
		width: 100%;
	}
	.people {
		overflow: hidden;
		position: static;
		width: 100%;
	}
	.pic-offices {
		position: absolute;
		height: 75%;
		width: 100%;
		right: 0;
		top: 25%;
		overflow: hidden;
	}
	.pic-offices img {
		height: 100%;
		width: auto;
	}
	.move-pic {
		top: 0;
		height: 164px;
	}
	.move-h1 {
		top: -150px;
	}
	.move-logo {
		top: -150px;
	}
	.map,
	.form {
		height:100%;
		top:100%;
		width:100%;
	}
	.show-map, 
	.show-form  {
		padding-top: 164px;
		top:0;
		display:inline;
	}
	.spacer-200 {
		height: 0;
	}
	.spacer-100 {
		height: 0;
	}
	.fs-progress {
		margin-top: 164px;
	}
	.folio.active {
		cursor: auto;
	}
	.folio.active:hover::before {
		display: none;
	}
	.menu {
		display: none;
	}
	
}

/* Double column */
@media screen and (min-width:641px) and (max-width:1024px) {
	h1 {
		/*position: relative;*/
		bottom: 0;
		width: 50%;
		left: 0;
	}
	header {
		position: relative;
		width: 100%;
		height: 360px;
	}
	.peoples {
		width: 100%;
	}
	.people {
		width: 50%;
		float: left;
	}
	.pic-offices {
		position: absolute;
		height: 100%;
		width: 50%;
		left: 50%;
		top: 0;
	}
	.move-pic {
		left:0;
	}
	.move-h1 {
		left:-50%;
	}
	.move-logo {
		left:-50%;
	}
	.map,
	.form {
		height:100%;
		top:0;
		width:50%;
		left:100%;
	}
	.show-map, 
	.show-form  {
		left:50%;
		display:inline;
	}
	.spacer-200 {
		height: 100px;
	}
	.spacer-100 {
		height: 0;
	}
	.menu {
		top: 980px;
	}

}

/* Triple column*/
@media screen and (min-width:1025px) {
	body {
		height: 100%;
	}
	header {
		width: 40%;
		position: fixed;
		height: 100%;
		
	}
	h1 {
		bottom: 40%;
		width: 90%;
	}
	.peoples {
		width: 60%;
		float: right;
	}
	.people {
		width: 50%;
		display: inline-block;
		float: left;
	}
	.pic-offices {
		width: 40%;
		height: 40%;
		position: fixed;
		top: 60%;
		margin: 0;
		overflow:hidden;
		display: block;
	}
	.pic-offices img {
		height: 100%;
		width: auto;
	}
	.move-pic {
		top: 0;
		height: 164px;
	}
	.move-h1 {
		bottom: 100%;
	}
	.move-logo {
		top: -600px;
	}
	.map,
	.form {
		height:100%;
		top:100%;
		width:100%;
	}
	.show-map,
	.show-form {
		padding-top: 164px;
		top:0;
		display:inline;
	}
	.fs-progress {
		margin-top: 164px;
	}
}