@charset "UTF-8";
/*--------------------------------------
  VARIABLES COLORS
--------------------------------------*/
/*--------------------------------------
  QUICK COLOR STYLES
--------------------------------------*/
/* BACKGROUNDS */
.bg_twitter {
  background: #229bef;
}
.bg_facebook {
  background: #1b77f2;
}
.bg_google {
  background: #dd4b39;
}
.bg_white {
  background: #ffffff;
}
.bg_black {
  background: #000000;
}
.bg_middleBlue {
  background: #2a17be;
}
.bg_blue {
  background: #1d26f2;
}
.bg_purple {
  background: #2d2281;
}
.bg_grey {
  background: #eaeaea;
}
/* FONT COLORS */
.twitter {
  color: #229bef;
}
.facebook {
  color: #1b77f2;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.grey {
  color: #eaeaea;
}
.red {
  color: #d00000;
}
/*--------------------------------------
  GENERAL STYLES
--------------------------------------*/
body {
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  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;
}
body p {
  color: #000000;
}
main {
  height: 100%;
  z-index: 2;
  width: 100%;
}
/* SECTION STYLE */
section {
  display: inline-block;
  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%;
  display: inline-block;
  height: auto;
  position: relative;
}
section {
  height: auto;
}
/* WRAPPERS */
.wrap {
  width: 100%;
  display: inline-block;
  height: auto;
}
.wrap.center {
  text-align: center;
}
.wrap.left {
  text-align: left;
}
.wrap.right {
  text-align: right;
}
.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 {
  width: 700px;
  display: block;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 800px) {
  .small_wrap {
    width: 100%;
  }
}
.section_separator {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}
.section_separator.lightblue svg .path {
  fill: #007fa1;
}
.section_separator.darkblue svg .path {
  fill: #216789;
}
.section_separator.top {
  top: 0px;
  bottom: auto;
}
.section_separator.top svg {
  position: absolute;
  top: -10px;
  left: 0;
}
.section_separator.bottom {
  bottom: 0px;
  top: auto;
}
.section_separator.bottom svg {
  position: absolute;
  bottom: -10px;
  left: 0;
}
.section_separator svg {
  width: 100%;
  position: relative;
}
.section_separator svg .path {
  fill: #ffffff;
}
/* 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;
}
/* QUICK MARGINS */
.margin_5 {
  margin: 5px 0;
}
.margin_10 {
  margin: 10px 0;
}
.margin_20 {
  margin: 20px 0;
}
.margin_30 {
  margin: 30px 0;
}
.margin_40 {
  margin: 40px 0;
}
/* ------------------- */
.margin_top_5 {
  margin: 5px 0 0 0;
}
.margin_top_10 {
  margin: 10px 0 0 0;
}
.margin_top_20 {
  margin: 20px 0 0 0;
}
.margin_top_30 {
  margin: 30px 0 0 0;
}
.margin_top_40 {
  margin: 40px 0 0 0;
}
/* ------------------- */
.margin_bot_5 {
  margin: 0 0 5px 0;
}
.margin_bot_10 {
  margin: 0 0 10px 0;
}
.margin_bot_20 {
  margin: 0 0 20px 0;
}
.margin_bot_30 {
  margin: 0 0 30px 0;
}
.margin_bot_40 {
  margin: 0 0 40px 0;
}
/* ------------------- */
.margin_5_5 {
  margin: 5px;
}
.margin_10_10 {
  margin: 10px;
}
.margin_20_20 {
  margin: 20px;
}
.margin_30_30 {
  margin: 30px;
}
.margin_40_40 {
  margin: 40px;
}
/* ------------------- */
iframe {
  border: none;
  max-width: 100%;
  display: inline-block;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
/* QUICK VISIBILITY FOR ANIM */
.invisible {
  visibility: hidden;
}
.animated {
  visibility: visible;
}
/* ILLUSTRATION */
img {
  max-width: 100%;
  height: auto;
}
.illustration {
  display: inline-block;
  position: relative;
  width: 100%;
}
.illustration.video .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: inline-block;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  bottom: 0;
  left: 0;
}
.illustration .video_corner {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 218px;
  width: 218px;
  z-index: 5;
}
.illustration .video_corner .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 218px 218px;
  border-color: transparent transparent #1d26f2 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 992px) {
  .illustration .video_corner .triangle {
    border-width: 0 0 118px 118px;
  }
}
.illustration .video_corner p {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  padding: 0 20px 20px 0;
}
@media screen and (max-width: 992px) {
  .illustration .video_corner p {
    font-size: 12px;
    padding: 0 10px 10px 0;
  }
}
.illustration .video_corner p .picto {
  font-size: 60px;
}
@media screen and (max-width: 992px) {
  .illustration .video_corner p .picto {
    font-size: 30px;
  }
}
.illustration .footer-video {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.illustration .footer-video .intitule {
  display: inline-block;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  color: #ffffff;
  padding: 20px;
  margin: 0;
  font-weight: bold;
}
.illustration .footer-video .small_video_corner {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 115px;
  width: 115px;
  z-index: 5;
}
.illustration .footer-video .small_video_corner .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 115px 115px;
  border-color: transparent transparent #1d26f2 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 360px) {
  .illustration .footer-video .small_video_corner .triangle {
    border-width: 0 0 85px 85px;
  }
}
.illustration .footer-video .small_video_corner p {
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  padding: 0 10px 10px 0;
}
@media screen and (max-width: 360px) {
  .illustration .footer-video .small_video_corner p {
    padding: 0 7px 7px 0;
  }
}
.illustration .footer-video .small_video_corner p .picto {
  font-size: 48px;
}
@media screen and (max-width: 360px) {
  .illustration .footer-video .small_video_corner p .picto {
    font-size: 33px;
  }
}
.illustration .footer-video .very_small_video_corner {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 85px;
  width: 85px;
  z-index: 5;
}
.illustration .footer-video .very_small_video_corner .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 85px 85px;
  border-color: transparent transparent #1d26f2 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 576px) {
  .illustration .footer-video .very_small_video_corner .triangle {
    border-width: 0 0 65px 65px;
  }
}
@media screen and (max-width: 576px) {
  .illustration .footer-video .very_small_video_corner .triangle {
    border-width: 0 0 65px 65px;
  }
}
.illustration .footer-video .very_small_video_corner p {
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  padding: 0 7px 7px 0;
}
@media screen and (max-width: 576px) {
  .illustration .footer-video .very_small_video_corner p {
    padding: 0 4px 4px 0;
  }
}
.illustration .footer-video .very_small_video_corner p .picto {
  font-size: 33px;
}
@media screen and (max-width: 576px) {
  .illustration .footer-video .very_small_video_corner p .picto {
    font-size: 25px;
  }
}
.illustration.logo .img {
  background-size: contain;
}
.illustration .img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.illustration .img img {
  position: absolute;
  height: 0;
  opacity: 0;
}
.illustration a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.display-title-2 {
  font-weight: 900;
  color: #d00000;
  font-size: 55px;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .display-title-2 {
    font-size: 28px;
    padding-bottom: 15px;
  }
}
.display-title-2:after {
  width: 40px;
  height: 9px;
  background: #1d26f2;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
@media screen and (max-width: 992px) {
  .display-title-2:after {
    width: 22px;
    height: 6px;
    margin-left: -11px;
  }
}
/*--------------------------------------
  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 */
/* CSS Document */
.global-format {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
}
.global-format p {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .global-format p {
    font-size: 16px;
    line-height: 25px;
  }
}
.global-format p a {
  text-decoration: underline;
}
.global-format img {
  max-width: 100%;
  padding: 2%;
}
.global-format img.left {
  float: left;
  margin: 10px 20px 10px 0px;
}
.global-format img.right {
  float: right;
  margin: 10px 0 20px 10px;
}
.global-format iframe {
  border: none;
}
.global-format .chapo {
  font-size: 20px;
  font-weight: 400;
}
.global-format a {
  text-decoration: none;
}
.global-format a:hover {
  text-decoration: underline;
}
.global-format a img {
  border: none;
}
.global-format h1 {
  font-size: 30px;
  font-weight: 600;
  text-transform: none;
}
@media screen and (max-width: 600px) {
  .global-format h1 {
    font-size: 25px;
  }
}
.global-format h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
}
@media screen and (max-width: 600px) {
  .global-format h2 {
    font-size: 20px;
  }
}
.global-format h3 {
  font-size: 19px;
  font-weight: 700;
  text-transform: none;
}
.global-format h4 {
  font-size: 15px;
  font-weight: 700;
}
.global-format hr {
  border-bottom: none;
  border-top: 1px solid #e1e1e1;
  height: 1px;
  width: 100%;
  display: inline-block;
  margin: 20px 0;
}
/*--------------------------------------
  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;
}
.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-right-longarrow:before {
  content: "\e920";
}
.icon-left-longarrow:before {
  content: "\e923";
}
.icon-play-button:before {
  content: "\e927";
}
.icon-right_arrow:before {
  content: "\e928";
}
.icon-left_arrow:before {
  content: "\e929";
}
header {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding: 6px 0;
  background: transparent;
  position: fixed;
  -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 {
    height: auto;
    position: relative;
    background: #1c6d88;
  }
}
header.sticked {
  background: #1c6d88;
}
header.sticked .company-logo {
  max-width: 200px;
}
@media screen and (max-width: 992px) {
  header.sticked .company-logo {
    max-width: 60px !important;
  }
}
header.sticked .navbar {
  padding: 0;
}
header.sticked .header-group p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: visible !important;
  -webkit-animation-name: fadeInRightCustom;
  animation-name: fadeInRightCustom;
  animation-delay: 0.5s;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  header.sticked .header-group p {
    -webkit-animation-name: none;
    animation-name: none;
  }
}
header.sticked .header-group .btn {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: visible !important;
  opacity: 1;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  font-size: 16px;
  padding: 5px 20px;
}
@media screen and (max-width: 992px) {
  header.sticked .header-group .btn {
    -webkit-animation-name: none;
    animation-name: none;
    opacity: 1 !important;
  }
}
header.sticked .company-logo .normal {
  display: none;
}
header.sticked .company-logo .large {
  display: inline-block;
}
header .fixed-header-space {
  display: none;
  height: 82px;
}
header .company-logo {
  display: inline-block;
  max-width: 100%;
  max-width: 140px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-height: 700px) and (min-width: 1000px) {
  header .company-logo {
    padding: 6px 0;
  }
}
@media screen and (max-width: 992px) {
  header .company-logo {
    max-width: 90px !important;
  }
  header .company-logo .large {
    display: none !important;
  }
  header .company-logo .normal {
    display: inline-block !important;
  }
}
header .company-logo .large {
  display: none;
}
header .navbar {
  text-align: center;
}
@media screen and (max-width: 992px) {
  header .navbar {
    justify-content: center;
  }
}
header .header-group {
  display: inline-block;
  width: auto;
}
header .header-group p {
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 22px;
  color: #ffffff;
  display: inline-block;
  font-weight: 300;
  z-index: 1;
  position: relative;
  opacity: 0;
}
@media screen and (max-height: 700px) and (min-width: 1000px) {
  header .header-group p {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  header .header-group p {
    -webkit-animation-name: none;
    animation-name: none;
    visibility: visible !important;
    opacity: 1;
    font-size: 15px;
    margin-bottom: 10px;
  }
}
header .header-group p span {
  font-weight: bold;
}
header .header-group .btn {
  z-index: 2;
  position: relative;
  opacity: 0;
}
@media screen and (max-height: 700px) and (min-width: 1000px) {
  header .header-group .btn {
    font-size: 16px;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 992px) {
  header .header-group .btn {
    -webkit-animation-name: none;
    animation-name: none;
    visibility: visible !important;
    font-size: 14px;
    padding: 6px 15px;
    opacity: 1 !important;
  }
}
header.video_header_internal {
  position: relative;
  background: #1c6d88;
}
header.video_header_internal .company-logo {
  max-width: 200px;
}
@media screen and (max-width: 992px) {
  header.video_header_internal .company-logo {
    max-width: 60px;
  }
}
header.video_header_internal .company-logo .normal {
  display: none !important;
}
@media screen and (max-width: 992px) {
  header.video_header_internal .company-logo .normal {
    display: inline-block !important;
  }
}
header.video_header_internal .company-logo .large {
  display: inline-block !important;
}
@media screen and (max-width: 992px) {
  header.video_header_internal .company-logo .large {
    display: none !important;
  }
}
header.video_header_internal .navbar {
  padding: 0;
}
header.video_header_internal .header-group p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: visible !important;
  -webkit-animation-name: fadeInRightCustom;
  animation-name: fadeInRightCustom;
  animation-delay: 0.5s;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  header.video_header_internal .header-group p {
    -webkit-animation-name: none;
    animation-name: none;
  }
}
header.video_header_internal .header-group .btn {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: visible !important;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  font-size: 16px;
  padding: 5px 20px;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  header.video_header_internal .header-group .btn {
    -webkit-animation-name: none;
    animation-name: none;
  }
}
@-webkit-keyframes fadeInRightCustom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightCustom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightCustom {
  -webkit-animation-name: fadeInRightCustom;
  animation-name: fadeInRightCustom;
}
/* CSS Document */
/* VARIABLE charte couleur */
.btn {
  font-weight: 700;
  font-weight: bold;
  white-space: normal;
  white-space: initial;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
}
.btn.larger {
  width: 100%;
}
.btn.small {
  padding: 15px;
}
.btn.btn-custom {
  background-color: #d00000;
  color: #ffffff;
  background: #d00000;
  padding: 5px 30px;
}
.btn.btn-custom:hover {
  background-color: #9d0000;
  color: #ffffff;
}
.btn.btn-cookies {
  background-color: #eaeaea;
  color: #ffffff;
}
.btn.btn-cookies:hover {
  background-color: #d1d1d1;
  color: #ffffff;
}
.btn.btn-blue {
  background-color: #1d26f2;
  color: #ffffff;
}
.btn.btn-blue:hover {
  background-color: #0c14d0;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .btn.btn-blue {
    font-size: 13px;
    padding: 10px 15px;
  }
}
.btn.btn-red {
  background-color: #d00000;
  color: #ffffff;
}
.btn.btn-red:hover {
  background-color: #9d0000;
  color: #ffffff;
}
.btn.btn-facebook {
  background-color: #1b77f2;
  color: #ffffff;
}
.btn.btn-facebook:hover {
  background-color: #0c5fce;
  color: #ffffff;
}
.btn.btn-twitter {
  background-color: #229bef;
  color: #ffffff;
}
.btn.btn-twitter:hover {
  background-color: #0f80cf;
  color: #ffffff;
}
footer {
  background: #1d26f2;
  height: auto;
  color: #ffffff;
  width: 100%;
  display: inline-block;
  padding: 2em;
}
footer a {
  text-decoration: underline;
  color: #ffffff;
  display: inline-block;
}
footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer a.other {
  text-decoration: none;
  font-size: 12px;
}
footer .wrap_link {
  text-align: center;
  display: block;
  width: 100%;
}
footer .sources {
  font-size: 10px;
  color: #ffffff;
  margin-top: 20px;
}
footer .sources a {
  font-weight: bold;
}
footer img {
  max-width: 162px;
  display: block;
  margin: 0 auto 20px auto;
}
.modal-backdrop.show {
  opacity: .85;
}
@media screen and (max-width: 992px) {
  .modal-backdrop.show {
    background-color: #ffffff;
    opacity: 1;
  }
}
@media screen and (max-width: 992px) {
  .modal.video_modal_start {
    background: black;
    opacity: 1;
  }
}
.modal.video_modal_start .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .modal.video_modal_start .modal-dialog {
    justify-content: flex-start;
  }
}
@media screen and (max-height: 700px) and (min-width: 1000px) {
  .modal.video_modal_start .modal-dialog {
    justify-content: flex-start;
    padding-top: 40px;
  }
}
.modal.video_modal_start .modal-content {
  background-color: transparent;
  border: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-width: 900px;
  display: block;
  padding: 20px 40px 40px 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.modal.video_modal_start .modal-content .modal-header {
  border: none;
  position: relative;
  z-index: 4;
  width: 100%;
  display: inline-block;
  height: 40px;
}
.modal.video_modal_start .modal-content .modal-header .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  background: transparent;
  background-image: none;
  height: 40px;
  width: 40px;
  opacity: 1;
}
.modal.video_modal_start .modal-content .modal-header .btn-close:before {
  content: "x";
  color: #ffffff;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  background-color: #d00000;
  font-weight: 700;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 5px 20px;
}
.modal.video_modal_start .modal-content .modal-body {
  width: 100%;
  height: auto;
}
.modal.video_modal_start .modal-content .modal-body .title_video h3 {
  font-size: 17px;
  font-weight: 300;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .modal.video_modal_start .modal-content .modal-body .title_video h3 {
    font-size: 15px;
  }
}
.modal.video_modal_start .modal-content .modal-body .title_video h3 span {
  font-weight: 700;
}
.modal.video_modal_start .modal-content .modal-body .title_video h3 span.theme {
  color: #d00000;
  font-weight: 300;
}
.modal.video_modal_start .modal-content .modal-body .video_container {
  max-width: 960px;
  height: auto;
  display: inline-block;
  width: 100%;
}
.modal.video_modal_start .modal-content .modal-footer {
  border: none !important;
  display: flex;
  justify-content: center;
}
.modal.video_modal_start .modal-content .modal-footer .btn {
  font-size: 15px;
  padding: 5px 10px;
}
.modal.simple_video_modal .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .modal.simple_video_modal .modal-dialog {
    justify-content: flex-start;
  }
}
@media screen and (max-height: 700px) and (min-width: 1000px) {
  .modal.simple_video_modal .modal-dialog {
    justify-content: flex-start;
    padding-top: 40px;
  }
}
.modal.simple_video_modal .modal-content {
  background-color: white;
  border: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-width: 600px;
  display: block;
  padding: 20px 40px 40px 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.modal.simple_video_modal .modal-content .modal-header {
  border: none;
  position: relative;
  z-index: 4;
  width: 100%;
  display: inline-block;
  height: 40px;
}
.modal.simple_video_modal .modal-content .modal-header .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  background: transparent;
  background-image: none;
  height: 40px;
  width: 40px;
  opacity: 1;
}
.modal.simple_video_modal .modal-content .modal-header .btn-close:before {
  content: "x";
  color: #ffffff;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  background-color: #d00000;
  font-weight: 700;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 5px 20px;
}
.modal.simple_video_modal .modal-content .modal-body {
  width: 100%;
  height: auto;
}
.modal.simple_video_modal .modal-content .modal-body .title_video h3 {
  font-size: 17px;
  font-weight: 300;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .modal.simple_video_modal .modal-content .modal-body .title_video h3 {
    font-size: 15px;
  }
}
.modal.simple_video_modal .modal-content .modal-body .title_video h3 span {
  font-weight: 700;
}
.modal.simple_video_modal .modal-content .modal-body .title_video h3 span.theme {
  color: #d00000;
  font-weight: 300;
}
.modal.simple_video_modal .modal-content .modal-body .title_video h3 span.separation {
  font-weight: 300;
}
.modal.simple_video_modal .modal-content .modal-body .title_video h3 span.separation:before {
  height: 10px;
  width: 1px;
  background: #000000;
  content: "";
  position: relative;
  display: inline-block;
}
.modal.simple_video_modal .modal-content .modal-body .video_container {
  max-width: 100%;
  height: auto;
  display: inline-block;
  width: 100%;
}
.modal.simple_video_modal .modal-content .modal-footer {
  border: none !important;
  display: flex;
  justify-content: center;
}
.modal.simple_video_modal .modal-content .modal-footer .btn {
  font-size: 15px;
  padding: 5px 20px;
}
.modal.form_modal .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
}
@media screen and (max-width: 992px) {
  .modal.form_modal .modal-dialog {
    justify-content: flex-start;
  }
}
@media screen and (max-height: 700px) and (min-width: 1000px) {
  .modal.form_modal .modal-dialog {
    justify-content: flex-start;
  }
}
.modal.form_modal .modal-content {
  background-color: white;
  border: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-width: 600px;
  display: block;
  padding: 20px 40px 40px 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.modal.form_modal .modal-content .modal-header {
  border: none;
  position: relative;
  z-index: 4;
  width: 100%;
  display: inline-block;
  height: 40px;
  text-align: center;
}
.modal.form_modal .modal-content .modal-header .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  background: transparent;
  background-image: none;
  height: 40px;
  width: 40px;
  opacity: 1;
}
.modal.form_modal .modal-content .modal-header .btn-close:before {
  content: "x";
  color: #ffffff;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  background-color: #d00000;
  font-weight: 700;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 5px 20px;
}
.modal.form_modal .modal-content .modal-body {
  width: 100%;
  height: auto;
}
.modal.form_modal .modal-content .modal-body .title_video {
  text-align: center;
}
.modal.form_modal .modal-content .modal-body .title_video h3 {
  font-size: 24px;
  font-weight: bold;
  color: #d00000;
}
@media screen and (max-width: 992px) {
  .modal.form_modal .modal-content .modal-body .title_video h3 {
    font-size: 15px;
  }
}
.modal.form_modal .modal-content .modal-body .title_video p {
  font-size: 16px;
  font-weight: 400;
  color: #d00000;
}
.modal.form_modal .modal-content .modal-body .form_container {
  max-width: 100%;
  height: auto;
  display: inline-block;
  width: 100%;
}
.modal.form_modal .modal-content .modal-body .form_container form .form-check-label.check_accept {
  font-size: 11px !important;
  padding-top: 4px;
}
.modal.form_modal .modal-content .modal-body .form_container form .rgpd {
  font-size: 11px;
  font-weight: 300px;
  text-align: center;
}
.modal.form_modal .modal-content .modal-body .form_container form .row {
  margin-bottom: 10px;
}
.modal.form_modal .modal-content .modal-body .form_container form textarea {
  width: 100%;
  padding: .375rem .75rem;
  min-height: 200px;
  border-color: #ced4da;
  border: 1px solid #707070 !important;
}
.modal.form_modal .modal-content .modal-body .form_container form .wrap_submit {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.modal.form_modal .modal-content .modal-body .form_container form .form-select {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #707070 !important;
}
.modal.form_modal .modal-content .modal-body .form_container form .form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #707070 !important;
}
.modal.form_modal .modal-content .modal-body .form_container form .select_box,
.modal.form_modal .modal-content .modal-body .form_container form .select_radio {
  position: relative;
  display: inline-block;
  width: auto;
  float: left;
  cursor: pointer;
  margin: 0.5%;
  width: 100%;
}
.modal.form_modal .modal-content .modal-body .form_container form .select_box .form-check,
.modal.form_modal .modal-content .modal-body .form_container form .select_radio .form-check {
  margin-bottom: 10px;
  padding-top: 5px;
  width: 100%;
  padding: 0;
  position: relative;
}
.modal.form_modal .modal-content .modal-body .form_container form .select_box input[type="checkbox"],
.modal.form_modal .modal-content .modal-body .form_container form .select_radio input[type="checkbox"],
.modal.form_modal .modal-content .modal-body .form_container form .select_box input[type="radio"],
.modal.form_modal .modal-content .modal-body .form_container form .select_radio input[type="radio"] {
  display: inline-block !important;
  width: 100% ;
  height: 100%;
  position: absolute !important;
  left: 0 !important;
  z-index: 3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0) !important;
  /* Netscape */
  -moz-opacity: 0!important;
  /* Safari 1.x */
  -khtml-opacity: 0!important;
  opacity: 0!important;
}
.modal.form_modal .modal-content .modal-body .form_container form .select_box input[type="checkbox"]:hover,
.modal.form_modal .modal-content .modal-body .form_container form .select_radio input[type="checkbox"]:hover,
.modal.form_modal .modal-content .modal-body .form_container form .select_box input[type="radio"]:hover,
.modal.form_modal .modal-content .modal-body .form_container form .select_radio input[type="radio"]:hover {
  cursor: pointer;
}
.modal.form_modal .modal-content .modal-body .form_container form .select_box label,
.modal.form_modal .modal-content .modal-body .form_container form .select_radio label {
  display: inline-block;
  width: 100%;
  color: #000000;
  z-index: 1;
  padding-left: 40px;
  position: relative;
}
.modal.form_modal .modal-content .modal-body .form_container form .select_box input[type="checkbox"] + label:before,
.modal.form_modal .modal-content .modal-body .form_container form .select_radio input[type="checkbox"] + label:before,
.modal.form_modal .modal-content .modal-body .form_container form .select_box input[type="radio"] + label:before,
.modal.form_modal .modal-content .modal-body .form_container form .select_radio input[type="radio"] + label:before {
  content: "\ea53";
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: 'start';
  font-size: 20px;
  color: #707070;
}
.modal.form_modal .modal-content .modal-body .form_container form .select_box input[type="checkbox"]:checked + label:before,
.modal.form_modal .modal-content .modal-body .form_container form .select_radio input[type="checkbox"]:checked + label:before,
.modal.form_modal .modal-content .modal-body .form_container form .select_box input[type="radio"]:checked + label:before,
.modal.form_modal .modal-content .modal-body .form_container form .select_radio input[type="radio"]:checked + label:before {
  content: "\ea52";
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  font-family: 'start';
  color: #707070;
}
.modal.form_modal .modal-content .modal-body .form_container form .select_box input[type="checkbox"]:checked + label .check svg path,
.modal.form_modal .modal-content .modal-body .form_container form .select_radio input[type="checkbox"]:checked + label .check svg path,
.modal.form_modal .modal-content .modal-body .form_container form .select_box input[type="radio"]:checked + label .check svg path,
.modal.form_modal .modal-content .modal-body .form_container form .select_radio input[type="radio"]:checked + label .check svg path {
  stroke-dashoffset: 0;
}
.modal.form_modal .modal-content .modal-footer {
  border: none !important;
  display: flex;
  justify-content: center;
}
.modal.form_modal .modal-content .modal-footer .btn {
  font-size: 15px;
  padding: 5px 10px;
}
.modal.modal_voice .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .modal.modal_voice .modal-dialog {
    justify-content: flex-start;
  }
}
@media screen and (max-height: 700px) and (min-width: 1000px) {
  .modal.modal_voice .modal-dialog {
    justify-content: flex-start;
    padding-top: 40px;
  }
}
.modal.modal_voice .modal-content {
  background-color: white;
  border: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-width: 700px;
  display: block;
  padding: 20px 40px 40px 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.modal.modal_voice .modal-content .modal-header {
  border: none;
  position: relative;
  z-index: 4;
  width: 100%;
  display: inline-block;
  height: 60px;
}
.modal.modal_voice .modal-content .modal-header .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  background: transparent;
  background-image: none;
  height: 40px;
  width: 40px;
  opacity: 1;
}
.modal.modal_voice .modal-content .modal-header .btn-close:before {
  content: "x";
  color: #ffffff;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  background-color: #d00000;
  font-weight: 700;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 5px 20px;
}
.modal.modal_voice .modal-content .modal-body {
  width: 100%;
  height: auto;
}
.modal.modal_voice .modal-content .modal-body .title_video {
  text-align: center;
}
.modal.modal_voice .modal-content .modal-body .title_video h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #d00000;
}
@media screen and (max-width: 992px) {
  .modal.modal_voice .modal-content .modal-body .title_video h3 {
    font-size: 20px;
  }
}
.modal.modal_voice .modal-content .modal-body .modal_container {
  max-width: 100%;
  height: auto;
  display: inline-block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .modal.modal_voice .modal-content .modal-body .modal_container {
    max-width: 100%;
  }
}
.modal.modal_voice .modal-content .modal-body .modal_container .item {
  max-width: 158px;
  background: #ffffff;
  margin: 10px 5px;
  display: inline-block;
}
.modal.modal_voice .modal-content .modal-body .modal_container .item .illustration {
  width: 158px;
  height: 158px;
  display: inline-block;
  float: left;
}
.modal.modal_voice .modal-content .modal-body .modal_container .item .illustration.video .img {
  position: relative;
}
.modal.modal_voice .modal-content .modal-body .modal_container .item .illustration.video .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.3;
}
.modal.modal_voice .modal-content .modal-body .modal_container .item .illustration.video .img:after {
  content: "\e927";
  font-family: 'start' !important;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  color: #ffffff;
  font-size: 40px;
}
.modal.modal_voice .modal-content .modal-body .modal_container .item a:hover {
  text-decoration: none;
}
.modal.modal_voice .modal-content .modal-body .modal_container .item .text {
  padding: 15px;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
  width: 100%;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.modal.modal_voice .modal-content .modal-body .modal_container .item .text p {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0;
}
.modal.modal_voice .modal-content .modal-body .modal_container .item .text .wrap_link {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.modal.modal_voice .modal-content .modal-body .modal_container .item .text .wrap_link .sharing {
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  margin: 5px ;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  -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;
}
.modal.modal_voice .modal-content .modal-body .modal_container .item .text .wrap_link .sharing:hover {
  text-decoration: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.modal.modal_voice .modal-content .modal-footer {
  border: none !important;
  display: flex;
  justify-content: center;
}
.modal.modal_voice .modal-content .modal-footer .btn {
  font-size: 15px;
  padding: 5px 20px;
}
.modal.share_campaign .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .modal.share_campaign .modal-dialog {
    justify-content: flex-start;
  }
}
@media screen and (max-height: 700px) and (min-width: 1000px) {
  .modal.share_campaign .modal-dialog {
    justify-content: flex-start;
    padding-top: 40px;
  }
}
.modal.share_campaign .modal-content {
  background-color: white;
  border: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-width: 600px;
  display: block;
  padding: 20px 40px 40px 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.modal.share_campaign .modal-content .modal-header {
  border: none;
  position: relative;
  z-index: 4;
  width: 100%;
  display: inline-block;
  height: 40px;
}
.modal.share_campaign .modal-content .modal-header .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  background: transparent;
  background-image: none;
  height: 40px;
  width: 40px;
  opacity: 1;
}
.modal.share_campaign .modal-content .modal-header .btn-close:before {
  content: "x";
  color: #ffffff;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  background-color: #d00000;
  font-weight: 700;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 5px 20px;
}
.modal.share_campaign .modal-content .modal-body {
  width: 100%;
  height: auto;
}
.modal.share_campaign .modal-content .modal-body .title_video h3 {
  font-size: 24px;
  font-weight: bold;
  color: #d00000;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .modal.share_campaign .modal-content .modal-body .title_video h3 {
    font-size: 20px;
  }
}
.modal.share_campaign .modal-content .modal-body .img_container {
  max-width: 100%;
  height: auto;
  display: inline-block;
  width: 100%;
}
.modal.share_campaign .modal-content .modal-footer {
  border: none !important;
  display: flex;
  justify-content: center;
}
.modal.share_campaign .modal-content .modal-footer .btn {
  font-size: 15px;
  padding: 5px 20px;
}
/* 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: forwards;
  animation-fill-mode: forwards;
  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;
}
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: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translate3d(0, -100%, 0px);
  -moz-transform: translate3d(0, -100%, 0px);
  -ms-transform: translate3d(0, -100%, 0px);
  -o-transform: translate3d(0, -100%, 0px);
  transform: translate3d(0, -100%, 0px);
}
@media screen and (max-width: 992px) {
  .c-offcanvas {
    width: 60%;
    -webkit-transform: translate3d(-100%, 0px, 0px);
    -moz-transform: translate3d(-100%, 0px, 0px);
    -ms-transform: translate3d(-100%, 0px, 0px);
    -o-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
  }
}
@media screen and (max-width: 574px) {
  .c-offcanvas {
    width: 320px;
  }
}
.c-offcanvas--opening {
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}
.c-offcanvas.is-closed {
  max-height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: none;
}
/**
 * Offcanvas BG-Overlay
*/
.c-offcanvas-bg {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  left: -100%;
  background-color: transparent;
  transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.c-offcanvas-bg.is-animating,
.c-offcanvas-bg.is-open {
  left: 0;
  background-color: rgba(0, 0, 0, 0.68);
  visibility: visible;
}
.c-offcanvas-bg.is-closed {
  visibility: hidden;
}
/**
 * Reveal
 *
*/
.c-offcanvas-content-wrap {
  z-index: 3;
}
.c-offcanvas--reveal {
  z-index: 0;
  transform: translate3d(0, 0, 0);
}
.cookie_bar {
  background: rgba(255, 255, 255, 0.9);
  color: #fff;
  padding: 5px;
  position: fixed;
  z-index: 1040;
  bottom: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 0.5em;
}
.cookie_bar p {
  font-size: 10px;
  color: #000000;
  margin: 1em;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .cookie_bar p {
    font-size: 8px;
  }
}
.cookie_bar .btn-cookies {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-size: 9px;
  padding: 3px 6px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cookie_bar .col-left {
  text-align: left;
}
.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;
  }
}
#the_header_sticky {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: -100%;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 992px) {
  #the_header_sticky {
    display: none;
  }
}
#the_header_sticky.sticked {
  top: 0;
}
#the_header_sticky .company-logo {
  display: inline-block;
  max-width: 100%;
  max-width: 105px;
  line-height: 10px;
}
#the_header_sticky .company-logo span {
  font-weight: bold;
  font-size: 7px;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #000000;
}
#the_header_sticky #sideNavTrigger {
  text-align: center;
  font-size: 30px;
  background: transparent;
  border: none;
  padding: 10px;
  cursor: pointer;
  color: #ffffff;
}
#the_header_sticky .week {
  font-size: 12px;
  color: #4b4b4b;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  #the_header_sticky .week {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
