@font-face {
    font-family: 'Mulishblack';
    src: url('../fonts/Mulish-Black.ttf') format('ttf'),
         url('../fonts/mulish-black-webfont.woff') format('woff'),
         url('../fonts/mulish-black-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Bold.ttf') format('ttf'),
         url('../fonts/mulish-bold-webfont.woff') format('woff'),
         url('../fonts/mulish-bold-webfont.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Mulish ExtraBold';
    src: url('../fonts/Mulish-ExtraBold.ttf') format('ttf'),
         url('../fonts/mulish-extrabold-webfont.woff') format('woff'),
         url('../fonts/mulish-extrabold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Mulishextra_light';
    src: url('../fonts/Mulish-ExtraLight.ttf') format('ttf'),
         url('../fonts/Mulish-extralight-webfont.woff') format('woff'),
         url('../fonts/Mulish-extralight-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Mulish Light';
    src: url('../fonts/Mulish-Light.ttf') format('ttf'),
         url('../fonts/Mulish-light-webfont.woff') format('woff'),
         url('../fonts/Mulish-light-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Mulish Medium';
    src: url('../fonts/Mulish-Medium.ttf') format('ttf'),
         url('../fonts/Mulish-Medium-webfont.woff') format('woff'),
         url('../fonts/Mulish-Medium-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Regular.ttf') format('ttf'),
         url('../fonts/Mulish-Regular-webfont.woff') format('woff'),
         url('../fonts/Mulish-Regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Italic.ttf') format('ttf'),
         url('../fonts/Mulish-Italic-webfont.woff') format('woff'),
         url('../fonts/Mulish-Italic-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Mulish SemiBold';
    src: url('../fonts/Mulish-SemiBold.ttf') format('ttf'),
         url('../fonts/Mulish-SemiBold-webfont.woff') format('woff'),
         url('../fonts/Mulish-SemiBold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}




html, body {
	height:100%;
}
html {
	overflow: -moz-scrollbars-vertical;
	/*
	overflow-y: scroll;
	*/
	overflow-x: auto;
}
body {
	font-family: 'Mulish';
	font-weight:300px;
	background:#eef9ff;
	color:#3c3c3c;

}
h1,h2,h3,h4,h5 {
	font-family: 'Mulish';
}

#main {
	z-index:10;
}
.main_inner {
}
a {
}

a:hover, a:active, a:focus {
	text-decoration:none;
	outline:0;
}
strong {
	font-family: 'Mulish';
	font-weight:bold;
}
img {
	border:none;
	vertical-align:middle;
}
input[type=checkbox] {
	vertical-align:middle;
}
textarea:focus, input:focus{
    outline: none;
}
select {
	outline: none;
}
abbr,
abbr[data-original-title],
abbr[title] {
	text-decoration:none;
	border:none;
}
table {
	padding:0px;
	border-collapse:collapse;
	border-spacing: 0px;
}
h1 {
}
h1>.small {
}
h2 {
}
h3 {
}
label {
	cursor:pointer;
}

.btn {
	text-transform:none;
	transition: 		all 0.25s ease-out;
	-o-transition: 		all 0.25s ease-out;
	-moz-transition: 	all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-moz-border-radius: 	6px;
	-webkit-border-radius:	6px;
	border-radius: 			6px;

	font-weight:600;

}
	.btn.btn-primary {
		height:auto;
		font-size:16px;
		background:#003f35;
		color:#fff;
		border: solid 1px #003f35;
		padding: 15px 25px 15px 25px;
		margin-bottom:10px;
		-moz-border-radius: 	60px;
		-webkit-border-radius:	60px;
		border-radius: 			60px;

	}
		.btn.btn-primary:hover,
		.btn.btn-primary:active,
		.btn.btn-primary:focus
		{
			background:#8ed5d4;
			color:#fff;
			border: solid 1px #8ed5d4;
		}
	.btn.btn-white {
		height:auto;
		background:#fff;
		border: solid 1px #fff;
		font-size:15px;
		font-weight: bold;
		letter-spacing: -0.42px;
		color: #003f35;
		padding: 20px 35px 20px 35px;
		-moz-border-radius: 	50px;
		-webkit-border-radius:	50px;
		border-radius: 			50px;

	}
		.btn.btn-white:hover,
		.btn.btn-white:active,
		.btn.btn-white:focus
		{
			color:#007f6a;
			background:#fff;
			border: solid 1px #fff;
			-moz-box-shadow:    0 2px 9px 0 rgba(54, 115, 169, 0.6);
			-webkit-box-shadow: 0 2px 9px 0 rgba(54, 115, 169, 0.6);
			box-shadow:         0 2px 9px 0 rgba(54, 115, 169, 0.6);
		}
	.btn.btn-bi {
		height:auto;
		font-size:16px;
		background:#ffa285;
		color:#fff;
		border: solid 1px #ffa285;
		position:relative;
	}
		.btn.btn-bi:hover,
		.btn.btn-bi:active,
		.btn.btn-bi:focus
		{
			background:#ffa285;
			color:#fff;
			border: solid 1px #ffa285;
			-moz-box-shadow:    0 2px 9px 0 rgba(235, 82, 73, 0.4);
			-webkit-box-shadow: 0 2px 9px 0 rgba(235, 82, 73, 0.4);
			box-shadow:         0 2px 9px 0 rgba(235, 82, 73, 0.4);
		}
	.btn.btn-sidebar {
		height:auto;
		font-size:16px;
		background:#fff;
		color:#007f6a !important;
		border: solid 1px #007f6a;
		text-align:left;
		margin-bottom:10px;
		padding: 15px 25px 15px 25px;

		-moz-border-radius: 	50px;
		-webkit-border-radius:	50px;
		border-radius: 			50px;

	}
		.btn.btn-sidebar:hover,
		.btn.btn-sidebar:active,
		.btn.btn-sidebar:focus
		{
			background:#007f6a;
			color:#fff !important;
			border: solid 1px #007f6a;
			-moz-box-shadow:    0 2px 9px 0 rgba(54, 115, 169, 0.6);
			-webkit-box-shadow: 0 2px 9px 0 rgba(54, 115, 169, 0.6);
			box-shadow:         0 2px 9px 0 rgba(54, 115, 169, 0.6);
		}
	.btn.btn-sidebar2 {
		height:auto;
		font-size:16px;
		background:#fff;
		color:#007f6a !important;
		border: solid 0px #007f6a;
		text-align:left;
		margin-bottom:10px;
		font-weight:600;

	}
		.btn.btn-sidebar2:hover,
		.btn.btn-sidebar2:active,
		.btn.btn-sidebar2:focus
		{
			background:#007f6a;
			color:#fff !important;
			border: solid 0px #007f6a;
			-moz-box-shadow:    0 2px 9px 0 rgba(54, 115, 169, 0.6);
			-webkit-box-shadow: 0 2px 9px 0 rgba(54, 115, 169, 0.6);
			box-shadow:         0 2px 9px 0 rgba(54, 115, 169, 0.6);
		}
	.btn.btn-etape {
		margin-top:20px;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: -0.42px;
		color: #ffffff;
		padding: 20px 35px 20px 35px;
		background: linear-gradient(#003f35, #007f6a);
		-moz-border-radius: 	50px;
		-webkit-border-radius:	50px;
		border-radius: 			50px;
		border:none;
	}
		.btn.btn-etape:hover,
		.btn.btn-etape:active,
		.btn.btn-etape:focus
		{
			background: linear-gradient(#003f35, #007f6a);
		}
		.btn.btn-etape img {
			position:relative;
			bottom:0px;
			margin-left:5px;
			transition: 		all 0.25s ease-out;
			-o-transition: 		all 0.25s ease-out;
			-moz-transition: 	all 0.25s ease-out;
			-webkit-transition: all 0.25s ease-out;
		}
		.btn.btn-etape:hover img,
		.btn.btn-etape:active img ,
		.btn.btn-etape:focus img
		{
			transform: translate(5px, 0);
		}

	.btn.btn-arrow {
		font-family:"Mulish";
		font-size: 14px;
		font-weight: normal;
		letter-spacing: -0.39px;
		text-align: center;
		color: #003f35;
	}
		.btn.btn-arrow img {
			position:relative;
			bottom:3px;
			margin-left:5px;
			transition: 		all 0.25s ease-out;
			-o-transition: 		all 0.25s ease-out;
			-moz-transition: 	all 0.25s ease-out;
			-webkit-transition: all 0.25s ease-out;
		}
		.btn.btn-arrow:hover img,
		.btn.btn-arrow:active img ,
		.btn.btn-arrow:focus img
		{
			transform: translate(5px, 0);
		}
	.btn.btn-envoyer {
		margin-top:20px;
		font-size: 15px;
		font-family: 'Mulish Medium';
		font-weight: normal;
		letter-spacing: -0.42px;
		color: #ffffff;
		padding: 15px 25px 15px 25px;
		background-color: #8ed5d4;
		-moz-border-radius: 	50px;
		-webkit-border-radius:	50px;
		border-radius: 			50px;
		border:none;
	}

		.btn.btn-envoyer img {
			position:relative;
			bottom:3px;
			margin-left:5px;
			transition: 		all 0.25s ease-out;
			-o-transition: 		all 0.25s ease-out;
			-moz-transition: 	all 0.25s ease-out;
			-webkit-transition: all 0.25s ease-out;
		}

		.btn.btn-envoyer:hover,
		.btn.btn-envoyer:active,
		.btn.btn-envoyer:focus
		{
			background:#8ed5d4;
		}
		.btn.btn-envoyer:hover img,
		.btn.btn-envoyer:active img ,
		.btn.btn-envoyer:focus img
		{
			transform: translate(5px, 0);
		}

.btn.btn-link {
	margin-bottom:10px;
}
.btn .btn-arrow {
	width:18px;
	height:24px;
	position:absolute;
	right:40px;
	bottom:-20px;
	background-image:url(../css/credissima/btn-arrow.svg);
	background-size:18px 24px;
	background-position:center center;
	background-repeat:no-repeat;
	transition: 		all 0.25s ease-out;
	-o-transition: 		all 0.25s ease-out;
	-moz-transition: 	all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;

}
	.btn:hover .btn-arrow {
		right:43px;
		bottom:-17px;
	}
.btn-danger {
    background-color: #ffa285;
    border-color: #ffa285;
}
	.btn-danger:hover,
	.btn-danger:active,
	.btn-danger:focus
	{
		background-color: #ffa285;
		border-color: #ffa285;
		box-shadow: 0 2px 9px 0 rgba(235, 82, 73, 0.4);

	}
.btn.btn-flat:hover {
	background:transparent;
}
.btn-power {
	text-align:right;
	color:#f1f2f7 !important;
}
	.btn-power:hover {
		color:#3c3c3c !important;
	}
.power-label {
	display:none;
}
.jq-icon-success {
    background-color: #8ed5d4;
	-moz-border-radius: 	0px;
	-webkit-border-radius:	0px;
	border-radius: 			0px;

}
.jq-icon-error {
    background-color: #ffa285;
	-moz-border-radius: 	0px;
	-webkit-border-radius:	0px;
	border-radius: 			0px;
}
.row {
	margin-bottom:0px;
	padding-bottom:15px;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 1px solid #f1f2f7;
	vertical-align:middle;
}
.table>thead>tr>th {
    /*
	border-bottom: 2px solid #003f35;
	*/
	border-bottom:none;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: -0.39px;
	color: #003f35;

}
.table>tbody>tr>td {
	font-size: 12px;
}
.thin {
	font-family: 'Mulish';
}
div.fichier_categ {
	font-size:11px;
	display:inline-block;
	margin-top:2px;
	padding:2px 5px;
	background:#003f35;
	color:#f1f2f7;
	-moz-border-radius: 	50px;
	-webkit-border-radius:	50px;
	border-radius: 			50px;

}
form.form-cd label {
	color:#f1f2f7 !important;
	text-align:center;
	display:block;
	margin-bottom:10px;

}
.content form.form-cd label {
  font-family: 'Mulish SemiBold';
  font-size: 17px;
  font-weight: normal;
  line-height: 1.29;
  letter-spacing: -0.47px;
  color: #003f35 !important;
  text-align:left;
  text-transform:none;
  margin-bottom:5px;

}
form.form-cd label.ucfirst {
	text-align:left;
	display:inline;
	position:relative;
	top:2px;
	margin-bottom:0px;

}
form.form-cd input.form-control,
form.form-cd input[type=text],
form.form-cd input[type=password]
{
	border:none;
	text-align:center;
	color:#003f35;
	background:#f1f2f7;
	-moz-border-radius: 	8px;
	-webkit-border-radius:	8px;
	border-radius: 			8px;

}
form.form-cd input.form-control.error
{
	border-bottom:solid 1px #e6cae0;
}
	#f_login form.form-cd input.form-control.error
	{
		border-bottom:none;
	}
.form-control {
	border:1px solid #f1f2f7;
	-moz-border-radius: 	0px;
	-webkit-border-radius:	0px;
	border-radius: 			0px;

	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
	/*
	-webkit-appearance: none;
	*/
}
	.form-control:focus {
		-moz-box-shadow:    none;
		-webkit-box-shadow: none;
		box-shadow:         none;
		border-color:#003f35;

	}
.bx-wrapper .bx-controls-direction a {

    z-index: 100;
}
.navbar-fixed {
	z-index:998
}
.side-nav {
	z-index:999;
}
div.error {
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 12px;
	width:200px;
    color: #ffa285;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
#f_login div.error {
	color:#e6cae0;
}
.input-field div.error {
    position: relative;
    top: -1rem;
    left: 3rem;
    font-size: 0.8rem;
    color: #aa0000;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
.card .card-content {
	padding-left:40px;
	padding-right:40px;
}

.vertical-align {
	display:inline-block;
}
.lc {
	text-transform:lowercase !important;
}
.uc {
	text-transform:uppercase !important;
}
.cap {
	text-transform:capitalize !important;
}
.ucfirst{
	text-transform:lowercase !important;
}
.ucfirst:first-letter {
	text-transform:uppercase !important;
}
.error {
	color:#aa0000;
}
hr.separation {
	margin-top: 20px;
	margin-bottom: 50px;
	border: 0;
	border-top: 1px solid #f1f2f7;
}
/* Custom du dashboard
-----------------------------*/

.main-sidebar {
	width:280px;
	padding-top:152px;
}
.main-header {
	max-height:152px;
    background-color: white;

}
	.skin-black .main-header .navbar .sidebar-toggle:hover {
		background:transparent;
	}
	.main-header .logo {
		width:280px;
		height:152px;
		line-height:140px;
	}
	.main-header .navbar {
		margin-left:280px;
	}
	.main-header .navbar h1 {
		font-family:"Mulish Light";
		font-size: 30px;
		letter-spacing: -0.83px;
		padding-top:38px;
		padding-left:70px;
		color: #003f35;
		display:inline-block;
		transition: 		all 0.25s ease-out;
		-o-transition: 		all 0.25s ease-out;
		-moz-transition: 	all 0.25s ease-out;
		-webkit-transition: all 0.25s ease-out;

	}
.content-wrapper, .main-footer {
	margin-left: 280px;
}

.content-wrapper {
    background-color: #f1f2f7;
}
.skin-black .main-header {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eef9ff+76,eef9ff+100&1+0,0.3+100 */
background: -moz-linear-gradient(top,  rgba(238,249,255,1) 0%, rgba(238,249,255,0.47) 76%, rgba(238,249,255,0.3) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(238,249,255,1) 0%,rgba(238,249,255,0.47) 76%,rgba(238,249,255,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(238,249,255,1) 0%,rgba(238,249,255,0.47) 76%,rgba(238,249,255,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef9ff', endColorstr='#4deef9ff',GradientType=0 ); /* IE6-9 */

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eef9ff+76,eef9ff+100&1+0,1+67,0.3+100 */
background: -moz-linear-gradient(top,  rgba(238,249,255,1) 0%, rgba(238,249,255,1) 67%, rgba(238,249,255,0.81) 76%, rgba(238,249,255,0.3) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(238,249,255,1) 0%,rgba(238,249,255,1) 67%,rgba(238,249,255,0.81) 76%,rgba(238,249,255,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(238,249,255,1) 0%,rgba(238,249,255,1) 67%,rgba(238,249,255,0.81) 76%,rgba(238,249,255,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef9ff', endColorstr='#4deef9ff',GradientType=0 ); /* IE6-9 */


	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;

}
.skin-black .main-header .navbar,
.skin-black .main-header>.logo {
	border-right:none;
}
	.skin-black .main-header>.logo:hover,
	.skin-black .main-header>.logo:focus,
	.skin-black .main-header>.logo:active
	{
		background-color:transparent;
	}
.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav>li>a,
.skin-black .main-header .navbar .navbar-right>li>a {
	border:none;
	color:#585857 !important;
}
	.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav>.user-menu> a {
		color:#3c3c3c !important;
	}

.skin-black .sidebar a {
	color:#f1f2f7;
}
.skin-black .sidebar-menu>li>a

.skin-black .main-header .navbar .nav>li>a:hover,
.skin-black .main-header .navbar .nav>li>a:active,
.skin-black .main-header .navbar .nav>li>a:focus,
.skin-black .main-header .navbar .nav .open>a,
.skin-black .main-header .navbar .nav .open>a:hover,
.skin-black .main-header .navbar .nav .open>a:focus,
.skin-black .main-header .navbar .nav>.active>a {
	background:none;
}



.label-success {
	width:16px;
	background:#ffa285 !important;
	-moz-border-radius: 	20px;
	-webkit-border-radius:	20px;
	border-radius: 			20px;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: -0.3px;
}
.main-header .navbar .nav>li>a>.label {
	padding:4px 4px;
}
.nav-ref-client {
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.3px;
	text-align:center;
	color:#f1f2f7;
	line-height:20px;
	padding-top:5px;
	padding-right:15px;
}
	.nav-ref-client > strong {
		font-weight: 500;
	}
.sidebar-menu .nav-ref-client {
	color:#fff;
	font-size: 13px;
	text-align:left;
	padding-left:15px;
}
/*
.main-header .navbar {
	min-height:70px;
}
.main-header .sidebar-toggle {
    height: 70px;
    line-height: 45px;
}
.navbar-nav>li>a {
    line-height: 40px;
    height: 70px;
}
*/
.main-footer {
    background: #f1f2f7;
    padding: 15px;
	font-size:13px;
    color: #3c3c3c;
    border-top: none;
}
.main-footer-content {
	opacity:0.7;
	padding-left:20px;
}
.navbar-nav>.messages-menu a {
	margin:0px;
	padding:7px 0px 5px 0px;
	transition: 		all 0.25s ease-out;
	-o-transition: 		all 0.25s ease-out;
	-moz-transition: 	all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
}
.navbar-nav img.picto-menu {
	height:38px;
}
.navbar-nav>.messages-menu a .fa-square {
	color: #f4f6f9;
	transition: 		all 0.25s ease-out;
	-o-transition: 		all 0.25s ease-out;
	-moz-transition: 	all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	/*
	background:#f70;
	*/
}
.navbar-nav>.messages-menu a .label-success {
	background:#ffa285 !important;
	-moz-border-radius: 	20px;
	-webkit-border-radius:	20px;
	border-radius: 			20px;
	width:15px;
	/*
	background:#f70;
	*/
}
.navbar-nav>.messages-menu a:hover .fa-square {
	color: #f1f2f7;
	/*
	background:#f70;
	*/
}

.navbar-nav>.user-menu {
	font-size: 20px;
	font-weight: bold;
	margin-right:20px;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.56px;
	color: #3c3c3c;
}
.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu>li.header {
    white-space: nowrap;
    overflow: visible;
}

.skin-black .wrapper, .skin-black .main-sidebar, .skin-black .left-side {
    background-color: white;
}
.skin-black .sidebar-menu>li {
	padding:15px 5px 15px 25px;
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
}
.skin-black .sidebar-menu>li>a {
    border: none;

	font-weight:bold;
	color:#007f6a ;
	padding:0;
	opacity:0.7;

	font-size: 15px;
	letter-spacing: -0.42px;

	transition: 		all 0.25s ease-out;
	-o-transition: 		all 0.25s ease-out;
	-moz-transition: 	all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;

}
	.skin-black .sidebar-menu>li.active>a {
		opacity:1;
		color:#f00;
	}
	.skin-black .sidebar-menu>li:hover>a, .skin-black .sidebar-menu>li.active>a, .skin-black .sidebar-menu>li.menu-open>a {
		color: #fff;
		opacity:1;
	}

.skin-black .sidebar-menu>li:hover>a,
.skin-black .sidebar-menu>li.active>a,
.skin-black .sidebar-menu>li.menu-open>a
{
    color: #003f35;
    background: transparent;
}
.skin-black .sidebar-menu>li>a>i {
	margin-right:35px;
	width:30px;
	position:relative;
	bottom:-3px;
}

.skin-black .sidebar-menu>li.active>a .onglet {
	position:absolute;
	top:-7px;
	left:-55px;
	width:100px;
	height:50px;
	-moz-border-radius: 	0 50px 50px 0;
	-webkit-border-radius:	0 50px 50px 0;
	border-radius: 			0 50px 50px 0;

	background: #007f6a57;
	z-index:-1;
}

.skin-black .sidebar-menu>li.header {
	transition: 		all 0.25s ease-out;
	-o-transition: 		all 0.25s ease-out;
	-moz-transition: 	all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;

    color: #003f35;
    background: transparent;

	font-weight:500;
	text-align:left;
	padding:40px 5px 30px 15px;
	font-size:16px;
}
.skin-black .sidebar-menu>li>a>i {
	position:relative;
}
.skin-black .sidebar-menu>li>a>i>.label {
	position:absolute;
	top:-10px;
	right:-10px;
	padding:3px 3px;
	width:15px;
	height:15px;
	line-height:11px;
	background:#ffa285 !important;
	-moz-border-radius: 	20px;
	-webkit-border-radius:	20px;
	border-radius: 			20px;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: -0.3px;

}

.sidebar-top {
	margin-bottom:50px;
	transition: 		all 0.25s ease-out;
	-o-transition: 		all 0.25s ease-out;
	-moz-transition: 	all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;

}
.sidebar-separator {
	border-bottom:1px solid #fff;
	height:5px;
	margin-top:10px;
	margin-bottom:10px;
}
.sidebar-mentions {
	padding:20px;
}
	.sidebar-mentions p {
		color:#b5c9d3;
		font-size: 11px;
		line-height: 1.09;
		letter-spacing: -0.31px;
		white-space:normal;
		margin-top:0px;
		margin-bottom:10px;
	}
.sidebar-boutons {
	padding:10px 15px 20px 15px;
}
.box {
	transition: 		all 0.25s ease-out;
	-o-transition: 		all 0.25s ease-out;
	-moz-transition: 	all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	border:none;
	-moz-border-radius: 	60px;
	-webkit-border-radius:	60px;
	border-radius: 			60px;
	padding:30px 40px 40px 40px;
	margin-bottom:30px;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
}
a > .box {
	padding:20px 15px;
	transition: 		all 0.25s ease-out;
	-o-transition: 		all 0.25s ease-out;
	-moz-transition: 	all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
}
	a:hover > .box {
		box-shadow: 0 2px 9px 0 rgba(74, 74, 74, 0.5);
	}

.box .box-title {
    font-family: 'Mulish Light';
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -0.83px;
	color: #007f6a;
	transition: 		all 0.25s ease-out;
	-o-transition: 		all 0.25s ease-out;
	-moz-transition: 	all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
}
	.box .box-header {
		margin-bottom:30px;
		font-family: 'Mulish Light';
		font-size: 30px;
		font-weight: normal;
		letter-spacing: -0.83px;
		color: #007f6a;
		margin:0 0 16px 0;
		padding:0;
	}
	.box .box-header .ref_client {
		float:right;
		padding-top:20px;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: -0.36px;
		text-align: right;
		color: #007f6a;
	}
.box .box-body {
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: -0.2px;
	text-align: left;
	color: #585857;
	padding:0;
}
.box .box-body h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.22;
	letter-spacing: -0.5px;
	color: #003f35;
}
.box .box-body h4 {
	margin-top:0px;
	margin-bottom:0px;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: -0.2px;
}
	.box .box-body h4 strong {
		font-weight: 500;
	}
	.box .box-body.charte h3,
	.box .box-body.cgu h3 {
		padding:0px 0px 3px 0px;
		border-bottom:1px solid #f1f2f7;
		margin-bottom:20px;
	}
	.box .box-body.charte h4 {
		font-size:16px;
		font-weight: bold;
		border-bottom:1px solid #f1f2f7;
		padding:0px 0px 3px 0px;
		margin:10px 0px 15px 40px;
	}
	.box-body img.picto-shield {
		display:block;
		width:100px;
		float:right;
	}
	.box-body img.logo-bi {
		display:block;
		width:40%;
		margin-top:30px;
		margin-bottom:35px;
	}

.box.box-blue {
	-moz-border-radius: 	6px;
	-webkit-border-radius:	6px;
	border-radius: 			6px;


	background:#003f35;
	color:#fff;
}
	.box.box-blue:hover,
	.box.box-blue:active,
	.box.box-blue:focus
	{
		box-shadow: 0 2px 9px 0 rgba(54, 115, 169, 0.6);
	}
.box.box-red {
	-moz-border-radius: 	6px;
	-webkit-border-radius:	6px;
	border-radius: 			6px;
	background:#ffa285;
	color:#fff;
}
	.box.box-red:hover,
	.box.box-red:active,
	.box.box-red:focus
	{
		box-shadow: 0 2px 9px 0 rgba(235, 82, 73, 0.4);
	}
.box.box-blue .box-title,
.box.box-red .box-title {
	color:#fff;
}
.box.box-blue .box-body,
.box.box-red .box-body {
	font-size: 13px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: -0.2px;
	color:#fff;
	min-height:100px;
}
.box.box-blue .box-footer,
.box.box-red .box-footer {
	border:none;
	background:transparent;
	padding-top:10px;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: -0.2px;
	text-align: left;
	color: #ffffff;
}
.box .box-separator {
	border-top:1px solid #fff;
	margin-bottom:10px;
}
.box>.box-footer .box-footer-link {
	display:block;
	color:rgba(255,255,255,0.7);
	background-image:url(../css/credissima/arrow.svg);
	background-size:16px 11px;
	background-repeat:no-repeat;
	background-position:calc(100% - 5px) center;
	transition: 		all 0.25s ease-out;
	-o-transition: 		all 0.25s ease-out;
	-moz-transition: 	all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
}
	.box:hover  > .box-footer .box-footer-link,
	.box:active > .box-footer .box-footer-link,
	.box:focus  > .box-footer .box-footer-link
	{
		color:#fff;
		background-position:center right;
	}
.picto-bancaire {
	position:relative;
}
	.picto-bancaire > img.picto-releve-bancaire {
		display:block;
		height:55px;
		width:55px;
		position:absolute;
		top:-20px;
		right:10px;
		transition: 		all 0.25s ease-out;
		-o-transition: 		all 0.25s ease-out;
		-moz-transition: 	all 0.25s ease-out;
		-webkit-transition: all 0.25s ease-out;
	}

/* Convention Callback
------------------------------*/
section.convention_callback {
	background-image:url(../css/credissima/bg.jpg);
	background-repeat:no-repeat;
	background-position:50% 60%;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top:250px;
}
section.qcc_callback {
	background-image:url(../images/happy-couple-bg.png);
	background-repeat:no-repeat;
	background-position:top 50%;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top:150px;
	min-height:800px;
}
body.qcc.fixed .content-wrapper, .fixed .right-side {
	padding-top:0;
}


/* Formulaire spécifique
------------------------------*/
form.form-cd {
	margin-top:50px;
}
	form.form-cd .form-group {
		transition: 		all 0.25s ease-out;
		-o-transition: 		all 0.25s ease-out;
		-moz-transition: 	all 0.25s ease-out;
		-webkit-transition: all 0.25s ease-out;
	}
	form.form-cd a {
		color:#585857;
	}
	form.form-cd label {
		font-weight:normal;
		cursor:pointer;
		text-transform:uppercase;
		color:#585857;
		letter-spacing: -0.47px;
		font-size:17px;
		margin-bottom:0px;
	}
	form.form-cd input.form-control,
	form.form-cd input[type=text],
	form.form-cd input[type=password]
	{
		border:1px solid #f1f2f7;
		text-align:left;
		color:#007f6a;
		background:#f1f2f7;
		height:53px;
		line-height:53px;
		-moz-border-radius: 	8px;
		-webkit-border-radius:	8px;
		border-radius: 			8px;
		-moz-box-shadow:    none;
		-webkit-box-shadow: none;
		box-shadow:         none;
		padding:5px 15px 5px 15px;

	}
		form.form-cd input.form-control:focus,
		form.form-cd input[type=text]:focus,
		form.form-cd input[type=password]:focus
		{

		}
		form.form-cd input.form-control.error
		{
			border-bottom:solid 1px #ffa285;
		}
		form.form-cd.form-login input.form-control.error
		{
			border-bottom:none;
		}
	form.form-cd .bloc_boutons {
		padding-top:25px;
	}


/* ========================= LOGIN ========================== */
.container_login {
	height:100%;
	padding:0px;
}
	.container_login form.form-cd label {
		color:#fff !important;
		text-align:center;
		text-transform:none;
		display:block;
		margin-bottom:10px;

	}
	.container_login form.form-cd label.remember_me {
		text-align:left;
		display:inline;
		position:relative;
		top:2px;
		margin-bottom:0px;

	}
	.container_login form.form-cd a {
		color:#fff;
	}
	.container_login form.form-cd .form-group {
		margin-top:30px;
	}

	.container_login form.form-cd .btn-primary {
		padding: 21px 68px 22px 69px;
		background: linear-gradient(#007f6a, #003f35);
		-moz-border-radius: 	50px;
		-webkit-border-radius:	50px;
		border-radius: 			50px;
		border:none;
		transition: 		all 0.25s ease-out;
		-o-transition: 		all 0.25s ease-out;
		-moz-transition: 	all 0.25s ease-out;
		-webkit-transition: all 0.25s ease-out;
	}
body.main_login {
	background-color:#003f35;
	/*background-image:url(../images/empruntis-login.png);*/
	background-image:url(../images/login-iregroups.jpg);
	background-size:cover;
	background-position:center left;
	background-repeat:no-repeat;
}
	body.main_login h1 {
		font-family: 'Mulish';
		font-weight: normal;
		letter-spacing: -0.83px;
		text-align: center;
	}

div.main_login {
	/*
	mix-blend-mode: multiply;
	*/

	background-color: rgba(0,0,0,0.2);

}
div.main_inner {
	/*
	background-image:url(../images/noisy-texture.png);
	background-size:100px 100px;
	background-position:center center;
	background-repeat:repeat;
	mix-blend-mode: normal;
	*/
}

.main_login,
.main_login > .main_inner,
.main_login > .main_inner > .row
{
	/*
	height:100%;
	*/
	width:100%;
	/*
	padding:0px;
	*/
}
img.logo_login {
	display:block;
	/*filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.5));*/
	/*-webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.5));*/
}
/* ========================= MAIN ========================== */

#main {
	padding:0px;
	height:100%;
}
#main_container {
}
#main_container.budget_insight {
}

.table {
	background:#fff;
}

.welcome {
	transition: 		all 0.25s ease-out;
	-o-transition: 		all 0.25s ease-out;
	-moz-transition: 	all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;

	font-size: 20px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: -0.2px;
	color: #003f35;
}
	.welcome .left {
		float:left;
		text-align:left;
	}
	.welcome .right {
		float:right;
		text-align:right;
	}
.content {
	padding:110px 30px 30px 30px;
}
	.content h1 {
			font-size: 16px;
		font-weight: bold;
		letter-spacing: -0.2px;
		text-align: left;
		color: #007f6a;
		margin:0px;
		padding:0px;
	}

/* ========================= INFOS PERSONNELLES ========================== */
.info_titre {
	color:#003f35;
	font-size:21px;
	font-family: 'NimbusSans';
	font-weight:bold;
	margin:10px 0px 15px 0px;
	padding:0px;
}
form.form-cd.formCoordValidate  {
	margin-top:20px;
}

/* ========================= BLOCS ALERTE / INFO ========================== */
.alerte {
	background:#fbe280;
	color:#444;
	padding:20px;
	border:none;
	position:relative;
	padding:20px;
	-moz-border-radius: 	10px;
	-webkit-border-radius:	10px;
	border-radius: 			10px;

}
	.alerte i.fa{
		position:relative;
		bottom:-4px;
	}
.info {
	background:#f1f2f7;
	color:#585857;
	padding:10px;
	font-size:13px;
	border:none;
	position:relative;
	padding:30px 40px;
	margin-bottom:40px;
	-moz-border-radius: 	10px;
	-webkit-border-radius:	10px;
	border-radius: 			10px;
}
	.info i.fa{
		position:relative;
		bottom:-4px;
		margin-right:5px;
		margin-bottom:5px;
		color:#003f35;
	}

	.alerte h2,
	.info h2 {

		font-weight:500;
		font-size:16px;
		line-height:25 px;
		margin:0px 0px 10px 0px;
		padding:0px;
	}
.toast {
    background-color: #003f35;
	color:#fff;
}
.rond_notif {
	position:absolute;
	top:12px;
	right:5px;
	width:20px;
	height:20px;
	line-height:20px;
	background:#003f35;
	color:#fff;
	text-align:center;
	font-family: 'Mulish Semibold';
	font-weight:bold;
	font-size:13px;
	-moz-border-radius: 	20px;
	-webkit-border-radius:	20px;
	border-radius: 			20px;
}
.rond_notif_2 {
	display:inline-block;
	position:relative;
	bottom:15px;
	right:5px;
	width:20px;
	height:20px;
	line-height:20px;
	background:#003f35;
	color:#fff;
	text-align:center;
	font-family: 'Mulish Semibold';
	font-weight:bold;
	font-size:13px;
	-moz-border-radius: 	20px;
	-webkit-border-radius:	20px;
	border-radius: 			20px;
}
/* ========================= QCC ========================== */
#f_qcc h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.2px;
	text-align: left;
	color: #003f35;
	margin:0px 0 8px 0;
	padding:0px;
}
	#f_qcc label {
		display:inline-block;
		color:#003f35;
		position:relative;
		bottom:1px;
	}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
    border: 2px solid #003f35;
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #003f35;
}
.bloc_info {
	border:1px solid #003f35;
	background:#D5E4F1;
	color:#2B5D89;
	padding:20px 30px 20px 30px;
	margin-bottom:30px;
	-moz-border-radius: 	20px;
	-webkit-border-radius:	20px;
	border-radius: 			20px;
}
.bloc_info p {
	margin:8px 0 12px 0;
	padding:0;
	line-height:1.3;
}

.bloc_info>ul {
	margin:0 0 0 25px;
	padding:0;
}
	.bloc_info>ul>li {
		list-style-type: square;
		margin-bottom:15px;
		margin:0 0 10px 0;
		line-height:1.3;
	}
		.bloc_info>ul>li>ul {
			margin:15px 0 0 50px;
			padding:0;
		}
			.bloc_info>ul>li>ul>li {
				list-style-type: disc;
				margin-bottom:8px;
				line-height:1.3;
			}

ol.liste_etapes {
	margin:20px 0 0 0px;
	list-style: none;
	counter-reset: item;
}
	ol.liste_etapes > li {
		counter-increment: item;
		margin-bottom:15px;
		margin:0 0 20px 0;
		line-height:1.3;
	}
	ol.liste_etapes > li:before {
		margin-right: 10px;
		content: counter(item);
		background: #003f35;
		border-radius: 100%;
		color: #fff;
		width: 25px;
		height: 25px;
		line-height:25px;
		text-align: center;
		display: inline-block;
	}

/* ========================= BLOCS INTERLOCUTEUR / NOTIFS ========================== */
.bloc_interlocuteur .titre,
.bloc_agence .titre,
.bloc_notifs .titre,
.bloc_home_budget_insight .titre
{
	height:50px;
	line-height:30px;
	position:relative;
	font-size:22px;
	font-family: 'Mulish Semibold';
	font-weight:normal;
	padding-left:0px;
}
.card {
	-moz-border-radius: 	3px;
	-webkit-border-radius:	3px;
	border-radius: 			3px;

}
.card h1 {
	color:#333;
}
.card .content {
	padding:20px 25px;
	color:#8d8d8d;
}
.card .content a:not(.btn) {
	color:#8d8d8d;
}
	.card .content a:not(.btn):hover,
	.card .content a:not(.btn):focus
	.card .content a:not(.btn):active
	{
		color:#444;
	}
#map {
	height: 300px;
	width: 100%;
}
.bloc_interlocuteur {
	padding:30px;
}
	.bloc_interlocuteur>.titre {
		background-color:#003f35;
		color:#fff;
		margin-bottom:15px;
	}
		.bloc_interlocuteur .titre_picto {
			display:block;
			width:100%;
		}
	.bloc_interlocuteur .content {
		display:block;
		line-height:25px;
		padding:0px 0px 0px 00px;
	}
	.bloc_interlocuteur .content .titre {
		margin:0px 0px 10px 0px;
		padding:0px;
		line-height:30px;
		height:30px;
	}
	.bloc_interlocuteur .content .inter_picto {
		display:block;
		margin-right:7px;
		vertical-align:middle;
		float:left;
	}
.bloc_agence {
	padding:30px;
	min-height:250px;
}
	.bloc_agence>.titre {
		margin-bottom:30px;
	}
	.bloc_agence .content {
		display:block;
		line-height:25px;
		padding:0px 0px 0px 0px;
	}
	.bloc_agence .content strong {
		font-size:25px;
	}
	img.switch_map {
		cursor:pointer;
	}
	a.switch_map {
		color:#bbb;
		margin-top:15px;
		margin-bottom:20px;
		padding-left:10px;
		padding-right:10px;
		position:relative;
		left:-10px;
	}



.bloc_notifs {
	padding:30px;
}
	.bloc_notifs .titre {
		margin-bottom:30px;
	}
	.bloc_notifs .content {
		display:block;
		line-height:25px;
		padding:0px 0px 0px 0px;
	}
	.bloc_notifs .collection {
		border:none;
		margin-top:0px;
	}
		.bloc_notifs .collection p {
			font-size:14px;
		}
		.bloc_notifs .collection .unread p{
			font-family: 'Mulish Semibold';
			font-weight:normal;
			color:#343535;
		}
		.bloc_notifs .collapsible .collapsible-header {
			background:#f7f7f7;
		}
		.bloc_notifs .collapsible .unread .collapsible-header,
		.bloc_notifs .collapsible .unread .collapsible-body
		{
			font-family: 'Mulish Semibold';
			font-weight:normal;
			color:#343535;
		}
		.bloc_notifs .collapsible .collapsible-body {
			padding:15px 0px 10px 25px;
		}
		.bloc_notifs .collapsible {
			-moz-box-shadow:    none;
			-webkit-box-shadow: none;
			box-shadow:         none;
			border-left:0px;
			border-right:0px;

		}
		.bloc_notifs .collapsible .date {
			font-family: 'roboto';
			color:#b7b7b7;
			font-size:14px;
			font-style:italic;
			font-weight:normal;
			margin-top:15px;
		}
.bloc_home_budget_insight {
	padding:30px;
}
	.bloc_home_budget_insight .titre {
		margin-bottom:00px;
	}
	.bloc_home_budget_insight .content {
		display:block;
		line-height:25px;
		padding:0px 0px 0px 0px;
	}
	.bloc_bi_rapide {
		padding:0px 30px 70px 160px;
	}

	.bloc_bi_interne {
		padding:20px 30px 20px 30px;
		border-top:1px solid #e0e0e0;
	}

.collection {

}
	.collection .collection-item.avatar .circle {
		width: 25px;
		height: 25px;
		left:5px;
	}
	.collection .collection-item.avatar i.circle {
		font-size: 15px;
		line-height: 25px;
	}
	.collection .collection-item.avatar {
		padding-left: 40px;
	}
h3.banque_lib {
	border:none;
	margin-top:40px;
	text-decoration:none;
	font-size:18px;
}
#f_comptes table tbody tr td a.compte_desactiver {
	color:transparent;
	text-align:center;
	padding:8px 30px;
}
#f_comptes table tbody tr:hover td a.compte_desactiver {
	color:#888;
}
#f_comptes table tbody tr:hover td .fa-check-circle {
	display:none;
}
#f_comptes table tbody tr:hover td .picto-delete {
	display:inline-block;
	cursor:pointer;
}
#f_comptes table tbody tr td a.compte_reactiver {
	font-style:normal;
	margin-bottom:0px;
	/*
	color:#0a0;
	*/
}
#f_comptes table tbody tr td.col_compte_nom {
	width:50%;
}
#f_comptes table tbody tr td.col_compte_iban {
	width:30%;
}
.bulle_compte > .picto-delete {
	display:none;
}
.bulle_compte:hover > .fa-check-circle {
	display:none;
}
.bulle_compte:hover > .picto-delete {
	display:inline-block;
	cursor:pointer;
}
/* ========================= CUSTOM MATERIALIZECSS ========================== */
#sidenav-overlay {
	background-color:transparent;
}
.dropdown-content {
  background-color: #FFFFFF;
  margin: 0;
  display: none;
  max-height: auto;
	margin-left: -1px; /* Add this to keep dropdown in line with edge of navbar */
  overflow: hidden; /* Changed this from overflow-y:auto; to overflow:hidden; */
  opacity: 0;
  position: absolute;
  white-space: nowrap;
  z-index: 1;
  will-change: width, height;
}
/* ========================= LOGIN ========================== */
#main.login {
/*
	background:#2278B6;
*/
}
.checkbox-blue[type="checkbox"].filled-in:checked + label:after{
     border: 2px solid #1565c0 ;
     background-color: #1565c0 ;
}
#bloc_login {
	/*padding:0px;*/
	display:flex;
	flex-direction: column ;
	align-items: center;
	justify-content: center;
	/*height: 100vh;*/

	padding: 15px;
	background-color: #cbcbcb38;
	/* border: 1px solid #0c0c0c; */
	border-radius: 9px;
	height: auto;
	margin-top: 22%;
}
	#bloc_login h1 {
		color:#fff;
	}
