* {
	font-family: 'Varela Round', sans-serif;
	font-weight: 300;
}

body {
	background-image: url('../images/arriere_plan.png');
	overflow-x: hidden;
}

h1 {
	color: white;
	padding: 20px;
	font-size: 50px;
	letter-spacing: 1px;
	width: 50%;
}

h2 {
	font-size: 24px;
	line-height: 50px;
}

h4 {
	font-weight: 400;
	color: #282828;
	font-size: 38px;
	margin-bottom: 10px;
}

h5 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #8D8D8C;
	line-height: 25px;
}

h6 {
	font-size: 90px;
	color: white;
	vertical-align: middle;
}

li {
	font-size: 28px;
	padding: 10px;
	padding-bottom: 20px;
	color: #8D8D8D;
}

ul {
	text-align: left;
	columns: 3;
  	-moz-columns: 3;
  	-webkit-columns: 3;
}

#fonctionnalite_non_disponible {
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.apropos {
	margin-bottom: 50px;
	font-size: 24px;
}

.connaissances {
	font-size: 36px;
	padding-bottom: 24px;
}

.connaissance {
	margin: 20px;
}

.bleu {
	color: #27aae1;
}

input[type="submit"]:hover {
	cursor: pointer;
}

#entete_principale .nav_icone {
	padding: 14px;
}

.nav_principale .contour_image {
	margin-right: 10px;
}

.nav_principale, .nav_secondaire {
	display: flex;
	height: 100px;
}

.nav_principale {
	flex-direction: row;
	background-color: rgba(0,0,0,0.75);
}

.nav_principale .logo {
	margin-left: 15px;
	cursor: pointer;
}

.logo .item_nom {
	display: none;
}

.nav_icones {
	display: flex;
	flex-direction: row;
	overflow: hidden;
}

.nav_principale .nav_icones {
	position: absolute;
	right: 0;
}

.nav_icone {
	display: flex;
	flex-direction: row;
	height: 72px;
	line-height: 72px;
	font-size: 24px;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
}

.contour_image {
	background-color: #fff;
	border-radius: 50px;
	min-width: 70px;
	min-height: 70px;
}

.contour_image img {
	width: 100%;
	height: 100%;
	max-width: 70px;
}

.etat_bouton_initial {
	background-color: #fff;
	transition: background-color 0.5s;
}

.etat_bouton_survol {
	background-color: #ffdf80;
	transition: background-color 0.5s;
}

.etat_bouton_actif {
	background-color: #ffcc33;
	transition: background-color 0.5s;
}

.etat_item_initial {
	color: #fff;
	transition: color 0.5s;
}

.etat_item_survol {
	color: #ffdf80;
	transition: color 0.5s;
}

.etat_item_actif {
	color: #ffcc33;
	transition: color 0.5s;
}

.nav_secondaire {
	height: 650px;
	width: 100px;
	position: fixed;
	top: 0;
	right: 0;
	margin-top: 3%;
	margin-right: 10px;
	flex-direction: column;
	z-index: -1;
}

.nav_secondaire .nav_icones {
	display: flex;
	flex-direction: column;
	background-color: rgba(0,0,0,0.75);
	border-radius: 25px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.nav_secondaire .nav_icone {
	padding: 10px 15px;
	margin: 0 auto;
}

.nav_fleche {
	padding: 5px;
	cursor: pointer;
	margin-left: auto;
    margin-right: auto;
}

.logo_actif {
	background-color: #ffcc33;
}

.item_actif {
	color: #ffcc33;
}

#presentation {
	width: 100%;
}

#presentation .contenu_section {
	padding: 50px;
}

.entete_section {
	display: flex;
	flex-direction: row;
	background-color: rgba(0,0,0,0.5);
	height: 100px;
	animation-duration: 1s;
}

.entete_section .nav_icone {
	padding: 15px;
	margin-left: 10px;
}

.entete_section .item_nom {
	font-size: 50px;
	margin-left: 15px;
}

