/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

body * {
  font-family: "Titillium Web";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body h1, body h2, body h3 {
  font-family: "Playfair Display"; }
  body h1 strong, body h1 span, body h2 strong, body h2 span, body h3 strong, body h3 span {
    font-family: "Playfair Display"; }

.visually-hidden {
  display: none; }

[v-cloak] {
  display: none; }

.playfair-display {
  font-family: "Playfair Display" !important;
  color: #bd004d; }

.container {
  width: 1170px;
  max-width: 90%;
  margin: 0px auto; }

@keyframes mymove {
  0% {
    margin-left: 14px; }
  50% {
    margin-left: 20px; }
  100% {
    margin-left: 14px; } }

.drop-enter-active, .drop-leave-active {
  transition: all 0.3s ease-in-out;
  overflow: hidden; }

.drop-enter, .drop-leave-to {
  max-height: 0;
  opacity: 0; }

.drop-leave, .drop-enter-to {
  max-height: 600px;
  opacity: 1; }

/* VUE JS TRANSITION ANIMATIONS */
.fade-enter-active,
.fade-leave-active {
  transition: opacity .3s; }

.fade-enter,
.fade-leave-active,
.fade-leave-to {
  opacity: 0; }

.jump-enter-active {
  animation: jump .2s; }

.jump-leave-active {
  animation: jump .2s reverse; }

@keyframes jump {
  0% {
    transform: translateY(10px); }
  50% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

.long-form-enter-active {
  transition: all .2s ease; }

.long-form-leave-active {
  transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1); }

.long-form-enter,
.long-form-leave-to {
  border-right: solid 1px #ddd !important;
  opacity: 0;
  transform: scaleX(0); }

.scale-up-enter-active {
  animation: scaleUp .2s; }

.scale-up-leave-active {
  animation: scaleUp .2s reverse; }

@keyframes scaleUp {
  0% {
    transform: scale3D(1, 1, 1); }
  50% {
    transform: scale3D(1.2, 1.2, 1.2); }
  100% {
    transform: scale3D(1, 1, 1); } }

.scale-down-enter-active {
  animation: scaleDown .2s; }

.scale-down-leave-active {
  animation: scaleDown .2s reverse; }

@keyframes scaleDown {
  0% {
    transform: scale3D(1.2, 1.2, 1.2); }
  50% {
    transform: scale3D(0.8, 0.8, 0.8); }
  100% {
    transform: scale3D(1, 1, 1); } }

.slide-left-enter-active {
  animation: slideLeft .2s; }

.slide-left-leave-active {
  animation: slideLeft .2s reverse; }

@keyframes slideLeft {
  0% {
    transform: translate3d(30px, 0, 0); }
  70% {
    transform: translate3d(-5px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

.slide-right-enter-active {
  animation: slideRight .2s; }

.slide-right-leave-active {
  animation: slideRight .2s reverse; }

.slideDown-enter-active {
  animation: slideInDown .3s; }

.slideDown-leave-active {
  animation: slideInDown .5s reverse; }

.fadeDown-enter-active {
  animation: fadeInDown 0.3s; }

.fadeDown-leave-active {
  animation: fadeInDown 0.3s reverse; }

@keyframes slideRight {
  0% {
    transform: translate3d(-30px, 0, 0); }
  70% {
    transform: translate3d(5px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@-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); } }

@-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); } }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-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); } }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-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); } }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-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); } }

@-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); } }

@-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); } }

.bounce-enter-active, .bounceIn,
.bounce-leave-active, .bounceOut {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.bounce-enter-active, .bounceIn {
  -webkit-animation-name: "bounceIn";
  animation-name: "bounceIn"; }

.bounce-leave-active, .bounceOut {
  -webkit-animation-name: "bounceOut";
  animation-name: "bounceOut"; }

.bounceDown-enter-active, .bounceInDown,
.bounceDown-leave-active, .bounceOutDown {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.bounceDown-enter-active, .bounceInDown {
  -webkit-animation-name: "bounceInDown";
  animation-name: "bounceInDown"; }

.bounceDown-leave-active, .bounceOutDown {
  -webkit-animation-name: "bounceOutDown";
  animation-name: "bounceOutDown"; }

.bounceLeft-enter-active, .bounceInLeft,
.bounceLeft-leave-active, .bounceOutLeft {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.bounceLeft-enter-active, .bounceInLeft {
  -webkit-animation-name: "bounceInLeft";
  animation-name: "bounceInLeft"; }

.bounceLeft-leave-active, .bounceOutLeft {
  -webkit-animation-name: "bounceOutLeft";
  animation-name: "bounceOutLeft"; }

.bounceRight-enter-active, .bounceInRight,
.bounceRight-leave-active, .bounceOutRight {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.bounceRight-enter-active, .bounceInRight {
  -webkit-animation-name: "bounceInRight";
  animation-name: "bounceInRight"; }

.bounceRight-leave-active, .bounceOutRight {
  -webkit-animation-name: "bounceOutRight";
  animation-name: "bounceOutRight"; }

.bounceUp-enter-active, .bounceInUp,
.bounceUp-leave-active, .bounceOutUp {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.bounceUp-enter-active, .bounceInUp {
  -webkit-animation-name: "bounceInUp";
  animation-name: "bounceInUp"; }

.bounceUp-leave-active, .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; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-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); } }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-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); } }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-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); } }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-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); } }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-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); } }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-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); } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-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); } }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fade-enter-active, .fadeIn,
.fade-leave-active, .fadeOut {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.fade-enter-active, .fadeIn {
  -webkit-animation-name: "fadeIn";
  animation-name: "fadeIn"; }

.fade-leave-active, .fadeOut {
  -webkit-animation-name: "fadeOut";
  animation-name: "fadeOut"; }

.fadeDown-enter-active, .fadeInDown,
.fadeDown-leave-active, .fadeOutDown {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.fadeDown-enter-active, .fadeInDown {
  -webkit-animation-name: "fadeInDown";
  animation-name: "fadeInDown"; }

.fadeDown-leave-active, .fadeOutDown {
  -webkit-animation-name: "fadeOutDown";
  animation-name: "fadeOutDown"; }

.fadeDownBig-enter-active, .fadeInDownBig,
.fadeDownBig-leave-active, .fadeOutDownBig {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.fadeDownBig-enter-active, .fadeInDownBig {
  -webkit-animation-name: "fadeInDownBig";
  animation-name: "fadeInDownBig"; }

.fadeDownBig-leave-active, .fadeOutDownBig {
  -webkit-animation-name: "fadeOutDownBig";
  animation-name: "fadeOutDownBig"; }

.fadeLeft-enter-active, .fadeInLeft,
.fadeLeft-leave-active, .fadeOutLeft {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.fadeLeft-enter-active, .fadeInLeft {
  -webkit-animation-name: "fadeInLeft";
  animation-name: "fadeInLeft"; }

.fadeLeft-leave-active, .fadeOutLeft {
  -webkit-animation-name: "fadeOutLeft";
  animation-name: "fadeOutLeft"; }

.fadeLeftBig-enter-active, .fadeInLeftBig,
.fadeLeftBig-leave-active, .fadeOutLeftBig {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.fadeLeftBig-enter-active, .fadeInLeftBig {
  -webkit-animation-name: "fadeInLeftBig";
  animation-name: "fadeInLeftBig"; }

.fadeLeftBig-leave-active, .fadeOutLeftBig {
  -webkit-animation-name: "fadeOutLeftBig";
  animation-name: "fadeOutLeftBig"; }

.fadeRight-enter-active, .fadeInRight,
.fadeRight-leave-active, .fadeOutRight {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.fadeRight-enter-active, .fadeInRight {
  -webkit-animation-name: "fadeInRight";
  animation-name: "fadeInRight"; }

.fadeRight-leave-active, .fadeOutRight {
  -webkit-animation-name: "fadeOutRight";
  animation-name: "fadeOutRight"; }

.fadeRightBig-enter-active, .fadeInRightBig,
.fadeRightBig-leave-active, .fadeOutRightBig {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.fadeRightBig-enter-active, .fadeInRightBig {
  -webkit-animation-name: "fadeInRightBig";
  animation-name: "fadeInRightBig"; }

.fadeRightBig-leave-active, .fadeOutRightBig {
  -webkit-animation-name: "fadeOutRightBig";
  animation-name: "fadeOutRightBig"; }

.fadeUp-enter-active, .fadeInUp,
.fadeUp-leave-active, .fadeOutUp {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.fadeUp-enter-active, .fadeInUp {
  -webkit-animation-name: "fadeInUp";
  animation-name: "fadeInUp"; }

.fadeUp-leave-active, .fadeOutUp {
  -webkit-animation-name: "fadeOutUp";
  animation-name: "fadeOutUp"; }

.fadeUpBig-enter-active, .fadeInUpBig,
.fadeUpBig-leave-active, .fadeOutUpBig {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.fadeUpBig-enter-active, .fadeInUpBig {
  -webkit-animation-name: "fadeInUpBig";
  animation-name: "fadeInUpBig"; }

.fadeUpBig-leave-active, .fadeOutUpBig {
  -webkit-animation-name: "fadeOutUpBig";
  animation-name: "fadeOutUpBig"; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-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; } }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-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; } }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-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; } }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-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; } }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-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; } }

