@font-face {
     font-family: 'Veryup';
     src: url('../fonts/veryup/Veryup-Light.eot');
     src: url('../fonts/veryup/Veryup-Light.eot?#iefix') format('embedded-opentype'),
     url('../fonts/veryup/Veryup-Light.woff') format('woff'),
     url('../fonts/veryup/Veryup-Light.ttf')  format('truetype'),
     url('../fonts/veryup/Veryup-Light.svg#d83a536671d160add994a83c5144bd9a') format('svg');
     font-style: normal;
     font-weight: 200;
}

@font-face {
     font-family: 'Veryup';
     src: url('../fonts/veryup/Veryup-Book.eot');
     src: url('../fonts/veryup/Veryup-Book.eot?#iefix') format('embedded-opentype'),
     url('../fonts/veryup/Veryup-Book.woff') format('woff'),
     url('../fonts/veryup/Veryup-Book.ttf')  format('truetype'),
     url('../fonts/veryup/Veryup-Book.svg#db02aa682b3e193ac55da3558b4b0d6e') format('svg');
     font-style: normal;
     font-weight: 400;
}

@font-face {
     font-family: 'Veryup';
     src: url('../fonts/veryup/Veryup-Medium.eot');
     src: url('../fonts/veryup/Veryup-Medium.eot?#iefix') format('embedded-opentype'),
     url('../fonts/veryup/Veryup-Medium.woff') format('woff'),
     url('../fonts/veryup/Veryup-Medium.ttf')  format('truetype'),
     url('../fonts/veryup/Veryup-Medium.svg#978bfeb47c41e9c6da434cb6375bf283') format('svg');
     font-style: normal;
     font-weight: 500;
}

@font-face {
     font-family: 'Veryup';
     src: url('../fonts/veryup/Veryup-Heavy.eot');
     src: url('../fonts/veryup/Veryup-Heavy.eot?#iefix') format('embedded-opentype'),
     url('../fonts/veryup/Veryup-Heavy.woff') format('woff'),
     url('../fonts/veryup/Veryup-Heavy.ttf')  format('truetype'),
     url('../fonts/veryup/Veryup-Heavy.svg#f957ac4f7c9e44228c64976e40b8d5f5') format('svg');
     font-style: normal;
     font-weight: 700;
}

@font-face {
     font-family: 'Veryup';
     src: url('../fonts/veryup/Veryup-Bold.eot');
     src: url('../fonts/veryup/Veryup-Bold.eot?#iefix') format('embedded-opentype'),
     url('../fonts/veryup/Veryup-Bold.woff') format('woff'),
     url('../fonts/veryup/Veryup-Bold.ttf')  format('truetype'),
     url('../fonts/veryup/Veryup-Bold.svg#e6614ac1ffeb97962de474601fd3ce1d') format('svg');
     font-style: normal;
     font-weight: 800;
}

:root {
  --textColor: #fff;
  --textOffColor: #7c858d;
  --baseColor: #242423;
  --baseDarkColor: #111;
  --baseLightColor: #283b48;
  --secColor: #fff;
  --colorBlue: #3190f3;
}

::-ms-reveal {
  filter: invert(100%);
}

*, *::before, *::after, *:before, *:after, *:focus, *:active {
    box-sizing: border-box;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-interpolation-mode: bicubic;
}

/* accessibility */

.accessibilityMode button:focus,
.accessibilityMode a:focus,
.accessibilityMode input:focus {
  outline: 3px solid var(--colorBlue);
}

.accessibilityMode a:focus,
a:focus {
  color: #fff;
}

body {
  font-family: "VeryUp",Verdana,Arial,sans-serif,Futura;
  background: var(--baseColor) !important;
  color: var(--textColor);
  font-size: 18px;
}

html input[readonly] {
  opacity: .3;
  cursor: not-allowed;
}

.login-pf-page {
  min-height: 100%;
  background-image: url('../img/bg-default.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 50px;
}

@media only screen and (max-width: 991px) {
  .login-pf-page {
    padding: 0 20px;
    height: auto;
  }
}

.smallText {
  text-align: center;
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
}

.smallText--noMargin {
  margin: 0;
}

.login-pf-page .login-pf-page-header {
  display: none;
}

.login-pf-page::before {
  content: "";
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #242429;
  opacity: .6;
}

div.kc-logo-text {
  display: none;
}

/* Login Card */
.login-pf-page .login-pf-header {
  display: none;
}

#kc-content-wrapper,
#kc-form-wrapper {
  margin: 0;
}

.kc-form-wrapper {
  width: 100%;
}

