@charset "UTF-8";
/*--------------------------------------
  VARIABLES COLORS
--------------------------------------*/
/*--------------------------------------
  QUICK COLOR STYLES
--------------------------------------*/
/* BACKGROUNDS */
.bg_white {
  background: #ffffff;
}
.bg_black {
  background: #000000;
}
.bg_grey {
  background: #d3d3d3;
}
/* FONT COLORS */
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.grey {
  color: #d3d3d3;
}
/*--------------------------------------
  GENERAL STYLES
--------------------------------------*/
body {
  font-family: 'Fondation Logement Sans';
  background-color: #ffffff;
  color: #000000;
  margin: 0;
  padding: 0;
  border: 0 none;
  min-height: 100%;
  width: 100%;
  height: 100%;
  font-size: 1rem;
}
body.is-fixed {
  padding-top: 0;
}
body.modal-is-visible {
  overflow: hidden;
}
body.burger-is-visible {
  overflow: hidden;
}
main {
  height: 100%;
  z-index: 2;
  width: 100%;
  /*background: blue;*/
}
/* SECTION STYLE */
section {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
section .header_section {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
}
section .content_section {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
}
section .footer_section {
  width: 100%;
  height: auto;
  position: relative;
}
/* WRAPPERS */
.wrap {
  width: 100%;
  display: inline-block;
  height: auto;
}
.wrapper {
  width: 1200px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    width: 90% !important;
  }
}
.small_wrap {
  max-width: 900px;
  display: block;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .small_wrap {
    width: 95%;
  }
}
/* QUICK LAYOUT STYLES */
.lighter {
  font-weight: 100;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.extra {
  font-weight: 800;
}
.italic {
  font-style: italic;
}
.section-title {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
}
/* ------------------- */
iframe {
  border: none;
  max-width: 100%;
  display: inline-block;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
button {
  background: none;
  border: none;
}
button:focus {
  outline: dashed grey 0.5px;
}
/* QUICK VISIBILITY FOR ANIM */
.invisible {
  visibility: hidden;
}
.animated {
  visibility: visible;
}
/* ILLUSTRATION */
img {
  max-width: 100%;
  height: auto;
}
.illustration {
  display: inline-block;
  position: relative;
  width: 100%;
}
.illustration.logo .img {
  background-size: contain;
}
.illustration .img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.illustration .img img {
  position: absolute;
  height: 0;
  opacity: 0;
}
.illustration a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.img-block {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  padding-top: 56.25%;
  top: 0;
  left: 0;
}
.video-btn {
  height: 100%;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
h2.special {
  color: #000000;
  font-size: 30px;
  margin: 0;
  font-family: 'Fondation Logement Sans';
  font-weight: bold;
  text-transform: none;
}
@media screen and (max-width: 576px) {
  h2.special {
    font-size: 26px;
  }
}
h2.special span {
  color: #ffffff;
  -webkit-box-decoration-break: clone;
  background: #eb6449;
  display: inline-block;
  padding: 7px 17px 0px 17px;
  box-decoration-break: clone;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
  transform: rotate(-2deg);
  position: relative;
  font-family: 'Fondation Logement Sans Condensed Bd';
  font-size: 43px;
  font-style: italic;
}
@media screen and (max-width: 576px) {
  h2.special span {
    font-size: 26px;
  }
}
#sticky_btn {
  width: 100%;
  height: auto;
  display: inline-block;
  position: fixed;
  top: 50px;
  left: 0;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 992px) {
  #sticky_btn {
    display: none;
  }
}
#sticky_btn .container {
  max-width: 1140px;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
}
#sticky_btn .container .btn {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #sticky_btn .container .btn {
    padding-left: 13px;
    padding: 5px 12px;
  }
}
@media screen and (max-width: 576px) {
  #sticky_btn .container .btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  #sticky_btn .container .btn {
    font-size: 10px;
  }
}
#sticky_btn .container .btn .icon-brochure {
  font-size: 26px ;
  position: relative;
  top: -3px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #sticky_btn .container .btn .icon-brochure {
    font-size: 20px ;
    top: -1px;
  }
}
@media screen and (max-width: 576px) {
  #sticky_btn .container .btn .icon-brochure {
    font-size: 15px ;
  }
}
#sticky_btn.sticked {
  opacity: 1;
  visibility: visible;
}
/*--------------------------------------
  IMPORTS
--------------------------------------*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*---------------------------------------------------
  CUSTOM MIXINS 
---------------------------------------------------*/
/* CUSTOM-GRADIENT */
/* Implementation 
#someDiv {
    .custom-gradient(left, #663333, #333333);
}
*/
/* QUICK-GRADIENT */
/* Implementation 
#somediv {
    background-color: BADA55;
    .quick-gradient(top, 0.2);
}
*/
/* WEBKIT-REFLECTION */
/* Implementation 
#somediv {
    .reflect(20%, 0.2);
}
*/
/* box-shadow with alpha */
/* Implementation 
#somediv {
    .box-shadow-custom(5px, 5px, 6px, 0.3);
}
*/
/*! Prefix flex for IE10 and Safari / iOS in LESS
* https://gist.github.com/codler/2148ba4ff096a19f08ea
* Copyright (c) 2014 Han Lin Yap http://yap.nu; MIT license */
/* These are the conditional mixins for the different syntax for IE10 Flexbox */
/*--------------------------------------
  FONTS IMPORT
--------------------------------------*/
@font-face {
  font-family: 'start';
  src: url('../fonts/start.eot?kywm21');
  src: url('../fonts/start.eot?kywm21#iefix') format('embedded-opentype'), url('../fonts/start.ttf?kywm21') format('truetype'), url('../fonts/start.woff?kywm21') format('woff'), url('../fonts/start.svg?kywm21#start') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Sofia_Handwritten';
  src: url(../fonts/Sofia_Handwritten.eot);
  src: url(../fonts/Sofia_Handwritten.eot?#iefix) format('embedded-opentype'), url(../fonts/Sofia_Handwritten.otf) format('otf'), url(../fonts/Sofia_Handwritten.svg#Sofia_Handwritten) format('svg'), url(../fonts/Sofia_Handwritten.ttf) format('truetype'), url(../fonts/Sofia_Handwritten.woff) format('woff'), url(../fonts/Sofia_Handwritten.woff2) format('woff2');
}
@font-face {
  font-family: 'Diodrum';
  src: url('../fonts/Diodrum-Regular.eot');
  src: url('../fonts/Diodrum-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Diodrum-Regular.woff2') format('woff2'), url('../fonts/Diodrum-Regular.woff') format('woff'), url('../fonts/Diodrum-Regular.ttf') format('truetype'), url('../fonts/Diodrum-Regular.svg#Diodrum-Regular') format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Diodrum';
  src: url('../fonts/Diodrum-Semibold.eot');
  src: url('../fonts/Diodrum-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/Diodrum-Semibold.woff2') format('woff2'), url('../fonts/Diodrum-Semibold.woff') format('woff'), url('../fonts/Diodrum-Semibold.ttf') format('truetype'), url('../fonts/Diodrum-Semibold.svg#Diodrum-Semibold') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Diodrum';
  src: url('../fonts/Diodrum-Bold.eot');
  src: url('../fonts/Diodrum-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Diodrum-Bold.woff2') format('woff2'), url('../fonts/Diodrum-Bold.woff') format('woff'), url('../fonts/Diodrum-Bold.ttf') format('truetype'), url('../fonts/Diodrum-Bold.svg#Diodrum-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Diodrum';
  src: url('../fonts/Diodrum-BoldItalic.eot');
  src: url('../fonts/Diodrum-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Diodrum-BoldItalic.woff2') format('woff2'), url('../fonts/Diodrum-BoldItalic.woff') format('woff'), url('../fonts/Diodrum-BoldItalic.ttf') format('truetype'), url('../fonts/Diodrum-BoldItalic.svg#Diodrum-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Diodrum';
  src: url('../fonts/Diodrum-Semibold.eot');
  src: url('../fonts/Diodrum-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/Diodrum-Semibold.woff2') format('woff2'), url('../fonts/Diodrum-Semibold.woff') format('woff'), url('../fonts/Diodrum-Semibold.ttf') format('truetype'), url('../fonts/Diodrum-Semibold.svg#Diodrum-Semibold') format('svg');
  font-weight: 300;
  font-style: normal;
}
/* fondationLogementScript */
@font-face {
  font-family: 'Fondation Logement Script';
  src: url('../fonts/FondationLogementScript/FondationLogementScript-Regular.eot');
  src: url('../fonts/FondationLogementScript/FondationLogementScript-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/FondationLogementScript/FondationLogementScript-Regular.woff2') format('woff2'), url('../fonts/FondationLogementScript/FondationLogementScript-Regular.woff') format('woff'), url('../fonts/FondationLogementScript/FondationLogementScript-Regular.ttf') format('truetype'), url('../fonts/FondationLogementScript/FondationLogementScript-Regular.svg#FondationLogementScript-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* FondationLogementSansCondensed */
@font-face {
  font-family: 'Fondation Logement Sans Condensed Bd';
  src: url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-BlackItalic.eot');
  src: url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-BlackItalic.woff2') format('woff2'), url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-BlackItalic.woff') format('woff'), url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-BlackItalic.ttf') format('truetype'), url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-BlackItalic.svg#FondationLogementSansCondensed-BlackItalic') format('svg');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fondation Logement Sans Condensed Bd';
  src: url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-Black.eot');
  src: url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-Black.woff2') format('woff2'), url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-Black.woff') format('woff'), url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-Black.ttf') format('truetype'), url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-Black.svg#FondationLogementSansCondensed-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fondation Logement Sans Condensed';
  src: url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-Regular.eot');
  src: url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-Regular.woff2') format('woff2'), url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-Regular.woff') format('woff'), url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-Regular.ttf') format('truetype'), url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-Regular.svg#FondationLogementSansCondensed-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fondation Logement Sans Condensed It';
  src: url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-BoldItalic.eot');
  src: url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-BoldItalic.woff2') format('woff2'), url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-BoldItalic.woff') format('woff'), url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-BoldItalic.ttf') format('truetype'), url('../fonts/FondationLogementSansCondensed/FondationLogementSansCondensed-BoldItalic.svg#FondationLogementSansCondensed-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/* FondationLogementSans */
@font-face {
  font-family: 'Fondation Logement Sans';
  src: url('../fonts/FondationLogementSans/FondationLogementSans-ExtraBold.eot');
  src: url('../fonts/FondationLogementSans/FondationLogementSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/FondationLogementSans/FondationLogementSans-ExtraBold.woff2') format('woff2'), url('../fonts/FondationLogementSans/FondationLogementSans-ExtraBold.woff') format('woff'), url('../fonts/FondationLogementSans/FondationLogementSans-ExtraBold.ttf') format('truetype'), url('../fonts/FondationLogementSans/FondationLogementSans-ExtraBold.svg#FondationLogementSans-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fondation Logement Sans';
  src: url('../fonts/FondationLogementSans/FondationLogementSans-Black.eot');
  src: url('../fonts/FondationLogementSans/FondationLogementSans-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/FondationLogementSans/FondationLogementSans-Black.woff2') format('woff2'), url('../fonts/FondationLogementSans/FondationLogementSans-Black.woff') format('woff'), url('../fonts/FondationLogementSans/FondationLogementSans-Black.ttf') format('truetype'), url('../fonts/FondationLogementSans/FondationLogementSans-Black.svg#FondationLogementSans-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fondation Logement Sans';
  src: url('../fonts/FondationLogementSans/FondationLogementSans-Light.eot');
  src: url('../fonts/FondationLogementSans/FondationLogementSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/FondationLogementSans/FondationLogementSans-Light.woff2') format('woff2'), url('../fonts/FondationLogementSans/FondationLogementSans-Light.woff') format('woff'), url('../fonts/FondationLogementSans/FondationLogementSans-Light.ttf') format('truetype'), url('../fonts/FondationLogementSans/FondationLogementSans-Light.svg#FondationLogementSans-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fondation Logement Sans';
  src: url('../fonts/FondationLogementSans/FondationLogementSans-Medium.eot');
  src: url('../fonts/FondationLogementSans/FondationLogementSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/FondationLogementSans/FondationLogementSans-Medium.woff2') format('woff2'), url('../fonts/FondationLogementSans/FondationLogementSans-Medium.woff') format('woff'), url('../fonts/FondationLogementSans/FondationLogementSans-Medium.ttf') format('truetype'), url('../fonts/FondationLogementSans/FondationLogementSans-Medium.svg#FondationLogementSans-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fondation Logement Sans Medium It';
  src: url('../fonts/FondationLogementSans/FondationLogementSans-MediumItalic.eot');
  src: url('../fonts/FondationLogementSans/FondationLogementSans-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/FondationLogementSans/FondationLogementSans-MediumItalic.woff2') format('woff2'), url('../fonts/FondationLogementSans/FondationLogementSans-MediumItalic.woff') format('woff'), url('../fonts/FondationLogementSans/FondationLogementSans-MediumItalic.ttf') format('truetype'), url('../fonts/FondationLogementSans/FondationLogementSans-MediumItalic.svg#FondationLogementSans-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fondation Logement Sans Light It';
  src: url('../fonts/FondationLogementSans/FondationLogementSans-LightItalic.eot');
  src: url('../fonts/FondationLogementSans/FondationLogementSans-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/FondationLogementSans/FondationLogementSans-LightItalic.woff2') format('woff2'), url('../fonts/FondationLogementSans/FondationLogementSans-LightItalic.woff') format('woff'), url('../fonts/FondationLogementSans/FondationLogementSans-LightItalic.ttf') format('truetype'), url('../fonts/FondationLogementSans/FondationLogementSans-LightItalic.svg#FondationLogementSans-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fondation Logement Sans';
  src: url('../fonts/FondationLogementSans/FondationLogementSans-BoldItalic.eot');
  src: url('../fonts/FondationLogementSans/FondationLogementSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/FondationLogementSans/FondationLogementSans-BoldItalic.woff2') format('woff2'), url('../fonts/FondationLogementSans/FondationLogementSans-BoldItalic.woff') format('woff'), url('../fonts/FondationLogementSans/FondationLogementSans-BoldItalic.ttf') format('truetype'), url('../fonts/FondationLogementSans/FondationLogementSans-BoldItalic.svg#FondationLogementSans-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fondation Logement Sans';
  src: url('../fonts/FondationLogementSans/FondationLogementSans-BlackItalic.eot');
  src: url('../fonts/FondationLogementSans/FondationLogementSans-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/FondationLogementSans/FondationLogementSans-BlackItalic.woff2') format('woff2'), url('../fonts/FondationLogementSans/FondationLogementSans-BlackItalic.woff') format('woff'), url('../fonts/FondationLogementSans/FondationLogementSans-BlackItalic.ttf') format('truetype'), url('../fonts/FondationLogementSans/FondationLogementSans-BlackItalic.svg#FondationLogementSans-BlackItalic') format('svg');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fondation Logement Sans';
  src: url('../fonts/FondationLogementSans/FondationLogementSans-ExtraBoldItalic.eot');
  src: url('../fonts/FondationLogementSans/FondationLogementSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/FondationLogementSans/FondationLogementSans-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/FondationLogementSans/FondationLogementSans-ExtraBoldItalic.woff') format('woff'), url('../fonts/FondationLogementSans/FondationLogementSans-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/FondationLogementSans/FondationLogementSans-ExtraBoldItalic.svg#FondationLogementSans-ExtraBoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fondation Logement Sans';
  src: url('../fonts/FondationLogementSans/FondationLogementSans-Bold.eot');
  src: url('../fonts/FondationLogementSans/FondationLogementSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/FondationLogementSans/FondationLogementSans-Bold.woff2') format('woff2'), url('../fonts/FondationLogementSans/FondationLogementSans-Bold.woff') format('woff'), url('../fonts/FondationLogementSans/FondationLogementSans-Bold.ttf') format('truetype'), url('../fonts/FondationLogementSans/FondationLogementSans-Bold.svg#FondationLogementSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fondation Logement Sans';
  src: url('../fonts/FondationLogementSans/FondationLogementSans-Italic.eot');
  src: url('../fonts/FondationLogementSans/FondationLogementSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/FondationLogementSans/FondationLogementSans-Italic.woff2') format('woff2'), url('../fonts/FondationLogementSans/FondationLogementSans-Italic.woff') format('woff'), url('../fonts/FondationLogementSans/FondationLogementSans-Italic.ttf') format('truetype'), url('../fonts/FondationLogementSans/FondationLogementSans-Italic.svg#FondationLogementSans-Italic') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fondation Logement Sans Thin It';
  src: url('../fonts/FondationLogementSans/FondationLogementSans-ThinItalic.eot');
  src: url('../fonts/FondationLogementSans/FondationLogementSans-ThinItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/FondationLogementSans/FondationLogementSans-ThinItalic.woff2') format('woff2'), url('../fonts/FondationLogementSans/FondationLogementSans-ThinItalic.woff') format('woff'), url('../fonts/FondationLogementSans/FondationLogementSans-ThinItalic.ttf') format('truetype'), url('../fonts/FondationLogementSans/FondationLogementSans-ThinItalic.svg#FondationLogementSans-ThinItalic') format('svg');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fondation Logement Sans';
  src: url('../fonts/FondationLogementSans/FondationLogementSans-Thin.eot');
  src: url('../fonts/FondationLogementSans/FondationLogementSans-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/FondationLogementSans/FondationLogementSans-Thin.woff2') format('woff2'), url('../fonts/FondationLogementSans/FondationLogementSans-Thin.woff') format('woff'), url('../fonts/FondationLogementSans/FondationLogementSans-Thin.ttf') format('truetype'), url('../fonts/FondationLogementSans/FondationLogementSans-Thin.svg#FondationLogementSans-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fondation Logement Sans';
  src: url('../fonts/FondationLogementSans/FondationLogementSans-Regular.eot');
  src: url('../fonts/FondationLogementSans/FondationLogementSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/FondationLogementSans/FondationLogementSans-Regular.woff2') format('woff2'), url('../fonts/FondationLogementSans/FondationLogementSans-Regular.woff') format('woff'), url('../fonts/FondationLogementSans/FondationLogementSans-Regular.ttf') format('truetype'), url('../fonts/FondationLogementSans/FondationLogementSans-Regular.svg#FondationLogementSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.picto {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'start' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-linkedin-button-logo:before {
  content: "\e90b";
}
.icon-quote1:before {
  content: "\e914";
}
.icon-quote2:before {
  content: "\e916";
}
.icon-family:before {
  content: "\e917";
}
.icon-jump:before {
  content: "\e91a";
}
.icon-people:before {
  content: "\e91b";
}
.icon-planete:before {
  content: "\e91c";
}
.icon-plant:before {
  content: "\e91e";
}
.icon-arrow-left:before {
  content: "\e905";
}
.icon-arrow-right:before {
  content: "\e90a";
}
.icon-Composant-4--2:before {
  content: "\e90d";
}
.icon-facebook-2:before {
  content: "\e90e";
}
.icon-facebook:before {
  content: "\e913";
}
.icon-twitter-1:before {
  content: "\e918";
}
.icon-youtube-1:before {
  content: "\e919";
}
.icon-burger-nav-light:before {
  content: "\e904";
}
.icon-ohc_heart:before {
  content: "\e909";
}
.icon-modify:before {
  content: "\e908";
}
.icon-search:before {
  content: "\e986";
}
.icon-letter:before {
  content: "\e911";
}
.icon-location2:before {
  content: "\e915";
}
.icon-user:before {
  content: "\e91d";
}
.icon-star-full:before {
  content: "\e921";
}
.icon-heart:before {
  content: "\e922";
}
.icon-youtube22:before {
  content: "\e926";
}
.icon-ctrl-up:before {
  content: "\e900";
}
.icon-ctrl-down:before {
  content: "\e901";
}
.icon-ctrl-left:before {
  content: "\e902";
}
.icon-ctrl-right:before {
  content: "\e903";
}
.icon-home:before {
  content: "\e907";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-checkmark2:before {
  content: "\ea11";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-play2:before {
  content: "\ea15";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
.icon-checkbox-unchecked:before {
  content: "\ea53";
}
.icon-radio-checked:before {
  content: "\ea54";
}
.icon-radio-checked2:before {
  content: "\ea55";
}
.icon-radio-unchecked:before {
  content: "\ea56";
}
.icon-google-plus:before {
  content: "\e90c";
}
.icon-instagram:before {
  content: "\e925";
}
.icon-facebook-logo:before {
  content: "\e912";
}
.icon-twitter2:before {
  content: "\ea91";
}
.icon-youtube3:before {
  content: "\e90f";
}
.icon-play:before {
  content: "\e906";
}
.icon-linkedin-logo:before {
  content: "\e910";
}
.icon-share:before {
  content: "\e924";
}
.icon-construction:before {
  content: "\e91f";
}
.icon-bell:before {
  content: "\e920";
}
.icon-coeur:before {
  content: "\e923";
}
.icon-maison:before {
  content: "\e927";
}
.icon-pause .path1:before {
  content: "\e928";
  color: #f24646;
}
.icon-pause .path2:before {
  content: "\e929";
  margin-left: -1em;
  color: #ffffff;
}
.icon-people1:before {
  content: "\e92a";
}
.icon-play1 .path1:before {
  content: "\e92b";
  color: #f24646;
}
.icon-play1 .path2:before {
  content: "\e92c";
  margin-left: -1em;
  color: #fffcee;
}
.icon-private:before {
  content: "\e92d";
}
.icon-samll_heart:before {
  content: "\e92e";
}
.icon-shield:before {
  content: "\e92f";
}
.icon-youtube:before {
  content: "\e930";
}
.icon-quote:before {
  content: "\e931";
}
.icon-mute:before {
  content: "\e932";
}
.icon-volume:before {
  content: "\e933";
}
.icon-volume2 .path1:before {
  content: "\e934";
  color: #f24646;
}
.icon-volume2 .path2:before {
  content: "\e935";
  margin-left: -1em;
  color: #ffffff;
}
.icon-volume2 .path3:before {
  content: "\e936";
  margin-left: -1em;
  color: #ffffff;
}
.icon-volume2 .path4:before {
  content: "\e937";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mute2 .path1:before {
  content: "\e938";
  color: #f24646;
}
.icon-mute2 .path2:before {
  content: "\e939";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mute2 .path3:before {
  content: "\e93a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mail:before {
  content: "\e93b";
}
.icon-facebook_circle:before {
  content: "\e93c";
}
.icon-twitter_circle:before {
  content: "\e93d";
}
.icon-insta_circle:before {
  content: "\e93e";
}
.icon-youtube_circle:before {
  content: "\e93f";
}
.icon-close_bt:before {
  content: "\e940";
}
.icon-logo-x .path1:before {
  content: "\e941";
  color: #000000;
}
.icon-logo-x .path2:before {
  content: "\e942";
  margin-left: -1em;
  color: #ffffff;
}
.icon-twitter:before {
  content: "\e943";
}
.icon-brochure:before {
  content: "\e944";
}
.icon-sign:before {
  content: "\e945";
}
.icon-uniE946:before {
  content: "\e946";
}
.icon-telephone:before {
  content: "\e947";
}
.icon-arrow_right_2:before {
  content: "\e948";
}
.icon-arrow_left_2:before {
  content: "\e949";
}
.icon-love:before {
  content: "\e94a";
}
.icon-personnes_acceuillies:before {
  content: "\e94b";
}
.icon-helping-hand:before {
  content: "\e94c";
}
.icon-play-button-arrowhead:before {
  content: "\e94d";
}
.icon-telecharger-arrow:before {
  content: "\e94e";
}
.icon-twitter_x:before {
  content: "\e94f";
}
/* CSS Document */
/* VARIABLE charte couleur */
.btn {
  white-space: normal;
  white-space: initial;
  background-color: lightBlue;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0.7em 2.5em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: inline-block;
  font-family: 'Fondation Logement Sans';
  font-weight: 900 !important;
}
.btn:hover {
  background-color: #d3d3d3;
  color: white;
  text-decoration: none;
}
.btn.btn_red {
  background-color: #eb6449;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 20px 10px 20px;
  border: 2px solid #eb6449;
}
.btn.btn_red:hover {
  background-color: #e63d1b;
  color: #ffffff;
}
.btn.btn_red:hover {
  border: 2px solid #e63d1b;
}
.btn.gohst {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 20px 10px 20px;
}
.btn.gohst:hover {
  background-color: #ffffff;
  color: #000000;
}
.btn.btn-red {
  background-color: #eb6449;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
}
.btn.btn-red:hover {
  background-color: #e63d1b;
  color: #ffffff;
}
.btn.btn-cookies {
  background-color: #eb6449;
  color: #ffffff;
  font-weight: bold;
}
.btn.btn-cookies:hover {
  background-color: #e63d1b;
  color: #ffffff;
}
.btn.brochure {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background-color: #eb6449;
  color: #ffffff;
  width: 230px;
  padding: 12px 10px;
}
.btn.brochure:hover {
  background-color: #e63d1b;
  color: #ffffff;
}
.btn.brochure .icon-brochure {
  font-size: 26px ;
  position: relative;
  top: -3px;
  margin-right: 10px;
}
/* CSS Document */
#up {
  bottom: 10px;
  height: 40px;
  position: fixed;
  right: 10px;
  width: 40px;
  z-index: 300;
  display: none;
}
@media screen and (max-width: 600px) {
  #up {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: 0.6;
    /* Safari 1.x */
    -khtml-opacity: 0.6;
    opacity: 0.6;
  }
}
#up #gototop {
  background: url("../img/go_up.png") no-repeat scroll 0 -40px rgba(0, 0, 0, 0);
  bottom: 0;
  cursor: pointer;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  right: 0;
  width: 40px;
  transition: all 0.3s ease-in-out 0s;
}
#up #gototop:hover {
  background-position: 0 0;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible !important;
}
.ivisible {
  visibility: hidden;
}
.revealOnScroll {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .revealOnScroll {
    -webkit-animation-name: none !important;
    animation-name: none!important;
    visibility: visible!important;
  }
}
.animation_time_0_1 {
  -webkit-animation-duration: 0.1s !important;
  animation-duration: 0.1s !important;
}
.animation_time_0_2 {
  -webkit-animation-duration: 0.2s !important;
  animation-duration: 0.2s !important;
}
.animation_time_0_3 {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
}
.animation_time_0_4 {
  -webkit-animation-duration: 0.4s !important;
  animation-duration: 0.3s !important;
}
.animation_time_0_5 {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}
.animation_time_0_10 {
  -webkit-animation-duration: 0.10s !important;
  animation-duration: 0.10s !important;
}
.animation_time_0_15 {
  -webkit-animation-duration: 0.15s !important;
  animation-duration: 0.15s !important;
}
.animation_time_0_20 {
  -webkit-animation-duration: 0.20s !important;
  animation-duration: 0.20s !important;
}
.animation_time_1 {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}
.animation_time_2 {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}
.animation_time_3 {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important;
}
.animation_time_4 {
  -webkit-animation-duration: 4s !important;
  animation-duration: 4s !important;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.delay_0_1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.delay_0_1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.delay_0_2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.delay_0_3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.delay_0_4 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.delay_0_5 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.delay_0_10 {
  -webkit-animation-delay: 0.10s !important;
  animation-delay: 0.10s !important;
}
.delay_0_15 {
  -webkit-animation-delay: 0.15s !important;
  animation-delay: 0.15s !important;
}
.delay_0_20 {
  -webkit-animation-delay: 0.20s !important;
  animation-delay: 0.20s !important;
}
.delay_0_25 {
  -webkit-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important;
}
.delay_0_30 {
  -webkit-animation-delay: 0.30s !important;
  animation-delay: 0.30s !important;
}
.delay_0_35 {
  -webkit-animation-delay: 0.35s !important;
  animation-delay: 0.35s !important;
}
.delay_0_40 {
  -webkit-animation-delay: 0.40s !important;
  animation-delay: 0.40s !important;
}
.delay_0_50 {
  -webkit-animation-delay: 0.50s !important;
  animation-delay: 0.50s !important;
}
.delay_0_60 {
  -webkit-animation-delay: 0.60s !important;
  animation-delay: 0.60s !important;
}
.delay_0_70 {
  -webkit-animation-delay: 0.70s !important;
  animation-delay: 0.70s !important;
}
.delay_0_80 {
  -webkit-animation-delay: 0.80s !important;
  animation-delay: 0.80s !important;
}
.delay_0_90 {
  -webkit-animation-delay: 0.90s !important;
  animation-delay: 0.90s !important;
}
.delay_1 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.delay_2 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}
.delay_3 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}
.delay_4 {
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.cookie_bar {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 5px;
  position: fixed;
  z-index: 1040;
  bottom: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 0.5em;
}
.cookie_bar p {
  font-size: 15px;
  color: #ffffff;
  margin: 1em;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .cookie_bar p {
    font-size: 8px;
  }
}
.cookie_bar .btn-cookies {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-size: 9px;
  padding: 3px 6px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cookie_bar .col-left {
  text-align: center;
}
.cookie_bar .row {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cookie_bar .row {
    flex-wrap: wrap;
  }
  .cookie_bar .row .col,
  .cookie_bar .row .col-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.modal-backdrop.show {
  opacity: .85;
}
@media screen and (max-width: 576px) {
  .modal .alerte {
    display: none;
  }
}
.modal.modal_video_player .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.modal.modal_video_player .modal-content {
  background-color: rgba(0, 0, 0, 0.9);
  border: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.modal.modal_video_player .modal-content .modal-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-height: 600px) {
  .modal.modal_video_player .modal-content .modal-body {
    height: auto;
    align-items: flex-start;
  }
}
.modal.modal_video_player .modal-content .modal-body .container {
  height: auto;
  display: inline-block;
  max-width: 980px;
  width: 980px;
  padding: 40px;
  background: transparent;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
}
@media screen and (max-height: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container {
    width: 90%;
    max-width: 90%;
    padding: 20px;
  }
}
.modal.modal_video_player .modal-content .modal-body .container h3 {
  color: #ffffff;
  font-size: 35px;
  text-align: left;
  line-height: 35px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-height: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.modal.modal_video_player .modal-content .modal-body .container h3 span {
  color: #eb6449;
  font-weight: bold;
  text-align: center;
}
.modal.modal_video_player .modal-content .modal-body .container .btn_red {
  display: inline-block;
  margin-top: 30px;
  font-size: 22px;
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container .btn_red {
    font-size: 16px;
  }
}
.modal.modal_video_player .modal-content .modal-body .container .info_don {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .modal.modal_video_player .modal-content .modal-body .container .info_don {
    margin-top: 10px;
  }
}
.modal.modal_video_player .modal-content .modal-body .container .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  background: transparent;
  background-image: none;
  height: 40px;
  width: 40px;
  background: #eb6449;
  -webkit-border-radius: 360px;
  -moz-border-radius: 360px;
  border-radius: 360px;
  opacity: 1;
}
.modal.modal_video_player .modal-content .modal-body .container .btn-close:before {
  content: "\ea0f";
  color: #ffffff;
  font-size: 20px;
  font-family: 'start';
}
header {
  z-index: 10;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  header {
    position: relative;
    background: #000000;
  }
}
@media screen and (max-width: 360px) {
  header {
    position: absolute;
    background: #000000;
  }
}
header .fixed-header-space {
  display: none;
  height: 82px;
}
header.sticked .fixed-header-space {
  display: block;
}
header .container {
  width: 100%;
  max-width: 1140px;
}
@media screen and (max-width: 992px) {
  header .container {
    max-width: 100%;
  }
}
header .navbar {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .navbar {
    padding-left: 15px;
  }
}
header .navbar .btn {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  header .navbar .btn {
    padding-left: 13px;
    padding: 5px 12px;
  }
}
@media screen and (max-width: 576px) {
  header .navbar .btn {
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  header .navbar .btn {
    font-size: 10px;
  }
}
header .navbar .btn .icon-brochure {
  font-size: 26px ;
  position: relative;
  top: -3px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  header .navbar .btn .icon-brochure {
    font-size: 20px ;
    top: -1px;
  }
}
@media screen and (max-width: 576px) {
  header .navbar .btn .icon-brochure {
    font-size: 15px ;
  }
}
header .group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .group {
    flex-direction: row;
    align-items: center;
  }
}
header .logo_text {
  color: #ffffff;
  font-family: 'Fondation Logement Sans Condensed';
  font-weight: bold;
  font-size: 27px;
  margin: 0;
  line-height: 33px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
}
header .logo_text span {
  font-family: 'Fondation Logement Sans Condensed It';
  font-size: 32px;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  min-height: 40px;
}
@media screen and (max-width: 768px) {
  header .logo_text span {
    font-size: 15px;
    min-height: auto;
  }
}
@media screen and (max-width: 576px) {
  header .logo_text span {
    font-size: 12px;
  }
}
header .logo_text span:after {
  content: "";
  background-image: url(../svg/logo_brush.svg);
  background-size: contain;
  width: 100%;
  display: inline-block;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  header .logo_text {
    font-size: 15px;
    line-height: initial;
    top: auto;
    margin-left: 5px;
  }
}
@media screen and (max-width: 576px) {
  header .logo_text {
    font-size: 12px;
    line-height: initial;
  }
}
@media screen and (max-width: 400px) {
  header .logo_text {
    display: none;
  }
}
header .company-logo {
  display: inline-block;
  max-width: 175px;
  transition: 0.4s ease;
  margin-top: 10px;
}
@media screen and (max-width: 1140px) {
  header .company-logo {
    margin-left: 20px;
  }
}
@media screen and (max-width: 380px) {
  header .company-logo {
    max-width: 50px;
  }
}
@media screen and (max-width: 768px) {
  header .company-logo {
    margin-left: 0px;
    max-width: 60px;
    margin-top: 0px;
  }
}
header .desktop-navigation {
  display: none;
}
@media screen and (min-width: 768px) {
  header .desktop-navigation {
    display: inline-block;
  }
}
header .desktop-navigation li {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  header .nav_button {
    display: none;
  }
}
footer {
  background: #000000;
  color: #ffffff;
  padding-bottom: 5rem;
}
footer p {
  margin: 0;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  text-decoration: underline;
  color: #eb6449;
}
footer .oneheart {
  font-size: 9px;
}
footer p.rgpd {
  font-size: 12px;
}
/*--------------------------------------
  sections
--------------------------------------*/
#section_top_start {
  background: #000000;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-height: 800px;
}
@media screen and (max-height: 762px) and (min-width: 1000px) {
  #section_top_start {
    min-height: 646px;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start {
    height: 800px;
  }
}
@media screen and (max-width: 992px) {
  #section_top_start {
    height: auto;
    min-height: initial;
  }
}
@media screen and (max-width: 768px) {
  #section_top_start {
    height: 450px;
  }
}
@media screen and (max-width: 576px) {
  #section_top_start {
    height: 350px;
    min-height: initial;
  }
}
#section_top_start .btn-on {
  background: #eb6449;
  color: #ffffff;
  position: relative;
  z-index: 10000000;
  position: absolute;
  bottom: 200px;
  left: 110px;
}
#section_top_start .btn-off {
  background: #eb6449;
  color: #ffffff;
  position: relative;
  z-index: 10000000;
  position: absolute;
  bottom: 200px;
  left: 310px;
}
#section_top_start .content_section {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#section_top_start .content_section .container {
  max-width: 90%;
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  #section_top_start .content_section .container {
    display: flex;
    flex-direction: column;
    position: relative;
    bottom: 0px;
  }
}
#section_top_start .content_section .container h1 {
  font-family: 'Fondation Logement Sans Condensed Bd';
  font-size: 43px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  #section_top_start .content_section .container h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #section_top_start .content_section .container h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  #section_top_start .content_section .container h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 360px) {
  #section_top_start .content_section .container h1 {
    font-size: 19px;
  }
}
#section_top_start .content_section .container .wrap_button {
  display: inline-block;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
#section_top_start .content_section .container .wrap_button a {
  min-height: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  #section_top_start .content_section .container .wrap_button a {
    font-size: 15px;
    height: auto;
    min-height: initial;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 576px) {
  #section_top_start .content_section .container .wrap_button a {
    font-size: 12px;
    height: auto;
    min-height: initial;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 360px) {
  #section_top_start .content_section .container .wrap_button a {
    font-size: 10px;
    line-height: 12px;
  }
}
@media screen and (max-width: 768px) {
  #section_top_start .content_section .container .wrap_button a .picto {
    display: none;
  }
}
#section_top_start .content_section .container .wrap_button .picto {
  margin-right: 10px;
}
#section_top_start .content_section .container .wrap_button .gohst .icon-play-button-arrowhead {
  position: relative;
  top: auto;
}
#section_top_start .content_section .container .wrap_button .btn_red .icon-brochure {
  font-size: 26px ;
  position: relative;
  top: -2px;
}
#section_top_start .video-hero {
  position: absolute;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  #section_top_start .video-hero {
    height: 600px;
    position: relative;
  }
}
#section_top_start .video-hero video {
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
#section_top_start .video-hero .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: " ";
  pointer-events: none;
  background: #000000;
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 992px) {
  #section_top_start .video-hero .video-overlay {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  #section_top_start .video-hero {
    height: 450px;
    position: relative;
  }
}
@media screen and (max-width: 576px) {
  #section_top_start .video-hero {
    height: 350px;
    position: relative;
  }
}
.section_social_links {
  background: #000000;
  text-align: center;
  padding: 3rem  0 0 0;
}
@media screen and (max-width: 576px) {
  .section_social_links {
    padding: 3rem  0 0 0;
  }
}
.section_social_links .logo_foot {
  width: 328px;
}
@media screen and (max-width: 576px) {
  .section_social_links .logo_foot {
    width: 150px;
  }
}
.section_social_links h2 {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .section_social_links h2 {
    font-size: 22px;
  }
}
.section_social_links ul.social_links {
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}
.section_social_links ul.social_links li {
  display: inline-block;
}
.section_social_links ul.social_links li a {
  display: inline-block;
  padding: 0.5em;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  border-radius: 160px;
}
.section_social_links ul.social_links li a:hover {
  text-decoration: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .section_social_links ul.social_links li a {
    padding: 1em;
  }
}
@media screen and (max-width: 576px) {
  .section_social_links ul.social_links li a {
    padding: 0 2px;
    margin: 0;
  }
}
.section_social_links ul.social_links li a .picto {
  font-size: 70px;
  color: #eb6449;
}
@media screen and (max-width: 576px) {
  .section_social_links ul.social_links li a .picto {
    font-size: 30px;
  }
}
.section_social_links ul.social_links li a .picto:hover {
  color: #ffffff;
}
.section_social_links .site {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
#section_offrir {
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 3rem 0 7rem 0;
}
@media screen and (max-width: 576px) {
  #section_offrir {
    padding: 3rem 0 0rem 0;
  }
}
#section_offrir .mention_captcha {
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  text-align: right;
}
#section_offrir .container {
  max-width: 980px;
}
@media screen and (max-width: 992px) {
  #section_offrir .container {
    max-width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #section_offrir .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 576px) {
  #section_offrir .container {
    max-width: 100%;
    padding: 0;
    overflow: hidden;
  }
}
#section_offrir .row {
  justify-content: space-between;
}
#section_offrir .row .col-left {
  -ms-flex-preferred-size: 534px;
  flex-basis: 534px;
  max-width: 534px;
}
@media screen and (max-width: 992px) {
  #section_offrir .row .col-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
#section_offrir .row .col-right {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
}
@media screen and (max-width: 992px) {
  #section_offrir .row .col-right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  #section_offrir .col_inside_left {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  #section_offrir .col_inside_left {
    max-width: 85%;
    display: block;
    margin: 0 auto;
  }
}
#section_offrir .col_inside_left h2 {
  margin-bottom: 20px;
}
#section_offrir .col_inside_left .text {
  display: inline-block;
  width: 100%;
  height: auto;
}
#section_offrir .col_inside_left .text p {
  font-size: 18px;
}
#section_offrir .col_inside_left .quote {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  text-align: right;
}
#section_offrir .col_inside_left .quote:after {
  content: "\e945";
  font-family: 'start' !important;
  font-size: 30px;
  position: relative;
  text-align: right;
}
#section_offrir .col_inside_left .quote p {
  font-size: 35px;
  line-height: 34px;
  text-align: center;
  font-family: 'Sofia_Handwritten';
}
@media screen and (max-width: 992px) {
  #section_offrir .col_inside_left .quote p br {
    display: none;
  }
}
#section_offrir .col_inside_left .image_wrap {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 40px;
  margin-top: 40px;
}
#section_offrir .col_inside_left .image_wrap .img_deco {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
}
#section_offrir .col_inside_left .image_wrap .img_deco:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #eb6449;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(-4deg);
}
#section_offrir .col_inside_left .image_wrap .img_deco .img_container {
  display: inline-block;
  width: auto;
  height: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#section_offrir .col_inside_left .image_wrap .img_deco .img_container img {
  max-width: 100%;
  height: auto;
  width: 508px;
}
#section_offrir .col_inside_right .the_form {
  background: #eb6449;
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 20px;
}
@media screen and (max-width: 992px) {
  #section_offrir .col_inside_right .the_form {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  #section_offrir .col_inside_right .the_form {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}
#section_offrir .col_inside_right .the_form .head_form {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0px 5px;
}
#section_offrir .col_inside_right .the_form .head_form h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 27px;
}
#section_offrir .col_inside_right .the_form .head_form p {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  line-height: 22px;
}
#section_offrir .col_inside_right .the_form .content_form .wrap_submit {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#section_offrir .col_inside_right .the_form .content_form .wrap_submit P {
  font-weight: normal;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}