.rotate-enter-active, .rotateIn,
.rotate-leave-active, .rotateOut {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.rotate-enter-active, .rotateIn {
  -webkit-animation-name: "rotateIn";
  animation-name: "rotateIn"; }

.rotate-leave-active, .rotateOut {
  -webkit-animation-name: "rotateOut";
  animation-name: "rotateOut"; }

.rotateDownLeft-enter-active, .rotateInDownLeft,
.rotateDownLeft-leave-active, .rotateOutDownLeft {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.rotateDownLeft-enter-active, .rotateInDownLeft {
  -webkit-animation-name: "rotateInDownLeft";
  animation-name: "rotateInDownLeft"; }

.rotateDownLeft-leave-active, .rotateOutDownLeft {
  -webkit-animation-name: "rotateOutDownLeft";
  animation-name: "rotateOutDownLeft"; }

.rotateDownRight-enter-active, .rotateInDownRight,
.rotateDownRight-leave-active, .rotateOutDownRight {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.rotateDownRight-enter-active, .rotateInDownRight {
  -webkit-animation-name: "rotateInDownRight";
  animation-name: "rotateInDownRight"; }

.rotateDownRight-leave-active, .rotateOutDownRight {
  -webkit-animation-name: "rotateOutDownRight";
  animation-name: "rotateOutDownRight"; }

.rotateUpLeft-enter-active, .rotateInUpLeft,
.rotateUpLeft-leave-active, .rotateOutUpLeft {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.rotateUpLeft-enter-active, .rotateInUpLeft {
  -webkit-animation-name: "rotateInUpLeft";
  animation-name: "rotateInUpLeft"; }

.rotateUpLeft-leave-active, .rotateOutUpLeft {
  -webkit-animation-name: "rotateOutUpLeft";
  animation-name: "rotateOutUpLeft"; }

.rotateUpRight-enter-active, .rotateInUpRight,
.rotateUpRight-leave-active, .rotateOutUpRight {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.rotateUpRight-enter-active, .rotateInUpRight {
  -webkit-animation-name: "rotateInUpRight";
  animation-name: "rotateInUpRight"; }

.rotateUpRight-leave-active, .rotateOutUpRight {
  -webkit-animation-name: "rotateOutUpRight";
  animation-name: "rotateOutUpRight"; }

@-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); } }

@-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); } }

@-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); } }

@-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); } }

@-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); } }

@-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); } }

@-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); } }

@-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); } }

.slide-enter-active, .slideIn,
.slide-leave-active, .slideOut {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slide-enter-active, .slideIn {
  -webkit-animation-name: "slideIn";
  animation-name: "slideIn"; }

.slide-leave-active, .slideOut {
  -webkit-animation-name: "slideOut";
  animation-name: "slideOut"; }

.slideDown-enter-active, .slideInDown,
.slideDown-leave-active, .slideOutDown {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slideDown-enter-active, .slideInDown {
  -webkit-animation-name: "slideInDown";
  animation-name: "slideInDown"; }

.slideDown-leave-active, .slideOutDown {
  -webkit-animation-name: "slideOutDown";
  animation-name: "slideOutDown"; }

.slideLeft-enter-active, .slideInLeft,
.slideLeft-leave-active, .slideOutLeft {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slideLeft-enter-active, .slideInLeft {
  -webkit-animation-name: "slideInLeft";
  animation-name: "slideInLeft"; }

.slideLeft-leave-active, .slideOutLeft {
  -webkit-animation-name: "slideOutLeft";
  animation-name: "slideOutLeft"; }

.slideRight-enter-active, .slideInRight,
.slideRight-leave-active, .slideOutRight {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slideRight-enter-active, .slideInRight {
  -webkit-animation-name: "slideInRight";
  animation-name: "slideInRight"; }

.slideRight-leave-active, .slideOutRight {
  -webkit-animation-name: "slideOutRight";
  animation-name: "slideOutRight"; }

.slideUp-enter-active, .slideInUp,
.slideUp-leave-active, .slideOutUp {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slideUp-enter-active, .slideInUp {
  -webkit-animation-name: "slideInUp";
  animation-name: "slideInUp"; }

.slideUp-leave-active, .slideOutUp {
  -webkit-animation-name: "slideOutUp";
  animation-name: "slideOutUp"; }

@-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; } }

@-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; } }

@-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); } }

@-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); } }

@-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); } }

@-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; } }

@-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); } }

@-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; } }

@-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); } }

@-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); } }

.zoom-enter-active, .zoomIn,
.zoom-leave-active, .zoomOut {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.zoom-enter-active, .zoomIn {
  -webkit-animation-name: "zoomIn";
  animation-name: "zoomIn"; }

.zoom-leave-active, .zoomOut {
  -webkit-animation-name: "zoomOut";
  animation-name: "zoomOut"; }

.zoomDown-enter-active, .zoomInDown,
.zoomDown-leave-active, .zoomOutDown {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.zoomDown-enter-active, .zoomInDown {
  -webkit-animation-name: "zoomInDown";
  animation-name: "zoomInDown"; }

.zoomDown-leave-active, .zoomOutDown {
  -webkit-animation-name: "zoomOutDown";
  animation-name: "zoomOutDown"; }

.zoomLeft-enter-active, .zoomInLeft,
.zoomLeft-leave-active, .zoomOutLeft {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.zoomLeft-enter-active, .zoomInLeft {
  -webkit-animation-name: "zoomInLeft";
  animation-name: "zoomInLeft"; }

.zoomLeft-leave-active, .zoomOutLeft {
  -webkit-animation-name: "zoomOutLeft";
  animation-name: "zoomOutLeft"; }

.zoomRight-enter-active, .zoomInRight,
.zoomRight-leave-active, .zoomOutRight {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.zoomRight-enter-active, .zoomInRight {
  -webkit-animation-name: "zoomInRight";
  animation-name: "zoomInRight"; }

.zoomRight-leave-active, .zoomOutRight {
  -webkit-animation-name: "zoomOutRight";
  animation-name: "zoomOutRight"; }

.zoomUp-enter-active, .zoomInUp,
.zoomUp-leave-active, .zoomOutUp {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.zoomUp-enter-active, .zoomInUp {
  -webkit-animation-name: "zoomInUp";
  animation-name: "zoomInUp"; }

.zoomUp-leave-active, .zoomOutUp {
  -webkit-animation-name: "zoomOutUp";
  animation-name: "zoomOutUp"; }
#wrapper_page {
  padding-top: 78px;
  padding-bottom: 150px; }
  @media (max-width: 1200px) {
    #wrapper_page {
      padding-top: 56px;
      padding-bottom: 60px; } }

#toolbar-administration, #toolbar-administration * {
  z-index: 9999; }

body.no_scroll {
  overflow: hidden; }

.toolbar-fixed header#header {
  top: 78px; }

header#header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all 0.4s ease-in;
  transform: translateY(0);
  z-index: 555;
  box-shadow: 0 2px 15px 0 #e2e2e2; }
  @media (max-width: 960px) {
    header#header {
      padding: 0; } }
  header#header #header_left {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding-left: 40px; }
  header#header #header_right {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding-right: 40px; }
    header#header #header_right .block-lang-dropdown {
      padding-right: 31px;
      background: url("/themes/custom/advency/img/icons/arrow_blue.png") right 8px center no-repeat;
      background-size: 14px auto; }
      header#header #header_right .block-lang-dropdown select {
        width: 45px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        margin: 0;
        padding: 0;
        border-right: 1px solid #979797;
        border-radius: 0;
        height: 24px;
        line-height: 24px;
        font-size: 16.5px;
        letter-spacing: 0.59px;
        padding-right: 20px;
        background: url("/themes/custom/advency/img/icons/select_arrow.png") right 8px center no-repeat;
        background-size: 9px auto;
        outline: none;
        cursor: pointer;
        text-transform: capitalize;
        color: #333648; }
    header#header #header_right ul li {
      display: inline-block;
      vertical-align: middle; }
      header#header #header_right ul li:not(:last-child) {
        margin-right: 15px; }
      header#header #header_right ul li a {
        display: block;
        font-size: 0;
        background-size: 100% 100%; }
        header#header #header_right ul li a#telegram {
          width: 19px;
          height: 19px;
          background-image: url("/themes/custom/advency/img/icons/icon_plane.png"); }
        header#header #header_right ul li a#mailto {
          width: 21px;
          height: 14px;
          background-image: url("/themes/custom/advency/img/icons/icon_mail.png"); }
        header#header #header_right ul li a#gettoken {
          font-size: 15px;
          line-height: 35px;
          height: 35px;
          letter-spacing: 0.6px;
          text-align: center;
          color: #5b5e6d;
          display: block;
          width: 110px;
          text-align: center;
          border: solid 1px #5b5e6d;
          transition: all 0.3s linear; }
          header#header #header_right ul li a#gettoken:hover {
            background: #5b5e6d;
            color: #fff; }
  header#header #block-menuprincipal {
    display: inline-block; }
    header#header #block-menuprincipal ul > li {
      float: left; }
      @media screen and (max-width: 1160px) {
        header#header #block-menuprincipal ul > li:first-child {
          display: none; } }
      header#header #block-menuprincipal ul > li a {
        font-size: 15px;
        letter-spacing: 0.7px;
        text-align: center;
        color: #333648; }
        @media screen and (max-width: 1240px) {
          header#header #block-menuprincipal ul > li a {
            font-size: 14px; } }
        @media screen and (max-width: 1040px) {
          header#header #block-menuprincipal ul > li a {
            font-size: 12px; } }
        header#header #block-menuprincipal ul > li a:hover {
          color: #5b5e6d; }
      header#header #block-menuprincipal ul > li:not(:last-child) {
        margin-right: 34px; }
        @media screen and (max-width: 1240px) {
          header#header #block-menuprincipal ul > li:not(:last-child) {
            margin-right: 15px; } }
        @media screen and (max-width: 1040px) {
          header#header #block-menuprincipal ul > li:not(:last-child) {
            margin-right: 10px; } }
  header#header #logo {
    display: block; }
    header#header #logo:after {
      content: "";
      display: table;
      clear: both; }
    header#header #logo img {
      float: left;
      width: 14px;
      height: 18px;
      margin-right: 9px; }
    header#header #logo p {
      font-size: 18px;
      line-height: 17px;
      letter-spacing: 0.4px;
      color: #333648;
      float: left;
      font-family: "Playfair Display"; }
      @media (max-width: 960px) {
        header#header #logo p {
          font-size: 16px;
          line-height: 17px;
          letter-spacing: 0.4px; } }
  @media (max-width: 960px) {
    header#header .hamburger-menu-wrapper {
      display: block;
      position: absolute;
      right: 23px;
      top: 21px; }
    header#header #mobile_menu {
      padding: 25px;
      display: none; }
    header#header #header_left {
      height: 56px;
      position: relative;
      padding-left: 24px; }
    header#header #header_right {
      position: relative;
      margin-top: 35px; }
    header#header #block-menuprincipal {
      display: block; }
      header#header #block-menuprincipal > ul > li {
        display: block;
        float: none; }
        header#header #block-menuprincipal > ul > li a {
          text-align: left;
          font-size: 20px;
          letter-spacing: 0.9px;
          display: block; }
        header#header #block-menuprincipal > ul > li:not(:last-child) {
          margin-bottom: 30px; } }

