@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "GothamLight";
  src: url("../fonts/gothamlight-webfont.eot");
  src: url("../fonts/gothamlight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamlight-webfont.woff2") format("woff2"), url("../fonts/gothamlight-webfont.woff") format("woff"), url("../fonts/gothamlight-webfont.ttf") format("truetype"), url("../fonts/gothamlight-webfont.svg#gothamlightregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamBold";
  src: url("../fonts/gothambold-webfont.eot");
  src: url("../fonts/gothambold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gothambold-webfont.woff2") format("woff2"), url("../fonts/gothambold-webfont.woff") format("woff"), url("../fonts/gothambold-webfont.ttf") format("truetype"), url("../fonts/gothambold-webfont.svg#gothamboldregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamMedium";
  src: url("../fonts/gothammedium-webfont.eot");
  src: url("../fonts/gothammedium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gothammedium-webfont.woff2") format("woff2"), url("../fonts/gothammedium-webfont.woff") format("woff"), url("../fonts/gothammedium-webfont.ttf") format("truetype"), url("../fonts/gothammedium-webfont.svg#gothammediumregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamBook";
  src: url("../fonts/gothambook-webfont.eot");
  src: url("../fonts/gothambook-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gothambook-webfont.woff2") format("woff2"), url("../fonts/gothambook-webfont.woff") format("woff"), url("../fonts/gothambook-webfont.ttf") format("truetype"), url("../fonts/gothambook-webfont.svg#gothambookregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.gotham-light {
  font-family: "GothamLight", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gotham-book, .list--shorts > li, .form small, .form textarea, .form select, .form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=password], .btn--full, .block .meta, .post-navigation .nav-subtitle, .header__menu-mobile .wpml-ls-legacy-list-horizontal, body {
  font-family: "GothamBook", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gotham-bold, .error404 .site-content .rte, .category .select,
.page-template-template-catalogue .select, .rte p strong, .tag, .t2, .h5, .h4, .rte h2, .h3, .h2, .h1, .search-none > p, .list--shorts > li span, .form-delete-account a, .form input[type=submit],
.form .ask-pro-btn, .search-form input, .search-form label, .btn--border, .box--person, .post-navigation .nav-title, .menu-social-complet-container .menu > li a, .header__menu-mobile .menu-menu-mobile-container {
  font-family: "GothamBold", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gotham-medium, .t1, .list--cat > li, .slide__content .t1, .post-navigation:before, .footer .menu, .footer .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a, .header__search, .header__right .menu, .header__menu-mobile .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a, .header__menu-mobile .menu-header-mobile-2-container, .header__menu {
  font-family: "GothamMedium", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* -------------------
--  GENERAL STYLES  --
------------------- */
video {
  outline: none;
}

h1, h2, h3, h4, h5, ul, li, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
a:focus {
  outline: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

.hidden {
  visibility: hidden;
  display: none !important;
}

.visuallyhidden, .post-navigation .screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

::selection {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

html,
body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

html.is-menu-open, html.is-search-open {
  overflow: hidden;
}
html.is-menu-open.with-scroll, html.is-search-open.with-scroll {
  overflow: auto;
}
html.player-open {
  overflow: hidden;
}
html.player-open .header {
  width: 0;
}
html.player-open .header__logo {
  position: fixed;
  left: 5vw;
  top: 30px;
}
html.player-open .header__right {
  display: none;
}
html.player-open main {
  touch-action: none;
  pointer-events: none;
}

body {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 26px;
}
body.no-scroll, body.is-menu-open {
  overflow: hidden;
}
body.is-black {
  background-color: #000;
  color: #fff;
}

.mt-only,
.mtp-only,
.m-only {
  display: none !important;
}

.wrap {
  position: relative;
  max-width: 90vw;
  width: 90vw;
  margin: 0 auto;
}
.wrap__title {
  max-width: 75vw;
  margin: 0 auto 100px;
}
.wrap__title .h4, .wrap__title .rte h2, .rte .wrap__title h2 {
  margin-bottom: 39px;
  display: block;
}
.wrap__title--lineup {
  margin-left: 0;
  max-width: none;
}
.wrap__content {
  max-width: 30vw;
  margin: 0 auto 120px;
}
.wrap--follow {
  text-align: center;
  margin-top: 140px;
}
.wrap--follow .h1 {
  max-width: 60vw;
  margin: 0 auto;
}

.single {
  position: relative;
}
.single .border {
  position: relative;
}
.single .border .h5.smaller {
  border-bottom: 1px solid #d9d9d9;
  padding: 24px 80px;
}
.single .border .btn--border {
  position: absolute;
  right: 80px;
  top: 0;
}
.single .box--share {
  position: absolute;
  right: 80px;
  top: 25px;
}
.single .carrousel {
  margin-bottom: 60px;
}
.single .carrousel__pager {
  left: 0;
  right: 0;
  bottom: 20px;
}
.single__extra {
  background-color: #000;
  color: #fff;
  padding-top: 40px;
}
.single__header {
  position: relative;
  width: calc(65vw + 80px);
  height: calc(0.57 * (65vw + 80px));
  margin-bottom: 90px;
  margin-left: -80px;
}
.single__header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.single__header--is-active:after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .single__header--is-active .single__title {
    display: none;
  }
}
.single__header .single__visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.single__video {
  position: relative;
  padding-bottom: 57%;
  cursor: pointer;
  background-color: #000;
}
.single__video__visual {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.single__video__visual .pic {
  width: 100%;
  height: 100%;
}
.single__video__visual:before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 20px;
  margin-top: -10px;
  margin-left: -7px;
  background: url("../images/i-play-white.svg") no-repeat center center;
  background-size: cover;
}
.single__video__visual:after {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  width: 160px;
  height: 160px;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -80px;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.single__video__embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.01);
}
.single__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.no-touch .single__video:hover .single__video__visual:after {
  background-color: rgba(0, 0, 0, 0.7);
}
.single__video.is-active .single__video__visual {
  opacity: 0;
  visibility: hidden;
}
.single__title {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 3;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.single__content {
  position: relative;
  overflow: hidden;
}
.single__col {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 65%;
  background-color: #fff;
  color: #000;
}
.single__col .rte {
  margin-top: 70px;
  margin-left: 80px;
  margin-bottom: 90px;
  width: calc(100% - 160px);
  max-width: 660px;
}
.single__col .list--info {
  margin: 0 80px 100px;
  width: calc(100% - 160px);
}
.single__col .list--details {
  margin-left: 80px;
  margin-bottom: 140px;
  max-width: 660px;
}
.single__col .col {
  width: 22.5vw;
  float: left;
  padding: 90px 0 190px;
}
.single__col .col:first-child {
  margin-left: 7.5vw;
}
.single__aside {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  padding: 90px calc(5vw + 80px) 0 calc(5vw + 3px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.single__aside .btn--border {
  margin-top: 40px;
}

.home {
  min-height: 60vh;
}

.search-results .site-content {
  min-height: calc(100vh - 330px);
}
.search-results .header__search-block {
  position: absolute;
}

.btn--border--visit-black {
  border-color: #000 !important;
  color: #000 !important;
}
.btn--border--visit-black:before {
  background: url("../images/i-visit.svg") no-repeat center center;
  background-size: cover;
}
.btn--border--visit-black:after {
  background: url("../images/i-visit.svg") no-repeat center center;
  background-size: cover;
}

.header {
  height: 112px;
  padding: 30px 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header.is-fixed {
  background-color: #fff;
}
.is-menu-open .header {
  position: initial;
}
.header__logo {
  position: relative;
  z-index: 7;
  max-width: 120px;
  transition: opacity 0.25s ease-out;
}
.header__logo:hover {
  opacity: 0.7;
}
.header__logo .pic {
  width: 100%;
  max-height: 52px;
}
.header__menu {
  margin-right: 20px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 22px;
  position: relative;
  z-index: 8;
  white-space: pre;
  /*html.is-menu-open & {
  	color:$color-white !important;

  	&:before {
  		width:9px;
  		background:url('../images/i-cross-white.svg') no-repeat center center;
  		background-size:cover;
  	}
  }*/
}
.header__menu span {
  display: inline-block;
}
.header__menu:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 11px;
  height: 9px;
  margin-top: -4px;
  background: url("../images/i-burger.svg") no-repeat center center;
  background-size: cover;
}
body.is-black .header__menu:before {
  background: url("../images/i-burger-white.svg") no-repeat center center;
  background-size: cover;
}
html.is-search-open .header__menu {
  visibility: hidden;
}
.header__menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 5vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.is-menu-open .header__menu-mobile {
  visibility: visible;
  opacity: 1;
}
.header__menu-mobile hr {
  height: 1px;
  width: 100%;
  margin-top: 50px;
  background-color: #262626;
}
.header__menu-mobile .menu-menu-mobile-container {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
.header__menu-mobile .menu-menu-mobile-container li {
  margin-bottom: 16px;
}
.header__menu-mobile .menu-menu-mobile-container li a {
  opacity: 1;
  -webkit-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.no-touch .header__menu-mobile .menu-menu-mobile-container li a:hover, .no-touch .header__menu-mobile .menu-menu-mobile-container li a:active {
  opacity: 0.7;
}
.header__menu-mobile .menu-header-mobile-2-container {
  font-size: 13px;
  line-height: 18px;
  margin-top: 50px;
}
.header__menu-mobile .menu-header-mobile-2-container li {
  margin-top: 30px;
}
.header__menu-mobile .menu-header-mobile-2-container li a {
  opacity: 1;
  -webkit-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.no-touch .header__menu-mobile .menu-header-mobile-2-container li a:hover, .no-touch .header__menu-mobile .menu-header-mobile-2-container li a:active {
  opacity: 0.7;
}
.header__menu-mobile .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: 0;
  margin-top: 24px;
  font-size: 13px;
  line-height: 18px;
}
.header__menu-mobile .wpml-ls-legacy-list-horizontal a {
  position: relative;
  padding-left: 10px;
  display: block;
  line-height: 18px;
  color: #4d4d4d;
  -webkit-transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header__menu-mobile .wpml-ls-legacy-list-horizontal a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #4d4d4d;
  top: 50%;
  margin-top: -8px;
  left: 0;
}
.no-touch .header__menu-mobile .wpml-ls-legacy-list-horizontal a:hover, .no-touch .header__menu-mobile .wpml-ls-legacy-list-horizontal a:active {
  color: #fff;
}
.header__menu-mobile .wpml-ls-legacy-list-horizontal li:first-child a {
  padding-left: 0;
}
.header__menu-mobile .wpml-ls-legacy-list-horizontal li:first-child a:before {
  display: none;
}
.header__menu-mobile .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
  color: #fff;
}
.header__menu-mobile .menu-social-container {
  margin-top: 24px;
}
.header__menu-mobile .menu-social-container .menu > li {
  margin-left: auto;
  margin-right: 20px;
}
.header__menu-mobile .menu-social-container .menu > li:last-child {
  margin-right: 0;
}
.header__menu-mobile .menu-social-container .menu > li a .i {
  opacity: 1;
}
.no-touch .header__menu-mobile .menu-social-container .menu > li a:hover .i, .no-touch .header__menu-mobile .menu-social-container .menu > li a:active .i {
  opacity: 0.7;
}
.header__menu-mobile hr {
  margin-left: -5vw;
  width: 100vw;
}
.header__menu-mobile__wrapper {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.header__menu-mobile__close {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto 40px;
}
.header__menu-mobile__close:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/i-close-white.svg") no-repeat center center;
  background-size: cover;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.no-touch .header__menu-mobile__close:hover:before, .no-touch .header__menu-mobile__close:active:before {
  transform: rotate(90deg);
}
.header__right {
  position: absolute;
  right: 0;
  top: 13px;
}
.header__right .menu > li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 36px;
}
.header__right .menu > li:first-child {
  margin-left: 0;
}
.header__right .menu > li a {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: #000;
}
.no-touch .header__right .menu > li a:hover:after, .no-touch .header__right .menu > li a:active:after {
  width: 100%;
}
.header__right .menu > li a:after {
  position: absolute;
  left: 0;
  bottom: -4px;
  background-color: #999999;
  width: 0;
  content: "";
  height: 1px;
  -webkit-transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
body.is-black .header__right .menu > li a {
  color: #fff;
}
.header__right .menu > li.current_page_item a:after {
  width: 100%;
  background-color: #000;
}
body.is-black .header__right .menu > li.current_page_item a:after {
  background-color: #fff;
}
.header__search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 9;
  width: 16px;
  height: 16px;
  padding: 5px;
  font-size: 14px;
  line-height: 16px;
}
.header__search:before {
  position: absolute;
  left: 5px;
  top: 50%;
  content: "";
  width: 16px;
  height: 16px;
  margin-top: -8px;
  cursor: pointer;
  background: url("../images/i-search.svg") no-repeat center center;
  background-size: cover;
}
.header__search span {
  display: inline-block;
}
body.is-black .header__search:before {
  background: url("../images/i-search-white.svg") no-repeat center center;
  background-size: cover;
}
html.is-menu-open .header__search {
  visibility: hidden;
}
html.is-search-open .header__search {
  position: absolute;
  right: 0;
  width: auto;
  color: #000;
}
html.is-search-open .header__search:before {
  width: 9px;
  height: 9px;
  margin-top: -4px;
  background: url("../images/i-cross.svg") no-repeat center center;
  background-size: cover;
}
.header__search--desktop {
  display: inline-block;
  vertical-align: middle;
  margin-left: 36px;
}
.header__search-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  color: #000;
  z-index: 6;
  padding-top: 112px;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.is-search-open .header__search-block {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.footer {
  position: relative;
  padding: 30px 60px;
  z-index: 5;
  background-color: #fff;
  color: #999999;
  font-size: 13px;
  line-height: 18px;
  border-top: 1px solid #d9d9d9;
}
.footer__left p,
.footer__left .menu-pages-container {
  display: inline-block;
  vertical-align: middle;
}
.footer__right {
  position: absolute;
  top: 30px;
  right: 60px;
}
.footer__right .wpml-ls-statics-shortcode_actions,
.footer__right .menu-social-container {
  display: inline-block;
  vertical-align: middle;
}
.footer .wpml-ls-legacy-list-horizontal {
  padding: 0;
  margin-left: 60px;
  margin-top: -3px;
  border: 0;
}
.footer .wpml-ls-legacy-list-horizontal a {
  position: relative;
  padding-left: 10px;
  display: block;
  line-height: 18px;
  color: #999999;
  -webkit-transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.footer .wpml-ls-legacy-list-horizontal a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #999999;
  top: 50%;
  margin-top: -8px;
  left: 0;
}
.no-touch .footer .wpml-ls-legacy-list-horizontal a:hover, .no-touch .footer .wpml-ls-legacy-list-horizontal a:active {
  color: #000;
}
.footer .wpml-ls-legacy-list-horizontal li:first-child a:before {
  display: none;
}
.footer .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
  color: #000;
}
.footer .menu > li {
  display: block;
  margin-left: 20px;
}
.footer .menu > li a {
  display: inline-block;
  position: relative;
  font-size: 13px;
  line-height: 18px;
  color: #999999;
}
.no-touch .footer .menu > li a:hover:after, .no-touch .footer .menu > li a:active:after {
  width: 100%;
}
.footer .menu > li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #999999;
  width: 0;
  content: "";
  height: 1px;
  -webkit-transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.footer .menu > li.current_page_item a:after, .footer .menu > li.current-menu-item a:after {
  width: 100%;
  background-color: #999999;
}

.nav--primary > li {
  display: block;
  margin-left: 0px;
}
.nav--primary > li a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0 25px;
  position: relative;
  -webkit-transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-social-container .menu > li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.menu-social-container .menu > li a:after {
  display: none;
}
.menu-social-container .menu > li a .i {
  opacity: 0.3;
  -webkit-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-social-container .menu > li a .i--twitter {
  margin-top: 1px;
}
.no-touch .menu-social-container .menu > li a:hover .i, .no-touch .menu-social-container .menu > li a:active .i {
  opacity: 1;
}

.menu-social-complet-container {
  text-align: center;
  margin-top: 40px;
}
.menu-social-complet-container .menu > li {
  margin: 0 25px;
  display: inline-block;
  vertical-align: middle;
}
.menu-social-complet-container .menu > li a {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
}
.no-touch .menu-social-complet-container .menu > li a:hover:after, .no-touch .menu-social-complet-container .menu > li a:active:after {
  width: 100%;
}
.menu-social-complet-container .menu > li a:after {
  position: absolute;
  left: 0;
  bottom: 4px;
  background-color: #000;
  width: 0;
  content: "";
  height: 1px;
  -webkit-transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.post-navigation {
  padding-bottom: 80px;
  border-top: 1px solid #d9d9d9;
  background-color: #fff;
  color: #000;
  position: relative;
  overflow: hidden;
}
.post-navigation:before {
  content: "C";
  color: #e7e7e7;
  font-size: 400px;
  position: absolute;
  pointer-events: none;
  left: -90px;
  top: 86px;
  z-index: 0;
}
.post-navigation .h2 {
  margin-top: 80px;
  margin-left: 5vw;
  position: relative;
  z-index: 2;
}
.post-navigation .nav-subtitle {
  display: inline-block;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
.post-navigation .nav-title {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  text-transform: uppercase;
}
.post-navigation__nav__visual {
  margin-bottom: 20px;
  position: relative;
}
.post-navigation__nav__visual:before {
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.post-navigation .nav-links {
  float: right;
  margin-top: -48px;
  margin-right: 80px;
  overflow: hidden;
}
.post-navigation .nav-links > div {
  display: inline-block;
  vertical-align: middle;
  width: 284px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-navigation .nav-links > div > a {
  display: block;
  position: relative;
  cursor: w-resize;
  -webkit-transition: color 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.no-touch .post-navigation .nav-links > div > a:hover .post-navigation__nav__visual:before, .no-touch .post-navigation .nav-links > div > a:active .post-navigation__nav__visual:before {
  opacity: 0.3;
}
.post-navigation .nav-links > div.nav-next {
  margin-left: 30px;
}
.post-navigation .nav-links > div.nav-next > a {
  cursor: e-resize;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  background-color: #000;
  -webkit-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1), visibility 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1), visibility 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1), visibility 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
html.is-search-open #overlay, #overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

#cookie {
  background-color: #000;
  width: 100%;
  position: fixed;
  z-index: 13;
  color: #fff;
  bottom: 0;
  left: 0;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  padding-top: 20px;
  height: 60px;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1), transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1), transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1), transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.is-cookie-visible #cookie {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menu-pages-header-container,
.menu-pages-header-en-container,
.menu-pages-header-en-2-container,
.menu-pages-header-en-3-container {
  display: inline-block;
}

.home.page-template {
  height: 100vh;
}

@media screen and (min-width: 851px) {
  .home .header__logo {
    position: fixed;
    left: 54px;
  }
}

.page-template-template-apropos .h1.about-logo-h1 {
  line-height: initial;
}

.page-template-template-apropos .about-logo {
  width: 100%;
  height: 100%;
  transform: translate3d(0px, 0px, 0px);
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(100vw, 0);
    -ms-transform: translate(100vw, 0);
    transform: translate(100vw, 0);
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translate(100vw, 0);
    -ms-transform: translate(100vw, 0);
    transform: translate(100vw, 0);
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate(100vw, 0);
    -ms-transform: translate(100vw, 0);
    transform: translate(100vw, 0);
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.block {
  -webkit-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.block .meta {
  font-size: 12px;
}
.block__img {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 57%;
  overflow: hidden;
  background-color: #e7e7e7;
}
.block__img > a {
  display: block;
}
.block__img > a:before {
  content: "";
  background-color: #000;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.no-touch .block__img > a:hover:before, .no-touch .block__img > a:active:before {
  opacity: 0.2;
}
.no-touch .block__img > a:hover .pic, .no-touch .block__img > a:active .pic {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.block__img .tag {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 16px;
  left: 16px;
}
.block__img .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  min-height: 200px;
}
.no-touch .block__img .pic {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
}
.block__content {
  padding-left: 130px;
  padding-right: 100px;
  position: relative;
}
.block__content .h3 + time.meta {
  margin-top: 18px;
}
.block__content .h3 a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.no-touch .block__content .h3 a:hover, .no-touch .block__content .h3 a:active {
  opacity: 0.7;
}
.block__content .menu-social-container {
  position: absolute;
  left: 0;
  top: 0;
}
.block__content .menu-social-container .menu > li {
  margin-right: 15px;
}
.block__content .menu-social-container .i--facebook {
  width: 8px;
  height: 14px;
}
.block__content .menu-social-container .i--twitter {
  width: 14px;
  height: 12px;
}
.block__content .menu-social-container .i--linkedin {
  width: 14px;
  height: 13px;
}
.category .block__content, .page-template-template-catalogue .block__content {
  padding-left: 0;
}
.block--inline > a {
  display: block;
  -webkit-transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.no-touch .block--inline > a:hover, .no-touch .block--inline > a:active {
  background-color: rgba(255, 255, 255, 0.1);
}
.block--inline .block__img {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 15.5%;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.05);
  width: calc((100% - 12 *7.5vw) * 0.5 + 3 *7.5vw);
}
.block--inline .block__content {
  display: inline-block;
  vertical-align: middle;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
  max-width: calc((100% - 12 *7.5vw) * 0.5 + 9 *7.5vw);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block--inline .list--meta {
  line-height: 18px;
}

.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box--share .h3 {
  margin-bottom: 6px;
}
.box--info .list--cat {
  margin-top: 40px;
}
.box--video {
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
}
.box--video .list--meta {
  margin-top: 40px;
}
.box--folder {
  margin-top: 52px;
}
.box--folder a {
  padding-bottom: 1px;
  border-bottom: 1px solid silver;
  -webkit-transition: border-bottom-color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: border-bottom-color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: border-bottom-color 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.no-touch .box--folder a:hover, .no-touch .box--folder a:active {
  border-bottom-color: #000;
}
.box--person {
  background-color: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 210px;
  display: block;
  font-size: 11px;
  line-height: 20px;
}
.box--person p {
  padding: 14px;
}
.box--person p > a {
  position: relative;
  display: inline-block;
}
.box--person p > a:after {
  width: 0;
  content: "";
  background-color: #fff;
  height: 1px;
  left: 0;
  bottom: 1px;
  position: absolute;
  -webkit-transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.no-touch .box--person p > a:hover:after, .no-touch .box--person p > a:active:after {
  width: 100%;
}

.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.btn--close {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 32px;
  height: 32px;
  border: 0;
  background: none;
}
.btn--close:before, .btn--close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 24px;
  margin-top: -10px;
  width: 2px;
  background-color: #fff;
}
.btn--close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn--close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn--full {
  background-color: #000;
  color: #fff;
  padding: 11px 28px 13px;
  font-size: 13px;
  border-radius: 20px;
  border: 1px solid #000;
}
.no-touch .btn--full:hover, .no-touch .btn--full:active {
  background-color: #333333;
  border-color: #333333;
}
.btn--full--white {
  background-color: #fff;
  color: #000;
  border-color: #c2c2c2;
}
.no-touch .btn--full--white:hover, .no-touch .btn--full--white:active {
  background-color: #c2c2c2;
  border-color: #c2c2c2;
}
.btn--border {
  position: relative;
  background-color: transparent;
  color: #000;
  padding: 14px 20px 14px 44px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 30px;
  text-transform: uppercase;
  border: 1px solid #000;
}
.btn--border:before, .btn--border:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  pointer-events: none;
  -webkit-transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.btn--border:before {
  opacity: 0;
}
.no-touch .btn--border:hover, .no-touch .btn--border:active {
  background-color: #000;
  color: #fff;
}
.no-touch .btn--border:hover:before, .no-touch .btn--border:active:before {
  opacity: 1;
}
.no-touch .btn--border:hover:after, .no-touch .btn--border:active:after {
  opacity: 0;
}
.btn--border--dl:before {
  background: url("../images/i-download-white.svg") no-repeat center center;
  background-size: cover;
}
.btn--border--dl:after {
  background: url("../images/i-download.svg") no-repeat center center;
  background-size: cover;
}
.btn--border--close:before {
  background: url("../images/i-close-white.svg") no-repeat center center;
  background-size: cover;
}
.btn--border--close:after {
  background: url("../images/i-close.svg") no-repeat center center;
  background-size: cover;
}
.btn--border--play:before, .btn--border--play:after {
  width: 10px;
  height: 12px;
  margin-top: -6px;
}
.btn--border--play:before {
  background: url("../images/i-play-white.svg") no-repeat center center;
  background-size: cover;
}
.btn--border--play:after {
  background: url("../images/i-play.svg") no-repeat center center;
  background-size: cover;
}
.btn--border--lock:before, .btn--border--lock:after {
  width: 10px;
  height: 12px;
  margin-top: -6px;
}
.btn--border--lock:before {
  background: url("../images/i-lock-white.svg") no-repeat center center;
  background-size: cover;
}
.btn--border--lock:after {
  background: url("../images/i-lock.svg") no-repeat center center;
  background-size: cover;
}
.btn--border--visit:before, .btn--border--visit:after {
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
.btn--border--visit:before {
  background: url("../images/i-visit-white.svg") no-repeat center center;
  background-size: cover;
}
.btn--border--visit:after {
  background: url("../images/i-visit.svg") no-repeat center center;
  background-size: cover;
}
body.is-black .btn--border {
  border-color: #fff;
  color: #fff;
}
body.is-black .btn--border:before {
  opacity: 1;
}
body.is-black .btn--border:after {
  opacity: 0;
}
body.is-black.no-touch .btn--border:hover, body.is-black.no-touch .btn--border:active {
  background-color: #fff;
  color: #000;
}
body.is-black.no-touch .btn--border:hover:before, body.is-black.no-touch .btn--border:active:before {
  opacity: 0;
}
body.is-black.no-touch .btn--border:hover:after, body.is-black.no-touch .btn--border:active:after {
  opacity: 1;
}

.carrousel {
  position: relative;
}
.carrousel--home {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  overflow: hidden;
}
.carrousel--home .carrousel__content > li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.carrousel--home .carrousel__content > li .slide__content {
  opacity: 0;
  visibility: hidden;
}
.carrousel--home .carrousel__content > li .slide__visual {
  height: 0;
  top: auto;
  bottom: 112px;
}
.carrousel--home .carrousel__content > li .slide__zoom1 {
  height: 0;
  top: 0;
  bottom: 112px;
}
.carrousel--home .carrousel__content > li .slide__zoom2 {
  height: 0;
  top: 112px;
  bottom: 0;
}
.carrousel--home .carrousel__content > li.is-prev {
  z-index: 2;
}
.carrousel--home .carrousel__content > li.is-prev .slide__content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.carrousel--home .carrousel__content > li.is-prev .slide__visual {
  height: calc(100% - 2 *112px);
}
.carrousel--home .carrousel__content > li.is-prev .slide__zoom1 {
  height: calc(100% - 112px);
}
.carrousel--home .carrousel__content > li.is-prev .slide__zoom1 > span {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 12000ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 12000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 12000ms cubic-bezier(0.23, 1, 0.32, 1);
}
.carrousel--home .carrousel__content > li.is-prev .slide__zoom2 {
  height: calc(100% - 112px);
}
.carrousel--home .carrousel__content > li.is-prev .slide__zoom2 > span {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 12000ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 12000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 12000ms cubic-bezier(0.23, 1, 0.32, 1);
}
.carrousel--home .carrousel__content > li.is-active {
  z-index: 3;
}
.carrousel--home .carrousel__content > li.is-active .slide__content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1) 300ms;
  -moz-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1) 300ms;
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1) 300ms;
}
.carrousel--home .carrousel__content > li.is-active .slide__visual {
  height: calc(100% - 2 *112px);
  -webkit-transition: height 800ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: height 800ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: height 800ms cubic-bezier(0.23, 1, 0.32, 1);
}
.carrousel--home .carrousel__content > li.is-active .slide__zoom1 {
  height: calc(100% - 112px);
  -webkit-transition: height 800ms cubic-bezier(0.23, 1, 0.32, 1) 300ms;
  -moz-transition: height 800ms cubic-bezier(0.23, 1, 0.32, 1) 300ms;
  transition: height 800ms cubic-bezier(0.23, 1, 0.32, 1) 300ms;
}
.carrousel--home .carrousel__content > li.is-active .slide__zoom1 > span {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 12000ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 12000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 12000ms cubic-bezier(0.23, 1, 0.32, 1);
}
.carrousel--home .carrousel__content > li.is-active .slide__zoom2 {
  height: calc(100% - 112px);
  -webkit-transition: height 800ms cubic-bezier(0.23, 1, 0.32, 1) 410ms;
  -moz-transition: height 800ms cubic-bezier(0.23, 1, 0.32, 1) 410ms;
  transition: height 800ms cubic-bezier(0.23, 1, 0.32, 1) 410ms;
}
.carrousel--home .carrousel__content > li.is-active .slide__zoom2 > span {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 12000ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 12000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 12000ms cubic-bezier(0.23, 1, 0.32, 1);
}
.carrousel--simple {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden;
}
.carrousel--simple .carrousel__content > li {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  /*&.is-prev {
  	top:0;
  	bottom:auto;
  	height:0;
  }*/
}
.carrousel--simple .carrousel__content > li.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
.carrousel--simple .carrousel__content > li img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
}
.carrousel--simple .carrousel__nav {
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.carrousel--simple .carrousel__nav > li {
  display: inline-block;
  vertical-align: middle;
  position: static;
}
.carrousel--simple .carrousel__nav > li a {
  background-color: transparent;
}
.carrousel--simple .carrousel__nav > li a > span:before {
  display: none;
}
.carrousel--simple .carrousel__nav > li a > span:after {
  opacity: 1;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.no-touch .carrousel--simple .carrousel__nav > li a:hover > span:after, .no-touch .carrousel--simple .carrousel__nav > li a:active > span:after {
  opacity: 1;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.carrousel--simple .carrousel__prev {
  margin-right: 0;
}
.carrousel--simple .carrousel__prev:after {
  display: none;
}
.carrousel__content > li {
  display: inline-block;
  vertical-align: middle;
}
.carrousel__toolbar {
  background-color: #fff;
  height: 112px;
  position: absolute;
  z-index: 4;
  width: 225px;
  left: 0;
  bottom: 0;
}
.carrousel__nav {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  background-color: #fff;
  height: 112px;
  width: calc(2 *112px + 1px);
}
.carrousel__nav > li {
  position: absolute;
  top: 0;
  z-index: 8;
  -webkit-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.carrousel__nav > li.is-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.carrousel__nav > li a {
  display: block;
  width: 112px;
  height: 112px;
  position: relative;
  background-color: #fff;
  -webkit-transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.carrousel__nav > li a:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: auto;
  left: 0;
  height: 0;
  background-color: #000;
  width: 100%;
  -webkit-transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.carrousel__nav > li a > span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.carrousel__nav > li a > span:before, .carrousel__nav > li a > span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 8px;
  margin-top: -4px;
  margin-left: -7px;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.carrousel__nav > li a > span:after {
  opacity: 0;
}
.no-touch .carrousel__nav > li a:hover:before, .no-touch .carrousel__nav > li a:active:before {
  height: 100%;
  bottom: 0;
  top: auto;
}
.carrousel__prev {
  right: 112px;
  margin-right: 1px;
}
.carrousel__prev:after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -1px;
  top: 50%;
  background-color: #d9d9d9;
  height: 60px;
  margin-top: -30px;
  width: 1px;
}
.carrousel__prev a > span:before {
  background: url("../images/i-arrow-top.svg") no-repeat center center;
  background-size: cover;
}
.carrousel__prev a > span:after {
  background: url("../images/i-arrow-top-white.svg") no-repeat center center;
  background-size: cover;
  -webkit-transform: translate(0, 4px);
  -ms-transform: translate(0, 4px);
  transform: translate(0, 4px);
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0);
}
.no-touch .carrousel__prev a:hover > span:before, .no-touch .carrousel__prev a:active > span:before {
  opacity: 0;
  -webkit-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  transform: translate(0, -3px);
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}
.no-touch .carrousel__prev a:hover > span:after, .no-touch .carrousel__prev a:active > span:after {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carrousel__next {
  right: 0px;
}
.carrousel__next a > span:before {
  background: url("../images/i-arrow-bottom.svg") no-repeat center center;
  background-size: cover;
}
.carrousel__next a > span:after {
  background: url("../images/i-arrow-bottom-white.svg") no-repeat center center;
  background-size: cover;
  -webkit-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  transform: translate(0, -3px);
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}
.no-touch .carrousel__next a:hover > span:before, .no-touch .carrousel__next a:active > span:before {
  opacity: 0;
  -webkit-transform: translate(0, 4px);
  -ms-transform: translate(0, 4px);
  transform: translate(0, 4px);
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0);
}
.no-touch .carrousel__next a:hover > span:after, .no-touch .carrousel__next a:active > span:after {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carrousel__pager {
  position: absolute;
  right: calc(5vw - 8px);
  bottom: 43px;
  text-align: center;
  z-index: 7;
}
.carrousel__pager > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.carrousel__pager > li a {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.no-touch .carrousel__pager > li a:hover, .no-touch .carrousel__pager > li a:active {
  background-color: rgba(255, 255, 255, 0.7);
}
.carrousel__pager > li a.is-active {
  background-color: #fff;
}

.slide {
  position: relative;
}
.slide__content {
  color: #fff;
  position: absolute;
  z-index: 4;
  width: 60vw;
  left: 5vw;
  bottom: 172px;
}
.slide__content > a {
  display: inline-block;
  position: relative;
}
.slide__content > a span {
  display: inline-block;
}
.slide__content .tag {
  margin-bottom: 20px;
  margin-left: 3px;
}
.slide__content .t1 {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 18px;
  padding-left: 3px;
}
.slide__content .subline {
  margin-top: 20px;
  padding-left: 3px;
}
.slide__visual {
  position: absolute;
  z-index: 3;
  top: 112px;
  width: 82.5vw;
  bottom: 112px;
  background-color: #f3f3f3;
  background-position: center center;
  left: 8.75vw;
  overflow: hidden;
}
.slide__visual > a {
  display: block;
}
.slide__visual span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100vh - 2 *112px);
  background-position: center center;
}
.slide__visual span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.slide__zoom1 {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  bottom: 112px;
  background-color: #f3f3f3;
  width: calc(10vw + 120px);
  width: 225px;
  overflow: hidden;
}
.slide__zoom1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  z-index: 2;
}
.slide__zoom1 > span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100vh - 112px);
  background-position: top left;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.slide__zoom2 {
  position: absolute;
  z-index: 1;
  right: 0px;
  bottom: 0px;
  top: 112px;
  background-color: #f3f3f3;
  width: calc(100% - 225px);
  overflow: hidden;
}
.slide__zoom2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  z-index: 2;
}
.slide__zoom2 > span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100vh - 112px);
  background-position: bottom right;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.i {
  display: block;
}
.i--logo {
  width: 120px;
  height: 52px;
  background: url("../images/logo-cineteve.svg") no-repeat center center;
  background-size: cover;
}
body.is-black .i--logo, body.home .i--logo, body.page-template-template-contact .i--logo {
  background: url("../images/logo-cineteve-white.svg") no-repeat center center;
  background-size: cover;
}
html.is-search-open .i--logo {
  background: url("../images/logo-cineteve.svg") no-repeat center center !important;
  background-size: cover !important;
}
.i--facebook {
  width: 20px;
  height: 20px;
  background: url("../images/i-facebook.svg") no-repeat center center;
  background-size: cover;
}
html.is-menu-open .i--facebook, body.is-black:not(.single-films) .site-content .i--facebook, body.page-template-template-contact .site-content .i--facebook {
  background: url("../images/i-facebook-white.svg") no-repeat center center;
  background-size: cover;
}
.i--twitter {
  width: 20px;
  height: 18px;
  background: url("../images/i-twitter.svg") no-repeat center center;
  background-size: cover;
}
html.is-menu-open .i--twitter, body.is-black:not(.single-films) .site-content .i--twitter, body.page-template-template-contact .site-content .i--twitter {
  background: url("../images/i-twitter-white.svg") no-repeat center center;
  background-size: cover;
}
.i--instagram {
  width: 20px;
  height: 20px;
  background: url("../images/i-instagram.svg") no-repeat center center;
  background-size: cover;
}
html.is-menu-open .i--instagram, body.is-black:not(.single-films) .site-content .i--instagram, body.page-template-template-contact .site-content .i--instagram {
  background: url("../images/i-instagram-white.svg") no-repeat center center;
  background-size: cover;
}
.i--linkedin {
  width: 16px;
  height: 16px;
  background: url("../images/i-linkedin.svg") no-repeat center center;
  background-size: cover;
}
html.is-menu-open .i--linkedin, body.is-black:not(.single-films) .site-content .i--linkedin, body.page-template-template-contact .site-content .i--linkedin {
  background: url("../images/i-linkedin-white.svg") no-repeat center center;
  background-size: cover;
}

.fa-thumbs-up {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/i-thumb-up.svg") no-repeat center center;
  background-size: cover;
}
.pld-undo-trigger .fa-thumbs-up {
  background: url("../images/i-thumb-up-full.svg") no-repeat center center;
  background-size: cover;
}

.fa-thumbs-down {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/i-thumb-down.svg") no-repeat center center;
  background-size: cover;
}
.pld-undo-trigger .fa-thumbs-down {
  background: url("../images/i-thumb-down-full.svg") no-repeat center center;
  background-size: cover;
}

.pld-like-dislike-wrap {
  margin-bottom: 0;
  margin-top: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  overflow: hidden;
}
.pld-like-dislike-wrap .pld-count-wrap {
  display: none;
}
.pld-like-dislike-wrap .pld-common-wrap {
  margin-right: 0;
}
.pld-like-dislike-wrap .pld-common-wrap a {
  display: block;
  -webkit-transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.pld-like-dislike-wrap .pld-common-wrap a.pld-undo-trigger {
  background-color: #fff;
}
.pld-like-dislike-wrap .pld-common-wrap a:hover {
  opacity: 0.8;
}
.pld-like-dislike-wrap .pld-common-wrap .fas {
  margin: 8px 0px 2px;
}

::-webkit-input-placeholder {
  color: #c2c2c2;
}

::-moz-placeholder {
  color: #c2c2c2;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #c2c2c2;
}

::-ms-input-placeholder {
  color: #c2c2c2;
}

::placeholder {
  color: #c2c2c2;
}

.search-form {
  max-width: 75vw;
  margin: 24px auto 52px;
}
.search-form label {
  display: block;
  color: #c2c2c2;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 6px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.search-form input {
  border: 0;
  outline: 0;
  padding: 0;
  font-size: 44px;
  line-height: 60px;
  color: #000;
  width: 80%;
  text-transform: uppercase;
}
.search-form .search-submit {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 7.5vw;
  margin-top: -6px;
  top: 50%;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.search-form .search-submit.is-visible, body.search .search-form .search-submit {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 940px) {
  .search-form .search-submit {
    position: relative;
    margin-top: 15px;
    top: initial;
    right: initial;
  }
}

.form {
  font-size: 0;
}
.form--sub-register {
  margin: 0 !important;
}
.form--sub-register .form__field {
  margin: 0;
}
.form--sub-register .baseline {
  margin-bottom: 20px !important;
}
.form--sub-register .form {
  margin: 0 !important;
}
.form__field {
  position: relative;
  margin-top: 36px;
  transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.form__field--half {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 12px);
}
.form__field--error {
  color: red;
}
.form__field--margin {
  margin-right: 24px;
}
.form__field--select:after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 10px;
  width: 24px;
  height: 32px;
  background: url("../images/i-dropdown.svg") no-repeat center center;
  background-size: cover;
}
.form__field--submit {
  display: inline-block;
  margin-top: 60px;
}
.form__field--submit:before, .form__field--submit:after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -6px;
  width: 13px;
  height: 12px;
  -webkit-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.form__field--submit:before {
  opacity: 0;
  background: url("../images/i-send-white.svg") no-repeat center center;
  background-size: cover;
}
.form__field--submit:after {
  background: url("../images/i-send.svg") no-repeat center center;
  background-size: cover;
}
.no-touch .form__field--submit:hover:before, .no-touch .form__field--submit:active:before {
  opacity: 1;
}
.no-touch .form__field--submit:hover:after, .no-touch .form__field--submit:active:after {
  opacity: 0;
}
.form label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=password] {
  background-color: #fff;
  border: 0;
  outline: 0;
  padding: 0;
  display: block;
  width: 100%;
  padding: 14px;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form select {
  background-color: #fff;
  border: 0;
  outline: 0;
  padding: 0;
  display: block;
  width: 100%;
  padding: 14px 52px 14px 14px;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form textarea {
  border: 0;
  outline: 0;
  padding: 14px;
  resize: none;
  display: block;
  width: 100%;
  min-height: 200px;
  font-size: 14px;
  line-height: 20px;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form input[type=submit],
.form .ask-pro-btn {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  cursor: pointer;
  padding: 16px 24px 16px 46px;
  border: 1px solid #000;
  border-radius: 30px;
  text-transform: uppercase;
  background: transparent;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.no-touch .form input[type=submit]:hover, .no-touch .form input[type=submit]:active,
.no-touch .form .ask-pro-btn:hover,
.no-touch .form .ask-pro-btn:active {
  background-color: #000;
  color: #fff;
}
.form small {
  font-size: 12px;
  line-height: 14px;
  display: block;
  margin-top: 60px;
  color: #333333;
}

.form-delete-account a {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: red;
  cursor: pointer;
  padding: 16px 24px 16px 24px;
  border: 1px solid red;
  border-radius: 30px;
  text-transform: uppercase;
  background: transparent;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.no-touch .form-delete-account a:hover, .no-touch .form-delete-account a:active {
  background-color: red;
  color: #fff;
}

.password-strength-title {
  margin-top: 32px;
}

.password-strength {
  height: 8px;
  margin-top: 8px;
  max-width: 200px;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: color 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
}
.password-strength--low {
  background-color: red;
  transform: scaleX(0.33);
}
.password-strength--medium {
  background-color: orange;
  transform: scaleX(0.66);
}
.password-strength--high {
  background-color: green;
  transform: scaleX(1);
}

.pro-update_delete {
  font-size: 14px;
  margin-top: 12px;
}

.pro-update_title {
  margin-top: 40px;
}
.pro-update_title + small {
  margin-top: 12px;
}

.list {
  margin: 0;
  padding: 0;
}
.list--blocks > li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 55px;
}
.list--meta > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 18px;
}
.list--meta > li:before {
  content: "·";
  padding: 0 1px 0 6px;
}
.list--meta > li:first-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 160px;
}
.list--meta > li:first-child:before {
  display: none;
}
.list--cat > li {
  display: block;
  margin-top: 15px;
}
.list--cat > li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}
.list--cat > li a:before {
  content: "";
  left: 1px;
  position: absolute;
  height: 1px;
  background-color: #d9d9d9;
  width: 0;
  bottom: 0;
  -webkit-transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.list--cat > li a:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  width: 0;
  background-color: #000;
  margin-left: 14px;
  -webkit-transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.no-touch .list--cat > li a:hover:before, .no-touch .list--cat > li a:active:before {
  width: 100%;
}
.list--cat > li a.is-active:before {
  display: none;
}
.list--cat > li a.is-active:after {
  width: 18px;
}
.list--info {
  display: table;
}
.list--info > li {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  font-size: 13px;
}
.list--info > li:last-child {
  width: 10%;
  text-align: right;
}
.list--details > li {
  display: block;
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 1.7;
}
.list--details > li a {
  opacity: 1;
  -webkit-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.no-touch .list--details > li a:hover, .no-touch .list--details > li a:active {
  opacity: 0.6;
}
.list--shorts > li {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
}
.list--shorts > li:before {
  content: " / ";
  padding: 0 10px;
}
.list--shorts > li:first-child:before {
  display: none;
}
.list--shorts > li a {
  opacity: 1;
  -webkit-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.no-touch .list--shorts > li a:hover, .no-touch .list--shorts > li a:active {
  opacity: 0.5;
}
.list--shorts > li span {
  display: inline-block;
  margin-right: 4px;
}
.list--contact {
  display: flex;
  flex-wrap: wrap;
}
.list--contact > li {
  display: block;
  margin-bottom: 60px;
  break-inside: avoid;
  width: 50%;
}
.list--contact > li:first-child {
  margin-top: 0;
}
.list--contact > li .pic-wrapper {
  position: relative;
  margin-bottom: 20px;
  height: 19vw;
  max-height: 280px;
}
.list--contact > li .pic {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.list--contact > li a {
  position: relative;
  display: inline-block;
}
.list--contact > li a:before {
  content: "";
  left: 1px;
  position: absolute;
  height: 1px;
  background-color: #d9d9d9;
  width: 0;
  bottom: 0;
  -webkit-transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.no-touch .list--contact > li a:hover:before, .no-touch .list--contact > li a:active:before {
  width: 100%;
}

svg {
  display: block;
}

canvas {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.hr,
hr {
  width: 100%;
  height: 2px;
  margin: 10px auto;
  display: block;
  border: 0;
  background-color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.video,
.pic,
.size-full {
  display: block;
  max-width: 100%;
}

.search-none > p {
  text-align: center;
  max-width: 90vw;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.hide {
  display: none;
}

.js-expand-container {
  overflow: hidden;
}

.js-expand-content {
  -webkit-transition: height 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: height 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: height 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

.pro_movie-player {
  flex-direction: column;
  height: 100vh;
  opacity: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  pointer-events: none;
  touch-action: all;
  width: 100vw;
  z-index: 8;
}
.pro_movie-player.visible {
  opacity: 1;
  pointer-events: all;
}
.pro_movie-player.visible .pro_movie-player_content {
  opacity: 1;
}
.pro_movie-player.visible .pro_movie-player_content::before {
  opacity: 1;
  transition: opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.pro_movie-player_content {
  position: relative;
  padding: 120px 0;
  opacity: 0;
  transition: opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
  z-index: 11;
}
.pro_movie-player_content::before {
  background-color: transparent;
  content: "";
  height: 100%;
  left: 50%;
  min-height: 100vh;
  position: absolute;
  opacity: 0;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  transition: opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100vw;
  z-index: -1;
}
.pro_movie-player .box--video {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90vw;
  margin: 0 auto;
  min-height: calc(100vh - 112px);
}
.pro_movie-player .btn--border {
  position: fixed;
  top: 30px;
  right: 5vw;
  z-index: 10;
}
.pro_movie-player .single__video {
  margin-top: 40px;
  margin-bottom: 0;
  width: 100%;
  margin-right: auto;
  padding-bottom: 57.5%;
}
.pro_movie-player .single__video__visual {
  overflow: hidden;
}
.pro_movie-player .single__video__visual .pic {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.pro_movie-player .pro_movie-player_title {
  margin-top: 10px;
}

.h1 {
  color: #000;
  font-size: 100px;
  line-height: 120px;
}
.h1.smaller {
  font-size: 64px;
  line-height: 72px;
}
.h1.bigger {
  font-size: 120px;
  line-height: 180px;
}

.h2 {
  color: #000;
  font-size: 80px;
  line-height: 80px;
}
.h2.white {
  color: #fff;
}
.h2.smaller {
  font-size: 48px;
  line-height: 48px;
}

.h3 {
  color: #000;
  font-size: 13px;
  line-height: 26px;
  text-transform: uppercase;
}
.h3.white {
  color: #fff;
}
.h3.validation {
  color: green;
}

.h4, .rte h2 {
  color: #000;
  font-size: 18px;
  line-height: 26px;
}
.h4.white, .rte h2.white {
  color: #fff;
}
.h4.bigger, .rte h2.bigger {
  font-size: 24px;
  line-height: 30px;
}

.h5 {
  color: #000;
  font-size: 40px;
  line-height: 60px;
}
.h5.white {
  color: #fff;
}
.h5.smaller {
  font-size: 20px;
  line-height: 24px;
}

.t1 {
  font-size: 14px;
  line-height: 16px;
}

.t2 {
  font-size: 16px;
  line-height: 20px;
}

.tag {
  background-color: #fff;
  color: #000;
  font-size: 10px;
  line-height: 12px;
  padding: 5px 8px;
  border-radius: 3px;
  display: inline-block;
}
.tag--black {
  background-color: #000;
  color: #fff;
}

.error {
  color: red;
}

.upper {
  text-transform: uppercase;
}

.rte {
  word-wrap: break-word;
}
.rte h2 {
  text-transform: uppercase;
}
.rte h2 + p {
  margin-top: 26px;
}
.rte p u {
  text-decoration: none;
}
.rte p img {
  width: 100%;
  height: auto;
}
.rte p + p {
  margin-top: 26px;
}
.rte p + h2 {
  margin-top: 52px;
}
.rte p strong {
  font-weight: normal;
}
.rte p a {
  padding-bottom: 1px;
  border-bottom: 1px solid silver;
  -webkit-transition: border-bottom-color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: border-bottom-color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: border-bottom-color 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.no-touch .rte p a:hover, .no-touch .rte p a:active {
  border-bottom-color: #000;
}

.home .footer {
  display: none;
}

.search {
  background-color: #000;
}
.search #overlay {
  display: none;
}
.search .list--blocks {
  margin-top: 136px;
  color: #fff;
}
.search .list--blocks > li {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.search .search-none {
  padding: calc((100vh - 112px - 20px) / 2) 0;
}

.page-template-default .site-content,
.page-template-template-catalogs .site-content {
  padding-top: 100px;
}
.page-template-default .wrap__title,
.page-template-template-catalogs .wrap__title {
  max-width: 30vw;
  padding-right: 45vw;
}

.page-template-template-screening-room .site-content,
.page-template-template-lost-password .site-content,
.page-template-template-reset-password .site-content,
.page-template-template-pro-account .site-content,
.page-template-template-registration .site-content,
.page-template-template-nouveau-compte .site-content {
  min-height: calc(100vh - 282px);
}
.page-template-template-screening-room .column,
.page-template-template-lost-password .column,
.page-template-template-reset-password .column,
.page-template-template-pro-account .column,
.page-template-template-registration .column,
.page-template-template-nouveau-compte .column {
  margin: 90px 5vw 140px 5vw;
  max-width: 640px;
}
.page-template-template-screening-room .column .h3.validation,
.page-template-template-lost-password .column .h3.validation,
.page-template-template-reset-password .column .h3.validation,
.page-template-template-pro-account .column .h3.validation,
.page-template-template-registration .column .h3.validation,
.page-template-template-nouveau-compte .column .h3.validation {
  margin-top: 40px;
}
.page-template-template-screening-room .column .h3.validation + .h3,
.page-template-template-lost-password .column .h3.validation + .h3,
.page-template-template-reset-password .column .h3.validation + .h3,
.page-template-template-pro-account .column .h3.validation + .h3,
.page-template-template-registration .column .h3.validation + .h3,
.page-template-template-nouveau-compte .column .h3.validation + .h3 {
  margin-top: 0;
}
.page-template-template-screening-room .column .baseline,
.page-template-template-lost-password .column .baseline,
.page-template-template-reset-password .column .baseline,
.page-template-template-pro-account .column .baseline,
.page-template-template-registration .column .baseline,
.page-template-template-nouveau-compte .column .baseline {
  margin-top: 40px;
  max-width: 546px;
}
.page-template-template-screening-room .column .baseline .btn,
.page-template-template-lost-password .column .baseline .btn,
.page-template-template-reset-password .column .baseline .btn,
.page-template-template-pro-account .column .baseline .btn,
.page-template-template-registration .column .baseline .btn,
.page-template-template-nouveau-compte .column .baseline .btn {
  display: inline-block;
  margin-top: 20px;
}
.page-template-template-screening-room .column .form,
.page-template-template-lost-password .column .form,
.page-template-template-reset-password .column .form,
.page-template-template-pro-account .column .form,
.page-template-template-registration .column .form,
.page-template-template-nouveau-compte .column .form {
  margin-top: 44px;
  max-width: 606px;
}

.reset-password__link {
  margin-top: 30px;
  display: inline-block;
  font-size: 14px;
}

.page-template-template-registration .baseline {
  margin-bottom: 40px;
}
.page-template-template-registration .pro-login {
  margin-top: 40px;
}
.page-template-template-registration .pro-login a {
  padding-bottom: 1px;
  border-bottom: 1px solid silver;
  -webkit-transition: border-bottom-color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: border-bottom-color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: border-bottom-color 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.page-template-template-registration.no-touch .pro-login a:hover,
.page-template-template-registration.no-touch .pro-login a:active {
  border-bottom-color: #000;
}
.page-template-template-registration .password-strength + small {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-template-template-registration hr {
  margin: 60px 0 0;
  display: block;
  height: 1px;
  background-color: #000;
  width: calc(100% - 36px);
}
.page-template-template-registration .login-form {
  margin-top: 0 !important;
}
.page-template-template-registration .login-form .form__field--submit {
  margin-top: 12px;
}
.page-template-template-registration .login-form .login-remember label {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 12px;
}

.page-template-template-apropos .site-content {
  padding: 88px 0px 120px;
}
.page-template-template-apropos .carrousel {
  position: relative;
}
.page-template-template-apropos .carrousel .h1 {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 60vw;
  margin-top: -11vh;
  min-height: 13.5vw;
  margin-left: 55px;
}
.page-template-template-apropos .carrousel__images {
  min-width: 100%;
  height: 50vh;
  width: 99999px;
  overflow: hidden;
}
.page-template-template-apropos .carrousel__images .pic {
  width: auto;
  height: 50vh;
  max-height: 450px;
  float: left;
}
.page-template-template-apropos .wrap--content {
  overflow: hidden;
  margin-top: 100px;
}
.page-template-template-apropos .wrap--content .col {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.page-template-template-apropos .wrap--content .col .rte h2 {
  text-transform: none;
}
.page-template-template-apropos .wrap--content .col .btn--border {
  margin-top: 110px;
}

.page-template-template-contact .site-content {
  margin-top: -112px;
  overflow: hidden;
}
.page-template-template-contact .site-content .menu-social-container {
  margin-top: 10px;
}
.page-template-template-contact .site-content .menu-social-container .menu > li {
  margin-left: 0;
  margin-right: 18px;
}
.page-template-template-contact .site-content .menu-social-container .menu > li:last-child {
  margin-right: 0;
}
.page-template-template-contact .site-content .menu-social-container .menu > li a:before {
  display: none;
}
.page-template-template-contact .site-content .menu-social-container .menu > li a .i {
  opacity: 1;
}
.page-template-template-contact .site-content .menu-social-container .menu > li a:hover .i, .page-template-template-contact .site-content .menu-social-container .menu > li a:active .i {
  opacity: 0.6;
}
.page-template-template-contact .list--contact {
  max-width: 1000px;
}
.page-template-template-contact .list--contact .meta {
  width: 90%;
}
.page-template-template-contact .flex {
  display: flex;
}
.page-template-template-contact .aside {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  min-height: 100%;
  padding: 309px 5vw 140px;
  color: #fff;
  background-color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-template-template-contact .aside .h3 {
  padding-top: 45px;
}
.page-template-template-contact .aside a {
  position: relative;
  display: inline-block;
}
.page-template-template-contact .aside a:before {
  content: "";
  left: 1px;
  position: absolute;
  height: 1px;
  background-color: #666666;
  width: 0;
  bottom: 0;
  -webkit-transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.page-template-template-contact .aside__content.is-fixed {
  position: fixed;
  top: 30px;
}
.page-template-template-contact .column {
  width: 75%;
  padding: 192px 5vw 140px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-template-template-contact .list--contact {
  margin-top: 90px;
}
.page-template-template-contact.no-touch .aside a:hover:before, .page-template-template-contact.no-touch .aside a:active:before {
  width: 100%;
}

.category .site-content,
.page-template-template-catalogue .site-content {
  padding: 40px 0 105px;
  min-height: calc(100vh - 112px - 80px);
  overflow-y: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.category .list--blocks,
.page-template-template-catalogue .list--blocks {
  width: calc((100% - 12 *7.5vw) * 0.5 + 9 *7.5vw);
  margin-left: auto;
  margin-top: 185px;
}

.category .box--info,
.page-template-template-catalogue .box--info {
  position: fixed;
  left: calc(5vw - 6px);
  top: calc(112px + 90px);
  z-index: 3;
  max-width: 640px;
  pointer-events: none;
}
.category .list--cat,
.page-template-template-catalogue .list--cat {
  margin-left: 4px;
  display: inline-block;
  pointer-events: auto;
}
.category .form__field--select,
.page-template-template-catalogue .form__field--select {
  display: inline-block;
  margin-top: 18px;
  pointer-events: auto;
}
.category .form__field--select:after,
.page-template-template-catalogue .form__field--select:after {
  right: 12px;
}
.category .select,
.page-template-template-catalogue .select {
  color: #000;
  background: transparent;
  outline: 0;
  border-radius: 30px;
  border: 1px solid #000;
  font-size: 12px;
  line-height: 18px;
  padding: 15px 50px 15px 22px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.single-films .h1 {
  margin-left: -9px;
}
.single-films .wrap--share {
  margin-bottom: 80px;
}

.error404 .site-content .wrap {
  text-align: center;
  text-transform: uppercase;
  min-height: 700px;
  margin-bottom: 80px;
}
.error404 .site-content .wrap .pic {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-left: -168px;
  margin-top: -250px;
}
.error404 .site-content .wrap__container {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.error404 .site-content .wrap__title {
  max-width: 90vw;
  margin-bottom: 40px;
  text-align: center;
}
.error404 .site-content .wrap__content {
  max-width: 600px;
  margin-bottom: 0;
}
.error404 .site-content .rte {
  font-size: 18px;
}
.error404 .site-content .rte a {
  line-height: 20px;
  display: inline-block;
  font-size: 12px;
  border-bottom: 1px solid #fff;
  -webkit-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.error404.no-touch .site-content .rte a:hover,
.error404.no-touch .site-content .rte a:active {
  opacity: 0.7;
  border-bottom-color: #fff;
}

.list--catalogs {
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 100%;
  margin-bottom: 200px;
}
@media screen and (max-width: 940px) {
  .list--catalogs {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    row-gap: 50px;
    margin-bottom: 100px;
  }
}
.list--catalogs__item a img {
  width: 100%;
  -webkit-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.list--catalogs__item a:hover img {
  opacity: 0.6;
}

@media screen and (max-width: 1279px) {
  .wrap__content {
    max-width: 45vw;
  }
  .category .block__content,
  .page-template-template-catalogue .block__content {
    padding-right: 60px;
  }
  .header__right .menu > li {
    margin-left: 20px;
  }
  .header__right .menu > li a {
    font-size: 14px;
  }
  .header__search--desktop {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1179px) {
  .category .block__content,
  .page-template-template-catalogue .block__content {
    padding-left: 0;
    padding-right: 100px;
  }
  .category .block__content .menu-social-container,
  .page-template-template-catalogue .block__content .menu-social-container {
    position: static;
    margin-top: 10px;
  }
  .category .list--blocks > li,
  .page-template-template-catalogue .list--blocks > li {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 1023px) {
  .d-only {
    display: none !important;
  }
  .mt-only {
    display: block !important;
  }
  .h1 {
    font-size: 84px;
    line-height: 84px;
  }
  .h1.bigger {
    font-size: 105px;
  }
  .h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .block--inline .block__img {
    padding-bottom: 19.5%;
    width: calc((100% - 12 *7.5vw) * 0.5 + 4 *7.5vw);
  }
  .block--inline .block__content {
    max-width: calc((100% - 12 *7.5vw) * 0.5 + 8 *7.5vw);
  }
  .header__right .menu > li {
    margin-left: 28px;
  }
  .header__right .menu > li:first-child {
    margin-left: 0;
  }
  .footer {
    padding: 30px 40px;
  }
  .footer .wpml-ls-legacy-list-horizontal {
    margin-left: 40px;
  }
  .search-form input {
    font-size: 40px;
    line-height: 48px;
  }
  .search .list--blocks {
    margin-top: 150px;
  }
  .search .search-none {
    margin-top: 210px;
  }
  .error404 .site-content .rte {
    font-size: 14px;
  }
  .post-navigation .nav-links {
    margin-top: 60px;
  }
  .single__col {
    width: 100%;
    display: block;
  }
  .single__col .rte {
    margin-left: 5vw;
    width: 90vw;
  }
  .single__header {
    margin-left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    background-color: #000;
  }
  .single__header:after {
    display: none;
  }
  .single__title {
    position: static;
    padding: 30px 5vw;
  }
  .single .list--details {
    margin-left: 5vw;
    margin-bottom: 0;
    padding-bottom: 30px;
    margin-right: 5vw;
  }
  .single .list--info {
    margin: 70px 5vw 100px;
    width: 90vw;
  }
  .single .box--share {
    right: 5vw;
  }
  .single .border .h5.smaller {
    padding: 24px 5vw;
  }
  .single .border .btn--border {
    right: 5vw;
  }
  .single .btn--border--play,
  .single .btn--border--lock {
    margin-left: 5vw;
    margin-bottom: 50px;
  }
  .category .box--info,
  .page-template-template-catalogue .box--info {
    position: static;
    margin-left: 5vw;
    margin-bottom: 70px;
  }
  .page-template-template-contact .aside {
    width: 30%;
  }
  .page-template-template-contact .column {
    width: 70%;
  }
  .page-template-template-apropos .site-content {
    padding: 100px 0 120px;
  }
  .page-template-template-apropos .carrousel .h1 {
    margin-top: -8vh;
  }
  .category .list--blocks,
  .page-template-template-catalogue .list--blocks {
    width: calc((100% - 12 *7.5vw) * 0.5 + 10 *7.5vw);
    margin-top: 0px;
  }
  .category .block__content,
  .page-template-template-catalogue .block__content {
    padding-right: 60px;
  }
  .category .h1 {
    max-width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .mtp-only {
    display: block !important;
  }
  .wrap__content {
    max-width: 60vw;
  }
  .h1 {
    font-size: 56px;
    line-height: 60px;
  }
  .h1.bigger {
    font-size: 80px;
  }
  .footer {
    text-align: center;
    padding: 36px 5%;
  }
  .footer .menu-pages-container {
    margin-top: 10px;
  }
  .footer .wpml-ls-legacy-list-horizontal {
    margin-left: 0;
    margin-top: 30px;
  }
  .footer .menu > li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer__left p,
  .footer__left .menu-pages-container {
    display: block;
  }
  .footer__right {
    position: static;
    margin-top: 30px;
  }
  .footer__right .menu-social-container,
  .footer__right .wpml-ls-statics-shortcode_actions {
    display: block;
  }
  .menu-social-complet-container .menu > li {
    margin: 0 20px;
  }
  .page-template-default .wrap__title {
    max-width: 60vw;
    padding-right: 30vw;
  }
  .page-template-template-apropos .site-content {
    padding: 60px 0 100px;
  }
  .page-template-template-apropos .wrap--content {
    margin-top: 65px;
  }
  .page-template-template-apropos .wrap--content .col .btn--border {
    margin-top: 70px;
  }
  .page-template-template-apropos .carrousel .h1 {
    margin-right: auto;
    margin-left: auto;
  }
  .page-template-template-apropos .carrousel__images {
    height: 36vh;
  }
  .category .block__content .menu-social-container,
  .page-template-template-catalogue .block__content .menu-social-container {
    display: none;
  }
  .category .list--blocks > li,
  .page-template-template-catalogue .list--blocks > li {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 940px) {
  .m-only {
    display: block !important;
  }
  .dt-only {
    display: none !important;
  }
  html.player-open .header__logo {
    top: 16px;
  }
  body.home .i--logo {
    background: url("../images/logo-cineteve.svg") no-repeat center center;
    background-size: cover;
  }
  .post-navigation:before {
    display: none;
  }
  .post-navigation .h2 {
    margin-top: 40px;
  }
  .post-navigation .nav-links {
    margin-right: 0;
    float: none;
  }
  .post-navigation .nav-links > div {
    display: block;
    margin-bottom: 50px;
    margin-left: auto;
    width: calc((100% - 90vw) * 0.5 + 75vw);
  }
  .post-navigation .nav-links > div.nav-next {
    margin-left: auto;
  }
  .single .h2.smaller {
    font-size: 32px;
    line-height: 36px;
  }
  .single .border .btn--border {
    right: auto;
    position: relative;
    margin-left: 5vw;
    margin-bottom: 40px;
  }
  .single__col .rte {
    margin-top: 40px;
  }
  .single .list--info {
    margin-bottom: 40px;
  }
  .list--info > li {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: left !important;
  }
  .carrousel__toolbar {
    height: 78px;
    width: 157px;
    background-color: #000;
    transform: scale(0.7);
    transform-origin: left bottom;
  }
  .carrousel__pager {
    bottom: 16px;
  }
  .carrousel__pager > li a {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .no-touch .carrousel__pager > li a:hover, .no-touch .carrousel__pager > li a:active {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .carrousel__pager > li a.is-active {
    background-color: #000;
  }
  .carrousel__nav {
    height: 78px;
    width: 157px;
    background-color: #000;
  }
  .carrousel__nav > li a {
    width: 78px;
    height: 78px;
    background-color: #000;
  }
  .carrousel__nav > li a:before {
    background-color: #fff;
  }
  .carrousel__prev {
    right: 78px;
  }
  .carrousel__prev:after {
    height: 40px;
    margin-top: -20px;
  }
  .carrousel__prev a > span:before {
    background: url("../images/i-arrow-top-white.svg") no-repeat center center;
    background-size: cover;
  }
  .carrousel__prev a > span:after {
    background: url("../images/i-arrow-top.svg") no-repeat center center;
    background-size: cover;
  }
  .carrousel__next a > span:before {
    background: url("../images/i-arrow-bottom-white.svg") no-repeat center center;
    background-size: cover;
  }
  .carrousel__next a > span:after {
    background: url("../images/i-arrow-bottom.svg") no-repeat center center;
    background-size: cover;
  }
  .carrousel--home .carrousel__content > li .slide__visual {
    bottom: auto;
    top: 86px;
  }
  .carrousel--home .carrousel__content > li .slide__content {
    top: calc(80px + 50vw + 38px);
    bottom: auto;
    max-width: 90vw;
    right: 5vw;
    left: 5vw;
    margin-left: 0;
    -ms-transform: translate(0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .carrousel--home .carrousel__content > li.is-prev .slide__visual {
    height: 50vw;
  }
  .carrousel--home .carrousel__content > li.is-active .slide__visual {
    height: 50vw;
  }
  .slide__zoom1, .slide__zoom2 {
    display: none;
  }
  .slide__visual {
    position: relative;
    left: 5vw;
    width: 95vw;
  }
  .slide__visual span {
    height: 100%;
  }
  .slide__content {
    color: #000;
  }
  .slide__content .h2 {
    font-size: 28px;
    line-height: 28px;
    color: #000;
  }
  .slide__content p {
    margin-top: 10px;
    padding-left: 0px;
  }
  .slide__content .tag {
    color: #fff;
    background-color: #000;
    padding: 5px 8px;
  }
  .menu-social-complet-container {
    text-align: left;
    padding-left: 7.5vw;
  }
  .menu-social-complet-container .menu > li {
    margin: 0 30px 16px 0;
  }
  .h1 {
    font-size: 48px;
    line-height: 50px;
  }
  .h1.bigger {
    font-size: 72px;
  }
  .h1.smaller {
    font-size: 36px;
    line-height: 42px;
  }
  .h2 {
    font-size: 48px;
    line-height: 48px;
  }
  .i--logo {
    width: 100px;
    height: 45px;
  }
  .block--inline .block__img {
    display: block;
    width: 100%;
    padding-bottom: 57%;
  }
  .block--inline .block__content {
    width: 100%;
    max-width: 100%;
    padding-top: 28px;
    padding-bottom: 56px;
  }
  .header {
    height: 80px;
    padding: 16px 0;
  }
  .header__logo {
    max-width: 100px;
  }
  .header__search-block {
    padding-top: 80px;
  }
  .footer .wrap {
    padding: 80px 0 0px;
  }
  .footer .wrap > span {
    display: none;
  }
  .footer .wrap__col {
    display: block;
    padding-left: 15%;
    width: 85%;
    margin-bottom: 60px;
  }
  .footer .wrap__col--first {
    padding-left: 15%;
  }
  .search-form {
    margin-bottom: 32px;
  }
  .search-form input {
    font-size: 30px;
    line-height: 30px;
    width: 100%;
  }
  .search .list--blocks {
    margin-top: 118px;
  }
  .search .search-none {
    margin-top: 158px;
  }
  .pro_movie-player .btn--border {
    top: 25px;
  }
  .page-template-template-apropos .carrousel .h1 {
    max-width: 75%;
  }
  .page-template-template-apropos .carrousel__images {
    margin-top: -7.5vw;
  }
  .page-template-template-contact .i--logo {
    background: url("../images/logo-cineteve.svg") no-repeat center center !important;
    background-size: cover !important;
  }
  .page-template-template-contact .site-content {
    margin-top: 20px;
  }
  .page-template-template-contact .h1 {
    padding: 0 5vw;
  }
  .page-template-template-contact .flex {
    display: block;
  }
  .page-template-template-contact .aside {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    padding: 0px 5vw 45px;
  }
  .page-template-template-contact .aside__content.is-fixed {
    position: static;
  }
  .page-template-template-contact .column {
    display: block;
    width: 100%;
    padding-top: 70px;
  }
  .page-template-template-contact .list--contact > li {
    width: 100%;
  }
  .page-template-template-contact .list--contact .pic-wrapper {
    height: 40vw;
    max-height: 280px;
  }
  .category .list--blocks > li,
  .page-template-template-catalogue .list--blocks > li {
    width: 100%;
    margin-bottom: 60px;
    transform: none !important;
  }
  .category .block__img,
  .page-template-template-catalogue .block__img {
    margin-bottom: 30px;
  }
  .category .h1 {
    position: static;
    margin-left: calc(5vw - 3px);
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 479px) {
  .wrap__content {
    max-width: 100%;
  }
  .h1.bigger {
    font-size: 52px;
  }
  .page-template-default .wrap__title {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .page-template-default .wrap__content {
    padding-left: 7.5vw;
  }
  .page-template-default .site-content {
    padding-top: 40px;
  }
  .page-template-template-apropos .site-content {
    padding: 30px 0 80px;
  }
  .page-template-template-apropos .carrousel .h1 {
    margin-top: -5vh;
  }
  .page-template-template-apropos .carrousel__images {
    height: 30vh;
  }
  .page-template-template-apropos .carrousel__images .pic {
    height: 30vh;
  }
  .error404 .site-content .wrap {
    min-height: 0;
  }
  .error404 .site-content .wrap .pic {
    display: none;
  }
  .error404 .site-content .wrap__container {
    padding: 100px 0;
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .page-template-template-catalogs .wrap__title--lineup {
    max-width: none;
    margin-bottom: 50px;
  }
}
body.alt-sales {
  background-color: #f5eee4;
}
body.alt-sales #overlay {
  background-color: #004e7f;
}
body.alt-sales .rte h2 {
  color: #004e7f;
}
body.alt-sales .i--logo {
  width: 124px;
  height: 50px;
  background: url("../images/logo-cineteve-sales.svg") no-repeat center center;
  background-size: cover;
}
html.is-search-open body.alt-sales .i--logo {
  background: url("../images/logo-cineteve-sales.svg") no-repeat center center !important;
  background-size: cover !important;
}
body.alt-sales.is-black .i--logo, body.alt-sales.home .i--logo, body.alt-sales.page-template-template-contact .i--logo {
  background: url("../images/logo-cineteve-sales-white.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 940px) {
  body.alt-sales.is-black .i--logo, body.alt-sales.home .i--logo, body.alt-sales.page-template-template-contact .i--logo {
    background: url("../images/logo-cineteve-sales.svg") no-repeat center center;
  }
}
@media screen and (max-width: 940px) {
  body.alt-sales.films-template-default .i--logo {
    background: url("../images/logo-cineteve-sales-white.svg") no-repeat center center;
  }
}
body.alt-sales .form input[type=submit] {
  border-color: #004e7f;
  color: #004e7f;
}
body.alt-sales .form__field--submit:after {
  background: url("../images/i-send-blue.svg") no-repeat center center;
  background-size: cover;
}
body.alt-sales .header__menu-mobile {
  background-color: #004e7f;
}
body.alt-sales .header__menu-mobile hr {
  background-color: rgba(255, 255, 255, 0.15);
}
body.alt-sales .slide__content .tag {
  color: #000;
  background-color: #fff;
}
body.alt-sales .list--cat > li a {
  color: #004e7f;
}
body.alt-sales .list--cat > li a:after {
  background-color: #004e7f;
}
body.alt-sales .single__col {
  background-color: #f5eee4;
}
body.alt-sales .single__col .btn--border--visit {
  border-color: #004e7f;
  color: #004e7f;
}
body.alt-sales .single__col .btn--border--visit:before {
  background: url("../images/i-visit-blue.svg") no-repeat center center;
  background-size: cover;
}
body.alt-sales .single__col .btn--border--visit:after {
  background: url("../images/i-visit-white.svg") no-repeat center center;
  background-size: cover;
}
body.alt-sales .single__extra {
  background-color: #004e7f;
}
body.alt-sales.no-touch .form input[type=submit]:hover,
body.alt-sales.no-touch .form input[type=submit]:active {
  background-color: #004e7f;
  color: #f5eee4;
}
body.alt-sales.no-touch .single__col .btn--border--visit:hover,
body.alt-sales.no-touch .single__col .btn--border--visit:active {
  color: #fff;
  background-color: #004e7f;
}
body.alt-sales .pro_movie-player_content:before {
  background-color: #000;
}
body.alt-sales .carrousel__toolbar {
  background-color: #f5eee4;
}
body.alt-sales .carrousel__nav {
  background-color: #f5eee4;
}
body.alt-sales .carrousel__nav > li a {
  background-color: #f5eee4;
}
body.alt-sales .carrousel__nav > li a:before {
  background-color: #004e7f;
}
body.alt-sales .carrousel__prev a > span:before {
  background: url("../images/i-arrow-top-blue.svg") no-repeat center center;
  background-size: cover;
}
body.alt-sales .carrousel__prev a > span:after {
  background: url("../images/i-arrow-top-white.svg") no-repeat center center;
  background-size: cover;
}
body.alt-sales .carrousel__next {
  right: 0px;
}
body.alt-sales .carrousel__next a > span:before {
  background: url("../images/i-arrow-bottom-blue.svg") no-repeat center center;
  background-size: cover;
}
body.alt-sales .carrousel__next a > span:after {
  background: url("../images/i-arrow-bottom-white.svg") no-repeat center center;
  background-size: cover;
}
body.alt-sales.page-template-template-contact .aside {
  background-color: #004e7f;
}
body.alt-sales.home {
  background-color: #004e7f;
}
body.alt-sales.home .header__search:before {
  background: url("../images/i-search-white.svg") no-repeat center center;
}
body.alt-sales.home .header__right .menu > li a {
  color: #fff;
}
body.alt-sales.home .header__right .menu > li.current_page_item a:after {
  background-color: #fff;
}
body.alt-sales.is-black {
  background-color: #000;
}
body.alt-sales.single-films {
  background-color: #004e7f;
}
body.alt-sales.search {
  background-color: #004e7f;
}
html.is-search-open body.alt-sales .header__search:before {
  background: url("../images/i-cross.svg") no-repeat center center;
}

@media screen and (max-width: 1023px) {
  body.alt-sales .single__header {
    background-color: #004e7f;
  }
}
@media screen and (max-width: 940px) {
  body.alt-sales .slide__content .tag {
    background-color: #000;
    color: #f5eee4;
  }
  body.alt-sales .carrousel__toolbar {
    background-color: #004e7f;
  }
  body.alt-sales .carrousel__nav {
    background-color: #004e7f;
  }
  body.alt-sales .carrousel__nav > li a {
    background-color: #004e7f;
  }
  body.alt-sales .carrousel__nav > li a:before {
    background-color: #f5eee4;
  }
  body.alt-sales .carrousel__prev a > span:before {
    background: url("../images/i-arrow-top-white.svg") no-repeat center center;
    background-size: cover;
  }
  body.alt-sales .carrousel__prev a > span:after {
    background: url("../images/i-arrow-top-blue.svg") no-repeat center center;
    background-size: cover;
  }
  body.alt-sales .carrousel__next a > span:before {
    background: url("../images/i-arrow-bottom-white.svg") no-repeat center center;
    background-size: cover;
  }
  body.alt-sales .carrousel__next a > span:after {
    background: url("../images/i-arrow-bottom-blue.svg") no-repeat center center;
    background-size: cover;
  }
  body.alt-sales.home {
    background-color: #f5eee4;
  }
  body.alt-sales.home .header__search:before {
    background: url("../images/i-search.svg") no-repeat center center;
  }
  body.alt-sales.home .header__right .menu > li a {
    color: #000;
  }
  body.alt-sales.home .header__right .menu > li.current_page_item a:after {
    background-color: #000;
  }
  body.alt-sales.page-template-template-contact .i--logo {
    background: url("../images/logo-cineteve-sales.svg") no-repeat center center !important;
    background-size: cover !important;
  }
  body.alt-sales.page-template-template-pro-account .header__right .menu > li.menu-item-26543:after,
  body.alt-sales.page-template-template-pro-account .header__right .menu > li.menu-item-26544:after {
    background-color: #000;
    width: 100%;
  }
  .header__menu-mobile .wpml-ls-legacy-list-horizontal a {
    color: rgba(255, 255, 255, 0.7);
  }
  .header__menu-mobile .wpml-ls-legacy-list-horizontal a:before {
    background-color: rgba(255, 255, 255, 0.2);
  }
}