@import url('fonts.css');


/*******************************************************************************************************************************************  Generals  */

html, body {
	overflow-y: hidden;
	width: 100%;
	height: 100%;	
}

body {
	font-size: 18px;
	line-height: 1.5em;
	width: 100%;
	height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body, ul, li {
	margin: 0;
}

a {
	color: #000000;
/*	color: #393939;*/
/*	color: #0f346b;*/
	text-decoration: none;
}
	a:hover {
		color: #ef3742;
/*		color: #e19552;*/
	}

a, a:hover, a:active, a:focus {
	outline: none;
}

p {
	margin: 0;
}
	p + p {
		margin-top: 1.5em;
	}
	
img {
	max-width: 100%;
	border:0;
}

button, button:hover, button:active, button:focus {
	outline: 0;
	border: 0;
	background: none;
	cursor: pointer;
}



/*******************************************************************************************************************************************  Header  */

body > header {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-image:url(/assets/images/BACKGROUND.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; 
/*	background: #393939;*/
/*	background: #0f346b;*/
	z-index: 1;
}

body > header nav{
	height:100%;
}

[role="banner"] {
	font: bold 1em/1em "ANR-FT", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

[role="banner"] a {
	color: #FFF;
	padding:0.25em 0;
	border-bottom: 2px solid transparent;
}

[role="banner"] a:hover {
		border-color: #FFF
	}

[role="banner"] .link {
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: center;
	transform-origin: center;
	-webkit-transform-origin: center;
}

[role="banner"] .link.side {
	width: auto;
	margin-left: 0
}

[role="banner"] .link.top {
	top: 4em;
}

[role="banner"] .link.bottom {
	bottom: 4em;
}

[role="banner"] .link.middle {
	top: 50%;
}

[role="banner"] .link.left {
	left: 4em;
	transform: rotate(-90deg);
	-webkit-transform:rotate(-90deg)
}

[role="banner"] .link.right {
	right: 4em;
	transform: rotate(90deg);
	-webkit-transform:rotate(90deg)
}


.logo {
	position: absolute;

	margin:auto;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	
	width: 100%;
	height: 15em;
	font-size: 1em;
	
}
	
	.logo > * {
		width: auto;
		height: 100%;
		display: block;
		margin: auto;
	/*	opacity: 0.7;*/
		margin-top:-2em;
	}
		.logo > * + * {
			margin-top: -15em;
			opacity: 1
		}



/*******************************************************************************************************************************************  Sections  */

section {
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right: 0;
	background: #FFF;
	z-index: 0;
	overflow: hidden;
	font: 1em/1.5em "ANR-FT", Helvetica, Arial, sans-serif;
}

.container {	
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
	
	#brands .container,
	#team .container {
		opacity: 0;
	}
		#brands.active .container,
		#team.active .container {
			opacity: 1;
		}


.content {
	width: 80%;
	max-width: 1200px;
	margin: auto;
}

.center, .center > * {
	text-align: center;
}

.row {
	position: relative;
	/* overflow: auto; */
}


.row > * {
	display: block;
	float: left;
}

.row.c3 > * {
	width: 33.33%;
	text-align: center;
}

.row.c4 > * {
	width: 25%;
}


section h1 {
	margin: 0;
	font: bold 2.5em/1em "ANR-FT", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #FFF;
	white-space: nowrap;
}
	section h1 span {
		display: inline-block;
		border-bottom:4px solid #FFF;
		padding-bottom: 0.15em;
	}
	

.float-title {
	display: inline-block;
	position: absolute;
	top:50%;
	left:50%;
	width: auto;
	margin-left: -2em;
	transform-origin: center;
	-webkit-transform-origin: center;
	z-index: -1;	
}
	
#team, #instagram {
/*	background: #0f346b;*/
/*	background: #393939;*/
	background: #000000;
}	
	#team.active, #instagram.active {
		background: lightgrey;
	}



/*******************************************************************************************************************************************  Équipe  */

#team h1 {
	transform: rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	margin-top: -0.5em;
}

#team .column {
	width: 50%;
	margin: 4%;
	float: right;
}

#team .rep:hover,
#team .rep *:hover {
	cursor: zoom-in;
	cursor: -webkit-zoom-in; 
	cursor: -moz-zoom-in;
}

#team .rep.open:hover,
#team .rep.open *:hover {
	cursor: zoom-out;
	cursor: -webkit-zoom-out; 
	cursor: -moz-zoom-out;
}

#team .rep .desc {
	padding-top: 0.75em;
}

#team .rep .desc a {
	color: #555;
	
}
	#team .rep .desc a:hover {
/*		color: #0f346b;*/
		color: #393939;
		cursor: pointer;
	}


#team .rep + .rep {
	margin: 15% 0 0;
}

#team h2 {
	margin: 0;
	font: bold 1.75em/1.3em "ANR-FT", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;	
}
	#team h2 a {
		color: #222;
		border-bottom: 3px solid transparent
	}
	#team .rep:hover h2 a {
		color: #222;
		border-color: #222;
	}
	
	
#team .rep p {
	margin-top: 0.5em;
	color: #555;
	font-size: 0.85em;
	letter-spacing: 0.05em;
}

#team .rep > p {
	font-size: 0.75em;
	text-transform: uppercase;	
}


/*******************************************************************************************************************************************  Instagram  */

