﻿/*
	 _____   _____    _____   _        _____   _____    _____   _____  
	/  _  \ |  _  \  |  _  \ | |      |  _  \ |  _  \  /  _  \ |  _  \ 
	| | | | | |_| |  | |_| | | |      | |_| | | |_| |  | | | | | | | | 
	| | | | |  _  /  |  _  { | |  _   |  ___/ |  _  /  | | | | | | | | 
	| |_| | | | \ \  | |_| | | | |  | | |     | | \ \  | |_| | | |_| |  
	\_____/ |_|  \_\ |_____/ |_|  --  |_|     |_|  \_\ \_____/ |_____/  
																	    

*/


/* 
Calcul %colonne : 
43.32* (nbcol-1) = x 
x - 1140 = y
y/nbcol = z
z/1140 = %colonne
*/


html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,
tr,th,td{
	border:0;
	margin:0;
	padding:0;
}

html{
	height: 100%;
	}

article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{
	display: block;
}

a img{
	border: 0;
}

figure{
	position: relative;
}

figure img{
	width: 100%;
}

body{
	font-family: Ubuntu, Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 100%;
	background: url(../images/bodybg.jpg) 20%;
	margin: 0;
	height: 100%;
}

img, object, embed {
	height: 100%;
}



#index_hero img {
	width: auto;
}
#myself{
	position: relative;
	max-width: 200px;
	width: 100%;
	height: auto;
}



header ::selection{
	background: #fff;
	color: #1d1d1d;
}

header ::-moz-selection {
	background: #fff;
	color: #1d1d1d;
}
footer ::-moz-selection {
	background: #fff;
	color: #1d1d1d;
}
#wrapper ::selection{
	background: #1d1d1d;
	color: #dcd5d5;
}
#wrapper ::-moz-selection{
	background: #1d1d1d;
	color: #dcd5d5;
}


h1{
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: 10px;
}

h5{
	color: #fff;
	margin-top: 8px;
	text-shadow: 0 3px 0 #000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


footer h5{
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.5em;
}

p{
	font-size: 0.8em;
	font-weight: 300;
}


a{
	text-decoration: none;
	color: #e42000;
	text-shadow: 0 1px 1px #000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a:hover{
	color: #9a1200;
}

a.orbilink{
	text-shadow: 0 4px 0 #000;
}
a:hover.orbilink{
	text-shadow: 0 2px 0 #000;
}




#headcontainer, #footercontainer {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 14;
}

#indexwrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#indexcontent{
	position: relative;
	padding-bottom: 100px;
	padding-top: 100px;
}

#wrapper {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}
#content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 120px 20px 125px 20px;
}



header .odd,
footer .odd{
	text-align: right;
	border-right: 1px  #dcd5d5 dashed;
}
header .pair,
footer .pair{
	text-align: left;
	
	border-left: 1px  #dcd5d5 dashed;
}



#wrapper .odd{
	text-align: right;
}
#wrapper .pair{
	text-align: left;
}





/*  -------------------------- NAVIGATION ------------------------ */


header{
	position: fixed;
	background: url(../images/headbg.jpg) 20% repeat-x;
	width: 100%;
	min-width: 0;
	z-index: 15;
}


.navrow{
	position: relative;
	width: 100%;
	max-width: 1140px;
	min-width: 0;
	margin: 10px auto 0 auto;
	overflow: hidden;
}


.navrow h2{
	font-size: 4.5em;
	font-weight: 400;
	line-height: 1.05em;
	margin: 0;
	padding: 0;
}