#section_offrir .col_inside_right .the_form .content_form .btn-submit {
  background: #ffffff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  color: #eb6449;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}
#section_offrir .col_inside_right .the_form .content_form .label_title {
  color: #ffffff;
  font-weight: bold;
  margin-right: 10px;
}
#section_offrir .col_inside_right .the_form .content_form .form-control {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
}
#section_offrir .col_inside_right .the_form .content_form .form-select {
  background-color: #eb6449;
}
#section_offrir .col_inside_right .the_form .content_form .form-check {
  color: #ffffff;
}
#section_offrir .col_inside_right .the_form .content_form .invalid-feedback {
  background: none;
  color: #ffffff;
}
#section_offrir .col_inside_right .the_form .content_form .invalid-feedback:before {
  content: "\ea0f";
  font-family: 'start' !important;
  font-size: 9px;
}
#section_offrir .col_inside_right .the_form .content_form input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
  font-weight: bold;
}
#section_offrir .col_inside_right .the_form .content_form input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
  font-weight: bold;
}
#section_offrir .col_inside_right .the_form .content_form input::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  font-weight: bold;
}
#section_offrir .col_inside_right .the_form .content_form .form-select {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
#section_offrir .col_inside_right .the_form .foot_form {
  display: inline-block;
  width: 100%;
  text-align: left;
}
#section_offrir .col_inside_right .the_form .foot_form p {
  font-weight: normal;
  color: #ffffff;
  font-size: 11px;
}
@media screen and (max-width: 576px) {
  #section_offrir .col_inside_right .the_form .foot_form p {
    text-align: center;
  }
}
#section_offrir .col_inside_right .the_form .foot_form p a {
  color: #ffffff;
  text-decoration: underline;
}
#section_offrir .col_inside_right .the_form .content_form .form-select {
  background-color: #eb6449 !important;
}
#section_raisons {
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 3rem 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  #section_raisons {
    background-color: #d4ecee;
  }
}
#section_raisons .container {
  max-width: 980px;
}
@media screen and (max-width: 992px) {
  #section_raisons .container {
    max-width: 90%;
  }
}
#section_raisons .wrap_carousel {
  position: relative;
  padding: 40px 0 30px 0;
}
#section_raisons .wrap_carousel:after {
  content: "";
  width: 80%;
  height: 100%;
  display: inline-block;
  background-color: #d4ecee;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  #section_raisons .wrap_carousel:after {
    display: none;
  }
}
#section_raisons #carouselraisons {
  z-index: 2;
  position: relative;
}
#section_raisons .wrap_indicators {
  display: inline-block;
  width: 100%;
  height: auto;
}
#section_raisons .wrap_indicators .row .col-left {
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  max-width: 400px;
}
@media screen and (max-width: 992px) {
  #section_raisons .wrap_indicators .row .col-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section_raisons .wrap_indicators .row .col-right {
  -ms-flex-preferred-size: 580px;
  flex-basis: 580px;
  max-width: 580px;
}
@media screen and (max-width: 992px) {
  #section_raisons .wrap_indicators .row .col-right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section_raisons .carousel-indicators {
  position: relative;
  max-width: 100%;
  margin: 0;
}
#section_raisons .carousel-indicators button {
  -webkit-border-radius: 360px;
  -moz-border-radius: 360px;
  border-radius: 360px;
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  overflow: hidden;
  border: 1px solid #eb6449;
  opacity: 1;
}
#section_raisons .carousel-indicators button.active {
  background-color: #eb6449;
  opacity: 1;
}
#section_raisons .carousel-inner {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 10px;
}
#section_raisons .carousel-inner .carousel-item {
  width: 100%;
  height: auto;
  position: relative;
}
#section_raisons .carousel-inner .carousel-item .item_inside {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
}
#section_raisons .carousel-inner .carousel-item .item_inside .row .col-left {
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  max-width: 400px;
}
@media screen and (max-width: 992px) {
  #section_raisons .carousel-inner .carousel-item .item_inside .row .col-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
#section_raisons .carousel-inner .carousel-item .item_inside .row .col-left .illustration {
  width: 388px;
  height: 302px;
  overflow: hidden;
  border: 10px solid #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
}
@media screen and (max-width: 576px) {
  #section_raisons .carousel-inner .carousel-item .item_inside .row .col-left .illustration {
    width: 298px;
    height: 223px;
    border: 5px solid #ffffff;
  }
}
@media screen and (max-width: 490px) {
  #section_raisons .carousel-inner .carousel-item .item_inside .row .col-left .illustration {
    width: 208px;
    height: 133px;
    border: 5px solid #ffffff;
  }
}
#section_raisons .carousel-inner .carousel-item .item_inside .row .col-right {
  -ms-flex-preferred-size: 580px;
  flex-basis: 580px;
  max-width: 580px;
}
@media screen and (max-width: 992px) {
  #section_raisons .carousel-inner .carousel-item .item_inside .row .col-right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section_raisons .carousel-inner .carousel-item .item_inside .row .col-right .text {
  display: inline-block;
  width: 100%;
  position: relative;
}
#section_raisons .carousel-inner .carousel-item .item_inside .row .col-right .text .text_inside {
  max-width: 420px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