footer#footer {
  margin-top: 70px;
  padding-bottom: 50px; }
  footer#footer .container {
    padding-top: 65px;
    border-top: 1px solid #d6d6d6; }
    footer#footer .container:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 1300px) {
      footer#footer .container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; } }
    footer#footer .container #logo_footer {
      display: block; }
      footer#footer .container #logo_footer:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 1299px) {
        footer#footer .container #logo_footer {
          float: none;
          width: 122px;
          margin: 0px auto;
          margin-bottom: 40px; } }
      footer#footer .container #logo_footer img {
        float: left;
        width: 14px;
        height: 18px;
        margin-right: 9px; }
      footer#footer .container #logo_footer p {
        font-size: 18px;
        line-height: 17px;
        letter-spacing: 0.4px;
        color: #333648;
        float: left;
        font-family: "Playfair Display"; }
        @media (max-width: 960px) {
          footer#footer .container #logo_footer p {
            font-size: 16px;
            line-height: 17px;
            letter-spacing: 0.4px; } }
    footer#footer .container ul.menu {
      column-count: 3;
      max-width: 890px;
      column-gap: 10px;
      backface-visibility: hidden !important; }
      @media screen and (max-width: 1299px) {
        footer#footer .container ul.menu {
          float: none;
          max-width: 100%;
          float: none; } }
      @media screen and (max-width: 800px) {
        footer#footer .container ul.menu {
          column-count: 2; } }
      @media screen and (max-width: 485px) {
        footer#footer .container ul.menu {
          column-count: 1; } }
      footer#footer .container ul.menu > li {
        break-inside: avoid;
        position: relative;
        display: block; }
        footer#footer .container ul.menu > li:nth-child(1), footer#footer .container ul.menu > li:nth-child(2), footer#footer .container ul.menu > li:nth-child(3) {
          padding-right: 150px; }
          @media screen and (max-width: 1299px) {
            footer#footer .container ul.menu > li:nth-child(1), footer#footer .container ul.menu > li:nth-child(2), footer#footer .container ul.menu > li:nth-child(3) {
              padding-right: 0; } }
        footer#footer .container ul.menu > li a {
          white-space: nowrap;
          font-size: 15px;
          padding-bottom: 10px;
          letter-spacing: 0.7px;
          display: block;
          color: #333648; }
          @media screen and (max-width: 485px) {
            footer#footer .container ul.menu > li a {
              text-align: center; } }
          footer#footer .container ul.menu > li a:hover {
            text-decoration: underline; }

ul.dots {
  width: 6px; }
  ul.dots > li {
    border-radius: 50%;
    background: #333648;
    display: block;
    margin: 0px auto; }
  ul.dots.bottom li:nth-child(1) {
    width: 2px;
    height: 2px;
    margin-bottom: 18px; }
  ul.dots.bottom li:nth-child(2) {
    width: 3px;
    height: 3px;
    margin-bottom: 17px; }
  ul.dots.bottom li:nth-child(3) {
    width: 4px;
    height: 4px;
    margin-bottom: 16px; }
  ul.dots.bottom li:nth-child(4) {
    width: 5px;
    height: 5px;
    margin-bottom: 15px; }
  ul.dots.bottom li:nth-child(5) {
    width: 6px;
    height: 6px; }
  ul.dots.top li:nth-child(5) {
    width: 2px;
    height: 2px;
    margin-top: 18px; }
  ul.dots.top li:nth-child(4) {
    width: 3px;
    height: 3px;
    margin-top: 17px; }
  ul.dots.top li:nth-child(3) {
    width: 4px;
    height: 4px;
    margin-top: 16px; }
  ul.dots.top li:nth-child(2) {
    width: 5px;
    height: 5px;
    margin-top: 15px; }
  ul.dots.top li:nth-child(1) {
    width: 6px;
    height: 6px; }

.hamburger-menu-wrapper {
  position: relative;
  width: 20px;
  height: 13px;
  cursor: pointer;
  display: none; }
  .hamburger-menu-wrapper .hamburger-menu, .hamburger-menu-wrapper .hamburger-menu:after, .hamburger-menu-wrapper .hamburger-menu:before {
    width: 20px;
    height: 3px; }
  .hamburger-menu-wrapper .hamburger-menu {
    position: relative;
    transform: translateY(5px);
    transition: all 0ms 300ms; }
    .hamburger-menu-wrapper .hamburger-menu:before {
      background: #333648;
      content: "";
      position: absolute;
      left: 0;
      bottom: 5px;
      transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .hamburger-menu-wrapper .hamburger-menu:after {
      background: #333648;
      content: "";
      position: absolute;
      left: 0;
      top: 5px;
      transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .hamburger-menu-wrapper.animate .hamburger-menu {
    background: rgba(255, 255, 255, 0); }
    .hamburger-menu-wrapper.animate .hamburger-menu:after {
      top: 0;
      transform: rotate(45deg);
      transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .hamburger-menu-wrapper.animate .hamburger-menu:before {
      bottom: 0;
      transform: rotate(-45deg);
      transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .hamburger-menu-wrapper.white .hamburger-menu, .hamburger-menu-wrapper.white .hamburger-menu:after, .hamburger-menu-wrapper.white .hamburger-menu:before {
    background: #fff; }
  .hamburger-menu-wrapper.white.animate .hamburger-menu {
    background: transparent; }

#wrapper_page_home.splash_active #header {
  transform: translateY(-100%); }

#wrapper_page_home.splash_active #home_intro .container .content_text {
  transform: translateX(-100%);
  opacity: 0; }

#wrapper_page_home.splash_active #home_intro #splash_art {
  width: 100%;
  margin-right: 0;
  z-index: 999;
  right: 0; }

#wrapper_page_home #page_home {
  width: 100%;
  overflow: hidden;
  padding-top: 100vh; }
  @media (max-width: 1200px) {
    #wrapper_page_home #page_home {
      padding-top: 1450px; } }
  @media (max-width: 960px) {
    #wrapper_page_home #page_home {
      padding-top: 0px; } }
  #wrapper_page_home #page_home .container {
    position: relative; }
    #wrapper_page_home #page_home .container:after {
      content: "";
      display: table;
      clear: both; }
  #wrapper_page_home #page_home section {
    position: relative; }
    #wrapper_page_home #page_home section .box_shadow {
      box-shadow: 0 2px 20px 0 #e2e2e2;
      background-color: #ffffff; }

#wrapper_page_home .dots {
  transition: all 0.4s linear; }
  #wrapper_page_home .dots.top.no-active {
    opacity: 0;
    transform: translateY(90px); }
  #wrapper_page_home .dots.bottom.no-active {
    opacity: 0;
    transform: translateY(-90px); }
  #wrapper_page_home .dots.show {
    opacity: 1 !important;
    transform: translateY(0) !important; }

