@charset "UTF-8";
/*--------------------------------------
  VARIABLES COLORS
--------------------------------------*/
/*--------------------------------------
  QUICK COLOR STYLES
--------------------------------------*/
/* BACKGROUNDS */
.bg_white {
  background: #ffffff;
}
.bg_black {
  background: #000000;
}
.bg_grey {
  background: #f0f0f0;
}
/* FONT COLORS */
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.grey {
  color: #f0f0f0;
}
/*--------------------------------------
  GENERAL STYLES
--------------------------------------*/
body {
  font-family: 'Luciole', sans-serif;
  background-color: #ffffff;
  color: #000000;
  margin: 0;
  padding: 0;
  border: 0 none;
  min-height: 100%;
  width: 100%;
  height: 100%;
  font-size: 1rem;
}
body.is-fixed {
  padding-top: 0;
}
body.modal-is-visible {
  overflow: hidden;
}
body.burger-is-visible {
  overflow: hidden;
}
main {
  height: 100%;
  z-index: 2;
  width: 100%;
  /*background: blue;*/
}
.mano {
  font-family: 'Verveine', sans-serif;
}
/* SECTION STYLE */
section {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
section .header_section {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
}
section .content_section {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
}
section .footer_section {
  width: 100%;
  height: auto;
  position: relative;
}
/* WRAPPERS */
.wrap {
  width: 100%;
  display: inline-block;
  height: auto;
}
.wrapper {
  width: 1200px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    width: 90% !important;
  }
}
.small_wrap {
  max-width: 900px;
  display: block;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .small_wrap {
    width: 95%;
  }
}
/* QUICK LAYOUT STYLES */
.lighter {
  font-weight: 100;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.extra {
  font-weight: 800;
}
.italic {
  font-style: italic;
}
.section-title {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
}
/* ------------------- */
iframe {
  border: none;
  max-width: 100%;
  display: inline-block;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
button {
  background: none;
  border: none;
}
button:focus {
  outline: dashed grey 0.5px;
}
/* QUICK VISIBILITY FOR ANIM */
.invisible {
  visibility: hidden;
}
.animated {
  visibility: visible;
}
/* ILLUSTRATION */
img {
  max-width: 100%;
  height: auto;
}
.illustration {
  display: inline-block;
  position: relative;
  width: 100%;
}
.illustration.logo .img {
  background-size: contain;
}
.illustration .img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.illustration .img img {
  position: absolute;
  height: 0;
  opacity: 0;
}
.illustration a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.img-block {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  padding-top: 56.25%;
  top: 0;
  left: 0;
}
.video-btn {
  height: 100%;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
/*--------------------------------------
  IMPORTS
--------------------------------------*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*---------------------------------------------------
  CUSTOM MIXINS 
---------------------------------------------------*/
/* CUSTOM-GRADIENT */
/* Implementation 
#someDiv {
    .custom-gradient(left, #663333, #333333);
}
*/
/* QUICK-GRADIENT */
/* Implementation 
#somediv {
    background-color: BADA55;
    .quick-gradient(top, 0.2);
}
*/
/* WEBKIT-REFLECTION */
/* Implementation 
#somediv {
    .reflect(20%, 0.2);
}
*/
/* box-shadow with alpha */
/* Implementation 
#somediv {
    .box-shadow-custom(5px, 5px, 6px, 0.3);
}
*/
/*! Prefix flex for IE10 and Safari / iOS in LESS
* https://gist.github.com/codler/2148ba4ff096a19f08ea
* Copyright (c) 2014 Han Lin Yap http://yap.nu; MIT license */
/* These are the conditional mixins for the different syntax for IE10 Flexbox */
/*--------------------------------------
  FONTS IMPORT
--------------------------------------*/
@font-face {
  font-family: 'start';
  src: url('../fonts/start.eot?kywm21');
  src: url('../fonts/start.eot?kywm21#iefix') format('embedded-opentype'), url('../fonts/start.ttf?kywm21') format('truetype'), url('../fonts/start.woff?kywm21') format('woff'), url('../fonts/start.svg?kywm21#start') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Diodrum';
  src: url('../fonts/Diodrum-Regular.eot');
  src: url('../fonts/Diodrum-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Diodrum-Regular.woff2') format('woff2'), url('../fonts/Diodrum-Regular.woff') format('woff'), url('../fonts/Diodrum-Regular.ttf') format('truetype'), url('../fonts/Diodrum-Regular.svg#Diodrum-Regular') format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Diodrum';
  src: url('../fonts/Diodrum-Bold.eot');
  src: url('../fonts/Diodrum-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Diodrum-Bold.woff2') format('woff2'), url('../fonts/Diodrum-Bold.woff') format('woff'), url('../fonts/Diodrum-Bold.ttf') format('truetype'), url('../fonts/Diodrum-Bold.svg#Diodrum-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Diodrum';
  src: url('../fonts/Diodrum-BoldItalic.eot');
  src: url('../fonts/Diodrum-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Diodrum-BoldItalic.woff2') format('woff2'), url('../fonts/Diodrum-BoldItalic.woff') format('woff'), url('../fonts/Diodrum-BoldItalic.ttf') format('truetype'), url('../fonts/Diodrum-BoldItalic.svg#Diodrum-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Diodrum';
  src: url('../fonts/Diodrum-Semibold.eot');
  src: url('../fonts/Diodrum-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/Diodrum-Semibold.woff2') format('woff2'), url('../fonts/Diodrum-Semibold.woff') format('woff'), url('../fonts/Diodrum-Semibold.ttf') format('truetype'), url('../fonts/Diodrum-Semibold.svg#Diodrum-Semibold') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Luciole';
  src: url('../fonts/Luciole-Regular.eot');
  src: url('../fonts/Luciole-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Luciole-Regular.svg#Luciole-Regular') format('svg'), url('../fonts/Luciole-Regular.ttf') format('truetype'), url('../fonts/Luciole-Regular.woff') format('woff'), url('../fonts/Luciole-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Luciole';
  src: url('../fonts/Luciole-Bold.eot');
  src: url('../fonts/Luciole-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Luciole-Bold.svg#Luciole-Bold') format('svg'), url('../fonts/Luciole-Bold.ttf') format('truetype'), url('../fonts/Luciole-Bold.woff') format('woff'), url('../fonts/Luciole-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}
.picto {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'start' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-linkedin-button-logo:before {
  content: "\e90b";
}
.icon-quote1:before {
  content: "\e914";
}
.icon-quote2:before {
  content: "\e916";
}
.icon-family:before {
  content: "\e917";
}
.icon-jump:before {
  content: "\e91a";
}
.icon-people:before {
  content: "\e91b";
}
.icon-planete:before {
  content: "\e91c";
}
.icon-plant:before {
  content: "\e91e";
}
.icon-arrow-left:before {
  content: "\e905";
}
.icon-arrow-right:before {
  content: "\e90a";
}
.icon-Composant-4--2:before {
  content: "\e90d";
}
.icon-facebook-2:before {
  content: "\e90e";
}
.icon-facebook:before {
  content: "\e913";
}
.icon-twitter-1:before {
  content: "\e918";
}
.icon-youtube-1:before {
  content: "\e919";
}
.icon-burger-nav-light:before {
  content: "\e904";
}
.icon-ohc_heart:before {
  content: "\e909";
}
.icon-modify:before {
  content: "\e908";
}
.icon-search:before {
  content: "\e986";
}
.icon-letter:before {
  content: "\e911";
}
.icon-location2:before {
  content: "\e915";
}
.icon-user:before {
  content: "\e91d";
}
.icon-star-full:before {
  content: "\e921";
}
.icon-heart:before {
  content: "\e922";
}
.icon-youtube22:before {
  content: "\e926";
}
.icon-ctrl-up:before {
  content: "\e900";
}
.icon-ctrl-down:before {
  content: "\e901";
}
.icon-ctrl-left:before {
  content: "\e902";
}
.icon-ctrl-right:before {
  content: "\e903";
}
.icon-home:before {
  content: "\e907";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-checkmark2:before {
  content: "\ea11";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-play2:before {
  content: "\ea15";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
.icon-checkbox-unchecked:before {
  content: "\ea53";
}
.icon-radio-checked:before {
  content: "\ea54";
}
.icon-radio-checked2:before {
  content: "\ea55";
}
.icon-radio-unchecked:before {
  content: "\ea56";
}
.icon-google-plus:before {
  content: "\e90c";
}
.icon-instagram:before {
  content: "\e925";
}
.icon-facebook-logo:before {
  content: "\e912";
}
.icon-twitter2:before {
  content: "\ea91";
}
.icon-youtube3:before {
  content: "\e90f";
}
.icon-play:before {
  content: "\e906";
}
.icon-linkedin-logo:before {
  content: "\e910";
}
.icon-share:before {
  content: "\e924";
}
.icon-construction:before {
  content: "\e91f";
}
.icon-bell:before {
  content: "\e920";
}
.icon-coeur:before {
  content: "\e923";
}
.icon-maison:before {
  content: "\e927";
}
.icon-pause .path1:before {
  content: "\e928";
  color: #f24646;
}
.icon-pause .path2:before {
  content: "\e929";
  margin-left: -1em;
  color: #ffffff;
}
.icon-people1:before {
  content: "\e92a";
}
.icon-play1 .path1:before {
  content: "\e92b";
  color: #f24646;
}
.icon-play1 .path2:before {
  content: "\e92c";
  margin-left: -1em;
  color: #fffcee;
}
.icon-private:before {
  content: "\e92d";
}
.icon-samll_heart:before {
  content: "\e92e";
}
.icon-shield:before {
  content: "\e92f";
}
.icon-youtube:before {
  content: "\e930";
}
.icon-quote:before {
  content: "\e931";
}
.icon-mute:before {
  content: "\e932";
}
.icon-volume:before {
  content: "\e933";
}
.icon-volume2 .path1:before {
  content: "\e934";
  color: #f24646;
}
.icon-volume2 .path2:before {
  content: "\e935";
  margin-left: -1em;
  color: #ffffff;
}
.icon-volume2 .path3:before {
  content: "\e936";
  margin-left: -1em;
  color: #ffffff;
}
.icon-volume2 .path4:before {
  content: "\e937";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mute2 .path1:before {
  content: "\e938";
  color: #f24646;
}
.icon-mute2 .path2:before {
  content: "\e939";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mute2 .path3:before {
  content: "\e93a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mail:before {
  content: "\e93b";
}
.icon-facebook_circle:before {
  content: "\e93c";
}
.icon-twitter_circle:before {
  content: "\e93d";
}
.icon-insta_circle:before {
  content: "\e93e";
}
.icon-youtube_circle:before {
  content: "\e93f";
}
.icon-close_bt:before {
  content: "\e940";
}
.icon-new_quote:before {
  content: "\e941";
}
.icon-new_close:before {
  content: "\e942";
}
.icon-d_arrows_right:before {
  content: "\e943";
}
.icon-d_arrows_left:before {
  content: "\e944";
}
.icon-d_arrows_down:before {
  content: "\e945";
}
.icon-fleche0:before {
  content: "\e946";
}
.icon-fleche7:before {
  content: "\e947";
}
.icon-fleche6:before {
  content: "\e948";
}
.icon-fleche5:before {
  content: "\e949";
}
.icon-fleche4:before {
  content: "\e94a";
}
.icon-fleche3:before {
  content: "\e94b";
}
.icon-fleche2:before {
  content: "\e94c";
}
.icon-fleche1:before {
  content: "\e94d";
}
/* CSS Document */
/* VARIABLE charte couleur */
.btn {
  white-space: normal;
  white-space: initial;
  background-color: lightBlue;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0.7em 2.5em;
  text-transform: uppercase;
  font-size: 0.4em;
  letter-spacing: .5px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: inline-block;
}
@media (min-width: 576px) {
  .btn {
    font-size: 0.6em;
    padding: .4em 2.5em;
  }
}
@media (min-width: 768px) {
  .btn {
    font-size: 1em;
    padding: .4em 1.5em;
  }
}
.btn:hover {
  background-color: #f0f0f0;
  color: white;
  text-decoration: none;
}
.btn.btn_red {
  background-color: #df4d38;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
}
.btn.btn_red:hover {
  background-color: #c43420;
  color: #ffffff;
}
.btn.btn-red {
  background-color: #df4d38;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
}
.btn.btn-red:hover {
  background-color: #c43420;
  color: #ffffff;
}
.btn.btn-yellow {
  background-color: #f4ce1e;
  color: #000000;
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.btn.btn-yellow:hover {
  background-color: #d5b10a;
  color: #000000;
}
.btn.btn-cookies {
  background-color: #f4ce1e;
  color: #000000;
  font-weight: bold;
  padding: 10px 20px;
}
.btn.btn-cookies:hover {
  background-color: #d5b10a;
  color: #000000;
}
/* CSS Document */
#up {
  bottom: 10px;
  height: 40px;
  position: fixed;
  right: 10px;
  width: 40px;
  z-index: 300;
  display: none;
}
@media screen and (max-width: 600px) {
  #up {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: 0.6;
    /* Safari 1.x */
    -khtml-opacity: 0.6;
    opacity: 0.6;
  }
}
#up #gototop {
  background: url("../img/go_up.png") no-repeat scroll 0 -40px rgba(0, 0, 0, 0);
  bottom: 0;
  cursor: pointer;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  right: 0;
  width: 40px;
  transition: all 0.3s ease-in-out 0s;
}
#up #gototop:hover {
  background-position: 0 0;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible !important;
}
.ivisible {
  visibility: hidden;
}
.revealOnScroll {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .revealOnScroll {
    -webkit-animation-name: none !important;
    animation-name: none!important;
    visibility: visible!important;
  }
}
.animation_time_0_1 {
  -webkit-animation-duration: 0.1s !important;
  animation-duration: 0.1s !important;
}
.animation_time_0_2 {
  -webkit-animation-duration: 0.2s !important;
  animation-duration: 0.2s !important;
}
.animation_time_0_3 {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
}
.animation_time_0_4 {
  -webkit-animation-duration: 0.4s !important;
  animation-duration: 0.3s !important;
}
.animation_time_0_5 {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}
.animation_time_0_10 {
  -webkit-animation-duration: 0.10s !important;
  animation-duration: 0.10s !important;
}
.animation_time_0_15 {
  -webkit-animation-duration: 0.15s !important;
  animation-duration: 0.15s !important;
}
.animation_time_0_20 {
  -webkit-animation-duration: 0.20s !important;
  animation-duration: 0.20s !important;
}
.animation_time_1 {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}
.animation_time_2 {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}
.animation_time_3 {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important;
}
.animation_time_4 {
  -webkit-animation-duration: 4s !important;
  animation-duration: 4s !important;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.delay_0_1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.delay_0_1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.delay_0_2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.delay_0_3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.delay_0_4 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.delay_0_5 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.delay_0_10 {
  -webkit-animation-delay: 0.10s !important;
  animation-delay: 0.10s !important;
}
.delay_0_15 {
  -webkit-animation-delay: 0.15s !important;
  animation-delay: 0.15s !important;
}
.delay_0_20 {
  -webkit-animation-delay: 0.20s !important;
  animation-delay: 0.20s !important;
}
.delay_0_25 {
  -webkit-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important;
}
.delay_0_30 {
  -webkit-animation-delay: 0.30s !important;
  animation-delay: 0.30s !important;
}
.delay_0_35 {
  -webkit-animation-delay: 0.35s !important;
  animation-delay: 0.35s !important;
}
.delay_0_40 {
  -webkit-animation-delay: 0.40s !important;
  animation-delay: 0.40s !important;
}
.delay_0_50 {
  -webkit-animation-delay: 0.50s !important;
  animation-delay: 0.50s !important;
}
.delay_0_60 {
  -webkit-animation-delay: 0.60s !important;
  animation-delay: 0.60s !important;
}
.delay_0_70 {
  -webkit-animation-delay: 0.70s !important;
  animation-delay: 0.70s !important;
}
.delay_0_80 {
  -webkit-animation-delay: 0.80s !important;
  animation-delay: 0.80s !important;
}
.delay_0_90 {
  -webkit-animation-delay: 0.90s !important;
  animation-delay: 0.90s !important;
}
.delay_1 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.delay_2 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}
.delay_3 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}
.delay_4 {
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  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 {
  from,
  20%,
  53%,
  80%,
  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;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  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 {
  from,
  20%,
  40%,
  60%,
  80%,
  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 {
  from,
  60%,
  75%,
  90%,
  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 {
  from,
  60%,
  75%,
  90%,
  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 {
  from,
  60%,
  75%,
  90%,
  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 {
  from,
  60%,
  75%,
  90%,
  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 {
  from,
  60%,
  75%,
  90%,
  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 {
  from,
  60%,
  75%,
  90%,
  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 {
  from,
  60%,
  75%,
  90%,
  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 {
  from,
  60%,
  75%,
  90%,
  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;
}
@-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 {
  -webkit-backface-visibility: visible !important;
  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;
  -webkit-backface-visibility: visible !important;
  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;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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;
}
.cookie_bar {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 5px;
  position: fixed;
  z-index: 1040;
  bottom: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 0.5em;
}
.cookie_bar p {
  font-size: 15px;
  color: #ffffff;
  margin: 1em;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .cookie_bar p {
    font-size: 8px;
  }
}
.cookie_bar .btn-cookies {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-size: 9px;
  padding: 3px 6px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cookie_bar .col-left {
  text-align: center;
}
.cookie_bar .row {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cookie_bar .row {
    flex-wrap: wrap;
  }
  .cookie_bar .row .col,
  .cookie_bar .row .col-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.modal-backdrop.show {
  opacity: .85;
}
@media screen and (max-width: 576px) {
  .modal .alerte {
    display: none;
  }
}
.modal.modal_video_player .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.modal.modal_video_player .modal-content {
  background-color: rgba(0, 0, 0, 0.9);
  border: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.modal.modal_video_player .modal-content .modal-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-height: 600px) {
  .modal.modal_video_player .modal-content .modal-body {
    height: auto;
    align-items: flex-start;
  }
}
@media screen and (max-height: 992px) {
  .modal.modal_video_player .modal-content .modal-body {
    height: auto;
    align-items: flex-start;
  }
}
.modal.modal_video_player .modal-content .modal-body .container {
  height: auto;
  display: inline-block;
  max-width: 700px;
  width: 700px;
  padding: 40px;
  position: relative;
  background: transparent;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
}
@media screen and (max-height: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container {
    width: 90%;
    max-width: 90%;
    padding: 20px;
  }
}
@media screen and (max-width: 992px) {
  .modal.modal_video_player .modal-content .modal-body .container .video_container {
    margin-bottom: 30px;
  }
}
.modal.modal_video_player .modal-content .modal-body .container h3 {
  color: #f4ce1e;
  font-size: 35px;
  text-align: left;
  line-height: 35px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-height: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.modal.modal_video_player .modal-content .modal-body .container h3 span {
  color: #df4d38;
  font-weight: bold;
  text-align: center;
}
.modal.modal_video_player .modal-content .modal-body .container .wrap_resume {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.modal.modal_video_player .modal-content .modal-body .container .wrap_resume h4 {
  text-transform: uppercase;
  font-size: 13px;
  color: #ffffff;
  display: inline-block;
  padding: 10px;
  position: relative;
}
.modal.modal_video_player .modal-content .modal-body .container .wrap_resume h4:after {
  width: 100%;
  height: 1px;
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.modal.modal_video_player .modal-content .modal-body .container .wrap_resume .resume {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  margin-top: 5px;
  max-width: 400px;
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container .wrap_resume .resume {
    margin-top: 10px;
  }
}
.modal.modal_video_player .modal-content .modal-body .container .share {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 15px;
}
.modal.modal_video_player .modal-content .modal-body .container .share h5 {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 5px inherit;
  padding: 5px;
  background: #000;
  position: relative;
  top: -12px;
  margin-bottom: -8px;
}
.modal.modal_video_player .modal-content .modal-body .container .share .wrap_share {
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 10px 20px;
  padding-top: 0px;
}
.modal.modal_video_player .modal-content .modal-body .container .share a {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  border-radius: 160px;
}
.modal.modal_video_player .modal-content .modal-body .container .share a:hover {
  text-decoration: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .modal.modal_video_player .modal-content .modal-body .container .share a {
    padding: 1em;
  }
}
@media screen and (max-width: 992px) {
  .modal.modal_video_player .modal-content .modal-body .container .share a {
    padding: 0 2px;
    margin: 0;
  }
}
.modal.modal_video_player .modal-content .modal-body .container .share a .picto {
  position: relative;
  width: 37px;
  height: 37px;
  font-size: 30px;
  color: #f4ce1e;
}
.modal.modal_video_player .modal-content .modal-body .container .share a .picto:before {
  top: 0;
  position: relative;
  left: 0;
}
@media screen and (max-width: 992px) {
  .modal.modal_video_player .modal-content .modal-body .container .share a .picto {
    font-size: 30px;
  }
}
.modal.modal_video_player .modal-content .modal-body .container .share a .picto:hover {
  color: #ffffff;
}
.modal.modal_video_player .modal-content .modal-body .container .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  background: transparent;
  background-image: none;
  height: 40px;
  width: 40px;
  opacity: 1;
}
.modal.modal_video_player .modal-content .modal-body .container .btn-close:before {
  content: "\e942";
  color: #f4ce1e;
  font-size: 20px;
  font-family: 'start';
}
.modal.modal_video_player .modal-content .modal-body #carousel_inter_modal {
  width: 100%;
  position: relative;
}
.modal.modal_video_player .modal-content .modal-body #carousel_inter_modal .carousel-control-next {
  background: transparent;
  border: none;
  z-index: 3;
  opacity: 1;
  justify-content: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .modal.modal_video_player .modal-content .modal-body #carousel_inter_modal .carousel-control-next {
    align-items: flex-start;
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: flex-start;
    /* Safari 7.0+ */
  }
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body #carousel_inter_modal .carousel-control-next {
    justify-content: flex-start;
    padding: 0 !important;
  }
}
.modal.modal_video_player .modal-content .modal-body #carousel_inter_modal .carousel-control-next .carousel-control-next-icon {
  background-color: none;
  background-image: none;
  background-size: 70%;
  width: 70px;
  height: 70px;
  right: -30px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-position-x: 4px;
  pointer-events: all;
}
.modal.modal_video_player .modal-content .modal-body #carousel_inter_modal .carousel-control-next .carousel-control-next-icon:before {
  content: "\e943";
  color: #f4ce1e;
  font-family: 'start';
  font-size: 26px;
}
@media screen and (max-width: 992px) {
  .modal.modal_video_player .modal-content .modal-body #carousel_inter_modal .carousel-control-next .carousel-control-next-icon {
    right: auto;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 992px) {
  .modal.modal_video_player .modal-content .modal-body #carousel_inter_modal .carousel-control-next {
    width: auto;
    display: inline-block;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    height: auto;
    position: relative;
    margin: 0 10px;
  }
}
@media screen and (max-width: 992px) {
  .modal.modal_video_player .modal-content .modal-body #carousel_inter_modal .wrap_button_control {
    display: inline-block;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    pointer-events: none;
  }
}
.modal.modal_video_player .modal-content .modal-body #carousel_inter_modal .carousel-control-prev {
  background: transparent;
  border: none;
  z-index: 3;
  opacity: 1;
  justify-content: flex-start;
  overflow: hidden;
  pointer-events: all;
}
@media screen and (max-width: 992px) {
  .modal.modal_video_player .modal-content .modal-body #carousel_inter_modal .carousel-control-prev {
    align-items: flex-start;
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: flex-start;
    /* Safari 7.0+ */
  }
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body #carousel_inter_modal .carousel-control-prev {
    justify-content: flex-end;
    padding: 0 !important;
  }
}
.modal.modal_video_player .modal-content .modal-body #carousel_inter_modal .carousel-control-prev .carousel-control-prev-icon {
  background-color: none;
  background-image: none;
  background-size: 70%;
  width: 70px;
  height: 70px;
  left: -30px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  pointer-events: all;
}
@media screen and (max-width: 992px) {
  .modal.modal_video_player .modal-content .modal-body #carousel_inter_modal .carousel-control-prev .carousel-control-prev-icon {
    left: auto;
    width: 30px;
    height: 30px;
  }
}
.modal.modal_video_player .modal-content .modal-body #carousel_inter_modal .carousel-control-prev .carousel-control-prev-icon:before {
  content: "\e944";
  color: #f4ce1e;
  font-family: 'start';
  font-size: 26px;
}
@media screen and (max-width: 992px) {
  .modal.modal_video_player .modal-content .modal-body #carousel_inter_modal .carousel-control-prev {
    width: auto;
    display: inline-block;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    height: auto;
    position: relative;
    margin: 0 10px;
  }
}
.modal.modal_video_player .modal-content .modal-body #carousel_inter_modal .carousel-indicators {
  bottom: auto;
  z-index: 3;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .modal.modal_video_player .modal-content .modal-body #carousel_inter_modal .carousel-indicators {
    bottom: auto;
    z-index: 3;
    height: 10px;
    bottom: 10px;
    position: absolute;
    margin: 0;
  }
}
.modal.modal_video_player .modal-content .modal-body #carousel_inter_modal .carousel-indicators button {
  height: 10px;
  width: 10px;
  pointer-events: all;
  border: 0px solid #ffffff;
  margin: 0 2px;
  bottom: 400px;
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  border-radius: 160px;
  -ms-flex-preferred-size: 10px;
  flex-basis: 10px;
  max-width: 10px;
  background: #ffffff;
  opacity: 1;
}
.modal.modal_video_player .modal-content .modal-body #carousel_inter_modal .carousel-indicators button.active {
  background: #f4ce1e;
}
.modal.modal_video_player .modal-content .modal-body #carousel_inter_modal .carousel-indicators:before {
  content: "";
  width: 28px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -14px;
}
.modal.modal_video_player .modal-content .modal-body #carousel_inter_modal .carousel-indicators:after {
  content: "";
  width: 28px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -14px;
}
#notification-pop {
  display: inline-block;
  position: fixed;
  z-index: 1000;
  color: #ffffff;
  right: 30px;
  top: 40px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  transform: translateX(110%);
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 992px) {
  #notification-pop {
    display: none !important;
  }
}
#notification-pop.active {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
#notification-pop .content {
  padding: 10px 10px 10px 10px;
  border: 1px solid #ffffff;
}
@media screen and (min-width: 576px) {
  #notification-pop .content {
    min-width: 232px;
  }
}
#notification-pop p:before {
  content: "\e920";
  position: relative;
  color: #df4d38;
  font-family: 'start';
  margin-right: 5px;
}
header {
  z-index: 10;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  display: flex;
  position: fixed;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 107px;
}
@media screen and (max-width: 992px) {
  header {
    position: relative;
    background: #ffffff;
  }
}
@media screen and (max-width: 576px) {
  header {
    height: 77px;
  }
}
header .fixed-header-space {
  display: none;
  height: 82px;
}
header.sticked {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
header.sticked .fixed-header-space {
  display: block;
}
header.sticked .company-logo .logo_normal {
  opacity: 0;
}
header.sticked .company-logo .logo_sticky {
  opacity: 1;
}
header.sticked #sideNavTrigger {
  display: none;
  color: #000000;
}
header.sticked .the_nav li a {
  color: #000000;
}
header.sticked .the_nav li a:hover {
  color: #05d494;
}
header.sticked .the_nav li a.active {
  color: #05d494;
}
header .navbar {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center ;
  padding-left: 30px;
}
@media screen and (max-width: 992px) {
  header .navbar {
    justify-content: space-between;
    padding: 0px 20px;
  }
}
header .the_nav {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 992px) {
  header .the_nav {
    display: none;
  }
}
header .the_nav li {
  display: inline-block;
  width: auto;
}
header .the_nav li a {
  width: auto;
  display: inline-block;
  font-size: 13px;
  font-family: 'Luciole';
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header .the_nav li a:hover {
  color: #05d494;
}
header .the_nav li a.active {
  color: #05d494;
}
header #sideNavTrigger {
  display: none;
}
@media screen and (max-width: 992px) {
  header #sideNavTrigger {
    display: inline-block;
    color: #000000;
  }
}
header .company-logo {
  display: inline-block;
  max-width: 149px;
  transition: 0.4s ease;
  margin-top: 0px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 992px) {
  header .company-logo {
    margin-left: 0px;
    max-width: 96px;
    margin-top: 0px;
  }
}
header .company-logo .logo_normal {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 992px) {
  header .company-logo .logo_normal {
    opacity: 0;
  }
}
header .company-logo .logo_sticky {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 992px) {
  header .company-logo .logo_sticky {
    opacity: 1;
  }
}
header .desktop-navigation {
  display: none;
}
@media screen and (min-width: 768px) {
  header .desktop-navigation {
    display: inline-block;
  }
}
header .desktop-navigation li {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  header .nav_button {
    display: none;
  }
}
header ul.social_links {
  text-align: center;
  padding: 0;
  margin-bottom: 0px;
  height: auto;
}
@media screen and (max-width: 992px) {
  header ul.social_links {
    display: none;
  }
}
header ul.social_links li {
  display: inline-block;
}
header ul.social_links li a {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  border-radius: 160px;
}
header ul.social_links li a:hover {
  text-decoration: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  header ul.social_links li a {
    padding: 1em;
  }
}
@media screen and (max-width: 992px) {
  header ul.social_links li a {
    padding: 0 2px;
    margin: 0;
  }
}
header ul.social_links li a .picto {
  position: relative;
  width: 25px;
  height: 29px;
  color: #df4d38;
}
header ul.social_links li a .picto:before {
  top: 0;
  position: relative;
  left: 0;
}
@media screen and (max-width: 992px) {
  header ul.social_links li a .picto {
    font-size: 30px;
  }
}
header ul.social_links li a .picto:hover {
  color: #ffffff;
}
header ul.social_links li a .picto.facebook:before {
  content: "";
  width: 25px;
  height: 29px;
  background: url(../svg/social/FB.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
header ul.social_links li a .picto.twitter:before {
  content: "";
  width: 25px;
  height: 29px;
  background: url(../svg/social/TW.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
header ul.social_links li a .picto.youtube:before {
  content: "";
  width: 25px;
  height: 29px;
  background: url(../svg/social/YT.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
header ul.social_links li a .picto.insta:before {
  content: "";
  width: 25px;
  height: 29px;
  background: url(../svg/social/Insta.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
header ul.social_links li a .picto.pin:before {
  content: "";
  width: 25px;
  height: 29px;
  background: url(../svg/social/Pinte.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
header ul.social_links li a .picto.linkedin:before {
  content: "";
  width: 25px;
  height: 29px;
  background: url(../svg/social/In.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
footer {
  background: #ffffff;
  color: #000000;
  padding-bottom: 5rem;
}
footer p {
  margin: 0;
}
footer ul {
  display: inline-block;
  padding: 0;
  margin-top: 40px;
}
footer ul li {
  display: inline-block;
  position: relative;
}
footer ul li:last-child:after {
  display: none;
}
footer ul li:after {
  content: "|";
  color: #000000;
  position: absolute;
  top: 0;
  right: 0;
}
footer ul li a {
  padding: 0 20px;
}
footer a {
  color: #000000;
  font-weight: normal;
}
footer a:hover {
  text-decoration: underline;
  color: #f4ce1e;
}
footer .oneheart {
  font-size: 9px;
}
html.has-offcanvas--visible {
  overflow: hidden;
}
@media (min-width: 768px) {
  html.has-offcanvas--visible body,
  html.has-offcanvas--visible header {
    padding-right: 15px;
  }
}
.c-offcanvas,
.c-offcanvas-content-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 11, ../../src/js-offcanvas.mixins.scss */
.c-offcanvas,
.c-offcanvas-content-wrap,
.c-offcanvas-bg.c-offcanvas-bg--reveal,
.c-offcanvas-bg.c-offcanvas-bg--push {
  transition: transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
}
/* line 15, ../../src/js-offcanvas.mixins.scss */
.c-offcanvas.is-open {
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
/**
 * Offcanvas-content-wrap
*/
.c-offcanvas-content-wrap {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: #fff;
}
/**
 * Offcanvas Panel
*/
.c-offcanvas {
  position: fixed;
  display: block;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999999;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translate3d(0, 100%, 0px);
  -moz-transform: translate3d(0, 100%, 0px);
  -ms-transform: translate3d(0, 100%, 0px);
  -o-transform: translate3d(0, 100%, 0px);
  transform: translate3d(0, 100%, 0px);
}
@media screen and (max-width: 992px) {
  .c-offcanvas {
    width: 60%;
    -webkit-transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}
@media screen and (max-width: 574px) {
  .c-offcanvas {
    width: 320px;
  }
}
.c-offcanvas--opening {
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}
.c-offcanvas.is-closed {
  max-height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: none;
}
/**
 * Offcanvas BG-Overlay
*/
.c-offcanvas-bg {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  left: -100%;
  background-color: transparent;
  transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.c-offcanvas-bg.is-animating,
.c-offcanvas-bg.is-open {
  left: 0;
  background-color: rgba(0, 0, 0, 0.68);
  visibility: visible;
}
.c-offcanvas-bg.is-closed {
  visibility: hidden;
}
/**
 * Reveal
 *
*/
.c-offcanvas-content-wrap {
  z-index: 3;
}
.c-offcanvas--reveal {
  z-index: 0;
  transform: translate3d(0, 0, 0);
}
#sideNav .main-nav {
  padding-top: 20px;
  padding-left: 2em;
}
#sideNav .main-nav li {
  list-style-type: none;
  margin-bottom: 20px;
}
#sideNav .main-nav li:hover a {
  text-decoration: none;
}
#sideNav .main-nav li:hover a:before {
  right: 0;
}
#sideNav .main-nav li.active a {
  text-decoration: none;
}
#sideNav .main-nav li.active a:before {
  right: 0;
}
#sideNav .main-nav li a {
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
#sideNav .main-nav li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #000000;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#sideNav .logo_side_nav {
  width: 100%;
  display: inline-block;
  padding-top: 60px;
  padding-left: 2em;
}
#sideNav .logo_side_nav img {
  width: 200px;
}
#sideNav .side-nav-social-links {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding-left: 2em;
}
#sideNav .side-nav-social-links li {
  list-style-type: none;
  display: inline-block;
}
#sideNav .side-nav-social-links li a {
  color: #000000;
  font-size: 30px;
  font-weight: 100;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#sideNav .side-nav-social-links li a .picto {
  font-size: 70px;
  color: #df4d38;
}
@media screen and (max-width: 576px) {
  #sideNav .side-nav-social-links li a .picto {
    font-size: 30px;
  }
}
#sideNav .side-nav-social-links li a .picto:hover {
  color: #ffffff;
}
#sideNav .side-nav-social-links li a .picto.facebook:before {
  content: "";
  width: 25px;
  height: 29px;
  background: url(../svg/social/FB.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
#sideNav .side-nav-social-links li a .picto.twitter:before {
  content: "";
  width: 25px;
  height: 29px;
  background: url(../svg/social/TW.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
#sideNav .side-nav-social-links li a .picto.youtube:before {
  content: "";
  width: 25px;
  height: 29px;
  background: url(../svg/social/YT.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
#sideNav .side-nav-social-links li a .picto.insta:before {
  content: "";
  width: 25px;
  height: 29px;
  background: url(../svg/social/Insta.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
#sideNav .side-nav-social-links li a .picto.pin:before {
  content: "";
  width: 25px;
  height: 29px;
  background: url(../svg/social/Pinte.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
#sideNav .side-nav-social-links li a .picto.linkedin:before {
  content: "";
  width: 25px;
  height: 29px;
  background: url(../svg/social/In.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
#sideNav .side-nav-social-links li a:hover {
  text-decoration: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
#sideNav .close_burger {
  background: transparent;
  border: none;
  outline: none;
  display: inline-block;
  position: absolute;
  right: 26px;
  top: 26px;
  font-size: 26px;
}
/*--------------------------------------
  sections
--------------------------------------*/
.section_social_links {
  background: #ffffff;
  position: relative;
  text-align: center;
  padding: 3rem  0 0 0;
}
.section_social_links .container {
  max-width: 900px;
}
.section_social_links h2 {
  font-size: 30px;
}
@media screen and (max-width: 576px) {
  .section_social_links h2 {
    font-size: 23px;
  }
}
.section_social_links .wrap_logo {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.section_social_links .wrap_logo img {
  max-width: 117px;
}
.section_social_links .block-ffac {
  max-width: 528px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .section_social_links .block-ffac {
    flex-direction: column;
    text-align: center;
  }
}
.section_social_links .block-ffac .block-img {
  background-color: white;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .section_social_links .block-ffac .block-img {
    margin-bottom: 10px;
  }
}
.section_social_links .block-ffac .block-img img {
  width: 44px;
  height: auto;
}
.section_social_links ul.social_links {
  text-align: center;
  padding: 0;
  margin-bottom: 0px;
  height: auto;
}
.section_social_links ul.social_links li {
  display: inline-block;
}
.section_social_links ul.social_links li a {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  border-radius: 160px;
}
.section_social_links ul.social_links li a:hover {
  text-decoration: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .section_social_links ul.social_links li a {
    padding: 1em;
  }
}
@media screen and (max-width: 992px) {
  .section_social_links ul.social_links li a {
    padding: 0 2px;
    margin: 0;
  }
}
.section_social_links ul.social_links li a .picto {
  position: relative;
  width: 47px;
  height: 56px;
  color: #df4d38;
}
.section_social_links ul.social_links li a .picto:before {
  top: 0;
  position: relative;
  left: 0;
}
@media screen and (max-width: 992px) {
  .section_social_links ul.social_links li a .picto {
    font-size: 30px;
  }
}
.section_social_links ul.social_links li a .picto:hover {
  color: #ffffff;
}
.section_social_links ul.social_links li a .picto.facebook:before {
  content: "";
  width: 47px;
  height: 56px;
  background: url(../svg/social/FB.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.section_social_links ul.social_links li a .picto.twitter:before {
  content: "";
  width: 47px;
  height: 56px;
  background: url(../svg/social/TW.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.section_social_links ul.social_links li a .picto.youtube:before {
  content: "";
  width: 47px;
  height: 56px;
  background: url(../svg/social/YT.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.section_social_links ul.social_links li a .picto.insta:before {
  content: "";
  width: 47px;
  height: 56px;
  background: url(../svg/social/Insta.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.section_social_links ul.social_links li a .picto.pin:before {
  content: "";
  width: 47px;
  height: 56px;
  background: url(../svg/social/Pinte.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.section_social_links ul.social_links li a .picto.linkedin:before {
  content: "";
  width: 47px;
  height: 56px;
  background: url(../svg/social/In.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.section_social_links .text-start {
  color: #000000;
}
@media screen and (max-width: 576px) {
  .section_social_links .text-start {
    text-align: center !important;
    margin: 0 !important;
  }
}
#section_top_start {
  background: #000000;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-height: 869px;
}
#section_top_start:before {
  content: "";
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-height: 762px) and (min-width: 1000px) {
  #section_top_start {
    min-height: 646px;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start {
    height: 470px;
    min-height: initial;
  }
}
@media screen and (max-width: 768px) {
  #section_top_start {
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  #section_top_start {
    height: 250px;
  }
}
#section_top_start .btn-on {
  background: #df4d38;
  color: #ffffff;
  position: relative;
  z-index: 10000000;
  position: absolute;
  bottom: 200px;
  left: 110px;
}
#section_top_start .btn-off {
  background: #df4d38;
  color: #ffffff;
  position: relative;
  z-index: 10000000;
  position: absolute;
  bottom: 200px;
  left: 310px;
}
#section_top_start .content_section {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section_top_start .content_section .title_svg {
  width: 392px;
  height: auto;
}
@media screen and (max-width: 992px) {
  #section_top_start .content_section .title_svg {
    width: 290px;
  }
}
@media screen and (max-width: 576px) {
  #section_top_start .content_section .title_svg {
    width: 170px;
  }
}
#section_top_start .new_episode {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 10%;
  z-index: 3;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 1500px) {
  #section_top_start .new_episode {
    left: 9%;
  }
}
@media screen and (max-width: 1300px) {
  #section_top_start .new_episode {
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  #section_top_start .new_episode {
    display: none;
  }
}
#section_top_start .new_episode.new_episode_reveal .title_new_episode {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
  visibility: visible;
  opacity: 1;
}
#section_top_start .new_episode.new_episode_reveal .illustration {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  visibility: visible;
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
#section_top_start .new_episode .title_new_episode {
  position: absolute;
  top: -80px;
  right: -32px;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  #section_top_start .new_episode .title_new_episode {
    top: -60px;
    right: -22px;
  }
}
#section_top_start .new_episode .title_new_episode h3 {
  color: #ffffff;
  font-size: 27px;
  position: relative;
  display: inline-block;
  width: 150px;
}
@media screen and (max-width: 992px) {
  #section_top_start .new_episode .title_new_episode h3 {
    font-size: 20px;
    width: 100px;
  }
}
#section_top_start .new_episode .title_new_episode h3:after {
  content: "\e947";
  font-family: 'start';
  font-size: 39px;
  color: #ffffff;
  position: absolute;
  top: 30px;
  right: -15px;
}
#section_top_start .new_episode .title_new_episode h3 .first {
  transform: rotate(-6deg);
  position: absolute;
  width: 100%;
  text-align: center;
  display: inline-block;
}
#section_top_start .new_episode .title_new_episode h3 .second {
  position: absolute;
  width: 100%;
  text-align: center;
  display: inline-block;
}
#section_top_start .new_episode .illustration {
  width: 190px;
  height: 113px;
  display: inline-block;
  position: relative;
  border: 3px solid #f4ce1e;
}
@media screen and (max-width: 992px) {
  #section_top_start .new_episode .illustration {
    width: 150px;
    height: 89px;
  }
}
#section_top_start .new_episode .illustration a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 5;
}
#section_top_start .new_episode .illustration .episode_number {
  width: 22px;
  height: 26px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 4;
}
#section_top_start .new_episode .illustration .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.3;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#section_top_start .new_episode .illustration .img:after {
  content: "";
  width: 46px;
  height: 51px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  margin-left: -23px;
  left: 50%;
  display: inline-block;
  background-image: url('../img/play.png');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#section_top_start .new_episode .illustration:hover .img:before {
  opacity: 0;
}
#section_top_start .footer_section {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
  width: 100%;
  height: auto;
}
#section_top_start .footer_section .container {
  max-width: 90%;
}
#section_top_start .footer_section .container .container_inside {
  max-width: 960px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