#section_raisons .carousel-inner .carousel-item .item_inside .row .col-right .text .text_inside h2.special {
  color: #000000;
  font-size: 24px;
  margin: 0;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  #section_raisons .carousel-inner .carousel-item .item_inside .row .col-right .text .text_inside h2.special {
    font-size: 20px;
  }
}
#section_raisons .carousel-inner .carousel-item .item_inside .row .col-right .text .text_inside h2.special span {
  color: #ffffff;
  -webkit-box-decoration-break: clone;
  background: #eb6449;
  display: inline-block;
  padding: 7px 7px 0px 7px;
  box-decoration-break: clone;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 32px;
}
@media screen and (max-width: 576px) {
  #section_raisons .carousel-inner .carousel-item .item_inside .row .col-right .text .text_inside h2.special span {
    font-size: 25px;
  }
}
#section_raisons .carousel-inner .carousel-item .item_inside .row .col-right .text .text_inside h3 {
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  color: #eb6449;
}
@media screen and (max-width: 576px) {
  #section_raisons .carousel-inner .carousel-item .item_inside .row .col-right .text .text_inside h3 {
    font-size: 16px;
  }
}
#section_raisons .wrap_arrow {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#section_raisons .wrap_arrow .row .col-left {
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  max-width: 400px;
}
@media screen and (max-width: 992px) {
  #section_raisons .wrap_arrow .row .col-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section_raisons .wrap_arrow .row .col-right {
  -ms-flex-preferred-size: 580px;
  flex-basis: 580px;
  max-width: 580px;
  position: relative;
  top: 160px;
}
@media screen and (max-width: 992px) {
  #section_raisons .wrap_arrow .row .col-right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    top: 120px;
  }
}
@media screen and (max-width: 490px) {
  #section_raisons .wrap_arrow .row .col-right {
    top: 70px;
  }
}
#section_raisons .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E94E37'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#section_raisons .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E94E37'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
#section_temoignage {
  background: #ffffff;
  padding: 3rem 0 2rem;
}
#section_temoignage .container {
  max-width: 980px;
}
@media screen and (max-width: 992px) {
  #section_temoignage .container {
    max-width: 90%;
  }
}
#section_temoignage .header_section {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#section_temoignage .header_section h2.special {
  color: #000000;
  font-size: 24px;
  margin: 0;
  font-weight: normal;
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  #section_temoignage .header_section h2.special {
    font-size: 20px;
  }
}
#section_temoignage .header_section h2.special span {
  color: #ffffff;
  -webkit-box-decoration-break: clone;
  background: #000000;
  display: inline-block;
  box-decoration-break: clone;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 32px;
}
@media screen and (max-width: 576px) {
  #section_temoignage .header_section h2.special span {
    font-size: 25px;
  }
}
#section_temoignage .content_slide {
  width: 100%;
}
#section_temoignage .content_slide .row {
  align-items: center;
}
#section_temoignage .content_slide .row .col-img {
  position: relative;
  -ms-flex-preferred-size: 340px;
  flex-basis: 340px;
  max-width: 340px;
}
#section_temoignage .content_slide .row .col-img:after {
  content: "";
  width: 76px;
  height: 55px;
  position: absolute;
  top: -20px;
  left: 50%;
  background-image: url('../img/bigquote.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -96px;
  display: none;
}
@media screen and (max-width: 992px) {
  #section_temoignage .content_slide .row .col-img:after {
    display: inline-block;
  }
}
@media screen and (max-width: 400px) {
  #section_temoignage .content_slide .row .col-img:after {
    width: 66px;
    height: 35px;
    top: -13px;
    display: inline-block;
    margin-left: -66px;
  }
}
@media screen and (max-width: 992px) {
  #section_temoignage .content_slide .row .col-img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: -20px;
    text-align: center;
  }
}
#section_temoignage .content_slide .row .col-img img {
  width: 330px;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  #section_temoignage .content_slide .row .col-img img {
    width: 230px;
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  #section_temoignage .content_slide .row .col-img img {
    width: 150px;
    height: auto;
  }
}
#section_temoignage .content_slide .row .col-img .infos {
  text-align: center;
  width: 100%;
  position: relative;
  top: -17px;
}
#section_temoignage .content_slide .row .col-img .infos .temoignage {
  margin-bottom: 0;
}
#section_temoignage .content_slide .row .col-img .infos .temoignage span {
  color: #ffffff;
  -webkit-box-decoration-break: clone;
  background: #000000;
  display: inline-block;
  padding: 7px 7px 0px 7px;
  box-decoration-break: clone;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
