@charset "UTF-8";
/*--------------------------------------
  FONT IMPORT
--------------------------------------*/
@font-face {
  font-family: Luciole;
  src: url(../fonts/luciole/Luciole-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: Luciole;
  src: url(../fonts/luciole/Luciole-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Luciole;
  src: url(../fonts/luciole/Luciole-Regular-Italic.ttf);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Luciole;
  src: url(../fonts/luciole/Luciole-Bold-Italic.ttf);
  font-weight: bold;
  font-style: italic;
}
/*--------------------------------------
  VARIABLES FONTS
--------------------------------------*/
.luciole {
  font-family: 'Luciole', sans-serif;
}
.paytone {
  font-family: "Paytone One", sans-serif;
}
/*--------------------------------------
  VARIABLES COLORS
--------------------------------------*/
/*--------------------------------------
  QUICK COLOR STYLES
--------------------------------------*/
/* BACKGROUNDS */
.bg_white {
  background: #ffffff;
}
.bg_black {
  background: #000000;
}
.bg_lightBlue {
  background: #EEF3FF;
}
.bg_blue {
  background: #20CDFF;
}
.bg_purple {
  background: #4456D8;
}
.bg_darkBlue {
  background: #11115B;
}
.bg_radialGradient {
  background: #ffffff;
  background: radial-gradient(circle, #ffffff 0%, #EEF3FF 30%);
}
/* FONT COLORS */
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.yellow {
  color: #FFC91F;
}
.darkBlue {
  color: #11115B;
}
.purple {
  color: #4456D8;
}
/*--------------------------------------
  GENERAL STYLES
--------------------------------------*/
body {
  font-family: 'Luciole', sans-serif;
  background-color: #EEF3FF;
  color: #000000;
  margin: 0;
  padding: 0;
  border: 0 none;
  min-height: 100%;
  width: 100%;
  height: 100%;
  font-size: 1em;
  font-weight: 400;
}
body.is-fixed {
  padding-top: 0;
}
body.modal-is-visible {
  overflow: hidden;
}
body.burger-is-visible {
  overflow: hidden;
}
main {
  height: auto;
  z-index: 2;
}
/* SECTION STYLE */
section {
  width: 100%;
  height: auto;
  position: relative;
  padding: 25px 0;
}
@media screen and (min-width: 576px) {
  section {
    padding: 40px 0;
  }
}
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;
}
.form_coordonnees {
  background-color: white;
  position: relative;
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  box-shadow: 0px 3px 16px 1px rgba(0, 0, 0, 0.3);
  width: 300px;
  position: absolute;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 5px;
  right: 320px;
  top: -120px;
}
@media screen and (max-width: 1200px) {
  .form_coordonnees {
    right: 20px;
    top: -100px;
  }
}
@media screen and (max-width: 992px) {
  .form_coordonnees {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
    right: auto;
  }
}
.form_coordonnees h1 {
  font-family: 'Ludicrous';
  text-align: center;
  font-size: 29px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .form_coordonnees h1 {
    font-size: 19px;
  }
}
.form_coordonnees .dog-illu {
  width: 100%;
  text-align: center;
}
.form_coordonnees .dog-illu img {
  max-width: 100%;
  margin: 0 auto;
  width: 70px;
}
.form_coordonnees .xs-note {
  font-size: 9px;
}
.form_coordonnees form label {
  font-size: 16px;
}
.form_coordonnees form .btn-red {
  font-size: 13px;
  margin: 0 auto;
  display: block;
}
/* WRAPPERS */
.wrap {
  width: 100%;
  display: inline-block;
  height: auto;
}
.xs-wrap {
  max-width: 600px;
}
.small-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    width: 90% !important;
  }
}
/* QUICK LAYOUT STYLES */
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.black {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
/* QUICK font STYLES */
.small-note {
  font-size: 0.9375em;
}
.xs-note {
  font-size: 0.7em;
}
.page-title {
  font-family: 'Ludicrous';
  font-size: 2.3em;
  position: relative;
}
@media screen and (min-width: 576px) {
  .page-title {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 768px) {
  .page-title {
    font-size: 3em;
  }
}
@media screen and (min-width: 992px) {
  .page-title {
    font-size: 4em;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .page-title {
    font-size: 4.5em;
    line-height: 1em;
  }
}
@media screen and (min-width: 768px) and (max-height: 500px) {
  .page-title {
    font-size: 3.2em;
    line-height: 1em;
  }
}
.page-title.deco:before {
  content: '';
  width: 30px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: -60px;
  background-image: url(../img/page-title-deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
@media screen and (min-width: 576px) {
  .page-title.deco:before {
    width: 60px;
    top: 10px;
    display: inline-block;
  }
}
.page-title.deco:after {
  content: '';
  width: 30px;
  height: 100px;
  position: absolute;
  top: 0;
  right: -60px;
  background-image: url(../img/page-title-deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
@media screen and (min-width: 576px) {
  .page-title.deco:after {
    width: 60px;
    top: 10px;
    display: inline-block;
  }
}
.section-title {
  font-family: 'Ludicrous';
  font-size: 2em;
  color: #20CDFF;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 992px) {
  .section-title {
    font-size: 3.5em;
  }
}
.quote {
  font-family: 'Ludicrous';
  font-size: 1.8em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .quote {
    font-size: 2em;
  }
}
@media screen and (min-width: 992px) {
  .quote {
    font-size: 2.625em;
  }
}
@media screen and (min-width: 992px) {
  .quote.anm-quote {
    font-size: 3.3em;
  }
}
.bg-confettis {
  background-image: url(../img/confettis.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* ------------------- */
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;
}
/* 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;
}
.link-rgpd {
  color: #20CDFF;
  text-decoration: underline;
  transition: 0.4s ease;
}
.link-rgpd:hover,
.link-rgpd:focus {
  text-decoration: underline;
}
/*--------------------------------------
  liens d'évitements
--------------------------------------*/
nav.fr-skiplinks {
  justify-content: center;
}
nav.fr-skiplinks ul {
  display: inline-block;
  padding: 0;
  width: 200px;
  position: relative;
  text-align: center;
}
nav.fr-skiplinks ul li {
  list-style-type: none;
  position: relative;
  width: 200px;
  display: inline-block;
  text-align: center;
}
nav.fr-skiplinks ul li a {
  color: #000000;
  justify-content: center;
  position: absolute;
  left: -99999rem;
  z-index: 100;
  display: inline-block;
  width: 200px;
  text-align: center;
}
nav.fr-skiplinks ul li a:focus {
  color: #11115B;
  left: 0;
}
/*--------------------------------------
 COOKIES (ADAPTÉ MODALE BOOTSTRAP 5)
--------------------------------------*/
#cookie-modal {
  /* Équivalent de ton ancienne structure .cookie-banner alignée en bas */
  /* Équivalent de ton .cookie-container */
  /* Boutons globaux et modale */
  /* Liste des choix (Formulaire) */
  /* Ajustement de la Checkbox native de Bootstrap */
}
#cookie-modal.modal {
  background-color: rgba(238, 243, 255, 0.7);
  font-family: 'Luciole', sans-serif;
  padding: 0 !important;
  z-index: 9999;
}
#cookie-modal .modal-dialog {
  max-width: 960px;
  margin: auto auto 5% auto;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  #cookie-modal .modal-dialog {
    max-width: 90%;
    margin: 100px auto 0 auto;
    align-items: flex-start;
  }
}
#cookie-modal .modal-content {
  width: 100%;
  padding: 24px;
  background-color: #11115B !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
  border: none;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  /* Ton Labrador ! */
}
@media screen and (max-width: 992px) {
  #cookie-modal .modal-content {
    margin-bottom: 0;
  }
}
#cookie-modal .modal-content:before {
  content: "";
  background-image: url(../img/labrador-langue.svg);
  max-width: 250px;
  top: -200px;
  left: 0;
  position: absolute;
  height: 242px;
  width: 250px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  #cookie-modal .modal-content:before {
    max-width: 140px;
    height: 132px;
    width: 140px;
    top: -110px;
  }
}
#cookie-modal .row {
  align-items: center;
}
@media screen and (max-width: 992px) {
  #cookie-modal .col-left {
    text-align: center;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#cookie-modal .col-right {
  /* On retire la bordure native de Bootstrap sur mobile */
}
@media screen and (max-width: 992px) {
  #cookie-modal .col-right {
    text-align: center;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 992px) {
  #cookie-modal .col-right {
    border-left: none !important;
  }
}
#cookie-modal h2 {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 12px;
  color: #FFC91F;
  font-weight: bold;
  text-transform: uppercase;
}
#cookie-modal p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #ffffff;
}
#cookie-modal .btn-success {
  background-color: #FFC91F !important;
  color: #000000 !important;
  font-size: 1rem;
  font-weight: bold;
  padding: 12px 24px;
  border: 2px solid transparent;
  border-radius: 4px;
}
#cookie-modal .btn-success:hover {
  background-color: #ebb200 !important;
}
#cookie-modal .btn-danger {
  background-color: #dc3545 !important;
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: bold;
  padding: 12px 24px;
  border: 2px solid transparent;
  border-radius: 4px;
}
#cookie-modal .btn-danger:hover {
  background-color: #bb2d3b !important;
}
#cookie-modal .btn-primary {
  background-color: #FFC91F !important;
  color: #000000 !important;
  font-size: 1rem;
  font-weight: bold;
  padding: 12px 24px;
  border: 2px solid transparent;
  border-radius: 4px;
  width: 100%;
}
#cookie-modal .btn-primary:hover {
  background-color: #ebb200 !important;
}
#cookie-modal h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: #ffffff;
}
#cookie-modal .form-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  padding: 10px 20px 10px 3.5rem;
  /* Ajusté pour l'alignement Bootstrap */
  border-radius: 30px;
  background-color: #ffffff;
  font-size: 0.95rem;
  color: #000000;
  margin-bottom: 12px;
}
@media screen and (max-width: 992px) {
  #cookie-modal .form-check {
    text-align: left;
  }
}
#cookie-modal .form-check p {
  margin-bottom: 0;
  color: #000000;
}
#cookie-modal .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
  float: none;
  margin-left: -2.5rem;
}
#cookie-modal .form-check-label {
  cursor: pointer;
  width: 100%;
}
/*--------------------------------------
  focus
--------------------------------------*/
*:focus,
.btn:focus,
a:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0.4rem #dc3545 !important;
}
/* On neutralise le focus bleu natif du navigateur sur la vidéo et ses composants */
video,
video:focus,
video *:focus {
  outline: none !important;
}
/* On applique TON focus rouge tout autour du bloc vidéo */
video:focus-within,
video:focus {
  outline: 2px solid #dc3545 !important;
  box-shadow: 0 0 0 0.4rem #dc3545 !important;
}
/* On cible l'overlay Axeptio et TOUS ses enfants directs ou indirects lorsqu'ils ont le focus */
#axeptio_overlay *:focus,
#axeptio_overlay .needsclick *:focus,
.axeptio_mount *:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0.4rem #dc3545 !important;
}
/*--------------------------------------
  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: 'Ludicrous';
  src: url('../fonts/ludicrous/ludicrous.eot'), url('../fonts/ludicrous/ludicrous.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'start';
  src: url('../fonts/start.eot?ikyu95');
  src: url('../fonts/start.eot?ikyu95#iefix') format('embedded-opentype'), url('../fonts/start.ttf?ikyu95') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@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;
}
.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-pause:before {
  content: "\e914";
}
.icon-burger-nav:before {
  content: "\e904";
}
.icon-instagram:before {
  content: "\e906";
}
.icon-linkedin:before {
  content: "\e90b";
}
.icon-pinterest:before {
  content: "\e90c";
}
.icon-speaker-filled-audio-tool:before {
  content: "\e90e";
}
.icon-youtube:before {
  content: "\e90f";
}
.icon-close-btn:before {
  content: "\e910";
}
.icon-facebook:before {
  content: "\e912";
}
.icon-Groupe-730:before {
  content: "\e913";
}
.icon-arrow-left:before {
  content: "\e905";
}
.icon-arrow-right:before {
  content: "\e90a";
}
.icon-Composant-4--2:before {
  content: "\e90d";
}
.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-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-share:before {
  content: "\e924";
}
/* CSS Document */
/* VARIABLE charte couleur */
.btn {
  font-family: "Luciole", sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 8px;
  display: inline-block;
  font-size: 0.7em;
  color: white;
  -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;
}
@media (min-width: 576px) {
  .btn {
    font-size: 0.9em;
    padding: 0.8em 1em;
  }
}
@media (min-width: 768px) {
  .btn {
    font-size: 1em;
    padding: 0.8em 1.2em;
  }
}
.btn:hover,
.btn:focus {
  color: white;
  text-decoration: none;
}
.btn.threeD.don {
  position: relative;
  transition: transform 0.1s;
  box-shadow: #11115B 5px 5px 0 0;
  background-color: #4456D8;
  line-height: 1;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.btn.threeD.don:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0.4rem #dc3545 !important;
}
.btn.threeD.don:hover {
  transform: translate(2px, 2px);
  box-shadow: #11115B 2px 2px 0 0;
}
/* 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;
}
.invisible {
  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.1s !important;
  animation-duration: 0.1s !important;
}
.animation_time_0_15 {
  -webkit-animation-duration: 0.15s !important;
  animation-duration: 0.15s !important;
}
.animation_time_0_20 {
  -webkit-animation-duration: 0.2s !important;
  animation-duration: 0.2s !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.1s !important;
  animation-delay: 0.1s !important;
}
.delay_0_15 {
  -webkit-animation-delay: 0.15s !important;
  animation-delay: 0.15s !important;
}
.delay_0_20 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.delay_0_25 {
  -webkit-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important;
}
.delay_0_30 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.delay_0_35 {
  -webkit-animation-delay: 0.35s !important;
  animation-delay: 0.35s !important;
}
.delay_0_40 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.delay_0_50 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.delay_0_60 {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
.delay_0_70 {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}
.delay_0_80 {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}
.delay_0_90 {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !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: 0.75s;
  animation-duration: 0.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;
}
.cookies-form {
  display: block;
}
.cookie_bar {
  -webkit-box-shadow: 0px -2px 25px -6px rgba(143, 143, 143, 0.2);
  -moz-box-shadow: 0px -2px 25px -6px rgba(143, 143, 143, 0.2);
  box-shadow: 0px -2px 25px -6px rgba(143, 143, 143, 0.2);
  background: rgba(255, 255, 255, 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: 11px;
  color: #000000;
  margin-bottom: 0.5em;
  display: block;
}
@media screen and (min-width: 1200px) {
  .cookie_bar p {
    display: inline-block;
  }
}
.cookie_bar .btn {
  color: #ffffff;
  text-transform: lowercase;
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 13px;
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 0;
  padding: 0.3em 1em;
}
.offcanvas {
  background-color: #11115B;
  padding: 0;
  z-index: 99;
  overflow: hidden;
}
.offcanvas .menu-toggle {
  position: absolute;
  transition: transform 0.1s;
  box-shadow: #000000 5px 5px 0 0;
  background-color: #FFC91F;
  line-height: 1;
  color: #11115B;
  width: 50px;
  height: 50px;
  z-index: 11;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-size: 2.5em;
  font-weight: bold;
  top: 50px;
  right: 50px;
}
.offcanvas .menu-toggle.bi {
  padding: 0;
  -webkit-appearance: none;
}
.offcanvas .menu-toggle:hover {
  transform: translate(2px, 2px);
  box-shadow: #000000 2px 2px 0 0;
}
.offcanvas .burger_left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 238px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  z-index: -1;
}
.offcanvas .burger_left #burger_img_menu_left_center {
  max-width: 148px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .offcanvas .burger_left #burger_img_menu_left_center {
    max-width: 108px;
  }
}
@media screen and (max-width: 420px) {
  .offcanvas .burger_left #burger_img_menu_left_center {
    display: none;
  }
}
@media screen and (max-height: 762px) and (min-width: 1000px) {
  .offcanvas .burger_left #burger_img_menu_left_center {
    max-width: 108px;
  }
}
.offcanvas .burger_left #burger_img_menu_top_left {
  max-width: 115px;
  height: auto;
}
@media screen and (max-width: 420px) {
  .offcanvas .burger_left #burger_img_menu_top_left {
    max-width: 50px;
  }
}
.offcanvas .burger_left #burger_img_menu_bottom_left {
  max-width: 115px;
  height: auto;
}
@media screen and (max-width: 420px) {
  .offcanvas .burger_left #burger_img_menu_bottom_left {
    max-width: 50px;
  }
}
.offcanvas .burger_right {
  position: absolute;
  right: 0;
  top: 0;
  width: 238px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  align-items: flex-end;
  z-index: -1;
}
.offcanvas .burger_right #burger_img_menu_right_center {
  max-width: 238px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .offcanvas .burger_right #burger_img_menu_right_center {
    max-width: 108px;
  }
}
@media screen and (max-width: 420px) {
  .offcanvas .burger_right #burger_img_menu_right_center {
    display: none;
  }
}
@media screen and (max-height: 762px) and (min-width: 1000px) {
  .offcanvas .burger_right #burger_img_menu_right_center {
    max-width: 108px;
  }
}
.offcanvas .burger_right #burger_img_menu_bottom_right {
  max-width: 132px;
  height: auto;
}
@media screen and (max-width: 420px) {
  .offcanvas .burger_right #burger_img_menu_bottom_right {
    max-width: 50px;
  }
}
.offcanvas .burger_right #burger_img_menu_top_right {
  max-width: 115px;
  height: auto;
}
@media screen and (max-width: 420px) {
  .offcanvas .burger_right #burger_img_menu_top_right {
    max-width: 50px;
  }
}
.offcanvas .off-canvas-left {
  position: absolute;
  left: -120px;
  top: -80px;
}
.offcanvas #off-canvas-left-desk {
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .offcanvas #off-canvas-left-desk {
    display: none;
  }
}
.offcanvas #off-canvas-left-resp {
  display: none;
}
@media screen and (max-width: 576px) {
  .offcanvas #off-canvas-left-resp {
    display: inline-block;
  }
}
.offcanvas .off-canvas-right {
  position: absolute;
  right: -130px;
  top: -50px;
}
.offcanvas #off-canvas-right-desk {
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .offcanvas #off-canvas-right-desk {
    display: none;
  }
}
.offcanvas #off-canvas-right-resp {
  display: none;
}
@media screen and (max-width: 576px) {
  .offcanvas #off-canvas-right-resp {
    display: inline-block;
  }
}
.offcanvas.offcanvas-top {
  width: 100%;
  height: 100%;
}
.offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}
.offcanvas .offcanvas-body ul.social_links {
  color: #11115B;
  list-style: none;
  padding-inline-start: 0;
}
.offcanvas .offcanvas-body ul.social_links li {
  display: inline-block;
  height: 35px;
  width: 35px;
  background-color: #EEF3FF;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .offcanvas .offcanvas-body ul.social_links li {
    height: 45px;
    width: 45px;
  }
}
.offcanvas .offcanvas-body ul.social_links li a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  color: #11115B;
}
@media screen and (min-width: 768px) {
  .offcanvas .offcanvas-body ul.social_links li a {
    font-size: 1.3em;
  }
}
.offcanvas .offcanvas-body ul.general-links {
  list-style: none;
  padding-inline-start: 0;
}
.offcanvas .offcanvas-body ul.general-links a {
  color: #ffffff;
  text-decoration: underline;
}
.offcanvas .offcanvas-body .threeD.don {
  text-decoration: none;
  transition: transform 0.1s;
  box-shadow: #000000 5px 5px 0 0;
  background-color: #4456D8;
  line-height: 1;
  color: #ffffff;
  z-index: 11;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
}
.offcanvas .offcanvas-body .threeD.don:hover {
  transform: translate(2px, 2px);
  box-shadow: #000000 2px 2px 0 0;
}
.offcanvas-backdrop.show {
  opacity: 0;
  display: none;
}
/*--------------------------------------
  sections
--------------------------------------*/
#the_home_header {
  position: absolute;
  background-color: transparent;
  z-index: 20;
  padding: 1% 2%;
  top: 0;
  width: 100%;
}
#the_home_header .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #the_home_header .content .company-logo {
    width: 80px;
  }
}
#the_home_header .right-btns-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  position: fixed;
  right: 2%;
}
@media screen and (max-width: 992px) {
  #the_home_header .right-btns-block {
    right: auto;
    position: relative;
  }
}
#the_home_header .right-btns-block .menu-toggle {
  position: relative;
  transition: transform 0.1s;
  box-shadow: #11115B 5px 5px 0 0;
  background-color: #FFC91F;
  line-height: 1;
  color: #11115B;
  width: 50px;
  height: 50px;
  z-index: 11;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