#the_header_sticky .btn-custom {
  font-size: 15px;
  padding: 5px 30px;
}
@media screen and (max-width: 992px) {
  #the_header_sticky .btn-custom {
    display: none;
  }
}
#the_header_sticky .navbar {
  text-align: center;
}
@media screen and (max-width: 992px) {
  #the_header_sticky .navbar {
    justify-content: center;
  }
}
/*--------------------------------------
  sections
--------------------------------------*/
#oh_section_top_start {
  height: 100%;
  position: relative;
  width: 100%;
  background-color: #000000;
}
@media screen and (max-width: 992px) {
  #oh_section_top_start {
    height: auto;
  }
}
@media screen and (max-height: 700px) and (min-width: 1000px) {
  #oh_section_top_start {
    min-height: 600px;
  }
}
#oh_section_top_start.loaded .play:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: visible !important;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-delay: 1s;
}
#oh_section_top_start.loaded .title_wrap {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: visible !important;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-delay: 1.5s;
}
#oh_section_top_start.loaded .content_section .illustration .img:after {
  opacity: 0.2;
}
#oh_section_top_start .play:before {
  content: "\e927";
  color: #ffffff;
  position: relative;
  display: block;
  font-family: 'start' !important;
  font-size: 120px;
  margin-bottom: 10px;
  opacity: 0.7;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-height: 700px) and (min-width: 1000px) {
  #oh_section_top_start .play:before {
    font-size: 90px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  #oh_section_top_start .play:before {
    font-size: 60px;
  }
}
@media screen and (max-width: 992px) {
  #oh_section_top_start .play {
    margin: 0px;
  }
}
#oh_section_top_start .title_wrap {
  visibility: hidden;
  opacity: 0;
}
#oh_section_top_start .title_start {
  color: #d00000;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 300;
  line-height: 95px;
  transform: rotate(-2deg) !important;
  text-align: center;
  position: relative;
}
@media screen and (max-height: 700px) and (min-width: 1000px) {
  #oh_section_top_start .title_start {
    font-size: 35px;
    line-height: 65px;
  }
}
@media screen and (max-width: 992px) {
  #oh_section_top_start .title_start {
    line-height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #oh_section_top_start .title_start {
    font-size: 20px;
  }
}
@media screen and (max-height: 700px) and (min-width: 1000px) {
  #oh_section_top_start .title_start #changingword {
    font-size: 32px;
  }
}
#oh_section_top_start .title_start span {
  background-color: #ffffff;
  color: #d00000;
  display: inline;
  padding: 0.45rem  1rem;
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: 300;
}
#oh_section_top_start .title_start span strong {
  font-weight: bold;
}
#oh_section_top_start .title_start span.no_bg {
  background: none;
  padding: 0px;
}
#oh_section_top_start .title_start span small {
  font-size: inherit;
}
#oh_section_top_start .content_section {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  #oh_section_top_start .content_section {
    height: auto;
  }
}
#oh_section_top_start .content_section .illustration {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  #oh_section_top_start .content_section .illustration {
    height: 400px;
    position: relative;
    top: auto;
    left: auto;
  }
}
#oh_section_top_start .content_section .illustration .img {
  background-position: top center;
}
#oh_section_top_start .content_section .illustration .img a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#oh_section_top_start .content_section .illustration .img:after {
  content: "";
  background-color: #000000;
  opacity: 1;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1 ease 0s;
  transition: all 1s ease 0s;
  z-index: 2;
}
#oh_section_top_start .content_section .illustration .img:before {
  content: "";
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#oh_section_top_start .content {
  display: inline-block;
  height: auto;
  width: 100%;
  z-index: 2;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  #oh_section_top_start .content {
    background: #ffffff;
    margin-bottom: -280px;
  }
}
#oh_section_top_start .content .container {
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  #oh_section_top_start .content .container {
    position: relative;
    top: -280px;
  }
}
#oh_section_top_start .content .container .text_content {
  width: 100%;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #oh_section_top_start .content .container .text_content {
    padding: 20px;
  }
}
#oh_section_top_start .content .container .text_content h1 {
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  #oh_section_top_start .content .container .text_content h1 {
    color: #000000;
  }
}
#oh_section_top_start .content .container .text_content .btn-custom {
  font-size: 20px;
  text-transform: uppercase;
}
#oh_section_top_start .wrap_arrow {
  width: 100%;
  height: auto;
  display: inline-block;
  bottom: 10%;
  left: 0;
  z-index: 3;
  text-align: center;
  position: absolute;
}
@media screen and (max-width: 992px) {
  #oh_section_top_start .wrap_arrow {
    display: none;
  }
}
#oh_section_top_start .wrap_arrow a {
  display: inline-block;
}
#oh_section_top_start .wrap_arrow .picto {
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 40px;
  position: relative;
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
#oh_section_top_start .floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@-webkit-keyframes fadeInUpBigCustom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#section_intro {
  background: #eaeaea;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  #section_intro {
    background: #ffffff;
  }
}
@media screen and (max-width: 992px) {
  #section_intro .container {
    max-width: 90%;
  }
}
#section_intro .text {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: -60px;
}
@media screen and (max-width: 992px) {
  #section_intro .text {
    margin-bottom: 0px;
  }
}
#section_intro .text p {
  display: inline-block;
  background: #ffffff;
  padding: 30px;
  max-width: 620px;
  -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);
  font-size: 18px;
  font-weight: 300;
  position: relative;
  top: -60px;
}
@media screen and (max-width: 992px) {
  #section_intro .text p {
    top: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 20px 0;
  }
}
#section-slide-videos {
  padding: 2rem 0;
  background: #eaeaea;
}
#section-slide-videos .container {
  max-width: 1140px;
}
@media screen and (max-width: 992px) {
  #section-slide-videos .container {
    max-width: 100%;
    padding: 0;
  }
}
#section-slide-videos .header_section {
  display: flex !important;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  #section-slide-videos .header_section {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  #section-slide-videos .content_section .videoSlider .owl-nav button.owl-next {
    right: auto;
  }
}
#section-slide-videos .content_section .videoSlider .owl-nav button.owl-next:before {
  color: #ffffff;
  background: #1d26f2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  #section-slide-videos .content_section .videoSlider .owl-nav button.owl-next:before {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media screen and (max-width: 992px) {
  #section-slide-videos .content_section .videoSlider .owl-nav button.owl-prev {
    left: auto;
  }
}
#section-slide-videos .content_section .videoSlider .owl-nav button.owl-prev:before {
  color: #ffffff;
  background: #1d26f2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  #section-slide-videos .content_section .videoSlider .owl-nav button.owl-prev:before {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
