html,
body {
/* 	background-color: #f5f5f5; */
	margin: auto;
	color: #1A171A;
}

body {
/* 	background-color: #f5f5f5; */
	margin: auto;
}

::-webkit-input-placeholder {
	color: #fff !important;
}

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

.left,
.right {
	float: left;
}

.left {
	color: #1A171A;
	width: 190px;
}

.right {
	padding: 50px 30px 0 30px;
	width: calc(100% - 190px);
	background-size: cover;
}

#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 {
	background-color: #001e41;
}

.josso-connexion-type.active {
	color: #fff;
	background-color: #001e41;
}

.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: #001e41 !important;
}

.josso-connect-top {
	min-height: 650px;
	padding: 100px 30px 0 30px;
	margin-bottom: 35px;
	background-image: url(/portail/img/accueil-back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
/* 	background-position-y: -150px; */
}

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

#ext-bloc-info-iframe {
	width: 100%;
}

.jcb-elem {
	color: #1A171A;
	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 {
	color: #fff;
}

.form-control-feedback.clickable {
    cursor: pointer !important;
    pointer-events: auto !important;
}

#opa-background {
	background-color: #1A171A;
	height: 450px;
	opacity: 0.6;
	position: absolute;
}
/*****************INPUT**********************/
.form-control {
	border-radius: 0 !important;
}

.form-control:focus {
	border-color: #252443;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,36,67,0.5);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,36,67,0.5);
}

.input-focus {
	border-color: #252443;
	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(37,36,67,0.5);
}
/*****************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: #252443;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,36,67,0.5);
}

.key-img {
	margin-right: 3%;
	margin-bottom: 15px;
	border: solid 1px white;
}

.key-img:hover {
	cursor: pointer;
	border: solid 1px #252443;
	box-shadow: inset 0 1px 1px rgba(255,255,255,.075),0 0 8px #252443;
	opacity: 0.8;
}

.key-img:active {
	border: solid 1px #001e41;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #001e41;
	opacity: 0.8;
}

.btn-efs {
	background-color: #252443;
	color: #fff !important;
}

.btn-efs.focus,
.btn-efs:focus,
.btn-efs:hover {
	text-decoration: none;
	background-color: rgba(37,36,67, 0.5);
}
/*****************BTN**********************/

/*********************************SWITCH*********************************/
.switch-container {
	position: relative;
	height: 24px;
	z-index: 100;
	margin-right: 50px;
	margin-bottom: 5px;
	font-size: 10px !important;
	margin-top: -2px;
}

.onoffswitch {
	position: relative; width: 56px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
	display: inline-block;
}
.onoffswitch-checkbox {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
}
.onoffswitch-label {
	display: block; overflow: hidden; cursor: pointer;
	border: 2px solid #1A171A; border-radius: 20px;
	margin-bottom: 0px;
}
.onoffswitch-inner {
	display: block; width: 200%; margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block; float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
	font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
	box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "Oui";
	padding-right: 18px;
	background-color: #BFBFBF; color: #292c33;
}
.onoffswitch-inner:after {
	content: "Non";
	padding-right: 4.5px;
	background-color: #BFBFBF; color: #fff;
	text-align: right;
}
.onoffswitch-switch {
	display: block; width: 15px; margin: 2.5px;
	background: #252443;
	position: absolute; top: 0; bottom: 0;
	right: 32px;
	border: 2px solid #FAFAFA; border-radius: 20px;
	transition: all 0.3s ease-in 0s;
	webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px; 
}

.switch-container + .search-wrap .form-search {
	width: 100% !important;
}
/*********************************SWITCH*********************************/

.lb-vkb-btn{
	border-radius: 0 !important;
	color: #fff !important;
	background-color: transparent;
	font-size: 16px;
	white-space: normal !important;
}
.lb-vkb-btn:hover{
	background-color: transparent !important;
}

/*****************TOASTR OVERRIDE**********************/
#toast-container.toast-bottom-center>div, 
#toast-container.toast-top-center>div {
	width: 75% !important;
	text-align: center;
	font-size:15px !important;
}

.toast-info {
	background-color: #0454a1 !important;
}

.toast-success {
	background-color: #96b431 !important;
}

.toast-error {
	background-color: #e30613 !important;
}
/*****************TOASTR OVERRIDE**********************/

/*****************RIBBON**********************/
.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
}
.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #38414a;
}
.ribbon span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 15px 0;
	background-color: #001e41;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color: #fff;
	font: 700 18px/1 'Lato', sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	text-align: center;
}
	
/* top left*/
.ribbon-top-left {
	top: -30px;
	left: -30px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}
.ribbon-top-left::before {
	top: 0;
	right: 0;
}
.ribbon-top-left::after {
	bottom: 0;
	left: 0;
}
.ribbon-top-left span {
	right: -25px;
	top: 35px;
	transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
	top: -30px;
	right: -30px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
	border-top-color: transparent;
	border-left-color: transparent;
}
.ribbon-top-right::before {
	top: 0;
	left: 0;
}
.ribbon-top-right::after {
	bottom: 0;
	right: 0;
}
.ribbon-top-right span {
	left: -25px;
	top: 35px;
	transform: rotate(45deg);
}
/*****************RIBBON**********************/

/*****************CUSTOM CHECKBOX**********************/
input[type=checkbox].custom { display:none; }
input[type=checkbox].custom + label:after {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox].custom + label { font-weight: initial; }
input[type=checkbox].custom + label:after { content: "\f096"; margin-left: 10px; opacity: 0.5;} /* unchecked icon */

input[type=checkbox].custom:checked + label:after { content: "\f046"; opacity: 1;} /* checked icon */
/*****************CUSTOM CHECKBOX**********************/

/*****************AUTHENT**********************/
.authent-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	height: 450px;
	position: relative;
	width: 510px;
	margin: auto;
}

.authent-item {
	align-self: auto;
	color: white;
	z-index: 2;
	text-align: center;
}

.l {
	width: 155px;
	border-right: 1px solid #001e41;
}

.l > .josso-connexion-type {
	position: relative;
	text-align: justify;
	padding: 25px 15px;
	height: 90px;
	cursor: pointer;
}

.r {
	width: 360px;
}

.authent-background {
	position: absolute;
	background-color: black;
	opacity: 0.6;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.authent-contact {
	margin-left: -155px;
	background-color: #fff;
	color: #001e41;
	text-align: center;
}
/*****************AUTHENT**********************/

/*****************WEBANKPASS**********************/
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.lds-spinner div {
  transform-origin: 20px 20px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1.5px;
  left: 18.5px;
  width: 3px;
  height: 9px;
  border-radius: 10%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*****************WEBANKPASS**********************/

*****************CUSTOM CHECKBOX**********************/
input[type=checkbox].custom { display:none; }
input[type=checkbox].custom + label:after {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
}

input[type=checkbox].custom + label { font-weight: initial; }
input[type=checkbox].custom + label:after { content: "\f0c8"; margin-left: 10px; opacity: 0.5;} /* unchecked icon */

input[type=checkbox].custom:checked + label:after { content: "\f14a"; opacity: 1;} /* checked icon */
/*****************CUSTOM CHECKBOX**********************/