
	        #step2, #step21, #step22, #step23, #step3, #step4, #step41, #step42, #step5, #step51, #step52, #step6, #step6_bis, #step7, #step71, #step8,
          #step9, #step91, #step911, #step92, #step93, #step94, #step95, #step96, #step97, #label_ville, #step10,#step11, #step12, #step13, #step14, #step15, #step16 {
			display: none;
		}
		.form-control {margin-bottom:10px;}
		ul.select{ list-style: none; padding-left:0px;}
		ul.select li { margin-bottom: 5px; margin-top: 5px; }
		ul.select li a { position: relative; display: block; width: 100%; height: 26px; padding-left: 40px; border-radius: 26px;  line-height: 26px; background: #5cb85c; color: #ffffff; font-size: 16px; font-weight: 500; transition: background linear 0.1s, color linear 0.1s; }

		ul.select li:hover a { background: #FF790A; color: #ffffff; }
		ul.select li.selected a { background: #a3c7d4; color: #53565a; }



@font-face {
  font-family: 'FontAwesome';
  src: url('//use.fontawesome.com/releases/v4.6.3/fonts/fontawesome-webfont.eot');
  src: url('//use.fontawesome.com/releases/v4.6.3/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
       url('//use.fontawesome.com/releases/v4.6.3/fonts/fontawesome-webfont.woff2') format('woff2'),
       url('//use.fontawesome.com/releases/v4.6.3/fonts/fontawesome-webfont.woff') format('woff'),
       url('//use.fontawesome.com/releases/v4.6.3/fonts/fontawesome-webfont.ttf') format('truetype'),
       url('//use.fontawesome.com/releases/v4.6.3/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


.btn{
    border-radius: 5px ;
}

label.btn {
    padding: 10px 40px;
    white-space: normal;
cursor: pointer;

}



label.btn-block {
    text-align: left;
    position: relative
}

label .btn-label {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 0 10px;

    height: 100%;
}


.btn-group{
	display:block;
}

label .fas {
margin-top:16px;
}
label .far {
margin-top:16px;
}

.choix {
input[type=radio]{
    display: none;
}
}

.btn-success, .btn-success:visited {
    background-color: #58a6f1 !important;
    border-color: #6b88f1 !important;
}
.btn-success:hover, .btn-success:active{
    background-color: #6b88f1 !important;
    border-color: #6b88f1 !important;
}

.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
    top: 0.1rem !important;
    left: -2rem !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
}

.custom-control-lg .custom-control-label {
    margin-left: 0.5rem !important;
    font-size: 1rem !important;
}
