/* Reset custom */

*{	
	box-sizing: border-box;
	margin:0;
	padding: 0;
	/*border: dashed 1px #f90;*/
 }
 
p, input, select, option, #contact textarea{
	font-family: 'Exo', sans-serif;
	font-size: calc(1vh +1vw);
}

h2{ 
	font-size: 1.75em;
	font-family: 'Exo', sans-serif;
	line-height: 1;
	margin: 0 0 0.66em 0;
}

h3, nav li, label, footer{
	font-family: 'Exo', sans-serif;
}
a{
 	text-decoration: none;
 	color: #fff;
 }


/* Structure ----------------*/
.container{
	max-width: 1080px;
	width: 100%;
	margin:0 auto;
}

.clear{ clear: both; }

nav{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}
#header-nav{
	padding: 10px;
    background: rgba(0,0,0,0.5);
    box-shadow: 0 3px 1px rgba(0,0,0,0.2);
    z-index: 9998;
}
#header-nav .container{
	position: relative;
}

#header-nav ul{
	display: flex;
	position: relative;
	justify-content: space-around;
	margin: 0 0 0 60px;
	max-width: 430px;
}

#header-nav li{
	list-style-type: none;
	height: 60px;
	line-height: 60px;
	position: relative;
	font-size: 0.75em;
}

section{
	min-height: 100vh;
	padding: 6.25% 6.25% calc(6.25% + 80px);
}

footer{
	padding: 3.125% 3.125% calc(80px + 6.25%);
	font-size: 0.8em;
	text-align: center;
	background: #032B42;
}

/*Logo css --------------------------------------------*/
#logo{
	position: fixed;
	top:calc(100% / 4); 
	left: calc(50% - 75px);
	width: calc(100vw * 0.43605);
	height: calc(100vw * 0.43605);
	max-width: 150px;
    max-height: 150px;
	transform-origin: 0 0;
	font-family: 'Exo';
	font-size: 44px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 20px;
    animation: logo 0.5s cubic-bezier(.44,0,.41,1.44);
    z-index: 9999;
}

#logo a{
	display: block;
	height: 100%;
	color:#ffffff;
}
#logo span{
	line-height: 0.5;
}
#fle-logo {
    letter-spacing: -34px;
    display: inline-block;
    margin-right: 30px;
    margin-left: -30px;
    opacity: 0;
    animation: pe 0.3s cubic-bezier(.19,.82,1,1.76) 0.9s forwards;
}
.innerLogo{
	position: relative;
	padding: 5px;
	height: 100%;
}
.dashed{
	position: absolute;
	background: #ffffff;
}

#top-left, #left-top, #top-right, #right-top{
	top:0;
}

#bottom-left, #left-bottom, #bottom-right, #right-bottom{
	bottom:0;
}
#top-left, #left-top, #bottom-left, #left-bottom{
	left:0;
}

#top-right, #right-top, #bottom-right, #right-bottom{
	right:0;
}
#top-left, #top-right, #bottom-left, #bottom-right{
	height:3px;
	width:15px;
}
#left-top, #left-bottom, #right-top, #right-bottom{
	width:3px;
	height: 15px;
}
#pmobile{
	font-size: 17px;
    letter-spacing: 10px;
    text-transform: lowercase;
    transform-origin: 50% 50%;
    position: absolute;
    top: 51%;
    transform: rotate(90deg);
    left: 66%;
    opacity: 0;
    animation: pmobile 0.33s cubic-bezier(.19,.82,1,1.76) 1s forwards;
}
/* Fin de logo css ----------------------------------*/

 
.titre{
	position: fixed;
	left: 0;
	right:0;
	top:calc(100% - 80px);
	text-align:center;
	opacity: 0;
	animation: titre 1.33s cubic-bezier(.44,0,.41,1.44) 1s forwards;
}
.titre h2{
	text-transform: uppercase;
	line-height: 1;
	font-size: 1em;
	margin-bottom: 0.1em;
	letter-spacing: 2px;
}
.titre h3{
	font-weight: normal;
	font-size: 0.8em;
}
#nicolas{
	letter-spacing: 10px;
}
/* home */
#home{
	background: url('/v2/img/header-mini.svg') no-repeat fixed;
	background-size: cover; 
}

