/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 2, 2016 */
@font-face {
    font-family: 'sansationbold';
    src: url('../font/sansation_bold-webfont.eot');
    src: url('../font/sansation_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/sansation_bold-webfont.woff2') format('woff2'),
         url('../font/sansation_bold-webfont.woff') format('woff'),
         url('../font/sansation_bold-webfont.ttf') format('truetype'),
         url('../font/sansation_bold-webfont.svg#sansationbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sansationbold_italic';
    src: url('../font/sansation_bold_italic-webfont.eot');
    src: url('../font/sansation_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/sansation_bold_italic-webfont.woff2') format('woff2'),
         url('../font/sansation_bold_italic-webfont.woff') format('woff'),
         url('../font/sansation_bold_italic-webfont.ttf') format('truetype'),
         url('../font/sansation_bold_italic-webfont.svg#sansationbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sansationitalic';
    src: url('../font/sansation_italic-webfont.eot');
    src: url('../font/sansation_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/sansation_italic-webfont.woff2') format('woff2'),
         url('../font/sansation_italic-webfont.woff') format('woff'),
         url('../font/sansation_italic-webfont.ttf') format('truetype'),
         url('../font/sansation_italic-webfont.svg#sansationitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sansation_lightregular';
    src: url('../font/sansation_light-webfont.eot');
    src: url('../font/sansation_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/sansation_light-webfont.woff2') format('woff2'),
         url('../font/sansation_light-webfont.woff') format('woff'),
         url('../font/sansation_light-webfont.ttf') format('truetype'),
         url('../font/sansation_light-webfont.svg#sansation_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sansation_lightitalic';
    src: url('../font/sansation_light_italic-webfont.eot');
    src: url('../font/sansation_light_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/sansation_light_italic-webfont.woff2') format('woff2'),
         url('../font/sansation_light_italic-webfont.woff') format('woff'),
         url('../font/sansation_light_italic-webfont.ttf') format('truetype'),
         url('../font/sansation_light_italic-webfont.svg#sansation_lightitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sansationregular';
    src: url('../font/sansation_regular-webfont.eot');
    src: url('../font/sansation_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/sansation_regular-webfont.woff2') format('woff2'),
         url('../font/sansation_regular-webfont.woff') format('woff'),
         url('../font/sansation_regular-webfont.ttf') format('truetype'),
         url('../font/sansation_regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/******************************************************************************************/

/*****************GENERAL*****************/
body{
	font-family: Arial, Helvetica, sans-serif;
}
.clear{
	clear: both;
}

/*****************HEADER*****************/
header{
	height: 100%;
	position: fixed;
	background-color: #ffb200;
	width: 68px;
	padding: 0 26px;
	float: left;
	-webkit-transition-property: width; 
    -webkit-transition-duration: 1s;
    -moz-transition-property: width; 
    -moz-transition-duration: 1s;
    -o-transition-property: width; 
    -o-transition-duration: 1s;
    -ms-transition-property: width; 
    -ms-transition-duration: 1s;
    transition-property: width; 
    transition-duration: 1s; 

}
header.open{
	width: 486px;
	z-index: 100;
	-webkit-transition-property: width; 
    -webkit-transition-duration: 1s;
    -moz-transition-property: width; 
    -moz-transition-duration: 1s;
    -o-transition-property: width; 
    -o-transition-duration: 1s;
    -ms-transition-property: width; 
    -ms-transition-duration: 1s;
    transition-property: width; 
    transition-duration: 1s; 
}
header.close{
	width: 68px;
	z-index: 100;
}
header nav{
	font-family: 'sansation_lightregular';
	text-align: right;
	font-size: 70px;
	font-variant: small-caps;
	float: right;
	margin-top: 26px;
}
header nav #picto{
	background: url('../img/bg_nav.gif') right top no-repeat;
	background-size: 100%;
	width: 69px;
	height: 69px;
	float: right;
	cursor: pointer;
}
header nav #picto:hover{
	background: url('../img/bg_nav_hover.gif') right top no-repeat;
}
header.open nav #picto{
	background: url('../img/bg_nav_open.gif') right top no-repeat;
}
header.open nav #picto:hover{
	background: url('../img/bg_nav_open_hover.gif') right top no-repeat;
}
header nav ul{
	margin-top: 150px;
}
header nav li{
	margin-bottom: 10px;
}
header nav a{
	color: rgba(255, 255, 255, 0);
	text-decoration: none;
    -webkit-transition-property: color; 
    -webkit-transition-duration: 0.2s;
    -moz-transition-property: color; 
    -moz-transition-duration: 0.2s;
    -o-transition-property: color; 
    -o-transition-duration: 0.2s;
    -ms-transition-property: color; 
    -ms-transition-duration: 0.2s;
    transition-property: color; 
    transition-duration: 0.2s; 
}
header.open nav a{
	color: rgba(255, 255, 255, 1);
}
header.open nav a:hover, header.open nav a.active{
	color: #00abd4;
	text-decoration: underline;
}
header #nom{
	margin: 0;
	width: 68px;
	height: 100%;
	background: url('../img/bg_header.jpg') center bottom no-repeat #ffb200;
	background-size: 100%;
	bottom: 0;
}


/*****************PORTFOLIO*****************/
#portfolio{
	margin-left: 120px;
	/*background: url('../img/bg_portfolio.jpg') right bottom;
	background-size: cover;*/
}
#portfolio ul{
	background: url('../img/bg_portfolio.jpg') left top repeat;
}
#portfolio ul li{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 25%;
	position: relative;
}
#portfolio ul li:hover{
	cursor: pointer;
}
#portfolio ul li img{
	margin: 0;
	border: 0;
	width: 100%;
}
#portfolio ul li .loupe{
	display: none;
}
#portfolio ul li figcaption{
	position: absolute;
	z-index: 10;
	background-color: rgba(0,171,212,0.65);
	width: 90%;
	padding: 0 5% 0 5%;
	height: 100%;
	top: 0;
	left: 0;
	color: #ffffff;
	text-align: center;
	display: none;
}
#portfolio ul li figcaption .societe{
	font-family: 'sansationregular';
	font-size: 40px;
	position: absolute;
	top: 10%;
	text-align: center;
	width: 90%;
}
#portfolio ul li figcaption .mission{
	font-family: 'sansation_lightregular';
	font-size: 26px;
	font-variant: small-caps;
	position: absolute;
	bottom: 10%;
	text-align: center;
	width: 90%;
}
#portfolio ul li:hover figcaption{
	display: block;
}
.lien_tablette{display: none;}

