@charset "UTF-8";
/*--------------------------------------
  VARIABLES COLORS
--------------------------------------*/
/*--------------------------------------
  QUICK COLOR STYLES
--------------------------------------*/
/* BACKGROUNDS */
.bg_white {
  background: #ffffff;
}
.bg_black {
  background: #000000;
}
.bg_grey {
  background: #f7f7f7;
}
/* FONT COLORS */
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.green {
  color: #00bbbf;
}
.orange {
  color: #ff5100;
}
.red {
  color: #df3601;
}
.grey {
  color: #f7f7f7;
}
.darkgreen {
  color: #0c8487;
}
.blue {
  color: #0e2e5f;
}
/*--------------------------------------
  GENERAL STYLES
--------------------------------------*/
body {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #ffffff;
  color: #000000;
  margin: 0;
  padding: 0;
  border: 0 none;
  min-height: 100%;
  width: 100%;
  height: 100%;
  font-size: 1rem;
}
body.is-fixed {
  padding-top: 0;
}
body.modal-is-visible {
  overflow: hidden;
}
body.burger-is-visible {
  overflow: hidden;
}
span.green,
a.green,
p.green {
  color: #00bbbf !important;
}
span.orange,
a.orange,
p.orange {
  color: #ff5100 !important;
}
span.red,
a.red,
p.red {
  color: #df3601 !important;
}
span.blue,
a.blue,
p.blue {
  color: #0e2e5f !important;
}
span.darkgreen,
a.darkgreen,
p.darkgreen {
  color: #0c8487 !important;
}
span.black,
a.black,
p.black {
  color: #000000 !important;
}
span.white,
a.white,
p.white {
  color: #ffffff !important;
}
main {
  float: left;
  height: auto;
  z-index: 2;
  width: 100%;
  background: #f7f7f7;
  display: inline-block;
}
.mano {
  font-family: 'Verveine', sans-serif;
}
/* SECTION STYLE */
section {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
section .header_section {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
}
section .content_section {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
}
section .footer_section {
  width: 100%;
  height: auto;
  position: relative;
}
/* WRAPPERS */
.wrap {
  width: 100%;
  display: inline-block;
  height: auto;
}
.wrapper {
  width: 1200px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    width: 90% !important;
  }
}
.small_wrap {
  max-width: 900px;
  display: block;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .small_wrap {
    width: 95%;
  }
}
/* QUICK LAYOUT STYLES */
.lighter {
  font-weight: 100;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.extra {
  font-weight: 800;
}
.italic {
  font-style: italic;
}
.section-title {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
}
/* ------------------- */
iframe {
  border: none;
  max-width: 100%;
  display: inline-block;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
button {
  background: none;
  border: none;
}
button:focus {
  outline: dashed grey 0.5px;
}
/* QUICK VISIBILITY FOR ANIM */
.invisible {
  visibility: hidden;
}
.animated {
  visibility: visible;
}
/* ILLUSTRATION */
img {
  max-width: 100%;
  height: auto;
}
.illustration {
  display: inline-block;
  position: relative;
  width: 100%;
}
.illustration.logo .img {
  background-size: contain;
}
.illustration .img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.illustration .img img {
  position: absolute;
  height: 0;
  opacity: 0;
}
.illustration a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.img-block {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  padding-top: 56.25%;
  top: 0;
  left: 0;
}
.video-btn {
  height: 100%;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
.overlined_title {
  font-size: 34px;
  color: #000000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  line-height: 1.3;
  padding: 2px 0;
  width: 100%;
  margin: 20px auto;
  opacity: 1;
  display: inline-block;
  position: relative;
  width: auto;
  z-index: 2;
  letter-spacing: 1px;
}
@media screen and (max-width: 992px) {
  .overlined_title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .overlined_title {
    font-size: 20px;
    line-height: 34px;
  }
}
.overlined_title span {
  background-color: #ffffff;
  color: #000000;
  display: inline;
  padding: 0.45rem  1rem;
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.overlined_title span.no_bg {
  background: none;
  padding: 0px;
}
.overlined_title.white {
  color: #000000 !important;
}
.overlined_title.white span {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.overlined_title.blue {
  color: #ffffff !important;
}
.overlined_title.blue span {
  background-color: #0e2e5f !important;
  color: #ffffff !important;
}
.overlined_title.red {
  color: #ffffff !important;
}
.overlined_title.red span {
  background-color: #df3601 !important;
  color: #ffffff !important;
}
.overlined_title.orange {
  color: #ffffff !important;
}
.overlined_title.orange span {
  background-color: #ff5100 !important;
  color: #ffffff !important;
}
.overlined_title.green {
  color: #ffffff !important;
}
.overlined_title.green span {
  background-color: #00bbbf !important;
  color: #ffffff !important;
}
.overlined_title.black {
  color: #ffffff !important;
}
.overlined_title.black span {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.overlined_title.darkgreen {
  color: #ffffff !important;
}
.overlined_title.darkgreen span {
  background-color: #0c8487 !important;
  color: #ffffff !important;
}
.overlined_title.left {
  text-align: left !important;
}
@media screen and (max-width: 992px) {
  .overlined_title.left {
    text-align: center !important;
  }
}
.overlined_title.right {
  text-align: right !important;
}
@media screen and (max-width: 992px) {
  .overlined_title.right {
    text-align: center !important;
  }
}
.overlined_title.center {
  text-align: center !important;
}
.overlined_title.deco_1:before {
  content: "";
  width: 41px;
  height: 43px;
  background-image: url("../../medias/tittle_deco_3_pois.svg");
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  bottom: 0px;
  left: -50px;
}
.overlined_title.deco_1:after {
  content: "";
  width: 34px;
  height: 40px;
  background-image: url("../../medias/tittle_deco_2_pois.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -35px;
  right: -40px;
}
.overlined_title.deco_2:before {
  content: "";
  width: 41px;
  height: 43px;
  background-image: url("../../medias/tittle_deco_2_pois.svg");
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  bottom: 0px;
  left: -50px;
}
.overlined_title.deco_2:after {
  content: "";
  width: 34px;
  height: 40px;
  background-image: url("../../medias/tittle_deco_3_pois.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -35px;
  right: -40px;
}
.overlined_title.deco_3:before {
  content: "";
  width: 41px;
  height: 43px;
  background-image: url("../../medias/tittle_deco_2_pois.svg");
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  top: -30px;
  left: -50px;
}
.overlined_title.deco_3:after {
  content: "";
  width: 41px;
  height: 43px;
  background-image: url("../../medias/tittle_deco_3_pois.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -35px;
  right: -40px;
}
@media screen and (max-height: 762px) and (min-width: 1000px) {
  .overlined_title {
    font-size: 30px;
    line-height: 40px;
  }
}
/*--------------------------------------
  IMPORTS
--------------------------------------*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*---------------------------------------------------
  CUSTOM MIXINS 
---------------------------------------------------*/
/* CUSTOM-GRADIENT */
/* Implementation 
#someDiv {
    .custom-gradient(left, #663333, #333333);
}
*/
/* QUICK-GRADIENT */
/* Implementation 
#somediv {
    background-color: BADA55;
    .quick-gradient(top, 0.2);
}
*/
/* WEBKIT-REFLECTION */
/* Implementation 
#somediv {
    .reflect(20%, 0.2);
}
*/
/* box-shadow with alpha */
/* Implementation 
#somediv {
    .box-shadow-custom(5px, 5px, 6px, 0.3);
}
*/
/*! Prefix flex for IE10 and Safari / iOS in LESS
* https://gist.github.com/codler/2148ba4ff096a19f08ea
* Copyright (c) 2014 Han Lin Yap http://yap.nu; MIT license */
/* These are the conditional mixins for the different syntax for IE10 Flexbox */
/*--------------------------------------
  FONTS IMPORT
--------------------------------------*/
@font-face {
  font-family: 'start';
  src: url('../fonts/start.eot?kywm21');
  src: url('../fonts/start.eot?kywm21#iefix') format('embedded-opentype'), url('../fonts/start.ttf?kywm21') format('truetype'), url('../fonts/start.woff?kywm21') format('woff'), url('../fonts/start.svg?kywm21#start') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*Neue Haas Grotesk Display Pro roman */
/* Neue Haas Grotesk Display Proroman italic */
/* Neue Haas Grotesk Display Pro bold */
/* Neue Haas Grotesk Display Pro bold italic */
/* Neue Haas Grotesk Display Problack italic */
/*Neue Haas Grotesk Display Pro black normal */
.picto {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'start' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-linkedin-button-logo:before {
  content: "\e90b";
}
.icon-quote1:before {
  content: "\e914";
}
.icon-quote2:before {
  content: "\e916";
}
.icon-family:before {
  content: "\e917";
}
.icon-jump:before {
  content: "\e91a";
}
.icon-people:before {
  content: "\e91b";
}
.icon-planete:before {
  content: "\e91c";
}
.icon-plant:before {
  content: "\e91e";
}
.icon-arrow-left:before {
  content: "\e905";
}
.icon-arrow-right:before {
  content: "\e90a";
}
.icon-Composant-4--2:before {
  content: "\e90d";
}
.icon-facebook-2:before {
  content: "\e90e";
}
.icon-facebook:before {
  content: "\e913";
}
.icon-twitter-1:before {
  content: "\e918";
}
.icon-youtube-1:before {
  content: "\e919";
}
.icon-burger-nav-light:before {
  content: "\e904";
}
.icon-ohc_heart:before {
  content: "\e909";
}
.icon-modify:before {
  content: "\e908";
}
.icon-search:before {
  content: "\e986";
}
.icon-letter:before {
  content: "\e911";
}
.icon-location2:before {
  content: "\e915";
}
.icon-user:before {
  content: "\e91d";
}
.icon-star-full:before {
  content: "\e921";
}
.icon-heart:before {
  content: "\e922";
}
.icon-youtube22:before {
  content: "\e926";
}
.icon-ctrl-up:before {
  content: "\e900";
}
.icon-ctrl-down:before {
  content: "\e901";
}
.icon-ctrl-left:before {
  content: "\e902";
}
.icon-ctrl-right:before {
  content: "\e903";
}
.icon-home:before {
  content: "\e907";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-checkmark2:before {
  content: "\ea11";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-play2:before {
  content: "\ea15";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
.icon-checkbox-unchecked:before {
  content: "\ea53";
}
.icon-radio-checked:before {
  content: "\ea54";
}
.icon-radio-checked2:before {
  content: "\ea55";
}
.icon-radio-unchecked:before {
  content: "\ea56";
}
.icon-google-plus:before {
  content: "\e90c";
}
.icon-instagram:before {
  content: "\e925";
}
.icon-facebook-logo:before {
  content: "\e912";
}
.icon-twitter2:before {
  content: "\ea91";
}
.icon-youtube3:before {
  content: "\e90f";
}
.icon-play:before {
  content: "\e906";
}
.icon-linkedin-logo:before {
  content: "\e910";
}
.icon-share:before {
  content: "\e924";
}
.icon-construction:before {
  content: "\e91f";
}
.icon-bell:before {
  content: "\e920";
}
.icon-coeur:before {
  content: "\e923";
}
.icon-maison:before {
  content: "\e927";
}
.icon-pause .path1:before {
  content: "\e928";
  color: #f24646;
}
.icon-pause .path2:before {
  content: "\e929";
  margin-left: -1em;
  color: #ffffff;
}
.icon-people1:before {
  content: "\e92a";
}
.icon-play1 .path1:before {
  content: "\e92b";
  color: #f24646;
}
.icon-play1 .path2:before {
  content: "\e92c";
  margin-left: -1em;
  color: #fffcee;
}
.icon-private:before {
  content: "\e92d";
}
.icon-samll_heart:before {
  content: "\e92e";
}
.icon-shield:before {
  content: "\e92f";
}
.icon-youtube:before {
  content: "\e930";
}
.icon-quote:before {
  content: "\e931";
}
.icon-mute:before {
  content: "\e932";
}
.icon-volume:before {
  content: "\e933";
}
.icon-volume2 .path1:before {
  content: "\e934";
  color: #f24646;
}
.icon-volume2 .path2:before {
  content: "\e935";
  margin-left: -1em;
  color: #ffffff;
}
.icon-volume2 .path3:before {
  content: "\e936";
  margin-left: -1em;
  color: #ffffff;
}
.icon-volume2 .path4:before {
  content: "\e937";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mute2 .path1:before {
  content: "\e938";
  color: #f24646;
}
.icon-mute2 .path2:before {
  content: "\e939";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mute2 .path3:before {
  content: "\e93a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mail:before {
  content: "\e93b";
}
.icon-facebook_circle:before {
  content: "\e93c";
}
.icon-twitter_circle:before {
  content: "\e93d";
}
.icon-insta_circle:before {
  content: "\e93e";
}
.icon-youtube_circle:before {
  content: "\e93f";
}
.icon-close_bt:before {
  content: "\e940";
}
.icon-new_quote:before {
  content: "\e941";
}
.icon-new_close:before {
  content: "\e942";
}
.icon-d_arrows_right:before {
  content: "\e943";
}
.icon-d_arrows_left:before {
  content: "\e944";
}
.icon-d_arrows_down:before {
  content: "\e945";
}
.icon-fleche0:before {
  content: "\e946";
}
.icon-fleche7:before {
  content: "\e947";
}
.icon-fleche6:before {
  content: "\e948";
}
.icon-fleche5:before {
  content: "\e949";
}
.icon-fleche4:before {
  content: "\e94a";
}
.icon-fleche3:before {
  content: "\e94b";
}
.icon-fleche2:before {
  content: "\e94c";
}
.icon-fleche1:before {
  content: "\e94d";
}
.icon-box:before {
  content: "\e94e";
}
.icon-close:before {
  content: "\e94f";
}
.icon-truck:before {
  content: "\e950";
  color: #dd1728;
}
.icon-quote_armee:before {
  content: "\e951";
  color: #dd1728;
}
.icon-round_right .path1:before {
  content: "\e952";
  color: #db002e;
}
.icon-round_right .path2:before {
  content: "\e954";
  margin-left: -1em;
  color: #ffffff;
}
.icon-round_left .path1:before {
  content: "\e955";
  color: #db002e;
}
.icon-round_left .path2:before {
  content: "\e956";
  margin-left: -1em;
  color: #ffffff;
}
.icon-euro:before {
  content: "\e957";
  color: #dd1728;
}
.icon-puffer-coat:before {
  content: "\e958";
}
.icon-meal:before {
  content: "\e959";
}
.icon-family_x2C__parents_x2C__group_x2C__marriage_x2C__people_1:before {
  content: "\e95a";
}
.icon-donate:before {
  content: "\e95b";
}
.icon-delivery-truck:before {
  content: "\e95c";
}
.icon-delivery-box:before {
  content: "\e95d";
}
.icon-Groupe-229:before {
  content: "\e95e";
}
.icon-Groupe-230:before {
  content: "\e95f";
}
.icon-quote3:before {
  content: "\e960";
}
.icon-upload:before {
  content: "\e961";
}
.icon-twitter:before {
  content: "\e962";
}
/* CSS Document */
/* VARIABLE charte couleur */
.btn {
  white-space: normal;
  white-space: initial;
  background-color: lightBlue;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  padding: 0.7em 2.5em;
  text-transform: uppercase;
  font-size: 0.4em;
  letter-spacing: .5px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .btn {
    font-size: 0.6em;
    padding: .4em 2.5em;
  }
}
@media (min-width: 768px) {
  .btn {
    font-size: 1em;
    padding: .4em 1.5em;
  }
}
.btn:hover {
  background-color: #f7f7f7;
  color: white;
  text-decoration: none;
}
.btn.btn-green {
  background-color: #00bbbf;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 20px;
}
.btn.btn-green:hover {
  background-color: #00898c;
  color: #ffffff;
}
.btn.btn-darkgreen {
  background-color: #0c8487;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 20px;
}
.btn.btn-darkgreen:hover {
  background-color: #085658;
  color: #ffffff;
}
.btn.btn-blue {
  background-color: #0e2e5f;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 20px;
}
.btn.btn-blue:hover {
  background-color: #071833;
  color: #ffffff;
}
.btn.btn-orange {
  background-color: #ff5100;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 20px;
}
.btn.btn-orange:hover {
  background-color: #cc4100;
  color: #ffffff;
}
.btn.btn-red {
  background-color: #df3601;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 20px;
}
.btn.btn-red:hover {
  background-color: #ac2a01;
  color: #ffffff;
}
.btn.btn-black {
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 20px;
}
.btn.btn-black:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn.btn-yellow {
  background-color: #f4ce1e;
  color: #000000;
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.btn.btn-yellow:hover {
  background-color: #d5b10a;
  color: #000000;
}
.btn.btn-cookies {
  background-color: #00bbbf;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 20px;
}
.btn.btn-cookies:hover {
  background-color: #00898c;
  color: #ffffff;
}
/* CSS Document */
#up {
  bottom: 10px;
  height: 40px;
  position: fixed;
  right: 10px;
  width: 40px;
  z-index: 300;
  display: none;
}
@media screen and (max-width: 600px) {
  #up {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: 0.6;
    /* Safari 1.x */
    -khtml-opacity: 0.6;
    opacity: 0.6;
  }
}
#up #gototop {
  background: url("../img/go_up.png") no-repeat scroll 0 -40px rgba(0, 0, 0, 0);
  bottom: 0;
  cursor: pointer;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  right: 0;
  width: 40px;
  transition: all 0.3s ease-in-out 0s;
}
#up #gototop:hover {
  background-position: 0 0;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible !important;
}
.ivisible {
  visibility: hidden;
}
.revealOnScroll {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .revealOnScroll {
    -webkit-animation-name: none !important;
    animation-name: none!important;
    visibility: visible!important;
  }
}
.animation_time_0_1 {
  -webkit-animation-duration: 0.1s !important;
  animation-duration: 0.1s !important;
}
.animation_time_0_2 {
  -webkit-animation-duration: 0.2s !important;
  animation-duration: 0.2s !important;
}
.animation_time_0_3 {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
}
.animation_time_0_4 {
  -webkit-animation-duration: 0.4s !important;
  animation-duration: 0.3s !important;
}
.animation_time_0_5 {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}
.animation_time_0_10 {
  -webkit-animation-duration: 0.10s !important;
  animation-duration: 0.10s !important;
}
.animation_time_0_15 {
  -webkit-animation-duration: 0.15s !important;
  animation-duration: 0.15s !important;
}
.animation_time_0_20 {
  -webkit-animation-duration: 0.20s !important;
  animation-duration: 0.20s !important;
}
.animation_time_1 {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}
.animation_time_2 {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}
.animation_time_3 {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important;
}
.animation_time_4 {
  -webkit-animation-duration: 4s !important;
  animation-duration: 4s !important;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.delay_0_1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.delay_0_1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.delay_0_2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.delay_0_3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.delay_0_4 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.delay_0_5 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.delay_0_10 {
  -webkit-animation-delay: 0.10s !important;
  animation-delay: 0.10s !important;
}
.delay_0_15 {
  -webkit-animation-delay: 0.15s !important;
  animation-delay: 0.15s !important;
}
.delay_0_20 {
  -webkit-animation-delay: 0.20s !important;
  animation-delay: 0.20s !important;
}
.delay_0_25 {
  -webkit-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important;
}
.delay_0_30 {
  -webkit-animation-delay: 0.30s !important;
  animation-delay: 0.30s !important;
}
.delay_0_35 {
  -webkit-animation-delay: 0.35s !important;
  animation-delay: 0.35s !important;
}
.delay_0_40 {
  -webkit-animation-delay: 0.40s !important;
  animation-delay: 0.40s !important;
}
.delay_0_50 {
  -webkit-animation-delay: 0.50s !important;
  animation-delay: 0.50s !important;
}
.delay_0_60 {
  -webkit-animation-delay: 0.60s !important;
  animation-delay: 0.60s !important;
}
.delay_0_70 {
  -webkit-animation-delay: 0.70s !important;
  animation-delay: 0.70s !important;
}
.delay_0_80 {
  -webkit-animation-delay: 0.80s !important;
  animation-delay: 0.80s !important;
}
.delay_0_90 {
  -webkit-animation-delay: 0.90s !important;
  animation-delay: 0.90s !important;
}
.delay_1 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.delay_2 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}
.delay_3 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}
.delay_4 {
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.cookie_bar {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 5px;
  position: fixed;
  z-index: 1040;
  bottom: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 1rem 0;
}
.cookie_bar p {
  font-size: 15px;
  color: #ffffff;
  margin: 15px 0;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .cookie_bar p {
    font-size: 12px;
  }
}
.cookie_bar .btn-cookies {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-size: 12px;
  padding: 3px 6px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cookie_bar .col-left {
  text-align: center;
}
.cookie_bar .row {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cookie_bar .row {
    flex-wrap: wrap;
  }
  .cookie_bar .row .col,
  .cookie_bar .row .col-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.modal-backdrop.show {
  opacity: .85;
}
.modal {
  z-index: 190000;
}
@media screen and (max-width: 576px) {
  .modal .alerte {
    display: none;
  }
}
.modal.modal_video_player .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.modal.modal_video_player .modal-content {
  background-color: #fafafa;
  border: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.modal.modal_video_player .modal-content .modal-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-height: 600px) {
  .modal.modal_video_player .modal-content .modal-body {
    height: auto;
    align-items: flex-start;
  }
}
@media screen and (max-height: 992px) {
  .modal.modal_video_player .modal-content .modal-body {
    height: auto;
    align-items: flex-start;
  }
}
.modal.modal_video_player .modal-content .modal-body .container {
  height: auto;
  display: inline-block;
  max-width: 700px;
  width: 700px;
  padding: 40px;
  position: relative;
  background: transparent;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
}
@media screen and (max-height: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container {
    width: 90%;
    max-width: 90%;
    padding: 20px;
  }
}
.modal.modal_video_player .modal-content .modal-body .container h3 {
  color: #000000;
  font-size: 35px;
  text-align: left;
  line-height: 35px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-height: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.modal.modal_video_player .modal-content .modal-body .container h3 span {
  color: #df3601;
  font-weight: bold;
  text-align: center;
}
.modal.modal_video_player .modal-content .modal-body .container .content {
  display: flex;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.modal.modal_video_player .modal-content .modal-body .container .content .item {
  display: flex;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  background: #000000;
  padding: 20px;
  max-width: 430px;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container .content .item {
    justify-content: center;
  }
}
.modal.modal_video_player .modal-content .modal-body .container .content .item:after {
  content: "";
  width: 97px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../svg/box.svg);
  position: absolute;
  bottom: -30px;
  right: -20px;
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container .content .item:after {
    bottom: auto;
    right: auto;
    position: relative;
    background-position: center;
  }
}
.modal.modal_video_player .modal-content .modal-body .container .content .item .illustration {
  width: 77px;
  height: 77px;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 360px;
  -moz-border-radius: 360px;
  border-radius: 360px;
  position: relative;
  margin-right: 20px;
}
.modal.modal_video_player .modal-content .modal-body .container .content .item .equiv {
  display: inline-block;
  height: auto;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container .content .item .equiv {
    text-align: center;
  }
}
.modal.modal_video_player .modal-content .modal-body .container .content .item .equiv .bold {
  font-weight: bold;
  font-size: 17px;
}
.modal.modal_video_player .modal-content .modal-body .container .content .item .equiv .red {
  color: #df3601;
}
.modal.modal_video_player .modal-content .modal-body .container .content .item .equiv .quoi {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0;
}
.modal.modal_video_player .modal-content .modal-body .container .content .item .equiv .fiscal {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0;
}
.modal.modal_video_player .modal-content .modal-body .container .content .message {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.modal.modal_video_player .modal-content .modal-body .container .content .message h4 {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 20px;
}
.modal.modal_video_player .modal-content .modal-body .container .content .message h4 span {
  color: #df3601;
}
.modal.modal_video_player .modal-content .modal-body .container .content .message form {
  width: 100%;
}
.modal.modal_video_player .modal-content .modal-body .container .content .message form textarea {
  max-width: 100%;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  text-align: left;
  font-size: 19px;
  padding: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container .content .message form textarea {
    font-size: 16px;
  }
}
.modal.modal_video_player .modal-content .modal-body .container .content .message form .btn-red {
  font-size: 22px;
  padding: 10px 25px;
  margin-bottom: 20px;
  margin-top: 15px;
  display: inline-block;
}
.modal.modal_video_player .modal-content .modal-body .container .content .message form p {
  width: 100%;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  color: #000000;
  font-size: 16px;
}
.modal.modal_video_player .modal-content .modal-body .container .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  background: transparent;
  background-image: none;
  height: 40px;
  width: 40px;
  opacity: 1;
}
.modal.modal_video_player .modal-content .modal-body .container .btn-close:before {
  content: "\e942";
  color: #000000;
  font-size: 20px;
  font-family: 'start';
}
.modal.modal_video .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.modal.modal_video .modal-content {
  background-color: rgba(0, 0, 0, 0.9);
  border: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.modal.modal_video .modal-content .modal-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-height: 600px) {
  .modal.modal_video .modal-content .modal-body {
    height: auto;
    align-items: flex-start;
  }
}
@media screen and (max-height: 992px) {
  .modal.modal_video .modal-content .modal-body {
    height: auto;
    align-items: flex-start;
  }
}
.modal.modal_video .modal-content .modal-body .container {
  height: auto;
  display: inline-block;
  max-width: 700px;
  width: 700px;
  padding: 40px;
  position: relative;
  background: transparent;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
}
@media screen and (max-height: 600px) {
  .modal.modal_video .modal-content .modal-body .container {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .modal.modal_video .modal-content .modal-body .container {
    width: 90%;
    max-width: 90%;
    padding: 20px;
  }
}
.modal.modal_video .modal-content .modal-body .container h3 {
  color: #000000;
  font-size: 35px;
  text-align: left;
  line-height: 35px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-height: 600px) {
  .modal.modal_video .modal-content .modal-body .container h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 600px) {
  .modal.modal_video .modal-content .modal-body .container h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.modal.modal_video .modal-content .modal-body .container h3 span {
  color: #df3601;
  font-weight: bold;
  text-align: center;
}
.modal.modal_video .modal-content .modal-body .container .content {
  display: flex;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 50px;
}
.modal.modal_video .modal-content .modal-body .container .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  background: transparent;
  background-image: none;
  height: 40px;
  width: 40px;
  opacity: 1;
}
.modal.modal_video .modal-content .modal-body .container .btn-close:before {
  content: "\e942";
  color: #df3601;
  font-size: 20px;
  font-family: 'start';
}
header {
  z-index: 10;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  justify-content: center;
  display: flex;
  position: fixed;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 83px;
  background: #ffffff;
  font-family: "neue-haas-grotesk-display", sans-serif;
}
@media screen and (max-width: 992px) {
  header {
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 576px) {
  header {
    height: 77px;
    background: #ffffff;
  }
}
header .fixed-header-space {
  display: none;
  height: 82px;
}
header.sticked {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
header.sticked .fixed-header-space {
  display: block;
}
header.sticked .company-logo {
  opacity: 0;
  visibility: hidden;
}
header.sticked .the_nav {
  opacity: 1;
}
header.sticked #sideNavTrigger {
  display: none;
  color: #000000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  header.sticked #sideNavTrigger {
    display: inline-block;
  }
}
header.sticked .the_nav li {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header.sticked .the_nav li a {
  color: #000000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header.sticked .the_nav li a:hover {
  color: #df3601;
}
header.sticked .the_nav li a.active {
  color: #df3601;
}
header .navbar {
  max-width: 1120px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 21px;
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  header .navbar {
    justify-content: space-between;
    padding: 0px 20px;
  }
}
header .the_nav {
  padding: 0;
  margin: 0;
  height: 62px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 992px) {
  header .the_nav {
    display: none;
  }
}
header .the_nav li {
  display: inline-block;
  width: auto;
  position: relative;
  float: left;
}
header .the_nav li:first-child:before {
  display: none;
}
header .the_nav li:last-child:after {
  display: none;
}
header .the_nav li:last-child .second_level {
  width: 500px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 62px;
  left: auto !important;
  right: 0;
}
header .the_nav li:after {
  content: "";
  background: #000000;
  position: absolute;
  top: 7px;
  right: 0;
  height: 33px;
  width: 1px;
}
header .the_nav li.first_level {
  background: #ffffff;
  min-height: 62px;
  cursor: initial;
}
header .the_nav li.first_level.hoverstyle:after {
  display: none;
}
header .the_nav li.first_level.hoverstyle:before {
  display: none;
}
header .the_nav li.first_level a {
  min-height: 62px;
  font-weight: 900;
  font-size: 16px;
  padding: 10px 20px;
}
header .the_nav li.first_level:hover {
  background: #df3601;
  cursor: initial;
}
header .the_nav li.first_level:hover a {
  color: #ffffff;
  cursor: default !important;
}
header .the_nav li.first_level:hover ul.second_level {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}
header .the_nav li.first_level:hover:after {
  color: #0e2e5f;
}
header .the_nav li a {
  width: auto;
  padding: 0 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
header .the_nav li a:hover {
  color: #df3601;
}
header .the_nav li a.active {
  color: #df3601;
}
header .the_nav li ul.second_level {
  width: 500px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 62px;
  left: 0;
  background: #df3601;
  padding: 10px;
}
header .the_nav li ul.second_level li {
  display: inline-block;
  width: 100%;
  min-height: initial;
  height: auto !important;
}
header .the_nav li ul.second_level li:after {
  display: none !important;
}
header .the_nav li ul.second_level li a.second_level_link {
  font-size: 18px;
  text-transform: none;
  font-weight: 500;
  height: auto !important;
  min-height: initial !important;
  padding: 5px 20px;
  width: 100%;
  position: relative;
  color: #ffffff !important;
}
header .the_nav li ul.second_level li a.second_level_link:before {
  height: 11px;
  width: 11px;
  background: #ffffff;
  content: "";
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 360px;
  -moz-border-radius: 360px;
  border-radius: 360px;
}
header .the_nav li ul.second_level li a.second_level_link:hover {
  text-decoration: underline;
  cursor: pointer !important;
}
header .the_nav.menu_blue .first_level:hover {
  background: #0e2e5f;
}
header .the_nav.menu_blue ul.second_level {
  background: #0e2e5f;
}
header .the_nav.menu_blue ul.second_level li a.second_level_link:before {
  background: #00bbbf;
}
header .the_nav.menu_black .first_level:hover {
  background: #000000;
}
header .the_nav.menu_black ul.second_level {
  background: #000000;
}
header .the_nav.menu_red .first_level:hover {
  background: #df3601;
}
header .the_nav.menu_red ul.second_level {
  background: #df3601;
}
header .the_nav.menu_darkgreen .first_level:hover {
  background: #0c8487;
}
header .the_nav.menu_darkgreen ul.second_level {
  background: #0c8487;
}
header .the_nav.menu_orange .first_level:hover {
  background: #ff5100;
}
header .the_nav.menu_orange ul.second_level {
  background: #ff5100;
}
header .the_nav.menu_green .first_level:hover {
  background: #00bbbf;
}
header .the_nav.menu_green ul.second_level {
  background: #00bbbf;
}
header #sideNavTrigger {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  border: 1px solid #000000;
  padding: 10px;
}
@media screen and (max-width: 992px) {
  header #sideNavTrigger {
    display: inline-block;
    color: #000000;
  }
}
header #sideNavTrigger:before {
  margin-right: 13px;
  position: relative;
  top: 2;
}
header #sideNavTrigger span {
  font-family: "neue-haas-grotesk-display" !important;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
}
header .company-logo {
  display: inline-block;
  max-width: 150px;
  width: 150px;
  height: 159px;
  transition: 0.4s ease;
  margin-top: 0px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 20px;
  top: 20px;
}
@media screen and (max-width: 992px) {
  header .company-logo {
    margin-left: 0px;
    max-width: 140px;
    margin-top: 0px;
    height: 61px;
  }
}
@media screen and (max-width: 380px) {
  header .company-logo {
    max-width: 100px;
    top: 20px;
  }
}
@media screen and (min-width: 768px) {
  header .nav_button {
    display: none;
  }
}
header .btn-donation {
  padding-right: 30px;
  position: absolute;
  right: -2px;
}
header .btn-donation:before {
  content: "\e94e";
  font-family: 'start';
  color: #ffffff;
  font-size: 19px;
  margin-right: 9px;
  position: relative;
  top: 0px;
}
@media screen and (max-width: 380px) {
  header .btn-donation {
    display: inline-block;
  }
  header .btn-donation:before {
    display: none;
  }
}
footer {
  background: #0e2e5f;
  color: #ffffff;
  padding-bottom: 5rem;
  text-align: center;
  float: left;
  width: 100%;
}
footer p {
  margin: 0;
}
footer ul {
  display: inline-block;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0px;
  max-width: 620px;
}
footer ul li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
footer ul li:last-child:after {
  display: none;
}
footer ul li:after {
  content: "|";
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
footer ul li a {
  padding: 0 2px;
  font-size: 18px;
}
footer a {
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
}
footer a:hover {
  text-decoration: underline;
  color: #ffffff;
}
footer .oneheart {
  font-size: 14px;
}
footer .web_link {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  display: inline-block;
}
footer .logos {
  display: inline-block;
  width: 100%;
  height: auto;
}
footer .logos a {
  display: inline-block;
  margin: 20px 0px;
  position: relative;
  padding: 0 10px;
}
footer .logos a:first-child:after {
  content: "";
  background: #ffffff;
  width: 1px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
footer .logos img {
  display: inline-block;
}
footer .logos img.afm_telethon {
  width: 212px;
  height: auto;
}
footer .logos img.myologie {
  width: 141px;
  height: auto;
}
html.has-offcanvas--visible {
  overflow: hidden;
}
@media (min-width: 768px) {
  html.has-offcanvas--visible body,
  html.has-offcanvas--visible header {
    padding-right: 15px;
  }
}
.c-offcanvas,
.c-offcanvas-content-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 11, ../../src/js-offcanvas.mixins.scss */
.c-offcanvas,
.c-offcanvas-content-wrap,
.c-offcanvas-bg.c-offcanvas-bg--reveal,
.c-offcanvas-bg.c-offcanvas-bg--push {
  transition: transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
}
/* line 15, ../../src/js-offcanvas.mixins.scss */
.c-offcanvas.is-open {
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
/**
 * Offcanvas-content-wrap
*/
.c-offcanvas-content-wrap {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: #fff;
}
/**
 * Offcanvas Panel
*/
.c-offcanvas {
  position: fixed;
  display: block;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999999;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translate3d(0, 100%, 0px);
  -moz-transform: translate3d(0, 100%, 0px);
  -ms-transform: translate3d(0, 100%, 0px);
  -o-transform: translate3d(0, 100%, 0px);
  transform: translate3d(0, 100%, 0px);
}
@media screen and (max-width: 992px) {
  .c-offcanvas {
    width: 60%;
    -webkit-transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}
@media screen and (max-width: 574px) {
  .c-offcanvas {
    width: 100%;
  }
}
.c-offcanvas--opening {
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}
.c-offcanvas.is-closed {
  max-height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: none;
}
/**
 * Offcanvas BG-Overlay
*/
.c-offcanvas-bg {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  left: -100%;
  background-color: transparent;
  transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.c-offcanvas-bg.is-animating,
.c-offcanvas-bg.is-open {
  left: 0;
  background-color: rgba(0, 0, 0, 0.68);
  visibility: visible;
}
.c-offcanvas-bg.is-closed {
  visibility: hidden;
}
/**
 * Reveal
 *
*/
.c-offcanvas-content-wrap {
  z-index: 3;
}
.c-offcanvas--reveal {
  z-index: 0;
  transform: translate3d(0, 0, 0);
}
#sideNav .nav {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#sideNav .main-nav {
  padding-top: 20px;
  padding-left: 2em;
}
#sideNav .main-nav li {
  list-style-type: none;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}
#sideNav .main-nav li:after {
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: 0px;
  display: inline-block;
  left: 0;
  content: "";
  opacity: 0.5;
}
#sideNav .main-nav li:last-child:after {
  display: none;
}
#sideNav .main-nav li.active a {
  text-decoration: none;
}
#sideNav .main-nav li.active a:before {
  right: 0;
}
#sideNav .first_level {
  display: inline-block;
  width: 100%;
  text-align: left;
}
#sideNav .first_level a {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
}
#sideNav .first_level.blue a {
  color: #0e2e5f;
}
#sideNav .first_level.blue .second_level li a:before {
  background: #0e2e5f;
}
#sideNav .first_level.orange a {
  color: #ff5100;
}
#sideNav .first_level.orange .second_level li a:before {
  background: #ff5100;
}
#sideNav .first_level.green a {
  color: #0c8487;
}
#sideNav .first_level.green .second_level li a:before {
  background: #0c8487;
}
#sideNav ul.second_level {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-top: 10px;
}
#sideNav ul.second_level li {
  display: inline-block;
  width: 100%;
  padding: 0;
}
#sideNav ul.second_level li:after {
  display: none;
}
#sideNav ul.second_level li a {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  color: #000000 !important;
}
#sideNav ul.second_level li a:before {
  height: 11px;
  width: 11px;
  background: #0c8487;
  content: "";
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 360px;
  -moz-border-radius: 360px;
  border-radius: 360px;
}
#sideNav ul.second_level li a:hover {
  text-decoration: underline;
}
#sideNav .logo_side_nav {
  width: 100%;
  display: inline-block;
  padding-top: 60px;
  padding-left: 2em;
}
#sideNav .logo_side_nav img {
  width: 97px;
}
#sideNav .foot {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#sideNav .foot a {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
#sideNav .side-nav-social-links {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-left: 2em;
  padding: 0px;
  margin-top: 15px;
}
#sideNav .side-nav-social-links li {
  list-style-type: none;
  display: inline-block;
}
#sideNav .side-nav-social-links li a {
  color: #000000;
  font-size: 30px;
  font-weight: 100;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#sideNav .side-nav-social-links li a .picto {
  color: #0e2e5f;
}
@media screen and (max-width: 576px) {
  #sideNav .side-nav-social-links li a .picto {
    font-size: 30px;
  }
}
#sideNav .side-nav-social-links li a .picto:hover {
  color: #ffffff;
}
#sideNav .side-nav-social-links li a .picto.facebook:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../svg/social/FB.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
#sideNav .side-nav-social-links li a .picto.twitter:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../svg/social/TW.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
#sideNav .side-nav-social-links li a .picto.youtube:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../svg/social/YT.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
#sideNav .side-nav-social-links li a .picto.insta:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../svg/social/Insta.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
#sideNav .side-nav-social-links li a .picto.pin:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../svg/social/Pinte.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
#sideNav .side-nav-social-links li a .picto.linkedin:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../svg/social/In.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
#sideNav .side-nav-social-links li a:hover {
  text-decoration: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