#section_top_start .footer_section .container .container_inside .presentation {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  height: 75px;
  position: relative;
}
@media screen and (max-width: 576px) {
  #section_top_start .footer_section .container .container_inside .presentation {
    font-size: 11px;
    height: 50px;
  }
}
#section_top_start .footer_section .container .container_inside .presentation p {
  margin: 0;
}
#section_top_start .footer_section .container .container_inside .presentation span {
  font-size: 11px;
  font-weight: normal;
}
@media screen and (max-width: 576px) {
  #section_top_start .footer_section .container .container_inside .presentation span {
    font-size: 9px;
  }
}
#section_top_start .footer_section .container .container_inside .presentation:after {
  content: "";
  height: 33px;
  width: 1px;
  border-right: 1px solid #ffffff;
  display: block;
  position: absolute;
  width: 50%;
  bottom: 0;
}
@media screen and (max-width: 576px) {
  #section_top_start .footer_section .container .container_inside .presentation:after {
    height: 15px;
  }
}
#section_top_start .video-hero {
  position: absolute;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  #section_top_start .video-hero {
    height: 470px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #section_top_start .video-hero {
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  #section_top_start .video-hero {
    height: 250px;
    position: relative;
  }
}
#section_top_start .video-hero video {
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
#section_top_start .video-hero .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: " ";
  pointer-events: none;
  background: #000000;
  z-index: 2;
  opacity: 0.5;
}
#section_serie {
  padding: 5rem 0 ;
  background: #000000;
  min-height: 600px;
}
@media screen and (max-width: 992px) {
  #section_serie {
    padding: 3rem 0 ;
  }
}
#section_serie .illustration {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  #section_serie .illustration .img {
    background-attachment: initial;
  }
}
#section_serie .illustration .img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#section_serie .container {
  max-width: 700px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 992px) {
  #section_serie .container {
    max-width: 90%;
  }
}
#section_serie .content_section {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#section_serie .content_section h2 {
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  color: #05d494;
  text-align: center;
  font-style: italic;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  #section_serie .content_section h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 360px) {
  #section_serie .content_section h2 {
    font-size: 20px;
  }
}
#section_serie .content_section h2 span {
  color: #ffffff;
  font-weight: 40px;
  font-style: normal;
}
#section_serie .content_section p {
  color: #ffffff;
  font-size: 16px;
}
#section_serie .wrap_arrow {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
}
#section_serie .wrap_arrow .arrow:hover {
  text-decoration: none;
}
#section_serie .wrap_arrow .arrow span {
  color: #f4ce1e;
  font-size: 30px;
  text-align: center;
  display: inline-block;
  position: relative;
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@media screen and (max-width: 576px) {
  #section_serie .wrap_arrow .arrow span {
    font-size: 20px;
  }
}
#section_serie .custom-shape-divider-bottom-1671551135 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 2;
}
#section_serie .custom-shape-divider-bottom-1671551135 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 140px;
}
@media screen and (max-width: 576px) {
  #section_serie .custom-shape-divider-bottom-1671551135 svg {
    height: 60px;
  }
}
#section_serie .custom-shape-divider-bottom-1671551135 .shape-fill {
  fill: #FFFFFF;
}
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
#section_episodes {
  padding: 5rem 0 ;
  background: #ffffff;
}
@media screen and (max-width: 992px) {
  #section_episodes {
    padding: 3rem 0 ;
  }
}
#section_episodes .container {
  max-width: 700px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 992px) {
  #section_episodes .container {
    max-width: 90%;
  }
}
#section_episodes .header_section {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#section_episodes .header_section h2 {
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  font-style: italic;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  #section_episodes .header_section h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 360px) {
  #section_episodes .header_section h2 {
    font-size: 20px;
  }
}
#section_episodes .content_section .container {
  max-width: 1066px;
}
@media screen and (max-width: 992px) {
  #section_episodes .content_section .container {
    max-width: 90%;
  }
}
#section_episodes .content_section .carousel-inner {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
#section_episodes .content_section .carousel-item .item_inside {
  width: auto;
  height: auto;
  position: relative;
}
#section_episodes .content_section .carousel-item .item_inside:hover .caption:after {
  opacity: 0.5;
}
#section_episodes .content_section .carousel-item .item_inside:hover .caption .episode_inside .play {
  transform: scale(1.1);
}
#section_episodes .content_section .carousel-item .item_inside img {
  max-width: 100%;
  height: auto;
}
#section_episodes .content_section .carousel-item .item_inside .illustration {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  #section_episodes .content_section .carousel-item .item_inside .illustration {
    width: 100%;
    height: 300px;
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    float: left;
  }
}
#section_episodes .content_section .carousel-item .item_inside .caption {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section_episodes .content_section .carousel-item .item_inside .caption:after {
  background: #000000;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#section_episodes .content_section .carousel-item .item_inside .caption a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