/*****************PROFIL*****************/
#profil{
	padding: 0 0 70px 0;
	background: url('../img/bg_profil.jpg') left top no-repeat;
	margin-left: 120px;
}
#profil #experience{
	width: 44%;
	float: left;
	margin: 70px 4% 0 10%;
}
#profil #competences, #profil #formation{
	width: 38%;
	float: left;
	margin: 70px 0 0 0;
}
#profil #formation{
	margin-top: 0;
}
#profil h2{
	font-family: 'sansationregular';
	font-size: 45px;
	font-variant: small-caps;
	color: #00abd4;
	padding-left: 110px;
	height: 116px;
	line-height: 187px;
	margin-bottom: 35px;
}
#profil #experience h2{
	background: url('../img/picto_experience.png') left top no-repeat;
}
#profil #competences h2{
	background: url('../img/picto_competences.png') left top no-repeat;
}
#profil #formation h2{
	background: url('../img/picto_formation.png') left top no-repeat;
	margin-top: 30px;
}
#profil .etapes{
	margin-bottom: 35px;
}
#profil h3{
	font-family: 'sansation_lightregular';
	color: #fff;
	font-size: 23px;
	margin-bottom: 13px;
	line-height: 30px;
}
#profil h3 span{
	background-color: #404040;
	padding: 7px 10px;
}
#profil .societe{
	font-family: 'sansation_lightregular';
	font-size: 23px;
	color: #00abd4;
}
#profil .societe span{
	font-family: 'sansation_lightitalic';
	font-size: 20px;
}
#profil ul{
	margin: 10px 0 0 24px;
}
#profil ul li{
	font-size: 16px;
	list-style-type: none;
	padding-left: 28px;
	background: url('../img/puce_profil.gif') left 5px no-repeat;
	margin-bottom: 5px;
}
#profil #cv{
	background-color: #ffb200;
	width: 60%;
	height: 59px;
	line-height: 59px;
	font-size: 35px;
	text-align: center;
}
#profil #cv a{
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
#profil #cv:hover{
	background-color: #00abd4;
	cursor: pointer;
}

/*****************CONTACT*****************/
#contact{
	background: url('../img/bg_contact.jpg') left top repeat ;
	margin-left: 120px;
	font-family: arial;
	color: #ffffff;
	font-size: 25px;
}
#contact .content{
	/*width: 35.98958333333333%;/*691/1920*/
	width: 640px;
	margin: 0 auto;
	padding: 70px 0;
}
#contact h2{
	font-family: 'sansationregular';
	font-size: 60px;
	color: #ffffff;
	margin: 0 0 56px 0;
	background: url('../img/coordonnees.png') right 11px no-repeat;
	background-size: 32%;
}
#contact h2 img{
	float: left;
	margin-right: 3%;
	width: 14%;
}
#contact h2 span{
	display: block;
	float: left;
}
#contact p{
	margin-bottom: 60px;
	line-height: 50px;
}	
#contact p.erreur{
	background-color: #ffb200;
	font-size: 18px;
	text-align: center;
	margin-bottom: 25px;
	line-height: 33px;
}
#contact label:after{
	content: ' *';
	color: #ffb200;
	font-size: 20px;
}
#contact input:nth-child(n+2), #contact textarea{
	height: 30px;
	width: 70.3589001447178%;/*500/691*/
	float: right;
	background-color: #656565;
	border: 0;
	padding: 10px 2%;
	color: #fff;
	font-size: 20px;
}
#contact p#textarea{
	height: 200px;
}
#contact textarea{
	height: 200px;
	font-size: 15px;
}
#contact p#submit{
	width: 72.3589001447178%;/*500/691*/
	float: right;
	margin-bottom: 0;
}
#contact input[type=submit]{
	background-color: #ffb200;
	/*background-color: red;*/
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-family: arial;
	font-size: 35px;
	width: 52%;/*260/500*/
	margin: 0 24%;
	border: 0;
	height: 59px;
	line-height: 59px;
}
#contact input[type=submit]:hover{
	background-color: #00abd4;
	cursor: pointer;
}

