/*********************************** GENERAL STYLES ********************/

/* General Element Styles */
html {
    height: 100%;
}

body {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 1em;
    background: #292929 url("Images/LoginBackground_Fonce.png") no-repeat fixed center center;
    background-size: cover;
    overflow-x: hidden;
}

body,
input,
textarea,
option,
select {
    font-family: "Open Sans", Arial, Verdana, Tahoma, "Helvetica Neue", Helvetica, sans-serif;
    color: #000;
}

a {
    outline: none;
    text-decoration: none;
}

a:link,
a:active,
a:visited {
    color: white;
}

textarea {
    padding-left: 3px;
}

select {
    height: 22px;
}

input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
} /* Remove IE clear icon within inputs */

input[type="text"],
input[type="password"] {
    padding: 2px 3px 3px;
}

input[disabled="disabled"],
input.disabled,
select[disabled="disabled"],
select.disabled {
    color: #333;
}

input[type="text"],
input[type="password"],
select,
textarea {
    border: 1px solid #A0A0A0;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    border: 1px solid #a7d0f0;
    background-color: #e7f3fd;
}

.flexWrapper{
    margin: auto;
}

.loginActions a {
    background: url("Images/iconRightArrowWhite.svg") no-repeat left center;
    padding-left: 15px;
    background-size: 7px 10px;
}

.login_wrap{
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#Login {
    overflow: hidden;
    border: none;
    text-align: left;
    display: inline-block;
}

.verticalLign {
    background-color: #545151;
    width: 1px;
}

#blogSection {
    display: inline-flex;
}

#blogSection > .verticalLign {
    margin-left: 90px;
    margin-right: 94px;
}

.Top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px 0;
    width: 400px;
}

.bottomLogo {
    margin: auto;
    max-width: 720px;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    justify-content: center;
    width: 100%;
}

.logoWrapper {
    width: 100%;
    min-height: 150px;
    margin: 0 auto;
    background: url('Images/iteslive.svg') center center / 340px no-repeat;
    flex-shrink: 0;
    margin-bottom: 10%;
}

@media screen and (width <= 768px)  {
	.logoWrapper {
        max-height: 120px;
		margin-top: 75px;
		margin-bottom: 25px;
	}
}

.tagLineWrapper {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 1.563em;
    margin-top: 0;
    text-transform:uppercase;
}

.tagLineWrapper em{
    font-weight: 600;
    color: #1fa9f3;
    font-style: normal;
}

.loginWrapper,
.forgotWrapper,
.SSOWrapper {
    margin: 0 auto;
}

@media screen and (width <= 768px) {
    .loginWrapper .pure-g,
    .forgotWrapper,
    .resetWrapper {
        display: flex;
        flex-direction: column;
    }
}

.inputWrapper, .pure-form-aligned .pure-control-group {
    margin-bottom: 13px;
}
.inputWrapper input {
    width: 100%;
    background-color: white !important;
    padding: 15px 12px;
    box-sizing: border-box;
    border: 0 none !important;
    border-radius: 3px;
}

.inputWrapper input[type="text"],
.inputWrapper input[type="email"],
.inputWrapper input[type="password"] {
    line-height: 21px;
}

.inputWrapper > label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    display: inline-block;
    padding: 10px 0;
    font-size: 0.938em
}

#topSpace{
    display: flex;
    align-items: center;
}

#topSpace > img,
#bottomSpace::before {
    content: "";
    display: block;
    width: 228px;
    height: 70px;
}

#topSpace, #bottomSpace{
    flex-grow:1;
}

.loginButton:hover {
    background: transparent;
    color: #2798dd;
}

.loginButton {
    font-family: 'Open sans', 'Helvetica Neue', sans-ferif;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
    background: #1fa9f3;
    color: #fff;
    box-sizing: border-box;
    vertical-align: middle;
    letter-spacing: 0.03em;
    border: 2px solid #1fa9f3 !important;
    transition: color 300ms, background 300ms;
    padding: 10px 30px;
}

#btnLogin {
    width: 168px;
}

#bottomLogin{
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
}

.loginActions {
    font-size: 0.813em;
}

.loginActionsContainer {
    display: flex;
    justify-content: space-between;
    padding-top: 21px;
}

.Mid {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.blogContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 370px;
    min-height: 455px;
    padding: 40px;
    border-radius: 3px;
    background-color: white;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
}

.blogContainer img{
    max-width: 100%;
    height: auto;
    max-height: 150px;
}

.blogLink {
    min-width: 198px;
    font-size: 0.869em;
}

.blogGenericTitle {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 0.706em;
    color: #1fa9f3;
    margin-top: 28px;
    text-transform:uppercase;
}

.blogTitle {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 0.813em;
    text-transform: uppercase;
}

.blogImage {
    background-size: contain;
    background-repeat: no-repeat;
    height: 166px;
}

.blue{
    color: #3cb1f5
}

span.error {
    color: red;
}

span.success {
    color: white;
}

.resultWrapper {
    margin-top: 10px;
    color: white;
}

