form.formulaire .section-champs.span12{
	margin: 0px;
}
form.formulaire .section-champs .margintop100{
	margin-top: 65px;
}
form.formulaire .section-champs .margintop10, .margintop10{
	margin-top: 10px;
}
form.formulaire .span3{
	margin-left: 0px;
}
form.formulaire .title_page{
	position: relative;
	overflow: hidden;
	margin-bottom: 35px;
}
form.formulaire .desc_page{
	margin-bottom: 35px;
	float: left;
	width: 100%;
    text-align: center ;
    font-size: 25px ;
    margin-top: 25px ;
}
form.formulaire .title_page h2{
	color: rgb(68, 68, 68);
    font-family: Cabin, serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
    line-height: 1.3;
    padding: 0 20px 0 0;
	position: relative;
    display: inline-block;
}
form.formulaire .title_page h2:before{
	content: "";
    display: inline-block;
    background: rgb(68, 68, 68);
    height: 1px;
    position: absolute;
    left: 100%;
    width: 100vw;
    top: 24px;
}

form.formulaire .sous_title{
	position: relative;
	overflow: hidden;
	margin-bottom: 35px;
}
form.formulaire .sous_title h3{
	color: rgb(68, 68, 68);
    font-family: Cabin, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
    line-height: 1.3;
    word-wrap: break-word;	
    padding: 0 20px 0 0;
	position: relative;
    display: inline-block;
}
form.formulaire .sous_title h3:before{
	content: "";
    display: inline-block;
    background: #d6d6d6;
    height: 1px;
    position: absolute;
    left: 100%;
    width: 100vw;
    top: 18px;
}

form.formulaire .width100{
	width: 100% !important;
}
form.formulaire .style_list .control-group{
	border-bottom: 1px #d6d6d6 solid;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
form.formulaire .style_list .control-group.email2-parent{
	display: none;
}
form.formulaire .style_list.no-border .control-group{
	border-bottom: 0px #d6d6d6 solid;
}
form.formulaire input.statut, form.formulaire .style_list input[type="text"], form.formulaire .style_list input[type="email"],
form.formulaire .style_list input[type="password"]{
	background: transparent;
	border: 0px;
	display: block;
    color: rgb(68, 68, 68);
    font-family: Cabin, serif;
    font-size: 19px;
    line-height: 45px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
    padding: 10px 5px;
	pointer-events: none;
}
form.formulaire .style_list input[type="radio"], form.formulaire .style_list input[type="checkbox"]{
	display: none;
	pointer-events: none;
}
form.formulaire .style_list .control-label{
	width: 250px;
}
form.formulaire .infos label{
	font-style: italic;
	color: rgb(68, 68, 68);
    font-family: Cabin, serif;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
    line-height: 5;
}
.style_list span.view-pass{
	display: none;
}
span.view-pass{
	background: url("../images/picto-view.svg") no-repeat center center;
	background-size: 24px 16px;
	width: 24px;
	height: 16px;
	display: inline-block;
	margin: 0px 0 -2px 8px;
	cursor: pointer;
}

 .add_succursale{
	padding: 35px 0;
	text-align: center;
	border-top: 1px #d6d6d6 solid;
	float: right;
    width: 75%;
}
/*form.formulaire .style_list .add_succursale{
	display: none;
}*/
 .add_succursale span.title{
	color: rgb(68, 68, 68);
    font-family: Cabin, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    line-height: 1.3;
    padding: 0px;
}
.add_succursale .add-new a{
	background: #f3f3f3;
	width: 52px;
	height: 52px;
	display: block;
	cursor: pointer;
	margin: 30px auto 0;
	color: rgb(68, 68, 68);
    font-family: Cabin, serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    line-height: 45px;
    padding: 0px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

form.formulaire .succursale, form.formulaire .responsable{
	position: relative;
}
form.formulaire .responsable{
	float: left;
	width: 100%;
}
form.formulaire .liste-succursale .succursale:first-child .remove, form.formulaire .liste-responsable .responsable:first-child .remove{
	display: none !important;
}
form.formulaire .remove {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 22px;
    height: 22px;
    background-color: #f3f3f3;
    border-radius: 50px;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    cursor: pointer;
    z-index: 2;
}
form.formulaire .remove:before {
    content: "";
    position: absolute;
    top: 45%;
    right: 25%;
    width: 12px;
    height: 2px;
    border-top: 1.5px solid rgb(68, 68, 68);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
form.formulaire .remove:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 20%;
    width: 12px;
    height: 2px;
    border-top: 1.5px solid rgb(68, 68, 68);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
form.formulaire .succursale:hover .remove, form.formulaire .responsable:hover .remove{
    opacity: 1;
}

form.formulaire .buttons {
    padding: 30px;
    position: relative;
    margin: 0;
	float: left;
	width: 120px;
}
form.formulaire #joindre .button {
    margin: 0;
    cursor: pointer;
}
form.formulaire .buttons .button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	padding: 15px;
    margin-bottom: 20px;
    font-family: Cabin, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: rgb(68, 68, 68);
    background-color: #e6e6e6;
    border-radius: 0;
    border: 1px solid #f2f2f2;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    outline: none;
    max-width: 145px;
    width: 100%;
}
form.formulaire .buttons .button a{
	color: rgb(68, 68, 68)
}
form.formulaire .buttons .button.joindre_file{
	top: 70px;
}
form.formulaire .preview_logo{
	background: #e6e6e6;
	float: left;
	width: 135px;
    height: 125px;
	display: flex;
    align-items: center;
    padding: 15px;
	margin-right: 15px;
}

.profile_radio_group{
	display: inline-block !important;
} 
.profile_check_group {
	margin-top: 5px;
} 
.profile_radio_group.civility label {
	margin-right: 30px;
}
.profile_radio_group label, .profile_check_group label {
	display: inline-block;
	margin-right: 10px;
}
.profile_radio_group.civility label input{
	margin-right: 10px;
}
.profile_radio_group label input, .profile_check_group label input {
	position: relative;
	bottom: 3px;
	margin-right: 0;
}
.disabled_select{
	pointer-events: none;
	display: none;
}
.style_list input[type="radio"].to_disable, .style_list input[type="checkbox"].to_disable,
.style_list label.displnone{
	display: none;
}
.style_list .profile_radio_group, .style_list span.star{
	display: none;
}
.private_address.hidden{
	display: none ;
}

.choix_type{
	padding-bottom: 70px;
    border-bottom: 1px #d6d6d6 solid;
    max-width: 500px;
    margin: 0 auto 30px;
}
.choix_type input[type="radio"]{
	margin: 10px;
}
.parent_infos{
	max-width: 500px;
	margin: auto;
}
label.infos{
	color: rgb(179, 179, 179);
    font-family: Cabin, serif;
    font-size: 19px;
	line-height: 24px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
	margin-top: 8px;
}
label.adresse_siege{
	line-height: 40px;
	margin-left: 40px;
}
div.opened{
	display: block;
}
div.closed{
	display: none;
}

form#form-entreprise.formulaire .section-champs.span12.disabled_section {
    position: relative;
    opacity: 0.5;
}
.section-champs.disabled_section:after {
    content: "";
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.remove-responsable
{
    top: 5px !important;
}

form.formulaire .section-champs .liste-succursale .span3.margintop100
{
    margin-top: 90px;
}