@charset "UTF-8";
/*--------------------------------------
  VARIABLES COLORS
--------------------------------------*/
/*--------------------------------------
  QUICK COLOR STYLES
--------------------------------------*/
/* BACKGROUNDS */
.bg_twitter {
  background: #1DA1F2;
}
.bg_facebook {
  background: #4267B2;
}
.bg_google {
  background: #DD4B39;
}
.bg_white {
  background: #ffffff;
}
.bg_black {
  background: #000000;
}
.bg_grey {
  background: #cccccc;
}
/* FONT COLORS */
.twitter {
  color: #1DA1F2;
}
.facebook {
  color: #4267B2;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.grey {
  color: #cccccc;
}
/*--------------------------------------
  GENERAL STYLES
--------------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  border: 0 none;
  min-height: 100%;
  width: 100%;
  height: 100%;
  font-size: 1rem;
}
body.is-fixed {
  padding-top: 0;
}
body.modal-is-visible {
  overflow: hidden;
}
body.burger-is-visible {
  overflow: hidden;
}
body.artistique {
  background-image: url("../img/bg_paint.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
}
.mover {
  transform: translate(-100%, 0);
}
main {
  height: 100%;
  z-index: 2;
}
.container {
  overflow: hidden;
}
/* SECTION STYLE */
section {
  display: inline-block;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  overflow: hidden;
}
section .header_section {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
}
section .content_section {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
}
section .footer_section {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
}
section {
  display: inline-block;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  overflow: hidden;
}
/* WRAPPERS */
.wrap {
  width: 100%;
  display: inline-block;
  height: auto;
}
.wrap.center {
  text-align: center;
}
.wrap.left {
  text-align: left;
}
.wrap.right {
  text-align: right;
}
.wrapper {
  width: 1200px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    width: 90% !important;
  }
}
.small_wrap {
  width: 700px;
  display: block;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 800px) {
  .small_wrap {
    width: 100%;
  }
}
/* QUICK LAYOUT STYLES */
.lighter {
  font-weight: 100;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.extra {
  font-weight: 800;
}
.italic {
  font-style: italic;
}
/* QUICK MARGINS */
.margin_5 {
  margin: 5px 0;
}
.margin_10 {
  margin: 10px 0;
}
.margin_20 {
  margin: 20px 0;
}
.margin_30 {
  margin: 30px 0;
}
.margin_40 {
  margin: 40px 0;
}
/* ------------------- */
.margin_top_5 {
  margin: 5px 0 0 0;
}
.margin_top_10 {
  margin: 10px 0 0 0;
}
.margin_top_20 {
  margin: 20px 0 0 0;
}
.margin_top_30 {
  margin: 30px 0 0 0;
}
.margin_top_40 {
  margin: 40px 0 0 0;
}
/* ------------------- */
.margin_bot_5 {
  margin: 0 0 5px 0;
}
.margin_bot_10 {
  margin: 0 0 10px 0;
}
.margin_bot_20 {
  margin: 0 0 20px 0;
}
.margin_bot_30 {
  margin: 0 0 30px 0;
}
.margin_bot_40 {
  margin: 0 0 40px 0;
}
/* ------------------- */
.margin_5_5 {
  margin: 5px;
}
.margin_10_10 {
  margin: 10px;
}
.margin_20_20 {
  margin: 20px;
}
.margin_30_30 {
  margin: 30px;
}
.margin_40_40 {
  margin: 40px;
}
.padding_bot_0 {
  padding-bottom: 0px;
}
/* ------------------- */
iframe {
  border: none;
  max-width: 100%;
  display: inline-block;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
/* QUICK VISIBILITY FOR ANIM */
.invisible {
  visibility: hidden;
}
.animated {
  visibility: visible;
}
/* ILLUSTRATION */
img {
  max-width: 100%;
  height: auto;
}
.illustration {
  display: inline-block;
  position: relative;
  width: 100%;
}
.illustration.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;
}
.side-tools-social-links-container {
  position: fixed;
  right: -100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  top: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media screen and (max-width: 992px) {
  .side-tools-social-links-container {
    display: none;
  }
}
.side-tools-social-links-container.sticked {
  right: 16px;
}
.side-tools-social-links-container .side-tools-social-links {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0px;
}
.side-tools-social-links-container .side-tools-social-links li {
  list-style-type: none;
}
.side-tools-social-links-container .side-tools-social-links li a {
  color: #000000;
  font-size: 25px;
  margin: 5px;
  position: relative;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.side-tools-social-links-container .side-tools-social-links li a:hover {
  text-decoration: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.title_page_section {
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  width: auto;
  margin-bottom: 40px;
  padding: 80px 0;
  z-index: 2;
}
.title_page_section.internal {
  color: #ffffff;
}
.title_page_section.internal:after {
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .title_page_section {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .title_page_section {
    margin-bottom: 16px;
    font-size: 17px;
    padding: 40px 0;
  }
}
.title_page_section:after {
  content: attr(data-effect);
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 119px;
  color: #ccc;
  z-index: -1;
  text-align: center;
  font-family: 'Aguafina Script', cursive;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  padding: 20px 0;
  top: 0;
  opacity: 0.3;
  left: 0;
}
@media screen and (max-width: 992px) {
  .title_page_section:after {
    font-size: 69px;
  }
}
.header_section.artistique .illustration_artistique.circle {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.header_section.artistique .illustration_artistique.circle img {
  max-width: 252px;
}
.header_section.artistique .illustration_artistique.circle_simple {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.header_section.artistique .illustration_artistique.circle_simple img {
  max-width: 163px;
  margin-top: 10px;
}
.header_section.artistique .artistique_title {
  text-align: center;
  margin-bottom: 0;
  line-height: 29px;
}
@media screen and (max-width: 576px) {
  .header_section.artistique .artistique_title {
    line-height: 19px;
    margin-top: 30px;
  }
}
.header_section.artistique .artistique_title.art {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_section.artistique .artistique_title.art:before {
  content: "\e91b";
  font-family: 'start' !important;
  color: #000000;
  font-size: 38px;
}
.header_section.artistique .artistique_title.art:after {
  content: "\e91a";
  font-family: 'start' !important;
  color: #000000;
  font-size: 38px;
}
.header_section.artistique .artistique_title.couples {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_section.artistique .artistique_title.couples:before {
  content: "\e927";
  font-family: 'start' !important;
  color: #000000;
  font-size: 18px;
}
.header_section.artistique .artistique_title.couples:after {
  content: "\e923";
  font-family: 'start' !important;
  color: #000000;
  font-size: 18px;
}
.header_section.artistique .artistique_title .seances {
  font-size: 19px;
  font-family: 'Comfortaa', cursive;
}
@media screen and (max-width: 576px) {
  .header_section.artistique .artistique_title .seances {
    font-size: 16px;
  }
}
.header_section.artistique .artistique_title .titre {
  font-family: 'Comfortaa', cursive;
  font-size: 27px;
}
@media screen and (max-width: 576px) {
  .header_section.artistique .artistique_title .titre {
    font-size: 17px;
  }
}
.header_section.artistique .by {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
/*--------------------------------------
  IMPORTS
--------------------------------------*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*---------------------------------------------------
  CUSTOM MIXINS 
---------------------------------------------------*/
/* CUSTOM-GRADIENT */
/* Implementation 
#someDiv {
    .custom-gradient(left, #663333, #333333);
}
*/
/* QUICK-GRADIENT */
/* Implementation 
#somediv {
    background-color: BADA55;
    .quick-gradient(top, 0.2);
}
*/
/* WEBKIT-REFLECTION */
/* Implementation 
#somediv {
    .reflect(20%, 0.2);
}
*/
/* box-shadow with alpha */
/* Implementation 
#somediv {
    .box-shadow-custom(5px, 5px, 6px, 0.3);
}
*/
/*! Prefix flex for IE10 and Safari / iOS in LESS
* https://gist.github.com/codler/2148ba4ff096a19f08ea
* Copyright (c) 2014 Han Lin Yap http://yap.nu; MIT license */
/* These are the conditional mixins for the different syntax for IE10 Flexbox */
/* CSS Document */
.global-format {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
}
.global-format p {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .global-format p {
    font-size: 16px;
    line-height: 25px;
  }
}
.global-format p a {
  text-decoration: underline;
}
.global-format img {
  max-width: 100%;
  padding: 2%;
}
.global-format img.left {
  float: left;
  margin: 10px 20px 10px 0px;
}
.global-format img.right {
  float: right;
  margin: 10px 0 20px 10px;
}
.global-format iframe {
  border: none;
}
.global-format .chapo {
  font-size: 20px;
  font-weight: 400;
}
.global-format a {
  text-decoration: none;
}
.global-format a:hover {
  text-decoration: underline;
}
.global-format a img {
  border: none;
}
.global-format h1 {
  font-size: 30px;
  font-weight: 600;
  text-transform: none;
}
@media screen and (max-width: 600px) {
  .global-format h1 {
    font-size: 25px;
  }
}
.global-format h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
}
@media screen and (max-width: 600px) {
  .global-format h2 {
    font-size: 20px;
  }
}
.global-format h3 {
  font-size: 19px;
  font-weight: 700;
  text-transform: none;
}
.global-format h4 {
  font-size: 15px;
  font-weight: 700;
}
.global-format hr {
  border-bottom: none;
  border-top: 1px solid #e1e1e1;
  height: 1px;
  width: 100%;
  display: inline-block;
  margin: 20px 0;
}
/*--------------------------------------
  FONTS IMPORT
--------------------------------------*/
@font-face {
  font-family: 'start';
  src: url('../fonts/start.eot?ikyu95');
  src: url('../fonts/start.eot?ikyu95#iefix') format('embedded-opentype'), url('../fonts/start.ttf?ikyu95') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.picto {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'start' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-behance:before {
  content: "\e90c";
}
.icon-instagram1:before {
  content: "\e90f";
}
.icon-fb:before {
  content: "\e910";
}
.icon-letter1:before {
  content: "\e912";
}
.icon-twitter-1:before {
  content: "\e913";
}
.icon-facebook_square:before {
  content: "\e933";
}
.icon-twiter_square:before {
  content: "\e936";
}
.icon-back:before {
  content: "\e90e";
}
.icon-menu:before {
  content: "\e92d";
}
.icon-next:before {
  content: "\e92e";
}
.icon-close:before {
  content: "\e90a";
}
.icon-trait:before {
  content: "\e90b";
}
.icon-palette:before {
  content: "\e909";
}
.icon-css:before {
  content: "\e908";
}
.icon-html:before {
  content: "\e929";
}
.icon-jquery:before {
  content: "\e92a";
}
.icon-music:before {
  content: "\e92b";
}
.icon-print:before {
  content: "\e92c";
}
.icon-twitter3:before {
  content: "\e904";
}
.icon-facebook3:before {
  content: "\e905";
}
.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-share2:before {
  content: "\e924";
}
.icon-instagram:before {
  content: "\e925";
}
.icon-youtube2:before {
  content: "\e926";
}
.icon-play:before {
  content: "\e906";
}
.icon-google-plus:before {
  content: "\e90d";
}
.icon-ctrl2:before {
  content: "\e900";
}
.icon-ctrl3:before {
  content: "\e901";
}
.icon-ctrl4:before {
  content: "\e902";
}
.icon-ctrl5:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\ea8c";
}
.icon-twitter:before {
  content: "\ea91";
}
.icon-home:before {
  content: "\e907";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-display:before {
  content: "\e956";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-tablet:before {
  content: "\e95a";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-checkmark2:before {
  content: "\ea11";
}
.icon-play2:before {
  content: "\ea15";
}
.icon-play3:before {
  content: "\ea1c";
}
.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-plus3:before {
  content: "\ea8d";
}
.icon-youtube22:before {
  content: "\ea9e";
}
.icon-quote:before {
  content: "\e914";
}
.icon-quote2:before {
  content: "\e916";
}
.icon-couple:before {
  content: "\e917";
}
.icon-heart_left:before {
  content: "\e918";
}
.icon-heart_right:before {
  content: "\e919";
}
.icon-lavender_right:before {
  content: "\e91a";
}
.icon-lavender:before {
  content: "\e91b";
}
.icon-lesbian:before {
  content: "\e91c";
}
.icon-hetero:before {
  content: "\e91e";
}
.icon-gay:before {
  content: "\e91f";
}
.icon-lys:before {
  content: "\e920";
}
.icon-small_heart_right:before {
  content: "\e923";
}
.icon-small_heart_left:before {
  content: "\e927";
}
.icon-play-button-arrowhead:before {
  content: "\e92f";
}
.icon-twitter_x:before {
  content: "\e931";
}
.icon-email:before {
  content: "\e937";
}
.icon-link:before {
  content: "\e935";
}
.icon-facebook_round:before {
  content: "\e934";
}
.icon-tiktok_round:before {
  content: "\e930";
}
.icon-linkedin_round:before {
  content: "\e932";
}
.icon-xander:before {
  content: "\e928";
}
#the_header {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: -100%;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  background: transparent;
  height: 50px;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  #the_header {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    height: 60px;
  }
}
#the_header .fixed-header-space {
  display: none;
  height: 82px;
}
#the_header.sticked {
  top: 0;
}
#the_header.internal {
  top: 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
}
#the_header.internal .navbar {
  width: 100%;
}
#the_header .navbar {
  padding: 0.5rem 16px;
}
#the_header .company-logo {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 10px;
  pointer-events: all;
}
#the_header .company-logo img {
  width: 150px;
  height: auto;
}
#the_header .NavTrigger {
  text-align: center;
  font-size: 30px;
  background: transparent;
  border: none;
  padding: 0px;
  cursor: pointer;
  color: #000000;
  pointer-events: all;
  background: #ffffff;
  padding: 5px;
}
#the_header .responsiveTrigger {
  text-align: center;
  font-size: 30px;
  background: transparent;
  border: none;
  padding: 0px;
  cursor: pointer;
  color: #000000;
  pointer-events: all;
  display: none;
}
@media screen and (max-width: 762px) {
  #the_header .responsiveTrigger {
    display: inline-block;
  }
}
.btn {
  font-weight: 700;
  white-space: normal;
  white-space: initial;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 1.5em 2.5em;
  display: inline-block;
  text-transform: uppercase;
  -webkit-appearance: none;
}
.btn.larger {
  width: 100%;
}
.btn.small {
  padding: 0.5em 2em;
}
.btn.october {
  padding: 10px 20px;
  background-color: #D6306F;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 19px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  text-decoration: none;
}
.btn.october:hover {
  background-color: #b02358;
  color: #ffffff;
}
.btn.btn_black {
  background-color: #3B3B3B;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  padding: 10px 20px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.btn.btn_black:hover {
  background-color: #222222;
  color: #ffffff;
}
.btn.btn_black:before {
  content: '';
  position: absolute;
  border: #222222 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.btn.btn_black_ {
  background-color: #3B3B3B;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  padding: 10px 20px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.btn.btn_black_:hover {
  background-color: #222222;
  color: #ffffff;
}
.btn.btn_black_:before {
  content: '';
  position: absolute;
  border: #222222 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.btn.btn-anim {
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  font-size: 15px;
  font-weight: lighter;
  -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.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 2px #C6B07B, 0 0 1px rgba(0, 0, 0, 0);
  background: #C6B07B;
  color: #ffffff;
  margin: 10px 0;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.btn.btn-anim:hover {
  background: none;
  color: #000000;
}
.btn.btn-anim2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  font-size: 15px;
  font-weight: lighter;
  -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.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 1px #000000, 0 0 1px rgba(0, 0, 0, 0);
  background: none;
  color: #000000;
  margin: 10px 0;
  text-transform: none;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.btn.btn-anim2:hover {
  background: none;
  color: #C6B07B;
  box-shadow: inset 0 0 0 1px #C6B07B, 0 0 1px rgba(0, 0, 0, 0);
}
/* border_btn_anim*/
@-webkit-keyframes border_btn_anim {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes border_btn_anim {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
#footer_october {
  background: #D6306F;
  height: auto;
  color: #000000;
  position: relative;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 3em 0;
}
#footer_october .container {
  max-width: 100%;
  width: 600px;
}
@media screen and (max-width: 992px) {
  #footer_october .container {
    width: 90%;
  }
}
#footer_october .logo_wrap {
  display: inline-block;
  text-align: center;
  width: 100%;
}
#footer_october .logo_wrap a {
  display: inline-block;
}
#footer_october .logo_wrap a img {
  max-width: 100%;
  width: 218px;
}
#footer_october .logo_wrap p {
  color: #ffffff;
  font-weight: normal;
  font-size: 19px;
}
#footer_october .logo_wrap p span {
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  #footer_october .logo_wrap p {
    font-size: 16px;
  }
}
#footer_october .links {
  display: inline-block;
  text-align: center;
  width: 100%;
}
#footer_october .links .social_links_october_footer {
  text-align: center;
  padding: 0;
  margin-bottom: 30px;
  height: auto;
}
@media screen and (max-width: 576px) {
  #footer_october .links .social_links_october_footer {
    margin-bottom: 15px;
  }
}
#footer_october .links .social_links_october_footer li {
  display: inline-block;
}
#footer_october .links .social_links_october_footer li a,
#footer_october .links .social_links_october_footer li button {
  display: inline-block;
  border: none;
  background: none;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  border-radius: 160px;
  padding: 0px 7px;
  color: #ffffff;
}
#footer_october .links .social_links_october_footer li a:hover,
#footer_october .links .social_links_october_footer li button:hover {
  text-decoration: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  color: #FF7CAE;
}
@media screen and (max-width: 768px) {
  #footer_october .links .social_links_october_footer li a,
  #footer_october .links .social_links_october_footer li button {
    padding: 1em;
  }
}
@media screen and (max-width: 992px) {
  #footer_october .links .social_links_october_footer li a,
  #footer_october .links .social_links_october_footer li button {
    padding: 0 2px;
    margin: 0;
  }
}
#footer_october .links .social_links_october_footer li a .picto,
#footer_october .links .social_links_october_footer li button .picto {
  position: relative;
  width: 47px;
  height: 56px;
}
#footer_october .links .social_links_october_footer li a .picto:before,
#footer_october .links .social_links_october_footer li button .picto:before {
  top: 0;
  position: relative;
  left: 0;
  font-size: 40px;
}
@media screen and (max-width: 992px) {
  #footer_october .links .social_links_october_footer li a .picto:before,
  #footer_october .links .social_links_october_footer li button .picto:before {
    width: 40px !important;
    height: 40px !important;
  }
}
@media screen and (max-width: 992px) {
  #footer_october .links .social_links_october_footer li a .picto,
  #footer_october .links .social_links_october_footer li button .picto {
    font-size: 30px;
  }
}
#footer_october .wrap {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#footer_october .wrap .contact {
  font-size: 16px;
  text-decoration: underline;
  color: #ffffff;
}
#footer_october .website {
  font-size: 25px;
  font-weight: bold;
  text-decoration: underline;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  #footer_october .website {
    font-size: 16px;
  }
}
#footer_october .copyright {
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
}
@media screen and (max-width: 576px) {
  #footer_october .copyright {
    top: 20px;
    font-size: 10px;
  }
}
.modal-backdrop.show {
  opacity: 0.85;
}
.modal video {
  object-fit: cover;
}
.modal .modal-dialog .modal-content {
  padding: 1rem 4rem;
}
@media screen and (max-width: 991px) {
  .modal .modal-dialog .modal-content {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-header .close {
    margin: -2rem -5rem -3rem auto;
  }
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 1rem;
  }
}
.modal.modal_temoignage .modal-content {
  background-color: transparent;
  border: none;
  color: #000000;
}
.modal.modal_temoignage .modal-content .text-center {
  margin-top: 20px;
}
.modal.modal_temoignage .modal-content .modal-body {
  background: #ffffff;
}
.modal.modal_temoignage .modal-content .modal-body p {
  display: inline-block;
  padding: 30px;
}
.modal.modal_temoignage .modal-content .modal-header {
  border: none;
}
.modal.modal_temoignage .modal-content .modal-header .close {
  opacity: 1;
  color: #ffffff;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .modal.modal_temoignage .modal-content .modal-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.modal.modal_temoignage .modal-content .modal-header .close span {
  font-size: 40px;
  background: #C6B07B;
  border-radius: 100%;
  line-height: 40px;
  padding: 5px 20px;
}
.modal.modal_expo .modal-content {
  background-color: transparent;
  border: none;
  color: #000000;
}
.modal.modal_expo .modal-content .text-center {
  margin-top: 20px;
}
.modal.modal_expo .modal-content .modal-body {
  background: transparent;
  text-align: center;
  padding: 0px;
}
.modal.modal_expo .modal-content .modal-body p {
  display: inline-block;
  padding: 0px;
}
.modal.modal_expo .modal-content .modal-body span.octobre_rose {
  background: #000000;
  margin-bottom: 10px;
  display: inline-block;
  color: #ffffff;
  padding: 25px 0 0 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.modal.modal_expo .modal-content .modal-header {
  border: none;
}
.modal.modal_expo .modal-content .modal-header .close {
  opacity: 1;
  color: #ffffff;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .modal.modal_expo .modal-content .modal-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.modal.modal_expo .modal-content .modal-header .close span {
  font-size: 40px;
  background: #FF7CAE;
  border-radius: 100%;
  line-height: 40px;
  padding: 5px 20px;
}
.modal.video-iframe .modal-content {
  background-color: transparent;
  border: none;
  color: #ffffff;
}
.modal.video-iframe .modal-content .modal-header {
  border: none;
}
.modal.video-iframe .modal-content .modal-header .close span {
  font-size: 40px;
  background: #ffffff;
  border-radius: 100%;
  line-height: 40px;
  padding: 5px 20px;
}
.modal.video_modal .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.modal.video_modal .modal-content {
  background-color: transparent;
  border: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.modal.video_modal .modal-content .modal-header {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
}
.modal.video_modal .modal-content .modal-header .close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  background: transparent;
  background-image: none;
  border: none;
}
.modal.video_modal .modal-content .modal-header .close span {
  font-size: 40px;
  background: #ffffff;
  border-radius: 100%;
  line-height: 40px;
  padding: 5px 20px;
}
.modal.video_modal .modal-content .modal-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.video_modal .modal-content .modal-body .video_container {
  max-width: 450px;
  height: auto;
  display: inline-block;
  width: 100%;
}
@media screen and (max-height: 762px) and (min-width: 1000px) {
  .modal.video_modal .modal-content .modal-body .video_container {
    max-width: 320px;
  }
}
.modal.video_modal .modal-content .modal-body .video_container .video_inside {
  width: 100%;
  height: auto;
}
.modal.video_modal .modal-content .modal-body .video_container .video_inside video {
  max-width: 100%;
}
/* CSS Document */
#up {
  bottom: 10px;
  height: 30px;
  position: fixed;
  right: 16px;
  width: 30px;
  z-index: 300;
  display: none;
}
#up:hover #gototop {
  background: #000000;
  color: #ffffff;
}
@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 {
  cursor: pointer;
  height: 30px;
  position: absolute;
  width: 30px;
  font-size: 30px;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  text-decoration: none;
  color: #000000;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible !important;
}
.ivisible {
  visibility: hidden;
}
.revealOnScroll {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .revealOnScroll {
    -webkit-animation-name: none !important;
    animation-name: none!important;
    visibility: visible!important;
  }
}
.animation_time_0_1 {
  -webkit-animation-duration: 0.1s !important;
  animation-duration: 0.1s !important;
}
.animation_time_0_2 {
  -webkit-animation-duration: 0.2s !important;
  animation-duration: 0.2s !important;
}
.animation_time_0_3 {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
}
.animation_time_0_4 {
  -webkit-animation-duration: 0.4s !important;
  animation-duration: 0.3s !important;
}
.animation_time_0_5 {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}
.animation_time_0_10 {
  -webkit-animation-duration: 0.1s !important;
  animation-duration: 0.1s !important;
}
.animation_time_0_15 {
  -webkit-animation-duration: 0.15s !important;
  animation-duration: 0.15s !important;
}
.animation_time_0_20 {
  -webkit-animation-duration: 0.2s !important;
  animation-duration: 0.2s !important;
}
.animation_time_1 {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}
.animation_time_2 {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}
.animation_time_3 {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important;
}
.animation_time_4 {
  -webkit-animation-duration: 4s !important;
  animation-duration: 4s !important;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.delay_0_1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.delay_0_1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.delay_0_2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.delay_0_3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.delay_0_4 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.delay_0_5 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.delay_0_10 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.delay_0_15 {
  -webkit-animation-delay: 0.15s !important;
  animation-delay: 0.15s !important;
}
.delay_0_20 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.delay_0_25 {
  -webkit-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important;
}
.delay_0_30 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.delay_0_35 {
  -webkit-animation-delay: 0.35s !important;
  animation-delay: 0.35s !important;
}
.delay_0_40 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.delay_0_50 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.delay_0_60 {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
.delay_0_70 {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}
.delay_0_80 {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}
.delay_0_90 {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}
.delay_1 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.delay_2 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}
.delay_3 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}
.delay_4 {
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 2s !important;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
html.has-offcanvas--visible {
  overflow: hidden;
}
@media (min-width: 768px) {
  html.has-offcanvas--visible body,
  html.has-offcanvas--visible header {
    padding-right: 15px;
  }
}
.c-offcanvas,
.c-offcanvas-content-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 11, ../../src/js-offcanvas.mixins.scss */
.c-offcanvas,
.c-offcanvas-content-wrap,
.c-offcanvas-bg.c-offcanvas-bg--reveal,
.c-offcanvas-bg.c-offcanvas-bg--push {
  transition: transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
}
/* line 15, ../../src/js-offcanvas.mixins.scss */
.c-offcanvas.is-open {
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
/**
 * Offcanvas-content-wrap
*/
.c-offcanvas-content-wrap {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: #fff;
}
/**
 * Offcanvas Panel
*/
.c-offcanvas {
  position: fixed;
  display: block;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999999;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translate3d(0, -100%, 0px);
  -moz-transform: translate3d(0, -100%, 0px);
  -ms-transform: translate3d(0, -100%, 0px);
  -o-transform: translate3d(0, -100%, 0px);
  transform: translate3d(0, -100%, 0px);
}
@media screen and (max-width: 992px) {
  .c-offcanvas {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    -moz-transform: translate3d(-100%, 0px, 0px);
    -ms-transform: translate3d(-100%, 0px, 0px);
    -o-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
  }
}
.c-offcanvas--opening {
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}
.c-offcanvas.is-closed {
  max-height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: none;
}
/**
 * Offcanvas BG-Overlay
*/
.c-offcanvas-bg {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  left: -100%;
  background-color: transparent;
  transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.c-offcanvas-bg.is-animating,
.c-offcanvas-bg.is-open {
  left: 0;
  background-color: rgba(0, 0, 0, 0.68);
  visibility: visible;
}
.c-offcanvas-bg.is-closed {
  visibility: hidden;
}
/**
 * Reveal
 *
*/
.c-offcanvas-content-wrap {
  z-index: 3;
}
.c-offcanvas--reveal {
  z-index: 0;
  transform: translate3d(0, 0, 0);
}
html.has-offcanvas--visible header {
  padding-right: 0px;
}
html.has-offcanvas--visible body,
html.has-offcanvas--visible header {
  padding-right: 0;
}
.menu_head {
  display: inline-block;
  width: 100%;
  padding: 25px;
  position: relative;
  z-index: 2;
  top: 0;
  right: 0;
  position: absolute;
}
.menu_head .menu-text {
  font-size: 1.3125rem;
  color: #000000;
  font-weight: bold;
}
.menu_head .close_burger {
  position: absolute;
  top: 30px;
  right: 30px;
  background: transparent;
  border: none;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
  color: #000000;
  outline: none;
  font-size: 30px;
}
#responsive_menu {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#responsive_menu .description {
  margin: 40px 0;
  display: inline-block;
  width: 100%;
}
#responsive_menu .contact {
  text-align: center;
  color: #313135;
}
#responsive_menu .contact .illustration {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #responsive_menu .contact .illustration {
    width: 100px;
    height: 100px;
  }
}
#responsive_menu .contact .name {
  color: #000000;
  font-family: 'Comfortaa', cursive;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 23px;
  letter-spacing: 10px;
}
#responsive_menu .contact .name .smaller {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #responsive_menu .contact .name {
    font-size: 18px;
  }
}
#responsive_menu .contact .job {
  font-weight: 100;
  font-size: 13px;
}
#responsive_menu .contact .job span {
  font-weight: bold;
}
#responsive_menu .contact .mail {
  font-weight: 400;
  text-decoration: underline;
  font-size: 16px;
  color: #000000;
}
#responsive_menu .contact .phone {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #responsive_menu .contact .phone {
    font-size: 16px;
  }
}
#responsive_menu .contact .location {
  margin-bottom: 0px;
}
#responsive_menu .contact .tools-social-links {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0px;
  margin-top: 30px;
}
#responsive_menu .contact .tools-social-links li {
  list-style-type: none;
  display: inline-block;
}
#responsive_menu .contact .tools-social-links li a {
  color: #000000;
  font-size: 25px;
  margin: 5px;
  position: relative;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
}
#responsive_menu .contact .tools-social-links li a:hover {
  text-decoration: none;
}
#responsive_menu .contact .tools-social-links li a:hover p {
  text-decoration: underline;
}
#responsive_menu .contact .tools-social-links li a .contact_follow {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0px;
  margin: 0 10px;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  background-image: url("../img/loader_img.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1001;
}
#loader:before {
  content: "";
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: #FFF;
  bottom: auto;
  height: 200px;
  left: auto;
  margin-right: -100px;
  margin-top: -100px;
  position: absolute;
  right: 50%;
  top: 50%;
  width: 200px;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
  content: "Chargement";
  position: absolute;
  color: #fff;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  bottom: 16px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #222222;
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}
#loader-wrapper .loader-section.section-left {
  left: 0;
}
#loader-wrapper .loader-section.section-right {
  right: 0;
}
/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}
/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none;
}
.no-js h1 {
  color: #222222;
}
#content {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 80%;
  max-width: 978px;
}
.Navoverlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}
.Navoverlay.open {
  width: 100%;
}
.Navoverlay-content {
  position: relative;
  top: 70px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.Navoverlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
  font-weight: 100;
}
@media screen and (max-width: 576px) {
  .Navoverlay a {
    font-size: 22px;
  }
}
.Navoverlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}
.Navoverlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
@media screen and (max-height: 600px) {
  .Navoverlay a {
    font-size: 20px;
  }
  .Navoverlay .closebtn {
    font-size: 30px;
    top: 15px;
    right: 35px;
  }
}
.module-slide {
  background-color: transparent !important;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.module-slide .wrap_slider {
  width: 940px;
  margin: 0 auto;
  z-index: 2;
  display: block;
  position: relative;
}
@media screen and (max-width: 992px) {
  .module-slide .wrap_slider {
    width: 100%;
  }
}
.module-slide .wrap_slider .whitnesSlider {
  padding: 0;
  height: auto;
  margin-top: 2em;
}
.module-slide .wrap_slider .whitnesSlider .owl-stage-outer {
  padding: 10px;
  height: auto;
}
.module-slide .wrap_slider .whitnesSlider .item {
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 326px;
  background: #ffffff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
}
.module-slide .wrap_slider .whitnesSlider .inside {
  padding: 40px;
  height: 326px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 400px) {
  .module-slide .wrap_slider .whitnesSlider .inside {
    padding: 40px 20px;
  }
}
.module-slide .wrap_slider .whitnesSlider .inside .row-intro {
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .module-slide .wrap_slider .whitnesSlider .inside .row-intro {
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .module-slide .wrap_slider .whitnesSlider .inside .row-intro {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .module-slide .wrap_slider .whitnesSlider .inside .row-intro .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.module-slide .wrap_slider .whitnesSlider .inside .row-intro .illustration {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  overflow: hidden;
  border: 2px solid #ffffff;
}
@media screen and (max-width: 400px) {
  .module-slide .wrap_slider .whitnesSlider .inside .row-intro .illustration {
    width: 80px;
    height: 80px;
  }
}
.module-slide .wrap_slider .whitnesSlider .inside .row-intro h3 {
  font-weight: bold;
  font-size: 16px;
  font-style: italic;
  color: #000000;
}
@media screen and (max-width: 576px) {
  .module-slide .wrap_slider .whitnesSlider .inside .row-intro h3 {
    text-align: center;
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .module-slide .wrap_slider .whitnesSlider .inside .row-intro h3 {
    text-align: center;
    font-size: 12px;
  }
}
.module-slide .wrap_slider .whitnesSlider .inside .row-intro p {
  font-style: normal;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .module-slide .wrap_slider .whitnesSlider .inside .row-intro p {
    text-align: center;
  }
}
.module-slide .wrap_slider .whitnesSlider .inside .row-intro .sign {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
  font-family: 'Comfortaa', cursive;
}
@media screen and (max-width: 576px) {
  .module-slide .wrap_slider .whitnesSlider .inside .row-intro .sign {
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .module-slide .wrap_slider .whitnesSlider .inside .row-intro .sign {
    text-align: center;
    font-size: 15px;
  }
}
.module-slide .wrap_slider .whitnesSlider .inside .description p {
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  .module-slide .wrap_slider .whitnesSlider .inside .description {
    display: none;
  }
}
.module-slide .wrap_slider .whitnesSlider .inside .sign {
  font-size: 16px;
  font-weight: bold;
}
.module-slide .wrap_slider .whitnesSlider .inside .wrap_btn {
  align-self: flex-end;
  text-align: left;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .module-slide .wrap_slider .whitnesSlider .inside .wrap_btn {
    text-align: center;
  }
}
.module-slide .wrap_slider .whitnesSlider .inside .wrap_btn .btn-anim2 {
  font-size: 15px;
  padding: 10px 15px;
  display: inline-block;
}
@media screen and (max-width: 400px) {
  .module-slide .wrap_slider .whitnesSlider .inside .wrap_btn .btn-anim2 {
    font-size: 12px;
  }
}
.module-slide .wrap_slider .gallerySlider {
  padding: 0;
  height: auto;
  margin-top: 2em;
}
.module-slide .wrap_slider .gallerySlider .owl-stage-outer {
  padding: 10px;
  height: auto;
}
.module-slide .wrap_slider .gallerySlider .item {
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 326px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 400px) {
  .module-slide .wrap_slider .gallerySlider .item {
    min-height: 250px;
  }
}
.module-slide .wrap_slider .gallerySlider .item .illustration {
  width: 100%;
  height: 326px;
}
@media screen and (max-width: 400px) {
  .module-slide .wrap_slider .gallerySlider .item .illustration {
    height: 250px;
  }
}
.module-slide .wrap_slider .gallerySlider .item .illustration img {
  background-size: contain;
}
.module-slide .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.module-slide .owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.module-slide .owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.module-slide .owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.module-slide .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.module-slide .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}
.module-slide .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}
.module-slide .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 20px 7px 0 7px;
  background: #ffffff;
  border: 1px solid #c3c3c3;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.module-slide .owl-dots .owl-dot.active span,
.module-slide .owl-theme .owl-dots .owl-dot:hover span {
  background: #000000;
  border: 1px solid #000000;
}
.module-slide .owl-dots {
  display: inline-block;
}
.module-slide .owl-nav {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.module-slide .owl-nav button.owl-next {
  width: 40px;
  background: transparent!important;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: all;
  justify-content: center;
  position: relative;
  right: -80px;
  display: flex !important;
}
.module-slide .owl-nav button.owl-next:before {
  content: "\e92e";
  font-family: 'start';
  font-size: 40px;
  color: #000000;
}
.module-slide .owl-nav button.owl-prev {
  width: 40px;
  background: transparent !important;
  height: 100%;
  align-items: center;
  pointer-events: all;
  justify-content: center;
  position: relative;
  left: -80px;
  display: flex !important;
}
.module-slide .owl-nav button.owl-prev:before {
  content: "\e90e";
  font-family: 'start';
  font-size: 40px;
  color: #000000;
}
.module-slide button:active {
  outline: none !important;
  border: none !important;
}
.module-slide button:focus {
  outline: 0 !important;
}
.module-slide .owl-carousel .owl-nav button.owl-next,
.module-slide .owl-carousel .owl-nav button.owl-prev,
.module-slide .owl-carousel button.owl-dot {
  background: 0 0;
  color: red;
  border: none;
  padding: 0 !important;
  font: inherit;
  height: auto;
  height: ;
  display: inline-block;
}
.module-slide .owl-carousel.owl-drag .owl-item {
  padding: 0 20px;
}
@media screen and (max-width: 992px) {
  .module-slide .owl-carousel.owl-drag .owl-item {
    padding: initial;
  }
}
/*--------------------------------------
  sections
--------------------------------------*/
#section-top-start {
  width: 100%;
  height: 100%;
  position: relative;
}
#section-top-start .name_title {
  color: #ffffff;
  font-family: 'Comfortaa', cursive;
  font-weight: 100;
  font-size: 36px;
  letter-spacing: 10px;
}
@media screen and (max-width: 360px) {
  #section-top-start .name_title {
    font-size: 25px;
  }
}
#section-top-start .name_title .smaller {
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  #section-top-start .name_title .smaller {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  #section-top-start .name_title .smaller {
    font-size: 12px;
  }
}
#section-top-start .name_title .letter {
  display: inline-block;
  line-height: 1em;
}
#section-top-start .illustration {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#section-top-start .illustration .overlay {
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0.3;
}
#section-top-start .illustration .img {
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
#section-top-start .illustration .img.img1 {
  z-index: 2;
  opacity: 0;
}
#section-top-start .illustration .img.img2 {
  z-index: 3;
  opacity: 0;
}
#section-top-start .illustration .img.img3 {
  z-index: 4;
  opacity: 0;
}
#section-top-start .illustration .img.img_backup {
  z-index: 1;
  opacity: 1;
}
#section-top-start .container {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 576px) {
  #section-top-start .container {
    max-width: 90%;
  }
}
#section-top-start .content_section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  align-items: center;
}
@media screen and (max-width: 576px) {
  #section-top-start .content_section {
    max-width: 100%;
    justify-content: center;
  }
}
#section-top-start .content_section .white_logo {
  width: 250px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #section-top-start .content_section .white_logo {
    width: 150px;
  }
}
#section-top-start .content_section .display-2 {
  font-size: 13px;
  font-weight: 100;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  #section-top-start .content_section .display-2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  #section-top-start .content_section .display-2 {
    font-size: 16px;
    margin: 5px 0;
  }
}
@media screen and (max-width: 360px) {
  #section-top-start .content_section .display-2 {
    font-size: 13px;
  }
}
#section-top-start .content_section .display-2 span {
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
#section-top-start .content_section .opening {
  font-size: 38px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  #section-top-start .content_section .opening {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  #section-top-start .content_section .opening {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  #section-top-start .content_section .btn {
    font-size: 12px;
    padding: 7px 10px;
  }
}
@media screen and (max-width: 360px) {
  #section-top-start .content_section .btn {
    font-size: 12px;
    padding: 7px 10px;
  }
}
#section-top-start .arrow_link {
  position: absolute;
  bottom: 0;
  z-index: 3;
  color: #ffffff;
  font-size: 40px;
  left: 50%;
  margin-left: -20px;
}
#section-top-start .arrow_link:hover {
  text-decoration: none;
}
#section-top-start .floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
#section-top-start .btn-start {
  color: #ffffff;
  font-weight: 100;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  padding: 7px 10px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  margin: 30px 5px;
  -webkit-appearance: none !important;
  outline: none;
  box-shadow: none;
  position: relative;
}
@media screen and (max-width: 576px) {
  #section-top-start .btn-start {
    margin: 15px 5px;
  }
}
#section-top-start .btn-start:before {
  content: '';
  position: absolute;
  border: #ffffff solid 1px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  opacity: 0;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
}
#section-top-start .btn-start:hover {
  color: #ffffff;
  text-decoration: none;
}
#section-top-start .btn-start:hover:before {
  -webkit-animation-name: border_anim;
  animation-name: border_anim;
  opacity: 1;
}
/* anim border */
@-webkit-keyframes border_anim {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes border_anim {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes gwd-gen-9aikgwdanimation_gwd-keyframes {
  0% {
    opacity: 0.93;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  0.2762% {
    opacity: 0.99;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  17.1271% {
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  33.7017% {
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  83.4254% {
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
}
@-webkit-keyframes gwd-gen-9aikgwdanimation_gwd-keyframes {
  0% {
    opacity: 0.93;
    -webkit-animation-timing-function: linear;
  }
  0.2762% {
    opacity: 0.99;
    -webkit-animation-timing-function: linear;
  }
  17.1271% {
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
  33.7017% {
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
  83.4254% {
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
}
@-moz-keyframes gwd-gen-9aikgwdanimation_gwd-keyframes {
  0% {
    opacity: 0.93;
    -moz-animation-timing-function: linear;
  }
  0.2762% {
    opacity: 0.99;
    -moz-animation-timing-function: linear;
  }
  17.1271% {
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
  33.7017% {
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
  83.4254% {
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
}
.img1 {
  animation: 26.2s linear 0s infinite normal forwards gwd-gen-9aikgwdanimation_gwd-keyframes;
  -webkit-animation: 26.2s linear 0s infinite normal forwards gwd-gen-9aikgwdanimation_gwd-keyframes;
  -moz-animation: 26.2s linear 0s infinite normal forwards gwd-gen-9aikgwdanimation_gwd-keyframes;
}
@keyframes gwd-gen-thougwdanimation_gwd-keyframes {
  0% {
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  25.6198% {
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  50.4132% {
    opacity: 0.99;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  76.0331% {
    opacity: 0.97;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
}
@-webkit-keyframes gwd-gen-thougwdanimation_gwd-keyframes {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
  25.6198% {
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
  50.4132% {
    opacity: 0.99;
    -webkit-animation-timing-function: linear;
  }
  76.0331% {
    opacity: 0.97;
    -webkit-animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
}
@-moz-keyframes gwd-gen-thougwdanimation_gwd-keyframes {
  0% {
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
  25.6198% {
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
  50.4132% {
    opacity: 0.99;
    -moz-animation-timing-function: linear;
  }
  76.0331% {
    opacity: 0.97;
    -moz-animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
}
.img2 {
  animation: 24.2s linear 0s infinite normal forwards gwd-gen-thougwdanimation_gwd-keyframes;
  -webkit-animation: 24.2s linear 0s infinite normal forwards gwd-gen-thougwdanimation_gwd-keyframes;
  -moz-animation: 24.2s linear 0s infinite normal forwards gwd-gen-thougwdanimation_gwd-keyframes;
}
@keyframes gwd-gen-vembgwdanimation_gwd-keyframes {
  0% {
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  50.8287% {
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  66.8508% {
    opacity: 0.99;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  83.4254% {
    opacity: 0.99;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
}
@-webkit-keyframes gwd-gen-vembgwdanimation_gwd-keyframes {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
  50.8287% {
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
  66.8508% {
    opacity: 0.99;
    -webkit-animation-timing-function: linear;
  }
  83.4254% {
    opacity: 0.99;
    -webkit-animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
}
@-moz-keyframes gwd-gen-vembgwdanimation_gwd-keyframes {
  0% {
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
  50.8287% {
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
  66.8508% {
    opacity: 0.99;
    -moz-animation-timing-function: linear;
  }
  83.4254% {
    opacity: 0.99;
    -moz-animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
}
.img3 {
  animation: 26.2s linear 0s infinite normal forwards gwd-gen-vembgwdanimation_gwd-keyframes;
  -webkit-animation: 26.2s linear 0s infinite normal forwards gwd-gen-vembgwdanimation_gwd-keyframes;
  -moz-animation: 26.2s linear 0s infinite normal forwards gwd-gen-vembgwdanimation_gwd-keyframes;
}
#section-internal {
  padding: 3.75em 0;
}
#section-internal.padding_bot_0 {
  padding-bottom: 0;
}
#section-internal .container {
  max-width: 1000px;
}
#section-internal .header_section {
  display: inline-block;
  text-align: center;
  margin-bottom: 40px;
}
#section-internal .content_section:last-child {
  margin-bottom: 0;
}
#section-internal .content_section .row {
  margin-bottom: 60px;
}
#section-internal .content_section .row:last-child {
  margin-bottom: 0;
}
#section-internal .content_section .row .col-story {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  #section-internal .content_section .row .col-story {
    flex-grow: initial;
    margin-bottom: 50px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #section-internal .content_section .row .col-story {
    margin-bottom: 80px;
  }
}
#section-internal .content_section .row .col-story.prestation {
  margin-bottom: 0px;
}
#section-internal .content_section .row .col-story.snake .date_inside {
  width: 100%;
  border: 1px solid #000000;
  text-align: center;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#section-internal .content_section .row .col-story.snake .date_inside h4 {
  margin-bottom: 30px;
}
#section-internal .content_section .row .col-story.snake .text_block {
  text-align: center;
}
#section-internal .content_section .row .col-story.snake .text_block h3 {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#section-internal .content_section .row .col-story.snake .text_block p {
  margin: 0;
}
#section-internal .content_section .row .col-story.snake .date li {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
#section-internal .content_section .row .col-story.snake .date li.disponible p span {
  text-decoration: none;
}
#section-internal .content_section .row .col-story.snake .date li.disponible p:after {
  content: " | disponible";
  color: #C6B07B;
}
#section-internal .content_section .row .col-story.snake .date li.indisponible p span {
  text-decoration: line-through;
}
#section-internal .content_section .row .col-story.snake .date li.indisponible p:after {
  content: " | complet";
  color: red;
}
#section-internal .content_section .item.item_video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  #section-internal .content_section .item.item_video {
    max-width: 300px;
  }
}
#section-internal .content_section .item.item_video #video {
  width: 100%;
}
#section-internal .content_section .item.item_video video {
  object-fit: cover;
}
@media screen and (max-width: 1080px) {
  #section-internal .content_section .item {
    width: 100%;
    text-align: center;
  }
}
#section-internal .content_section .item:hover {
  cursor: pointer;
}
#section-internal .content_section .item:hover .illustration .img:after {
  opacity: 0.4;
  background: #000000;
}
@media screen and (max-width: 400px) {
  #section-internal .content_section .item {
    width: 100%;
  }
}
#section-internal .content_section .item .illustration {
  width: 385px;
  height: 525px;
  overflow: hidden;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 1080px) {
  #section-internal .content_section .item .illustration {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  #section-internal .content_section .item .illustration {
    width: 355px;
    height: 565px;
  }
}
@media screen and (max-width: 576px) {
  #section-internal .content_section .item .illustration {
    width: 275px;
    height: 415px;
  }
}
@media screen and (max-width: 400px) {
  #section-internal .content_section .item .illustration {
    width: 100%;
  }
}
#section-internal .content_section .item .illustration .infos {
  width: 100%;
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  padding: 20px;
}
#section-internal .content_section .item .illustration .infos p {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 576px) {
  #section-internal .content_section .item .illustration .infos p {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  #section-internal .content_section .item .illustration .infos p {
    font-size: 12px;
  }
}
#section-internal .content_section .item .illustration .img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  #section-internal .content_section .item .illustration .img.responsive_text_visible {
    align-items: flex-end;
  }
}
#section-internal .content_section .item .illustration .img.responsive_text_visible p {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 2;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: inline-block;
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  #section-internal .content_section .item .illustration .img.responsive_text_visible p {
    opacity: 1;
    margin-bottom: 10px;
    -webkit-animation-name: none !important;
    animation-name: none !important;
  }
}
@media screen and (max-width: 576px) {
  #section-internal .content_section .item .illustration .img.responsive_text_visible:after {
    opacity: 0;
    display: none;
  }
}
#section-internal .content_section .item .illustration .img.responsive_text_visible:hover {
  cursor: initial;
}
#section-internal .content_section .item .illustration .img.responsive_text_visible:hover .img:before {
  display: none;
}
@media screen and (max-width: 576px) {
  #section-internal .content_section .item .illustration .img.responsive_text_visible:hover .img p {
    -webkit-animation-name: none !important;
    animation-name: none !important;
  }
}
#section-internal .content_section .item .illustration .img a {
  z-index: 4;
}
#section-internal .content_section .item .illustration .img p {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 2;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: inline-block;
  position: absolute;
  pointer-events: none;
}
#section-internal .content_section .item .illustration .img:after {
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#section-internal .content_section .item .illustration:hover {
  cursor: initial;
}
#section-internal .content_section .item .illustration:hover .img:before {
  display: none;
}
#section-internal .content_section .item .illustration:hover .img:after {
  opacity: 0.3;
}
#section-internal .content_section .item .illustration:hover .img p {
  -webkit-animation-name: tdFadeInRight;
  animation-name: tdFadeInRight;
  animation-duration: 2s !important;
}
#section-internal .content_section .item_text {
  display: inline-block;
  text-align: center;
  padding: 40px;
}
@media screen and (max-width: 576px) {
  #section-internal .content_section .item_text {
    padding: 0;
  }
}
#section-internal .content_section .item_text .quote {
  width: 80%;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #section-internal .content_section .item_text .quote {
    width: 90%;
  }
}
#section-internal .content_section .item_text .quote blockquote .the_quote {
  font-size: 25px;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #section-internal .content_section .item_text .quote blockquote .the_quote {
    font-size: 20px;
  }
}
#section-internal .content_section .item_text .quote blockquote .the_quote:before {
  content: "\e914";
  font-family: 'start' !important;
  color: #000000;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