#section_episodes .content_section .carousel-control-next {
  background: transparent;
  border: none;
  z-index: 3;
  opacity: 1;
  justify-content: center;
  overflow: hidden;
  position: absolute;
}
@media screen and (max-width: 600px) {
  #section_episodes .content_section .carousel-control-next {
    padding: 0 !important;
    justify-content: flex-start;
  }
}
#section_episodes .content_section .carousel-control-next:after {
  content: "";
  width: 108px;
  height: 250px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('../svg/trapeze_right.svg');
  position: absolute;
  z-index: 2;
  right: 0;
}
@media screen and (max-width: 992px) {
  #section_episodes .content_section .carousel-control-next:after {
    width: 63px;
    height: 146px;
  }
}
@media screen and (max-width: 576px) {
  #section_episodes .content_section .carousel-control-next:after {
    width: 43px;
    height: 90px;
    right: -4px;
  }
}
#section_episodes .content_section .carousel-control-next .carousel-control-next-icon {
  display: none;
}
#section_episodes .content_section .carousel-control-prev {
  background: transparent;
  border: none;
  z-index: 3;
  opacity: 1;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  #section_episodes .content_section .carousel-control-prev {
    padding: 0 !important;
    justify-content: flex-end;
  }
}
#section_episodes .content_section .carousel-control-prev:after {
  content: "";
  width: 108px;
  height: 250px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('../svg/trapeze_left.svg');
  position: absolute;
  z-index: 2;
  left: 0;
  right: auto;
}
@media screen and (max-width: 992px) {
  #section_episodes .content_section .carousel-control-prev:after {
    width: 63px;
    height: 146px;
  }
}
@media screen and (max-width: 576px) {
  #section_episodes .content_section .carousel-control-prev:after {
    width: 43px;
    height: 90px;
  }
}
#section_episodes .content_section .carousel-control-prev .carousel-control-prev-icon {
  display: none;
}
#section_episodes .content_section .carousel-indicators {
  bottom: 20px;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  #section_episodes .content_section .carousel-indicators {
    bottom: 30px;
    z-index: 3;
  }
}
@media screen and (max-width: 576px) {
  #section_episodes .content_section .carousel-indicators {
    bottom: 0px;
    z-index: 3;
  }
}
#section_episodes .content_section .carousel-indicators button {
  height: 5px;
  width: 5px;
  background: #ffffff;
  border: 1px solid #ffffff;
  margin: 0 2px;
  bottom: 400px;
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  border-radius: 160px;
  -ms-flex-preferred-size: 5px;
  flex-basis: 5px;
  max-width: 5px;
}
#section_episodes .content_section .carousel-indicators button.active {
  background: #f4ce1e;
}
#section_episodes .episode_inside {
  display: inline-block;
  height: auto;
  position: relative;
  z-index: 2;
}
#section_episodes .episode_inside .play {
  width: 115px;
  height: 133px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 992px) {
  #section_episodes .episode_inside .play {
    width: 60px;
    height: 70px;
  }
}
@media screen and (max-width: 576px) {
  #section_episodes .episode_inside .play {
    width: 29px;
    height: 34px;
  }
}
#section_episodes .episode_inside .title_episode {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
#section_episodes .episode_inside .title_episode h3 {
  font-size: 103px;
  color: #ffffff;
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  #section_episodes .episode_inside .title_episode h3 {
    font-size: 86px;
  }
}
@media screen and (max-width: 576px) {
  #section_episodes .episode_inside .title_episode h3 {
    font-size: 36px;
  }
}
#section_episodes .episode_inside .title_episode .episode_number {
  width: 79px;
  height: auto;
}
@media screen and (max-width: 992px) {
  #section_episodes .episode_inside .title_episode .episode_number {
    width: 49px;
  }
}
@media screen and (max-width: 576px) {
  #section_episodes .episode_inside .title_episode .episode_number {
    width: 20px;
  }
}
#section_episodes .episode_inside .double {
  width: 100%;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  #section_episodes .episode_inside .double {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  #section_episodes .episode_inside .double {
    font-size: 11px;
  }
}
#section_list_episodes {
  padding: 0rem 0 5rem 0 ;
  background: #ffffff;
}
@media screen and (max-width: 992px) {
  #section_list_episodes {
    padding: 0rem 0 3rem 0 ;
  }
}
#section_list_episodes .content_section {
  display: inline-block;
  width: 100%;
  height: auto;
}
#section_list_episodes .content_section .container {
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  #section_list_episodes .content_section .container {
    max-width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #section_list_episodes .content_section .container {
    max-width: 90%;
  }
}
#section_list_episodes .content_section .episode {
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
}
#section_list_episodes .content_section .episode:nth-child(odd) .row-episode .col-video {
  order: 1;
}
#section_list_episodes .content_section .episode:nth-child(odd) .row-episode .col-title {
  order: 2;
}
@media screen and (max-width: 768px) {
  #section_list_episodes .content_section .episode:nth-child(odd) .row-episode .col-title {
    -ms-flex-preferred-size: 100px !important;
    flex-basis: 100px !important;
    max-width: 100px !important;
  }
  #section_list_episodes .content_section .episode:nth-child(odd) .row-episode .col-title .arrow_title {
    padding-right: 0;
    padding-left: 20px;
  }
}
#section_list_episodes .content_section .episode:nth-child(odd) .row-episode .col-title .picto {
  font-size: 47px;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}
