HR.clear { visibility: hidden; clear: both; margin: 0px; }

HTML { margin: 0px; padding: 0px; height: 100%; width: 100%; min-width: 460px; font-size: 100%; }
BODY { height: 100%; }
HEADER {
	position: fixed;
	top: 0px;
	height: 125px; width: 100%; min-width: 460px;
	background: url("images/fond-menu.png") repeat-x;
	font-weight: 300; font-size: 18px; letter-spacing: 1px;
	z-index: 100;
}
HEADER A:link, HEADER A:visited { color: black; text-decoration: none; }
HEADER A:hover { color: #f59020; }

#logo { position: absolute; left: 50%; margin-left: -42px; z-index: 2; width: 84px; }
#logo IMG { width: 100%; }

NAV#main { position: absolute; width: 66%; left: 17%; line-height: 56px; height: 100%; }
NAV#main UL { list-style-type: none; list-style-position: inside; width: 100%; }
NAV#main LI { float: left; padding: 0px; box-sizing: border-box; width: 25%; }
NAV#main LI.item2, NAV#main LI.item3 { text-align: right; }
NAV#main LI.selected A:link, NAV#main LI.selected A:visited { color: #f59020; } 

NAV#social { position: absolute; width: 17%; top: 12px; right: 13px; box-sizing: border-box; text-align: right; font-size: 1.1em;  height: 100%; }

/* SUPPRIMÉ POUR NE PAS APPARAITRE DANS LE SNIPPET DE GOOGLE, contenait du texte sur le bouton sociaux
NAV#social A:link SPAN, NAV#social A:visited SPAN { text-indent: -500px; overflow: hidden; display: inline-block; width: 0px; height: 0px; } */

NAV#social A:link, NAV#social A:visited {
	display: inline-block; height: 1.2857142857142858em; line-height: 1.35em;
	color: silver; border: 1px solid silver;
	border-radius: 5px; padding: 2px; text-align: center;
}
NAV#social A:hover { color: #f59020; border-color: #f59020; }

ARTICLE { width: 66%; margin: 0px auto 0px auto; padding: 130px 0 60px 0; box-sizing: border-box;
	
}


/* HOME */
#index HEADER { background: none; position: absolute; }
#index HEADER A:link, #index HEADER A:visited { color: white; }
#index HEADER A:hover { color: black; }
#index NAV#social { line-height: 44px; }
#index NAV#social A:link, #index NAV#social A:visited {color: white; border-color: white; }
#index #logo { margin-top: 0px; }
#banner {
	position: relative;
	padding-top: 25px;
	height: 500px;
	width: 100%;
	background-color: /*#f79d0b;*/#e07d11;
	background-image: url("images/lueur-home.png");
	background-repeat: no-repeat;
	background-position: top right; overflow: hidden;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
}
#bannerinner { position: relative; width: 66%; left: 17%;height: 100%; color: white;  }

#bannertext { position: absolute; top: 28%; left: 0; z-index: 3; }
#button1 {
	position: absolute; 
	display: block; bottom: 10%; left: 0; padding: 10px 18px 13px 18px;
	color: #f79d0b; text-decoration: none; background-color: white;/* #f48e1e;*/
	font-size: 27px; font-weight: 600;
	/*-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; z-index: 2;
}
#button1:hover { color: #FFD3A3; }
#button1:active {
	bottom: 9.9%;
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#ecran1 { position: absolute; top: 20%; right: 0; }

#bannertext P { font-weight: 300; font-size: 25px; line-height: 30px; }
#bannertext P STRONG {
	position: relative; top: 6px;
	font-weight: 700; font-size: 52px; color: #ffae55;
	line-height: 10px;
}
#bannertext P.line1 { font-weight: 700; font-size: 3.5em; line-height: 45px; }

/* required for sequence.js */
.sequence { position: absolute; height: 100%; width: 100%; }
.sequence > li { position: absolute; width: 100%; height: 100%; z-index: 1; }
.sequence li > * { position: absolute; }

/* ANIMATION VERTICALE */
/*
.sequence li img.in { right: 0px; top: -100%; display: none; }
.sequence li img.inplace { right: 31px; top: 24%;
	-moz-transition: 0.8s ease-out;
	-o-transition: 0.8s ease-out;
	-webkit-transition: 0.8s ease-out;
	transition: 0.8s ease-out;
}
.sequence li img.out { right: 60px; top: 100%;
	-webkit-transition: 0.8s ease-out;
	-moz-transition: 0.8s ease-out;
	-o-transition: 0.8s ease-out;
	transition: 0.8s ease-out;
}*/

/* ANIMATION HORIZONTALE */

.sequence li img.in { right: -700px; top: -1%; width: 520px; opacity: 0; -webkit-transform: translate3d(0,0,0); }
.sequence li img.inplace {
	right: 29px; top: 24.5%; width: 325px; opacity: 1;
	-moz-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
	transition: 0.5s ease-out;-webkit-transform: translate3d(0,0,0);
}
.sequence li img.out { right: 500px; top: 38%; width: 220px; opacity: 0;
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;-webkit-transform: translate3d(0,0,0);
}

