@font-face {
  font-family: proxima-nova;
  src: url("/assets/site/font/ProximaNova-Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: proxima-nova;
  src: url("/assets/site/font/ProximaNova-Extrabold.otf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: proxima-nova;
  src: url("/assets/site/font/ProximaNova-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: proxima-nova;
  src: url("/assets/site/font/ProximaNova-Semibold.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: proxima-nova-condensed;
  src: url("/assets/site/font/proxima-bold-condensed.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: france22;
  src: url("/assets/site/font/France22-Bold_V2.otf") format("opentype");
}
* {
  font-family: "proxima-nova", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.w-40 {
  width: 40%;
}

.w-20 {
  width: 20%;
}

.container_maxi.small-h,
.container_large_right.small-h,
.container_right.small-h {
  height: 250px;
}
@media (min-width: 1200px) {
  .container_maxi.small-h,
.container_large_right.small-h,
.container_right.small-h {
    height: 330px;
  }
}

.container_maxi.small-small-h,
.container_large_right.small-small-h,
.container_right.small-small-h {
  height: 120px;
}
@media (min-width: 1200px) {
  .container_maxi.small-small-h,
.container_large_right.small-small-h,
.container_right.small-small-h {
    height: 180px;
  }
}

body.tunnel #hero.small-h {
  height: 160px;
}
@media (min-width: 1200px) {
  body.tunnel #hero.small-h {
    height: 200px;
  }
}
body.tunnel #hero:not(.small-h) {
  height: 250px;
}
@media (min-width: 1200px) {
  body.tunnel #hero:not(.small-h) {
    height: 330px;
  }
}

.container_large_left {
  background: white;
  width: calc(100% - 15px);
}
.container_large_left .subcontainer {
  padding: 30px 15px 70px 30px;
  margin-left: auto;
  max-width: 100%;
}

@media (min-width: 576px) {
  .container_large_left .subcontainer {
    padding: 30px 80px;
  }
}
.container_large_right {
  background: white;
  width: 100%;
}
.container_large_right .subcontainer {
  margin-right: auto;
  margin-left: auto;
  height: 100%;
}

.container_right {
  background: white;
  width: calc(100% - 15px);
  margin-left: auto;
}
.container_right .subcontainer {
  margin-right: auto;
  height: 100%;
}

.container_small_left,
.container_left {
  background: white;
  width: calc(100% - 15px);
  margin-left: 0;
  position: relative;
  z-index: 2;
}
.container_small_left .subcontainer,
.container_left .subcontainer {
  height: 100%;
  padding: 30px 15px 60px;
}

.container_float_right {
  width: 80vw;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
.container_float_right .subcontainer {
  right: auto;
  width: 100%;
  margin-top: -35px;
  height: 60vw;
}

.container_up {
  margin-top: -25px;
}
@media (min-width: 1200px) {
  .container_up {
    margin-top: -50px;
  }
}

@media (min-width: 576px) {
  .container_large_right {
    width: 100%;
  }
  .container_large_right .subcontainer {
    width: 510px;
    padding: 30px 15px 60px;
  }
  .container_small_left .subcontainer,
.container_left .subcontainer {
    margin-left: auto;
  }
  .container_small_left,
.container_left,
.container_right {
    width: calc(270px + 50% - 15px);
  }
  .container_small_left .subcontainer,
.container_left .subcontainer,
.container_right .subcontainer {
    padding: 30px 15px 60px;
    width: 510px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .container_large_right {
    margin-left: auto;
  }
  .container_large_right .subcontainer {
    margin-right: auto;
    margin-left: 0;
    height: 100%;
    padding: 30px 30px 60px;
  }
  .container_float_right {
    z-index: 1;
    width: 400px;
    margin-right: calc(50% - 345px);
  }
  .container_float_right .subcontainer {
    margin-top: -80px;
    height: 300px;
  }
  .container_small_left {
    width: calc(260px + 50% - 15px);
  }
  .container_small_left .subcontainer {
    width: 590px;
  }
  .container_large_right,
.container_left,
.container_right {
    width: calc(360px + 50% - 15px);
  }
  .container_large_right .subcontainer,
.container_left .subcontainer,
.container_right .subcontainer {
    width: 690px;
  }
}
@media (min-width: 992px) {
  .container_small_left {
    width: calc(280px + 50% - 15px);
  }
  .container_small_left .subcontainer {
    width: 730px;
    padding: 30px 15px 70px 30px;
  }
  .container_large_right .subcontainer,
.container_left .subcontainer {
    padding: 30px 30px 70px 80px;
  }
  .container_float_right {
    width: 600px;
    margin-right: calc(50% - 465px);
  }
  .container_float_right .subcontainer {
    height: 450px;
    margin-top: -250px;
  }
  .container_left,
.container_large_right,
.container_right {
    width: calc(480px + 50% - 15px);
  }
  .container_left .subcontainer,
.container_large_right .subcontainer,
.container_right .subcontainer {
    width: 930px;
  }
}
@media (min-width: 1200px) {
  .container_small_left {
    width: calc(270px + 50% - 15px);
  }
  .container_small_left .subcontainer {
    width: 810px;
    padding: 30px 15px 70px 80px;
  }
  .container_float_right {
    margin-right: calc(50% - 555px);
  }
  .container_left,
.container_large_right,
.container_right {
    width: calc(570px + 50% - 15px);
  }
  .container_left .subcontainer,
.container_large_right .subcontainer,
.container_right .subcontainer {
    width: 1110px;
    padding: 30px 15px 70px 80px;
  }
  .container_small_left .subcontainer,
.container_left .subcontainer {
    padding: 30px 30px 70px 80px;
  }
}
@media (min-width: 1400px) {
  .container_small_left {
    width: calc(310px + 50% - 15px);
  }
  .container_small_left .subcontainer {
    width: 940px;
  }
  .container_float_right {
    margin-right: calc(50% - 645px);
  }
  .container_left,
.container_large_right,
.container_right {
    width: calc(660px + 50% - 15px);
  }
  .container_left .subcontainer,
.container_large_right .subcontainer,
.container_right .subcontainer {
    width: 1290px;
  }
}
body {
  min-height: 105vh;
  overflow-x: hidden;
  background: #e3ebf6;
}

.container_maxi {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

.btn-z {
  background: white;
  padding: 15px 61px 15px 30px;
  min-width: 264px;
  max-width: 100%;
  color: #2060bc;
  font-size: 14px;
  font-family: "proxima-nova-condensed", sans-serif;
  letter-spacing: 2px;
  display: inline-block;
  transition: all 0.3s ease-out;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.btn-z * {
  font-family: "proxima-nova-condensed", sans-serif;
}
.btn-z:not(.menu):after {
  content: "";
  mask: url("https://assets.ericzemmour.fr/parti/img/fleche.svg");
  -webkit-mask: url("https://assets.ericzemmour.fr/parti/img/fleche.svg");
  transition: all 0.3s ease-out;
  position: absolute;
  background: #ef3030;
  right: 20px;
  width: 26px;
  height: 16px;
  top: calc(50% - 8px);
}
.btn-z.menu {
  padding: 6px 15px;
  min-width: unset;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-z.red {
  background: #ef3030;
  color: white;
}
.btn-z.red:after {
  background: white;
}
.btn-z.red:hover {
  background: white;
  color: #ef3030;
}
.btn-z.red:hover:after {
  background: #ef3030;
}
.btn-z.jaune {
  background: #ffff00;
  color: #2060bc;
}
.btn-z.jaune:after {
  background: white;
}
.btn-z.jaune:hover {
  background: #ef3030;
  color: #2060bc;
}
.btn-z.jaune:hover:after {
  background: #ef3030;
}
.btn-z.blue {
  background: #2060bc;
  color: white;
}
.btn-z.blue:hover {
  background: #ef3030;
  color: #2060bc;
}
.btn-z.blue:hover:after {
  background: #ef3030;
}
.btn-z.large {
  padding: 20px 61px 20px 30px;
  min-width: 320px;
}
.btn-z:hover {
  background: #2060bc;
  color: white;
  text-decoration: none;
}
.btn-z:hover:after {
  background: white;
}

.title,
h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 35px;
  color: white;
}
@media (min-width: 768px) {
  .title,
h1 {
    font-size: 65px;
    line-height: 60px;
  }
}

.subtible,
h2 {
  color: #2060bc;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  margin-bottom: 1rem;
}
.subtible.arrow,
h2.arrow {
  padding-left: 0;
  padding-bottom: 15px;
}
.subtible.arrow:after,
h2.arrow:after {
  content: " ";
  background: #ef3030;
  width: 40px;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 0;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .subtible.arrow:after,
h2.arrow:after {
    width: 50px;
    height: 5px;
  }
}
@media (min-width: 768px) {
  .subtible,
h2 {
    font-size: 45px;
  }
}

h3 {
  color: #2060bc;
  font-size: 20px;
  position: relative;
  font-weight: bold;
}
@media (min-width: 768px) {
  h3 {
    font-size: 25px;
  }
}
h3.arrow {
  padding-left: 0;
  padding-bottom: 15px;
}
h3.arrow:after {
  content: " ";
  background: #ef3030;
  width: 40px;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 0;
  border-radius: 10px;
}
@media (min-width: 768px) {
  h3.arrow:after {
    width: 50px;
    height: 5px;
  }
}

.surtitle {
  font-family: "proxima-nova-condensed", sans-serif;
  text-decoration: none;
  color: white;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ef3030;
}
.surtitle * {
  font-family: "proxima-nova-condensed", sans-serif;
}
@media (min-width: 768px) {
  .surtitle {
    padding-left: 0;
  }
}

p, ul, ol {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 768px) {
  p, ul, ol {
    font-size: 18px;
    line-height: 26px;
  }
}
p b, ul b, ol b {
  font-weight: bold;
}

h3 + p,
h2 + p {
  margin-top: 20px;
}
@media (min-width: 768px) {
  h3 + p,
h2 + p {
    margin-top: 40px;
  }
}

h2 + fieldset {
  margin-top: 45px;
}

fieldset + h2 {
  margin-top: 45px;
}

p + .btn-z {
  margin-top: 25px;
}
@media (min-width: 768px) {
  p + .btn-z {
    margin-top: 50px;
  }
}

h1 + .btn-z,
.title + .btn-z {
  margin: 65px auto;
}
@media (min-width: 768px) {
  h1 + .btn-z,
.title + .btn-z {
    margin: 65px 0 0;
  }
}

#post-content .single-download-inner svg {
  width: 36px;
  margin-right: 20px;
}
#post-content img {
  max-width: 100%;
  height: auto;
}
#post-content p {
  z-index: 1;
  position: relative;
  color: #4c4c4c;
  font-weight: 300;
}
#post-content p[style*="text-align: center;"] iframe {
  margin: auto;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.btn .fa, .card .card-body {
  position: relative;
}

.divider-new, .navbar .nav-flex-icons, .navbar.double-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}

.waves-effect, a {
  -webkit-tap-highlight-color: transparent;
}

.btn, .hiddendiv {
  word-wrap: break-word;
}

.btn, .font-up, footer.page-footer .title {
  text-transform: uppercase;
}

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

.badge, .jumbotron, .list-group .list-group-item, .navbar-toggler {
  border-radius: 2px;
}

.flex-center ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.media .avatar-sm {
  width: 56px;
  border-radius: 50%;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

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

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

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

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

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

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

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

@-webkit-keyframes jello {
  11.1%, from, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  11.1%, from, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

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

.flipInY, .flipOutX {
  -webkit-backface-visibility: visible !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.e-px {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 576px) {
  .e-px {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 768px) {
  .e-px {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 992px) {
  .e-px {
    padding-left: 15%;
    padding-right: 15%;
  }
}
.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header {
  max-width: 100%;
  height: auto;
}

.inline-ul > li {
  display: inline;
}

.list-inline-div > div {
  display: inline-block;
}

@media only screen and (max-width: 992px) {
  .center-on-small-only {
    text-align: center;
  }
  .center-on-small-only .img-fluid, .center-on-small-only .modal-dialog.cascading-modal.modal-avatar .modal-header, .modal-dialog.cascading-modal.modal-avatar .center-on-small-only .modal-header {
    display: inline;
  }
}
.divider-new:after, .divider-new:before {
  content: "";
  height: 1.5px;
  background: #c6c6c6;
}

@media (max-width: 992px) {
  .hidden-md-down {
    display: none !important;
  }
}
.divider-new, .modal-dialog.cascading-modal .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

@media (min-width: 992px) {
  .mb-r {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 992px) {
  .mb-r {
    margin-bottom: 2rem !important;
  }
  .navbar .container {
    width: 100%;
  }
  .navbar .container .navbar-toggler-right {
    right: 0;
  }
}
.font-bold {
  font-weight: 500;
}

.hr-light {
  border-top: 1px solid #fff;
}

.hr-dark {
  border-top: 1px solid #666;
}

.blockquote .bq-title {
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.blockquote p {
  font-size: 1.1rem;
}

.bq-primary {
  border-left: 3px solid #4285F4;
}

.divider-new {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 45px;
}

.card, .card .card-body h3, .card .card-body h4, .card .card-text {
  font-weight: 400;
}

.divider-new h2 {
  margin-top: 5px;
}

.divider-new:before {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0.45em 0 0;
}

.divider-new:after {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 0 0.45em;
}

blockquote {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

blockquote p {
  font-size: 0.9rem;
  padding-left: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.progress {
  box-shadow: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4px;
  margin-bottom: 1rem;
  background-color: #eee;
}

.progress .progress-bar {
  border-radius: 0;
  height: 4px;
  background-color: #0d47a1;
}

.progress.progress-default, .progress.progress-default .progress-bar {
  height: 1rem;
}

.progress.progress-wider, .progress.progress-wider .progress-bar {
  height: 20px;
}

.progress.progress-narrower, .progress.progress-narrower .progress-bar {
  height: 1px;
}

.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
  width: 36px;
  height: 36px;
}

.carousel .carousel-control-prev-icon {
  background-image: url(../img//svg/arrow_left.svg);
}

.carousel .carousel-control-next-icon {
  background-image: url(../img//svg/arrow_right.svg);
}

.carousel .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.carousel .video-fluid {
  height: 100%;
  width: 100%;
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.accordion .card {
  border-bottom: 1px solid #eee;
  box-shadow: none;
}

.accordion .card .card-header {
  padding: 1rem 1.5rem;
  background: 0 0;
  border-bottom: 0;
}

.accordion .card .card-header a:not(.collapsed) .rotate-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion .card .fa-angle-down {
  float: right;
}

.accordion .card .card-block {
  padding-top: 0.25rem;
}

.accordion .card .card-body {
  line-height: 1.7;
  color: #626262;
  font-size: 0.9rem;
  font-weight: 300;
}

.accordion .card h5 {
  font-size: 1.1rem;
  font-weight: 400;
}

.collapsible-body {
  display: none;
}

.jumbotron {
  background-color: #fff;
  padding: 2rem;
}

.jumbotron.m-1, .jumbotron.m-2, .jumbotron.m-3 {
  z-index: 50;
  position: relative;
  margin-left: 3%;
  margin-right: 3%;
}

.jumbotron.m-1 {
  margin-top: -20px;
}

.jumbotron.m-2 {
  margin-top: -30px;
}

.jumbotron.m-3 {
  margin-top: -40px;
}

.view {
  cursor: default;
}

.view .mask {
  background-attachment: fixed;
}

.view .full-bg-img, .view .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.view img, .view video {
  display: block;
  position: relative;
}

.hm-zoom img, .hm-zoom video, .overlay img, .overlay video {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hm-zoom:hover .mask, .overlay:hover .mask {
  opacity: 1;
}

.hm-zoom:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.overlay .mask {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.full-height, .full-height body, .full-height header, .full-height header .view {
  height: 100%;
}

.intro {
  min-height: 1000px;
  position: relative;
}

@media (max-width: 768px) {
  .intro {
    min-height: 1000px;
  }
}
.intro-video video {
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-button, .waves-circle {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.waves-button, .waves-button-input, .waves-button:hover, .waves-button:visited {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: 0;
  color: inherit;
  background-color: transparent;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: middle;
  display: inline-block;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.waves-float:active {
  box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

a.waves-effect, a.waves-light {
  display: inline-block;
}

input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=search-md], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea.md-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 0;
  outline: 0;
  height: 2.1rem;
  width: 100%;
  font-size: 1rem;
  box-shadow: none;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type=date]:disabled, input[type=date][readonly=readonly], input[type=datetime-local]:disabled, input[type=datetime-local][readonly=readonly], input[type=email]:disabled, input[type=email][readonly=readonly], input[type=number]:disabled, input[type=number][readonly=readonly], input[type=password]:disabled, input[type=password][readonly=readonly], input[type=search-md]:disabled, input[type=search-md][readonly=readonly], input[type=search]:disabled, input[type=search][readonly=readonly], input[type=tel]:disabled, input[type=tel][readonly=readonly], input[type=text]:disabled, input[type=text][readonly=readonly], input[type=time]:disabled, input[type=time][readonly=readonly], input[type=url]:disabled, input[type=url][readonly=readonly], textarea.md-textarea:disabled, textarea.md-textarea[readonly=readonly] {
  color: rgba(0, 0, 0, 0.46);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.46);
  background-color: transparent;
}

input[type=date]:disabled + label, input[type=date][readonly=readonly] + label, input[type=datetime-local]:disabled + label, input[type=datetime-local][readonly=readonly] + label, input[type=email]:disabled + label, input[type=email][readonly=readonly] + label, input[type=number]:disabled + label, input[type=number][readonly=readonly] + label, input[type=password]:disabled + label, input[type=password][readonly=readonly] + label, input[type=search-md]:disabled + label, input[type=search-md][readonly=readonly] + label, input[type=search]:disabled + label, input[type=search][readonly=readonly] + label, input[type=tel]:disabled + label, input[type=tel][readonly=readonly] + label, input[type=text]:disabled + label, input[type=text][readonly=readonly] + label, input[type=time]:disabled + label, input[type=time][readonly=readonly] + label, input[type=url]:disabled + label, input[type=url][readonly=readonly] + label, textarea.md-textarea:disabled + label, textarea.md-textarea[readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.46);
  background-color: transparent;
}

input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=search-md]:focus:not([readonly]), input[type=search]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=url]:focus:not([readonly]), textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #4285F4;
  box-shadow: 0 1px 0 0 #4285F4;
}

input[type=date]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=search-md]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=text]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, textarea.md-textarea:focus:not([readonly]) + label {
  color: #4285F4;
}

input[type=date].valid, input[type=date]:focus.valid, input[type=datetime-local].valid, input[type=datetime-local]:focus.valid, input[type=email].valid, input[type=email]:focus.valid, input[type=number].valid, input[type=number]:focus.valid, input[type=password].valid, input[type=password]:focus.valid, input[type=search-md].valid, input[type=search-md]:focus.valid, input[type=search].valid, input[type=search]:focus.valid, input[type=tel].valid, input[type=tel]:focus.valid, input[type=text].valid, input[type=text]:focus.valid, input[type=time].valid, input[type=time]:focus.valid, input[type=url].valid, input[type=url]:focus.valid, textarea.md-textarea.valid, textarea.md-textarea:focus.valid {
  border-bottom: 1px solid #00C851;
  box-shadow: 0 1px 0 0 #00C851;
}

input[type=date].valid + label:after, input[type=date]:focus.valid + label:after, input[type=datetime-local].valid + label:after, input[type=datetime-local]:focus.valid + label:after, input[type=email].valid + label:after, input[type=email]:focus.valid + label:after, input[type=number].valid + label:after, input[type=number]:focus.valid + label:after, input[type=password].valid + label:after, input[type=password]:focus.valid + label:after, input[type=search-md].valid + label:after, input[type=search-md]:focus.valid + label:after, input[type=search].valid + label:after, input[type=search]:focus.valid + label:after, input[type=tel].valid + label:after, input[type=tel]:focus.valid + label:after, input[type=text].valid + label:after, input[type=text]:focus.valid + label:after, input[type=time].valid + label:after, input[type=time]:focus.valid + label:after, input[type=url].valid + label:after, input[type=url]:focus.valid + label:after, textarea.md-textarea.valid + label:after, textarea.md-textarea:focus.valid + label:after {
  content: attr(data-success);
  color: #00C851;
  opacity: 1;
}

input[type=date].invalid, input[type=date]:focus.invalid, input[type=datetime-local].invalid, input[type=datetime-local]:focus.invalid, input[type=email].invalid, input[type=email]:focus.invalid, input[type=number].invalid, input[type=number]:focus.invalid, input[type=password].invalid, input[type=password]:focus.invalid, input[type=search-md].invalid, input[type=search-md]:focus.invalid, input[type=search].invalid, input[type=search]:focus.invalid, input[type=tel].invalid, input[type=tel]:focus.invalid, input[type=text].invalid, input[type=text]:focus.invalid, input[type=time].invalid, input[type=time]:focus.invalid, input[type=url].invalid, input[type=url]:focus.invalid, textarea.md-textarea.invalid, textarea.md-textarea:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}

input[type=date].invalid + label:after, input[type=date]:focus.invalid + label:after, input[type=datetime-local].invalid + label:after, input[type=datetime-local]:focus.invalid + label:after, input[type=email].invalid + label:after, input[type=email]:focus.invalid + label:after, input[type=number].invalid + label:after, input[type=number]:focus.invalid + label:after, input[type=password].invalid + label:after, input[type=password]:focus.invalid + label:after, input[type=search-md].invalid + label:after, input[type=search-md]:focus.invalid + label:after, input[type=search].invalid + label:after, input[type=search]:focus.invalid + label:after, input[type=tel].invalid + label:after, input[type=tel]:focus.invalid + label:after, input[type=text].invalid + label:after, input[type=text]:focus.invalid + label:after, input[type=time].invalid + label:after, input[type=time]:focus.invalid + label:after, input[type=url].invalid + label:after, input[type=url]:focus.invalid + label:after, textarea.md-textarea.invalid + label:after, textarea.md-textarea:focus.invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}

input[type=date] + label:after, input[type=datetime-local] + label:after, input[type=email] + label:after, input[type=number] + label:after, input[type=password] + label:after, input[type=search-md] + label:after, input[type=search] + label:after, input[type=tel] + label:after, input[type=text] + label:after, input[type=time] + label:after, input[type=url] + label:after, textarea.md-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 65px;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-out, 0.2s color ease-out;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

input[type=date].input-alternate, input[type=datetime-local].input-alternate, input[type=email].input-alternate, input[type=number].input-alternate, input[type=password].input-alternate, input[type=search-md].input-alternate, input[type=search].input-alternate, input[type=tel].input-alternate, input[type=text].input-alternate, input[type=time].input-alternate, input[type=url].input-alternate, textarea.md-textarea.input-alternate {
  padding: 0 15px;
  height: 2.1rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  font-size: 0.875rem;
  border-bottom: 0;
  -webkit-transition: none !important;
  transition: none !important;
}

input[type=date].input-alternate:focus, input[type=date].input-alternate:hover, input[type=datetime-local].input-alternate:focus, input[type=datetime-local].input-alternate:hover, input[type=email].input-alternate:focus, input[type=email].input-alternate:hover, input[type=number].input-alternate:focus, input[type=number].input-alternate:hover, input[type=password].input-alternate:focus, input[type=password].input-alternate:hover, input[type=search-md].input-alternate:focus, input[type=search-md].input-alternate:hover, input[type=search].input-alternate:focus, input[type=search].input-alternate:hover, input[type=tel].input-alternate:focus, input[type=tel].input-alternate:hover, input[type=text].input-alternate:focus, input[type=text].input-alternate:hover, input[type=time].input-alternate:focus, input[type=time].input-alternate:hover, input[type=url].input-alternate:focus, input[type=url].input-alternate:hover, textarea.md-textarea.input-alternate:focus, textarea.md-textarea.input-alternate:hover {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
  border-bottom: 0;
}

.form-control {
  padding: 0.5rem 0 0.6rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  margin-top: 0.2rem;
  margin-bottom: 1rem;
}

select.form-control {
  margin-top: 17px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.md-form, .md-form .btn {
  margin-bottom: 1.5rem;
}

.form-control:focus {
  background: 0 0;
  box-shadow: none;
}

.form-control:disabled, .form-control[readonly] {
  background-color: transparent;
  border-bottom: 1px solid #bdbdbd;
}

.md-form {
  position: relative;
}

.md-form label {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  color: #757575;
  position: absolute;
  top: 0.8rem;
  left: 5px;
  font-size: 1rem;
  cursor: text;
}

.md-form select + label {
  top: -14px;
}

.md-form label.active {
  -webkit-transform: translateY(-140%);
  -ms-transform: translateY(-140%);
  transform: translateY(-140%);
  font-size: 0.8rem;
}

.md-form .prefix {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  padding-top: 0.5rem;
}

.md-form .prefix ~ input, .md-form .prefix ~ textarea {
  margin-left: 3rem;
  width: 92%;
  width: -webkit-calc(100% - 3rem);
  width: calc(100% - 3rem);
}

.md-form .prefix ~ label {
  margin-left: 3rem;
}

.md-form .prefix.active {
  color: #4285F4;
}

@media only screen and (max-width: 992px) {
  .md-form .prefix ~ input {
    width: 86%;
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);
  }
}
@media only screen and (max-width: 600px) {
  .md-form .prefix ~ input {
    width: 80%;
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);
  }
}
.md-form.form-sm input {
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  font-size: 0.8rem;
  line-height: 0.5;
}

.md-form.form-sm label {
  font-size: 0.9rem;
}

.md-form.form-sm .prefix {
  font-size: 1.5rem;
  top: 0.4rem;
}

.md-form.form-sm .prefix ~ input, .md-form.form-sm .prefix ~ label, .md-form.form-sm .prefix ~ textarea {
  margin-left: 2.2rem;
}

.md-form.input-group {
  padding-left: 1rem;
}

.form-group {
  display: block;
}

.form-inline fieldset {
  margin-right: 1.5rem;
}

.form-inline .form-group {
  margin-right: 2rem;
}

textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

textarea.md-textarea {
  overflow-y: hidden;
  padding: 1.6rem 0;
  resize: none;
  min-height: 3rem;
}

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  padding-top: 1.2rem;
}

.orange-gradient {
  background: -webkit-linear-gradient(50deg, #FFD86F, #FC6262);
  background: linear-gradient(40deg, #FFD86F, #FC6262);
}

.table-inverse td, .table-inverse th, .table-inverse thead th {
  border-color: #fff;
}

.edge-header {
  display: block;
  height: 278px;
  background-color: #ccc;
}

.free-bird {
  margin-top: -100px;
}

ul.instagram-photos li {
  display: inline-block;
  max-width: 100px;
  margin: 4px;
}

ul.instagram-photos li img {
  margin: 0;
}

.media .media-left {
  padding: 0 10px 10px 0;
}

.list-group a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

table th {
  font-size: 0.9rem;
  font-weight: 400;
}

table td {
  font-size: 0.9rem;
  font-weight: 300;
}

table.table thead th {
  border-top: none;
}

table.table td, table.table th {
  padding-top: 1.1rem;
  padding-bottom: 1rem;
}

table.table a {
  margin: 0;
  color: #212529;
}

table.table .label-table {
  margin: 0;
  padding: 0;
  line-height: 15px;
  height: 15px;
}

table.table .btn-table {
  margin: 0 1px;
  padding: 3px 7px;
}

table.table .btn-table .fa {
  font-size: 11px;
}

table.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

table .th-lg {
  min-width: 9rem;
}

table.table-sm td, table.table-sm th {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

#home #hero {
  position: relative;
}
#home #hero .vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: black;
}
#home #hero .vimeo-wrapper iframe {
  max-height: unset !important;
  max-width: unset !important;
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}
#home #hero .content {
  height: 100%;
}
#home #hero .content h2 {
  color: white;
  max-width: 600px;
  margin: 0;
  font-size: 40px;
  line-height: 40px;
}
@media (min-width: 768px) {
  #home #hero .content h2 {
    font-size: 65px;
    line-height: 60px;
  }
}
#home #hero .content .btn-z {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #home #hero .content .btn-z {
    margin-top: 65px;
  }
}
#home #priorites_img .subcontainer {
  background-image: url("https://assets.ericzemmour.fr/prio/prio-1-530.jpg");
  background-size: cover;
  background-position: center;
}
#home .container_large_right {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  #home .container_large_right {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}
@media (min-width: 1200px) {
  #home .container_large_right {
    margin-top: 130px;
    margin-bottom: 130px;
  }
}
#home .container_large_right .btn-z + .btn-z {
  margin-top: 20px;
}
#home #jagis {
  background-image: url("https://assets.ericzemmour.fr/parti/img/Photo 1 desktop.jpg");
  background-size: cover;
  background-position: center;
  height: 450px;
}
@media (min-width: 1200px) {
  #home #jagis {
    height: 660px;
  }
}
#home #soutenir .btn-z {
  margin-bottom: 10px;
}
#home #soutenir .btn-z:nth-child(1) {
  margin-right: 10px;
}
#home #soutenir .btn-z:nth-child(2) {
  margin-right: 10px;
}
#home #soutenir_img .subcontainer {
  background-image: url("http://d3n8a8pro7vhmx.cloudfront.net/themes/61a4eb7dc294802b456d02ec/attachments/original/1641039899/reconquete.jpg?1641039899");
  background-size: cover;
  background-position: center;
}

