body{
	margin: 0px !important;
	padding: 0px !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 	12px;
	color: #000000;
	min-width:280px;
	background-color:#f78814;
}
.legende{font-size: 11px !important;}
#content{
    width: 100%;
    max-width:690px;
}
#signature{
	width: 100%;
    margin:20px auto 10px;
    padding:10px;
    display: inline-block;
    font-size: 10px;
    color: #464F53;
    text-align:center;
}
#signature img{vertical-align: middle;}

#encadre-optin, #encadre-optin2{
	max-width: 690px;
	width:100%;
	float: left;
}
#desinscription{
	background-color:#FFFFFF;
	border:1px solid #6c033c;
	border-radius:5px;
	margin: 3%;
	padding:10px;
}
#titre{
	background-color: #089BA8;
    background-image: url("../img/desinscription.png");
    background-repeat: no-repeat;
    color: #A8A7A7;
    font-weight: bold;
    height: 20px;
    padding: 5px 5px 5px 40px;
    background-position: 5px center;
}
#titre2{
    width: 100%;
}
h2 {
    color: #9F0054;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 0;
    min-height: 36px;
    font-size:18px;
}
#desinscription form{padding:10px}
#desinscription form span a{
	color: #000000;
    display: inline-block;
    font-size: 13px;
    width: 130px;
    }

#colonne{
	width:49%;
	float:left;
	margin-top: 5px;
	overflow: hidden;
}
#colonne2{
	width:47%;
	float:left;
	margin-top: 5px;
	overflow: hidden;
	margin-left:2%;
}
#colonne span, #colonne2 span{display: table-row;font-size: 12px; height:19px !important;}
#colonne span input.radio, #colonne2 span input.radio{float: left;margin-right: 10px;}
#colonne2 span label, #colonne span label{display: block;padding-left: 30px; margin-top:2px;border:1px solid #6c033c;}
#titre-encadre{
	margin: 30px auto;
	text-align: center;
}
#error-name, #error-phone-optin{display:none}
#message-reponse{
	color: #000000;
    display: block;
    margin: 100px 50px 0px;
    line-height: 22px;
    }
#btn{
	width: 195px;
	height: 180px;
	margin-left:50px;
	float: left;
   	background: #6c033c;
   	color:#FFFFFF;
}
#btn:hover{
	opacity:0.5;
}
#formulaire{
	margin: 3%;
	background-color:#FFFFFF;
	border:1px solid #6c033c;
	border-radius:5px;
	padding:10px;
}
#formulaire-otp{
	margin-left: 20px;
    margin-top: 125px;
    padding: 10px;
}
#formulaire-otp a{
	float:left;
	color:#383b42;
	font-size:14px;
	font-weight:bold;
	margin-right:5px;
	width: 190px;
}

#formulaire input, #desinscription input {
	border: 1px solid #9f0054;
	border-radius:2px;
    color: #000000;
    padding: 4px 2px;
}
#btn-retour a{
	color: #FFFFFF !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
}

#btn-retour{
	height: 17px !important;
    margin-bottom: -20px;
    padding:5px 20px !important;
    z-index: 10000;
    display: inline;
    float: right;
}
html body div#content div#encadre-optin div#formulaire form#optin div#bords-verts span input, html body div#content div#encadre-optin div#formulaire form#optout div#desinscription span input#phone-optout,html body div#content div#encadre-optin form#optout div#desinscription span input#phone-optout {
	width:60%;
	margin-right:3px
	}
#bords-verts{
	margin-bottom: 10px;
	width: 100%;
	padding:7px 5px 0px 5px;
	margin-top:5px;
}
.champs{
    display: inline-block;
    font-size: 13px;
    width: 20% !important;
    color: #000000;
    padding-top: 2px;
}
#bords-verts span{
	display: block;
}
h4 {
    color: #075175;
    font-size: 13px;
    margin-bottom: 0;
}
#btn-envoyer {
	display: inline-block;
    text-align: right;
    width: 97%;
}
.error{
	color: #F68712 !important;
    font-weight: bold;
    font-size: 10px;
	display: inline-block;
    padding-left: 130px;	
}

.btn-envoyer, #btn-retour{
    margin-top: 2px;
    border: none !important;
    color: #FFFFFF !important;
    font-weight: bold;
    height: 31px;
    margin-right: 5px;
    padding: 0 20px;
    text-transform: uppercase;
    background-color:#710330;
    border-radius : 0px !important;
}
.btn-envoyer:hover, #btn-retour a:hover{color:#d49ab9 !important;}
#formulaire-otp input.btn-envoyer, #formulaire-otp input.btn-envoyer2{
    border: 0 none;
    color: #A8A7A7 !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-left: 5px;
    padding: 2px 10px;
    margin-top: 0 !important;
    text-decoration: none;
    float: left;
    cursor: pointer;
	background: rgb(159,192,106); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(159,192,106,1) 2%, rgba(105,145,43,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(159,192,106,1)), color-stop(100%,rgba(105,145,43,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(159,192,106,1) 2%,rgba(105,145,43,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(159,192,106,1) 2%,rgba(105,145,43,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(159,192,106,1) 2%,rgba(105,145,43,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(159,192,106,1) 2%,rgba(105,145,43,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fc06a', endColorstr='#69912b',GradientType=0 ); /* IE6-9 */
}
#formulaire-otp input.btn-envoyer2{
 	width: 60px !important;
}

#cadre-retour{
	height: 0;
    margin: 5px auto -4px;
    position: relative;
    text-align: right;
    width: 750px;
    z-index: 1000;
}
#reponse{
	margin-left: 185px;
    margin-top: 10px;
    display: inline-block;
}
#valide{
	font-size:18px;
	font-weight:bold;
	color:#88d24a;
}
#invalide{
	font-size:18px;
	font-weight:bold;
	color:#ffe439;
}
.etoile{
	font-weight:bold;
	color: #089ca8 !important;
	font-size:18px !important;
	width:auto !important;
	}
.etoile2{
	font-weight:bold;
	color: #089ca8 !important;
	font-size: 11px !important;
	}
html body div#content div#encadre-optin div#desinscription form#optout span input#phone-optout{width:60%;margin-right: 3px;}
#encadre-optin2 div#formulaire{padding-bottom:100px}

@media screen and (max-width: 400px) {
	#colonne, #colonne2{width: 100% !important; margin:0px !important;}
	#desinscription form span a, .champs {width: 70px !important;}
	#desinscription .etoile{width:5px !important;}
}