#sideNav .close_burger {
  background: transparent;
  border: none;
  outline: none;
  display: inline-block;
  position: absolute;
  right: 26px;
  top: 26px;
  font-size: 26px;
  color: #000000 !important;
}
.module-slide {
  background-color: transparent !important;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.module-slide .wrap_slider {
  width: 990px;
  margin: 0 auto;
  z-index: 2;
  display: block;
  position: relative;
}
@media screen and (max-width: 992px) {
  .module-slide .wrap_slider {
    width: 100%;
  }
}
.module-slide .wrap_slider .gridSlider {
  padding: 0;
  height: auto;
  margin-top: 0;
  padding-top: 0px;
}
.module-slide .wrap_slider .gridSlider .owl-dots {
  display: none;
}
.module-slide .wrap_slider .gridSlider .owl-stage-outer {
  padding: 10px;
  height: auto;
  padding-top: 40px;
}
.module-slide .wrap_slider .gridSlider .item {
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 524px;
}
@media screen and (max-width: 400px) {
  .module-slide .wrap_slider .gridSlider .item {
    min-height: 524px;
  }
}
.module-slide .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.module-slide .owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.module-slide .owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.module-slide .owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.module-slide .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.module-slide .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}
.module-slide .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}
.module-slide .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 20px 7px 0 7px;
  background: #ffffff;
  border: 1px solid #c3c3c3;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.module-slide .owl-dots .owl-dot.active span,