#hero-fede {
  background-size: cover;
  background-position: center;
  background-image: url("https://assets.ericzemmour.fr/document/DSC_0787.jpg");
  position: relative;
}
#hero-fede .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#hero-fede .content {
  height: 100%;
  padding: 0 0 25px;
}
@media (min-width: 1200px) {
  #hero-fede .content {
    padding: 0 0 50px;
  }
}
#hero-fede .content h2 {
  color: white;
  margin: 0;
  font-family: "france22", sans-serif;
  font-size: 40px;
  line-height: 40px;
}
#hero-fede .content h2 * {
  font-family: "france22", sans-serif;
}
#hero-fede .content h2 .jaune {
  color: #ffff00;
}
@media (min-width: 768px) {
  #hero-fede .content h2 {
    font-size: 65px;
    line-height: 60px;
  }
}

body:not(#home) #hero {
  background-size: cover;
  background-position: center;
  background-image: url("https://d1bg7je8op6oxm.cloudfront.net/9912/blob?v=1666646266");
  position: relative;
}
body:not(#home) #hero .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
body:not(#home) #hero .content {
  height: 100%;
  padding: 0 0 25px 30px;
}
@media (min-width: 1200px) {
  body:not(#home) #hero .content {
    padding: 0 0 50px 80px;
  }
}
body:not(#home) #hero .content h2 {
  color: white;
  max-width: 600px;
  margin: 0;
  font-size: 40px;
  line-height: 40px;
}
body:not(#home) #hero .content h2 .jaune {
  color: #ffff00;
}
@media (min-width: 768px) {
  body:not(#home) #hero .content h2 {
    font-size: 65px;
    line-height: 60px;
  }
}

#articles .arrow {
  margin-bottom: 40px;
}

