#formulaire_entier, #formulaire_commande {
    box-shadow: 0 0 10px #77e;
	padding: 0px;
	margin: 40px 0;
	background: white;
	border-radius: 5px;
	border: 0px solid rgba(10, 20, 70, 0.4);
	border-top: 0px solid rgba(170, 10, 170, 0.3);
	border: 1px solid rgba(70, 20, 70, 0.4);
}
#formulaire_commande {
	border: 0px solid rgba(70, 20, 70, 0.4);
	margin: 10px 0;
}

#avertissement_livraison {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	margin: 15px 0 0 10px;
	font-size: 10pt;
	font-style: italic;
}

.formulaire_en_tete {
	text-align: left;
	background: #929;
	border: 1px dashed green;
	padding: 10px 30px;
	margin-bottom: 0px;
	color: white;
	border-radius: 5px 5px 0px 0px;
	border-bottom: 5px solid rgba(150, 10, 250, 1);
}
.formulaire_en_tete .fa {
	margin-right: 20px;
}

.formulaire_en_tete h3 {
	font-family: "TeX Gyre Chorus", "Roboto", Arial, Helvetica, sans-serif;
	font-size: 24pt;
}

#corps_formulaire {
	margin: 0;
	padding: 20px 0 10px 0;
/*	background: white;
	border-radius: 0 0 5px 5px;
	border: 4px solid rgba(10, 20, 70, 0.4);*/
}
#corps_formulaire_commande {
    margin: 0;
    padding: 0px 0 0px 0;
}

.separateur {
	margin: 20px 20px 20px 20px;
	border-bottom: 1px solid rgba( 70, 70, 70, 0.3 );
	height: 8px;
}
.separateur h2 {
	text-align: center;    
	text-transform: uppercase;
    font-variant: small-caps;
	font-size: 11pt;
	border-bottom: 0px solid rgba(10, 20, 70, 0.4);
}
.commande {
    margin: 10px 10px 15px 10px;
    border-bottom: 1px solid rgba( 70, 70, 70, 0.3 );
    height: 6px;
}

.texte {
	padding: 0px 20px; 
	background: white;
}
.ligne {
	background: rgba( 70, 70, 70, 0.15 );
	height: 0px;
	border: 1px solid rgba( 70, 70, 70, 0.15 );
	z-index: 2000;
	position: absolute;
	width: 80%;
	left: 10%;
	top: 30px;
}

.entree {
	padding: 0px;
	margin: 0px;
/*	border: 1px dashed green; */
	height: 40px;
	color: gray;
}
.entree .icone {
	color: #bbb;
	left: 28px;
	top: 18px;
}
.entree {
}

input, select, textarea  {
	border-radius: 4px;
	border: 1px solid #ddd;
	border-color: #bbb;
	-webkit-transition:border-color 0.5s;
	-moz-transition:border-color 0.5s;
	-o-transition:border-color 0.5s;
	transition:border-color 0.5s;
	color: #222;
	background: #efefff;
}

.form .vide {
	padding: 10px;
	margin: 0px;
/*	border: 1px dashed red; */
}


.form input {
	width: 100%;
	height: 100%;
	padding-left: 37px;
}

.form label {
    font-weight: normal;
    font-size: 9pt;
    color: #222;

}
#case_cgv {
    width: 1px;
    height: 1px;
    padding: 0px;
    margin-right: 7px;
    top: 2px;
    position: relative;

}

.form select {
	width: 100%;
	height: 100%;
	text-align: center;
}
.form select option {
	text-align: left;
}

.form textarea {
	padding: 10px 40px;
	width: 100%;
	height: 100%;
	min-width: 100%;
	max-width: 100%;
	resize: none;
}
textarea {
	overflow: hidden;
}
#quantite {
    padding:0;
    padding-left: 30%;
    margin:0;
}
#quantite_texte {
    margin-top: 10px;
    color: #333;
    text-align:right;
}

#corps_message {
	min-height: 100px;
}

.icone {
	position: absolute;
	top: 15px;	
	left: 20px; 
}

.smart-wrap {
	margin: 0px;
	padding: 0px;
}

.bouton {
	margin: auto;
	width: 29px;
	height: 29px;
	color: red;
	margin-top: 15px;
}

#annuler_fichier {
	position: relative;
	top: 0;
	left: 0;
	width: 29px;
	height: 29px;
	color: red;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}


#annuler_fichier button {
	top: 0;
	left: 0;
	width: 29px;
	height: 29px;
	color: red;
	border: 2px solid red;
	padding: 0;
	margin: 0;
}

case_fichier {
	padding-right: 20px;
}
annuler_fichier {
	position: absolute;
	top: 7px;
	right: -32px;
	width: 29px;
	height: 29px;
	color: red;
}

.zone_envoi {
	background: #eee;
	padding: 10px;
}

#bouton_charger_fichier {
	display:none;
}

.test_robot, .test_robot2 {
	display: none;
}


.bouton_fin {
	margin: 10px 10px 5px 10px;
	padding: 10px;
	border-radius: 5px;
	background: #ddd;
	color: black;
}

#bouton_envoi, #bouton_payer {
	color: white;
	background: #4B4;
}
#bouton_envoi:disabled, #bouton_payer:disabled {
	background: #ccc;
}
#bouton_payer {
    top: 5px;
    margin: 0;
    padding: 8px;
    margin-top: -2px;
}

#statut_envoi {
	text-align: center;
	font-family: "Roboto",Arial,Helvetica,sans-serif;
	position: relative;
	top: 12px;
	padding: 10px;
	color: #777;
}

.succes {
	color: green;
}
.echec {
	color: red;
}