#the_home_header .right-btns-block .menu-toggle:hover {
  transform: translate(2px, 2px);
  box-shadow: #11115B 2px 2px 0 0;
}
#the_footer ul {
  list-style-type: none;
}
#the_footer .mentions {
  text-align: center;
}
#the_footer .mentions ul {
  padding-inline-start: 0;
}
#the_footer .mentions li {
  display: inline-block;
  margin: 0 5px;
}
#the_footer .mentions li a {
  color: #11115B;
  text-decoration: underline;
}
#the_footer .mentions li a:hover {
  color: #4456D8;
}
#the_footer .wrap_news {
  display: inline-block;
  height: auto;
  position: relative;
  margin-bottom: 40px;
}
#the_footer #left-dog {
  display: none;
}
@media screen and (min-width: 768px) {
  #the_footer #left-dog {
    display: inline-block;
    height: 150px;
    position: absolute;
    bottom: 10px;
    left: -100px;
  }
}
#the_footer #right-dog {
  display: none;
}
@media screen and (min-width: 768px) {
  #the_footer #right-dog {
    display: inline-block;
    height: 150px;
    position: absolute;
    bottom: 10px;
    right: -140px;
  }
}
#the_footer .newsletter-block {
  position: relative;
  display: inline-block;
  z-index: 2;
  max-width: 360px;
  margin: 0 auto;
  padding: 20px;
  background-color: #4456D8;
  border-radius: 20px;
  text-align: center;
  color: #ffffff;
}
#the_footer .newsletter-block h2 {
  font-family: 'Paytone One', sans-serif;
}
#the_footer .newsletter-block form {
  text-align: start;
}
#the_footer .newsletter-block form .threeD {
  position: relative;
  transition: transform 0.1s;
  box-shadow: #11115B 5px 5px 0 0;
  background-color: #FFC91F;
  line-height: 1;
  color: #11115B;
  width: 120px;
  height: 40px;
  z-index: 11;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}