#wrapper_page_home .content_text, #wrapper_page_home figure {
  transition: all 0.4s linear; }

#wrapper_page_home .Masthead {
  overflow: inherit !important; }
  #wrapper_page_home .Masthead img {
    width: auto !important;
    height: auto !important; }

.home_section_nav {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 1300px) {
    .home_section_nav {
      display: none; } }
  .home_section_nav ul {
    display: block; }
    .home_section_nav ul li {
      position: relative;
      width: 30px;
      height: 3px;
      line-height: 30px;
      transition: all 0.4s; }
      .home_section_nav ul li span {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #333648;
        position: absolute;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 100px;
        height: 30px;
        padding-left: 10px;
        transform-origin: 0 0;
        max-width: 0px;
        overflow: hidden;
        white-space: nowrap;
        transition: all 0.4s; }
      .home_section_nav ul li:not(:last-child) {
        margin-bottom: 11px; }
      .home_section_nav ul li:after {
        content: "";
        border-radius: 1.5px;
        width: 3px;
        height: 3px;
        position: absolute;
        right: 0;
        bottom: 0;
        background: #c6c6c6;
        transition: all 0.4s; }
      .home_section_nav ul li.active span {
        max-width: 100px; }
      .home_section_nav ul li.active:after {
        background-color: #333648;
        width: 30px; }

#home_intro {
  position: absolute !important;
  top: 0;
  width: 100%;
  left: 0;
  height: 100vh; }
  @media (min-width: 1201px) {
    #home_intro {
      min-height: 600px; } }
  @media (max-width: 960px) {
    #home_intro {
      position: relative !important;
      padding-top: 100vh;
      height: auto;
      padding-bottom: 40px; } }
  @media (min-width: 1201px) {
    #home_intro .container {
      height: 100%;
      display: flex;
      align-items: center; } }
  @media (max-width: 1200px) {
    #home_intro .container {
      padding-top: 90px; } }
  #home_intro .container .inside {
    display: flex;
    align-items: center;
    height: 100%; }
  #home_intro .container .content_text {
    max-width: 570px;
    transition: all 0.4s ease-in;
    transform: translateX(0);
    opacity: 1; }
    @media (max-width: 1200px) {
      #home_intro .container .content_text {
        max-width: 100%; } }
    #home_intro .container .content_text h1 {
      font-size: 27px;
      line-height: 40px;
      letter-spacing: 0.6px;
      color: #333648;
      margin-bottom: 20px; }
      @media (max-width: 1200px) {
        #home_intro .container .content_text h1 {
          font-size: 18px;
          line-height: 27px;
          letter-spacing: 0.4px; } }
      #home_intro .container .content_text h1 strong {
        font-weight: bold; }
    #home_intro .container .content_text p {
      font-size: 19px;
      line-height: 35px;
      letter-spacing: 0.6px;
      color: #c6c6c6;
      font-family: "Playfair Display";
      margin-bottom: 15px;
      margin-bottom: 20px; }
      @media (max-width: 1200px) {
        #home_intro .container .content_text p {
          font-size: 18px;
          line-height: 27px;
          letter-spacing: 0.4px; } }
    #home_intro .container .content_text .link_container {
      margin-top: 30px; }
  #home_intro #splash_art {
    transition: all 0.4s ease-in;
    z-index: 444; }
    @media (min-width: 1201px) {
      #home_intro #splash_art {
        right: 50%;
        height: 100%;
        margin-right: -475px;
        width: 440px;
        top: 0;
        position: absolute; } }
    @media (max-width: 1200px) {
      #home_intro #splash_art {
        margin-top: 30px; } }
    @media (max-width: 960px) {
      #home_intro #splash_art {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; } }
    #home_intro #splash_art .inside {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
      #home_intro #splash_art .inside img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0px auto; }
        @media (max-width: 960px) {
          #home_intro #splash_art .inside img#gif {
            width: auto;
            max-height: 80vh; } }

#home_definition_1 .dots {
  margin: 0px auto;
  margin-bottom: 30px; }

@media (min-width: 1201px) {
  #home_definition_1 figure {
    float: left;
    width: 237px;
    height: 410px; }
    #home_definition_1 figure img {
      margin-top: 160px; } }

@media (max-width: 1200px) {
  #home_definition_1 figure {
    margin: 0px auto;
    margin-top: 27px; } }

@media (max-width: 1200px) {
  #home_definition_1 figure .Masthead {
    height: auto !important;
    min-height: 360px; } }

#home_definition_1 figure.no-active {
  opacity: 0; }

#home_definition_1 figure.show {
  opacity: 1; }

@media (min-width: 1201px) {
  #home_definition_1 .content_text {
    width: 670px;
    padding: 80px 100px 75px 100px;
    float: right; } }

@media (max-width: 1200px) {
  #home_definition_1 .content_text {
    padding: 50px 20px; } }

#home_definition_1 .content_text.no-active {
  opacity: 0;
  transform: translateY(90px); }

#home_definition_1 .content_text.show {
  opacity: 1;
  transform: translateY(0); }

#home_definition_2 {
  padding-top: 30px; }
  @media (min-width: 1201px) {
    #home_definition_2 .content_text {
      float: left;
      padding-top: 85px; } }
  @media (max-width: 1200px) {
    #home_definition_2 .content_text {
      margin-top: 35px; } }
  #home_definition_2 .content_text h2.no-active {
    opacity: 0;
    transform: translateX(-200px); }
    @media (max-width: 960px) {
      #home_definition_2 .content_text h2.no-active {
        transform: translateX(-50px); } }
  #home_definition_2 .content_text h2.show {
    opacity: 1;
    transform: translateX(0); }
  #home_definition_2 .content_text .link_container.no-active {
    opacity: 0;
    transform: translateX(-200px); }
    @media (max-width: 960px) {
      #home_definition_2 .content_text .link_container.no-active {
        transform: translateX(-50px); } }
  #home_definition_2 .content_text .link_container.show {
    opacity: 1;
    transform: translateX(0); }
  #home_definition_2 .content_text .text_stairs {
    margin-top: 37px; }
    #home_definition_2 .content_text .text_stairs > li {
      transition: all 0.6s ease-out; }
      #home_definition_2 .content_text .text_stairs > li.no-active {
        opacity: 0;
        transform: translateX(-200px); }
        @media (max-width: 960px) {
          #home_definition_2 .content_text .text_stairs > li.no-active {
            transform: translateX(-50px); } }
      #home_definition_2 .content_text .text_stairs > li.show {
        opacity: 1;
        transform: translateX(0); }
      #home_definition_2 .content_text .text_stairs > li:not(:last-child) {
        margin-bottom: 20px; }
      @media (min-width: 1201px) {
        #home_definition_2 .content_text .text_stairs > li {
          max-width: 270px; }
          #home_definition_2 .content_text .text_stairs > li:nth-child(1) {
            padding-left: 86px; }
          #home_definition_2 .content_text .text_stairs > li:nth-child(2) {
            padding-left: 186px; }
          #home_definition_2 .content_text .text_stairs > li:nth-child(3) {
            padding-left: 286px; } }
  @media (min-width: 1201px) {
    #home_definition_2 .content_text .dots {
      margin-left: 400px; } }
  @media (max-width: 1200px) {
    #home_definition_2 .content_text .dots {
      margin: 0px auto; } }
  #home_definition_2 .right figure.no-active {
    opacity: 0;
    transform: translateX(200px); }
    @media (max-width: 960px) {
      #home_definition_2 .right figure.no-active {
        transform: translateX(-50px); } }
  #home_definition_2 .right figure.show {
    opacity: 1;
    transform: translateX(0); }
  @media (min-width: 1201px) {
    #home_definition_2 .right {
      float: right; } }
  #home_definition_2 .right .dots {
    margin: 0px auto;
    margin-bottom: 25px; }

