/* Feuille de style */

html,body{
	font-size:14px;
	font-family: 'raleway', arial;
	-webkit-font-feature-settings: "lnum"; 
	-moz-font-feature-settings: "lnum"; 
	font-feature-settings: "lnum"; 
	color: #2d343b;
	line-height:1.5;
	height: 100%;
}

h1,h2,h3,h4,h5,h6,p,ul,ol{
}

h1{
	font-size:250%;
}

h2{
	font-size:230%;
}




/* - - - - - - - - - - GENERALITES - - - - - - - - - - */


.wrapper{
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 50px;
}

h1.titreprojet{
	text-align: center;	
	font-weight: 600;
	color: #2d343b;
	letter-spacing: 2px;
	margin-bottom: 3px;
}

.backgroundtitre{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	background-image: url(../img/background/filet.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	margin-bottom: 50px;
}

.titreprojet span{
	background-color: white;
	padding: 0 120px;
}

p.soustitreprojet{
	background-color: white;
	letter-spacing: 1px;
	font-weight: 600;
	color: #3b3b3b;
	text-align: center;
}

img{
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

img.portrait{
	width: 50%;
}

figure{
	margin-bottom: 50px;
	color: black;
	font-weight: 400;
}

figcaption{
	text-align: center;
	font-style: italic;
}

#Storyboardm, #Wireframem{
	display: none;
} 

#Storyboards, #Wireframes{
	display: none;
}

#intros{
		display: none;
}

p.contexte, p.contexte2, p.competence{
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 30px;
}

.logiciel{
	margin-bottom: 50px;
	height: 50px;
	text-align: center;
}

.logiciel img{
	display: inline-block;
	width: 40px;
	margin-right: 30px;
	margin-bottom: 0;
}

.logiciel img.last{
	margin-right: 0;
}

p a.lientext{
	text-decoration: none;
	color: #ff5523;
	font-weight: 600;
	clear: none;
	display: inline;
	width: auto;
	margin: 0;
	padding: 0;
	background-color: white;
	border-radius: 0px;
	font-size: 100%;
	letter-spacing: 0px;
	transition: 500ms;
	text-decoration: none;
	box-shadow: none;
}

a{
	clear: both;
	display: block;
	width: 50%;
	margin: 0 auto;
	color: white;
	padding: 15px;
	background-color: #3b3b3b;
	border-radius: 4px;
	font-size: 120%;
	font-weight: 500;
	letter-spacing: 2px;
	transition: 500ms;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
	margin-bottom: 50px;
}

a:hover{
	color: white;
	background-color: black;
	box-shadow: 0 10px 20px 0px hsla(0, 0%, 0%, 0.4);
}

hr{
	display: block;
	height: 3px;
	width: 2%;
	border: none;
	background-color: black;
}




/* - - - - - - - - - - Video YouTube - - - - - - - - - - */


.video-container { /* Cette partie du code permet de rendre responsive les vidéo en Iframe (Source : https://clic-en-berry.com/comment-rendre-vos-integrations-iframe-youtube-responsive/) */
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container{
	margin-bottom: 15px;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

p.legendevideo{
	margin-bottom: 70px;
	font-style: italic;
	text-align: center;
}




/* - - - - - - - - - - Mentions Légales - - - - - - - - - - */


.titrearticle{
	text-align: center;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 130%;
}

.article{
	text-align: center;
	font-size: 110%;
	margin-bottom: 50px;
	color: #3d3d3d;
}

.article span{
	font-weight: 600;
}




/* -- - - - - - - - - - - RESPONSIVE - - - - - - - - - - -- */


/* Tablette (Paysage) */

@media screen and (max-width:1024px){

	#Storyboardm, #Wireframem{
		display: block;
	}

	#Storyboardl, #Wireframel{
		display: none;
	}

	#intros{
		display: none;
	}

	.wrapper{
		padding: 20px 20px;
	}

	.titreprojet span{
		padding: 0 100px;
	}

	h1.titreprojet{
		font-size: 200%;
	}

	p.soustitreprojet{
		letter-spacing: 1px;
	}
}


/* Tablette (Portrait) */

@media screen and (max-width: 720px) {

	#intros{
		display: block;
		width: 60%;
	}

	#introl{
		display: none;
	}
	.titreprojet span{
		padding: 0 58px;
	}

	p.soustitreprojet{
		letter-spacing: 0px;
	}
	.wrapper{
		padding: 10px 10px;
	}
	hr{
		width: 3%;
	}

	.logiciel img{
	display: inline-block;
	width: 40px;
	margin-right: 20px;
	margin-bottom: 0;
	}

	.logiciel img.last{
	margin-right: 0;
	}
}


/* Mobile */

@media screen and (max-width:500px){
	

	.backgroundtitre{
		background-image: none;
		background-color: white;
	}

	.col-3{
		width: 100%;
		float: none;
	}

	.liste-projet.grille li{
		width:100%;
		padding: 7px;
	}

	.titreprojet span{
		background-color: white;
		padding: 0px 0px;
	}

	#Storyboards, #Wireframes{
		display: block;
	}

	#Storyboardm, #Wireframem{
		display: none;
	}

	#intros{
		width: 70%;
	}

	a{
		width: 75%;
	}
	
	hr{
		width: 5%;
	}

	.logiciel img{
	display: inline-block;
	width: 40px;
	margin-right: 15px;
	margin-bottom: 0;
	}

	.logiciel img.last{
	margin-right: 0;
	}
}