#single-article {
  background: #2060bc;
}
#single-article #hero {
  background-image: url("https://assets.ericzemmour.fr/30102021-IMG_7313-2.jpg");
}
#single-article .subcontainer b, #single-article .subcontainer strong {
  font-weight: bold;
}
#single-article .subcontainer table {
  margin-bottom: 20px;
}
#single-article .subcontainer table td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}
#single-article .arrow {
  margin-bottom: 40px;
}
#single-article form {
  margin-top: 40px;
}
#single-article form .d-flex input {
  width: 50%;
}
#single-article form textarea,
#single-article form input:not([type=submit]) {
  background: none;
  border: none;
  border-bottom: 1px solid #2060bc;
  color: #2060bc;
  margin-right: 20px;
  margin-bottom: 30px;
  width: 100%;
}
#single-article form textarea:last-child,
#single-article form input:not([type=submit]):last-child {
  margin-right: 0;
}
#single-article form textarea:focus-visible,
#single-article form input:not([type=submit]):focus-visible {
  outline: none;
}
#single-article form textarea::placeholder,
#single-article form input:not([type=submit])::placeholder {
  color: #2060bc;
}
#single-article form .btn-z {
  margin-bottom: 40px;
}
#single-article form .disclaimer {
  font-size: 9px;
  line-height: 16px;
}