#the_footer .newsletter-block form .threeD:hover {
  transform: translate(2px, 2px);
  box-shadow: #11115B 2px 2px 0 0;
}
#the_footer .site-map-block {
  padding-top: 2em;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #the_footer .site-map-block {
    padding-top: 0;
    text-align: start;
  }
}
#the_footer .site-map-block h2 {
  font-family: 'Paytone One', sans-serif;
  color: #11115B;
}
#the_footer .site-map-block ul.general-links {
  padding-inline-start: 0;
}
#the_footer .site-map-block ul.general-links a {
  color: #11115B;
  text-decoration: underline;
}
#the_footer #logo-ffac-footer {
  max-width: 120px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #the_footer #logo-ffac-footer {
    height: 100px;
    position: absolute;
    bottom: 20%;
    right: 0;
  }
}
.audio-access [aria-pressed="true"] {
  border: 2px solid red;
  background: #fafaae;
}
.audio-access [aria-pressed="false"] {
  border: 2px solid #000;
}
.audio-access .visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.audioplayer {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  margin: 1em 0;
  padding: 0 24px;
  width: 100%;
  height: 96px;
  align-items: center;
  border: none;
  border-radius: 4px;
  background: transparent;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .audioplayer {
    padding: 0px !important;
  }
}
.audioplayer audio {
  position: absolute;
}
.audioplayer-playpause {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  order: 1;
}
.audioplayer-playpause p {
  text-indent: -1e+21px !important;
  overflow: hidden;
  border: none !important;
  position: absolute;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
  background: rgba(91, 130, 255, 0.1);
}
.audioplayer-playing .audioplayer-playpause:hover {
  background: rgba(235, 79, 26, 0.1);
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause span {
  content: '';
  justify-content: center;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 7px solid transparent;
  border-right: none;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffffff;
}
.audioplayer-playing .audioplayer-playpause span {
  content: '';
  display: flex;
  justify-content: space-between;
  width: 12px;
  height: 14px;
  position: relative;
}
.audioplayer-playing .audioplayer-playpause span::before {
  display: none !important;
}
.audioplayer-playing .audioplayer-playpause span::after {
  content: '\e914';
  color: #ffffff;
  font-family: 'start' !important;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
.audioplayer-time {
  display: flex;
  width: 40px;
  justify-content: center;
  font-size: 12px;
  color: #ffffff;
  order: 2;
}
.audioplayer-time-current {
  margin-left: 4px;
  order: 2;
}
.audioplayer-time-duration {
  margin-right: 5px;
  order: 3;
}
/* --- BARRE DE PROGRESSION PRINCIPALE --- */
.audioplayer-bar {
  position: relative;
  display: flex;
  margin: 0 12px;
  height: 12px;
  flex-basis: 0;
  flex-grow: 1;
  cursor: pointer;
  order: 4;
}
.audioplayer-bar::before {
  content: '';
  position: absolute;
  top: 5px;
  width: 100%;
  height: 2px;
  background-color: #DDE2E6;
}
.audioplayer-bar > div {
  position: absolute;
  left: 0;
  top: 5px;
}
.audioplayer-bar-loaded {
  z-index: 1;
  height: 4px;
  background: #97a9b8;
}
.audioplayer-bar-played {
  flex-direction: row-reverse;
  z-index: 2;
  height: 4px;
  background-color: #ffffff;
}
/* Curseur barre principale */
.audioplayer-bar-played::after {
  display: flex;
  position: absolute;
  content: '';
  box-sizing: border-box;
  top: -9px;
  right: -11px;
  margin-right: 5px;
  width: 22px;
  height: 22px;
  background-color: #00FFC4;
  border-radius: 60px;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
  border: 2px solid;
}
.audioplayer-playing .audioplayer-bar-played::after {
  border: 2px solid #0059FF;
}
/* --- CONTENEUR GLOBAL DU VOLUME --- */
.audioplayer-volume {
  display: flex;
  align-items: center;
  order: 5;
}
.audioplayer-volume-button {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.audioplayer-volume-button a {
  display: flex;
  width: 6px;
  height: 8px;
  background-color: #ffffff;
  position: relative;
}
.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: '';
  position: absolute;
}
.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 9px solid #ffffff;
  border-bottom: 8px solid transparent;
  border-left: none;
  top: -4px;
}
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  left: 10px;
  top: 0px;
  width: 6px;
  height: 6px;
  border: 6px double #ffffff;
  border-width: 6px 6px 0 0;
  border-radius: 0 12px 0 0;
  transform: rotate(45deg);
}
.audioplayer-mute .audioplayer-volume-button a:before {
  border-right: 9px solid;
}
/* --- BARRE ET AJUSTEMENT DU VOLUME --- */
.audioplayer-volume-adjust {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
/* Zone réceptive globale pour le clic volume (alignée à 12px sur .audioplayer-bar) */
.audioplayer-volume-adjust > div {
  position: relative;
  display: flex;
  width: 60px;
  height: 12px;
  cursor: pointer;
  background-color: transparent;
  /* Masque le fond pour utiliser le ::before */
}
/* Ligne grise de fond (piste) */
.audioplayer-volume-adjust > div::before {
  content: '';
  position: absolute;
  top: 5px;
  width: 100%;
  height: 2px;
  background-color: #DDE2E6;
}
/* Jauge jaune active (Volume actuel) */
.audioplayer-volume-adjust div div {
  position: absolute;
  top: 5px !important;
  left: 0;
  height: 2px !important;
  background-color: #00FFC4;
}
/* LE NOUVEAU PETIT CURSEUR DU VOLUME (Rond vert fluo suiveur) */
.audioplayer-volume-adjust div div::after {
  display: flex;
  position: absolute;
  content: '';
  box-sizing: border-box;
  top: -9px;
  right: -11px;
  width: 22px;
  height: 22px;
  background-color: #00FFC4;
  border-radius: 50%;
  border: 2px solid #0059FF !important;
  cursor: pointer;
}
/* --- BOUTON DE VITESSE ET RESPONSIVE --- */
.audioplayer-speed {
  color: #ffffff !important;
}
@media screen and (max-width: 679px) {
  .audioplayer-volume-adjust {
    display: none;
  }
}
/*--------------------------------------
  pages
--------------------------------------*/
#home-section-top {
  position: relative;
  min-height: 100vh;
  height: auto;
  width: 100%;
  background: #ffffff;
  background: radial-gradient(circle, #ffffff 0%, #EEF3FF 30%);
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  text-align: center;
  padding-top: 120px;
}
@media screen and (min-width: 992px) {
  #home-section-top {
    justify-content: center;
    height: 100vh;
  }
}
@media screen and (min-width: 1200px) {
  #home-section-top {
    width: 100%;
  }
}
#home-section-top #home-big-logo {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  #home-section-top .floating {
    -webkit-animation-name: none !important;
    animation-name: none!important;
    visibility: visible!important;
  }
}
@media screen and (max-width: 992px) {
  #home-section-top #firts_title {
    -webkit-animation-name: none !important;
    animation-name: none!important;
    visibility: visible!important;
  }
}
#home-section-top #home-nature-left,
#home-section-top #home-nature-right {
  position: absolute;
  bottom: 0;
  width: 30%;
}
@media screen and (min-width: 425px) {
  #home-section-top #home-nature-left,
  #home-section-top #home-nature-right {
    width: 30%;
  }
}
@media screen and (max-width: 992px) {
  #home-section-top #home-nature-left,
  #home-section-top #home-nature-right {
    -webkit-animation-name: none !important;
    animation-name: none!important;
    visibility: visible!important;
  }
}
#home-section-top #home-nature-left {
  left: 0;
  opacity: 0;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
@media screen and (min-width: 767px) {
  #home-section-top #home-nature-left {
    width: 40%;
  }
}
@media screen and (min-width: 992px) {
  #home-section-top #home-nature-left {
    width: 30%;
  }
}
@media screen and (max-width: 992px) {
  #home-section-top #home-nature-left {
    -webkit-animation-name: none !important;
    animation-name: none!important;
    visibility: visible!important;
    opacity: 1;
  }
}
#home-section-top #home-nature-right {
  right: 0;
  opacity: 0;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
@media screen and (min-width: 767px) {
  #home-section-top #home-nature-right {
    width: 30%;
  }
}
@media screen and (min-width: 992px) {
  #home-section-top #home-nature-right {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  #home-section-top #home-nature-right {
    width: 20%;
  }
}
@media screen and (max-width: 992px) {
  #home-section-top #home-nature-right {
    -webkit-animation-name: none !important;
    animation-name: none!important;
    visibility: visible!important;
    opacity: 1;
  }
}
#home-section-top #home-characters-left {
  position: absolute;
  left: 0;
  bottom: 150px;
  width: 35%;
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
@media screen and (min-width: 992px) {
  #home-section-top #home-characters-left {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #home-section-top #home-characters-left {
    width: 30%;
    left: 3%;
    bottom: 100px;
  }
}
@media screen and (min-width: 1600px) {
  #home-section-top #home-characters-left {
    width: 35%;
    left: 0;
  }
}
#home-section-top #home-characters-right {
  position: absolute;
  right: 5%;
  bottom: 150px;
  display: none;
  width: 30%;
  opacity: 0;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