#home_valeurs {
  margin-top: 30px; }
  #home_valeurs .container {
    position: relative;
    padding-bottom: 85px;
    padding-top: 75px;
    transition: all 0.8s ease-out; }
    #home_valeurs .container.no-active {
      opacity: 0;
      transform: translateX(-500px); }
      @media (max-width: 960px) {
        #home_valeurs .container.no-active {
          transform: translateX(-50px); } }
    #home_valeurs .container.show {
      opacity: 1;
      transform: translateX(0); }
    @media (max-width: 1200px) {
      #home_valeurs .container {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #home_valeurs .container:before {
      content: "";
      position: absolute;
      box-shadow: 0 2px 20px 0 #e2e2e2;
      right: 0;
      top: 0;
      bottom: 0;
      left: -200%;
      pointer-events: none; }
  #home_valeurs .content_text {
    margin-bottom: 50px; }
  #home_valeurs .row:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1201px) {
    #home_valeurs .row figure {
      float: left;
      padding-top: 45px; } }
  @media (max-width: 1200px) {
    #home_valeurs .row figure {
      padding-top: 15px; } }
  @media (min-width: 1201px) {
    #home_valeurs .row .content_paragraphs {
      float: right;
      max-width: 370px;
      margin-right: 200px; } }
  #home_valeurs .row .content_paragraphs .item_valeur {
    transition: all 0.8s ease-out; }
    #home_valeurs .row .content_paragraphs .item_valeur.no-active {
      opacity: 0;
      transform: translateX(500px); }
      @media (max-width: 960px) {
        #home_valeurs .row .content_paragraphs .item_valeur.no-active {
          transform: translateX(50px); } }
    #home_valeurs .row .content_paragraphs .item_valeur.show {
      opacity: 1;
      transform: translateX(0); }
  #home_valeurs .row .content_paragraphs h4 {
    position: relative;
    font-size: 24px;
    letter-spacing: 0.6px;
    color: #333648;
    font-family: "Playfair Display";
    margin-bottom: 10px; }
    @media (max-width: 1200px) {
      #home_valeurs .row .content_paragraphs h4 {
        font-size: 16px;
        letter-spacing: 0.4px; } }
    @media (min-width: 1201px) {
      #home_valeurs .row .content_paragraphs h4:after {
        content: "";
        position: absolute;
        width: 70px;
        height: 5px;
        background: url("/themes/custom/advency/img/horizontal_dots.png");
        left: -100px;
        top: 10px; } }
  #home_valeurs .row .content_paragraphs p {
    font-size: 16.5px;
    line-height: 27px;
    letter-spacing: 0.6px;
    color: #5b5e6d;
    margin-bottom: 20px; }
    @media (max-width: 1200px) {
      #home_valeurs .row .content_paragraphs p {
        font-size: 13px;
        line-height: 22px;
        letter-spacing: 0.5px; } }

#home_lartiste {
  padding-top: 20px;
  padding-bottom: 20px; }
  #home_lartiste .left {
    float: left; }
    #home_lartiste .left .dots {
      margin: 0px auto; }
    #home_lartiste .left figure {
      margin-top: 30px;
      margin-bottom: 40px; }
      #home_lartiste .left figure.no-active {
        opacity: 0;
        transform: translateX(-200px); }
        @media (max-width: 960px) {
          #home_lartiste .left figure.no-active {
            transform: translateX(-50px); } }
      #home_lartiste .left figure.show {
        opacity: 1;
        transform: translateX(0); }
  #home_lartiste .content_text.no-active {
    opacity: 0;
    transform: translateX(200px); }
  #home_lartiste .content_text.show {
    opacity: 1;
    transform: translateX(0); }
  @media (min-width: 1201px) {
    #home_lartiste .content_text {
      float: left;
      max-width: 570px;
      margin-left: 130px;
      padding-top: 200px; } }
  @media (max-width: 1200px) {
    #home_lartiste .content_text {
      clear: both;
      padding-top: 30px; } }
  #home_lartiste .content_text .link_container {
    margin-top: 15px; }

#home_smart_contract {
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 1200px) {
    #home_smart_contract {
      margin-bottom: 280px; } }
  #home_smart_contract figure.no-active {
    opacity: 0; }
  #home_smart_contract figure.show {
    opacity: 1; }
  @media (min-width: 1201px) {
    #home_smart_contract figure {
      position: absolute;
      right: 30px;
      top: 0; } }
  @media (max-width: 1200px) {
    #home_smart_contract figure {
      margin-bottom: -280px;
      margin-top: 50px;
      z-index: 55;
      position: relative; } }
  @media (min-width: 1201px) {
    #home_smart_contract .content_text {
      max-width: 870px;
      padding-right: 200px;
      padding-top: 105px;
      padding-bottom: 105px;
      position: relative; } }
  @media (max-width: 1200px) {
    #home_smart_contract .content_text {
      padding: 55px 25px;
      padding-bottom: 40px; } }
  #home_smart_contract .content_text p {
    max-width: 670px; }
  #home_smart_contract .content_text:before {
    content: "";
    position: absolute;
    box-shadow: 0 2px 20px 0 #e2e2e2;
    right: 0;
    top: 0;
    bottom: 0;
    left: -200%;
    pointer-events: none; }
  #home_smart_contract .content_text.no-active {
    opacity: 0;
    transform: translateY(100px); }
  #home_smart_contract .content_text.show {
    opacity: 1;
    transform: translateY(0); }
  #home_smart_contract .content_text .text_container {
    transition: all 0.6s ease-out; }
    #home_smart_contract .content_text .text_container.no-active {
      opacity: 0;
      transform: translateY(100px); }
    #home_smart_contract .content_text .text_container.show {
      opacity: 1;
      transform: translateY(0); }

#home_avenir .dots {
  margin-left: 220px; }
  @media (max-width: 1200px) {
    #home_avenir .dots {
      margin: 0px auto !important; } }

#home_avenir .content_text {
  margin-top: 30px;
  margin-bottom: 30px; }
  #home_avenir .content_text.no-active {
    opacity: 0;
    transform: translateX(-400px); }
    @media (max-width: 960px) {
      #home_avenir .content_text.no-active {
        transform: translateX(-50px); } }
  #home_avenir .content_text.show {
    opacity: 1;
    transform: translateX(0); }
  @media (min-width: 1201px) {
    #home_avenir .content_text {
      max-width: 670px; } }

#home_white_paper {
  margin-top: 30px; }
  #home_white_paper .container {
    padding-top: 62px;
    padding-left: 74px;
    padding-bottom: 72px;
    position: relative;
    transition: all 0.6s ease-out; }
    #home_white_paper .container.no-active {
      opacity: 0;
      transform: translateY(100px); }
    #home_white_paper .container.show {
      opacity: 1;
      transform: translateY(0); }
    @media (max-width: 1200px) {
      #home_white_paper .container {
        padding: 60px 20px 70px 20px; } }
    #home_white_paper .container:before {
      content: "";
      position: absolute;
      box-shadow: 0 2px 20px 0 #e2e2e2;
      left: 0;
      top: 0;
      bottom: 0;
      right: -200%;
      pointer-events: none; }
    @media (min-width: 1201px) {
      #home_white_paper .container figure {
        display: inline-block;
        vertical-align: middle;
        margin-right: 100px; } }
    @media (max-width: 1200px) {
      #home_white_paper .container figure {
        margin-bottom: 25px; } }
    #home_white_paper .container .content_text.no-active {
      opacity: 0;
      transform: translateX(400px); }
      @media (max-width: 960px) {
        #home_white_paper .container .content_text.no-active {
          transform: translateX(50px); } }
    #home_white_paper .container .content_text.show {
      opacity: 1;
      transform: translateX(0); }
    @media (min-width: 1201px) {
      #home_white_paper .container .content_text {
        display: inline-block;
        vertical-align: middle;
        max-width: 670px; } }
    #home_white_paper .container .content_text h2 {
      font-size: 40px;
      line-height: 51px;
      letter-spacing: 0.9px;
      margin-bottom: 17px; }
      @media (max-width: 1200px) {
        #home_white_paper .container .content_text h2 {
          font-size: 20px;
          line-height: 30px;
          letter-spacing: 0.5px; } }

#home_team {
  padding-top: 80px; }
  #home_team .content_text {
    margin-bottom: 70px; }
    @media (min-width: 1201px) {
      #home_team .content_text {
        padding-top: 20px; } }
    #home_team .content_text.no-active {
      opacity: 0;
      transform: translateX(-400px); }
      @media (max-width: 960px) {
        #home_team .content_text.no-active {
          transform: translateX(-50px); } }
    #home_team .content_text.show {
      opacity: 1;
      transform: translateX(0); }
  #home_team .list_membres_home:after {
    content: "";
    display: table;
    clear: both; }
  #home_team .list_membres_home > li {
    margin-bottom: 40px; }
    @media (min-width: 1201px) {
      #home_team .list_membres_home > li {
        float: left;
        width: 25%; } }
    @media (max-width: 1200px) {
      #home_team .list_membres_home > li {
        float: left;
        width: 50%; } }
    @media (max-width: 960px) {
      #home_team .list_membres_home > li {
        width: 100%; } }

.global_page {
  padding-top: 120px;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .global_page {
      padding-top: 60px; } }
  .global_page h1 {
    font-size: 40px;
    line-height: 51px;
    letter-spacing: 0.7px;
    text-align: center;
    transition: all 0.3s linear;
    color: #333648;
    margin-bottom: 10px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 1200px) {
      .global_page h1 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.4px; } }
    .global_page h1 .grey {
      display: block;
      color: #c6c6c6; }
    .global_page h1.no-active {
      opacity: 0;
      transform: translateY(100px); }
    .global_page h1.show {
      opacity: 1;
      transform: translateY(0); }
  .global_page .dots {
    margin: 0px auto;
    margin-bottom: 20px;
    margin-top: 20px;
    transition: all 0.3s linear; }
    .global_page .dots.bottom.no-active {
      opacity: 0;
      transform: translateY(100px); }
    .global_page .dots.top.no-active {
      opacity: 0;
      transform: translateY(-100px); }
    .global_page .dots.show {
      opacity: 1 !important;
      transform: translateY(0) !important; }

.content_text h2 {
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  color: #333648;
  transition: all 0.4s linear; }
  .content_text h2 span.grey {
    color: #c6c6c6;
    display: block; }
  @media (max-width: 1200px) {
    .content_text h2 {
      font-size: 18px;
      line-height: 27px;
      letter-spacing: 0.4px; } }

.content_text h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.6px;
  color: #5b5e6d;
  font-family: "Titillium Web"; }
  @media (max-width: 1200px) {
    .content_text h3 {
      font-size: 13px;
      font-weight: 600;
      line-height: 22px;
      letter-spacing: 0.5px; } }