#section-internal .content_section .item_text .quote blockquote .the_quote:after {
  content: "\e916";
  font-family: 'start' !important;
  color: #000000;
  font-size: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#section-internal .content_section .item_text .text_block {
  text-align: left;
  margin-bottom: 20px;
}
#section-internal .content_section .item_text .text_block h4 {
  margin-bottom: 10px;
}
#section-internal .content_section .item_text .text_block.price {
  background: #C6B07B;
  color: #ffffff;
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  #section-internal .content_section .item_text .text_block.price {
    padding: 10px;
  }
}
#section-internal .content_section .item_text .text_block.price h3 {
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px;
  background: #C6B07B;
  position: relative;
  top: -26px;
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 576px) {
  #section-internal .content_section .item_text .text_block.price h3 {
    top: auto;
  }
}
#section-internal .content_section .item_text .text_block.price .recap {
  background-color: #ffffff;
  padding: 20px 0;
  margin: 15px 0;
}
#section-internal .content_section .item_text .text_block.price .recap .text-center {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  color: #C6B07B;
}
#section-internal .content_section .item_text .text_block.price .recap .row .col:after {
  background-color: #F2F0F2;
  height: 100px;
  width: 1px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  #section-internal .content_section .item_text .text_block.price .recap .row .col:after {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  #section-internal .content_section .item_text .text_block.price .recap .row .col:after {
    display: none !important;
  }
}
#section-internal .content_section .item_text .text_block.price .recap .row .col:last-child:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #section-internal .content_section .item_text .text_block.price .recap .row .col:first-child:after {
    display: block !important;
  }
}
@media screen and (max-width: 576px) {
  #section-internal .content_section .item_text .text_block.price .recap .row .col:first-child:after {
    display: none !important;
  }
}
#section-internal .content_section .item_text .text_block.price .recap .row .col .item {
  width: 100%;
  padding: 2em;
}
@media screen and (max-width: 400px) {
  #section-internal .content_section .item_text .text_block.price .recap .row .col .item {
    padding: 0.5em 2em;
  }
}
#section-internal .content_section .item_text .text_block.price .recap .row .col .item p {
  font-size: 15px;
  color: #000000;
}
#section-internal .content_section .item_text .text_block.price .recap .row .col .item p span {
  font-weight: bold;
  color: #C6B07B;
  font-size: 28px;
}
#section-internal .content_section .item_text .text_block .wrap_price {
  display: inline-block;
  padding: 0px 30px 30px 30px;
}
@media screen and (max-width: 576px) {
  #section-internal .content_section .item_text .text_block .wrap_price {
    padding: 0;
    border: none;
  }
}
#section-internal .content_section .item_text .text_block .wrap_price .the_price {
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
}
#section-internal .content_section .item_text .text_block p {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 10px 0 20px 0;
}
#section-internal .contact {
  text-align: center;
  color: #313135;
}
#section-internal .contact .illustration {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #section-internal .contact .illustration {
    width: 100px;
    height: 100px;
  }
}
#section-internal .contact .name {
  color: #000000;
  font-family: 'Comfortaa', cursive;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 23px;
  letter-spacing: 10px;
}
#section-internal .contact .name .smaller {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #section-internal .contact .name {
    font-size: 18px;
  }
}
#section-internal .contact .job {
  font-weight: 100;
  font-size: 13px;
}
#section-internal .contact .job span {
  font-weight: bold;
}
#section-internal .contact .mail {
  font-weight: 400;
  text-decoration: underline;
  font-size: 16px;
  color: #000000;
}
#section-internal .contact .phone {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #section-internal .contact .phone {
    font-size: 16px;
  }
}
#section-internal .contact .location {
  margin-bottom: 0px;
}
#section-internal .contact .tools-social-links {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0px;
  margin-top: 30px;
}
#section-internal .contact .tools-social-links li {
  list-style-type: none;
  display: inline-block;
}
#section-internal .contact .tools-social-links li a {
  color: #000000;
  font-size: 25px;
  margin: 5px;
  position: relative;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
}
#section-internal .contact .tools-social-links li a:hover {
  text-decoration: none;
}
#section-internal .contact .tools-social-links li a:hover p {
  text-decoration: underline;
}
#section-internal .contact .tools-social-links li a .contact_follow {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0px;
  margin: 0 10px;
}
@keyframes tdFadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-10px);
    animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes tdFadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-10px);
    animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes iconRotate {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes iconRotate {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@-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;
  animation-duration: 2s !important;
}
#section-story {
  padding: 3.75em 0;
}
#section-story .container {
  max-width: 1000px;
}
#section-story .header_section {
  display: inline-block;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  #section-story .header_section {
    margin-bottom: 0px;
  }
}
#section-story .content_section:last-child {
  margin-bottom: 0;
}
#section-story .content_section .row {
  margin-bottom: 60px;
}
@media screen and (max-width: 576px) {
  #section-story .content_section .row {
    margin-bottom: 0px;
  }
}
#section-story .content_section .row:last-child {
  margin-bottom: 0;
}
#section-story .content_section .row .col-story {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  #section-story .content_section .row .col-story {
    flex-grow: initial;
    margin-bottom: 50px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #section-story .content_section .row .col-story {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1080px) {
  #section-story .content_section .item {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  #section-story .content_section .item {
    width: 100%;
  }
}
#section-story .content_section .item .illustration {
  width: 385px;
  height: 525px;
  overflow: hidden;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 1080px) {
  #section-story .content_section .item .illustration {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  #section-story .content_section .item .illustration {
    width: 355px;
    height: 565px;
  }
}
@media screen and (max-width: 576px) {
  #section-story .content_section .item .illustration {
    width: 275px;
    height: 415px;
  }
}
@media screen and (max-width: 400px) {
  #section-story .content_section .item .illustration {
    width: 100%;
  }
}
#section-story .content_section .item .illustration.video_portrait {
  width: 385px;
  height: 525px;
}
#section-story .content_section .item .illustration.video_portrait .img:after {
  opacity: 0;
  background: #000000;
}
#section-story .content_section .item .illustration.video_portrait .img:before {
  content: "\ea15";
  font-family: 'start' !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  font-size: 50px;
  margin-left: -25px;
  margin-top: -25px;
  color: #ffffff;
  z-index: 3;
}
#section-story .content_section .item .illustration:hover {
  cursor: pointer;
}
#section-story .content_section .item .illustration:hover .img:after {
  opacity: 0.4;
  background: #000000;
}
#section-story .content_section .item .illustration .infos {
  width: 100%;
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  padding: 20px;
}
#section-story .content_section .item .illustration .infos p {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 576px) {
  #section-story .content_section .item .illustration .infos p {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  #section-story .content_section .item .illustration .infos p {
    font-size: 12px;
  }
}
#section-story .content_section .item .illustration .img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  #section-story .content_section .item .illustration .img.responsive_text_visible {
    align-items: flex-end;
  }
}
#section-story .content_section .item .illustration .img.responsive_text_visible p {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 2;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: inline-block;
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  #section-story .content_section .item .illustration .img.responsive_text_visible p {
    opacity: 1;
    margin-bottom: 10px;
    -webkit-animation-name: none !important;
    animation-name: none !important;
  }
}
@media screen and (max-width: 576px) {
  #section-story .content_section .item .illustration .img.responsive_text_visible:after {
    opacity: 0;
    display: none;
  }
}
#section-story .content_section .item .illustration .img.responsive_text_visible:hover {
  cursor: initial;
}
#section-story .content_section .item .illustration .img.responsive_text_visible:hover .img:before {
  display: none;
}
@media screen and (max-width: 576px) {
  #section-story .content_section .item .illustration .img.responsive_text_visible:hover .img p {
    -webkit-animation-name: none !important;
    animation-name: none !important;
  }
}
#section-story .content_section .item .illustration .img a {
  z-index: 4;
}
#section-story .content_section .item .illustration .img p {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 2;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: inline-block;
  position: absolute;
  pointer-events: none;
}
#section-story .content_section .item .illustration .img:after {
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#section-story .content_section .item .illustration:hover {
  cursor: initial;
}
#section-story .content_section .item .illustration:hover .img:before {
  display: none;
}
#section-story .content_section .item .illustration:hover .img:after {
  opacity: 0.3;
}
#section-story .content_section .item .illustration:hover .img p {
  -webkit-animation-name: tdFadeInRight;
  animation-name: tdFadeInRight;
  animation-duration: 2s !important;
}
#section-story .content_section .item_text {
  display: inline-block;
  text-align: center;
  padding: 40px;
}
@media screen and (max-width: 576px) {
  #section-story .content_section .item_text {
    padding: 0px;
  }
}
#section-story .content_section .item_text .quote {
  width: 80%;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #section-story .content_section .item_text .quote {
    width: 90%;
  }
}
#section-story .content_section .item_text .quote blockquote .the_quote {
  font-size: 25px;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #section-story .content_section .item_text .quote blockquote .the_quote {
    font-size: 20px;
  }
}
#section-story .content_section .item_text .quote blockquote .the_quote:before {
  content: "\e914";
  font-family: 'start' !important;
  color: #000000;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