#divOverlay,
#divBackground,
#divLoading {
    position: absolute;
    inset: 0;
    z-index: 1;
    height: 100% !important;
}

#divBackground {
    background-color: black;
    opacity: 0.5;
}

#divLoading {
    background: url("Images/Spinner.svg") no-repeat center center;
    background-size: 70px;
    z-index: 2;
}

.flexAutoHeight {
    display:flex;
    flex-direction:column;
    overflow:hidden;
    height:100%;
}

.flexAutoHeight > *:last-child {
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
}

#divLangChange {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 1;
    margin-right: 25px;
    border-radius: 25px;
    outline: none;
    display: flex;
    place-content: center center;
    align-items: center;
    width: 50px;
    height: 50px;
    flex-direction: row;
}

#divLangChange .LayoutWebMenu {
    height: 50px;
    width: 50px;
}

#divLangChange .LayoutWebMenu .k-menu {
    border-radius: 25px;
}

#divLangChange .LayoutWebMenu .menu > li.k-item {
    background: none;
}

#divLangChange .LayoutWebMenu .k-menu {
    background-color: transparent !important;
}

#divLangChange .k-picker {
    border: none;
    color: white;
    background-color: transparent;
}

#divLangChange .k-picker:focus {
    box-shadow: none;
}

#divLangChange span.k-input-inner {
    padding-right: 0;
}

#divLangChange span.k-input-button {
    padding: 0;
    width: 20px;
}

#divLangChange span.k-input-button:hover {
    background: none;
}

#languageSelect-list .k-selected {
    display: none;
}

.k-list-item.k-hover, .k-list-item:hover {
    background-image: none;
    background-color: #f1f2f2;
}

.k-list-scroller {
    overflow:hidden auto !important;
}

@media screen and (width <=688px) {
    .resultWrapper{
        order: -1;
    }
}

@media screen and (width <=768px) {
    #divLangChange{
        top: 30px;
        right: 30px;
    }
}

/* Remove Blog footer */
.blogContent p:last-child{
    display: none;
}

/* FIX IE 11 */
.blogContainer > div {
    width: 100%;
}

.blogContainer > div:first-child {
    max-height:200px;
}

/* Subscribe */
#divSubscribeMain .login_wrap {
    margin-bottom: 0;
}

#divSubscribeMain #Login {
    width: 100%;
}

#divSubscribeMain .Mid {
    height: auto;
}

#SubscribeForm .pure-control-group label,
#SubscribeForm .pure-control-group input.text-box {
    display: block;
    width: 100%;
    text-align: left;
}

#SubscribeForm .pure-control-group > label,
.inputWrapper > label {
    color: white;
    line-height: 28px;
    font-size: 0.923em;
}

#SubscribeForm .pure-control-group input.text-box {
    padding-top: 10px;
    padding-bottom: 10px;
}

input.check-box {
    margin-left: 4px;
    margin-right: 10px;
}

#ConditionsAcceptedText {
    text-decoration: underline;
}

#ConditionsAcceptedContainer {
    line-height: 28px;
    text-align: center;
}

.login_wrap.Subscribe .Mid > a {
    line-height: 28px;
    text-transform: uppercase;
    float: right;
}

.k-tooltip-validation .k-icon {
    color: white;
    margin-top: 0.1em;
}

.login_wrap.ActivateAccount .Mid,
.login_wrap.DoSubscribe .Mid {
    padding: 0 10px !important;
    display: flex;
    align-items: center;
    color: white;
    font-size: 1.154em;
    text-align: center;
    flex-wrap: wrap;
}

.login_wrap.ActivateAccount .Mid > *,
.login_wrap.DoSubscribe .Mid > * {
    width: 100%;
}

.login_wrap.ActivateAccount .Mid h2,
.login_wrap.DoSubscribe .Mid h2 {
    font-size: 1.733em;
}

.login_wrap.ActivateAccount .Mid > div > *:first-child,
.login_wrap.DoSubscribe .Mid > div > *:first-child {
    margin-top: 0;
}

.pure-form-aligned .pure-control-group label {
    margin-right: 0;
}

label[for="AgreeCommunications"] {
    display: inline !important;
}

.pure-form span.k-dropdownlist {
    width: 100% !important;
    height: 46px;
    line-height: 46px;
}

.pure-form select.tri-state {
    height: 46px;
}

.pure-form textarea {
    width: 100%;
}

.k-invalid-msg.field-validation-error {
    background-color: #df4b4b;
    border-color: transparent;
    box-shadow: none;
    background-image: none;
    line-height: 30px;
    box-sizing: border-box;
    width: 100%;
    font-size: 0.938em;
    display: inline-block;
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
    text-align: center;
}

.k-invalid-msg.field-validation-error::before {
    content: "\e403";
    font: 16px/1 WebComponentsIcons;
    margin-right: 4px;
    vertical-align: middle;
}

.LinkTo {
    border-radius: 10px;
    background-size: 35px;
    background-position: center center;
    line-height: 65px;
}