.module-slide .owl-theme .owl-dots .owl-dot:hover span {
  background: #000000;
  border: 1px solid #000000;
}
.module-slide .owl-dots {
  display: inline-block;
}
.module-slide .owl-nav {
  height: 100%;
  position: absolute;
  width: 310px;
  left: 50%;
  margin-left: -145px;
  top: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
@media screen and (max-width: 400px) {
  .module-slide .owl-nav {
    width: 100%;
    left: auto;
    margin-left: 0px;
  }
}
.module-slide .owl-nav button.owl-next {
  width: 40px;
  background: transparent!important;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: all;
  justify-content: center;
  position: relative;
  display: flex !important;
}
.module-slide .owl-nav button.owl-next:before {
  content: "";
  font-size: 40px;
  background-image: url("../svg/round_right.svg");
  background-size: contain;
  width: 40px;
  height: 40px;
  right: -20px;
  top: -50px;
  position: relative;
}
@media screen and (max-width: 400px) {
  .module-slide .owl-nav button.owl-next:before {
    right: 0px;
  }
}
.module-slide .owl-nav button.owl-prev {
  width: 40px;
  background: transparent !important;
  height: 100%;
  align-items: center;
  pointer-events: all;
  justify-content: center;
  position: relative;
  display: flex !important;
}
.module-slide .owl-nav button.owl-prev:before {
  content: "";
  font-size: 40px;
  background-image: url("../svg/round_left.svg");
  background-size: contain;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  position: relative;
  top: -50px;
  left: -20px;
}
@media screen and (max-width: 400px) {
  .module-slide .owl-nav button.owl-prev:before {
    left: 0px;
  }
}
.module-slide button:active {
  outline: none !important;
  border: none !important;
}
.module-slide button:focus {
  outline: 0 !important;
}
.module-slide .owl-carousel .owl-nav button.owl-next,
.module-slide .owl-carousel .owl-nav button.owl-prev,
.module-slide .owl-carousel button.owl-dot {
  background: 0 0;
  color: red;
  border: none;
  padding: 0 !important;
  font: inherit;
  height: auto;
  height: ;
  display: inline-block;
}
.module-slide .owl-carousel.owl-drag .owl-item {
  padding: 0;
}
@media screen and (max-width: 992px) {
  .module-slide .owl-carousel.owl-drag .owl-item {
    padding: initial;
  }
}
/*--------------------------------------
  sections
--------------------------------------*/
.section_social_links {
  background: #0e2e5f;
  position: relative;
  text-align: center;
  padding: 5rem  0 0 0;
}
.section_social_links .container {
  max-width: 900px;
}
.section_social_links h2 {
  font-size: 30px;
}
@media screen and (max-width: 576px) {
  .section_social_links h2 {
    font-size: 23px;
  }
}
.section_social_links .wrap_logo {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.section_social_links .wrap_logo img {
  max-width: 208px;
}
@media screen and (max-width: 992px) {
  .section_social_links .wrap_logo img {
    max-width: 90px;
  }
}
.section_social_links .block-mission {
  width: 100%;
  text-align: center;
}
.section_social_links .block-mission .mission {
  display: inline-block;
  font-size: 67px;
  font-family: 'Stick No Bills', sans-serif;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .section_social_links .block-mission .mission {
    font-size: 37px;
  }
}
.section_social_links ul.social_links {
  text-align: center;
  padding: 0;
  margin-bottom: 30px;
  height: auto;
}
.section_social_links ul.social_links li {
  display: inline-block;
}
.section_social_links ul.social_links li a {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  border-radius: 160px;
  padding: 0px 7px;
}
.section_social_links ul.social_links li a:hover {
  text-decoration: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .section_social_links ul.social_links li a {
    padding: 1em;
  }
}
@media screen and (max-width: 992px) {
  .section_social_links ul.social_links li a {
    padding: 0 2px;
    margin: 0;
  }
}
.section_social_links ul.social_links li a .picto {
  position: relative;
  width: 47px;
  height: 56px;
  color: #df3601;
}
.section_social_links ul.social_links li a .picto:before {
  top: 0;
  position: relative;
  left: 0;
}
@media screen and (max-width: 992px) {
  .section_social_links ul.social_links li a .picto:before {
    width: 40px !important;
    height: 40px !important;
  }
}
@media screen and (max-width: 992px) {
  .section_social_links ul.social_links li a .picto {
    font-size: 30px;
  }
}
.section_social_links ul.social_links li a .picto:hover {
  color: #ffffff;
}
.section_social_links ul.social_links li a .picto.facebook:before {
  content: "";
  width: 71px;
  height: 71px;
  background: url(../svg/social/FB.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.section_social_links ul.social_links li a .picto.twitter:before {
  content: "";
  width: 71px;
  height: 71px;
  background: url(../svg/social/TW.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.section_social_links ul.social_links li a .picto.youtube:before {
  content: "";
  width: 71px;
  height: 71px;
  background: url(../svg/social/YT.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.section_social_links ul.social_links li a .picto.insta:before {
  content: "";
  width: 71px;
  height: 71px;
  background: url(../svg/social/Insta.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.section_social_links ul.social_links li a .picto.pin:before {
  content: "";
  width: 71px;
  height: 71px;
  background: url(../svg/social/Pinte.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.section_social_links ul.social_links li a .picto.linkedin:before {
  content: "";
  width: 71px;
  height: 71px;
  background: url(../svg/social/In.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.section_social_links ul.social_links li a .picto.tiktok:before {
  content: "";
  width: 71px;
  height: 71px;
  background: url(../svg/social/tiktok.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.section_social_links #newsletter-subscribe h5 {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}
.section_social_links #newsletter-subscribe .block-content {
  max-width: 360px;
  margin: 0 auto;
  display: flex;
  position: relative;
  min-height: 45px;
}
.section_social_links #newsletter-subscribe .block-content .form-control {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.section_social_links #newsletter-subscribe .block-content button {
  background: #df3601;
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  font-size: 1.5em;
  position: absolute;
  right: -2px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_social_links .text-start {
  color: #000000;
}
@media screen and (max-width: 576px) {
  .section_social_links .text-start {
    text-align: center !important;
    margin: 0 !important;
  }
}
#section_top_start {
  background: #ffffff;
  height: auto;
  position: relative;
  z-index: 1;
  min-height: 454px;
  padding-top: 110px;
  overflow: hidden;
}
@media screen and (max-height: 762px) and (min-width: 1000px) {
  #section_top_start {
    min-height: 454px;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start {
    height: auto;
    min-height: initial;
    max-height: initial;
    padding-top: 70px;
  }
}
#section_top_start .content_section {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}
#section_top_start .content_section .container {
  max-width: 1140px;
}
@media screen and (max-width: 992px) {
  #section_top_start .content_section .container {
    max-width: 100%;
    padding: 0;
  }
}
#section_top_start .content_section .content_inside {
  text-align: center;
  position: relative;
  background: #0e2e5f;
  width: 100%;
  height: 454px;
}
@media screen and (max-width: 768px) {
  #section_top_start .content_section .content_inside {
    height: auto;
  }
}
#section_top_start .content_section .row .col-left {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
}
@media screen and (max-width: 768px) {
  #section_top_start .content_section .row .col-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section_top_start .content_section .row .col-left .illustration {
  width: 100%;
  height: 454px;
}
@media screen and (max-width: 576px) {
  #section_top_start .content_section .row .col-left .illustration {
    height: 350px;
  }
}
#section_top_start .content_section .row .col-right {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  #section_top_start .content_section .row .col-right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section_top_start .content_section .row .col-right .content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#section_top_start .content_section .row .col-right .content:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../medias/deco_points@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #section_top_start .content_section .row .col-right .content:after {
    background-image: url(../../medias/deco_points_responsive@2x.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
  }
}
#section_top_start .content_section .row .col-right .content .wrap_text {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #section_top_start .content_section .row .col-right .content .wrap_text {
    padding: 60px 0;
  }
}
#section_top_start .content_section .row .col-right .content .wrap_text .overlined_title {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
#section_top_start .content_section .row .col-right .content .wrap_text p {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 992px) {
  #section_top_start .content_section .row .col-right .content .wrap_text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #section_top_start .content_section .row .col-right .content .wrap_text p {
    font-size: 24px;
  }
}
#section_top_start .content_section .row .col-right .content .wrap_text .btn {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 992px) {
  #section_top_start .content_section .row .col-right .content .wrap_text .btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #section_top_start .content_section .row .col-right .content .wrap_text .btn {
    font-size: 18px;
  }
}
.section_story {
  background: #ffffff;
  padding: 4rem 0 2rem 0 ;
}
@media screen and (max-width: 992px) {
  .section_story {
    padding: 5rem 0 5rem 0 ;
  }
}
.section_story .container {
  max-width: 1020px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section_story .container {
    max-width: 90%;
  }
}
.section_story .content_section .row {
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .section_story .content_section .row .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .section_story .content_section .item {
    text-align: center;
  }
}
.section_story .content_section p {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
}
.section_story .content_section .responsive_order_1 {
  order: 2;
}
@media screen and (max-width: 992px) {
  .section_story .content_section .responsive_order_1 {
    order: 1;
  }
}
.section_story .content_section .responsive_order_2 {
  order: 1;
}
@media screen and (max-width: 992px) {
  .section_story .content_section .responsive_order_2 {
    order: 2;
  }
}
.section_story .content_section .col-img {
  -ms-flex-preferred-size: 486px;
  flex-basis: 486px;
  max-width: 486px;
}
@media screen and (max-width: 992px) {
  .section_story .content_section .col-img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.section_story .content_section .col-img .item {
  text-align: center;
}
.section_story .content_section .col-text {
  -ms-flex-preferred-size: 468px;
  flex-basis: 468px;
  max-width: 468px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section_story .content_section .col-text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.section_story .content_section .col-text .item {
  width: 100%;
  height: auto;
  min-height: 500px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 576px) {
  .section_story .content_section .col-text .item {
    min-height: initial;
  }
}
.section_story .content_section .col-text .item_inside {
  display: inline-block;
  height: auto;
  width: auto;
}
@media screen and (max-width: 576px) {
  .section_story .content_section .col-text .item_inside {
    width: 100%;
  }
}
.section_story .content_section .col-text .item_inside article .head {
  display: inline-block;
  width: 100%;
}
.section_story .content_section .col-text .item_inside article .head p {
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
}
.section_story .content_section .col-text .item_inside article .head p span {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 26px;
}
.section_story .content_section .col-text .item_inside article .content {
  display: inline-block;
  width: 100%;
}
.section_story .content_section .col-text .item_inside article .content h3 {
  font-size: 34px;
  font-weight: normal;
}
.section_story .content_section .col-text .item_inside article .content h3 span {
  font-weight: bold;
}
.section_story .content_section .col-text .item_inside article .foot {
  display: inline-block;
  width: 100%;
}
.section_story .content_section .illustration.home {
  width: 388px;
  height: 388px;
  -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg);
}
@media screen and (max-width: 576px) {
  .section_story .content_section .illustration.home {
    width: 268px;
    height: 268px;
  }
}
.section_story .content_section .illustration.home:before {
  content: "";
  width: 41px;
  height: 43px;
  background-image: url("../../medias/illustration_deco_top_left.svg");
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  top: -20px;
  left: -60px;
  z-index: -1;
}
.section_story .content_section .illustration.home:after {
  content: "";
  width: 42px;
  height: 20px;
  background-image: url("../../medias/illustration_deco_bottom_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: -1;
}
.section_story .content_section .illustration.home .img:before {
  content: "";
  width: 308px;
  height: 308px;
  background-image: url("../../medias/img_deco_top.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -70px;
  right: 15px;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .section_story .content_section .illustration.home .img:before {
    width: 108px;
    height: 108px;
    top: -40px;
  }
}
.section_story .content_section .illustration.home .img:after {
  content: "";
  width: 138px;
  height: 138px;
  background-image: url("../../medias/img_deco_bottom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  left: -20px;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .section_story .content_section .illustration.home .img:after {
    width: 68px;
    height: 68px;
    bottom: -19px;
  }
}
.section_story .content_section .illustration.home.inverse {
  transform: rotate(2deg);
}
.section_story .content_section .illustration.home.inverse:before {
  content: "";
  width: 34px;
  height: 40px;
  background-image: url("../../medias/illustration_deco_top_right.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: -60px;
  left: auto;
  right: -50px;
  z-index: -1;
}
.section_story .content_section .illustration.home.inverse:after {
  content: "";
  width: 55px;
  height: 60px;
  background-image: url("../../medias/illustration_deco_bottom_left.svg");
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  left: -80px;
  right: auto;
  z-index: -1;
}
#section_saviez_vous {
  padding: 5rem 0;
  background: #00bbbf;
}
#section_saviez_vous .header_section {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#section_saviez_vous .content_section {
  display: inline-block;
  width: 100%;
}
#section_saviez_vous .container {
  max-width: 1140px;
}
@media screen and (max-width: 992px) {
  #section_saviez_vous .container {
    max-width: 90%;
  }
}
#section_saviez_vous .container .infos {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#section_saviez_vous .container .infos p {
  font-size: 13px;
  color: #ffffff;
  max-width: 700px;
  display: inline-block;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #section_saviez_vous .container .row .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
#section_saviez_vous .container .row .col .item {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #section_saviez_vous .container .row .col .item {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
#section_saviez_vous .container .row .col .item .illustration {
  width: 206px;
  height: 206px;
}
#section_saviez_vous .container .row .col .item .illustration:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #ff5100;
  top: -6px;
  left: 8px;
  z-index: 1;
  position: absolute;
  display: inline-block;
  -webkit-border-radius: 360px;
  -moz-border-radius: 360px;
  border-radius: 360px;
  overflow: hidden;
}
#section_saviez_vous .container .row .col .item .illustration .img {
  -webkit-border-radius: 360px;
  -moz-border-radius: 360px;
  border-radius: 360px;
  overflow: hidden;
  z-index: 2;
}
#section_saviez_vous .container .row .col .item .illustration.orange:after {
  background: #ff5100;
}
#section_saviez_vous .container .row .col .item .illustration.white:after {
  background: #ffffff;
}
#section_saviez_vous .container .row .col .item .illustration.green:after {
  background: #00bbbf;
}
#section_saviez_vous .container .row .col .item .illustration.red:after {
  background: #df3601;
}
#section_saviez_vous .container .row .col .item .illustration.darkgreen:after {
  background: #0c8487;
}
#section_saviez_vous .container .row .col .item .illustration.blue:after {
  background: #0e2e5f;
}
#section_saviez_vous .container .row .col .item .text {
  background: #ffffff;
  padding: 15px 10px;
  top: -20px;
  position: relative;
  z-index: 3;
  max-width: 300px;
  display: inline-block;
}
#section_saviez_vous .container .row .col .item .text p {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  margin-bottom: 0;
}
#section_saviez_vous .container .row .col .item .text p span {
  font-size: 22px;
}
.section_video {
  background: #0e2e5f;
  padding: 5rem 0 10rem 0;
  overflow: hidden;
}
.section_video.page_de_base {
  background: #ffffff;
}
.section_video .container {
  max-width: 910px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section_video .container {
    max-width: 90%;
  }
}
.section_video .header_section {
  display: inline-block;
  max-width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 20px;
}
.section_video .free_content {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: left;
  padding-top: 0 !important;
  padding: 1rem 0;
}
.section_video .free_content h2,
.section_video .free_content h3,
.section_video .free_content h4 {
  font-weight: bold;
}
.section_video .free_content span.green,
.section_video .free_content a.green,
.section_video .free_content p.green {
  color: #00bbbf;
}
.section_video .free_content span.orange,
.section_video .free_content a.orange,
.section_video .free_content p.orange {
  color: #ff5100;
}
.section_video .free_content span.red,
.section_video .free_content a.red,
.section_video .free_content p.red {
  color: #df3601;
}
.section_video .free_content span.blue,
.section_video .free_content a.blue,
.section_video .free_content p.blue {
  color: #0e2e5f;
}
.section_video .free_content span.darkgreen,
.section_video .free_content a.darkgreen,
.section_video .free_content p.darkgreen {
  color: #0c8487;
}
.section_video .free_content .green {
  color: #00bbbf;
}
.section_video .free_content .orange {
  color: #ff5100;
}
.section_video .free_content .red {
  color: #df3601;
}
.section_video .free_content .blue {
  color: #0e2e5f;
}
.section_video .free_content .darkgreen {
  color: #0c8487;
}
.section_video .free_content .bold {
  font-weight: bold;
}
.section_video .free_content ul {
  padding: 0px;
  padding-left: 15px;
}
.section_video .free_content article {
  color: #000000;
  text-align: left;
}
.section_video .free_content article h2 {
  font-size: 37px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .section_video .free_content article h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .section_video .free_content article h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .section_video .free_content article h4 {
    font-size: 15px;
  }
}
.section_video .content_section {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.section_video .video_content {
  height: auto;
  position: relative;
}
.section_video .video_content:before {
  content: "";
  width: 45px;
  height: 93px;
  background-image: url("../../medias/video_content_deco_top_left.svg");
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  top: -60px;
  left: -60px;
  z-index: -1;
}
.section_video .video_content:after {
  content: "";
  width: 118px;
  height: 121px;
  background-image: url("../../medias/video_content_deco_bottom_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -40px;
  right: -80px;
  z-index: -1;
}
.section_video .video_content .the_wrap_video:before {
  content: "";
  width: 228px;
  height: 228px;
  background-image: url("../../medias/the_wrap_video_deco_top_right.svg");
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  top: 0;
  right: -100px;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .section_video .video_content .the_wrap_video:before {
    width: 114px;
    height: 114px;
    right: -40px;
    z-index: -1;
  }
}
.section_video .video_content .the_wrap_video:after {
  content: "";
  width: 286px;
  height: 286px;
  background-image: url("../../medias/the_wrap_video_deco_bottom_left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -60px;
  left: -60px;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .section_video .video_content .the_wrap_video:after {
    width: 143px;
    height: 143px;
    bottom: -20px;
    left: -20px;
  }
}
.section_faq {
  background: #ffffff;
  overflow: hidden;
  padding: 2rem 0 5rem 0;
}
.section_faq .content_section {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.section_faq .content_section .container {
  max-width: 848px;
}
@media screen and (max-width: 992px) {
  .section_faq .content_section .container {
    max-width: 90%;
    padding: 0;
    overflow: hidden;
  }
}
.section_faq .content_section .accordion-item {
  display: inline-block;
  width: 100%;
  padding: 0;
  list-style-type: none;
  height: auto;
  margin-bottom: 15px;
  border: 1px solid #D1D1D1;
  padding: 0px;
}
.section_faq .content_section .accordion-body .free_content {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: left;
  padding: 0;
}
.section_faq .content_section .accordion-body .free_content h2,
.section_faq .content_section .accordion-body .free_content h3,
.section_faq .content_section .accordion-body .free_content h4 {
  font-weight: bold;
}
.section_faq .content_section .accordion-body .free_content span.green,
.section_faq .content_section .accordion-body .free_content a.green,
.section_faq .content_section .accordion-body .free_content p.green {
  color: #00bbbf;
}
.section_faq .content_section .accordion-body .free_content span.orange,
.section_faq .content_section .accordion-body .free_content a.orange,
.section_faq .content_section .accordion-body .free_content p.orange {
  color: #ff5100;
}
.section_faq .content_section .accordion-body .free_content span.red,
.section_faq .content_section .accordion-body .free_content a.red,
.section_faq .content_section .accordion-body .free_content p.red {
  color: #df3601;
}
.section_faq .content_section .accordion-body .free_content span.blue,
.section_faq .content_section .accordion-body .free_content a.blue,
.section_faq .content_section .accordion-body .free_content p.blue {
  color: #0e2e5f;
}
.section_faq .content_section .accordion-body .free_content span.darkgreen,
.section_faq .content_section .accordion-body .free_content a.darkgreen,
.section_faq .content_section .accordion-body .free_content p.darkgreen {
  color: #0c8487;
}
.section_faq .content_section .accordion-body .free_content .green {
  color: #00bbbf;
}
.section_faq .content_section .accordion-body .free_content .orange {
  color: #ff5100;
}
.section_faq .content_section .accordion-body .free_content .red {
  color: #df3601;
}
.section_faq .content_section .accordion-body .free_content .blue {
  color: #0e2e5f;
}
.section_faq .content_section .accordion-body .free_content .darkgreen {
  color: #0c8487;
}
.section_faq .content_section .accordion-body .free_content .bold {
  font-weight: bold;
}
.section_faq .content_section .accordion-body .free_content ul {
  padding: 0px;
  padding-left: 15px;
}
.section_faq .content_section .accordion-body .free_content article {
  color: #000000;
  text-align: left;
}
.section_faq .content_section .accordion-body .free_content article h2 {
  font-size: 37px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .section_faq .content_section .accordion-body .free_content article h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .section_faq .content_section .accordion-body .free_content article h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .section_faq .content_section .accordion-body .free_content article h4 {
    font-size: 15px;
  }
}
.section_faq .content_section .accordion-header .accordion-button {
  background: #00bbbf;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  color: white;
}
.section_faq .content_section .accordion-header .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.section_faq .content_section .accordion-header .accordion-button.collapsed {
  background: #ffffff;
  color: #000000;
}
.section_faq .content_section .accordion-header .accordion-button.collapsed:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FA5100'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.section_faq .content_section .accordion-collapse {
  padding: 10px;
}
.head_tittle {
  min-height: 669px;
  background: #ffffff;
  height: auto;
  width: 100%;
  padding-top: 83px;
  margin-bottom: -80px;
}
@media screen and (max-width: 992px) {
  .head_tittle {
    margin-bottom: 0;
    min-height: initial;
  }
}
.head_tittle.bg_grey {
  background: #f7f7f7;
}
@media screen and (max-height: 762px) and (min-width: 1000px) {
  .head_tittle {
    min-height: initial;
  }
}
.head_tittle .container {
  max-width: 800px;
}
@media screen and (max-width: 992px) {
  .head_tittle .container {
    max-width: 100%;
    padding: 0;
    overflow: hidden;
  }
}
.head_tittle .content_section {
  width: 100%;
  height: auto;
  position: relative;
  top: -80px;
}
@media screen and (max-width: 992px) {
  .head_tittle .content_section {
    top: auto;
  }
}
@media screen and (max-height: 762px) and (min-width: 1000px) {
  .head_tittle .content_section {
    top: -50px;
  }
}
.head_tittle .illustration {
  width: 100%;
  height: 669px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .head_tittle .illustration {
    height: 350px ;
  }
}
@media screen and (max-width: 576px) {
  .head_tittle .illustration {
    height: 250px ;
  }
}
@media screen and (max-width: 360px) {
  .head_tittle .illustration {
    height: 150px ;
  }
}
@media screen and (max-height: 762px) and (min-width: 1000px) {
  .head_tittle .illustration {
    height: 449px !important;
  }
}
@media screen and (max-height: 600px) and (min-width: 1000px) {
  .head_tittle .illustration {
    height: 350px !important;
  }
}
.head_tittle .content_inside {
  width: 100%;
  height: auto;
  background: #ffffff;
  text-align: center;
  padding: 15px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .head_tittle .content_inside {
    padding: 0px;
  }
}
.head_tittle .content_inside .overlined_title {
  margin-top: 10px;
  max-width: 470px;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, ">");
  color: #000000;
}
.breadcrumb-item.active {
  color: #df3601 !important;
  font-weight: bold;
}
.breadcrumb-item.active a {
  color: #df3601 !important;
  font-weight: bold;
}
.breadcrumb-item.active a:hover {
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .breadcrumb-item {
    font-size: 12px !important;
  }
}
.breadcrumb-item a {
  color: #000000 !important;
  font-weight: normal;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .breadcrumb {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 992px) {
  .breadcrumb ol li {
    font-size: 12px;
  }
}
.breadcrumb ol li a {
  font-weight: normal;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .breadcrumb ol li a {
    font-size: 12px;
  }
}
.free_content {
  background: #ffffff;
  width: 100%;
  height: auto;
  padding: 3rem 0;
  overflow: hidden;
}
@media screen and (max-height: 762px) and (min-width: 1000px) {
  .free_content {
    padding: 30px 0 3rem 0;
  }
}
.free_content .container {
  max-width: 848px;
}
@media screen and (max-width: 992px) {
  .free_content .container {
    max-width: 90%;
    padding: 0;
    overflow: hidden;
  }
}
.free_content .content_section {
  display: inline-block;
  width: 100%;
  height: auto;
}
.free_content .content_section h2,
.free_content .content_section h3,
.free_content .content_section h4 {
  font-weight: bold;
}
.free_content .content_section span.green,
.free_content .content_section a.green,
.free_content .content_section p.green {
  color: #00bbbf;
}
.free_content .content_section span.orange,
.free_content .content_section a.orange,
.free_content .content_section p.orange {
  color: #ff5100;
}
.free_content .content_section span.red,
.free_content .content_section a.red,
.free_content .content_section p.red {
  color: #df3601;
}
.free_content .content_section span.blue,
.free_content .content_section a.blue,
.free_content .content_section p.blue {
  color: #0e2e5f;
}
.free_content .content_section span.darkgreen,
.free_content .content_section a.darkgreen,
.free_content .content_section p.darkgreen {
  color: #0c8487;
}
.free_content .content_section .green {
  color: #00bbbf;
}
.free_content .content_section .orange {
  color: #ff5100;
}
.free_content .content_section .red {
  color: #df3601;
}
.free_content .content_section .blue {
  color: #0e2e5f;
}
.free_content .content_section .darkgreen {
  color: #0c8487;
}
.free_content .content_section .bold {
  font-weight: bold;
}
.free_content .content_section ul {
  padding: 0px;
  padding-left: 15px;
}
.free_content .content_section article {
  color: #000000;
}
.free_content .content_section article h2 {
  font-size: 37px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .free_content .content_section article h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .free_content .content_section article h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .free_content .content_section article h4 {
    font-size: 15px;
  }
}
.free_content .content_section article .illustration {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
}
.free_content .content_section article .illustration.left {
  float: left;
  margin: 40px;
  margin-left: 0;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .free_content .content_section article .illustration.left {
    display: block;
    margin: 40px auto !important;
    float: none;
  }
}
.free_content .content_section article .illustration.right {
  float: right;
  margin: 40px;
  margin-right: 0;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .free_content .content_section article .illustration.right {
    display: block;
    margin: 40px auto !important;
    float: none;
  }
}
.free_content .content_section article .illustration.rectangle {
  width: 394px;
  height: 270px;
}
@media screen and (max-width: 768px) {
  .free_content .content_section article .illustration.rectangle {
    width: 215px;
    height: 147px;
  }
}
@media screen and (max-width: 360px) {
  .free_content .content_section article .illustration.rectangle {
    width: 155px;
    height: 106px;
  }
}
.free_content .content_section article .illustration.rectangle .img {
  position: absolute;
}
.free_content .content_section article .illustration.rectangle .img:before {
  content: "";
  width: 63px;
  height: 54px;
  background-image: url("../../medias/illustration_rectangle_bottom_left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  left: -30px;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .free_content .content_section article .illustration.rectangle .img:before {
    bottom: -15px;
    left: -15px;
  }
}
.free_content .content_section article .illustration.rectangle .img:after {
  content: "";
  width: 122px;
  height: 122px;
  background-image: url("../../medias/illustration_rectangle_top_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .free_content .content_section article .illustration.rectangle .img:after {
    width: 60px;
    height: 60px;
    right: -15px;
    top: -15px;
  }
}
.free_content .content_section article .illustration.square {
  width: 315px;
  height: 315px;
}
@media screen and (max-width: 992px) {
  .free_content .content_section article .illustration.square {
    width: 215px;
    height: 215px;
  }
}
@media screen and (max-width: 768px) {
  .free_content .content_section article .illustration.square {
    width: 215px;
    height: 215px;
  }
}
@media screen and (max-width: 360px) {
  .free_content .content_section article .illustration.square {
    width: 155px;
    height: 155px;
  }
}
.free_content .content_section article .illustration.square .img {
  position: absolute;
}
.free_content .content_section article .illustration.square .img:before {
  content: "";
  width: 158px;
  height: 158px;
  background-image: url("../../medias/illustration_base_bottom_left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  left: -30px;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .free_content .content_section article .illustration.square .img:before {
    width: 125px;
    height: 125;
    bottom: -15px;
    left: -15px;
  }
}
.free_content .content_section article .illustration.square .img:after {
  content: "";
  width: 34px;
  height: 40px;
  background-image: url("../../medias/illustration_base_top_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .free_content .content_section article .illustration.square .img:after {
    right: -15px;
    top: -15px;
  }
}
.free_content .content_section article .illustration.big {
  width: 100%;
  height: 564px;
}
@media screen and (max-width: 992px) {
  .free_content .content_section article .illustration.big {
    width: 640px;
    height: 425px;
    display: block;
    margin: 40px auto;
  }
}
@media screen and (max-width: 768px) {
  .free_content .content_section article .illustration.big {
    width: 487px;
    height: 324px;
  }
}
@media screen and (max-width: 576px) {
  .free_content .content_section article .illustration.big {
    width: 307px;
    height: 204px;
  }
}
@media screen and (max-width: 360px) {
  .free_content .content_section article .illustration.big {
    width: 215px;
    height: 140px;
  }
}
.video {
  background: #ffffff;
  overflow: hidden;
  padding: 2rem 0 5rem 0;
}
.video .container {
  max-width: 848px;
}
@media screen and (max-width: 992px) {
  .video .container {
    max-width: 90%;
    padding: 0;
    overflow: hidden;
  }
}
.video .header_section {
  display: inline-block;
  max-width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.video .free_content {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: left;
  padding-top: 0 !important;
  padding: 1rem 0;
}
.video .free_content h2,
.video .free_content h3,
.video .free_content h4 {
  font-weight: bold;
}
.video .free_content span.green,
.video .free_content a.green,
.video .free_content p.green {
  color: #00bbbf;
}
.video .free_content span.orange,
.video .free_content a.orange,
.video .free_content p.orange {
  color: #ff5100;
}
.video .free_content span.red,
.video .free_content a.red,
.video .free_content p.red {
  color: #df3601;
}
.video .free_content span.blue,
.video .free_content a.blue,
.video .free_content p.blue {
  color: #0e2e5f;
}
.video .free_content span.darkgreen,
.video .free_content a.darkgreen,
.video .free_content p.darkgreen {
  color: #0c8487;
}
.video .free_content .green {
  color: #00bbbf;
}
.video .free_content .orange {
  color: #ff5100;
}
.video .free_content .red {
  color: #df3601;
}
.video .free_content .blue {
  color: #0e2e5f;
}
.video .free_content .darkgreen {
  color: #0c8487;
}
.video .free_content .bold {
  font-weight: bold;
}
.video .free_content ul {
  padding: 0px;
  padding-left: 15px;
}
.video .free_content article {
  color: #000000;
  text-align: left;
}
.video .free_content article h2 {
  font-size: 37px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .video .free_content article h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .video .free_content article h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .video .free_content article h4 {
    font-size: 15px;
  }
}
.video .content_section {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.video .video_content {
  height: auto;
  position: relative;
  z-index: 2;
}
.video .video_content:before {
  content: "";
  width: 25px;
  height: 93px;
  background-image: url("../../medias/video_content_deco_top_left.svg");
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  top: -30px;
  left: -40px;
  z-index: -1;
}
.video .video_content:after {
  content: "";
  width: 38px;
  height: 121px;
  background-image: url("../../medias/video_content_deco_bottom_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -110px;
  right: -30px;
  z-index: -1;
}
.video .video_content .the_wrap_video:before {
  content: "";
  width: 164px;
  height: 164px;
  background-image: url("../../medias/the_wrap_video_deco_top_right.svg");
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  top: -30px;
  right: -50px;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .video .video_content .the_wrap_video:before {
    width: 114px;
    height: 114px;
    right: -40px;
    z-index: -1;
  }
}
.video .video_content .the_wrap_video:after {
  content: "";
  width: 143px;
  height: 143px;
  background-image: url("../../medias/the_wrap_video_deco_bottom_left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -60px;
  left: -60px;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .video .video_content .the_wrap_video:after {
    width: 143px;
    height: 143px;
    bottom: -20px;
    left: -20px;
  }
}
.temoignage {
  background: #ffffff;
  overflow: hidden;
  padding: 2rem 0 5rem 0;
}
.temoignage .container {
  max-width: 960px;
}
@media screen and (max-width: 992px) {
  .temoignage .container {
    max-width: 90%;
    padding: 0;
    overflow: hidden;
  }
}
.temoignage .header_section {
  display: inline-block;
  max-width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden;
}
.temoignage .content_section {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.temoignage .content_section .row {
  align-items: flex-start;
  justify-content: space-between;
}
.temoignage .content_section .row .col-img-temoignage {
  -ms-flex-preferred-size: 288px;
  flex-basis: 288px;
  max-width: 288px;
}
@media screen and (max-width: 992px) {
  .temoignage .content_section .row .col-img-temoignage {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
.temoignage .content_section .row .col-text-temoignage {
  -ms-flex-preferred-size: 524px;
  flex-basis: 524px;
  max-width: 524px;
}
@media screen and (max-width: 992px) {
  .temoignage .content_section .row .col-text-temoignage {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
.temoignage .content_section .row .col-text-temoignage h2 {
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 992px) {
  .temoignage .content_section .row .col-text-temoignage h2 {
    text-align: center;
  }
}
.temoignage .content_section .row .col-text-temoignage .temoignage_inside {
  display: inline-block;
  width: 100%;
  padding-left: 30px;
  position: relative;
  padding-bottom: 0px;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .temoignage .content_section .row .col-text-temoignage .temoignage_inside {
    text-align: center;
    padding-left: 0;
  }
}
.temoignage .content_section .row .col-text-temoignage .temoignage_inside:before {
  width: 1px;
  height: 100%;
  background: #EFEFEF;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
@media screen and (max-width: 992px) {
  .temoignage .content_section .row .col-text-temoignage .temoignage_inside:before {
    display: none;
  }
}
.temoignage .content_section .row .col-text-temoignage .temoignage_inside p {
  font-style: italic;
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  .temoignage .content_section .row .col-text-temoignage .temoignage_inside p {
    font-size: 16px;
  }
}
.temoignage .content_section .row .col-text-temoignage .temoignage_inside .sign {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .temoignage .content_section .row .col-text-temoignage .temoignage_inside .sign {
    text-align: center;
  }
}
.temoignage .content_section .row .col-text-temoignage .temoignage_inside .sign p {
  font-size: 18px;
}
.temoignage .content_section .row .col-text-temoignage .temoignage_inside .sign p span {
  font-weight: bold;
}
.temoignage .content_section .illustration {
  width: 349px;
  height: 349px;
}
@media screen and (max-width: 992px) {
  .temoignage .content_section .illustration {
    width: 249px;
    height: 249px;
  }
}
@media screen and (max-width: 576px) {
  .temoignage .content_section .illustration {
    width: 200px;
    height: 200px;
  }
}
.temoignage .content_section .illustration:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #00bbbf;
  top: 6px;
  right: 8px;
  z-index: 1;
  position: absolute;
  display: inline-block;
  -webkit-border-radius: 360px;
  -moz-border-radius: 360px;
  border-radius: 360px;
  overflow: hidden;
}
.temoignage .content_section .illustration:before {
  content: "\e960";
  font-size: 30px;
  color: #00bbbf;
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 3;
  font-family: 'start' !important;
}
@media screen and (max-width: 992px) {
  .temoignage .content_section .illustration:before {
    font-size: 21px;
  }
}
@media screen and (max-width: 576px) {
  .temoignage .content_section .illustration:before {
    font-size: 18px;
    top: -7px;
  }
}
.temoignage .content_section .illustration .img {
  -webkit-border-radius: 360px;
  -moz-border-radius: 360px;
  border-radius: 360px;
  overflow: hidden;
  z-index: 2;
}
.temoignage .content_section .illustration.orange:after {
  background: #ff5100;
}
.temoignage .content_section .illustration.orange:before {
  color: #ff5100;
}
.temoignage .content_section .illustration.blue:after {
  background: #0e2e5f;
}
.temoignage .content_section .illustration.blue:before {
  color: #0e2e5f;
}
.temoignage .content_section .illustration.red:after {
  background: #df3601;
}
.temoignage .content_section .illustration.red:before {
  color: #df3601;
}
.temoignage .content_section .illustration.green:after {
  background: #00bbbf;
}
.temoignage .content_section .illustration.green:before {
  color: #00bbbf;
}
.temoignage .content_section .illustration.darkgreen:after {
  background: #0c8487;
}
.temoignage .content_section .illustration.darkgreen:before {
  color: #0c8487;
}
.savoir_plus {
  background: #ffffff;
  overflow: hidden;
  padding: 2rem 0 5rem 0;
}
.savoir_plus .header_section {
  display: inline-block;
  max-width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden;
}
.savoir_plus .content_section {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.savoir_plus .content_section .container {
  max-width: 575px;
}
@media screen and (max-width: 576px) {
  .savoir_plus .content_section .container {
    max-width: 90%;
    padding: 0;
    overflow: hidden;
  }
}
.savoir_plus .content_section ul {
  display: inline-block;
  width: 100%;
  padding: 0;
}
.savoir_plus .content_section ul li {
  display: inline-block;
  width: 100%;
  padding: 0;
  list-style-type: none;
  height: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  .savoir_plus .content_section ul li {
    margin-bottom: 30px;
  }
}
.savoir_plus .content_section ul li .item {
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .savoir_plus .content_section ul li .item .row .col-img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.savoir_plus .content_section ul li .item .row .col-img .illustration {
  width: 108px;
  height: 108px;
  border: 1px solid #707070;
}
.savoir_plus .content_section ul li .item .row .col-text {
  -ms-flex-preferred-size: 436px;
  flex-basis: 436px;
  max-width: 436px;
}
@media screen and (max-width: 576px) {
  .savoir_plus .content_section ul li .item .row .col-text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.savoir_plus .content_section ul li .item .row .col-text h4 {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .savoir_plus .content_section ul li .item .row .col-text h4 {
    font-size: 16px;
  }
}
.savoir_plus .content_section ul li .item .row .col-text .btn {
  font-size: 18px;
  padding: 5px 15px;
}
@media screen and (max-width: 576px) {
  .savoir_plus .content_section ul li .item .row .col-text .btn {
    font-size: 14px;
  }
}
.ressources {
  background: #ffffff;
  overflow: hidden;
  padding: 2rem 0 5rem 0;
}
.ressources .header_section {
  display: inline-block;
  max-width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden;
}
.ressources .content_section {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.ressources .content_section .container {
  max-width: 848px;
}
@media screen and (max-width: 992px) {
  .ressources .content_section .container {
    max-width: 90%;
    padding: 0;
    overflow: hidden;
  }
}
.ressources .content_section ul {
  display: inline-block;
  width: 100%;
  padding: 0;
}
.ressources .content_section ul li {
  display: inline-block;
  width: 100%;
  padding: 0;
  list-style-type: none;
  height: auto;
  margin-bottom: 15px;
  border: 1px solid #D1D1D1;
  padding: 25px;
}
@media screen and (max-width: 576px) {
  .ressources .content_section ul li {
    margin-bottom: 30px;
  }
}
.ressources .content_section ul li .item {
  width: 100%;
  display: inline-block;
  position: relative;
}
.ressources .content_section ul li .item:after {
  content: "\e961";
  font-size: 30px;
  font-family: 'start';
  color: #df3601;
  position: absolute;
  top: 0;
  right: 0;
}
.ressources .content_section ul li .item a {
  color: #000000;
}
.ressources .content_section ul li .item a:hover h4 {
  color: #df3601 !important;
}
.ressources .content_section ul li .item a:hover p {
  color: #000000 !important;
}
.ressources .content_section ul li .item .row {
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .ressources .content_section ul li .item .row .col-img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.ressources .content_section ul li .item .row .col-img .illustration {
  width: 108px;
  height: 108px;
  border: 1px solid #707070;
}
.ressources .content_section ul li .item .row .col-text {
  -ms-flex-preferred-size: 615px;
  flex-basis: 615px;
  max-width: 615px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .ressources .content_section ul li .item .row .col-text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.ressources .content_section ul li .item .row .col-text h4 {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .ressources .content_section ul li .item .row .col-text h4 {
    font-size: 16px;
  }
}
.ressources .content_section ul li .item .row .col-text p {
  max-width: 90%;
}
@media screen and (max-width: 576px) {
  .ressources .content_section ul li .item .row .col-text p {
    max-width: 100%;
  }
}
.ressources .content_section ul li .item .row .col-text .download {
  font-size: 18px;
  text-decoration: underline;
  color: #000000;
  font-weight: normal;
}
.ressources .content_section ul li .item .row .col-text .download span {
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .ressources .content_section ul li .item .row .col-text .download {
    font-size: 16px;
  }
}
.section_form {
  background: #f7f7f7;
  overflow: hidden;
  padding: 0 20px;
  margin-bottom: 100px;
}
.section_form .container {
  max-width: 800px;
}
@media screen and (max-width: 992px) {
  .section_form .container {
    max-width: 90%;
    padding: 0;
  }
}
.section_form .free_content {
  padding: 0 20px;
}
.section_form .form_wrap {
  margin: 80px 0;
}
.section_form .form_wrap .nav {
  justify-content: center;
  padding: 0;
}
.section_form .form_wrap .nav .nav-link {
  background: #ffffff;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  line-height: 30px;
  width: 339px;
  height: 102px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.section_form .form_wrap .nav .nav-link:before {
  width: 60px;
  height: 102px;
  content: "";
  background: #ff5100;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 6px;
  display: none;
}
.section_form .form_wrap .nav .nav-link:after {
  width: 60px;
  height: 102px;
  content: "";
  background: #ff5100;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 6px;
  display: none;
}
.section_form .form_wrap .nav .nav-link span {
  background: #ffffff;
  display: inline-block;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.section_form .form_wrap .nav .nav-link span:before {
  content: "";
  width: 41px;
  height: 43px;
  background-image: url("../../medias/tittle_deco_3_pois.svg");
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  top: -50px;
  left: -50px;
  display: none;
}
.section_form .form_wrap .nav .nav-link span:after {
  content: "";
  width: 34px;
  height: 40px;
  background-image: url("../../medias/tittle_deco_2_pois.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -55px;
  right: -50px;
  display: none;
}
.section_form .form_wrap .nav .nav-link.active.left:before {
  background: #df3601;
  display: inline-block;
}
.section_form .form_wrap .nav .nav-link.active.left:after {
  background: #df3601;
  display: inline-block;
}
.section_form .form_wrap .nav .nav-link.active.left span:before {
  display: inline-block;
}
.section_form .form_wrap .nav .nav-link.active.left span:after {
  display: none;
}
.section_form .form_wrap .nav .nav-link.active.right:before {
  background: #0c8487;
  display: inline-block;
}
.section_form .form_wrap .nav .nav-link.active.right:after {
  background: #0c8487;
  display: inline-block;
}
.section_form .form_wrap .nav .nav-link.active.right span:before {
  display: none;
}
.section_form .form_wrap .nav .nav-link.active.right span:after {
  display: inline-block;
}
.section_form .form_wrap .tab-content {
  margin-top: 60px;
}
.section_form .form_wrap form {
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.section_form .form_wrap form .form-label {
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.section_form .form_wrap form .form-select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.section_form .form_wrap form .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.section_form .form_wrap form textarea {
  text-align: left;
  font-size: 16px;
}
.section_form .form_wrap form .btn-black {
  font-size: 23px;
  padding: 5px 20px;
}
.section_form .form_wrap form .infos {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.section_form .form_wrap .form_title {
  width: 100%;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin: 40px 0px;
}
.section_form .form_wrap .form_content {
  display: inline-block;
  width: 100%;
}
.social-share {
  position: absolute;
  z-index: 2;
  width: 62px;
  display: inline-block;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 992px) {
  .social-share {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 10px;
    width: 100%;
    text-align: right;
  }
}
.social-share.sticky {
  position: fixed;
  top: 120px;
}
.social-share.bottom {
  position: absolute;
  bottom: 0;
}
.social-share .share_trigger {
  display: inline-block;
  padding: 0px 7px;
  cursor: pointer;
}
.social-share .share_trigger:after {
  content: "partager";
  font-size: 10px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .social-share .share_trigger:after {
    order: 1;
    margin-right: 5px;
  }
}
@media screen and (max-width: 992px) {
  .social-share .share_trigger {
    display: flex;
    align-items: center;
    justify-content: safe flex-end;
  }
}
.social-share .share_trigger .picto {
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  border-radius: 160px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}
@media screen and (max-width: 992px) {
  .social-share .share_trigger .picto {
    order: 2;
  }
}
.social-share .share_trigger .picto.share:before {
  content: "\e924";
  font-family: 'start';
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  font-size: 20px;
  color: #df3601;
}
.social-share .share_trigger:hover .picto {
  background: #df3601;
}
.social-share .share_trigger:hover .picto:before {
  color: #ffffff;
}
.social-share .share_trigger.active .picto {
  background: #df3601;
}
.social-share .share_trigger.active .picto:before {
  color: #ffffff;
}
.social-share ul {
  padding: 0;
  margin-top: 10px;
  display: none;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 992px) {
  .social-share ul {
    background: #f7f7f7;
    padding: 40px 7px;
    text-align: center;
    box-shadow: none !important;
    margin-bottom: 10px;
  }
}
.social-share ul li {
  display: inline-block;
  margin-bottom: 6px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 576px) {
  .social-share ul li {
    margin-bottom: 0px;
  }
}
.social-share ul li a {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  border-radius: 160px;
  padding: 0px 7px;
}
@media screen and (max-width: 576px) {
  .social-share ul li a {
    padding: 0px 2px;
  }
}
.social-share ul li a:hover {
  text-decoration: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.social-share ul li a .picto {
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  border-radius: 160px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0c8487;
}
@media screen and (max-width: 576px) {
  .social-share ul li a .picto {
    width: 35px;
    height: 35px;
  }
}
.social-share ul li a .picto.facebook:before {
  content: "\e913";
  font-family: 'start';
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
}
.social-share ul li a .picto.twitter:before {
  content: "\e962";
  font-family: 'start';
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
}
.social-share ul li a .picto.youtube:before {
  content: "\e919";
  font-family: 'start';
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
}
.social-share ul li a .picto.insta:before {
  content: "\e925";
  font-family: 'start';
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
}
.social-share ul li a .picto.mail:before {
  content: "\e911";
  font-family: 'start';
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
}
.social-share ul li a .picto.linkedin:before {
  content: "\e910";
  font-family: 'start';
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
}
.social-share ul li a .picto.whatsaap {
  display: none;
}
@media screen and (max-width: 992px) {
  .social-share ul li a .picto.whatsaap {
    display: flex;
  }
}
.social-share ul li a .picto.whatsaap:before {
  content: "\e962";
  font-family: 'start';
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
}
