@charset "UTF-8";
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/
/* EBR : Site web 2014 */
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

/*################################*/
/* CSS : MAIN */
/*################################*/

@import "reset.css";
@import "ebr_plugins_custom.css";


/****************************/
/* FONTS */
/****************************/

html, body, p, cite, figcaption, ul, ol, li, 
input, textarea, button, select, option, label, 
table, th, td  {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	font-family: Roboto, Arial, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.4;
	color: black;
}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot--y4b9t5.html');
	src:url('../fonts/icomoon.eot-.html#iefix-y4b9t5') format('embedded-opentype'),
		url('../fonts/icomoon.woff--y4b9t5.html') format('woff'),
		url('../fonts/icomoon.ttf--y4b9t5.html') format('truetype'),
		url('../fonts/icomoon.svg--y4b9t5.html#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}


/****************************/
/* ICONS */
/****************************/

.hasItems-icon a:before, 
.icon:before {
	font-family: 'icomoon';
}
.hasItems-icon-arrowRight a, 
.icon-arrowRight {
	display: inline-block; 
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.hasItems-icon-arrowRight a:before, 
.icon-arrowRight:before {
	padding-right: .5em;
	content: "\e605";
}
.icon-stdFont {
	font-family: Arial, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}


/****************************/
/* BASE */
/****************************/

html, body {
	width: 100%;
	height: 100%;
}
body {
	background-color: black;
	-webkit-text-size-adjust: 100%;
}
* {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
				behavior: url("../scripts/boxsizing.htc");
}

/* Titres */
/*---------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .75em 0;
	font-weight: 500;
}
h1, h2, h3, h4 {
	line-height: 1.2em;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 21px;
}
h6 {
	font-size: 16px;
}
h1+h2, 
h3+h5 {
	margin-top: -.6em;
}
h2+h1 {
	margin-top: -.4em;
}
ul+h6 {
	margin-top: 1em;
}
p+h1, p+h2, p+h3, p+h4, p+h5, p+h6 
ul+h1, ul+h2, ul+h3, ul+h4, ul+h5, ul+h6, 
p+figure, 
p+figure+h1, p+figure+h2, p+figure+h3, p+figure+h4, p+figure+h5, p+figure+h6  {
	margin-top: 1.5em;
}
h3+form {
	margin-top: 2em;
}

/* Textes */
/*---------------------*/

p, cite {
	margin-top: 0;
}
strong {
	font-weight: 600;
}
small {
	font-size: 80%;
	line-height: 80%;
}
sup { 
	vertical-align: super; 
	font-size: 70%; 
	line-height: 80%; 
} 
sub { 
	vertical-align: sub; 
	font-size: 70%; 
	line-height: 80%; 
} 
blockquote {
	line-height: 1.3em;
	text-align: center;
}

/* Liens */
/*---------------------*/

a, a:link, a:visited {
	/*font-weight: 500;*/
	color: black;
	text-decoration: underline;
	-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
			-o-transition: all .25s ease-out;
				transition: all .25s ease-out;
}
a:hover, a:focus, a:active {
	color: #81b900;
	text-decoration: none;
}

/* Images */
/*---------------------*/

img {
	text-align: center;
	vertical-align: center;
}
figure {
	margin-bottom: 30px;
	text-align: center;
}
figure > figure {
	margin-bottom: 20px;
}
figure > figure:last-child {
	margin-bottom: 0;
}
figure.l-inline > figure {
	margin-right: 20px;
}
figure.l-inline > figure:last-child {
	margin-right: 0;
}
h1+figure, h2+figure, h3+figure, h4+figure, h5+figure, h6+figure {
	margin-top: 2em;
}
figcaption {
	margin-top: .5em;
	font-family: "Roboto Condensed", sans-serif;
	line-height: 1.4em;
	font-size: 90%;
	font-style: italic;
}

/* Listes */
/*---------------------*/

ul, ol {
	margin-left: 1em;
  padding-left: 1.4em;
}
li {
	padding: 0 0 .5em 0;
}
ul li {
	list-style: outside disc;
}
ol.list-num {
	counter-reset:li;
}
ol.list-num li {
	position:relative; 
	margin-left: .7em; 
	list-style:none; 
}
ol.list-num li:before {
	position: absolute;
	top:0;
	left:-2em;
	content: counter(li);
	counter-increment: li;
	font-weight: 600;
}
ol.list-alpha li {
	list-style: upper-latin;
}

/* Formulaires */
/*---------------------*/

form {
	overflow: hidden;
}
form, fieldset {
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
}
label { 
	position: relative;
	padding: .4em 0;
	line-height: 1.2em;
}
select {
	padding: 0 0 0 1em;
}
textarea { 
	width: 100%;
	min-height: 4em;
	margin-bottom: 0;
}
input, button, select {
	vertical-align: middle; 
}
input, select {
	margin-bottom: .5em;
}
input#code_postal, 
input#tel { 
	width: 35%;
}
/*input:not([type=submit]),
input:not([type=checkbox]),
input:not([type=radio]),*/
input:not([type=submit]):not([type=checkbox]):not([type=radio]),
textarea, 
select {
	background-color: #F2F2F2;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
			-o-border-radius: 4px;
				border-radius: 4px;
	behavior: url("../scripts/PIE.htc");
}
/*input:not([type=submit]),
input:not([type=checkbox]),
input:not([type=radio]),*/
input:not([type=submit]):not([type=checkbox]):not([type=radio]),
textarea, 
select option {
	padding: .4em 1em;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
/*input:not([type=submit]):focus, 
input:not([type=checkbox]):focus,
input:not([type=radio]):focus,*/
textarea:focus, 
select:focus {
	background-color: white;
	outline: none;
}
input[type=submit] {
	margin: 2em 0 .5em 0;
	padding: .5em 1em;
	background-color: #AC944E;
	border: none;
	font-size: 20px;
	text-transform: uppercase;
	color: white;
	-webkit-appearance: none;
		-moz-appearance: none;
			appearance: none;  
	-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
			-o-transition: all .25s ease-out;
				transition: all .25s ease-out;
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
			-o-border-radius: 4px;
				border-radius: 4px;
	behavior: url("../scripts/PIE.htc");
}
input[type=submit]:hover {
	cursor: pointer;
	background-color: #81b900;
}
input[type=checkbox] {
	float: left; 
	clear: left;
	margin: 0 0 .3em 0;
	vertical-align: text-top;
}
input[type=checkbox]+span {
	display: block;
	margin: 0 0 .3em 1.5em;
}
input[type=checkbox]:checked+span {
	font-weight: 400;
}
input, textarea, button, select, option {
	font-weight: 400;
}

/* Tableaux */
/*---------------------*/

/*table {
	border-collapse: separate;
}*/
table {
	text-align: left;
}
tr {
	border-top: 1px solid black; 
	border-bottom: 1px solid black; 
}
tfoot tr {
	border-bottom: none; 
}
td, th {
	padding: 5px 10px;
	vertical-align: middle;
	line-height: 1.2em;
}
td:first-child, th:first-child {
	padding-left: 0;
}
td:last-child, th:last-child {
	padding-right: 0;
}
tfoot td {
	padding-top: 10px !important;
}
th {
	font-weight: 700;
}

/* Autres */
/*---------------------*/


/****************************/
/* LAYOUT */
/****************************/

/* Layout : Main */
/*---------------------*/

#pageBg {
	min-width: 960px; 
	height: 100%;
	min-height: 1080px; 
	margin: 0 auto;
	background: url("../images/global/page_bg.png") 	center top no-repeat;
}
#mainWrapper {
	position: relative;
	width: 960px; 
	margin: 0 auto;
}
#pageHeader {
	position: relative;
	background-color: #333;
	padding: 10px 30px 10px 30px;
}
#mainContent {
	overflow: hidden;
	padding-bottom: 60px;
	background-color: white;
}
.rub-0 #mainContent {
	padding-bottom: 0;
	background: none;
}
#pageFooter {
	position: relative;
}

/* Grid : general  */
/*---------------------*/

.l-grid > header, 
.l-grid > div, 
.l-grid > aside {
	float: left;
}
.l-grid > .l-head > .l-col1, 
.l-grid > .l-head > .l-col2, 
.l-grid > .l-main > .l-col1, 
.l-grid > .l-main > .l-col2 {
	float: left;
}
.l-grid > .l-head .l-col1 {
	display: block;
	width: 260px;
	margin-right: 40px;
}
.l-grid > .l-aside1 {
	width: 260px; 
	margin-right: 40px;
}
.l-grid > .l-aside2 {
	float: right;
	width: 120px; 
	margin-right: 40px;
	padding: 70px 0 40px 0;
	border-top: 10px solid rgba(172,148,78,0.3);
	border-bottom: 10px solid rgba(172,148,78,0.3);
}
.l-grid > .l-aside2 + .l-aside2 {
	border-top: none;
}

/* Grid 1 : 3 col alignées en tête */
/* Grid 2 : 2 col avec header */
/*---------------------*/

.l-grid1 > .l-head, 
.l-grid1 > .l-main, 
.l-grid2 > .l-head .l-col2 {
	width: 450px;
}
.l-grid2 > .l-head {
	width: 750px; 
	margin-bottom: 50px;
}
.l-grid1 > .l-head, 
.l-grid2 > .l-head .l-col2 {
	padding-top: 60px;
	border-top: 10px solid rgba(172,148,78,1);
}
.l-grid2 > .l-main {
	width: 690px; 
	margin-left: 60px;
}
.l-grid2 > .l-main > .l-col1 {
	margin-right: 40px;
	width: 200px;
}
.l-grid2 > .l-main > .l-col2 {
	width: 450px;
}

/* Layout : Divers */
/*---------------------*/

ul.l-inline {
	font-size: 0;
}
.l-inline > li, 
.l-inline > figure {
	display: inline-block;
}
.l-table {
	display: table;
}
.l-table > li {
	display: table-cell;
	vertical-align: top;
}
