/*-----------------------
AK_AUTH - SCSS FILE
Author : www.aktarma.fr
Version : 2.0
-----------------------*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@-webkit-keyframes bounce {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  20% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  53% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  20% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  53% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
  10% {
    transform: translate3d(-10px, 0, 0);
  }
  30% {
    transform: translate3d(-10px, 0, 0);
  }
  50% {
    transform: translate3d(-10px, 0, 0);
  }
  70% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20% {
    transform: translate3d(10px, 0, 0);
  }
  40% {
    transform: translate3d(10px, 0, 0);
  }
  60% {
    transform: translate3d(10px, 0, 0);
  }
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
  10% {
    transform: translate3d(-10px, 0, 0);
  }
  30% {
    transform: translate3d(-10px, 0, 0);
  }
  50% {
    transform: translate3d(-10px, 0, 0);
  }
  70% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20% {
    transform: translate3d(10px, 0, 0);
  }
  40% {
    transform: translate3d(10px, 0, 0);
  }
  60% {
    transform: translate3d(10px, 0, 0);
  }
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none;
  }
}
@keyframes bounceInDown {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none;
  }
}
@keyframes bounceInLeft {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none;
  }
}
@keyframes bounceInRight {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@-moz-keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
    transition-timing-function: ease-in;
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
  animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/* Sass Document */
