@import "commun.css";
/* New Form */
.lib_ie { display:none;}
.l_form {
	margin-bottom:5px;
}
.l_form_lib {
	float:left;
	width:161px;
	margin-right:3px;
	line-height:24px;
}
.l_form_requis {
	float:left;
	width:24px;
	margin-right:3px;
}
.l_form_champ {
	float:left;
	width:300px;
	margin-right:3px;
}
.l_form_champ_checkbox {
	width:20px;
	margin-right:3px;
	margin-left:10px;
}

.l_form_champ_resize {
	float:left;
	margin-right:3px;
	width:40%;
}

.l_form_champ_resizesmall {
	float:left;
	margin-right:3px;
	width:50%;/*400px*/
}

.l_form_champ_resizesultrasmall {
	float:left;
	margin-right:3px;
	width:300px;
}

.l_form_champ_password {
	float:left;
	margin-right:3px;
	width:370px;
}

.l_form_aide,
.l_form_res  {
	float:left;
	width:24px;
}
#form_formcaptcha img {width:100%;}
/* Input width */
select.max_width {width:300px; height:27px;}
.full_width {width:100%; height:27px;}
/* 
	STYLE MESSAGE FORMULAIRE
	----------------------
*/
a.msg_aide, a.msg_erreur, a.msg_succes, a.info_bulle {
	display:block;
	width:24px;
	height:24px;
	position:relative;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	cursor:pointer;
}
a.msg_aide:hover, a.msg_erreur:hover, a.msg_succes:hover, a.info_bulle:hover {
	text-decoration:none;
}
a.msg_aide {background-image:url('../img/aide.png');}
a.msg_erreur {background-image:url('../img/echec_form.png');}
a.msg_succes {background-image:url('../img/succes_form.png');}
a.info_bulle {
	width:24px;
	height:24px;
}
a.msg_aide span, a.msg_erreur span, a.msg_succes span, a.info_bulle span, div.msg_aide, div.aide_popup {
	display:none;
	width:auto;
	padding:5px;
	z-index:5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
    border-radius: 2px;
}
a.msg_aide span, div.msg_aide, div.aide_popup {
	color:#000;
	border:1px solid #ECB37B;
	background-color:#f5efe5;/*blanc cassé*/
}
a.msg_erreur span {
	color:#C00;
	border:1px solid #C00;
	background-color:#FCC;
}
a.msg_succes span {
	color:#0C0;
	border:1px solid #0C0;
	background-color:#CFC;
}
a.msg_erreur:hover, a.msg_succes:hover {
	display:block;
	width:100%;
}
a.msg_aide:hover span, a.msg_erreur:hover span, a.msg_succes:hover span, a.info_bulle:hover span {
	display:block;
	position:absolute;
	top:0px;
	left:-150px;
	width:auto;
	cursor:default;
	text-decoration:none;
}
a.info_bulle:hover span {
	top:0px;
	left:0px;
}
a.msg_requis { background-image:url('../img/obligatoire_front.png');}
a.msg_requis:hover span {
	border:1px solid #3333CC;
	background-color:#CCCCFF;
	color:#000;
}
div.msg_aide, div.aide_popup {
	position:relative;
	z-index:6;
}
div.aide_popup {
	position:fixed;
	left:50%;
	top:50%;
}
/***************/
.width_100 {width:100px;}
.width_320 .record, .bloc_width_320 {
	width:320px;
}
.width_500 .record {
	width:496px;
}
.width_500 .disp_bloc_promo {
	width:auto;
}
.width_500 .width_auto, .width_500 select.record {
	width:500px;
}
.element_left * {
	float:left;
}
.element_right * {
	float:right;
}
a.symb_aide {
	text-decoration:none;
	cursor:default;
	font-weight:bold;
	color:#000;
}
/*
.l_form_err {
	background-color:#F9E3E3;
}
*/
.l_form_mini .l_form_lib {
	width:80px;
}
.l_form_mini .l_form_champ {
	width:180px;
}
/*
	RESET
*/
input[type="tel"], 
input[type="tel"]:focus, 
input[type="email"], 
input[type="email"]:focus, 
input[type="text"], 
input[type="text"]:focus, 
input[type="password"], 
input[type="password"]:focus, 
input[type="number"], 
input[type="number"]:focus, 
textarea, textarea:focus,
select,
textarea  {
	width:100%;
	margin:5px 0;
	min-height:45px;
	padding-left:20px;
	border:1px solid #cdcdcd;
	font-size:17px;
	font-family: 'Montserrat', sans-serif;
    outline: none;
    box-shadow: none;
    border-radius: 0;
	appearance: none;
    -webkit-appearance: none;
}
fieldset {
	width:100%;
	margin:5px 0;
	min-height:45px;
	padding-left:20px;
	border:1px solid #cdcdcd;
	font-size:17px;
	font-family: 'Montserrat', sans-serif;
  
}
textarea { padding-top:17px;}
input[type='checkbox'] {
	width: 20px;
    margin: 0;
    height: 20px;
    min-height: 10px;
    border: 1px solid #cdcdcd;
    padding: 0;
}
.l_form_mob .l_form_champ {
	float:left;
	width:93%;
	margin-right:3px;
}
@media screen and (max-width: 1024px) {
	.l_form_mob .l_form_champ {
		width:80%; 
		width: calc( 100% - 24px )!important;
		margin:0;
		padding:0;
	}
	.stylepopup .l_form_mob .l_form_champ { width:80%;}
	input,
	select,
	fieldset,
	textarea {
		font-size:15px;
	}
}
@media screen and (max-width: 600px) {
	input,
	select,
	fieldset,
	textarea {
		font-size:12px!important;
	}
}
/* inscription nl lors de créa de compte */
fieldset.w80 label {width:80%;}
/**/
.l_form_err div.l_form_champ input,
.l_form_err div.l_form_champ select,
.l_form_err div.l_form_champ textarea { border:1px solid #ee314b;}
/* BTN */
.btn {
	display: inline-block;
	padding:9px 30px;
	text-transform: uppercase;
	font-size:16px;
	color:#fff!important;
	background-color:#4a7853;
	font-weight:400;
	-webkit-transition: 0.2s all ease-in;
	-ms-transition: 0.2s all ease-in;
	-moz-transition: 0.2s all ease-in;
	transition: 0.2s all ease-in;
	border:2px solid transparent;
}
.btn:hover,
.btn:active, 
.btn:focus,
.btn.bkgreen1:hover {
	color:#4a7853!important;
	border:2px solid #4a7853!important;
	background-color: #fff!important;
}
.btn.bkgreen2:hover {
	color:#7cc576!important;
	border:2px solid #7cc576!important;
	background-color: #fff!important;
}
.btn.bkgreen3:hover {
	color:#acd373!important;
	border:2px solid #acd373!important;
	background-color: #fff!important;
}
.btn.bkred3:hover {
	color:#871f21!important;
	border:2px solid #871f21!important;
	background-color: #fff!important;
}
.btn.bkbrown:hover {
	color:#665a44!important;
	border:2px solid #665a44!important;
	background-color: #fff!important;
}
.btn.big {
	padding:20px 40px;
	font-size:21px;
}
.btn.marg {
	margin:10px 15px;
}
.btn.bkyellow {background-color:#fdfed4!important;} 
.btn.bkwhite {	
	background-color:transparent;
	color:#58595a!important;
} 
.btn.bkwhite:hover {	
	background-color:transparent;
	color:#58595a!important;
	text-decoration:underline;
} 
.btn.green1 {
	background-color:transparent;
	color:#4a7853!important;
}
.btn.green1:hover {	text-decoration:underline;}
.btn.black {
	background-color:transparent;
	color:#58595a!important;
}
.btn.black:hover {
	text-decoration:underline;
	background-color:transparent!important;
}
.btnborder {
	display: inline-block;
	padding:5px 10px;
	border:1px solid #cdcdcd!important;
	color:#000!important;
	background-color:#fff;
}
.btnborder:hover { 
	background-color: #cdcdcd!important;
}
.btnborder.green3:hover { 
	color:#4a7853!important;
	border-color:#4a7853!important;
}
.btnunder {
	font-weight:500;
}
.btnunder span {
	font-weight: 600;
	text-decoration: underline;
}
.smallbtn {
	padding:7px 18px;
	font-size:15px;
	color:#fff!important;
	display: inline-block;
}
@media screen and (max-width:1024px) {
	.btn { font-size:13px;}
	.btn.big { padding:15px 25px;}
}
@media screen and (max-width: 600px) {
	.btn {font-size:13px;}
	.btn.big {
		padding:10px 20px;
		font-size:16px;
	}
}
/* Gestion page club */
.body37 .l_form_champ { width:500px;}
.body37 select.max_width { width:100%;}
a.brw_btn_open {
	height:30px;
	line-height:30px;
	margin:10px 0px;
	padding:0;
	text-indent:40px;
	color:#f18e00 !important;
	background-image:url('../img/upload.png');
}