@media screen and (min-width: 992px) {
  #home-section-top #home-characters-right {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #home-section-top #home-characters-right {
    width: 25%;
    right: 10%;
    bottom: 80px;
  }
}
@media screen and (min-width: 1600px) {
  #home-section-top #home-characters-right {
    right: 8%;
    width: 30%;
  }
}
#home-section-top .content {
  display: flex;
  flex-direction: column;
}
#home-section-top .content h1 {
  line-height: 24px;
}
#home-section-top .content h2,
#home-section-top .content h3,
#home-section-top .content h1 {
  text-transform: uppercase;
  padding: 10px;
  border-radius: 10px;
}
#home-section-top .content h2 span,
#home-section-top .content h3 span,
#home-section-top .content h1 span {
  background-color: #11115B;
  padding: 10px 15px;
  border-radius: 10px;
}
#home-section-top .content span.h2 {
  font-size: 25px;
  margin-bottom: 0;
  padding: 7px 15px;
}
@media screen and (min-width: 992px) {
  #home-section-top .content span.h2 {
    display: inline-block;
    font-size: 35px;
  }
}
#home-section-top .content span.h3 {
  margin-bottom: 0;
  font-size: 13px;
  padding: 7px 15px;
}
@media screen and (min-width: 992px) {
  #home-section-top .content span.h3 {
    display: inline-block;
    font-size: 20px;
    margin-top: -15px;
  }
}
#home-section-top .content #home-big-logo {
  display: none;
  max-width: 100%;
  height: auto;
  width: 419px;
}
@media screen and (min-width: 992px) {
  #home-section-top .content #home-big-logo {
    display: inline-block;
  }
}
#home-section-top .content #home-resp {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  #home-section-top .content #home-resp {
    max-width: 420px;
  }
}
@media screen and (min-width: 992px) {
  #home-section-top .content #home-resp {
    display: none;
  }
}
#home-section-top .content a {
  display: none;
}
@media screen and (min-width: 992px) {
  #home-section-top .content a {
    display: inline-block;
  }
}
#home-section-top .content a span.icon-ctrl-down {
  margin-top: 50px;
  font-weight: bold;
  font-size: 2em;
}
.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%);
  }
}
#home-section-video {
  position: relative;
  padding: 0;
}
#home-section-video div.bg_purple {
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  #home-section-video div.bg_purple {
    height: 400px;
  }
}
#home-section-video .content {
  padding: 3em;
  position: relative;
  z-index: 3;
  text-align: center;
}
#home-section-video .content h2 {
  color: #ffffff;
  font-family: 'Paytone One', sans-serif;
  text-transform: uppercase;
}
#home-section-video video {
  max-width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#home-section-video video.focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0.4rem #dc3545 !important;
}
#home-section-video .video {
  position: relative;
  display: flex;
  z-index: 3;
  justify-content: center;
  margin: 0 auto;
  max-width: 90%;
}
#home-section-video .video:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 992px) {
  #home-section-video .video {
    max-width: 928px;
  }
}
#home-section-video #videoTranscription {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  #home-section-video #videoTranscription {
    max-width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  #home-section-video #videoTranscription {
    max-width: 928px;
  }
}
#home-section-video #videoTranscription .accordion-button::after {
  width: 20px;
  height: 15px;
  background-image: url(../svg/chevron_down.svg);
}
#home-section-video #videoTranscription .accordion-item:first-of-type > .accordion-header .accordion-button {
  color: #ffffff;
  font-family: "Luciole", sans-serif;
  background-color: #4456D8;
}
#home-section-video #videoTranscription .accordion-item:first-of-type > .accordion-header .accordion-button.collapsed {
  background-color: #11115B;
}
#home-section-carte {
  max-width: 90%;
  margin: 0 auto;
  /*
  &.shape-after{
    &:after{
    content: '';
    position: absolute;
    bottom: 10px;
    left:0;
    right: 0;
    margin: 0 auto;
    background-image: url(../img/section-bottom-shape.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 221px;
    height: 39px;
    z-index: 0;

    @media screen and (min-width: 992px){
        bottom:10px;
        right:25%;
        left: unset;
    }
  }*/
}
@media screen and (min-width: 1024px) {
  #home-section-carte {
    max-width: unset;
  }
}
#home-section-carte .content {
  max-width: 992px;
  margin: 0 auto;
  background-color: #11115B;
  border-radius: 20px;
  padding: 0 30px;
}
#home-section-carte .content #text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
#home-section-carte .content #text-content h2 {
  text-transform: uppercase;
  font-family: "Paytone One", sans-serif;
  color: #FFC91F;
}
@media screen and (min-width: 992px) {
  #home-section-carte .content #text-content {
    padding: 0;
  }
}
#home-section-social {
  padding-top: 0;
}
#home-section-social h2 {
  text-transform: uppercase;
  font-family: "Paytone One", sans-serif;
  color: #11115B;
}
#home-section-social ul.social_links {
  list-style: none;
  padding-inline-start: 0;
}
#home-section-social ul.social_links li {
  display: inline-block;
  height: 35px;
  width: 35px;
  background-color: #11115B;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  #home-section-social ul.social_links li {
    height: 45px;
    width: 45px;
  }
}
#home-section-social ul.social_links li a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  color: #EEF3FF;
}
@media screen and (min-width: 768px) {
  #home-section-social ul.social_links li a {
    font-size: 1.3em;
  }
}
.prefooter_dog {
  max-width: 100%;
  width: 738px;
  height: auto;
  margin-bottom: 20px;
}
.bi::before,
[class*=" bi-"]::before,
[class^=bi-]::before {
  line-height: unset!important;
  vertical-align: unset!important;
}
#home-section-programme .header_section {
  text-align: center;
  width: 100%;
}
#home-section-programme h2 {
  color: #11115B;
  font-family: 'Paytone One', sans-serif;
  text-transform: uppercase;
  max-width: 600px;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  #home-section-programme h2 {
    max-width: 100%;
  }
}
#home-section-programme h3 {
  display: flex;
  flex-direction: row;
  font-family: 'Paytone One', sans-serif;
  color: #11115B;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 20px auto 40px;
  align-items: center;
}
#home-section-programme h3:before,
#home-section-programme h3:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid rgba(17, 17, 91, 0.1);
  margin: 0 auto;
}
#home-section-programme h3 span {
  background-color: #EEF3FF;
  padding: 0 20px;
}
#home-section-programme .card-program {
  max-width: 350px;
  padding: 20px 30px 30px;
  border-radius: 20px;
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}
#home-section-programme .card-program:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0.4rem #dc3545 !important;
}
#home-section-programme .card-program h4 {
  font-family: 'Paytone One', sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
}
#home-section-programme .card-program p.horaires {
  margin-top: 20px;
  font-size: 1rem;
  margin-bottom: 0;
}
#home-section-programme .card-program p.ville {
  font-size: 0.8rem;
  margin-bottom: 0;
}
#home-section-programme .card-program .association-logo {
  max-width: 200px;
}
#home-section-programme .card-program .threeD {
  position: relative;
  transition: transform 0.1s;
  box-shadow: #000000 5px 5px 0 0;
  background-color: #FFC91F;
  line-height: 1;
  color: #000000;
  height: 40px;
  z-index: 11;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  padding: 0 10px;
}
#home-section-programme .card-program .threeD:hover {
  transform: translate(2px, 2px);
  box-shadow: #000000 2px 2px 0 0;
}
#home-section-programme .h-90 {
  height: 90px;
}
#home-section-programme .h-80 {
  height: 80px;
}
#home-section-programme .h-70 {
  height: 70px;
}
.section-map {
  display: inline-block;
  background: none;
  padding: 0;
  /*
==============================================
MAP style
==============================================
*/
}
@media screen and (min-width: 992px) {
  .section-map .map {
    margin: -40px auto -70px;
  }
}
.section-map .svg_map_container {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-color: none;
  margin-top: -50px;
}
@media screen and (min-width: 992px) {
  .section-map .svg_map_container {
    max-width: 700px;
    left: -50px;
    top: -50px;
  }
}
.section-map .svg_map_container svg .st0 {
  fill: #00898B;
}
.section-map .svg_map_container svg .st1 {
  fill: #20CDFF;
}
.section-map .svg_map_container svg .st2 {
  fill: #FFC91F;
}
.section-map .svg_map_container svg .st3 {
  fill: #4456D8;
}
.section-map .svg_map_container svg .st4 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 19;
  stroke-miterlimit: 10;
}
.section-map .svg_map_container svg .st5 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF;
  stroke: #1D1D1B;
  stroke-miterlimit: 10;
}
.section-map .svg_map_container svg .st6 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF;
}
.section-map .svg_map_container svg .st7 {
  fill: #20CDFF;
}
.section-map .svg_map_container svg .st8 {
  fill: #20CDFF;
}
.section-map .svg_map_container svg .st9 {
  fill: #FFC91F;
}
.section-map .svg_map_container svg .st10 {
  fill: #FFC91F;
}
.section-map .svg_map_container .area_spot {
  z-index: 888;
  position: relative;
}
.section-map .svg_map_container .area_spot .svg_hover {
  opacity: 0;
  visibility: hidden;
}
.section-map .svg_map_container .area_spot:hover .area_fill {
  fill: #11115B;
  cursor: pointer;
}
.section-map .svg_map_container .area_spot:hover .svg_hover {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pullDown;
  animation-name: pullDown;
  visibility: visible;
  opacity: 1;
}
.dash-separator {
  position: relative;
  margin-left: 10px;
}
.dash-separator:before {
  content: "-";
  text-decoration: none;
  position: absolute;
  left: -10px;
}
/*
==============================================
pullDown
==============================================
*/
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}
@keyframes pullDown {
  0% {
    transform: scaleY(1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(1);
  }
  40% {
    -webkit-transform: scaleY(1.02);
  }
  60% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(1);
  }
}
#programme-section-top {
  position: relative;
  background: #ffffff;
  background: radial-gradient(circle, #ffffff 0%, #EEF3FF 30%);
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  text-align: center;
}
#programme-section-top h1 {
  font-family: 'Paytone One', sans-serif;
  color: #11115B;
  text-transform: uppercase;
  margin-bottom: 5%;
  font-size: 30px;
  max-width: 760px;
}
#programme-section-top .content .btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#programme-section-top .content .btn-container .btn {
  display: inline-block;
}
#programme-section-top .content .btn-container a:first-child {
  margin: 20px 5px;
}
#programme-section-top .content .btn-container a:last-child {
  margin: 0 5px;
}
#programme-section-top .content .btn-container .threeD-yellow {
  transition: transform 0.1s;
  box-shadow: #11115B 5px 5px 0 0;
  background-color: #FFC91F;
  line-height: 1;
  color: #11115B;
  z-index: 1;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
}
#programme-section-top .content .btn-container .threeD-yellow:hover {
  transform: translate(2px, 2px);
  box-shadow: #11115B 2px 2px 0 0;
}
#programme-section-top .programme-content {
  max-width: 576px;
}
#programme-section-top .programme-content .heure {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #programme-section-top .programme-content .heure {
    text-align: end;
  }
}
#programme-section-top .programme-content .heure span.h3 {
  color: #4456D8;
  font-size: 1em;
  font-weight: bold;
  padding-right: 10px;
}
#programme-section-top .programme-content .description {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #programme-section-top .programme-content .description {
    text-align: start;
  }
}
#programme-section-video .presentation {
  text-align: left;
  max-width: 90%;
}
#programme-section-video .presentation ul {
  list-style-type: none;
}
@media screen and (min-width: 992px) {
  #programme-section-video .presentation {
    max-width: 60%;
  }
}
#programme-section-video div.bg_purple {
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  #programme-section-video div.bg_purple {
    height: 400px;
  }
}
#programme-section-video .content {
  padding: 0;
  position: relative;
  z-index: 3;
  text-align: center;
}
#programme-section-video .content h2 {
  color: #ffffff;
  font-family: 'Paytone One', sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#programme-section-video .content h2.accordion-header {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  #programme-section-video .content {
    padding: 0 3em 3em;
  }
}
#programme-section-video video {
  max-width: 100%;
}
#programme-section-video .video {
  position: relative;
  display: flex;
  z-index: 3;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 90%;
}
@media screen and (min-width: 1024px) {
  #programme-section-video .video {
    max-width: 70%;
  }
}
#programme-section-video #videoTranscription {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #programme-section-video #videoTranscription {
    max-width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  #programme-section-video #videoTranscription {
    max-width: 60%;
  }
}
#programme-section-video #videoTranscription .accordion-button::after {
  width: 20px;
  height: 15px;
  background-image: url(../svg/chevron_down.svg);
}
#programme-section-video #videoTranscription .accordion-item:first-of-type > .accordion-header .accordion-button {
  color: #ffffff;
  font-family: "Luciole", sans-serif;
  background-color: #4456D8;
}
#programme-section-video #videoTranscription .accordion-item:first-of-type > .accordion-header .accordion-button.collapsed {
  background-color: #11115B;
}
#programme-section-association {
  padding: 4em 0;
}
#programme-section-association h2 {
  color: #11115B;
  text-transform: uppercase;
  font-family: "Paytone One", sans-serif;
  text-align: center;
}
#programme-section-association .content {
  background-color: #11115B;
  color: #ffffff;
  max-width: 90%;
  border-radius: 20px;
  padding: 30px 10px;
}
@media screen and (min-width: 992px) {
  #programme-section-association .content {
    padding: 30px;
  }
}
@media screen and (min-width: 992px) {
  #programme-section-association .content {
    min-height: 450px;
    max-width: 80%;
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  #programme-section-association .content {
    max-width: 70%;
  }
}
@media screen and (min-width: 1400px) {
  #programme-section-association .content {
    max-width: 60%;
  }
}
#programme-section-association .content .left {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  #programme-section-association .content .left {
    align-items: start;
  }
}
#programme-section-association .content .left .logo-ecole {
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  #programme-section-association .content .left .logo-ecole {
    max-width: 250px;
  }
}
@media screen and (min-width: 992px) {
  #programme-section-association .content .left .logo-ecole {
    max-width: 200px;
  }
}
#programme-section-association .content .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  #programme-section-association .content .right {
    padding: 0 10%;
  }
}
#programme-section-association .content .right h3 {
  font-family: 'Paytone One', sans-serif;
}
#programme-section-association .content .right .size_s {
  font-size: 1.25rem;
}
#programme-section-association .content .right .size_xs {
  font-size: 1rem;
}
#programme-section-association .content .right ul.social_links {
  color: #11115B;
  list-style: none;
  padding-inline-start: 0;
}
#programme-section-association .content .right ul.social_links li {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #EEF3FF;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  #programme-section-association .content .right ul.social_links li {
    height: 35px;
    width: 35px;
  }
}
#programme-section-association .content .right ul.social_links li a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
  color: #11115B;
}
@media screen and (min-width: 768px) {
  #programme-section-association .content .right ul.social_links li a {
    font-size: 1.1em;
  }
}
#programme-section-association .content .right .threeD {
  transition: transform 0.1s;
  box-shadow: #000000 5px 5px 0 0;
  background-color: #4456D8;
  line-height: 1;
  color: #ffffff;
  z-index: 11;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
}
#programme-section-association .content .right .threeD:hover {
  transform: translate(2px, 2px);
  box-shadow: #000000 2px 2px 0 0;
}
#programme-section-association .content #chiens-top {
  display: none;
}
@media screen and (min-width: 992px) {
  #programme-section-association .content #chiens-top {
    display: inline-block;
    position: absolute;
    top: -180px;
    left: -30px;
    max-width: 200px;
  }
}
@media screen and (min-width: 1400px) {
  #programme-section-association .content #chiens-top {
    max-width: 250px;
    top: -230px;
  }
}
#programme-section-association .content #chiens-bottom {
  display: none;
}
@media screen and (min-width: 992px) {
  #programme-section-association .content #chiens-bottom {
    display: inline-block;
    position: absolute;
    bottom: -70px;
    left: 30px;
    max-width: 300px;
  }
}
@media screen and (min-width: 1400px) {
  #programme-section-association .content #chiens-bottom {
    max-width: 350px;
    bottom: -80px;
  }
}
#programme-section-carousel {
  background: #11115B;
  padding: 50px 0;
}
#programme-section-carousel h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Paytone One', sans-serif;
  color: #ffffff;
}
#programme-section-carousel .carousel .slide-img {
  max-width: 90%;
  margin: 0 auto;
  border: 3px solid #ffffff;
  border-radius: 10px;
}
#programme-section-carousel .carousel .slick-dots {
  bottom: -40px;
}
#programme-section-carousel .carousel .slick-dots li button:before {
  font-size: 10px;
  color: #ffffff;
  opacity: 1;
}
#programme-section-carousel .carousel .slick-dots li.slick-active button:before {
  color: #FFC91F;
}
#don-section-top {
  position: relative;
  width: 100%;
  background: #ffffff;
  background: radial-gradient(circle, #ffffff 0%, #EEF3FF 30%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #don-section-top {
    height: 100vh;
  }
}
#don-section-top .content {
  text-align: center;
}
@media screen and (min-width: 992px) {
  #don-section-top .content {
    text-align: start;
  }
}
#don-section-top .content .left {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  #don-section-top .content .left {
    padding-top: 0;
  }
}
#don-section-top .content .left img {
  max-width: 200px;
}
@media screen and (min-width: 992px) {
  #don-section-top .content .left img {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #don-section-top .content .left {
    justify-content: end;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  #don-section-top .content .right {
    padding: 5% 8% 0;
  }
}
#don-section-top .content .right h1 {
  text-transform: uppercase;
  font-family: 'Paytone One', sans-serif;
  color: #11115B;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  #don-section-top .content .right p {
    text-align: start;
  }
}
@media screen and (min-width: 992px) {
  #don-section-don {
    padding: 100px 0 0;
  }
}
#don-section-don .don-card-container {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  #don-section-don .don-card-container:first-child {
    padding-top: 100px;
  }
}
@media screen and (min-width: 992px) {
  #don-section-don .don-card-container:last-child {
    padding-top: 150px;
  }
}
#don-section-don .don-card-container .don-card {
  position: relative;
  text-align: center;
  max-width: 360px;
  padding: 75px 30px 30px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 150px;
}
#don-section-don .don-card-container .don-card:last-child {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  #don-section-don .don-card-container .don-card {
    padding: 100px 30px 30px;
    margin-bottom: 0;
  }
}
#don-section-don .don-card-container .don-card .don-card-img {
  max-width: 150px;
  margin: 0 auto;
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 992px) {
  #don-section-don .don-card-container .don-card .don-card-img {
    top: -100px;
    max-width: 200px;
  }
}
#don-section-don .don-card-container .don-card .h2,
#don-section-don .don-card-container .don-card .h3 {
  font-family: 'Paytone One', sans-serif;
}
#don-section-don .don-card-container .don-card .h2,
#don-section-don .don-card-container .don-card .h3,
#don-section-don .don-card-container .don-card .h4 {
  color: #11115B;
}
#don-section-don .don-card-container .don-card .h2 {
  font-size: 2em;
}
@media screen and (min-width: 992px) {
  #don-section-don .don-card-container .don-card .h2 {
    font-size: 3em;
    margin: 20px auto 0;
  }
}
#don-section-don .don-card-container .don-card .h3 {
  font-size: 1em;
  line-height: 1.2em;
}
@media screen and (min-width: 992px) {
  #don-section-don .don-card-container .don-card .h3 {
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 20px auto 40px;
  }
}
#don-section-don .don-card-container .don-card .h4 {
  font-size: 1em;
}
@media screen and (min-width: 992px) {
  #don-section-don .don-card-container .don-card .h4 {
    font-size: 0.8em;
  }
}
#don-section-don .don-card-container .don-card .threeD {
  position: relative;
  transition: transform 0.1s;
  box-shadow: #11115B 5px 8px 0 0;
  background-color: #4456D8;
  line-height: 1;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-size: 1.2em;
  padding: 13px 20px 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  #don-section-don .don-card-container .don-card .threeD {
    margin-top: 20px;
  }
}
#don-section-don .don-card-container .don-card .threeD:hover {
  transform: translate(2px, 2px);
  box-shadow: #11115B 2px 2px 0 0;
}
#don-section-arguments {
  text-align: center;
  background-color: #11115B;
  color: #ffffff;
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  #don-section-arguments {
    padding: 100px 0;
  }
}
#don-section-arguments h2 {
  color: #FFC91F;
  font-size: 2em;
}
@media screen and (min-width: 992px) {
  #don-section-arguments h2 {
    font-size: 3em;
  }
}
#don-section-arguments h2,
#don-section-arguments h3,
#don-section-arguments h4 {
  font-family: 'Paytone One', sans-serif;
  text-transform: uppercase;
}
#don-section-arguments .h4 {
  margin-top: 30px;
  font-size: 2.4em;
  font-family: 'Paytone One', sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#don-section-arguments p {
  max-width: 250px;
  margin: 0 auto;
}
#don-section-arguments .h3 {
  font-family: 'Paytone One', sans-serif;
  text-transform: uppercase;
  max-width: 100%;
}
#don-section-map {
  padding: 50px 0;
  overflow: hidden;
}
#don-section-map h2 {
  text-align: center;
  color: #11115B;
  text-transform: uppercase;
  font-weight: bold;
}
#don-section-map .container.content .nav-pills {
  position: relative;
}
#don-section-map .container.content .nav-pills .btn.active {
  border-color: transparent !important;
}
#don-section-map .container.content .nav-pills .threeD {
  position: relative;
  transition: transform 0.1s;
  box-shadow: #000000 5px 5px 0 0;
  line-height: 1;
  height: 40px;
  z-index: 11;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  padding: 0 10px;
}
#don-section-map .container.content .nav-pills .threeD.purple {
  color: #ffffff;
  background-color: #4456D8;
}
#don-section-map .container.content .nav-pills .threeD.yellow {
  color: #000000;
  background-color: #FFC91F;
}
#don-section-map .container.content .nav-pills .threeD:hover,
#don-section-map .container.content .nav-pills .threeD:active {
  transform: translate(2px, 2px);
  box-shadow: #000000 2px 2px 0 0;
}
#don-section-map .container.content .section-map {
  position: relative;
  z-index: 3;
}
#don-section-map .container.content .section-map .svg_map_container {
  max-width: 500px;
}
@media screen and (min-width: 992px) {
  #don-section-map .container.content .section-map .svg_map_container {
    margin: 50px auto;
  }
}
#don-section-map .container.content .section-map #chien-1 {
  display: none;
}
@media screen and (min-width: 1200px) {
  #don-section-map .container.content .section-map #chien-1 {
    display: block;
    position: absolute;
    left: -15%;
    bottom: 200px;
  }
}
#don-section-map .container.content .section-map #chien-2 {
  display: none;
}
@media screen and (min-width: 1200px) {
  #don-section-map .container.content .section-map #chien-2 {
    display: block;
    position: absolute;
    right: -15%;
    bottom: 200px;
  }
}
#don-section-map .container.content .section-map li {
  list-style-type: none;
}
#don-section-map .container.content .text-list-categories {
  color: #11115B;
}
#don-section-map .container.content .text-list-categories h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#don-section-map .container.content .asso-block {
  margin-bottom: 20px;
}
#don-section-map .container.content .asso-block h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}
#don-section-map .container.content .asso-block a {
  color: #4456D8;
  text-decoration: underline;
}
#don-section-map .container.content .assos-list {
  padding-left: 0;
}
#don-section-map .container.content .assos-list li {
  list-style: none;
}
#don-section-map .container.content .assos-list.region-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#don-section-map .container.content .assos-list.region-list .asso-block {
  flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  #don-section-map .container.content .assos-list.region-list .asso-block {
    flex-basis: 50%;
    padding-right: 20px;
  }
}
#don-section-entites {
  text-align: center;
  background: #11115B;
  padding: 100px 0;
}
#don-section-entites h2 {
  text-transform: uppercase;
  color: #FFC91F;
  font-weight: bold;
}
#don-section-entites .entites,
#don-section-entites .elevage {
  margin: 30px auto;
}
@media screen and (min-width: 1200px) {
  #don-section-entites .entites,
  #don-section-entites .elevage {
    margin: 50px auto;
  }
}
#don-section-entites h3 {
  display: flex;
  flex-direction: row;
  font-family: 'Paytone One', sans-serif;
  color: #11115B;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 20px auto 40px;
  align-items: center;
}
#don-section-entites h3:before,
#don-section-entites h3:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid rgba(17, 17, 91, 0.1);
  margin: 0 auto;
}
#don-section-entites h3 span {
  background-color: #EEF3FF;
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  #don-section-entites .col-12:nth-child(2) {
    padding-top: 30px;
  }
}
#don-section-entites .card-program {
  max-width: 350px;
  padding: 20px 30px 30px;
  border-radius: 20px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}