#instagram h1 {
	margin-left: -3em;
	transform: rotate(90deg);
	-webkit-transform:rotate(90deg);
}
	#gallery {
		/* margin-bottom: 4em; */
	}
	
	#gallery figure {
		width: 28%;
		margin: 4% 4% 0;
		padding: 2%;
		background: #FFF;
		cursor: zoom-in;
		cursor: -webkit-zoom-in; 
		cursor: -moz-zoom-in;
	}
		#gallery figure.biggy {
			width: 45%;
			cursor: zoom-out;
			cursor: -webkit-zoom-out; 
			cursor: -moz-zoom-out;
		}
	
	#gallery figure img {
		width: 100%;
	}
	
	#more {
		display: block;
		width: 30%;
		margin: 4em 6.25em;
		padding: 0 2%;
	}
	
		#more > * {
			color: #FFF;
			font: 8em/1em "ANR-FT", Helvetica, Arial, sans-serif;
		}
		
		#more.loading {
			margin-top:30em;
		}
	



/*******************************************************************************************************************************************  Brands  */

#brands {
	/* position: relative; */
/*	background: #0f346b;*/
/*	background: #393939;*/
	background: #000000;
}
	#brands.active {
		background: #000000;
/*		background: #e19552;*/
/*		background: lightgrey;*/
	}

#brands h1 {
	z-index: 666;
}
	#brands .float-title {
		margin-top: -0.6em;
		margin-left: -2.5em;
	}
	.en #brands .float-title {
		margin-left: -2em;
	}


#brands .column {
	width: 28%;
	float: left;
	margin: 4%;
}
#brands .column + .column {
	float: right
}	

#brands .brand {
	display: block;
	width: 100%;
	margin-bottom: 8%
}
	#brands .brand.bottom {
		margin-bottom: 0
	}

#brands .brand + .brand {
	margin-top: 10%;
}

	
	#brands .empty.brand > * {
		background: none;	
	}
	#brands .empty.brand img {
		opacity: 0;
	}

#brands .brand > * {
	display: block;
	background: #FFF;
	position: relative;
	padding: 4em;
}

#brands .brand img {
	width: 100%;
	display: block;
}



/*******************************************************************************************************************************************  Contact  */

#contact h1 {
	background: #000000;
/*	background: #393939;*/	
/*	background: #0f346b;*/
	height: 50%;
}

	
#contact article {
	height: 45%;
}

#contact img {
	max-width: 80%;
	display: block;
	margin: auto;
}

#contact .social-media {
	font-size: 1.5em;
	margin-top: 2em;
}

#contact footer {
	height: 5%;
	font-size: 0.75em;
}

address {
/*	color: #0f346b;*/
/*	color: #393939;*/
	font-style: normal;
}
	address p {
		margin-top: -1.5em;
	}

footer {
	color: #a9a9a9;
}



/*******************************************************************************************************************************************  Close  */


.close {
	position: absolute;
	top:50%;
	right:5%;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -25px;
	margin-left: -25px;	
	font-size: 1em;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	
	border: 2px solid transparent;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}

#brands .close {
	top:auto;
	bottom:5%;
	left:50%;
}

#instagram .close {
	left:5%;
}

#contact .close {
	top:3.5em;
	left:50%;
}


.close:before {
	display: block;
	content: ' ';
	width: 100%;
	height: 0;
	margin-top: 19px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.close:after {
	display: block;
	content: ' ';
	width: 0;
	height: 100%;
	margin-left: 19px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	position: absolute;
	top:0;left:0;
}

.close, .close:before, .close:after {
	border-color: #FFF;
}

.close.invert, .close.invert:before, .close.invert:after,
.close:hover, .close:hover:before, .close:hover:after {
	border-color: #222;
}


/*******************************************************************************************************************************************  Utils  */


.mobile-only {
	display: none !important;
}

.vertical-middle,
.sub-vertical-middle > * > * {
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.js #loading {
	position: fixed;
	z-index: 1;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 1;
	z-index: 666;
}

.im-ready #loading {
	opacity: 0;
	z-index: -1;
	animation: loading 2s ease 0;
	-webkit-animation: loading 2s ease 0;
}

.im-ready .logo {
	animation: init 1.5s ease 0;
	-webkit-animation: init 1.5s ease 0;
}

.im-ready .logo * + * {
	position: relative;
	animation: init 2s ease 0;
	-webkit-animation: init 2s ease 0;
}	



/*******************************************************************************************************************************************  Anims  */

a, .close:before, .close:after, section h1 span, #more, #brands .container {
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

section {
	-webkit-transition: background 300ms ease-in;
	-moz-transition: background 300ms ease-in;
	-ms-transition: background 300ms ease-in;
	-o-transition: background 300ms ease-in;
	transition: background 300ms ease-in;
}

@keyframes init {
	0%   {top: -200%}
	100% {top : 0 }
}

@-webkit-keyframes init {
	0%   {top: -200%}
	100% {top : 0}
}

@keyframes loading {
	0% {opacity: 1;z-index: 666}
	100% {opacity: 0;z-index: -1}
}

@-webkit-keyframes loading {
	0% {opacity: 1;z-index: 666}
	100% {opacity: 0;z-index: -1}
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(359deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(359deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(359deg);}
}



/*******************************************************************************************************************************************  Awards  */

.csswinner{
	position:absolute;
	top: 4em;
	right:0px;
	z-index: 555;
}
.csswinner a{
	width:81px;
	height:59px;
	text-indent:-9000px;
	display:block;
	background:url('/assets/images/awards/nominee-white-right.png') no-repeat;
}