.content_text p {
  font-size: 16.5px;
  line-height: 26px;
  letter-spacing: 0.6px;
  color: #5b5e6d; }
  @media (max-width: 1200px) {
    .content_text p {
      font-size: 13px;
      line-height: 22px;
      letter-spacing: 0.5px; } }
  .content_text p strong {
    font-weight: 600; }
  .content_text p:not(:last-child) {
    margin-bottom: 20px; }

.content_text ol {
  margin-bottom: 20px;
  counter-reset: section; }
  .content_text ol > li {
    counter-increment: section;
    font-size: 16.5px;
    line-height: 26px;
    letter-spacing: 0.6px;
    color: #5b5e6d; }
    @media (max-width: 1200px) {
      .content_text ol > li {
        font-size: 13px;
        line-height: 22px;
        letter-spacing: 0.5px; } }
    .content_text ol > li:not(:last-child) {
      margin-bottom: 10px; }
    .content_text ol > li:before {
      content: counter(section) " - "; }

.content_text .link_container {
  transition: all 0.4s linear; }
  .content_text .link_container a {
    text-decoration: underline;
    font-size: 15px;
    letter-spacing: 0.7px;
    color: #333648; }
    @media (max-width: 1200px) {
      .content_text .link_container a {
        font-size: 12px; } }
    .content_text .link_container a:after {
      content: "";
      background: url("/themes/custom/advency/img/icons/fleche.png");
      width: 16px;
      height: 8px;
      background-size: cover;
      display: inline-block;
      vertical-align: middle;
      margin-left: 14px;
      transition: all 0.3s linear;
      position: relative; }
    .content_text .link_container a:before {
      display: inline-block;
      vertical-align: middle;
      content: "";
      width: 12px;
      height: 12px;
      background-color: #5777c6;
      margin-right: 16px;
      border-radius: 50%; }
    .content_text .link_container a:hover:after {
      animation: mymove 0.8s infinite; }

@media (max-width: 1200px) {
  figure img {
    margin: 0px auto;
    max-width: 100%;
    height: auto; } }

figure figcaption {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #5b5e6d;
  display: block; }
  figure figcaption.top {
    margin-bottom: 15px; }
  figure figcaption.bottom {
    margin-top: 15px; }

figure img {
  display: block; }

#page_team .list_membres_container {
  max-width: 930px;
  margin: 0px auto; }

#page_team ul.list_membres {
  margin: 0px -15px; }
  #page_team ul.list_membres:after {
    content: "";
    display: table;
    clear: both; }
  #page_team ul.list_membres > li {
    height: 424px;
    box-sizing: border-box; }
    #page_team ul.list_membres > li:not(:first-child) {
      float: left;
      width: 25%;
      padding: 0px 15px; }
      @media (max-width: 1200px) {
        #page_team ul.list_membres > li:not(:first-child) {
          width: 50%; } }
      @media (max-width: 960px) {
        #page_team ul.list_membres > li:not(:first-child) {
          width: 100%; } }

#team_detail {
  overflow: hidden;
  transition: all 0.3s linear;
  margin-bottom: 0px;
  max-height: 0; }
  #team_detail.active {
    max-height: 600px;
    margin-bottom: 90px;
    padding-bottom: 15px; }

.view-content > .membre_detail {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0; }
  .view-content > .membre_detail.show {
    position: relative;
    opacity: 1; }

.membre_detail {
  transition: all 0.5s linear; }
  .membre_detail > .container {
    position: relative;
    padding-top: 90px;
    padding-bottom: 60px; }
    @media (max-width: 1200px) {
      .membre_detail > .container {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .membre_detail > .container:before {
      content: "";
      pointer-events: none;
      position: absolute;
      box-shadow: 0 2px 20px 0 #e2e2e2;
      top: 0;
      right: 120px;
      bottom: 0;
      left: -200%; }
      @media (max-width: 1200px) {
        .membre_detail > .container:before {
          right: 0; } }
    .membre_detail > .container article {
      max-width: 970px; }
      @media (max-width: 960px) {
        .membre_detail > .container article {
          padding-left: 15px;
          padding-right: 15px; } }
      .membre_detail > .container article .top {
        position: relative;
        height: 170px;
        padding-left: 270px; }
        @media (max-width: 1200px) {
          .membre_detail > .container article .top {
            padding-left: 0;
            height: auto; } }
        .membre_detail > .container article .top figure {
          position: absolute;
          top: 0;
          left: 0; }
          .membre_detail > .container article .top figure img {
            border-radius: 50%; }
          @media (max-width: 1200px) {
            .membre_detail > .container article .top figure {
              display: none; } }
        .membre_detail > .container article .top .right {
          text-align: center;
          height: 170px;
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          @media (max-width: 1200px) {
            .membre_detail > .container article .top .right {
              height: auto; } }
          .membre_detail > .container article .top .right .inside {
            text-align: left; }
            @media (max-width: 1200px) {
              .membre_detail > .container article .top .right .inside {
                width: 100%; } }
            .membre_detail > .container article .top .right .inside h2 {
              font-size: 30px;
              line-height: 42px;
              letter-spacing: 0.5px;
              color: #333648;
              margin-bottom: 10px; }
              @media (max-width: 1200px) {
                .membre_detail > .container article .top .right .inside h2 {
                  font-size: 22px;
                  line-height: 27px;
                  letter-spacing: 0.4px; } }
            .membre_detail > .container article .top .right .inside .fonction p {
              font-size: 16.5px;
              line-height: 26px;
              letter-spacing: 0.6px;
              color: #5b5e6d; }
              @media (max-width: 1200px) {
                .membre_detail > .container article .top .right .inside .fonction p {
                  font-size: 13px;
                  line-height: 22px;
                  letter-spacing: 0.5px; } }
            .membre_detail > .container article .top .right .inside ul.rs {
              margin-top: 15px; }
              .membre_detail > .container article .top .right .inside ul.rs > li {
                display: inline-block;
                vertical-align: middle; }
                .membre_detail > .container article .top .right .inside ul.rs > li:not(:last-child) {
                  margin-right: 20px; }
                .membre_detail > .container article .top .right .inside ul.rs > li a {
                  display: block;
                  background-size: 100% 100%;
                  font-size: 0; }
                .membre_detail > .container article .top .right .inside ul.rs > li.twitter a {
                  width: 19px;
                  height: 15px;
                  background-image: url("/themes/custom/advency/img/icons/icon_twitter.png"); }
                .membre_detail > .container article .top .right .inside ul.rs > li.linkedin a {
                  width: 17px;
                  height: 17px;
                  background-image: url("/themes/custom/advency/img/icons/icon_linkedin.png"); }
      .membre_detail > .container article .text {
        margin-top: 60px; }
        @media (max-width: 960px) {
          .membre_detail > .container article .text {
            margin-top: 30px; } }
        .membre_detail > .container article .text p {
          font-size: 16.5px;
          line-height: 26px;
          letter-spacing: 0.6px;
          color: #5b5e6d; }
          @media (max-width: 1200px) {
            .membre_detail > .container article .text p {
              font-size: 13px;
              line-height: 22px;
              letter-spacing: 0.5px; } }

#page_artiste .artiste_section_container section {
  transition: all 0.4s linear; }
  #page_artiste .artiste_section_container section.no-active {
    opacity: 0;
    transform: translateY(400px); }
  #page_artiste .artiste_section_container section.show {
    opacity: 1;
    transform: translateY(0); }
  @media (max-width: 1200px) {
    #page_artiste .artiste_section_container section .container {
      display: block !important; }
      #page_artiste .artiste_section_container section .container .content_text {
        max-width: 100% !important; } }
  @media (max-width: 960px) {
    #page_artiste .artiste_section_container section .container {
      padding: 0px 24px;
      width: 100% !important;
      max-width: 100%;
      box-sizing: border-box; } }
  #page_artiste .artiste_section_container section.block_texte_image_gauche_sans_legende .container {
    max-width: 970px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 1200px) {
      #page_artiste .artiste_section_container section.block_texte_image_gauche_sans_legende .container figure {
        margin-bottom: 60px; }
        #page_artiste .artiste_section_container section.block_texte_image_gauche_sans_legende .container figure img {
          margin: 0; } }
  #page_artiste .artiste_section_container section.block_texte_image_gauche_sans_legende .content_text {
    max-width: 570px; }
  #page_artiste .artiste_section_container section.block_texte_image_droite_avec_legende {
    padding-top: 60px; }
    #page_artiste .artiste_section_container section.block_texte_image_droite_avec_legende .container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #page_artiste .artiste_section_container section.block_texte_image_droite_avec_legende .container .content_text {
        max-width: 470px; }
      #page_artiste .artiste_section_container section.block_texte_image_droite_avec_legende .container .figure_container {
        max-width: 560px; }
        #page_artiste .artiste_section_container section.block_texte_image_droite_avec_legende .container .figure_container figure {
          float: left; }
          @media (max-width: 1200px) {
            #page_artiste .artiste_section_container section.block_texte_image_droite_avec_legende .container .figure_container figure {
              float: none; } }
  #page_artiste .artiste_section_container section.block_texte_image_gauche_avec_legende {
    padding-top: 110px; }
    @media (max-width: 1200px) {
      #page_artiste .artiste_section_container section.block_texte_image_gauche_avec_legende {
        padding-top: 60px; } }
    #page_artiste .artiste_section_container section.block_texte_image_gauche_avec_legende .container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #page_artiste .artiste_section_container section.block_texte_image_gauche_avec_legende .container .content_text {
        max-width: 470px; }
        @media (max-width: 1200px) {
          #page_artiste .artiste_section_container section.block_texte_image_gauche_avec_legende .container .content_text {
            margin-top: 45px; } }
  #page_artiste .artiste_section_container section.block_video_legende {
    padding-top: 100px; }
    @media (max-width: 1200px) {
      #page_artiste .artiste_section_container section.block_video_legende {
        padding-top: 50px; } }
    #page_artiste .artiste_section_container section.block_video_legende figure {
      max-width: 960px; }
      #page_artiste .artiste_section_container section.block_video_legende figure .video-embed-field-launch-modal {
        float: right;
        margin-bottom: 15px;
        position: relative;
        cursor: pointer; }
        #page_artiste .artiste_section_container section.block_video_legende figure .video-embed-field-launch-modal:after {
          content: "";
          display: table;
          clear: both; }
        @media (max-width: 1200px) {
          #page_artiste .artiste_section_container section.block_video_legende figure .video-embed-field-launch-modal {
            float: none; } }
        #page_artiste .artiste_section_container section.block_video_legende figure .video-embed-field-launch-modal:after {
          content: "";
          position: absolute;
          top: 50%;
          margin-top: -60px;
          left: 50%;
          margin-left: -60px;
          width: 120px;
          height: 120px;
          background-color: rgba(255, 255, 255, 0.5);
          border-radius: 50%;
          z-index: 44; }
        #page_artiste .artiste_section_container section.block_video_legende figure .video-embed-field-launch-modal:before {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 25px 0 25px 50px;
          border-color: transparent transparent transparent #ffffff;
          z-index: 55;
          top: 50%;
          left: 50%;
          margin-left: -20px;
          margin-top: -25px; }
      #page_artiste .artiste_section_container section.block_video_legende figure figcaption {
        text-align: right; }
  #page_artiste .artiste_section_container section.block_deux_images_legende {
    padding-top: 90px; }
    @media (max-width: 1200px) {
      #page_artiste .artiste_section_container section.block_deux_images_legende {
        padding-top: 60px; } }
    #page_artiste .artiste_section_container section.block_deux_images_legende .container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 1200px) {
        #page_artiste .artiste_section_container section.block_deux_images_legende .container figure:first-child {
          margin-bottom: 50px; } }
  #page_artiste .artiste_section_container section.block_texte_image_lien {
    padding-top: 100px; }
    @media (max-width: 1200px) {
      #page_artiste .artiste_section_container section.block_texte_image_lien {
        padding-top: 50px; } }
    #page_artiste .artiste_section_container section.block_texte_image_lien .container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #page_artiste .artiste_section_container section.block_texte_image_lien .container .content_text {
        max-width: 670px; }
        @media (max-width: 1200px) {
          #page_artiste .artiste_section_container section.block_texte_image_lien .container .content_text {
            margin-top: 40px; } }