#don-section-entites .card-program:hover {
  transform: translateY(-15px);
}
#don-section-entites .card-program:hover .threeD {
  transform: translate(2px, 2px);
  box-shadow: #000000 2px 2px 0 0;
}
#don-section-entites .card-program h3 {
  font-family: 'Paytone One', sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  color: #ffffff;
}
#don-section-entites .card-program p.ville {
  font-size: 0.8rem;
  margin-bottom: 20px;
}
#don-section-entites .card-program .association-logo {
  max-width: 200px;
}
#don-section-entites .card-program .threeD {
  position: relative;
  transition: transform 0.1s;
  box-shadow: #000000 5px 5px 0 0;
  background-color: #FFC91F;
  line-height: 1;
  color: #000000;
  height: 40px;
  z-index: 11;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px auto;
  padding: 0 10px;
}
#don-section-entites .card-program .threeD:hover {
  transform: translate(2px, 2px);
  box-shadow: #000000 2px 2px 0 0;
}
#don-section-entites .card-program .threeD-white {
  position: relative;
  transition: transform 0.1s;
  box-shadow: #000000 5px 5px 0 0;
  background-color: #ffffff;
  line-height: 1;
  color: #000000;
  height: 40px;
  z-index: 11;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px auto;
  padding: 0 10px;
}
#don-section-entites .card-program .threeD-white:hover {
  transform: translate(2px, 2px);
  box-shadow: #000000 2px 2px 0 0;
}
#don-section-entites .h-90 {
  height: 90px;
}
#don-section-entites .h-80 {
  height: 80px;
}
#don-section-entites .h-70 {
  height: 70px;
}
#don-section-social {
  padding-top: 50px;
}
#don-section-social h2 {
  text-transform: uppercase;
  font-family: "Paytone One", sans-serif;
  color: #11115B;
}
#don-section-social ul.social_links {
  list-style: none;
  padding-inline-start: 0;
}
#don-section-social ul.social_links li {
  display: inline-block;
  height: 35px;
  width: 35px;
  background-color: #11115B;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  #don-section-social ul.social_links li {
    height: 60px;
    width: 60px;
  }
}
#don-section-social ul.social_links li a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  color: #EEF3FF;
}
@media screen and (min-width: 768px) {
  #don-section-social ul.social_links li a {
    font-size: 1.6em;
  }
}
.modal_map .modal-header {
  border: none;
  border-bottom: none;
}
.modal_map .modal-body {
  text-align: center;
}
.modal_map .modal-body .modal-body-content {
  flex-direction: column;
  padding-bottom: 30px;
}
.modal_map .modal-body .modal-title {
  color: #11115B;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .modal_map .modal-body .modal-title {
    padding: 20px 50px;
  }
}
.modal_map .modal-body .block-img {
  display: inline-block;
  max-width: 200px;
  margin: 0 auto;
}
.modal_map .modal-body .block-img.xs {
  max-width: 100px;
}
.modal_map .modal-body .block-img.sm {
  max-width: 150px;
}
.modal_map .modal-body .threeD {
  display: inline-block;
  transition: transform 0.1s;
  box-shadow: #000000 5px 5px 0 0;
  background-color: #FFC91F;
  line-height: 1;
  color: #000000;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 5px auto;
  padding: 10px 15px;
}
.modal_map .modal-body .threeD:hover {
  transform: translate(2px, 2px);
  box-shadow: #000000 2px 2px 0 0;
}
.modal_map .modal-body .threeD.purple {
  display: inline-block;
  transition: transform 0.1s;
  box-shadow: #000000 5px 5px 0 0;
  background-color: #4456D8;
  line-height: 1;
  color: #ffffff;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 5px auto;
  padding: 10px 15px;
}
.modal_map .modal-body .threeD.purple:hover {
  transform: translate(2px, 2px);
  box-shadow: #000000 2px 2px 0 0;
}
#famille-section-top {
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
  width: 100%;
  background: #ffffff;
  background: radial-gradient(circle, #ffffff 0%, #EEF3FF 30%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #famille-section-top {
    height: 100vh;
  }
}
#famille-section-top .content {
  text-align: center;
}
@media screen and (min-width: 992px) {
  #famille-section-top .content {
    text-align: start;
  }
}
#famille-section-top .content .row:last-child {
  position: absolute;
  left: 0;
  right: 0;
}
#famille-section-top .content .left {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  #famille-section-top .content .left {
    padding-top: 0;
  }
}
#famille-section-top .content .left img {
  max-width: 200px;
}
@media screen and (min-width: 992px) {
  #famille-section-top .content .left img {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #famille-section-top .content .left {
    justify-content: end;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  #famille-section-top .content .right {
    padding: 5% 8% 0;
  }
}
#famille-section-top .content .right h1 {
  text-transform: uppercase;
  font-family: "Paytone One", sans-serif;
  color: #11115B;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  #famille-section-top .content .right p {
    text-align: start;
  }
}
#famille-section-top .content span.icon-ctrl-down {
  margin: 20px auto;
  font-weight: bold;
  font-size: 2em;
}
@media screen and (min-width: 768px) {
  #famille-section-top .content span.icon-ctrl-down {
    margin-top: 50px;
  }
}
#famille-section-mission {
  background: #11115B;
  color: #ffffff;
  padding: 50px 0 20px;
}
#famille-section-mission h2 {
  text-transform: uppercase;
  font-family: "Paytone One", sans-serif;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  #famille-section-mission h2 {
    font-size: 2.4rem;
    padding-top: 30px;
  }
}
#famille-section-mission .content {
  padding: 20px 0 50px;
}
@media screen and (min-width: 992px) {
  #famille-section-mission .content {
    padding: 0 0 50px;
  }
}
#famille-section-mission .content .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  #famille-section-mission .content .col-12:first-child {
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  #famille-section-mission .content .col-12:first-child .h3 {
    margin-bottom: 30px;
    text-align: start;
  }
}
#famille-section-mission .content .col-12:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 992px) {
  #famille-section-mission .content .col-12:nth-child(2) {
    padding: 80px 0 0;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  #famille-section-mission .content .col-12:nth-child(2) .h3 {
    padding-left: 30px;
    margin-bottom: 50px;
    text-align: start;
  }
}
@media screen and (min-width: 992px) {
  #famille-section-mission .content .col-12:nth-child(3) {
    padding: 0 50px 0 100px;
    align-items: start;
  }
}
@media screen and (min-width: 992px) {
  #famille-section-mission .content .col-12:nth-child(3) .h3 {
    margin: 0;
    text-align: start;
  }
}
@media screen and (min-width: 992px) {
  #famille-section-mission .content .col-12:nth-child(4) {
    padding: 100px 0 50px;
    align-items: end;
  }
}
#famille-section-mission .content .col-12:last-child {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #famille-section-mission .content .col-12:last-child {
    margin: 50px auto 0;
    max-width: 70%;
  }
}
@media screen and (min-width: 992px) {
  #famille-section-mission .content .col-12:last-child {
    margin: 0 auto;
    max-width: 50%;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  #famille-section-mission .content .col-12:last-child .h3 {
    margin-top: 20px;
    text-align: center;
  }
}
#famille-section-mission .content .col-12 .h3 {
  font-size: 1em;
  line-height: 1.6em;
  text-align: center;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  #famille-section-mission .content .col-12 .h3 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  #famille-section-mission .content .col-12 .h3 {
    max-width: 350px;
  }
}
#famille-section-mission .content .img-container {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #famille-section-mission .content .img-container {
    max-width: 60%;
  }
}
@media screen and (min-width: 992px) {
  #famille-section-mission .content .img-container {
    max-width: 400px;
  }
}
#famille-section-mission .content .img-container .mission-deco.left,
#famille-section-mission .content .img-container .mission-deco.right {
  display: none;
}
@media screen and (min-width: 992px) {
  #famille-section-mission .content .img-container .mission-deco.left,
  #famille-section-mission .content .img-container .mission-deco.right {
    display: inline-block;
  }
}
#famille-section-mission .content .img-container.one {
  position: relative;
}
#famille-section-mission .content .img-container.one .mission-deco.left {
  position: absolute;
  z-index: 3;
  bottom: -20px;
  left: 20px;
}
#famille-section-mission .content .img-container.one .mission-deco.right {
  position: absolute;
  bottom: 0;
  right: -55px;
}
#famille-section-mission .content .img-container.two {
  position: relative;
}
#famille-section-mission .content .img-container.two .mission-deco.left {
  position: absolute;
  z-index: 3;
  bottom: -5px;
  left: 5px;
}
#famille-section-mission .content .img-container.two .mission-deco.right {
  position: absolute;
  z-index: 3;
  bottom: -30px;
  right: 10px;
}
#famille-section-mission .content .img-container.three {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  #famille-section-mission .content .img-container.three {
    margin: unset;
  }
}
#famille-section-mission .content .img-container.three .mission-deco.left {
  position: absolute;
  z-index: 3;
  bottom: -15px;
  left: -30px;
}
#famille-section-mission .content .img-container.three .mission-deco.right {
  position: absolute;
  z-index: 1;
  bottom: -10px;
  right: -40px;
}
#famille-section-mission .content .mission-img {
  border-radius: 20px;
  border: 4px solid #ffffff;
}
#famille-section-mission .content .mission-img.one {
  position: relative;
  z-index: 2;
  transform: rotate(-3deg);
}
#famille-section-mission .content .mission-img.two {
  position: relative;
  text-align: end;
  z-index: 2;
  transform: rotate(3deg);
}
#famille-section-mission .content .mission-img.three {
  position: relative;
  z-index: 2;
  transform: rotate(-3deg);
}
@media screen and (min-width: 992px) {
  #famille-section-mission .content .mission-img.three {
    transform: rotate(0deg);
  }
}
#famille-section-carousel {
  padding: 50px 0;
}
#famille-section-carousel h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Paytone One', sans-serif;
  color: #11115B;
}
#famille-section-carousel .row {
  margin-top: 3rem;
}
#famille-section-formulaire {
  position: relative;
  padding: 0;
}
#famille-section-formulaire div.bg_darkBlue {
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  #famille-section-formulaire div.bg_darkBlue {
    height: 300px;
  }
}
#famille-section-formulaire .content {
  position: relative;
  z-index: 3;
  padding-top: 2em;
}
@media screen and (min-width: 992px) {
  #famille-section-formulaire .content {
    padding: 3em;
  }
}
#famille-section-formulaire .content form {
  background-color: white;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