#login_content {
	width:100%;
	padding:15px;
	vertical-align:middle;
	z-index:10;
}
#loginsubmit {
}
/* ========================= FLEX ========================== */
.flex {
	display:flex;
}
.flex-center {
	justif-content:center;
}
.flex-middle {
	align-items:center;
}


/* ========================= HEADER ========================== */
.nav-extended {
	background:#faea30;
}
a.brand-logo {
	text-transform:uppercase;
	font-size:20px;
	font-family: 'Mulish Semibold';
}
.top-logo {
	display:none;
}

.voile_sombre {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
}
.voile_clair {
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.7);
}
.dropdown-content {
	min-width:270px;
}
/* ========================= MENU NOTIFICATIONS ========================== */
.main-header .navbar-custom-menu,
.main-header .navbar-right {
	padding-top:50px;
	transition: 		all 0.25s ease-out;
	-o-transition: 		all 0.25s ease-out;
	-moz-transition: 	all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;

}

.menu-notifs {
}
	.menu-notifs li {
		cursor:help;
	}
	.navbar-nav>.notifications-menu>.dropdown-menu,
	.navbar-nav>.messages-menu>.dropdown-menu,
	.navbar-nav>.tasks-menu>.dropdown-menu {
		margin-top:5px;
		margin-right:15px;
		border:none;
		min-width:450px;
		background:#fff;
		padding: 20px 35px 20px 35px;
		-moz-border-radius: 	30px 0 30px 30px;
		-webkit-border-radius:	30px 0 30px 30px;
		border-radius: 			30px 0 30px 30px;

	}
	.navbar-nav>.user-menu>.dropdown-menu {
		margin-top:5px;
		margin-right:15px;
		border:none;
		width:auto;
		background:#fff;
		padding: 15px 35px 15px 35px;
		-moz-border-radius: 	30px 0 30px 30px;
		-webkit-border-radius:	30px 0 30px 30px;
		border-radius: 			30px 0 30px 30px;
	}
		.navbar-nav>.user-menu>.dropdown-menu li {
			text-align:right;
		}

		.navbar-nav>.user-menu>.dropdown-menu a {
			font-size: 13px;
			font-weight: bold;
			font-stretch: normal;
			font-style: normal;
			line-height: normal;
			letter-spacing: -0.36px;
			text-align: right;
			margin-top:8px;
			margin-bottom:8px;
			color: #007f6a;
			padding:0;

		}
		.navbar-nav>.user-menu>.dropdown-menu a:hover,
		.navbar-nav>.user-menu>.dropdown-menu a:active,
		.navbar-nav>.user-menu>.dropdown-menu a:focus
		{
			color:#003f35;
			background:none;
		}
		.navbar-nav>.user-menu>.dropdown-menu a span.picto {
			display:inline-block;
			width:30px;
			margin-left:15px;
			text-align:left;
		}
	.menu-notifs .notifs-titre {
		background: #003f35;
		color:#fff;
		font-size: 18px;
		font-family: 'Mulish Semibold';
		font-weight: normal;
		padding:8px 10px;
	}
	.menu-notifs .notifs-liste {
		padding:10px;
	}
	.menu-notifs .notifs-liste i {
		height:15px;
		line-height:15px;
		margin-top:3px;
		margin-right:5px;
		color:#003f35;
	}
	.menu-notifs .notifs-liste ul.collapsible {
		margin:0px;
	}
		.menu-notifs .notifs-liste .notif-titre {
			float:left;
			font-size: 14px;
			font-weight: bold;
			font-stretch: normal;
			font-style: normal;
			line-height: normal;
			letter-spacing: -0.39px;
			color: #003f35;
			margin-bottom:10px;
		}
		.menu-notifs .notifs-liste .notif-contenu {
			clear:both;
			white-space:normal;
			font-size: 14px;
			font-weight: normal;
			font-stretch: normal;
			font-style: normal;
			line-height: 1.14;
			letter-spacing: -0.39px;
			color: #003f35;
		}
		.menu-notifs .notifs-liste .notif-date {
			float:right;
			font-family:"Mulish";
			font-size: 14px;
			font-weight: normal;
			font-stretch: normal;
			font-style: normal;
			line-height: normal;
			letter-spacing: -0.39px;
			text-align: right;
			color: #003f35;
			margin-bottom:10px;
		}

/* ========================= Liste fichiers en erreur ========================== */
ul.liste_erreur {
	/*
	list-style-type:disc;
	*/
	margin:0px;
	padding:15px 0px 0px 25px;
}
	ul.liste_erreur>li {
		list-style-type:square;
		padding:0px 0px 5px 0px;
	}


/* ========================= HOMEPAGE ========================== */
.box.box-home {
	-moz-border-radius: 	6px;
	-webkit-border-radius:	6px;
	border-radius: 			6px;
	display:block;
	padding:20px 10px;
}
	.box.box-home.voiture {
		background-image: linear-gradient(149deg, #eef445, #ec9012);
	}
	.box.box-home.fb {
		 background-image: linear-gradient(149deg, #79f1a4, #0e5cad);
	}
	.box.box-home.newsletter {
		background-image: linear-gradient(149deg, #ff6fd8, #3813c2);
	}

	.box.box-home > .box-header {
		background-repeat:no-repeat;
		background-position:center center;
		height:60px;
		width:100%;
	}
		.box.box-home.voiture > .box-header {
			background-image: url(../css/credissima/home-auto.svg);
			background-size: 32px 23px;
		}
		.box.box-home.fb > .box-header {
			background-image: url(../css/credissima/home-fb.svg);
			background-size: 17px 32px;
		}
		.box.box-home.newsletter > .box-header {
			background-image: url(../css/credissima/home-newsletter.svg);
			background-size: 26px 26px;
		}
	.box.box-home > .box-body {
			font-size: 14px;
		font-weight: bold;
		letter-spacing: -0.2px;
		text-align: center;
		color: #ffffff;
	}
	.box.box-home .box-footer {
		border:none;
		background:transparent;
		padding-top:10px;
			font-size: 14px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		letter-spacing: -0.2px;
		text-align: left;
		color: #ffffff;
	}
	.box.box-home.fb .box-footer,
	.box.box-home.newsletter .box-footer {
		height:71px;
		line-height:40px;
	}
	.box.box-home>.box-footer>.box-footer-link {
		display:block;
		color:#f0f0f0;
		background-image:url(../css/credissima/arrow.svg);
		background-size:16px 11px;
		background-repeat:no-repeat;
		background-position:calc(100% - 5px) center;
		transition: 		all 0.25s ease-out;
		-o-transition: 		all 0.25s ease-out;
		-moz-transition: 	all 0.25s ease-out;
		-webkit-transition: all 0.25s ease-out;
	}
		.box.box-home:hover  >.box-footer>.box-footer-link,
		.box.box-home:active >.box-footer>.box-footer-link,
		.box.box-home:focus  >.box-footer>.box-footer-link
		{
			color:#fff;
			background-position:center right;
		}



/* ========================= BOX CONSEILLER ========================== */
.box.conseiller {
	background-color:#f1f2f7;
	padding-bottom:20px;
}
	.box.conseiller .nego_picto {
		display:block;
		margin:auto;
	}
	.box.conseiller .body h2 {
		font-family: 'Mulish Light';
		font-size: 30px;
		font-weight: normal;
		letter-spacing: -0.83px;
		color: #007f6a;
		margin:0 0 16px 0;
		padding:0;
	}
	.box.conseiller .body .nego_nom {
		font-size: 14px;
		font-weight: bold;
		letter-spacing: -0.39px;
		color: #003f35;
		margin-bottom:8px;
	}
	.box.conseiller .body .nego_agence {
		display:inline;
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
		letter-spacing: -0.39px;
		color: #585857;
	}
	.box.conseiller .body .nego_mail a,
	.box.conseiller .body .nego_tel a
	{
		font-size: 14px;
		line-height: 0.93;
		letter-spacing: -0.5px;
		color: #585857;
		margin-bottom:8px;
	}
		.box.conseiller .body .nego_mail a:hover,
		.box.conseiller .body .nego_tel a:hover
		{
			color:#007f6a;
		}

/* ========================= BOX BUDGET INSIGHT ========================== */
.box.box-bi {
	padding:30px 65px;
}
.box.budget_insight {
	background-color: #003f35;
	mix-blend-mode: multiply;
	padding:0;
	color:#fff;
}
	.box.budget_insight .box-body h3 {
		font-family: 'Mulish';
		font-size: 30px;
		font-weight:normal;
		letter-spacing: -0.83px;
		color: #ffffff;
	}
	.box.budget_insight .box-body {
		font-family: 'Mulish';
		font-weight:normal;
		font-size: 14px;
		line-height: 1.21;
		letter-spacing: -0.39px;
		color: #ffffff;
	}

	.box.budget_insight .inner {
		padding:30px 40px 30px 40px;
		background-image:url(../images/noisy-texture.png);
		background-size:100px 100px;
		background-position:center center;
		background-repeat:repeat;
		-moz-border-radius: 	60px;
		-webkit-border-radius:	60px;
		border-radius: 			60px;
	}
	.box.budget_insight .picto-bi {
		display:block;
		margin:auto;
		width:100%;
	}
/* ========================= BOX BUDGET INSIGHT MINI ========================== */
.box.mini_bi {
	display:block;
	background-color: #003f35;
	mix-blend-mode: multiply;
	padding:25px;
	color:#fff;
	-moz-border-radius: 	38px;
	-webkit-border-radius:	38px;
	border-radius: 			38px;

}
	.box.mini_bi .box-body img.logo {
		width:140px;
		height:auto;
		display:inline-block;
		margin-bottom:10px;
	}
	.box.mini_bi .box-body p {
		margin:0;
		padding:0;
	}
	.box.mini_bi .box-body {
		font-family: 'Mulish';
		font-weight:normal;
		font-size: 14px;
		line-height: 1.21;
		letter-spacing: -0.39px;
		color: #ffffff;
	}

	.box.mini_bi .inner {
		padding:30px 40px 30px 40px;
		background-image:url(../images/noisy-texture.png);
		background-size:100px 100px;
		background-position:center center;
		background-repeat:repeat;
		-moz-border-radius: 	60px;
		-webkit-border-radius:	60px;
		border-radius: 			60px;
	}
	.box.mini_bi .picto-bi {
		display:block;
		margin:auto;
		width:100%;
	}

/* ========================= AVANCEMENT ========================== */
.avancement {
	position:relative;
	z-index:20;
}
.avancement #uploader {
	margin-top:35px;
}
#uploader_dropbox {
	cursor:pointer;
}

.bloc_num_dossier {
	position:absolute;
	top:0px;
	right:0px;
	background:#eee;
	color: rgba(73, 73, 73, 0.8);
	text-align:center;
	font-size:14px;
	padding:3px 10px;
}
ul.liste-avancement {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
	ul.liste-avancement li {
		position:relative;
		display:block;
		margin:0px 0px 25px 0px;

		color: #003f35;
		min-height:175px;
		line-height:30px;
		transition: 		all 0.25s ease-out;
		-o-transition: 		all 0.25s ease-out;
		-moz-transition: 	all 0.25s ease-out;
		-webkit-transition: all 0.25s ease-out;

		padding: 28px 40px 38px 40px;
		border-radius: 45px;
		background-color: #eff9ff;
	}
		ul.liste-avancement li.done
		{
			background-color:#e9f6f2;
			color:#4e8372;
		}
		ul.liste-avancement li.current
		{
			background-color:#ffffff;
			color:#007f6a;
			box-shadow: 0 20px 84px 0 rgba(164, 189, 202, 0.6)
		}
	ul.liste-avancement li > .bulle {
		display:block;
		font-size: 13px;
		line-height:30px;
		text-align: left;
		color: #007f6a;

	}
		ul.liste-avancement li.done > .bulle {
			color: #007f6a;
		}
		ul.liste-avancement li.current > .bulle {
			color: #003f35;
		}
	ul.liste-avancement li > .titre {
		font-size: 14px;
		font-weight: bold;
		letter-spacing: -0.2px;
		line-height:normal;
		text-align: center;
		color: #585857;
		color: #003f35;

	}
		ul.liste-avancement li.done > .titre {
			color: #4e8372;

		}
		ul.liste-avancement li.current > .titre {
			color: #003f35;
		}
	ul.liste-avancement li > .sous_titre {
		font-family:"Mulish Light";
		font-size: 14px;
		letter-spacing: -0.39px;
		text-align: center;
		color: #8bbbab;
	}
		ul.liste-avancement li.current > .sous_titre {
			color: #003f35;
		}

	ul.liste-avancement .barre {
		display:block;
		height: 7px;
		margin: 5px 0px 24px 0px;
		border-radius: 3.5px;
		background-color: #f1f2f7;
	}
		ul.liste-avancement li.done .barre {
			background-color: #007f6a;
			position:relative;
		}
			ul.liste-avancement li.done .barre .state{
				width: 32px;
				height: 32px;
				padding: 10px 7px;
				border-radius:30px;
				margin:auto;
				position:relative;
				top:-12px;
				background-color: #007f6a;
				background-image:url(../images/picto-done.svg);
				background-size:12px 18px;
				background-position:center center;
				background-repeat:no-repeat;

			}
		ul.liste-avancement li.current .barre {
			background-color: #f1f2f7;
		}
			ul.liste-avancement li.current .barre .state {
				height: 7px;
				width:25%;
				border-radius: 3.5px;
				background-color: #faea30;
			}

/* =========================== MEMO DES PIECES =============================== */

.box .box-body .form_pieces h3 {
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.39px;
	color: #003f35;
}
.form_pieces ul {
	list-style:none;
	margin:5px 0px 20px 0px;
	padding:0px;
}
	.form_pieces ul li {
		padding-left:0px;
		margin-bottom:0px;
	}
	.form_pieces ul li label {
		display:inline;
		font-size: 13px;
		font-weight: normal;
		font-style: normal;
		letter-spacing: -0.2px;
		text-align: left;
		color: #003f35;
		padding-left:10px;
		transition: 		all 0.25s ease-out;
		-o-transition: 		all 0.25s ease-out;
		-moz-transition: 	all 0.25s ease-out;
		-webkit-transition: all 0.25s ease-out;

	}
	.form_pieces .liste_piece {
		position:relative;
		top:-3px;
	}
	.form_pieces .liste_piece:hover ~ label {
		color:#007f6a;
	}
	.form_pieces .liste_piece:checked ~ label {
		color:#007f6a;
		font-family: 'Mulish SemiBold';


	}
/* =========================== DRAG & DROP =============================== */


#upload_etape {
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: -0.36px;
	color: #aed2e5;
	margin-bottom:5px;
}

#upload_barre_progression {
	width:100%;
	height:7px;
	border-radius: 4px;
	background-color: #003f35;
	margin-bottom:30px;
}
#upload_barre_progression.etape_1 {
	width:33%;
}
#upload_barre_progression.etape_2 {
	width:66%;
}
#upload_barre_progression.success {
	width:100%;
	background-color:#007f6a;
}
h2#upload_titre {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.22;
	letter-spacing: -0.5px;
	text-align: center;
	color: #003f35;
}


.fs-upload.fs-light .fs-upload-target {
	margin-bottom:30px;
	padding: 36px 55px 40px;
	border-radius: 45px;
/*
border: solid 1px #f1f2f7;
*/
	background:#f1f2f7;
	border: solid 1px #f1f2f7;

}
.fs-light.fs-upload-dropping .fs-upload-target,
.fs-light.fs-upload-focus .fs-upload-target,
.no-touchevents .fs-light:hover .fs-upload-target {
	background:#cfe4ef;
	border: solid 1px #cfe4ef;
}
.filelists {
	margin-bottom:20px;
}
.filelist {
	padding:0px 0px 0px 0px;
	list-style:none;
}
.filelist .file_content {
	display:block;
	font-size:13px;
	padding:0px 0px 6px 0px;
	clear:both;
}
.filelists #upload_current {
	display:block;
	width:60%;
	margin:auto;
	text-align:center;
	background-color:#007f6a;
	margin-bottom:10px;
	padding:15px 0 10px 0;
	line-height:180%;
	color:#fff;
	-moz-border-radius: 	50px;
	-webkit-border-radius:	50px;
	border-radius: 			50px;
}
.filelists #upload_finished {
	display:block;
	width:60%;
	margin:auto;
	text-align:center;
	background-color:#007f6a;
	margin-bottom:10px;
	padding:15px 0 10px 0;
	line-height:180%;
	color:#fff;
	-moz-border-radius: 	50px;
	-webkit-border-radius:	50px;
	border-radius: 			50px;
}
.filelist .file_content .file {
    display: inline-block;
    width: 260px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.filelist .file_content .cancel {
	float:right;
	display:inline-block;
	margin-left:10px;
	cursor:pointer;
	position:relative;
	bottom:3px;
}
.filelist .file_content .progress {
	float:right;
	background:none;
	margin:0px;
	padding:0px;
	height:auto;
	display:inline-block;
	width:auto;
	color:#007f6a;
}
.filelist .bar_container {
	display:block;
	float:right;
	margin-left:10px;
	height:4px;
	width:100px;
	background:#DBE8E7;
	margin-top:10px;
	-moz-border-radius: 	10px;
	-webkit-border-radius:	10px;
	border-radius: 			10px;
	position:relative;
	bottom:3px;

}
.filelist .bar_container .bar {
	float:left;
	height:4px;
	background:#007f6a;
	display:block;
	-moz-border-radius: 	10px;
	-webkit-border-radius:	10px;
	border-radius: 			10px;

	width:0%;
}
.filelist.complete {
	color:#007f6a;
}
	.filelist.complete .bar_container {
		margin-right: 41px;
	}
.chosen-container {
    margin: auto;
    display: block;
}
#upload_send {
	display:none;
}

