/*
@font-face{
	font-family:'GillSans';src:url('./fonts/GillSans.otf') format('opentype');
}
@font-face{
	font-family:'GillSans-SemiBold';src:url('./fonts/GillSans-SemiBold.ttf') format('truetype');
}
@font-face{
	font-family:'GillSans-Bold';src:url('./fonts/GillSans-Bold.otf') format('opentype');
}
@font-face{
	font-family:'GillSans-BoldItalic';src:url('./fonts/GillSans-BoldItalic.otf') format('opentype');
}
@font-face{
	font-family:'GillSans-Italic';src:url('./fonts/GillSans-Italic.otf') format('opentype');
}
@font-face{
	font-family:'GillSans-Light';src:url('./fonts/GillSans-Light.otf') format('opentype');
}
@font-face{
	font-family:'GillSans-LightItalic';src:url('./fonts/GillSans-LightItalic.otf') format('opentype');
}
*/

html {
	background-color: #EEEEEE;
}

html,
body {
	height: 100%;
	/* font-family: GillSans !important; */
	font-size: 11px;
	/* 	min-width: 1024px; */
	color: #1A171A;
	background-color:#eeeeee;
}

.body-connexion {
	margin: auto;
	max-width: 1300px;
}

iframe {
	border: 0px none;
}

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

/*****************COOKIE**********************/
#cookie-tracking {
	display: none;
	background-color: #CFD1D2;
	margin-bottom: 2px;
	color: #1A171A;
}

#cookie-tracking-index {
	height: 50px;
	max-height: 50px;
	display: none;
	background-color: #ADADAD;
	margin-bottom: 2px;
}

.cookie-text {
	padding: 10px 10px 10px 30px;
	color: #1A171A;
	font-size: 12px;
	line-height: 30px;
}

.cookie-text-index{
	margin: 0px 50px;
	padding-top:10px;
	padding-bottom:10px;
	color: #ffffff;
}
.cookie-text-index a,
.cookie-text-index a:hover,
.cookie-text-index a:focus {
	color: #fff! important;
	text-decoration: underline;
}

.cookie-text a,
.cookie-text a:hover,
.cookie-text a:focus {
	color: #fff! important;
	text-decoration: underline;
}

#cookie-tracking button {
	color: #1A171A !important;
	border: #1A171A;
}

#cookie-tracking-index button{
	top: 8px;
	right: 5px;
	position: relative;
	color: #1A171A !important
}
/*****************COOKIE**********************/

/*****************HEADER**********************/
#header {
	color: #fff;
	background: #EEEEEE;
	header: 105px;
}

#header-index {
	border-bottom: 1px solid #FAFAFA;
	color: #fff;
	background-color: #8f8f8f;
}

.header-color{
	background-color: white !important;
}


.header-elem {
	float: left;
	height: 105px;
}

#header-left-logo a,
#header-left-logo-2 a {
	display: block;
	height: 100%;
	width: 300px;
	background: url(/portail/img/home-logo.svg) no-repeat;
	background-size: 265px auto;
	background-position-x: 21px;
	background-position-y: center;
}

#header-left-logo-2 a {
	background: url(/portail/img/home-logo-2.jpg) no-repeat;
	background-size: 265px auto;
	background-position-x: 10px;
	background-position-y: center;
}

.header-tile-language {
	margin-right: 135px;
	margin-top: calc( 50% - 50px );
	cursor: pointer;
}

#josso-access-block {
	font-size: 14px;
	width: 220px;
	background-color: #3e5e6b;
}

.josso-access {
	margin-top: 23px;
	display: block;
	color: #fff;
}

.josso-access .glyphicon {
	margin-right: 10px;
}

#josso-iframe {
	width: 100%;
}

#inscription-access-block {
	font-size: 14px;
	width: 220px;
	background-color: rgb(85, 155, 173);
}

.inscription-access {
	background-image: url("../img/handshake.png");
	background-repeat:no-repeat;
	margin-top: 22px;
	display: block;
	color: #fff;
	line-height: 20px;
	background-position: 38px 1px;
	background-size: 21px;
}

.webank-nav {
	position:fixed;
	background: white;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	width: 100%;
	z-index: 99;
}

/*****************HEADER**********************/

/*****************CONTENT**********************/
.home-container {
	min-height: 900px;
	height: 100%;
}

#content {
	/*display: flex;*/
	/* margin-bottom: 2px; */
	/* 	height: calc(100% - 70px - 80px); */
}

.content-elem {
	color: #000;
	background-color: #E2E2E2;
	height: 550px;
	position: relative;
	padding: 0 !important;
}

.content-elem .elem-title,
.content-elem .elem-descr,
.content-elem .elem-btn,
.content-elem img {
	position: absolute;
	width: 100%;
}

.content-elem img {
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0.6;
}

.content-elem:hover {
	color: #fff !important;
}