#page_white_paper .white_paper_text {
  max-width: 570px;
  margin: 0px auto;
  margin-top: 80px;
  margin-bottom: 80px; }
  @media (max-width: 960px) {
    #page_white_paper .white_paper_text {
      padding: 0px 24px;
      width: 100% !important;
      max-width: 100%;
      box-sizing: border-box;
      margin-top: 40px;
      margin-bottom: 40px; } }
  #page_white_paper .white_paper_text h3 {
    font-size: 24px;
    color: #333648;
    font-family: "Playfair Display";
    font-weight: normal;
    margin-bottom: 20px; }
  #page_white_paper .white_paper_text > section {
    transition: all 0.6s ease-out; }
    #page_white_paper .white_paper_text > section:not(:last-child) {
      margin-bottom: 70px; }
    #page_white_paper .white_paper_text > section.no-active {
      opacity: 0;
      transform: translateY(200px); }
      @media (max-width: 960px) {
        #page_white_paper .white_paper_text > section.no-active {
          transform: translateY(50px); } }
    #page_white_paper .white_paper_text > section.show {
      opacity: 1;
      transform: translateY(0); }

#page_white_paper .button_pdf {
  text-align: center;
  transition: all 0.6s ease-out; }
  #page_white_paper .button_pdf.no-active {
    opacity: 0;
    transform: translateY(50px); }
  #page_white_paper .button_pdf.show {
    opacity: 1;
    transform: translateY(0); }
  #page_white_paper .button_pdf a {
    display: inline-block;
    height: 50px;
    border: solid 0.4px #5b5e6d;
    padding-left: 25px;
    padding-right: 55px;
    font-size: 16.5px;
    line-height: 50px;
    letter-spacing: 0.6px;
    color: #5b5e6d;
    position: relative; }
    #page_white_paper .button_pdf a:after {
      content: "";
      position: absolute;
      right: 27px;
      top: 14px;
      width: 18px;
      height: 22px;
      background: url("/themes/custom/advency/img/icons/icon_pdf.png");
      background-size: 100% 100%; }