.chosen-container-single .chosen-single {
	background:#f1f2f7;
	border:1px solid #f1f2f7;
	padding:10px 15px;
	height:53px;
	line-height:30px;
	font-size:15px;
	border-radius: 8px;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
}
.chosen-container-single .chosen-single div b {
    background: url(chosen-sprite.png) no-repeat 0 15px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 15px;
}

.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
}
.plupload_filelist_header, .plupload_filelist_footer {
	background:transparent;
}
.plupload_container {
	padding:0px;
	background:transparent;
	min-height:300px;
}

.plupload_header {
	background:#f0f0f0;
	display:none;
}
.plupload_header_content {
	background:none;
	padding-left:15px;
	color:#666;

}
.plupload_logo {
	display:none;
}
.plupload_view_thumbs .plupload_content {
	background:transparent;
	-moz-border-radius: 	6px;
	-webkit-border-radius:	6px;
	border-radius: 			6px;
	color:#B3B9BF;
	border: 1px dashed rgba(125, 134, 144, 0.4);
	top:0px;
	bottom:	150px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.plupload_droptext {
    line-height: 50px;
    padding-top: 40px;
    font-weight: bold;
	color:#B3B9BF;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: -0.2px;
	text-align: center;
	line-height:30px;
}
.plupload_filelist_footer {
	border-top:0px;
	background:rgba(255,255,255,0.7);
}
.plupload_wrapper {
	min-width:auto;
}
.plupload_cell {
    padding: 14px 0px;
}
.plupload_button {
	background:#003f35;
	-moz-border-radius: 	0px;
	-webkit-border-radius:	0px;
	border-radius: 			0px;
	color:#fff;
	border:none;
	font-size:15px;
	height:30px;
	line-height:30px;
	padding:2px 10px;
	display:block;
	float:left;
	margin:0px 5px 5px 0px;
	text-align:center;
	transition: 		all 0.25s ease-out;
	-o-transition: 		all 0.25s ease-out;
	-moz-transition: 	all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;

}
	.plupload_button:hover,
	.plupload_button:focus,
	.plupload_button:active
	{
		color:#fff;
		background:#007f6a;

	}
.plupload_add  {
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: -0.2px;
	color: #003f35;
	height:auto;
	font-size:16px;
	background:#fff;
	color:#003f35 !important;
	border: solid 1px #003f35;
	text-align:left;
	margin-bottom:10px;
	font-weight:600;
	-moz-border-radius: 	6px;
	-webkit-border-radius:	6px;
	border-radius: 			6px;

}
		.plupload_add:hover,
		.plupload_add:active,
		.plupload_add:focus
		{
			background:#003f35;
			color:#fff !important;
			border: solid 1px #003f35;
			-moz-box-shadow:    0 2px 9px 0 rgba(54, 115, 169, 0.6);
			-webkit-box-shadow: 0 2px 9px 0 rgba(54, 115, 169, 0.6);
			box-shadow:         0 2px 9px 0 rgba(54, 115, 169, 0.6);
		}
.plupload_start  {
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: -0.2px;
	color: #003f35;

	height:auto;
	font-size:16px;
	background:#003f35;
	color:#fff;
	border: solid 1px #003f35;
	text-align:center;
	margin-bottom:10px;
	-moz-border-radius: 	6px;
	-webkit-border-radius:	6px;
	border-radius: 			6px;

}
		.plupload_start:hover,
		.plupload_start:active,
		.plupload_start:focus
		{
			background:#003f35;
			color:#fff;
			border: solid 1px #003f35;
			-moz-box-shadow:    0 2px 9px 0 rgba(54, 115, 169, 0.6);
			-webkit-box-shadow: 0 2px 9px 0 rgba(54, 115, 169, 0.6);
			box-shadow:         0 2px 9px 0 rgba(54, 115, 169, 0.6);
		}

.box.saviez-vous {
	background-color:#f4f6f9;
	-moz-border-radius: 	0px;
	-webkit-border-radius:	0px;
	border-radius: 			0px;
}
	.box.saviez-vous .box-header {
			font-size: 18px;
		font-weight: 600;
		font-style: normal;
		letter-spacing: -0.2px;
		text-align: left;
		color: #faea30;
		padding-left:40px;
		background-image:url(../css/credissima/astuce.svg);
		background-position:10px 5px;
		background-size:21px 29px;
		background-repeat:no-repeat;

	}
	.box.saviez-vous .box-body {
		font-size:14px;

	}
		.box.saviez-vous .box-body strong {
			font-weight:500;
		}
	.box.saviez-vous h4{
		font-size:16px;
	}
/* ========================= Mentions BI ========================== */
.box.mentions-bi p {
	font-size:13px;
	text-align:justify;
}

/* ========================= BOX Suivi ========================== */
.box.suivi {
	z-index:100;
	box-shadow: 0 2px 114px 0 rgba(135, 176, 197, 0.1);
}

/* ========================= étape en cours ========================== */
.box.etape {
	margin-top:66px;
	padding-bottom:40px;
	position:relative;
	padding-left:15px;
}
	.box.etape .etape_statut{
		display:inline-block;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: -0.36px;
		text-align: center;
		color: #003f35;
		padding: 4px 11px 5px 12px;
		border-radius: 12.5px;
		background-color: #f1f2f7;
	}
	.box.etape .etape_number{
		display:inline-block;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: -0.36px;
		text-align: right;
		color: #003f35;
		padding-left:100px;
	}
	.box.etape .titre{
		font-family: 'Mulish Light';
		font-size: 30px;
		letter-spacing: -0.83px;
		color: #007f6a;
		margin-top:15px;
		margin-bottom:10px;

	}
	.box.etape .texte{
		font-size: 14px;
		line-height: 1.21;
		letter-spacing: -0.39px;
		color: #003f35;

	}


/* ========================= MESSAGES ========================== */

.box.message {
	position:relative;
	-moz-border-radius: 	20px 20px 20px 20px;
	-webkit-border-radius:	20px 20px 20px 20px;
	border-radius: 			20px 20px 20px 20px;
}
.box.message.current {
	box-shadow: 1px 5px 9px 0 rgba(0, 0, 0, 0.1);
}
.box.message .box-header .box-date {
	float:right;
	color:#585857;
	font-size:13px;
}
.box.message .box-new {
	position:absolute;
	right:30px;
	height:18px;
	line-height:18px;
	top:-9px;
	padding:0px 15px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: -0.3px;
	font-size:11px;
	color:#fff;
	background-color: #ffa285;
	-moz-border-radius: 	10px;
	-webkit-border-radius:	10px;
	border-radius: 			10px;
}
.back-message {
	position:fixed;
	background: linear-gradient(80deg, #007f6a, #003f35);
	display:block;
	text-align:center;
	top:55px;
	width:100%;
	height:50px;
	line-height:50px;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: -0.2px;
	color: #ffffff;
	z-index:1000;
}
	.back-message:hover,
	.back-message:active,
	.back-message:focus
	{
		color: #ffffff;
	}
	.back-message .arrow-left{
		background-image:url(../css/credissima/arrow-left.svg);
		background-size:19px 17px;
		background-repeat:no-repeat;
		background-position:20px center;
		display:block;
		width:100%;
		height:100%;
	}
.bouton-message {
	position:fixed;
	background-color: #2a2a2a;
	display:block;
	text-align:center;
	bottom:0px;
	width:100%;
	height:50px;
	line-height:50px;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: -0.2px;
	color: #ffffff;
	z-index:1000;
}
	.bouton-message:hover,
	.bouton-message:active,
	.bouton-message:focus
	{
		color: #ffffff;
	}
/* ========================= BUDGET INSIDE ========================== */
.bloc_degrade {
	margin-top:120px;
	background-image: linear-gradient(77deg, #003f35, #007f6a);
	color:#fff;
	padding-top:30px;
	padding-bottom:30px;
}


	.bloc_degrade p.gros {
		font-family: 'NimbusSans';
		font-weight:bold;
		font-size:30px;
		line-height:40px;
		padding:30px 0px 30px 15px;
	}
	.bloc_degrade p {
		font-size:16px;
		font-family: 'karmillaregular';
	}
		.bloc_degrade p strong {
			font-family: 'karmillabold';
			font-weight:normal;

		}
	.bloc_degrade img.logo_budgetinsight {
		margin:20px 0px 15px 0px;
	}
h2.budget-titre {
	font-family: 'NimbusSans';
	font-weight:bold;
	color: #003f35;
	text-align:center;
	font-size:30px;
	margin-bottom:60px;
}
	h2.budget-titre.left {
		text-align:left;
	}
h3.budget-titre {
	font-family: 'karmillabold';
	color: #fa1e50;
	font-size: 16px;
	border:none;
	margin-top:50px;
}
h3.budget-titre-2 {
	font-family: 'karmillabold';
	color: #343535;
	font-size: 20px;
	border:none;
	margin-top:50px;
}
p.budget-texte {
	font-size:16px;
	font-family: 'karmillaregular';
	color: rgba(73, 73, 73, 0.8);
	padding-left:30px;
}
p.budget-texte-2 {
	font-size:16px;
	font-family: 'karmillaregular';
	color: rgba(73, 73, 73, 0.8);
}
#illus_budgetinsight {
	width:829px;
	position:absolute;
	right:20px;
}
.bi_bloc_numero {
	position:relative;
	font-size:16px;
	font-family: 'karmillaregular';
	color: rgba(73, 73, 73, 0.6);
	overflow:show;
	top:50px;

}
	.bi_bloc_numero > .numero {
		position:absolute;
		left:-25px;
		top:-50px;

	}
	.bi_bloc_numero h3 {
		font-family: 'karmillabold';
		font-size: 18px;
		line-height: 22px;
		text-align: left;
		color: rgba(73, 73, 73, 0.6);
		border:none;
		text-decoration:none;
	}
	.bi_bloc_numero p.bi_info {
		background-image: url(../images/info.svg);
		background-repeat:no-repeat;
		background-position:0px 2px;
		background-size: 20px 20px;
		padding-left:30px;
	}
.bi_cadre {
	box-shadow: 0 2px 4px 0 rgba(48, 48, 77, 0.05), 0 4px 6px 0 rgba(48, 48, 77, 0.05);
	border: solid 1px rgba(0, 0, 125, 0.15);
	text-align:center;
	padding:76px 0px 64px 0px;
	margin-bottom:100px;
}
tr.desactive td {
	/*
	color:#a00;
	*/
	font-style:italic;
}
ul.liste_comptes {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}
ul.liste_comptes li {
	margin:0px;
	padding:0px;
	line-height:22px;
}
/* ========================= BUDGET INSIGHT 2018 ========================== */

.box.bi {
	-moz-border-radius: 	6px;
	-webkit-border-radius:	6px;
	border-radius: 			6px;
	background:#ffa285;
	color:#fff;
}
	.box.bi:hover,
	.box.bi:active,
	.box.bi:focus
	{
		box-shadow: 0 2px 9px 0 rgba(235, 82, 73, 0.4);
	}
.box.bi .box-body {
	color:#fff;
}
.box.bi .box-footer {
	border:none;
	background:transparent;
	padding-top:10px;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: -0.2px;
	text-align: left;
	color: #ffffff;
}
.bi-etape {
	position:relative;
	width:100%;
	margin-top:15px;
	margin-bottom:50px;
}
	.bi-etape .bi-titre {
		font-family:"Mulish";
		font-size: 14px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: -0.39px;
		color: #003f35;
		float:left;
	}
		.bi-etape .bi-titre strong {
			color: #003f35;
		}
	.bi-etape .bi-bulle {
		float:right;
	}
		.bi-etape .bi-bulle > img {
			position:relative;
			bottom:3px;
		}
	.bi-etape .bi-texte {
		clear:both;
		padding-top:10px;
		margin-bottom:20px;
			font-size: 14px;
		font-weight: 300;
		font-style: normal;
		letter-spacing: -0.2px;
		text-align: left;
		color: #585857;
	}
		.bi-texte strong {
			font-weight: 600;
		}
.bloc-info {
	padding: 13px 20px 13px 20px;
	margin-left:-20px;
	margin-right:-20px;
	border-radius: 45px;
	background-color: #eff9ff;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.14;
	letter-spacing: -0.39px;
	color: #003f35;

}
	.bloc-info strong {
		font-style: normal;
		letter-spacing: -0.2px;
		text-align: left;
		color: #585857;

	}
.bi-avantage {
	text-align:center;
	margin:30px 0px 60px 0px;
}
	.bi-avantage .picto {
		margin:0px 0px 20px 0px;
	}
	.bi-avantage .titre {
			font-size: 16px;
		font-weight: bold;
		font-style: normal;
		letter-spacing: -0.2px;
		text-align: center;
		color: #464646;
		margin-bottom:15px;
	}
	.bi-avantage .texte {
			font-size: 13px;
		font-weight: 600;
		font-style: normal;
		letter-spacing: -0.2px;
		text-align: center;
		color: #585857;
		margin-bottom:15px;
	}
.box.bi-fonctionnement {
}

	.box.bi-fonctionnement .box-body {
			font-size: 14px;
		font-weight: 300;
		font-style: normal;
		letter-spacing: -0.2px;
		text-align: left;
		color: #585857;
	}
		.box.bi-fonctionnement .box-body h3 {
					font-size: 18px;
			font-weight: bold;
			font-style: normal;
			letter-spacing: -0.2px;
			text-align: left;
			color: #464646;
		}
img.illustration-budget-insight {
	display:block;
	width:60%;
	position:relative;
}
/* ========================= FORM NEWSLETTER ========================== */

#home-bloc-newsletter {
	transition: 		all 0.25s ease-out;
	-o-transition: 		all 0.25s ease-out;
	-moz-transition: 	all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
}

.form-newsletter {

}
.form-newsletter #email_newsletter {
	border:1px solid #fff;
	color:#fff;
	background:transparent;
	-moz-border-radius: 	6px;
	-webkit-border-radius:	6px;
	border-radius: 			6px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -0.2px;


}
	#email_newsletter::placeholder,
	#email_newsletter::-ms-input-placeholder {
		color: #fff !important;
	}