.contenu_section {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.elements_section {
	width: 75vw;
	margin-left: auto;
	margin-right: auto;
}

.invisible {
	opacity: 0;
	transition: opacity 1s;
	z-index: -1;
}

.visible {
	opacity: 1;
	transition: opacity 1s;
	z-index: 1;
}

.traits {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-right: 100px;
}

.trait {
	display: flex;
	flex-direction: row;
	width: 400px;
	height: 300px;
	margin-bottom: 25px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}

.trait_description {
	text-align: left;
	width: 230px;
	padding-left: 10px;
}

.trait img {
	width: 150px;
	height: 150px;
	padding: 10px;
}

.realisations {
	display: flex;
	flex-direction: row;
	margin-bottom: 40px;
}

.realisation {
	width: 17%;
	height: 17%;
	padding-bottom: 17%;
	overflow: hidden;
	position: relative;
}

.realisation:hover {
	cursor: pointer;
}

.experiences {
	display: flex;
	flex-direction: row;
	margin-bottom: 40px;
}

.experience {
	width: 17%;
	height: 17%;
	padding-bottom: 17%;
	overflow: hidden;
	position: relative;
}

.experience:hover {
	cursor: pointer;
}

.realisation img {
	display: block;
	position: absolute;
	margin: auto;
	height: 100%;
    min-width: 100%;
	left: -100%;
  	right: -100%;
  	top: -100%;
    bottom: -100%;
}

.experience img {
	display: block;
	position: absolute;
	margin: auto;
	height: 100%;
    min-width: 100%;
	left: -100%;
  	right: -100%;
  	top: -100%;
    bottom: -100%;
}

.masque {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: white;
}

.etat_realisation_initial {
	opacity: 0.6;
	transition: opacity 0.5s;
}

.etat_realisation_survol {
	opacity: 0;
	transition: opacity 0.5s;
}

.realisation_informations {
	display: none;
	justify-content: space-between;
	padding-top: 10px;
}

.realisation_selectionnee {
	display: flex;
	flex-direction: row;
}

.realisation_details {
	display: flex;
	flex-direction: column;
	width: 27vw;
	text-align: left;
}

.realisation_details div {
	display: flex;
	flex-direction: row;
}

.realisation_details span {
	padding: 5px;
}

.etat_experience_initial {
	opacity: 0.6;
	transition: opacity 0.5s;
}

.etat_experience_survol {
	opacity: 0;
	transition: opacity 0.5s;
}

.experience_informations {
	display: none;
	justify-content: space-between;
	padding-top: 10px;
	height: 430px;
}

.experience_selectionnee {
	display: flex;
	flex-direction: row;
}

.experience_details {
	display: flex;
	flex-direction: column;
	width: 27vw;
	text-align: left;
}

.experience_details div {
	display: flex;
	flex-direction: row;
}

.experience_details span {
	padding: 5px;
}

.description {
	color: #8D8D8C;
	line-height: 150%;
}

.titre {
	font-size: 36px;
}


.date {
	font-size: 18px;
	color: #404040;
	margin-bottom: 10px;
}

.vignettes {
	display: flex;
	flex-direction: row;
	margin-top: 10px;
	margin-bottom: 10px;
}

.vignette {
	display: flex;
	flex-direction: row;
	width: 50%;
	min-width: 150px;
	height: 45px;
	background-color: #00AEEF;
	white-space: nowrap;
	line-height: 45px;
	margin: 5px;
	opacity: 0.5;
}

.vignette p {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	cursor: default;
}

.vignette img {
	width: 45px;
	height: 45px;
	padding-right: 10px;
	padding-left: 5px;
	position: relative;
}

.realisation_image {
	width: 50%;
}

.jouer {
	width: 100%;
	height: 100%;
}

.jouer:hover {
	background-color: rgba(255,255,255,0.5);
	background-image: url(http://xglstudio.com/ressources/images/icones/jouer.png);
	cursor: pointer;
}

.realisation_image img {
	width: 100%;
	max-height: 100%;
}

form {
	text-align: left;
}

form input {
	width: 100%;
	height: 50px;
	margin-bottom: 40px;
	padding-left: 10px;
	font-size: 20px;
	border: 1px solid #8a8b8f;
}

form input:focus {
	border: 1px solid #58595B;
}

#contenu_message {
	padding-bottom: 200px;
}

#soumission {
	width: 120px;
	padding: 5px;
	background-color: rgba(0,174,239,0.75);
	border-style: none;
	color: white;
	font-size: 24px;
}

@media (max-width: 1475px) {
	nav .item_nom {
		width: 0;
		overflow: hidden;
	}

	nav .item_nom:hover {
		width: 100%;
		overflow: hidden;
	}

	.nav_principale .nav_icone:hover .item_nom {
		display: inline;
	}
}

@media (max-width: 1000px) {
	ul {
		text-align: left;
		columns: 2;
	  	-moz-columns: 2;
	  	-webkit-columns: 2;
	}
}

@media (max-width: 800px) {

	h2 {
		font-size: 4.8vw;
		line-height: 12vw;
	}

	h3 {
		white-space: nowrap;
	}

	ul {
		text-align: center;
		columns: 1;
	  	-moz-columns: 1;
	  	-webkit-columns: 1;
	}

	.nav_principale {
		flex-direction: column;
		height: auto;
	}

	.nav_principale .logo {
		margin-left: auto;
		margin-right: auto;
	}

	.nav_principale .nav_icones {
		flex-direction: column;
		position: static;
		margin-left: auto;
		margin-right: auto;
	}

	nav .item_nom {
		display: inline;
		width: auto;
	}

	.nav_secondaire, .cachee {
		display: none;
	}

	.traits {
		margin-right: auto;
	}

	.realisation_informations {
		flex-direction: column;
	}

	.realisation_informations > * {
		width: auto;
	}

	.experience_informations {
		flex-direction: column;
	}

	.experience_informations > * {
		width: auto;
	}

	.element_image {
		margin-top: 20px;
	}
}

@media (max-width: 600px) {

	.item_nom {
		display: inline;
	}

	.entete_section .item_nom {
		font-size: 8vw;
	}

	h2 {
		font-size: 30px;
		line-height: 75px;
	}

	.trait {
		flex-direction: column;
		margin-right: auto;
		margin-left: auto;
		margin-top: 25px;
		margin-bottom: 25px;
		width: auto;
		height: auto;
	}

	.trait img {
		margin-bottom: 25px;
		margin-right: auto;
		margin-left: auto;
	}

	.trait_description {
		text-align: center;
	}
}