

.lien{
	text-align: center;
	color: blue;
	text-decoration: underline;
}
.catcha
{
	display: none;
}

.form-button
{
	text-align : center;
}

#texte{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#login_verif{
	margin-bottom: 10px;
}

.post{
	text-align: center;
}
.step-wrapper>ul>.step-item {
	display:inline-block;
	opacity:0.5;
	margin:0 0 0 15%
}
.step {
	border-radius:20px;
	border:2px solid #1b94ce;
	width:37px;
	height:37px;
	text-align:center;
	margin:0 auto;
	color:#1b94ce;
	line-height:33px;
	float:left
}
.step-libelle h2 {
	margin:3px 0 0 42px
}
.step-wrapper>ul>.step-item.step-current {
	opacity:1
}

.big-title
{
	background:#fafafa;
	border-top:1px solid #eaeaea;
	margin-left:20%;
	color:#1b94ce;
	font-family:"BrandonGrotesque-Medium";
	font-size:2em;
}

.funkyradio.form-group
{
	margin-left: 25%;
}


.funkyradio .texte
{
	width:140px;
	color:gray;
	font-weight: bold;
	
}

.funkyradio div {
  clear: both;
  overflow: hidden;
  display:inline-block;
	vertical-align: middle;
}

.funkyradio label {
  padding-right: 10px;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  visibility: hidden;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #BDC537;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}