#famille-section-formulaire .content form h2 {
  font-family: "Paytone One", sans-serif;
  color: #11115B;
  text-transform: uppercase;
  text-align: center;
}
#famille-section-formulaire .content form p {
  font-size: 0.8em;
  text-align: center;
}
#famille-section-formulaire .content form .xsmaller {
  font-size: 0.6em;
}
@media screen and (min-width: 768px) {
  #famille-section-formulaire .content form {
    padding: 50px 30px;
    max-width: 80%;
  }
}
@media screen and (min-width: 992px) {
  #famille-section-formulaire .content form {
    padding: 50px 30px;
    max-width: 50%;
  }
}
#famille-section-formulaire .content form .threeD {
  transition: transform 0.1s;
  box-shadow: #11115B 5px 5px 0 0;
  background-color: #FFC91F;
  line-height: 1;
  color: #11115B;
  z-index: 1;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 13px 15px 10px;
}
#famille-section-formulaire .content form .threeD:hover {
  transform: translate(2px, 2px);
  box-shadow: #11115B 2px 2px 0 0;
}
#chien-section-top {
  overflow: hidden;
  background: #ffffff;
  background: radial-gradient(circle, #ffffff 0%, #EEF3FF 30%);
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 3rem 0;
}
@media screen and (min-width: 992px) {
  #chien-section-top {
    height: 100vh;
  }
}
#chien-section-top p br {
  margin-bottom: 1rem;
  display: inline-block;
}
#chien-section-top .content {
  text-align: center;
}
@media screen and (min-width: 992px) {
  #chien-section-top .content {
    text-align: start;
  }
}
#chien-section-top .content .row:last-child {
  position: absolute;
  left: 0;
  right: 0;
}
#chien-section-top .content .left {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  #chien-section-top .content .left {
    padding-top: 0;
  }
}
#chien-section-top .content .left img {
  max-width: 200px;
}
@media screen and (min-width: 992px) {
  #chien-section-top .content .left img {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #chien-section-top .content .left {
    justify-content: end;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  #chien-section-top .content .right {
    padding: 5% 8% 0;
  }
}
#chien-section-top .content .right h1 {
  text-transform: uppercase;
  font-family: "Paytone One", sans-serif;
  color: #11115B;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  #chien-section-top .content .right p {
    text-align: start;
  }
}
#chien-section-top .content span.icon-ctrl-down {
  font-weight: bold;
  font-size: 2em;
}
@media screen and (min-width: 768px) {
  #chien-section-top .content span.icon-ctrl-down {
    margin-top: 50px;
  }
}
#chien-section-etape {
  background: #11115B;
  color: #ffffff;
  padding: 50px 0;
}
#chien-section-etape h2 {
  font-family: "Paytone One", sans-serif;
  text-align: center;
}
#chien-section-etape .content .row {
  padding: 30px 0;
}
#chien-section-etape .content .row .col-12.col-img {
  display: flex;
  justify-content: center;
}
#chien-section-etape .content .row .col-12 .flex {
  display: flex;
  align-items: end;
  justify-content: center;
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  #chien-section-etape .content .row .col-12 .flex {
    padding-top: 0;
    justify-content: start;
  }
}
#chien-section-etape .content .row .col-12 .flex h3 {
  font-weight: bold;
  margin-left: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  #chien-section-etape .content .row .col-12 .flex h3 {
    margin-bottom: 10px;
  }
}
#chien-section-etape .content .row .col-12 .flex .patte {
  width: 40px;
}
@media screen and (min-width: 992px) {
  #chien-section-etape .content .row .col-12 .flex .patte {
    width: 60px;
  }
}
#chien-section-etape .content .row .col-12 p {
  padding-top: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #chien-section-etape .content .row .col-12 p {
    text-align: start;
  }
}
#chien-section-etape .content .row .col-12 .img-container {
  position: relative;
  display: inline-block;
  text-align: center;
}
#chien-section-etape .content .row .col-12 .img-container .etape-img {
  position: relative;
  z-index: 2;
  border-radius: 100%;
  border: 4px solid #ffffff;
  width: 200px;
}
@media screen and (min-width: 992px) {
  #chien-section-etape .content .row .col-12 .img-container .etape-img {
    width: 360px;
  }
}
#chien-section-etape .content .row .col-12 .img-container .etape-deco {
  position: absolute;
}
#chien-section-etape .content .row .col-12 .img-container .etape-deco.top {
  left: -50px;
}
@media screen and (min-width: 992px) {
  #chien-section-etape .content .row .col-12 .img-container .etape-deco.top {
    left: -15px;
  }
}
#chien-section-etape .content .row .col-12 .img-container .etape-deco.bottom {
  right: -30px;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  #chien-section-etape .content .row .col-12 .img-container .etape-deco.bottom {
    bottom: 20px;
    right: -15px;
  }
}
#chien-section-faq h2 {
  font-family: "Paytone One", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #chien-section-faq .container {
    max-width: 90%;
  }
}
#chien-section-faq .container #faq {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #chien-section-faq .container #faq {
    max-width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  #chien-section-faq .container #faq {
    max-width: 60%;
  }
}
#chien-section-faq .container #faq .accordion-button {
  font-style: italic;
  font-weight: bold;
  line-height: 1.6em;
  border-radius: 20px;
  padding: 16px 50px 16px 20px;
}
#chien-section-faq .container #faq .accordion-button::after {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 15px;
  background-image: url(../svg/chevron_down.svg);
}
#chien-section-faq .container #faq .accordion-item {
  background: none;
  border: 0;
  margin: 10px auto;
}
#chien-section-faq .container #faq .accordion-item > .accordion-header .accordion-button {
  color: #ffffff;
  font-family: "Luciole", sans-serif;
  background-color: #4456D8;
}
#chien-section-faq .container #faq .accordion-item > .accordion-header .accordion-button.collapsed {
  background-color: #11115B;
}
#chien-section-faq .container #faq .accordion-body {
  margin-top: 10px;
  border-radius: 20px;
  border: 1px solid #11115B;
  background: #ffffff;
  color: #11115B;
}
#chien-section-faq .container #faq .accordion-body h3 {
  font-size: 1rem;
  text-align: left;
}
#temoignages-section-top {
  position: relative;
  width: 100%;
  background: #ffffff;
  background: radial-gradient(circle, #ffffff 0%, #EEF3FF 30%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #temoignages-section-top {
    height: 100vh;
  }
}
#temoignages-section-top h1 {
  font-family: 'Paytone One', sans-serif;
  color: #11115B;
  text-transform: uppercase;
  margin-bottom: 5%;
}
#temoignages-section-top .content {
  text-align: center;
}
@media screen and (min-width: 992px) {
  #temoignages-section-top .content {
    text-align: start;
  }
}
#temoignages-section-top .content .left {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  #temoignages-section-top .content .left {
    padding-top: 0;
  }
}
#temoignages-section-top .content .left img {
  max-width: 200px;
}
@media screen and (min-width: 992px) {
  #temoignages-section-top .content .left img {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #temoignages-section-top .content .left {
    justify-content: end;
    align-items: center;
  }
}
#temoignages-section-top .content .right {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  #temoignages-section-top .content .right {
    padding: 5% 8% 0;
  }
}
#temoignages-section-top .content .right h1 {
  text-transform: uppercase;
  font-family: "Paytone One", sans-serif;
  color: #11115B;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  #temoignages-section-top .content .right p {
    text-align: start;
  }
}
#temoignages-section-videos {
  background: #11115B;
  color: #ffffff;
  padding: 50px 0 0;
}
#temoignages-section-videos .col-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#temoignages-section-videos .podcast_info {
  margin-top: 20px;
  order: 2;
}
#temoignages-section-videos .podcast_info h3 {
  font-size: 16px;
  font-family: 'Luciole', sans-serif;
  color: #ffffff;
  text-align: center;
}
#temoignages-section-videos .podcast_info h3 span {
  color: #FFC91F;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  #temoignages-section-videos {
    padding: 50px 0;
  }
}
#temoignages-section-videos .rotate-1 {
  transform: rotate(-1deg);
}
@media screen and (min-width: 992px) {
  #temoignages-section-videos .rotate-1 {
    transform: rotate(-4deg);
  }
}
#temoignages-section-videos .rotate-2 {
  transform: rotate(1deg);
}
@media screen and (min-width: 992px) {
  #temoignages-section-videos .rotate-2 {
    transform: rotate(5deg);
  }
}
#temoignages-section-videos h2 {
  font-family: "Paytone One", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