#section-story .content_section .item_text .quote blockquote .the_quote:after {
  content: "\e916";
  font-family: 'start' !important;
  color: #000000;
  font-size: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#section-story .content_section .item_text .text_block {
  text-align: left;
  margin-bottom: 20px;
}
#section-story .content_section .item_text .text_block p {
  width: 100%;
  display: inline-block;
  font-size: 16px;
}
@keyframes tdFadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-10px);
    animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes tdFadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-10px);
    animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes iconRotate {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes iconRotate {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@-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;
  animation-duration: 2s !important;
}
#section-img-separation .illustration {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 1200px) {
  #section-img-separation .illustration {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #section-img-separation .illustration {
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  #section-img-separation .illustration {
    height: 200px;
  }
}
@media screen and (max-width: 360px) {
  #section-img-separation .illustration {
    height: 150px;
  }
}
#section-img-separation .illustration .img {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
  #section-img-separation .illustration .img {
    background-attachment: initial;
  }
}
#section-img-separation .header_section {
  text-align: center;
  padding: 2rem;
}
#section-slides-gallery {
  background: #ffffff;
  padding: 3rem 0;
}
#section-slides-gallery .container {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #section-slides-gallery .container {
    padding: 0;
  }
}
#section-slides-gallery .header_section {
  display: inline-block;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