.navcol{
	position: relative;
	width: 22.05%;
	font-weight: 300;
	min-width: 155px;
	float: left;
}
.navrow p{
	color:#88888b;
	font-size: 0.75em;
	margin-top: -10px;
	line-height: 2.2em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.navrow a{
	color: #ede9ea;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.navrow a:hover{
	color: #e42000;
}
.navrow a:hover p{
	color: #dcd5d5;
}
.navrow ul{
	list-style-type: none;
	padding: 0 3% 5.6% 3%;
}

.navcolorbiprod{
	position: relative;
	width: 22.05%;
	font-weight: 300;
	min-width: 155px;
	float: left;
}
.dotcol{
	position: relative;
	text-align: center;
	width: 3.8%;
	float: left;
}


/*  -------------------------- BODY ------------------------ */


.row {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 1140px;
	min-width: 0;
	min-height: 1px;
	margin: 15px auto 0 auto;
	overflow: hidden;
}


.col{
	position: relative;
	display: block;
	width: 22.05%;
	font-weight: 300;
	min-width: 155px;
}

.col, .navcol, .footercol{
	position: relative;
	margin-right: 3.8%;
	float: left;
	min-height: 1px;
}



.last {
	margin-right: 0;
	padding-right: 0;
}


.row ul{
	list-style: none;
}

.skillbox{
	position: relative;
	float: left;
	border-radius: 2px;
	box-shadow: 0 1px 1px #88888b;
	background: #1d1d1d;
	padding: 1px 5px;
	margin: 10px 10px 0 0;
	color: #dcd5d5;
	font-weight: 400;
}

.row li{
	float: left;
}







/*  -------------------------- GALLERY ------------------------ */

.thumbs{
	position: relative;
	width: 100%;
	height: auto;
}

.thumbs img {
	height: auto;
	box-shadow: 0 1px  2px #88888b;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.thumbs img:hover{
	box-shadow:  0 1px  4px #333334;
}
.thumbs img:active{
	box-shadow:  0 1px  7px #9a1200;
}


.gallery p{
	font-size: 0.7em;
	line-height: 1.5em;
}


/*  -------------------------- FORMULAIRE ------------------------ */




input{
	position: relative;
	border: none;
	padding-left: 15px;
	font-family: Ubuntu, Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	background: rgba(255,255,255,.6);
	border-radius: 2px;
	box-shadow: 0 1px 3px #88888b;
	width: 93%;
	/*max-width: 230px;*/
	height: 35px;
	margin: 5px 0 11px 1px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

input:hover{
	background: rgba(255,255,255,.8);
}

form *::-webkit-input-placeholder {
	font-family: Ubuntu, Verdana, Geneva, sans-serif;
	color: #88888b;
}

form *.placeholder {
	font-family: Ubuntu, Verdana, Geneva, sans-serif;
	color: #88888b;
}		



textarea{
	position: relative;
	/*max-width: 230px;*/
	width: 93%;
	height: 125px;
	border: none;
	padding: 10px;
	font-family: Ubuntu, Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	resize: none;
	overflow: auto;
	background: rgba(255,255,255,.6);
	border-radius: 2px;
	box-shadow: 0 1px 3px #88888b;
	margin-top: 45px;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

textarea:hover{
	background: rgba(255,255,255,.8);
}




#btn{
	position: relative;
	background: rgba(228,23,0,1);
	box-shadow: 0 2px 3px #88888b;
	color: #fff;
	font-size: 0.8em;
	margin: 5px auto auto 9px;
	padding: auto 0 auto 0;
	height: 20px;
	cursor: pointer;
	text-shadow: 0 1px #333334;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#btn:hover{
	background: rgba(240,35,0,1);
	box-shadow: 0 2px 2px #88888b;
	text-shadow: 0 1px #9a1200;
}
#btn:active{
	box-shadow: inset 0 2px 2px #9a1200;
}


/*  -------------------------- INDEX ------------------------ */

#index_hero{
	position: relative;
	background: url(../images/home_sany_bg.jpg) 20%;
	height: 100%;
	width: 100%;
	margin: auto;
	z-index: 4;
	overflow: hidden;
}



#indexlogo{
	position: relative;
	background: url(../images/endlogo.png) 50% 40% no-repeat;
	height: 100%;
	padding: 0;
	display: none;
}
#sany{
	position: relative;
	margin-right: 10%;
	padding: 0;
	display: block;
}

#sparkles{
	position: absolute;
	background: url(../images/home_sany_sparkles.png) 50% repeat-x;
	width: 100%;
	height: 1000px;
	display: block;
}





/*  -------------------------- 404 ERROR ------------------------ */

.error404{}

.error404 #footerlogo{
	position: relative;
	background: url(../images/footerlogo.png) no-repeat;
	left: 50%;
	margin-top: 10px;
	margin-left: -33px;
	width: 65px;
	height: 65px;
	display: visible;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}


#wrapper.error404 h1{
	font-weight: 400;
	font-size: 10em;
	line-height: 0.8em;
}
#wrapper.error404 h2{
	font-weight: 400;
	font-size: 1.1em;
}
#wrapper.error404 h3{
	font-weight: 400;
	font-size: 1.3em;
}

