@charset "utf-8";

/* ----------------------------- */
/* == fonts                      */
/* ----------------------------- */

/* ----------------------------- */
/* == soft reset                 */
/* ----------------------------- */

html,
body,
textarea,
figure,
label,
ul,
ol {
	margin: 0;
	padding: 0;
}
ul,
ol {
	list-style: none;
}
code,
pre,
samp,
kbd {
	font-family: consolas, 'DejaVu Sans Mono', courier, monospace;
	line-height: 1.3;
	white-space: pre-wrap;
}
code, kbd, mark {
	border-radius: 2px;
}
i,
b {
	font-style: normal;
	font-weight: normal;
}
u,
.u {
	text-decoration: underline;
}
kbd {
	border: 1px solid #999;
	padding: 0 2px;
}
code {
	background: rgba(0,0,0,.05);
	color: #B11;
	padding: 2px 5px;
}
.ie8 code {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D000000,endColorstr=#0D000000);
}

mark {
	background: #FF0;
	padding: 2px 5px;
}
sup,
sub {
	position: relative;
	vertical-align: 0;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* ----------------------------- */
/* == base                       */
/* ----------------------------- */

html {
	background: #FFF;
	height: 100%;
	/*min-height: 100%;*/
}
.ie8 html {
	word-wrap: break-word;
}

body {
	font-family: 'Comfortaa', sans-serif;
	font-weight: 400;
	line-height: 1.3;
	min-height: 100%;
	/*min-width: 980px;*/
	position: relative;
}

body,
.normal {
	font-size: 17px;
}

body,
a[href^=tel] {
	color: #333;
}

a[href^=tel]:hover {
	color: inherit;
}

.bgcolor ::-moz-selection {
	background: #FFF;
	color: #900;
}
/*::-moz-selection,
.bgcolor2 ::-moz-selection {
}*/
.bgcolor ::selection {
	background: #FFF;
	color: #900;
}
/*::selection,
.bgcolor2 ::selection {
}*/

.grid {
	max-width: 984px;
	padding-left: 12px;
	padding-right: 12px;
	position: relative;
	/*width: 980px;*/
}

a,
.a-like/*,
a > **/ {
	color: #900;
	outline: none;
	text-decoration: none;
	-webkit-transition: background-color 0.5s, color 0.5s;
			transition: background-color 0.5s, color 0.5s;
}
a:hover {
	color: #333;
	outline: none;
	text-decoration: none;
}
/*a:link,
a:active,
a:visited {
}*/

a:hover {
	cursor: pointer;
	text-decoration: none;
}

/* font-sizing for content */
/* preserves vertical-rythm (http://soqr.fr/vertical-rhythm/) */
p,
dl,
blockquote,
pre,
td,
th,
caption,
details {
	margin: 12px 0 0 0;
}
h1, .h1-like {
	color: #900;
	display: block;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	margin: 0 0 12px 0;
}
h2, .h2-like {
	color: #900;
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	margin: 0 auto;
/*	text-align: center;*/
}
h3, .h3-like {
	color: #900;
	display: block;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 0 0;
}
h4, .h4-like {
	color: #900;
	display: block;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	margin: 12px 0 0 0;
}
h5, .h5-like {
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
}
h6, .h6-like {
	display: block;
	font-size: 10px;
	font-weight: 400;
	margin: 0;
}

/* alternate font-sizing */
.smaller {
	font-size: 10px;
}
.small {
	font-size: 12px;
}
.big {
	font-size: 16px;
}
.bigger {
	font-size: 20px;
}
.biggest {
	font-size: 27px;
}

/* --- margin ------------------- */
/* ------------------------------ */

/* --- avoid top margins */
.first,
li ul,
li ol,
p:first-child {
	margin-top: 0;
}

/* --- avoid bottom margins */
li ul,
li ol {
	margin-bottom: 0;
}

/* --- margin: 0 */
.mt0 {
	margin-top: 0;
}
.mr0 {
	margin-right: 0;
}
.mb0,
div.success.mb0,
div.error.mb0 {
	margin-bottom: 0;
}
.mt0 {
	margin-top: 0;
}

/* --- margin: 6px */
.mt6 {
	margin-top: 6px;
}
.mr6 {
	margin-right: 6px;
}
.mb6 {
	margin-bottom: 6px;
}
.ml6 {
	margin-left: 6px;
}

/* --- margin: 12px */
.mt12 {
	margin-top: 12px;
}
.mr12 {
	margin-right: 12px;
}
.mb12 {
	margin-bottom: 12px;
}
.ml12 {
	margin-left: 12px;
}

/* --- margin: 18px */
.mt18 {
	margin-top: 18px;
}
.mr18 {
	margin-right: 18px;
}
.mb18 {
	margin-bottom: 18px;
}
.ml18 {
	margin-left: 18px;
}

/* --- margin: 24px */
.mt24 {
	margin-top: 24px;
}
.mr24 {
	margin-right: 24px;
}
.mb24 {
	margin-bottom: 24px;
}
.ml24 {
	margin-left: 24px;
}

/* --- margin: 48px */
.mt48 {
	margin-top: 48px;
}
.mr48 {
	margin-right: 48px;
}
.mb48 {
	margin-bottom: 48px;
}
.ml48 {
	margin-left: 48px;
}

/* --- padding ------------------ */
/* ------------------------------ */

/* --- padding: 0 */
.p0 {
	padding: 0;
}
.pt0, .form-horizontal .control-label.pt0 {
	padding-top: 0;
}
.pr0 {
	padding-right: 0;
}
.pb0 {
	padding-bottom: 0;
}
.pl0 {
	padding-left: 0;
}

/* --- padding: 6px */
.p6 {
	padding: 6px;
}
.pt6 {
	padding-top: 6px;
}
.pr6 {
	padding-right: 6px;
}
.pb6 {
	padding-bottom: 6px;
}
.pl6 {
	padding-left: 6px;
}

/* --- padding: 12px */
.p12 {
	padding: 12px;
}
.pt12 {
	padding-top: 12px;
}
.pr12 {
	padding-right: 12px;
}
.pb12 {
	padding-bottom: 12px;
}
.pl12 {
	padding-left: 12px;
}

/* --- padding: 18px */
.p18 {
	padding: 18px;
}
.pt18 {
	padding-top: 18px;
}
.pr18 {
	padding-right: 18px;
}
.pb18 {
	padding-bottom: 18px;
}
.pl18 {
	padding-left: 18px;
}

/* --- padding: 24px */
.p24 {
	padding: 24px;
}
.pt24 {
	padding-top: 24px;
}
.pr24 {
	padding-right: 24px;
}
.pb24 {
	padding-bottom: 24px;
}
.pl24 {
	padding-left: 24px;
}

/* --- padding: 48px */
.p48 {
	padding: 48px;
}
.pt48 {
	padding-top: 48px;
}
.pr48 {
	padding-right: 48px;
}
.pb48 {
	padding-bottom: 48px;
}
.pl48 {
	padding-left: 48px;
}

/* --- display ------------------ */
/* ------------------------------ */

/* --- display: none */
.none {
	display: none;
	visibility: visible;
}

/* --- display: block */
.blck {
	display: block;
	visibility: visible;
}

/* --- display: inline */
.inl {
	display: inline;
}

/* --- display: inline-block */
.inbl {
	display: inline-block;
	vertical-align: top;
}

/* --- display: table */
.tbl {
	display: table;
}
div.tbl {
	width: 100%;
}

/* --- display: table-cell */
.tblcell {
	display: table-cell;
}

/* --- display: flex */
.flex {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.no-flexbox .flex {
	display: block;
}
.flex > * {
	-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
			flex: 1;
	-webkit-flex-grow: 1;
			flex-grow: 1;
	/*width: 100%;*/
}
.no-flexbox .flex > * {
	float: left;
}

/* --- position ----------------- */
/* ------------------------------ */

/* --- position: relative */
.relative {
	position: relative;
}

/* position: absolute */
.absolute {
	position: absolute;
}

/* hiding content */
.visually-hidden {
	left: -7000px;
	overflow: hidden;
	position: absolute;
}
[dir=rtl] .visually-hidden {
	left: auto;
	right: -7000px;
}

/* hidden on desktop */
.desktop-hidden {
	display: none;
}

/* min-height: 100% */
.mhcpc {
	min-height: 100%;
}

/* height: 100% */
.hcpc {
	height: 100%;
}

/* height: 100vh */
.hcvh {
	height: 100vh;
}

/* width: 25% */
.w25 {
	width: 25%;
}

/* width: 33.333333% */
.w33 {
	width: 33.333333%;
}

/* width: 50% */
.w50 {
	width: 50%;
}

/* width: 67.666667% */
.w67 {
	width: 66.666667%;
}

/* width: 75% */
.w75 {
	width: 75%;
}

/* width: 100% */
.wcpc {
	width: 100%;
}

/* width: auto */
.auto {
	width: auto;
}

/* text-transform: lowercase */
.low {
	text-transform: lowercase;
}

/* text-transform: uppercase */
.upp {
	text-transform: uppercase;
}

/* text-transform: uppercase only on first-letter */
.fl:first-letter {
	text-transform: uppercase;
}

/* word-wrap: break-word */
.wwbw {
	word-wrap: break-word;
}

/* max values */
img, table, td, blockquote, code, pre, textarea, input, video {
	/*max-height: 100%;*/
	max-width: 100%;
}

/* image */
img {
	height: auto;
	vertical-align: middle;
}

/* table */
table {
	border-spacing: 0;
	width: 100%;
}
table tr th {
	font-weight: 700;
	padding: 1px 0;
	/*text-align: left;*/
	vertical-align: top;
}
table tr td {
	padding: 0;
	vertical-align: top;
}

/* gmap3 max-width bug fix on images */
.gmnoscreen img,
.gmnoprint img {
	max-width: none !important;
}

a img {
	border: 0;
	display: block;
}

/* scripts */
body > script {
	display: none !important;
}

/* skip-links */
.skip-links {
	position: absolute;
}
.skip-links a {
	background: #000;
	color: #FFF;
	left: -7000px;
	padding: 5px;
	position: absolute;
	text-decoration: none;
}
.skip-links a:focus {
	position: static;
}

/* ----------------------------- */
/* == layout and modules         */
/* ----------------------------- */

/* switching box model for all elements */
* {
	   -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

/* float layout */
.mod { 
	overflow: hidden;
}

/* blocks that needs to be placed under floats */
.clear,
.line/*,
.row*/ {
	clear: both;
}

/* blocks that must contain floats */
.clearfix:after,
.line:after,
.mod:after {
	clear: both;
	content: "";
	display: table;
}

/* table layout */
/*.row {
	display: table-row;
	table-layout: fixed;
	width: 100%;
}*/
/*.row > *,*/
.col {
	display: table-cell;
	padding: 40px;
	vertical-align: top;
}

/* nowrap */
.nowrap {
	white-space: nowrap;
}

/* text-overflow : ellipsis */
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* --- alignments --------------- */
/* ------------------------------ */

/* --- left */
.left {
	float: left;
}
.pleft {
	left: 0;
}

.txtleft {
	text-align: left;
}

/* --- center */
.center {
	margin-left: auto;
	margin-right: auto;
}

.txtcenter {
	text-align: center;
}

/* --- right */
.right {
	float: right;
}
.pright {
	right: 0;
}

.txtright {
	text-align: right;
}

/* --- top */
.top {
	vertical-align: top;
}
.ptop {
	top: 0;
}

/* --- middle */
.middle {
	vertical-align: middle;
}

/* --- bottom */
.bottom {
	vertical-align: bottom;
}
.pbottom {
	bottom: 0;
}

/* ----------------------------- */
/* == forms                      */
/* ----------------------------- */

form,
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
input,
button,
select,
label,
.btnn {
	background-image: none;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: normal;
	vertical-align: middle; /* @bugfix alignment */
}

input {
	background-color: #FFFFFF;
	border: 1px #d9d9d9 solid;
	border-radius: 0;
	color: #333;
	height: 36px;
	margin: 0;
	padding: 1px 8px 0 8px;
	/*-webkit-appearance: none;*/
	width: 100%;
}
.ie8 input {
	padding-top: 8px;
}
input[type=text],
input[type=password],
input[type=number] {
	-webkit-appearance: none;
}
input[type=checkbox],
input[type=radio] {
	background-color: inherit;
    border: 0;
	float: left;
	height: auto;
	margin: 1px 5px 0 20px;
	padding: 0;
    text-align: center;
    /*-webkit-appearance: none;*/
	width: auto;
}
input[type=radio] {
	border-radius: 15px;
	margin: 0;
}
input[type=checkbox].first,
input[type=radio].first {
	margin-left: 0;
}
input[type=checkbox]:checked {
    background-color: #900;
}
input[type=file] {
	height: auto;
	line-height: 25px; /* mobile */
	padding: 5px 7px 5px 5px;
}
input[type="submit"] {
	   -moz-appearance: none;
	-webkit-appearance: none;
			appearance: none;
}
/*input.readonly {   
}*/
input.txt {
	background-color: transparent;
	border: 0;
	color: #CCC;
	height: auto;
	margin-top: 7px;
	padding: 0;
	-webkit-transition: background-color 0.5s, color 0.5s;
			transition: background-color 0.5s, color 0.5s;
	width: auto;
}
input.txt:hover {
	color: #FFF;
	cursor: pointer;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
.btnn {
	background-color: #861d10;
	color: inherit;
	cursor: auto;
	display: inline-block;
	font-weight: 400;
	padding: 14px 17px;
	text-align: center;
	color:#fff;
	border-radius:4px;
	/*text-transform: uppercase;*/
	-webkit-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
			transition: background-color 0.5s, border-color 0.5s, color 0.5s;
    	  -ms-user-select: none;
    	 -moz-user-select: none;
       -khtml-user-select: none;
      -webkit-user-select: none;
	-webkit-touch-callout: none;
			  user-select: none;
}
.btnn.oiseau{ background-image:url('../images/icon-oiseau.png'); background-position:5px center; background-repeat:no-repeat; padding-left:62px; }
.btnn.oiseau:hover{ color:#fff; }
.btn.current {
	background-color: #333;
}
div.btn {
	display: block;
	text-align: left;
	text-transform: none;
}
a.blank.btn {
	text-transform: none;
}
button:not(.center) { /* mobile */
	margin-left: 0;
	margin-right: 0;
}
button:hover,
a.btn:hover,
a:hover span.btn,
input.btn:hover {
	border-color: #333;
	cursor: pointer;
}

/*button,
button.btn {
	padding-top: 6px;
}*/

button,
input.btn {
	width: auto;
}
a.btn.tbl {
	display: table;
	width: inherit;
}

select {
	background-color: #FFF;
	border: 1px #CCC solid;
	margin: 0;
	padding: 5px 8px 5px 8px;
	-webkit-appearance: none;
	width: 100%;
}

label {
	display: block;
	margin-bottom: 10px;
}
/*label.none {
}
label.checkbox,
label.radio {
	float: left;
	margin-top: 3px;
}*/

textarea {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px #d9d9d9 solid;
	border-radius: 0;
	color: #333;
	display: block;
	font-family: inherit;
	font-size: inherit;
	height: 130px;
	margin: 0;
	padding: 5px 8px 3px 8px;
	resize: vertical;
	-webkit-appearance: none;
	width: 100%;
}
.ie8 textarea {
	padding-top: 8px;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	textarea {
		padding-top: 8px;
	}
}*/

form input:focus,
form textarea:focus {
	/*background-color: #FFF;*/
	border-color: #900;
}

/*::-webkit-input-placeholder { 
	font-style: italic;
}
:-moz-placeholder { 
	font-style: italic;
}
::-moz-placeholder {
	font-style: italic;
}
:-ms-input-placeholder { 
	font-style: italic;
}
::-ms-input-placeholder {
	font-style: italic;
}
:placeholder-shown {
	font-style: italic;
}*/

/* ----------------------------- */
/* == iefix                      */
/* ----------------------------- */

/* hasLayout for IE7 */
.ie7 .clearfix,
.ie7 .line,
.ie7 .mod,
.ie7 .row,
.ie7 .col {
	zoom: 1;
}

/* inline-block and table-cell for IE7 */
/* warning: .col needs a width on IE7 */
.ie7 .btn,
.ie7 .col,
.ie7 .inbl {
	display: inline;
	zoom: 1;
}
.ie8 img {
	width: auto; /* @bugfix for IE8 */
}

/* ----------------------------- */
/* == print                      */
/* ----------------------------- */

/* quick print reset */
@media print {
	p,
	blockquote {
		orphans: 2;
		widows: 2;
	}
	blockquote,
	ul,
	ol {
		page-break-inside: avoid;
	}
	h1,
	h2,
	h3,
	caption {
		page-break-after: avoid;
	}
}

/* iOS font-size fix */
@media (max-device-width: 768px) {
	html,
	body {
			-ms-text-size-adjust: 100%;
  		-webkit-text-size-adjust: 100%;
	}
}

/* ----------------------------- */
/* == basic                      */
/* ----------------------------- */

.noscript {
	background-color: #FFF;
	border-bottom: 2px #F00 solid;
	display: block;
	left: 0;
	padding: 8px 20px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 102;
} 
.hide {
	display: none;
	visibility: visible;
}
.show {
	display: block;
	visibility: visible;
}
.hide_on_print {
	display: block;
	visibility: visible;
}
.show_on_print {
	display: none;
	visibility: hidden;
}
.mail-block {
	display: none;
}

/* print */
@media print {
	.show_on_print {
		display: block;
		visibility: visible;
	}
	.hide_on_print {
		display: none;
		visibility: hidden;
	}
}

/* debug */
.debug {
	background-color: #EFEFEF;
	border: 1px #FFF solid;
	color: #000;
	display: block;
	filter: alpha(opacity=50);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 700;
	-moz-opacity: 0.5;
		 opacity: 0.5;
	padding: 2px 5px;
	position: absolute;
	z-index: 100;
}
.debug span.dbg_tit {
	background-color: #666;
	color: #FFF;
	padding: 0 3px;
}
.debug div.dbg_content {
	background-color: #FFF;
	color: #000;
	display: none;
	padding: 2px;
}
.debug div.dbg_head {
	background-color: #036FA3;
	color: #FFF;
}
.debug code {
	white-space: normal;
}
.debug:hover {
	background: #333;
	color: #FFF;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
		 opacity: 1;
}
.debug:hover div.dbg_content {
	display: block;
}
.debug:hover div.dbg_head {
	display: block;
}
.debug *:selected {
	background-color: #F00;
}
.debug table tr th {
	background-color: #666;
	color: #FFF;
}
.debug table tr:hover td {
	background-color: #666;
	color: #FFF;
}
.debug table tr:hover td td {
	background-color: #FFF;
	color: #000;
}
.debug table tr:hover td tr:hover td {
	background-color: #666;
	color: #FFF;
}
.debug table tr:hover td tr:hover td td {
	background-color: #FFF;
	color: #000;
}
.debug table tr:hover td td tr:hover td {
	background-color: #666;
	color: #FFF;
}
.debug_error {
	border: 1px #900 solid;
	display: block;
	font-size: 10px;
	margin: 5px 0;
	position: relative;
}
.debug_error:hover {
	background-color: #FFF;
	color: #000;
}

/* ----------------------------- */
/* == own stylesheet             */
/* ----------------------------- */

del {
	font-size: 75%;
	text-decoration: none;
}

hr {
	background-color: #DE1824;
	border: 0;
	height: 2px;
	width: 75%;	
}
hr.light {
	height: 1px;
	width: 25%;	
}

em,
.em {
	font-style: italic;
}
strong,
.strg {
	font-weight: 700 !important;
}

.color {
	color: #900;
}
.color2 {
	color: #72A420;
}
.color3 {
	color: #DDDA00;
}

.bgcolor {
	background-color: #FFF;
}
/*.bgcolor2 {
}*/

/* erreurs 401, 403, 404 et 500 */
div.erreur {
	padding-bottom: 180px;
	text-align: center;
}
div.erreur h1 {
	padding-right: 0;
}
div.erreur h2 {
	background-image: none;
	color: #333;
	height:	auto;
	font-size: 18px;
	margin-bottom: 24px;
	padding-top: 0;
}
/*div.erreur h2 br {
	display: none;
}*/

/* --- list -------------------- */
/* ----------------------------- */

/* --- square */
ul.square {
	margin-left: 2px;
}
ul.square li {
	list-style-position: inside;
	list-style-type: square;
}
ul.square li ul {
	margin-left: 13px;
}

/* --- decimal */
ul.decimal li {
    list-style-position: inside;
    list-style-type: decimal;
}
ul.decimal li ul {
	margin-left: 15px;
}

/* --- nolinkcolor */
ul.nolinkcolor li a {
	color: #333;
}
ul.nolinkcolor li a:hover {
	color: #900;
}

/* --- list */
/*ul.list {
}
ul.list li {
}*/

/* --- table ------------------- */
/* ----------------------------- */

/*table tr .compensation {
	padding-bottom: 20px;
}*/

/* --- table border-spacing compensation */
/*.dcl {
	margin-left: 2px;
	margin-right: 2px;
}*/

/* header */
header nav ul > li a{ font-size:20px; color:#2C7938; }
header nav ul{ display:table; width:100%; }
header nav > ul.flex > li{-webkit-flex-basis:auto;-ms-flex-basis:auto;flex-basis:auto;text-align:right;}
header > .center > .clearfix{ padding:17px 0; }
header nav{ margin-top: 111px; }
header .btnn.oiseau{ position:absolute; top:50px; right:12px; }
header .languages > ul li { display:inline-block; padding:7px; }
header .btnn.oiseau:hover{ text-decoration:none; }
.master-slider .ms-layer.layer-1{ font-size:35px; color:rgb(255, 255, 255); text-shadow:3px 3px 0px rgb(0, 0, 0); }
header > .center > .clearfix > a{ display:block; float:left; }

/* footer */
footer{ background-color:#eaeaea; padding:10px 0; }
footer a{ color:#000; }
footer div.inbl.right > ul{ margin-top:30px; }
/* --- form -------------------- */
/* ----------------------------- */

form .required {
	color: #333;
}
form ul {
	width: 100%;
}
form ul li {
	float: left;
	margin-bottom: 12px;
	padding-right: 6px;
	width: 50%;
}
form ul li.legend {
	margin-bottom: 6px;
	width: 100%;
}
form ul li.li-2,
form ul li.li-4,
form ul li.li-6,
form ul li.li-8,
form ul li.li-10,
form ul li.li-12 {
	float: right;
	padding-left: 6px;
	padding-right: 0;
}
form ul li.wcpc {
	padding-left: 0;
	padding-right: 0;
}

/* --- captcha */
form ul#captcha {
	width: 100%;
}
form ul#captcha li.label {
	float: none;
	margin-bottom: 0;
	padding-right: 0;
	width: 100%;
}
form ul#captcha li.label label {
	margin-bottom: 6px;
}
form ul#captcha li.code {
	float: none;
	overflow: hidden;
	position: relative;
	width: auto;
}
form ul#captcha li.crypt {
	float: right;
	margin-bottom: 24px;
	padding-left: 6px;
	padding-right: 0;
	width: 172px;
}
form ul#captcha li.crypt a.reload {
	display: block;
	float: left;
	margin: 3px 12px 3px 0;
}
.ie8 form ul#captcha li.crypt a.reload img {
	max-width: inherit;
}
form ul#captcha li.crypt a.reload img:hover {
	transform: rotate(-360deg);
	-webkit-transition-duration: 0.5s;
			transition-duration: 0.5s;
}
form ul#captcha li.crypt img#cryptogram {
	float: left;
}