#section-slides-gallery .content_section {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: -100px;
}
#section-slides {
  background: #ffffff;
  padding: 3rem 0;
}
#section-slides .container {
  max-width: 1140px;
}
@media screen and (max-width: 992px) {
  #section-slides .container {
    padding: 0;
  }
}
#section-slides .header_section {
  display: inline-block;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
#section-slides .top_section {
  display: inline-block;
  width: 100%;
  height: 600px;
  background: #ffffff;
  position: relative;
}
#section-slides .top_section .block-text {
  background: #ffffff;
  max-width: 450px;
  display: inline-block;
  padding: 30px;
  position: absolute;
  z-index: 2;
  top: 25px;
  right: 25px;
}
#section-slides .top_section .block-text blockquote .the_quote {
  font-size: 17px;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  font-style: italic;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #section-slides .top_section .block-text blockquote .the_quote {
    font-size: 20px;
  }
}
#section-slides .top_section .block-text blockquote .the_quote:before {
  content: "\e914";
  font-family: 'start' !important;
  color: #000000;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
#section-slides .top_section .block-text blockquote .the_quote:after {
  content: "\e916";
  font-family: 'start' !important;
  color: #000000;
  font-size: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 992px) {
  #section-slides .top_section .block-text {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin: 0 auto;
  }
}
#section-slides .top_section .block-text h3 {
  font-size: 20px;
}
#section-slides .top_section .illustration {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  #section-slides .top_section .illustration {
    height: 350px;
    position: relative;
    top: auto;
    left: auto;
  }
}
#section-slides .content_section {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: -100px;
}
#section-internal-header {
  height: 450px;
  margin-top: 50px;
}
#section-internal-header .header_section {
  text-align: center;
  padding: 2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #section-internal-header .header_section {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #section-internal-header .header_section {
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  #section-internal-header .header_section {
    height: 200px;
  }
}
@media screen and (max-width: 360px) {
  #section-internal-header .header_section {
    height: 150px;
  }
}
#section-internal-header .header_section .title_page_section {
  z-index: 2;
}
#section-internal-header .header_section .illustration {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#section-internal-header .header_section .illustration:before {
  content: "";
  background: #000000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#section-internal-header .header_section .illustration .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
  #section-internal-header .header_section .illustration .img {
    background-attachment: initial;
  }
}
.section_text_horse_expand {
  background: #ffffff;
  padding: 3.125rem 0;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .section_text_horse_expand {
    padding: 3.125rem 0;
  }
}
@media screen and (max-width: 768px) {
  .section_text_horse_expand {
    padding: 20px 0;
  }
}
.section_text_horse_expand .header_section {
  width: 100%;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section_text_horse_expand.first {
    padding: 60px 0 0 0;
  }
}
.section_text_horse_expand.no_bg {
  background: transparent;
  background: none;
}
.section_text_horse_expand.img_to_top .row {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.section_text_horse_expand.img_to_center .row {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.section_text_horse_expand.text_to_left {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.section_text_horse_expand.text_to_left .row .col_img {
  margin-left: -25%;
  padding: 0;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 992px) {
  .section_text_horse_expand.text_to_left .row .col_img {
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.section_text_horse_expand.text_to_left .row .col_item_text {
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 992px) {
  .section_text_horse_expand.text_to_left .row .col_item_text {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.section_text_horse_expand.text_to_right .row {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.section_text_horse_expand.text_to_right .row .col_img {
  margin-right: -25%;
  padding: 0;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 992px) {
  .section_text_horse_expand.text_to_right .row .col_img {
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.section_text_horse_expand.text_to_right .row .col_item_text {
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 992px) {
  .section_text_horse_expand.text_to_right .row .col_item_text {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.section_text_horse_expand.formules .text_block {
  text-align: center !important;
  padding: 60px 0 0 0  !important;
  min-height: 330px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
@media screen and (max-width: 992px) {
  .section_text_horse_expand.formules .text_block {
    padding: 60px 0   !important;
    text-align: center !important;
  }
}
.section_text_horse_expand.formules .text_block:after {
  display: none;
}
.section_text_horse_expand.formules .text_block p {
  font-style: normal;
}
.section_text_horse_expand.formules .text_block .by {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
.section_text_horse_expand.formules .text_block .artistique_title {
  text-align: center;
  margin-bottom: 0;
  line-height: 29px;
  position: relative;
  display: inline-block;
}
.section_text_horse_expand.formules .text_block .artistique_title .formule {
  position: relative;
  display: inline-block;
}
.section_text_horse_expand.formules .text_block .artistique_title .formule.couple:after {
  content: "\e917";
  font-family: 'start' !important;
  color: #000000;
  font-size: 60px;
  position: absolute;
  right: -80px;
  top: -30px;
}
.section_text_horse_expand.formules .text_block .artistique_title .formule.intime:after {
  content: "\e928";
  font-family: 'start' !important;
  color: #000000;
  font-size: 60px;
  position: absolute;
  right: -50px;
  top: -20px;
}
.section_text_horse_expand.formules .text_block .artistique_title .formule.art:after {
  content: "\e920";
  font-family: 'start' !important;
  color: #000000;
  font-size: 60px;
  position: absolute;
  right: -70px;
  top: -26px;
}
.section_text_horse_expand.formules .text_block .artistique_title .formule {
  font-size: 19px;
  font-family: 'Comfortaa', cursive;
  text-transform: uppercase;
}
.section_text_horse_expand.formules .text_block .artistique_title .titre {
  font-family: 'Comfortaa', cursive;
  font-size: 27px;
}
.section_text_horse_expand .container {
  width: 90%;
}
@media screen and (max-width: 992px) {
  .section_text_horse_expand .container {
    width: 90% !important;
  }
}
@media screen and (min-width: 1300px) {
  .section_text_horse_expand .container {
    width: 1140px !important;
  }
}
.section_text_horse_expand .text_center_container {
  max-width: 768px;
  margin-top: 78px;
}
@media screen and (max-width: 992px) {
  .section_text_horse_expand .text_center_container {
    margin-top: 0;
  }
}
.section_text_horse_expand .row {
  flex-wrap: nowrap;
}
@media screen and (max-width: 992px) {
  .section_text_horse_expand .row {
    flex-wrap: wrap;
  }
}
.section_text_horse_expand .col_img {
  margin-left: -25%;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .section_text_horse_expand .col_img {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .section_text_horse_expand .col_item_text {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 768px) {
  .section_text_horse_expand .col_item_text {
    min-width: initial;
    width: 100%;
    padding: 0;
  }
}
.section_text_horse_expand .item {
  height: auto;
  display: inline-block;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section_text_horse_expand .item {
    top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .section_text_horse_expand .item {
    top: 0px;
  }
}
.section_text_horse_expand .item .text_block {
  padding: 76px 40px 76px 76px;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  display: inline-block;
  text-align: left;
  position: relative;
  z-index: 3;
  margin: 60px auto;
  line-height: initial;
}
.section_text_horse_expand .item .text_block:after {
  content: "\e914";
  font-family: 'start' !important;
  color: #C6B07B;
  font-size: 40px;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 992px) {
  .section_text_horse_expand .item .text_block.sanke_temoignage {
    background: none;
    background: transparent;
  }
}
.section_text_horse_expand .item .text_block.sanke_temoignage p {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .section_text_horse_expand .item .text_block {
    min-width: initial;
    height: auto;
    margin: 0;
    max-width: initial;
    position: relative;
    bottom: 0;
    width: 90%;
    margin: 0 5%;
    padding: 76px  2rem 1rem 76px;
  }
}
@media screen and (max-width: 768px) {
  .section_text_horse_expand .item .text_block {
    height: auto;
    position: relative;
    width: 100%;
    margin: 0;
    border: none;
    padding: 76px 2rem 1rem 76px;
  }
}
.section_text_horse_expand .item .text_block p {
  font-size: 20px;
  font-style: italic;
}
.section_text_horse_expand .item .text_block .display-2 {
  line-height: initial;
  font-size: 1rem;
  font-weight: bold;
}
.section_text_horse_expand .item .text_block .display-2 a {
  font-family: 'Merriweather', serif;
  color: #000000;
  font-size: inherit;
  line-height: inherit;
}
#section-about {
  padding: 3.75em 0;
}
#section-about .container {
  max-width: 1000px;
}
#section-about .header_section {
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}
#section-about .header_section h2 {
  width: 100%;
  margin-bottom: 0;
}
#section-about .title_page_section {
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  width: auto;
  margin-bottom: 40px;
  padding: 80px 0;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  #section-about .title_page_section {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  #section-about .title_page_section {
    margin-bottom: 16px;
    font-size: 17px;
    padding: 40px 0;
  }
}
#section-about .title_page_section:after {
  content: attr(data-effect);
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 100px;
  color: #ccc;
  z-index: -1;
  text-align: center;
  font-family: 'Aguafina Script', cursive;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  padding: 20px 0;
  top: 0;
  opacity: 0.3;
  left: 0;
}
@media screen and (max-width: 992px) {
  #section-about .title_page_section:after {
    font-size: 69px;
  }
}
@media screen and (max-width: 300px) {
  #section-about .title_page_section:after {
    font-size: 50px;
  }
}
#section-about .content_section:last-child {
  margin-bottom: 0;
}
#section-about .content_section .row {
  margin-bottom: 60px;
}
#section-about .content_section .row:last-child {
  margin-bottom: 0;
}
#section-about .content_section .row .col-story {
  display: inline-block;
}
@media screen and (max-width: 1080px) {
  #section-about .content_section .row .col-story {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 576px) {
  #section-about .content_section .row .col-story {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1080px) {
  #section-about .content_section .item {
    width: 100%;
    text-align: center;
  }
}
#section-about .content_section .item:hover {
  cursor: pointer;
}
#section-about .content_section .item:hover .illustration .img:after {
  opacity: 0.4;
  background: #000000;
}
@media screen and (max-width: 400px) {
  #section-about .content_section .item {
    width: 100%;
  }
}
#section-about .content_section .item .illustration {
  width: 385px;
  height: 525px;
  overflow: hidden;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 1080px) {
  #section-about .content_section .item .illustration {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  #section-about .content_section .item .illustration {
    width: 355px;
    height: 565px;
  }
}
@media screen and (max-width: 576px) {
  #section-about .content_section .item .illustration {
    width: 275px;
    height: 415px;
  }
}
@media screen and (max-width: 400px) {
  #section-about .content_section .item .illustration {
    width: 100%;
  }
}
#section-about .content_section .item .illustration .infos {
  width: 100%;
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  padding: 20px;
}
#section-about .content_section .item .illustration .infos p {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 576px) {
  #section-about .content_section .item .illustration .infos p {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  #section-about .content_section .item .illustration .infos p {
    font-size: 12px;
  }
}
#section-about .content_section .item .illustration .img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-about .content_section .item .illustration .img a {
  z-index: 4;
}
#section-about .content_section .item .illustration .img p {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 2;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: inline-block;
  position: absolute;
  pointer-events: none;
}
#section-about .content_section .item .illustration .img:after {
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#section-about .content_section .item .illustration:hover {
  cursor: initial;
}
#section-about .content_section .item .illustration:hover .img:before {
  display: none;
}
#section-about .content_section .item .illustration:hover .img:after {
  opacity: 0.3;
}
#section-about .content_section .item .illustration:hover .img p {
  -webkit-animation-name: tdFadeInRight;
  animation-name: tdFadeInRight;
  animation-duration: 2s !important;
}
#section-about .content_section .item_text {
  display: inline-block;
  text-align: center;
  padding: 40px;
}
@media screen and (max-width: 576px) {
  #section-about .content_section .item_text {
    padding: 0;
  }
}
#section-about .content_section .item_text .quote {
  width: 80%;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #section-about .content_section .item_text .quote {
    width: 90%;
  }
}
#section-about .content_section .item_text .quote blockquote .the_quote {
  font-size: 25px;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #section-about .content_section .item_text .quote blockquote .the_quote {
    font-size: 20px;
  }
}
#section-about .content_section .item_text .quote blockquote .the_quote:before {
  content: "\e914";
  font-family: 'start' !important;
  color: #000000;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
