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


/* Généralités */
body {
	margin: 0;
	padding: 0;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	cursor: default;
}


h2 {
    font-size: 1.8em;
    font-weight: bold;
    color: #FFCC00;
    margin: 0 0 100px;
}
h2.suite{
	font-size: 1.8em;
	font-weight: bold;
	color: #FFCC00;
	margin-top: 80px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	float: none;
}
h3 {
	font-size: 1.2em;
}
.folio{
	margin: 10px;
}
.droite{
	font-size: 1.6em;
	text-align: right;
}
.qrcode {
	height: 100%;
	width: 100%;
	max-width: 300px;
	display: inline-block;
}
.intro{
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.5em;
}

#nav {
	position: fixed;
	z-index: 1500;
	height: 50px;
	width: 100%;
	left: 0px;	
	top: 0px;
	background-color: rgba(0,0,0,0.8);
	line-height: 50px;
}
#nav ul, #nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	display: inline;
}
#nav a.gen {
	text-decoration: none;
	padding-right: calc(1% + 1px);
	padding-left: calc(1% + 1px);
	line-height: 45px;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav a.mini {
	text-decoration: none;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-right: calc(1% + 1px);
	padding-left: calc(1% + 1px);
	line-height: 27px;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: none;
	font-size: 1.2em;
	float: left;
	width: 2.1em;
	text-align: center;
}
	
#nav a:hover {
	color: #FC0;
	border: 1px solid #FC0;
	padding-right: 1%;
	padding-left: 1%;
}
#photo_id {
	position: absolute;
	height: 150px;
	width: 150px;
	top: 41px;
	left: 50px;
	display: block;
}
#photo_id img {
	height: auto;
	width: 150px;
}
#nav a.pdf:hover {
	color: #FF0000;
	border: 1px solid #FF0000;
	padding-right: 1%;
	padding-left: 1%;
}

a {
	font-weight:bold;
	color:#fff;
	cursor: pointer;
	text-decoration: underline;
}
a.active { 
	color: #FC0;
	border: 1px solid #FC0;
	padding-right: 1%;
	padding-left: 1%;

 }
/* to override the existing css for "a" tag */
#sub-header .active a{ color: #fff; }

/* Mise en place des différentes parties / slides */
#eric, #sco, #exp, #pf, #dv {
	padding-top:100px;
	padding-bottom:100px;
	min-height:100vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	
}
#eric {
	background-image: url('images/fond_cv_43_3.jpg');
	background-position: center center;
}
#sco {
	background-image: url('images/fond_cv_43_1.jpg');
	background-position: center center;
}
#exp {
	background-image: url('images/fond_cv_43_7.jpg');	/*min-height:1500px;*/
	background-position: center 30%;
}
#dv {
	background-image: url('images/fond_cv_43_5.jpg');
	background-position: center top;
}
#pf {
	background-image: url('images/fond_cv_43_8.jpg');
	background-position: center 20%;
}

/* Gestion du contenu */
.slide_inside {
	width: calc(80% - 100px);
	background-color: rgba(0, 0, 0, 0.8);
	margin-top: 0;
	margin-right: 10%;
	margin-bottom: 5%;
	margin-left: 10%;
	min-height: 50%;
	display: table;
	padding: 50px;
	position: relative;
	
	
	margin-bottom: 30px;
}
#portfolio{
	text-align: center;
	font-size: 0.85em;
}
#portfolio h3{
	color: #FC0;
	font-size:1.2em;
}
#portfolio img {
	background-color: #333;
	height: auto;
	width: 100%;
	border: 2px solid rgba(255,255,255,0);
	/* [disabled]margin: 2%; */
	padding: 0px;
}
#portfolio img:hover {
	border: 2px solid rgba(255,204,0,1);
}
#portfolio .sitimg {
	/* [disabled]background-color: #F00; */
	float: left;
	height: 320px;
	width: 31.2%;
	margin: 1%;
	clear: none;
	}

#slide1  .slide_inside {
	text-align:justify;
}