/*****************FOOTER*****************/
footer{

	color: #fff;
	height: 30px;
	background-color: #383838;
	font-size: 18px;
	width: 100%;
	font-family: 'sansationitalic';
	line-height: 30px;
}
footer p{
	float: right;
	padding-right: 15px;
}


/*****************PAGE TRAVAUX*****************/
#presentation{
	padding-left: 120px;
}
#presentation img{
	width: 69.63%;
	float: left;
}
#presentation #descriptif{
	color: #ffffff;
	text-align: center;
	font-family: 'sansation_lightitalic';
	font-size: 22px;
	float: left;
	width: 26.37%;
	line-height: 27px;
	margin-top: 8%; 
	padding: 0 2%;
}
#presentation #descriptif .titre{
	font-family: 'sansationbold';
	font-size: 65px;
	margin-bottom: 20px;
	line-height: 63px;
	font-weight: normal;
}
#presentation #descriptif #url a, #presentation #descriptif #url span.no_lien{
	display: block;
	width: 85%;
	margin: 15px auto 0;
	padding: 5px;
	text-decoration: none;
	color: #ffffff;
	background-color: rgba(255,255,255,0.5);
	text-align: center;
	font-size: 27px;
}
#presentation #descriptif #url span.petit{
	font-size: 25px;
}
#presentation #descriptif #url a:hover{
	background-color: rgba(255,255,255,1);
}
#situation_ordi{
	padding: 0 0 0 120px;
}
#situation_ordi img{
	width: 45%;
	float: left;
}
#situation_ordi #missions{
	width: 52.1%;
	float: left;
	font-size: 25px;
	margin-right: 2%;
}
#situation_ordi #missions ul{
	margin: 15% 0 0 8%;
}
#situation_ordi #missions ul li{
	list-style-type: disc;
	list-style-position: inside;
	padding: 0 0 10px 0;
}
#situation_ordi #missions span{
	color: #000;
}
#situation_ordi #missions em{
	font-size: 22px;
	font-style: italic;
}
.presentation_visuels h2{
	font-family: 'sansationregular';
	font-size: 60px;
	text-align: center;
	padding-top: 40px;
	margin-bottom: 50px;
}
.presentation_visuels .liste_news{
	width: 80%;
	margin: 0 auto 50px;
}
.presentation_visuels .liste_news li{
	display: inline-block;
	width: 16%;
	margin-right: 3%;
	background: url('../img/page_travaux/bg_vignettes_news.jpg') 10px 10px no-repeat;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}
.presentation_visuels .liste_news li:hover{
	background: url('../img/page_travaux/bg_vignettes_news_hover.jpg') 10px 10px no-repeat;
}
.presentation_visuels .liste_news li .zoom{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('../img/slide/zoom/loupe.png') 3px 3px no-repeat;
	background-size: cover;
}
.presentation_visuels .liste_news li img{
	width: 92.8%;
}
.presentation_visuels{
	padding: 0 0 0 120px;
}
.une_img img{
	width: 100%;
}
.une_img img{
	display: block;
}
.une_img img + img{
	display: none;
}
.deux_img img{
	float: left;
}
.deux_img img{
	width: 64.33%;
}
.deux_img img + img{
	width: 35.67%;
}
#navigation{
	padding-left: 120px;
	border-top: 1px solid #383838;
	text-align: center;
	font-variant: small-caps;
}
#navigation .content{
	width: 450px;
	margin: 0 auto;
}
#navigation a{
	float: left;
	width: 33%;
	border-right: 1px solid #383838;
	padding: 76px 0 16px 0;
	text-decoration: none;
	font-family: 'sansationregular';
	font-size: 16px;
	color: #383838;
}
#navigation a:hover{
	color: #fff;
}
#navigation #prev a{
	background: url('../img/page_travaux/bg_prev.png') center 18px no-repeat;
	border-left: 1px solid #383838;
}
#navigation #all a{
	background: url('../img/page_travaux/bg_all.png') center 18px no-repeat;
}
#navigation #next a{
	background: url('../img/page_travaux/bg_next.png') center 18px no-repeat;
}
#navigation #prev a:hover{
	background: url('../img/page_travaux/bg_prev_hover.png') center 18px no-repeat #383838;
}
#navigation #all a:hover{
	background: url('../img/page_travaux/bg_all_hover.png') center 18px no-repeat #383838;
}
#navigation #next a:hover{
	background: url('../img/page_travaux/bg_next_hover.png') center 18px no-repeat #383838;
}