#section-about .content_section .item_text .quote blockquote .the_quote:after {
  content: "\e916";
  font-family: 'start' !important;
  color: #000000;
  font-size: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#section-about .content_section .item_text .text_block {
  text-align: left;
  margin-bottom: 20px;
}
#section-about .content_section .item_text .text_block h4 {
  margin-bottom: 10px;
}
#section-about .content_section .item_text .text_block.price {
  background: #C6B07B;
  color: #ffffff;
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  #section-about .content_section .item_text .text_block.price {
    padding: 10px;
  }
}
#section-about .content_section .item_text .text_block.price h3 {
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px;
  background: #C6B07B;
  position: relative;
  top: -26px;
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 576px) {
  #section-about .content_section .item_text .text_block.price h3 {
    top: auto;
  }
}
#section-about .content_section .item_text .text_block.price .recap {
  background-color: #ffffff;
  padding: 20px 0;
  margin: 15px 0;
}
#section-about .content_section .item_text .text_block.price .recap .text-center {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  color: #C6B07B;
}
#section-about .content_section .item_text .text_block.price .recap .row .col:after {
  background-color: #F2F0F2;
  height: 100px;
  width: 1px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  #section-about .content_section .item_text .text_block.price .recap .row .col:after {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  #section-about .content_section .item_text .text_block.price .recap .row .col:after {
    display: none !important;
  }
}
#section-about .content_section .item_text .text_block.price .recap .row .col:last-child:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #section-about .content_section .item_text .text_block.price .recap .row .col:first-child:after {
    display: block !important;
  }
}
@media screen and (max-width: 576px) {
  #section-about .content_section .item_text .text_block.price .recap .row .col:first-child:after {
    display: none !important;
  }
}
#section-about .content_section .item_text .text_block.price .recap .row .col .item {
  width: 100%;
  padding: 2em;
}
@media screen and (max-width: 400px) {
  #section-about .content_section .item_text .text_block.price .recap .row .col .item {
    padding: 0.5em 2em;
  }
}
#section-about .content_section .item_text .text_block.price .recap .row .col .item p {
  font-size: 15px;
  color: #000000;
}
#section-about .content_section .item_text .text_block.price .recap .row .col .item p span {
  font-weight: bold;
  color: #C6B07B;
  font-size: 28px;
}
#section-about .content_section .item_text .text_block .wrap_price {
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 0px 30px 30px 30px;
}
@media screen and (max-width: 576px) {
  #section-about .content_section .item_text .text_block .wrap_price {
    padding: 0;
    border: none;
  }
}
#section-about .content_section .item_text .text_block .wrap_price .the_price {
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
}
#section-about .content_section .item_text .text_block p {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 10px 0 20px 0;
}
#section-about .about {
  display: inline-block;
  width: 100%;
}
#section-about .about .wrapper {
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
#section-about .photo {
  text-align: center;
  color: #313135;
}
#section-about .photo .illustration {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #section-about .photo .illustration {
    width: 150px;
    height: 150px;
  }
}
#section-about .photo .name {
  color: #000000;
  font-family: 'Comfortaa', cursive;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 23px;
  letter-spacing: 10px;
}
#section-about .photo .name .smaller {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #section-about .photo .name {
    font-size: 18px;
  }
}
#section-about .photo .job {
  font-weight: 100;
  font-size: 13px;
}
#section-about .photo .job span {
  font-weight: bold;
}
#section-about .photo .mail {
  font-weight: 400;
  text-decoration: underline;
  font-size: 16px;
  color: #000000;
}
#section-about .photo .phone {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #section-about .photo .phone {
    font-size: 16px;
  }
}
#section-about .photo .location {
  margin-bottom: 0px;
}
#section-about .photo .tools-social-links {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0px;
  margin-top: 30px;
}
#section-about .photo .tools-social-links li {
  list-style-type: none;
  display: inline-block;
}
#section-about .photo .tools-social-links li a {
  color: #000000;
  font-size: 25px;
  margin: 5px;
  position: relative;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
}
#section-about .photo .tools-social-links li a:hover {
  text-decoration: none;
}
#section-about .photo .tools-social-links li a:hover p {
  text-decoration: underline;
}
#section-about .photo .tools-social-links li a .contact_follow {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0px;
  margin: 0 10px;
}
@keyframes tdFadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-10px);
    animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes tdFadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-10px);
    animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes iconRotate {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes iconRotate {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@-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;
  animation-duration: 2s !important;
}
#section_grid_tarifs {
  background: #ffffff;
  padding-top: 130px;
}
#section_grid_tarifs .header_section {
  display: inline-block;
  text-align: center;
  margin-bottom: 40px;
}
#section_grid_tarifs .container {
  max-width: 960px;
}
@media screen and (max-width: 1044px) {
  #section_grid_tarifs .container {
    max-width: 60%;
  }
}
@media screen and (max-width: 576px) {
  #section_grid_tarifs .container {
    max-width: 80%;
  }
}
@media screen and (max-width: 400px) {
  #section_grid_tarifs .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 1044px) {
  #section_grid_tarifs .content_section {
    padding: 0 5%;
  }
}
#section_grid_tarifs .content_section .row.amounts {
  margin-bottom: 28px;
}
#section_grid_tarifs .content_section .row.amounts .col.grid {
  background: #ffffff;
  margin: 0 15px;
  padding: 0;
}
#section_grid_tarifs .content_section .row.amounts .col.grid.free_amount .head_item p {
  font-size: 24px;
  line-height: 24px;
}
#section_grid_tarifs .content_section .row.amounts .col.grid:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1044px) {
  #section_grid_tarifs .content_section .row.amounts .col.grid {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item {
  text-align: center;
  padding: 40px 10px;
  background: #C6B07B;
  display: inline-block;
  width: 100%;
  min-height: 260px;
  -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item.intime {
  background: #F0F0F0;
  background-image: url('../../medias/section_prestation/bgrose.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item.intime .amount {
  color: #000000;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item.duo {
  background: #D6CCB4;
  background-image: url('../../medias/section_prestation/bggold.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item.duo h3 {
  color: #000000;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item.duo .amount {
  color: #000000;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item.art {
  background: #D6CCB4;
  background-image: url('../../medias/section_prestation/bgpurple.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item.art h3 {
  color: #000000;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item.art .amount {
  color: #000000;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item .item_formule {
  text-align: center;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item .item_formule .artistique_title {
  text-align: center;
  margin-bottom: 0;
  line-height: 20px;
  position: relative;
  display: inline-block;
  padding-top: 30px;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item .item_formule .artistique_title .formule {
  position: relative;
  display: inline-block;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item .item_formule .artistique_title .formule.couple:after {
  content: "\e917";
  font-family: 'start' !important;
  color: #000000;
  font-size: 60px;
  position: absolute;
  right: -80px;
  top: -30px;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item .item_formule .artistique_title .formule.intime:after {
  content: "\e928";
  font-family: 'start' !important;
  color: #000000;
  font-size: 60px;
  position: absolute;
  right: -50px;
  top: -20px;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item .item_formule .artistique_title .formule.art:after {
  content: "\e920";
  font-family: 'start' !important;
  color: #000000;
  font-size: 60px;
  position: absolute;
  right: -70px;
  top: -26px;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item .item_formule .artistique_title .formule {
  font-size: 15px;
  font-family: 'Comfortaa', cursive;
  text-transform: uppercase;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item .item_formule .artistique_title .titre {
  font-family: 'Comfortaa', cursive;
  font-size: 18px;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item .ornament {
  width: 100px;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item .btn {
  width: auto;
  padding: 5px 20px;
}
@media screen and (max-width: 576px) {
  #section_grid_tarifs .content_section .row.amounts .col.grid .item .btn {
    width: auto;
    font-size: 16px;
  }
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item .amount {
  font-size: 40px;
  font-weight: 100;
  color: #000000;
}
@media screen and (max-width: 576px) {
  #section_grid_tarifs .content_section .row.amounts .col.grid .item .amount {
    font-size: 30px;
  }
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item .amount span {
  color: #000000;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item p {
  font-size: 15px;
  color: #000000;
  margin: 5px 0;
  font-weight: 100;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item p span {
  font-weight: bold;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item small {
  font-size: 12px;
  display: inline-block;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item .text {
  color: #000000;
  font-size: 15px;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item .text span {
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  #section_grid_tarifs .content_section .row.amounts .col.grid .item .text {
    font-size: 16px;
  }
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item .text_infos {
  color: #000000;
  font-size: 12px;
  font-style: italic;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item .text_infos span {
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  #section_grid_tarifs .content_section .row.amounts .col.grid .item .text_infos {
    font-size: 16px;
  }
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item .points {
  font-size: 15px;
}
#section_grid_tarifs .content_section .row.amounts .col.grid .item .small {
  font-size: 12px;
}
#section_grid_tarifs .legend {
  font-size: 14px;
}
#section-video {
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
}
#section-video #video {
  width: 100%;
}
#section-video video {
  object-fit: cover;
}
.section_formule {
  width: 100%;
  text-align: center;
  padding-top: 60px;
  overflow: initial !important;
}
.section_formule .container {
  overflow: initial !important;
}
.section_formule .header_formule .item_formule {
  text-align: center;
}
.section_formule .header_formule .item_formule .artistique_title {
  text-align: center;
  margin-bottom: 0;
  line-height: 29px;
  position: relative;
  display: inline-block;
}
.section_formule .header_formule .item_formule .artistique_title .formule {
  position: relative;
  display: inline-block;
}
.section_formule .header_formule .item_formule .artistique_title .formule.couple:after {
  content: "\e917";
  font-family: 'start' !important;
  color: #000000;
  font-size: 60px;
  position: absolute;
  right: -80px;
  top: -30px;
}
.section_formule .header_formule .item_formule .artistique_title .formule.intime:after {
  content: "\e928";
  font-family: 'start' !important;
  color: #000000;
  font-size: 60px;
  position: absolute;
  right: -50px;
  top: -20px;
}
.section_formule .header_formule .item_formule .artistique_title .formule.art:after {
  content: "\e920";
  font-family: 'start' !important;
  color: #000000;
  font-size: 60px;
  position: absolute;
  right: -70px;
  top: -26px;
}
.section_formule .header_formule .item_formule .artistique_title .formule {
  font-size: 19px;
  font-family: 'Comfortaa', cursive;
  text-transform: uppercase;
}
.section_formule .header_formule .item_formule .artistique_title .titre {
  font-family: 'Comfortaa', cursive;
  font-size: 27px;
}
.section_formule .content_formule .item {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 15px 0;
}
.section_formule .content_formule .item:after {
  content: "";
  height: 1px;
  background: #000000;
  width: 54px;
  position: absolute;
  left: 50%;
  margin-left: -27px;
  bottom: 0;
}
.section_formule .content_formule .item p {
  font-size: 19px;
  margin-bottom: 0;
}
.section_formule .content_formule .item p.price {
  font-size: 40px;
  font-weight: bold;
}
.section_formule .content_formule .item p.small {
  font-size: 12px;
}
.section_formule .content_formule .item:last-child:after {
  display: none;
}
.section_mini_galerie {
  padding: 5rem 0;
}
.section_mini_galerie .container {
  max-width: 990px;
}
@media screen and (max-width: 992px) {
  .section_mini_galerie .container {
    max-width: 90%;
  }
}
.section_mini_galerie .content_section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.section_mini_galerie .content_section img {
  display: inline-block;
  max-width: 308px;
  margin: 3px;
}
#section_illustration {
  margin-bottom: 2rem;
}
#section_illustration .illustration {
  width: 600px;
  height: 400px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #section_illustration .illustration {
    width: 300px;
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  #section_illustration .illustration {
    width: 210;
    height: 140px;
  }
}
#section_illustration .container {
  max-width: 960px;
}
@media screen and (max-width: 768px) {
  #section_illustration .container {
    max-width: 90%;
  }
}
#section_expo {
  width: 100%;
  display: inline-block;
}
#section_expo .container {
  max-width: 700px;
}
@media screen and (max-width: 992px) {
  #section_expo .container {
    max-width: 90%;
  }
}
#section_expo .illu {
  width: 100%;
  display: inline-block;
  height: auto;
}
#section_expo .head {
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 576px) {
  #section_expo .head {
    margin-top: 30px;
  }
}
#section_expo .head h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 30px;
  display: inline-block;
  letter-spacing: 5px;
}
@media screen and (max-width: 576px) {
  #section_expo .head h1 {
    font-size: 20px;
  }
}
#section_expo .head p {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
#section_expo .text_content {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  width: 600px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  #section_expo .text_content {
    max-width: 100%;
    width: 100%;
  }
}
#section_expo .text_content p {
  font-size: 16px;
}
#section_expo .text_content p span {
  font-weight: bold;
}
#section_expo .text_content a {
  color: #000000;
  text-decoration: underline;
}
#section_expo .vernissage {
  text-align: center;
  margin-bottom: 30px;
}
#section_expo .vernissage img {
  display: inline-block;
}
#section_expo .vernissage p {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 21px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}
#section_expo .vernissage p.dragon {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
#section_expo .vernissage p span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
}
#section_expo .vernissage p span.dragon {
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}
#section_expo .avatar {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
#section_expo .avatar img {
  display: inline-block;
}
.section_layout_gallery_new {
  padding: 10.313vw 8vw 0;
  height: auto;
  padding-top: 0;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .section_layout_gallery_new {
    padding: 0;
  }
}
@media (max-width: 375px) {
  .section_layout_gallery_new {
    padding: 0;
  }
}
.section_layout_gallery_new.loaded .page_content {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.section_layout_gallery_new .container {
  max-width: 1000px;
}
.section_layout_gallery_new .gallery-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section_layout_gallery_new .gallery-wrapper .gallery-item-wrapper {
  margin: 1%;
}
.section_layout_gallery_new .gallery-wrapper .gallery-item-wrapper.full {
  -ms-flex-preferred-size: 98%;
  flex-basis: 98%;
  max-width: 98%;
}
.section_layout_gallery_new .gallery-wrapper .gallery-item-wrapper.half {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  max-width: 48%;
}
.section_layout_gallery_new .gallery-wrapper .gallery-item-wrapper.triptique {
  -ms-flex-preferred-size: 31.3333333%;
  flex-basis: 31.3333333%;
  max-width: 31.3333333%;
}
.section_layout_gallery_new .gallery-item {
  width: auto;
  position: relative;
  margin: auto;
  outline: 0;
}
.section_layout_gallery_new .gallery-item .gallery-item-content {
  position: relative;
  width: 100%;
  height: auto;
}
.section_layout_gallery_new .gallery-item a {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-user-select: -moz-none;
  display: flex;
  overflow: hidden;
  text-decoration: none;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  cursor: pointer;
  height: 100%;
  transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.section_layout_gallery_new .gallery-item img {
  width: 100%;
  height: 100%;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: opacity 0.5s ease 0.1s, -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.5s ease 0.1s, transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.5s ease 0.1s, transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
body.loaded .first {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible !important;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 2s !important;
}
#section_links {
  width: 100%;
  display: inline-block;
}
#section_links .container {
  max-width: 700px;
}
@media screen and (max-width: 992px) {
  #section_links .container {
    max-width: 90%;
  }
}
#section_links .contact .illustration {
  margin-bottom: 10px;
}
#section_links .content_links {
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#section_links .content_links ul {
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#section_links .content_links ul li {
  display: inline-block;
  width: 100%;
  max-width: 520px;
  margin-bottom: 20px;
}
#section_links .content_links ul li .item {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #000000;
  -webkit-border-radius: 360px;
  -moz-border-radius: 360px;
  border-radius: 360px;
  padding: 10px;
  box-sizing: border-box;
}
#section_links .content_links ul li .item .text {
  flex: 1;
  min-width: 0;
  text-align: center;
  margin: 0 20px;
}
#section_links .content_links ul li .item .text h4 {
  color: #000000;
  font-family: 'Comfortaa', cursive;
  font-size: 18px;
  font-weight: bold;
}
#section_links .content_links ul li .item .text p {
  color: #000000;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  #section_links .content_links ul li .item .text p {
    font-size: 14px;
  }
}
#section_links .content_links ul li .item .img {
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
}
#section_links .content_links ul li .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/*--------------------------------------
  Octobre ROSe
