@charset "UTF-8";
/*--------------------------------------
  VARIABLES COLORS
--------------------------------------*/
/*--------------------------------------
  QUICK COLOR STYLES
--------------------------------------*/
/* BACKGROUNDS */
.bg_white {
  background: #ffffff;
}
.bg_black {
  background: #000000;
}
.bg_grey {
  background: #d3d3d3;
}
.bg_pink {
  background: #D9126F;
}
.bg_lightPink {
  background: #FDF2F6;
}
/* FONT COLORS */
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.grey {
  color: #d3d3d3;
}
.pink {
  color: #D9126F;
}
.red {
  color: #DC002E;
}
.darkred {
  color: #8E2B35;
}
.lightPink {
  color: #FDF2F6;
}
/*--------------------------------------
  GENERAL STYLES
--------------------------------------*/
body {
  font-family: 'Duplicate Sans';
  background-color: #ffffff;
  color: #000000;
  margin: 0;
  padding: 0;
  border: 0 none;
  min-height: 100%;
  width: 100%;
  height: 100%;
  font-size: 1rem;
}
body.is-fixed {
  padding-top: 0;
}
body.modal-is-visible {
  overflow: hidden;
}
body.burger-is-visible {
  overflow: hidden;
}
main {
  height: 100%;
  z-index: 2;
  width: 100%;
  /*background: blue;*/
}
/* SECTION STYLE */
section {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
section .header_section {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
}
section .content_section {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
}
section .footer_section {
  width: 100%;
  height: auto;
  position: relative;
}
.header_section {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 30px;
  text-align: cente;
}
.header_section h2 {
  color: #8E2B35;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .header_section h2 {
    font-size: 30px;
    line-height: initial;
  }
}
.header_section p {
  font-size: 22px;
  display: inline-block;
  max-width: 700px;
}
@media screen and (max-width: 992px) {
  .header_section p {
    font-size: 16px;
    line-height: initial;
    max-width: 100%;
  }
}
/* WRAPPERS */
.wrap {
  width: 100%;
  display: inline-block;
  height: auto;
}
.wrapper {
  width: 1200px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    width: 90% !important;
  }
}
.small_wrap {
  max-width: 900px;
  display: block;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .small_wrap {
    width: 95%;
  }
}
/* QUICK LAYOUT STYLES */
.lighter {
  font-weight: 100;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.extra {
  font-weight: 800;
}
.italic {
  font-style: italic;
}
.section-title {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
}
/* ------------------- */
iframe {
  border: none;
  max-width: 100%;
  display: inline-block;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
button {
  background: none;
  border: none;
}
button:focus {
  outline: dashed grey 0.5px;
}
/* QUICK VISIBILITY FOR ANIM */
.invisible {
  visibility: hidden;
}
.animated {
  visibility: visible;
}
/* ILLUSTRATION */
img {
  max-width: 100%;
  height: auto;
}
.illustration {
  display: inline-block;
  position: relative;
  width: 100%;
}
.illustration.logo .img {
  background-size: contain;
}
.illustration .img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.illustration .img img {
  position: absolute;
  height: 0;
  opacity: 0;
}
.illustration a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.img-block {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  padding-top: 56.25%;
  top: 0;
  left: 0;
}
.video-btn {
  height: 100%;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
h2.special {
  color: #000000;
  font-size: 34px;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  h2.special {
    font-size: 26px;
  }
}
h2.special span {
  color: #ffffff;
  -webkit-box-decoration-break: clone;
  background: #DC002E;
  display: inline-block;
  padding: 7px 7px 0px 7px;
  box-decoration-break: clone;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
  transform: rotate(-2deg);
  position: relative;
}
@media screen and (max-width: 576px) {
  h2.special span {
    font-size: 26px;
  }
}
#sticky_btn {
  width: 100%;
  height: auto;
  display: inline-block;
  position: fixed;
  top: 50px;
  left: 0;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -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) {
  #sticky_btn {
    display: none;
  }
}
#sticky_btn .container {
  max-width: 1140px;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
}
#sticky_btn .container .btn {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #sticky_btn .container .btn {
    padding-left: 13px;
    padding: 5px 12px;
  }
}
@media screen and (max-width: 576px) {
  #sticky_btn .container .btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  #sticky_btn .container .btn {
    font-size: 10px;
  }
}
#sticky_btn .container .btn .icon-brochure {
  font-size: 26px ;
  position: relative;
  top: -3px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  #sticky_btn .container .btn .icon-brochure {
    font-size: 20px ;
    top: -1px;
  }
}
@media screen and (max-width: 576px) {
  #sticky_btn .container .btn .icon-brochure {
    font-size: 15px ;
  }
}
#sticky_btn.sticked {
  opacity: 1;
  visibility: visible;
}
/*--------------------------------------
  IMPORTS
--------------------------------------*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*---------------------------------------------------
  CUSTOM MIXINS 
---------------------------------------------------*/
/* CUSTOM-GRADIENT */
/* Implementation 
#someDiv {
    .custom-gradient(left, #663333, #333333);
}
*/
/* QUICK-GRADIENT */
/* Implementation 
#somediv {
    background-color: BADA55;
    .quick-gradient(top, 0.2);
}
*/
/* WEBKIT-REFLECTION */
/* Implementation 
#somediv {
    .reflect(20%, 0.2);
}
*/
/* box-shadow with alpha */
/* Implementation 
#somediv {
    .box-shadow-custom(5px, 5px, 6px, 0.3);
}
*/
/*! Prefix flex for IE10 and Safari / iOS in LESS
* https://gist.github.com/codler/2148ba4ff096a19f08ea
* Copyright (c) 2014 Han Lin Yap http://yap.nu; MIT license */
/* These are the conditional mixins for the different syntax for IE10 Flexbox */
/*--------------------------------------
  FONTS IMPORT
--------------------------------------*/
@font-face {
  font-family: 'start';
  src: url('../fonts/start.eot?kywm21');
  src: url('../fonts/start.eot?kywm21#iefix') format('embedded-opentype'), url('../fonts/start.ttf?kywm21') format('truetype'), url('../fonts/start.woff?kywm21') format('woff'), url('../fonts/start.svg?kywm21#start') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.picto {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'start' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-linkedin-button-logo:before {
  content: "\e90b";
}
.icon-quote1:before {
  content: "\e914";
}
.icon-quote2:before {
  content: "\e916";
}
.icon-family:before {
  content: "\e917";
}
.icon-jump:before {
  content: "\e91a";
}
.icon-people:before {
  content: "\e91b";
}
.icon-planete:before {
  content: "\e91c";
}
.icon-plant:before {
  content: "\e91e";
}
.icon-arrow-left:before {
  content: "\e905";
}
.icon-arrow-right:before {
  content: "\e90a";
}
.icon-Composant-4--2:before {
  content: "\e90d";
}
.icon-facebook-2:before {
  content: "\e90e";
}
.icon-facebook:before {
  content: "\e913";
}
.icon-twitter-1:before {
  content: "\e918";
}
.icon-youtube-1:before {
  content: "\e919";
}
.icon-burger-nav-light:before {
  content: "\e904";
}
.icon-ohc_heart:before {
  content: "\e909";
}
.icon-modify:before {
  content: "\e908";
}
.icon-search:before {
  content: "\e986";
}
.icon-letter:before {
  content: "\e911";
}
.icon-location2:before {
  content: "\e915";
}
.icon-user:before {
  content: "\e91d";
}
.icon-star-full:before {
  content: "\e921";
}
.icon-heart:before {
  content: "\e922";
}
.icon-youtube22:before {
  content: "\e926";
}
.icon-ctrl-up:before {
  content: "\e900";
}
.icon-ctrl-down:before {
  content: "\e901";
}
.icon-ctrl-left:before {
  content: "\e902";
}
.icon-ctrl-right:before {
  content: "\e903";
}
.icon-home:before {
  content: "\e907";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-checkmark2:before {
  content: "\ea11";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-play2:before {
  content: "\ea15";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
.icon-checkbox-unchecked:before {
  content: "\ea53";
}
.icon-radio-checked:before {
  content: "\ea54";
}
.icon-radio-checked2:before {
  content: "\ea55";
}
.icon-radio-unchecked:before {
  content: "\ea56";
}
.icon-google-plus:before {
  content: "\e90c";
}
.icon-instagram:before {
  content: "\e925";
}
.icon-facebook-logo:before {
  content: "\e912";
}
.icon-twitter2:before {
  content: "\ea91";
}
.icon-youtube3:before {
  content: "\e90f";
}
.icon-play:before {
  content: "\e906";
}
.icon-linkedin-logo:before {
  content: "\e910";
}
.icon-share:before {
  content: "\e924";
}
.icon-construction:before {
  content: "\e91f";
}
.icon-bell:before {
  content: "\e920";
}
.icon-coeur:before {
  content: "\e923";
}
.icon-maison:before {
  content: "\e927";
}
.icon-pause .path1:before {
  content: "\e928";
  color: #f24646;
}
.icon-pause .path2:before {
  content: "\e929";
  margin-left: -1em;
  color: #ffffff;
}
.icon-people1:before {
  content: "\e92a";
}
.icon-play1 .path1:before {
  content: "\e92b";
  color: #f24646;
}
.icon-play1 .path2:before {
  content: "\e92c";
  margin-left: -1em;
  color: #fffcee;
}
.icon-private:before {
  content: "\e92d";
}
.icon-samll_heart:before {
  content: "\e92e";
}
.icon-shield:before {
  content: "\e92f";
}
.icon-youtube:before {
  content: "\e930";
}
.icon-quote:before {
  content: "\e931";
}
.icon-mute:before {
  content: "\e932";
}
.icon-volume:before {
  content: "\e933";
}
.icon-volume2 .path1:before {
  content: "\e934";
  color: #f24646;
}
.icon-volume2 .path2:before {
  content: "\e935";
  margin-left: -1em;
  color: #ffffff;
}
.icon-volume2 .path3:before {
  content: "\e936";
  margin-left: -1em;
  color: #ffffff;
}
.icon-volume2 .path4:before {
  content: "\e937";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mute2 .path1:before {
  content: "\e938";
  color: #f24646;
}
.icon-mute2 .path2:before {
  content: "\e939";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mute2 .path3:before {
  content: "\e93a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mail:before {
  content: "\e93b";
}
.icon-facebook_circle:before {
  content: "\e93c";
}
.icon-twitter_circle:before {
  content: "\e93d";
}
.icon-insta_circle:before {
  content: "\e93f";
}
.icon-youtube_circle:before {
  content: "\e96b";
}
.icon-close_bt:before {
  content: "\e940";
}
.icon-logo-x .path1:before {
  content: "\e941";
  color: #000000;
}
.icon-logo-x .path2:before {
  content: "\e942";
  margin-left: -1em;
  color: #ffffff;
}
.icon-twitter:before {
  content: "\e943";
}
.icon-brochure:before {
  content: "\e944";
}
.icon-uniE946:before {
  content: "\e946";
}
.icon-telephone:before {
  content: "\e947";
}
.icon-arrow_right_2:before {
  content: "\e948";
}
.icon-arrow_left_2:before {
  content: "\e949";
}
.icon-love:before {
  content: "\e94a";
}
.icon-personnes_acceuillies:before {
  content: "\e94b";
}
.icon-helping-hand:before {
  content: "\e94c";
}
.icon-play-button-arrowhead:before {
  content: "\e94d";
}
.icon-telecharger-arrow:before {
  content: "\e94e";
}
.icon-twitter_x:before {
  content: "\e94f";
}
.icon-square_linkedin:before {
  content: "\e945";
}
.icon-square_facebook:before {
  content: "\e950";
}
.icon-square_x:before {
  content: "\e951";
}
.icon-recommandation:before {
  content: "\e952";
}
.icon-expertise:before {
  content: "\e954";
}
.icon-reglementation:before {
  content: "\e956";
}
.icon-offre:before {
  content: "\e955";
}
.icon-small_quote:before {
  content: "\e957";
}
.icon-sound:before {
  content: "\e958";
}
.icon-down .path1:before {
  content: "\e959";
  color: #8e2b35;
}
.icon-down .path2:before {
  content: "\e95a";
  margin-left: -1em;
  color: #000000;
}
.icon-left:before {
  content: "\e95b";
}
.icon-place:before {
  content: "\e95c";
}
.icon-search1:before {
  content: "\e95d";
}
.icon-up:before {
  content: "\e95e";
}
.icon-right:before {
  content: "\e95f";
}
.icon-youtube1:before {
  content: "\e960";
}
.icon-insta:before {
  content: "\e961";
}
.icon-in:before {
  content: "\e962";
}
.icon-facebook1:before {
  content: "\e963";
}
.icon-big_quote:before {
  content: "\e964";
}
.icon-plus1:before {
  content: "\e965";
}
.icon-minus1:before {
  content: "\e966";
}
.icon-playred .path1:before {
  content: "\e967";
  color: #dc002e;
}
.icon-playred .path2:before {
  content: "\e968";
  margin-left: -1.01074219em;
  color: #ffffff;
}
.icon-home2:before {
  content: "\e969";
}
.icon-pause1:before {
  content: "\e96a";
}
.icon-file:before {
  content: "\e93e";
}
@font-face {
  font-family: 'Duplicate Sans';
  src: url('../fonts/DuplicateSans/DuplicateSans-Italic.eot');
  src: url('../fonts/DuplicateSans/DuplicateSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/DuplicateSans/DuplicateSans-Italic.woff2') format('woff2'), url('../fonts/DuplicateSans/DuplicateSans-Italic.woff') format('woff'), url('../fonts/DuplicateSans/DuplicateSans-Italic.ttf') format('truetype'), url('../fonts/DuplicateSans/DuplicateSans-Italic.svg#DuplicateSans-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Duplicate Sans';
  src: url('../fonts/DuplicateSans/DuplicateSans-Bold.eot');
  src: url('../fonts/DuplicateSans/DuplicateSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DuplicateSans/DuplicateSans-Bold.woff2') format('woff2'), url('../fonts/DuplicateSans/DuplicateSans-Bold.woff') format('woff'), url('../fonts/DuplicateSans/DuplicateSans-Bold.ttf') format('truetype'), url('../fonts/DuplicateSans/DuplicateSans-Bold.svg#DuplicateSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Duplicate Sans';
  src: url('../fonts/DuplicateSans/DuplicateSans-BoldItalic.eot');
  src: url('../fonts/DuplicateSans/DuplicateSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/DuplicateSans/DuplicateSans-BoldItalic.woff2') format('woff2'), url('../fonts/DuplicateSans/DuplicateSans-BoldItalic.woff') format('woff'), url('../fonts/DuplicateSans/DuplicateSans-BoldItalic.ttf') format('truetype'), url('../fonts/DuplicateSans/DuplicateSans-BoldItalic.svg#DuplicateSans-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Duplicate Sans';
  src: url('../fonts/DuplicateSans/DuplicateSans-Light.eot');
  src: url('../fonts/DuplicateSans/DuplicateSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/DuplicateSans/DuplicateSans-Light.woff2') format('woff2'), url('../fonts/DuplicateSans/DuplicateSans-Light.woff') format('woff'), url('../fonts/DuplicateSans/DuplicateSans-Light.ttf') format('truetype'), url('../fonts/DuplicateSans/DuplicateSans-Light.svg#DuplicateSans-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Duplicate Sans';
  src: url('../fonts/DuplicateSans/DuplicateSans-Heavy.eot');
  src: url('../fonts/DuplicateSans/DuplicateSans-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/DuplicateSans/DuplicateSans-Heavy.woff2') format('woff2'), url('../fonts/DuplicateSans/DuplicateSans-Heavy.woff') format('woff'), url('../fonts/DuplicateSans/DuplicateSans-Heavy.ttf') format('truetype'), url('../fonts/DuplicateSans/DuplicateSans-Heavy.svg#DuplicateSans-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Duplicate Sans';
  src: url('../fonts/DuplicateSans/DuplicateSans-HeavyItalic.eot');
  src: url('../fonts/DuplicateSans/DuplicateSans-HeavyItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/DuplicateSans/DuplicateSans-HeavyItalic.woff2') format('woff2'), url('../fonts/DuplicateSans/DuplicateSans-HeavyItalic.woff') format('woff'), url('../fonts/DuplicateSans/DuplicateSans-HeavyItalic.ttf') format('truetype'), url('../fonts/DuplicateSans/DuplicateSans-HeavyItalic.svg#DuplicateSans-HeavyItalic') format('svg');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Duplicate Sans';
  src: url('../fonts/DuplicateSans/DuplicateSans-LightItalic.eot');
  src: url('../fonts/DuplicateSans/DuplicateSans-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/DuplicateSans/DuplicateSans-LightItalic.woff2') format('woff2'), url('../fonts/DuplicateSans/DuplicateSans-LightItalic.woff') format('woff'), url('../fonts/DuplicateSans/DuplicateSans-LightItalic.ttf') format('truetype'), url('../fonts/DuplicateSans/DuplicateSans-LightItalic.svg#DuplicateSans-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Duplicate Sans';
  src: url('../fonts/DuplicateSans/DuplicateSans-ThinItalic.eot');
  src: url('../fonts/DuplicateSans/DuplicateSans-ThinItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/DuplicateSans/DuplicateSans-ThinItalic.woff2') format('woff2'), url('../fonts/DuplicateSans/DuplicateSans-ThinItalic.woff') format('woff'), url('../fonts/DuplicateSans/DuplicateSans-ThinItalic.ttf') format('truetype'), url('../fonts/DuplicateSans/DuplicateSans-ThinItalic.svg#DuplicateSans-ThinItalic') format('svg');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Duplicate Sans';
  src: url('../fonts/DuplicateSans/DuplicateSans-Medium.eot');
  src: url('../fonts/DuplicateSans/DuplicateSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/DuplicateSans/DuplicateSans-Medium.woff2') format('woff2'), url('../fonts/DuplicateSans/DuplicateSans-Medium.woff') format('woff'), url('../fonts/DuplicateSans/DuplicateSans-Medium.ttf') format('truetype'), url('../fonts/DuplicateSans/DuplicateSans-Medium.svg#DuplicateSans-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Duplicate Sans';
  src: url('../fonts/DuplicateSans/DuplicateSans-Thin.eot');
  src: url('../fonts/DuplicateSans/DuplicateSans-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/DuplicateSans/DuplicateSans-Thin.woff2') format('woff2'), url('../fonts/DuplicateSans/DuplicateSans-Thin.woff') format('woff'), url('../fonts/DuplicateSans/DuplicateSans-Thin.ttf') format('truetype'), url('../fonts/DuplicateSans/DuplicateSans-Thin.svg#DuplicateSans-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Duplicate Sans';
  src: url('../fonts/DuplicateSans/DuplicateSans-MediumItalic.eot');
  src: url('../fonts/DuplicateSans/DuplicateSans-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/DuplicateSans/DuplicateSans-MediumItalic.woff2') format('woff2'), url('../fonts/DuplicateSans/DuplicateSans-MediumItalic.woff') format('woff'), url('../fonts/DuplicateSans/DuplicateSans-MediumItalic.ttf') format('truetype'), url('../fonts/DuplicateSans/DuplicateSans-MediumItalic.svg#DuplicateSans-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Duplicate Sans';
  src: url('../fonts/DuplicateSans/DuplicateSans.eot');
  src: url('../fonts/DuplicateSans/DuplicateSans.eot?#iefix') format('embedded-opentype'), url('../fonts/DuplicateSans/DuplicateSans.woff2') format('woff2'), url('../fonts/DuplicateSans/DuplicateSans.woff') format('woff'), url('../fonts/DuplicateSans/DuplicateSans.ttf') format('truetype'), url('../fonts/DuplicateSans/DuplicateSans.svg#DuplicateSans') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* CSS Document */
/* VARIABLE charte couleur */
.btn {
  white-space: normal;
  white-space: initial;
  background-color: lightBlue;
  -webkit-border-radius: 360px;
  -moz-border-radius: 360px;
  border-radius: 360px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: inline-block;
}
.btn:hover {
  background-color: #d3d3d3;
  color: white;
  text-decoration: none;
}
.btn.btn-submit {
  padding: 10px 30px;
  background-color: #DC002E;
  color: #ffffff;
  font-weight: bold;
  font-size: 25px;
}
.btn.btn-submit:hover {
  background-color: #a90023;
  color: #ffffff;
}
.btn.btn-submit:after {
  content: "\e95d";
  font-family: 'start' !important;
  margin-left: 10px;
}
@media screen and (max-width: 570px) {
  .btn.btn-submit {
    font-size: 18px;
  }
}
.btn.btn-cta {
  padding: 10px 10px 10px 10px;
  background-color: #DC002E;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn.btn-cta:hover {
  background-color: #a90023;
  color: #ffffff;
}
.btn.btn-cta:after {
  content: "\e95f";
  font-family: 'start' !important;
  margin-left: 10px;
  background: #FF5659;
  padding: 10px;
  font-size: 13px;
}
@media screen and (max-width: 570px) {
  .btn.btn-cta {
    font-size: 18px;
  }
}
.btn.btn-gohst {
  padding: 10px 30px;
  color: #ffffff;
  background: transparent;
  font-weight: normal;
  font-size: 22px;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn.btn-gohst:hover {
  background-color: #8E2B35;
}
@media screen and (max-width: 570px) {
  .btn.btn-gohst {
    font-size: 18px;
  }
}
.btn.btn-black {
  background-color: #000000;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn.btn-black:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn.btn-black:hover {
  transform: scale(1.1);
}
@media screen and (max-height: 762px) and (min-width: 1000px) {
  .btn.btn-black {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn.btn-black {
    font-size: 17px;
  }
}
.btn.btn-cookies {
  background-color: #D9126F;
  color: #ffffff;
  font-weight: bold;
}
.btn.btn-cookies:hover {
  background-color: #aa0e57;
  color: #ffffff;
}
/* CSS Document */
#up {
  bottom: 10px;
  height: 40px;
  position: fixed;
  right: 10px;
  width: 40px;
  z-index: 300;
  display: none;
}
@media screen and (max-width: 600px) {
  #up {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: 0.6;
    /* Safari 1.x */
    -khtml-opacity: 0.6;
    opacity: 0.6;
  }
}
#up #gototop {
  background: url("../img/go_up.png") no-repeat scroll 0 -40px rgba(0, 0, 0, 0);
  bottom: 0;
  cursor: pointer;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  right: 0;
  width: 40px;
  transition: all 0.3s ease-in-out 0s;
}
#up #gototop:hover {
  background-position: 0 0;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible !important;
}
.ivisible {
  visibility: hidden;
}
.revealOnScroll {
  visibility: hidden;
}
.animation_time_0_1 {
  -webkit-animation-duration: 0.1s !important;
  animation-duration: 0.1s !important;
}
.animation_time_0_2 {
  -webkit-animation-duration: 0.2s !important;
  animation-duration: 0.2s !important;
}
.animation_time_0_3 {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
}
.animation_time_0_4 {
  -webkit-animation-duration: 0.4s !important;
  animation-duration: 0.3s !important;
}
.animation_time_0_5 {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}
.animation_time_0_10 {
  -webkit-animation-duration: 0.1s !important;
  animation-duration: 0.1s !important;
}
.animation_time_0_15 {
  -webkit-animation-duration: 0.15s !important;
  animation-duration: 0.15s !important;
}
.animation_time_0_20 {
  -webkit-animation-duration: 0.2s !important;
  animation-duration: 0.2s !important;
}
.animation_time_1 {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}
.animation_time_2 {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}
.animation_time_3 {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important;
}
.animation_time_4 {
  -webkit-animation-duration: 4s !important;
  animation-duration: 4s !important;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.delay_0_1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.delay_0_1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.delay_0_2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.delay_0_3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.delay_0_4 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.delay_0_5 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.delay_0_10 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.delay_0_15 {
  -webkit-animation-delay: 0.15s !important;
  animation-delay: 0.15s !important;
}
.delay_0_20 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.delay_0_25 {
  -webkit-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important;
}
.delay_0_30 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.delay_0_35 {
  -webkit-animation-delay: 0.35s !important;
  animation-delay: 0.35s !important;
}
.delay_0_40 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.delay_0_50 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.delay_0_60 {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
.delay_0_70 {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}
.delay_0_80 {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}
.delay_0_90 {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}
.delay_1 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.delay_1_5 {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}
.delay_2 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}
.delay_2_0_5 {
  -webkit-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}
.delay_3 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}
.delay_4 {
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.zoomer {
  animation-name: zoomer;
  -webkit-animation-name: zoomer;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.5, 0.2, 0.3, 1);
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.2, 0.3, 1);
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes zoomer {
  0% {
    -webkit-transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes zoomer {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
.floater {
  animation-name: floater;
  -webkit-animation-name: floater;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  visibility: visible !important;
}
@keyframes floater {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floater {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
.slideRightWagon {
  animation-name: slideRightWagon;
  -webkit-animation-name: slideRightWagon;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}
@keyframes slideRightWagon {
  0% {
    transform: translateX(-150%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes slideRightWagon {
  0% {
    -webkit-transform: translateX(-150%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
.bounceIn_stars_stars {
  -webkit-animation-name: bounceIn_stars;
  animation-name: bounceIn_stars;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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-keyframes bounceIn_stars {
  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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn_stars {
  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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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-keyframes bounceIn {
  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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.wiggle {
  animation-name: wiggle;
  -webkit-animation-name: wiggle;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  visibility: visible !important;
}
@keyframes wiggle {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
  }
}
.cookie_bar {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 5px;
  position: fixed;
  z-index: 1040;
  bottom: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 0.5em;
}
.cookie_bar p {
  font-size: 15px;
  color: #ffffff;
  margin: 1em;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .cookie_bar p {
    font-size: 8px;
  }
}
.cookie_bar .btn-cookies {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-size: 9px;
  padding: 3px 6px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cookie_bar .col-left {
  text-align: center;
}
.cookie_bar .row {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cookie_bar .row {
    flex-wrap: wrap;
  }
  .cookie_bar .row .col,
  .cookie_bar .row .col-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.modal-backdrop.show {
  opacity: 0.85;
}
@media screen and (max-width: 576px) {
  .modal .alerte {
    display: none;
  }
}
.modal.modal_video_player .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.modal.modal_video_player .modal-content {
  background-color: rgba(0, 0, 0, 0.9);
  border: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.modal.modal_video_player .modal-content .modal-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-height: 600px) {
  .modal.modal_video_player .modal-content .modal-body {
    height: auto;
    align-items: flex-start;
  }
}
.modal.modal_video_player .modal-content .modal-body .container {
  height: auto;
  display: inline-block;
  max-width: 980px;
  width: 980px;
  padding: 40px;
  background: transparent;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
}
@media screen and (max-height: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container {
    width: 90%;
    max-width: 90%;
    padding: 20px;
  }
}
.modal.modal_video_player .modal-content .modal-body .container h3 {
  color: #ffffff;
  font-size: 35px;
  text-align: left;
  line-height: 35px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-height: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.modal.modal_video_player .modal-content .modal-body .container h3 span {
  color: #DC002E;
  font-weight: bold;
  text-align: center;
}
.modal.modal_video_player .modal-content .modal-body .container .btn_red {
  display: inline-block;
  margin-top: 30px;
  font-size: 22px;
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container .btn_red {
    font-size: 16px;
  }
}
.modal.modal_video_player .modal-content .modal-body .container .info_don {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container .info_don {
    margin-top: 10px;
  }
}
.modal.modal_video_player .modal-content .modal-body .container .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  background: transparent;
  background-image: none;
  height: 40px;
  width: 40px;
  background: #DC002E;
  -webkit-border-radius: 360px;
  -moz-border-radius: 360px;
  border-radius: 360px;
  opacity: 1;
}
.modal.modal_video_player .modal-content .modal-body .container .btn-close:before {
  content: "\ea0f";
  color: #ffffff;
  font-size: 15px;
  font-family: 'start';
}
.modal.modal_mentions .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.modal.modal_mentions .modal-content {
  background-color: rgba(0, 0, 0, 0.9);
  border: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.modal.modal_mentions .modal-content .modal-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-height: 600px) {
  .modal.modal_mentions .modal-content .modal-body {
    height: auto;
    align-items: flex-start;
  }
}
.modal.modal_mentions .modal-content .modal-body .container {
  height: auto;
  display: inline-block;
  max-width: 980px;
  width: 980px;
  padding: 40px;
  background: transparent;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
}
@media screen and (max-height: 600px) {
  .modal.modal_mentions .modal-content .modal-body .container {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .modal.modal_mentions .modal-content .modal-body .container {
    width: 90%;
    max-width: 90%;
    padding: 20px;
  }
}
.modal.modal_mentions .modal-content .modal-body .container h3 {
  color: #ffffff;
  font-size: 35px;
  text-align: left;
  line-height: 35px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-height: 600px) {
  .modal.modal_mentions .modal-content .modal-body .container h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 600px) {
  .modal.modal_mentions .modal-content .modal-body .container h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.modal.modal_mentions .modal-content .modal-body .container h3 span {
  color: #DC002E;
  font-weight: bold;
  text-align: center;
}
.modal.modal_mentions .modal-content .modal-body .container .btn_red {
  display: inline-block;
  margin-top: 30px;
  font-size: 22px;
}
@media screen and (max-width: 600px) {
  .modal.modal_mentions .modal-content .modal-body .container .btn_red {
    font-size: 16px;
  }
}
.modal.modal_mentions .modal-content .modal-body .container .info_don {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .modal.modal_mentions .modal-content .modal-body .container .info_don {
    margin-top: 10px;
  }
}
.modal.modal_mentions .modal-content .modal-body .container .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  background: transparent;
  background-image: none;
  height: 40px;
  width: 40px;
  background: #DC002E;
  -webkit-border-radius: 360px;
  -moz-border-radius: 360px;
  border-radius: 360px;
  opacity: 1;
}
.modal.modal_mentions .modal-content .modal-body .container .btn-close:before {
  content: "\ea0f";
  color: #ffffff;
  font-size: 15px;
  font-family: 'start';
}
.the_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: transparent;
  transition: background-color 0.4s ease-in-out;
}
.the_header .navbar {
  position: relative;
  z-index: 10;
}
.the_header .navbar .container {
  max-width: 1140px;
}
.the_header .navbar .mobile_menu_trigger {
  display: none;
  width: 56px;
  height: 56px;
  background: #DC002E;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 992px) {
  .the_header .navbar .mobile_menu_trigger {
    display: inline-block;
  }
}
.the_header .navbar .desktop_nav {
  display: flex;
}
@media screen and (max-width: 992px) {
  .the_header .navbar .desktop_nav {
    display: none;
  }
}
.the_header .navbar-brand img {
  max-width: 138px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .the_header .navbar-brand img {
    width: 70px;
  }
}
@media screen and (max-height: 670px) and (min-width: 1000px) {
  .the_header .navbar-brand img {
    max-width: 108px;
  }
}
.the_header.open {
  background-color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.the_header.open .link_n1 {
  color: #000000 !important;
}
.the_header.open .link_n1:hover {
  color: #DC002E !important;
}
.the_header .mega-menu-content {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease-in-out, visibility 0.4s;
}
.the_header .mega-menu-content .container {
  padding: 0;
  max-width: 1140px;
}
.the_header .mega-menu-content .ul_n2 li .link_n2 {
  font-size: 19px;
  color: #000000;
  font-family: 'Duplicate Sans';
}
.the_header .mega-menu-content.show {
  visibility: visible;
  opacity: 1;
}
.the_header .mega-menu-content::before {
  content: "";
  position: absolute;
  top: -160px;
  left: 0;
  right: 0;
  height: 160px;
  background: transparent;
  z-index: -1;
  pointer-events: none;
}
.the_header .mega-menu-content .custom-links a {
  display: flex;
  align-items: center;
  transition: color 0.2s;
  color: #000000;
}
.the_header .mega-menu-content .custom-links a::before {
  content: "▶";
  color: #DC002E;
  /* Rouge Bootstrap */
  font-size: 0.7rem;
  margin-right: 12px;
}
.the_header .mega-menu-content .custom-links a:hover {
  color: #DC002E !important;
}
.the_header .mega-menu-content .wrap_img {
  position: relative;
  max-width: 195px;
}
.the_header .mega-menu-content .wrap_img:after {
  content: "\e95f";
  bottom: 0;
  right: 0;
  color: #ffffff;
  position: absolute;
  font-family: 'start' !important;
  width: 30px;
  height: 30px;
  background: #DC002E;
  display: flex;
  justify-content: center;
  align-items: center;
}
.the_header .mega-menu-content .card_promo {
  position: relative;
}
.the_header .mega-menu-content .card_promo p {
  color: #000000;
}
.the_header .mega-menu-content .card_promo:hover p {
  color: #DC002E;
}
.the_header .mega-menu-content .card-img-top {
  position: relative;
  border-radius: 0px !important;
}
.the_header .mega-menu-content h4 {
  font-size: 30px;
}
.btn-search {
  background: #FF5659;
  font-weight: bold;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 15px 20px;
}
.btn-search .picto {
  color: #ffffff;
  font-weight: normal;
  margin-right: 5px;
}
.btn-search:hover {
  background: #DC002E;
}
@media screen and (max-height: 670px) and (min-width: 1000px) {
  .btn-search {
    padding: 5px 10px;
  }
}
.link_n1 {
  color: #ffffff;
  padding: 30px 0;
  display: block;
  transition: color 0.3s ease;
  text-decoration: none;
}
.link_n1:hover {
  color: #DC002E !important;
}
.link_n1::after {
  content: "\e959";
  font-family: 'start' !important;
  color: #DC002E;
  font-size: 10px;
  margin-left: 10px;
}
footer {
  background: #000000;
  text-align: center;
  padding: 3rem  0;
  display: inline-block;
  width: 100%;
}
footer .logo_foot {
  width: 138px;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  footer .logo_foot {
    width: 150px;
  }
}
footer h2 {
  font-size: 32px;
  color: #ffffff;
  font-weight: 300;
}
@media screen and (max-width: 576px) {
  footer h2 {
    font-size: 22px;
  }
}
footer h4 {
  font-size: 36px;
  color: #ffffff;
  font-weight: normal;
}
@media screen and (max-width: 576px) {
  footer h4 {
    font-size: 26px;
  }
}
footer h5 {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  footer h5 {
    font-size: 24px;
  }
}
footer ul.social_links {
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}
footer ul.social_links li {
  display: inline-block;
}
footer ul.social_links li a {
  display: inline-block;
  padding: 0.5em;
  -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;
}
footer ul.social_links li a:hover {
  text-decoration: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  footer ul.social_links li a {
    padding: 1em;
  }
}
@media screen and (max-width: 576px) {
  footer ul.social_links li a {
    padding: 0 2px;
    margin: 0;
  }
}
footer ul.social_links li a .picto {
  font-size: 22px;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  footer ul.social_links li a .picto {
    font-size: 30px;
  }
}
footer ul.social_links li a .picto:hover {
  color: #ffffff;
}
footer .site {
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  footer .site {
    font-size: 18px;
  }
}
footer p {
  margin: 0;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  text-decoration: underline;
  color: #DC002E;
}
footer .link_separator {
  color: #ffffff;
}
footer .oneheart {
  font-size: 16px;
  color: #ffffff;
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100% !important;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
  height: 100% !important;
  /* Style pour la croix de fermeture rouge */
  /* Retirer le style par défaut des boutons d'accordéon Bootstrap */
  /* Style des liens avec petites flèches rouges */
}
.offcanvas .offcanvas-body {
  padding-top: 90px;
}
.offcanvas .offcanvas-body-head {
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.offcanvas .offcanvas-body-head .logo_link {
  display: inline-block;
  position: relative;
  pointer-events: all;
}
.offcanvas .offcanvas-body-head .logo_link img {
  width: 120px;
  height: auto;
}
.offcanvas .custom-close-btn {
  background-color: #FF5659;
  /* Couleur rouge de l'image */
  opacity: 1;
  height: 56px;
  width: 56px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.offcanvas .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #DC002E;
}
.offcanvas .accordion-button::after {
  filter: hue-rotate(150deg);
  /* Ajuster la couleur de la flèche si besoin */
}
.offcanvas .accordion-button {
  color: #000000;
  text-transform: uppercase;
}
.offcanvas .accordion-button.show {
  color: #DC002E;
}
.offcanvas .custom-list li {
  margin-bottom: 8px;
}
.offcanvas .custom-list a {
  text-decoration: none;
  color: #000000;
  display: block;
}
.offcanvas .custom-list a:hover {
  color: #DC002E;
}
.offcanvas .custom-list i {
  color: #e35d5b;
  font-size: 0.8rem;
}
.offcanvas .custom-list a::before {
  content: "▶";
  color: #DC002E;
  /* Rouge Bootstrap */
  font-size: 0.7rem;
  margin-right: 12px;
}
.offcanvas .btn-search {
  background: #FF5659;
  font-weight: bold;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  max-width: auto;
  display: inline-block;
  width: auto;
  padding: 10px 20px;
}
.offcanvas .btn-search .picto {
  color: #ffffff;
  font-weight: normal;
  margin-right: 5px;
}
.offcanvas .btn-search:hover {
  background: #DC002E;
}
.offcanvas .mise_en_avant {
  display: flex;
}
.offcanvas .mise_en_avant .col {
  -ms-flex-preferred-size: 144px;
  flex-basis: 144px;
  max-width: 144px;
  margin-right: 10px;
}
.offcanvas .illustration {
  width: 144px;
  height: 144px;
  position: relative;
}
.offcanvas .illustration .img:after {
  content: "\e95f";
  bottom: 0;
  right: 0;
  color: #ffffff;
  position: absolute;
  font-family: 'start' !important;
  width: 30px;
  height: 30px;
  background: #DC002E;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offcanvas .card_promo p {
  color: #000000;
  font-size: 14px;
}
.offcanvas .card_promo:hover p {
  color: #DC002E;
}
.audioplayer {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  margin: 0;
  padding: 0px;
  width: 70%;
  max-width: 650px;
  height: auto;
  align-items: center;
  border: none;
  border-radius: 4px;
  background: transparent;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #000000;
}
@media screen and (max-width: 992px) {
  .audioplayer {
    width: 100%;
  }
}
.audioplayer audio {
  position: absolute;
}
.audioplayer-playpause {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  order: 1;
}
.audioplayer-playpause p {
  text-indent: -1e+21px !important;
  overflow: hidden;
  border: none !important;
  position: absolute;
}
.custom_text {
  order: 2;
  margin-bottom: 0;
  font-size: 16px !important;
  margin-left: 10px;
  font-weight: 500 !important;
  color: #DC002E !important;
  display: none;
}
@media screen and (max-width: 992px) {
  .custom_text {
    font-size: 12px !important;
    display: none;
  }
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background: #DC002E;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
  background: #8E2B35;
}
.audioplayer-playing .audioplayer-playpause {
  background: #DC002E;
}
.audioplayer-playing .audioplayer-playpause span {
  border: none;
}
.audioplayer-playing .audioplayer-playpause:hover span {
  background: #8E2B35;
  border: none;
}
.audioplayer-playing .audioplayer-playpause:hover {
  background: #8E2B35 !important;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause span {
  content: '';
  justify-content: center;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 7px solid transparent;
  border-right: none;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffffff;
}
.audioplayer-playing .audioplayer-playpause span {
  content: '';
  display: flex;
  justify-content: space-between;
  width: 0px;
  height: 0px;
  position: relative;
  background: #8E2B35;
}
.audioplayer-playing .audioplayer-playpause span:hover {
  background: #8E2B35;
}
.audioplayer-playing .audioplayer-playpause span::before {
  display: none !important;
}
.audioplayer-playing .audioplayer-playpause span::after {
  content: '\e96a';
  color: #ffffff;
  font-family: 'start' !important;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  background: transparent !important;
}
.audioplayer-playing .audioplayer-playpause span::after:hover {
  background: #8E2B35;
}
.audioplayer-time {
  display: flex;
  width: 40px;
  justify-content: center;
  font-size: 12px;
  color: #ffffff;
  order: 2;
}
.audioplayer-time-current {
  margin-left: 4px;
  order: 4 ;
  color: #000000;
}
.audioplayer-time-duration {
  margin-right: 5px;
  order: 0;
  display: none;
}
.audioplayer-bar {
  position: relative;
  display: flex;
  margin: 0 12px;
  height: 12px;
  flex-basis: 0;
  flex-grow: 1;
  cursor: pointer;
  order: 3;
  margin-left: 15px;
  border: none !important;
}
.audioplayer-bar::before {
  content: '';
  position: absolute;
  top: 5px;
  width: 100%;
  height: 2px;
  background-color: #D9D9D9;
}
.audioplayer-bar > div {
  position: absolute;
  left: 0;
  top: 5px;
}
.audioplayer-bar-loaded {
  z-index: 1;
  height: 4px;
  background: #D9D9D9;
}
.audioplayer-bar-played {
  flex-direction: row-reverse;
  z-index: 2;
  height: 4px;
  background-color: #DC002E;
}
.audioplayer-bar-played::after {
  display: flex;
  position: absolute;
  content: '';
  box-sizing: border-box;
  top: -9px;
  right: -11px;
  margin-right: 5px;
  width: 22px;
  height: 22px;
  background-color: #DC002E;
  border-radius: 60px;
  border: 2px solid #DC002E !important;
  display: none;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
  border: 2px solid #DC002E;
}
.audioplayer-playing .audioplayer-bar-played::after {
  border: 2px solid #0059FF;
}
.audioplayer-volume {
  display: flex;
  align-items: center;
  order: 5;
}
.audioplayer-volume-button {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.audioplayer-volume-button a {
  display: flex;
  width: 6px;
  height: 8px;
  background-color: #DC002E;
  position: relative;
}
.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: '';
  position: absolute;
}
.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 9px solid #DC002E;
  border-bottom: 8px solid transparent;
  border-left: none;
  top: -4px;
}
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  left: 10px;
  top: -1px;
  width: 10px;
  height: 10px;
  border: 6px double #DC002E;
  border-width: 6px 6px 0 0;
  border-radius: 0 12px 0 0;
  transform: rotate(45deg);
}
.audioplayer-mute .audioplayer-volume-button a {
  background-color: #DC002E;
}
.audioplayer-mute .audioplayer-volume-button a:before {
  border-right: 9px solid #DC002E;
}
.audioplayer-volume-adjust {
  display: flex;
  align-items: center;
  margin-left: 8px;
  display: none;
}
.audioplayer-volume-adjust > div {
  position: relative;
  display: flex;
  width: 60px;
  height: 2px;
  cursor: pointer;
  background-color: #BEC8D2;
}
.audioplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #0059FF;
}
/* responsive | you can change the max-width value to match your theme */
@media screen and (max-width: 679px) {
  .audioplayer-volume-adjust {
    display: none;
  }
}
/*--------------------------------------
  sections
--------------------------------------*/
#section_top_start {
  background: #000000;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 2564px) {
  #section_top_start {
    max-height: 950px;
  }
}
@media screen and (max-width: 2000px) {
  #section_top_start {
    max-height: 800px;
  }
}
@media screen and (max-width: 1800px) {
  #section_top_start {
    max-height: 800px;
  }
}
@media screen and (max-width: 1280px) {
  #section_top_start {
    max-height: 726px;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start {
    height: auto;
    max-height: initial;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start {
    height: auto;
    min-height: initial;
    padding-bottom: 5rem;
  }
}
@media screen and (max-height: 600px) and (min-width: 1000px) {
  #section_top_start {
    min-height: 600px;
  }
}
#section_top_start:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 30%;
  content: " ";
  pointer-events: none;
  background: transparent;
  z-index: 2;
  opacity: 1;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
#section_top_start .btn-on {
  background: #DC002E;
  color: #ffffff;
  position: relative;
  z-index: 10000000;
  position: absolute;
  bottom: 200px;
  left: 110px;
}
#section_top_start .btn-off {
  background: #DC002E;
  color: #ffffff;
  position: relative;
  z-index: 10000000;
  position: absolute;
  bottom: 200px;
  left: 310px;
}
#section_top_start .video-hero {
  position: absolute;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  #section_top_start .video-hero {
    height: 600px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #section_top_start .video-hero {
    height: 450px;
  }
}
@media screen and (max-width: 576px) {
  #section_top_start .video-hero {
    height: 350px;
    min-height: initial;
  }
}
#section_top_start .video-hero video {
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
#section_top_start .video-hero .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: " ";
  pointer-events: none;
  background: #000000;
  z-index: 2;
  opacity: 0.2;
}
@media screen and (max-width: 992px) {
  #section_top_start .video-hero .video-overlay {
    background: transparent;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #section_top_start .video-hero {
    height: 450px;
    position: relative;
  }
}
@media screen and (max-width: 576px) {
  #section_top_start .video-hero {
    height: 350px;
    position: relative;
  }
}
#section_top_start .content_section {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  #section_top_start .content_section {
    position: relative;
    background: #000000;
    top: auto;
    left: auto;
    height: auto;
  }
}
#section_top_start .content_section .container {
  width: 100%;
}
#section_top_start .content_section .content_inside {
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  #section_top_start .content_section .content_inside {
    margin-bottom: 0;
    position: relative;
    top: -290px;
    margin-bottom: -290px;
  }
}
@media screen and (max-width: 570px) {
  #section_top_start .content_section .content_inside {
    margin-bottom: 0;
    position: relative;
    top: -100px;
    margin-bottom: -100px;
  }
}
#section_top_start .content_section h1 {
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  #section_top_start .content_section h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 570px) {
  #section_top_start .content_section h1 {
    font-size: 44px;
    line-height: initial;
  }
  #section_top_start .content_section h1 br {
    display: none;
  }
}
@media screen and (max-height: 670px) and (min-width: 1000px) {
  #section_top_start .content_section h1 {
    font-size: 50px;
    line-height: initial;
  }
}
#section_top_start .content_section form {
  width: 100%;
}
#section_top_start .content_section .wrap_submit {
  width: 100%;
  display: flex;
  justify-content: center;
}
#section_top_start .content_section .filters {
  max-width: 835px;
  height: auto;
  display: flex;
  padding: 0;
  justify-content: center;
  /* Positionnement de l'icône de localisation */
  /* Style du select Bootstrap */
}
@media screen and (max-width: 992px) {
  #section_top_start .content_section .filters {
    flex-direction: column;
    align-items: center;
  }
}
#section_top_start .content_section .filters .form-select {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0 5px;
  font-size: 16px;
  min-width: 260px;
  width: 260px;
}
#section_top_start .content_section .filters .select-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
#section_top_start .content_section .filters .select-icon-wrapper .picto {
  position: absolute;
  left: 15px;
  z-index: 5;
  pointer-events: none;
  color: #000;
  font-size: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -8px;
}
#section_top_start .content_section .filters .select-icon-wrapper .form-select-lg {
  padding-left: 35px !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0;
  border: 1px solid #dee2e6;
  font-size: 16px;
  background-position: right 1rem center;
  min-width: 260px;
}
@media screen and (max-width: 992px) {
  #section_top_start .content_section .filters .select-icon-wrapper .form-select-lg {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  }
}
#section_base {
  background: #ffffff;
  padding: 3rem 0 0 0 ;
  position: relative;
  z-index: 2;
}
.section_social_links {
  background: #000000;
  text-align: center;
  padding: 3rem  0 0 0;
}
.section_social_links .logo_foot {
  width: 138px;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .section_social_links .logo_foot {
    width: 150px;
  }
}
.section_social_links h2 {
  font-size: 32px;
  color: #ffffff;
  font-weight: 300;
}
@media screen and (max-width: 576px) {
  .section_social_links h2 {
    font-size: 22px;
  }
}
.section_social_links h4 {
  font-size: 36px;
  color: #ffffff;
  font-weight: normal;
}
.section_social_links h5 {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
}
.section_social_links ul.social_links {
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}
.section_social_links ul.social_links li {
  display: inline-block;
}
.section_social_links ul.social_links li a {
  display: inline-block;
  padding: 0.5em;
  -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;
}
.section_social_links ul.social_links li a:hover {
  text-decoration: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .section_social_links ul.social_links li a {
    padding: 1em;
  }
}
@media screen and (max-width: 576px) {
  .section_social_links ul.social_links li a {
    padding: 0 2px;
    margin: 0;
  }
}
.section_social_links ul.social_links li a .picto {
  font-size: 22px;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .section_social_links ul.social_links li a .picto {
    font-size: 30px;
  }
}
.section_social_links ul.social_links li a .picto:hover {
  color: #ffffff;
}
.section_social_links .site {
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: underline;
}
#section_top_start_internal_search {
  background: #000000;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 2564px) {
  #section_top_start_internal_search {
    max-height: 950px;
  }
}
@media screen and (max-width: 2000px) {
  #section_top_start_internal_search {
    max-height: 800px;
  }
}
@media screen and (max-width: 1800px) {
  #section_top_start_internal_search {
    max-height: 800px;
  }
}
@media screen and (max-width: 1280px) {
  #section_top_start_internal_search {
    max-height: 832px;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search {
    height: auto;
    max-height: initial;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search {
    height: auto;
    min-height: initial;
    padding-bottom: 5rem;
  }
}
@media screen and (max-height: 600px) and (min-width: 1000px) {
  #section_top_start_internal_search {
    min-height: 600px;
  }
}
#section_top_start_internal_search:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 30%;
  content: " ";
  pointer-events: none;
  background: transparent;
  z-index: 2;
  opacity: 1;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search:after {
    display: none;
  }
}
#section_top_start_internal_search:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 30%;
  content: " ";
  pointer-events: none;
  background: transparent;
  z-index: 2;
  opacity: 1;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search:before {
    display: none;
  }
}
#section_top_start_internal_search .wrap_breadcrumb {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: inline-block;
  margin-bottom: 30px;
}
#section_top_start_internal_search .wrap_breadcrumb .breadcrumb_container {
  max-width: 900px;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search .wrap_breadcrumb .breadcrumb_container {
    max-width: 450px;
  }
}
@media screen and (max-width: 570px) {
  #section_top_start_internal_search .wrap_breadcrumb .breadcrumb_container {
    max-width: 400px;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search .wrap_breadcrumb .breadcrumb_container .breadcrumb {
    font-size: 12px;
  }
}
#section_top_start_internal_search .wrap_breadcrumb .breadcrumb_container .breadcrumb li {
  color: #ffffff;
}
#section_top_start_internal_search .wrap_breadcrumb .breadcrumb_container .breadcrumb li a {
  color: #ffffff;
}
#section_top_start_internal_search .wrap_breadcrumb .breadcrumb_container .breadcrumb li a:hover {
  text-decoration: underline;
}
#section_top_start_internal_search .wrap_breadcrumb .breadcrumb_container .breadcrumb li.active a:hover {
  text-decoration: none;
}
#section_top_start_internal_search .wrap_breadcrumb .breadcrumb_container .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
  content: "\e95f";
  font-family: 'start' !important;
  font-size: 12px;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search .wrap_breadcrumb .breadcrumb_container .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-size: 9px;
    top: 3px;
  }
}
#section_top_start_internal_search .illustration {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#section_top_start_internal_search .illustration .img:after {
  content: "";
  background-color: #000000;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search .illustration .img:after {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search .illustration .img:before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    height: 50px;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search .illustration {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 450px;
    width: 100%;
    opacity: 1;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 576px) {
  #section_top_start_internal_search .illustration {
    height: 250px;
    width: 100%;
  }
}
#section_top_start_internal_search .content_section {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search .content_section {
    position: relative;
    background: #000000;
    top: auto;
    left: auto;
    height: auto;
  }
}
#section_top_start_internal_search .content_section .container {
  width: 100%;
}
#section_top_start_internal_search .content_section .content_inside {
  margin-bottom: 120px;
  max-width: 900px;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search .content_section .content_inside {
    margin-bottom: 0;
    position: relative;
    top: -110px;
    margin-bottom: -110px;
    max-width: 450px;
  }
}
@media screen and (max-width: 570px) {
  #section_top_start_internal_search .content_section .content_inside {
    margin-bottom: 0;
    position: relative;
    top: -70px;
    margin-bottom: -50px;
    max-width: 400px;
  }
}
#section_top_start_internal_search .content_section .content_inside form {
  background: #8E2B35;
  padding: 20px;
}
#section_top_start_internal_search .content_section h1 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  #section_top_start_internal_search .content_section h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 570px) {
  #section_top_start_internal_search .content_section h1 {
    font-size: 25px;
    line-height: initial;
  }
  #section_top_start_internal_search .content_section h1 br {
    display: none;
  }
}
#section_top_start_internal_search .content_section form {
  width: 100%;
}
#section_top_start_internal_search .content_section .wrap_submit {
  width: 100%;
  display: flex;
  justify-content: center;
}
#section_top_start_internal_search .content_section .wrap_submit .btn-submit {
  background-color: #FF5659;
  color: #ffffff;
  font-size: 20px;
}
#section_top_start_internal_search .content_section .wrap_submit .btn-submit:hover {
  background-color: #ff2327;
  color: #ffffff;
}
#section_top_start_internal_search .content_section .wrap_submit .btn-submit:hover {
  background: #DC002E;
}
#section_top_start_internal_search .content_section .filters {
  max-width: 100%;
  height: auto;
  display: flex;
  padding: 0;
  justify-content: center;
  /* Positionnement de l'icône de localisation */
  /* Style du select Bootstrap */
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search .content_section .filters {
    flex-direction: column;
    align-items: center;
  }
}
#section_top_start_internal_search .content_section .filters .form-select {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0 5px;
  font-size: 16px;
  min-width: 260px;
  width: 260px;
}
#section_top_start_internal_search .content_section .filters .select-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
#section_top_start_internal_search .content_section .filters .select-icon-wrapper .picto {
  position: absolute;
  left: 15px;
  z-index: 5;
  pointer-events: none;
  color: #000;
  font-size: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -8px;
}
#section_top_start_internal_search .content_section .filters .select-icon-wrapper .form-select-lg {
  padding-left: 35px !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0;
  border: 1px solid #dee2e6;
  font-size: 16px;
  background-position: right 1rem center;
  min-width: 260px;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search .content_section .filters .select-icon-wrapper .form-select-lg {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  }
}
#section_top_start_internal_read {
  background: #000000;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 2564px) {
  #section_top_start_internal_read {
    max-height: 100%;
  }
}
@media screen and (max-width: 2000px) {
  #section_top_start_internal_read {
    max-height: 100%;
  }
}
@media screen and (max-width: 1800px) {
  #section_top_start_internal_read {
    max-height: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #section_top_start_internal_read {
    max-height: 832px;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_read {
    height: auto;
    max-height: initial;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_read {
    height: auto;
    min-height: initial;
    padding-bottom: 5rem;
  }
}
@media screen and (max-height: 750px) and (min-width: 1000px) {
  #section_top_start_internal_read {
    min-height: 750px;
  }
}
@media screen and (max-height: 670px) and (min-width: 1000px) {
  #section_top_start_internal_read {
    min-height: 600px;
  }
}
#section_top_start_internal_read:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 30%;
  content: " ";
  pointer-events: none;
  background: transparent;
  z-index: 2;
  opacity: 1;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_read:after {
    display: none;
  }
}
#section_top_start_internal_read:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 30%;
  content: " ";
  pointer-events: none;
  background: transparent;
  z-index: 2;
  opacity: 1;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_read:before {
    display: none;
  }
}
#section_top_start_internal_read .wrap_breadcrumb {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (max-height: 670px) and (min-width: 1000px) {
  #section_top_start_internal_read .wrap_breadcrumb {
    margin-bottom: 10px;
  }
}
#section_top_start_internal_read .wrap_breadcrumb .breadcrumb_container {
  max-width: 900px;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_read .wrap_breadcrumb .breadcrumb_container {
    max-width: 450px;
  }
}
@media screen and (max-width: 570px) {
  #section_top_start_internal_read .wrap_breadcrumb .breadcrumb_container {
    max-width: 400px;
    max-width: 90%;
  }
}
@media screen and (max-height: 670px) and (min-width: 1000px) {
  #section_top_start_internal_read .wrap_breadcrumb .breadcrumb_container {
    max-width: 750px;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_read .wrap_breadcrumb .breadcrumb_container .breadcrumb {
    font-size: 12px;
  }
}
#section_top_start_internal_read .wrap_breadcrumb .breadcrumb_container .breadcrumb ol {
  margin-bottom: 0;
}
#section_top_start_internal_read .wrap_breadcrumb .breadcrumb_container .breadcrumb li {
  color: #ffffff;
}
#section_top_start_internal_read .wrap_breadcrumb .breadcrumb_container .breadcrumb li a {
  color: #ffffff;
}
#section_top_start_internal_read .wrap_breadcrumb .breadcrumb_container .breadcrumb li a:hover {
  text-decoration: underline;
}
#section_top_start_internal_read .wrap_breadcrumb .breadcrumb_container .breadcrumb li.active a:hover {
  text-decoration: none;
}
#section_top_start_internal_read .wrap_breadcrumb .breadcrumb_container .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
  content: "\e95f";
  font-family: 'start' !important;
  font-size: 12px;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_read .wrap_breadcrumb .breadcrumb_container .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-size: 9px;
    top: 3px;
  }
}
#section_top_start_internal_read .illustration {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#section_top_start_internal_read .illustration .img:after {
  content: "";
  background-color: #000000;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_read .illustration .img:after {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_read .illustration .img:before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    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));
  }
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_read .illustration {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 450px;
    width: 100%;
    opacity: 1;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 576px) {
  #section_top_start_internal_read .illustration {
    height: 250px;
    width: 100%;
  }
}
#section_top_start_internal_read .content_section {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_read .content_section {
    position: relative;
    background: #000000;
    top: auto;
    left: auto;
    height: auto;
  }
}
#section_top_start_internal_read .content_section .container {
  width: 100%;
}
#section_top_start_internal_read .content_section .content_inside {
  max-width: 900px;
  margin-bottom: 120px;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_read .content_section .content_inside {
    margin-bottom: 0;
    position: relative;
    top: -110px;
    margin-bottom: -110px;
    max-width: 450px;
  }
}
@media screen and (max-width: 570px) {
  #section_top_start_internal_read .content_section .content_inside {
    margin-bottom: 0;
    position: relative;
    top: -70px;
    margin-bottom: -50px;
    max-width: 400px;
    max-width: 90%;
  }
}
@media screen and (max-height: 670px) and (min-width: 1000px) {
  #section_top_start_internal_read .content_section .content_inside {
    max-width: 750px;
    margin-bottom: 70px;
  }
}
#section_top_start_internal_read .content_section .text_content {
  max-width: 500px;
}
#section_top_start_internal_read .content_section .text_content .location {
  font-size: 34px;
  color: #ffffff;
  font-weight: normal;
}
@media screen and (max-height: 670px) and (min-width: 1000px) {
  #section_top_start_internal_read .content_section .text_content .location {
    font-size: 20px;
  }
}
@media screen and (max-width: 570px) {
  #section_top_start_internal_read .content_section .text_content .location {
    font-size: 20px;
  }
}
#section_top_start_internal_read .content_section .text_content .location:before {
  content: "\e95c";
  color: #ffffff;
  font-family: 'start' !important;
  font-size: 26px;
  margin-right: 5px;
}
@media screen and (max-height: 670px) and (min-width: 1000px) {
  #section_top_start_internal_read .content_section .text_content .location:before {
    font-size: 16px;
  }
}
@media screen and (max-width: 570px) {
  #section_top_start_internal_read .content_section .text_content .location:before {
    font-size: 16px;
  }
}
#section_top_start_internal_read .content_section .text_content .thematique_categorie {
  display: flex;
  justify-content: left;
}
#section_top_start_internal_read .content_section .text_content .thematique_categorie span {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
  margin-right: 10px;
}
@media screen and (max-height: 670px) and (min-width: 1000px) {
  #section_top_start_internal_read .content_section .text_content .thematique_categorie span {
    font-size: 15px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 570px) {
  #section_top_start_internal_read .content_section .text_content .thematique_categorie span {
    font-size: 15px;
    padding: 5px 10px;
  }
}
#section_top_start_internal_read .content_section .text_content .thematique_categorie .thematique {
  background-color: #DC002E;
  color: #ffffff;
}
#section_top_start_internal_read .content_section .text_content .thematique_categorie .categorie {
  background-color: #ffffff;
  color: #000000;
}
#section_top_start_internal_read .content_section .text_content h1 {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width: 760px) {
  #section_top_start_internal_read .content_section .text_content h1 {
    font-size: 30px;
    line-height: initial;
  }
}
@media screen and (max-width: 570px) {
  #section_top_start_internal_read .content_section .text_content h1 {
    font-size: 25px;
    line-height: initial;
  }
  #section_top_start_internal_read .content_section .text_content h1 br {
    display: none;
  }
}
@media screen and (max-height: 670px) and (min-width: 1000px) {
  #section_top_start_internal_read .content_section .text_content h1 {
    font-size: 45px;
    line-height: 48px;
  }
}
#section_top_start_internal_read .content_section .text_content p {
  color: #ffffff;
  font-size: 20px;
}
@media screen and (max-height: 670px) and (min-width: 1000px) {
  #section_top_start_internal_read .content_section .text_content p {
    font-size: 16px;
  }
}
#section_top_start_internal_search_results {
  background: #000000;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-height: 300px;
}
@media screen and (max-width: 2564px) {
  #section_top_start_internal_search_results {
    max-height: 500px;
  }
}
@media screen and (max-width: 2000px) {
  #section_top_start_internal_search_results {
    max-height: 400px;
  }
}
@media screen and (max-width: 1800px) {
  #section_top_start_internal_search_results {
    max-height: 400px;
  }
}
@media screen and (max-width: 1280px) {
  #section_top_start_internal_search_results {
    max-height: 300px;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search_results {
    height: auto;
    max-height: initial;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search_results {
    height: auto;
    min-height: initial;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 570px) {
  #section_top_start_internal_search_results {
    padding-bottom: 2rem;
  }
}
@media screen and (max-height: 670px) and (min-width: 1000px) {
  #section_top_start_internal_search_results {
    min-height: 300px;
    max-height: 300px;
  }
}
#section_top_start_internal_search_results:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 30%;
  content: " ";
  pointer-events: none;
  background: transparent;
  z-index: 2;
  opacity: 1;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search_results:after {
    display: none;
  }
}
#section_top_start_internal_search_results:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 30%;
  content: " ";
  pointer-events: none;
  background: transparent;
  z-index: 2;
  opacity: 1;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search_results:before {
    display: none;
  }
}
#section_top_start_internal_search_results .wrap_breadcrumb {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: inline-block;
  margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search_results .wrap_breadcrumb {
    margin-bottom: 0;
  }
}
#section_top_start_internal_search_results .wrap_breadcrumb .breadcrumb_container {
  max-width: 800px;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search_results .wrap_breadcrumb .breadcrumb_container {
    max-width: 600px;
  }
}
@media screen and (max-width: 570px) {
  #section_top_start_internal_search_results .wrap_breadcrumb .breadcrumb_container {
    max-width: 400px;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search_results .wrap_breadcrumb .breadcrumb_container .breadcrumb {
    font-size: 12px;
  }
}
#section_top_start_internal_search_results .wrap_breadcrumb .breadcrumb_container .breadcrumb li {
  color: #ffffff;
}
#section_top_start_internal_search_results .wrap_breadcrumb .breadcrumb_container .breadcrumb li a {
  color: #ffffff;
}
#section_top_start_internal_search_results .wrap_breadcrumb .breadcrumb_container .breadcrumb li a:hover {
  text-decoration: underline;
}
#section_top_start_internal_search_results .wrap_breadcrumb .breadcrumb_container .breadcrumb li.active a:hover {
  text-decoration: none;
}
#section_top_start_internal_search_results .wrap_breadcrumb .breadcrumb_container .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
  content: "\e95f";
  font-family: 'start' !important;
  font-size: 12px;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search_results .wrap_breadcrumb .breadcrumb_container .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-size: 9px;
    top: 3px;
  }
}
#section_top_start_internal_search_results .illustration {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#section_top_start_internal_search_results .illustration .img {
  background-position: center left;
}
#section_top_start_internal_search_results .illustration .img:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  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));
}
#section_top_start_internal_search_results .illustration .img:after {
  content: "";
  background-color: #000000;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search_results .illustration .img:after {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search_results .illustration .img:before {
    content: "";
    width: 100%;
    height: 30%;
    display: inline-block;
    position: absolute;
    top: 210px;
    left: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  }
}
@media screen and (max-width: 570px) {
  #section_top_start_internal_search_results .illustration .img:before {
    content: "";
    width: 100%;
    height: 50%;
    display: inline-block;
    position: absolute;
    top: 130px;
    left: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  }
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search_results .illustration .img {
    background-position: top left;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search_results .illustration {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    opacity: 1;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 576px) {
  #section_top_start_internal_search_results .illustration {
    height: 250px;
    width: 100%;
  }
}
#section_top_start_internal_search_results .content_section {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search_results .content_section {
    position: relative;
    background: #000000;
    top: auto;
    left: auto;
    height: auto;
  }
}
#section_top_start_internal_search_results .content_section .container {
  width: 100%;
}
#section_top_start_internal_search_results .content_section .content_inside {
  max-width: 800px;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  #section_top_start_internal_search_results .content_section .content_inside {
    margin-bottom: 0;
    position: relative;
    top: auto;
    max-width: 600px;
  }
}
@media screen and (max-width: 570px) {
  #section_top_start_internal_search_results .content_section .content_inside {
    margin-bottom: 0;
    position: relative;
    top: auto;
    max-width: 400px;
  }
}
#section_top_start_internal_search_results .content_section .text_content h1 {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  line-height: 60px;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 760px) {
  #section_top_start_internal_search_results .content_section .text_content h1 {
    font-size: 40px;
    line-height: initial;
  }
}
@media screen and (max-width: 570px) {
  #section_top_start_internal_search_results .content_section .text_content h1 {
    font-size: 40px;
    line-height: initial;
  }
  #section_top_start_internal_search_results .content_section .text_content h1 br {
    display: none;
  }
}
@media screen and (max-height: 670px) and (min-width: 1000px) {
  #section_top_start_internal_search_results .content_section .text_content h1 {
    font-size: 40px;
  }
}
#section_top_start_internal_search_results .content_section .text_content p {
  color: #ffffff;
  font-size: 20px;
}
#section_discover {
  background: #ffffff;
  padding: 3rem;
  position: relative;
  z-index: 2;
}
#section_discover .header_section {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 30px;
}
#section_discover .header_section h2 {
  color: #8E2B35;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  #section_discover .header_section h2 {
    font-size: 30px;
    line-height: initial;
  }
}
#section_discover .header_section p {
  font-size: 22px;
}
@media screen and (max-width: 992px) {
  #section_discover .header_section p {
    font-size: 16px;
    line-height: initial;
  }
}
#section_discover .content_section .container {
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 992px) {
  #section_discover .content_section .container .row {
    justify-content: center;
  }
}
#section_discover .content_section .container .row .col {
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  max-width: 320px;
  margin-right: 20px;
}
#section_discover .content_section .container .row .col:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 992px) {
  #section_discover .content_section .container .row .col {
    margin-bottom: 20px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