#section-slide-videos .content_section .videoSlider .item {
  display: inline-block;
  width: 293px;
}
@media screen and (max-width: 992px) {
  #section-slide-videos .content_section .videoSlider .item {
    width: 293px;
  }
}
@media screen and (max-width: 360px) {
  #section-slide-videos .content_section .videoSlider .item {
    width: 242px;
  }
}
#section-slide-videos .content_section .videoSlider .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}
#section-slide-videos .content_section .videoSlider .illustration {
  width: 293px;
  height: 293px;
}
@media screen and (max-width: 360px) {
  #section-slide-videos .content_section .videoSlider .illustration {
    width: 242px;
    height: 242px;
  }
}
@media screen and (max-width: 360px) {
  #section-slide-videos .content_section .videoSlider .illustration .intitule {
    font-size: 12px;
    padding: 10px;
  }
}
#section-slide-videos .content_section .videoSlider .infos {
  display: inline-block;
  background: transparent;
  max-width: 100%;
  width: 100%;
  position: relative;
  text-align: left;
}
#section-slide-videos .content_section .videoSlider .infos .theme {
  color: #d00000;
}
#section-slide-videos .wrap_bt {
  text-align: center;
}
@media screen and (max-width: 992px) {
  #section-slide-videos .wrap_bt {
    font-size: 28px;
  }
}
.module-slide {
  background-color: transparent !important;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.module-slide .wrap_slider {
  width: 960px;
  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 .videoSlider {
  padding: 0;
  height: auto;
  margin-top: 1em;
}
.module-slide .wrap_slider .videoSlider .owl-dots {
  display: inline-block;
}
.module-slide .wrap_slider .videoSlider .owl-stage-outer {
  padding: 0px;
  height: auto;
}
.module-slide .wrap_slider .videoSlider .item {
  height: 100%;
  width: 293px;
  position: relative;
  display: inline-block;
  min-height: 250px;
}
@media screen and (max-width: 400px) {
  .module-slide .wrap_slider .videoSlider .item {
    min-height: 250px;
  }
}
.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: #1d26f2;
  opacity: 0.2;
  border: none;
  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: #1d26f2;
  border: none;
  opacity: 1;
}
.module-slide .owl-dots {
  display: inline-block;
}
.module-slide .owl-nav {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.module-slide .owl-nav button.owl-next {
  width: 56px;
  background: transparent!important;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: all;
  justify-content: center;
  position: relative;
  right: -56px;
  display: flex !important;
}
.module-slide .owl-nav button.owl-next:before {
  content: "\e928";
  font-family: 'start';
  font-size: 30px;
  color: #000000;
  top: -50px;
  position: relative;
}
.module-slide .owl-nav button.owl-prev {
  width: 56px;
  background: transparent !important;
  height: 100%;
  align-items: center;
  pointer-events: all;
  justify-content: center;
  position: relative;
  left: -56px;
  display: flex !important;
}
.module-slide .owl-nav button.owl-prev:before {
  content: "\e929";
  font-family: 'start';
  font-size: 30px;
  color: #000000;
  position: relative;
  top: -50px;
}
.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;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .module-slide .owl-carousel.owl-drag .owl-item {
    padding: initial;
  }
}
#section-slider-propositions {
  padding: 5rem 0 0 0;
  background: #ffffff;
}
@media screen and (max-width: 992px) {
  #section-slider-propositions {
    padding: 2rem 0 0 0;
  }
}
#section-slider-propositions .header_section {
  text-align: center;
}
#section-slider-propositions .header_section .container {
  max-width: 1140px;
}
@media screen and (max-width: 992px) {
  #section-slider-propositions .header_section .container {
    max-width: 90%;
  }
}
#section-slider-propositions .header_section p {
  width: 830px;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  #section-slider-propositions .header_section p {
    max-width: 100%;
  }
}
#section-slider-propositions .content_section .container {
  max-width: 934px;
}
@media screen and (max-width: 992px) {
  #section-slider-propositions .content_section .container {
    max-width: 100%;
    padding: 0;
  }
}
#section-slider-propositions .content_section #carouselproposals {
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  #section-slider-propositions .content_section #carouselproposals {
    margin-top: 30px;
  }
}
#section-slider-propositions .content_section #carouselproposals .carousel-indicators {
  height: 63px;
  background: transparent;
  top: -64px !important;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: space-around;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
}
@media screen and (max-width: 992px) {
  #section-slider-propositions .content_section #carouselproposals .carousel-indicators {
    justify-content: center;
    height: auto;
    top: 136px !important;
  }
}
#section-slider-propositions .content_section #carouselproposals .carousel-indicators button {
  background: #1d26f2;
  color: #ffffff;
  padding: 10px 20px 20px 20px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
  font-size: 30px;
  border: 1px solid #707070;
  border-bottom: none;
}
@media screen and (max-width: 992px) {
  #section-slider-propositions .content_section #carouselproposals .carousel-indicators button {
    font-size: 0;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    margin: 0 5px;
  }
}
#section-slider-propositions .content_section #carouselproposals .carousel-indicators button.active {
  background: #d00000;
}
#section-slider-propositions .content_section #carouselproposals .carousel-control-next,
#section-slider-propositions .content_section #carouselproposals .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
  display: none;
  opacity: 1;
  background: transparent;
  border: none;
}
@media screen and (max-width: 992px) {
  #section-slider-propositions .content_section #carouselproposals .carousel-control-next,
  #section-slider-propositions .content_section #carouselproposals .carousel-control-prev {
    display: flex;
    opacity: 1;
    padding-right: 0;
  }
}
#section-slider-propositions .content_section #carouselproposals .carousel-control-next .carousel-control-prev-icon,
#section-slider-propositions .content_section #carouselproposals .carousel-control-prev .carousel-control-prev-icon {
  background-color: #1d26f2;
  color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  background-size: 40px;
  background-position: center;
  height: 47px;
  position: absolute;
  top: 230px;
}
#section-slider-propositions .content_section #carouselproposals .carousel-control-next,
#section-slider-propositions .content_section #carouselproposals .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
  display: none;
  opacity: 1;
  background: transparent;
  border: none;
}
@media screen and (max-width: 992px) {
  #section-slider-propositions .content_section #carouselproposals .carousel-control-next,
  #section-slider-propositions .content_section #carouselproposals .carousel-control-prev {
    display: flex;
    opacity: 1;
    padding-left: 0;
  }
}
#section-slider-propositions .content_section #carouselproposals .carousel-control-next .carousel-control-next-icon,
#section-slider-propositions .content_section #carouselproposals .carousel-control-prev .carousel-control-next-icon {
  background-color: #1d26f2;
  color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  background-size: 40px;
  background-position: center;
  height: 47px;
  position: absolute;
  top: 230px;
}
#section-slider-propositions .content_section #carouselproposals .carousel-inner {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  min-height: 285px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #section-slider-propositions .content_section #carouselproposals .carousel-inner {
    min-height: 500px;
    padding: 30px 0;
  }
}
#section-slider-propositions .content_section #carouselproposals .carousel-inner .carousel-item {
  background: #ffffff;
  max-width: 100%;
}
#section-slider-propositions .content_section #carouselproposals .carousel-inner .carousel-item .item_inside {
  padding: 60px 60px 60px 144px;
  position: relative;
}
@media screen and (max-width: 992px) {
  #section-slider-propositions .content_section #carouselproposals .carousel-inner .carousel-item .item_inside {
    padding: 0;
    position: relative;
  }
}
#section-slider-propositions .content_section #carouselproposals .carousel-inner .carousel-item .item_inside .text {
  padding-left: 60px;
  border-left: 1px solid #d00000;
  position: relative;
}
@media screen and (max-width: 992px) {
  #section-slider-propositions .content_section #carouselproposals .carousel-inner .carousel-item .item_inside .text {
    text-align: center;
    border-left: none;
    padding: 0;
    width: 60%;
    margin: 0 auto;
    display: block;
  }
}
#section-slider-propositions .content_section #carouselproposals .carousel-inner .carousel-item .item_inside .text .red {
  color: #d00000;
}
@media screen and (max-width: 992px) {
  #section-slider-propositions .content_section #carouselproposals .carousel-inner .carousel-item .item_inside .text p {
    font-size: 14px;
  }
}
#section-slider-propositions .content_section #carouselproposals .carousel-inner .carousel-item .item_inside .text .number {
  font-size: 70px;
  color: #d00000;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: -90px;
}
@media screen and (max-width: 992px) {
  #section-slider-propositions .content_section #carouselproposals .carousel-inner .carousel-item .item_inside .text .number {
    left: auto;
    top: auto;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
  }
}
#section-interpelle {
  padding: 0 0 3rem 0;
  position: relative;
  top: -5px;
}
#section-interpelle .container {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #1d26f2;
  padding: 0px 0 60px 0;
}
@media screen and (max-width: 992px) {
  #section-interpelle .container {
    max-width: 100%;
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
#section-interpelle .header_section {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  #section-interpelle .header_section {
    padding: 0 5%;
  }
}
#section-interpelle .header_section h2 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding-top: 48px;
  visibility: hidden;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  #section-interpelle .header_section h2 {
    font-size: 28px;
    padding: 20px 80px 0 80px;
  }
}
@media screen and (max-width: 460px) {
  #section-interpelle .header_section h2 {
    font-size: 28px;
    padding: 20px 40px 0 40px;
  }
}
#section-interpelle .header_section h2:before {
  content: "\e923";
  font-family: 'start' !important;
  color: #d00000;
  font-size: 120px !important;
  position: absolute;
  top: -48px;
  left: -100px;
}
@media screen and (max-width: 992px) {
  #section-interpelle .header_section h2:before {
    font-size: 80px !important;
    position: absolute;
    top: -40px;
    left: -30px;
  }
}
@media screen and (max-width: 576px) {
  #section-interpelle .header_section h2:before {
    font-size: 80px !important;
    position: absolute;
    top: -40px;
    left: 0px;
  }
}
@media screen and (max-width: 372px) {
  #section-interpelle .header_section h2:before {
    font-size: 60px !important;
  }
}
#section-interpelle .header_section h2:after {
  content: "\e920";
  font-family: 'start' !important;
  color: #d00000;
  font-size: 120px !important;
  position: absolute;
  top: -48px;
  right: -100px;
}
@media screen and (max-width: 992px) {
  #section-interpelle .header_section h2:after {
    font-size: 80px !important;
    position: absolute;
    top: -40px;
    right: -30px;
  }
}
@media screen and (max-width: 576px) {
  #section-interpelle .header_section h2:after {
    font-size: 80px !important;
    position: absolute;
    top: -40px;
    right: 0px;
  }
}
@media screen and (max-width: 372px) {
  #section-interpelle .header_section h2:after {
    font-size: 60px !important;
  }
}
#section-interpelle .header_section p {
  font-size: 19px;
  color: #ffffff;
  max-width: 700px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  #section-interpelle .header_section p {
    font-size: 16px;
  }
}
#section-interpelle .content_section {
  max-width: 1032px;
  margin: 0 auto;
  display: block;
}
#section-interpelle .content_section .content_inside {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  #section-interpelle .content_section .content_inside {
    padding-bottom: 20px;
  }
}
#section-interpelle .content_section .item {
  max-width: 158px;
  background: #ffffff;
  margin: 10px 5px;
  display: inline-block;
}
#section-interpelle .content_section .item .illustration {
  width: 158px;
  height: 158px;
  display: inline-block;
}
#section-interpelle .content_section .item a {
  display: inline-block;
}
#section-interpelle .content_section .item a:hover {
  text-decoration: none;
}
#section-interpelle .content_section .item .text {
  padding: 15px;
}
#section-interpelle .content_section .item .text p {
  font-size: 10px;
  text-transform: uppercase;
  color: #000000;
}
#section-interpelle .content_section .item .text .btn {
  font-size: 12px;
  padding: 5px 15px;
}
#section-asso {
  padding: 3rem 0;
  background: #eaeaea;
}
#section-asso .container {
  max-width: 720px;
}
#section-asso .content_section {
  text-align: center;
}
#section-asso .content_section img {
  max-width: 266px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  #section-asso .content_section img {
    max-width: 136px;
  }
}
#section-asso .content_section p {
  font-size: 16px;
  color: #000000;
  text-align: left;
}
#section-videos {
  padding: 2rem 0;
  background: #ffffff;
}
#section-videos .container {
  max-width: 1064px;
}
@media screen and (max-width: 992px) {
  #section-videos .container {
    max-width: 600px;
  }
}
@media screen and (max-width: 576px) {
  #section-videos .container {
    max-width: 90%;
  }
}
#section-videos .filter_container {
  max-width: 600px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #section-videos .filter_container {
    max-width: 90%;
  }
}
#section-videos .filter_container p {
  font-size: 16px;
  font-weight: 300;
}
#section-videos .filter_container form .form-select {
  background-color: #eaeaea;
  color: #d00000;
  text-align: center;
}
#section-videos .header_section {
  display: flex !important;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  #section-videos .header_section {
    margin-bottom: 20px;
  }
}
#section-videos .content_section .item {
  display: inline-block;
  width: 242px;
  position: relative;
  margin: 5px;
}
@media screen and (max-width: 992px) {
  #section-videos .content_section .item {
    width: 242px;
  }
}
@media screen and (max-width: 576px) {
  #section-videos .content_section .item {
    width: 158px;
  }
}
#section-videos .content_section .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}
#section-videos .content_section .illustration {
  width: 242px;
  height: 242px;
  float: left;
}
@media screen and (max-width: 576px) {
  #section-videos .content_section .illustration {
    width: 158px;
    height: 158px;
  }
}
#section-videos .content_section .illustration .intitule {
  font-size: 12px;
}
@media screen and (max-width: 576px) {
  #section-videos .content_section .illustration .intitule {
    font-size: 10px;
    padding: 10px;
  }
}
#section-videos .content_section .infos {
  display: inline-block;
  background: transparent;
  max-width: 100%;
  width: 100%;
  position: relative;
  text-align: left;
  float: left;
}
#section-videos .content_section .infos .author {
  margin-bottom: 0;
  margin-top: 10px;
  color: #000000;
  font-weight: 300;
  font-size: 15px;
}
@media screen and (max-width: 576px) {
  #section-videos .content_section .infos .author {
    font-size: 10px;
  }
}
#section-videos .content_section .infos .author span {
  font-weight: bold;
}
#section-videos .content_section .wrap_videos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#section-videos .pager_wrap {
  width: 100%;
  display: inline-block;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