#section_temoignage .content_slide .row .col-img .infos .witness {
  color: #eb6449;
  font-size: 42px;
  font-weight: bold;
}
#section_temoignage .content_slide .row .col-text {
  position: relative;
  align-self: flex-start !important;
  padding-top: 80px;
}
#section_temoignage .content_slide .row .col-text:before {
  content: "";
  width: 76px;
  height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('../img/bigquote.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  #section_temoignage .content_slide .row .col-text:before {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #section_temoignage .content_slide .row .col-text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  #section_temoignage .content_slide .row .col-text {
    padding-top: 0px;
    align-self: auto;
  }
}
#section_temoignage .content_slide .row .col-text .text_inside p.quote {
  font-size: 24px;
  color: #000000;
  font-family: 'Fondation Logement Script';
  line-height: 38px;
}
@media screen and (max-width: 992px) {
  #section_temoignage .content_slide .row .col-text .text_inside p.quote {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #section_temoignage .content_slide .row .col-text .text_inside p.quote {
    text-align: center;
  }
}
#section_temoignage .content_slide .row .col-text .text_inside p.text {
  font-size: 16px;
  color: #000000;
}
#section_temoignage .carousel-item {
  padding: 40px 0  20px 0;
}
@media screen and (max-width: 768px) {
  #section_temoignage .carousel-item {
    padding: 40px 0  40px 0;
  }
}
#section_temoignage .carousel-item .container {
  max-width: 800px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 992px) {
  #section_temoignage .carousel-item .container {
    max-width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #section_temoignage .carousel-item .container {
    max-width: 90%;
    padding: 0;
  }
}
#section_temoignage .carousel-control-next {
  background: transparent;
  border: none;
  z-index: 3;
  opacity: 1;
  justify-content: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  #section_temoignage .carousel-control-next {
    align-items: flex-start;
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: flex-start;
    /* Safari 7.0+ */
  }
}
@media screen and (max-width: 600px) {
  #section_temoignage .carousel-control-next {
    justify-content: flex-start;
    padding: 0 !important;
  }
}
#section_temoignage .carousel-control-next .carousel-control-next-icon {
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E94E37'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media screen and (max-width: 992px) {
  #section_temoignage .carousel-control-next .carousel-control-next-icon {
    top: 160px;
  }
}
#section_temoignage .carousel-control-prev {
  background: transparent;
  border: none;
  z-index: 3;
  opacity: 1;
  justify-content: flex-start;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  #section_temoignage .carousel-control-prev {
    align-items: flex-start;
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: flex-start;
    /* Safari 7.0+ */
  }
}
@media screen and (max-width: 600px) {
  #section_temoignage .carousel-control-prev {
    justify-content: flex-end;
    padding: 0 !important;
  }
}
#section_temoignage .carousel-control-prev .carousel-control-prev-icon {
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E94E37'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
@media screen and (max-width: 992px) {
  #section_temoignage .carousel-control-prev .carousel-control-prev-icon {
    top: 160px;
  }
}
#section_temoignage .carousel-indicators {
  z-index: 3;
  position: relative;
  margin: 0;
  top: -50px;
}
@media screen and (max-width: 992px) {
  #section_temoignage .carousel-indicators {
    z-index: 3;
    top: auto;
  }
}
@media screen and (max-width: 576px) {
  #section_temoignage .carousel-indicators {
    z-index: 3;
  }
}
#section_temoignage .carousel-indicators button {
  height: 10px;
  width: 10px;
  border: 1px solid #eb6449;
  margin: 0 2px;
  bottom: 400px;
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  border-radius: 160px;
  -ms-flex-preferred-size: 10px;
  flex-basis: 10px;
  max-width: 10px;
  background: #ffffff;
  opacity: 1;
}
#section_temoignage .carousel-indicators button.active {
  background: #eb6449;
}
#section_heritage {
  background: #ffffff;
  padding: 5rem 0 2rem;
}
@media screen and (max-width: 576px) {
  #section_heritage {
    padding: 5rem 0 0 0 ;
  }
}
#section_heritage .header_section {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
}
#section_heritage .header_section h2 {
  color: #eb6449;
  font-size: 42px;
  margin: 0;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: 'Fondation Logement Sans Condensed Bd';
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #section_heritage .header_section h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
#section_heritage .header_section p {
  color: #000000;
  max-width: 600px;
  margin: 0 auto;
}
#section_heritage .header_section p.subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #section_heritage .header_section p.subtitle {
    font-size: 17px;
    line-height: initial;
  }
}
#section_heritage .header_section p:last-child {
  margin-bottom: 30px;
}
#section_heritage .content_section .container {
  max-width: 980px;
}
@media screen and (max-width: 992px) {
  #section_heritage .content_section .container {
    max-width: 90%;
  }
}
#section_heritage .content_section .nav-pills {
  text-align: center;
  justify-content: center;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  #section_heritage .content_section .nav-pills .nav-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    text-align: center;
  }
}
#section_heritage .content_section .nav-pills .nav-link {
  position: relative;
  background: none;
  color: #000000;
  font-weight: normal;
  text-transform: uppercase;
  padding: 4px 15px 0 15px;
  border: 1.25px solid #000000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  margin: 0 5px;
}
#section_heritage .content_section .nav-pills .nav-link.active {
  border: none;
}
@media screen and (max-width: 768px) {
  #section_heritage .content_section .nav-pills .nav-link {
    color: #000000;
    text-decoration: none;
    width: 90%;
    margin-bottom: 10px;
    font-size: 12px;
  }
}
#section_heritage .content_section .nav-pills .nav-link.active {
  background: #eb6449;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