#section_discover .content_section .item .illustration {
  width: 320px;
  height: 267px;
}
@media screen and (max-width: 992px) {
  #section_discover .content_section .item .illustration {
    width: 275px;
    height: 275px;
  }
}
@media screen and (max-width: 576px) {
  #section_discover .content_section .item .illustration {
    width: 100%;
    height: 275px;
  }
}
#section_discover .content_section .item .illustration .img:after {
  content: "\e95f";
  bottom: 0;
  right: 0;
  color: #ffffff;
  position: absolute;
  font-family: 'start' !important;
  width: 49px;
  height: 49px;
  background: #DC002E;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  #section_discover .content_section .item .illustration .img:after {
    display: none;
  }
}
#section_discover .content_section .item .text {
  margin-top: 20px;
}
#section_discover .content_section .item .text h3 {
  font-size: 22px;
  color: #8E2B35;
  text-transform: uppercase;
}
#section_discover .content_section .item .text p {
  font-size: 16px;
  color: #000000;
}
#section_discover .content_section .item .text a {
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 992px) {
  #section_discover .content_section .item .text a {
    display: inline-block;
    padding: 5px 10px;
    background: #DC002E;
    color: #ffffff;
    font-size: 16px;
  }
  #section_discover .content_section .item .text a:before {
    content: "\e95f";
    color: #ffffff;
    font-family: 'start' !important;
    font-size: 10px;
  }
  #section_discover .content_section .item .text a:hover {
    background-color: #8E2B35;
  }
}
#section_impact_slide {
  background: #ffffff;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}