body{
	background: #1A7EC1;
	color: #fff;
}


/* About */

#about{
	color:#fff;
}
#aboutH2{
	letter-spacing: -2px;
}
#intro{
	height: 100vh;
}
.blocPres{
	background: rgba(0,0,0,0.1);
	margin: 0 -6.25%;
	padding: 6.25%;
	min-height: calc(100vh - 0.66em);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2) inset;
}
#metier{
	background: #dde7ed;
	margin: 0px -6.25% 0 -6.25%;
	padding: 2em 6.25%;
	color:#627480;
	box-shadow: 0px 3px 3px rgba(0,0,0, 0.2);
}
.picto{
	float: left;
	width: calc(100% / 4);
}

.picto img{
	width:100%;
	border-radius: 50%;
}

#metier{
	text-align: center;
}
#metier img{
	width: calc(100% / 6);
	border-radius: 50%;
}
#metier img:first-child{
	width: calc(100% / 3);
}
#metier h3{
	font-size: 1.5em;
}
#metier h3, #metier p{
	margin: 0 0 0 calc(100% / 4);
	padding: 0 0 0 1em;
}
.metier{
	margin: 0 0 1em 0;
	clear: both;
}
.competences{
	display: flex;
	justify-content: space-around;
	width: 75%;
	margin: 0 auto;
}
#CV{
	position: relative;
	background:#054D7C;
	margin: 0 -6.25%;
	overflow-y: hidden;
    box-shadow: 0 3px 3px rgba(0,0,0,0.25), 0 3px 3px rgba(0,0,0,0.25) inset;
    padding-bottom: 45px;
}

#CV p{
	    padding: 6.25% 6.25% calc(6.25% + 80px);
	    display: none;
}
#languette{
	margin: 0 auto;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    text-align: center;
    background: #054D7C;
    line-height: 56px;
    position: relative;
    color: #11a4cc;
    font-family: 'Yanone Kaffeesatz','sans-serif';
    font-size: 25px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.25);
    bottom:45px;
}
.languetteRelief{
	border: solid 1px #032f4d;
	position: absolute;
}
#bar1{
	bottom: 33%;
    left: 10%;
    right: 10%;
}
#bar2{
	bottom: 25%;
    left: 20%;
    right: 20%;
}
#bar3{
	bottom: 16%;
    left: 33%;
    right: 33%;
}
.presentation{
	margin-bottom: 10px;
}
/* Contact */
#contact form{
	background: #58ACE3;
	padding: 6.25%;
	margin: 0 auto;
	border-radius: 3px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
#contact form div{
	border-bottom: solid 1px #fff;
	width:100%;
	clear:both;
}
#contact form div:last-child{
	border-bottom: none;
}
#contact label, #contact input{
	height: 30px;
}

#contact label{
	width:calc(100% / 6);
	float: left;
	color: #fff;
	font-size: 1.5em;
}
#contact input, #contact select{
	width: calc(100% * 5/6);
	float: left;
	border: none;
	background: #58ACE3;
	font-size: 1em;
	color: #fff;
}
#contact select{
	border: none;
}

#contact form textarea{
	width: 100%;
	min-height: 200px;
	height: 250px;
	max-height: 200px;
	overflow-y: auto;
	background: #58ACE3;
	border: 1px solid #a0d1f1;
	margin: 10px 0 0 0;
	padding: 3.125%; 
	color: #fff;
} 


/* Animations -------------------*/
@keyframes logo{
	0%{ 
		top:-21%;
		opacity: 0;
	}
	100%{
		top: 10%;
		opacity: 1;
	}
}

@keyframes titre{
	0%{
		top: 100%;
		opacity: 0;
	}
	100%{
		top: calc(100% - 120px);
		opacity: 1;

	}
}

@keyframes pe{
	0%{ opacity: 0;
		margin-left: -30px; }
	100%{
		opacity: 1;
		margin-left: 0px;
	 }
}
@keyframes pmobile{
	0%{
		opacity: 0;
		left: 45%;
	}
	100%{
		opacity: 1;
		left: 66%;

	}
}