#page_manifeste {
  padding-top: 130px;
  padding-bottom: 130px; }
  @media (max-width: 1200px) {
    #page_manifeste {
      padding-bottom: 0;
      padding-top: 30px;
      padding-bottom: 60px; } }
  #page_manifeste #manifeste {
    width: 630px;
    height: 903px;
    box-shadow: 0 2px 20px 0 #e2e2e2;
    background-color: #ffffff;
    margin: 0px auto;
    transition: all 0.6s ease-out; }
    @media (max-width: 960px) {
      #page_manifeste #manifeste {
        width: 90%;
        height: initial;
        padding-top: 20px;
        padding-bottom: 20px; } }
    #page_manifeste #manifeste.no-active {
      opacity: 0;
      transform: translateY(400px); }
    #page_manifeste #manifeste.show {
      opacity: 1;
      transform: translateY(0); }
    #page_manifeste #manifeste section {
      height: 903px;
      box-sizing: border-box; }
      @media (max-width: 960px) {
        #page_manifeste #manifeste section {
          height: 100%; } }
      #page_manifeste #manifeste section#cover {
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 960px) {
          #page_manifeste #manifeste section#cover {
            padding-top: 30px;
            padding-bottom: 30px; } }
        #page_manifeste #manifeste section#cover .inside {
          text-align: center; }
          #page_manifeste #manifeste section#cover .inside h1 {
            font-size: 40px;
            letter-spacing: 2px;
            text-align: center;
            color: #e65176;
            margin-bottom: 70px; }
            #page_manifeste #manifeste section#cover .inside h1 .petittexte {
              display: block;
              font-size: 20px;
              margin-top: 11px; }
          #page_manifeste #manifeste section#cover .inside h2 {
            font-size: 16px;
            line-height: 16px;
            letter-spacing: 2px;
            text-align: center;
            color: #5b5e6d; }
          #page_manifeste #manifeste section#cover .inside figure {
            margin-top: 40px;
            margin-bottom: 40px; }
            #page_manifeste #manifeste section#cover .inside figure img {
              display: block;
              margin: 0px auto; }
      #page_manifeste #manifeste section.page {
        padding-top: 130px;
        padding-bottom: 130px;
        position: relative; }
        @media (max-width: 1200px) {
          #page_manifeste #manifeste section.page {
            padding: 40px;
            padding-bottom: 60px; } }
        #page_manifeste #manifeste section.page .pager {
          position: absolute;
          bottom: 30px;
          font-size: 16px;
          line-height: 26px;
          letter-spacing: 0.6px;
          text-align: center;
          color: #5b5e6d;
          left: 0;
          width: 100%; }
          @media (max-width: 1200px) {
            #page_manifeste #manifeste section.page .pager {
              bottom: 15px; } }
        #page_manifeste #manifeste section.page .text {
          max-width: 435px;
          margin: 0px auto; }
          #page_manifeste #manifeste section.page .text p {
            font-size: 16.5px;
            line-height: 26px;
            letter-spacing: 0.6px;
            color: #5b5e6d; }
            #page_manifeste #manifeste section.page .text p:not(:last-child) {
              margin-bottom: 20px; }
  #page_manifeste .manifest_bottom {
    width: 630px;
    margin: 0px auto;
    margin-top: 40px;
    transition: all 0.5s ease-out; }
    @media (max-width: 960px) {
      #page_manifeste .manifest_bottom {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 15px 0px;
        margin-top: 0;
        background: #fff;
        z-index: 555;
        box-shadow: 0 2px 20px 0 #e2e2e2; } }
    #page_manifeste .manifest_bottom.no-active {
      opacity: 0;
      transform: translateY(400px); }
    #page_manifeste .manifest_bottom.show {
      opacity: 1;
      transform: translateY(0); }
    #page_manifeste .manifest_bottom .button_buy_container {
      margin-top: 40px;
      text-align: center; }
      @media (max-width: 960px) {
        #page_manifeste .manifest_bottom .button_buy_container {
          margin: 0; } }
      #page_manifeste .manifest_bottom .button_buy_container a {
        display: inline-block;
        height: 50px;
        border: solid 1px #5b5e6d;
        font-size: 16.5px;
        line-height: 50px;
        letter-spacing: 0.6px;
        text-align: center;
        color: #5b5e6d;
        width: 222px; }
    #page_manifeste .manifest_bottom .change_page:after {
      content: "";
      display: table;
      clear: both; }
    #page_manifeste .manifest_bottom .change_page button {
      text-decoration: underline;
      font-size: 15px;
      letter-spacing: 0.7px;
      color: #333648;
      outline: none;
      border: none;
      background: none;
      outline: none;
      padding: 0;
      cursor: pointer; }
      @media (max-width: 1200px) {
        #page_manifeste .manifest_bottom .change_page button {
          position: absolute;
          top: 16px;
          width: 50px;
          height: 50px;
          font-size: 0;
          display: flex;
          align-content: center;
          justify-content: center; }
          #page_manifeste .manifest_bottom .change_page button:before {
            display: none; }
          #page_manifeste .manifest_bottom .change_page button:after {
            width: 19px;
            height: 35px;
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAjCAMAAABB9MFTAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAilBMVEVbXmz///9bXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmxbXmz///8K8c4rAAAALHRSTlMAAGy0ZMxWzVhTWllRy1JXwxR5nzL33i067RA17znsE+4SOxHw5DEJDzN/1npWEO4AAAABYktHRAH/Ai3eAAAACXBIWXMAAAsSAAALEgHS3X78AAAAtklEQVQoz2XR2RaCMAwE0EEF3FdUQFwo7ub/v8+CsnTSx3vSNJOi14dzPM/DQHxlCCRUhqFT+TOMupV/w7hTWRsmLTaGaYOttdgxez1UZnGmDPMKXbPDh8psTF8ZFhIqK7Mrs9mXKzasZcMUbXd7oliSlPodJEvpjaOczjRLLJecZo4kySmbkaSgHRi5FrQrI7eCdnqX7EG7t72e9EdGsppqe1VDOFZmhGtlRrgW2Iwge39ykH0BbWsNNQETXwgAAAAASUVORK5CYII=");
            content: "";
            display: block; } }
      @media (max-width: 1200px) {
        #page_manifeste .manifest_bottom .change_page button.prev {
          left: 15px;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); } }
      @media (min-width: 1201px) {
        #page_manifeste .manifest_bottom .change_page button.prev {
          float: left; }
          #page_manifeste .manifest_bottom .change_page button.prev:before {
            content: "";
            background: url("/themes/custom/advency/img/icons/fleche.png");
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            width: 16px;
            height: 8px;
            background-size: cover;
            display: inline-block;
            vertical-align: middle;
            margin-right: 14px;
            transition: all 0.4s ease;
            position: relative; } }
      @media (max-width: 1200px) {
        #page_manifeste .manifest_bottom .change_page button.next {
          right: 15px; } }
      @media (min-width: 1201px) {
        #page_manifeste .manifest_bottom .change_page button.next {
          float: right; }
          #page_manifeste .manifest_bottom .change_page button.next:after {
            content: "";
            background: url("/themes/custom/advency/img/icons/fleche.png");
            width: 16px;
            height: 8px;
            background-size: cover;
            display: inline-block;
            vertical-align: middle;
            margin-left: 14px;
            transition: all 0.4s ease;
            position: relative; } }

.lexique_paragraphe_list {
  margin: 0px -15px;
  margin-top: 70px;
  box-sizing: border-box; }
  .lexique_paragraphe_list:after {
    content: "";
    display: table;
    clear: both; }
  .lexique_paragraphe_list .lexique_element {
    margin-bottom: 50px;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out; }
    @media (max-width: 960px) {
      .lexique_paragraphe_list .lexique_element {
        width: 100%; } }
    .lexique_paragraphe_list .lexique_element.no-active {
      opacity: 0;
      transform: translateY(400px); }
    .lexique_paragraphe_list .lexique_element.show {
      opacity: 1;
      transform: translateY(0); }
    .lexique_paragraphe_list .lexique_element h3 {
      font-size: 30px;
      font-weight: normal;
      line-height: 1.4;
      letter-spacing: 0.7px;
      color: #333648;
      margin-bottom: 20px; }
      @media (max-width: 1200px) {
        .lexique_paragraphe_list .lexique_element h3 {
          font-size: 18px; } }
    .lexique_paragraphe_list .lexique_element p {
      font-size: 16.5px;
      font-weight: normal;
      line-height: 1.58;
      letter-spacing: 0.6px;
      color: #5b5e6d; }

@keyframes appear {
  from {
    opacity: 0;
    transform: translateY(400px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.contactpresse_paragraphe_list {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 50px; }
  @media (max-width: 1200px) {
    .contactpresse_paragraphe_list {
      display: block; } }
  .contactpresse_paragraphe_list .contact_presse_element {
    max-width: 33.333%;
    transition: all 0.4s linear; }
    .contactpresse_paragraphe_list .contact_presse_element.no-active {
      opacity: 0;
      transform: translateY(400px); }
    .contactpresse_paragraphe_list .contact_presse_element.show {
      opacity: 1;
      transform: translateY(0); }
    @media (max-width: 1200px) {
      .contactpresse_paragraphe_list .contact_presse_element {
        width: 100%; }
        .contactpresse_paragraphe_list .contact_presse_element:not(:last-child) {
          margin-bottom: 40px; } }
    .contactpresse_paragraphe_list .contact_presse_element h3 {
      font-size: 30px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.4;
      letter-spacing: 0.5px;
      color: #333648; }
    .contactpresse_paragraphe_list .contact_presse_element p {
      font-size: 16.5px;
      line-height: 1.58;
      letter-spacing: 0.6px;
      color: #5b5e6d; }
    .contactpresse_paragraphe_list .contact_presse_element .poste_contact {
      margin-bottom: 30px; }
    .contactpresse_paragraphe_list .contact_presse_element .bouton_mail {
      display: inline-block;
      height: 50px;
      line-height: 50px;
      border: solid 1px #5b5e6d;
      padding-left: 40px;
      padding-right: 40px;
      font-size: 16.5px;
      letter-spacing: 0.6px;
      text-align: center;
      color: #5b5e6d;
      transition: all 0.3s linear;
      margin-top: 30px; }
      .contactpresse_paragraphe_list .contact_presse_element .bouton_mail:hover {
        background: #5b5e6d;
        color: #fff; }

.teaser_team {
  max-width: 210px;
  margin: 0px auto;
  transition: all 0.2s ease-in; }
  .teaser_team.no-active {
    opacity: 0;
    transform: translateY(400px); }
  .teaser_team.show {
    opacity: 1;
    transform: translateY(0); }
  .teaser_team .detail {
    padding-top: 10px; }
    .teaser_team .detail h3 {
      font-size: 18px;
      line-height: 22px;
      letter-spacing: 0.3px;
      color: #333648;
      margin-bottom: 10px; }
    .teaser_team .detail .fonction {
      height: 105px; }
      .teaser_team .detail .fonction p {
        font-size: 16.5px;
        line-height: 26px;
        letter-spacing: 0.6px;
        color: #5b5e6d; }
        .teaser_team .detail .fonction p strong {
          font-weight: 600; }

li:nth-child(4n + 1) .teaser_membre_home {
  transition: all 0.2s ease-in; }

li:nth-child(4n + 2) .teaser_membre_home {
  transition: all 0.3s ease-in; }

li:nth-child(4n + 3) .teaser_membre_home {
  transition: all 0.4s ease-in; }

li:nth-child(4n + 4) .teaser_membre_home {
  transition: all 0.5s ease-in; }

.teaser_membre_home {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer; }
  .teaser_membre_home.no-active {
    opacity: 0;
    transform: translateY(200px); }
    @media (max-width: 960px) {
      .teaser_membre_home.no-active {
        transform: translateY(50px); } }
  .teaser_membre_home.show {
    opacity: 1;
    transform: translateY(0); }
  .teaser_membre_home:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .teaser_membre_home figure {
    width: 173px;
    height: 173px;
    overflow: hidden;
    margin: 0px auto;
    border-radius: 50%;
    margin-bottom: 25px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0); }
    .teaser_membre_home figure img {
      display: block;
      width: 100%;
      height: auto;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      transition: all 0.6s linear; }
  .teaser_membre_home .detail h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.22;
    letter-spacing: 0.3px;
    text-align: center;
    color: #333648; }
  .teaser_membre_home .detail .fonction {
    font-size: 16.5px;
    font-weight: normal;
    line-height: 1.58;
    letter-spacing: 0.6px;
    text-align: center;
    color: #5b5e6d;
    height: 52px;
    max-width: 275px;
    margin: 0px auto; }
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }
