html,
body {
	/*height: 100%;*/
}

body {
	background-color: #fff;
}

.content {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0;
	margin-left: 0;
}

.left,
.right {
	float: left;
}

.left {
	color: #000;
	width: 190px;
}

.right {
	padding: 30px 30px 0 30px;
	border-left: 2px solid rgba(85,196,239,1);
	width: calc(100% - 190px);
}

#vkb-auth,
#strong-cert-auth,
#strong-card-auth {
	display: none;
}

.josso-connexion-type {
	position: relative;
	text-align: justify;
	padding: 22px 34px;
	height: 90px;
	cursor: pointer;
}

.josso-connexion-type:hover {
	color: #fff;
	background-color: rgba(0, 158, 219, 0.5);
}

.josso-connexion-type.active {
	color: #fff;
	background-color: rgba(0, 158, 219, 1);
}

.josso-connexion-type.active::after {
	border-width: 10px 0 10px 10px;
	left: 100%;
	top: 50%;
	margin-top: -10px;
	position: absolute;
	content: " ";
	display: block;
	pointer-events: none;
	border-style: solid;
	width: 0;
	height: 0;
	border-color: rgba(0,0,0,0);
	border-left-color: rgba(85,196,239,1) !important;
}

.josso-connect-top {
	padding: 100px 30px 0 30px;
	min-height: 350px;
}

.josso-connect-bottom {
	margin-right: -30px;
	margin-left: -25px;
}
.josso-connect-bottom .josso-assistance {
	text-align: justify;
	padding: 10px;
	font-size: 13px;
}

.jcb-elem {
	color: #000;
	background-color: #E2E2E2;
	position: relative;
	padding: 0 !important;
	height: 100%;
	position: realtive;
}

.jcb-elem + .jcb-elem {
	border-left: 2px solid #fff;
}

.jcb-elem img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

a:focus, a:hover {
	text-decoration: none;
}

.josso-connect {
	
}

#ext-bloc-info-iframe {
	width: 100%;
}
/*****************INPUT**********************/
.form-control {
	border-radius: 0 !important;
}

.form-control:focus {
	border-color: rgba(0, 158, 219, 1);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 158, 219, 0.5);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 158, 219, 0.5);
}

.input-focus {
	border-color: rgba(0, 158, 219, 1);
	outline: 0px none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 158, 219, 0.5);
}

.form-control-feedback.clickable {
	cursor: pointer !important;
	pointer-events: initial !important;
}
/*****************INPUT**********************/

/*****************BTN**********************/
.btn {
	border-radius: 0 !important;
}

.vkb-btn {
	cursor: pointer;
	font-size:18px;
	color: rgb(85, 85, 85);
	background-color: rgb(255, 255, 255);
	background-image: none;
	border: 1px solid rgb(204, 204, 204);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	height:55px;
	line-height:55px;
	width: 15%;
	display: inline-block;
	text-align: center;
}

.vkb-btn:hover {
	background-color: #e6e6e6;
	border-color: #DE434C;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(222,67,76,0.5);
}

.key-img {
	margin-right: 3%;
	margin-bottom:15px;
	background-color:#DE434C;
}

.key-img:hover {
	cursor: pointer;
	background-color:#ff8f95;
}

.key-img:active {
	background-color:white;
}


/*****************BTN**********************/

/*****************TOASTR OVERRIDE**********************/
.toast-top-full-width {
	top: 25% !important;
}
.toast-middle-half-width{
	top:40%;
	right:0;
	width:100%;
}

.toast-bottom-half-width{
/* 	bottom:0; */
	right:0;
	width:100%;
}
#toast-container.toast-middle-half-width>div,
#toast-container.toast-bottom-half-width>div {
	width:50%;
	margin-left:auto;
	margin-right:auto;
}
/*****************TOASTR OVERRIDE**********************/