#section_impact_slide .header_section {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 30px;
}
#section_impact_slide .header_section h2 {
  color: #8E2B35;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  #section_impact_slide .header_section h2 {
    font-size: 30px;
    line-height: initial;
  }
}
#section_impact_slide .header_section p {
  font-size: 22px;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  #section_impact_slide .header_section p {
    font-size: 16px;
    line-height: initial;
  }
}
#section_impact_slide .content_section .container {
  width: 100%;
  max-width: 1140px;
}
@media screen and (max-width: 992px) {
  #section_impact_slide .content_section .container {
    padding: 0;
  }
}
#section_impact_slide #carousel_temoignage {
  background: #8E2B35;
  padding-bottom: 30px;
}
#section_impact_slide .content_slide {
  width: 100%;
}
#section_impact_slide .content_slide .row {
  align-items: center;
}
#section_impact_slide .content_slide .row .col-img {
  position: relative;
  -ms-flex-preferred-size: 392px;
  flex-basis: 392px;
  max-width: 392px;
  order: 2;
}
@media screen and (max-width: 992px) {
  #section_impact_slide .content_slide .row .col-img {
    order: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: -20px;
    text-align: center;
  }
}
#section_impact_slide .content_slide .row .col-img img {
  width: 392px;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  #section_impact_slide .content_slide .row .col-img img {
    width: 230px;
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  #section_impact_slide .content_slide .row .col-img img {
    width: 150px;
    height: auto;
  }
}
#section_impact_slide .content_slide .row .col-text {
  position: relative;
  -ms-flex-preferred-size: 520px;
  flex-basis: 520px;
  max-width: 520px;
  order: 1;
  align-self: flex-start !important;
  padding-top: 80px;
}
@media screen and (max-width: 992px) {
  #section_impact_slide .content_slide .row .col-text {
    order: 2;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 0px;
    align-self: auto;
  }
}
#section_impact_slide .content_slide .row .col-text .text_inside {
  text-align: center;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  #section_impact_slide .content_slide .row .col-text .text_inside {
    margin-top: 20px;
  }
}
#section_impact_slide .content_slide .row .col-text .text_inside p.quote {
  font-size: 29px;
  color: #ffffff;
  font-weight: 300;
  font-style: italic;
  line-height: initial;
  text-align: center;
  max-width: 426px;
  display: inline-block;
  position: relative;
  padding: 60px 40px 40px 40px;
}
@media screen and (max-width: 992px) {
  #section_impact_slide .content_slide .row .col-text .text_inside p.quote {
    text-align: center;
    font-size: 20px;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  #section_impact_slide .content_slide .row .col-text .text_inside p.quote {
    text-align: center;
  }
}
#section_impact_slide .content_slide .row .col-text .text_inside p.quote:before {
  content: "\e964";
  font-family: 'start' !important;
  color: #ffffff;
  font-size: 44px;
  top: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 992px) {
  #section_impact_slide .content_slide .row .col-text .text_inside p.quote:before {
    font-size: 25px;
  }
}
#section_impact_slide .content_slide .row .col-text .text_inside p.quote:after {
  content: "\e957";
  font-family: 'start' !important;
  color: #ffffff;
  font-size: 35px;
  bottom: 0;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 992px) {
  #section_impact_slide .content_slide .row .col-text .text_inside p.quote:after {
    font-size: 15px;
  }
}
#section_impact_slide .content_slide .row .col-text .text_inside p.text {
  font-size: 16px;
  color: #000000;
}
#section_impact_slide .content_slide .row .col-text .text_inside p.sign {
  font-size: 20px;
  color: #ffffff;
}
#section_impact_slide .content_slide .row .col-text .text_inside p.sign span {
  font-weight: bold;
}
#section_impact_slide .carousel-item {
  padding: 40px 0 40px 0;
}
#section_impact_slide .carousel-item .container {
  max-width: 950px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 992px) {
  #section_impact_slide .carousel-item .container {
    max-width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #section_impact_slide .carousel-item .container {
    max-width: 90%;
    padding: 0;
  }
}
#section_impact_slide .carousel-control-next {
  background: transparent;
  border: none;
  z-index: 3;
  opacity: 1;
  justify-content: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  #section_impact_slide .carousel-control-next {
    align-items: flex-start;
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: flex-start;
    /* Safari 7.0+ */
    justify-content: flex-end;
    padding: 0 !important;
  }
}
#section_impact_slide .carousel-control-next .carousel-control-next-icon {
  width: 59px;
  height: 110px;
  background: #DC002E;
  position: relative;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section_impact_slide .carousel-control-next .carousel-control-next-icon:before {
  content: "\e95f";
  color: #ffffff;
  font-size: 30px;
  font-family: 'start' !important;
}
@media screen and (max-width: 992px) {
  #section_impact_slide .carousel-control-next .carousel-control-next-icon:before {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  #section_impact_slide .carousel-control-next .carousel-control-next-icon {
    top: 160px;
    width: 39px;
    height: 70px;
  }
}
#section_impact_slide .carousel-control-prev {
  background: transparent;
  border: none;
  z-index: 3;
  opacity: 1;
  justify-content: flex-start;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  #section_impact_slide .carousel-control-prev {
    align-items: flex-start;
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: flex-start;
    /* Safari 7.0+ */
    justify-content: flex-start;
    padding: 0 !important;
  }
}
#section_impact_slide .carousel-control-prev .carousel-control-prev-icon {
  width: 59px;
  height: 110px;
  background: #DC002E;
  position: relative;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section_impact_slide .carousel-control-prev .carousel-control-prev-icon:before {
  content: "\e95b";
  color: #ffffff;
  font-size: 30px;
  font-family: 'start' !important;
}
@media screen and (max-width: 992px) {
  #section_impact_slide .carousel-control-prev .carousel-control-prev-icon:before {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  #section_impact_slide .carousel-control-prev .carousel-control-prev-icon {
    width: 39px;
    height: 70px;
    top: 160px;
  }
}
#section_impact_slide .carousel-indicators {
  z-index: 3;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 992px) {
  #section_impact_slide .carousel-indicators {
    z-index: 3;
    top: auto;
  }
}
@media screen and (max-width: 576px) {
  #section_impact_slide .carousel-indicators {
    z-index: 3;
  }
}
#section_impact_slide .carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  border: none;
  border-radius: 50% !important;
  background-color: #ffffff;
  opacity: 1;
  margin: 0 5px;
  transition: all 0.3s ease;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background-clip: padding-box;
}
#section_impact_slide .carousel-indicators button.active {
  opacity: 1;
  background-color: #DC002E;
  width: 12px !important;
}
#section_iam {
  background: #ffffff;
  padding: 3rem;
  position: relative;
  z-index: 2;
}
#section_iam .header_section {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 30px;
}
#section_iam .header_section h2 {
  color: #8E2B35;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  #section_iam .header_section h2 {
    font-size: 30px;
    line-height: initial;
  }
}
#section_iam .header_section p {
  font-size: 22px;
}
@media screen and (max-width: 992px) {
  #section_iam .header_section p {
    font-size: 16px;
    line-height: initial;
  }
}
#section_iam .content_section .container {
  width: 100%;
  max-width: 960px;
}
#section_iam .content_section .container .row {
  flex-wrap: wrap;
  justify-content: center;
}
#section_iam .content_section .container .row .col {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  margin-right: 0px;
  text-align: center;
  margin-bottom: 30px;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #section_iam .content_section .container .row .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section_iam .content_section .item {
  display: inline-block;
  width: 100%;
}
#section_iam .content_section .item .illustration {
  width: 460px;
  height: 300px;
}
@media screen and (max-width: 992px) {
  #section_iam .content_section .item .illustration {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  #section_iam .content_section .item .illustration {
    width: 100%;
    height: 150px;
  }
}
#section_iam .content_section .item .illustration .img:after {
  content: "\e95e";
  top: 0;
  right: 0;
  color: #ffffff;
  position: absolute;
  font-family: 'start' !important;
  width: 49px;
  height: 49px;
  background: #DC002E;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  #section_iam .content_section .item .illustration .img:after {
    width: 39px;
    height: 39px;
  }
}
#section_iam .content_section .item a {
  font-size: 22px;
  color: #8E2B35;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #section_iam .content_section .item a {
    font-size: 16px;
  }
}
#section_iam .content_section .item a span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#section_iam .content_section .item a:hover {
  color: #DC002E;
}
#section_contact {
  background: #ffffff;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}