#adhesions #hero {
  background-image: url("https://assets.ericzemmour.fr/30102021-IMG_7313-2.jpg");
}
#adhesions .membership-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: calc(100% + 20px);
  margin-left: -10px;
}
#adhesions .membership-list .membership {
  list-style: none;
  background: #2060bc;
  color: white;
  padding: 10px 10px 0 10px;
  margin: 10px 10px 45px 10px;
  flex: 1;
}
#adhesions .membership-list .membership:hover {
  text-decoration: none !important;
}
#adhesions .membership-list .membership:hover .btn-z {
  background: white;
  color: #ef3030;
}
#adhesions .membership-list .membership:hover .btn-z:after {
  background: #ef3030;
}
#adhesions .membership-list .membership .buy {
  text-align: right;
}
#adhesions .membership-list .membership h3 {
  color: white;
}
#adhesions .membership-list .membership > span {
  font-weight: bold;
  font-size: 18px;
}
#adhesions .membership-list .membership .membership-amount {
  padding: 15px 0 0 0;
}
#adhesions .membership-list .membership .membership-amount strong {
  font-size: 30px;
}
#adhesions .membership-list .membership .membership-amount span {
  font-size: 13px;
  margin-left: 10px;
}
#adhesions .membership-list .membership .membership-amount span strong {
  font-size: 17px;
}
#adhesions .membership-list .membership .btn-z {
  top: 25px;
  right: -10px;
  text-align: left;
}