.content-elem.invert:hover {
	color: #000 !important;
}

.content-elem:hover img {
	opacity: 1;
}

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

.content-elem .elem-title {
	font-size: 30px;
	top: 345px;
	bottom: 20px;
}

.content-elem .elem-btn {
	bottom: 30px;
}

.content-elem .elem-descr {
	top: 400px;
}

#ext-main-iframe {
	width: 100%;
	height: 100%;
}

.content-portail{
	background-color:white;
	margin-top: 50px;
}

.content-texte-grand{
	font-size:50px;
}

.content-image-1 {
	/* 	background-image: url(/portail/img/portail-1.png); */
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top:69px;
}

.content-image-1-texte {
	color: #fff;
	padding-left: 1200px;
	position: absolute;
	top: 22%;
	transition: color 1s;
	width: 98%;
	font-size: 48px;
	font-weight: 100;
	line-height: 62px;
}

.content-image-1-bouton{
	background-color: #dd5347;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	height: 16px;
	padding: 24px 48px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	width: auto;
}

.content-portail-2-texte{
	font-size:20px;
}

.content-image-2 {
	background-image: url(/portail/img/portail-2.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.content-portail-4-texte {
	padding-bottom: 50px;
	padding-top: 200px;
	padding-left: 103px;
	text-align: center;
}

.content-portail-4-texte-petit{
	padding:20px 10%;
	font-size:25px;
}

.content-portail-4-img {
	padding:150px;
}

.content-portail-4-img-fille {
	background-image: url('/portail/img/chatbot-tina.png');
	width: 202px;
	height: 232px;
	box-shadow: 0 0 8px 8px white inset;
}

.content-portail-5-texte-grand {
	font-size:50px;
}

.content-portail-5-texte-debut {
	padding-top:150px;
	padding-left:100px;
}

.content-portail-5-img-2 {
	padding-left:50px;
	position:absolute;
}

.content-portail-5-texte-2-grand {
	padding-left:170px;
}

.content-portail-5-texte {
	padding:200px 15%;
}

.content-portail-5-texte-3 {
	padding-top: 25px;
	padding-left:210px;
	font-size:25px;
}

.content-portail-5-img {
	padding:150px;
	padding-left:0px;
}

.step-scroller .caret {
	border-bottom: solid 3px #fff;
	border-right: solid 3px #fff;
	border-left: none;
	border-top: none;
	display: inline;
	height: 5px;
	margin: 19px 22px;
	opacity: 1;
	padding: 7px;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: top .6s, -webkit-transform .6s;
	transition: top .6s, transform .6s;
	width: 5px;
}

.step-scroller .dot.boost {
	bottom: 25px;
}

.step-scroller .dot.loaded {
	bottom: 20px;
	transition: bottom .6s .25s;
}

.step-scroller .dot {
	background-color: rgba(85, 155, 173, 1);
	border-radius: 50%;
	bottom: -90px;
	box-shadow: 0 14px 59px -7px rgba(0,0,0,0.85);
	cursor: pointer;
	height: 60px;
	position: fixed;
	right: 20px;
	transition: bottom .6s;
	width: 60px;
	z-index: 9;
}

.step-scroller .caret.open {
	top: 4px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}


/*****************CONTENT**********************/

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

.btn-efs {
	border: 2px solid #3282ff;
	color: #3282ff !important;
}
/*****************BTN**********************/

/*****************TCHAT**********************/
#tchat {
	width: 50px;
	height: 45px;
	line-height: 35px;
	background-color: #fff;
	position: fixed;
	right: 0;
	top: 15%;
	z-index: 999;
	transition: all 0.5s  ease-in-out;
	cursor: pointer;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#tchat .fa {
	color: #46b8da;
	font-size: 35px;
	line-height: 45px;
	position: absolute;
	right: 5px;
	z-index: 2;
}

.need-help {
	z-index: 1;
	background-color: #fff;
	width: 140px;
	padding: 0 5px;
	position: fixed;
	right: -90px;
	height: 45px;
	top: 15%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 45px;
	transition: all 0.5s ease-in-out;
	border-radius: 5px 0 0 5px;
	opacity: 0;
}

#tchat:hover {
	border-top: 1px solid #E2001A;
	border-bottom: 1px solid #E2001A;
}

#tchat:hover .fa {
	color: #E2001A;
}

#tchat:hover .need-help {
	transform: translate(-140px);
	opacity: 1;
	border-top: 1px solid #E2001A;
	border-left: 1px solid #E2001A;
	border-bottom: 1px solid #E2001A;
}


.open-message {
	background:#e8f0f6;
	font-size:13px;
	box-sizing:unset;
	margin:3px 0 10px 7px;
	width:255px;
}

.open-message-hour {
	right:5px;
	font-style:normal;
	float:right;
	position:relative;
	top:0;
	font-weight:400;
	font-size:11px;
}