#footerlogo:hover{
	opacity: 0.8;
}

#wrapper.error404 .space{
height: 100px;
}

.error404 .footercol{
	position: relative;
	width: 100%;
	min-width: 155px;
	float: left;
}
.error404 .navcolorbiprod{
	position: relative;
	width: 46.2%;
	min-width: 155px;
	float: left;
}
.error404 .col{
	position: relative;
	width: 46.2%;
	min-width: 155px;
}
.error404 .colfull{
	position: relative;
	width: 96.8%;
	min-width: 155px;
	text-align: center;
	float: left;
	min-height: 1px;
	margin-top: 10%;
}

#wrapper.error404 li{
	font-size: 0.8em;
	float: none;
	line-height: 1.5em;
	padding-bottom: 5px;
	margin: 0;
}

#robot{
	max-width: 144px;
	max-height: 298px;
}

#endlogo{
	max-width: 330px;
	max-height: 320px;
	margin-bottom: 320px;
	padding-top: 250px;
}

/*  -------------------------- FOOTER ------------------------ */


footer{
	position: fixed;
	bottom: 0%;
	background: url(../images/footerbg.jpg) top repeat-x;
	width: 100%;
	height: auto;
	z-index: 12;
}


.footerrow{
	position: relative;
	width: 100%;
	max-width: 1140px;
	min-width: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 8px 0;
}

#footerlogo{
	position: absolute;
	background: url(../images/footerlogo.png) no-repeat;
	left: 50%;
	margin-top: 10px;
	margin-left: -33px;
	width: 65px;
	height: 65px;
	display: visible;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

#footerlogo:hover{
	opacity: 0.8;
}

.footercol{
	position: relative;
	width: 22.05%;
	min-width: 155px;
	float: left;
}


.footerrow ul{
	list-style-type: none;
	padding: 5% 3% 0 3%;
	font-size: 0.70em;
	font-weight: 300;
	line-height: 1.2em;
}

.footerrowlast{
	position: relative;
	width: 100%;
	max-width: 1140px;
	min-width: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 10px 0;
}

footer a{
	color: #88888b;
	border-bottom: 1px rgba(228, 32, 0, 0) dotted;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

footer a:hover{
	color: #dcd5d5;
	border-bottom: 1px rgba(228, 32, 0, 1) dotted;
}


#footercopyright{
	position: relative;
	width:  100%;
	min-width: 155px;
	text-align: center;
	color: #88888b;
	font-size: 0.7em;
}


/*  -------------------------- Smaller screens ------------------------ */
@media only screen and (max-width: 750px) {
	
	
	#indexlogo{
		display: block;
	}
	#sany{
		display: none;
	}
	#sparkles{
		display: none;
	}
	
	
	
	.navcol{
		position: relative;
		width: 46.2%;
		height: auto;
	}


	.navrow p{
		display: none;
	}

	
	.navrow h2{
		color: #dcd5d5;
		font-size: 3em;
		font-weight: 400;
		line-height: 1.05em;
		margin: 0;
		padding: 0;
	}

	.navrow ul{
		list-style-type: none;
		padding: 0 3% 5% 3%;
	}
	
	.navcolorbiprod{
		position: relative;
		width: 46.2%;
		font-weight: 300;
		min-width: 155px;
		font-size: 0.7em;
	}
	.dotcol{
		position: relative;
		text-align: center;
		width: 3.8%;
		font-size: 0.7em;
	}

	#footerlogo{
		display: none;
	}
	.error404 #footerlogo{
		display: block;
	}

	.footercol{
		position: relative;
		width: 46.2%;
		min-width: 155px;
	}

	.footerrow ul{
		list-style-type: none;
		padding: 0.5% 3% 0 3%;
		font-size: 0.70em;
		font-weight: 300;
		line-height: 1.2em;
	}
	
	footer h5{
		font-size: 1.1em;
	}
	


	.col{
		position: relative;
		width: 46.2%;
		font-weight: 300;
		margin-bottom: 40px;
	}

#myself{
	max-width: 150px;

}


	
}
/* -------------------------- Smartphones screens ------------------------ */

@media only screen and (max-width: 550px) {
	
	
}