/*****************RESPONSIVE*****************/
@media screen and (max-width : 1747px){
	/**Profil**/
	#profil #cv{
		font-size: 32px;
	}
}

@media screen and (max-width : 1627px){
	/**Header**/
	header, header.close, header #nom{
		width: 60px;
	}
	header.open{
		width: 403px;
	}
	header nav{
		font-size: 60px;
	}
	header nav ul{
		margin-top: 130px;
	}

	/**All**/
	#portfolio, #profil, #contact{
		margin-left: 112px;
	}
	#presentation, #situation_ordi, .presentation_visuels, #navigation{
		padding-left: 112px;
	}

	/**Profil**/
	#profil #cv{
		font-size: 29px;
	}
}

@media screen and (max-width : 1496px){
	/**Profil**/
	#profil #cv{
		font-size: 26px;
	}

	/**Page travaux**/
	#presentation #descriptif{
		font-size: 19px;
		line-height: 24px;
	}
	#presentation #descriptif .titre{
		font-size: 50px;
		line-height: 48px;
	}
	#presentation #descriptif #url a, #presentation #descriptif #url span.no_lien{
		font-size: 25px;
	}
	#presentation #descriptif #url span.petit{
		font-size: 23px;
	}
	#situation_ordi #missions{
		font-size: 23px;
	}
	#situation_ordi #missions em{
		font-size: 21px;
	}
}

@media screen and (max-width : 1396px){
	/**Profil**/
	#profil #cv{
		width: 339px;
	}
	#profil .societe{
		font-size: 20px;
	}
	#profil .societe span{
		font-size: 17px;
	}

	/**Page travaux**/
	#presentation #descriptif{
		font-size: 17px;
		line-height: 22px;
		margin-top: 6%;
	}
	#presentation #descriptif .titre{
		font-size: 45px;
		line-height: 43px;
	}
	#presentation #descriptif #url a, #presentation #descriptif #url span.no_lien{
		font-size: 23px;
	}
	#presentation #descriptif #url span.petit{
	font-size: 19px;
}
	#situation_ordi #missions{
		font-size: 21px;
		width: 49.1%;
	}
	#situation_ordi #missions em{
		font-size: 19px;
	}
	#situation_ordi #missions ul{
		margin-left: 16%;
	}
	#situation_ordi img{
		width: 48%;
	}

@media screen and (max-width : 1200px){
	/**Header**/
	header, header.close, header #nom{
		width: 50px;
	}
	header.open{
		width: 297px;
	}
	header nav{
		font-size: 50px;
		margin-right: -9px;
	}
	header nav ul{
		margin-top: 100px;
	}

	/**All**/
	#portfolio, #profil, #contact{
		margin-left: 102px;
	}
	#presentation, #situation_ordi, .presentation_visuels, #navigation{
		padding-left: 102px;
	}

	/**Portfolio**/
	#portfolio ul li{
		width: 33.33333333333333%;
	}

	/**Profil**/
	#profil{
		padding-bottom: 50px;
	}
	#profil #experience h2, #profil #competences h2, #profil #formation h2{
		background-size: 93px;
		font-size: 40px;
		line-height: 150px;
		padding-left: 95px;
		margin-bottom: 0;
	}
	#profil #experience, #profil #competences{
		margin-top: 50px;
	}
	#profil h3{
		font-size: 20px;
	}

	/**Contact**/
	#contact .content{
		padding: 50px 0;
	}
	#contact h2{
		font-size: 56px;
	}
	#contact h2 img{
		width: 12%;
	}

	/**Page travaux**/
	#presentation #descriptif{
		font-size: 15px;
		line-height: 20px;
		margin-top: 5%;
	}
	#presentation #descriptif .titre{
		font-size: 40px;
		line-height: 38px;
	}
	#presentation #descriptif #url a, #presentation #descriptif #url span.no_lien{
		font-size: 21px;
	}
	#presentation #descriptif #url span.petit{
	font-size: 17px;
}
	#situation_ordi #missions{
		font-size: 20px;
		width: 46.1%;
	}
	#situation_ordi #missions em{
		font-size: 18px;
	}
	#situation_ordi #missions ul{
		margin-left: 8%;
	}
	#situation_ordi img{
		width: 51%;
	}
}

@media screen and (max-width : 1024px){
	/**Header**/
	header, header.close, header #nom{
		width: 50px;
	}
	header.open{
		width: 312px;
	}
	header nav{
		font-size: 45px;
	}

	/**All**/
	#profil, #contact{
		margin-left: 102px;
	}

	/**Portfolio**/
	#portfolio ul li figcaption .societe{
		font-size: 35px;
	}
	#portfolio ul li figcaption .mission{
		font-size: 25px;
	}

	/**Profil**/
	#profil{
		padding-bottom: 40px;
	}
	#profil #experience, #profil #competences{
		margin-top: 40px;
	}
	#profil #formation{
		margin-top: -20px;
	}
	#profil #experience h2, #profil #competences h2, #profil #formation h2{
		background-size: 80px;
		font-size: 36px;
		line-height: 124px;
		padding-left: 80px;
		height: 100px;
	}
	#profil h3{
		font-size: 18px;
		line-height: 28px;
	}
	#profil .societe{
		font-size: 18px;
	}
	#profil .societe span{
		font-size: 15px;
	}

	/**Page travaux**/
	#presentation #descriptif{
		font-size: 14px;
		line-height: 19px;
		margin-top: 4%;
	}
	#presentation #descriptif .titre{
		font-size: 36px;
		line-height: 34px;
		margin-bottom: 15px;
	}
	#presentation #descriptif #url a, #presentation #descriptif #url span.no_lien{
		font-size: 19px;
		margin-top: 10px;
	}
	#presentation #descriptif #url span.petit{
	font-size: 14px;
}
	#situation_ordi #missions{
		font-size: 18px;
		width: 46.1%;
	}
	#situation_ordi #missions em{
		font-size: 16px;
	}
	#situation_ordi #missions ul{
		margin-left: 4%;
	}
	.presentation_visuels .liste_news li{
		width: 21%;
	}
}

@media screen and (max-width : 910px){
	/**Profil**/
	#profil #experience{
		margin-left: 8%;
	}
	#profil .etapes{
		margin-bottom: 20px;
	}
	#profil h3{
		font-size: 15px;
		line-height: 22px;
	}
	#profil #experience h2, #profil #competences h2, #profil #formation h2{
		background-size: 72px;
		font-size: 33px;
		line-height: 112px;
		padding-left: 70px;
		height: 90px;
	}
	#profil .societe{
		font-size: 15px;
	}
	#profil .societe span{
		font-size: 14px;
	}
	#profil ul li{
		font-size: 13px;
		background-size: 10px;
		background-position: left 2px;
		padding-left: 19px;
	}
	#profil #cv{
		width: 100%;
		font-size: 23px;
	}

	/**Contact**/
	#contact .content{
		width: 640px;
	}
	#contact h2{
		font-size: 53px;
	}
	#contact h2 img{
		width: 12%;
	}
	#contact label{
		font-size: 23px;
	}
	#contact input[type="submit"]{
		font-size: 30px;
	}

	/**Page travaux**/
	#presentation img{
		width: 100%;
	}
	#presentation #descriptif{
		width: 96%;
		margin: 2% 0;
	}
	#situation_ordi #missions{
		width: 41.1%;
		font-size: 16px;
	}
	#situation_ordi #missions em{
		font-size: 14px;
	}
	#situation_ordi #missions ul{
		margin-top: 20%;
	}
	#situation_ordi #missions ul li{
		background-position: left 6px;
	}

}

@media screen and (max-width : 800px){
	/**Header**/
	header.open{
		width: 248px;
	}
	header nav{
		font-size: 40px;
	}

	/**Portfolio**/
	#portfolio ul li figcaption .societe{
		font-size: 30px;
	}
	#portfolio ul li figcaption .mission{
		font-size: 20px;
	}

	/**Profil**/
	#profil{
		position: relative;
	}
	#profil #experience, #profil #competences, #profil #formation{
		width: 100%;
		margin: 0;
		text-align: center;
	}
	#profil .etapes{
		margin-bottom: 20px;
	}
	#profil #formation .etapes:last-child{
		margin-bottom: 90px;
	}
	#profil #experience h2, #profil #competences h2, #profil #formation h2{
		background: none;
		padding-left: 0;
		height: 70px;
		line-height: 70px;
	}
	#profil h3{
		font-size: 20px;
		line-height: 34px;
	}
	#profil h3 span{
		width: 90%;
		text-align: left;
		padding-left: 2%;
		display: block;
		background: url('../img/fleche_profil.png') right 13px no-repeat #404040;
		margin: 0 auto;
		cursor: pointer;
	}
	#profil h3 span.hover{
		background: url('../img/fleche_profil_hover.png') right 13px no-repeat #404040;
	}
	#profil .accordeon{
		display: none;
	}
	#profil .accordeon.deplie{
		display: block;
	}
	#profil .societe{
		font-size: 20px;
	}
	#profil .societe span{
		font-size: 17px;
	}
	#profil ul li{
		background: none;
		font-size: 15px;
	}
	#profil #cv{
		position: absolute;
		bottom: 26px;
		width: 70%;
		left: 15%;
	}

	/**Contact**/
	#contact .content{
		padding: 26px 0;
		width: 540px;
	}
	#contact h2{
		font-size: 47px;
	}
	#contact label{
		font-size: 20px;
	}
	#contact input[type="submit"]{
		font-size: 25px;
	}

	/**Page travaux**/
	#situation_ordi #missions{
		width: 100%;
	}
	#situation_ordi #missions ul{
		margin-top: 5%;
	}
	#situation_ordi #missions ul li{
		float: left;
		width: 45%;
		padding-bottom: 3px;
	}
	#situation_ordi #missions ul li:nth-child(2n+1){
		margin-right: 2%;
	}
	#situation_ordi img{
		width: 90%;
		margin-left: 5%;
		margin-top: -3px;
	}
	.une_img img{
		display: none;
	}
	.une_img img + img{
		display: block;
	}
	.deux_img{
		width: 90%;
		margin: 0 auto;
	}
	.deux_img img{
		width: 100%;
	}
	.deux_img img + img{
		width: 56%;
		margin: -30px 0 0 22%;
	}
	#navigation .content{
		width: 396px;
	}
	#navigation a{
		font-size: 14px;
		padding: 65px 0 10px;
	}
	#navigation #prev a, #navigation #next a, #navigation #prev a:hover, #navigation #next a:hover{
		background-size: 20px;
	}
	#navigation #all a, #navigation #all a:hover{
		background-size: 35px;
	}
	.presentation_visuels .liste_news li{
		width: 29%;
	}
}

