@charset "UTF-8";
/* DO NOT USE THIS FILE - SEE STYLE.MIN.CSS*/
/* = LESS DEFINITIONS
-------------------------------------------------------------- */
/* = FUNCTION DEFINITIONS
-------------------------------------------------------------- */
/**
 * Function framework
 * 
 * @author La Confection Marc Richard
 * 
 * @version 2.0.0
 */
/* = VAR DEFINITIONS
-------------------------------------------------------------- */
/**
 * 
 * VAR DEFINITION
 * 
 * @version 4.0.0
 */
/* = FONTS DEFINITIONS
-------------------------------------------------------------- */
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Regular.eot');
  src: url('../fonts/Nexa-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Nexa-Regular.woff2') format('woff2'), url('../fonts/Nexa-Regular.woff') format('woff'), url('../fonts/Nexa-Regular.ttf') format('truetype'), url('../fonts/Nexa-Regular.svg#Nexa-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-XBold.eot');
  src: url('../fonts/Nexa-XBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Nexa-XBold.woff2') format('woff2'), url('../fonts/Nexa-XBold.woff') format('woff'), url('../fonts/Nexa-XBold.ttf') format('truetype'), url('../fonts/Nexa-XBold.svg#Nexa-XBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Black.eot');
  src: url('../fonts/Nexa-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Nexa-Black.woff2') format('woff2'), url('../fonts/Nexa-Black.woff') format('woff'), url('../fonts/Nexa-Black.ttf') format('truetype'), url('../fonts/Nexa-Black.svg#Nexa-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa-Regular';
  src: url('../fonts/Nexa-Regular.eot');
  src: url('../fonts/Nexa-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Nexa-Regular.woff2') format('woff2'), url('../fonts/Nexa-Regular.woff') format('woff'), url('../fonts/Nexa-Regular.ttf') format('truetype'), url('../fonts/Nexa-Regular.svg#Nexa-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa-XBold';
  src: url('../fonts/Nexa-XBold.eot');
  src: url('../fonts/Nexa-XBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Nexa-XBold.woff2') format('woff2'), url('../fonts/Nexa-XBold.woff') format('woff'), url('../fonts/Nexa-XBold.ttf') format('truetype'), url('../fonts/Nexa-XBold.svg#Nexa-XBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa-Black';
  src: url('../fonts/Nexa-Black.eot');
  src: url('../fonts/Nexa-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Nexa-Black.woff2') format('woff2'), url('../fonts/Nexa-Black.woff') format('woff'), url('../fonts/Nexa-Black.ttf') format('truetype'), url('../fonts/Nexa-Black.svg#Nexa-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* =Reset
-------------------------------------------------------------- */
/*------------------------------------*\
    MAIN
\*------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
  /*font-size:62.5%;*/
}
body {
  /*font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  color: #444;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
.white a,
a.white {
  color: #FFF;
}
.white a:hover,
a.white:hover {
  color: #FFF;
}
.lightgrey a,
a.lightgrey {
  color: #ACA8A8;
}
.lightgrey a:hover,
a.lightgrey:hover {
  color: #ACA8A8;
}
.dark a,
a.dark {
  color: #000000;
}
.dark a:hover,
a.dark:hover {
  color: #000000;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
}
* {
  transition: all 0.3s ease-out;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
.ui-datepicker {
  z-index: 10 !important;
}
.ui-datepicker,
.ui-datepicker * {
  font-family: Nexa-XBold !important;
}
a.ui-state-default {
  background: #0098E6 !important;
  color: #E30621 !important;
  border: none !important;
  text-align: center !important;
}
a.ui-state-default:hover {
  background: #E30621 !important;
  color: #0098E6 !important;
}
.ui-datepicker-today a.ui-state-default {
  background: #E30621 !important;
  color: #ACA8A8 !important;
}
.ui-datepicker-today a.ui-state-default:hover {
  color: #0098E6 !important;
}
a.ui-state-default.ui-state-active {
  background: #E30621 !important;
  color: #0098E6 !important;
}
.ui-datepicker .ui-datepicker-header {
  background: #0098E6 !important;
  border: none !important;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  background: #EEE !important;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  filter: invert(100%);
}
::selection {
  background: #04A4CC;
  color: #E30621;
  text-shadow: none;
}
::-webkit-selection {
  background: #04A4CC;
  color: #E30621;
  text-shadow: none;
}
::-moz-selection {
  background: #04A4CC;
  color: #E30621;
  text-shadow: none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #E30621;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* DEFAULT STYLE */
.btn {
  padding: 8px 12Px;
  border: 1px solid #000;
  border-radius: 5px;
  font-family: Nexa-XBold;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  background: transparent;
  padding-bottom: 5px !important;
}
.btn:hover {
  padding: 8px 12Px;
  padding-bottom: 5px !important;
  background: #000;
  border: 1px solid #000;
  border-radius: 5px;
  font-family: Nexa-XBold;
  font-size: 12px;
  color: #FFF !important;
  letter-spacing: 0;
  text-align: center;
}
.btn.disabled {
  padding: 8px 12Px;
  padding-bottom: 5px !important;
  background: #000;
  border: 1px solid #000;
  border-radius: 5px;
  font-family: Nexa-XBold;
  font-size: 12px;
  color: #FFF !important;
  letter-spacing: 0;
  text-align: center;
  background: #ACA8A8;
}
.btn.disabled:hover {
  padding: 8px 12Px;
  padding-bottom: 5px !important;
  background: #000;
  border: 1px solid #000;
  border-radius: 5px;
  font-family: Nexa-XBold;
  font-size: 12px;
  color: #FFF !important;
  letter-spacing: 0;
  text-align: center;
  background: #ACA8A8;
}
.highlight .btn {
  padding: 8px 12Px;
  border: 1px solid #000;
  border-radius: 5px;
  font-family: Nexa-XBold;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  background: transparent;
  padding-bottom: 5px !important;
}
.highlight .btn:hover {
  padding: 8px 12Px;
  padding-bottom: 5px !important;
  background: #000;
  border: 1px solid #000;
  border-radius: 5px;
  font-family: Nexa-XBold;
  font-size: 12px;
  color: #FFF !important;
  letter-spacing: 0;
  text-align: center;
}
.btn.noborder,
.btn.no-border,
.btn.no-border {
  border: none !important;
}
.text,
p {
  font-family: Nexa-Regular;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 21px;
}
.white p,
p.white,
.white p p,
p.white p {
  color: #FFF;
}
.red p,
p.red,
.red p p,
p.red p {
  color: #E30621;
}
.lightgrey p,
p.lightgrey,
.lightgrey p p,
p.lightgrey p {
  color: #ACA8A8;
}
.grey p,
p.grey,
.grey p p,
p.grey p {
  color: #ACA8A8;
}
.blue p,
p.blue,
.blue p p,
p.blue p {
  color: #000000;
}
.black p,
p.black,
.black p p,
p.black p {
  color: #000000;
}
.darkcolor p,
p.darkcolor,
.darkcolor p p,
p.darkcolor p {
  color: #000000;
}
body h1,
body h1 p,
.fake_h1,
.fakeh1_slider {
  /* H1 Title: */
  font-family: Nexa-XBold;
  font-size: 40px;
  color: #E30621;
  letter-spacing: 0;
  line-height: 40px;
  margin-top: 0;
}
body h1 p {
  margin: 0;
}
.h1_subtitle,
.subh1,
.h1_subtitle p,
.subh1 p {
  font-family: Nexa-XBold;
  font-size: 40px;
  color: #000000;
  letter-spacing: 0;
  line-height: 40px;
}
h2,
.fake_h2 {
  font-family: Nexa-XBold;
  font-size: 26px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
}
h2 p,
.fake_h2 p {
  font-family: Nexa-XBold;
  font-size: 26px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
}
.white h2,
h2.white,
.h2_white,
.white h2 p,
h2.white p,
.h2_white p,
.white .fake_h2,
.fake_h2.white,
.fake_h2_white,
.white .fake_h2 p,
.fake_h2.white p {
  color: #FFF;
}
.grey h2,
h2.grey,
.h2_grey,
.grey h2 p,
h2.grey p,
.h2_grey p,
.grey .fake_h2,
.fake_h2.grey,
.fake_h2_grey,
.grey .fake_h2 p,
.fake_h2.grey p {
  color: #ACA8A8;
}
.blue h2,
h2.blue,
.h2_blue,
.blue h2 p,
h2.blue p,
.h2_blue p,
.blue .fake_h2,
.fake_h2.blue,
.fake_h2_blue,
.blue .fake_h2 p,
.fake_h2.blue p {
  color: #000000;
}
.lightgrey h2,
h2.lightgrey,
.h2_lightgrey,
.lightgrey h2 p,
h2.lightgrey p,
.h2_lightgrey p,
.lightgrey .fake_h2,
.fake_h2.lightgrey,
.fake_h2_lightgrey,
.lightgrey .fake_h2 p,
.fake_h2.lightgrey p {
  color: #ACA8A8;
}
.red h2,
h2.red,
.h2_red,
.red h2 p,
h2.red p,
.h2_red p,
.red .fake_h2,
.fake_h2.red,
.fake_h2_red,
.red .fake_h2 p,
.fake_h2.red p {
  color: #E30621;
}
.black h2,
h2.black,
.h2_black,
.black h2 p,
h2.black p,
.h2_black p,
.black .fake_h2,
.fake_h2.black,
.fake_h2_black,
.black .fake_h2 p,
.fake_h2.black p {
  color: #000000;
}
.darkcolor h2,
h2.darkcolor,
.h2_darkcolor,
.darkcolor h2 p,
h2.darkcolor p,
.h2_darkcolor p,
.darkcolor .fake_h2,
.fake_h2.darkcolor,
.fake_h2_darkcolor,
.darkcolor .fake_h2 p,
.fake_h2.darkcolor p {
  color: #000000;
}
h3,
.fake_h3 {
  font-family: Nexa-XBold;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 22px;
}
h3 p,
.fake_h3 p {
  font-family: Nexa-XBold;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 22px;
}
.white h3,
h3.white,
.h3_white,
.white h3 p,
h3.white p,
.h3_white p,
.white .fake_h3,
.fake_h3.white,
.fake_h3_white,
.white .fake_h3 p,
.fake_h3.white p,
.fake_h3_white p {
  color: #FFF;
}
.red h3,
h3.red,
.h3_red,
.red h3 p,
h3.red p,
.h3_red p,
.red .fake_h3,
.fake_h3.red,
.fake-h3_red,
.red .fake_h3 p,
.fake_h3.red p,
.fake_h3_red p {
  color: #E30621;
}
.lightgrey h3,
h3.lightgrey,
.h3_lightgrey,
.lightgrey h3 p,
h3.lightgrey p,
.h3_lightgrey p,
.lightgrey .fake_h3,
.fake_h3.lightgrey,
.fake_h3_lightgrey,
.lightgrey .fake_h3 p,
.fake_h3.lightgrey p,
.fake_h3_lightgrey p {
  color: #ACA8A8;
}
.grey h3,
h3.grey,
.h3_grey,
.grey h3 p,
h3.grey p,
.h3_grey p,
.grey .fake_h3,
.fake_h3.grey,
.fake_h3_grey,
.grey .fake_h3 p,
.fake_h3.grey p,
.fake_h3_grey p {
  color: #ACA8A8;
}
.blue h3,
h3.blue,
.h3_blue,
.blue h3 p,
h3.blue p,
.h3_blue p,
.blue .fake_h3,
.fake_h3.blue,
.fake_h3_blue,
.blue .fake_h3 p,
.fake_h3.blue p,
.fake_h3_blue p {
  color: #000000;
}
.darkcolor h3,
h3.darkcolor,
.h3_darkcolor,
.darkcolor h3 p,
h3.darkcolor p,
.h3_darkcolor p,
.darkcolor .fake_h3,
.fake_h3.darkcolor,
.fake_h3_darkcolor,
.darkcolor .fake_h3 p,
.fake_h3.darkcolor p,
.fake_h3_darkcolor p {
  color: #000000;
}
.black h3,
h3.black,
.h3_black,
.black h3 p,
h3.black p,
.h3_black p,
.black .fake_h3,
.fake_h3.black,
.fake_h3_black,
.black .fake_h3 p,
.fake_h3.black p,
.fake_h3_black p {
  color: #000000;
}
h4,
.fake_h4 {
  font-family: Nexa-XBold;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
}
h4 p,
.fake_h4 p {
  font-family: Nexa-XBold;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
}
.white h4,
h4.white,
.h4_white,
.white h4 p,
h4.white p,
.h4_white p,
.white .fake_h4,
.fake_h4.white,
.fake_h4_white,
.white .fake_h4 p,
.fake_h4.white p,
.fake_h4_white p {
  color: #FFF;
}
.lightgrey h4,
h4.lightgrey,
.h4_lightgrey,
.lightgrey h4 p,
h4.lightgrey p,
.h4_lightgrey p,
.lightgrey .fake_h4,
.fake_h4.lightgrey,
.fake_h4_lightgrey,
.lightgrey .fake_h4 p,
.fake_h4.lightgrey p,
.h4_lightgrey p {
  color: #000000;
}
.blue h4,
h4.blue,
.h4_blue,
.blue h4 p,
h4.blue p,
.h4_blue p,
.blue .fake_h4,
.fake_h4.blue,
.fake_h4_blue,
.blue .fake_h4 p,
.fake_h4.blue p,
.fake_h4_blue p {
  color: #000000;
}
.red h4,
h4.red,
.h4_red,
.red h4 p,
h4.red p,
.h4_red p,
.red .fake_h4,
.fake_h4.red,
.fake_h4_red,
.red .fake_h4 p,
.fake_h4.red p,
.fake_h4_red p {
  color: #E30621;
}
.grey h4,
h4.grey,
.h4_grey,
.grey h4 p,
h4.grey p,
.h4_grey p,
.grey .fake_h4,
.fake_h4.grey,
.fake_h4_grey,
.grey .fake_h4 p,
.fake_h4.grey p,
.fake_h4_grey p {
  color: #ACA8A8;
}
.black h4,
h4.black,
.h4_black,
.black h4 p,
h4.black p,
.h4_black p,
.black .fake_h4,
.fake_h4.black,
.fake_h4_black,
.black .fake_h4 p,
.fake_h4.black p,
.fake_h4_black p {
  color: #000000;
}
h5,
.fake_h5 {
  font-family: Nexa-XBold;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
}
h5 p,
.fake_h5 p {
  font-family: Nexa-XBold;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
}
.white h5,
h5.white,
.h5_white,
.white h5 p,
h5.white p,
.h5_white p,
.white .fake_h5,
.fake_h5.white,
.fake_h5_white,
.white .fake_h5 p,
.fake_h5.white p,
.fake_h5_white p {
  color: #FFF;
}
.red h5,
h5.red,
.h5_red,
.red h5 p,
h5.red p,
.h5_red p,
.red .fake_h5,
.fake_h5.red,
.fake_h5_red,
.red .fake_h5 p,
.fake_h5.red p,
.fake_h5_red p {
  color: #ACA8A8;
}
.black h5,
h5.black,
.h5_black,
.black h5 p,
h5.black p,
.h5_black p,
.black .fake_h5,
.fake_h5.black,
.fake_h5_black,
.black .fake_h5 p,
.fake_h5.black p,
.fake_h5_black p {
  color: #000000;
}
.grey h5,
h5.grey,
.h5_grey,
.grey h5 p,
h5.grey p,
.h5_grey p,
.grey .fake_h5,
.fake_h5.grey,
.fake_h5_grey,
.grey .fake_h5 p,
.fake_h5.grey p,
.fake_h5_grey p {
  color: #ACA8A8;
}
.blue h5,
h5.blue,
.h5_blue,
.blue h5 p,
h5.blue p,
.h5_blue p,
.blue .fake_h5,
.fake_h5.blue,
.fake_h5_blue,
.blue .fake_h5 p,
.fake_h5.blue p,
.fake_h5_blue p {
  color: #000000;
}
.lightgrey h5,
h5.lightgrey,
.h5_lightgrey,
.lightgrey h5 p,
h5.lightgrey p,
.h5_lightgrey p,
.lightgrey .fake_h5,
.fake_h5.lightgrey,
.fake_h5_lightgrey,
.lightgrey .fake_h5 p,
.fake_h5.lightgrey p,
.fake_h5_lightgrey p {
  color: #ACA8A8;
}
.highlight_text {
  font-family: Nexa-Black;
  font-size: 45px;
  color: #FFF;
  letter-spacing: 0;
  line-height: 45px;
}
@media (max-width: 600px) {
  .highlight_text:not(.contenu_slider) {
    font-size: 35px;
    line-height: 35px;
  }
}
.highlight_text p {
  font-family: Nexa-Black;
  font-size: 45px;
  color: #FFF;
  letter-spacing: 0;
  line-height: 45px;
}
@media (max-width: 600px) {
  .highlight_text p {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .contenu_slider.highlight_text .contenu_slider.highlight_text p {
    font-size: 32px;
    line-height: 30px;
  }
  .contenu_slider.highlight_text .contenu_slider.highlight_text p br {
    display: none;
  }
}
.white .highlight_text,
.highlight_text.white,
.white .highlight_text p,
.highlight_text.white p {
  color: #FFF;
}
.grey .highlight_text,
.highlight_text.grey,
.grey .highlight_text p,
.highlight_text.grey p {
  color: #ACA8A8;
}
.lightgrey .highlight_text,
.highlight_text.lightgrey,
.lightgrey .highlight_text p,
.highlight_text.lightgrey p {
  color: #ACA8A8;
}
.blue .highlight_text,
.highlight_text.blue,
.blue .highlight_text p,
.highlight_text.blue p {
  color: #000000;
}
.purple .highlight_text,
.highlight_text.purple,
.purple .highlight_text p,
.highlight_text.purple p {
  color: #E30621;
}
.black .highlight_text,
.highlight_text.black,
.black .highlight_text p,
.highlight_text.black p {
  color: #000000;
}
.darkcolor .highlight_text,
.highlight_text.darkcolor,
.darkcolor .highlight_text p,
.highlight_text.darkcolor p {
  color: #000000;
}
.tite_vignette {
  font-family: Nexa-XBold;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 18px;
}
.white .tite_vignette,
.tite_vignette.white,
.white .tite_vignette p,
.tite_vignette.white p {
  color: #FFF;
}
.grey .tite_vignette,
.tite_vignette.grey,
.grey .tite_vignette p,
.tite_vignette.grey p {
  color: #ACA8A8;
}
.lightgrey .tite_vignette,
.tite_vignette.lightgrey,
.lightgrey .tite_vignette p,
.tite_vignette.lightgrey p {
  color: #ACA8A8;
}
.blue .tite_vignette,
.tite_vignette.blue,
.blue .tite_vignette p,
.tite_vignette.blue p {
  color: #000000;
}
.purple .tite_vignette,
.tite_vignette.purple,
.purple .tite_vignette p,
.tite_vignette.purple p {
  color: #E30621;
}
.black .tite_vignette,
.tite_vignette.black,
.black .tite_vignette p,
.tite_vignette.black p {
  color: #000000;
}
.darkcolor .tite_vignette,
.tite_vignette.darkcolor,
.darkcolor .tite_vignette p,
.tite_vignette.darkcolor p {
  color: #000000;
}
.text_resume {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Nexa-Regular;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 21px;
  margin: auto;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .text_resume {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .text_resume {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .text_resume {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .text_resume {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .text_resume {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .text_resume {
    max-width: calc(100% - 50px);
  }
}
.white .text_resume,
.text_resume.white,
.white .text_resume p,
.text_resume.white p {
  color: #FFF;
}
.grey .text_resume,
.text_resume.grey,
.grey .text_resume p,
.text_resume.grey p {
  color: #ACA8A8;
}
.lightgrey .text_resume,
.text_resume.lightgrey,
.lightgrey .text_resume p,
.text_resume.lightgrey p {
  color: #ACA8A8;
}
.blue .text_resume,
.text_resume.blue,
.blue .text_resume p,
.text_resume.blue p {
  color: #000000;
}
.purple .text_resume,
.text_resume.purple,
.purple .text_resume p,
.text_resume.purple p {
  color: #E30621;
}
.black .text_resume,
.text_resume.black,
.black .text_resume p,
.text_resume.black p {
  color: #000000;
}
.darkcolor .text_resume,
.text_resume.darkcolor,
.darkcolor .text_resume p,
.text_resume.darkcolor p {
  color: #000000;
}
.ariane_title {
  font-family: Nexa-Regular;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 21px;
}
.white .ariane_title,
.ariane_title.white,
.white .ariane_title p,
.ariane_title.white p {
  color: #FFF;
}
.grey .ariane_title,
.ariane_title.grey,
.grey .ariane_title p,
.ariane_title.grey p {
  color: #ACA8A8;
}
.lightgrey .ariane_title,
.ariane_title.lightgrey,
.lightgrey .ariane_title p,
.ariane_title.lightgrey p {
  color: #ACA8A8;
}
.blue .ariane_title,
.ariane_title.blue,
.blue .ariane_title p,
.ariane_title.blue p {
  color: #000000;
}
.purple .ariane_title,
.ariane_title.purple,
.purple .ariane_title p,
.ariane_title.purple p {
  color: #E30621;
}
.black .ariane_title,
.ariane_title.black,
.black .ariane_title p,
.ariane_title.black p {
  color: #000000;
}
.darkcolor .ariane_title,
.ariane_title.darkcolor,
.darkcolor .ariane_title p,
.ariane_title.darkcolor p {
  color: #000000;
}
.date_title {
  font-family: Nexa-Regular;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0;
  line-height: 16px;
}
.white .date_title,
.date_title.white,
.white .date_title p,
.date_title.white p {
  color: #FFF;
}
.grey .date_title,
.date_title.grey,
.grey .date_title p,
.date_title.grey p {
  color: #ACA8A8;
}
.lightgrey .date_title,
.date_title.lightgrey,
.lightgrey .date_title p,
.date_title.lightgrey p {
  color: #ACA8A8;
}
.blue .date_title,
.date_title.blue,
.blue .date_title p,
.date_title.blue p {
  color: #000000;
}
.purple .date_title,
.date_title.purple,
.purple .date_title p,
.date_title.purple p {
  color: #E30621;
}
.black .date_title,
.date_title.black,
.black .date_title p,
.date_title.black p {
  color: #000000;
}
.darkcolor .date_title,
.date_title.darkcolor,
.darkcolor .date_title p,
.date_title.darkcolor p {
  color: #000000;
}
.mentions_legales {
  font-family: Nexa-Regular;
  font-size: 11px;
  color: #ACA8A8;
  letter-spacing: 0;
}
.white .mentions_legales,
.mentions_legales.white,
.white .mentions_legales p,
.mentions_legales.white p {
  color: #FFF;
}
.grey .mentions_legales,
.mentions_legales.grey,
.grey .mentions_legales p,
.mentions_legales.grey p {
  color: #ACA8A8;
}
.lightgrey .mentions_legales,
.mentions_legales.lightgrey,
.lightgrey .mentions_legales p,
.mentions_legales.lightgrey p {
  color: #ACA8A8;
}
.blue .mentions_legales,
.mentions_legales.blue,
.blue .mentions_legales p,
.mentions_legales.blue p {
  color: #000000;
}
.purple .mentions_legales,
.mentions_legales.purple,
.purple .mentions_legales p,
.mentions_legales.purple p {
  color: #E30621;
}
.black .mentions_legales,
.mentions_legales.black,
.black .mentions_legales p,
.mentions_legales.black p {
  color: #000000;
}
.darkcolor .mentions_legales,
.mentions_legales.darkcolor,
.darkcolor .mentions_legales p,
.mentions_legales.darkcolor p {
  color: #000000;
}
.title_vignette {
  font-family: Nexa-XBold;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 18px;
}
.white .title_vignette,
.title_vignette.white,
.white .title_vignette p,
.title_vignette.white p {
  color: #FFF;
}
.grey .title_vignette,
.title_vignette.grey,
.grey .title_vignette p,
.title_vignette.grey p {
  color: #ACA8A8;
}
.lightgrey .title_vignette,
.title_vignette.lightgrey,
.lightgrey .title_vignette p,
.title_vignette.lightgrey p {
  color: #ACA8A8;
}
.blue .title_vignette,
.title_vignette.blue,
.blue .title_vignette p,
.title_vignette.blue p {
  color: #000000;
}
.purple .title_vignette,
.title_vignette.purple,
.purple .title_vignette p,
.title_vignette.purple p {
  color: #E30621;
}
.black .title_vignette,
.title_vignette.black,
.black .title_vignette p,
.title_vignette.black p {
  color: #000000;
}
.darkcolor .title_vignette,
.title_vignette.darkcolor,
.darkcolor .title_vignette p,
.title_vignette.darkcolor p {
  color: #000000;
}
.subtitle_vignette,
.subtitle_vignette p {
  font-family: Nexa-Regular;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0;
  line-height: 16px;
}
.white .subtitle_vignette,
.subtitle_vignette.white,
.white .subtitle_vignette p,
.subtitle_vignette.white p {
  color: #FFF;
}
.grey .subtitle_vignette,
.subtitle_vignette.grey,
.grey .subtitle_vignette p,
.subtitle_vignette.grey p {
  color: #ACA8A8;
}
.lightgrey .subtitle_vignette,
.subtitle_vignette.lightgrey,
.lightgrey .subtitle_vignette p,
.subtitle_vignette.lightgrey p {
  color: #ACA8A8;
}
.blue .subtitle_vignette,
.subtitle_vignette.blue,
.blue .subtitle_vignette p,
.subtitle_vignette.blue p {
  color: #000000;
}
.purple .subtitle_vignette,
.subtitle_vignette.purple,
.purple .subtitle_vignette p,
.subtitle_vignette.purple p {
  color: #E30621;
}
.black .subtitle_vignette,
.subtitle_vignette.black,
.black .subtitle_vignette p,
.subtitle_vignette.black p {
  color: #000000;
}
.darkcolor .subtitle_vignette,
.subtitle_vignette.darkcolor,
.darkcolor .subtitle_vignette p,
.subtitle_vignette.darkcolor p {
  color: #000000;
}
.css_requete {
  font-family: Nexa-XBold;
  font-size: 10px;
  color: #000000;
  letter-spacing: 0;
}
.white .css_requete,
.css_requete.white,
.white .css_requete p,
.css_requete.white p {
  color: #FFF;
}
.grey .css_requete,
.css_requete.grey,
.grey .css_requete p,
.css_requete.grey p {
  color: #ACA8A8;
}
.lightgrey .css_requete,
.css_requete.lightgrey,
.lightgrey .css_requete p,
.css_requete.lightgrey p {
  color: #ACA8A8;
}
.blue .css_requete,
.css_requete.blue,
.blue .css_requete p,
.css_requete.blue p {
  color: #000000;
}
.purple .css_requete,
.css_requete.purple,
.purple .css_requete p,
.css_requete.purple p {
  color: #E30621;
}
.black .css_requete,
.css_requete.black,
.black .css_requete p,
.css_requete.black p {
  color: #000000;
}
.darkcolor .css_requete,
.css_requete.darkcolor,
.darkcolor .css_requete p,
.css_requete.darkcolor p {
  color: #000000;
}
.css_transaction {
  font-family: Nexa-XBold;
  font-size: 10px;
  color: #E30621;
  letter-spacing: 0;
  line-height: 12px;
}
.white .css_transaction,
.css_transaction.white,
.white .css_transaction p,
.css_transaction.white p {
  color: #FFF;
}
.grey .css_transaction,
.css_transaction.grey,
.grey .css_transaction p,
.css_transaction.grey p {
  color: #ACA8A8;
}
.lightgrey .css_transaction,
.css_transaction.lightgrey,
.lightgrey .css_transaction p,
.css_transaction.lightgrey p {
  color: #ACA8A8;
}
.blue .css_transaction,
.css_transaction.blue,
.blue .css_transaction p,
.css_transaction.blue p {
  color: #000000;
}
.purple .css_transaction,
.css_transaction.purple,
.purple .css_transaction p,
.css_transaction.purple p {
  color: #E30621;
}
.black .css_transaction,
.css_transaction.black,
.black .css_transaction p,
.css_transaction.black p {
  color: #000000;
}
.darkcolor .css_transaction,
.css_transaction.darkcolor,
.darkcolor .css_transaction p,
.css_transaction.darkcolor p {
  color: #000000;
}
.css_information {
  font-family: Nexa-XBold;
  font-size: 9px;
  color: #000000;
  letter-spacing: 0;
}
.white .css_information,
.css_information.white,
.white .css_information p,
.css_information.white p {
  color: #FFF;
}
.grey .css_information,
.css_information.grey,
.grey .css_information p,
.css_information.grey p {
  color: #ACA8A8;
}
.lightgrey .css_information,
.css_information.lightgrey,
.lightgrey .css_information p,
.css_information.lightgrey p {
  color: #ACA8A8;
}
.blue .css_information,
.css_information.blue,
.blue .css_information p,
.css_information.blue p {
  color: #000000;
}
.purple .css_information,
.css_information.purple,
.purple .css_information p,
.css_information.purple p {
  color: #E30621;
}
.black .css_information,
.css_information.black,
.black .css_information p,
.css_information.black p {
  color: #000000;
}
.darkcolor .css_information,
.css_information.darkcolor,
.darkcolor .css_information p,
.css_information.darkcolor p {
  color: #000000;
}
.css_form {
  font-family: Nexa-Regular;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0;
  line-height: 14px;
}
.white .css_form,
.css_form.white,
.white .css_form p,
.css_form.white p {
  color: #FFF;
}
.grey .css_form,
.css_form.grey,
.grey .css_form p,
.css_form.grey p {
  color: #ACA8A8;
}
.lightgrey .css_form,
.css_form.lightgrey,
.lightgrey .css_form p,
.css_form.lightgrey p {
  color: #ACA8A8;
}
.blue .css_form,
.css_form.blue,
.blue .css_form p,
.css_form.blue p {
  color: #000000;
}
.purple .css_form,
.css_form.purple,
.purple .css_form p,
.css_form.purple p {
  color: #E30621;
}
.black .css_form,
.css_form.black,
.black .css_form p,
.css_form.black p {
  color: #000000;
}
.darkcolor .css_form,
.css_form.darkcolor,
.darkcolor .css_form p,
.css_form.darkcolor p {
  color: #000000;
}
.more_wrapper h2,
.more_wrapper h3,
.more_wrapper h4,
.more_wrapper h5 {
  margin-bottom: 20px;
}
body {
  font-family: Nexa-Regular;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 21px;
}
main ul,
ol {
  width: 750px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 15px;
  padding-left: 20px;
}
main li {
  font-family: Nexa-Regular;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21px;
  text-align: left;
  color: #000000;
  margin-bottom: 10px;
}
main li.lightgrey,
main .lightgrey li {
  color: #ACA8A8;
}
main li.white,
main .white li {
  color: #FFF;
}
main li.dark,
main .dark li {
  color: #000000;
}
main ul {
  list-style-type: circle;
}
.margin_bottom_80 {
  margin-bottom: 80px !important;
}
@media (max-width: 767px) {
  main section article {
    padding-top: 5Px;
  }
}
@media (max-width: 767px) {
  main section article,
  .home_inner_content {
    overflow: hidden;
  }
}
main section article .su-row,
.home_inner_content .su-row {
  width: 750px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1024px) {
  main section article .su-row,
  .home_inner_content .su-row {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  main section article .su-row,
  .home_inner_content .su-row {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  main section article .su-row,
  .home_inner_content .su-row {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  main section article .su-row,
  .home_inner_content .su-row {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  main section article .su-row,
  .home_inner_content .su-row {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  main section article .su-row,
  .home_inner_content .su-row {
    max-width: calc(100% - 50px);
  }
}
main section article .su-row.text_align_left *,
.home_inner_content .su-row.text_align_left *,
main section article .su-row .text_align_left *,
.home_inner_content .su-row .text_align_left * {
  text-align: left !important;
}
main section article .su-row.text_align_center *,
.home_inner_content .su-row.text_align_center *,
main section article .su-row .text_align_center *,
.home_inner_content .su-row .text_align_center * {
  text-align: left !important;
}
main section article .su-row.text_align_right *,
.home_inner_content .su-row.text_align_right *,
main section article .su-row .text_align_right *,
.home_inner_content .su-row .text_align_right * {
  text-align: left !important;
}
main section article h1,
.home_inner_content h1,
main section article h2,
.home_inner_content h2,
main section article h3,
.home_inner_content h3,
main section article h4,
.home_inner_content h4,
main section article h5,
.home_inner_content h5,
main section article h6,
.home_inner_content h6,
main section article p,
.home_inner_content p,
main section article img,
.home_inner_content img,
main section article iframe,
.home_inner_content iframe {
  width: 750px;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  main section article h1,
  .home_inner_content h1,
  main section article h2,
  .home_inner_content h2,
  main section article h3,
  .home_inner_content h3,
  main section article h4,
  .home_inner_content h4,
  main section article h5,
  .home_inner_content h5,
  main section article h6,
  .home_inner_content h6,
  main section article p,
  .home_inner_content p,
  main section article img,
  .home_inner_content img,
  main section article iframe,
  .home_inner_content iframe {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  main section article h1,
  .home_inner_content h1,
  main section article h2,
  .home_inner_content h2,
  main section article h3,
  .home_inner_content h3,
  main section article h4,
  .home_inner_content h4,
  main section article h5,
  .home_inner_content h5,
  main section article h6,
  .home_inner_content h6,
  main section article p,
  .home_inner_content p,
  main section article img,
  .home_inner_content img,
  main section article iframe,
  .home_inner_content iframe {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  main section article h1,
  .home_inner_content h1,
  main section article h2,
  .home_inner_content h2,
  main section article h3,
  .home_inner_content h3,
  main section article h4,
  .home_inner_content h4,
  main section article h5,
  .home_inner_content h5,
  main section article h6,
  .home_inner_content h6,
  main section article p,
  .home_inner_content p,
  main section article img,
  .home_inner_content img,
  main section article iframe,
  .home_inner_content iframe {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  main section article h1,
  .home_inner_content h1,
  main section article h2,
  .home_inner_content h2,
  main section article h3,
  .home_inner_content h3,
  main section article h4,
  .home_inner_content h4,
  main section article h5,
  .home_inner_content h5,
  main section article h6,
  .home_inner_content h6,
  main section article p,
  .home_inner_content p,
  main section article img,
  .home_inner_content img,
  main section article iframe,
  .home_inner_content iframe {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  main section article h1,
  .home_inner_content h1,
  main section article h2,
  .home_inner_content h2,
  main section article h3,
  .home_inner_content h3,
  main section article h4,
  .home_inner_content h4,
  main section article h5,
  .home_inner_content h5,
  main section article h6,
  .home_inner_content h6,
  main section article p,
  .home_inner_content p,
  main section article img,
  .home_inner_content img,
  main section article iframe,
  .home_inner_content iframe {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  main section article h1,
  .home_inner_content h1,
  main section article h2,
  .home_inner_content h2,
  main section article h3,
  .home_inner_content h3,
  main section article h4,
  .home_inner_content h4,
  main section article h5,
  .home_inner_content h5,
  main section article h6,
  .home_inner_content h6,
  main section article p,
  .home_inner_content p,
  main section article img,
  .home_inner_content img,
  main section article iframe,
  .home_inner_content iframe {
    max-width: calc(100% - 50px);
  }
}
main section article > h1,
.home_inner_content > h1,
main section article > h2,
.home_inner_content > h2,
main section article > h3,
.home_inner_content > h3,
main section article > h4,
.home_inner_content > h4,
main section article > h5,
.home_inner_content > h5,
main section article > h6,
.home_inner_content > h6,
main section article > p,
.home_inner_content > p,
main section article > img,
.home_inner_content > img,
main section article > iframe,
.home_inner_content > iframe {
  width: 1000px;
  max-width: 100%;
  padding-right: 250px;
  margin: auto;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  main section article > h1,
  .home_inner_content > h1,
  main section article > h2,
  .home_inner_content > h2,
  main section article > h3,
  .home_inner_content > h3,
  main section article > h4,
  .home_inner_content > h4,
  main section article > h5,
  .home_inner_content > h5,
  main section article > h6,
  .home_inner_content > h6,
  main section article > p,
  .home_inner_content > p,
  main section article > img,
  .home_inner_content > img,
  main section article > iframe,
  .home_inner_content > iframe {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  main section article > h1,
  .home_inner_content > h1,
  main section article > h2,
  .home_inner_content > h2,
  main section article > h3,
  .home_inner_content > h3,
  main section article > h4,
  .home_inner_content > h4,
  main section article > h5,
  .home_inner_content > h5,
  main section article > h6,
  .home_inner_content > h6,
  main section article > p,
  .home_inner_content > p,
  main section article > img,
  .home_inner_content > img,
  main section article > iframe,
  .home_inner_content > iframe {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  main section article > h1,
  .home_inner_content > h1,
  main section article > h2,
  .home_inner_content > h2,
  main section article > h3,
  .home_inner_content > h3,
  main section article > h4,
  .home_inner_content > h4,
  main section article > h5,
  .home_inner_content > h5,
  main section article > h6,
  .home_inner_content > h6,
  main section article > p,
  .home_inner_content > p,
  main section article > img,
  .home_inner_content > img,
  main section article > iframe,
  .home_inner_content > iframe {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  main section article > h1,
  .home_inner_content > h1,
  main section article > h2,
  .home_inner_content > h2,
  main section article > h3,
  .home_inner_content > h3,
  main section article > h4,
  .home_inner_content > h4,
  main section article > h5,
  .home_inner_content > h5,
  main section article > h6,
  .home_inner_content > h6,
  main section article > p,
  .home_inner_content > p,
  main section article > img,
  .home_inner_content > img,
  main section article > iframe,
  .home_inner_content > iframe {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  main section article > h1,
  .home_inner_content > h1,
  main section article > h2,
  .home_inner_content > h2,
  main section article > h3,
  .home_inner_content > h3,
  main section article > h4,
  .home_inner_content > h4,
  main section article > h5,
  .home_inner_content > h5,
  main section article > h6,
  .home_inner_content > h6,
  main section article > p,
  .home_inner_content > p,
  main section article > img,
  .home_inner_content > img,
  main section article > iframe,
  .home_inner_content > iframe {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  main section article > h1,
  .home_inner_content > h1,
  main section article > h2,
  .home_inner_content > h2,
  main section article > h3,
  .home_inner_content > h3,
  main section article > h4,
  .home_inner_content > h4,
  main section article > h5,
  .home_inner_content > h5,
  main section article > h6,
  .home_inner_content > h6,
  main section article > p,
  .home_inner_content > p,
  main section article > img,
  .home_inner_content > img,
  main section article > iframe,
  .home_inner_content > iframe {
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  main section article > h1,
  .home_inner_content > h1,
  main section article > h2,
  .home_inner_content > h2,
  main section article > h3,
  .home_inner_content > h3,
  main section article > h4,
  .home_inner_content > h4,
  main section article > h5,
  .home_inner_content > h5,
  main section article > h6,
  .home_inner_content > h6,
  main section article > p,
  .home_inner_content > p,
  main section article > img,
  .home_inner_content > img,
  main section article > iframe,
  .home_inner_content > iframe {
    padding-right: 30px;
  }
}
main section article p > img,
.home_inner_content p > img {
  max-width: 100%;
}
main section article p > iframe,
.home_inner_content p > iframe {
  max-width: 100%;
}
main section article .text_align_center h1,
.home_inner_content .text_align_center h1,
main section article .text_align_center h2,
.home_inner_content .text_align_center h2,
main section article .text_align_center h3,
.home_inner_content .text_align_center h3,
main section article .text_align_center h4,
.home_inner_content .text_align_center h4,
main section article .text_align_center h5,
.home_inner_content .text_align_center h5,
main section article .text_align_center h6,
.home_inner_content .text_align_center h6,
main section article .text_align_center p,
.home_inner_content .text_align_center p,
main section article .text_align_center img,
.home_inner_content .text_align_center img,
main section article .text_align_center iframe,
.home_inner_content .text_align_center iframe {
  margin: auto;
  margin-bottom: 20px;
}
main section article .stag-section.stag-columns,
.home_inner_content .stag-section.stag-columns {
  width: 750px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
@media (max-width: 1024px) {
  main section article .stag-section.stag-columns,
  .home_inner_content .stag-section.stag-columns {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  main section article .stag-section.stag-columns,
  .home_inner_content .stag-section.stag-columns {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  main section article .stag-section.stag-columns,
  .home_inner_content .stag-section.stag-columns {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  main section article .stag-section.stag-columns,
  .home_inner_content .stag-section.stag-columns {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  main section article .stag-section.stag-columns,
  .home_inner_content .stag-section.stag-columns {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  main section article .stag-section.stag-columns,
  .home_inner_content .stag-section.stag-columns {
    max-width: calc(100% - 50px);
  }
}
main section article .stag-section.stag-columns .stag-column,
.home_inner_content .stag-section.stag-columns .stag-column {
  text-align: center;
}
main section article .stag-section.stag-columns img,
.home_inner_content .stag-section.stag-columns img {
  margin-top: 31px;
  margin-bottom: 31px;
}
h1.h1_cat {
  width: 750px;
  margin: auto;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h1.h1_cat {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  h1.h1_cat {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  h1.h1_cat {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  h1.h1_cat {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  h1.h1_cat {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  h1.h1_cat {
    max-width: calc(100% - 50px);
  }
}
.page main section article > h1,
.single main section article > h1,
.page main section article > h2,
.single main section article > h2,
.page main section article > h3,
.single main section article > h3,
.page main section article > h4,
.single main section article > h4,
.page main section article > h5,
.single main section article > h5,
.page main section article > h6,
.single main section article > h6,
.page main section article > p,
.single main section article > p,
.page main section article > img,
.single main section article > img,
.page main section article > iframe,
.single main section article > iframe,
.page main section article .wpforms-confirmation-container-full,
.single main section article .wpforms-confirmation-container-full {
  width: 750px;
  max-width: 100%;
  padding-right: 0;
  margin: auto;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .page main section article > h1,
  .single main section article > h1,
  .page main section article > h2,
  .single main section article > h2,
  .page main section article > h3,
  .single main section article > h3,
  .page main section article > h4,
  .single main section article > h4,
  .page main section article > h5,
  .single main section article > h5,
  .page main section article > h6,
  .single main section article > h6,
  .page main section article > p,
  .single main section article > p,
  .page main section article > img,
  .single main section article > img,
  .page main section article > iframe,
  .single main section article > iframe,
  .page main section article .wpforms-confirmation-container-full,
  .single main section article .wpforms-confirmation-container-full {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .page main section article > h1,
  .single main section article > h1,
  .page main section article > h2,
  .single main section article > h2,
  .page main section article > h3,
  .single main section article > h3,
  .page main section article > h4,
  .single main section article > h4,
  .page main section article > h5,
  .single main section article > h5,
  .page main section article > h6,
  .single main section article > h6,
  .page main section article > p,
  .single main section article > p,
  .page main section article > img,
  .single main section article > img,
  .page main section article > iframe,
  .single main section article > iframe,
  .page main section article .wpforms-confirmation-container-full,
  .single main section article .wpforms-confirmation-container-full {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .page main section article > h1,
  .single main section article > h1,
  .page main section article > h2,
  .single main section article > h2,
  .page main section article > h3,
  .single main section article > h3,
  .page main section article > h4,
  .single main section article > h4,
  .page main section article > h5,
  .single main section article > h5,
  .page main section article > h6,
  .single main section article > h6,
  .page main section article > p,
  .single main section article > p,
  .page main section article > img,
  .single main section article > img,
  .page main section article > iframe,
  .single main section article > iframe,
  .page main section article .wpforms-confirmation-container-full,
  .single main section article .wpforms-confirmation-container-full {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .page main section article > h1,
  .single main section article > h1,
  .page main section article > h2,
  .single main section article > h2,
  .page main section article > h3,
  .single main section article > h3,
  .page main section article > h4,
  .single main section article > h4,
  .page main section article > h5,
  .single main section article > h5,
  .page main section article > h6,
  .single main section article > h6,
  .page main section article > p,
  .single main section article > p,
  .page main section article > img,
  .single main section article > img,
  .page main section article > iframe,
  .single main section article > iframe,
  .page main section article .wpforms-confirmation-container-full,
  .single main section article .wpforms-confirmation-container-full {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .page main section article > h1,
  .single main section article > h1,
  .page main section article > h2,
  .single main section article > h2,
  .page main section article > h3,
  .single main section article > h3,
  .page main section article > h4,
  .single main section article > h4,
  .page main section article > h5,
  .single main section article > h5,
  .page main section article > h6,
  .single main section article > h6,
  .page main section article > p,
  .single main section article > p,
  .page main section article > img,
  .single main section article > img,
  .page main section article > iframe,
  .single main section article > iframe,
  .page main section article .wpforms-confirmation-container-full,
  .single main section article .wpforms-confirmation-container-full {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .page main section article > h1,
  .single main section article > h1,
  .page main section article > h2,
  .single main section article > h2,
  .page main section article > h3,
  .single main section article > h3,
  .page main section article > h4,
  .single main section article > h4,
  .page main section article > h5,
  .single main section article > h5,
  .page main section article > h6,
  .single main section article > h6,
  .page main section article > p,
  .single main section article > p,
  .page main section article > img,
  .single main section article > img,
  .page main section article > iframe,
  .single main section article > iframe,
  .page main section article .wpforms-confirmation-container-full,
  .single main section article .wpforms-confirmation-container-full {
    max-width: calc(100% - 50px);
  }
}
main section article .highlight h1,
.home_inner_content .highlight h1,
main section article .highlight h2,
.home_inner_content .highlight h2,
main section article .highlight h3,
.home_inner_content .highlight h3,
main section article .highlight h4,
.home_inner_content .highlight h4,
main section article .highlight h5,
.home_inner_content .highlight h5,
main section article .highlight h6,
.home_inner_content .highlight h6,
main section article .highlight p,
.home_inner_content .highlight p,
main section article .highlight img,
.home_inner_content .highlight img,
main section article .highlight iframe,
.home_inner_content .highlight iframe {
  max-width: 100% !important;
}
/* HEADER */
.header_heighter {
  height: 175px;
  background: white;
}
@media (max-width: 1024px) {
  .header_heighter {
    height: 126px;
  }
}
.header_fixer {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  height: 175px;
  z-index: 9999999999999999999998;
}
@media (max-width: 1024px) {
  .header_fixer {
    height: 90px;
  }
}
.header_sep {
  position: fixed;
  width: 100%;
  background: #D8D8D8;
  left: 0;
  height: 1Px;
  top: 90px;
}
@media (max-width: 1024px) {
  .header_sep {
    display: none;
  }
}
header.header {
  height: 175px;
  width: 1000px;
  margin: auto;
  display: block;
  position: relative;
}
@media (max-width: 1024px) {
  header.header {
    height: 90px;
  }
}
header.header .logo {
  outline: none;
  width: auto;
  float: none;
  margin: auto;
  margin-top: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
header.header .logo * {
  outline: none;
}
@media (max-width: 1024px) {
  header.header .logo {
    margin-left: 0px;
    text-align: center;
    max-width: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  header.header .logo {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 1024px) and (max-width: 900px) {
  header.header .logo {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  header.header .logo {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 1024px) and (max-width: 500px) {
  header.header .logo {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 1024px) and (max-width: 400px) {
  header.header .logo {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 1024px) and (max-width: 350px) {
  header.header .logo {
    max-width: calc(100% - 50px);
  }
}
header.header .nav {
  float: none;
  margin: auto;
  text-align: center;
  margin-top: 105px;
}
header.header .nav ul {
  list-style-type: none;
}
header.header .nav ul li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  font-family: Nexa-XBold;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0;
  padding-left: 15px;
  padding-right: 15px;
}
header.header .nav ul li.current-menu-item {
  font-family: Nexa-XBold;
  font-size: 12px;
  color: #E30621;
  letter-spacing: 0;
}
header.header .nav ul li.current-menu-item a {
  font-family: Nexa-XBold;
  font-size: 12px;
  color: #E30621;
  letter-spacing: 0;
}
header.header .nav ul li:hover * {
  font-family: Nexa-XBold;
  font-size: 12px;
  color: #E30621;
  letter-spacing: 0;
}
header.header .nav ul li a {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
header.header .nav ul li a:before {
  font-family: Nexa-XBold;
  font-size: 12px;
  color: #E30621;
  letter-spacing: 0;
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
header.header .nav ul li img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
header.header .header_right {
  z-index: 9999999999999999999999;
  position: relative;
  float: right;
  height: 30px;
  width: 322px;
  margin-top: 29px;
}
@media (max-width: 1400px) {
  header.header .header_right {
    left: -60px;
  }
}
@media (max-width: 1150px) {
  header.header .header_right {
    width: 382px;
    left: -40px;
  }
}
@media (max-width: 1024px) {
  header.header .header_right {
    left: auto;
    position: absolute;
    right: 15px;
    width: 40px;
  }
}
@media (max-width: 350px) {
  header.header .header_right {
    right: 15px;
  }
}
header.header .header_right .phone_svg {
  width: 11Px;
  height: 11px;
  background-image: url(../img/svg/icon-telephone.svg);
  float: left;
  background-size: contain;
  position: relative;
  top: 6Px;
  left: -5px;
}
@media (max-width: 1024px) {
  header.header .header_right .phone_svg {
    width: 20Px;
    height: 20px;
    top: -1px;
    left: 8px;
  }
}
header.header .header_right .numero_de_telephone {
  font-family: Nexa-XBold;
  font-size: 12px;
  color: #151515;
  letter-spacing: 0;
  float: left;
}
@media (max-width: 1024px) {
  header.header .header_right .numero_de_telephone {
    display: none;
  }
}
header.header .header_right .lien_espace_client {
  width: 30Px;
  height: 30px;
  float: left;
  position: relative;
  top: -5Px;
  left: 5px;
}
.header_fake_select {
  width: 162px;
}
.header_agence_wrapper {
  float: left;
  width: 162px;
}
.header_right .rs {
  float: left;
  padding-left: 10px;
  position: relative;
  top: 1px;
}
.resp_pastille_link {
  display: none;
  font-family: Nexa-Black;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
  width: 100%;
  height: 36px;
  background: #F6C127;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 1024px) {
  .resp_pastille_link {
    display: block;
  }
}
.pastille_link {
  position: fixed;
  top: 0;
  right: 90px;
}
.header_agence_wrapper {
  cursor: pointer;
}
.header_agence_wrapper .header_fake_select {
  position: relative;
  height: 34px;
}
.header_agence_wrapper .header_fake_select:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjQgKDY3Mzc4KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5GaWxsIDE8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0idGVtcGxhdGUtY29udGVudCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IjAxLXRlbXBsYXRlLW1lbnUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05OTcuMDAwMDAwLCAtNDAuMDAwMDAwKSIgZmlsbD0iIzAwMDAwMCI+CiAgICAgICAgICAgIDxnIGlkPSJtZW51IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMTUuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0idGVsZXBob25lIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4NzQuMDAwMDAwLCAyNS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTI0LjQ2NjM0NiwxLjQ2NjM0ODcyIEMxMjUuNDQzOTE1LDAuNDg4Nzc5NDg3IDEyNi42MjE3ODgsMCAxMjgsMCBDMTI5LjM3ODIxLDAgMTMwLjU1NjA4NywwLjQ4ODc3OTQ4NyAxMzEuNTMzNjUxLDEuNDY2MzQ4NzIgQzEzMi41MTEyMjEsMi40NDM5MTI4MiAxMzMsMy42MjE3ODk3NCAxMzMsNSBDMTMzLDYuMzc4MjExNzkgMTMyLjUxMTIyMSw3LjU1NjA4NDYyIDEzMS41MzM2NTEsOC41MzM2NTM4NSBDMTMwLjU1NjA4Nyw5LjUxMTIyMjgyIDEyOS4zNzgyMSwxMCAxMjgsMTAgQzEyNi42MjE3ODgsMTAgMTI1LjQ0MzkxNSw5LjUxMTIyMjgyIDEyNC40NjYzNDYsOC41MzM2NTM4NSBDMTIzLjQ4ODc3Nyw3LjU1NjA4NDYyIDEyMyw2LjM3ODIxMTc5IDEyMyw1IEMxMjMsMy42MjE3ODk3NCAxMjMuNDg4Nzc3LDIuNDQzOTEyODIgMTI0LjQ2NjM0NiwxLjQ2NjM0ODcyIFogTTEyOCw2LjUzODQ2MTU0IEwxMzAuMzA3NjkyLDQuMjMwNzY5MjMgTDEyNS42OTIzMDgsNC4yMzA3NjkyMyBMMTI4LDYuNTM4NDYxNTQgWiIgaWQ9IkZpbGwtMSI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=');
  width: 10px;
  height: 10px;
  pointer-events: none;
  right: 9px;
  top: 4px;
}
.header_agence_wrapper div#fake-select > span {
  display: block;
  pointer-events: none;
}
.header_agence_wrapper .fake_tr > span {
  display: block;
}
.header_agence_wrapper #fake-select {
  width: 100%;
  border: solid 1px white;
  cursor: default;
  border-right: 1Px solid #D8D8D8;
}
.header_agence_wrapper #fake-options {
  margin-top: 3px;
  width: 100%;
  height: 90px;
  background: none repeat scroll 0 0 white;
  border: solid 1px black;
  overflow: auto;
  display: none;
  border: solid 1px #D8D8D8;
  padding-top: 0;
  border-top: none;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.header_agence_wrapper #fake-options .fake_table {
  width: 100%;
}
.header_agence_wrapper #fake-options .fake_tr {
  cursor: default;
}
.header_agence_wrapper #fake-options .fake_tr:hover,
.header_agence_wrapper #fake-options .fake_tr.bg {
  background-color: #F4F4F4;
}
.header_agence_wrapper #fake-options .fake_tr.selected {
  display: none;
}
.header_agence_wrapper .phone_svg.in_select {
  position: absolute !important;
  margin-left: 20px;
  pointer-events: none;
}
.header_agence_wrapper .header_fake_select {
  cursor: pointer;
}
.header_agence_wrapper #fake-select {
  padding-left: 30px;
  height: 35px;
}
.header_agence_wrapper .fake_tr {
  padding-left: 30px;
  display: block;
  padding-top: 8px;
  margin-bottom: -5Px;
  height: 47px;
}
.header_agence_wrapper .fake_select_tel {
  font-family: Nexa-Black;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0;
}
.header_agence_wrapper .fake_select_agence_name {
  font-family: Nexa-Black;
  font-size: 10px;
  color: #000000;
  letter-spacing: 0;
  position: relative;
  top: -7px;
  text-transform: uppercase;
}
.only_resp {
  display: none;
}
@media (max-width: 1024px) {
  .only_resp {
    display: block;
  }
}
@media (max-width: 1024px) {
  .header_right .header_agence_wrapper {
    display: none;
  }
  .header_right .rs {
    display: none;
  }
}
@media (max-width: 1300px) {
  .pastille_link {
    right: 10px;
  }
}
@media (max-width: 1024px) {
  .pastille_link {
    display: none;
  }
}
.responsive-menu-button-icon:last-child {
  transform: scale(3);
}
#responsive-menu-container {
  z-index: 999999999 !important;
  width: 100% !important;
  max-width: 100vw !important;
}
#responsive-menu-container ul#responsive-menu {
  position: absolute;
  top: 140px;
  height: calc(100vh - 300px);
  overflow: scroll;
}
#responsive-menu-container ul#responsive-menu li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  height: 50px;
}
#responsive-menu-container ul#responsive-menu li.current-menu-item a {
  color: #ACA8A8;
  background: none;
}
#responsive-menu-container ul#responsive-menu li:hover a {
  color: #ACA8A8;
  background: none;
}
#responsive-menu-container ul#responsive-menu li a {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-family: Nexa-Black;
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  line-height: 15px;
  color: #000000;
}
#responsive-menu-container ul#responsive-menu li a span {
  display: block;
  margin-bottom: -20px;
  text-transform: uppercase;
}
.more_wrapper {
  width: 750px;
  max-width: 100%;
  margin: auto;
  font-family: Nexa-Regular;
  font-size: 25px;
  color: #1D1D1B;
  letter-spacing: 0;
  text-align: center;
  line-height: 35px;
  margin-bottom: 50px;
}
.home_inner_content .highlight_content {
  padding-bottom: 10px;
}
.home_slider_wrapper {
  width: 100vw;
  overflow: hidden;
}
.home_slider {
  overflow: hidden;
  width: 100%;
  height: 500px;
  opacity: 0;
  display: block;
  background: #FFF;
  position: relative;
}
.home_slider .home_slider_wrapper {
  width: 100vw;
  overflow: hidden;
}
.home_slider.loaded {
  opacity: 1;
}
.home_slider .hidden {
  visibility: hidden;
  transition: none;
}
@media (max-width: 550px) {
  .home_slider .responsivehidden {
    visibility: hidden;
    transition: none;
  }
}
.home_slider .pager {
  z-index: 111;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
}
@media (max-width: 550px) {
  .home_slider .pager {
    bottom: 5px;
    padding-bottom: 10px;
  }
}
.home_slider .pager .page {
  display: inline-block;
  width: 7px;
  height: 7Px;
  border-radius: 100%;
  background: #FFF;
  opacity: 0.5;
  margin-right: 10px;
  margin-left: 10px;
  z-index: 2;
  cursor: pointer;
}
.home_slider .pager .page:hover {
  background: #FFF;
  opacity: 1;
}
.home_slider .pager .page.active {
  background: #FFF;
  opacity: 1;
}
.home_slider .slide {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  background: #FFF;
  /*display: none;*/
}
.home_slider .slide.active {
  /*display: block;*/
}
.home_slider .slide .slider_inner_wrapper {
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: 100%;
}
.home_slider .slide .slider_inner_wrapper .slider_inner_content {
  display: block;
  color: #FFF;
  width: 1000px;
  margin: auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .home_slider .slide .slider_inner_wrapper .slider_inner_content {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .home_slider .slide .slider_inner_wrapper .slider_inner_content {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .home_slider .slide .slider_inner_wrapper .slider_inner_content {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .home_slider .slide .slider_inner_wrapper .slider_inner_content {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .home_slider .slide .slider_inner_wrapper .slider_inner_content {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .home_slider .slide .slider_inner_wrapper .slider_inner_content {
    max-width: calc(100% - 50px);
  }
}
.home_slider .slide .slider_inner_wrapper .slide_image {
  width: 100%;
  float: none;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media (max-width: 769px) {
  .home_slider .slide .slider_inner_wrapper .slide_image {
    width: 100%;
    float: right;
    height: 100%;
    /* background-size: auto 100%;*/
    background-size: cover;
    position: absolute;
    right: 0;
    /* background-position: 33vw 0!important; */
    background-repeat: no-repeat;
    background-position: 90% center;
  }
}
.home_slider .not_cover .slider_inner_content_wrapper {
  float: left;
  width: 600px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .home_slider .not_cover .slider_inner_content_wrapper {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .home_slider .not_cover .slider_inner_content_wrapper {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .home_slider .not_cover .slider_inner_content_wrapper {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .home_slider .not_cover .slider_inner_content_wrapper {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .home_slider .not_cover .slider_inner_content_wrapper {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .home_slider .not_cover .slider_inner_content_wrapper {
    max-width: calc(100% - 50px);
  }
}
/* ANIM SLIDER */
.slide h1,
.fakeh1_slider,
.subh1_slider,
.contenu_slider {
  transition: 1s all ease-in-out 0.1s;
}
.active.slide {
  /*z-index: 101!important;*/
}
.active h1,
.active .fakeh1_slider,
.active .subh1_slider,
.active .slide_image {
  transform: translate(0) !important;
}
.slide_image {
  /*transform: translate(-100vw)!important; */
  transition: 1s all ease-in-out 0.1s;
}
.slider_hidden {
  visibility: hidden;
}
/*
.last_actu_home {
		display: block;
	    width: 100%;
	    clear: both;
	    float: none;
	    background: #F9F9F9;
	    padding-bottom: 80px;
	    padding-top: 20px;
	    padding-left: 20px;
  	    padding-right: 20px;
	    * {
	    	 max-width: 800px;
   			 margin: auto;
	    }
	    h2 {
	    	font-family: @font_2;
			font-size: 30px;
			color: #1D1D1B;
			letter-spacing: 0;
			text-align: center;
			line-height: 35px;
			text-transform: uppercase;

			margin-bottom: 40px;
	    }
	    h5 {
	    	font-family: @font_4;
			font-size: 12px;
			color: #1D1D1B;
			letter-spacing: 0;
			text-align: center;
			line-height: 14px;
			margin-bottom:10px;
	    }
	    h3 {
	    	font-family: @font_1;
			font-size: 20px;
			color: #1D1D1B;
			text-align: center;
			line-height: 21px;
			text-transform: uppercase;
	    }
	    .home_excerpt {
	    	width:500px;
	    	max-width: 100%;
	    	margin-top: 16px;
	    	margin-bottom: 10px;
	    	font-family: @font_1;
			font-size: 15px;
			color: #1D1D1B;
			letter-spacing: 0;
			text-align: center;
			line-height: 22px;
	    }

	}
*/
body .cc-animate.cc-revoke.cc-bottom {
  transform: translateY(3em);
}
footer.footer {
  display: inline-block;
  text-align: center;
  height: 80px;
  /*line-height: 80px;*/
  width: 100%;
}
@media (max-width: 550px) {
  footer.footer {
    padding-bottom: 20px;
    height: auto;
  }
}
footer.footer * {
  margin: auto;
}
footer.footer .footer-line1 {
  color: #1D1D1B;
  text-align: center;
  margin-top: 20px;
}
footer.footer .footer-line2 {
  margin-top: 5px;
  color: #1D1D1B;
  letter-spacing: 0;
  text-align: center;
}
/* PAGES */
.headerZoomInUp {
  opacity: 0;
}
.header_cover {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center center;
  color: #E30621;
  text-align: center;
  /*padding-top: 50px;*/
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .header_cover {
    background-position: center right;
    margin-top: -1px;
  }
}
.header_cover .header_cover_inner {
  width: 750px;
  max-width: 100%;
  text-align: left;
  position: relative;
  top: -50px;
}
@media (max-width: 1024px) {
  .header_cover .header_cover_inner {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .header_cover .header_cover_inner {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .header_cover .header_cover_inner {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .header_cover .header_cover_inner {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .header_cover .header_cover_inner {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .header_cover .header_cover_inner {
    max-width: calc(100% - 50px);
  }
}
body.page main > section > article .more_wrapper {
  width: 750px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 50px;
}
/* FAQ */
.faq-container {
  padding: 0 20px 0 20px;
  max-width: 800px;
  width: 100%;
}
.faq_list {
  list-style: none;
  padding-left: 40px;
  padding-right: 20px;
}
.faq_list li {
  border-bottom: 1px solid #999999;
  margin-bottom: 15px;
}
.faq_list li.active .answer {
  max-height: 275px !important;
  padding-bottom: 25px;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq_list li.active .question {
  color: #808080;
  transition: color 0.5s ease;
}
.faq_list .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq_list .plus-minus-toggle {
  cursor: pointer;
  height: 21px;
  position: absolute;
  width: 21px;
  left: -40px;
  top: 50%;
  z-index: 2;
}
.faq_list .plus-minus-toggle:before,
.faq_list .plus-minus-toggle:after {
  background: #000;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 21px;
  transition: transform 500ms ease;
}
.faq_list .plus-minus-toggle:after {
  transform-origin: center;
}
.faq_list .plus-minus-toggle.collapsed:after {
  transform: rotate(90deg);
}
.faq_list .plus-minus-toggle.collapsed:before {
  transform: rotate(180deg);
}
.faq_list .question {
  color: #090909;
  position: relative;
  cursor: pointer;
  padding: 20px 0;
  transition: color 0.5s ease;
}
@faq _media screen and (max-width:767px) {
  font-size: 18px;
}
/* BLOG LOOP */
.pagination {
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 80px;
  text-align: center;
}
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6,
.single-post p,
.single-post img,
.single-post iframe {
  margin-left: auto;
  margin-right: auto;
}
.single-post p > img {
  max-width: 100%;
  object-fit: contain;
  height: auto;
}
.single-post p > a > img {
  max-width: 100%;
  object-fit: contain;
  height: auto;
}
.blog_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  max-width: 100%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .blog_wrapper {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .blog_wrapper {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .blog_wrapper {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .blog_wrapper {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .blog_wrapper {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .blog_wrapper {
    max-width: calc(100% - 50px);
  }
}
.blog_wrapper article {
  margin-bottom: 50px;
  width: 50%;
  max-width: 300px;
  border: 20px solid white;
}
@media (max-width: 600px) {
  .blog_wrapper article {
    width: 100%;
    overflow: visible;
    border: 0px solid white;
  }
}
.blog_wrapper article * {
  max-width: 100% !important;
}
.blog_wrapper article .attachment-photo-blog {
  margin-bottom: 20px;
  height: 200px;
  object-fit: cover;
  max-width: 100% !important;
}
.blog_wrapper article .data_info_left {
  float: left;
  width: calc(100% - 170px);
}
@media (max-width: 550px) {
  .blog_wrapper article .data_info_left {
    float: none;
    width: 100%;
  }
}
.blog_wrapper article .data_info_right {
  float: right;
  width: 150px;
}
@media (max-width: 550px) {
  .blog_wrapper article .data_info_right {
    float: none;
    margin-top: 20px;
  }
}
.blog_wrapper article .date {
  margin-top: 5px;
}
.blog_wrapper h2 {
  float: left;
  width: 540px;
  padding-right: 0;
}
.blog_wrapper .fake_h3 {
  position: relative;
  top: -10px;
}
.blog_wrapper .the_excerpt {
  clear: both;
  margin-bottom: 20px;
}
.single-post .breadcrumbs_wrapper {
  top: 10px;
}
/* BLOG SINGLE */
.with_border {
  border-top: 1px solid #D8D8D8;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}
.inner_article {
  width: 750px;
  max-width: 100%;
  margin: auto;
}
.inner_article .title {
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .inner_article .title {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 600px) {
  .inner_article .title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 500px) {
  .inner_article .title {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 400px) {
  .inner_article .title {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 350px) {
  .inner_article .title {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.inner_article .date {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.inner_article .attachment-post-thumbnail {
  max-width: 100%;
  margin: auto;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .inner_article .attachment-post-thumbnail {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .inner_article .attachment-post-thumbnail {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .inner_article .attachment-post-thumbnail {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .inner_article .attachment-post-thumbnail {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .inner_article .attachment-post-thumbnail {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .inner_article .attachment-post-thumbnail {
    max-width: calc(100% - 50px);
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
/* 404 */
.error404 main {
  min-height: 80vh;
  display: table;
  width: 100%;
}
.error404 main > section {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.error404 .header_cover {
  display: none;
}
/* HIGHLIGHT */
/** SHORTCODE HIGHLIGHT */
/** SHORTCODE HIGHLIGHT */
.highlight.text_align_center {
  text-align: center;
}
.highlight.right_position {
  background-size: auto 100% !important;
  background-position: center right !important;
  background-repeat: no-repeat;
  width: 100% !important;
  max-width: 100% !important;
}
.highlight.right_position.cover {
  background-size: 50% auto !important;
}
.highlight.left_position {
  background-size: auto 100% !important;
  background-position: center left !important;
  background-repeat: no-repeat;
  width: 100% !important;
  max-width: 100% !important;
}
.highlight.left_position.cover {
  background-size: 50% auto !important;
}
.highlight.text_color_white {
  color: #FFF;
}
.highlight.vertical_align_middle {
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
}
.highlight.vertical_align_middle *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .highlight {
    max-width: 100%;
    width: 100%;
    display: block;
  }
}
.highlight .highlight_content {
  float: none;
}
.highlight .highlight_content .highlight_content_cover {
  margin: 0 auto;
  width: 570px;
  float: none;
  padding: 0;
}
@media screen and (max-width: 700px) {
  .highlight .highlight_content .highlight_content_cover {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cover_image {
  background-position: center center;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .cover_image {
    max-width: 100%;
    width: 100%;
    display: block;
  }
}
.cover .cover_image {
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  -webkit-background-size: cover;
  /* pour Chrome et Safari */
  -moz-background-size: cover;
  /* pour Firefox */
  -o-background-size: cover;
  /* pour Opera */
  background-size: cover;
  /* version standardisée */
  background-position: center center;
  width: 50%;
  max-width: 50%;
  display: inline-block;
  vertical-align: top;
}
.cover.full_position .cover_image,
.cover.right_position .cover_image,
.cover.left_position .cover_image {
  width: 100%;
  max-width: none;
  position: absolute;
  z-index: -1;
}
@media (max-width: 700px) {
  .cover .cover_image {
    display: block;
    max-width: 100%;
    width: 100%;
    max-height: 400px;
  }
}
.highlight {
  width: 1000px;
  max-width: 100%;
  margin: 0px auto;
  color: #FFF;
  padding: 10px 0px;
}
@media (max-width: 1000px) {
  .highlight {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.highlight.cover {
  width: 50%;
  max-width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
  background-size: cover;
  background-position: center center;
}
.highlight.cover .highlight_content_cover {
  max-width: 100%;
  width: 1000px/2;
  padding: 30px 30px 30px 30px;
}
.highlight.cover.left_position .highlight_content_cover {
  float: right;
  padding-left: 20px;
  padding-right: 30px;
}
@media (max-width: 1000px) {
  .highlight.cover .highlight_content_cover {
    padding-rigth: 20px;
  }
}
@media (max-width: 700px) {
  .highlight.cover,
  .highlight.cover.left_position .highlight_content_cover,
  .highlight.cover .highlight_content_cover {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .highlight.cover.left_position .highlight_content_cover,
  .highlight.cover .highlight_content_cover {
    padding: 30px 40px;
    float: none;
  }
}
.highlight.full_position,
.highlight.right_position,
.highlight.left_position {
  display: block;
  width: 100%;
  max-width: 100%;
}
.highlight.full_position .highlight_content_cover,
.highlight.right_position .highlight_content_cover,
.highlight.left_position .highlight_content_cover {
  max-width: none;
  width: 1060px;
}
@media (max-width: 1060px) {
  .highlight.full_position .highlight_content_cover,
  .highlight.right_position .highlight_content_cover,
  .highlight.left_position .highlight_content_cover {
    max-width: none;
    width: 100%;
  }
}
.highlight.full_position .highlight_content,
.highlight.right_position .highlight_content,
.highlight.left_position .highlight_content {
  width: 1060px;
  margin: 0 auto;
}
@media (max-width: 1060px) {
  .highlight.full_position .highlight_content,
  .highlight.right_position .highlight_content,
  .highlight.left_position .highlight_content {
    width: 100%;
  }
}
.highlight.contain {
  max-width: 1000px;
  padding: 10px 0;
}
@media (max-width: 1000px) {
  .highlight.contain {
    max-width: 100%;
  }
}
.highlight.contain .contain_image {
  position: absolute;
  top: 0;
  width: 1000px/2;
  /* pour Chrome et Safari */
  /* pour Firefox */
  /* pour Opera */
  /* version standardisée */
  -webkit-background-size: contain;
  /* pour Chrome et Safari */
  -moz-background-size: contain;
  /* pour Firefox */
  -o-background-size: contain;
  /* pour Opera */
  background-size: contain;
  /* version standardisée */
  background-repeat: no-repeat;
  background-position: center center;
}
.highlight.contain .standard_image {
  height: 100%;
  display: inline-block;
}
.highlight.contain .standard_image > div {
  height: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.highlight.contain .highlight_content {
  padding-left: calc(50%  + 30px);
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.highlight.contain.left_position .standard_image,
.highlight.contain.left_position .contain_image {
  position: relative;
}
.highlight.contain.left_position .contain_image {
  vertical-align: top;
  display: inline-block;
}
.highlight.contain.left_position .highlight_content {
  padding-left: 20px;
  width: 50%;
  display: inline-block;
}
@media (max-width: 1000px) {
  .highlight.contain.left_position .highlight_content,
  .highlight.contain .highlight_content {
    padding-right: 20px;
  }
}
@media (max-width: 700px) {
  .highlight.contain {
    text-align: center;
  }
  .highlight.contain.left_position .contain_image,
  .highlight.contain .contain_image {
    width: 90% !important;
    position: relative;
    margin: 0 auto;
  }
  .highlight.contain.left_position .highlight_content,
  .highlight.contain .highlight_content {
    padding: 30px 40px;
    width: 100%;
  }
}
.highlight.C1D1D1B .highlight_content *,
.highlight.CD54194 .highlight_content *,
.highlight.C6DB642 .highlight_content *,
.highlight.C6DB642 .highlight_content * {
  color: #E30621;
}
/*
		.highlight_content {
			h2 { text-align: left; margin-bottom: 10px; margin-top: 0px; }
			h3 { text-align: left; }
//			@media screen and (min-width: @width_normal) {
//				h2, h3 { text-align: center; }
//			}
//			h4, b, strong, .stag-intro-text.run-in { color: @color_3; }
		}
*/
.subfooter .highlight_content strong {
  margin-bottom: -20px;
  display: block;
}
/* GRID SYSTEM */
.simple-grid .container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.simple-grid .row {
  width: 100%;
  position: relative;
}
.simple-grid .row .col-1,
.simple-grid .row .col-2,
.simple-grid .row .col-3,
.simple-grid .row .col-4,
.simple-grid .row .col-5,
.simple-grid .row .col-6,
.simple-grid .row .col-7,
.simple-grid .row .col-8,
.simple-grid .row .col-9,
.simple-grid .row .col-10,
.simple-grid .row .col-11,
.simple-grid .row .col-12 {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}
.simple-grid .col-1,
.simple-grid .col-2,
.simple-grid .col-3,
.simple-grid .col-4,
.simple-grid .col-5,
.simple-grid .col-6,
.simple-grid .col-7,
.simple-grid .col-8,
.simple-grid .col-9,
.simple-grid .col-10,
.simple-grid .col-11,
.simple-grid .col-12 {
  width: 96%;
}
.simple-grid .col-1-sm {
  width: 4.33%;
}
.simple-grid .col-2-sm {
  width: 12.66%;
}
.simple-grid .col-3-sm {
  width: 21%;
}
.simple-grid .col-4-sm {
  width: 29.33%;
}
.simple-grid .col-5-sm {
  width: 37.66%;
}
.simple-grid .col-6-sm {
  width: 46%;
}
.simple-grid .col-7-sm {
  width: 54.33%;
}
.simple-grid .col-8-sm {
  width: 62.66%;
}
.simple-grid .col-9-sm {
  width: 71%;
}
.simple-grid .col-10-sm {
  width: 79.33%;
}
.simple-grid .col-11-sm {
  width: 87.66%;
}
.simple-grid .col-12-sm {
  width: 96%;
}
.simple-grid .row::after {
  content: "";
  display: table;
  clear: both;
}
.simple-grid .hidden-sm {
  display: none;
}
@media only screen and (min-width: 33.75em) {
  /* 540px */
  .simple-grid .container {
    width: 80%;
  }
}
@media only screen and (min-width: 45em) {
  /* 720px */
  .simple-grid .col-1 {
    width: 4.33%;
  }
  .simple-grid .col-2 {
    width: 12.66%;
  }
  .simple-grid .col-3 {
    width: 21%;
  }
  .simple-grid .col-4 {
    width: 29.33%;
  }
  .simple-grid .col-5 {
    width: 37.66%;
  }
  .simple-grid .col-6 {
    width: 46%;
  }
  .simple-grid .col-7 {
    width: 54.33%;
  }
  .simple-grid .col-8 {
    width: 62.66%;
  }
  .simple-grid .col-9 {
    width: 71%;
  }
  .simple-grid .col-10 {
    width: 79.33%;
  }
  .simple-grid .col-11 {
    width: 87.66%;
  }
  .simple-grid .col-12 {
    width: 96%;
  }
  .simple-grid .hidden-sm {
    display: block;
  }
}
@media only screen and (min-width: 60em) {
  /* 960px */
  .simple-grid .container {
    width: 75%;
    max-width: 90rem;
  }
}
.highlight .simple-grid .container {
  width: 100%;
  max-width: 100%;
}
/* MISC */
header.header {
  max-width: 100%;
}
.stag-section {
  max-width: 100%;
}
@media (max-width: 768px) {
  .stag-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
button#responsive-menu-button {
  z-index: 99999999999 !important;
  left: 8px !important;
  padding-left: 15px;
  margin-left: 1px;
  position: fixed !important;
}
@media (max-width: 350px) {
  .responsive-menu-open #responsive-menu-container {
    max-width: 270px;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-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;
}
@-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;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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 heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-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-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -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-duration: 0.75s;
  animation-duration: 0.75s;
  -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-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-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;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  animation-duration: 0.75s;
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%,
  to {
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes specialflip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 30px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 30px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(1, 1, 1);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.specialflip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: specialflip;
}
@keyframes specialpulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.25, 1.25, 1.25);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.specialpulse {
  animation-name: specialpulse;
}
button#responsive-menu-button {
  background: none !important;
}
button#responsive-menu-button:hover .responsive-menu-inner,
button#responsive-menu-button:hover .responsive-menu-inner::before,
button#responsive-menu-button:hover .responsive-menu-inner::after,
button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner,
button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner::before,
button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner::after,
button#responsive-menu-button:focus .responsive-menu-inner,
button#responsive-menu-button:focus .responsive-menu-inner::before,
button#responsive-menu-button:focus .responsive-menu-inner::after,
button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner,
button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner::before,
button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner::after {
  background-color: transparent !important;
  /*marc remplace none*/
}
/* SHORTCODES */
.block_vignette .photo_block_vignette {
  border-radius: 10px;
  margin-bottom: 20px;
  max-width: 100% !important;
}
.block_vignette .subtitle_vignette {
  margin-top: 5px;
}
.slider_4_vignette_wrapper {
  margin-top: 10px;
  width: calc(100% + 20px);
  position: relative;
}
@media (max-width: 767px) {
  .slider_4_vignette_wrapper {
    width: calc(100% + 40px);
  }
}
.slider_4_vignette_wrapper .photo_block_vignette {
  width: 235px;
  height: 280px;
  object-fit: cover;
  object-position: center center;
}
.slider_4_vignette_wrapper .subtitle_vignette,
.slider_4_vignette_wrapper .title_vignette {
  width: 236Px;
  max-width: 100%;
}
.slider_4_vignette_wrapper .slider_4_vignette {
  margin-right: 20px;
}
.slider_4_vignette_wrapper .controls {
  width: 1000px;
  margin-top: -235px;
  height: 30px;
  z-index: 99;
  position: absolute;
}
@media (max-width: 767px) {
  .slider_4_vignette_wrapper .controls {
    display: none;
  }
}
.slider_4_vignette_wrapper .controls .prev {
  float: left;
  width: 38px;
  height: 38px;
  background-image: url(../img/svg/arrow-left.svg);
  background-size: contain;
  position: relative;
  left: -20px;
}
.slider_4_vignette_wrapper .controls .prev.slick-disabled {
  display: none !important;
}
.slider_4_vignette_wrapper .controls .next {
  cursor: pointer;
  float: right;
  position: relative;
  left: 20px;
  width: 38px;
  height: 38px;
  background-image: url(../img/svg/arrow-right.svg);
  background-size: contain;
}
.slider_4_vignette_wrapper .controls .next.slick-disabled {
  display: none !important;
}
@media (max-width: 768px) {
  .block_3_vignette_wrapper {
    width: calc(100% + 70px);
    margin-left: -30px;
  }
}
@media (min-width: 768px) {
  .block_3_vignette_wrapper .container .row .col-4:first-child {
    margin-left: 0 !important;
  }
  .block_3_vignette_wrapper .container .row .col-4:last-child {
    margin-right: 0 !important;
  }
  .block_3_vignette_wrapper .container .row .col-4 {
    margin: 0.5rem 2.3%;
    width: 30.2%;
  }
}
.block_3_vignette_wrapper .container .row .block_vignette {
  width: 320px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .block_3_vignette_wrapper .container .row .block_vignette {
    margin: auto;
    width: 100%;
  }
}
.block_4_vignette_wrapper .container {
  width: calc(1000px + 2%);
  max-width: 100%;
}
@media (max-width: 1024px) {
  .block_4_vignette_wrapper .container {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .block_4_vignette_wrapper .container {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .block_4_vignette_wrapper .container {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .block_4_vignette_wrapper .container {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .block_4_vignette_wrapper .container {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .block_4_vignette_wrapper .container {
    max-width: calc(100% - 50px);
  }
}
.block_image {
  width: 1000px;
  clear: both;
  display: block;
  height: auto;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .block_image {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .block_image {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .block_image {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .block_image {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .block_image {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .block_image {
    max-width: calc(100% - 50px);
  }
}
.block_image * {
  max-width: 100% !important;
}
.block_image .left {
  width: 50%;
  float: left;
}
.block_image .right {
  width: 50%;
  float: left;
}
@media (max-width: 1025px) {
  .block_image {
    width: 750px;
  }
  .block_image .left {
    width: 100%;
    float: none;
  }
  .block_image .right {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .block_image * {
    max-width: 100% !important;
    width: 100%;
  }
}
@media (min-width: 1026px) {
  .block_image {
    /* MIN WIDTH */
    display: flex;
    align-items: center;
  }
  .block_image.left .right {
    width: calc(50% - 115px);
    padding-left: 50px;
  }
  .block_image.right .left {
    padding-left: 115px;
    padding-right: 50px;
  }
}
.slider_50_50 {
  position: relative;
  width: 1000px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .slider_50_50 {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .slider_50_50 {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .slider_50_50 {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .slider_50_50 {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .slider_50_50 {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .slider_50_50 {
    max-width: calc(100% - 50px);
  }
}
.slider_50_50 .slide {
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .slider_50_50 .slide {
    display: flex;
  }
}
.slider_50_50 .slide > div {
  width: 100%;
}
.slider_50_50 .slide .left {
  width: 50%;
  height: 100%;
  position: relative;
  float: left;
  color: #FFF;
  background-size: cover;
  background-position: center center;
}
.slider_50_50 .slide .left .title_vignette {
  position: absolute;
  bottom: 35px;
  left: 30px;
  max-width: 100% !important;
}
.slider_50_50 .slide .left .subtitle_vignette {
  position: absolute;
  bottom: 15px;
  left: 30px;
  max-width: 100% !important;
}
.slider_50_50 .slide .left p {
  color: #FFF;
  max-width: 100% !important;
}
.slider_50_50 .slide .right {
  width: 50%;
  float: right;
  height: 100%;
  position: relative;
}
.slider_50_50 .slide .right > div {
  padding: 30px 40px;
}
@media (max-width: 1024px) {
  .slider_50_50 .slide .right > div {
    padding: 20px 8vw;
  }
}
.slider_50_50 .slide .right > div * {
  max-width: 100% !important;
}
.slider_50_50 .slide .right > div > *:last-child {
  margin-bottom: 0;
}
.slider_50_50 .slide .right > div .alignleft,
.slider_50_50 .slide .right > div .aligncenter,
.slider_50_50 .slide .right > div .alignright,
.slider_50_50 .slide .right > div img {
  margin-bottom: 0;
}
.slider_50_50 .slide .right > div .alignleft {
  width: auto;
  float: left;
}
.slider_50_50 .slide .right * {
  color: inherit;
}
.slider_50_50 .slide .right.heighted > div {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .slider_50_50 .slide .left,
  .slider_50_50 .slide .right {
    width: 100%;
    float: none;
  }
  .slider_50_50 .slide .left {
    height: 300px;
  }
  .slider_50_50 .slide .slider_50_50 .slide .right > div {
    padding: 15px 10px;
  }
}
.slider_50_50 .controls {
  width: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  z-index: 99;
  position: absolute;
}
@media (max-width: 767px) {
}
.slider_50_50 .controls .prev {
  float: left;
  width: 38px;
  height: 38px;
  background-image: url(../img/svg/arrow-left.svg);
  background-size: contain;
  position: relative;
  left: -20px;
}
.slider_50_50 .controls .prev.slick-disabled {
  display: none !important;
}
.slider_50_50 .controls .next {
  cursor: pointer;
  float: right;
  position: relative;
  left: 20px;
  width: 38px;
  height: 38px;
  background-image: url(../img/svg/arrow-right.svg);
  background-size: contain;
}
.slider_50_50 .controls .next.slick-disabled {
  display: none !important;
}
.block_contenu_collaborateurs {
  width: 1000px;
  margin: auto;
  position: relative;
  margin-bottom: 80px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .block_contenu_collaborateurs {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .block_contenu_collaborateurs {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .block_contenu_collaborateurs {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .block_contenu_collaborateurs {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .block_contenu_collaborateurs {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .block_contenu_collaborateurs {
    max-width: calc(100% - 50px);
  }
}
.block_contenu_collaborateurs .linkedin_img {
  width: 25px;
  height: 25px;
  margin-top: 10px;
  float: left;
  margin-right: 10px;
}
.block_contenu_collaborateurs .left {
  min-height: 339px;
  width: 50%;
  height: 100%;
  position: relative;
  float: left;
}
@media (max-width: 767px) {
  .block_contenu_collaborateurs .left {
    width: 100%;
    float: none;
  }
  .block_contenu_collaborateurs .left > div {
    width: 100%;
    position: static;
    transform: none;
    height: auto !important;
  }
}
.block_contenu_collaborateurs .left > div {
  width: 350px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.block_contenu_collaborateurs .left > div * {
  max-width: 100% !important;
}
@media (max-width: 769px) {
  .block_contenu_collaborateurs .left > div * {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .block_contenu_collaborateurs .left {
    width: 100%;
    float: none;
    height: auto !important;
    min-height: 0;
    margin-bottom: 40px;
  }
  .block_contenu_collaborateurs .left > div {
    width: 100%;
    position: static;
    transform: none;
    height: auto !important;
  }
}
.block_contenu_collaborateurs .right {
  width: 50%;
  float: right;
  height: 100%;
}
@media (max-width: 767px) {
  .block_contenu_collaborateurs .right {
    width: 100%;
    float: none;
  }
}
.block_contenu_collaborateurs .right .bcc_slider_heighter {
  min-height: 339px;
}
.block_contenu_collaborateurs .right .bcc_slider_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50vw;
  overflow: hidden;
  margin-top: calc(-339px / 2);
}
.block_contenu_collaborateurs .right .bcc_slider_wrapper:after {
  content: "";
  /* background: blue; */
  width: 70px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 43%, #FFFFFF 85%);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .block_contenu_collaborateurs .right .bcc_slider_wrapper:after {
    display: none;
  }
}
.block_contenu_collaborateurs .right .bcc_slider {
  width: 115%;
  height: 100%;
}
.block_contenu_collaborateurs .right .block_vignette {
  margin-right: 20px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .block_contenu_collaborateurs .right .block_vignette {
    width: 235px;
    max-width: 100%;
  }
}
.block_contenu_collaborateurs .right .photo_block_vignette {
  width: 235px;
  height: 280px;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0 0 14px 0 rgba(210, 210, 210, 0.5);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .block_contenu_collaborateurs .right {
    height: auto !important;
    width: calc(100% + 40px);
  }
  .block_contenu_collaborateurs .right .bcc_slider_heighter {
    display: none;
  }
  .block_contenu_collaborateurs .right .bcc_slider_wrapper {
    position: static;
    width: 100%;
    margin-top: 0;
  }
}
.block_contenu_collaborateurs .controls {
  margin-top: 140px;
  width: calc(50vw - 50px);
  margin-left: 20px;
  transform: translate(0px, -50%);
  height: 30px;
  z-index: 99;
  position: absolute;
}
@media (max-width: 767px) {
  .block_contenu_collaborateurs .controls {
    display: none;
  }
}
.block_contenu_collaborateurs .controls .prev {
  float: left;
  width: 38px;
  height: 38px;
  background-image: url(../img/svg/arrow-left.svg);
  background-size: contain;
  position: relative;
  left: -20px;
}
.block_contenu_collaborateurs .controls .prev.slick-disabled {
  display: none !important;
}
.block_contenu_collaborateurs .controls .next {
  cursor: pointer;
  float: right;
  position: relative;
  left: 20px;
  width: 38px;
  height: 38px;
  background-image: url(../img/svg/arrow-right.svg);
  background-size: contain;
}
.block_contenu_collaborateurs .controls .next.slick-disabled {
  display: none !important;
}
.slider_bien_wrapper {
  width: 1000px;
  max-width: 100%;
  margin: auto;
  position: relative;
  height: 345px;
  margin-bottom: 80px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .slider_bien_wrapper {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .slider_bien_wrapper {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .slider_bien_wrapper {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .slider_bien_wrapper {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .slider_bien_wrapper {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .slider_bien_wrapper {
    max-width: calc(100% - 50px);
  }
}
.slider_bien_wrapper .slider_bien_heighter {
  height: 345px;
}
.slider_bien_wrapper .slider_bien_inner_wrapper {
  height: auto;
  position: absolute;
  width: 100%;
  top: 0;
  overflow: hidden;
}
.slider_bien_wrapper .slider_bien_inner_wrapper_slider {
  width: 110%;
}
.slider_bien_wrapper .slider_bien_inner_wrapper_slider .slide {
  width: 238px !important;
  height: 307px;
  margin-right: 20px;
  background: black;
  border-radius: 10px;
}
.slider_bien_wrapper .slider_bien_inner_wrapper_slider .slide.invisible {
  background: transparent;
}
.slider_bien_wrapper .controls {
  width: 1000px;
  top: -70px;
  height: 30px;
  z-index: 99;
  position: absolute;
}
@media (max-width: 767px) {
  .slider_bien_wrapper .controls {
    display: none;
  }
}
.slider_bien_wrapper .controls .prev {
  float: right;
  width: 38px;
  height: 38px;
  background-image: url(../img/svg/arrow-left-active.svg);
  background-size: contain;
  position: relative;
  right: 50px;
}
.slider_bien_wrapper .controls .prev.slick-disabled {
  background-image: url(../img/svg/arrow-left-disable.svg);
  background-size: 38px 38px;
}
.slider_bien_wrapper .controls .next {
  cursor: pointer;
  float: right;
  position: relative;
  left: 40px;
  width: 38px;
  height: 38px;
  background-image: url(../img/svg/arrow-right-active.svg);
  background-size: contain;
}
.slider_bien_wrapper .controls .next.slick-disabled {
  background-image: url(../img/svg/arrow-right-disable.svg);
  background-size: 38px 38px;
}
.slider_bien_wrapper .offre_block {
  width: 300px !important;
}
.slider_bien_wrapper .offre_block .mini_slider_wrapper .slick-dots {
  bottom: 25px;
}
@media (max-width: 1023px) {
  .slider_bien_wrapper .offre_block .mini_slider_wrapper img {
    display: block;
    width: 238px;
    height: 200px;
    border-radius: 10px;
    max-width: 100%;
  }
}
.subfooter {
  margin-bottom: 80px;
}
.subfooter .inner_subfooter {
  text-align: center;
  padding-top: 80px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1024px) {
  .subfooter .inner_subfooter {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .subfooter .inner_subfooter {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .subfooter .inner_subfooter {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .subfooter .inner_subfooter {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .subfooter .inner_subfooter {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .subfooter .inner_subfooter {
    max-width: calc(100% - 50px);
  }
}
.subfooter .inner_subfooter h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.subfooter .logo_slider_img_wrapper {
  width: 180px;
  height: 100px;
  text-align: center;
  margin: auto;
}
.subfooter .logo_slider_img {
  height: 100%;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  object-position: center center;
}
footer.footer {
  height: auto;
  background: #151515;
  color: #ACA8A8;
  position: relative;
}
footer.footer .footer-line1 {
  text-align: left;
  color: #ACA8A8;
  margin-top: 50px;
  line-height: 1.3;
}
footer.footer .simple-grid .container {
  width: calc(1000px + 3%);
  max-width: 100%;
}
footer.footer .footer_title {
  color: #FFF;
  clear: both;
  text-transform: uppercase;
  font-family: Nexa-XBold;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-bottom: 7px;
}
footer.footer .footer_rs {
  margin-top: 20px;
}
footer.footer .footer_contenu {
  font-family: Nexa-Regular;
  font-size: 11px;
  color: #ACA8A8;
  letter-spacing: 0;
}
footer.footer ul li a {
  font-family: Nexa-Regular;
  font-size: 11px;
  color: #ACA8A8;
  letter-spacing: 0;
}
footer.footer .footer-line2 {
  color: #ACA8A8;
  margin-top: 20px;
  padding-top: 20px;
  text-align: left;
  width: 1000px;
  margin-bottom: 50px;
  border-top: 1px solid #565656;
}
footer.footer .footer-line2 p,
footer.footer .footer-line2 a {
  text-deocration: none;
  font-family: Nexa-Regular;
  font-size: 11px;
  color: #ACA8A8;
  letter-spacing: 0;
  line-height: 1.1;
}
footer.footer .column_1 {
  position: relative;
  left: 30px;
}
@media (max-width: 769px) {
  footer.footer .column_1 {
    left: 15px;
  }
}
footer.footer .simple-grid .container .column_3 {
  width: 15%;
  margin-right: -1%;
}
@media (max-width: 721px) {
  footer.footer .simple-grid .container .row {
    max-width: 100%;
  }
  footer.footer .simple-grid .container .column_1 {
    position: relative;
    left: 00px;
  }
  footer.footer .simple-grid .container .col-4 {
    margin: 0;
    margin-bottom: 40px;
  }
  footer.footer .simple-grid .container .col-2 {
    width: 50%;
    float: left;
    margin: 0;
  }
}
@media (max-width: 721px) and (max-width: 1024px) {
  footer.footer .simple-grid .container .row {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 721px) and (max-width: 900px) {
  footer.footer .simple-grid .container .row {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 721px) and (max-width: 600px) {
  footer.footer .simple-grid .container .row {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 721px) and (max-width: 500px) {
  footer.footer .simple-grid .container .row {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 721px) and (max-width: 400px) {
  footer.footer .simple-grid .container .row {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 721px) and (max-width: 350px) {
  footer.footer .simple-grid .container .row {
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 500px) {
  footer.footer .simple-grid .container .col-2 {
    width: 100%;
    float: none;
    margin: 0;
    margin-top: 20px;
  }
}
@media (min-width: 720px) {
  .footer-line1 {
    max-width: 100%;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .footer-line1 {
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 720px) and (max-width: 900px) {
  .footer-line1 {
    max-width: calc(100% - 90px);
  }
}
@media (min-width: 720px) and (max-width: 600px) {
  .footer-line1 {
    max-width: calc(100% - 80px);
  }
}
@media (min-width: 720px) and (max-width: 500px) {
  .footer-line1 {
    max-width: calc(100% - 70px);
  }
}
@media (min-width: 720px) and (max-width: 400px) {
  .footer-line1 {
    max-width: calc(100% - 60px);
  }
}
@media (min-width: 720px) and (max-width: 350px) {
  .footer-line1 {
    max-width: calc(100% - 50px);
  }
}
.footer-line2 {
  max-width: 100%;
  margin: auto;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .footer-line2 {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .footer-line2 {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .footer-line2 {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .footer-line2 {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .footer-line2 {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .footer-line2 {
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 721px) {
  .footer-line2 {
    margin-bottom: 50px;
  }
}
.svg_wrapper {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.svg_wrapper .svg-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.svg_wrapper .title_vignette {
  margin-bottom: 5px;
}
.breadcrumbs_wrapper {
  text-transform: uppercase;
  width: 750px;
  margin: auto;
  /* position: absolute; */
  margin-bottom: -21Px;
  position: relative;
  top: -60px;
  font-family: Nexa-XBold;
  font-size: 9px;
  color: #000000;
  letter-spacing: 0;
  line-height: 12px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .breadcrumbs_wrapper {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .breadcrumbs_wrapper {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .breadcrumbs_wrapper {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .breadcrumbs_wrapper {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .breadcrumbs_wrapper {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .breadcrumbs_wrapper {
    max-width: calc(100% - 50px);
  }
}
.breadcrumbs_wrapper a {
  font-family: Nexa-XBold;
  font-size: 9px;
  color: #000000;
  letter-spacing: 0;
  line-height: 12px;
}
.block_collaborateurs {
  margin-top: 50px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .block_collaborateurs {
    max-width: 100%;
    margin-left: auto;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .block_collaborateurs {
    max-width: calc(100% - 100px / 2);
  }
}
@media (max-width: 1024px) and (max-width: 900px) {
  .block_collaborateurs {
    max-width: calc(100% - 90px / 2);
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .block_collaborateurs {
    max-width: calc(100% - 80px / 2);
  }
}
@media (max-width: 1024px) and (max-width: 500px) {
  .block_collaborateurs {
    max-width: calc(100% - 70px / 2);
  }
}
@media (max-width: 1024px) and (max-width: 400px) {
  .block_collaborateurs {
    max-width: calc(100% - 60px / 2);
  }
}
@media (max-width: 1024px) and (max-width: 350px) {
  .block_collaborateurs {
    max-width: calc(100% - 50px / 2);
  }
}
.block_collaborateurs .photo_block_vignette {
  width: 235px;
  height: 280px;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0 0 14px 0 rgba(210, 210, 210, 0.5);
  border-radius: 10px;
  overflow: hidden;
}
.block_collaborateurs .subtitle_vignette,
.block_collaborateurs .title_vignette {
  width: 236Px;
  text-align: left;
}
.block_collaborateurs .row {
  margin-bottom: 20px;
  width: 1010px;
  display: block;
  clear: both;
  margin: auto;
  text-align: center;
}
.block_collaborateurs .linkedin_img {
  width: 25px;
  height: 25px;
  margin-top: 10px;
  float: left;
  margin-right: 10px;
}
.block_collaborateurs .slide_vignette {
  display: inline-flex;
  margin-left: 5px;
  margin-right: 5px;
}
@media (min-width: 1025px) {
  .block_collaborateurs .slide_vignette:first-child {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .block_collaborateurs .slide_vignette:last-child {
    margin-right: 0px;
  }
}
.error404 .breadcrumbs_wrapper {
  display: none;
}
.error404 h1 {
  padding: 0;
}
.wpforms-container {
  width: 750px !important;
  margin: auto;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .wpforms-container {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .wpforms-container {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .wpforms-container {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .wpforms-container {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .wpforms-container {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .wpforms-container {
    max-width: calc(100% - 50px);
  }
}
.wpforms-container select {
  font-family: Nexa-Regular;
  font-size: 12px !important;
  color: #ACA8A8 !important;
  letter-spacing: 0 !important;
  line-height: 14px !important;
  padding-left: 0 !important;
  position: relative !important;
  left: -3px !important;
  width: 101% !important;
}
.wpforms-container .wpforms-field-label {
  font-family: Nexa-XBold !important;
  font-size: 10px !important;
  color: #000000 !important;
  letter-spacing: 0 !important;
  text-transfom: uppercase !important;
  margin-bottom: 0 !important;
}
.wpforms-container .wpforms-field-small,
.wpforms-container .wpforms-field-medium,
.wpforms-container .wpforms-field-large {
  border: none !important;
  border-bottom: 1px solid #ECECEC !important;
  padding-left: 0 !important;
  border-radius: 0 !important;
  font-family: Nexa-Regular;
  font-size: 12px;
  color: #ACA8A8;
  letter-spacing: 0;
  line-height: 14px;
}
.wpforms-container .wpforms-field-small::-webkit-input-placeholder,
.wpforms-container .wpforms-field-medium::-webkit-input-placeholder,
.wpforms-container .wpforms-field-large::-webkit-input-placeholder {
  font-family: Nexa-Regular;
  font-size: 12px;
  color: #ACA8A8;
  letter-spacing: 0;
  line-height: 14px;
}
.wpforms-container .wpforms-field-small:-moz-placeholder,
.wpforms-container .wpforms-field-medium:-moz-placeholder,
.wpforms-container .wpforms-field-large:-moz-placeholder {
  font-family: Nexa-Regular;
  font-size: 12px;
  color: #ACA8A8;
  letter-spacing: 0;
  line-height: 14px;
}
.wpforms-container .wpforms-field-small::-moz-placeholder,
.wpforms-container .wpforms-field-medium::-moz-placeholder,
.wpforms-container .wpforms-field-large::-moz-placeholder {
  font-family: Nexa-Regular;
  font-size: 12px;
  color: #ACA8A8;
  letter-spacing: 0;
  line-height: 14px;
}
.wpforms-container .wpforms-field-small:-ms-input-placeholder,
.wpforms-container .wpforms-field-medium:-ms-input-placeholder,
.wpforms-container .wpforms-field-large:-ms-input-placeholder {
  font-family: Nexa-Regular;
  font-size: 12px;
  color: #ACA8A8;
  letter-spacing: 0;
  line-height: 14px;
}
.wpforms-container textarea {
  margin-top: 10px !important;
}
.wpforms-container .btn_contact {
  margin: auto !important;
  display: block !important;
  margin-top: 20px !important;
}
@media (max-width: 767px) {
  .wpforms-container .wpforms-one-half {
    width: 100% !important;
    margin: 0 !important;
  }
}
body div.wpforms-container-full .wpforms-form input[type=submit],
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
  padding: 8px 12Px;
  border: 1px solid #000;
  border-radius: 5px;
  font-family: Nexa-XBold;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  background: transparent;
  padding-bottom: 5px !important;
}
body div.wpforms-container-full .wpforms-form input[type=submit]:hover,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  padding: 8px 12Px;
  padding-bottom: 5px !important;
  background: #000;
  border: 1px solid #000;
  border-radius: 5px;
  font-family: Nexa-XBold;
  font-size: 12px;
  color: #FFF !important;
  letter-spacing: 0;
  text-align: center;
}
.controls {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .controls {
    max-width: 95%;
  }
}
/* OFFRES */
.prestations_techniques h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.prestations_techniques .prestation_technique_wrapper {
  display: flex;
  height: auto;
  flex-wrap: wrap;
}
.afficher_prestation {
  position: relative;
  top: -20px;
}
.presta_block {
  width: 33%;
  padding-right: 10px;
  display: none;
  margin-bottom: 50px;
  float: left;
}
@media (max-width: 600px) {
  .presta_block {
    width: 50%;
  }
}
.presta_block.always_show {
  display: block;
}
.presta_block .presta_icon {
  height: 25px;
  width: auto;
  margin-bottom: 10px;
}
.presta_block .subtitle_vignette {
  margin-top: 6px;
  min-height: 16px;
}
#tableaux_de_surface table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
#tableaux_de_surface table tr {
  padding: 0.35em;
}
#tableaux_de_surface table th,
#tableaux_de_surface table td {
  padding-right: 10px;
  text-align: left;
  vertical-align: top;
}
#tableaux_de_surface table thead {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
#tableaux_de_surface table tbody tr {
  border-bottom: 1px solid #000;
}
#tableaux_de_surface table tbody tr:last-child {
  border-bottom: none;
}
#tableaux_de_surface table tbody td {
  padding-top: 20px;
  /*font-style: italic;*/
}
#tableaux_de_surface table tbody p {
  padding: 0;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  #tableaux_de_surface table {
    border: 0;
  }
  #tableaux_de_surface table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #tableaux_de_surface table tr {
    display: block;
    margin-bottom: 0.625em;
  }
  #tableaux_de_surface table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
  }
  #tableaux_de_surface table td > span {
    min-height: 19px;
    display: block;
  }
  #tableaux_de_surface table td p {
    text-align: right !important;
  }
  #tableaux_de_surface table td {
    padding-left: 100px;
    margin-right: 0;
    margin-left: auto;
  }
  #tableaux_de_surface table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-th);
    */
    content: attr(data-th);
    float: left;
    font-weight: 600;
    font-style: normal;
    position: absolute;
    left: 0;
  }
  #tableaux_de_surface table td:last-child {
    border-bottom: 0;
  }
}
.offre_header {
  width: 100%;
  min-height: 590px;
  height: auto;
  background: #F7F7F7;
}
.offre_header_inner {
  overflow: hidden;
  width: 1000px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1024px) {
  .offre_header_inner {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .offre_header_inner {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .offre_header_inner {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .offre_header_inner {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .offre_header_inner {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .offre_header_inner {
    max-width: calc(100% - 50px);
  }
}
.offre_header_inner .breadcrumbs_wrapper {
  position: static;
  width: 1000px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.offre_header_inner h1 {
  font-family: Nexa-XBold;
  font-size: 26px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 10px;
}
.offres_slider {
  height: 450px;
  width: 1000px;
  margin-top: 10px;
  margin-bottom: 35px;
}
.offres_slider .offres_slider_inner {
  position: relative;
}
.offres_slider .slider_empty {
  border-radius: 10px;
  background: #FFF;
  height: 450px;
  width: 1000px;
  position: relative;
}
.offres_slider .slider_empty img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.offres_slider .afficher_toutes_les_photos {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.offres_slider .slider_front_holder.one_image {
  border-radius: 10px;
  height: 450px;
  width: 1000px;
  background-size: cover;
  background-position: center center;
}
.offres_slider .slider_front_holder.two_images {
  height: 450px;
  width: 1000px;
}
.offres_slider .slider_front_holder.two_images .left {
  width: 495px;
  float: left;
  height: 450px;
  background-size: cover;
  background-position: center center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.offres_slider .slider_front_holder.two_images .right {
  width: 495px;
  float: right;
  height: 450px;
  background-size: cover;
  background-position: center center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.offres_slider .slider_front_holder.five_images {
  height: 450px;
  width: 1000px;
}
.offres_slider .slider_front_holder.five_images .left {
  width: 500px;
  float: left;
  height: 450px;
  background-size: cover;
  background-position: center center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.offres_slider .slider_front_holder.five_images .right {
  width: 480px;
  float: right;
  height: 450px;
}
.offres_slider .slider_front_holder.five_images .right .line_1 .small_left {
  left: -10px;
  position: relative;
  float: left;
  width: 240px;
  height: 220px;
  background-size: cover;
  background-position: center center;
}
.offres_slider .slider_front_holder.five_images .right .line_1 .small_right {
  float: right;
  width: 240px;
  height: 220px;
  background-size: cover;
  background-position: center center;
  border-top-right-radius: 10px;
}
.offres_slider .slider_front_holder.five_images .right .line_2 {
  top: 10px;
  position: relative;
}
.offres_slider .slider_front_holder.five_images .right .line_2 .small_left {
  float: left;
  width: 240px;
  height: 220px;
  background-size: cover;
  background-position: center center;
  left: -10px;
  position: relative;
}
.offres_slider .slider_front_holder.five_images .right .line_2 .small_right {
  float: right;
  width: 240px;
  height: 220px;
  background-size: cover;
  background-position: center center;
  border-bottom-right-radius: 10px;
}
.fullscreen_slider_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 686px;
  background: #FFF;
  z-index: -1;
  opacity: 0;
}
.fullscreen_slider_wrapper .fullscreen_slider_inner_wrapper {
  width: 1000px;
  margin: auto;
  max-width: 100%;
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .fullscreen_slider_wrapper .fullscreen_slider_inner_wrapper {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .fullscreen_slider_wrapper .fullscreen_slider_inner_wrapper {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .fullscreen_slider_wrapper .fullscreen_slider_inner_wrapper {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .fullscreen_slider_wrapper .fullscreen_slider_inner_wrapper {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .fullscreen_slider_wrapper .fullscreen_slider_inner_wrapper {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .fullscreen_slider_wrapper .fullscreen_slider_inner_wrapper {
    max-width: calc(100% - 50px);
  }
}
.fullscreen_slider_wrapper .fullscreen_slider_header * {
  display: inline;
}
.fullscreen_slider_wrapper .fullscreen_slider_header .pull-right {
  float: right;
}
.fullscreen_slider_wrapper .fullscreen_slider_header .pull-right .btn {
  margin-left: 10px;
}
.fullscreen_slider_wrapper .fullscreen_slider_data .fake_h2 {
  margin-top: 79px;
  margin-bottom: 10px;
}
.fullscreen_slider_wrapper .fullscreen_slide_megaholder {
  position: relative;
}
.fullscreen_slider_wrapper .fullscreen_slide_holder {
  width: 1000px;
  height: 450px;
  background: black;
  margin-top: 10px;
  border-radius: 9px;
  overflow: hidden;
}
.fullscreen_slider_wrapper .fullscreen_slider_slider {
  width: 100%;
  height: 100%;
}
.fullscreen_slider_wrapper .fullscreen_slide {
  width: 100%;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  height: 450px;
}
.fullscreen_slider_wrapper .controls {
  width: 1120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  z-index: 99;
  position: absolute;
}
@media (min-width: 1220px) {
  .fullscreen_slider_wrapper .controls {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .fullscreen_slider_wrapper .controls {
    display: none;
  }
}
.fullscreen_slider_wrapper .controls .prev {
  float: left;
  width: 38px;
  height: 38px;
  background-image: url(../img/svg/arrow-left.svg);
  background-size: contain;
  position: relative;
  left: -20px;
}
.fullscreen_slider_wrapper .controls .prev.slick-disabled {
  display: none !important;
}
.fullscreen_slider_wrapper .controls .next {
  cursor: pointer;
  float: right;
  position: relative;
  left: 20px;
  width: 38px;
  height: 38px;
  background-image: url(../img/svg/arrow-right.svg);
  background-size: contain;
}
.fullscreen_slider_wrapper .controls .next.slick-disabled {
  display: none !important;
}
.fullscreen_overlay_half {
  position: absolute;
  top: 690px;
  left: 0;
  width: 100%;
  height: calc(100vh - 690px);
  background: rgba(255, 255, 255, 0.5);
}
.visite_virtuel_banner {
  width: 100%;
  height: 80px;
  line-height: 80px !important;
  background-image: linear-gradient(226deg, #C60E0E 0%, #5C1414 100%);
  font-family: Nexa-XBold;
  font-size: 26px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
}
.visite_virtuel_banner > * {
  display: inline-block;
}
.visite_virtuel_banner .visite_virtuel_icon {
  width: 32px;
  height: 41px;
  background-image: url(../img/svg/icon-visite-virtuelle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
  position: relative;
  top: 15px;
}
.visite_virtuel_banner .btn {
  line-height: 1;
  background: transparent;
  border-color: #FFF;
  margin-left: 20px;
  position: relative;
  top: -5Px;
}
.visite_virtuel_banner .btn:hover {
  border-color: #000;
  background: #000;
}
@media (min-width: 900px) {
  .single-offre.prestations_affichés .agence_wrapper.absolute {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: auto !important;
  }
  .single-offre.prestations_affichés .agence_wrapper.fixed {
    top: 90px;
    position: fixed;
  }
}
.single-offre.show_fullscreen_slider .header_fixer {
  opacity: 0;
  pointer-events: none;
}
.single-offre.show_fullscreen_slider .fullscreen_slider_wrapper {
  z-index: 2;
  opacity: 1;
}
.single-offre.show_fullscreen_slider .visite_virtuel_banner {
  background: white;
}
.single-offre.show_fullscreen_slider main,
.single-offre.show_fullscreen_slider footer.footer {
  filter: blur(5px);
  opacity: 0.8;
}
.single-offre .inner_article {
  width: 1000px;
  padding-top: 80px;
}
.single-offre .main_part {
  width: 100%;
  height: auto;
  overflow: hidden;
  clear: both;
  position: relative;
}
.single-offre .main_part .left {
  float: left;
  width: 600px;
}
.single-offre .main_part .right {
  float: right;
  width: 340px;
}
.single-offre .main_part .agence_wrapper {
  margin-bottom: 30px;
  background-image: linear-gradient(-180deg, #FCFCFC 0%, #F7F7F7 100%);
  border-radius: 10px;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
  transition: none;
}
.single-offre .main_part .agence_wrapper .agence_img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  clear: both;
  display: block;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-offre .main_part .agence_wrapper .btn {
  background: transparent;
}
.single-offre .main_part .agence_wrapper .btn:hover {
  background: #000;
}
.single-offre .main_part .agence_wrapper .callmeback {
  display: block;
  width: 164px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}
.single-offre .main_part .agence_wrapper .contact_agence_btn {
  display: block;
  width: 164px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.single-offre .main_part .offre_desc .type_de_bien {
  margin-bottom: 10px;
}
.single-offre .main_part .offre_desc .description_wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid #D8D8D8;
  margin-top: 30px;
}
.single-offre .main_part .offre_desc .description_wrapper p {
  margin-bottom: 20px;
}
.single-offre .main_part .offre_desc .description_wrapper:not(.show) p:not(.first_line) {
  display: none;
}
.single-offre .main_part .offre_desc .align_right {
  width: 100%;
  text-align: right;
}
.single-offre .main_part .offre_desc .lire_la_suite {
  font-family: Nexa-XBold;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0;
  text-decoration: underline;
}
.single-offre .main_part .offre_desc .description_wrapper.show .lire_la_suite {
  display: none;
}
.single-offre #tableaux_de_surface {
  padding-top: 30px;
  border-top: 1px solid #D8D8D8;
}
.single-offre #tableaux_de_surface h3 {
  margin-bottom: 30px;
}
.single-offre #tableaux_de_surface th {
  font-family: Nexa-XBold;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 21px;
  padding-bottom: 10px;
}
.single-offre #tableaux_de_surface td {
  font-family: Nexa-Regular;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 21px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.single-offre .fichier_pdf_honoraires {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .fullscreen_slider_wrapper {
    opacity: 1;
    background: transparent;
    z-index: 2;
    pointer-events: none;
    position: static;
    height: auto;
    margin-top: -10px;
  }
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .fullscreen_slider_inner_wrapper {
    max-width: 100%;
    padding-top: 0;
    width: 100%;
  }
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .slider_front_holder {
    display: none;
  }
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .fullscreen_slider_header {
    display: none;
  }
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .fullscreen_slider_data {
    display: none;
  }
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .fullscreen_slide_megaholder {
    position: static;
    left: 0;
    width: 100%;
    margin-top: 0;
    pointer-events: all;
  }
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .fullscreen_slide_megaholder .controls {
    display: none;
  }
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .fullscreen_slide_megaholder .slick-dots {
    width: 100%;
    padding: 0;
    height: 10px;
    position: absolute;
    bottom: 30px;
    text-align: center;
  }
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .fullscreen_slide_megaholder .slick-dots li {
    display: inline;
  }
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .fullscreen_slide_megaholder .slick-dots li button {
    -webkit-appearance: none;
    font-size: 0;
    outline: none;
    border: none;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 0.6;
  }
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .fullscreen_slide_megaholder .slick-dots li.slick-active button {
    opacity: 1;
  }
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .fullscreen_slide_holder {
    width: 100%;
    border-radius: 0;
    background: transparent;
  }
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .fullscreen_slide {
    border-radius: 0;
  }
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header {
    min-height: 0;
  }
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .inner_article {
    padding-top: 50px;
  }
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offres_slider {
    margin-bottom: 0;
    height: 0;
  }
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header_inner {
    max-width: 100%;
    width: 100%;
  }
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header_inner .breadcrumbs_wrapper,
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header_inner h1,
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header_inner .offre_ville {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .afficher_toutes_les_photos {
    display: none;
  }
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header {
    z-index: 99;
    position: relative;
  }
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .breadcrumbs_wrapper {
    position: relative;
    top: 0;
    z-index: 99999;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header_inner .breadcrumbs_wrapper,
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header_inner h1,
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header_inner .offre_ville {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 1024px) and (max-width: 900px) {
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header_inner .breadcrumbs_wrapper,
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header_inner h1,
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header_inner .offre_ville {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header_inner .breadcrumbs_wrapper,
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header_inner h1,
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header_inner .offre_ville {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 1024px) and (max-width: 500px) {
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header_inner .breadcrumbs_wrapper,
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header_inner h1,
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header_inner .offre_ville {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 1024px) and (max-width: 400px) {
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header_inner .breadcrumbs_wrapper,
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header_inner h1,
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header_inner .offre_ville {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 1024px) and (max-width: 350px) {
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header_inner .breadcrumbs_wrapper,
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header_inner h1,
  .single-offre .offre_header_mega_wrapper:not(.no_slider_resp) .offre_header_inner .offre_ville {
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 1024px) {
  .single-offre .offre_header_mega_wrapper.no_slider_resp .fullscreen_slider_wrapper {
    display: none;
  }
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header {
    min-height: 0;
  }
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offres_slider,
  .single-offre .offre_header_mega_wrapper.no_slider_resp .slider_empty {
    width: 100%;
    border-radius: 0;
  }
  .single-offre .offre_header_mega_wrapper.no_slider_resp .slider_front_holder.one_image {
    border-radius: 0;
    margin-bottom: 0;
  }
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offres_slider {
    border-radius: 0;
    margin-bottom: 0;
  }
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header_inner {
    max-width: 100%;
    width: 100%;
  }
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header_inner .breadcrumbs_wrapper,
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header_inner h1,
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header_inner .offre_ville {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header_inner .breadcrumbs_wrapper,
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header_inner h1,
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header_inner .offre_ville {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 1024px) and (max-width: 900px) {
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header_inner .breadcrumbs_wrapper,
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header_inner h1,
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header_inner .offre_ville {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header_inner .breadcrumbs_wrapper,
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header_inner h1,
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header_inner .offre_ville {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 1024px) and (max-width: 500px) {
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header_inner .breadcrumbs_wrapper,
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header_inner h1,
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header_inner .offre_ville {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 1024px) and (max-width: 400px) {
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header_inner .breadcrumbs_wrapper,
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header_inner h1,
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header_inner .offre_ville {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 1024px) and (max-width: 350px) {
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header_inner .breadcrumbs_wrapper,
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header_inner h1,
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header_inner .offre_ville {
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 1024px) {
  .single-offre .main_part .left {
    width: calc(100% - 380px);
  }
  .single-offre .inner_article {
    max-width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .single-offre .inner_article {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 1024px) and (max-width: 900px) {
  .single-offre .inner_article {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .single-offre .inner_article {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 1024px) and (max-width: 500px) {
  .single-offre .inner_article {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 1024px) and (max-width: 400px) {
  .single-offre .inner_article {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 1024px) and (max-width: 350px) {
  .single-offre .inner_article {
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 900px) {
  .single-offre footer {
    z-index: 100;
    position: relative;
  }
  .single-offre .main_part .left {
    float: none;
    width: 100%;
  }
  .single-offre .agence_wrapper {
    position: fixed;
    bottom: 0;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    left: 0;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    z-index: 99;
  }
  .single-offre .agence_wrapper .agence_img {
    display: none !important;
  }
  .single-offre .agence_wrapper > strong {
    display: none;
  }
  .single-offre .agence_wrapper > p {
    display: none;
  }
  .single-offre .agence_wrapper > .btn {
    display: inline-block !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
    top: -10px !important;
    position: relative;
  }
}
@media (max-width: 900px) and (max-width: 375px) {
  .single-offre .agence_wrapper > .btn {
    transform: scale(0.9);
    width: 155px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 600px) {
  .single-offre #tableaux_de_surface_table {
    position: relative;
  }
  .single-offre .visite_virtuel_banner h2 {
    width: 150px;
    text-align: left;
    font-size: 15Px;
    line-height: 1.1;
    position: relative;
    top: 5px;
  }
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offre_header {
    min-height: 0;
  }
  .single-offre .offre_header_mega_wrapper.no_slider_resp .fullscreen_slide,
  .single-offre .offre_header_mega_wrapper.no_slider_resp .fullscreen_slide_holder,
  .single-offre .offre_header_mega_wrapper.no_slider_resp .slider_empty,
  .single-offre .offre_header_mega_wrapper.no_slider_resp .offres_slider {
    height: 300px;
  }
  .single-offre .offre_header_mega_wrapper.no_slider_resp .slider_front_holder.one_image {
    height: 300px;
    width: 100%;
  }
}
@media (max-width: 374px) {
  .single-offre .visite_virtuel_banner h2 {
    width: 100px;
    text-align: left;
    font-size: 15Px;
    line-height: 1.1;
    position: relative;
    top: 10px;
  }
}
/* Template recherche */
html.left_panel_cloned,
body.left_panel_cloned {
  overscroll-behavior-y: contain;
}
html.left_panel_cloned:not(.drawer_on) {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 600px) {
  body.left_panel_cloned:not(.drawer_on) {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    /* prevent overscroll bounce*/
    -webkit-overflow-scrolling: touch;
    /* iOS velocity scrolling */
  }
}
@media (max-width: 600px) {
  body.left_panel_cloned.drawer_on #rechercher .left .inner_left {
    border: none;
    border-radius: 0;
  }
}
@media (max-width: 600px) {
  body.is_safari.left_panel_cloned.drawer_on {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    /* prevent overscroll bounce*/
    -webkit-overflow-scrolling: touch;
    /* iOS velocity scrolling */
  }
}
body.is_safari.left_panel_cloned.drawer_on .left {
  overflow: scroll !important;
  height: calc(100vh - 155px) !important;
}
@media (max-width: 600px) {
  body.is_safari.left_panel_cloned:not(.drawer_on) {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    /* prevent overscroll bounce*/
    -webkit-overflow-scrolling: touch;
    /* iOS velocity scrolling */
  }
  body.is_safari.left_panel_cloned:not(.drawer_on) .left {
    overflow: hidden;
  }
}
.category:not(.category-implantations) #rechercher {
  background: #FFF !important;
}
#rechercher {
  background: #F7F7F7;
  position: relative;
  display: flex;
}
#rechercher .left {
  background: #F7F7F7;
  width: 60%;
  padding-left: 40px;
}
#rechercher .left .pagination {
  margin-bottom: 40px;
}
#rechercher .left .pagination a,
#rechercher .left .pagination span {
  margin-left: 10px;
  margin-right: 10px;
}
#rechercher .left .inner_left {
  width: 100%;
}
#rechercher .left .inner_left .rechercher_offre_wrapper {
  display: flex;
  gap: 30px;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
#rechercher .right {
  background: #F7F7F7;
  width: 40%;
  position: fixed;
  height: 100vh;
  right: 0;
  top: 174px;
}
#rechercher .right #map {
  height: 100%;
}
#rechercher .right #map * {
  transition: none;
}
#rechercher .right .gm-style .gm-style-iw-t::after {
  content: none;
}
#rechercher .clone_left_wrapper {
  display: none;
}
@media (max-width: 600px) {
  #rechercher {
    /*
		.gm-style .gm-style-iw-c {
			max-width:100%;
			width: 100vw;
		}
		.gm-style-iw-d {
			width: 100%;
			min-height: 156Px;
		}
		.offre_block.inmap {
			width: 100%;
			.offre_block_inner_wrapper {
				width: 100%;
			}
			.mini_slider_wrapper {
				float: left;
				height: 100%;
				margin-top: -30px;
				border-top-right-radius: 0px;
				border-bottom-right-radius: 0px;
			}
		}
*/
  }
  #rechercher .clone_left_wrapper {
    display: block;
    width: 100%;
    height: 150px;
    position: fixed;
    z-index: 1;
    bottom: 80px;
  }
  #rechercher .clone_left_wrapper .slider_pagination {
    background: white;
    float: left;
    height: 136px;
    width: 75vw !important;
    position: relative;
    left: 5vw;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }
  #rechercher .clone_left_wrapper .slider_pagination .page-numbers {
    display: none;
  }
  #rechercher .clone_left_wrapper .slider_pagination .prev {
    display: block;
    padding: 8px 12Px;
    border: 1px solid #000;
    border-radius: 5px;
    font-family: Nexa-XBold;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    background: transparent;
    padding-bottom: 5px !important;
    width: 228px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #rechercher .clone_left_wrapper .slider_pagination .prev:hover {
    padding: 8px 12Px;
    padding-bottom: 5px !important;
    background: #000;
    border: 1px solid #000;
    border-radius: 5px;
    font-family: Nexa-XBold;
    font-size: 12px;
    color: #FFF !important;
    letter-spacing: 0;
    text-align: center;
  }
  #rechercher .clone_left_wrapper .slider_pagination .next {
    display: block;
    padding: 8px 12Px;
    border: 1px solid #000;
    border-radius: 5px;
    font-family: Nexa-XBold;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    background: transparent;
    padding-bottom: 5px !important;
    width: 228px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #rechercher .clone_left_wrapper .slider_pagination .next:hover {
    padding: 8px 12Px;
    padding-bottom: 5px !important;
    background: #000;
    border: 1px solid #000;
    border-radius: 5px;
    font-family: Nexa-XBold;
    font-size: 12px;
    color: #FFF !important;
    letter-spacing: 0;
    text-align: center;
  }
  #rechercher .clone_left_wrapper .offre_block_outer {
    width: 100vw !important;
  }
  #rechercher .clone_left_wrapper .type_de_bien {
    margin-top: 00px;
  }
  #rechercher .clone_left_wrapper .offre_block {
    float: left;
  }
  #rechercher .clone_left_wrapper .offre_block .offre_block_inner_wrapper {
    width: 95%;
    margin-left: 5%;
    border-radius: 10px;
    background: white;
    height: auto;
    overflow: hidden;
    height: 136px;
  }
  #rechercher .clone_left_wrapper .offre_block .mini_slider_wrapper {
    height: 136px;
    width: 136px;
    float: left;
  }
  #rechercher .clone_left_wrapper .offre_block .mini_slider_wrapper .controls {
    display: none;
  }
  #rechercher .clone_left_wrapper .offre_block .mini_slider_wrapper .mini_slider_inmap {
    display: none;
  }
  #rechercher .clone_left_wrapper .offre_block .mini_slider {
    height: 136px;
  }
  #rechercher .clone_left_wrapper .offre_block .no_image {
    text-align: center;
    padding-top: 50px;
    width: 90%;
    margin-left: 10%;
  }
  #rechercher .clone_left_wrapper .offre_block .one_image img {
    height: 136px;
    object-fit: cover;
    object-position: center center;
  }
  #rechercher .clone_left_wrapper .offre_block .offre_block_bottom {
    float: left;
    width: calc(100% - 170px);
    margin-left: 25px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    left: -6px;
  }
  #rechercher .clone_left_wrapper .offre_block .mini_slider_wrapper {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  #rechercher .clone_left_wrapper .offre_block .mini_slider_wrapper .slick-slide img {
    height: 136px;
  }
  #rechercher .clone_left_wrapper .offre_block .type_de_bien,
  #rechercher .clone_left_wrapper .offre_block .offre_ville,
  #rechercher .clone_left_wrapper .offre_block .surface_wrapper.mini {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #rechercher .clone_left_wrapper .offre_block .title_vignette {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #rechercher .left {
    width: 100%;
    padding-left: 0;
    margin-top: calc((var(--vh, 1vh) * 100) - 185px);
    position: relative;
    z-index: 999;
    overflow: visible;
    height: auto;
    background: transparent;
    transition: all 0.3s ease-out !important;
  }
  #rechercher .left.topped {
    margin-top: 83px;
  }
  #rechercher .left .inner_left {
    margin-top: -70px;
    width: 100%;
    max-width: 100%;
    background: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #rechercher .left .inner_left .offre_block {
    width: 300px;
    margin-bottom: 70px;
  }
  #rechercher .left .inner_left .offre_block .offre_block_inner_wrapper {
    width: 300px;
  }
  #rechercher .left .inner_left .offre_block .offre_block_inner_wrapper .mini_slider_wrapper {
    width: 300px;
  }
  #rechercher .left .inner_left .offre_block .offre_block_inner_wrapper .one_image img {
    width: 100%;
  }
  #rechercher .left .inner_left .offre_block .offre_block_inner_wrapper .no_image {
    border: 1px solid;
    height: 200px;
    border-radius: 10px;
  }
  #rechercher .left .afficher_carte_wrapper {
    display: none;
  }
  #rechercher .left .count_offer {
    padding-left: 30px;
    padding-right: 30px;
    font-family: Nexa-XBold;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    padding-top: 25px;
    max-width: 100%;
    margin: auto;
    margin-top: 0;
    padding-bottom: 25px;
    position: relative;
  }
  #rechercher .left h2.count_offer:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 2px;
    background: #DEDEDE;
    height: 5px;
    width: 30px;
    border-radius: 10px;
    left: 50%;
    margin-left: -15px;
    top: 10px;
  }
  #rechercher .left .pagination {
    margin-top: 60px;
  }
  #rechercher .right {
    position: fixed;
    top: 67px;
    height: calc(100vh - 64px);
    width: 100%;
    padding-top: 121px !important;
  }
  #rechercher .right #map {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
}
#rechercher .afficher_carte_wrapper {
  margin-top: 25px;
}
#rechercher .count_offer {
  margin-top: 25px;
  margin-bottom: 30px;
  max-width: 100%;
  padding-right: 30px;
}
@media (max-width: 1024px) AND (min-width: 600px) {
  #rechercher .count_offer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.category.archive #rechercher {
  display: block;
}
@media (max-width: 1024px) AND (min-width: 600px) {
  .display_alert {
    text-align: center;
  }
}
.clear_both {
  clear: both;
  margin-bottom: 30px;
  display: block;
}
.offre_block {
  width: 238px;
}
.offre_block .offre_block_inner_wrapper {
  width: 238px;
}
.offre_block .mini_slider_wrapper {
  width: 238px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  position: relative;
}
.offre_block .mini_slider_wrapper .slick-dots {
  width: 100%;
  padding: 0;
  height: 10px;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.offre_block .mini_slider_wrapper .slick-dots li {
  display: inline;
}
.offre_block .mini_slider_wrapper .slick-dots li button {
  -webkit-appearance: none;
  font-size: 0;
  outline: none;
  border: none;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  background: #FFFFFF;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0.6;
}
.offre_block .mini_slider_wrapper .slick-dots li.slick-active button {
  opacity: 1;
}
.offre_block .mini_slider_wrapper .controls {
  pointer-events: none;
  display: none;
  width: 80%;
  margin-top: -15px;
  height: 30px;
  z-index: 99;
  position: absolute;
  top: 50%;
  margin-left: 10%;
}
.offre_block .mini_slider_wrapper .controls .prev {
  pointer-events: all;
  float: left;
  width: 38px;
  height: 38px;
  background-image: url(../img/svg/arrow-left.svg);
  background-size: contain;
  position: relative;
  left: -20px;
}
.offre_block .mini_slider_wrapper .controls .prev.slick-disabled {
  display: none !important;
}
.offre_block .mini_slider_wrapper .controls .next {
  pointer-events: all;
  cursor: pointer;
  float: right;
  position: relative;
  left: 20px;
  width: 38px;
  height: 38px;
  background-image: url(../img/svg/arrow-right.svg);
  background-size: contain;
}
.offre_block .mini_slider_wrapper .controls .next.slick-disabled {
  display: none !important;
}
.offre_block .no_image {
  text-align: center;
  padding-top: 75px;
}
.offre_block .type_de_bien {
  margin-top: 20px;
  font-family: Nexa-XBold;
  font-size: 10px;
  color: #E30621;
  letter-spacing: 0;
  line-height: 12px;
}
.offre_block .title_vignette {
  font-family: Nexa-XBold;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: block;
}
.offre_block .offre_ville {
  font-family: Nexa-Regular;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0;
  line-height: 16px;
  display: block;
}
.offre_block .loyer_wrapper.mini {
  font-family: Nexa-XBold;
  font-size: 9px;
  color: #000000;
  letter-spacing: 0;
  line-height: 12px;
  margin-top: 4px;
  display: block;
}
.offre_block .loyer_wrapper.mini span.is_text {
  text-decoration: underline;
}
.offre_block .last_line {
  display: block;
}
.offre_block .last_line .surface_wrapper.mini {
  float: left;
  font-family: Nexa-XBold;
  font-size: 9px;
  color: #000000;
  letter-spacing: 0;
  line-height: 12px;
  text-decoration: underline;
  margin-right: 10px;
}
.offre_block .last_line .disp_wrapper.mini {
  float: left;
  font-family: Nexa-XBold;
  font-size: 9px;
  color: #000000;
  letter-spacing: 0;
  line-height: 12px;
  text-decoration: underline;
}
.offre_block:hover .controls {
  display: block;
}
.right .offre_block.inmap .mini_slider:not(.inmap) {
  display: none;
}
.offre_block.inmap .controls {
  display: none !important;
}
.offre_block.inmap .mini_slider_wrapper {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.offre_block.inmap .offre_block_bottom {
  padding-left: 19px;
  padding-right: 19px;
}
.offre_block.inmap .last_line {
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
#map button[title="Fermer"] {
  transform: scale(1.4);
  opacity: 1;
  margin-top: 20px !important;
  margin-right: 10px !important;
}
#map button[title="Fermer"] img {
  background: #FFF;
  border-radius: 100%;
  padding: 2px;
}
.gm-style .gm-style-iw-c {
  background: transparent;
  box-shadow: none;
  max-width: 100% !important;
}
.gm-style-iw-d {
  width: 238px;
  overflow: hidden !important;
  background: white;
  border-radius: 11px;
}
.afficher_carte_wrapper > span {
  font-family: Nexa-XBold;
  font-size: 10px;
  color: #000000;
  letter-spacing: 0;
}
@media (max-width: 600px) {
  .home:not(.recherche_overlay_on) #barre_de_recherche {
    height: 70px;
  }
}
.page-template-template-rechercher {
  /*.header_heighter {
    height: 340px
  }

  .header_fixer {
    height: 340px
  }

  header {
    height: 340px
  }*/
  /** fix moteur de recherche **/
}
@media (max-width: 600px) {
  .page-template-template-rechercher {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
  }
}
@media (max-width: 1023px) {
  .page-template-template-rechercher .header_heighter {
    height: 105px;
  }
  .page-template-template-rechercher .header_fixer {
    height: 80px;
  }
  .page-template-template-rechercher header {
    height: 80px;
  }
  .page-template-template-rechercher #rechercher .left,
  .page-template-template-rechercher #rechercher .right {
    padding-top: 40px;
  }
  .page-template-template-rechercher.recherche_overlay_on #barre_de_recherche {
    height: 100vh;
    transition: none;
    top: 0;
    position: fixed;
    background-color: #FFF;
    z-index: 999999999999999;
  }
  .page-template-template-rechercher.recherche_overlay_on #barre_de_recherche .barre_de_recherche_resp_btn {
    display: none;
  }
  .page-template-template-rechercher.recherche_overlay_on #rechercher {
    display: none;
  }
}
@media (max-width: 600px) {
  .page-template-template-rechercher #rechercher .left {
    padding-top: 0px;
  }
}
@media (max-width: 600px) and (max-height: 600px) {
  .page-template-template-rechercher #barre_de_recherche {
    height: 110vh;
  }
}
.page-template-template-rechercher #barre_de_recherche {
  width: 100%;
  border-top: 1px solid #D8D8D8;
  padding-bottom: 10px;
}
.page-template-template-rechercher #barre_de_recherche .first_line {
  margin-top: 20px;
}
.page-template-template-rechercher #barre_de_recherche .first_line,
.page-template-template-rechercher #barre_de_recherche .second_line {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
}
.page-template-template-rechercher #barre_de_recherche .five_block label {
  top: 9px;
}
.page-template-template-rechercher #barre_de_recherche .five_block .beautiful_select {
  top: 9px !important;
  background-color: #FFF;
  border: none;
}
.page-template-template-rechercher #barre_de_recherche .select_desktop_result {
  width: 200px;
  top: 88px;
}
.page-template-template-rechercher #barre_de_recherche .first_line .gp_choice a {
  top: 1Px;
}
.page-template-template-rechercher #barre_de_recherche .overlay_select {
  top: -34px;
}
@media (max-width: 1023px) {
  .page-template-template-rechercher #barre_de_recherche {
    box-shadow: inherit !important;
    bottom: auto;
    margin-top: 5px;
    height: 70px;
  }
}
@media (max-width: 600px) {
  .page-template-template-rechercher #barre_de_recherche {
    margin-top: 5px;
    z-index: 9999999999999999;
    height: 70px;
  }
}
@media (max-width: 600px) {
  .page-template-template-rechercher footer.footer {
    position: relative;
  }
  .page-template-template-rechercher header.header,
  .page-template-template-rechercher button#responsive-menu-button {
    z-index: 9999999999999991;
    background: white;
  }
}
@media (min-width: 1024px) and (max-height: 900px) {
}
.beautifull_radio {
  display: inline-block;
  position: relative;
  top: 10px;
  left: -5px;
  transform: scale(0.65);
  /* The toggle */
}
.beautifull_radio label {
  display: block;
  width: 54px;
  height: 32px;
  margin: 0px auto;
  border-radius: 100px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background-color: #000000;
}
.beautifull_radio input {
  display: none;
}
.beautifull_radio i {
  height: 28px;
  width: 28px;
  background: #ffffff;
  display: inline-block;
  border-radius: 100px;
  margin-top: 2px;
  margin-left: 2px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  pointer-events: none;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.beautifull_radio label:hover > i {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
}
.beautifull_radio input:checked + label > i {
  margin-left: 24px;
}
.beautifull_radio label:active {
  background-color: #000000;
}
.beautifull_radio label:active > i {
  width: 34px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.beautifull_radio input:checked + label:active > i {
  margin-left: 18px;
}
.beautifull_radio input:checked + label {
  background-color: #000;
}
#rechercher .inner_left,
#rechercher .left,
#rechercher .offre_block {
  transition: none;
}
.hide_map #rechercher .left {
  width: 100%;
  padding-right: 40px;
}
.hide_map #rechercher .right {
  width: 0;
}
.hide_map #rechercher .inner_left {
  transition: none;
  width: 100%;
}
.hide_map #rechercher .second_of_four {
  margin-right: 16px;
}
.hide_map #rechercher .clear_both.odd {
  display: none;
}
.get_loyer_wrapper {
  display: inline-block;
  margin-left: 5px;
}
.get_loyer_wrapper .round {
  width: 10px;
  height: 10px;
  border: 1px solid #F0F0F0;
  border-radius: 100%;
  float: left;
  margin-right: 3px;
}
.get_loyer_wrapper .round.active {
  border: 1px solid #E30621;
  background: #E30621;
}
.mini .get_loyer_wrapper .round {
  width: 7px;
  height: 7px;
}
body:not(.home) #barre_de_recherche {
  background-color: #FFF;
}
#barre_de_recherche {
  width: 100%;
  z-index: 9999999;
  position: relative;
  width: 1000px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  #barre_de_recherche {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  #barre_de_recherche {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  #barre_de_recherche {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  #barre_de_recherche {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  #barre_de_recherche {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  #barre_de_recherche {
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 1024px) and (min-width: 1024px) {
  #barre_de_recherche {
    margin-left: auto;
    margin-right: auto;
  }
}
#barre_de_recherche .five_block {
  width: 25%;
  border-right: 1px solid #D8D8D8;
  float: left;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  position: relative;
}
#barre_de_recherche .five_block.search_block {
  border: none;
}
#barre_de_recherche .five_block .barre_de_recherche_inner {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4) !important;
}
#barre_de_recherche .five_block label {
  position: relative;
  top: -8px;
  text-transform: uppercase;
  font-family: Nexa-Black !important;
  font-size: 10px;
  color: #000000;
  letter-spacing: 0;
}
#barre_de_recherche .five_block .beautiful_select {
  padding-right: 20px;
  text-transform: uppercase;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/svg/arrow-down.svg);
  font-family: Nexa-Black !important;
  background-color: #FFF;
  border: none;
  background-repeat: no-repeat;
  background-position: center right;
  border-color: white;
  display: block;
  width: 100%;
  position: relative;
  top: -23Px !important;
  left: -1Px;
  font-family: Nexa-Regular;
  font-size: 12px;
  color: #ACA8A8;
  letter-spacing: 0;
  line-height: 14px;
}
#barre_de_recherche .five_block .beautiful_select.open {
  background-image: url(../img/svg/arrow-up.svg);
}
@media (max-width: 1023px) {
  #barre_de_recherche .five_block .beautiful_select {
    transition: none;
  }
}
@media (max-width: 1023px) {
  #barre_de_recherche .five_block .beautiful_select.has_children {
    position: relative;
    left: -10px;
  }
}
#barre_de_recherche .five_block .submit_recherche {
  display: block;
  top: -2px;
  padding: 8px 12Px;
  padding-bottom: 5px !important;
  background: #000;
  border: 1px solid #000;
  border-radius: 5px;
  font-family: Nexa-XBold;
  color: #FFF !important;
  text-align: center;
  position: relative;
  top: 4px;
  padding: 6px 20px;
  height: 47px;
  width: 158px;
  border-radius: 30px;
  line-height: 36px;
  text-transform: uppercase;
  left: 16px;
  font-family: Nexa-Black !important;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
}
#barre_de_recherche .five_block .submit_recherche:hover {
  padding: 8px 12Px;
  border: 1px solid #000;
  border-radius: 5px;
  font-family: Nexa-XBold;
  color: #000000;
  text-align: center;
  background: transparent;
  padding-bottom: 5px !important;
  color: #000 !important;
  position: relative;
  top: 4px;
  padding: 5px 20px;
  height: 46px;
  width: 158px;
  border-radius: 30px;
  line-height: 36px;
  text-transform: uppercase;
  left: 16px;
  font-family: Nexa-Black !important;
  font-size: 12px;
  letter-spacing: 0;
}
#barre_de_recherche .select_desktop_result {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 9999999;
  top: 90px;
  background: #FFF;
  font-family: Nexa-Black;
  font-size: 12px;
  color: #ACA8A8;
  letter-spacing: 0;
  line-height: 14px;
  border-radius: 30px;
  width: 20%;
  width: calc(100% - 1px);
  margin-left: -20px;
  margin-top: -60px;
  max-height: 300px;
  overflow: scroll;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#barre_de_recherche .select_desktop_result a {
  text-transform: uppercase;
  font-family: Nexa-Black;
  font-size: 12px;
  color: #ACA8A8;
  letter-spacing: 0;
  line-height: 14px;
  min-height: 32px;
  display: block;
  padding-top: 9px;
  padding-left: 20px;
  padding-bottom: 9px;
}
#barre_de_recherche .select_desktop_result a:hover {
  background: #F4F4F4;
}
#barre_de_recherche .select_desktop_result a.selected {
  background: #F4F4F4;
}
#barre_de_recherche .select_desktop_result a.is_children {
  padding-left: 35px !important;
  padding-right: 15px;
}
#barre_de_recherche .select_desktop_result.open {
  display: block;
}
#barre_de_recherche .overlay_select {
  width: 158px;
  height: 46px;
  position: relative;
  top: -44px;
  z-index: 2;
  background: transparent;
  cursor: pointer;
}
#barre_de_recherche .overlay_select.open ~ .select_desktop_result {
  opacity: 1 !important;
}
#barre_de_recherche .barre_de_recherche_resp_btn {
  display: none;
}
#barre_de_recherche .recherche_mobile_overlay {
  display: none;
}
#barre_de_recherche .recherche_mobile_close {
  display: none;
}
@media (max-width: 1023px) {
  #barre_de_recherche {
    height: 100%;
    width: 100%;
    left: 0;
    margin-left: 0;
    max-width: 100%;
    background: none;
  }
  #barre_de_recherche .barre_de_recherche_resp_btn {
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4) !important;
    display: block;
    width: 176px;
    height: 58px;
    border-radius: 10px;
    background: white;
    margin: auto;
  }
  #barre_de_recherche .barre_de_recherche_resp_btn > span {
    font-family: Nexa-Regular;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    line-height: 14px;
    margin-left: 25px;
    position: relative;
    top: 0Px;
  }
  #barre_de_recherche .barre_de_recherche_resp_btn img {
    position: relative;
    top: 8px;
    left: 8Px;
  }
  #barre_de_recherche .recherche_mobile_overlay {
    display: none;
    opacity: 0;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    background: #FFF;
    z-index: 99999999999999;
  }
  #barre_de_recherche .recherche_mobile_close {
    display: none;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    left: 0px;
    top: -20px;
    width: 50px;
    height: 50px;
    background-image: url(../img/svg/arrow-right-search.svg);
    z-index: 99999999999999999;
    background-repeat: no-repeat;
    background-size: 6px 15px;
    background-position: center center;
  }
  #barre_de_recherche .barre_de_recherche_inner {
    box-shadow: none;
    opacity: 0;
    display: none;
    position: absolute;
    z-index: 9999999999999999;
    top: calc(50% - 80px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
  }
  #barre_de_recherche .barre_de_recherche_inner .beautiful_select {
    padding-top: 20px;
    margin-top: -20px;
    background-color: transparent;
    background-position: 100% 80%;
  }
  #barre_de_recherche .barre_de_recherche_inner .five_block {
    width: 100%;
    float: none;
    border: none;
  }
  #barre_de_recherche .barre_de_recherche_inner .five_block:not(.search_block) {
    margin-bottom: 20px;
    border: 1Px solid #D8D8D8;
    width: calc(100% - 40px);
    margin-left: 20px;
    padding-bottom: 44px;
    border-radius: 10px;
    padding-top: 8px;
  }
  #barre_de_recherche .barre_de_recherche_inner .overlay_select {
    pointer-events: none;
  }
}
@media (max-width: 1023px) and (max-width: 1024px) {
  #barre_de_recherche .barre_de_recherche_inner {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 1023px) and (max-width: 900px) {
  #barre_de_recherche .barre_de_recherche_inner {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 1023px) and (max-width: 600px) {
  #barre_de_recherche .barre_de_recherche_inner {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 1023px) and (max-width: 500px) {
  #barre_de_recherche .barre_de_recherche_inner {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 1023px) and (max-width: 400px) {
  #barre_de_recherche .barre_de_recherche_inner {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 1023px) and (max-width: 350px) {
  #barre_de_recherche .barre_de_recherche_inner {
    max-width: calc(100% - 50px);
  }
}
.barre_de_recherche_inner .first_line {
  background: white;
  display: block;
  width: 500px;
  height: auto;
  overflow: hidden;
  border-radius: 30px;
  margin: auto;
  height: 52px;
  line-height: 52Px;
  font-family: Nexa-Black;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0;
  margin-top: 15px;
}
.barre_de_recherche_inner .first_line .gp_choice {
  width: 33.333%;
  float: left;
}
.barre_de_recherche_inner .first_line .gp_choice a {
  position: relative;
  top: 1px;
  text-transform: uppercase;
  line-height: 46px;
  width: 90%;
  margin-left: 5%;
  display: inline-block;
  margin-right: 5%;
  text-align: center;
  transition: none;
}
.barre_de_recherche_inner .first_line .gp_choice a.active {
  background: #E30984;
  border-radius: 30px;
  display: inline-block;
  height: 44px;
  color: white !important;
}
.barre_de_recherche_inner .second_line {
  background: white;
  height: auto;
  overflow: hidden;
  border-radius: 35px;
  width: 800px;
  margin: auto;
  margin-top: 20px;
}
body.recherche_overlay_on .barre_de_recherche_inner,
body.recherche_overlay_on .recherche_mobile_close,
body.recherche_overlay_on .recherche_mobile_overlay {
  display: block !important;
  opacity: 1 !important;
}
.responsive-menu-open .page-template-template-rechercher #barre_de_recherche {
  display: none;
  opacity: 0;
}
main section article > img,
main section article > p > img {
  height: initial;
  width: initial;
  object-fit: cover;
  object-position: center center;
  max-width: 100%;
  transition: none;
  /* width: calc(100%)!important;
   	 max-width: calc(100% )!important;

    @media (max-width: 767px) {
    	width: calc(100%)!important;
   		max-width: calc(100%)!important;
    }*/
}
.home_inner_content > p > img,
.home_inner_content > img {
  height: initial;
  width: initial;
  object-fit: cover;
  object-position: center center;
  max-width: calc(100% + 250px);
  transition: none;
  /*
 height: auto;
	width: calc(100% + 250px)!important;
   	max-width: calc(100% + 250px)!important;

    @media (max-width: 767px) {
    	width: calc(100% + 30px)!important;
   		max-width: calc(100% + 30px)!important;
    }
*/
}
@media (max-width: 767px) {
  .home_inner_content > p > img,
  .home_inner_content > img {
    width: calc(100% + 30px) !important;
    max-width: calc(100% + 30px) !important;
  }
}
.highlight .block_image {
  margin-top: 0;
}
header.header .nav ul li a {
  outline: 0;
}
.offre_block {
  outline: 0;
}
.is_safari .offre_block .mini_slider_wrapper img {
  border-radius: 10px;
  overflow: hidden;
}
.special_number_highlight h2,
.special_number_highlight p.underneath {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.special_number_highlight .su-row img {
  object-position: center left;
  object-fit: contain;
}
.white_bg_inner .highlight_content_cover {
  background-color: white;
}
.slick-initialized .slick-slide {
  outline: none;
}
.avantage_slider .btn,
.new_avantage_slider_wrapper .btn {
  min-width: 170px !important;
}
.avantage_slider_wrapper {
  width: 800px;
  max-width: 100%;
  margin: auto;
  margin-top: 50px;
}
.avantage_slider_wrapper .avantage_slider .avantage_wrapper {
  margin-left: 10px;
  margin-right: 10px;
}
.avantage_slider_wrapper .avantage_slider .avantage_wrapper .white_bg {
  box-shadow: -5px 5px 20px 0 rgba(0, 0, 0, 0.4);
}
.avantage_slider_wrapper .avantage_slider .avantage_wrapper .white_bg * {
  max-width: 100% !important;
}
.avantage_slider_wrapper .avantage_slider .avantage_wrapper > div {
  color: #000000;
  padding-top: 23px;
  padding-left: 20px;
  padding-right: 20px;
  width: 240px;
  margin: auto;
  min-height: 385px;
  margin-bottom: 50Px;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .avantage_slider_wrapper .avantage_slider .avantage_wrapper > div {
    min-height: 415px;
    width: 220px;
    padding-left: 15px;
    padding-right: 15Px;
  }
}
.avantage_slider_wrapper .avantage_slider .avantage_wrapper > div ul li {
  color: #000000;
}
.avantage_slider_wrapper .control,
.avantage_slider_wrapper .controls {
  width: 900px;
  position: relative;
  margin: auto;
  max-width: 100%;
  top: -40px;
}
@media (max-width: 1024px) {
  .avantage_slider_wrapper .control,
  .avantage_slider_wrapper .controls {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .avantage_slider_wrapper .control,
  .avantage_slider_wrapper .controls {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .avantage_slider_wrapper .control,
  .avantage_slider_wrapper .controls {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .avantage_slider_wrapper .control,
  .avantage_slider_wrapper .controls {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .avantage_slider_wrapper .control,
  .avantage_slider_wrapper .controls {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .avantage_slider_wrapper .control,
  .avantage_slider_wrapper .controls {
    max-width: calc(100% - 50px);
  }
}
.avantage_slider_wrapper .control .prev,
.avantage_slider_wrapper .controls .prev {
  width: 12px;
  height: 7px;
  display: block;
  position: absolute;
  cursor: pointer;
  left: 0;
  transform: rotate(90deg);
}
.avantage_slider_wrapper .control .prev[aria-disabled=true],
.avantage_slider_wrapper .controls .prev[aria-disabled=true] {
  opacity: 0;
  cursor: initial;
}
.avantage_slider_wrapper .control .next,
.avantage_slider_wrapper .controls .next {
  width: 12px;
  height: 7px;
  display: block;
  position: absolute;
  cursor: pointer;
  right: 0;
  transform: rotate(-90deg);
}
.avantage_slider_wrapper .control .next[aria-disabled=true],
.avantage_slider_wrapper .controls .next[aria-disabled=true] {
  opacity: 0;
  cursor: initial;
}
.new_avantage_slider_wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: auto;
  margin-top: 50px;
}
@media (max-width: 1025px) {
  .new_avantage_slider_wrapper {
    width: 100%;
  }
}
.new_avantage_slider_wrapper .avantage_slider .avantage_wrapper {
  padding-bottom: 10px;
  padding-top: 16px;
  margin-top: 0px;
}
@media (min-width: 700px) {
  .new_avantage_slider_wrapper .avantage_slider .avantage_wrapper {
    overflow: hidden;
    height: auto !important;
  }
}
.new_avantage_slider_wrapper .avantage_slider .avantage_wrapper > div {
  color: #000000;
  padding-top: 45px;
  padding-left: 20px;
  padding-right: 20px;
  width: 240px;
  margin: auto;
  margin-bottom: 20Px;
  padding-bottom: 25px;
}
.new_avantage_slider_wrapper .avantage_slider .avantage_wrapper > div * {
  max-width: 100% !important;
}
.new_avantage_slider_wrapper .avantage_slider .avantage_wrapper > div.shadow {
  box-shadow: -5px 5px 20px 0 rgba(0, 0, 0, 0.4);
}
@media (max-width: 700px) {
  .new_avantage_slider_wrapper .avantage_slider .avantage_wrapper > div {
    min-height: 415px;
    width: 220px;
    padding-left: 15px;
    padding-right: 15Px;
  }
}
.new_avantage_slider_wrapper .avantage_slider .avantage_wrapper > div h5 {
  font-family: Nexa-XBold;
  font-size: 18px;
  color: #000000 !important;
  text-align: center;
}
.new_avantage_slider_wrapper .avantage_slider .avantage_wrapper > div ul li,
.new_avantage_slider_wrapper .avantage_slider .avantage_wrapper > div p {
  color: #000000 !important;
}
.new_avantage_slider_wrapper .control,
.new_avantage_slider_wrapper .controls {
  width: 110%;
  position: absolute;
  margin: auto;
  max-width: 90vw;
  top: 50%;
  transform: translate(-5%, -50%);
  left: 0;
}
.new_avantage_slider_wrapper .control .prev,
.new_avantage_slider_wrapper .controls .prev {
  width: 12px;
  height: 7px;
  display: block;
  position: absolute;
  cursor: pointer;
  left: 0;
  transform: rotate(90deg);
}
.new_avantage_slider_wrapper .control .prev[aria-disabled=true],
.new_avantage_slider_wrapper .controls .prev[aria-disabled=true] {
  opacity: 0;
  cursor: initial;
}
.new_avantage_slider_wrapper .control .next,
.new_avantage_slider_wrapper .controls .next {
  width: 12px;
  height: 7px;
  display: block;
  position: absolute;
  cursor: pointer;
  right: 0;
  transform: rotate(-90deg);
}
.new_avantage_slider_wrapper .control .next[aria-disabled=true],
.new_avantage_slider_wrapper .controls .next[aria-disabled=true] {
  opacity: 0;
  cursor: initial;
}
@media (max-width: 700px) {
  .new_avantage_slider_wrapper .control,
  .new_avantage_slider_wrapper .controls {
    display: none;
  }
}
.new_avantage_slider_wrapper.emploi h5 {
  text-align: left !important;
  min-height: 54px;
}
.new_avantage_slider_wrapper.emploi .vignette_en_savoir_plus {
  margin-left: 0;
  width: 100%;
}
.new_avantage_slider_wrapper.emploi .avantage_slider .avantage_wrapper > div {
  text-align: left !important;
  padding-top: 40px;
}
.new_avantage_slider_wrapper.emploi .emploi_label {
  display: block;
  margin-bottom: 10px;
}
.new_avantage_slider_wrapper.emploi .emploi_label span {
  display: block;
}
.avantage_wrapper {
  margin-top: 15px;
}
.avantage_slider_wrapper {
  position: relative;
}
.avantage_slider_wrapper * {
  transition: opacity 0s ease 0s;
}
.avantage_slider_wrapper .slick-slide[aria-hidden="true"] {
  transition: opacity 0s ease 0.3s;
}
@media (min-width: 768px) {
  .avantage_slider_wrapper .slick-slide[aria-hidden="true"] {
    opacity: 0;
  }
}
.avantage_slider_wrapper .control,
.avantage_slider_wrapper .controls {
  position: absolute;
  max-width: 100vw;
  left: 50%;
  margin-left: -450px;
  top: 50%;
  margin-top: -10px;
}
@media (max-width: 900px) {
  .avantage_slider_wrapper .control,
  .avantage_slider_wrapper .controls {
    position: absolute;
    max-width: 100vw;
    left: calc(50% + 1vw);
    margin-left: -450px;
    top: 50%;
    margin-top: -10px;
    width: 98vw;
  }
}
@media (max-width: 767px) {
  .avantage_slider_wrapper .control,
  .avantage_slider_wrapper .controls {
    display: none !important;
  }
}
.fake_select {
  display: inline-block;
  width: 90%;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  background: #FFF;
  height: 40px;
  position: relative;
}
.fake_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  font-family: Gotham-Book;
  font-size: 15px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  background: transparent;
  border: none;
  width: 110%;
  height: 40px;
  padding-left: 40px;
  margin-left: -22px;
  margin-top: 1px;
  text-transform: uppercase;
}
.fake_select:after {
  content: "";
  width: 13px;
  height: 7px;
  display: block;
  position: absolute;
  top: 16px;
  right: 14px;
  pointer-events: none;
  background-repeat: no-repeat;
}
#contact .texte_avant_formulaire,
#contact_emploi .texte_avant_formulaire {
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1024px) {
  #contact .texte_avant_formulaire,
  #contact_emploi .texte_avant_formulaire {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  #contact .texte_avant_formulaire,
  #contact_emploi .texte_avant_formulaire {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  #contact .texte_avant_formulaire,
  #contact_emploi .texte_avant_formulaire {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  #contact .texte_avant_formulaire,
  #contact_emploi .texte_avant_formulaire {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  #contact .texte_avant_formulaire,
  #contact_emploi .texte_avant_formulaire {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  #contact .texte_avant_formulaire,
  #contact_emploi .texte_avant_formulaire {
    max-width: calc(100% - 50px);
  }
}
#contact h4,
#contact_emploi h4 {
  margin-top: 20px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  #contact h4,
  #contact_emploi h4 {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  #contact h4,
  #contact_emploi h4 {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  #contact h4,
  #contact_emploi h4 {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  #contact h4,
  #contact_emploi h4 {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  #contact h4,
  #contact_emploi h4 {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  #contact h4,
  #contact_emploi h4 {
    max-width: calc(100% - 50px);
  }
}
#contact h2,
#contact_emploi h2 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  #contact h2,
  #contact_emploi h2 {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  #contact h2,
  #contact_emploi h2 {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  #contact h2,
  #contact_emploi h2 {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  #contact h2,
  #contact_emploi h2 {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  #contact h2,
  #contact_emploi h2 {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  #contact h2,
  #contact_emploi h2 {
    max-width: calc(100% - 50px);
  }
}
#contact.contact_formulaire,
#contact_emploi.contact_formulaire {
  text-align: center;
  background-color: #00BFB2;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
#contact.contact_formulaire.landing_page,
#contact_emploi.contact_formulaire.landing_page {
  padding-top: 0;
  background: #FFF;
  padding-bottom: 80px;
}
#contact.contact_formulaire .contact_formulaire_inner,
#contact_emploi.contact_formulaire .contact_formulaire_inner {
  width: 750px;
  max-width: 100%;
  margin: auto;
}
#contact.contact_formulaire .contact_formulaire_inner div.form,
#contact_emploi.contact_formulaire .contact_formulaire_inner div.form {
  width: 290px;
  max-width: 100%;
  margin: auto;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  #contact.contact_formulaire .contact_formulaire_inner div.form,
  #contact_emploi.contact_formulaire .contact_formulaire_inner div.form {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  #contact.contact_formulaire .contact_formulaire_inner div.form,
  #contact_emploi.contact_formulaire .contact_formulaire_inner div.form {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  #contact.contact_formulaire .contact_formulaire_inner div.form,
  #contact_emploi.contact_formulaire .contact_formulaire_inner div.form {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  #contact.contact_formulaire .contact_formulaire_inner div.form,
  #contact_emploi.contact_formulaire .contact_formulaire_inner div.form {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  #contact.contact_formulaire .contact_formulaire_inner div.form,
  #contact_emploi.contact_formulaire .contact_formulaire_inner div.form {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  #contact.contact_formulaire .contact_formulaire_inner div.form,
  #contact_emploi.contact_formulaire .contact_formulaire_inner div.form {
    max-width: calc(100% - 50px);
  }
}
#contact.contact_formulaire .contact_formulaire_inner div.form .messageSuccces,
#contact_emploi.contact_formulaire .contact_formulaire_inner div.form .messageSuccces {
  display: none;
  height: 415px;
  position: relative;
  text-align: center;
}
#contact.contact_formulaire .contact_formulaire_inner div.form .messageSuccces .messageSuccess_inner,
#contact_emploi.contact_formulaire .contact_formulaire_inner div.form .messageSuccces .messageSuccess_inner {
  height: 150px;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -75px;
}
#contact.contact_formulaire .contact_formulaire_inner div.form .messageSuccces .svg-icon,
#contact_emploi.contact_formulaire .contact_formulaire_inner div.form .messageSuccces .svg-icon {
  margin-top: 30px;
  width: 50px;
}
#contact.contact_formulaire .contact_formulaire_inner div.form .messageSuccces .big,
#contact_emploi.contact_formulaire .contact_formulaire_inner div.form .messageSuccces .big {
  font-size: 21px;
  text-align: center;
  line-height: 22px;
  margin-top: 15px;
  margin-bottom: 10px;
}
#contact.contact_formulaire .contact_formulaire_inner div.form .messageSuccces .small,
#contact_emploi.contact_formulaire .contact_formulaire_inner div.form .messageSuccces .small {
  font-family: Nexa-XBold;
  text-align: center;
}
#contact form.beautifulform input[type="text"],
#contact_emploi form.beautifulform input[type="text"],
#contact form.beautifulform input[type="email"],
#contact_emploi form.beautifulform input[type="email"],
#contact form.beautifulform input[type="number"],
#contact_emploi form.beautifulform input[type="number"],
#contact form.beautifulform textarea,
#contact_emploi form.beautifulform textarea {
  /*border: 1px solid #E5E5E4;*/
  width: 100%;
  display: block;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-appearance: none;
  outline: none;
  /* Text Form: */
  font-family: Nexa-Regular;
  font-size: 12px;
  color: #ACA8A8;
  letter-spacing: 0;
  line-height: 14px;
  line-height: normal;
  border: 1px solid #D2D2D2;
}
#contact form.beautifulform textarea,
#contact_emploi form.beautifulform textarea {
  height: 200px;
  padding-top: 10px;
}
#contact form.beautifulform input[type="text"].validate,
#contact_emploi form.beautifulform input[type="text"].validate,
#contact form.beautifulform .fake_select.validate,
#contact_emploi form.beautifulform .fake_select.validate,
#contact form.beautifulform input[type="number"].validate,
#contact_emploi form.beautifulform input[type="number"].validate,
#contact form.beautifulform input[type="email"].validate,
#contact_emploi form.beautifulform input[type="email"].validate,
#contact form.beautifulform textarea.validate,
#contact_emploi form.beautifulform textarea.validate,
#contact form.beautifulform .validate .dropdown-el,
#contact_emploi form.beautifulform .validate .dropdown-el {
  background: url('../img/svg/Icone-check.svg');
  border-color: #CAD400;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 93% center;
}
#contact form.beautifulform .fake_select.validate:after,
#contact_emploi form.beautifulform .fake_select.validate:after,
#contact form.beautifulform .fake_select.error:after,
#contact_emploi form.beautifulform .fake_select.error:after {
  content: none;
}
#contact form.beautifulform input[type="text"].error,
#contact_emploi form.beautifulform input[type="text"].error,
#contact form.beautifulform input[type="number"].error,
#contact_emploi form.beautifulform input[type="number"].error,
#contact form.beautifulform input[type="email"].error,
#contact_emploi form.beautifulform input[type="email"].error,
#contact form.beautifulform .fake_select.error,
#contact_emploi form.beautifulform .fake_select.error,
#contact form.beautifulform textarea.error,
#contact_emploi form.beautifulform textarea.error,
#contact form.beautifulform .error .dropdown-el,
#contact_emploi form.beautifulform .error .dropdown-el {
  background: url('../img/svg/Icone-error.svg');
  background-repeat: no-repeat;
  background-color: #E30621;
  background-position: 93% center;
}
#contact form.beautifulform button[type="submit"],
#contact_emploi form.beautifulform button[type="submit"] {
  background: #E30984 !important;
  border: 1px solid #E30984 !important;
  color: #FFF;
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 25px;
  cursor: pointer;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}
#contact form.beautifulform button[type="submit"].loading:after,
#contact_emploi form.beautifulform button[type="submit"].loading:after {
  background: none;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "...";
  width: 0px;
  color: #E30621;
  height: 15px;
  font-size: 25px;
  margin-top: 2px;
  margin-left: 0px;
  line-height: 0;
}
#contact form.beautifulform button[type="submit"].loading,
#contact_emploi form.beautifulform button[type="submit"].loading {
  font-size: 0;
}
@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
#contact form.beautifulform button[type="submit"]:not(.loading):not(.disabled):hover,
#contact_emploi form.beautifulform button[type="submit"]:not(.loading):not(.disabled):hover {
  background: #FFF !important;
  color: #000000;
  border: 1px solid #FFF !important;
}
#contact form.beautifulform button[type="submit"].disabled,
#contact_emploi form.beautifulform button[type="submit"].disabled {
  cursor: initial !important;
  opacity: 0.7;
}
#contact form.beautifulform textarea {
  height: 100px;
}
#contact_emploi {
  z-index: 10 !important;
  display: block !important;
  position: relative !important;
  top: 0 !important;
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
  color: #FFF;
  margin-top: 40px;
}
#contact_emploi .size_12 {
  font-size: 12px;
}
#contact_emploi .size_10 {
  font-size: 10px;
}
#contact_emploi input[type="file"] {
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  max-width: 100%;
}
#contact_emploi form {
  text-align: left;
}
#contact_emploi .contact_formulaire_inner {
  position: relative !important;
  left: 0 !important;
  transform: none !important;
  top: 0 !important;
  height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#contact_emploi input[type="file"].error {
  color: red;
}
#contact_emploi input[type="checkbox"].error {
  outline: 1px solid red;
}
#contact_emploi .messageSuccces {
  display: none;
  padding-top: 10px;
}
#contact_emploi .messageSuccces * {
  color: white !important;
}
#contact_emploi .messageSuccces img {
  margin-bottom: 20px;
  transform: scale(1.5);
}
#contact_emploi button[type="submit"].loading:after {
  margin-top: 3px !important;
  margin-left: 0 !important;
}
#contact_emploi .texte_apres_formulaire {
  margin-top: 15px;
  text-align: left;
}
#contact_emploi .texte_apres_formulaire * {
  font-size: 11px;
  line-height: 15px;
  text-align: left;
}
#contact_emploi .texte_apres_formulaire a {
  color: #FFF !important;
  text-decoration: none;
}
#contact_emploi .rgpd_left {
  float: left;
}
#contact_emploi .rgpd_right {
  padding-left: 20px;
}
body.single-offres_emploi .header_cover {
  background: #E30984;
  height: 150px;
  margin-bottom: 0 !important;
  align-items: center;
}
body.single-offres_emploi .header_cover .header_cover_inner {
  top: 0;
}
.the_content.offre_emploi img {
  height: auto;
}
.categorie_wrapper {
  text-transform: uppercase;
  width: 750px;
  margin: auto;
  /* position: absolute; */
  padding-left: 0;
  margin-bottom: 30px;
  font-family: Nexa-XBold;
  font-size: 9px;
  color: #000000;
  letter-spacing: 0;
  line-height: 12px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .categorie_wrapper {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .categorie_wrapper {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .categorie_wrapper {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .categorie_wrapper {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .categorie_wrapper {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .categorie_wrapper {
    max-width: calc(100% - 50px);
  }
}
.categorie_wrapper a {
  font-size: 13px;
  color: #000000;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Nexa-XBold;
}
.categorie_wrapper li {
  display: inline-block;
  margin-right: 20px;
}
.categorie_wrapper .current-cat {
  background: #F6C127;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 7Px;
  padding-right: 7px;
  color: #000000 !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.surlignage,
.surligner {
  background: #F6C127;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 7Px;
  padding-right: 7px;
  color: #000000 !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.link_cat {
  background: #F6C127;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 7Px;
  padding-right: 7px;
  color: #000000 !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.h3_cat {
  margin-bottom: 10px;
}
.blog_wrapper .fake_h3 {
  position: relative;
  top: -5px;
}
.tableaux_de_surface_wrapper {
  display: none !important;
  background: #F6C127;
}
#tableaux_de_surface {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1024px) {
  #tableaux_de_surface {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  #tableaux_de_surface {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  #tableaux_de_surface {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  #tableaux_de_surface {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  #tableaux_de_surface {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  #tableaux_de_surface {
    max-width: calc(100% - 50px);
  }
}
.tableau_inner_wrapper {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1024px) {
  .tableau_inner_wrapper {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .tableau_inner_wrapper {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .tableau_inner_wrapper {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .tableau_inner_wrapper {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .tableau_inner_wrapper {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .tableau_inner_wrapper {
    max-width: calc(100% - 50px);
  }
}
.single-offre .fichier_pdf_honoraires {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
  background: transparent;
}
.resp_rs {
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
}
.resp_rs_label {
  font-family: Nexa-Black;
  font-size: 12px;
  color: #151515;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
.block_vignette .subtitle_vignette {
  margin-top: 5px;
  min-height: 33px;
  height: auto;
  overflow: hidden;
}
.single .h3_cat {
  margin-bottom: 30px;
  width: 100%;
  margin-top: 14px;
  float: none !important;
  margin-left: auto;
  margin-top: 50px;
  margin-bottom: 20px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .single .h3_cat {
    max-width: calc(100% - 100px / 2);
  }
}
@media (max-width: 900px) {
  .single .h3_cat {
    max-width: calc(100% - 90px / 2);
  }
}
@media (max-width: 600px) {
  .single .h3_cat {
    max-width: calc(100% - 80px / 2);
  }
}
@media (max-width: 500px) {
  .single .h3_cat {
    max-width: calc(100% - 70px / 2);
  }
}
@media (max-width: 400px) {
  .single .h3_cat {
    max-width: calc(100% - 60px / 2);
  }
}
@media (max-width: 350px) {
  .single .h3_cat {
    max-width: calc(100% - 50px / 2);
  }
}
.share_post {
  width: 30px;
  margin-right: 5px !important;
}
.gp_share {
  margin-bottom: 50px;
}
.gp_share h3 {
  display: inline;
}
.gp_share .sharer {
  display: inline;
  position: relative;
  top: 21px;
  left: 18px;
}
.highlight .block_contenu_collaborateurs {
  max-width: 100% !important;
}
.highlight .block_image {
  max-width: 100% !important;
}
.highlight .slider_50_50 {
  max-width: 100% !important;
}
.the_content.offre_emploi {
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1024px) {
  .the_content.offre_emploi {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .the_content.offre_emploi {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .the_content.offre_emploi {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .the_content.offre_emploi {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .the_content.offre_emploi {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .the_content.offre_emploi {
    max-width: calc(100% - 50px);
  }
}
.the_content.offre_emploi * {
  max-width: 100% !important;
}
.the_content.offre_emploi .alignleft {
  width: 100%;
  float: none;
}
@media (max-width: 470px) {
  .page-id-3303 .header_cover img,
  .page-id-3376 .header_cover img,
  .page-id-3383 .header_cover img {
    position: absolute;
    margin-top: -20px;
  }
}
h3.type_de_bien .surlignage,
h3.type_de_bien .surligner {
  display: inline-block;
}
:root {
  --vh: 1vh;
}
body.overlay_select_open .home_slider_wrapper,
body.overlay_select_open .home_slider {
  overflow: visible;
}
body.overlay_first_select_open.responsive_secteur_focus .barre_de_recherche_inner .second_line {
  border-bottom-left-radius: 0;
}
body.recherche_overlay_on.page-template-template-homepage .recherche_mobile_close {
  display: none !important;
  opacity: 0 !important;
}
body.recherche_overlay_on.page-template-template-homepage .recherche_mobile_overlay {
  display: none !important;
  opacity: 0 !important;
}
body.recherche_overlay_on.page-template-template-homepage .barre_de_recherche_resp_btn {
  display: none !important;
}
#barre_de_recherche .barre_de_recherche_inner {
  max-width: 100%;
}
@media (max-width: 1023px) {
  #barre_de_recherche .barre_de_recherche_inner {
    position: static;
    transform: none;
  }
  #barre_de_recherche .barre_de_recherche_inner .first_line {
    width: 100%;
  }
  #barre_de_recherche .barre_de_recherche_inner .second_line {
    width: 100%;
  }
  #barre_de_recherche .barre_de_recherche_inner .five_block:not(.search_block) {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin-left: 0;
    width: 100%;
    height: 60px;
    padding-bottom: 0;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0;
  }
  #barre_de_recherche .barre_de_recherche_inner .five_block.superficie {
    border-bottom: none;
  }
  #barre_de_recherche .barre_de_recherche_inner .five_block.secteur {
    padding-top: 5px;
  }
  #barre_de_recherche .barre_de_recherche_inner .five_block .submit_recherche {
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .home_slider {
    height: 768px;
    min-height: 550px;
    height: calc((var(--vh, 1vh) * 100) - 105px);
  }
  .home_slider .slide .slider_inner_wrapper .slider_inner_content {
    bottom: 40px;
    transform: translate(-50%, 0%);
    top: auto;
  }
}
@media (max-width: 600px) {
  .home_slider #barre_de_recherche .five_block .beautiful_select {
    font-size: 12px !important;
    line-height: 14px !important;
  }
  .home_slider #barre_de_recherche .five_block label {
    font-size: 10px !important;
    line-height: inherit !important;
  }
}
@media (max-width: 1023px) {
  body.page-template-template-rechercher #barre_de_recherche .barre_de_recherche_inner {
    position: absolute;
    max-width: 100%;
    transform: translate(-50%, -50%);
  }
  body.page-template-template-rechercher #barre_de_recherche {
    border-top: none;
    background: white;
    margin-top: 0 !important;
    padding-top: 5px;
  }
  body.page-template-template-rechercher #barre_de_recherche .barre_de_recherche_resp_btn {
    box-shadow: none !important;
    border-radius: 30px;
    background: #F0F0F0;
    height: 48px;
    margin: auto;
    margin-top: 12px;
    width: 300px;
    text-align: center;
    z-index: 9;
    position: relative;
  }
  body.page-template-template-rechercher #barre_de_recherche .barre_de_recherche_resp_btn span {
    top: -5Px;
    margin: 0;
    font-family: Nexa-XBold;
  }
  body.page-template-template-rechercher #barre_de_recherche .barre_de_recherche_resp_btn img {
    top: 4px;
    position: relative;
    left: 5px;
    width: 10px;
    height: 42px;
    border-radius: 0;
  }
  body.page-template-template-rechercher .recherche_mobile_close {
    top: 85px !important;
    width: 100% !important;
    text-align: center;
    background-image: none !important;
    padding-top: 17px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Nexa-XBold;
  }
  body.page-template-template-rechercher .recherche_mobile_close span {
    font-size: 30px;
    position: relative;
    top: 5px;
    left: 4px;
    font-family: 'Nexa';
  }
}
@media (max-width: 1023px) and (max-width: 1024px) {
  body.page-template-template-rechercher #barre_de_recherche .barre_de_recherche_inner {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 1023px) and (max-width: 900px) {
  body.page-template-template-rechercher #barre_de_recherche .barre_de_recherche_inner {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 1023px) and (max-width: 600px) {
  body.page-template-template-rechercher #barre_de_recherche .barre_de_recherche_inner {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 1023px) and (max-width: 500px) {
  body.page-template-template-rechercher #barre_de_recherche .barre_de_recherche_inner {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 1023px) and (max-width: 400px) {
  body.page-template-template-rechercher #barre_de_recherche .barre_de_recherche_inner {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 1023px) and (max-width: 350px) {
  body.page-template-template-rechercher #barre_de_recherche .barre_de_recherche_inner {
    max-width: calc(100% - 50px);
  }
}
body .home_inner_content .slider_4_vignette_wrapper .subtitle_vignette {
  min-height: 27px;
  height: auto;
}
@media (max-width: 600px) {
  .single-offre #tableaux_de_surface td {
    border-color: #000;
  }
}
@media (max-width: 769px) {
  body .block_contenu_collaborateurs .right .block_vignette {
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    width: 230px;
    max-width: initial;
  }
}
@media (max-width: 769px) {
  body .slide_vignette {
    max-width: 255px;
  }
}
@media (max-width: 769px) {
  .block_contenu_collaborateurs .left > div a.btn {
    padding-right: 12px;
  }
}
@media (max-width: 1023px) {
  #immodvisor-seal-widget-iframe {
    top: 140px !important;
    margin-right: -19px;
    transform: scale(0.7);
  }
}
html:not(.responsive-menu-open) body:not(.recherche_overlay_on) #immodvisor-seal-widget-iframe {
  z-index: 9999999999 !important;
}
#secteur {
  font-family: Nexa-Black;
  width: 110%;
  position: relative;
  top: -42px;
  height: 25px;
  z-index: 3;
  border: none;
  font-size: 12px;
  color: #ACA8A8;
  letter-spacing: 0;
  line-height: 14px;
  left: -3px;
  border-radius: 10px;
}
#secteur::-webkit-input-placeholder {
  font-size: 12px;
  color: #ACA8A8;
  letter-spacing: 0;
  line-height: 14px;
}
#secteur:-moz-placeholder {
  font-size: 12px;
  color: #ACA8A8;
  letter-spacing: 0;
  line-height: 14px;
}
#secteur::-moz-placeholder {
  font-size: 12px;
  color: #ACA8A8;
  letter-spacing: 0;
  line-height: 14px;
}
#secteur:-ms-input-placeholder {
  font-size: 12px;
  color: #ACA8A8;
  letter-spacing: 0;
  line-height: 14px;
}
@media (max-width: 1023px) {
  #secteur {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #secteur {
    width: 90%;
  }
}
.barre_de_recherche_inner .second_line {
  height: 55px;
  overflow: visible;
}
@media (max-width: 1023px) {
  .barre_de_recherche_inner .second_line {
    height: auto;
    overflow: visible;
  }
}
.overlay_select.cp {
  position: relative;
  top: -70px !important;
  z-index: 4 !important;
}
.overlay_select.cp.open {
  z-index: 1 !important;
}
body #barre_de_recherche .overlay_select.open ~ .cp.select_desktop_result {
  opacity: 0 !important;
}
body.responsive_secteur_focus #barre_de_recherche .overlay_select.open ~ .cp.select_desktop_result {
  opacity: 1 !important;
}
@media (max-width: 1023px) {
  body #barre_de_recherche .cp.select_desktop_result {
    width: 100%;
    border-bottom: 1px solid;
    border-radius: 0;
    min-height: 90px;
    height: 90px;
  }
}
@media (max-width: 1023px) {
  body.responsive_secteur_focus #barre_de_recherche .cp.select_desktop_result {
    display: block !important;
    opacity: 1 !important;
  }
}
.page-template-template-rechercher #barre_de_recherche .select_desktop_result.cp {
  min-height: 66px;
  height: auto;
}
@media (max-width: 1024px) {
  .page-template-template-rechercher #barre_de_recherche .select_desktop_result.cp {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .page-template-template-rechercher #barre_de_recherche #secteur {
    display: block;
  }
}
.cp.select_desktop_result {
  margin-top: 0px !important;
  min-height: 80px;
  padding-top: 40px;
  z-index: 2 !important;
}
.cp.select_desktop_result {
  min-height: 70px;
  padding-top: 30px;
  padding-left: 0;
  top: 30px !important;
}
.vicopo-answer {
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  font-family: Nexa-Black;
  font-size: 12px;
  color: #ACA8A8;
  letter-spacing: 0;
  line-height: 14px;
  min-height: 32px;
  display: block;
  padding-top: 9px;
  padding-left: 20px;
  padding-bottom: 9px;
  cursor: pointer;
}
.page-template-template-rechercher #barre_de_recherche .select_desktop_result.cp {
  width: 200px;
  top: 50px;
  padding-top: 4px;
}
.page-template-template-rechercher #barre_de_recherche .overlay_select.cp {
  top: -42px !important;
  min-height: 50px !important;
}
.page-template-template-rechercher #barre_de_recherche #secteur {
  top: 5px;
  font-size: 12px;
  color: #ACA8A8;
  letter-spacing: 0;
  line-height: 14px;
}
.display_alert {
  position: relative;
  top: -25px;
  font-size: 12px;
  display: block;
  line-height: 15px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .display_alert {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .display_alert {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .display_alert {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .display_alert {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .display_alert {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .display_alert {
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 600px) {
  .display_alert {
    top: -5px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.clone_left_wrapper .display_alert {
  display: none !important;
}
.title_vignette {
  line-height: 21px;
}
.block_contenu_collaborateurs .right .photo_block_vignette {
  margin-bottom: 20px !important;
}
header.header nav.nav > ul li > ul.sub-menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background: black;
  transform: translate(-38%, 0px);
  margin-top: 9px;
  padding: 10px;
  border-radius: 20px;
}
header.header nav.nav > ul li > ul.sub-menu:after {
  content: '';
  position: absolute;
  left: calc(50% - 4px);
  top: -8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #000;
}
header.header nav.nav > ul li > ul.sub-menu li {
  padding-left: 19px;
  padding-right: 19px;
  text-align: left;
  display: block;
}
header.header nav.nav > ul li > ul.sub-menu a {
  /** Pas lu ....**/
  font-size: 16px !important;
  text-transform: capitalize;
  padding: 4px 0;
}
.page-template-template-rechercher header.header .nav > ul > li > ul.sub-menu {
  z-index: 99999999999999;
  margin-top: 6px;
}
header.header .nav > ul > li > ul.sub-menu:hover {
  display: block;
  pointer-events: all;
}
header.header .nav > ul > li:hover ul.sub-menu {
  display: block;
  pointer-events: all;
  opacity: 1;
}
header.header .nav > ul > li:hover ul.sub-menu a {
  color: white;
  font-size: 16px !important;
  text-transform: capitalize !important;
  padding: 4px 0 !important;
}
header.header .nav > ul > li:hover ul.sub-menu a:hover {
  color: #E30621;
}
header.header .nav > ul > li {
  height: 71Px;
}
#responsive-menu-container #responsive-menu > li.responsive-menu-item {
  width: 300px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}
#responsive-menu-container #responsive-menu {
  width: 300px;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
}
#responsive-menu-container ul#responsive-menu li {
  height: auto;
}
#responsive-menu-container ul#responsive-menu li * {
  outline: none;
}
#responsive-menu-container #responsive-menu li ul.responsive-menu-submenu li.responsive-menu-item a {
  background: white !important;
  color: black !important;
  text-align: left !important;
  width: 100%;
  border: none;
  height: auto;
  line-height: 1.1;
  padding: 0;
  padding-left: 20px;
}
* {
  outline: none;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item .responsive-menu-item-link:before {
  content: "• ";
}
.responsive-menu-subarrow {
  color: transparent !important;
  background-image: url(../img/svg/arrow-left.svg);
  background-size: 200% 200%;
  background-position: 45% 50%;
  transform: rotate(-90deg) scale(0.7);
}
.responsive-menu-subarrow-active {
  transform: rotate(-271deg) scale(0.7);
}
#lexique_search {
  width: 750px;
  max-width: 100%;
  margin: auto;
  border-radius: 20px;
  background-image: url(../img/svg/icon-loupe.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 15px 15px;
  padding-left: 10px;
  padding-top: 6Px;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 1024px) {
  #lexique_search {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  #lexique_search {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  #lexique_search {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  #lexique_search {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  #lexique_search {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  #lexique_search {
    max-width: calc(100% - 50px);
  }
}
.lexique_search_result {
  width: 750px;
  max-width: 100%;
  margin: auto;
  display: block;
}
@media (max-width: 1024px) {
  .lexique_search_result {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .lexique_search_result {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 600px) {
  .lexique_search_result {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .lexique_search_result {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 400px) {
  .lexique_search_result {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 350px) {
  .lexique_search_result {
    max-width: calc(100% - 50px);
  }
}
.lexique_search_result * {
  width: 100%;
  max-width: 100%;
}
.wpforms-field-select select {
  -webkit-appearance: none;
}
.category-implantations .categorie_wrapper {
  display: none;
}
.category-implantations #rechercher {
  margin-top: -10px;
}
.category-implantations #rechercher .right {
  background-color: #F7F7F7;
}
.category-implantations #rechercher .right #map {
  height: 100%;
}
.category-implantations #rechercher .right #map .offre_block .content {
  padding: 0 5px 15px 5px;
}
.category-implantations #rechercher .right #map .offre_block .attachment-photo-blog {
  max-width: 238px;
}
.category-implantations #rechercher .right #map .offre_block .lirelarticle {
  margin-top: 10px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .category-implantations #rechercher .right {
    top: 0 !important;
    height: 100vh !important;
  }
  .category-implantations #rechercher .right #map {
    margin-top: 0 !important;
    height: 100% !important;
  }
  .category-implantations #rechercher .right .post .content {
    display: none;
  }
}
.category-implantations #rechercher article a > img {
  height: 160px;
}
.category-implantations h1.h1_cat {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.category-implantations .afficher_carte_wrapper {
  padding-left: 10px;
}
.category-implantations .post .lirelarticle {
  margin-top: 10px;
  display: inline-block;
}
.category-implantations .post .attachment-photo-blog {
  border-radius: 10px 10px 0 0;
  background-color: #FFF;
}
.category-implantations .blog_wrapper article {
  border: none !important;
}
#map .gm-style .gm-style-iw-tc {
  display: none;
}
#map .gm-ui-hover-effect {
  right: 4px !important;
}
/* nouveaux composants */
.su-spoiler {
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 840px) {
  .su-spoiler {
    padding: 0 40px;
  }
}
.su-spoiler .su-spoiler-title {
  border-bottom: 1px #E30984 solid;
}
.su-spoiler .su-spoiler-title:focus {
  outline: none;
  background-color: #E30984;
  color: #FFF;
}
.timeline_wrapper {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
.timeline_wrapper .timeline_item {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  position: relative;
}
.timeline_wrapper .timeline_item:after {
  content: '';
  display: block;
  background-color: #E30984;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
}
.timeline_wrapper .timeline_item:last-child:after {
  background-color: #FFF;
}
.timeline_wrapper .timeline_item .timeline_content {
  width: 40%;
}
.timeline_wrapper .timeline_item .timeline_content h3 {
  margin-bottom: 10px;
}
.timeline_wrapper .timeline_item .timeline_content:first-child {
  text-align: right;
}
.timeline_wrapper .timeline_item .timeline_item_nb {
  align-self: flex-start;
  z-index: 9;
  background-color: #E30984;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  overflow: hidden;
  display: flex;
  font-family: Nexa-XBold;
  padding-top: 4px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  margin: 0 20px;
}
@media (max-width: 520px) {
  .timeline_wrapper .timeline_item {
    justify-content: flex-start;
  }
  .timeline_wrapper .timeline_item .timeline_item_nb {
    order: -1;
  }
  .timeline_wrapper .timeline_item .timeline_content {
    width: 70%;
  }
  .timeline_wrapper .timeline_item .timeline_content.empty {
    display: none;
  }
  .timeline_wrapper .timeline_item .timeline_content:first-child {
    text-align: left;
  }
  .timeline_wrapper .timeline_item:after {
    left: 40px;
  }
}
.su-image-carousel .su-image-carousel-item .su-image-carousel-item-content img {
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}
.archive.category-174 .header_cover {
  position: relative;
  z-index: 999;
}