#section-videos .pager_wrap .page-link {
  color: #d00000;
}
#section-videos .pager_wrap .page-item.active .page-link {
  color: #ffffff;
  background: #1d26f2;
}
#oh_section_grid_donation {
  background: #000000;
  padding: 5rem 0;
}
@media screen and (max-width: 1044px) {
  #oh_section_grid_donation .container {
    max-width: 60%;
  }
}
@media screen and (max-width: 576px) {
  #oh_section_grid_donation .container {
    max-width: 80%;
  }
}
@media screen and (max-width: 400px) {
  #oh_section_grid_donation .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 1044px) {
  #oh_section_grid_donation .content_section {
    padding: 0 5%;
  }
}
#oh_section_grid_donation .content_section .row.amounts {
  margin-bottom: 28px;
}
#oh_section_grid_donation .content_section .row.amounts .col.grid {
  background: #ffffff;
  margin: 0 15px;
  padding: 0;
}
#oh_section_grid_donation .content_section .row.amounts .col.grid.free_amount .head_item p {
  font-size: 24px;
  line-height: 24px;
}
#oh_section_grid_donation .content_section .row.amounts .col.grid:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1044px) {
  #oh_section_grid_donation .content_section .row.amounts .col.grid {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
#oh_section_grid_donation .content_section .row.amounts .col.grid .item {
  text-align: center;
  padding: 40px;
  background: #ffffff;
  display: inline-block;
  width: 100%;
  min-height: 260px;
}
#oh_section_grid_donation .content_section .row.amounts .col.grid .item form {
  justify-content: center;
}
#oh_section_grid_donation .content_section .row.amounts .col.grid .item form input[type="text"]::-webkit-input-placeholder {
  color: #eaeaea;
  opacity: 1;
  font-weight: 400;
  font-weight: normal;
  font-size: 16px;
}
#oh_section_grid_donation .content_section .row.amounts .col.grid .item form input[type="text"]::-moz-placeholder {
  color: #eaeaea;
  opacity: 1;
  font-weight: 400;
  font-weight: normal;
  font-size: 16px;
}
#oh_section_grid_donation .content_section .row.amounts .col.grid .item form input[type="text"]::-ms-input-placeholder {
  color: #eaeaea;
  opacity: 1;
  font-weight: 400;
  font-weight: normal;
  font-size: 16px;
}
#oh_section_grid_donation .content_section .row.amounts .col.grid .item form .input-group-apend {
  font-size: 40px;
  font-weight: bold;
  color: #000000;
}
#oh_section_grid_donation .content_section .row.amounts .col.grid .item form #free-amount {
  width: 130px;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #000000;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #000000;
}
#oh_section_grid_donation .content_section .row.amounts .col.grid .item .btn {
  width: 100%;
  padding: 5px 20px;
}
@media screen and (max-width: 576px) {
  #oh_section_grid_donation .content_section .row.amounts .col.grid .item .btn {
    width: auto;
    font-size: 16px;
  }
}
#oh_section_grid_donation .content_section .row.amounts .col.grid .item .amount {
  font-size: 40px;
  font-weight: bold;
  color: #000000;
}
@media screen and (max-width: 576px) {
  #oh_section_grid_donation .content_section .row.amounts .col.grid .item .amount {
    font-size: 30px;
  }
}
#oh_section_grid_donation .content_section .row.amounts .col.grid .item .amount span {
  color: #000000;
}
#oh_section_grid_donation .content_section .row.amounts .col.grid .item .text {
  color: #000000;
  font-size: 15px;
}
#oh_section_grid_donation .content_section .row.amounts .col.grid .item .text span {
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  #oh_section_grid_donation .content_section .row.amounts .col.grid .item .text {
    font-size: 16px;
  }
}
.section_social_links {
  background: #ffffff;
  text-align: center;
  padding: 3rem  0 ;
}
.section_social_links h3 {
  font-size: 18px;
  color: #20526b;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 20px;
}
.section_social_links h3 span {
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .section_social_links h3 {
    margin-bottom: 20px;
  }
}
.section_social_links ul.social_links {
  text-align: center;
  padding: 0;
  margin-bottom: 0px;
}
.section_social_links ul.social_links li {
  display: inline-block;
}
.section_social_links ul.social_links li a {
  display: inline-block;
  padding: 0;
  -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;
  border: 1px solid #eaeaea;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_social_links ul.social_links li a:hover {
  text-decoration: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.section_social_links ul.social_links li a .picto {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .section_social_links ul.social_links li a .picto {
    font-size: 16px;
  }
}
.section_social_links ul.social_links li a .picto:hover {
  color: #eaeaea;
}
.section_social_links ul.social_links li a.fb .picto {
  color: #1b77f2;
}
.section_social_links ul.social_links li a.tw .picto {
  color: #229bef;
}
.section_social_links ul.social_links li a.yt .picto {
  color: #ff001b;
}
.section_social_links ul.social_links li a.in .picto {
  color: #006097;
}
.section_social_links .row_social_link {
  justify-content: space-around;
}
@media screen and (max-width: 992px) {
  .section_social_links .row_social_link {
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .section_social_links .col-social {
    margin-bottom: 30px;
  }
}
.section_social_links .col-social .col_inside {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .section_social_links .col-social .col_inside {
    flex-direction: column;
  }
}
.section_social_links .col-news .col_inside {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .section_social_links .col-news .col_inside {
    flex-direction: column;
  }
}
.section_social_links .col-news .col_inside .btn-newsletter {
  font-weight: 700;
  font-weight: bold;
  white-space: normal;
  white-space: initial;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  background: #eceef0;
  color: #20526b;
  position: relative;
  padding-left: 70px;
}
@media screen and (max-width: 576px) {
  .section_social_links .col-news .col_inside .btn-newsletter {
    font-size: 14px;
  }
}
.section_social_links .col-news .col_inside .btn-newsletter:before {
  content: "";
  width: 34px;
  height: 36px;
  background-image: url('../img/img_news.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 6px;
}
#section-story {
  padding: 5rem 0;
}
@media screen and (max-width: 1080px) {
  #section-story .content_section .row .col-story {
    flex-grow: initial;
    margin-bottom: 50px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #section-story .content_section .row .col-story {
    margin-bottom: 80px;
  }
}
#section-story .content_section .item {
  width: 287px;
}
@media screen and (max-width: 1080px) {
  #section-story .content_section .item {
    width: 100%;
    text-align: center;
  }
}
#section-story .content_section .item:hover {
  cursor: pointer;
}
#section-story .content_section .item:hover .illustration .img:after {
  opacity: 0.4;
  background: #007fa1;
}
@media screen and (max-width: 400px) {
  #section-story .content_section .item {
    width: 100%;
  }
}
#section-story .content_section .item .illustration {
  width: 425px;
  height: 635px;
  overflow: hidden;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 1080px) {
  #section-story .content_section .item .illustration {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  #section-story .content_section .item .illustration {
    width: 355px;
    height: 565px;
  }
}
@media screen and (max-width: 576px) {
  #section-story .content_section .item .illustration {
    width: 275px;
    height: 415px;
  }
}
@media screen and (max-width: 400px) {
  #section-story .content_section .item .illustration {
    width: 100%;
  }
}
#section-story .content_section .item .illustration.simple_img:hover {
  cursor: initial;
}
#section-story .content_section .item .illustration.simple_img .img:before {
  display: none;
}
#section-story .content_section .item .illustration.simple_img .img:after {
  display: none;
}
#section-story .content_section .item .illustration .img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#section-story .content_section .item .illustration .img a {
  z-index: 4;
}
#section-story .content_section .item .illustration .img:before {
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 3;
  content: "\ea15";
  width: 59px;
  height: 59px;
  font-size: 60px;
  position: absolute;
  pointer-events: none;
  color: #ffffff;
  font-family: 'start';
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
#section-story .content_section .item .illustration .img:after {
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#section-content {
  background-color: #ffffff;
  padding: 3em 0;
}
#section-content .container {
  max-width: 1200px;
}
#section-content .header_section {
  display: inline-block;
  text-align: center;
  margin-bottom: 40px;
}
#section-content .header_section .display-2 {
  font-size: 28px;
  color: #000000;
  font-weight: normal;
}
#section-content .header_section .display-2 span {
  color: #216789;
  font-weight: bold;
  font-size: 60px;
}
#section-content .header_section .map_container {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
}
#section-content .header_section .map_container svg {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #section-content .header_section .map_container svg {
    height: 250px;
  }
}
#section-content .item {
  width: 100%;
  padding: 0;
  text-align: center;
}
#section-content .item .picto {
  font-size: 80px;
  display: inline-block;
  color: #216789;
  margin-bottom: 15px;
}
#section-content .item p {
  font-size: 20px;
  color: #000000;
  font-family: 'Kalam', cursive;
  width: 100%;
  display: inline-block;
}
#section-content .item p span {
  font-weight: bold;
  color: #216789;
  font-size: 40px;
  width: 100%;
  display: inline-block;
}
#section-content .content_section {
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  #section-content .content_section .row {
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  #section-content .content_section .row .col {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%;
  }
}
@media screen and (max-width: 768px) {
  #section-content .content_section .row .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section-asmae {
  padding: 3rem 0;
  background: #000000;
  text-align: center;
}
#section-asmae img {
  display: inline-block;
  max-width: 100%;
}
#section-asmae .btn-red {
  font-size: 25px;
}
@media screen and (max-width: 576px) {
  #section-asmae .btn-red {
    font-size: 16px;
  }
}
#section-asmae .wrap_bt {
  width: 100%;
  text-align: center;
}
/*--------------------------------------
  temporaire css à retirer
--------------------------------------*/
#section-interpelle {
  display: none;
}
#section-slider-propositions {
  padding: 5rem 0;
}