@media screen and (max-width : 700px){
	/**Header**/
	header, header.close, header #nom{
		width: 40px;
	}
	header{
		padding: 0 15px;
	}
	header.open{
		width: 200px;
		padding-right: 26px;
	}
	header nav{
		font-size: 35px;
	}
	header nav #picto, header.open nav #picto{
		background-size: 50px;
		height: 50px;
		width: 50px;
		margin-right: 5px;
	}
	header.open nav #picto{
		margin-right: 0;
	}

	/**All**/
	#portfolio, #profil, #contact{
		margin-left: 70px;
	}
	#presentation, #situation_ordi, .presentation_visuels, #navigation{
		padding-left: 70px;
	}

	/**Portfolio**/
	#portfolio ul li figcaption .societe{
		font-size: 28px;
	}
	#portfolio ul li figcaption .mission{
		font-size: 18px;
	}

	/**Contact**/
	#contact .content{
		width: 440px;
	}

	/**Footer**/
	footer{
		font-size: 14px;
	}
}

@media screen and (max-width : 600px){
	/**Portfolio**/
	#portfolio ul li{
		width: 50%;
	}
	#portfolio ul li figcaption .societe{
		font-size: 32px;
	}
	#portfolio ul li figcaption .mission{
		font-size: 22px;
	}

	/**Contact**/
	#contact .content{
		width: 340px;
	}
	#contact h2{
		background-position: center bottom;
		background-size: 150px;
		height: 85px;
		margin-bottom: 30px;
	}
	#contact h2 img{
		display: none;
	}
	#contact h2 span{
		width: 100%;
		text-align: center;
		background: url('../img/picto_contact.png') left 7px no-repeat, url('../img/picto_contact.png') right 7px no-repeat;
		background-size: 10%;
	}
	#contact p{
		margin-bottom: 30px;
	}
	#contact input:nth-child(n+2), #contact textarea{
		font-size: 17px;
	}
	#contact label, #contact label::after{
		font-size: 17px;
	}
	#contact textarea{
		font-size: 14px;
	}
	#contact input[type="submit"]{
		font-size: 20px;
		height: 45px;
		line-height: 45px;
	}

	/**Page Travaux**/
	#situation_ordi #missions ul li{
		width: 44%;
	}
	.deux_img{
		width: 100%;
		margin: 0 auto;
	}
	#navigation .content{
		width: 350px;
	}
	#navigation a{
		font-size: 12px;
		padding: 65px 0 10px;
		width: 32%;
		padding: 55px 0 7px;
	}
	#navigation #prev a, #navigation #next a, #navigation #prev a:hover, #navigation #next a:hover{
		background-size: 15px;
	}
	#navigation #all a, #navigation #all a:hover{
		background-size: 26px;
	}
}

@media screen and (max-width : 500px){
	#portfolio ul li figcaption .societe{
		font-size: 28px;
	}
	#portfolio ul li figcaption .mission{
		font-size: 18px;
	}
}

@media screen and (max-width : 450px){
	#portfolio ul li figcaption .societe{
		font-size: 26px;
	}
	#portfolio ul li figcaption .mission{
		font-size: 16px;
	}
}

@media screen and (max-width : 400px){
	/**All**/
	#portfolio, #profil, #contact{
		width: 400px;
	}

	/**Portfolio**/
	#portfolio ul li figcaption .societe{
		font-size: 24px;
	}
	#portfolio ul li figcaption .mission{
		font-size: 14px;
	}
}