#section_contact .header_section {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 30px;
}
#section_contact .header_section h2 {
  color: #8E2B35;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  #section_contact .header_section h2 {
    font-size: 30px;
    line-height: initial;
  }
}
#section_contact .header_section p {
  font-size: 22px;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  #section_contact .header_section p {
    font-size: 16px;
    line-height: initial;
  }
}
#section_contact .content_section .container {
  width: 100%;
  max-width: 1140px;
}
#section_contact .content_section .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  #section_contact .content_section .row {
    justify-content: flex-start;
  }
}
#section_contact .content_section .row .col {
  -ms-flex-preferred-size: 510px;
  flex-basis: 510px;
  max-width: 510px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1050px) {
  #section_contact .content_section .row .col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 992px) {
  #section_contact .content_section .row .col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 760px) {
  #section_contact .content_section .row .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section_contact .content_section .item {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  #section_contact .content_section .item {
    flex-direction: column;
  }
}
#section_contact .content_section .item .illustration {
  flex: 0 0 162px;
  width: 162px;
  height: 162px;
  overflow: hidden;
}
#section_contact .content_section .item .illustration .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#section_contact .content_section .item .text {
  flex: 1;
  padding: 20px;
}
@media screen and (max-width: 760px) {
  #section_contact .content_section .item .text {
    text-align: center;
    width: 100%;
  }
}
#section_contact .content_section .item .text p {
  margin: 0;
}
#section_contact .content_section .item .text .who {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
#section_contact .content_section .item .text .who .name {
  font-size: 30px;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 992px) {
  #section_contact .content_section .item .text .who .name {
    font-size: 20px;
  }
}
#section_contact .content_section .item .text .who .job {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  color: #000000;
}
@media screen and (max-width: 992px) {
  #section_contact .content_section .item .text .who .job {
    font-size: 18px;
  }
}
#section_contact .content_section .item .text .contact {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  position: relative;
}
#section_contact .content_section .item .text .contact:before {
  width: 124px;
  height: 1px;
  background: #000000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 760px) {
  #section_contact .content_section .item .text .contact:before {
    left: 50%;
    margin-left: -62px;
  }
}
#section_contact .content_section .item .text .contact .mail {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  word-break: break-all;
  color: #8E2B35;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  #section_contact .content_section .item .text .contact .mail {
    font-size: 16px;
  }
}
#section_projects_slide {
  background: #8E2B35;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}