#section_list_episodes .content_section .episode:nth-child(even) .row-episode .col-video {
  order: 2;
}
#section_list_episodes .content_section .episode:nth-child(even) .row-episode .col-title {
  order: 1;
}
@media screen and (max-width: 768px) {
  #section_list_episodes .content_section .episode:nth-child(even) .row-episode .col-title {
    -ms-flex-preferred-size: 100px !important;
    flex-basis: 100px !important;
    max-width: 100px !important;
  }
  #section_list_episodes .content_section .episode:nth-child(even) .row-episode .col-title .arrow_title {
    padding-left: 0;
    padding-right: 20px;
  }
}
#section_list_episodes .content_section .episode:nth-child(even) .row-episode .col-title .picto {
  font-size: 47px;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}
#section_list_episodes .content_section .episode .row-episode {
  justify-content: center;
  align-items: center;
}
#section_list_episodes .content_section .episode .row-episode .col-video {
  order: 1;
}
@media screen and (max-width: 768px) {
  #section_list_episodes .content_section .episode .row-episode .col-video {
    -ms-flex-preferred-size: 200px !important;
    flex-basis: 200px !important;
    max-width: 200px !important;
  }
}
#section_list_episodes .content_section .episode .row-episode .col-title {
  order: 2;
}
@media screen and (max-width: 768px) {
  #section_list_episodes .content_section .episode .row-episode .col-title {
    -ms-flex-preferred-size: 100px !important;
    flex-basis: 100px !important;
    max-width: 100px !important;
  }
}
#section_list_episodes .content_section .arrow_title {
  position: relative;
  z-index: 2;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  #section_list_episodes .content_section .arrow_title {
    padding-top: 30px;
  }
}
#section_list_episodes .content_section .arrow_title .picto {
  font-size: 47px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #section_list_episodes .content_section .arrow_title .picto {
    font-size: 27px !important;
  }
}
@media screen and (max-width: 768px) {
  #section_list_episodes .content_section .arrow_title .picto {
    font-size: 23px !important;
  }
}
#section_list_episodes .content_section .arrow_title h3 {
  color: #000000;
  position: relative;
  display: inline-block;
  transform: rotate(-6deg);
  text-align: left;
}
@media screen and (max-width: 768px) {
  #section_list_episodes .content_section .arrow_title h3 {
    line-height: 18px;
  }
}
#section_list_episodes .content_section .arrow_title h3 .first {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 33px;
}
@media screen and (max-width: 768px) {
  #section_list_episodes .content_section .arrow_title h3 .first {
    font-size: 18px;
  }
}
#section_list_episodes .content_section .arrow_title h3 .second {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 43px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  #section_list_episodes .content_section .arrow_title h3 .second {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #section_list_episodes .content_section .arrow_title h3 .second {
    padding-left: 0px;
  }
}
#section_list_episodes .content_section .episode_container {
  max-width: 465px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #section_list_episodes .content_section .episode_container {
    max-width: 465px;
  }
}
#section_list_episodes .content_section .episode_container .item_episode {
  width: 465px;
  height: auto;
  display: inline-block;
  position: relative;
  border: 3px solid #f4ce1e;
}
@media screen and (max-width: 768px) {
  #section_list_episodes .content_section .episode_container .item_episode {
    width: 200px;
  }
}
#section_list_episodes .content_section .episode_container .item_episode:hover .episode_wrap:after {
  opacity: 0.5;
}
#section_list_episodes .content_section .episode_container .item_episode:hover .episode_wrap .episode_inside .play {
  transform: scale(1.1);
}
#section_list_episodes .content_section .episode_container .item_episode .episode_wrap {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section_list_episodes .content_section .episode_container .item_episode .episode_wrap:after {
  background: #000000;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#section_list_episodes .content_section .episode_container .item_episode .episode_wrap a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