/*@media screen and (max-height : 570px){
	/Header/
	header, header.close{
		display: block;
		width: 100%;
		z-index: 100;
		height: 50px;
		padding-left: 0;
		-webkit-transition-property: height; 
	    -webkit-transition-duration: 0.5s;
	    -moz-transition-property: height; 
	    -moz-transition-duration: 0.5s;
	    -o-transition-property: height; 
	    -o-transition-duration: 0.5s;
	    -ms-transition-property: height; 
	    -ms-transition-duration: 0.5s;
	    transition-property: height; 
	    transition-duration: 0.5s; 
	}
	header.open{
		width: 100%;
		height: 85px;
		-webkit-transition-property: height; 
	    -webkit-transition-duration: 0.5s;
	    -moz-transition-property: height; 
	    -moz-transition-duration: 0.5s;
	    -o-transition-property: height; 
	    -o-transition-duration: 0.5s;
	    -ms-transition-property: height; 
	    -ms-transition-duration: 0.5s;
	    transition-property: height; 
	    transition-duration: 0.5s; 
	}
	header nav{
		margin: 7px 7px 0 0;
	}
	header.open nav{
		width: 100%;
	}
	header nav #picto, header.open nav #picto, header.close nav #picto{
		width: 35px;
		height: 35px;
		background-size: 35px;
	}
	header nav ul{
		margin-top: 35px;
		width: 100%;
		opacity: 0;
	}
	header.open nav ul{
		opacity: 1;
		-webkit-transition-property: opacity; 
	    -webkit-transition-duration: 1s;
	    -moz-transition-property: opacity; 
	    -moz-transition-duration: 1s;
	    -o-transition-property: opacity; 
	    -o-transition-duration: 1s;
	    -ms-transition-property: opacity; 
	    -ms-transition-duration: 1s;
	    transition-property: opacity; 
	    transition-duration: 1s; 
	}
	header nav ul li{
		display: inline-block;
		padding: 0 5px;
		font-size: 25px;
	}
	header nav ul li:last-child{
		padding-right: 0;
	}
	header #nom{
		width: 250px;
		background: #ffb200 url("../img/bg_header_hor.jpg") no-repeat scroll left 10px;
		background-size: 100%;
	}

	/All/
	#portfolio, #profil, #contact{
		margin-left: 0;
	}
	#presentation, #situation_ordi, .presentation_visuels, #navigation{
		padding-left: 0;
	}

	/Portfolio/
	#portfolio{
		padding-top: 50px;
	}
	#portfolio ul li figcaption .societe{
		font-size: 30px;
	}
	#portfolio ul li figcaption .mission{
		font-size: 20px;
	}

	/Page travaux/
	#presentation{
		padding-top: 50px;
	}
}*/