#section_heritage .content_section .tab-content .tab-pane .item {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
}
#section_heritage .content_section .tab-content .tab-pane .item .illustration {
  display: inline-block;
  height: 400px;
  width: 980px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  #section_heritage .content_section .tab-content .tab-pane .item .illustration {
    max-width: 100%;
  }
}
#section_heritage .content_section .tab-content .tab-pane .item .container {
  max-width: 90%;
}
@media screen and (max-width: 992px) {
  #section_heritage .content_section .tab-content .tab-pane .item .container {
    max-width: 100%;
  }
}
#section_heritage .content_section .tab-content .tab-pane .item .text_content {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  background: #d4ecee;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 30px 30px 50px;
  position: relative;
  top: -50px;
}
@media screen and (max-width: 992px) {
  #section_heritage .content_section .tab-content .tab-pane .item .text_content {
    padding: 30px 15px;
  }
}
#section_heritage .content_section .tab-content .tab-pane .item .wrap_button {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
#section_heritage .content_section .tab-content .tab-pane .item h2.special {
  color: #000000;
  font-size: 34px;
  margin: 0;
  font-weight: 500;
  text-transform: none;
}
@media screen and (max-width: 576px) {
  #section_heritage .content_section .tab-content .tab-pane .item h2.special {
    font-size: 20px;
  }
}
#section_heritage .content_section .tab-content .tab-pane .item h2.special span {
  color: #ffffff;
  -webkit-box-decoration-break: clone;
  background: #eb6449;
  display: inline-block;
  box-decoration-break: clone;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 576px) {
  #section_heritage .content_section .tab-content .tab-pane .item h2.special span {
    font-size: 25px;
  }
}
#section_heritage .content_section .tab-content .tab-pane .item p.subtitle {
  max-width: 500px;
  font-weight: 500;
  margin: 20px auto;
}
@media screen and (max-width: 992px) {
  #section_heritage .content_section .tab-content .tab-pane .item p.subtitle {
    max-width: 100%;
  }
}
#section_heritage .content_section .tab-content .tab-pane .item .accordion-button:not(.collapsed) {
  background-color: #d4ecee;
}
#section_heritage .content_section .tab-content .tab-pane .item .accordion#main-accordion {
  margin: 2em 0 1em;
  --bs-accordion-bg: none!important;
}
#section_heritage .content_section .tab-content .tab-pane .item .accordion#main-accordion .accordion-button.red {
  color: #eb6449;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 992px) {
  #section_heritage .content_section .tab-content .tab-pane .item .accordion#main-accordion .accordion-button.red {
    font-size: 16px;
  }
}
#section_heritage .content_section .tab-content .tab-pane .item .accordion#main-accordion .accordion-button.red:after {
  margin-left: 20px;
  background-image: url(../../svg/arrow_accordion.svg);
}
#section_heritage .content_section .tab-content .tab-pane .item .accordion#main-accordion .accordion-body {
  text-align: start;
}
#section_heritage .content_section .tab-content .tab-pane .item .accordion#main-accordion .accordion-body .conseil {
  background-color: #ffffff;
  padding: 30px;
  margin: 40px 20px 20px;
  border-radius: 20px;
  position: relative;
}
#section_heritage .content_section .tab-content .tab-pane .item .accordion#main-accordion .accordion-body .conseil p.special {
  transform: rotate(-3deg);
  position: absolute;
  top: -20px;
  left: 0;
  font-weight: bold;
}
#section_heritage .content_section .tab-content .tab-pane .item .accordion#main-accordion .accordion-body .conseil p.special span {
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 10px;
  font-weight: 900;
}
#section_heritage .content_section .tab-content .tab-pane .item .accordion#main-accordion .accordion {
  --bs-accordion-bg: none!important;
}
#section_heritage .content_section .tab-content .tab-pane .item .accordion#main-accordion .accordion .accordion-button {
  color: #000000;
  font-weight: bold;
}
#section_heritage .content_section .tab-content .tab-pane .item .accordion#main-accordion .accordion .accordion-button:after {
  margin-left: 20px;
}
#don_confiance {
  padding: 2em 0 3em 0;
  background-color: #ffffff;
}
#don_confiance .container {
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  #don_confiance .container {
    max-width: 90%;
  }
}
#don_confiance .container h2 {
  color: #eb6449;
  font-size: 37px;
  line-height: 38px;
  margin: 0;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #don_confiance .container h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