#section_projects_slide .header_section {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 30px;
}
#section_projects_slide .header_section h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  #section_projects_slide .header_section h2 {
    font-size: 30px;
    line-height: initial;
  }
}
#section_projects_slide .header_section p {
  font-size: 22px;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  #section_projects_slide .header_section p {
    font-size: 16px;
    line-height: initial;
  }
}
#section_projects_slide .content_section * {
  box-sizing: border-box;
}
#section_projects_slide .content_section .container {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  #section_projects_slide .content_section .container {
    max-width: 100%;
    padding: 0;
  }
}
#section_projects_slide .content_section .slider_container .slick-arrow {
  display: block !important;
  z-index: 10;
}
#section_projects_slide .content_section .slider_container .slick-dots {
  display: block !important;
  bottom: -30px;
}
#section_projects_slide .content_section .card_item {
  background: #ffffff;
  display: flex !important;
  flex-direction: column;
  outline: none;
  margin: 0 15px;
}
@media screen and (max-width: 992px) {
  #section_projects_slide .content_section .card_item {
    width: 299px;
  }
}
#section_projects_slide .content_section .card_item .illustration {
  width: 100%;
  height: 299px;
  position: relative;
}
#section_projects_slide .content_section .card_item .illustration .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#section_projects_slide .content_section .card_item .illustration .img:after {
  content: "\e95f";
  bottom: 0;
  right: 0;
  color: #ffffff;
  position: absolute;
  font-family: 'start' !important;
  width: 49px;
  height: 49px;
  background: #DC002E;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  #section_projects_slide .content_section .card_item .illustration .img:after {
    display: none;
  }
}
#section_projects_slide .content_section .card_item .text_content {
  padding: 20px;
  height: 200px;
  overflow: hidden;
}
#section_projects_slide .content_section .card_item .text_content .categorie {
  background: #DC002E;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  padding: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