.mode-paiement-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.mode-paiement-list .mode-paiement {
  display: block;
  text-align: center;
  cursor: pointer;
  background: #e3ebf6;
  color: white;
  padding: 10px 10px 0 10px;
  margin: 10px 10px 45px 10px;
  flex: 1;
}
.mode-paiement-list .mode-paiement:hover {
  text-decoration: none !important;
}
.mode-paiement-list .mode-paiement:hover span {
  color: #ef3030;
}
.mode-paiement-list .mode-paiement:hover .btn-z {
  background: white;
  color: #ef3030;
}
.mode-paiement-list .mode-paiement:hover .btn-z:after {
  background: #ef3030;
}
.mode-paiement-list .mode-paiement svg {
  width: 50px;
  padding-top: 30px;
}
.mode-paiement-list .mode-paiement span.mode-title {
  display: block;
  color: #2060bc;
  padding: 30px 0;
  font-size: 30px;
  font-weight: bold;
}
.mode-paiement-list .mode-paiement .btn-z {
  top: 25px;
  text-align: left;
}

body#adhesion-unit #hero {
  background-image: url("http://d3n8a8pro7vhmx.cloudfront.net/themes/61a4eb7dc294802b456d02ec/attachments/original/1641039899/reconquete.jpg?1641039899");
}
body#adhesion-unit #hero .content h2 {
  max-width: unset;
}
body#adhesion-unit #your-info .row {
  margin: 0;
}
body#adhesion-unit .desc {
  padding: 0 0 10px 0;
  color: #2060bc;
  font-weight: bold;
}
body#adhesion-unit #cc-info {
  width: 400px;
  margin: 0 !important;
}
body#adhesion-unit #cc-info > div.payment-input:nth-of-type(1) {
  width: 100%;
}
body#adhesion-unit #cc-info > div.payment-input:nth-of-type(3),
body#adhesion-unit #cc-info > div.payment-input:nth-of-type(2) {
  width: 50%;
}
body#adhesion-unit #demographics-info, body#adhesion-unit #address-info {
  display: block;
  width: 100%;
}
body#adhesion-unit .text-success {
  color: #2060bc !important;
}
body#adhesion-unit .card-error {
  color: #ef3030;
  padding-top: 10px;
}
body#adhesion-unit .StripeElement {
  padding: 12px 16px;
  color: rgba(26, 26, 26, 0.9);
  font-size: 16px;
  line-height: 16px;
  border: 0;
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.08s ease-in, color 0.08s ease-in, filter 50000s;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#adhesion-unit .StripeElement:focus {
  z-index: 2;
  outline: none;
  box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.3), 0 1px 1px 0 rgba(0, 0, 0, 0.07), 0 0 0 4px rgba(50, 151, 211, 0.3);
}
body#adhesion-unit .StripeElement--invalid {
  box-shadow: 0 0 0 1px #ef9896, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
  color: #ef3030;
}
body#adhesion-unit .StripeElement--focus {
  z-index: 2;
  outline: none;
  box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.3), 0 1px 1px 0 rgba(0, 0, 0, 0.07), 0 0 0 4px rgba(50, 151, 211, 0.3);
}
body#adhesion-unit .checkoutInput {
  padding: 0;
}
body#adhesion-unit .insurance {
  font-weight: lighter;
  color: #9CAAB3;
}
body#adhesion-unit .submi {
  display: inline-block;
  position: relative;
}
body#adhesion-unit .submi:after {
  content: "";
  mask: url("https://assets.ericzemmour.fr/parti/img/fleche.svg");
  -webkit-mask: url("https://assets.ericzemmour.fr/parti/img/fleche.svg");
  transition: all 0.3s ease-out;
  position: absolute;
  background: white;
  right: 20px;
  width: 26px;
  height: 16px;
  top: calc(50% - 8px);
}
body#adhesion-unit .adhe {
  background: white;
  max-width: 100%;
  color: white;
  font-size: 20px;
  text-align: left;
  border: 0;
  display: inline-block;
  transition: all 0.3s ease-out;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  background: #ef3030;
  padding: 20px 61px 20px 30px;
  min-width: 320px;
}
body#adhesion-unit .adhe:hover {
  background: #2060bc;
  text-decoration: none;
}
body#adhesion-unit .adhe:hover:after {
  background: white;
}
body#adhesion-unit .adhe:disabled {
  transition: all 6s ease-out;
  background: #e3ebf6;
  cursor: progress;
}

#reabonnement #info_form, #jeminforme #info_form, #animal #info_form {
  padding-top: 60px;
}
#reabonnement .form-submit, #jeminforme .form-submit, #animal .form-submit {
  margin-top: 20px;
}
#reabonnement .disclaimer, #jeminforme .disclaimer, #animal .disclaimer {
  padding-top: 40px;
  font-size: 12px;
}
#reabonnement .md-form, #jeminforme .md-form, #animal .md-form {
  flex: 1;
  margin-right: 20px;
}
#reabonnement .md-form:last-child, #jeminforme .md-form:last-child, #animal .md-form:last-child {
  margin-right: 0;
}
#reabonnement .submi, #jeminforme .submi, #animal .submi {
  display: inline-block;
  position: relative;
}
#reabonnement .submi:after, #jeminforme .submi:after, #animal .submi:after {
  content: "";
  mask: url("https://assets.ericzemmour.fr/parti/img/fleche.svg");
  -webkit-mask: url("https://assets.ericzemmour.fr/parti/img/fleche.svg");
  transition: all 0.3s ease-out;
  position: absolute;
  background: white;
  right: 20px;
  width: 26px;
  height: 16px;
  top: calc(50% - 8px);
}
#reabonnement .adhe, #jeminforme .adhe, #animal .adhe {
  background: white;
  max-width: 100%;
  color: white;
  font-size: 20px;
  text-align: left;
  border: 0;
  display: inline-block;
  transition: all 0.3s ease-out;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  background: #ef3030;
  padding: 20px 61px 20px 30px;
  min-width: 320px;
}
#reabonnement .adhe:hover, #jeminforme .adhe:hover, #animal .adhe:hover {
  background: #2060bc;
  text-decoration: none;
}
#reabonnement .adhe:hover:after, #jeminforme .adhe:hover:after, #animal .adhe:hover:after {
  background: white;
}
#reabonnement .adhe:disabled, #jeminforme .adhe:disabled, #animal .adhe:disabled {
  transition: all 6s ease-out;
  background: #e3ebf6;
  cursor: progress;
}

#post-container {
  margin-top: -25px;
}
@media (min-width: 768px) {
  #post-container {
    margin-top: -50px;
  }
}

#flash_container2 {
  position: fixed;
  top: 20vh;
  left: 0;
  width: 100%;
  z-index: 15;
}
#flash_container2 .alert-info hr {
  border-top-color: #2060bc !important;
}
#flash_container2 .text-info {
  color: #2060bc !important;
}

.overlay {
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  z-index: 14;
  position: fixed;
  display: none;
}

.related_boxes {
  margin-top: 20px;
}

.mentions {
  margin-top: 110px;
  font-size: 12px;
}

.dons-list {
  display: flex;
  flex-wrap: wrap;
}
.dons-list input.form-control {
  width: auto;
  text-align: center;
  font-size: 24px;
  max-width: 110px;
  padding-right: 15px;
}
.dons-list input::-webkit-outer-spin-button, .dons-list input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dons-list input[type=number] {
  -moz-appearance: textfield;
}
.dons-list .input-group-append {
  margin-left: -14px;
  font-size: 24px;
}