#section_list_episodes .content_section .episode_container .item_episode .episode_inside {
  display: inline-block;
  height: auto;
  position: relative;
  z-index: 2;
  top: 20px;
}
@media screen and (max-width: 768px) {
  #section_list_episodes .content_section .episode_container .item_episode .episode_inside {
    top: auto;
  }
}
#section_list_episodes .content_section .episode_container .item_episode .episode_inside .play {
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  height: 58px;
}
@media screen and (max-width: 768px) {
  #section_list_episodes .content_section .episode_container .item_episode .episode_inside .play {
    width: 29px;
    height: 34px;
  }
}
#section_list_episodes .content_section .episode_container .item_episode .episode_inside .title_episode {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
#section_list_episodes .content_section .episode_container .item_episode .episode_inside .title_episode h3 {
  color: #ffffff;
  margin-left: 10px;
  font-size: 56px;
}
@media screen and (max-width: 768px) {
  #section_list_episodes .content_section .episode_container .item_episode .episode_inside .title_episode h3 {
    font-size: 36px;
  }
}
#section_list_episodes .content_section .episode_container .item_episode .episode_inside .title_episode .episode_number {
  height: auto;
  width: 34px;
}
@media screen and (max-width: 768px) {
  #section_list_episodes .content_section .episode_container .item_episode .episode_inside .title_episode .episode_number {
    width: 20px;
  }
}
#section_list_episodes .content_section .episode_container .item_episode .episode_inside .double {
  width: 100%;
  display: block;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 768px) {
  #section_list_episodes .content_section .episode_container .item_episode .episode_inside .double {
    font-size: 11px;
    display: none;
  }
}
#section_equipe {
  background: #f0f0f0;
  min-height: 700px;
  padding: 5rem 0 ;
  margin-bottom: -360px;
}
@media screen and (max-width: 992px) {
  #section_equipe {
    margin-bottom: 0px;
  }
}
#section_equipe .illustration.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#section_equipe .illustration.bg .img:after {
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
#section_equipe .container {
  max-width: 960px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 992px) {
  #section_equipe .container {
    max-width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #section_equipe .container {
    max-width: 90%;
    padding: 0;
  }
}
#section_equipe .header_section {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#section_equipe .header_section h2 {
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  color: #f4ce1e;
  text-align: center;
  font-style: italic;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  #section_equipe .header_section h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 360px) {
  #section_equipe .header_section h2 {
    font-size: 20px;
  }
}
#section_equipe .content_slide {
  width: 100%;
}
#section_equipe .content_slide .row {
  align-items: center;
}
#section_equipe .content_slide .row .col-img {
  position: relative;
  -ms-flex-preferred-size: 340px;
  flex-basis: 340px;
  max-width: 340px;
}
@media screen and (max-width: 992px) {
  #section_equipe .content_slide .row .col-img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
}
#section_equipe .content_slide .row .col-img .bg-img {
  position: relative;
  text-align: center;
  width: 276px;
  height: 318px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #section_equipe .content_slide .row .col-img .bg-img {
    width: 153px;
    height: 176px;
  }
}
#section_equipe .content_slide .row .col-img .bg-img:after {
  content: "\e941";
  font-size: 30px;
  font-family: 'start';
  position: absolute;
  top: -8px;
  left: 10px;
  color: #f4ce1e;
  z-index: 2;
}
#section_equipe .content_slide .row .col-img .bg-img svg {
  width: 100%;
  max-width: 245px;
  height: 282px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #section_equipe .content_slide .row .col-img .bg-img svg {
    width: 135px;
    height: 156px;
  }
}
#section_equipe .content_slide .row .col-img .bg-img:before {
  content: "";
  background-image: url(../img/hexa-line-green.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 318px;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #section_equipe .content_slide .row .col-img .bg-img:before {
    height: 176px;
  }
}
#section_equipe .content_slide .row .col-img .arrow_text {
  position: absolute;
  z-index: 2;
  padding-left: 30px;
  text-align: left;
  top: -30px;
  right: -70px;
}
@media screen and (max-width: 768px) {
  #section_equipe .content_slide .row .col-img .arrow_text {
    font-size: 15px;
  }
}
#section_equipe .content_slide .row .col-img .arrow_text .picto {
  font-size: 20px;
  position: absolute;
  top: 13px;
  left: 0;
  color: #ffffff;
}
#section_equipe .content_slide .row .col-img .arrow_text p {
  color: #ffffff;
  position: relative;
  display: inline-block;
  transform: rotate(-6deg);
  text-align: left;
  line-height: 20px;
}
#section_equipe .content_slide .row .col-img .arrow_text p .first {
  width: 100%;
  text-align: left;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #section_equipe .content_slide .row .col-img .arrow_text p .first {
    font-size: 15px;
  }
}
#section_equipe .content_slide .row .col-img .arrow_text p .second {
  width: 100%;
  text-align: left;
  display: inline-block;
  font-size: 24px;
  padding-left: 0px;
  font-family: 'Verveine', sans-serif;
}
@media screen and (max-width: 768px) {
  #section_equipe .content_slide .row .col-img .arrow_text p .second {
    font-size: 21px;
  }
}
@media screen and (max-width: 992px) {
  #section_equipe .content_slide .row .col-text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
}
#section_equipe .content_slide .row .col-text .text_inside p.quote {
  font-size: 40px;
  color: #ffffff;
  font-family: 'Verveine', sans-serif;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  #section_equipe .content_slide .row .col-text .text_inside p.quote {
    text-align: center;
  }
}
#section_equipe .content_slide .row .col-text .text_inside p.text {
  font-size: 16px;
  color: #ffffff;
}
#section_equipe .carousel-item {
  padding: 70px 0  90px 0;
}
@media screen and (max-width: 768px) {
  #section_equipe .carousel-item {
    padding: 40px 0  90px 0;
  }
}
#section_equipe .carousel-item .illustration {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#section_equipe .carousel-control-next {
  background: transparent;
  border: none;
  z-index: 3;
  opacity: 1;
  justify-content: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  #section_equipe .carousel-control-next {
    align-items: flex-start;
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: flex-start;
    /* Safari 7.0+ */
  }
}
@media screen and (max-width: 600px) {
  #section_equipe .carousel-control-next {
    justify-content: flex-start;
    padding: 0 !important;
  }
}
#section_equipe .carousel-control-next .carousel-control-next-icon {
  background-color: none;
  background-image: none;
  background-size: 70%;
  width: 70px;
  height: 70px;
  right: -30px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-position-x: 4px;
}
#section_equipe .carousel-control-next .carousel-control-next-icon:before {
  content: "\e943";
  color: #ffffff;
  font-family: 'start';
  font-size: 26px;
}
@media screen and (max-width: 992px) {
  #section_equipe .carousel-control-next .carousel-control-next-icon {
    top: 110px;
  }
}
#section_equipe .carousel-control-prev {
  background: transparent;
  border: none;
  z-index: 3;
  opacity: 1;
  justify-content: flex-start;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  #section_equipe .carousel-control-prev {
    align-items: flex-start;
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: flex-start;
    /* Safari 7.0+ */
  }
}
@media screen and (max-width: 600px) {
  #section_equipe .carousel-control-prev {
    justify-content: flex-end;
    padding: 0 !important;
  }
}
#section_equipe .carousel-control-prev .carousel-control-prev-icon {
  background-color: none;
  background-image: none;
  background-size: 70%;
  width: 70px;
  height: 70px;
  left: -30px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#section_equipe .carousel-control-prev .carousel-control-prev-icon:before {
  content: "\e944";
  color: #ffffff;
  font-family: 'start';
  font-size: 26px;
}
@media screen and (max-width: 760px) {
  #section_equipe .carousel-control-prev .carousel-control-prev-icon {
    top: 110px;
  }
}
#section_equipe .carousel-indicators {
  bottom: 20px;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  #section_equipe .carousel-indicators {
    bottom: 30px;
    z-index: 3;
  }
}
@media screen and (max-width: 576px) {
  #section_equipe .carousel-indicators {
    bottom: 0px;
    z-index: 3;
  }
}
#section_equipe .carousel-indicators button {
  height: 10px;
  width: 10px;
  border: 0px solid #ffffff;
  margin: 0 2px;
  bottom: 400px;
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  border-radius: 160px;
  -ms-flex-preferred-size: 10px;
  flex-basis: 10px;
  max-width: 10px;
  background: #ffffff;
  opacity: 1;
}
#section_equipe .carousel-indicators button.active {
  background: #f4ce1e;
}
#section_equipe .carousel-indicators:before {
  content: "";
  width: 28px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -14px;
}
#section_equipe .carousel-indicators:after {
  content: "";
  width: 28px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -14px;
}
#section_equipe .credits {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 30px;
  position: relative;
  top: 0;
}
#section_equipe .credits .container {
  max-width: 1140px;
}
@media screen and (max-width: 992px) {
  #section_equipe .credits .container {
    max-width: 90%;
  }
}
#section_equipe .credits .container .inside {
  width: 100%;
  height: auto;
  display: inline-block;
  background: #f0f0f0;
  padding: 50px;
}
@media screen and (max-width: 992px) {
  #section_equipe .credits .container .inside .row-credits .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section_equipe .credits .container .inside .row-credits .col .item {
  padding: 20px;
}
#section_equipe .credits .container .inside .row-credits .col .item h3 {
  display: inline-block;
  font-size: 27px;
  font-weight: bold;
  font-style: italic;
  color: black;
  padding-bottom: 0px;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  #section_equipe .credits .container .inside .row-credits .col .item h3 {
    font-size: 20px;
  }
}
#section_equipe .credits .container .inside .row-credits .col .item h3:after {
  background: #05d494;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 3px;
  left: 10px;
  content: "";
  z-index: -1;
}
#section_equipe .credits .container .inside .row-credits .col .item p {
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
}
#section_equipe .credits .container .inside .row-credits .col .item p.bold {
  font-weight: bold;
}
#section_equipe .credits .container .inside .row-credits .col .item p .bold {
  font-weight: bold;
}
#section_equipe .credits .container .inside .row-credits .col-left {
  position: relative;
}
#section_equipe .credits .container .inside .row-credits .col-left:after {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px dashed #000000;
  content: "";
}
@media screen and (max-width: 992px) {
  #section_equipe .credits .container .inside .row-credits .col-left:after {
    display: none;
  }
}
#section_label {
  background: #000000;
  padding: 5rem 0 ;
  padding-bottom: 200px;
}
@media screen and (max-width: 576px) {
  #section_label {
    padding-bottom: 100px;
  }
}
#section_label .container {
  max-width: 960px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 992px) {
  #section_label .container {
    max-width: 90%;
  }
}
#section_label .header_section {
  display: inline-block;
  height: auto;
  width: 100%;
  margin-bottom: 40px;
}
#section_label .header_section .row .col-left {
  position: relative;
  -ms-flex-preferred-size: 340px;
  flex-basis: 340px;
  max-width: 340px;
}
@media screen and (max-width: 992px) {
  #section_label .header_section .row .col-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
  }
}
#section_label .header_section .row .col-left .bg-img {
  position: relative;
  text-align: center;
  width: 245px;
  height: 282px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #section_label .header_section .row .col-left .bg-img {
    width: 153px;
    height: 176px;
  }
}
#section_label .header_section .row .col-left .bg-img svg {
  width: 100%;
  max-width: 245px;
  height: 282px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #section_label .header_section .row .col-left .bg-img svg {
    width: 135px;
    height: 156px;
  }
}
#section_label .header_section .row .col-left .bg-img:before {
  content: "";
  background-image: url(../img/hexa-line-yellow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 282px;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 30px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #section_label .header_section .row .col-left .bg-img:before {
    height: 176px;
  }
}
@media screen and (max-width: 992px) {
  #section_label .header_section .row .col-right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section_label .header_section .row .col-right h2 {
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  color: #05d494;
  text-align: left;
  font-style: italic;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  #section_label .header_section .row .col-right h2 {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  #section_label .header_section .row .col-right h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 360px) {
  #section_label .header_section .row .col-right h2 {
    font-size: 20px;
  }
}
#section_label .header_section .row .col-right p {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  #section_label .header_section .row .col-right p {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  #section_label .header_section .row .col-right p {
    font-size: 18px;
  }
}
#section_label .content_section .row {
  align-items: center;
}
@media screen and (max-width: 992px) {
  #section_label .content_section .row .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  #section_label .content_section .item {
    text-align: center;
  }
}
#section_label .content_section p {
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
}
#section_label .custom-shape-divider-bottom-1671734027 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 2;
}
#section_label .custom-shape-divider-bottom-1671734027 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 140px;
}
@media screen and (max-width: 576px) {
  #section_label .custom-shape-divider-bottom-1671734027 svg {
    height: 60px;
  }
}
#section_label .custom-shape-divider-bottom-1671734027 .shape-fill {
  fill: #ffffff;
}
#section_bonus {
  padding: 5rem 0 ;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  padding-top: 380px;
}
@media screen and (max-width: 992px) {
  #section_bonus {
    padding: 3rem 0 ;
  }
}
#section_bonus .deco-img {
  position: relative;
  text-align: center;
  width: 335px;
  height: 386px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 300px;
  right: -80px;
}
#section_bonus .deco-img.deco2 {
  width: 218px;
  height: 251px;
  top: 50%;
  left: -50px;
  margin-top: -125px;
}
@media screen and (max-width: 1000px) {
  #section_bonus .deco-img {
    display: none;
  }
}
#section_bonus .deco-img svg {
  width: 100%;
  max-width: 245px;
  height: 282px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #section_bonus .deco-img svg {
    width: 135px;
    height: 156px;
  }
}
#section_bonus .container {
  max-width: 700px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 992px) {
  #section_bonus .container {
    max-width: 90%;
  }
}
#section_bonus .header_section {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#section_bonus .header_section h2 {
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  font-style: italic;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  #section_bonus .header_section h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 360px) {
  #section_bonus .header_section h2 {
    font-size: 20px;
  }
}
#section_bonus .arrow_title {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #section_bonus .arrow_title {
    padding-top: 30px;
  }
}
#section_bonus .arrow_title .picto {
  font-size: 37px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #section_bonus .arrow_title .picto {
    font-size: 27px !important;
  }
}
@media screen and (max-width: 768px) {
  #section_bonus .arrow_title .picto {
    font-size: 23px !important;
  }
}
#section_bonus .arrow_title h3 {
  color: #000000;
  position: relative;
  display: inline-block;
  transform: rotate(-6deg);
  text-align: left;
}
@media screen and (max-width: 768px) {
  #section_bonus .arrow_title h3 {
    line-height: 18px;
  }
}
#section_bonus .arrow_title h3 .first {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  #section_bonus .arrow_title h3 .first {
    font-size: 18px;
  }
}
#section_bonus .arrow_title h3 .second {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 28px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  #section_bonus .arrow_title h3 .second {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #section_bonus .arrow_title h3 .second {
    padding-left: 0px;
  }
}
#section_bonus .making_off {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
#section_bonus .making_off .wrap {
  display: inline-block;
  position: relative;
  height: auto;
}
@media screen and (max-width: 992px) {
  #section_bonus .making_off .wrap {
    width: 100%;
  }
}
#section_bonus .making_off .wrap .arrow_title {
  text-align: left;
  display: block;
  position: absolute;
  top: -90px;
  left: 0;
  width: 130px;
  height: 60px;
}
#section_bonus .making_off .wrap .arrow_title .picto {
  font-size: 37px;
  position: absolute;
  left: 70px;
  top: 30px;
}
@media screen and (max-width: 992px) {
  #section_bonus .making_off .wrap .arrow_title .picto {
    position: absolute;
    right: 0;
    top: 21px;
  }
}
@media screen and (max-width: 992px) {
  #section_bonus .making_off .wrap .arrow_title {
    text-align: left;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 130px;
    height: 60px;
    margin: 10px 0 0px 0;
    padding: 0;
  }
}
#section_bonus .making_off .item_episode {
  width: 465px;
  height: auto;
  display: inline-block;
  position: relative;
  border: 3px solid #05d494;
}
@media screen and (max-width: 768px) {
  #section_bonus .making_off .item_episode {
    width: 300px;
  }
}
#section_bonus .making_off .item_episode:hover .episode_wrap:after {
  opacity: 0.5;
}
#section_bonus .making_off .item_episode:hover .episode_wrap .episode_inside .play {
  transform: scale(1.1);
}
#section_bonus .making_off .item_episode .episode_wrap {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section_bonus .making_off .item_episode .episode_wrap:after {
  background: #000000;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#section_bonus .making_off .item_episode .episode_wrap a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
