html, body
{
	margin: 0;
	padding: 0;
	height: 100%;

	/*background-color: rgb(25, 24, 30);*/
	color: rgb(175, 188, 191);
}

body
{
	background: url("../images/fond_dev.jpg");
	background-size:100%;
}

nav
{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 16%;
	overflow-y: scroll;

	padding-left: 2%;
	padding-right: 2%;

	background-color: rgb(25, 24, 30);
}

#profil
{
	margin-top: 20px;
	color: rgb(175, 188, 191);
	font-family: sans-serif;

	line-height: 140%;
}

#profil img
{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	max-width: 100px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 100%;
}

#profil #description
{
	display: inline-block;
	vertical-align: middle;
}

#profil #nom
{
	font-size: 140%;
}

#liens
{
	margin-top: 20px;

	color: rgb(175, 188, 191);
	font-family: sans-serif;
}

#liens a
{
	display: block;
	width: 100%;

	padding-top: 5%;
	padding-bottom: 5%;

	border-bottom: 1px rgba(175, 188, 191, 0.3) solid;

	text-align: center;
	font-size: 170%;

	color: inherit;
	text-decoration: none;
}

#liens a.dernier
{
	border: none;
}

#liens a:hover
{
	background-color: rgba(175, 188, 191, 0.7);
	color: rgb(25, 24, 30);
}

#liens a:active
{
	color: inherit;
	text-decoration: none;
}

#liens_externes
{
	margin-top: 20px;
	text-align: center;
}

#liens_externes img
{
	max-width: 48px;
}

#liens_externes img:hover
{
	opacity: 50%;
}

#sections
{
	position: fixed;
	top: 0;
	left: 20%;
	width: 80%;
	height: 100%;
	overflow-y: scroll;

	font-family: sans-serif;
}

section
{
	padding-top: 2%;
	padding-bottom: 5%;
	padding-left: 5%;
	padding-right: 5%;

	font-size: 130%;
	line-height: 140%;
	font-weight: 100;

	background-color: rgba(0, 0, 0, 0.7);
}

section h2
{
	font-size: 170%;
	font-weight: normal;
}

section h3
{
	font-size: 140%;
	font-weight: lighter;
}

section h4
{
	font-size: 75%;
	font-weight: bold;
}

section#resume
{
	padding-top: 10px;
	padding-bottom: 30px;
	background-color: rgb(25, 24, 30);
}

section#realisations
{
	/*background-color: rgb(235, 235, 235);
	color: rgb(25, 24, 30);*/
	background-color: rgb(25, 24, 30);

	text-align: center;
}

section#realisations h2
{
	text-align: left;
}

section#realisations div#flex_realisations
{
	display: flex;
	flex-wrap: wrap;
}

section#realisations div.realisation
{
	width: 29%;
	min-width: 300px;

	padding-left: 2%;
	padding-right: 2%;

	/*background-color: rgb(235, 235, 235);
	color: rgb(25, 24, 30);*/


	font-size: 100%;
}

section#realisations div.realisation.lien:hover
{
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.1);
}

section#realisations div.realisation img
{
	max-width: 50%;
	max-height: 20%;
	border-radius: 5%;
}

section#realisations div.realisation h3
{
	font-weight: normal;
}
section#realisations div.realisation div.description
{
	text-align: left;
}

section#cv .logo_formation
{
	max-width: 	100px;
	vertical-align:	middle;
	margin-right: 	20px;
}

section#cv div.logo_formation
{
	display:	inline-block;
	width: 		100px;
}

@media screen and (max-width: 1023px)
{
	nav
	{
		display: none;
	}

	#sections
	{
		left: 0;
		width: 100%;
	}

	#flex_realisations
	{
		flex-wrap: nowrap;
		overflow-x: scroll;
	}
}