--------------------------------------*/
#section_tutos {
  padding: 5rem 0 ;
  background: transparent;
  overflow: initial;
}
@media screen and (max-width: 992px) {
  #section_tutos {
    padding: 3rem 0 ;
  }
}
#section_tutos .header_section {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#section_tutos .header_section h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 52px;
  font-family: 'Oswald', sans-serif;
  color: #000000;
  text-align: center;
}
#section_tutos .header_section h2 span {
  color: #D6306F;
}
@media screen and (max-width: 900px) {
  #section_tutos .header_section h2 {
    font-size: 32px;
  }
}
#section_tutos .content_section {
  width: 100%;
  display: inline-block;
  background-image: url(../img/deco_actu.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  #section_tutos .content_section {
    background-image: none;
  }
}
#section_tutos .content_section .container {
  max-width: 668px;
}
@media screen and (max-width: 992px) {
  #section_tutos .content_section .container {
    max-width: 90%;
  }
}
#section_tutos .content_section .container.wrap_carousel {
  max-width: 668px;
  position: relative;
  overflow: initial;
}
@media screen and (max-width: 992px) {
  #section_tutos .content_section .container.wrap_carousel {
    max-width: 90%;
  }
}
#section_tutos .content_section .container.wrap_carousel.male:after {
  content: "";
  display: inline-block;
  width: 384px;
  height: 624px;
  position: absolute;
  top: -340px;
  left: -30px;
  background-image: url("../../medias/autopalpation/bg_homme.png");
  background-size: contain;
  z-index: -2;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  #section_tutos .content_section .container.wrap_carousel.male:after {
    max-width: 90%;
  }
}
@media screen and (max-width: 687px) {
  #section_tutos .content_section .container.wrap_carousel.male:after {
    width: 294px;
    height: 554px;
  }
}
@media screen and (max-width: 576px) {
  #section_tutos .content_section .container.wrap_carousel.male:after {
    width: 204px;
    height: 464px;
    left: 0;
    top: -190px;
  }
}
@media screen and (max-width: 403px) {
  #section_tutos .content_section .container.wrap_carousel.male:after {
    left: -16px;
    top: -210px;
  }
}
#section_tutos .content_section .container.wrap_carousel.female:after {
  content: "";
  display: inline-block;
  width: 384px;
  height: 624px;
  position: absolute;
  top: -340px;
  left: -30px;
  background-image: url("../../medias/autopalpation/bg_femme.png");
  background-size: contain;
  z-index: -2;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  #section_tutos .content_section .container.wrap_carousel.female:after {
    max-width: 90%;
  }
}
@media screen and (max-width: 992px) {
  #section_tutos .content_section .container.wrap_carousel.female:after {
    max-width: 90%;
  }
}
@media screen and (max-width: 687px) {
  #section_tutos .content_section .container.wrap_carousel.female:after {
    width: 294px;
    height: 554px;
  }
}
@media screen and (max-width: 576px) {
  #section_tutos .content_section .container.wrap_carousel.female:after {
    width: 204px;
    height: 464px;
    left: 0;
    top: -190px;
  }
}
@media screen and (max-width: 403px) {
  #section_tutos .content_section .container.wrap_carousel.female:after {
    left: -16px;
  }
}
#section_tutos .item {
  width: 100%;
  height: auto;
  min-height: 600px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 992px) {
  #section_tutos .item {
    min-height: initial;
  }
}
#section_tutos .item_inside {
  display: inline-block;
  height: auto;
  width: 100%;
}
#section_tutos .item_inside:after {
  content: "";
  width: 90%;
  height: 402px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  border: 8px solid #ffffff;
  background: url(../../medias/autopalpation/img_homme.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -45%;
  transform: rotate(-4deg);
  z-index: -1;
}
@media screen and (max-width: 576px) {
  #section_tutos .item_inside:after {
    height: 250px;
  }
}
#section_tutos .illustration {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 402px;
  width: 90%;
  opacity: 1;
  top: auto;
  left: auto;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  border: 8px solid #ffffff;
}
@media screen and (max-width: 576px) {
  #section_tutos .illustration {
    height: 250px;
  }
}
#section_tutos .illustration a {
  z-index: 10;
}
#section_tutos .illustration a img {
  width: 80px;
  height: 80px;
  opacity: 0.5;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  -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: 576px) {
  #section_tutos .illustration a img {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }
}
#section_tutos .illustration a .btn {
  position: absolute;
  left: 50%;
  margin-left: -54px;
  bottom: 30px;
  font-size: 13px;
  padding: 5px 20px;
}
#section_tutos .illustration a:hover img {
  opacity: 1;
}
#section_tutos #carouselactu {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  opacity: 1;
  top: 0;
  left: 0;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  #section_tutos #carouselactu {
    position: relative;
  }
}
#section_tutos #carouselactu .carousel-inner {
  height: auto;
  width: 100%;
  position: relative;
  text-align: center;
}
#section_tutos #carouselactu .carousel-inner .carousel-item {
  height: 100%;
  width: 100%;
}
#section_tutos #carouselactu .carousel-control-next {
  background: transparent;
  border: none;
  z-index: 3;
  opacity: 1;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  height: 450px;
}
@media screen and (max-width: 576px) {
  #section_tutos #carouselactu .carousel-control-next {
    height: 250px;
  }
}
#section_tutos #carouselactu .carousel-control-next:after {
  content: "";
  width: 45px;
  height: 45px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('../svg/round_right.svg');
  position: absolute;
  z-index: 2;
  right: 0;
}
@media screen and (max-width: 992px) {
  #section_tutos #carouselactu .carousel-control-next:after {
    width: 35px;
    height: 35px;
  }
}
#section_tutos #carouselactu .carousel-control-next .carousel-control-next-icon {
  display: none;
}
#section_tutos #carouselactu .carousel-control-prev {
  background: transparent;
  border: none;
  z-index: 3;
  opacity: 1;
  justify-content: center;
  overflow: hidden;
  height: 450px;
}
@media screen and (max-width: 576px) {
  #section_tutos #carouselactu .carousel-control-prev {
    height: 250px;
  }
}
#section_tutos #carouselactu .carousel-control-prev:after {
  content: "";
  width: 45px;
  height: 45px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('../svg/round_left.svg');
  position: absolute;
  z-index: 2;
  left: 0;
  right: auto;
}
@media screen and (max-width: 992px) {
  #section_tutos #carouselactu .carousel-control-prev:after {
    width: 35px;
    height: 35px;
  }
}
#section_tutos #carouselactu .carousel-control-prev .carousel-control-prev-icon {
  display: none;
}
#section_tutos #carouselactu .carousel-indicators {
  display: none;
}
#section_tutos .carousel-item .text_tuto {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
#section_tutos .carousel-item .text_tuto .text_inside {
  max-width: 650px;
  display: inline-block;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden !important;
}
#section_tutos .carousel-item .text_tuto .text_inside h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #D6306F;
  font-size: 19px;
  text-transform: uppercase;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden !important;
}
#section_tutos .carousel-item .text_tuto .text_inside .text {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  position: relative;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden !important;
}
@media screen and (max-width: 576px) {
  #section_tutos .carousel-item .text_tuto .text_inside .text {
    font-size: 16px;
  }
}
#section_tutos .carousel-item .text_tuto .text_inside .wrap_bt {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden !important;
}
#section_tutos .carousel-item .text_tuto .text_inside .wrap_bt span {
  color: #ffffff;
  margin-right: 5px;
  font-size: 16px;
}
#section_tutos .carousel-item .text_tuto .text_inside .wrap_bt a {
  font-size: 15px;
}
@media screen and (max-width: 576px) {
  #section_tutos .carousel-item .text_tuto .text_inside .wrap_bt a {
    font-size: 15px;
  }
}
#section_tutos .carousel-item.active .text_tuto .text_inside h3 {
  visibility: visible !important;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
