@charset "utf-8";
/* CSS Document */

@import url("forms.css");
@import url("modal.css");


/* Typos spécifiques
-----------------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'Rambla';
	src: url('../_webfonts/rambla-regular-webfont.woff') format('woff') ; 
	src: url('../_webfonts/rambla-regular-webfont.eot') ; 
	src: url('../_webfonts/rambla-regular-webfont.eot?#iefix') format('embedded-opentype'), 
		url('../_webfonts/rambla-regular-webfont.ttf') format('truetype'), 
		url('../_webfonts/rambla-regular-webfont.svg#ramblaregular') format('svg') ; 
	font-weight: normal; 
	font-style: normal;
}
@font-face {
    font-family: 'Ramblabold';
	src: url('../_webfonts/rambla-bold-webfont.woff') format('woff') ; 
	src: url('../_webfonts/rambla-bold-webfont.eot') ; 
	src: url('../_webfonts/rambla-bold-webfont.eot?#iefix') format('embedded-opentype'), 
		url('../_webfonts/rambla-bold-webfont.ttf') format('truetype'), 
		url('../_webfonts/rambla-bold-webfont.svg#ramblaregular') format('svg') ; 
	font-weight: normal; 
	font-style: normal;
}


/* Général
-----------------------------------------------------------------------------------------------------------*/

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font: 1em "Trebuchet MS", Helvetica, sans-serif;
	color: #212121;
	padding: 0;
	margin: 0;
	/*overflow-x: hidden;*/
	background: url(../_images/bg.png) top left repeat;
	background-color: #eee;
}
ul {
	list-style-type: none;	
}
img {
	border: 0;
}
hr {
	border: 0;
	border-bottom: 1px dotted #d9d9d9;
	padding: 20px 0 0 0;
	margin: 0;
}
p {
	margin: 0;
}
.clear {
	display: block;
	clear: both;
}
.left,
.right,
.center {
	display: inline-block;
	width: 100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.orange {
	color: #f28b06;
}
.blue {
	color: #4487d2;
}
.red {
	color: #dc1616;
}
.brown {
	color: #9f7039;
}
.turquoise {
	color: #29b9c6;
}
.bleu {
	color: #4487d2;
}
.lightgrey1 {
	color: #aaa;
}
.lightgrey2 {
	color: #c2c2c2;
}
.upperc {
	text-transform: uppercase;
}
.wrapper {
	position: relative;
	width: 100%;
	max-width: 1012px;
	margin: 0 auto;
	padding: 0 20px;
}

.btn-icon {
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	min-width: 16px;
	min-height: 16px;
	padding: 2px 22px 2px 10px;
}
.btn-icon:hover {
	text-decoration: underline;
}
.btn-icon.grey {
	color: #6a6a6a;
}
.btn-icon.orange {
	color: #f28b06;
}
.btn-icon.grey.delete {
	background: url(../_images/btn-close-small-2.png) center right no-repeat;
}
.btn-icon.grey.top {
	background: url(../_images/btn-top-small.png) center right no-repeat;
}
.btn-icon.grey.bottom {
	background: url(../_images/btn-bottom-small.png) center right no-repeat;
}
.btn-icon.orange.delete {
	background: url(../_images/btn-close-small-3.png) center right no-repeat;
}
.btn-icon.mailon.blue {
	background: url(../_images/btn-mailon-blue-small.png) center right no-repeat;
}
.btn-icon.mailon.brown {
	background: url(../_images/btn-mailon-brown-small.png) center right no-repeat;
}
.btn-icon.mailoff {
	background: url(../_images/btn-mailoff-small.png) center right no-repeat;
}
.btn-icon.info {
	display: inline-block;
	width: 17px;
	height: 17px;
	overflow: hidden;
	padding: 0;
	background: url(../_images/btn-info-small.png) center center no-repeat;
}

.btnarrow {
	position: relative;
	display: inline-block;
	width: auto;
	height: 20px;
	padding-left: 6px;
	padding-right: 8px;
	text-decoration: none;
	color: #fff;
	line-height: 1.8em;
	font-size: 0.7em;
	background: #c0bfbe;
	-webkit-border-radius: 	0.2em;
    border-radius: 			0.2em;
	-webkit-border-top-right-radius: 	0;
    border-top-right-radius: 			0;
	-webkit-border-bottom-right-radius: 	0;
    border-bottom-right-radius: 			0;
}
.btnarrow strong {
	color: #fff !important;
}
.btnarrow::after,
.btnarrow::before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 6px solid;
	right: -6px;
}
.btnarrow::after {
	z-index: 2;
	border-left-color: #c0bfbe;
}
.btnarrow.arrR {
	margin-left: 14px;
	-webkit-border-radius: 	0.2em;
    border-radius: 			0.2em;
	-webkit-border-top-left-radius: 	0;
    border-top-left-radius: 			0;
	-webkit-border-bottom-left-radius: 	0;
    border-bottom-left-radius: 			0;
}
.btnarrow.arrR::after,
.btnarrow.arrR::before {
	border-left: 0 none;
	border-right: 6px solid #c0bfbe;
	right: 100%;
}
.btnarrow.arrR::after {
	z-index: 2;
	border-left-color: #000;
	padding-left: 8px;
	padding-right: 6px;
}
.btnarrow.orange {
	color: #ffe6c6;
	background: #ef8906;
}
.btnarrow.orange::after {
	z-index: 2;
	border-left-color: #ef8906;
}
.btnarrow.orange.arrR::after,
.btnarrow.orange.arrR::before {
	border-right: 6px solid #ef8906;
}
.btnarrow.yellow {
	color: #ffe6c6;
	background: #f0b70a;
}
.btnarrow.yellow::after {
	z-index: 2;
	border-left-color: #f0b70a;
}
.btnarrow.yellow.arrR::after,
.btnarrow.yellow.arrR::before {
	border-right: 6px solid #f0b70a;
}
.btnarrow.grey {
	color: #e7e7e7;
	background: #8f8f8f;
	margin-left: 14px;
}
.btnarrow.grey::after {
	z-index: 2;
	border-left-color: #8f8f8f;
}
.btnarrow.grey.arrR::after,
.btnarrow.grey.arrR::before {
	border-right: 6px solid #9e9e9e;
}
.btnarrow.brown {
	color: #e5cdb2;
	background: #9f7039;
	margin-left: 14px;
}
.btnarrow.brown::after {
	z-index: 2;
	border-left-color: #9f7039;
}
.btnarrow.brown.arrR::after,
.btnarrow.brown.arrR::before {
	border-right: 6px solid #9f7039;
}
.btnarrow.turq {
	color: #b2f9ff !important;
	background: #29b9c6;
	margin-left: 14px;
}
.btnarrow.turq::after {
	z-index: 2;
	border-left-color: #29b9c6;
}
.btnarrow.turq.arrR::after,
.btnarrow.turq.arrR::before {
	border-right: 6px solid #29b9c6;
}
.btnarrow.green {
	color: #e5cdb2;
	background: #3bc616;
	margin-left: 14px;
}
.btnarrow.green::after {
	z-index: 2;
	border-left-color: #3bc616;
}
.btnarrow.green.arrR::after,
.btnarrow.green.arrR::before {
	border-right: 6px solid #3bc616;
}
.btnarrow.red {
	color: #e5cdb2;
	background: #dc1616;
	margin-left: 14px;
}
.btnarrow.red::after {
	z-index: 2;
	border-left-color: #dc1616;
}
.btnarrow.red.arrR::after,
.btnarrow.red.arrR::before {
	border-right: 6px solid #dc1616;
}