#slide2 .slide_inside p {
	width: 90%;
}

#slide3 .slide_inside {
	background-color: rgba(0, 0, 0, 0.8);
	margin-top:0px;
}
.align_droite {
	display: inline-block;
}
.slide_inside ul {
	margin: 0;
	padding: 0 0 0 2em;
}

.slide_inside ul li {
	list-style-type: square;
	list-style-image: url(images/li_orange.png);
}

.competence {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
	height: auto;
}

.log {
	background-color: #E0F21A;
	font-family: Verdana, Geneva, sans-serif;
}
.prog {
	background-color: #00CCFF;
	font-family: Verdana, Geneva, sans-serif;
}
.cms {
	background-color: #FF8000;
}
.sys {
	background-color: #F589A5;
}
.info {
	position: absolute;
	right: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	top: 20%;
	color: rgba(255,255,255,0);
	text-shadow: none;
}

.ci {
	text-align: left;
	margin-top: 0.5em;
	margin-right: 50px;
	margin-bottom: 1.5em;
	margin-left: 2em;
}
ul.graph
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
	font-weight: normal;
	list-style-image: none;
	text-shadow:none;
}
ul.graph li:hover{
	transform: scaleX(1) scaleY(1) scaleZ(1);
	-webkit-transform-origin: 0 50% 0;
	transform-origin: 0 50% 0;
}
ul.graph li:hover > .info {
	color: #333;
}	
ul.graph li
{
	margin-bottom: 0.5em;
	color: #333;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 2em;
	transform: scaleX(0.9) scaleY(0.9) scaleZ(1);
	-webkit-transform-origin: 0 50% 0;
	transform-origin: 0 50% 0;
	transition-duration: 1s;
	position: relative;
	list-style-type: none;
	list-style-image: none;
}
	
ul.graph li.percent20
{
	background-repeat: repeat-y;
	background-position: 20% 0;
	width: 20%;
}
ul.graph li.percent30 {	
	background-repeat: repeat-y;
	background-position: 30% 0;
	width: 30%;
}
ul.graph li.percent40 {
	background-repeat: repeat-y;
	background-position: 40% 0;
	width: 40%;
}
ul.graph li.percent50 {
	background-repeat: repeat-y;
	background-position: 50% 0;
	width: 50%;
}
ul.graph li.percent60 {
	background-repeat: repeat-y;
	background-position: 60% 0;
	width: 60%;
}
ul.graph li.percent70 {
	background-repeat: repeat-y;
	background-position: 70% 0;
	width: 70%;
}
ul.graph li.percent80 {
	background-repeat: repeat-y;
	background-position: 80% 0;
	width: 80%;
}
ul.graph li.percent90 {
	background-repeat: repeat-y;
	background-position: 90% 0;
	width: 90%;
}


  #button {
	padding: .5em 1em;
	text-decoration: none;
	background-color: rgba(51,51,51,0);
	border: 1px solid rgba(255,255,255,1);
	color: rgba(255,255,255,1);
	cursor: pointer;
  }
  #button:hover {
	padding: .5em 1em;
	text-decoration: none;
	background-color: rgba(51,51,51,0);
	border: 1px solid rgba(255,204,0,1);
	color: rgba(255,204,0,1);
	cursor: pointer;
  }
  #effect {
	position: relative;
	background-color: rgba(0,0,0,0);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
  }

#effect p{
	margin: 0px;
	padding: 0px;
}

.ligneblanche{
	display: block;
	clear: both;
	height: 0px;
	width: 100%;
}





/*ECRAN_MAX_1000px */