.dons-unit {
  min-width: 80px !important;
  text-align: center;
  font-size: 20px !important;
  cursor: pointer;
  margin: 0 10px;
  border: 2px solid white;
}
.dons-unit:hover, .dons-unit.active {
  border: 2px solid #ef3030;
  background: white;
  color: #ef3030;
}

.don-text,
.don-instruc {
  font-weight: bold;
  padding-top: 20px;
  display: none;
}

.don-instruc {
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 20px;
}

.don-btn {
  display: none;
}
.don-btn em {
  font-weight: normal;
  font-size: 16px;
}

#merci-instructions {
  padding: 25px;
  background: #eee;
  margin-top: 20px;
  display: none;
}

#espace-adherent {
  padding-top: 30px;
}
#espace-adherent .espace-adhesion {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
#espace-adherent .espace-adhesion h3 {
  margin-bottom: 10px;
}
#espace-adherent .espace-adhesion h3 + p {
  margin-top: 10px;
  margin-bottom: 0;
}
#espace-adherent .espace-adhesion h3 + p img {
  border-radius: 50%;
}
#espace-adherent .membership {
  background: #2060bc;
  color: white;
  display: inline-block;
  padding: 10px;
  margin: 40px auto 20px auto;
}
#espace-adherent .membership-dates {
  margin-bottom: 40px;
}
#espace-adherent .membership-dates .membership-barre {
  display: block;
  height: 4px;
  width: 100%;
  background: #2060bc;
}
#espace-adherent .membership-dates .membership-barre span {
  display: block;
  height: 8px;
  transform: translateY(-2px);
  background: #ef3030;
}
#espace-adherent .membership-dates .membership-debut {
  float: left;
}
#espace-adherent .membership-dates .membership-fin {
  float: right;
}
#espace-adherent #change_picture input[type=file] {
  opacity: 1;
}
#espace-adherent .submi {
  display: inline-block;
  position: relative;
}
#espace-adherent .submi:after {
  content: "";
  mask: url("https://assets.ericzemmour.fr/parti/img/fleche.svg");
  -webkit-mask: url("https://assets.ericzemmour.fr/parti/img/fleche.svg");
  transition: all 0.3s ease-out;
  position: absolute;
  background: white;
  right: 20px;
  width: 26px;
  height: 16px;
  top: calc(50% - 8px);
}
#espace-adherent .submi .adhe {
  background: white;
  max-width: 100%;
  color: white;
  font-size: 20px;
  text-align: left;
  border: 0;
  display: inline-block;
  transition: all 0.3s ease-out;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  background: #ef3030;
  padding: 20px 61px 20px 30px;
  min-width: 320px;
}
#espace-adherent .submi .adhe:hover {
  background: #2060bc;
  text-decoration: none;
}
#espace-adherent .submi .adhe:hover:after {
  background: white;
}
#espace-adherent .submi .adhe:disabled {
  transition: all 6s ease-out;
  background: #e3ebf6;
  cursor: progress;
}
#espace-adherent .submi .adhe_little {
  padding: 15px 61px 15px 30px;
  background: #e3ebf6;
  color: #2060bc;
}
#espace-adherent .submi .adhe_little:hover {
  color: white;
}
#espace-adherent .submi_little:after {
  background: #ef3030;
}
#espace-adherent .submi_little:hover:after {
  background: white;
}

.user_session_form .form-control {
  margin-top: 0;
  padding-top: 0;
}
.user_session_form label {
  margin-bottom: 0;
}

.submi {
  display: inline-block;
  position: relative;
}
.submi:after {
  content: "";
  mask: url("https://assets.ericzemmour.fr/parti/img/fleche.svg");
  -webkit-mask: url("https://assets.ericzemmour.fr/parti/img/fleche.svg");
  transition: all 0.3s ease-out;
  position: absolute;
  background: white;
  right: 20px;
  width: 26px;
  height: 16px;
  top: calc(50% - 8px);
}

.adhe {
  background: white;
  max-width: 100%;
  color: white;
  font-size: 20px;
  text-align: left;
  border: 0;
  display: inline-block;
  transition: all 0.3s ease-out;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  background: #ef3030;
  padding: 20px 61px 20px 30px;
  min-width: 320px;
}
.adhe:hover {
  background: #2060bc;
  text-decoration: none;
}
.adhe:hover:after {
  background: white;
}
.adhe:disabled {
  transition: all 6s ease-out;
  background: #e3ebf6;
  cursor: progress;
}

#equipe_cont img {
  float: left;
  margin-right: 30px;
  width: 100px;
}
@media (min-width: 768px) {
  #equipe_cont img {
    width: 150px;
  }
}
#equipe_cont .arrow {
  margin-bottom: 40px;
}
#equipe_cont .equipe {
  margin-bottom: 20px;
}
#equipe_cont .equipe img {
  margin-bottom: 40px;
}
@media screen and (max-width: 350px) {
  #equipe_cont .equipe img {
    margin: 0 auto 20px auto;
    display: block;
    float: none;
  }
}
@media (min-width: 576px) {
  #equipe_cont .equipe img {
    margin-bottom: 0;
  }
}
#equipe_cont .equipe h2 {
  font-size: 25px !important;
  font-weight: normal !important;
  font-family: "proxima-nova", sans-serif !important;
}
@media (min-width: 576px) {
  #equipe_cont .equipe h2 {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  #equipe_cont .equipe h2 {
    font-size: 35px !important;
  }
}
#equipe_cont .equipe h2 strong {
  font-size: 25px !important;
  text-transform: uppercase;
  font-weight: bold !important;
  font-family: "france22", sans-serif;
}
@media (min-width: 768px) {
  #equipe_cont .equipe h2 strong {
    font-size: 35px !important;
  }
}
#equipe_cont .equipe:after {
  content: "";
  display: block;
  clear: both;
}

.container_left:not(#content) {
  margin-top: 110px;
}

#home h2 {
  margin-bottom: 40px;
}

.news-box {
  flex: 0 0 30%;
}
.news-box a {
  display: block;
  position: relative;
}
.news-box a:has(.ribbon-gz) .news-text {
  background: #439AC6;
  color: white;
}
.news-box .news-img {
  height: 45vw;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .news-box .news-img {
    height: 15vw;
  }
}
.news-box .ribbon {
  font-size: 16px;
  line-height: 16px;
  color: white;
  background: black;
  font-weight: 900;
  text-transform: uppercase;
  padding: 6px 10px;
  position: absolute;
  top: 20px;
}
.news-box .ribbon.ribbon-gz {
  background: #2060bc;
  color: white;
}
.news-box .ribbon.ribbon-protegeons {
  background: #ffff00;
  color: rgb(34, 54, 69);
}
.news-box .ribbon.ribbon-communique {
  background: #ef3030;
  color: white;
}
.news-box .news-text {
  width: 80%;
  min-height: 110px;
  float: right;
  background: #2060bc;
  padding: 20px;
  margin-top: -40px;
  margin-right: -20px;
}
.news-box .news-text h3 {
  font-size: 20px;
  color: white;
}
.news-box .news-text span {
  margin-bottom: 20px;
  font-family: "neuzeit-grotesk", sans-serif;
  color: #ffff00;
  font-size: 14px;
}

#content h2:nth-of-type(2) {
  margin-top: 40px;
}
#content .news-cont {
  margin-top: 40px;
}
#content .news-box {
  flex: 0 0 30%;
  margin-bottom: 75px;
}

body#mouvement table img {
  width: 100%;
  height: auto !important;
}
body#mouvement table td {
  border: 0;
}

