/* CSS Djuced */
.barre-haut{
	height:90px !important;
	line-height:90px !important;
}
.barre-scroll{
	height:45px !important;
	line-height:45px !important;
}
.logged-in-icon{
	color: #3d95cc;
    border-color: #3d95cc;
}

.download-link{
	padding: 1rem;
	background: black;
	border-radius: 2px;
	color: #3d95cc;
	border: 2px solid;
	text-decoration: none !important;
	font-weight: bold;	
	border-color: #3d95cc !important;
	display:block;
}

/* Correctif affichage formulaire */
#fullwidth-wrapper .login-main-section .signup-section .add-case-block {
  max-width: fit-content !important;
}
#isa_birthdate{
	background: #fff !important;
	border: 1px solid #e1e1e1 !important;
}

#new_gdpr{
	float: left;
	margin-left: 20px;
	margin-right: 10px;
}
.gdpr-block{
	padding-top:15px
}
.panel_name{
	background: transparent !important;
	color: #606060 !important;
}