@media screen and (max-width: 1000px) {
	
	body {
		margin: 0;
		padding: 0;
		color: #fff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
		font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Arial, Helvetica, Sans-Serif;
		font-size: 0.9em;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		cursor: default;
		font-size:1em;
	}	
	h2 {
		font-size: 1.5em;
		font-weight: bold;
		color: #FFCC00;
		margin: 0 0 50px;
	}
	#eric, #sco, #exp, #pf, #dv {
	padding-top: 80px;
	padding-bottom: 30px;
	min-height: 100vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	}


	.slide_inside {
		width: calc(100% - 100px);
		background-color: rgba(0, 0, 0, 0.8);
		margin-top: 0;
		/* [disabled]margin-bottom: 5%; */
		margin-left: auto;
		min-height: 300px;
		display: table;
		padding: 20px;
		margin-right: auto;
	}
	#photo_id {
	/* [disabled]background-color: #9F0; */
	position: absolute;
	height: 150px;
	width: 150px;
	top: 77px;
	left: 30px;
	display: none;
	}
	#photo_id img {
	height: auto;
	width: 150px;
}
	
	#portfolio{
		text-align: center;
	}
	#portfolio h3{
		color: #FC0;
	}
	#portfolio img {
		/* [disabled]background-color: #370; */
		height: auto;
		width: 100%;
		border: 2px solid rgba(255,255,255,0);
		/* [disabled]margin: 2%; */
		padding: 0px;
	}
	#portfolio img:hover {
		border: 2px solid rgba(255,204,0,1);
	}
	#portfolio .sitimg {
	/* [disabled]background-color: #F00; */
	float: left;
	/* [disabled]height: 300px; */
	width: 48%;
	margin: 1%;
	clear: none;
		}

	[class^="imghvr-"] figcaption, [class*=" imghvr-"] figcaption {
		background-color: rgba(0,0,0,0.0);
		padding: 0.5em 0.5em 1em 0.5em;
		position:inherit;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		color: #ffffff;
	}
	#nav a.gen {
		display: none;
	}
	#nav a.mini {
		display: inline;
	}
	.competence {
		display: inline;
		margin: 0px;
		padding: 0px;
		float: left;
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 600px) {


	
	.slide_inside {
	width: calc(100% - 50px);
	background-color: rgba(0, 0, 0, 0.8);
	margin-top: 0;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	min-height: 50%;
	display: table;
	padding: 20px;
	position: relative;
	margin-bottom: 30px;
}


	#portfolio{
		text-align: center;
		font-size: 1em;
	}
	#portfolio h3{
		color: #FC0;
		font-size: 1.2em;
	}
	#portfolio img {
		/* [disabled]background-color: #370; */
		height: auto;
		width: 100%;
		border: 2px solid rgba(255,255,255,0);
		/* [disabled]margin: 2%; */
		padding: 0px;
	}
	#portfolio img:hover {
		border: 2px solid rgba(255,204,0,1);
	}
	#portfolio .sitimg {
	/* [disabled]background-color: #F00; */
	float: left;
	height: inherit;
	width: 100%;
	margin: 0;
	clear: both;
		}	

	#eric, #sco, #exp, #pf, #dv {
	padding-top: 80px;
	padding-bottom: 20px;
	min-height: 100vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:fixed;
	}


/*
	#eric {
		background-image: none;
		position: relative;
		background-position: 0 0;
		min-height: inherit;
		top: 0px;
		bottom: 0px;
		background-color: #ECC6A2;
		min-height:100vh;
	}
	
	
	#sco {
		background-image: none;
		min-height: inherit;
		background-position: 0;
		top: 0px;
		bottom: 0px;
		background-color: #A77A4B;
	}
	
	#exp {
		background-image: none;
		min-height: inherit;
		background-position: 0;
		top: 0px;
		bottom: 0px;
		background-color: #4B3A51;
	}
	#pf {
		background-image: none;
		min-height: inherit;
		background-position: 0;
		top: 0px;
		bottom: 0px;
		background-color: #A43020;
	}
	#dv {
		background-image: none;
		min-height: inherit;
		background-position: 0;
		top: 0px;
		bottom: 0px;
		background-color: #722D24;
	}
*/		
	
}

@media handheld {
	

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;}
  
  
  
	#eric, #sco, #exp, #pf, #dv {
	
	padding-top: 80px;
	padding-bottom: 20px;
	min-height: 100vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:fixed;
	}
	
}