.ContinueWith {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #757575 !important;
    text-align: center;
    height: 40px;
    width: calc(50% - 10px);
    cursor: pointer;
    margin-bottom: 10px;
    box-sizing: border-box;
    background-origin: border-box;
    background-repeat: no-repeat;
    border: 1px solid #E4E4E7;
    overflow: hidden;
    aspect-ratio: 1;
    transition: border-color 150ms;
    padding-top: 22.5%;
}

.ContinueWithWhite {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 10px 10px 10px 40px;
    border-radius: 3px;
    border: 1px solid #E4E4E7;
    margin-bottom: 10px;
    box-sizing: border-box;
    color: #292929 !important;
    font-family: 'Google Sans', arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.25px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: white;
    background-origin: border-box;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 24px;
    cursor: pointer;
}

.customProviderListWrapper {
    width: 355px;
    max-width: 100%;
}

.ContinueWith:hover {
    border-color: #3cb1f5;
}

.ContinueWith.LinkedIn {
    background-image:url("Images/LinkedIn.svg");
}

.ContinueWith.Microsoft {
    background-image: url("Images/MicrosoftIcon.svg");
}

.ContinueWith.Custom {
    background-image: url("Images/keyWhite.svg");
}

.ContinueWithWhite.Custom {
    background-image: url("Images/key.svg");
}

.ContinueWith.Facebook {
    background-image: url("Images/FacebookIcon.svg");
}

.ContinueWith.Google {
    background-image: url("Images/GoogleIcon.svg");
}

.ContinueWith.Apple {
    background-image: url("Images/AppleIcon.svg");
}

.loginBloc {
    max-width: 355px;
    margin: auto;
    letter-spacing: normal;
    padding: 15px;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
}

.loginBloc_Partners {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 355px;
    margin: auto;
    padding: 15px;
    letter-spacing: normal;
}

.loginBloc, .Top {
    color: white;
}

#SSOButtons {
    margin-top: 57px !important;
}

.light-grey-line {
    border-top: 1px solid rgb(96 94 92);
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.whiteBtn, .blackBtn:hover {
    color: black !important;
    background-color: white;
}

.blackBtn, .whiteBtn:hover {
    color: white;

    /* background-color: black; */
    border: 1px solid rgb(96 94 92);
}

.bigButton {
    font-weight: 700;
    font-size: 1.2rem;
}

.aBtn {
    padding: 10px 20px;
    border-radius: 7px;
}

.mainText {
    font-family: Montserrat, SemiBold;
    font-size: 25px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    width:600px
}

#emailConfirmed,
#SubscribeError,
#DoSubcribe {
    border-radius: 50px;
    width: 800px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* MENU
---------------------------------------------------------- */
.menu {
    position: relative;
    border-radius: 8px 8px 0 0;
    text-align: left;
    background-image: none;
}

.menu .t-item {
    border-width: 0 1px 0 0;
}

.menu .t-link {
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.8em;
}

.LayoutWebMenu {
	height: 100%;
	padding-left: 5%;
	flex-grow: 2;
	flex-shrink: 0;
}

.LayoutWebMenu .k-menu {
	background-color: #262323;
	border: none;
	height: 100%;
}

.LayoutWebMenu .k-menu li {
	height: 100%;
	border: none;
}

.LayoutWebMenu .menu > li > a.k-link {
	max-width: 150px;
}

.LayoutWebMenu .menu > li {
	border: none;
    border-radius: 25px;
}

.LayoutWebMenu .k-menu .k-menu-link.k-active {
	background-color: #444343;
	color: white;
}

.LayoutWebMenu .k-menu .k-menu-group {
	background-color: white;
}

.LayoutWebMenu .k-menu .k-item .k-menu-link {
    background-color: transparent;
}

.LayoutWebMenu .k-menu .k-menu-popup .k-menu-link {
	color: #444343 !important;
	font-size: 0.933em;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: transparent;
}

.LayoutWebMenu .k-menu .k-item .k-hover {
	background-color: #d5d5d5 !important;
}

.LayoutWebMenu .k-menu .k-last {
	border: none;
	border-style: none;
}

.LayoutWebMenu .k-menu .k-highlight {
	background-color: #262323;
}

.LayoutWebMenu .menu > li.k-item.k-hover {
	background-image: none;
	background-color: #444343 !important;
}

.LayoutWebMenu .menu > li.k-item {
	background-color: #262323;
	color: white !important;
	font-weight: bold;
}

.LayoutWebMenu .k-link {
	color: white !important;
	text-transform: uppercase;
}

.LayoutWebMenu .k-i-arrow-s {
	margin-left: 10px;
	background-image: url("Images/menu_arrow.png") !important;
	background-position: center center !important;
	background-repeat: no-repeat;
}

.LayoutWebMenu .k-i-arrow-s::before {
	content: "";
}

.k-menu-popup {
	box-shadow: none;
}

.k-menu-popup > .k-menu-group{
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 30%)
}

.k-menu-group {
    min-width: 120px;
    border-radius: 3px;
}

/* Chrome, Safari, Edge, Opera */
#VerificationCode::-webkit-outer-spin-button,
#VerificationCode::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#VerificationCode {
    -moz-appearance: textfield;
}