#section_projects_slide .content_section .card_item .text_content h3 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: bold;
}
#section_projects_slide .content_section .card_item .text_content p {
  font-size: 16px;
  margin: 0;
}
#section_projects_slide .slick-next {
  width: 45px;
  height: 45px;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  #section_projects_slide .slick-next {
    background: #DC002E;
    width: 39px;
    height: 70px;
  }
}
#section_projects_slide .slick-next:before {
  font-size: 45px !important;
  color: #ffffff;
  opacity: 1;
  content: "\e90a" !important;
  font-family: 'start' !important;
}
@media screen and (max-width: 992px) {
  #section_projects_slide .slick-next:before {
    font-size: 20px !important;
  }
}
#section_projects_slide .slick-prev {
  width: 45px;
  height: 45px;
  z-index: 10;
  left: -45px;
}
@media screen and (max-width: 992px) {
  #section_projects_slide .slick-prev {
    background: #DC002E;
    width: 39px;
    height: 70px;
    left: 0;
  }
}
#section_projects_slide .slick-prev:before {
  font-size: 45px !important;
  color: #ffffff;
  opacity: 1;
  content: "\e905" !important;
  font-family: 'start' !important;
}
@media screen and (max-width: 992px) {
  #section_projects_slide .slick-prev:before {
    font-size: 20px !important;
  }
}
#section_projects_slide .slick-next {
  right: -45px;
}
@media screen and (max-width: 992px) {
  #section_projects_slide .slick-next {
    right: 0;
  }
}
#section_projects_slide .slick-dots {
  bottom: -50px !important;
}
#section_projects_slide .slick-dots li button:before {
  color: #ffffff;
  opacity: 1;
  font-size: 12px;
}
#section_projects_slide .slick-dots li.slick-active button:before {
  color: #DC002E;
}
@media screen and (max-width: 992px) {
  #section_projects_slide .content_slider_section .slider_container {
    padding: 0 30px;
  }
  #section_projects_slide .content_slider_section .slider_container .card_item {
    margin: 0;
  }
  #section_projects_slide .content_slider_section .slider_container .card_item .text_content h3 {
    font-size: 18px;
  }
  #section_projects_slide .content_slider_section .slider_container .card_item .text_content p {
    font-size: 14px;
  }
}
#section_search_projects {
  background: #8E2B35;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}
#section_search_projects .header_section {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 30px;
}
#section_search_projects .header_section h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  #section_search_projects .header_section h2 {
    font-size: 30px;
    line-height: initial;
  }
}
#section_search_projects .header_section p {
  font-size: 22px;
}
@media screen and (max-width: 992px) {
  #section_search_projects .header_section p {
    font-size: 16px;
    line-height: initial;
  }
}
#section_search_projects .header_search form {
  width: 100%;
}
#section_search_projects .header_search .filters {
  max-width: 835px;
  height: auto;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  #section_search_projects .header_search .filters {
    flex-direction: column;
    align-items: center;
  }
}
#section_search_projects .header_search .filters .form-select {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0 5px;
  font-size: 14px;
  min-width: 260px;
  width: 260px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 992px) {
  #section_search_projects .header_search .filters .form-select {
    margin-bottom: 10px !important;
  }
}
#section_search_projects .header_search .filters .form-select.thematique {
  min-width: 185px;
  width: 185px;
}
@media screen and (max-width: 992px) {
  #section_search_projects .header_search .filters .form-select.thematique {
    min-width: 260px;
    width: 260px;
  }
}
#section_search_projects .header_search .filters .form-select.categorie {
  min-width: 211px;
  width: 211px;
}
@media screen and (max-width: 992px) {
  #section_search_projects .header_search .filters .form-select.categorie {
    min-width: 260px;
    width: 260px;
  }
}
#section_search_projects .header_search .filters .form-select.localisation {
  min-width: 230px;
  width: 230px;
}
@media screen and (max-width: 992px) {
  #section_search_projects .header_search .filters .form-select.localisation {
    min-width: 260px;
    width: 260px;
  }
}
#section_search_projects .header_search .filters .select-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
#section_search_projects .header_search .filters .select-icon-wrapper .picto {
  position: absolute;
  left: 15px;
  z-index: 5;
  pointer-events: none;
  color: #000;
  font-size: 15px;
  top: 10px;
  margin-top: 0;
}
#section_search_projects .header_search .filters .select-icon-wrapper .form-select-lg {
  padding-left: 28px;
}
#section_search_projects .header_search .filters .btn {
  background-color: #FF5659;
  font-size: 16px;
  height: 40px;
  padding: 0 30px;
  margin-left: 10px;
}
#section_search_projects .header_search .filters .btn:hover {
  background: #DC002E;
}
#section_search_projects .content_section * {
  box-sizing: border-box;
}
#section_search_projects .content_section .container {
  max-width: 970px;
  margin: 0 auto;
  width: 100%;
}
#section_search_projects .content_section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
#section_search_projects .content_section .col {
  flex: 0 0 300px;
  max-width: 300px;
  margin: 0 10px 20px 10px;
  padding: 0;
}
#section_search_projects .content_section .card_item {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#section_search_projects .content_section .card_item .illustration {
  width: 100%;
  height: 300px;
  position: relative;
}
#section_search_projects .content_section .card_item .illustration .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
#section_search_projects .content_section .card_item .illustration .img:after {
  content: "\e95f";
  bottom: 0;
  right: 0;
  color: #ffffff;
  position: absolute;
  font-family: 'start' !important;
  width: 49px;
  height: 49px;
  background: #DC002E;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section_search_projects .content_section .card_item .text_content {
  padding: 20px;
  height: 200px;
  overflow: hidden;
}
#section_search_projects .content_section .card_item .text_content .categorie {
  background: #DC002E;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  padding: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
#section_search_projects .content_section .card_item .text_content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
#section_search_projects .content_section .card_item .text_content p {
  font-size: 16px;
  margin: 0;
}
.search_pager {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.search_pager .pagination {
  border: none;
  align-items: center;
}
.search_pager .pagination .page-item {
  margin: 0 15px;
}
.search_pager .pagination .page-item .page-link {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 992px) {
  .search_pager .pagination .page-item .page-link {
    font-size: 16px;
  }
}
.search_pager .pagination .page-item .page-link:hover,
.search_pager .pagination .page-item .page-link:focus {
  background: transparent;
  color: #ffffff;
  box-shadow: none;
}
.search_pager .pagination .page-item.active .page-link,
.search_pager .pagination .page-item:hover .page-link {
  color: #DC002E;
  position: relative;
  background: transparent;
  text-decoration: underline;
}
.search_pager .pagination .page-item:first-child .page-link:hover,
.search_pager .pagination .page-item:last-child .page-link:hover {
  text-decoration: none;
}
#section-free-content2 {
  height: auto;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 992px) {
  #section-free-content2 .container_modules {
    padding: 0;
    max-width: 90%;
  }
}
#section-free-content2 .module {
  margin-bottom: 20px;
}
#section-free-content2 .content-section .display-2 {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}
#section-free-content2 .content-section .content-content {
  display: inline-block;
  width: 100%;
  position: relative;
}
#section-free-content2 .content-section #fixed_menu {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding-top: 30px;
}
@media screen and (max-width: 992px) {
  #section-free-content2 .content-section #fixed_menu {
    background: #F8F9FA;
    padding: 20px;
    margin-top: 20px;
  }
}
#section-free-content2 .content-section #fixed_menu a {
  color: #000000;
  font-size: 14px;
  text-align: left;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  position: relative;
  border-right: 1px solid #707070;
}
@media screen and (max-width: 992px) {
  #section-free-content2 .content-section #fixed_menu a {
    border-left: 1px solid #000000;
    border-right: none;
    padding-left: 20px !important;
  }
}
#section-free-content2 .content-section #fixed_menu a.active {
  background: transparent;
  border-right: 1px solid #000000;
  font-weight: bold;
  color: #DC002E;
}
@media screen and (max-width: 992px) {
  #section-free-content2 .content-section #fixed_menu a.active {
    border-left: 1px solid #000000;
    border-right: none;
  }
}
#section-free-content2 .content-section #fixed_menu a.active:after {
  content: "";
  width: 3px;
  background: #DC002E;
  top: 0;
  right: -2px;
  position: absolute;
  height: 100%;
}
@media screen and (max-width: 992px) {
  #section-free-content2 .content-section #fixed_menu a.active:after {
    right: auto;
    left: -2px;
  }
}
#section-free-content2 .content-section .scroll-content {
  padding-left: 20px;
  padding-top: 30px;
}
@media screen and (max-width: 992px) {
  #section-free-content2 .content-section .scroll-content {
    padding-left: 0;
  }
}
#section-free-content2 .content-section .scroll-content img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  #section-free-content2 .content-section .col-fixed-menu {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  #section-free-content2 .content-section .col-scroll-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section-free-content2.no_fixed_menu .row {
  justify-content: center;
}
#section-free-content2.no_fixed_menu .row .col-title .col-inside {
  padding-left: 0 !important;
}
#section-free-content2.no_fixed_menu .scroll-content {
  padding-left: 0 !important;
}
#section-free-content2 .breadcrumb {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
#section-free-content2 .breadcrumb .breadcrumb-item {
  background: #F8F9FA;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  color: #000000;
}
#section-free-content2 .breadcrumb .breadcrumb-item a {
  color: #000000;
}
#section-free-content2 .breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
#section-free-content2 .breadcrumb .breadcrumb-item.active {
  font-weight: bold;
}
#section_enjeux {
  background: #ffffff;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}
