@charset "utf-8";
/* CSS Document */

/* Login */
.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	margin-top: 40px;
}
.panel-login>.card-header {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.card-header a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.card-header a.active{
	color: #f6a12c;
	font-size: 18px;
}
.panel-login>.card-header hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login,
.btn-register {
	background-color: #59B2E0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus,
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
	background: transparent;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}
.form-check.checkbx {
    padding-left: 10px;
}
.form-check.checkbx input[type=checkbox] {
    margin-top: 3px;
	margin-left: -30px;
}


/* Formulaire */
.content_page a.aide {
    position: absolute;
    top: 10px;
    right: 30px;
	color: #f6a12c;
}
.content_page a.aide i {
	font-size: 21px;
	font-weight: 500;
}
.content_page #step a.btn.btnNext {
	float: right;	
}
.content_page #step a.btn.btnNextEnd {
	float: right;	
}
.content_page #step h4 {
	margin: 10px 0 20px 0;
}
.enregistrement li {
	color:#666;	
	padding: 2px 0;
	font-size: 15px;
}
.enregistrement li i {
	margin-right: 4px;
	font-size: 17px;
	color:#e44061;
}
.oblig {
	color:#e44061;
}
#step .btn {
	font-size: 13px;	
}
#step .checkbox input[type=checkbox] {
	margin-left: -35px;
}
#step label {
	color: #333;	
}
.with-nav-tabs{
	margin-top: 2em!important;
	-moz-box-shadow: 1px 1px 5px 0px #656565;
	-webkit-box-shadow: 1px 1px 5px 0px #656565;
	-o-box-shadow: 1px 1px 5px 0px #656565;
	box-shadow: 1px 3px 5px 0px #d6d6d6;
}
.formAll .card-header{
	padding: 0!important;
	border-bottom: none!important;

}
.formAll .nav.nav-tabs{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.formAll .tabsLi{
	flex: 1;
	text-align: center;

}

.formAll .nav-tabs > li > a.active{
	background-color: #04a0e2 !important;
	color: #fff!important;
}
.formAll .nav-tabs > li > a{
	text-decoration: none!important;
	padding: 1em;
	font-size: 13px;
	font-weight: 500;
	margin-right: -1px;
	margin-top: 0px;
	border-radius: 4px;
}

ul {
	list-style: none;
}

.cf {
&:before, &:after { content: ' '; display: table; }
&:after { clear: both; }
}

.title {
	padding: 50px 0;
	font-size: 24px;
	text-align: center;
}

.inner {
	/*max-width: 820px;*/
	margin: 0 auto;
}

.breadcrumbs {
	background-color: #f5f5f5;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 35px !important;
}

.breadcrumbs ul {
	display: block;
	margin: 0 0 0 -31px;
}

.breadcrumbs li.breadcrumb-item {
	float: left;
	width: 25%;
}

.breadcrumbs a {
	position: relative;
	display: block;
	padding: 12px;
	padding-right: 0 !important; /* important overrides media queries */
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	color: #666;
	cursor: pointer;
	text-decoration: none;
}

.breadcrumbs a:hover {
	background: #eee;
}

.breadcrumbs a.active {
	color: #04a0e2;
	background-color: #fefefe;
	border-radius: 6px;
}

.breadcrumbs a span:first-child {
	display: inline-block;
	margin-right: 5px;
	border-radius: 50%;
	background-color: #fff;
    width: 38px;
    height: 38px;
    padding: 7px;
    font-size: 1.3em;
}

.breadcrumbs a.active span:first-child {
	color: #fff;
	background-color: #04a0e2;
}

.breadcrumbs a:before,
.breadcrumbs a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	display: block;
	width: 0;
	height: 0;
	border-top: 32px solid transparent;
	border-bottom: 32px solid transparent;
	border-left: 16px solid transparent;
}

.breadcrumbs a:before {
	margin-left: 1px;
	border-left-color: #d5d5d5;
}

.breadcrumbs a:after {
	border-left-color: #f5f5f5;
}

.breadcrumbs a:hover:after {
	border-left-color: #eee;
}

.breadcrumbs a.active:after {
	border-left-color: #fefefe;
}

.breadcrumbs li.breadcrumb-item:last-child a:before,
.breadcrumbs li.breadcrumb-item:last-child a:after {
	display: none;
}

@media (max-width: 1180px) {
	.breadcrumbs a {
		padding-bottom: 0px;
	}
}
@media (max-width: 720px) {
	.breadcrumbs a {
		padding: 15px;
		font-size: 12px;
	}
	.breadcrumbs a:before,
	.breadcrumbs a:after {
		border-top-width: 26px;
		border-bottom-width: 26px;
		border-left-width: 13px;
	}
}

@media (max-width: 620px) {
	.breadcrumbs a {
		padding: 5px;
		padding-bottom: 0px;
	}
	.breadcrumbs a:before,
	.breadcrumbs a:after {
		border-top-width: 16px;
		border-bottom-width: 16px;
		border-left-width: 8px;
	}
	.breadcrumbs li.breadcrumb-item a span:first-child {
		display: block;
		margin: 0 auto;
	}
	.breadcrumbs li.breadcrumb-item a span:last-child {
		display: none;
	}
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
 
.cf .breadcrumb-item+.breadcrumb-item::before {
   content: "";
}
 
.card-body {
    border: none !important;
}
 
.content_page .card-body a {
   background: rgba(4, 160, 226, 0.75);
    border: none;
}
.content_page .card-body .forgot-password {

	background: none;
}

.content_page .card-body .piece  {

	background: none;
}
.panel-login .errorLogin {
    width: 100%;
    font-size: .85em;
    color: indianred;
}