/* --- messages (success - error) */
form label.error {
	color: #F00;
	font-size: 12px;
	font-style: italic;
	margin: 7px 0 0 0;
}
form ul#captcha li label.error {
	margin-bottom: 0;
}

div#required {
	font-style: italic;
}
/*div#resultat em {
}*/

.error,
.success {
	border-style: solid;
}
div.error,
div.success {
	border-width: 2px;
	margin-bottom: 12px;
	padding: 6px;
	text-align: center;
}
select.error,
select.success {
	border-color: #F00;
	border-width: 1px;
	padding: 7px 5px 7px 4px;
}
/*textarea.error,
textarea.success {
	padding: 14px 8px 13px 8px;
}*/
.error,
.error:focus {
	background-color: #FCE9E9;
	border-color: #F00;
	color: #8A1F11;
}
.success,
.success:focus {
	background-color: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}

/* --- miscellaneous ----------- */
/* ----------------------------- */
.bg-cover{ width:100%; height:309px; background:url('../images/bg-cover.jpg') no-repeat center center/cover transparent; }
.idp17 h2{ color:#871F12; font-size:15px; text-align:left; }
.idp17 .form-group > label.control-label{ font-weight:normal; font-size:15px; }
.idp17 #map-api, .idp18 #map-api{ width:100%; height:350px; margin-top:20px; }
.idp18 #map-api{ height: 270px; margin-top: 32px; }
.idp18 textarea{ height: 270px; }
.ft20{ font-size:20px; }
.ft15{ font-size:15px; }
.ft12{ font-size:12px; }
.form-group input, [data-toggle] > label.btn{ font-size:13px; }
[data-toggle] > label.btn{ padding: 5px 9px; }
.idp17 button[type="submit"]{ border:none; padding:9px 37px; }
.selectize-control .nom_latin{ font-size:12px; font-style:italic; color:#747474; }
.idp17 button[type=submit]{ height:40px; position:relative; display:block; width:140px; max-width:100%; }
.idp17 .jconfirm-box .content{ font-size:14px; }
.jconfirm-noscroll{ overflow:hidden; }
.green-bloc{ background-color:#46ae4b; border-radius:4px; }
.white{ color:white; }
.btn.btn-white{ background-color:#fff; font-size:17px; color:#46ae4b; padding:8px 16px;}
.pp30{ padding:30px; }
.pp2{ padding:10px 20px; }
.w-324{ width:324px; }
.left-bottom{ left:30px; bottom:30px; }
.green-bloc .w-324{ padding-bottom:80px; }
.ml30{ margin-left:30px; }
.mt35{ margin-top:35px; }
.border-left-red{ border-left:4px solid #95392E; }
.red{ color:#95392E; }

.actus{ padding-bottom:15px; }
.actus .actualite{ background-color:#eaeaea; position: relative; padding:8px; border-left:2px solid #2C7938; margin-bottom:15px; }
.actus .actualite img{ margin:0 15px 0 0; }
.actus .actualite .texte{ margin-top: 15px; }
.actus .actualite .texte p{ margin:0; }
.actus .actualite:before, .actus .actualite:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 10px 5px rgba(0,0,0, .5);
  -moz-box-shadow: 0 10px 5px rgba(0, 0, 0, .5);
  box-shadow: 0 10px 5px rgba(0, 0, 0, .5);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.actus .actualite:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.actus .actualite.last{ margin-bottom:0; }
.actus .actualite > strong{ color:#7D151D; }
.actus .actualite > p{ margin-top:15px; line-height:23px; }
.actus .actualite .date{ background-color:rgba(0,0,0,.1); display:inline-block; border-radius:3px; padding:1px 3px; }
/* footer{ position: absolute; width: 100%; bottom: 0px; }
body{ padding-bottom: 157px; } */
#resultat em{ text-align:left; font-size:14px;}
.idp9 form button, .idp18 form button{ border:none; padding: 11px 39px; }
section p > i { font-style:italic; }
.idp18 form ul li.wcpc{ width:50%;padding-right: 6px; }

@media only screen and (min-width: 768px) { header nav{ height: auto !important; } .mobile_btn{display: none;} }

@media only screen and (max-width: 960px) {
	.green-bloc .w-324{ float:none; width: 100%; padding-bottom: 15px; }
	.idp17 .col-md-4.txtright{ text-align: left; }
	.idp17 .col-md-6 > h2, .idp17 .container .col-xs-12{ text-align: center; }
	.idp17 .container{ width:100%; max-width:960px; }
	.idp17 .container .col-xs-12 img{display: inline-block;}
}

@media only screen and (max-width: 768px) {
	.ms-container, .ms-view, .ms-slide, .ms-mask-frame { min-height: 440px !important; }
	header nav.mod{ margin-top:0; width: 100%; }
	header nav > ul.flex > li{ text-align: left; }
	header nav > ul.flex, header nav > ul.flex > li a{display: block;}
	header nav > ul.flex > li{ flex:none; }
	header nav > ul.flex > li a{ padding: 10px 0; }
	header nav {height: 0; overflow: hidden; }
	.mobile_btn { background:#861d10;position:absolute; top:108px; right:13px; width:53px;height:44px;display: block; margin-left:0px;vertical-align: middle; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer;text-decoration:none;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);}
	.mobile_btn .slicknav_icon-bar {display: block; width: 100%; height: 4px; border-radius: 1px;background-color:#fff;}
	.mobile_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top:5px }
	.mobile_btn .slicknav_icon-bar:first-child{ margin-top:4px; }
	.mobile_btn, .mobile_btn .slicknav_icon-bar{-webkit-transition: background .35s ease-out;-moz-transition: background .35s ease-out;-ms-transition: background .35s ease-out;-o-transition: background .35s ease-out;transition: background .35s ease-out;}
	.green-bloc .w-324 + .mod{ display:none; }
	.green-bloc .w-324{ padding-bottom:65px; }
	.idp18 form .li-5.wcpc, .idp18 form .li-5.wcpc + .li-6{ float:none; width:100%; padding-left:0 !important; padding-right:0 !important; }
}

@media only screen and (max-width: 480px) {
	.ms-container, .ms-view, .ms-slide, .ms-mask-frame { min-height: 320px !important; }
	header > .center{ padding: 0; }
	header .btnn.oiseau{ top: 0; left: 0; right: 0; width: 100%; border-radius:0; }
	header .languages{ margin-top: 56px; }
	header > .center > .clearfix{ padding-top: 63px; }
	header > .center > .clearfix > a:not(.oiseau), header > .center > .clearfix > h1{ margin-left: 5px; }
	header > .center > .clearfix > h1{ margin-bottom: 0; }
	header nav > ul.flex > li a{ padding: 10px 5px; }
	header nav > ul.flex{ margin-top: 10px; }
	footer > .center > .inbl{ display: block; float: none; text-align: center;}
	footer > .center > .inbl a{ display: inline-block; }
	footer div.inbl.right > ul{ text-align: center; }
	body {padding-bottom: 298px;}
	
	form ul li {float:none;width: 100%; padding-left:0 !important; padding-right: 0 !important;}
	form ul#captcha li.code{ padding-right: 7px !important; }
}