#don_confiance .container .logo-don {
  max-width: 318px;
}
@media screen and (max-width: 768px) {
  #don_confiance .container .logo-don {
    max-width: 190px;
  }
}
#don_confiance .container .quote {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #don_confiance .container .quote {
    text-align: center;
  }
}
#don_confiance .container .quote:after {
  content: "\e945";
  font-family: 'start' !important;
  font-size: 30px;
  position: relative;
  text-align: right;
}
#don_confiance .container .quote p {
  font-size: 35px;
  line-height: 34px;
  text-align: center;
  font-family: 'Sofia_Handwritten';
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #don_confiance .container .quote p br {
    display: none;
  }
}
#section_thanks {
  background: #d4ecee;
  padding: 5rem 0 ;
}
#section_thanks .header_section {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 50px;
}
#section_thanks .header_section .container {
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  #section_thanks .header_section .container {
    max-width: 90%;
  }
}
#section_thanks .header_section h2 {
  color: #eb6449;
  font-size: 42px;
  margin: 0;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #section_thanks .header_section h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
#section_thanks .header_section .quote {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #section_thanks .header_section .quote {
    text-align: center;
  }
}
#section_thanks .header_section .quote:after {
  content: "\e945";
  font-family: 'start' !important;
  font-size: 30px;
  position: relative;
  text-align: right;
}
#section_thanks .header_section .quote p {
  font-size: 35px;
  line-height: 34px;
  text-align: center;
  font-family: 'Sofia_Handwritten';
}
@media screen and (max-width: 768px) {
  #section_thanks .header_section .quote p br {
    display: none;
  }
}
#section_thanks .content_section {
  display: inline-block;
  width: 100%;
  height: auto;
}
#section_thanks .content_section .container {
  max-width: 980px;
}
@media screen and (max-width: 992px) {
  #section_thanks .content_section .container {
    max-width: 90%;
  }
}
#section_thanks .content_section .key_numbers {
  display: inline-block;
  width: 100%;
  height: auto;
}
#section_thanks .content_section .key_numbers .row {
  justify-content: center;
}
#section_thanks .content_section .key_numbers .row .col {
  -ms-flex-preferred-size: 278px;
  flex-basis: 278px;
  max-width: 278px;
  text-align: center;
}
#section_thanks .content_section .key_numbers .item {
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  #section_thanks .content_section .key_numbers .item {
    margin-bottom: 20px;
  }
}
#section_thanks .content_section .key_numbers .item .number {
  font-size: 50px;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 20px 0px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  min-width: 234px;
  font-family: 'Fondation Logement Sans Condensed Bd';
}
@media screen and (max-width: 992px) {
  #section_thanks .content_section .key_numbers .item .number {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  #section_thanks .content_section .key_numbers .item .number {
    font-size: 30px;
    min-width: 184px;
  }
}
#section_thanks .content_section .key_numbers .item .number.blue {
  background: #6dcad3;
}
#section_thanks .content_section .key_numbers .item .number.red {
  background: #eb6449;
}
#section_thanks .content_section .key_numbers .item .details {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
  font-family: 'Fondation Logement Sans';
  font-style: italic;
  font-weight: 900;
}
@media screen and (max-width: 576px) {
  #section_thanks .content_section .key_numbers .item .details {
    font-size: 20px;
    line-height: 23px;
  }
}
#section_thanks .content_section .key_numbers .item .picto {
  font-size: 70px;
  margin-bottom: 20px;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  #section_thanks .content_section .key_numbers .item .picto {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  #section_thanks .content_section .key_numbers .item .picto {
    margin-bottom: 20px;
  }
}
#section_equiv {
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 3rem 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  #section_equiv {
    background-color: #d4ecee;
  }
}
#section_equiv .container {
  max-width: 980px;
}
@media screen and (max-width: 992px) {
  #section_equiv .container {
    max-width: 90%;
  }
}
#section_equiv .wrap {
  position: relative;
  padding: 40px 0 30px 0;
}
#section_equiv .wrap:after {
  content: "";
  width: 80%;
  height: 100%;
  display: inline-block;
  background-color: #d4ecee;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-radius: 30px;
}
@media screen and (max-width: 992px) {
  #section_equiv .wrap:after {
    display: none;
  }
}
#section_equiv .item_inside {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
#section_equiv .item_inside .row .col-left {
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  max-width: 400px;
  order: 1;
}
@media screen and (max-width: 992px) {
  #section_equiv .item_inside .row .col-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
#section_equiv .item_inside .row .col-left .illustration {
  width: 388px;
  height: 302px;
  overflow: hidden;
  border: 10px solid #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
}
@media screen and (max-width: 576px) {
  #section_equiv .item_inside .row .col-left .illustration {
    width: 258px;
    height: 183px;
    border: 5px solid #ffffff;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 360px) {
  #section_equiv .item_inside .row .col-left .illustration {
    width: 208px;
    height: 133px;
    border: 5px solid #ffffff;
  }
}
#section_equiv .item_inside .row .col-right {
  -ms-flex-preferred-size: 580px;
  flex-basis: 580px;
  max-width: 580px;
  order: 2;
}
@media screen and (max-width: 992px) {
  #section_equiv .item_inside .row .col-right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section_equiv .item_inside .row .col-right .text {
  display: inline-block;
  width: 100%;
  position: relative;
}
#section_equiv .item_inside .row .col-right .text .text_inside {
  max-width: 420px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