body#programme #vheader img {
  width: 100%;
}
body#programme #vheader img:last-child {
  display: none;
}
@media (min-width: 576px) {
  body#programme #vheader img:first-child {
    display: none;
  }
  body#programme #vheader img:last-child {
    display: block;
  }
}
body#programme header {
  display: none;
}
body#programme .super_container {
  padding-top: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
}
@media (min-width: 768px) {
  body#programme .super_container {
    padding-top: 100px;
  }
}
body#programme .container_left {
  background: none;
}
@media (min-width: 576px) {
  body#programme .container_left .subcontainer {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  body#programme .container_left .subcontainer {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 992px) {
  body#programme .container_left .subcontainer {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (min-width: 1200px) {
  body#programme .container_left .subcontainer {
    padding-left: 250px;
    padding-right: 250px;
  }
}
body#programme #vintro {
  margin-top: 15px;
}
body#programme #vintro img {
  width: 200px;
  float: right;
  margin: 20px auto 50px auto;
}
body#programme #vintro p {
  font-size: 18px;
}
@media (min-width: 768px) {
  body#programme #vintro p {
    font-size: 20px;
  }
}
body#programme #vsommaire {
  padding: 20px;
  margin-bottom: 40px;
}
body#programme #vsommaire p.vsommaire_titre {
  text-align: center;
  font-weight: bold;
  background: #0f0b66;
  padding: 10px 20px;
  font-size: 23px;
  margin-bottom: 10px;
  color: white;
}
body#programme #vsommaire ol {
  line-height: 35px;
  text-align: left;
  padding: 0;
}
body#programme #vsommaire ol li {
  background: #d5efff;
  margin-bottom: 7px;
  color: black;
  padding: 5px 10px;
  position: relative;
}
body#programme #vsommaire ol li::marker {
  color: white;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
body#programme #vsommaire ol li:before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: #ef3030;
  position: absolute;
  left: -32px;
  top: 6px;
  z-index: -1;
  border-radius: 50%;
}
body#programme #vsommaire .vcta {
  border: 1px solid #0B0B66;
  text-align: center;
  margin: 50px auto 0 auto;
  font-weight: bold;
  padding: 20px 10px;
  line-height: 20px;
  color: #0B0B66;
}
@media (min-width: 768px) {
  body#programme #vsommaire .vcta {
    width: 80%;
  }
}
body#programme #vsommaire .vcta .btn-z {
  margin-top: 15px;
  border: 2px solid #ef3030;
}
body#programme .vsection {
  padding: 50px 0;
}
body#programme .vsection .vsection_img {
  width: 90%;
}
body#programme .vsection h2 {
  width: 90%;
  transform: translateY(-50%);
  line-height: 25px;
  font-size: 25px;
  position: relative;
  left: 10%;
  background: #0B0B66;
  color: white;
  padding: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  body#programme .vsection h2 {
    font-size: 35px;
    line-height: 30px;
  }
}
body#programme .vsection p {
  border-left: 4px solid #0B0B66;
  padding-left: 15px;
  margin-bottom: 25px;
  font-size: 18px;
}
@media (min-width: 768px) {
  body#programme .vsection p {
    font-size: 20px;
  }
}
body#programme .vsection h3 {
  margin-top: 50px;
}
body#programme .vsection ul {
  color: black;
}
body#programme .vsection ul li {
  list-style: none;
  position: relative;
  font-size: 17px;
  margin-bottom: 10px;
}
body#programme .vsection ul li:before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDk2MyA5NjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDk2MyA5NjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMEIwQjY2O30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCw0ODEuNUMwLDc0Ny40LDIxNS42LDk2Myw0ODEuNSw5NjNTOTYzLDc0Ny40LDk2Myw0ODEuNVM3NDcuNCwwLDQ4MS41LDBDMjE1LjUsMCwwLDIxNS42LDAsNDgxLjV6CgkJIE02OTEuNiw1NDMuM0w0NzguMiw3NzYuNmMtMTcuOCwxOS40LTQyLjEsMjkuMi02Ni40LDI5LjJjLTIxLjcsMC00My41LTcuOC02MC43LTIzLjZjLTM2LjctMzMuNi0zOS4yLTkwLjUtNS42LTEyNy4ybDE1Ny44LTE3Mi40CgkJTDM0MC42LDMwNS4zYy0zMy42LTM2LjYtMzEuMS05My42LDUuNS0xMjcuMmMzNi42LTMzLjYsOTMuNi0zMS4xLDEyNy4yLDUuNWwyMTguMiwyMzguMUM3MjMsNDU2LjEsNzIzLjEsNTA4LjksNjkxLjYsNTQzLjN6Ii8+CjwvZz4KPC9zdmc+Cg==);
  background-size: cover;
  position: absolute;
  left: -30px;
  top: 3px;
}
body#programme .vsection .vcta {
  border: 1px solid #0B0B66;
  text-align: center;
  margin: 50px auto 0 auto;
  font-weight: bold;
  padding: 20px 10px;
  line-height: 20px;
  color: #0B0B66;
}
@media (min-width: 768px) {
  body#programme .vsection .vcta {
    width: 80%;
  }
}
body#programme .vsection .vcta .btn-z {
  margin-top: 15px;
  border: 2px solid #ef3030;
}
body#programme #vanalyse {
  margin-top: 50px;
}
body#programme #vanalyse .vanalyseu {
  background: #e3ebf6;
  padding: 25px;
  margin-bottom: 25px;
}
body#programme #vanalyse .vanalyseu p {
  font-size: 25px;
  position: relative;
}
body#programme #vanalyse .vanalyseu p:before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDk2MyA5NjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDk2MyA5NjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMEIwQjY2O30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCw0ODEuNUMwLDc0Ny40LDIxNS42LDk2Myw0ODEuNSw5NjNTOTYzLDc0Ny40LDk2Myw0ODEuNVM3NDcuNCwwLDQ4MS41LDBDMjE1LjUsMCwwLDIxNS42LDAsNDgxLjV6CgkJIE02OTEuNiw1NDMuM0w0NzguMiw3NzYuNmMtMTcuOCwxOS40LTQyLjEsMjkuMi02Ni40LDI5LjJjLTIxLjcsMC00My41LTcuOC02MC43LTIzLjZjLTM2LjctMzMuNi0zOS4yLTkwLjUtNS42LTEyNy4ybDE1Ny44LTE3Mi40CgkJTDM0MC42LDMwNS4zYy0zMy42LTM2LjYtMzEuMS05My42LDUuNS0xMjcuMmMzNi42LTMzLjYsOTMuNi0zMS4xLDEyNy4yLDUuNWwyMTguMiwyMzguMUM3MjMsNDU2LjEsNzIzLjEsNTA4LjksNjkxLjYsNTQzLjN6Ii8+CjwvZz4KPC9zdmc+Cg==);
  background-size: cover;
  position: absolute;
  left: -30px;
  top: 3px;
}
body#programme #vanalyse .vanalyseu h3 {
  font-size: 18px;
}

header {
  overflow: hidden;
  position: relative;
}
header > div:first-of-type {
  background: #2060bc;
  padding: 24px 0;
  min-height: 104px;
  transition: all 0.3s ease 0s;
}
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(140, 150, 170, 0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(140, 150, 170, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(140, 150, 170, 0.2);
}
header.sticky > div:first-of-type {
  padding: 0 0;
  min-height: calc(104px - 48px);
}
header.sticky + #hero {
  padding-top: 120px;
}
header .subcontainer {
  padding: 0;
}
@media (min-width: 576px) {
  header .subcontainer {
    padding: 5px 0;
  }
}
header .logo {
  margin: 0 0;
}
header .logo a {
  display: block;
}
header .logo img {
  width: 100%;
}
@media (min-width: 768px) {
  header .logo {
    width: 40%;
  }
}
@media (min-width: 992px) {
  header .logo {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  header .logo {
    width: 20%;
  }
}
header nav {
  font-family: "france22", sans-serif;
}
@media (max-width: 1199.98px) {
  header nav .btn-z {
    margin-left: 15px;
  }
}
header nav a {
  text-align: center;
}
header nav a:not(:last-of-type) {
  margin-right: 20px;
}
header nav a:not(.btn-z, .burger, .alogo) {
  font-family: "proxima-nova-condensed", sans-serif;
  text-decoration: none;
  color: white;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
header nav a:not(.btn-z, .burger, .alogo) * {
  font-family: "proxima-nova-condensed", sans-serif;
}
header nav a:not(.btn-z, .burger, .alogo):after {
  background: none repeat scroll 0 0 transparent;
  bottom: -2px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #ffff00;
  transition: all 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
header nav a:not(.btn-z, .burger, .alogo):not(.active):hover {
  color: #ffff00;
  text-decoration: none;
}
header nav a:not(.btn-z, .burger, .alogo):not(.active):hover:after {
  width: 100%;
  left: 0;
}
header nav a:not(.btn-z, .burger, .alogo).active:after {
  background: #2060bc;
  width: 100%;
  left: 0;
}
header .burger {
  margin-left: 20px;
  position: relative;
  width: 30px;
  height: 22px;
}
header .burger span {
  position: absolute;
  left: 0;
  width: 30px;
  height: 4px;
  background: white;
  display: block;
  transition: all 0.3s ease 0s;
}
header .burger span:first-child {
  top: 0;
}
header .burger span:nth-child(2) {
  top: 9px;
}
header .burger span:last-child {
  top: 18px;
}
header .burger:hover span {
  background: #ef3030;
}
header .overlay {
  position: fixed;
  width: 100vw;
  height: 100vw;
  background: #2060bc;
  z-index: 0;
  opacity: 0;
  display: none;
  top: 0;
  left: 0;
}
header #menu_mobile {
  background: #e3ebf6;
  background-size: 120% 120%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 0;
  overflow-y: scroll;
  max-height: calc(100% - 104px);
  width: 100%;
  top: 104px;
  margin-left: 100%;
  opacity: 0;
  position: absolute;
  height: 100%;
}
header #menu_mobile .d-flex {
  padding: 105px 0 105px 0;
}
header #menu_mobile a {
  color: #2060bc;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 40px;
  text-align: center;
  transform: translateY(-30px);
  opacity: 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
header #menu_mobile a:last-child {
  margin-bottom: 0;
}
header #menu_mobile a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #ef3030;
  transition: all 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
