@charset "UTF-8";
/* CSS Document */

.rubriques {
	position: absolute;
	overflow:auto;
	display: none;
	color: black;
	background-color: #FFFFFF;
}
#rubriqueApropos {
	height: 0.1%;  
	bottom: 15%; 
	width: 70%;
	left: 15%; 
}
#rubriquePortefolio {
	height: 0.1%;  
	top: 15%; 
	width: 70%;
	left: 15%; 
}
#rubriqueAptitudes {
	height: 70%;  
	top: 15%; 
	width: 0.1%;
	right: 15%; 
}
#rubriqueContact {
	height: 70%;  
	top: 15%; 
	width: 0.1%;
	left: 15%; 
	text-align: center;
}
.contenus {
	position: relative;
	margin:60px 90px;
	font-size: 18px;
	line-height: 160%;
}
.contenus h1 {
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.contenus p {
	margin: 0 0 20px 0;
}
.pictos {
	height: 36px;
	width: auto;
	margin: 10px 0 0 0;
}
.mail a {
	font-style: italic;
}
.underline a, .underline a:visited, .underline a:hover, .underline a:link, .underline a:active {
	border-bottom: 1px solid #000000;
	padding-bottom: 1px;
}
.illus, .illusWeb {
	position: relative;
	width: 100%;
	overflow:hidden;
	margin: 0 0 40px 0;
	cursor: pointer;
}
.illusIMG {
	position: relative;
	margin: 0;
	width: 100%;
	transition: 0.5s;
}
.illusFleches {
	position: relative;
	margin: auto;
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
	height: auto;
	text-align: center;
}
.fleches {
	position: relative;
	width: 40px;
	height: auto;
	margin: auto;
	top: 0;
	padding: 0;
	cursor: pointer;
	transition: 0.5s;
}
.contenusLeft p, .contenusRight p {
	line-height: 1.2em;
	margin:30px 0 5px 0; 
	border-bottom: 1px solid #000000;
	padding-bottom: 0.5em;	
}
#rubriquePortefolio .contenus {
	margin-top: 30px;
}
#rubriquePortefolio .contenus a, #rubriquePortefolio .contenus a:visited, #rubriquePortefolio .contenus a:hover, #rubriquePortefolio .contenus a:link, #rubriquePortefolio .contenus a:active {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
#travaux {
	position: absolute;
	background-color: #000000;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	display: none;
}
.travauxBloc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.travauxBloc img {
	position: relative;
	margin: 0;
	padding: 5%;
	width: 90%;
	height: auto;
}
.underline2 {
	margin: 0 0 0 60px;
}
.signature {
	font-weight: 600;
}


@media screen and (min-width: 1500px) {
	.contenusLeft, .contenusRight  {
		position: absolute;
		width: 49%;
		margin: 0;
		padding-bottom: 20px;
	}
	.contenusLeft  {
		left: 0;
	}
	.contenusRight  {
		right: 0;
	}
}

@media only screen and (max-device-width: 480px) {
	.contenus {
		margin:20px;
		font-size: 17px;
	}
	.contenus h1 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.contenus p{
		margin: 0 0 10px 0;
	}
	.pictos {
		height: 30px;
		margin: 10px 0 0 0;
	}
	.fleches {
		width: 40px;
	}
	#rubriquePortefolio .contenus a, #rubriquePortefolio .contenus a:visited, #rubriquePortefolio .contenus a:hover, #rubriquePortefolio .contenus a:link, #rubriquePortefolio .contenus a:active {
		font-size: 13px;
	}
}