#section_bonus .making_off .item_episode .episode_inside {
  display: inline-block;
  height: auto;
  position: relative;
  z-index: 2;
  top: 20px;
}
@media screen and (max-width: 768px) {
  #section_bonus .making_off .item_episode .episode_inside {
    top: auto;
  }
}
#section_bonus .making_off .item_episode .episode_inside .play {
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  height: 58px;
}
@media screen and (max-width: 768px) {
  #section_bonus .making_off .item_episode .episode_inside .play {
    width: 29px;
    height: 34px;
  }
}
#section_bonus .making_off .item_episode .episode_inside .title_episode {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
#section_bonus .making_off .item_episode .episode_inside .title_episode h3 {
  color: #ffffff;
  margin-left: 10px;
  font-size: 56px;
}
@media screen and (max-width: 768px) {
  #section_bonus .making_off .item_episode .episode_inside .title_episode h3 {
    font-size: 36px;
  }
}
#section_bonus .content_section .container {
  max-width: 700px;
}
@media screen and (max-width: 992px) {
  #section_bonus .content_section .container {
    max-width: 90%;
  }
}
#section_bonus .content_section .wrap {
  display: inline-block;
  position: relative;
  height: auto;
}
@media screen and (max-width: 992px) {
  #section_bonus .content_section .wrap {
    width: 100%;
    height: 100px;
  }
}
#section_bonus .content_section .arrow_title {
  text-align: left;
  display: block;
  position: relative;
  width: 130px;
  float: right;
  height: 100px;
  position: absolute;
  top: -120px;
  right: -50px;
}
@media screen and (max-width: 992px) {
  #section_bonus .content_section .arrow_title {
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
    height: 100px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #section_bonus .content_section .arrow_title {
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
    padding-right: 0px;
    height: 49px;
    width: auto;
    padding-right: 20px;
  }
}
#section_bonus .content_section .carousel-inner {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  border: 3px solid #f4ce1e;
}
#section_bonus .content_section .carousel-item .item_inside {
  width: auto;
  height: auto;
  position: relative;
}
#section_bonus .content_section .carousel-item .item_inside:hover .caption:after {
  opacity: 0.5;
}
#section_bonus .content_section .carousel-item .item_inside:hover .caption .episode_inside .play {
  transform: scale(1.1);
}
#section_bonus .content_section .carousel-item .item_inside img {
  max-width: 100%;
  height: auto;
}
#section_bonus .content_section .carousel-item .item_inside .illustration {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  #section_bonus .content_section .carousel-item .item_inside .illustration {
    width: 100%;
    height: 300px;
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    float: left;
  }
}
#section_bonus .content_section .carousel-control-next {
  background: transparent;
  border: none;
  z-index: 3;
  opacity: 1;
  justify-content: center;
  overflow: hidden;
  position: absolute;
}
@media screen and (max-width: 600px) {
  #section_bonus .content_section .carousel-control-next {
    padding: 0 !important;
    justify-content: flex-start;
  }
}
#section_bonus .content_section .carousel-control-next:after {
  content: "\e943";
  font-family: 'start';
  width: 40px;
  height: 40px;
  color: #f4ce1e;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  right: 0;
}
#section_bonus .content_section .carousel-control-next .carousel-control-next-icon {
  display: none;
}
#section_bonus .content_section .carousel-control-prev {
  border: none;
  z-index: 3;
  opacity: 1;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  #section_bonus .content_section .carousel-control-prev {
    padding: 0 !important;
    justify-content: flex-end;
  }
}
#section_bonus .content_section .carousel-control-prev:after {
  content: "\e944";
  font-family: 'start';
  width: 40px;
  height: 40px;
  color: #f4ce1e;
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: auto;
}
#section_bonus .content_section .carousel-control-prev .carousel-control-prev-icon {
  display: none;
}
#section_bonus .content_section .carousel-indicators {
  bottom: 20px;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  #section_bonus .content_section .carousel-indicators {
    bottom: 30px;
    z-index: 3;
  }
}
@media screen and (max-width: 576px) {
  #section_bonus .content_section .carousel-indicators {
    bottom: 0px;
    z-index: 3;
  }
}
#section_bonus .content_section .carousel-indicators button {
  height: 5px;
  width: 5px;
  background: #ffffff;
  border: 1px solid #ffffff;
  margin: 0 2px;
  bottom: 400px;
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  border-radius: 160px;
  -ms-flex-preferred-size: 5px;
  flex-basis: 5px;
  max-width: 5px;
}
#section_bonus .content_section .carousel-indicators button.active {
  background: #f4ce1e;
}
.episode_inside {
  display: inline-block;
  height: auto;
  position: relative;
  z-index: 2;
}
.episode_inside .play {
  width: 115px;
  height: 133px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 992px) {
  .episode_inside .play {
    width: 60px;
    height: 70px;
  }
}
@media screen and (max-width: 576px) {
  .episode_inside .play {
    width: 29px;
    height: 34px;
  }
}
.episode_inside .title_episode {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.episode_inside .title_episode h3 {
  font-size: 133px;
  color: #ffffff;
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .episode_inside .title_episode h3 {
    font-size: 86px;
  }
}
@media screen and (max-width: 576px) {
  .episode_inside .title_episode h3 {
    font-size: 36px;
  }
}
.episode_inside .title_episode .episode_number {
  width: 79px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .episode_inside .title_episode .episode_number {
    width: 49px;
  }
}
@media screen and (max-width: 576px) {
  .episode_inside .title_episode .episode_number {
    width: 20px;
  }
}
.episode_inside .double {
  width: 100%;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .episode_inside .double {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .episode_inside .double {
    font-size: 11px;
  }
}