#section_equiv .item_inside .row .col-right .text .text_inside .wrap_button {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
#section_equiv .item_inside .row .col-right .text .text_inside h2.equiv {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (max-width: 576px) {
  #section_equiv .item_inside .row .col-right .text .text_inside h2.equiv {
    font-size: 16px;
  }
}
#section_equiv .item_inside .row .col-right .text .text_inside h2.equiv .amount {
  color: #ffffff;
  font-family: 'Fondation Logement Sans Condensed Bd';
  -webkit-box-decoration-break: clone;
  background: #eb6449;
  display: inline-block;
  padding: 7px 17px 0px 17px;
  box-decoration-break: clone;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 42px;
  transform: rotate(-2deg);
}
@media screen and (max-width: 360px) {
  #section_equiv .item_inside .row .col-right .text .text_inside h2.equiv .amount {
    font-size: 25px;
  }
}
#section_equiv .item_inside .row .col-right .text .text_inside h2.equiv .egal {
  font-size: 59px;
  color: #000000;
  background: none !important;
  font-weight: normal;
  line-height: 0;
  display: inline-block;
  width: 100%;
  margin-top: 8px;
  font-family: 'Fondation Logement Script';
}
#section_equiv .item_inside .row .col-right .text .text_inside h2.equiv .equivalence {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #000000;
  background: none !important;
}
@media screen and (max-width: 576px) {
  #section_equiv .item_inside .row .col-right .text .text_inside h2.equiv .equivalence {
    font-size: 16px;
  }
}
#section_equiv.red_bg {
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  #section_equiv.red_bg {
    background-color: #eb6449;
  }
}
#section_equiv.red_bg .wrap {
  position: relative;
  padding: 40px 0 30px 0;
}
#section_equiv.red_bg .wrap:after {
  content: "";
  width: 80%;
  height: 100%;
  display: inline-block;
  background-color: #eb6449;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  #section_equiv.red_bg .wrap:after {
    display: none;
  }
}
#section_equiv.red_bg h2.equiv {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff !important;
}
@media screen and (max-width: 576px) {
  #section_equiv.red_bg h2.equiv {
    font-size: 16px;
  }
}
#section_equiv.red_bg h2.equiv .amount {
  color: #eb6449 !important;
  font-family: 'Fondation Logement Sans Condensed Bd';
  -webkit-box-decoration-break: clone;
  background: #ffffff !important;
  display: inline-block;
  padding: 7px 17px 0px 17px;
  box-decoration-break: clone;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 32px;
  transform: rotate(-2deg);
}
@media screen and (max-width: 576px) {
  #section_equiv.red_bg h2.equiv .amount {
    font-size: 25px;
  }
}
#section_equiv.red_bg h2.equiv .egal {
  font-size: 59px;
  color: #ffffff !important;
  background: none !important;
  font-weight: normal;
  font-family: 'Fondation Logement Script';
}
#section_equiv.red_bg h2.equiv .equivalence {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff !important;
  background: none !important;
}
@media screen and (max-width: 576px) {
  #section_equiv.red_bg h2.equiv .equivalence {
    font-size: 16px;
  }
}
#section_equiv.red_bg .btn.brochure {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background-color: #ffffff;
  color: #eb6449;
  width: 230px;
  padding: 12px 10px;
}
#section_equiv.red_bg .btn.brochure:hover {
  background-color: #e6e6e6;
  color: #eb6449;
}
#section_equiv.red_bg .btn.brochure .icon-brochure {
  font-size: 26px ;
  position: relative;
  top: -3px;
  margin-right: 10px;
}
#section_equiv.red_bg .item_inside .row .col-left {
  order: 2;
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  max-width: 400px;
}
@media screen and (max-width: 992px) {
  #section_equiv.red_bg .item_inside .row .col-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    order: 1;
  }
}
#section_equiv.red_bg .item_inside .row .col-right {
  order: 1;
  -ms-flex-preferred-size: 580px;
  flex-basis: 580px;
  max-width: 580px;
}
@media screen and (max-width: 992px) {
  #section_equiv.red_bg .item_inside .row .col-right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    order: 2;
  }
}
#section_contact {
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 3rem 0;
  position: relative;
  background: #6576b9;
}
#section_contact .container {
  max-width: 830px;
}
@media screen and (max-width: 992px) {
  #section_contact .container {
    max-width: 90%;
  }
}
#section_contact .header_section {
  text-align: center;
}
#section_contact .header_section h2.special {
  color: #ffffff;
  font-size: 34px;
  margin: 0;
  font-weight: bold;
  position: relative;
}
#section_contact .header_section h2.special span {
  color: #ffffff;
  -webkit-box-decoration-break: clone;
  background: #000000;
  display: inline-block;
  padding: 7px 17px 0px 17px;
  box-decoration-break: clone;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
}
#section_contact .header_section p {
  padding: 20px 0;
  color: #ffffff;
}
#section_contact .content_section {
  display: inline-block;
  width: 100%;
  height: auto;
  background: #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 20px;
}
#section_contact .content_section:last-child {
  margin-top: 20px;
}
#section_contact .row .col-left {
  -ms-flex-preferred-size: 287px;
  flex-basis: 287px;
  max-width: 287px;
  order: 1;
  position: relative;
}
@media screen and (max-width: 992px) {
  #section_contact .row .col-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
#section_contact .row .col-left h5 {
  position: absolute;
  bottom: -15px;
  right: -20px;
  z-index: 90;
  transform: rotate(-3deg);
}
#section_contact .row .col-left h5 span {
  color: #ffffff;
  -webkit-box-decoration-break: clone;
  background: #eb6449;
  display: inline-block;
  padding: 8px 10px;
  box-decoration-break: clone;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  text-transform: none;
  font-family: 'Fondation Logement Sans';
  font-weight: 900;
  font-style: italic;
}
#section_contact .row .col-left .illustration {
  width: 287px;
  height: 287px;
  border: 10px solid #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
}
@media screen and (max-width: 576px) {
  #section_contact .row .col-left .illustration {
    width: 223px;
    height: 223px;
    border: 5px solid #ffffff;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 490px) {
  #section_contact .row .col-left .illustration {
    width: 208px;
    height: 208px;
    border: 5px solid #ffffff;
  }
}
#section_contact .row .col-right {
  display: flex;
  align-items: center;
  -ms-flex-preferred-size: 500px;
  flex-basis: 500px;
  max-width: 500px;
  order: 2;
}
@media screen and (max-width: 992px) {
  #section_contact .row .col-right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#section_contact .row .col-right .text {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 30px;
}
#section_contact .row .col-right .text .text_inside {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 992px) {
  #section_contact .row .col-right .text .text_inside {
    text-align: center;
  }
}
#section_contact .row .col-right .text .fiche_contact {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 992px) {
  #section_contact .row .col-right .text .fiche_contact {
    text-align: center;
    padding-left: 0;
  }
}
#section_contact .row .col-right .text .fiche_contact h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
#section_contact .row .col-right .text .fiche_contact p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
}
#section_contact .row .col-right .text .fiche_contact p.metier {
  font-size: 16px;
  text-transform: uppercase;
}
#section_contact .row .col-right .text .fiche_contact p.infos {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 4px;
}
@media screen and (max-width: 992px) {
  #section_contact .row .col-right .text .fiche_contact p.infos {
    font-size: 14px;
  }
}
#section_contact .row .col-right .text .fiche_contact p.citation {
  font-size: 16px;
  margin: 10px 0;
}
#section_infos {
  padding: 2em 0 3em 0;
  background-color: #eb6449;
}
#section_infos .container {
  max-width: 1040px;
}
@media screen and (max-width: 768px) {
  #section_infos .container {
    max-width: 90%;
  }
}
#section_infos .container .header_section {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
}
#section_infos .container .header_section h2 {
  color: #ffffff;
  font-size: 30px;
  margin: 0;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #section_infos .container .header_section h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#section_infos .container .content_section .accordion-item {
  background-color: #eb6449;
  border: none;
}
#section_infos .container .content_section .collapseOne {
  display: flex;
  justify-content: center;
}
#section_infos .container .content_section #infos {
  background-color: #eb6449;
  display: flex;
  justify-content: center;
}
#section_infos .container .content_section .accordion-header {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
#section_infos .container .content_section .accordion-body {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: #ffffff;
  color: #000000;
  padding: 40px;
  text-align: center;
  max-width: 790px;
}
#section_infos .container .content_section .btn_accordion {
  width: auto;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 1px solid #ffffff;
  background-color: #eb6449;
  color: #ffffff;
}
#section_infos .container .content_section .btn_accordion:after {
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