#temoignages-section-videos .content {
  padding: 50px 0;
}
#temoignages-section-videos .content .col-12 {
  text-align: center;
  padding-bottom: 50px;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  #temoignages-section-videos .content .col-12 {
    padding-bottom: unset;
  }
}
@media screen and (min-width: 992px) {
  #temoignages-section-videos .content .col-12:nth-child(1) {
    padding-bottom: 100px;
  }
}
#temoignages-section-videos .content .col-12 .modal-video-trigger {
  position: relative;
  display: inline-block;
  max-width: 70%;
  margin: 0 auto;
  cursor: pointer;
  order: 1;
}
@media screen and (min-width: 992px) {
  #temoignages-section-videos .content .col-12 .modal-video-trigger {
    max-width: 400px;
  }
}
#temoignages-section-videos .content .col-12 .modal-video-trigger .temoignage-video-img {
  position: relative;
  z-index: 2;
  display: inline-block;
  max-width: 100%;
  border-radius: 20px;
  border: 4px solid #ffffff;
}
#temoignages-section-videos .content .col-12 .modal-video-trigger .btn-play {
  position: absolute;
  width: 50px;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#temoignages-section-videos .content .col-12 .modal-video-trigger .temoignage-video-deco {
  position: absolute;
  max-width: 60px;
}
#temoignages-section-videos .content .col-12 .modal-video-trigger .temoignage-video-deco.one.left {
  z-index: 2;
  bottom: -10px;
  left: 0;
}
@media screen and (min-width: 992px) {
  #temoignages-section-videos .content .col-12 .modal-video-trigger .temoignage-video-deco.one.left {
    bottom: -20px;
    left: 5%;
  }
}
#temoignages-section-videos .content .col-12 .modal-video-trigger .temoignage-video-deco.one.right {
  z-index: 1;
  bottom: 10px;
  right: -13%;
}
@media screen and (min-width: 768px) {
  #temoignages-section-videos .content .col-12 .modal-video-trigger .temoignage-video-deco.one.right {
    bottom: 5%;
    right: -10%;
  }
}
@media screen and (min-width: 992px) {
  #temoignages-section-videos .content .col-12 .modal-video-trigger .temoignage-video-deco.one.right {
    bottom: 5%;
    right: -13%;
  }
}
#temoignages-section-videos .content .col-12 .modal-video-trigger .temoignage-video-deco.two.left {
  z-index: 2;
  bottom: 0;
  left: 2%;
}
#temoignages-section-videos .content .col-12 .modal-video-trigger .temoignage-video-deco.two.right {
  z-index: 2;
  right: 3%;
  bottom: -20px;
}
@media screen and (min-width: 992px) {
  #temoignages-section-videos .content .col-12 .modal-video-trigger .temoignage-video-deco.two.right {
    bottom: -40px;
    right: 5%;
  }
}
#temoignages-section-videos .content .col-12 .modal-video-trigger .temoignage-video-deco.three.left {
  z-index: 2;
  bottom: -15px;
  left: 0;
}
#temoignages-section-videos .content .col-12 .modal-video-trigger .temoignage-video-deco.three.right {
  z-index: 1;
  bottom: -10px;
  right: -10%;
}
@media screen and (min-width: 768px) {
  #temoignages-section-videos .content .col-12 .modal-video-trigger .temoignage-video-deco.three.right {
    right: -8%;
  }
}
@media screen and (min-width: 992px) {
  #temoignages-section-videos .content .col-12 .modal-video-trigger .temoignage-video-deco.three.right {
    right: -10%;
  }
}
#temoignages-section-videos .content .col-12 .modal-video-trigger .temoignage-video-deco.four.left {
  z-index: 2;
  bottom: -20px;
  left: 5%;
}
#temoignages-section-videos .content .col-12 .modal-video-trigger .temoignage-video-deco.four.right {
  z-index: 1;
  bottom: 10%;
  right: -10%;
}
.modal.video .picto.bi.bi-x {
  font-size: 3em;
  color: #11115B;
  font-weight: 900;
}
.modal.video .modal-header {
  border-bottom: 0;
  padding: 0 0 10px 0;
  justify-content: end;
}
.modal.video .modal-content {
  border: none;
}
.modal.video .modal-body {
  padding: 0 20px 10px;
}
.modal.video .modal-body video {
  max-width: 100%;
}
.modal.video .modal-body .accordion.video {
  margin: 0 auto;
}
.modal.video .modal-body .accordion.video .accordion-button::after {
  width: 20px;
  height: 15px;
  background-image: url(../svg/chevron_down.svg);
}
.modal.video .modal-body .accordion.video .accordion-item:first-of-type > .accordion-header .accordion-button {
  color: #ffffff;
  font-family: "Luciole", sans-serif;
  background-color: #4456D8;
}
.modal.video .modal-body .accordion.video .accordion-item:first-of-type > .accordion-header .accordion-button.collapsed {
  background-color: #11115B;
}
#temoignages-section-audio {
  padding: 50px 0 0;
}
#temoignages-section-audio h2 {
  font-family: "Paytone One", sans-serif;
  color: #11115B;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