#section_enjeux .header_section {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 30px;
}
#section_enjeux .header_section h2 {
  color: #DC002E;
  font-size: 66px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  #section_enjeux .header_section h2 {
    font-size: 40px;
    line-height: initial;
  }
}
#section_enjeux .header_section p {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  #section_enjeux .header_section p {
    font-size: 16px;
    line-height: initial;
  }
}
#section_enjeux .content_section .container {
  width: 100%;
  max-width: 760px;
}
@media screen and (max-width: 992px) {
  #section_enjeux .content_section .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 992px) {
  #section_enjeux .content_section .container .row {
    justify-content: center;
  }
}
#section_enjeux .content_section .container .row .col {
  -ms-flex-preferred-size: 240px;
  flex-basis: 240px;
  max-width: 240px;
  margin-right: 20px;
  background: #8E2B35;
  align-items: center;
  display: flex;
  justify-content: center;
}
#section_enjeux .content_section .container .row .col:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 992px) {
  #section_enjeux .content_section .container .row .col {
    margin-bottom: 20px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    background: transparent;
  }
}
#section_enjeux .content_section .container .row .col.red {
  background: #DC002E;
}
@media screen and (max-width: 992px) {
  #section_enjeux .content_section .container .row .col.red {
    background: transparent;
  }
  #section_enjeux .content_section .container .row .col.red .item {
    background: #DC002E;
  }
}
#section_enjeux .content_section .item {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  #section_enjeux .content_section .item {
    background: #8E2B35;
  }
}
#section_enjeux .content_section .item p {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  padding: 30px;
  line-height: initial;
  color: #ffffff;
}
#section_enjeux .content_section .item p span {
  width: 100%;
  display: inline-block;
  font-weight: bold;
  font-size: 44px;
  line-height: 38px;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  #section_enjeux .content_section .item p span {
    font-size: 30px;
  }
}
#section_action {
  background: #ffffff;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}
#section_action .header_section {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 30px;
}
#section_action .header_section .container {
  width: 100%;
  max-width: 760px;
}
@media screen and (max-width: 992px) {
  #section_action .header_section .container {
    max-width: 90%;
  }
}
#section_action .header_section .container .row .col.col-left {
  flex: 0 0 240px;
}
@media screen and (max-width: 992px) {
  #section_action .header_section .container .row .col.col-left {
    text-align: center;
    flex: 0 0 100%;
  }
}
#section_action .header_section .container .row .col.col-right {
  flex: 1;
}
#section_action .header_section h2 {
  color: #DC002E;
  font-size: 66px;
  font-weight: bold;
  line-height: 60px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  #section_action .header_section h2 {
    font-size: 40px;
    line-height: initial;
    text-align: center;
  }
  #section_action .header_section h2 br {
    display: none;
  }
}
#section_action .header_section p {
  font-size: 20px;
  font-weight: normal;
  text-transform: none;
  text-align: left;
  margin-bottom: 0;
}
#section_action .header_section p span {
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  #section_action .header_section p {
    line-height: initial;
    font-size: 18px;
    text-align: center;
  }
}
#section_action .content_section .container {
  width: 100%;
  max-width: 760px;
}
@media screen and (max-width: 992px) {
  #section_action .content_section .container {
    max-width: 90%;
  }
}
#section_action .content_section .container .row .col.col-left {
  flex: 0 0 240px;
}
@media screen and (max-width: 992px) {
  #section_action .content_section .container .row .col.col-left {
    flex: 0 0 100%;
  }
}
#section_action .content_section .container .row .col.col-right {
  flex: 1;
}
@media screen and (max-width: 992px) {
  #section_action .content_section .container .row .col.col-right {
    flex: 0 0 100%;
  }
}
#section_action .content_section .container .row .col.col-right ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#section_action .content_section .container .row .col.col-right ul li {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  #section_action .content_section .container .row .col.col-right ul li {
    align-items: flex-start;
  }
}
#section_action .content_section .container .row .col.col-right ul li:before {
  content: "\e95f";
  color: #8E2B35;
  font-family: 'start' !important;
  width: 49px;
  height: 49px;
  background: #F9F9F1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 49px;
  margin-right: 20px;
}
@media screen and (max-width: 992px) {
  #section_action .content_section .container .row .col.col-right ul li:before {
    width: 20px;
    height: 20px;
    font-size: 10px;
    margin-right: 10px;
    flex: 0 0 20px;
    position: relative;
    top: 6px;
  }
}
#section_action .content_section .container .row .col.col-right ul li p {
  font-size: 18px;
  text-align: left;
  margin-bottom: 0;
}
#section_action .content_section .container .row .col.col-right ul li p span {
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  #section_action .content_section .container .row .col.col-right ul li p {
    font-size: 16px;
  }
}
#section_video_project {
  background: #ffffff;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  #section_video_project {
    font-size: 20px;
    background: #8E2B35;
  }
}
#section_video_project .content_section .container {
  width: 100%;
  max-width: 960px;
}
@media screen and (max-width: 992px) {
  #section_video_project .content_section .container {
    padding: 0;
    max-width: 90%;
  }
}
#section_video_project .content_section .container .module_video_block {
  padding: 2rem 4rem;
}
@media screen and (max-width: 992px) {
  #section_video_project .content_section .container .module_video_block {
    padding: 2rem 0;
  }
}
#section_video_project .content_section .container .module_video_block .header_module h2 {
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  #section_video_project .content_section .container .module_video_block .header_module h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  #section_video_project .content_section .container .module_video_block .content_module .infos {
    text-align: center;
    font-size: 16px;
    max-width: 90%;
  }
}
#section_nos_besoins {
  background: #ffffff;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
  min-height: 800px;
  height: 800px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  #section_nos_besoins {
    min-height: auto;
    height: auto;
    flex-direction: column;
  }
}
#section_nos_besoins .illustration {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 992px) {
  #section_nos_besoins .illustration {
    position: relative;
    height: 277px;
  }
}
@media screen and (max-width: 992px) {
  #section_nos_besoins .content_section {
    background: #DC002E;
  }
}
#section_nos_besoins .content_section .container {
  width: 100%;
  max-width: 1140px;
}
@media screen and (max-width: 992px) {
  #section_nos_besoins .content_section .container {
    max-width: 90%;
  }
}
#section_nos_besoins .content_section .container .row {
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #section_nos_besoins .content_section .container .row {
    margin: 0;
    padding: 0;
  }
}
#section_nos_besoins .content_section .container .row .col {
  -ms-flex-preferred-size: 480px;
  flex-basis: 480px;
  max-width: 480px;
}
@media screen and (max-width: 992px) {
  #section_nos_besoins .content_section .container .row .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section_nos_besoins .content_section .container .row .col .item {
  width: 100%;
  height: auto;
  background: #DC002E;
  padding: 30px;
}
@media screen and (max-width: 992px) {
  #section_nos_besoins .content_section .container .row .col .item {
    width: 100%;
    height: auto;
    background: #DC002E;
    padding: 30px 0;
    box-sizing: border-box;
  }
}
#section_nos_besoins .content_section .container .row .col .item h2 {
  color: #ffffff;
  font-size: 66px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  #section_nos_besoins .content_section .container .row .col .item h2 {
    font-size: 40px;
    line-height: initial;
  }
}
#section_nos_besoins .content_section .container .row .col .item p {
  color: #ffffff;
}
#section_notre_impact {
  background: #ffffff;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}
#section_notre_impact .header_section {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 30px;
}
#section_notre_impact .header_section .container {
  width: 100%;
  max-width: 760px;
}
@media screen and (max-width: 992px) {
  #section_notre_impact .header_section .container {
    max-width: 90%;
  }
}
#section_notre_impact .header_section .container .row .col.col-left {
  flex: 0 0 240px;
}
@media screen and (max-width: 992px) {
  #section_notre_impact .header_section .container .row .col.col-left {
    text-align: center;
    flex: 0 0 100%;
  }
}
#section_notre_impact .header_section .container .row .col.col-right {
  flex: 1;
}
@media screen and (max-width: 992px) {
  #section_notre_impact .header_section .container .row .col.col-right .row {
    justify-content: center;
  }
}
#section_notre_impact .header_section .container .row .col.col-right .row .col {
  -ms-flex-preferred-size: 240px;
  flex-basis: 240px;
  max-width: 240px;
  margin-left: 20px;
  background: #F9F9F1;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  #section_notre_impact .header_section .container .row .col.col-right .row .col {
    margin-bottom: 20px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    background: transparent;
  }
}
#section_notre_impact .header_section h2 {
  color: #DC002E;
  font-size: 66px;
  font-weight: bold;
  line-height: 60px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  #section_notre_impact .header_section h2 {
    font-size: 40px;
    line-height: initial;
    text-align: center;
  }
  #section_notre_impact .header_section h2 br {
    display: none;
  }
}
#section_notre_impact .header_section p {
  font-size: 20px;
  font-weight: normal;
  text-transform: none;
  text-align: left;
  margin-bottom: 0;
}
#section_notre_impact .header_section p span {
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  #section_notre_impact .header_section p {
    line-height: initial;
    font-size: 18px;
    text-align: center;
  }
}
#section_notre_impact .item {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  #section_notre_impact .item {
    background: #F9F9F1;
  }
}
#section_notre_impact .item p {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  padding: 30px;
  line-height: initial;
  color: #000000;
}
#section_notre_impact .item p span {
  width: 100%;
  display: inline-block;
  font-weight: bold;
  font-size: 44px;
  line-height: 38px;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  #section_notre_impact .item p span {
    font-size: 30px;
  }
}
#section_free_content {
  background: #ffffff;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}
#section_free_content .header_section h2 {
  color: #DC002E;
  font-size: 66px;
  font-weight: bold;
  line-height: 60px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  #section_free_content .header_section h2 {
    font-size: 40px;
    line-height: initial;
    text-align: center;
  }
  #section_free_content .header_section h2 br {
    display: none;
  }
}
#section_free_content .header_section .container {
  width: 100%;
  max-width: 760px;
}
@media screen and (max-width: 992px) {
  #section_free_content .header_section .container {
    max-width: 90%;
  }
}
#section_free_content .content_section .container {
  width: 100%;
  max-width: 760px;
}
@media screen and (max-width: 992px) {
  #section_free_content .content_section .container {
    max-width: 90%;
  }
}
#section_temoignage {
  background: #ffffff;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}
#section_temoignage .header_section {
  text-align: center;
}
#section_temoignage .header_section h2 {
  color: #DC002E;
  font-size: 66px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #section_temoignage .header_section h2 {
    font-size: 40px;
    line-height: initial;
    text-align: center;
  }
  #section_temoignage .header_section h2 br {
    display: none;
  }
}
#section_temoignage .header_section .container {
  width: 100%;
  max-width: 760px;
}
@media screen and (max-width: 992px) {
  #section_temoignage .header_section .container {
    max-width: 90%;
  }
}
#section_temoignage .content_section .module {
  padding: 1rem 0;
}
#section_temoignage .content_section .container {
  width: 100%;
  max-width: 760px;
}
@media screen and (max-width: 992px) {
  #section_temoignage .content_section .container {
    max-width: 90%;
  }
}
#section_why {
  background: #8E2B35;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}
#section_why .header_section {
  text-align: center;
}
#section_why .header_section h2 {
  color: #ffffff;
  font-size: 66px;
  font-weight: bold;
  line-height: 60px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  #section_why .header_section h2 {
    font-size: 40px;
    line-height: initial;
    text-align: center;
  }
  #section_why .header_section h2 br {
    display: none;
  }
}
#section_why .header_section .container {
  width: 100%;
  max-width: 760px;
}
@media screen and (max-width: 992px) {
  #section_why .header_section .container {
    max-width: 90%;
  }
}
#section_why .content_section {
  color: #ffffff;
}
#section_why .content_section .container {
  width: 100%;
  max-width: 760px;
}
@media screen and (max-width: 992px) {
  #section_why .content_section .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 992px) {
  #section_why .content_section .row .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section_logos {
  padding: 3rem 0;
  background-color: #ffffff;
}
#section_logos .header_section h2 {
  color: #DC002E;
  font-size: 66px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  #section_logos .header_section h2 {
    font-size: 40px;
    line-height: initial;
  }
}
#section_logos .container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 992px) {
  #section_logos .container {
    padding: 0;
  }
}
#section_logos .slider-nav-arrows {
  display: block;
}
#section_logos .logo-icons {
  width: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 992) {
  #section_logos .logo-icons {
    padding: 0;
  }
}
#section_logos .logo-icons .logos_carousel .item {
  width: 168px;
  margin: 0 10px;
  text-align: center;
  background: #ffffff;
}
#section_logos .logo-icons .logos_carousel .item .illustration {
  width: 168px;
  height: 168px;
  object-fit: contain;
  display: block;
  border: 1px solid #000000;
}
@media screen and (max-width: 992px) {
  #section_logos .logo-icons .logos_carousel .item .illustration {
    padding: 0;
  }
}
#section_logos .logo-icons .logos_carousel .item .illustration .img {
  background-size: contain;
}
#section_logos .slick-next {
  width: 45px;
  height: 45px;
  z-index: 10;
  right: -45px;
}
@media screen and (max-width: 992px) {
  #section_logos .slick-next {
    background: #DC002E;
    width: 39px;
    height: 70px;
    right: 0;
  }
}
#section_logos .slick-next:before {
  font-size: 30px !important;
  color: #000000;
  opacity: 1;
  content: "\e90a" !important;
  font-family: 'start' !important;
}
@media screen and (max-width: 992px) {
  #section_logos .slick-next:before {
    font-size: 20px !important;
    color: #ffffff;
  }
}
#section_logos .slick-prev {
  width: 45px;
  height: 45px;
  z-index: 10;
  left: -45px;
}
@media screen and (max-width: 992px) {
  #section_logos .slick-prev {
    background: #DC002E;
    width: 39px;
    height: 70px;
    left: 0;
  }
}
#section_logos .slick-prev:before {
  font-size: 30px !important;
  color: #000000;
  opacity: 1;
  content: "\e905" !important;
  font-family: 'start' !important;
}
@media screen and (max-width: 992px) {
  #section_logos .slick-prev:before {
    font-size: 20px !important;
    color: #ffffff;
  }
}
#section_logos .slick-dots {
  bottom: -50px !important;
  display: none !important;
}
#section_logos .slick-dots li button:before {
  color: #ffffff;
  opacity: 1;
  font-size: 12px;
}
#section_logos .slick-dots li.slick-active button:before {
  color: #DC002E;
}
#section_links {
  background: #ffffff;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}