#boxes { width: 66%; margin: 30px auto 0 auto; padding: 0px; box-sizing: border-box; text-align: left; }
.box {
	text-decoration: none; color: black;
	width: 31%; margin: 0px 1.5%; height: 200px;
	display: block; float: left; overflow: hidden; position: relative;
}
.box:hover { /*background-color: #f59020;*/ text-decoration: none; }
.box.first { margin-left: 0; }
.box.last { margin-right: 0; }

.box H1 { color: black; border: none; margin: 0; padding: 15px 10px 15px 10px; font-size: 1.4em; line-height: 0.8em; font-weight: 600; 
	text-align: center;
}
.box H2 { color: black; position: relative; z-index: 2;
	text-align: center; width: 100%; margin: 0px;
	font-weight: 300; font-size: 1.05em;
}
.box .icon { height: 88px; background-position: center center; background-repeat: no-repeat; }

.box:active { color: inherit; }
/* RÉFÉRENCES */
#references { margin-top: 10px; }
#references .data { display: none; }
#references > LI {
	float: left; display: block; width: 200px; height: 120px; background-color: #f59020; overflow: hidden;
	margin: 0px 0px 15px 15px;
	cursor: pointer; position: relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

#references > LI.newline { margin-left: 0px; }
#references > LI > .image IMG { width: 100%; height: 100%; }
#dataview {
	position: relative; box-sizing: border-box;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	clear: both; width: 100%; padding: 17px 0px 20px 0px; margin-bottom: 15px;
	background: #f2f2f2; /* Old browsers */
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IwYjBiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMGIwYjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0.05) 95%,rgba(0, 0, 0, .15) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(5%, rgba(0, 0, 0, 0.05))), color-stop(95%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.15))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0.05) 95%,rgba(0, 0, 0, .15) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0.05) 95%,rgba(0, 0, 0, .15) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0.05) 95%,rgba(0, 0, 0, .15) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0.05) 95%,rgba(0, 0, 0, .15) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0b0b0', endColorstr='#b0b0b0',GradientType=0 ); /* IE6-8 */

}
#dataview .data { width: 66%; margin: 0px auto; }
#dataview .arrowclip { overflow: hidden; position: absolute; width: 15px; height: 6px; top: -6px; left: 0px;}
#dataview .arrow {
	position: absolute; left: 3px; top: 3px; width: 10px; height: 10px;
	border-top: 1px solid silver; border-right: 1px solid silver; background-color: #d9d9d9;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform: rotate(-45deg);
}
#dataview .description { font-size: 0.9em; margin-top: 10px; line-height: 1em; }

#references .hover { position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.4); display: none; }
#references .label { position: absolute; bottom: 0px; padding-left: 4px; color: white; }
.tags LI {
	display: inline-block; background-color: #f59020;
	border-radius: 10px; padding: 0px 8px 2px 8px; margin: 0; margin-right: 3px;
	color: white; font-size: 0.8em;
}
.tags LI A:link, .tags LI A:visited { color: white; }

#filtre {
	color: white; font-size: 1em; -webkit-appearance: none; -moz-appearance: none; outline: none;
	font-family: 'Source Sans Pro', sans-serif; font-weight: 300; background-color: transparent; border: none;
    text-indent: 0.01px;
    text-overflow: '';
}
#filtre:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #FFF;
}

#filtrebackground {
	position: relative;
	display: inline-block; background-color: #f59020;
	border-radius: 10px; padding: 0px 8px 0px 8px; margin: 0; margin-right: 3px;
	color: white; font-size: 0.8em;
}

#pushfooter { min-height: 100%; }
#homewrapper { overflow: auto; padding-bottom: 15px; background-color: #e3e3e3; }
FOOTER {
	position: relative; clear:both; width: 80%; left: 10%;
	margin-top: -80px; height: 40px; padding-top: 40px;
	text-align: center; color: #A0A0A0;
}
FOOTER A:link, FOOTER A:visited { color: #A0A0A0; }
BODY:before { 
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/
}

FOOTER I { display: inline-block; margin-left: 20px; margin-right: 3px; }
FOOTER I.fa { position: relative; top: 1px; }
FOOTER I SPAN { text-indent: -500px; overflow: hidden; display: inline-block; width: 0px; height: 0px;  }

.contactform { white-space: nowrap; float: left; }
#contactaddress { float: right; width: 30%; min-width: 300px; display: block; clear: both; margin-bottom: 40px; }
#contactaddress .fa-fw { width: 18px; margin-right: 5px; }

.contactform input, .contactform textarea { border: 1px solid #cccccc; background-color: #ffffff; margin-left: 2px; margin-bottom: 3px; border-radius: 3px; margin-bottom: 10px; }
.contactform input { height: 20px; width: 250px; padding: 1px; }
.contactform textarea {height: 100px; width: 250px; padding: 1px; }
.contactform .contactsubmit {margin-left: 157px; width: 60px; height: 25px;}
.contactform label { width: 150px; display: inline-block; text-align: right; vertical-align: top; line-height: 22px; margin-right: 5px; }