.kc-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-pf-page .card-pf {
  position: relative;
  z-index: 1;
  background: #111;
  max-width: 380px;
  width: 100%;
  padding: 0;
  box-shadow: 0 32px 34px 0 rgb(0 0 0 / 20%), 0 30px 14px -20px rgb(0 0 0 / 30%);
  border: 0;
  border-radius: 6px;
}

.login-pf-page .card-pf--loginPlay {
  margin: 0 8% 0 0;
}

@media only screen and (max-width: 991px) {
  .login-pf-page .card-pf--loginPlay {
    margin: 0;
  }
}

.kc-form-logo {
  width: 83px;
  height: 80px;
  margin: 30px 0 0;
}

.kc-form-error,
.alert-error {
  display: inline-block;
  background: rgba(255,61,61,.2);
  padding: 13px 15px;
  border: 1px solid rgba(255,61,61,.2);
  border-radius: 6px;
  margin-bottom: 20px;
  color: #ff3d3d;
  font-weight: 400;
  text-align: center;
  font-size: .875rem;
  line-height: 1.15;
  width: 100%;
}

.pf-c-alert__title {
  color: #ff3d3d;
  font-weight: 400;
}

.pf-c-alert__icon {
  display: none;
}

.form-group {
  position: relative;
  margin: 0;
  padding: 15px 0;
}

.kc-form-input {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  line-height: 26px;
  min-height: 36px;
  padding: 4px 0;
  height: auto;
  font-weight: 400;
  border: 0;
  border-bottom: 2px solid rgba(255,255,255,.6);
  outline: 0;
  resize: none;
  color: var(--textColor);
  font-size: 18px;
  transition: all .2s ease;
}

.kc-form-input--hidden {
  display: none;
}

.kc-form-input--readonly {
  color: rgb(255 255 255 / 70%) !important;
  border-bottom: none;
  text-align: left;
}

.kc-form-input--hasValue + .kc-form-label,
.kc-form-input:focus + .kc-form-label,
.kc-form-input:not(:placeholder-shown) + .kc-form-label {
  top: 0;
  font-size: 12px;
  font-weight: bold;
}

.kc-form-label {
  position: absolute;
  z-index: 0;
  top: 25px;
  left: 0;
  font-family: "VeryUp",Verdana,Arial,sans-serif,Futura;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  color: #aaa;
  cursor: pointer;
  margin: 0;
  transition: all .2s ease;
}

.login-pf-page .login-pf-settings {
  display: none;
}

.kc-form-buttons {
  margin: 15px 0 0;
  padding: 0;
  text-align: center;
}

@keyframes onAutoFillStart {  from {/**/}  to {/**/}}
@keyframes onAutoFillCancel {  from {/**/}  to {/**/}}

.kc-form-input:-webkit-autofill,
.kc-form-input:not(:placeholder-shown) {
  animation-name: onAutoFillStart;
}

.kc-form-input:placeholder-shown {
  animation-name: onAutoFillCancel;
}

.kc-form-input::placeholder {
  color: transparent;
}

.login-pf-page .kc-form-submit {
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 12px;
  background-color: transparent;
  border: 2px solid #fff;
  transition: color 0.3s ease;
  position: relative;
  font-family: "VeryUp",Verdana,Arial,sans-serif,Futura;
  letter-spacing: 1px;
  width: 100%;
  display: none;
}

.login-pf-page .kc-form-submit--realmCheckButton {
  display: block;
  line-height: 1.3;
}

.form-group--password {
  display: none;
}

.login-pf-page .kc-form-submit:hover {
  color: #232323;
}

.login-pf-page .kc-form-submit-border::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background: #fff;
  opacity: 0;
  transform: scale(.5,.5);
  transform-origin: center center;
  transition: transform .4s cubic-bezier(.19,1,.22,1),opacity .4s cubic-bezier(.19,1,.22,1);
}

.kc-form-submit-border {
  display: block;
  position: relative;
  z-index: 1;
  transition: color .3s cubic-bezier(.19,1,.22,1), background .3s cubic-bezier(.19,1,.22,1),opacity .3s cubic-bezier(.19,1,.22,1);
}

.kc-form-submit-border > span {
  z-index: 2;
  backface-visibility: hidden;
}

.kc-form-submit-border:hover::before {
  transform: scale(1,1);
  opacity: 1;
  z-index: -1;
}

.kc-form-submit-border--disabled:hover::before {
  opacity: 0;
}

.alert-error {
  font-family: "VeryUp",Verdana,Arial,sans-serif,Futura;
  margin: 0 0 20px;
}

