html {
    height: 100%;
}
body {
    background-color: #F9F9F9;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 0;
}
body .container {  font-size: 1rem; }

.none {
		display:none;
}

.policy, .policyok,.policyko { list-style-type: none; }
.policyok,.policy.policyok{color:limegreen; }
.policyko{color:red;}
.policy{color:orange;}
.policyok:before , .policy.policyok:before{
  content: "✓ ";
}
.policyko:before {
  content: "✘ ";
}
.policy:before {
  content: "⚠ ";
}

section.steps {
	background-color: #1EA5FE;
	padding: 3em;
	text-align: center;
}
section.body 
{
	padding: 3em;	
}
section.body > div {
	padding: 2rem 1.5rem; 
	box-shadow: 0 10px 50px rgba(27,31,35,0.07) !important;
}
.logo {
	width:5em !important;
}

.action-zone.right{
	text-align: right;
}
.center {
	text-align: center;
}
form {
	margin-top: 2em;
}
.message {
	margin: 1em 0 1em 0 !important;
}
.CGU {float:left; margin:0.3em 1em 0 1em;}