#header,
#section,
#footer {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
#header {
	height: 123px;
	background-color: #392f2b;
	background: url(../_images/header-bg1.png) top left repeat-x;
}
#footer {
	position: relative;
	top: 0;
}
#footer .nav {
	display: inline-block;
	width: 100%;
	background-color: #48413d;
}
#footer .nav ul {
	font-size: 0.7em;
	line-height: 1.2em;
	margin: 14px 0 16px 0;
	padding: 0;
	vertical-align: middle;
}
#footer .nav ul li {
	display: inline-block;
	border-right: 1px solid #5f5651;
	margin: 2px 5px 2px 0;
	padding: 0 8px 0 0;
}
#footer .nav ul li:last-child {
	border: 0 none;
}
#footer .nav ul a {
	color: #bcbcbc;
	text-decoration: none;
}
#footer .nav ul a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer #copy {
	background-color: #392e28;
}
#footer #copy .wrapper {
	width: 100%;
	max-width: 1024px;
	padding: 0 60px 0 60px;
}
#footer #copy img {
	margin: 18px 0 13px 0;
}
#footer #copy span {
	display: inline-block;
	float: right;
	color: #696969;
	font-size: 0.6em;
	margin: 22px 0 10px 0;
}
#footer #copy span strong {
	color: #828282;
}

#footer #infoslegales_footer {
	background-color: #392e28;
	color: #bcbcbc;
	text-align: justify;
	font-size: 10px;
	font-family: Arial,sans-serif;
	line-height: 11px;
}
#footer #infoslegales_footer .wrapper {
	padding: 2px;
}
#footer #infoslegales_footer a {
	color: #bcbcbc;
}
#footer #infoslegales_footer a:hover {
	text-decoration: none;
}