.form-newsletter .btn {
	color:#fff;
	background:transparent;
	border:1px solid #fff;
	position:relative;
	bottom:-1px;
	-moz-border-radius: 	3px;
	-webkit-border-radius:	3px;
	border-radius: 			3px;
}
.form-newsletter .btn:hover,
.form-newsletter .btn:active,
.form-newsletter .btn:focus
 {
	background:#fff;
	color:#333;
	border:1px solid #fff;
	position:relative;
	bottom:-1px;
	-moz-border-radius: 	3px;
	-webkit-border-radius:	3px;
	border-radius: 			3px;
}

/* ========================= SIMULATION ========================== */
.bloc_tableau_simulations {
	background:#f1f2f7;
	-moz-border-radius: 	8px;
	-webkit-border-radius:	8px;
	border-radius: 			8px;
	padding:20px 40px;
	margin-bottom:40px !important;
}
.mentions_simulations {
	font-size: 14px;
	line-height: 1.14;
	letter-spacing: -0.39px;
	color: #003f35;
}
table.table_simulations {
	background:#f1f2f7;

}
table.table_simulations > thead > tr > th {
	padding-left:0px;
	padding-right:0px;
	padding-top:20px;
	padding-bottom:20px;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.39px;
	color: #003f35;
	text-transform:none;
}
table.table_simulations > tbody > tr > td {
	padding-left:0px;
	padding-right:0px;
	padding-top:20px;
	padding-bottom:20px;
	font-family: Mulish Medium;
	font-size: 20px;
	line-height: 0.8;
	letter-spacing: -0.56px;
	color: #007f6a;
	border-top: solid 1px #f3fbff;
}
	table.table_simulations > tbody > tr > td strong {
		font-family: 'Mulish';
		font-weight: bold;
	}

	table.table_simulations > tbody > tr:first-child > td {
		border-top: none;
	}

/* ========================= FOOTER ========================== */
.footer {

}
footer.page-footer .footer-copyright {
	background:#f5f5f5;
	color:#979797;
}
footer.page-footer.budget_insight  .footer-copyright{
	background:#fff;
}
footer.page-footer .footer-copyright .container{
	border-top:2px solid #c4c4c4;
	padding-top:20px;
}
footer.page-footer {
	margin-top:0px;
	padding-top:0px;
	border:none;
	background:#f5f5f5;
	color:#979797;
	border:none;
	padding:0px;
	margin:0px;
}

/***************** BANDEAU TOP HEADER ***************************/
.row_bandeau_top {
	margin:0px;
	padding:0px;
}
.bandeau_top {
	background-color: #003f35;
	padding: 5px 40px;
}
.bandeau_top .close_btn {
	position: absolute;
    right: 25px;
    top: 10px;
    cursor: pointer;
}
.bandeau_top p {
	font-size: 15px;
	margin:0px;
	color:white;
	text-align: center;
    line-height: initial;
}
.bandeau_top p.upper_line {
	font-size: 18px;
	font-weight: bold;
}

/* ========================= SATISFACTION ========================== */

.cadre_satisfaction {
	background:#fff;
	padding:10px 40px 40px 40px;
	margin-top:50px;
	margin-bottom:50px;
}
	.cadre_satisfaction h1 {
		font-size:30px;
		line-height:70px;
	}
.satisfaction_logo {
	width:200px;
	float:right;
}
.commentaires {
	margin-bottom:30px;
}