/* ====== VAR BREAKPOINTS ======= */
/* bootstrap*/
/* user */
/* ========= VAR FONTS ========== */
/* font 1 => roboto */
/* thin */
@font-face {
  font-family: "Roboto";
  src: url("../font/hinted-Roboto-Thin.eot");
  src: url("../font/hinted-Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Roboto-Thin.woff2") format("woff2"), url("../font/hinted-Roboto-Thin.woff") format("woff"), url("../font/hinted-Roboto-Thin.ttf") format("truetype"), url("../font/hinted-Roboto-Thin.svg#Roboto-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}
/* thin italic */
@font-face {
  font-family: "Roboto";
  src: url("../font/hinted-Roboto-ThinItalic.eot");
  src: url("../font/hinted-Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Roboto-ThinItalic.woff2") format("woff2"), url("../font/hinted-Roboto-ThinItalic.woff") format("woff"), url("../font/hinted-Roboto-ThinItalic.ttf") format("truetype"), url("../font/hinted-Roboto-ThinItalic.svg#Roboto-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
}
/* light */
@font-face {
  font-family: "Roboto";
  src: url("../font/hinted-Roboto-Light.eot");
  src: url("../font/hinted-Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Roboto-Light.woff2") format("woff2"), url("../font/hinted-Roboto-Light.woff") format("woff"), url("../font/hinted-Roboto-Light.ttf") format("truetype"), url("../font/hinted-Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
/* light italic */
@font-face {
  font-family: "Roboto";
  src: url("../font/hinted-Roboto-LightItalic.eot");
  src: url("../font/hinted-Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Roboto-LightItalic.woff2") format("woff2"), url("../font/hinted-Roboto-LightItalic.woff") format("woff"), url("../font/hinted-Roboto-LightItalic.ttf") format("truetype"), url("../font/hinted-Roboto-LightItalic.svg#Roboto-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}
/* regular */
@font-face {
  font-family: "Roboto";
  src: url("../font/hinted-Roboto-Regular.eot");
  src: url("../font/hinted-Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Roboto-Regular.woff2") format("woff2"), url("../font/hinted-Roboto-Regular.woff") format("woff"), url("../font/hinted-Roboto-Regular.ttf") format("truetype"), url("../font/hinted-Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* regular italic */
@font-face {
  font-family: "Roboto";
  src: url("../font/hinted-Roboto-Italic.eot");
  src: url("../font/hinted-Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Roboto-Italic.woff2") format("woff2"), url("../font/hinted-Roboto-Italic.woff") format("woff"), url("../font/hinted-Roboto-Italic.ttf") format("truetype"), url("../font/hinted-Roboto-Italic.svg#Roboto-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
/* medium */
@font-face {
  font-family: "Roboto Lt";
  src: url("../font/hinted-Roboto-Medium.eot");
  src: url("../font/hinted-Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Roboto-Medium.woff2") format("woff2"), url("../font/hinted-Roboto-Medium.woff") format("woff"), url("../font/hinted-Roboto-Medium.ttf") format("truetype"), url("../font/hinted-Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
/* medium italic */
@font-face {
  font-family: "Roboto Lt";
  src: url("../font/hinted-Roboto-MediumItalic.eot");
  src: url("../font/hinted-Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Roboto-MediumItalic.woff2") format("woff2"), url("../font/hinted-Roboto-MediumItalic.woff") format("woff"), url("../font/hinted-Roboto-MediumItalic.ttf") format("truetype"), url("../font/hinted-Roboto-MediumItalic.svg#Roboto-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}
/* bold */
@font-face {
  font-family: "Roboto";
  src: url("../font/hinted-Roboto-Bold.eot");
  src: url("../font/hinted-Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Roboto-Bold.woff2") format("woff2"), url("../font/hinted-Roboto-Bold.woff") format("woff"), url("../font/hinted-Roboto-Bold.ttf") format("truetype"), url("../font/hinted-Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* bold italic */
@font-face {
  font-family: "Roboto";
  src: url("../font/hinted-Roboto-BoldItalic.eot");
  src: url("../font/hinted-Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Roboto-BoldItalic.woff2") format("woff2"), url("../font/hinted-Roboto-BoldItalic.woff") format("woff"), url("../font/hinted-Roboto-BoldItalic.ttf") format("truetype"), url("../font/hinted-Roboto-BoldItalic.svg#Roboto-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}
/* library icon vsh */
@font-face {
  font-family: "icomoon";
  src: url("../font/icomoon.eot?y43qvx");
  src: url("../font/icomoon.eot?y43qvx#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?y43qvx") format("truetype"), url("../font/icomoon.woff?y43qvx") format("woff"), url("../font/icomoon.svg?y43qvx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* ========= THEME COLORS ========= */
/* noir */
/* orange */
/* rouge */
/* bordeaux */
/* pourpre          $corlor_espace_pro       : #2C0B6D; */
/* vert pastel */
/* vert */
/* violet */
/* ========= VAR COLORS ========= */
/* ========= ALERT COLORS ========= */
/* ========= WIDTH PANEL MENU ========= */
/* Sass Document mixins */
/* --------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN NOWRAP <<<<<<<<<<<<<<<<-*/
/* --------------------------------------------*/
/* -----------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN BOXSIZING <<<<<<<<<<<<<<<<-*/
/* -----------------------------------------------*/
/* ----------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN IMG AUTOHEIGHT <<<<<<<<<<<<<<<<-*/
/* ----------------------------------------------------*/
/* ----------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN IMG AUTOWIDTH <<<<<<<<<<<<<<<<-*/
/* ----------------------------------------------------*/
/* ----------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN IMG COVER <<<<<<<<<<<<<<<<-*/
/* ----------------------------------------------------*/
/* ----------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN BOOTSTRAP GUTS <<<<<<<<<<<<<<<<-*/
/* ----------------------------------------------------*/
/* ------------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN VIDEO RESPONSIVE <<<<<<<<<<<<<<<<-*/
/* ------------------------------------------------------*/
/*  16/9 : 56.25%; //// 4/3  : 75%; */
/* ------------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN CALC <<<<<<<<<<<<<<<<-*/
/* ------------------------------------------------------*/
/* --------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN RETINA <<<<<<<<<<<<<<<<-*/
/* --------------------------------------------*/
/* -------------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN ANIMATE ITERATION <<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------------*/
/* -------------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN ANIMATE ITERATION <<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------------*/
/* ------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN TRANSITION <<<<<<<<<<<<<<<<-*/
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* >>>>>>>>>>> MIXIN TRANSITION NEW <<<<<<<<<<<<<<-*/
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN BOX-SIZING <<<<<<<<<<<<<<<<-*/
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN BOX-SHADOW <<<<<<<<<<<<<<<<-*/
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN DROP-SHADOW <<<<<<<<<<<<<<<<-*/
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN TEXT-SHADOW <<<<<<<<<<<<<<<-*/
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN APPEARANCE <<<<<<<<<<<<<<<<-*/
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN TRANSFORM <<<<<<<<<<<<<<<<<-*/
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN GRAYSCALE <<<<<<<<<<<<<<<<<-*/
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* >>>>>>>>>> MIXIN TRANSFORM ORIGIN <<<<<<<<<<<<<-*/
/* ------------------------------------------------*/
/* ----------------------------------------------*/
/* >>>>>>>>>>>>> MIXIN GRADIENT <<<<<<<<<<<<<<<<-*/
/* ----------------------------------------------*/
/* ----------------------------------------------*/
/* >>>>>>>>>>>>> FUNCTION STR REPLACE <<<<<<<<<<<<<<<<-*/
/* ----------------------------------------------*/
/* color page */
/*---( video_modal_wrap )---*/
.video_modal_wrap {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100000000000000000;
}
.video_modal_wrap .video_modal_content {
  display: block;
  position: absolute;
  top: 25%;
  left: 20%;
  height: auto;
  width: 60%;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.6);
}
.video_modal_wrap .video_modal_content .video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: #fff;
}
.video_modal_wrap .video_modal_content .video iframe,
.video_modal_wrap .video_modal_content .video video,
.video_modal_wrap .video_modal_content .video object,
.video_modal_wrap .video_modal_content .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .video_modal_wrap .video_modal_content {
    width: 80%;
    left: 10%;
  }
}
.video_modal_wrap .video_modal_content .video_modal_close {
  display: block;
  z-index: 1000000000000000000;
  position: absolute;
  font-size: 12px;
  padding: 12px;
  top: 0;
  right: 0;
  font-size: 18px;
  cursor: pointer;
}

/*.video_link{
	a {
		display: block;
		margin-bottom:40px;
		position: relative;

		&:before{
			@include transitions(background-color ease-in-out 0.2s);
			content: "";
			display: block;
			margin:0 auto 15px auto;
			width: 58px;
			height: 58px;
			border-radius: 50%;
			background-color: $youtube_red;
			@include calc('bottom','100% + 40px');
			background-image: url("../img/play-btn.svg");
			background-repeat: no-repeat;
			background-position: 22px center;
		}
		span{
			display:inline-block;
			@include transitions(background-color ease-in-out 0.2s);
			padding : 10px 15px;
			background-color: $youtube_red;
			color: $color_white;
			border-radius: 8px;
		}
		&:hover{
			&:before, span {
				background-color: darken($youtube_red, 20%);
			}
		}
	}
}*/
/* home access */
.underline {
  text-decoration: underline;
}

.click-feedback {
  position: fixed !important;
  display: block !important;
  height: 0 !important;
  width: 0 !important;
  z-index: 100000000000 !important;
}
.click-feedback:after {
  content: "";
  border: 2px solid rgba(46, 48, 57, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  -webkit-animation: anim-click 0.3s ease-out forwards;
  animation: anim-click 0.3s ease-out forwards;
}
@-webkit-keyframes anim-click {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
}
@keyframes anim-click {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
}

/* Sass Document */
* {
  outline: none !important;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Roboto", arial, sans-serif;
  font-size: 11pt;
  font-weight: normal;
  color: #59595A;
}
body p {
  margin: 0;
}

.no_overflow {
  overflow: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

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

.bs {
  display: block !important;
  height: 25px !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  border: none;
}
.bs.bs-s {
  height: 25px !important;
}
.bs.bs-m {
  height: 50px !important;
}
.bs.bs-l {
  height: 100px !important;
}
.bs.bs-xl {
  height: 150px !important;
}
.bs.bs-xxl {
  height: 200px !important;
}
.bs.bs-xxxl {
  height: 250px !important;
}

a:not([href]):not([data-href-slide-panel]):not(.link_ajax_auto_treat):not([data-conf]):not(.pointer) {
  cursor: default !important;
}

.disabled, .disabled * {
  cursor: not-allowed !important;
}

/* Scss Document */
/* Form elements */
form #user {
  display: none;
}
form .form-group {
  /* AK chosen */
  /*&:last-child{
      margin-top: 30px; 
      margin-bottom: 0;
  }*/
}
form .form-group .akchosen-wrap li, form .form-group .akchosen-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  outline: none;
}
form .form-group .akchosen-wrap .akchosen-hide, form .form-group .akchosen-wrap .akchosen-dont-match {
  display: none !important;
}
form .form-group .akchosen-wrap .akchosen-ul {
  height: auto;
  position: relative;
  padding-right: 38px;
}
form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen {
  cursor: text;
  padding: 5px;
}
form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen:after {
  content: "";
  background-color: #ebebeb;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 37px;
  height: 100%;
  border-left: 1px solid rgb(219.7, 219.7, 219.7);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 125" fill="rgb(140.65, 140.65, 140.65)" style="enable-background:new 0 0 100 100;" xml:space="preserve"><g><g><path class="st0" d="M50,74c-0.8,0-1.5-0.3-2.1-0.9l-42-42c-1.2-1.2-1.2-3.1,0-4.2c1.2-1.2,3.1-1.2,4.2,0L50,66.8l39.9-39.9    c1.2-1.2,3.1-1.2,4.2,0c1.2,1.2,1.2,3.1,0,4.2l-42,42C51.5,73.7,50.8,74,50,74z"/></g></g></svg>');
  background-position: center center;
  background-size: 55%;
}
form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-li-search {
  display: block;
  vertical-align: middle;
}
form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-li-search input {
  border: 0;
  display: block;
  width: 100%;
  height: auto;
  min-height: inherit;
  padding: 5px;
  background-color: transparent !important;
  color: #37415D;
  max-width: 100%;
}
form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-li-search input:hover, form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-li-search input:focus {
  border: 0;
}
form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-li-search span {
  position: fixed;
  left: -9999px;
  display: inline-block;
}
form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-chosen-selected {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 4px;
  background: #ffffff;
  color: #37415D;
  border: 1px solid #d1d1d1;
  padding: 8px;
  margin: 8px;
  cursor: default;
  font-size: 11pt;
}
form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-chosen-selected span {
  cursor: pointer;
  vertical-align: top;
  margin-top: -2px;
}
form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-chosen-selected span:before {
  font-size: 13pt;
  position: static;
  margin: 0;
}
form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-chosen-selected + .akchosen-li-search {
  margin-left: 3px;
  display: inline-block;
  max-width: 100%;
}
form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-chosen-selected + .akchosen-li-search input {
  width: 15px;
  border: 0;
}
form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-choice {
  position: relative;
  list-style: none;
  top: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
  outline: none;
}
form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-choice ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #ffffff;
  border: 1px solid #37415D;
  border-radius: 0 0 4px 4px;
  padding: 10px 0;
  z-index: 999;
}
form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-choice ul li {
  color: #37415D;
  height: fit-content;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-choice ul li[disabled] {
  color: rgb(92.9054054054, 109.7972972973, 157.0945945946);
  cursor: not-allowed;
}
form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-choice ul li:not([disabled]):hover {
  background: rgba(55, 65, 93, 0.1);
}
form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-choice ul li mark {
  background-color: transparent;
  padding: 0;
  text-decoration: underline;
  color: #37415D;
}
form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-choice ul li.akchosen-no-match-li-mess {
  background: rgba(255, 29, 29, 0.1);
  color: #37415D;
  cursor: default !important;
}
form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-choice ul li.akchosen-no-match-li-mess:hover {
  background: rgba(255, 29, 29, 0.1);
}
form .form-group label {
  text-transform: uppercase;
  color: #59595A;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  line-height: 30px;
}
form .form-group .info-block {
  display: block;
  font-size: 10pt;
  text-align: right;
  margin-bottom: 0 !important;
}
form .form-group.has-error label {
  color: #C90000;
}
form .form-group.has-error .help-block {
  color: #C90000;
  margin-bottom: 0 !important;
  font-size: 10pt;
}
form .form-group.has-error input {
  box-shadow: none;
}
form .form-group.has-error input[type=text],
form .form-group.has-error input[type=password],
form .form-group.has-error textarea,
form .form-group.has-error select {
  border-color: #C90000;
}
form .form-group.has-error .input-group-addon {
  border-color: #C90000;
  border-left: 0px;
}
form .form-group .espace_pro_input_search:not([disabled]) {
  border-left: 3px solid #1F2087 !important;
}
form .form-group input, form .form-group select, form .form-group textarea, form .form-group .akchosen-ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  /*  min-height: 38px; */
  border: none;
  border-radius: 0;
  border: 1px solid rgb(183.5, 183.5, 183.5);
  width: 100%;
  max-width: 100%;
  /* padding-left: 10px; */
  padding: 8px 10px;
  background-color: #fafaf9;
  cursor: auto;
}
form .form-group input:disabled, form .form-group select:disabled, form .form-group textarea:disabled, form .form-group .akchosen-ul:disabled {
  cursor: not-allowed;
  border-bottom: none;
  opacity: 0.5;
}
form .form-group input:hover:not([disabled]), form .form-group input:focus:not([disabled]), form .form-group input:active:not([disabled]), form .form-group select:hover:not([disabled]), form .form-group select:focus:not([disabled]), form .form-group select:active:not([disabled]), form .form-group textarea:hover:not([disabled]), form .form-group textarea:focus:not([disabled]), form .form-group textarea:active:not([disabled]), form .form-group .akchosen-ul:hover:not([disabled]), form .form-group .akchosen-ul:focus:not([disabled]), form .form-group .akchosen-ul:active:not([disabled]) {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: rgb(183.5, 183.5, 183.5);
  border-left: 3px solid #2E3039;
}
form .form-group select {
  cursor: pointer;
  background-image: url("../img/select_arrow_global.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right 10px center;
  padding-right: 32px;
}
form .form-group select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #59595A;
}
form .form-group .input-group-addon {
  border: 1px solid rgb(226.8181818182, 226.8181818182, 221.1818181818);
  border-left: 0px;
  background-color: #fafaf9;
  border-radius: 0;
  color: #59595A;
}
form .form-group .input_search {
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: right 10px top 9px;
  padding-right: 35px;
}
form .form-group .input_search.input_filter {
  background-image: url("../img/filter.svg");
  background-size: 20px auto;
}
form .form-group .input_search.w400 {
  width: 400px;
}
form .form-group .select_wrap {
  position: relative;
}
form .form-group .select_wrap .select_arrow {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  text-align: center;
}
form .form-group .select_wrap .select_arrow svg {
  display: inline-block;
  width: 16px;
  height: auto;
  margin-top: 10px;
}
form .form-group.form-civ .input_radio {
  display: inline-block;
  margin-right: 20px;
}
form .form-group.form-civ .input_radio label {
  text-transform: none;
}
form .form-group.form-civ .input_radio:last-child {
  margin-right: 0;
}
form .form-group input[type=file] {
  height: auto !important;
}
form .form-group textarea.note_style {
  line-height: 24px;
  background-color: #fbf9e4;
  background-image: linear-gradient(transparent 23px, rgb(227.8, 227.8, 227.8) 24px, transparent 24px);
  background-size: 100% 24px;
  border: 1px solid rgb(212.5, 212.5, 212.5);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
form .form-group textarea.note_style:hover, form .form-group textarea.note_style:active, form .form-group textarea.note_style:focus {
  background-color: rgb(248.3677419355, 245.0516129032, 210.2322580645) !important;
  background-image: linear-gradient(transparent 23px, rgb(217.6, 217.6, 217.6) 24px, transparent 24px) !important;
  background-size: 100% 24px;
  border: 1px solid rgb(202.3, 202.3, 202.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
form .form-group.form_select {
  overflow: hidden;
  cursor: pointer;
}
form .form-group.form_select select {
  cursor: pointer;
  width: 110%;
  display: inline-block;
  position: relative;
  z-index: 2;
}
form .form-group.form_select span.glyphicon {
  position: absolute;
  right: 30px;
  top: 29px;
  font-size: 14px;
  z-index: 3;
}
form .form-group .checkbox,
form .form-group .radio {
  margin: 5px 0 10px 0;
}
form .form-group .checkbox input,
form .form-group .radio input {
  padding: 0;
  height: 1px;
}
form .form-group .checkbox label,
form .form-group .radio label {
  top: 0;
  padding-top: 6px;
  position: relative;
  line-height: 14px;
  text-transform: none;
}
form .form-group .checkbox.bolded label,
form .form-group .radio.bolded label {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}
form .form-group .form-group.has-feedback {
  margin-bottom: 0;
}
form .form-group .form-group.has-feedback input {
  height: 32px;
  margin: 5px;
}
form .form-group .form-group.has-feedback .form-control-feedback {
  line-height: 32px;
  height: 32px;
  width: 32px;
}
form .form-group.error label,
form .form-group.error .help-block {
  color: #C90000;
}
form .form-group.error input,
form .form-group.error select,
form .form-group.error textarea {
  border-color: #C90000;
  color: #C90000;
}
form.bloc {
  padding: 0;
}
form.bloc.row {
  margin: 0;
}
form.bloc .form-group {
  margin: 0;
  padding: 0;
  min-height: 75px;
  position: relative;
  border: 1px solid rgb(225.25, 225.25, 225.25);
}
form.bloc .form-group label {
  margin-bottom: 5px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 6;
}
form.bloc .form-group input, form.bloc .form-group select, form.bloc .form-group textarea {
  border: none;
  box-shadow: none !important;
  border-radius: 0;
  padding: 40px 20px 17px 20px;
  height: 75px;
  color: rgb(114.3575418994, 114.3575418994, 115.6424581006);
  background-color: transparent;
  margin: 0;
}
form.bloc .form-group textarea {
  height: auto;
}
form.bloc .form-group.form_select span.glyphicon {
  top: 33px;
}
form.bloc .form-group.checkbox_group, form.bloc .form-group.radio_group {
  padding-top: 40px;
}
form.bloc .form-group.checkbox_group .checkbox, form.bloc .form-group.checkbox_group .radio, form.bloc .form-group.radio_group .checkbox, form.bloc .form-group.radio_group .radio {
  height: 26px;
  margin: 5px 0 4px 0;
}
form.bloc .form-group.checkbox_group .checkbox input, form.bloc .form-group.checkbox_group .radio input, form.bloc .form-group.radio_group .checkbox input, form.bloc .form-group.radio_group .radio input {
  padding: 0;
  height: 1px;
}
form.bloc .form-group.checkbox_group .checkbox label, form.bloc .form-group.checkbox_group .radio label, form.bloc .form-group.radio_group .checkbox label, form.bloc .form-group.radio_group .radio label {
  top: 0;
  position: relative;
  line-height: 26px;
}
form.bloc .form-group .btn {
  margin-top: 20px;
}

/*input[type="checkbox"],
input[type="radio"] {
	width: 1px; 
    height: 1px; 
    margin: 0; 
    padding: 0; 
    opacity: 0; 
    position: absolute; 
    clip: rect(0 0 0 0);
    @include appearance(none);

    &:focus  {
        outline-width: 0; 
    }

    +label  {
        display: block;
        padding-left: 60px;
        position: relative;
        cursor: pointer;
        text-align: left;
        line-height:26px;

        &:before, &:after {
            content:"";
            position: absolute;
            background-color: $color_white;
            transition: border .25s .15s, left .25s .1s, right .15s .175s;
            border: 1px solid darken($color_grey,10%);
            border-radius: 24px; 
        }

        &:before  {
            width: 44px;
            height: 26px;
            left: 0;
            top: 0;
            display: block;
            background-color: $color_grey;
            transition: border .25s .15s, 
                        box-shadow .25s .3s, 
                        padding .25s;
        }

        &:after {
            width:24px;
            height:24px;
            left: 1px;
            right: 16px;
            top: 1px;
            background: lighten($color_grey,20%);
        }
    }

    &:checked+label {
        &:before, &:after {
            border-color: darken($color_base,10%);
        }

        &:before {
            box-shadow: inset 0 0 0 13px lighten($color_base,10%);
            padding-left: 18px;
        }

        &:after {
            left: 19px;
            right: 0;
        }
    }
}*/
.colorPicker-picker {
  height: 18px;
  width: 18px;
  padding: 0 !important;
  cursor: pointer;
  margin: 40px 20px 17px 20px;
  border-radius: 2px;
  position: relative;
}
.colorPicker-picker:after {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-left-color: rgba(255, 255, 255, 0.7);
  transform: rotate(45deg);
  bottom: -5px;
  right: -5px;
}

.colorPicker-palette {
  width: 208px;
  position: absolute;
  border: 1px solid #bbbbbb;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 5px;
  z-index: 9999;
}
.colorPicker-palette .colorPicker-swatch {
  height: 18px;
  width: 18px;
  margin: 5px;
  float: left;
  cursor: pointer;
  border-radius: 2px;
  position: relative;
}
.colorPicker-palette .colorPicker-swatch:hover:after {
  content: "\e013";
  font-family: "Glyphicons Halflings";
  color: #ffffff;
  position: absolute;
  font-size: 10px;
  top: 2px;
  left: 4px;
}

.colorPicker_hexWrap {
  width: 100%;
  float: left;
}
.colorPicker_hexWrap label {
  font-size: 95%;
  color: #59595A;
  margin: 5px 2px;
  width: 25%;
}
.colorPicker_hexWrap input {
  margin: 5px 2px;
  padding: 0;
  font-size: 95%;
  border: 1px solid #000000;
  width: 65%;
}

.upload {
  height: 70px;
}
.upload .upload-thumbnail.plus:before, .upload .upload-thumbnail {
  color: #59595A;
  text-align: center;
  line-height: 61px;
}
.upload .upload-thumbnail {
  border: 2px dashed #59595A;
  border-radius: 6px;
  background-color: rgb(250.75, 250.75, 250.75);
  width: 70px;
  height: 70px;
  margin: 0 20px 0 0 !important;
  overflow: hidden;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.upload .upload-thumbnail.plus:before {
  font-size: 45px;
  margin: 0;
  width: 66px;
  height: 66px;
}
.upload .upload-thumbnail.wait {
  background-position: 8px 8px;
}
.upload .upload-thumbnail img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.upload label {
  padding-left: 5px;
}
.upload .clearfix {
  height: 13px;
}
.upload .help-block {
  padding-left: 5px;
  padding-right: 5px;
  min-height: 32px;
}

.bloc .header form {
  margin-top: 5px;
  text-transform: none;
}
.bloc .header form .form-group .akchosen-wrap .akchosen-ul {
  border-bottom: 0;
}
.bloc .header form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-li-search input {
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  height: 30px;
  line-height: 30px;
  background: #ffffff !important;
  border: 1px solid rgb(225.25, 225.25, 225.25) !important;
}
.bloc .header form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-li-search input:hover, .bloc .header form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-chosen .akchosen-li-search input:focus {
  border-color: #2E3039 !important;
}
.bloc .header form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-choice ul {
  background: #ffffff;
  border: 1px solid #2E3039;
  border-top: 0;
  top: -1px;
}
.bloc .header form .form-group .akchosen-wrap .akchosen-ul .akchosen-li-choice ul li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.info-block {
  text-align: center;
  margin-bottom: 30px;
  color: #59595A;
}
.info-block label {
  text-transform: uppercase;
  color: #59595A;
  font-weight: bold;
  font-size: 12px;
}
.info-block p {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 15px;
  font-size: 10pt;
}
.info-block .btn {
  margin-top: 15px;
}

.create_account .form-group label {
  color: #95989A;
  font-weight: bold;
}

/* Scss Document */
/* button elements */
.btn {
  /*border-radius:3px;*/
  padding: 8px;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 14px !important;
  /* line-height: 1; */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  /* border-width: 1px;
   border-style: solid;*/
  margin: 5px;
  white-space: break-spaces;
  white-space-collapse: collapse;
  height: fit-content;
  /*  min-height: 32px; */
}
.btn.glyphicons {
  padding-left: 27px;
}
.btn.glyphicons:before {
  color: #ffffff;
  font-size: 14px;
  top: 7px;
  left: 8px;
}
.btn:hover, .btn:focus, .btn:active, .btn:active:focus, .btn.active {
  -webkit-box-shadow: 0 1px 12px rgba(46, 48, 57, 0.2);
  -moz-box-shadow: 0 1px 12px rgba(46, 48, 57, 0.2);
  box-shadow: 0 1px 12px rgba(46, 48, 57, 0.2);
  color: #ffffff;
  outline: none;
}
.btn:active, .btn.active {
  -webkit-box-shadow: 0 2px 3px rgba(46, 48, 57, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(46, 48, 57, 0.2);
  box-shadow: 0 2px 3px rgba(46, 48, 57, 0.2);
}
.btn.btn-default {
  background: #ffffff;
  color: #2E3039;
  border-color: rgb(212.5, 212.5, 212.5);
}
.btn.btn-default.glyphicons:before {
  color: #2E3039;
}
.btn.btn-default:hover, .btn.btn-default:focus {
  background: #eeeeee;
}
.btn.btn-default:active, .btn.btn-default.active {
  background: rgb(225.25, 225.25, 225.25);
}
.btn.btn-primary {
  background: rgb(100.5316455696, 101.8544303797, 108.4683544304);
  border-color: rgb(100.5316455696, 101.8544303797, 108.4683544304);
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: rgb(88.2658227848, 89.4272151899, 95.2341772152);
  border-color: rgb(88.2658227848, 89.4272151899, 95.2341772152);
}
.btn.btn-primary:active, .btn.btn-primary.active {
  background: #4c4d52;
  border-color: #4c4d52;
}
.btn.btn-success {
  background: #1DB517;
  border-color: #1DB517;
}
.btn.btn-success:hover, .btn.btn-success:focus {
  background: rgb(25.375, 158.375, 20.125);
  border-color: rgb(25.375, 158.375, 20.125);
}
.btn.btn-success:active, .btn.btn-success.active {
  background: rgb(21.75, 135.75, 17.25);
  border-color: rgb(21.75, 135.75, 17.25);
}
.btn.btn-info {
  background: #23B2CC;
  border-color: #23B2CC;
}
.btn.btn-info:hover, .btn.btn-info:focus {
  background: rgb(31.2656903766, 159.0083682008, 182.2343096234);
  border-color: rgb(31.2656903766, 159.0083682008, 182.2343096234);
}
.btn.btn-info:active, .btn.btn-info.active {
  background: rgb(27.5313807531, 140.0167364017, 160.4686192469);
  border-color: rgb(27.5313807531, 140.0167364017, 160.4686192469);
}
.btn.btn-warning {
  background: #E9A84C;
  border-color: #E9A84C;
}
.btn.btn-warning:hover, .btn.btn-warning:focus {
  background: rgb(227.4179104478, 145.9253731343, 30.5820895522);
  border-color: rgb(227.4179104478, 145.9253731343, 30.5820895522);
}
.btn.btn-warning:active, .btn.btn-warning.active {
  background: rgb(207.052238806, 131.8656716418, 25.447761194);
  border-color: rgb(207.052238806, 131.8656716418, 25.447761194);
}
.btn.btn-danger {
  background: #C90000;
  border-color: #C90000;
}
.btn.btn-danger:hover, .btn.btn-danger:focus {
  background: #960000;
  border-color: #960000;
}
.btn.btn-danger:active, .btn.btn-danger.active {
  background: rgb(124.5, 0, 0);
  border-color: rgb(124.5, 0, 0);
}
.btn.flat-btn {
  background-color: transparent;
  border-color: transparent !important;
}
.btn.flat-btn:hover, .btn.flat-btn:focus, .btn.flat-btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.btn.flat-btn:active, .btn.flat-btn.active {
  background: rgb(225.25, 225.25, 225.25);
}
.btn.flat-btn.btn-default {
  color: #2E3039;
}
.btn.flat-btn.btn-default.glyphicons:before {
  color: #2E3039;
}
.btn.flat-btn.btn-primary {
  color: rgb(100.5316455696, 101.8544303797, 108.4683544304);
}
.btn.flat-btn.btn-primary.glyphicons:before {
  color: rgb(100.5316455696, 101.8544303797, 108.4683544304);
}
.btn.flat-btn.btn-success {
  color: #1DB517;
}
.btn.flat-btn.btn-success.glyphicons:before {
  color: #1DB517;
}
.btn.flat-btn.btn-info {
  color: #23B2CC;
}
.btn.flat-btn.btn-info.glyphicons:before {
  color: #23B2CC;
}
.btn.flat-btn.btn-warning {
  color: #E9A84C;
}
.btn.flat-btn.btn-warning.glyphicons:before {
  color: #E9A84C;
}
.btn.flat-btn.btn-danger {
  color: #C90000;
}
.btn.flat-btn.btn-danger.glyphicons:before {
  color: #C90000;
}
.btn.btn-block {
  margin-left: 0;
}
.btn.btn-block.glyphicons:before {
  position: initial;
}
.btn.btn-glyph.glyphicons {
  padding-left: 22px;
}
.btn.pull-right {
  margin-right: 0;
}
.btn.white {
  background: #ffffff;
}

.cookie {
  position: fixed;
  z-index: 999999;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px 20px;
  background-color: #f2f2f2;
  border-top: 1px solid #e4e4e4;
}
.cookie a {
  text-decoration: underline;
}
.cookie a:hover {
  text-decoration: none;
}

.cookie_btn {
  display: inline;
  margin-left: 15px;
  padding: 4px 10px;
  color: #FFF;
  background-color: #55acee;
  border-radius: 3px;
  cursor: pointer;
}

.cookie_btn_error {
  background-color: #884e40;
}

.legal {
  text-align: left !important;
}
.legal h2, .legal h3, .legal h4, .legal h5, .legal h6 {
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-size: 14pt;
  padding-bottom: 10px;
}
.legal p {
  padding-bottom: 10px;
}
.legal p span {
  text-transform: uppercase;
}
.legal p a {
  color: #59595A;
  text-decoration: underline;
}

/*-----------------------
1 - VARIABLES
-----------------------*/
/*-----------------------
2 - Global SCSS
-----------------------*/
.ak_auth {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url(../img/client/espace_pro_img.jpg) no-repeat center center;
  background-size: cover;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .ak_auth {
    background-image: url("../img/client/espace_pro_img.jpg");
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .ak_auth {
    background: url(../img/client/espace_pro_img.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 767px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 767px) and (-o-min-device-pixel-ratio: 2.6/2), (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 767px) and (min-device-pixel-ratio: 1.3), (max-width: 767px) and (min-resolution: 1.3dppx) {
  .ak_auth {
    background-image: url("../img/client/espace_pro_img_xs.jpg");
    background-size: cover;
  }
}
.ak_auth:before {
  z-index: 999;
  display: block;
  content: "";
  position: fixed;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
  background: #2E3039;
}
.ak_auth .logo_white {
  filter: grayscale(100%) contrast(0%) brightness(200%);
  padding-top: 120px;
  display: block;
  margin: auto;
  max-width: 280px;
  visibility: hidden;
}
@media (max-width: 767px) {
  .ak_auth .logo_white {
    width: 200px;
    visibility: visible;
  }
}
.ak_auth .ak_auth_panel {
  background-image: -webkit-linear-gradient(left, #EFEFF4 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #EFEFF4 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #EFEFF4 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEFEFF4", endColorstr="#FFFFFFFF", GradientType=1);
  padding: 0 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 3;
  width: 400px;
}
.ak_auth .ak_auth_panel.animated {
  animation-delay: 0s;
  animation-name: fadeInRight;
}
@media (max-width: 767px) {
  .ak_auth .ak_auth_panel.animated {
    animation-delay: 1s;
    animation-duration: 1.3s;
    animation-name: fadeInUp;
  }
}
@media (max-width: 767px) {
  .ak_auth .ak_auth_panel {
    top: 100px;
    left: 0;
    width: 100%;
  }
}
.ak_auth .ak_auth_panel .logo {
  display: block;
  max-width: 280px;
  height: auto;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .ak_auth .ak_auth_panel .logo {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .ak_auth .ak_auth_panel .logo {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .ak_auth .ak_auth_panel .logo {
    width: 200px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.ak_auth .ak_auth_panel h1 {
  text-align: center;
  font-size: 18pt;
  font-weight: bold;
  padding: 0 30px 80px 30px;
}
.ak_auth .ak_auth_panel .question_aktarma {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.ak_auth .ak_auth_panel .question_aktarma svg {
  width: 50px;
  height: 45px;
}
.ak_auth .ak_auth_panel .question_aktarma svg .logo_question {
  fill: #ffffff;
  -webkit-transition: fill ease-in-out 0.2s;
  -moz-transition: fill ease-in-out 0.2s;
  -ms-transition: fill ease-in-out 0.2s;
  -o-transition: fill ease-in-out 0.2s;
  transition: fill ease-in-out 0.2s;
}
.ak_auth .ak_auth_panel .question_aktarma svg .logo_question_shadow {
  filter: url(#Soustraction_1);
}
.ak_auth .ak_auth_panel .question_aktarma:hover svg .logo_question, .ak_auth .ak_auth_panel .question_aktarma:active svg .logo_question {
  fill: #2E3039;
}
.ak_auth .ak_auth_panel .btn-primary {
  border: 0;
  background: #2E3039 !important;
  border-color: #2E3039 !important;
}
.ak_auth .ak_auth_panel .btn-primary:hover, .ak_auth .ak_auth_panel .btn-primary:focus {
  background: rgb(57.3883495146, 59.8834951456, 71.1116504854) !important;
  border-color: rgb(57.3883495146, 59.8834951456, 71.1116504854) !important;
}
.ak_auth .ak_auth_panel .btn-primary:active, .ak_auth .ak_auth_panel .btn-primary.active {
  background: rgb(68.7766990291, 71.7669902913, 85.2233009709) !important;
  border-color: rgb(68.7766990291, 71.7669902913, 85.2233009709) !important;
}
.ak_auth .ak_auth_panel .btn-primary.btn_create_account {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ak_auth .ak_auth_panel .btn-primary.btn_create_account {
    font-size: 11px !important;
  }
}
.ak_auth .ak_auth_panel .btn-primary-white {
  background: #ffffff !important;
  border-color: #eeeeee !important;
  color: #2E3039 !important;
}
.ak_auth .ak_auth_panel .btn-primary-white:hover, .ak_auth .ak_auth_panel .btn-primary-white:focus {
  background: rgb(57.3883495146, 59.8834951456, 71.1116504854) !important;
  border-color: rgb(57.3883495146, 59.8834951456, 71.1116504854) !important;
  color: #ffffff !important;
}
.ak_auth .ak_auth_panel .btn-primary-white:active, .ak_auth .ak_auth_panel .btn-primary-white.active {
  background: rgb(68.7766990291, 71.7669902913, 85.2233009709) !important;
  border-color: rgb(68.7766990291, 71.7669902913, 85.2233009709) !important;
  color: #ffffff !important;
}
.ak_auth .ak_auth_panel .form-group.checkbox-group label {
  line-height: 16px;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
}
.ak_auth .ak_auth_panel .form-group.checkbox-group input[type=checkbox] {
  display: none;
}
.ak_auth .ak_auth_panel .form-group.checkbox-group input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #2E3039;
  background: #ffffff;
  background-position: center center;
  margin-right: 7px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ak_auth .ak_auth_panel .form-group.checkbox-group input[type=checkbox]:checked + label:before {
  background: url("../img/checked.svg") no-repeat no-repeat center center #2E3039;
  background-size: 10px;
}
@media (max-width: 767px) {
  .ak_auth .ak_auth_panel .form-group.checkbox-group .text-right {
    text-align: left;
  }
}
.ak_auth .ak_auth_panel .form-group.checkbox-group .text-right a {
  display: inline-block;
  line-height: 16px;
  vertical-align: bottom;
  font-size: 9pt;
  color: #59595A;
}
.ak_auth .ak_auth_panel .form-group.checkbox-group .text-right a:hover {
  text-decoration: underline;
}
.ak_auth .ak_auth_panel .help_wrap {
  text-align: right;
}
.ak_auth .ak_auth_panel .help_wrap .need_help {
  font-size: 10pt;
  color: #59595A;
}
.ak_auth .ak_auth_panel .help_wrap .need_help:hover {
  text-decoration: underline;
}
.ak_auth .ak_auth_panel .help_wrap .btn {
  margin-left: 15px;
}

.back_link_wrap .back_link {
  display: inline-block;
  vertical-align: top;
  color: #2E3039;
  font-weight: bold;
  font-size: 10pt;
  text-transform: uppercase;
  padding: 0;
  background: none;
  border: 0;
  height: 20px;
  line-height: 20px;
}
.back_link_wrap .back_link svg {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  fill: #2E3039;
}

.next_link_wrap .next_link {
  display: inline-block;
  color: #2E3039;
  font-weight: bold;
  font-size: 10pt;
  text-transform: uppercase;
  margin-right: 5px;
  padding: 0;
  background: none;
  height: 20px;
  line-height: 20px;
  width: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.next_link_wrap .next_link svg {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 20px;
  margin-left: 5px;
  fill: #2E3039;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.akauth_full_wrapper {
  background-image: -webkit-linear-gradient(left, #EFEFF4 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #EFEFF4 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #EFEFF4 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEFEFF4", endColorstr="#FFFFFFFF", GradientType=1);
  min-height: 100%;
}
.akauth_full_wrapper:before {
  z-index: 999;
  display: block;
  content: "";
  position: fixed;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
  background: #2E3039;
}
.akauth_full_wrapper .logo {
  width: 200px;
  height: auto;
  margin-top: 20px;
}
.akauth_full_wrapper .bloc_board {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
}
.akauth_full_wrapper .akauth_contact {
  margin-top: 200px;
}
@media (max-width: 1199px) {
  .akauth_full_wrapper .akauth_contact {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .akauth_full_wrapper .akauth_contact {
    margin-top: 30px;
  }
}
.akauth_full_wrapper .akauth_contact .row_contact {
  margin-left: -10px;
  margin-right: -10px;
}
.akauth_full_wrapper .akauth_contact .row_contact [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.akauth_full_wrapper .akauth_contact label {
  display: inline-block;
  font-size: 11pt;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
.akauth_full_wrapper .akauth_contact .form-group {
  margin: 0;
}
.akauth_full_wrapper .akauth_contact .form-group textarea {
  border-radius: 8px;
  height: 220px;
  margin: 0;
  resize: none;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  border: 0;
  border-left: 8px solid #2E3039;
  padding: 10px;
}
.akauth_full_wrapper .akauth_contact .form-group textarea:focus, .akauth_full_wrapper .akauth_contact .form-group textarea:hover {
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  border-left: 8px solid #2E3039;
}
.akauth_full_wrapper .akauth_contact .form-group .btn-primary {
  width: inherit;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  border: 0;
  background: #2E3039 !important;
  border-color: #2E3039 !important;
}
.akauth_full_wrapper .akauth_contact .form-group .btn-primary:hover, .akauth_full_wrapper .akauth_contact .form-group .btn-primary:focus {
  background: rgb(57.3883495146, 59.8834951456, 71.1116504854) !important;
  border-color: rgb(57.3883495146, 59.8834951456, 71.1116504854) !important;
}
.akauth_full_wrapper .akauth_contact .form-group .btn-primary:active, .akauth_full_wrapper .akauth_contact .form-group .btn-primary.active {
  background: rgb(68.7766990291, 71.7669902913, 85.2233009709) !important;
  border-color: rgb(68.7766990291, 71.7669902913, 85.2233009709) !important;
}
.akauth_full_wrapper .akauth_contact .form_contact_img p {
  text-align: left;
  padding: 0;
}
.akauth_full_wrapper .akauth_contact .form_contact_img img {
  display: block;
  width: 100%;
  height: auto;
  width: 85%;
  margin: 15px auto;
}
@media (max-width: 767px) {
  .akauth_full_wrapper .akauth_contact .form_contact_img img {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .akauth_full_wrapper .akauth_contact .form_contact_img {
    margin-bottom: 20px;
  }
}
.akauth_full_wrapper .akauth_contact p {
  font-size: 13pt;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
}
.akauth_full_wrapper .akauth_contact.akauth_contact_sent .bloc_board {
  margin-top: 30px;
}
.akauth_full_wrapper .akauth_contact.akauth_contact_sent .form_contact_img img {
  display: block;
  width: 100%;
  height: auto;
  width: 160px;
}
.akauth_full_wrapper .create_account {
  margin-top: 60px;
  padding-bottom: 40px;
  /*@media (max-width:$maxbreak-md) {
  	margin-top:30px;
  }*/
}
@media (max-width: 767px) {
  .akauth_full_wrapper .create_account {
    padding-bottom: 200px;
  }
}
.akauth_full_wrapper .create_account h1 {
  text-align: center;
  font-size: 20pt;
  font-weight: bold;
}
.akauth_full_wrapper .create_account h1.f400 {
  font-weight: 400;
}
.akauth_full_wrapper .create_account h1 span {
  display: block;
  color: rgba(55, 65, 93, 0.5);
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .akauth_full_wrapper .create_account h1 span {
    padding-bottom: 20px;
  }
}
.akauth_full_wrapper .create_account h2 {
  font-size: 11pt;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  /*@media (max-width:$maxbreak-xs) {
  	padding-top:0;
  }*/
}
.akauth_full_wrapper .create_account h2 span {
  color: rgb(155.7162162162, 166.3918918919, 196.2837837838);
}
.akauth_full_wrapper .create_account .infos {
  font-weight: 400 !important;
  font-size: 10pt;
  line-height: 1.2;
}
.akauth_full_wrapper .create_account .subtitle {
  text-align: center;
  font-weight: bold;
  font-size: 14pt;
  padding-top: 20px;
}
.akauth_full_wrapper .create_account .bloc_board {
  padding: 20px 100px;
}
.akauth_full_wrapper .create_account .bloc_board p {
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .akauth_full_wrapper .create_account .bloc_board {
    padding: 20px;
  }
}
.akauth_full_wrapper .create_account .bloc_board .pass_tip_link {
  text-align: right;
  margin-top: -10px;
}
.akauth_full_wrapper .create_account .bloc_board .pass_tip_link a {
  color: #59595A;
  font-size: 10.5pt;
}
.akauth_full_wrapper .create_account .bloc_board .pass_tip_link a:hover {
  text-decoration: underline;
}
.akauth_full_wrapper .create_account .bloc_board .pass_tip_info {
  display: none;
  font-weight: 400;
  font-size: 10.5pt;
}
.akauth_full_wrapper .create_account .create_account__family {
  margin-top: 60px;
}
.akauth_full_wrapper .create_account .create_account__family .form-group {
  display: flex;
}
.akauth_full_wrapper .create_account .create_account__family .form-group .radiobox_family {
  padding: 0;
  margin-bottom: 0;
}
.akauth_full_wrapper .create_account .create_account__family .form-group .radiobox_family + .radiobox_family {
  margin-left: 30px;
}
.akauth_full_wrapper .create_account .create_account__family .form-group .radiobox_family input[type=radio] {
  display: none !important;
}
.akauth_full_wrapper .create_account .create_account__family .form-group .radiobox_family input[type=radio]#family_radio1 + label span {
  color: #16B1AF;
}
.akauth_full_wrapper .create_account .create_account__family .form-group .radiobox_family input[type=radio]#family_radio2 + label span {
  color: #188989;
}
.akauth_full_wrapper .create_account .create_account__family .form-group .radiobox_family input[type=radio]#family_radio3 + label span {
  color: #0B4646;
}
.akauth_full_wrapper .create_account .create_account__family .form-group .radiobox_family label {
  display: block;
  cursor: pointer;
  border-radius: 8px;
  border: 3px solid #ffffff;
  -webkit-transition: border 0.2s ease;
  -moz-transition: border 0.2s ease;
  -ms-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
  padding: 50px 20px 20px 20px;
}
.akauth_full_wrapper .create_account .create_account__family .form-group .radiobox_family label span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 18pt;
  font-weight: 600;
}
.akauth_full_wrapper .create_account .create_account__family .form-group .radiobox_family label img {
  display: block;
  width: 100%;
  height: auto;
}
.akauth_full_wrapper .create_account .create_account__family .form-group .radiobox_family input[type=radio]#family_radio1:checked + label {
  border: 3px solid #16B1AF;
}
.akauth_full_wrapper .create_account .create_account__family .form-group .radiobox_family input[type=radio]#family_radio2:checked + label {
  border: 3px solid #188989;
}
.akauth_full_wrapper .create_account .create_account__family .form-group .radiobox_family input[type=radio]#family_radio3:checked + label {
  border: 3px solid #0B4646;
}
@media (max-width: 767px) {
  .akauth_full_wrapper .create_account .create_account__family {
    margin-top: 30px;
  }
  .akauth_full_wrapper .create_account .create_account__family .form-group {
    display: block;
  }
  .akauth_full_wrapper .create_account .create_account__family .form-group .radiobox_family + .radiobox_family {
    margin-left: 0;
    margin-top: 20px;
  }
  .akauth_full_wrapper .create_account .create_account__family .form-group .radiobox_family label {
    padding: 30px 20px 20px 20px;
  }
  .akauth_full_wrapper .create_account .create_account__family .form-group .radiobox_family label img {
    margin: 0 auto;
    width: 40%;
  }
}
.akauth_full_wrapper .create_account .create_account__conso {
  margin-top: 60px;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group {
  display: flex;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso {
  padding: 0;
  flex: 1 1 0px;
  margin-bottom: 0;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso + .radiobox_conso {
  margin-left: 30px;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso input[type=radio] {
  display: none !important;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso input[type=radio]#conso_radio1 + label p {
  color: #029602;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso input[type=radio]#conso_radio1 + label ul {
  border: 1px solid #029602;
  background: rgba(2, 150, 2, 0.08);
  color: #4E6F49;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso input[type=radio]#conso_radio1 + label ul svg {
  fill: #029602;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso input[type=radio]#conso_radio2 + label p {
  color: #104F8E;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso input[type=radio]#conso_radio2 + label ul {
  border: 1px solid #104F8E;
  background: rgba(16, 79, 142, 0.08);
  color: #104F8E;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso input[type=radio]#conso_radio2 + label ul svg {
  fill: #104F8E;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso input[type=radio]#conso_radio3 + label p {
  color: #EF6500;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso input[type=radio]#conso_radio3 + label ul {
  border: 1px solid #EF6500;
  background: rgba(239, 101, 0, 0.08);
  color: #EF6500;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso input[type=radio]#conso_radio3 + label ul svg {
  fill: #EF6500;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso label {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  cursor: pointer;
  border-radius: 8px;
  border: 3px solid #ffffff;
  -webkit-transition: border 0.2s ease;
  -moz-transition: border 0.2s ease;
  -ms-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
  padding: 15px 10px 30px 10px;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso label p {
  padding: 0 0 30px 0;
  font-size: 20pt;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso label p span {
  display: inline-block;
  font-size: 20pt;
  text-transform: uppercase;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso label ul {
  position: relative;
  margin-top: auto;
  border-radius: 8px;
  padding: 10px 10px 10px 36px;
  min-height: 220px;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso label ul svg {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso label ul li {
  text-transform: none;
  line-height: 1.3;
  margin-bottom: 20px;
  font-size: 10pt;
  font-weight: 400;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso label ul li:last-child {
  margin: 0;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso input[type=radio]#conso_radio1:checked + label {
  border: 3px solid #029602;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso input[type=radio]#conso_radio2:checked + label {
  border: 3px solid #104F8E;
}
.akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso input[type=radio]#conso_radio3:checked + label {
  border: 3px solid #EF6500;
}
@media (max-width: 767px) {
  .akauth_full_wrapper .create_account .create_account__conso {
    margin-top: 30px;
  }
  .akauth_full_wrapper .create_account .create_account__conso .form-group {
    display: block;
  }
  .akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso {
    flex: unset;
  }
  .akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso + .radiobox_conso {
    margin-left: 0;
    margin-top: 20px;
  }
  .akauth_full_wrapper .create_account .create_account__conso .form-group .radiobox_conso label ul {
    min-height: unset;
    height: auto;
  }
}
.akauth_full_wrapper .create_account .create_account__rooms {
  margin-top: 60px;
}
.akauth_full_wrapper .create_account .create_account__rooms .choose_rooms {
  padding: 0;
  margin: 0;
}
.akauth_full_wrapper .create_account .create_account__rooms .choose_rooms .choose_rooms__img {
  height: 190px;
}
.akauth_full_wrapper .create_account .create_account__rooms .choose_rooms .choose_rooms__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.akauth_full_wrapper .create_account .create_account__rooms .choose_rooms .choose_rooms__number {
  padding: 20px;
}
.akauth_full_wrapper .create_account .create_account__rooms .choose_rooms .choose_rooms__number .input_quantity {
  display: flex;
  width: 180px;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.akauth_full_wrapper .create_account .create_account__rooms .choose_rooms .choose_rooms__number .input_quantity input[type=number],
.akauth_full_wrapper .create_account .create_account__rooms .choose_rooms .choose_rooms__number .input_quantity .btn_quantity {
  width: 60px;
  height: 60px;
  border: 0;
  background: transparent;
  text-align: center;
}
.akauth_full_wrapper .create_account .create_account__rooms .choose_rooms .choose_rooms__number .input_quantity input[type=number]::-webkit-inner-spin-button,
.akauth_full_wrapper .create_account .create_account__rooms .choose_rooms .choose_rooms__number .input_quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0;
}
.akauth_full_wrapper .create_account .create_account__rooms .choose_rooms .choose_rooms__number .input_quantity input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -o-appearance: textfield;
  appearance: textfield;
  font-weight: bold;
  font-size: 20pt;
  color: #000000;
}
.akauth_full_wrapper .create_account .create_account__rooms .choose_rooms .choose_rooms__number .input_quantity .btn_quantity {
  display: flex;
}
.akauth_full_wrapper .create_account .create_account__rooms .choose_rooms .choose_rooms__number .input_quantity .btn_quantity img {
  margin: auto;
  width: 16px;
  height: auto;
}
@media (max-width: 767px) {
  .akauth_full_wrapper .create_account .create_account__rooms {
    margin-top: 30px;
  }
}
.akauth_full_wrapper .create_account .btn-primary {
  line-height: normal !important;
  border: 0;
  padding: 10px 8px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #5c5c5c 0%, #283031 100%);
  background-image: -o-linear-gradient(left, #5c5c5c 0%, #283031 100%);
  background-image: linear-gradient(to right, #5c5c5c 0%, #283031 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5C5C5C", endColorstr="#FF283031", GradientType=1);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.akauth_full_wrapper .create_account .btn-primary:hover, .akauth_full_wrapper .create_account .btn-primary:focus {
  background-image: -webkit-linear-gradient(left, #5c5c5c 0%, #283031 100%);
  background-image: -o-linear-gradient(left, #5c5c5c 0%, #283031 100%);
  background-image: linear-gradient(to right, #5c5c5c 0%, #283031 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5C5C5C", endColorstr="#FF283031", GradientType=1);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.akauth_full_wrapper .create_account .btn-primary:active, .akauth_full_wrapper .create_account .btn-primary.active {
  background-image: -webkit-linear-gradient(left, #5c5c5c 0%, #283031 100%);
  background-image: -o-linear-gradient(left, #5c5c5c 0%, #283031 100%);
  background-image: linear-gradient(to right, #5c5c5c 0%, #283031 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5C5C5C", endColorstr="#FF283031", GradientType=1);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.akauth_full_wrapper .create_account .create_account__btns {
  margin-top: 80px;
}
.akauth_full_wrapper .create_account .create_account__btns .btn {
  margin: 0 5px;
  min-width: 130px;
}
@media (max-width: 767px) {
  .akauth_full_wrapper .create_account .create_account__btns {
    margin-top: 40px;
  }
}
.akauth_full_wrapper .create_account .next_link_wrap .btn {
  margin-right: 20px;
}
.akauth_full_wrapper .create_account .checkbox_group {
  margin-top: 40px;
}
.akauth_full_wrapper .create_account input[type=checkbox],
.akauth_full_wrapper .create_account input[type=radio]:not(#family_radio1):not(#family_radio2):not(#family_radio3):not(#conso_radio1):not(#conso_radio2):not(#conso_radio3) {
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.akauth_full_wrapper .create_account input[type=checkbox]:focus,
.akauth_full_wrapper .create_account input[type=radio]:not(#family_radio1):not(#family_radio2):not(#family_radio3):not(#conso_radio1):not(#conso_radio2):not(#conso_radio3):focus {
  outline-width: 0;
}
.akauth_full_wrapper .create_account input[type=checkbox] + label,
.akauth_full_wrapper .create_account input[type=radio]:not(#family_radio1):not(#family_radio2):not(#family_radio3):not(#conso_radio1):not(#conso_radio2):not(#conso_radio3) + label {
  display: inline-block;
  padding-left: 0;
  position: relative;
  cursor: pointer;
  text-align: left;
  line-height: 26px;
  padding-right: 35px;
}
.akauth_full_wrapper .create_account input[type=checkbox] + label:before, .akauth_full_wrapper .create_account input[type=checkbox] + label:after,
.akauth_full_wrapper .create_account input[type=radio]:not(#family_radio1):not(#family_radio2):not(#family_radio3):not(#conso_radio1):not(#conso_radio2):not(#conso_radio3) + label:before,
.akauth_full_wrapper .create_account input[type=radio]:not(#family_radio1):not(#family_radio2):not(#family_radio3):not(#conso_radio1):not(#conso_radio2):not(#conso_radio3) + label:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  transition: border 0.25s 0.15s, left 0.25s 0.1s, right 0.15s 0.175s;
  border: 1px solid rgb(212.5, 212.5, 212.5);
  border-radius: 24px;
}
.akauth_full_wrapper .create_account input[type=checkbox] + label:before,
.akauth_full_wrapper .create_account input[type=radio]:not(#family_radio1):not(#family_radio2):not(#family_radio3):not(#conso_radio1):not(#conso_radio2):not(#conso_radio3) + label:before {
  width: 44px;
  height: 26px;
  right: 0;
  top: 0;
  display: block;
  background-color: #eeeeee;
  transition: border 0.25s 0.15s, box-shadow 0.25s 0.3s, padding 0.25s;
}
.akauth_full_wrapper .create_account input[type=checkbox] + label:after,
.akauth_full_wrapper .create_account input[type=radio]:not(#family_radio1):not(#family_radio2):not(#family_radio3):not(#conso_radio1):not(#conso_radio2):not(#conso_radio3) + label:after {
  width: 24px;
  height: 24px;
  right: 19px;
  top: 1px;
  background: white;
}
.akauth_full_wrapper .create_account input[type=checkbox]:checked + label:before, .akauth_full_wrapper .create_account input[type=checkbox]:checked + label:after,
.akauth_full_wrapper .create_account input[type=radio]:not(#family_radio1):not(#family_radio2):not(#family_radio3):not(#conso_radio1):not(#conso_radio2):not(#conso_radio3):checked + label:before,
.akauth_full_wrapper .create_account input[type=radio]:not(#family_radio1):not(#family_radio2):not(#family_radio3):not(#conso_radio1):not(#conso_radio2):not(#conso_radio3):checked + label:after {
  border-color: rgb(23.2233009709, 24.2330097087, 28.7766990291);
}
.akauth_full_wrapper .create_account input[type=checkbox]:checked + label:before,
.akauth_full_wrapper .create_account input[type=radio]:not(#family_radio1):not(#family_radio2):not(#family_radio3):not(#conso_radio1):not(#conso_radio2):not(#conso_radio3):checked + label:before {
  box-shadow: inset 0 0 0 13px rgb(68.7766990291, 71.7669902913, 85.2233009709);
  padding-left: 18px;
}
.akauth_full_wrapper .create_account input[type=checkbox]:checked + label:after,
.akauth_full_wrapper .create_account input[type=radio]:not(#family_radio1):not(#family_radio2):not(#family_radio3):not(#conso_radio1):not(#conso_radio2):not(#conso_radio3):checked + label:after {
  right: 0;
}
.akauth_full_wrapper .create_account .cgu_link {
  float: left;
}
@media (max-width: 767px) {
  .akauth_full_wrapper .create_account .cgu_link {
    float: inherit;
  }
}
.akauth_full_wrapper .create_account .cgu_link p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
}
.akauth_full_wrapper .create_account .cgu_link p a {
  color: #59595A;
  text-decoration: underline;
}
.akauth_full_wrapper .create_account .cgu_check {
  float: right;
}
@media (max-width: 767px) {
  .akauth_full_wrapper .create_account .cgu_check {
    float: inherit;
    margin-bottom: 10px;
    margin-left: 5px;
  }
}
.akauth_full_wrapper .akauth_legal {
  padding-bottom: 40px;
}
.akauth_full_wrapper .akauth_legal .legal_title {
  margin-top: 20px;
}
.akauth_full_wrapper .akauth_legal .legal_title h1 {
  font-size: 18pt;
  font-weight: bold;
}
.akauth_full_wrapper .akauth_legal .bloc_board {
  margin-top: 40px;
}

/*# sourceMappingURL=ak_auth.css.map */