.kc-form-forgottenPassword,
.kc-form-register {
  display: block;
  color: #e8e8e8;
  opacity: .7;
  text-decoration: underline;
  transition: opacity .15s linear;
  margin: 30px 0 0;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.kc-form-forgottenPassword {
  padding: 1px 6px;
}

.kc-form-forgottenPassword:hover {
  opacity: 1;
  color: #e8e8e8;
}

.kc-form-register {
  border: 0;
  background-color: transparent;
  margin: 20px auto 0;
}

/* Created divs */
.loginPage {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .loginPage {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.loginBox {
  width: 100%;
  max-width: 380px;
  text-align: center;
  position: relative;
}

.loginBox__externalTitle {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.goBackButton {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 0;
  padding: 8px 30px;
  text-transform: uppercase;
  min-height: 40px;
  border-radius: 40px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 25px 0 0;
  transition: background-color .3s ease;
  z-index: 1;
}

.goBackButton:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.connectWithAnotherAccount__button {
  margin: 25px 0 0;
}

.loginBox__createAccount:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,.2);
}

.loginPlayInfos,
.loginBox {
  margin: 15px;
}

@media only screen and (max-width: 991px) {
  .loginPlayInfos,
  .loginBox {
    margin: 15px 0;
  }
}

.loginPlayInfos {
  position: relative;
  padding: 0 50px 0 0;
}

@media only screen and (max-width: 991px) {
  .loginPlayInfos {
    padding: 0;
    text-align: center;
    margin: 15px 0 30px;
  }
}

.loginPlayInfos__logo {
  max-height: 60px;
  max-width: 240px;
}

.loginPlayInfos__title {
  text-align: left;
  margin: 30px 0 0 0;
  font-size: 2.5rem;
  line-height: 1.125;
  color: #fff;
  letter-spacing: 0;
  font-weight: 800;
  text-shadow: 0 2px 34px #05071a;
}

.teachupConnexion {
  color: #fff;
  padding: 30px;
  border-radius: 0 0 6px 6px;
}

.teachupConnexion--multi {
  background: #242429;
  padding: 30px;
}

.teachupConnexion__title {
  display: none;
}

.ssoConnexions {
  background: #111;
  padding: 30px;
  display: none;
  border-radius: 6px 6px 0 0;
}

.ssoConnexions__block {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  padding: 12px 25px;
  background-color: #fff;
  color: #242429;
  transition: background .2s ease-in-out;
  border: 0;
  width: 100%;
}

.ssoConnexions__block:hover {
  background: #e6e6e6;
}

.ssoConnexions__block--template {
  display: none;
}

.ssoConnexions__block:not(:last-child) {
  margin: 0 0 10px;
}

.ssoConnexions__pictoContainer {
  width: auto;
  height: 30px;
  flex: 0 0 auto;
  margin: 0 15px 0 0;
  background-size: cover;
  background-position: center center;
  display: flex;
}

.ssoConnexions__picto {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ssoConnexions__text {
  text-align: left;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}

/* LOADER */
.tLoading {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #111;
	visibility: visible;
	opacity: 1;
	font-family: 'Veryup', Arial;
	color: #fff;
	transition: visibility 0s ease 0.4s, opacity 0.4s ease;
}

.tLoading__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tLoading__message {
	font-size: 32px;
	font-weight: 200;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}

.tLoading__bar {
	margin: auto;
	margin-top: 0px;
	position: relative;
	width: 250px;
	height: 2px;
	overflow: hidden;
}

.tLoading__bar::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100%;
	background: #fff;
	transition: all 0.4s ease;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-name: loading;
	animation-name: loading;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/* register */
.registerPart,
#registerButton {
  display: none;
}

.registerPart__title {
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 20px;
  font-weight: bold;
}

.registerPart__content {
  background: #111;
  padding: 30px;
  border-radius: 6px;
}

.registerPart__content--success {
  display: none;
}

.registerPart .registerPart__content .smallText {
  color: #fff;
}

#sendRegistrationMailButton:disabled {
  opacity: .3;
  color: #fff;
}

#sendRegistrationMailButton:disabled:hover::after {
  content: none;
}

@-webkit-keyframes loading {
	from {
		left: -150px;
	}

	to {
		left: 300px;
	}
}

@keyframes loading {
	from {
		left: -150px;
	}

	to {
		left: 300px;
	}
}

@media only screen and (max-width: 991px) {
  .loginPlayInfos__title {
    font-size: 30px;
    text-align: center;
  }
}

/* Already connected */
#kc-info-message {
  padding: 30px;
}

#kc-info-message p.instruction {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

/* Logout confirm */
#kc-logout-confirm {
  padding: 30px 30px 0;
}

#kc-logout-confirm p.instruction {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px;
}

#kc-logout-confirm input#kc-logout {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #fff;
    color: #242429;
    border-radius: 35px;
    padding: 12px 25px;
}

#kc-logout-confirm input#kc-logout:hover {
    background: #e6e6e6;
}