@import url('https://fonts.cdnfonts.com/css/minne-petat');



@font-face {
    font-family: 'jonesbook';
    src: url('fonts/jones-book-webfont.woff2') format('woff2'),
         url('fonts/jones-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'jonesblack';
    src: url('fonts/jones-black-webfont.woff2') format('woff2'),
         url('fonts/jones-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'jonesmedium';
    src: url('fonts/jones-medium-webfont.woff2') format('woff2'),
         url('fonts/jones-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*--------------------
BODY
--------------------*/
*,
*::before,
*::after {
	box-sizing: border-box;
}



body {
	color: #fff;
	background:#f9f6f4;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
	-webkit-overflow-scrolling: touch;
}



/*---------------
Supahscroll
---------------*/
.supah-scroll {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	will-change: transform;
	overflow: hidden;
}


/*--------------------
INDEX
--------------------*/

/*---------------
HEADER
---------------*/
header{
	position: fixed;
	padding: 53px 81px 0;
	z-index: 100;
}



.topside{
	position: fixed;
	width: 100%;
	/*background: grey;*/
	
}



.topside-logo img{
	float:left;
	transform:scale(.6);
	transform-origin: top left;
	transition: all 0.35s ease;
	/*background-color:green;*/
}



.topside-logo.isSmall img{
	transform:scale(.3);
}
/*---------------
NAV
---------------*/
nav{
	position: relative;
	/*background-color:red;*/
}




nav a{
	text-decoration:none;
}



.nav{
	float:right;
	/*background-color:lightblue;*/
}


.nav a{
	position:relative;
	display:inline-block;
	text-decoration:none;
	vertical-align:middle;
}

.nav p{
	font-family: 'jonesbook';
	font-size:12pt;
	color:#000;
	/*background-color:#fff;*/
	line-height:10px;
}

.nav a:nth-of-type(2) img{width:31px;}
.nav a:nth-of-type(3) img{width:31px;}


.nav a:nth-of-type(1){}
.nav a:nth-of-type(2){margin-left:39px;/*background-color:yellow;*/}
.nav a:nth-of-type(3){margin-left:27px;/*background-color:orange;*/}



/*---------------
MAIN
---------------*/
.firstsection{
	margin-top:170px;
}



.index p{
	width:60%;
	position:relative;
	text-align:center;
	font-family: 'jonesbook';
	font-size:23pt;
	color:#000;
	margin:430px auto 150px auto;
	background-color:blueviolet;
}


.index section{
		padding: 0 81px;
}



.projet, .description{
	transition: all 0.4s ease;
	position: relative;
}


/*.projet:hover{
	transition: all 0.4s ease;
	transform:translate(30px);
}*/



.video-wrapper video {
	position: relative;
	width: 100%;
	height:100%;
	border-radius:9px;
}



.index h2{
	position:relative;
	text-align:left;
	font-family: 'jonesblack';
	font-size:15pt;
	color:#000;
	margin:9px 0 0 0;
	/*background-color:lightgoldenrodyellow;*/
}

.index h3{
	position:relative;
	text-align:left;
	font-family: 'jonesbook';
	font-size:11pt;
	color:#000;
	/*background-color:blueviolet;*/
	margin:7px 0 55px 0
}




.lastsection h3{
	margin-bottom:81px
}







/*---------------
PRESENTATION
---------------*/
/*.retour{
	position:relative;
	margin:143px 0 0 0;
}

.retour img{
	width:40px;
	height:40px;
	position:relative;
	left: 50%;
	transform: translate(-50%, -50%);
	margin:260px 0 0 0;
	background-color:red;
}

.retour a{
	text-decoration:none;
}

.retour p{
	position:relative;
	background-color:green;
	
	margin:auto;
	font-family: 'jonesbook';
	font-size:11pt;
	
	color:#000;
	
	z-index:100;

}*/

.firstvisuel{
	position: relative;
	padding:30px 30px 0;
	
}

.titre h2{
	position:relative;
	text-align:center;
	font-family: 'Minne Petat', sans-serif;
	font-size:47pt;
	color:#000;
	opacity:1;
	text-transform: uppercase;
	margin:60px 0 0 0;
	/*background-color:lightgoldenrodyellow;*/
}



.titre h3{
	position:relative;
	text-align:center;
	font-family: 'jonesmedium';
	font-size:17pt;
	color:#000;
	opacity:.4;
	/*background-color:blueviolet;*/
	margin:5px 0 0 0}





.texte p{
	position: relative;
	font-family: 'jonesbook';
	font-size:14pt;
	color:#000;
	opacity:1;
	text-align:center;
	/*background-color:green;*/
	margin:60px auto 90px auto;
	width:45%;
	line-height:22px;
}





.visuel{
	position: relative;
	margin:10px 30px 0;
	
}


.presentation .projet{
	padding-top:300px;
}



.suite{
	margin:80px 30px 30px;
	background-color:blue;
}

.suite h2{
	margin-bottom:20px;
}


.center{
	width:auto;
	height:auto;
	background-color:green;margin:0 auto;}

.visuelsuite{
	width:44vw;
	display:inline-block;
}

.visuelsuite:nth-of-type(2){
	float:right;
}