.open-message-text {
	min-height:24px;
	height:auto;
	color:#666;
}

.back-message {
	font-size:13px;
	box-sizing:unset;
	width:256px;
	margin: 30px 0 10px 7px;
	top:0;
	width:257px;
	display:table;
}

.back-message-arrow {
	left:210px;
	top:10px;
	z-index:9;
	position:relative;
	bottom:auto;
	right:auto;
	height:17px;
	width:17px !important;
	padding:0;
	transform:rotate(45deg);
	font-size:1px;
	background:#8f8f8f;
	box-sizing:initial;
}

.message-container {
	position:relative;
}

.back-message-hour {
	position:relative;
	color:#a6b8d0;
	top:-28px;
	background:#fff;
	font-weight:700;
	float:left;
	font-size:11px;
}

.back-message-name {
	position:relative;
	color:#8f8f8f;
	font-size:14px;
	font-weight:700;
	float:right;
	top:-30px;
}

.back-message-text {
	color:#fff;
	word-wrap:break-word;
	font-size:13px;
	background:#8f8f8f;
	text-align:right;
	position:relative;
	z-index:15;
	max-width:256px;
	display:table-row;
	top:-20px;
	border-radius:50px;
	-moz-border-radius: 10px;
}

.back-message-block {
	display:inline-block;
	padding:5px;
}

.user-message {
	font-size:13px;
	box-sizing:unset;
	width:256px;
	margin: 30px 0 10px 7px;
	top:0;
	width:257px;
	display:table;
}

.user-message-arrow {
	left:21px;
	top:10px;
	z-index:9;
	position:relative;
	bottom:auto;
	right:auto;
	height:17px;
	width:17px !important;
	padding:0;
	transform:rotate(45deg);
	font-size:1px;
	background:#46b8da;
	box-sizing:initial;
}

.user-message-hour {
	position:relative;
	color:#a6b8d0;
	top:-28px;
	background:#fff;
	font-weight:700;
	float:right;
	font-size:11px;
}

.user-message-name {
	position:relative;
	color:#46b8da;
	font-size:14px;
	font-weight:700;
	float:left;
	top:-30px;
}

.user-message-text {
	color:#fff;
	word-wrap:break-word;
	font-size:13px;
	background:#46b8da;
	text-align:left;
	position:relative;
	z-index:15;
	max-width:256px;
	display:table-row;
	top:-20px;
}

.user-message-block {
	display:inline-block;
	padding:5px;
}

.send-block {
	background:#ffffff;
	height:100px;
	width:293px;
	position:fixed;
	top:504px;
	left:6px;
}

.send-background {
	background:#E2E2E2;
	position:fixed;
	top:517px;
	padding:20px 10px 20px 10px;
	border-radius:15px;
	left:11px;
}

.send-form {
	width:167px;
	margin-right:-7px;
}

.log-block {
	font-family:monospace;
	color:black;
	margin: -7px 0px 0px 6px;
	background:#ffffff;
	height:499px;
	overflow-y:auto;
	overflow-x:auto;
}

/*****************TCHAT**********************/

/*****************FOOTER**********************/
#footer {
	background-color: #EEEEEE;
	padding: 15px 50px;
	height: 80px;
	/*border-top: 3px solid #3282ff;*/
}

#footer-iframe {
	width: 100%;
	margin-bottom: -5px;
	height: 100%;
}
/*****************FOOTER**********************/

/*****************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-container.toast-bottom-full-width {
	bottom: 20%;
	font-size: large !important;
	text-align: center;
}

#toast-container > div {
	opacity: 1;
}

.toast-info {
	background-color: #84C0CD !important;
}

.toast-success {
	background-color: #7DC188 !important;
}

.toast-error {
	background-color: #DB7972 !important;
}

#toast-container>.toast-error {
	background-image: url("/portail/img/ext/pictos/toast-alert.svg") !important;
	background-size: auto 45px;
}

#toast-container>.toast-info {
	background-image: url("/portail/img/ext/pictos/info.svg") !important;
	background-size: auto 45px;
}

#toast-container>.toast-success {
	background-image: url("/portail/img/ext/pictos/toast-success.svg") !important;
	background-size: auto 45px;
}
/*****************TOASTR OVERRIDE**********************/

/************************FLAGS************************/
.flag {
	background-repeat: no-repeat;
}

.header-tile-language .dropdown-toggle{
	height: 35px;
}

.header-tile .dropdown-toggle .flag {
	background-size: 35px;
	width: 35px;
	height: 35px;
	float: right;
}

.header-tile .dropdown-menu .flag {
	display: inline-block;
	background-size: 16px;
	width: 16px;
	height: 16px;
	float: right;
}

.flag.flag-fr {
	background-image: url("/portail/img/ext/flags/france.png");
}

.flag.flag-en {
	background-image: url("/portail/img/ext/flags/united-kingdom.png");
}
/************************FLAGS************************/