/*CIBLAGE TABLETTE*/
@media all and (max-device-width : 800px){
	/**Header**/
	header{
		padding: 0 15px;
	}
	header.open{
		width: 200px;
		padding-right: 26px;
	}
	header, header.close, header #nom{
		width: 40px;
	}
	header nav{
		font-size: 35px;
	}
	header nav #picto, header.open nav #picto{
		background-size: 50px;
		height: 50px;
		width: 50px;
		margin-right: 5px;
	}
	header.open nav #picto{
		margin-right: 0;
	}

	/**All**/
	#portfolio, #profil, #contact{
		margin-left: 70px;
	}
	#presentation, #situation_ordi, .presentation_visuels, #navigation{
		padding-left: 70px;
	}

	/**Portfolio**/
	#portfolio ul li{
		/*width: 50%;*/
		width: 33.33333333333333%;
		position: relative;
	}
	/*#portfolio ul li:hover figcaption{
		display: none;
	}
	#portfolio ul li:active figcaption{
		display: block;
	}*/
	#portfolio ul li .loupe{
		display: block;
		position: absolute;
		left: 5%;
		top: 5%;
	}
	#portfolio ul li .loupe img{
		width: 35%;
	}
	#portfolio ul li a:hover .loupe{
		display: none;
	}
	#portfolio ul li figcaption .societe{
		font-size: 24px;
	}
	#portfolio ul li figcaption .mission{
		font-size: 14px;
		/*display: none;*/
	}


	/**Profil**/
	#profil{
		position: relative;
	}
	#profil #experience, #profil #competences, #profil #formation{
		width: 100%;
		margin: 0;
		text-align: center;
	}
	#profil .etapes{
		margin-bottom: 20px;
	}
	#profil #formation .etapes:last-child{
		margin-bottom: 90px;
	}
	#profil #experience h2, #profil #competences h2, #profil #formation h2{
		background: none;
		padding-left: 0;
		height: 70px;
		line-height: 70px;
	}
	#profil h3{
		font-size: 20px;
		line-height: 34px;
	}
	#profil h3 span{
		width: 90%;
		text-align: left;
		padding-left: 2%;
		display: block;
		background: url('../img/fleche_profil.png') right 13px no-repeat #404040;
		margin: 0 auto;
		cursor: pointer;
	}
	#profil h3 span.hover{
		background: url('../img/fleche_profil_hover.png') right 13px no-repeat #404040;
	}
	#profil .accordeon{
		display: none;
	}
	#profil .accordeon.deplie{
		display: block;
	}
	#profil .societe{
		font-size: 20px;
	}
	#profil .societe span{
		font-size: 17px;
	}
	#profil ul li{
		background: none;
		font-size: 15px;
	}
	#profil #cv{
		position: absolute;
		bottom: 26px;
		width: 70%;
		left: 15%;
	}

	/**Contact**/
	#contact .content{
		padding: 26px 0;
		/*width: 540px;*/
		width: 90%;
	}
	#contact h2{
		background-position: center bottom;
		background-size: 150px;
		height: 100px;
		margin-bottom: 30px;
	}
	#contact h2 img{
		display: none;
	}
	#contact h2 span{
		width: 100%;
		text-align: center;
		background: url('../img/picto_contact.png') left 7px no-repeat, url('../img/picto_contact.png') right 7px no-repeat;
		background-size: 8%;
		height: 100px;
	}
	#contact p{
		margin-bottom: 30px;
	}
	#contact label{
		font-size: 20px;
	}
	#contact label, #contact label::after{
		font-size: 17px;
	}
	#contact input[type="submit"]{
		font-size: 20px;
		height: 45px;
		line-height: 45px;
		background-color: #ffb200;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#contact input:nth-child(n+2){
		font-size: 17px;
	}
	#contact textarea{
		font-size: 14px;
	}

	/**Page travaux**/
	#situation_ordi #missions{
		width: 100%;
	}
	#situation_ordi #missions ul{
		margin-top: 5%;
	}
	#situation_ordi #missions ul li{
		float: left;
		/*width: 45%;*/
		width: 44%;
		padding-bottom: 3px;
	}
	#situation_ordi #missions ul li:nth-child(2n+1){
		margin-right: 2%;
	}
	#situation_ordi img{
		width: 90%;
		margin-left: 5%;
		margin-top: -3px;
	}
	/*.une_img img{
		display: none;
	}
	.une_img img + img{
		display: block;
	}*/
	.une_img img{
		display: block;
	}
	.une_img img + img{
		display: none;
	}
	.deux_img{
		/*width: 90%;*/
		width: 100%;
		margin: 0 auto;
	}
	.deux_img img{
		width: 100%;
	}
	.deux_img img + img{
		width: 56%;
		margin: -30px 0 0 22%;
	}
	#navigation .content{
		width: 350px;
	}
	#navigation a{
		font-size: 12px;
		padding: 65px 0 10px;
		width: 32%;
		padding: 55px 0 7px;
	}
	#navigation #prev a, #navigation #next a, #navigation #prev a:hover, #navigation #next a:hover{
		background-size: 15px;
	}
	#navigation #all a, #navigation #all a:hover{
		background-size: 26px;
	}
	.presentation_visuels .liste_news li{
		width: 29%;
	}

	/**Footer**/
	footer{
		font-size: 14px;
	}
	
}

/*CIBLAGE MOBILE*/
@media all and (min-device-width : 320px) and (max-device-width : 480px){
	.lien_tablette{display: none;}
	/**Header**/
	header{
		padding: 0 15px;
	}
	header.open{
		width: 200px;
		padding-right: 26px;
	}
	header, header.close, header #nom{
		width: 40px;
	}
	header nav{
		font-size: 35px;
	}
	header nav #picto, header.open nav #picto{
		background-size: 50px;
		height: 50px;
		width: 50px;
		margin-right: 5px;
	}
	header.open nav #picto{
		margin-right: 0;
	}

	/*Portfolio*/
	#portfolio ul li figcaption .societe{
		font-size: 40px;
	}
	/*#portfolio ul li figcaption .mission{
		display: none;
	}*/

	/*Profil*/
	#profil{
		background: url('../img/bg_profil_mobile.jpg') left top no-repeat;
	}

	/*Contact*/
	#contact h2{
		font-size: 60px;
		background-size: 200px;
		height: 125px;
	}
	#contact label, #contact label::after{
		font-size: 28px;
	}
	#contact input[type="submit"]{
		font-size: 30px;
		/*background-color: blue;*/
		margin-top: 15px;
	}

	/**Page travaux**/
	#presentation img{
		width: 100%;
	}
	#presentation #descriptif{
		width: 96%;
		margin: 2% 0;
		font-size: 14px;
	}
	#presentation #descriptif .titre{
		/*color: green;*/
		font-size: 45px;
	}
	#situation_ordi #missions{
		font-size: 25px;
	}
	.une_img img{
		display: none;
	}
	.une_img img + img{
		display: block;
	}
	#navigation .content{
		width: 450px;
	}
	#navigation a{
		font-size: 16px;
		background-size: 18px;
		width: 33%;
		padding: 76px 0 16px 0;
	}


	/*Footer*/
	footer{
		font-size: 20px;
	}

}