/* ========================= BOX CONSEILS ========================== */
.box.conseils {
	margin-top:66px;
}
	.box.conseils ul.liste_conseils {
		list-style:none;
		margin:20px 0 0 0;
		padding:0;
	}
		.box.conseils ul.liste_conseils li {
			padding-left:45px;
			margin-bottom:15px;
			min-height:40px;
			background-size:30px auto;
			background-position:0 0;
			background-repeat:no-repeat;
		}
			.box.conseils ul.liste_conseils li.scan{
				background-image:url(../images/picto-scan.svg);
			}
			.box.conseils ul.liste_conseils li.check{
				background-image:url(../images/picto-check.svg);
			}
			.box.conseils ul.liste_conseils li.dossier{
				background-image:url(../images/picto-folder.svg);
			}
			.box.conseils ul.liste_conseils li.cloud{
				background-image:url(../images/picto-cloud.svg);
			}
			.box.conseils ul.liste_conseils li.fast-forward{
				background-image:url(../images/picto-fast-forward.svg);
			}
			.box.conseils ul.liste_conseils li.secure{
				background-image:url(../images/picto-secure.svg);
			}

		.box.conseils ul.liste_conseils li h4 {
			font-family: 'Mulish';
			font-size: 14px;
			font-weight: bold;
			line-height: 0.86;
			letter-spacing: -0.39px;
			color: #007f6a;
			margin-bottom:5px;
		}
		.box.conseils ul.liste_conseils li p {
			font-size: 14px;
			font-weight: normal;
			line-height: 0.86;
			letter-spacing: -0.39px;
			color: #003f35;
		}

/* ========================= BLOC SITUATION ========================== */
.bloc_situation {
	display:inline-block;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 20px 40px 30px 30px;
	border-radius: 8px;
	background-color: #f1f2f7;
}
	.bloc_situation .title {
		font-size: 14px;
		font-weight: bold;
		letter-spacing: -0.39px;
		color: #003f35;
		margin-bottom:15px;
	}
	.bloc_situation .txt {
		font-size: 34px;
		line-height: 34px;
		line-height: 0.47;
		letter-spacing: -0.94px;
		color: #007f6a;
	}


/* =================== APPENIN ===================== */
.btn-group .btn {
	outline: none !important;
	border: none !important;
}
#appenin-loader {
	display:none;
	padding:15px 0;
	color:#003f35;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 1px;
}
.box.bloc_appenin {
	background-color: #f1f2f7;
	padding: 40px 35px;
}
	.box.bloc_appenin .box-header {
		border-bottom: none;
		padding:0;
		margin: 0;
	}
		.box.bloc_appenin .box-header h3 {
			color: #003f35;
			display: inline-block;
			text-transform: uppercase;
			border: none;
			padding: 0;
			margin: 0 0 15px 0;
			letter-spacing: 1px;
			text-align: left;
			font-size: 12px;
			font-weight: bold;
		}
	.box.bloc_appenin .box-body {
		padding: 0px;
	}
		.box.bloc_appenin .box-body h3 {
			font-size: 36px;
			margin-top: 0;
			font-weight: normal;
			color: #007f6a;
		}
		.box.bloc_appenin label.btn {
			background-color: #f0f9f9;
		}
			.box.box.bloc_appenin label.btn.active {
				background-color: #003f35;
				color:#fff;
			}
		.box.bloc_appenin .bloc_formulaire_bien {
			display:none;
		}
		.box.bloc_appenin .bloc_formulaire_bien label {
			color:#003f35;
			font-weight: normal;
		}
		.liste_biens {
			display:none;
			margin-bottom:20px;
		}
		#bloc_info_form_bien {
			display:none;
			margin-bottom: 15px;
		}
		.bloc_formulaire_bien {
			display:none;
		}
		span.texte-chargement {
			position: relative;
			bottom: 6px;
			font-weight: bold;
		}
		.bloc_slider {
			position:relative;
			margin-top:50px;
			margin-bottom:40px;
		}
		#bloc_maison_details {
			margin-bottom:15px;
		}
		label.big-label {
			font-size:1.6rem;
			color:#003f35;
			font-weight: bold !important;
			display:block;
		}
		#couverture_biens {
			margin-top: 20px;
			width:100%;
		}
		.switch label {
			color:#444;
		}
		.switch label .lever {
			top:-2px;
		}
		.switch label input[type=checkbox]:checked+.lever {
			background-color: #fff;
		}
		.switch label input[type=checkbox]:checked+.lever:after {
			background-color: #003f35;
		}

		.noUi-horizontal {
			height:2px;
		}
		.noUi-horizontal .noUi-handle {
			width:20px;
			height:20px;
			border-radius: 20px;;
			background-color: #003f35;
			border:3px solid #003f35;
			box-shadow: none;

		}
		.noUi-horizontal .noUi-handle {
			top:-10px;
		}
		.noUi-handle:before, .noUi-handle:after {
			background:none;
		}
		.noUi-target {
			border: 1px solid #fff;
		}
		.noUi-value {
			color:#003f35;
			font-size: 16px;
			font-weight: normal;
			letter-spacing: normal;
		}
		.noUi-tooltip {
			color:#003f35;
			font-family: 'Mulish';
			background-color: transparent;
			font-size: 16px;
			font-weight: normal;
			letter-spacing: normal;
			border:none;
		}
		.noUi-marker {
			display:none;
		}
		.noUi-value-horizontal {
			-webkit-transform: translate(-50%, 0%);
			transform: translate(-50%, 0%);
		}
		.noUi-value {
			-webkit-transform: translate(0%, 0%);
			transform: translate(0%, 0%);
		}
		.noUi-value:last-child {
			-webkit-transform: translate(-100%, 0%);
			transform: translate(-100%, 0%);
		}

		.bloc-devis {
			color:#007f6a;
			font-size:1.5rem;
			margin-top: 20px;
			margin-bottom: 20px;
		}
			.bloc-devis label {
				color: #007f6a !important;
				font-size:2rem;
				font-weight: normal !important;
			}
			#appenin-etape-4 p.erreur ,
			.bloc-devis p.erreur {
				font-size: 1.6rem;
				color:rgba(73, 73, 73, 0.8);
			}
			.bloc-devis a.link-pdf {
				display:block;
				width:65px;
				height:65px;
				float:right;
				transition: 		all 0.25s ease-out;
				-o-transition: 		all 0.25s ease-out;
				-moz-transition: 	all 0.25s ease-out;
				-webkit-transition: all 0.25s ease-out;
			}
				.bloc-devis a.link-pdf:hover  {
					transform: translate(0, 3px);
				}
			.bloc-devis a.link-pdf img.picto-pdf {
				display: inline-block;
				width:65px;
				height:65px;
				margin-top:20px;
			}
			.bloc-devis #cotisation_mensuelle {
				font-size:4rem;
				line-height: 3.5rem;
				font-family: 'Mulish ExtraBold';
			}
			.btn.btn-appenin {
				background-color: #007f6a;
				border:1px solid #007f6a;
			}
			.btn.btn-appenin:hover,
			.btn.btn-appenin:focus,
			.btn.btn-appenin:active
			{
				background-color: #34beb2;
				border:1px solid #34beb2;
			}
	.box.bloc_appenin .fa {
		color:#003f35;
	}

.lcs_wrap,
.lcs_wrap * {
	user-select: none;
}
.lcs_wrap {
	display: inline-block;
	direction: ltr;
	height: 28px;
	width: 73px;
	vertical-align: middle;
}
.lcs_wrap input {
	display: none;
}
.lcs_switch {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	background: #ddd;
	overflow: hidden;
	cursor: pointer;
	transition: all .2s ease-in-out;
}
.lcs_cursor {
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .1);
	z-index: 10;
	transition: all .2s linear;
}
.lcs_label {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	width: 33px;
	top: 5px;
	overflow: hidden;
	text-align: center;
	opacity: 0;
	text-shadow: 0 0 2px rgba(0,0,0, .1);
	transition: all .2s ease-in-out .1s;
}
.lcs_label.lcs_label_on {
	left: -70px;
	z-index: 6;
}
.lcs_label.lcs_label_off {
	right: -70px;
	z-index: 5;
}
.lcs_switch.lcs_on {
	background: #003f35;
}
.lcs_switch.lcs_on .lcs_cursor {
	left: 48px;
}
.lcs_switch.lcs_on .lcs_label_on {
	left: 10px;
	opacity: 1;
}
.lcs_switch.lcs_off {
	background: #b2b2b2;
	box-shadow: 0px 0px 2px #a4a4a4 inset;
}
.lcs_switch.lcs_off .lcs_cursor {
	left: 3px;
}
.lcs_switch.lcs_off .lcs_label_off {
	right: 10px;
	opacity: 1;
}
.lcs_switch.lcs_disabled {
	opacity: 0.65;
	cursor: default;
}
.lcs_compact {
	height: 22px;
	width: 47px;
}
.lcs_compact .lcs_label {
	display: none;
}
.lcs_compact .lcs_cursor {
	margin-top: -8px;
	width: 16px;
	height: 16px;
}
.lcs_compact .lcs_switch.lcs_on .lcs_cursor {
	left: 28px;
}


/*
===============================================================
======================= Bootstrap =============================
===============================================================*/

