
/*                 STYLES CSS POUR MODULE NEWSLETTER                    */
/*______________________________________________________________________*/


/*-----------------------------------------------------*/
/*GENERAL
/*-----------------------------------------------------*/
body{ margin: 0; background-color: #F2F2F2;  }

h1, h2, ul {
    margin: 0;
    padding: 0;
}

hr { 
	margin-top: 20px;
	margin-bottom: 0;
	height: 1px;
	padding: 0;
	color: #e9e9e9;
	background-color: #e9e9e9;
	border: 0;
 }

.container{
	font: .8em Arial,Verdana,Helvetica, sans-serif;
	background-color: #FFF;
	width: 600px;
	position: relative;
	color:#362C2A;
	/*margin: auto;*/
}

.important {
	font-weight: bold !important;
	color: #037d45 !important;
}

.clearfix:before,.clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; } 

/* -- Tables CSS -- */
.row {
  width: 100%;
  clear: both;
}

.row > *,
.col {
	float: left;
}

.w100 { 
	width: 100%; 
}

.w50 { 
	width: 50%; 
}

.center   {
	margin-left: auto; 
	margin-right: auto;
	width: 80%;
}

.right   {
	text-align: right;
}

/* -- Form CSS -- */

/* buttons */
.btn {
	text-align: center;
	padding: 20px 0;
}

/* forms items */
form,
fieldset {
	border: none;
}

input,
button,
select,
label,
.btn {
	font-family: inherit;
	font-size: inherit;
}

label { 
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding-bottom: 5px;
}

.block-form  {  }
.block-form > div { padding: 5px 0; }

.block-optin { text-align: center; }
.block-optin > div { padding: 20px 0 5px 0; }

.block-optin-checkbox { text-align: left; }
.block-optin-checkbox > div {  padding: 20px 0 5px 0; margin-left: 20px; }
.block-optin-checkbox input { display: inline-block; }
.block-optin-checkbox label {
	display: inline-block !important;
	vertical-align: top !important;
	width: 100%;
    max-width: 540px;
    padding-left: 5px;
	line-height: 16px;
}

.label { display: block; }
.label-void { height: 15px;}

/* COLOR */
.pink
{
	color:#FF287E;
}

.add {
	font-family: inherit;
	font-size: inherit;
	border: none;
	background: none;
	text-decoration: underline;
	color:#FF287E;
	vertical-align: middle;
	cursor: pointer;
}

.add img {
	vertical-align: middle;
}

.field-large{
	width: 224px;
}
.field-medium{
	width: 82px;
	text-align: center;
}
.field-small{
	width: 45px;
	text-align: center;
}

.field-void { height: 22px; }


input[type="text"] { 
	height: 28px; 
	background-color: #F2F2F2;
	border: 1px solid #e9e9e9;
}

#formnl2 { padding-top: 10px; }

.mentions {
	text-align: center;
	font-size: 10px;
	color: #999;
	margin: 10px 5px;
}

/* facebook connect */
#txt-connect-fb {
	text-align: right;
	font-weight: bold;	
	font-size: 1.1em;
	padding-top: 10px;
}
#FB-connect { 
	padding: 8px 0 0 10px;
}	


input[type="text"].error { border: #DC1680 2px solid; background-color: #FFADD6; }


div.error{
	font-weight: bold;
	color: #F7008B;
	text-align: center;
	font-size: 1.1em;
}
div.error span img{
	display: inline-block;
    vertical-align: -6px;
	width: 24px;
}

#title-coreg { padding: 5px 0; }


/*-----------------------------------------------------*/
/*-- Page de confirmation
/*-----------------------------------------------------*/
#block-confirm { 

}

#block-confirm  div{
	padding-top: 10px;
	font: 1em Arial,Helvetica, sans-serif;
	color:#362C2A;
	background-color: #fff;
} 
#block-confirm  div p { margin: 20px 10px; }

#title-confirm { font-size: 1.2em !important; }

#confirm_btn{
	margin-top: 20px;
}
#confirm_btn img {
	width: 100%;
	max-width: 190px;
}


#social_fb {
	background-color: #fff;
}

#social_fb iframe {
	margin-top: 20px;
}



/*-----------------------------------------------------*/
/*-- RESPONSIVE --
/*-----------------------------------------------------*/

@media (max-width: 600px) {
	
	img {
		width: 100%;
	}
	
	.container{ 
		width: 100%;
	}
	
	/* quick tiny resolution reset */ 
	.col {
		display: block !important;
		float: none !important;
		clear: none !important;
		width: auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		border: 0;
	}
	.row { 
		display: block !important;
		width: 100% !important;
	}
	.w50 { width: 100%; }
	
	.field-void { display: none; height:0; }
	
	#txt-connect-fb {
		text-align: center;
	}
	
	#FB-connect {
		padding: 5px 0 0 !important;
		text-align: center;
	}
	
	.block-optin-checkbox > div { margin-left: 10px; }
	.block-optin-checkbox label { min-width: 240px !important; width: 90%;}

	.field-large { width: 100%; }

	/*page comfirm */
	#confirm_btn  {
		text-align: center;
	}
}