header #menu_mobile a:not(.active):hover {
  color: #ef3030;
  text-decoration: none;
}
header #menu_mobile a:not(.active):hover:after {
  width: 100%;
  left: 0;
}
header #menu_mobile a.active:after {
  background: #2060bc;
  width: 100%;
  left: 0;
}
header.sticky #menu_mobile {
  max-height: calc(100% - 104px + 48px);
  top: calc(104px - 48px);
}

.preheader {
  background: #ffff00;
  color: #2060bc;
  padding: 3px 0;
  font-family: "proxima-nova-condensed", sans-serif;
}
.preheader * {
  font-family: "proxima-nova-condensed", sans-serif;
}

body.menu_open {
  overflow: hidden;
}
body.menu_open ::-webkit-scrollbar {
  width: 15px;
}
body.menu_open header {
  height: 100vh;
  padding-bottom: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
body.menu_open header .overlay {
  display: block;
  opacity: 1;
}
body.menu_open header + div {
  margin-top: 104px;
}
body.menu_open header.gotop {
  top: 0;
}
body.menu_open header .burger span:first-child {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body.menu_open header .burger span:nth-child(2) {
  transform: rotate(45deg);
}
body.menu_open header .burger span:last-child {
  transform: rotate(-45deg);
  top: 9px;
}
body.menu_open header #menu_mobile {
  opacity: 1;
  margin: 0;
  flex: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(1) {
  transform: translateY(0px);
  transition: opacity 1s ease 0.1s, transform 1s ease 0.1s;
  -webkit-transition: opacity 1s ease 0.1s, transform 1s ease 0.1s;
  -moz-transition: opacity 1s ease 0.1s, transform 1s ease 0.1s;
  -o-transition: opacity 1s ease 0.1s, transform 1s ease 0.1s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(2) {
  transform: translateY(0px);
  transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -moz-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(3) {
  transform: translateY(0px);
  transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -webkit-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -moz-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -o-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(4) {
  transform: translateY(0px);
  transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
  -webkit-transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
  -moz-transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
  -o-transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(5) {
  transform: translateY(0px);
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  -webkit-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  -moz-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  -o-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(6) {
  transform: translateY(0px);
  transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -webkit-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -moz-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -o-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(7) {
  transform: translateY(0px);
  transition: opacity 1s ease 0.7s, transform 1s ease 0.7s;
  -webkit-transition: opacity 1s ease 0.7s, transform 1s ease 0.7s;
  -moz-transition: opacity 1s ease 0.7s, transform 1s ease 0.7s;
  -o-transition: opacity 1s ease 0.7s, transform 1s ease 0.7s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(8) {
  transform: translateY(0px);
  transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  -webkit-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  -moz-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  -o-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(9) {
  transform: translateY(0px);
  transition: opacity 1s ease 0.9s, transform 1s ease 0.9s;
  -webkit-transition: opacity 1s ease 0.9s, transform 1s ease 0.9s;
  -moz-transition: opacity 1s ease 0.9s, transform 1s ease 0.9s;
  -o-transition: opacity 1s ease 0.9s, transform 1s ease 0.9s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(10) {
  transform: translateY(0px);
  transition: opacity 1s ease 1s, transform 1s ease 1s;
  -webkit-transition: opacity 1s ease 1s, transform 1s ease 1s;
  -moz-transition: opacity 1s ease 1s, transform 1s ease 1s;
  -o-transition: opacity 1s ease 1s, transform 1s ease 1s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(11) {
  transform: translateY(0px);
  transition: opacity 1s ease 1.1s, transform 1s ease 1.1s;
  -webkit-transition: opacity 1s ease 1.1s, transform 1s ease 1.1s;
  -moz-transition: opacity 1s ease 1.1s, transform 1s ease 1.1s;
  -o-transition: opacity 1s ease 1.1s, transform 1s ease 1.1s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(12) {
  transform: translateY(0px);
  transition: opacity 1s ease 1.2s, transform 1s ease 1.2s;
  -webkit-transition: opacity 1s ease 1.2s, transform 1s ease 1.2s;
  -moz-transition: opacity 1s ease 1.2s, transform 1s ease 1.2s;
  -o-transition: opacity 1s ease 1.2s, transform 1s ease 1.2s;
  opacity: 1;
}

footer {
  background: #2060bc;
  margin-top: 120px;
}
footer .p-me {
  padding: 70px 0px;
}
footer nav {
  font-family: "france22", sans-serif;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  color: white;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 20px;
}
@media (min-width: 768px) {
  footer nav {
    min-width: 450px;
    width: 50%;
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  footer nav {
    margin-top: unset;
  }
}
footer nav a {
  display: inline-block;
  position: relative;
  margin-bottom: 13px;
  font-family: "proxima-nova-condensed", sans-serif;
  text-decoration: none;
  color: white;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
footer nav a * {
  font-family: "proxima-nova-condensed", sans-serif;
}
footer nav a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  width: 0;
  background: white;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
footer nav a:hover {
  color: white;
  text-decoration: none;
}
footer nav a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
footer .reso {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  footer .reso {
    margin-bottom: 0px;
  }
}
footer .head-title {
  font-size: 30px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 30px;
  position: relative;
  font-family: "france22", sans-serif;
  padding-left: 0;
  padding-bottom: 15px;
}
footer .head-title * {
  font-family: "france22", sans-serif;
}
footer .head-title:after {
  content: " ";
  background: #ef3030;
  width: 40px;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 0;
  border-radius: 10px;
}
@media (min-width: 768px) {
  footer .head-title {
    padding-left: 0;
  }
  footer .head-title:after {
    width: 50px;
    height: 5px;
  }
}
footer .head-title-sub {
  font-size: 20px;
  color: white;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  margin-top: 30px;
  position: relative;
  font-family: "proxima-nova-condensed", sans-serif;
  padding-bottom: 15px;
}
footer .head-title-sub * {
  font-family: "proxima-nova-condensed", sans-serif;
}
footer .medias {
  margin-left: -15px;
  max-width: 290px;
}
footer .medias a {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 15px 13px;
}
footer .medias a svg {
  width: 25px;
  height: 25px;
}
@media (min-width: 576px) {
  footer .medias a {
    height: 20px;
    width: 20px;
  }
  footer .medias a svg {
    height: 20px;
    width: 20px;
  }
}
footer .medias a path {
  transition: all 0.2s ease-out;
}
footer .medias a:hover path {
  fill: #ef3030;
}
footer .mentions {
  font-size: 11px;
  text-align: right;
  color: white;
}
footer .mentions a {
  text-decoration: none;
  transition: all 0.2s ease-out;
  color: white;
}
footer .mentions a:hover {
  color: white;
  text-decoration: none;
}
@media (min-width: 992px) {
  footer .p-me {
    padding: 100px 0;
  }
}

body.tunnel footer .mentions {
  padding-top: 150px;
}

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