/* XS
----------------------------*/
@media (max-width: 767px) {
	.satisfaction_logo {
		width:200px;
		float:none;
		display:block;
	}
	#loginsubmit {
		background:#fff;
		border:#fff;
		color: #003f35;
	}
	.alerte {
		padding:20px;
	}
	.info {
		padding:10px;
	}
	.bulle_compte:hover > .fa-check-circle {
		display:inline;
	}
	.bulle_compte:hover > .picto-delete {
		display:none;
	}
	#f_comptes table tbody tr:hover td .fa-check-circle {
		display:inline;
	}
	#f_comptes table tbody tr:hover td .picto-delete {
		display:none;
	}
	ul.liste-avancement > li {
		margin: 0px 0px 25px 0px;
		padding: 0px 0px 0px 30px;
	}
	.plupload_view_thumbs .plupload_content {
		background:#ffa285;
		-moz-border-radius: 	6px;
		-webkit-border-radius:	6px;
		border-radius: 			6px;
		color:#fff;
		border: none;
		top:0px;
		bottom:	150px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.plupload_droptext {
		color:#fff;
	}
	.skin-black .main-header {
		background:#eef9ff;
	}
	.skin-black .main-header .navbar>.sidebar-toggle {
		border-right:none;
		font-size:18px;
	}
	.skin-black .main-header .navbar>.logo-xs {
		display:block;
		float:left;
		margin-top:8px;
		vertical-align: middle;
		line-height:40px;
	}
	.navbar-nav img.picto-menu {
		height:25px;
	}
	.main-sidebar {
		padding-top: 50px;
	}
	.skin-black .sidebar-menu>li.header {
		padding-top:20px;
		padding-bottom:15px;
	}
	.sidebar-top {
		margin-bottom: 20px;
	}
	.main-header .navbar-custom-menu,
	.main-header .navbar-right {
		padding-top:10px;
	}

	.navbar-custom-menu .navbar-nav>li>a {
		padding:7px 15px 5px 0px;
	}
	a.btn-power {
		padding-top:15px !important;
	}
	.main-footer-content {
		padding-left:0px;
	}

	#bloc_login {
		margin-top:10px;
	}
	#main_container {
		margin-top:0px;
	}
	h1 {
		font-size:22px;
		line-height:30px;
	}
	h2 {
		font-size:20px;
		padding:8px 0px 8px 10px;
		margin-top:20px;
	}
	#illus_budgetinsight {
		width:100%;
		position:relative;
	}
	.bi_bloc_numero {
		top:0px;

	}

	nav .button-collapse {
		color:#00007d;
	}
	.nav-extended .brand-logo {
		font-size:14px;
	}
	#f_comptes table tbody tr td a.compte_desactiver {
		color:#888;
	}
	#f_comptes table tbody tr td a.compte_reactiver {
		color:#0a0;
	}
	#f_comptes table tbody tr td.col_compte_nom {
		width:100%;
		text-align:left;
		font-weight:600;
	}
		#f_comptes table tbody tr td.col_compte_nom span {
			font-weight:300;
		}
	#f_comptes table tbody tr td.col_compte_iban {
		width:50px;
		word-wrap:break-word
	}
	.card .card-content {
		padding-left:20px;
		padding-right:20px;
	}
	.bloc_bi_rapide {
		padding:0px 20px 20px 100px;
	}
	.btn.btn-pf {
		font-size:12px;
		line-height:37px;
		min-height:39px;
	}
	#main_container.budget_insight {
		margin-top:20px;
	}
	.bloc_degrade {
		margin-top:40px;
		padding-top:00px;
		padding-bottom:00px;
		margin-bottom:10px !important;

	}
		.bloc_degrade p.gros {
			font-size:25px;
			line-height:40px;
			padding:0px 0px 0px 0px;
		}
	h2.budget-titre {
		margin-bottom:00px;
		font-size:20px;
	}
	ul.liste_comptes {
		padding:0px 0px 0px 0px;
	}
	.welcome {
		font-size: 14px;
	}
	.content {
		padding:15px;
	}
	.container_login
	{
		height:100%;
		width:100%;
		padding:15px;
		display:block;
		color:#fff;
		position:relative;
		z-index:10;

		display: block;
		align-items: top;
		justify-content: center;
	}
		.container_login .btn.btn-primary {
		}
			.container_login .btn.btn-primary:hover,
			.container_login .btn.btn-primary:active,
			.container_login .btn.btn-primary:focus
			{
			}
		.container_login .btn.btn-link {
			margin-top:10px;
			color:#fff;
			font-weight:300;
		}
			.container_login .btn.btn-link:hover,
			.container_login .btn.btn-link:active,
			.container_login .btn.btn-link:focus
			{
				color:#fff;
			}
	.main_login, .main_login > .main_inner, .main_login > .main_inner .row {
		width:auto;
	}

	#bloc_login {
		padding: 0px;
		display: block;
		height:auto;
	}
		.container_login .bloc_boutons {
			text-align:center;
		}
		.container_login > div.mask_fonce {
			/*
			position:absolute;
			top:0;
			left:0;
			width:100%;
			height:100%;
			background:rgba(54,115,169,0.7);
			*/
		}
		.container_login form.form-cd {
			margin-top:30px;
		}
		.container_login form.form-cd label {
			color:#fff !important;
			text-align:center;
			display:block;
			margin-bottom:10px;

		}
		.container_login form.form-cd label.ucfirst {
			text-align:left;
			display:inline;
			position:relative;
			top:2px;
			margin-bottom:0px;

		}
		.container_login form.form-cd input.form-control,
		.container_login form.form-cd input[type=text],
		.container_login form.form-cd input[type=password]
		{
			border:none;
			text-align:center;
			color:#007f6a;
			background:#f1f2f7;
			-moz-border-radius: 	8px;
			-webkit-border-radius:	8px;
			border-radius: 			8px;
			
		}
		.container_login form.form-cd input.form-control.error
		{
			border-bottom:solid 1px #FDCDB7;
		}
		.container_login form.form-cd .form-group {
			margin-top:10px;
		}
		.container_login .error
		{
			color:#FDCDB7 !important;
		}
		.container_login .grey-text
		{
			color:#FFF !important;
		}
	.box {
		padding:10px;
	}
	.box.box-home {
		float:left;
		padding:0px 15px 0px 5px;
	}
	.box.box-home .box-footer {
		display:none;
	}
	.box.box-home > .box-header {
		background-repeat:no-repeat;
		background-position:center center; 
		height:60px;
		float:left;
		width:20%;
	}
	.box.box-home > .box-body {
		float:left;
		width:80%;
		padding-top:10px;
		font-size:15px;
		font-weight:600;
		text-align:left;
		background-image:url(../css/credissima/arrow.svg);
		background-size:16px 11px;
		background-repeat:no-repeat;
		background-position:center right;
	}
	.box .box-title {
		font-size: 20px;
		margin-left:15px;
	}
	.box .box-header .ref_client {
		margin-right:15px;
	}
	.box.etape {
		margin-top:0px;
		padding-top:30px;
		padding-bottom:40px;
		position:relative;
		-moz-border-radius: 	0 60px 60px 0;
		-webkit-border-radius:	0 60px 60px 0;
		border-radius: 			0 60px 60px 0;
	}
	.box.etape .etape_bloc_blanc {
		position:absolute;
		top:0;
		left:-50px;
		height:100%;
		width:50px;
		background:#fff;
		z-index:1;
	}
	.box.etape .etape_barre {
		position:absolute;
		top:-10px;
		left:-85px;
		width: 220px;
		height: 8px;
		margin: 6px 248px 47px 66px;
		border-radius: 3.5px;
		background-color: #faea30;		
		z-index:10;
		
	}
	.box.etape .titre{
		font-size: 25px;
		margin-top:15px;
		margin-bottom:10px;

	}
	.row.no-margin-xs {
		
	}
		.row.no-margin-xs .col-xs-12 {
			padding-left:0;
			padding-right:0;
		}
	.box.conseiller {
		padding-top:30px;
		border-radius:0;
		padding-left:30px;
		padding-right:30px;
	}
	.box.budget_insight {
		border-radius:0;
	}
		.box.budget_insight .inner {
			padding:30px;
			background-image:url(../images/noisy-texture.png);
			background-size:100px 100px;
			background-position:center center;
			background-repeat:repeat;
			-moz-border-radius: 	0px;
			-webkit-border-radius:	0px;
			border-radius: 			0px;
		}
	.formCoordValidate .btn {
		width:100%;
		display:block;
		text-align:center;
		margin-bottom:10px;
	}
	.fixed .content-wrapper, .fixed .right-side {
		padding-top: 60px;
	}	
	.container_login form.form-cd .bloc_boutons {
		padding-top:0px;
	}
	/* Convention Callback
	------------------------------*/
	section.convention_callback {
		background-position:50% -130px; 
		padding-top:140px;
		margin-top:-10px;
	}
	section.qcc_callback {
		background-position:50% -130px; 
		padding-top:140px;
		margin-top:-10px;
	}
	
	/* ========================= SIMULATION ========================== */
	table.table_simulations > thead > tr > th {
		font-weight:bold;
		font-size: 10px;
		padding-top:20px;
		padding-bottom:20px;
		letter-spacing: -0.5px;
	}
	table.table_simulations > tbody > tr > td {
		padding-top:20px;
		padding-bottom:20px;
		font-weight:normal;
		font-size:13px;
		letter-spacing: -0.2px;
	}

	.content-wrapper, .main-footer {
		margin-left: 0px;
	}
	.main-header .navbar {
		margin:0;
	}
	.main-sidebar {
		-webkit-transform: translate(-300px, 0);
		-ms-transform: translate(-300px, 0);
		-o-transform: translate(-300px, 0);
		transform: translate(-300px, 0);
	}	
	.sidebar-open .content-wrapper, .sidebar-open .main-footer {
		-webkit-transform: translate(300px, 0);
		-ms-transform: translate(300px, 0);
		-o-transform: translate(300px, 0);
		transform: translate(300px, 0);
	}	
	.box {
		-moz-border-radius: 	30px;
		-webkit-border-radius:	30px;
		border-radius: 			30px;
	}
	ul.liste-avancement li {
		-moz-border-radius: 	30px;
		-webkit-border-radius:	30px;
		border-radius: 			30px;
	}
	.navbar-nav>.notifications-menu>.dropdown-menu, 
	.navbar-nav>.messages-menu>.dropdown-menu, 
	.navbar-nav>.tasks-menu>.dropdown-menu {
		min-width:90%;
		padding: 10px 25px 10px 25px;
		-moz-border-radius: 	30px 0 30px 30px;
		-webkit-border-radius:	30px 0 30px 30px;
		border-radius: 			30px 0 30px 30px;
		
	}
	
}
/* XS et paysage
----------------------------*/
@media (max-width: 767px) and (orientation: landscape) {
	.container_login form.form-cd {
		margin-top:5px;
	}
	.container_login form.form-cd .bloc_boutons {
		padding-top:10px;
	}
}

/* SM
----------------------------*/
@media (min-width: 768px) {
	.main-header .navbar h1 {
		font-size: 25px;
		padding-top:30px;
		padding-left:30px;
	}
	.main-header .navbar-custom-menu, 
	.main-header .navbar-right {
		padding-top:40px;
	}
	.navbar-nav>.user-menu {
		font-size: 16px;
	}
	.navbar-nav img.picto-menu {
		height:28px;
	}
	
	#bloc_login {
	}
	#bloc_login.haut {
	}
	.bloc_bi_rapide {
		padding:0px 20px 20px 100px;
	}
	.welcome {
		font-size: 16px;
	}
	.content {
		padding:110px 15px 15px 15px;
	}
	.formCoordValidate .btn {
		margin-bottom:10px;
		text-align:center;
	}
	.navbar-custom-menu .navbar-nav>li.messages-menu>a,
	.navbar-custom-menu .navbar-nav>li.user-menu>a
	{
		padding:7px 15px 5px 15px;
	}
	/* Convention Callback
	------------------------------*/
	section.convention_callback {
		background-position:50% -180px; 
		padding-top:150px;
	}
	section.qcc_callback {
		background-position:50% -180px; 
		padding-top:200px;
	}
	.box.budget_insight .picto-bi {
		margin-top:40px;
	}
	.box.etape {
		margin-top:0px;
		padding-bottom:40px;
		padding-left:30px;		
		position:relative;
		-moz-border-radius: 	0 60px 60px 0;
		-webkit-border-radius:	0 60px 60px 0;
		border-radius: 			0 60px 60px 0;
	}
	.box.etape .etape_barre {
		position:absolute;
		top:-10px;
		left:-65px;
		width: 220px;
		height: 8px;
		margin: 6px 248px 47px 66px;
		border-radius: 3.5px;
		background-color: #faea30;		
		z-index:10;
		
	}

	
}
/* à partir de SM et faible hauteur
----------------------------*/
@media (min-width: 768px) and (max-height: 770px) {
	.skin-black .sidebar-menu>li.header {
		padding: 20px 5px 10px 15px;
	}
	
	.sidebar-menu>li>a {
		padding: 6px 5px 6px 15px;
	}	
	.sidebar-top {
		margin-bottom: 0px;
	}
	ul.liste-avancement > li {
		margin: 0px 0px 15px 0px;
	}	
	.box {
		padding:20px 20px;
	}
	a > .box {
		padding:10px 10px;
	}
	.picto-bancaire > img.picto-releve-bancaire {
		height:45px;
		width:45px;
		top:-20px;
		right:8px;
	}
	.form-group {
		margin-bottom: 5px;
	}	
	.container_login form.form-cd {
		margin-top:0px;
	}
	.container_login form.form-cd .form-group {
		margin-top:15px;
	}
	.container_login form.form-cd .btn-primary {
		padding: 15px 40px 15px 40px;
		-moz-border-radius: 	50px;
		-webkit-border-radius:	50px;
		border-radius: 			50px;
	}	
	form.form-cd .bloc_boutons	{
		padding-top:10px;
	}
	
}

/* MD
----------------------------*/
@media (min-width: 992px) {
	.welcome {
		font-size: 16px;
	}
	.main-header .navbar h1 {
		font-size: 25px;
		padding-top:30px;
		padding-left:30px;
	}
	.main-header .navbar-custom-menu, 
	.main-header .navbar-right {
		padding-top:40px;
	}
	.navbar-nav>.user-menu {
		font-size: 16px;
	}
	.navbar-nav img.picto-menu {
		height:28px;
	}

	.bloc_bi_rapide {
		padding:0px 10px 20px 80px;
	}
	.content {
		padding:130px 30px 30px 30px;
	}
	.col-lg-3.lg-home {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar-custom-menu .navbar-nav>li.messages-menu>a,
	.navbar-custom-menu .navbar-nav>li.user-menu>a
	{
		padding:7px 15px 5px 15px;
	}
	/* Convention Callback
	------------------------------*/
	section.convention_callback {
		background-position:50% 95%; 
		padding-top:250px;
	}
	section.qcc_callback {
		background-position:30% 95%; 
		padding-top:250px;
	}
	.box.etape {
		margin-top:66px;
		padding-bottom:40px;
		position:relative;
		padding-left:30px;
		
		
		-moz-border-radius: 	0 60px 60px 0;
		-webkit-border-radius:	0 60px 60px 0;
		border-radius: 			0 60px 60px 0;
	}
	.box.etape .etape_barre {
		left:-120px;
	}
	.box.budget_insight .picto-bi {
		margin-top:0px;
	}
	.box .box-title {
		font-size: 25px;
	}

	.box.etape .etape_bloc_blanc {
		position:absolute;
		top:0;
		left:-0px;
		height:100%;
		width:50px;
		background:#fff;
		z-index:-1;
	}
	.box.etape .etape_barre {
		position:absolute;
		top:-10px;
		left:-65px;
		width: 220px;
		height: 8px;
		margin: 6px 248px 47px 66px;
		border-radius: 3.5px;
		background-color: #faea30;		
		z-index:10;
		
	}
	
}

/* LG
----------------------------*/
@media (min-width: 1200px) {
	.welcome {
		font-size: 16px;
	}

	.bloc_bi_rapide {
		padding:0px 30px 70px 140px;
	}
	.col-lg-3.lg-home {
		width:250px;
	}
	.main-header .navbar h1 {
		font-size: 30px;
		padding-top:38px;
		padding-left:70px;
	}
	.main-header .navbar-custom-menu, 
	.main-header .navbar-right {
		padding-top:50px;
	}
	.navbar-nav>.user-menu {
		font-size: 20px;
	}
	.navbar-nav img.picto-menu {
		height:38px;
	}
	
	/* Convention Callback
	------------------------------*/
	section.convention_callback {
		background-position:50% 60%; 
		padding-top:280px;
	}
	section.qcc_callback {
		background-position:20% center; 
		padding-top:280px;
	}
	.box .box-title {
		font-size: 30px;
	}

	.box.budget_insight .picto-bi {
		margin-top:20px;
	}
	.box.etape .etape_bloc_blanc {
		position:absolute;
		top:0;
		left:-50px;
		height:100%;
		width:50px;
		background:#fff;
		z-index:1;
	}
	.box.etape .etape_barre {
		position:absolute;
		top:-10px;
		left:-120px;
		width: 220px;
		height: 8px;
		margin: 6px 248px 47px 66px;
		border-radius: 3.5px;
		background-color: #faea30;		
		z-index:10;
		
	}
	
}