#section_links .header_section {
  text-align: center;
}
#section_links .header_section h2 {
  color: #000000;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  #section_links .header_section h2 {
    font-size: 30px;
    line-height: initial;
  }
}
#section_links .header_section .container {
  width: 100%;
  max-width: 760px;
}
@media screen and (max-width: 992px) {
  #section_links .header_section .container {
    max-width: 100%;
  }
}
#section_links .content_section .module {
  padding: 1rem 0;
}
#section_links .content_section .container {
  width: 100%;
  max-width: 760px;
}
/*--------------------------------------
  modules
--------------------------------------*/
.module_free_text {
  /* --- Éléments de Titres (H1-H6) --- */
  /* --- Paragraphes et alignements standards WP --- */
  /* --- Spans de style (remplaçant les <b>) --- */
  /* --- Listes (UL / LI) --- */
  /* Simulation d'une liste libre où l'utilisateur met en gras le début */
  /* Style spécifique pour tes indicateurs (ex: 58%) */
  /* --- Citations (Blockquote / Quote) --- */
  /* --- Blocs Images et Médias --- */
  /* Image 100% centrée (Comportement WP "Large") */
  /* Simulation Média & Texte (Image gauche/droite) */
  /* Inversion (Image à gauche via Bootstrap ou classe manuelle) */
  /* --- Responsive mobile --- */
}
.module_free_text .container {
  max-width: 760px;
}
@media screen and (max-width: 992px) {
  .module_free_text .container {
    max-width: 90%;
  }
}
.module_free_text h1,
.module_free_text h2,
.module_free_text h3,
.module_free_text h4,
.module_free_text h5,
.module_free_text h6 {
  color: #DC002E;
}
.module_free_text h1,
.module_free_text h2,
.module_free_text h3,
.module_free_text h4,
.module_free_text h5,
.module_free_text h6 {
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.module_free_text h1 {
  font-size: 2.5rem;
}
.module_free_text h2 {
  font-size: 2rem;
}
.module_free_text h3 {
  font-size: 1.75rem;
}
.module_free_text p {
  line-height: 1.6;
  margin-bottom: 1rem;
}
.module_free_text .text-center {
  text-align: center !important;
}
.module_free_text .text-right {
  text-align: right !important;
}
.module_free_text .text-left {
  text-align: left !important;
}
.module_free_text .bold {
  font-weight: bold;
}
.module_free_text .text-red {
  color: #DC002E;
}
.module_free_text ul.wp-block-list {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.module_free_text ul.wp-block-list li {
  margin-bottom: 0.5rem;
  color: #000000;
}
.module_free_text ul.wp-block-list li span.bold {
  color: #DC002E;
  margin-right: 5px;
}
.module_free_text blockquote,
.module_free_text .wp-block-quote {
  border-left: 5px solid #DC002E;
  padding: 1rem 2rem;
  margin: 2rem 0;
  font-style: italic;
  background-color: #f9f9f9;
  /* Optionnel : léger fond pour détacher la citation */
}
.module_free_text blockquote p,
.module_free_text .wp-block-quote p {
  font-size: 1.25rem;
  color: #000000;
  margin-bottom: 0;
}
.module_free_text blockquote cite,
.module_free_text .wp-block-quote cite {
  display: block;
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.5rem;
  font-style: normal;
}
.module_free_text .wp-block-image {
  margin: 2rem 0;
  text-align: center;
}
.module_free_text .wp-block-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.module_free_text .wp-block-media-text {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  align-items: flex-start;
}
.module_free_text .wp-block-media-text__media {
  flex: 1;
}
.module_free_text .wp-block-media-text__content {
  flex: 1;
}
.module_free_text .flex-row-reverse .wp-block-media-text__content {
  text-align: left;
}
@media (max-width: 768px) {
  .module_free_text .wp-block-media-text {
    flex-direction: column !important;
  }
  .module_free_text h1 {
    font-size: 1.8rem;
  }
  .module_free_text h2 {
    font-size: 1.5rem;
  }
}
.module_free_text .free_user_block {
  margin-bottom: 40px;
}
.module_video_block {
  background: #8E2B35;
  padding: 3rem 2rem;
}
@media screen and (max-width: 992px) {
  .module_video_block {
    padding: 3rem 0;
  }
}
.module_video_block .container {
  max-width: 760px;
}
@media screen and (max-width: 992px) {
  .module_video_block .container {
    max-width: 90%;
  }
}
.module_video_block .header_module {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.module_video_block .header_module h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
.module_video_block .header_module p {
  color: #ffffff;
}
.module_video_block .infos {
  text-align: right;
  color: #ffffff;
  margin-top: 20px;
}
.module_video_block .infos p {
  margin-bottom: 0;
  color: #ffffff;
}
.module_video_block .infos span {
  font-weight: bold;
}
.module_temoignage {
  background: #ffffff;
  padding: 3rem 0;
}
.module_temoignage .container {
  max-width: 760px;
}
.module_temoignage .header_module {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.module_temoignage .header_module h2 {
  color: #DC002E;
}
.module_temoignage .header_module p {
  color: #000000;
}
.module_temoignage .header_module .deco_sound {
  width: 84px;
  height: auto;
}
.module_temoignage .infos {
  text-align: right;
  color: #ffffff;
  margin-top: 20px;
}
.module_temoignage .infos p {
  margin-bottom: 0;
  color: #ffffff;
}
.module_temoignage .infos span {
  font-weight: bold;
}
.module_temoignage .content_module blockquote {
  border-left: 0;
  font-size: 20px;
  font-weight: 100;
  background: none;
  margin: 0;
}
.module_temoignage .content_module .sign_2 {
  display: inline-block;
  width: 100%;
  padding: 0 2rem;
}
.module_temoignage .content_module .sign_2 P.sign {
  border-top: 1px solid #000000;
  display: inline-block;
  padding-top: 20px;
  width: 100%;
}
.module_temoignage .content_module p.sign {
  font-size: 16px;
  color: #000000;
  line-height: initial;
  margin-top: 20px;
}
.module_temoignage .content_module p.sign span {
  font-weight: bold;
}
.module_temoignage .content_module .row {
  align-items: center;
  justify-content: space-between;
}
.module_temoignage .content_module .row .col-img {
  position: relative;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
  order: 2;
}
@media screen and (max-width: 992px) {
  .module_temoignage .content_module .row .col-img {
    order: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: -20px;
    text-align: center;
  }
}
.module_temoignage .content_module .row .col-img .illustration {
  width: 280px;
  height: 365px;
}
.module_temoignage .content_module .row .col-img .illustration.video .img .picto {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 50px;
}
.module_temoignage .content_module .row .col-img img {
  width: 309px;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .module_temoignage .content_module .row .col-img img {
    width: 230px;
  }
}
@media screen and (max-width: 400px) {
  .module_temoignage .content_module .row .col-img img {
    width: 150px;
  }
}
.module_temoignage .content_module .row .col-text {
  position: relative;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
  order: 1;
  align-self: center !important;
}
@media screen and (max-width: 992px) {
  .module_temoignage .content_module .row .col-text {
    order: 2;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 0px;
    align-self: auto;
  }
}
.module_temoignage .content_module .row .col-text .text_inside {
  text-align: center;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .module_temoignage .content_module .row .col-text .text_inside {
    margin-top: 20px;
  }
}
.module_temoignage .content_module .row .col-text .text_inside p.quote {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  font-style: italic;
  line-height: initial;
  text-align: center;
  max-width: 426px;
  display: inline-block;
  position: relative;
  padding: 40px 40px 40px 40px;
}
@media screen and (max-width: 992px) {
  .module_temoignage .content_module .row .col-text .text_inside p.quote {
    font-size: 20px;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .module_temoignage .content_module .row .col-text .text_inside p.quote {
    text-align: center;
  }
}
.module_temoignage .content_module .row .col-text .text_inside p.quote:before {
  content: "\e964";
  font-family: 'start' !important;
  color: #DC002E;
  font-size: 34px;
  top: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .module_temoignage .content_module .row .col-text .text_inside p.quote:before {
    font-size: 25px;
  }
}
.module_temoignage .content_module .row .col-text .text_inside p.quote:after {
  content: "\e957";
  font-family: 'start' !important;
  color: #DC002E;
  font-size: 25px;
  bottom: 0;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .module_temoignage .content_module .row .col-text .text_inside p.quote:after {
    font-size: 15px;
  }
}
.module_temoignage .content_module .row .col-text .text_inside p.text {
  font-size: 16px;
  color: #000000;
}
.module_temoignage .content_module .row .col-text.text-only {
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
  max-width: 100% !important;
}
.module_temoignage .content_module .row .col-text.text-only .text_inside P.quote {
  max-width: 80%;
}
.module_temoignage .content_module .row .col-audio {
  position: relative;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  align-self: center !important;
}
@media screen and (max-width: 992px) {
  .module_temoignage .content_module .row .col-audio {
    padding-top: 0px;
    align-self: auto;
  }
}
.module_temoignage .content_module .row .col-audio .text_inside {
  text-align: center;
  width: 100%;
  display: inline-block;
  position: relative;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .module_temoignage .content_module .row .col-audio .text_inside {
    margin-top: 20px;
  }
}
.module_temoignage .content_module .row .col-audio .text_inside:before {
  content: "";
  background-image: url("../svg/sound.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 84px;
  height: 84px;
  position: absolute;
  left: 50%;
  margin-left: -42px;
  top: -40px;
}
.module_temoignage .content_module .row .col-audio .text_inside p.quote {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  font-style: italic;
  line-height: initial;
  text-align: center;
  max-width: 516px;
  display: inline-block;
  position: relative;
  padding: 40px 40px 0px 40px;
}
@media screen and (max-width: 992px) {
  .module_temoignage .content_module .row .col-audio .text_inside p.quote {
    font-size: 20px;
    padding: 40px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .module_temoignage .content_module .row .col-audio .text_inside p.quote {
    text-align: center;
  }
}
.module_temoignage .content_module .row .col-audio .text_inside p.quote:before {
  content: "\e964";
  font-family: 'start' !important;
  color: #DC002E;
  font-size: 34px;
  top: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .module_temoignage .content_module .row .col-audio .text_inside p.quote:before {
    font-size: 25px;
  }
}
.module_temoignage .content_module .row .col-audio .text_inside p.quote:after {
  content: "\e957";
  font-family: 'start' !important;
  color: #DC002E;
  font-size: 25px;
  bottom: -30px;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .module_temoignage .content_module .row .col-audio .text_inside p.quote:after {
    font-size: 15px;
  }
}
.module_temoignage .content_module .row .col-audio .text_inside p.text {
  font-size: 16px;
  color: #000000;
}
.module_temoignage .content_module .row .col-audio .audio {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module_ressources {
  background: #ffffff;
  padding: 3rem 2rem;
}
.module_ressources .container {
  max-width: 672px;
}
.module_ressources .header_module {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.module_ressources .header_module h2 {
  color: #DC002E;
  margin-bottom: 20px;
}
.module_ressources .header_module p {
  color: #000000;
}
.module_ressources .content_module {
  display: inline-block;
  width: 100%;
}
.module_ressources .content_module .row .col {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.module_ressources .download-file {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  padding: 1.5rem 1rem;
  background: #8E2B35;
  border-radius: 6px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-right: 5rem;
}
.module_ressources .download-file:hover {
  text-decoration: underline;
  background: #DC002E;
}
.module_ressources .download-file:after {
  content: "\e93e";
  font-family: 'start' !important;
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.module_ressources .download-file h4 {
  color: #ffffff;
  font-weight: bold !important;
  font-size: 20px;
  margin-bottom: 0 !important;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .module_ressources .download-file h4 {
    font-size: 16px;
  }
}
.module_ressources .download-file span {
  word-break: break-all;
  display: inline-block;
  font-weight: bold;
}
.module_links {
  background: #ffffff;
  padding: 3rem 2rem;
}
.module_links .container {
  max-width: 760px;
}
.module_links .header_module {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.module_links .header_module h2 {
  color: #DC002E;
  margin-bottom: 20px;
}
.module_links .header_module p {
  color: #000000;
}
.module_links .content_module {
  display: inline-block;
  width: 100%;
}
.module_links .content_module .row {
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .module_links .content_module .row {
    justify-content: center;
  }
}
.module_links .content_module .row .col {
  flex: 0 0 234px;
  max-width: 234px;
  margin-bottom: 10px;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .module_links .content_module .row .col {
    justify-content: center;
    -ms-flex-preferred-size: 234px;
    flex-basis: 234px;
    max-width: 234px;
    margin: 10px 10px;
  }
}
.module_links .content_module .row .col .card_item {
  background: #8E2B35;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.module_links .content_module .row .col .card_item .illustration {
  width: 234px;
  height: 234px;
  position: relative;
  float: left;
}
.module_links .content_module .row .col .card_item .illustration .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.module_links .content_module .row .col .card_item .illustration .img:after {
  content: "\e95e";
  top: 0;
  right: 0;
  color: #ffffff;
  position: absolute;
  font-family: 'start' !important;
  width: 49px;
  height: 49px;
  background: #FF5659;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.module_links .content_module .row .col .card_item .text_content {
  float: left;
  padding: 20px;
  height: 140px;
  overflow: hidden;
  background: #8E2B35;
  text-decoration: underline;
  font-weight: bold;
  color: #ffffff;
}
.module_faq {
  background: #ffffff;
  padding: 3rem 2rem;
}
.module_faq .container {
  max-width: 672px;
}
.module_faq .header_module {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.module_faq .header_module h2 {
  color: #DC002E;
  margin-bottom: 20px;
}
.module_faq .header_module p {
  color: #000000;
}
.module_faq .content_module .row .col {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.module_faq .content_module .accordion {
  max-width: 90%;
}
@media screen and (max-width: 992px) {
  .module_faq .content_module .accordion {
    max-width: 100%;
  }
}
.module_faq .content_module .accordion .accordion-collapse {
  background: #8E2B35;
}
.module_faq .content_module .accordion .accordion-collapse .accordion-body {
  font-size: 16px;
  color: #ffffff;
}
.module_faq .content_module .accordion .accordion-collapse .accordion-body ul li {
  list-style-type: square;
}
.module_faq .content_module .accordion .accordion-collapse .accordion-body ul li::marker {
  color: #DC002E;
}
.module_faq .content_module .accordion .accordion-item {
  border: none;
}
.module_faq .content_module .accordion h3 {
  margin-bottom: 0;
}
.module_faq .content_module .accordion h3 .accordion-button {
  background: #8E2B35;
  font-weight: bold;
  box-shadow: none !important;
  color: #ffffff;
  font-size: 20px;
}
.module_faq .content_module .accordion h3 .accordion-button span {
  max-width: 500px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .module_faq .content_module .accordion h3 .accordion-button span {
    font-size: 16px;
  }
}
.module_faq .content_module .accordion h3 .accordion-button:after {
  content: "\e966";
  font-family: 'start' !important;
  background: none;
  font-weight: normal;
}
.module_faq .content_module .accordion h3 .accordion-button.collapsed {
  background: #ffffff;
  box-shadow: none !important;
  color: #000000;
}
.module_faq .content_module .accordion h3 .accordion-button.collapsed:after {
  content: "\e965";
  font-family: 'start' !important;
  background: none;
  font-weight: normal;
}