#section_tutos .carousel-item.active .text_tuto .text_inside .text {
  visibility: visible !important;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0s !important;
  animation-delay: 0.5s !important;
}
#section_tutos .carousel-item.active .text_tuto .text_inside .wrap_bt {
  visibility: visible !important;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0s !important;
  animation-delay: 0.5s !important;
}
#the_header_palpation {
  z-index: 10;
  width: 100%;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  background: transparent;
  height: auto;
  pointer-events: none;
  padding-top: 60px;
}
@media screen and (max-width: 992px) {
  #the_header_palpation {
    padding-top: 110px;
  }
}
@media screen and (max-width: 576px) {
  #the_header_palpation {
    padding-top: 40px;
  }
}
#the_header_palpation .container {
  max-width: 660px;
  z-index: 2;
  position: relative;
  overflow: initial;
}
@media screen and (max-width: 992px) {
  #the_header_palpation .container {
    max-width: 90%;
  }
}
#the_header_palpation .wrap_logo {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#the_header_palpation .logo_palpation {
  max-width: 100%;
  width: 340px;
  height: auto;
  transform: rotate(-5deg);
}
@media screen and (max-width: 687px) {
  #the_header_palpation .logo_palpation {
    width: 240px;
  }
}
@media screen and (max-width: 576px) {
  #the_header_palpation .logo_palpation {
    width: 190px;
  }
}
@media screen and (max-width: 403px) {
  #the_header_palpation .logo_palpation {
    width: 180px;
    position: relative;
    top: 10px;
  }
}
#section_share_headband {
  background: #D6306F;
  padding: 3rem 0;
}
#section_share_headband .container {
  max-width: 100%;
  width: 700px;
}
#section_share_headband .header_section {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#section_share_headband .header_section h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  #section_share_headband .header_section h2 {
    font-size: 25px;
  }
}
#section_share_headband .header_section p {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #section_share_headband .header_section p {
    font-size: 16px;
  }
  #section_share_headband .header_section p br {
    display: none;
  }
}
#section_share_headband .content_section .social_links_october {
  text-align: center;
  padding: 0;
  margin-bottom: 30px;
  height: auto;
}
#section_share_headband .content_section .social_links_october li {
  display: inline-block;
}
#section_share_headband .content_section .social_links_october li a,
#section_share_headband .content_section .social_links_october li button {
  display: inline-block;
  border: none;
  background: none;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  border-radius: 160px;
  padding: 0px 7px;
  color: #ffffff;
}
#section_share_headband .content_section .social_links_october li a:hover,
#section_share_headband .content_section .social_links_october li button:hover {
  text-decoration: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  color: #FF7CAE;
}
@media screen and (max-width: 768px) {
  #section_share_headband .content_section .social_links_october li a,
  #section_share_headband .content_section .social_links_october li button {
    padding: 1em;
  }
}
@media screen and (max-width: 992px) {
  #section_share_headband .content_section .social_links_october li a,
  #section_share_headband .content_section .social_links_october li button {
    padding: 0 2px;
    margin: 0;
  }
}
#section_share_headband .content_section .social_links_october li a .picto,
#section_share_headband .content_section .social_links_october li button .picto {
  position: relative;
  width: 47px;
  height: 56px;
}
#section_share_headband .content_section .social_links_october li a .picto:before,
#section_share_headband .content_section .social_links_october li button .picto:before {
  top: 0;
  position: relative;
  left: 0;
  font-size: 40px;
}
@media screen and (max-width: 992px) {
  #section_share_headband .content_section .social_links_october li a .picto:before,
  #section_share_headband .content_section .social_links_october li button .picto:before {
    width: 40px !important;
    height: 40px !important;
  }
}
@media screen and (max-width: 992px) {
  #section_share_headband .content_section .social_links_october li a .picto,
  #section_share_headband .content_section .social_links_october li button .picto {
    font-size: 30px;
  }
}
#section_october_project {
  background: transparent;
  padding: 3rem 0;
  overflow: initial;
}
#section_october_project .container {
  max-width: 100%;
  width: 970px;
  overflow: initial;
}
@media screen and (max-width: 992px) {
  #section_october_project .container {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  #section_october_project .container {
    width: 90%;
  }
}
#section_october_project .item {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#section_october_project .item .info {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  visibility: hidden;
}
#section_october_project .item .info.xander {
  transform: rotate(-5deg);
  top: -40px;
}
@media screen and (max-width: 992px) {
  #section_october_project .item .info.xander {
    transform: none;
  }
}
#section_october_project .item .info.vanessa {
  transform: rotate(-11deg);
  top: 15px;
}
@media screen and (max-width: 992px) {
  #section_october_project .item .info.vanessa {
    transform: none;
  }
}
#section_october_project .item .info.manu {
  transform: rotate(4deg);
  top: 15px;
}
@media screen and (max-width: 992px) {
  #section_october_project .item .info.manu {
    transform: none;
  }
}
#section_october_project .item .info.daphne {
  transform: rotate(-12deg);
  top: 15px;
}
@media screen and (max-width: 992px) {
  #section_october_project .item .info.daphne {
    transform: none;
  }
}
#section_october_project .item .info .qui {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #000000;
  margin-bottom: 0;
}
#section_october_project .item .info .qui span {
  font-weight: bold;
  text-transform: uppercase;
}
#section_october_project .item .info .insta {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #D6306F;
}
#section_october_project .item .info .insta span {
  font-weight: normal;
  margin-right: 5px;
}
#section_october_project .header_section {
  display: inline-block;
  width: 100%;
}
#section_october_project .header_section .item {
  margin-bottom: 30px;
}
#section_october_project .header_section .row {
  align-items: center;
}
#section_october_project .header_section .col-left {
  order: 1;
}
@media screen and (max-width: 992px) {
  #section_october_project .header_section .col-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section_october_project .header_section .col-left .illustration {
  width: 350px;
  height: 350px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  top: -60px;
  left: auto;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  border: 8px solid #ffffff;
  -webkit-transform: rotate3d(0, 0, 1, -5deg);
  transform: rotate3d(0, 0, 1, -5deg);
}
@media screen and (max-width: 992px) {
  #section_october_project .header_section .col-left .illustration {
    width: 250px;
    height: 250px;
  }
}
#section_october_project .header_section .col-right {
  order: 2;
}
@media screen and (max-width: 992px) {
  #section_october_project .header_section .col-right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
#section_october_project .header_section .col-right .text {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #section_october_project .header_section .col-right .text {
    text-align: center;
  }
}
#section_october_project .header_section .col-right .text h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 39px;
  color: #D6306F;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  #section_october_project .header_section .col-right .text h2 {
    font-size: 25px;
    text-align: left;
  }
}
#section_october_project .header_section .col-right .text p {
  font-size: 19px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  #section_october_project .header_section .col-right .text p {
    font-size: 16px;
    text-align: left;
  }
}
#section_october_project .content_section {
  display: inline-block;
  width: 100%;
}
#section_october_project .content_section .row {
  align-items: flex-start;
}
#section_october_project .content_section .item {
  margin-bottom: 80px;
}
#section_october_project .content_section .col-left {
  order: 1;
}
@media screen and (max-width: 992px) {
  #section_october_project .content_section .col-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    order: 2;
    margin-top: 50px;
  }
}
#section_october_project .content_section .col-left .illustration {
  width: 254px;
  height: 254px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  top: auto;
  left: auto;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  border: 8px solid #ffffff;
  -webkit-transform: rotate3d(0, 0, 1, -5deg);
  transform: rotate3d(0, 0, 1, -5deg);
}
@media screen and (max-width: 992px) {
  #section_october_project .content_section .col-left .illustration {
    width: 250px;
    height: 250px;
  }
}
#section_october_project .content_section .col-left .illustration.vanessa {
  -webkit-transform: rotate3d(0, 0, 1, -11deg);
  transform: rotate3d(0, 0, 1, -11deg);
}
#section_october_project .content_section .col-left .illustration.manu {
  -webkit-transform: rotate3d(0, 0, 1, 4deg);
  transform: rotate3d(0, 0, 1, 4deg);
}
#section_october_project .content_section .col-left .illustration.daphne {
  -webkit-transform: rotate3d(0, 0, 1, -12deg);
  transform: rotate3d(0, 0, 1, -12deg);
}
@media screen and (max-width: 992px) {
  #section_october_project .content_section .col-left .illustration.daphne {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
}
#section_october_project .content_section .col-right {
  order: 2;
}
@media screen and (max-width: 992px) {
  #section_october_project .content_section .col-right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    order: 1;
  }
}
#section_october_project .content_section .col-right .text {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #section_october_project .content_section .col-right .text {
    text-align: center;
  }
}
#section_october_project .content_section .col-right .text h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 19px;
  color: #000000;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  #section_october_project .content_section .col-right .text h3 {
    font-size: 20px;
    text-align: left;
  }
}
#section_october_project .content_section .col-right .text p {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 992px) {
  #section_october_project .content_section .col-right .text p {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: left;
  }
}
@keyframes rotateInCustom {
  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: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInCustom {
  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: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
    opacity: 1;
  }
}
.rotateInCustom {
  -webkit-animation-name: rotateInCustom;
  animation-name: rotateInCustom;
  animation-fill-mode: backwards !important;
  -webkit-animation-fill-mode: backwards !important;
}
@keyframes rotateInCustom2 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -100deg);
    transform: rotate3d(0, 0, 1, -100deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -11deg);
    transform: rotate3d(0, 0, 1, -11deg);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInCustom2 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -100deg);
    transform: rotate3d(0, 0, 1, -100deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -11deg);
    transform: rotate3d(0, 0, 1, -11deg);
    opacity: 1;
  }
}
.rotateInCustom2 {
  -webkit-animation-name: rotateInCustom2;
  animation-name: rotateInCustom2;
  animation-fill-mode: backwards !important;
  -webkit-animation-fill-mode: backwards !important;
}
@keyframes rotateInCustom3 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -100deg);
    transform: rotate3d(0, 0, 1, -100deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 4deg);
    transform: rotate3d(0, 0, 1, 4deg);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInCustom3 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -100deg);
    transform: rotate3d(0, 0, 1, -100deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 4deg);
    transform: rotate3d(0, 0, 1, 4deg);
    opacity: 1;
  }
}
.rotateInCustom3 {
  -webkit-animation-name: rotateInCustom3;
  animation-name: rotateInCustom3;
  animation-fill-mode: backwards !important;
  -webkit-animation-fill-mode: backwards !important;
}
@keyframes rotateInCustom4 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -100deg);
    transform: rotate3d(0, 0, 1, -100deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -12deg);
    transform: rotate3d(0, 0, 1, -12deg);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInCustom4 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -100deg);
    transform: rotate3d(0, 0, 1, -100deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -12deg);
    transform: rotate3d(0, 0, 1, -12deg);
    opacity: 1;
  }
}
.rotateInCustom4 {
  -webkit-animation-name: rotateInCustom4;
  animation-name: rotateInCustom4;
  animation-fill-mode: backwards !important;
  -webkit-animation-fill-mode: backwards !important;
}
#section_help {
  padding: 3rem 0;
  background: #D6306F;
}
#section_help .container {
  max-width: 100%;
  width: 1140px;
  overflow: initial;
}
@media screen and (max-width: 992px) {
  #section_help .container {
    width: 90%;
  }
}
#section_help .header_section {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#section_help .header_section h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  font-size: 39px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  #section_help .header_section h2 {
    font-size: 25px;
  }
}
#section_help .header_section p {
  color: #ffffff;
  font-size: 19px;
}
@media screen and (max-width: 992px) {
  #section_help .header_section p {
    font-size: 16px;
  }
  #section_help .header_section p br {
    display: none;
  }
}
#section_assos {
  padding: 50px 30px 0px;
  text-align: center;
}
#section_assos .assos-slider {
  padding: 0;
}
#section_assos .assos-slider .slick-prev:before,
#section_assos .assos-slider .slick-next:before {
  color: #D6306F;
}
#section_assos .assos-slider .slick-prev:before {
  content: "\e90e";
  font-family: 'start' !important;
}
#section_assos .assos-slider .slick-next:before {
  content: "\e92e";
  font-family: 'start' !important;
}
#section_assos .assos-slider .slick-prev {
  left: 20px;
}
#section_assos .assos-slider .slick-next {
  right: 20px;
}
#section_assos .assos-slider .slick-dots {
  display: none;
  position: relative;
}
@media screen and (max-width: 992px) {
  #section_assos .assos-slider .slick-dots {
    display: inline-block;
  }
}
@media screen and (max-width: 992px) {
  #section_assos .assos-slider {
    padding: 40px 0 20px;
  }
}
#section_assos .assos-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 200px;
  margin: auto;
  text-align: center;
  flex-direction: column;
}
#section_assos .assos-slider .item .btn {
  font-size: 16px;
  padding: 5px 10px;
}
#section_assos .assos-slider .item:hover .logo {
  -webkit-filter: grayscale(0);
  filter: none;
  opacity: 1;
}
#section_assos .assos-slider .item .logo {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  height: 120px;
  width: auto;
  opacity: 1;
  transition: all ease 0.3s;
}
footer {
  background: transparent;
  height: auto;
  color: #000000;
  position: relative;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 3em 0;
}
footer .footer_nav {
  width: 100%;
  height: auto;
  padding: 20px 0;
}
footer .footer_nav ul {
  display: inline-block;
  width: 100%;
  margin: 0;
}
footer .footer_nav ul li {
  list-style-type: none;
  display: inline-block;
}
footer .footer_nav ul li a {
  font-size: 13px;
  padding: 0 5px;
  color: #000000;
  text-decoration: underline;
}
footer .footer_nav ul li a:hover {
  text-decoration: none;
}
footer .name {
  color: #000000;
  font-family: 'Comfortaa', cursive;
  font-weight: 100;
  font-size: 20px;
  letter-spacing: 10px;
  text-transform: uppercase;
}
footer .name .smaller {
  font-size: 12px;
}
footer .job {
  font-weight: 100;
}
footer .foot-tools-social-links {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0px;
  margin: 10px 0;
}
@media screen and (max-width: 992px) {
  footer .foot-tools-social-links {
    display: inline-block;
  }
}
footer .foot-tools-social-links li {
  list-style-type: none;
  display: inline-block;
}
footer .foot-tools-social-links li a {
  color: #000000;
  font-size: 25px;
  margin: 5px;
  position: relative;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
}
footer .foot-tools-social-links li a:hover {
  text-decoration: none;
}
footer .foot-tools-social-links li a:hover p {
  text-decoration: underline;
}
footer .foot-tools-social-links li a .contact_follow {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0px;
  margin: 0 10px;
}