#temoignages-section-audio h3 {
  font-size: 16px;
}
#temoignages-section-audio .col-12 {
  padding: 20px;
}
#temoignages-section-audio .col-12 .temoignage-audio-container {
  position: relative;
  background-color: #4456D8;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  color: #ffffff;
}
#temoignages-section-audio .col-12 .temoignage-audio-container p.temoignage {
  font-weight: bold;
  font-style: italic;
  font-size: 1rem;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  #temoignages-section-audio .col-12 .temoignage-audio-container p.temoignage {
    font-size: 1.4rem;
  }
}
#temoignages-section-audio .col-12 .temoignage-audio-container .threeD {
  position: relative;
  transition: transform 0.1s;
  box-shadow: #11115B 5px 5px 0 0;
  background-color: #FFC91F;
  line-height: 1;
  color: #11115B;
  z-index: 11;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  padding: 13px 20px 10px;
  text-transform: uppercase;
  font-weight: bold;
}
#temoignages-section-audio .col-12 .temoignage-audio-container .threeD:hover {
  transform: translate(2px, 2px);
  box-shadow: #11115B 2px 2px 0 0;
}
#temoignages-section-audio .col-12 .temoignage-audio-container img {
  position: absolute;
  max-width: 60px;
}
#temoignages-section-audio .col-12 .temoignage-audio-container img.guillemet-haut {
  top: -20px;
  left: 20px;
}
#temoignages-section-audio .col-12 .temoignage-audio-container img.guillemet-bas {
  bottom: -20px;
  right: 20px;
}
.modal.audio .picto.bi.bi-x {
  font-size: 3em;
  color: #11115B;
  font-weight: 900;
}
.modal.audio .modal-header {
  border-bottom: 0;
  padding: 0;
  justify-content: end;
}
.modal.audio .modal-content {
  border: none;
}
.modal.audio .modal-body {
  padding: 0 20px 10px;
}
.modal.audio .modal-body .audioplayer {
  background-color: #4456D8;
}
.modal.audio .modal-body .audioplayer .audioplayer-bar-played::after {
  background-color: #FFC91F;
  border: 2px solid #FFC91F !important;
}
.modal.audio .accordion.audio {
  margin: 0 auto;
  max-width: 100%;
}
.modal.audio .accordion.audio .accordion-button::after {
  width: 20px;
  height: 15px;
  background-image: url(../svg/chevron_down.svg);
}
.modal.audio .accordion.audio .accordion-item:first-of-type > .accordion-header .accordion-button {
  color: #ffffff;
  font-family: "Luciole", sans-serif;
  background-color: #4456D8;
}
.modal.audio .accordion.audio .accordion-item:first-of-type > .accordion-header .accordion-button.collapsed {
  background-color: #11115B;
}
/* Règle ultra-spécifique pour écraser le reset d'Axeptio injecté par GTM */
html body #axeptio_overlay .needsclick *:focus,
html body [id^="axeptio"] *:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0.4rem #dc3545 !important;
}
