/* VARS PROPERTIES FOR RESPONSIVE */
/* MEDIA QUERIES RULES */
/* MIXINS */
/* MIXINS FOR VENDORS RULES */
/* FLEX */
/* CALC */
/* appearance */
/** RESET **/
*,
::before,
::after {
  margin: 0;
  padding: 0;
  border-width: 0;
  font: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/** GENERAL **/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font: 14px/1.2 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  color: #000;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
code {
  font-family: monospace;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
input,
textarea,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
input,
textarea {
  vertical-align: middle;
}
textarea {
  resize: vertical;
}
button,
input[type="button"],
input[type="submit"] {
  cursor: pointer;
}
p,
li {
  line-height: 1.5;
}
a {
  color: #000;
  text-decoration: underline;
}
a:hover,
a:active {
  text-decoration: none;
}
/** LAYOUT **/
.wrapper,
.wrapper-big {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-mini {
  width: 950px;
}
.wrapper-big {
  width: 1340px;
}
.mainWrapper {
  padding-bottom: 60px;
}
.wrapper-noHeader {
  margin-top: 120px;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  transform: translateZ(0);
  text-align: center;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
@keyframes showStickyMenu {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
.state-stickyMenu .header {
  position: fixed;
  animation: showStickyMenu 250ms ease-out;
}
.state-richMenuActive .header {
  position: fixed;
  animation-iteration-count: 0;
}
.header-notice {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 0;
  line-height: 18px;
}
.header-notice a {
  color: #fff;
  text-decoration: none;
}
.header-top {
  padding: 9px 0;
  background-color: rgba(0, 0, 0, 0.75);
  color: #7e7e7e;
  font-size: 11px;
  line-height: 12px;
}
.state-richMenuActive .header-top {
  background-color: #000;
}
.state-stickyMenu .header-top {
  display: none;
}
.header-top a {
  color: #a9a9a9;
  text-decoration: none;
}
.header-top a:hover,
.header-top a:active {
  color: #fff;
}
.header-bottom {
  background-color: rgba(0, 0, 0, 0.5);
  height: 70px;
}
.header-light .header-bottom {
  background-color: transparent;
  transition: background-color 250ms ease-out;
}
/*.header-black {
  background-color: #000;
}*/
.state-stickyMenu .header-bottom,
.state-richMenuActive .header-bottom {
  background-color: #000;
}
.header-bottom a {
  color: #fff;
  text-decoration: none;
}
.header-logo {
  display: inline-block;
}
.menu {
  display: inline-block;
  margin-left: 40px;
}
.menu-item {
  display: inline-block;
}
.menu-link {
  position: relative;
  display: inline-block;
  margin-top: 21px;
  padding: 5px 20px 26px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  opacity: 1;
  transition: opacity 150ms ease-out;
}
.menu:hover .menu-link,
.state-richMenuActive .menu-link {
  opacity: .5;
}
.menu .menu-link:hover,
.menu .menu-richer-active {
  opacity: 1;
}
.menu-richer::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -8px;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #fff transparent;
  opacity: 0;
  transition: all 150ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-richer:hover::after,
.menu-richer-active::after {
  bottom: 10px;
  opacity: 1;
}
.menu-quickAccess {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}
.menu-search {
  font-size: 14px;
}
.richMenus {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  transform: translateZ(0);
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  transition: all 250ms ease-out;
}
.state-stickyMenu .header-bottom {
  height: 60px;
}
.state-stickyMenu .header-logo img {
  height: 24px;
}
.state-stickyMenu .menu-link {
  margin-top: 16px;
  padding: 5px 20px 21px;
}
.state-stickyMenu .richMenus {
  top: 60px;
}
.state-richMenuActive .richMenus {
  visibility: visible;
  opacity: 1;
}
.state-headerNotice .richMenus {
  top: 128px;
}
.state-headerNotice.state-stickyMenu .richMenus {
  top: 88px;
}
.richMenus-wrapper {
  padding: 20px;
  width: 990px;
}
.richMenu {
  display: none;
}
.richMenu-active {
  display: block;
}
.richMenu .box {
  height: 220px;
}
.richMenu .box-x2 {
  height: 458px;
}
.richMenu .hoverMiddle-text,
.richMenu .box-title {
  font-size: 16px;
  font-weight: 500;
}
.richMenu .hoverMiddle-plus {
  margin-top: 30px;
}
.richMenu .indexBlock-box .indexBlock-title {
  padding-top: 40px;
}
.richMenu .indexBlock-box .indexBlock-cols {
  bottom: 25px;
}
.quickMenu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 20;
  padding-top: 40px;
  background-color: #000;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 250ms ease-out;
}
.quickMenu-active {
  opacity: 1;
  visibility: visible;
}
.quickMenu-richMenu {
  display: block;
}
.quickMenu-close {
  position: absolute;
  top: 60px;
  right: 60px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: .1em;
  cursor: pointer;
}
.richMenu-close-icon,
.quickMenu-close-icon {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/cross-white.png);
}
.footer {
  background-color: #000;
  color: #fff;
}
.footer a {
  text-decoration: none;
  color: #fff;
}
.footer-wrapper {
  padding-bottom: 50px;
}
.footer-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0 60px 110px;
}
.footer-col {
  padding-right: 70px;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.footer-item {
  margin-top: 50px;
}
.footer-item-single {
  margin-top: 30px;
}
.footer-item:first-child {
  margin-top: 0;
}
.footer-logo {
  margin: -14px 0 -10px -57px;
}
.footer-row .sep {
  margin: 10px 0;
}
.footer-text {
  line-height: 1.75;
  font-size: 12px;
}
.footer-links {
  font-size: 12px;
}
.footer-links a {
  display: block;
}
.footer-links a + a {
  margin-top: 8px;
}
.footer-text {
  text-align: justify;
}
.footer-row a:hover {
  color: #999;
}
.footer-language {
  margin-top: 10px;
}
.footer-mentions {
  text-align: center;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 300;
  font-size: 11px;
  color: #7e7e7e;
}
.footer-mentions a {
  color: #7e7e7e;
}
.footer-mentions a:hover {
  color: #fff;
}
.social {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  background-color: #1a1a1a;
  padding: 20px 0;
  text-align: center;
  color: #6b6b6b;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.social a {
  color: #fff;
  margin-left: 10px;
  opacity: 1;
  transition: opacity 250ms ease-out;
}
.social a:hover {
  opacity: .5;
}
.social-focal {
  font-weight: bold;
  color: #fff;
}
/*.grid-wrapper {*/
/*  margin-left: -18px;*/
/*}*/
.grid {
  margin-top: -18px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.grid td {
  padding-top: 18px;
  padding-left: 18px;
  vertical-align: top;
}
.row {
  margin-left: -18px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row .col-1,
.row .col-2,
.row .col-3,
.row .col-4,
.row .col-5,
.row .col-6,
.row .col-7,
.row .col-8,
.row .col-9,
.row .col-10,
.row .col-11,
.row .col-12 {
  padding-left: 18px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-1 {
  width: 10%;
}
.col-2 {
  width: 20%;
}
.col-3 {
  width: 30%;
}
.col-4 {
  width: 40%;
}
.col-5 {
  width: 50%;
}
.col-6 {
  width: 60%;
}
.col-7 {
  width: 70%;
}
.col-8 {
  width: 80%;
}
.col-9 {
  width: 90%;
}
.col-10 {
  width: 100%;
}
.row-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.row-middle {
  -webkit-align-items: center;
  align-items: center;
}
.row-expanded {
  margin-top: -35px;
  margin-left: -40px;
}
.row-expanded .col-1,
.row-expanded .col-2,
.row-expanded .col-3,
.row-expanded .col-4,
.row-expanded .col-5,
.row-expanded .col-6,
.row-expanded .col-7,
.row-expanded .col-8,
.row-expanded .col-9,
.row-expanded .col-10,
.row-expanded .col-11,
.row-expanded .col-12 {
  margin-left: 22px;
  margin-top: 35px;
}
.row-medium {
  margin-left: -40px;
}
.row-medium .col-1,
.row-medium .col-2,
.row-medium .col-3,
.row-medium .col-4,
.row-medium .col-5,
.row-medium .col-6,
.row-medium .col-7,
.row-medium .col-8,
.row-medium .col-9,
.row-medium .col-10,
.row-medium .col-11,
.row-medium .col-12 {
  padding-left: 40px;
}
.row-large {
  margin-left: -70px;
}
.row-large .col-1,
.row-large .col-2,
.row-large .col-3,
.row-large .col-4,
.row-large .col-5,
.row-large .col-6,
.row-large .col-7,
.row-large .col-8,
.row-large .col-9,
.row-large .col-10,
.row-large .col-11,
.row-large .col-12 {
  padding-left: 70px;
}
.row-12 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-12 .col-1 {
  width: 8.3333333%;
}
.row-12 .col-2 {
  width: 16.6666666%;
}
.row-12 .col-3 {
  width: 25%;
}
.row-12 .col-4 {
  width: 33.3333333%;
}
.row-12 .col-5 {
  width: 41.6666666%;
}
.row-12 .col-6 {
  width: 50%;
}
.row-12 .col-7 {
  width: 58.3333333%;
}
.row-12 .col-8 {
  width: 66.6666666%;
}
.row-12 .col-9 {
  width: 75%;
}
.row-12 .col-10 {
  width: 83.3333333%;
}
.row-12 .col-11 {
  width: 91.6666666%;
}
.row-12 .col-12 {
  width: 100%;
}
.row-products .col-2:nth-child(1n+6) {
  margin-top: 60px;
}
.section-grey {
  background-color: #eff0f1;
}
/** ELEMENTS **/
.title,
.supTitle,
.subTitle,
.h1,
.h3 {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.h1 {
  text-align: center;
  font-size: 24px;
}
.h3 {
  font-size: 18px;
}
.h4 {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
}
.supTitle,
.subTitle {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}
.supTitle {
  margin-bottom: 5px;
}
.subTitle {
  margin-top: 5px;
}
.titleBar {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 18px;
  border-bottom: 2px #000 solid;
}
.button {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 15px;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 15px;
  cursor: pointer;
  transition: background-color 150ms ease-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.button-disabled {
  opacity: .5;
  cursor: not-allowed;
}
.button-big {
  padding: 9px 20px;
  font-size: 12px;
  line-height: 1.25;
  border-radius: 16px;
  letter-spacing: .1em;
}
.button-mini {
  padding: 5px 10px;
  border-radius: 11px;
  letter-spacing: .1em;
}
.button-full {
  width: 100%;
  text-align: center;
}
.button-light {
  background-color: #ccc;
}
.button-light:hover {
  background-color: rgba(204, 204, 204, 0.7);
}
.button-grey {
  background-color: #808080;
}
.button-grey:hover {
  background-color: rgba(128, 128, 128, 0.7);
}
.button-c78a3e {
  background-color: #c78a3e;
}
.button-c78a3e:hover {
  background-color: rgba(199, 138, 62, 0.7);
}
.button-white {
  background-color: #fff;
  color: #000;
}
.button-white:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.button-outline {
  background-color: transparent;
  border: 1px #fff solid;
  padding: 8px 14px;
}
.button-outline:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.button-border {
  background-color: transparent;
  border: 1px #000 solid;
  color: #000;
  padding: 8px 14px;
}
.button-border:hover {
  background-color: #000;
  color: #fff;
}
.button-c78a3e-border {
  background-color: transparent;
  border: 1px #c78a3e solid;
  color: #c78a3e;
  padding: 8px 14px;
}
.button-c78a3e-border:hover {
  background-color: rgba(199, 138, 62, 0.7);
  color: #fff;
}
.button-transparent {
  background-color: rgba(0, 0, 0, 0.3);
}
.rate {
  display: inline-block;
  vertical-align: middle;
  width: 92px;
  height: 16px;
}
.rate::before,
.rate::after {
  content: "";
  display: inline-block;
  height: 16px;
  background-image: url(../img/icons/star-full.png);
}
.rate::after {
  background-image: url(../img/icons/star-empty.png);
}
.rate-0::before {
  width: 0px;
}
.rate-1::before {
  width: 19px;
}
.rate-2::before {
  width: 38px;
}
.rate-3::before {
  width: 57px;
}
.rate-4::before {
  width: 76px;
}
.rate-5::before {
  width: 92px;
}
.rate-0::after {
  width: 92px;
}
.rate-1::after {
  width: 73px;
}
.rate-2::after {
  width: 54px;
}
.rate-3::after {
  width: 35px;
}
.rate-4::after {
  width: 16px;
}
.rate-5::after {
  width: 0px;
}
.separator {
  height: 1px;
  background-color: transparent;
  background-image: linear-gradient(to right, #ffffff 0%, #eaeaea 50%, #ffffff 100%);
}
.separator-simple {
  height: 1px;
  background-color: #e1e1e1;
}
.sep {
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  width: 18px;
  background-color: #000;
}
.sep-white {
  background-color: #fff;
}
.sep-grey {
  background-color: #5d5d5d;
}
.sep-green {
  background-color: #54ff00;
}
.sep-left {
  margin-left: 0;
}
.h1 + .sep,
.subTitle + .sep {
  margin-top: 15px;
}
.wave {
  position: relative;
  display: inline-block;
  letter-spacing: .5em;
}
.wave::before,
.wave::after {
  content: "";
  position: absolute;
  background-image: url(../img/elements/waves.png);
  width: 13px;
  height: 19px;
  top: 50%;
  margin-top: -10px;
}
.wave::before {
  right: 100%;
  margin-right: .6em;
}
.wave::after {
  left: 100%;
  margin-left: .1em;
  background-position: -13px 0;
}
.wave-notext::after {
  margin-left: .6em;
}
.wave-black::before,
.wave-black::after {
  background-image: url(../img/elements/waves-black.png);
}
.wave-big::before,
.wave-big::after {
  background-image: url(../img/elements/waves-big.png);
  width: 28px;
  height: 42px;
  margin-top: -21px;
}
.wave-big::after {
  background-position: -28px 0;
}
.wave-hidden::before,
.wave-hidden::after {
  display: none;
}
.date {
  font-size: 11px;
  font-style: italic;
  color: #b9b9b9;
}
.buttonLink {
  display: inline-block;
  text-align: center;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 10px;
  cursor: pointer;
}
.buttonLink:hover {
  opacity: .7;
}
.buttonLink img {
  margin-bottom: 15px;
}
.pickers .picker {
  width: 170px;
}
.pickers-big .picker {
  width: 170px;
}
.centerText {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 80%;
}
.socialLogo {
  font-size: 36px;
}
.socialLogo .fa {
  font-size: 72px;
}
/** FORM **/
.form {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
.form-full {
  width: auto;
}
.form-title {
  text-align: center;
}
.form-line + .form-line,
.form-notice + .form-line {
  margin-top: 20px;
}
.form-forgot {
  margin-top: 10px;
  text-align: right;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.form-forgot a {
  color: #fff;
  text-decoration: none;
}
.form-forgot span {
  cursor: pointer;
}

.form-item-captcha-response INPUT[type=text],
.input {
  border: 1px #e1e1e1 solid;
  height: 32px;
  padding: 0 8px;
  font-size: 12px;
}
textarea.input {
  height: auto;
  padding: 8px;
}
.input-error {
  border-color: #f07b7a;
  background-image: url(../img/icons/warning.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-position: right 7px center;
}
.input-error-message {
  margin-top: 5px;
  margin-left: 9px;
  color: #f07b7a;
}
.label + .input {
  margin-top: 10px;
}
.form .input {
  width: 100%;
}
.form .input::-webkit-input-placeholder {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .1em;
  opacity: 1;
}
.form .input::-moz-placeholder {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .1em;
  opacity: 1;
}
.form .input:-ms-input-placeholder {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .1em;
  opacity: 1;
}
.form .input:-moz-placeholder {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .1em;
  opacity: 1;
}
.form-notice {
  font-size: 11px;
  color: #000;
  font-style: italic;
}
.form-separator {
  height: 1px;
  background-color: #e1e1e1;
}
.form-option {
  display: inline-block;
  margin-left: 20px;
}
.form-option:first-child {
  margin-left: 0;
}
.form-option .label {
  margin-left: 5px;
}
.check + .check {
  margin-top: 10px;
}
.radio-input,
.check-input {
  display: none;
}
.radio-label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border: 1px #e1e1e1 solid;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  box-shadow: inset 0 0 0 7px #fff, inset 0 0 0 8px #e1e1e1;
}
:checked + .radio-label {
  box-shadow: inset 0 0 0 7px #fff;
  background-color: #000;
}
.check-label {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border: 1px #ccc solid;
  cursor: pointer;
}
:checked + .check-label {
  box-shadow: inset 0 0 0 3px #fff;
  background-color: #000;
}
.check-label + .label {
  margin-left: 5px;
}
.captcha LABEL,
.label {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}
.picker {
  position: relative;
  vertical-align: middle;
  border: 1px #e1e1e1 solid;
  border-radius: 15px;
  background-color: #fff;
}
span.picker {
  display: inline-block;
}
.picker::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 10px;
  width: 14px;
  height: 5px;
  background-image: url(../img/icons/chevron-down.png);
  background-position: center bottom;
}
.picker select {
  position: relative;
  z-index: 5;
  background-color: transparent;
  padding: 0 30px 0 15px;
  height: 30px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .1em;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
}
.picker select[disabled] {
  cursor: not-allowed;
}
.picker select::-ms-expand {
  display: none;
}
.dateInput {
  position: relative;
}
.dateInput-input {
  padding-right: 30px;
}
.dateInput-icon {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 32px;
  width: 32px;
  text-align: center;
  cursor: pointer;
}
.filePicker {
  font-size: 12px;
}
.filePicker span {
  display: inline-block;
  vertical-align: middle;
}
.filePicker-input {
  display: none;
}
.filePicker-button,
.form-windows .w-filePicker-button {
  margin-left: 10px;
  background-color: #ccc;
  padding: 5px 10px;
}
.filePicker-button:hover,
.form-windows .w-filePicker-button:hover {
  background-color: rgba(204, 204, 204, 0.6);
}
.filePicker-filename {
  margin-left: 10px;
}
.ratePicker {
  display: inline-block;
  vertical-align: middle;
  width: 92px;
  height: 16px;
}
.ratePicker span {
  float: left;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  background-image: url(../img/icons/star-empty.png);
  cursor: pointer;
}
.ratePicker span:first-child {
  margin-left: 0;
}
.ratePicker .active {
  background-image: url(../img/icons/star-full.png);
}
/** BLOCKS **/
.slider {
  position: relative;
  background-color: #999;
  height: 460px;
  height: 33vw;
}
.slider-big {
  height: 620px;
}
.slider-box {
  height: 300px;
}
.slider-inPage {
  height: 380px;
}
.slider .imageBlock {
  padding-top: 100px;
  padding-bottom: 50px;
  height: 100%;
}
.slider-inPage .imageBlock {
  padding-top: 0;
  padding-bottom: 0;
}
.slider-progress,
.carousel-progress {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 5;
  text-align: center;
}
.slider-progress span,
.carousel-progress span {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 2px #fff solid;
  border-radius: 50%;
  cursor: pointer;
}
.slider-progress span + span,
.carousel-progress span + span {
  margin-left: 10px;
}
.slider-progress .active,
.carousel-progress .active {
  background-color: #fff;
}
.slider-video-container,
.slider-video-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.slider-video {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  z-index: 1;
}
.slider-video-container-height .slider-video {
  top: 0;
  height: 100%;
  left: -100%;
  width: 300%;
}
.headerNav {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
}
.headerNav a {
  display: inline-block;
  margin: 0 5px;
  width: 42px;
  height: 42px;
  background-image: url(../img/icons/navigation.png);
}
.headerNav-close {
  background-position: -42px 0;
}
.headerNav-next {
  background-position: -84px 0;
}
.breadcrumbs {
  padding: 20px 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 11px;
  color: #a9a9a9;
}
.breadcrumbs a {
  color: #a9a9a9;
  text-decoration: none;
}
.breadcrumbs a:hover,
.breadcrumbs a:active {
  text-decoration: underline;
}
.backButton {
  margin-top: -30px;
}
.anchors a {
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
}
.anchors a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 8px;
  background-image: url(../img/icons/chevron-down.png);
  opacity: 0;
  transition: all 150ms cubic-bezier(0.23, 1, 0.32, 1);
}
.anchors a:hover::after {
  bottom: 0;
  opacity: 1;
}
.anchors-text {
  text-align: center;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.anchors-text a {
  display: inline-block;
  padding: 15px 0;
  text-decoration: none;
}
.anchors-text a + a {
  margin-left: 40px;
}
.anchors-image .row-12 {
  -webkit-justify-content: center;
  justify-content: center;
}
.anchors-image a {
  padding-bottom: 15px;
  text-decoration: none;
}
.anchors-image img {
  max-width: 124px;
  max-height: 124px;
}
.stickyAnchors-button {
  display: none;
  margin-left: 20px;
}
.stickyAnchors-active {
  visibility: hidden;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 14;
  padding: 5px 0;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
}
.stickyAnchors-active .anchors {
  display: inline-block;
  vertical-align: middle;
}
.stickyAnchors-active a + a {
  margin-left: 20px;
}
.stickyAnchors-active .stickyAnchors-hidden {
  display: none;
}
.stickyAnchors-active .stickyAnchors-button {
  display: inline-block;
}
.stickyAnchors-visible {
  visibility: visible;
}
.content ul {
  list-style: none;
}
.content li {
  position: relative;
  padding-left: 12px;
}
.content li::before {
  content: "\25cf";
  position: absolute;
  top: 0;
  left: 0;
  color: #8e8e8e;
}
.wysiwyg .title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: solid 2px #000000;
  display: block;
}
.wysiwyg .title2 {
  margin-top: 10px;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: block;
}
.wysiwyg .title3 {
  margin-top: 10px;
  font-weight: bold;
  letter-spacing: .1em;
  display: block;
}
.wysiwyg sup {
  font-size: .8em;
  line-height: .8;
}
.hoverText .wysiwyg .title {
  border-color: #fff;
}
.product-description {
  color: #333;
}
.product-description .title,
.product-description .title-secondary,
.product-description p,
.product-description ul {
  margin-top: 10px;
}
.product-description > :first-child {
  margin-top: 0;
}
.product-description .title-secondary {
  font-weight: bold;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
.product-description .title-secondary + p {
  margin-top: 0;
}
.product-info {
  border-top: 1px #e1e1e1 solid;
}
.colorPicker {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
}
.colorPicker-color {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background-color: #000;
  cursor: pointer;
  border-radius: 50%;
}
.colorPicker-color + .colorPicker-color {
  margin-left: 6px;
}
.colorPicker-color::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  bottom: -1px;
  border: 1px #ccc solid;
  border-radius: 50%;
  transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
}
.colorPicker-color:hover::before {
  border-color:#000;
  top: -4px;
  right: -4px;
  left: -4px;
  bottom: -4px;
}
.hoverable,
.hoverText,
.hoverSimple,
.hoverMiddle {
  position: relative;
  display: block;
  background-position: center center;
  background-size: cover;
  text-decoration: none;
  color: #fff;
}
.hoverable::before,
.hoverText::before,
.hoverSimple::before,
.hoverMiddle::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: #000;
  opacity: .3;
  transition: all 250ms ease-out;
}
.hoverable:hover::before,
.hoverText:hover::before,
.hoverSimple:hover::before {
  opacity: 1;
}
.hoverable::after,
.hoverText::after,
.hoverSimple::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 6;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  background-image: url(../img/icons/plus.png);
  opacity: 1;
  transition: all 250ms ease-out;
}
.hoverable-content,
.hoverText-content,
.hoverSimple-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.hoverText::after {
  z-index: 3;
}
.hoverText:hover::after {
  opacity: 0;
}
.hoverText-visible {
  background-color: #000;
}
.hoverText-visible::before,
.hoverText-visible::after {
  display: none;
}
.hoverText-content {
  padding: 30px;
}
.hoverText-supTitle {
  margin-bottom: 5px;
  font-size: 12px;
  letter-spacing: .1em;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
.hoverText-title {
  font-size: 18px;
  letter-spacing: .1em;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.hoverText-sep {
  margin: 15px 0;
  background-color: #fff;
}
.hoverText-sep,
.hoverText-text {
  visibility: hidden;
  opacity: 0;
  transition: all 250ms ease-out;
}
.hoverText:hover .hoverText-sep,
.hoverText:hover .hoverText-text,
.hoverText-visible .hoverText-sep,
.hoverText-visible .hoverText-text {
  visibility: visible;
  opacity: 1;
}
.block-title {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.block-list {
  list-style-type: none;
}
.block-list li {
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
}
.block-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\2022";
  font-size: 1.5em;
  line-height: 1;
  color: #8e8e8e;
}
.hoverSimple {
  text-align: center;
}
.hoverSimple:hover::before {
  opacity: .6;
}
.hoverSimple-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 18px;
  padding-left: 5px;
  padding-right: 5px;
}
.hoverSimple-small .hoverSimple-text {
  font-size: 16px;
}
.box-full .hoverSimple-text {
  font-size: 30px;
}
.hoverSimple-label {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .2em;
}
.box-full .hoverSimple-label {
  top: 90px;
}
.box-x2 .hoverSimple-label {
  top: 184px;
}
.hoverSimple.box-full::after {
  bottom: 70px;
}
.hoverSimple.box-x2:after {
  bottom: 184px;
}
.hoverMiddle {
  text-align: center;
}
.hoverMiddle:hover::after {
  opacity: .6;
}
.hoverMiddle-content {
  position: relative;
  z-index: 5;
  max-width: 90%;
}
.hoverMiddle-text {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 18px;
}
.box-mini .hoverMiddle-text {
  font-size: 14px;
}
.mac.chrome .hoverMiddle-text {
  font-weight: 500;
}
.hoverMiddle-infos {
  max-width: 400px;
  margin: 10px auto 0;
}
.hoverMiddle-plus {
  margin-top: 20px;
}
.box-grey {
  background-color: #eff0f1;
  color: #000;
  transition: background-color 250ms ease-out;
}
.box-grey::after {
  display: none;
}
a.box-grey:hover {
  background-color: #dcdcdc;
}
.box-black {
  background-color: #000;
  color: #fff;
  transition: background-color 250ms ease-out;
}
.box-black::after {
  display: none;
}
a.box-black:hover {
  background-color: #383838;
}
.wrappedBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrappedBox-image {
  background-position: center center;
  background-size: cover;
  width: 340px;
}
.wrappedBox-box {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.dlist {
  padding: 30px 20px 0;
  background-color: #000;
  color: #fff;
  overflow:auto;
  min-height:300px;
  height:auto !important;
}
.dlist-title {
  text-align: center;
  font-size: 18px;
}
.dlist-list {
  margin-top: 25px;
  border: 0 #333 solid;
  border-width: 1px 0;
}
.dlist-left {
  float: left;
  width: 175px;
}
.dlist-right {
  float: right;
  width: 175px;
}
.dlist-link {
  display: block;
  margin-bottom: -1px;
  padding: 15px 20px 16px 0;
  border-bottom: 1px #333 solid;
  color: #fff;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
  background: url(../img/icons/download.png) no-repeat right center;
}
.dlist-link:hover,
.dlist-link:active {
  text-decoration: underline;
}
.centered {
  text-align: center;
}
.centered-item {
  display: inline-block;
}
.centered-middle .centered-item {
  vertical-align: middle;
}
.centered-item + .centered-item {
  margin-left: 14px;
}
.imageBlock {
  display: block;
  position: relative;
  height: 380px;
  background-position: center center;
  background-size: cover;
  background-color: #000;
  text-align: center;
  color: #fff;
}
.imageBlock.box-grey {
  background-color: #eff0f1;
  color: #000;
}
.imageBlock:not(.without--grey)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: #000;
  opacity: .3;
}
.imageBlock-content {
  position: relative;
  z-index: 5;
  width: 100%;
}
.imageBlock-title {
  font-size: 30px;
}
.imageBlock-date {
  margin-bottom: 10px;
}
.imageBlock-text {
  margin: 20px auto 0;
  width: 70%;
}
.imageBlock-text-tiny {
  width: 33%;
}
.imageBlock-text-small {
  width: 50%;
}
.imageBlock-text-large {
  width: 85%;
}
.imageBlock-icons a {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
  font-size: 18px;
}
.imageBlock-hover::after {
  transition: opacity 250ms ease-out;
}
.imageBlock-hover:hover::after {
  opacity: 1;
}
.imageBlock-hover .imageBlock-text {
  max-height: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  opacity: 0;
  transition: all 250ms ease-out;
}
.imageBlock-hover:hover .imageBlock-text {
  margin-top: 30px;
  margin-bottom: 30px;
  opacity: 1;
  max-height: 140px;
}
.textBox {
  padding: 50px;
  background-color: #eff0f1;
}
.box {
  display: block;
  height: 300px;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.box-x125 {
  height: 350px;
}
.box-h205 {
  height: 205px;
}
.box-x2 {
  height: 618px;
}
.box-square {
  height: 300px;
}
.box-full {
  height: 380px;
}
.box-topleft {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
}
.box-title {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 18px;
}
.mac.chrome .box-title {
  font-weight: 500;
}
.boxOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #000;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 250ms ease-out;
}
.hoverSimple .boxOverlay,
.productBox .boxOverlay {
  padding-bottom: 67px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.boxOverlay-simple {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.hoverSimple .boxOverlay-title {
  margin-top: 0;
}
.box:hover .boxOverlay {
  visibility: visible;
  opacity: 1;
}
.boxOverlay-content {
  padding: 0 20px;
}
.boxOverlay-title {
  margin-top: 25px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.box-x2 .boxOverlay-title {
  font-size: 18px;
}
.boxOverlay-text {
  font-size: 12px;
  padding: 0 20px;
}
td[colspan="2"] .boxOverlay-title,
td[colspan="2"] .boxOverlay-text {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
td[colspan="3"] .boxOverlay-title,
td[colspan="3"] .boxOverlay-text {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
td[colspan="4"] .boxOverlay-title,
td[colspan="4"] .boxOverlay-text {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
td[colspan="5"] .boxOverlay-title,
td[colspan="5"] .boxOverlay-text {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
td[colspan="5"] .boxOverlay-title {
  font-size: 21px;
}
td[colspan="5"] .boxOverlay-text {
  font-size: 14px;
}
.boxOverlay::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 5;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  background-image: url(../img/icons/plus.png);
}
.box-x2 .boxOverlay::after {
  bottom: 184px;
}
.boxOverlay-simple::after {
  display: none;
}
.pleft-item {
  float: left;
  width: 50%;
  padding-left: 110px;
}
.pleft-item > img {
  max-width: 380px;
}
.pressList {
  text-align: center;
}
.pressList-col {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  padding: 0 40px;
  text-align: center;
}
.pressList-col + .pressList-col {
  border-left: 1px #d7d7d7 solid;
}
.pressList-logos {
  width: 50%;
  padding: 40px;
  padding-right: 0;
}
.pressList-logos .press-inline {
  width: 33.3333%;
}
.pressList-logos .press-inline:nth-child(1n+4) {
  margin-top: 40px;
}
.press {
  text-align: center;
  font-size: 12px;
}
.press-inline {
  display: inline-block;
  vertical-align: middle;
}
.press-logo {
  color: #a8a8a8;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
.press-logo img {
  margin-bottom: 10px;
}
.ajaxLoader-content {
  transition: opacity 250ms ease-out;
  opacity: 1;
}
.ajaxLoader-loading {
  opacity: .7;
}
.quote {
  font-style: italic;
  line-height: 1.5;
}
.quote::before,
.quote::after {
  position: relative;
  top: -8px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #a8a8a8;
  display: inline-block;
  height: 0;
}
.quote::before {
  content: '\201C';
  vertical-align: top;
}
.quote::after {
  content: '\201D';
  vertical-align: bottom;
}
.indexBlock {
  position: relative;
  color: #fff;
  text-align: center;
  background-position: center center;
  background-size: cover;
}
.indexBlock a {
  text-decoration: none;
  color: #fff;
}
.indexBlock::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: #000;
  opacity: .3;
}
.indexBlock-title {
  position: relative;
  z-index: 5;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
.indexBlock-box .indexBlock-title {
  padding-top: 70px;
}
.indexBlock-big .indexBlock-title {
  padding: 80px 0 40px;
  margin: 0 40px;
}
.indexBlock-sep {
  position: relative;
  z-index: 5;
}
.indexBlock-big .indexBlock-title big {
  display: block;
  font-size: 48px;
}
.indexBlock-cols {
  position: relative;
  z-index: 5;
}
.indexBlock-big .indexBlock-cols {
  padding: 40px 0 60px;
}
.indexBlock-col {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  position: relative;
}
.indexBlock-col::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -13px;
  width: 25px;
  height: 25px;
  background-image: url(../img/icons/plus-mini.png);
  transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.indexBlock-col:hover::after {
  bottom: 5px;
}
.indexBlock-col-x2 {
  width: 40%;
}
.indexBlock-text {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-size: 12px;
  min-height: 7em;
  padding: 0 10px;
}
.indexBlock-big .indexBlock-text {
  margin-top: 20px;
  padding: 0 40px;
  min-height: 115px;
  font-size: 14px;
  border-left: 1px rgba(255, 255, 255, 0.5) solid;
}
.indexBlock-big .indexBlock-col:first-child .indexBlock-text {
  border-left: none;
}
.indexBlock-box .indexBlock-cols {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
}
.carousel {
  position: relative;
  padding-left: 45px;
  padding-right: 45px;
}
.carousel-padded {
  padding-left: 110px;
  padding-right: 110px;
}
.carousel-prev,
.carousel-next {
  position: absolute;
  top: 0;
  z-index: 5;
  width: 40px;
  height: 100%;
  cursor: pointer;
  background-image: url(../img/icons/arrows.png);
  background-repeat: no-repeat;
}
.carousel-medium {
  padding-left: 35px;
  padding-right: 35px;
}
.carousel-medium .carousel-prev,
.carousel-medium .carousel-next {
  width: 20px;
}
.carousel-small {
  padding-left: 25px;
  padding-right: 25px;
}
.carousel-small .carousel-prev,
.carousel-small .carousel-next {
  width: 8px;
}
.carousel-noarrow {
  padding-left: 0;
  padding-right: 0;
}
.carousel-out {
  padding-left: 0;
  padding-right: 0;
}
.carousel-out .carousel-prev {
  left: auto;
  right: 100%;
  margin-right: 20px;
}
.carousel-out .carousel-next {
  right: auto;
  left: 100%;
  margin-left: 20px;
}
.carousel-prev {
  left: 0;
  background-position: left center;
}
.carousel-next {
  right: 0;
  background-position: right center;
}
.reviews {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.reviews .review {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333%;
  padding-left: 35px;
  padding-right: 35px;
  border-left: 1px #e1e1e1 solid;
}
.reviews .review:nth-child(1n+4) {
  margin-top: 60px;
}
.review:nth-child(3n+1) {
  border-left: none;
}
.review {
  position: relative;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  text-align: center;
}
.review-product {
  font-size: 16px;
  text-align: center;
}
.review-more {
  display: inline-block;
  margin-top: 15px;
  width: 25px;
  height: 25px;
  background-image: url(../img/icons/plus-mini-black.png);
  opacity: 1;
  transition: all 250ms ease-out;
  cursor: pointer;
}
.review-more:hover {
  opacity: .5;
}
.review-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.review-infos {
  margin-left: 20px;
  text-align: left;
}
.review-name {
  font-weight: 500;
  letter-spacing: .1em;
}
.review-label {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 10px;
}
.review-date {
  color: #c5c5c5;
}
.review-name,
.review-label,
.review-date {
  margin-top: 8px;
}
.review-text {
  margin-top: 20px;
  text-align: center;
}
.review-button {
  margin-top: 25px;
}
.productBox {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
}
.productBox.box-x2 {
  padding-top: 10px;
}
.productBox-name {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 20px;
  min-height: 2.4em;
}
.box-x2 .productBox-name {
  margin-top: 10px;
  font-size: 24px;
}
.productBox-bottom {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.box-x2 .productBox-bottom {
  bottom: 10px;
}
.productBox-category {
  color: #c5c5c5;
  font-size: 12px;
  letter-spacing: .15em;
}
.box-x2 .productBox-category {
  font-size: 16px;
}
.productBox-category + .rate {
  margin-top: 5px;
}
.box-x2 .productBox-category + .rate {
  margin-top: 10px;
}
.productBox-topRight {
  position: absolute;
  top: 10px;
  right: 5px;
  z-index: 3;
}
.separated {
  position: relative;
  padding: 0 20px;
  text-align: center;
}
.separated::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50px;
  bottom: 0;
  border-left: 1px #e1e1e1 solid;
}
.separated:first-child::before {
  display: none;
}
.tabs {
  position: relative;
  text-align: center;
  border: 0 #e1e1e1 solid;
  border-width: 1px 0;
  margin-left: -1px;
  margin-right: -1px;
}
.tabs::before,
.tabs::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px #fff solid;
}
.tabs::before {
  left: -1px;
  border-left-width: 2px;
}
.tabs::after {
  right: 0;
}
.tabs-label,
.tabs-tab {
  display: inline-block;
  vertical-align: top;
  width: 14.28571429%;
  height: 51px;
  padding: 0 20px;
  margin-bottom: -1px;
  border: 0 #e1e1e1 solid;
  border-width: 0 1px 1px 0;
}
.tabs-label {
  color: #b9b9b9;
  letter-spacing: .1em;
  font-size: 12px;
  border-left-width: 0;
}
.tabs-tab {
  font-size: 11px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 500;
  cursor: pointer;
  box-shadow: -1px 0 #e1e1e1;
}
.tabs-tab:hover,
.tabs-tab.active {
  background-color: #000;
  color: #fff;
}
.download {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-top: 13px;
  color: #fff;
  width: 135px;
  height: 150px;
  font-size: 12px;
  background-color: #000;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.download::after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 50%;
  width: 19px;
  height: 19px;
  margin-left: -9px;
  background-image: url(../img/icons/download.png);
}
.download:hover {
  background-color: #fff;
  color: #000;
}
.download-w2 {
  width: 284px;
}
.download-text {
  display: block;
  margin-top: 15px;
  padding: 0 5px;
}
.instagramBlock {
  padding-top: 25px;
  text-align: center;
  color: #fff;
  background: url(../img/elements/bg-instagram.jpg) no-repeat center center;
  background-size: cover;
  height: 350px;
}
.instagramBlock-header {
  opacity: .5;
}
.instagramBlock-icon .fa {
  font-size: 32px;
}
.instagramBlock-title {
  margin-top: 15px;
}
.instagramBlock-pictures {
  margin-top: 30px;
}
.instagramBlock-hashtag {
  margin-top: 30px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.testimonial {
  padding: 40px 80px 0;
  height: 350px;
  text-align: center;
  background-color: #000;
  color: #fff;
}
.testimonial-title {
  font-style: italic;
  font-size: 18px;
  text-transform: uppercase;
}
.testimonial-sep {
  margin-top: 10px;
}
.testimonial-date {
  font-style: italic;
  color: #b9b9b9;
  font-size: 12px;
  margin-top: 20px;
}
.testimonial-text {
  margin-top: 30px;
}
.postCards {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.postCards .postCard + .postCard {
  margin-left: 65px;
}
.postCard {
  position: relative;
  width: 445px;
  background-color: #f2f3f5;
}
.postCard-content {
  padding: 15px 15px 70px;
  text-align: center;
}
.postCard-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 15px;
  text-align: center;
}
.newsletterBlock,
.waveBlock {
  position: relative;
  padding-top: 25px;
  height: 154px;
  background-color: #f2f3f5;
  text-align: center;
}
.newsletterBlock::before,
.waveBlock::before,
.newsletterBlock::after,
.waveBlock::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 90px;
  background-image: url(../img/elements/blockwaves.png);
}
.newsletterBlock::before,
.waveBlock::before {
  left: 0;
}
.newsletterBlock::after,
.waveBlock::after {
  right: 0;
  background-position: right 0;
}
.waveBlock {
  padding-top: 35px;
}
.newsletterBlock-title,
.waveBlock-title {
  font-size: 24px;
}
.newsletterBlock-subTitle {
  margin-top: 5px;
  font-size: 14px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  letter-spacing: .3em;
}
.newsletterBlock-input {
  border: 1px #939393 solid;
  border-right-width: 0;
  background-color: #fff;
  height: 40px;
  width: 535px;
  padding: 0 10px;
  vertical-align: middle;
}
.newsletterBlock-input::-webkit-input-placeholder {
  text-transform: uppercase;
}
.newsletterBlock-input::-moz-placeholder {
  text-transform: uppercase;
}
.newsletterBlock-input:-ms-input-placeholder {
  text-transform: uppercase;
}
.newsletterBlock-input:-moz-placeholder {
  text-transform: uppercase;
}
.newsletterBlock-button {
  text-indent: -100px;
  overflow: hidden;
  background: #000 url(../img/icons/chevron-right-white.png) no-repeat center center;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.searchField {
  display: inline-block;
  border-bottom: 1px #b9b9b9 dashed;
}
.searchField-input {
  vertical-align: middle;
  height: 30px;
  padding: 0 10px;
  width: 380px;
  text-align: center;
}
.searchField-input::-webkit-input-placeholder {
  font-style: italic;
  text-transform: uppercase;
}
.searchField-input::-moz-placeholder {
  font-style: italic;
  text-transform: uppercase;
}
.searchField-input:-ms-input-placeholder {
  font-style: italic;
  text-transform: uppercase;
}
.searchField-input:-moz-placeholder {
  font-style: italic;
  text-transform: uppercase;
}
.searchField-button {
  vertical-align: middle;
  height: 30px;
  padding: 0 5px;
  background-color: #fff;
}
.searchBox {
  display: inline-block;
}
.searchBox-input {
  vertical-align: middle;
  height: 32px;
  padding: 0 10px;
  width: 350px;
  border: 1px #000 solid;
  border-right: none;
  font-size: 12px;
}
.searchBox-input::-webkit-input-placeholder {
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000;
  opacity: 1;
}
.searchBox-input::-moz-placeholder {
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000;
  opacity: 1;
}
.searchBox-input:-ms-input-placeholder {
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000;
  opacity: 1;
}
.searchBox-input:-moz-placeholder {
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000;
  opacity: 1;
}
.searchBox-button {
  vertical-align: middle;
  height: 32px;
  width: 32px;
  padding: 0 5px;
  background-color: #000;
  color: #fff;
}
.socialIcons {
  height: 0;
  text-align: right;
  margin: 0 20px;
}
.socialIcons-icon {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 18px;
  opacity: 1;
  transition: opacity 150ms ease-out;
}
.socialIcons-icon:hover {
  opacity: .6;
}
.buttonList {
  text-align: center;
}
.buttonList-label {
  display: inline-block;
  color: #b9b9b9;
  font-size: 12px;
  letter-spacing: .2em;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
.buttonList-label,
.buttonList .button {
  margin: 0 7px;
}
.postList-item {
  margin-top: 35px;
}
.postList-item:first-child {
  margin-top: 0;
}
.postList-content {
  margin-left: 430px;
}
.postList-img {
  float: left;
}
.postList-title {
  margin-top: 5px;
  margin-bottom: 10px;
}
.postList-title a {
  text-decoration: none;
}
.postList-text {
  margin-top: 5px;
}
.postList-button {
  margin-top: 15px;
}
.postList-buttons {
  margin-top: 15px;
}
.postList-buttons .postList-button {
  margin-top: 0;
  margin-left: 10px;
}
.postList-buttonsLabel {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #b9b9b9;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
.quickAccess {
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  height: 210px;
  background-position: center center;
  background-size: cover;
}
.quickAccess::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: #000;
  opacity: .3;
  transition: all 250ms ease-out;
}
.quickAccess:hover::after {
  opacity: .6;
}
.quickAccess-content {
  position: relative;
  z-index: 5;
}
.quickAccess-label {
  letter-spacing: .1em;
  margin-top: 5px;
}
.quickAccess-title {
  letter-spacing: .1em;
}
.languagePicker {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
}
.languagePicker-item {
  display: block;
  padding: 5px 0;
}
a.languagePicker-item {
  color: #7e7e7e;
}
a.languagePicker-item:hover {
  color: #fff;
}
.languagePicker-item-active {
  cursor: pointer;
}
.languagePicker-dropDown {
  margin-left: 15px;
  display: none;
}
.languagePicker-globe {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-image: url(../img/icons/globe.png);
  opacity: .5;
}
.languagePicker-item-active .languagePicker-globe,
.languagePicker-item:hover .languagePicker-globe {
  opacity: 1;
}
.languagePicker-icon {
  float: left;
  line-height: 18px;
  width: 10px;
  margin-right: 5px;
}
.languagePicker-country {
  display: inline-block;
  vertical-align: middle;
}
.logolist {
  text-align: center;
}
.logolist a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  width: 110px;
  text-align: center;
  text-decoration: none;
  transition: opacity 150ms ease-out;
}
.logolist a:not(.anchors) :hover {
  opacity: .6;
}
.logolist a:first-child {
  margin-left: 0;
}
.logolist .fa {
  font-size: 50px;
  line-height: 41px;
}
.logolist-title {
  display: block;
  margin-top: 15px;
}
.textBlock {
  background-color: #eff0f1;
  padding: 30px;
}
.textBlock-box {
  padding: 50px 30px 40px 50px;
  height: 618px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-direction: column;
  flex-direction: column;
}
.textBlock-box .sep {
  -webkit-flex: 0 0 2px;
  -ms-flex: 0 0 2px;
  flex: 0 0 2px;
}
.textBlock-title {
  font-size: 18px;
}
.textBlock-title + .sep {
  margin-top: 15px;
}
.textBlock-content {
  margin-top: 15px;
  max-height: 330px;
  overflow-y: auto;
}
.textBlock-box .textBlock-content {
  max-height: none;
}
.textBlock-subtitle {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.textBlock-text {
  margin-top: 10px;
}
.textBlock-item {
  margin-top: 30px;
}
.textBlock-item:first-child {
  margin-top: 0;
}
.textBlock-thread {
  display: block;
  text-decoration: none;
  padding: 15px 0;
  border-bottom: 1px #dbdbdb solid;
  margin-right: 15px;
}
.textBlock-thread:first-child {
  padding-top: 0;
}
.textBlock-thread:last-child {
  border-bottom: none;
}
.textBlock-thread:hover .textBlock-subtitle {
  text-decoration: underline;
}
.textBlock-threadInfos {
  margin-top: 5px;
  font-style: italic;
  font-size: 11px;
}
.infoBlock {
  background-color: #eff0f1;
  padding: 40px 30px;
  height: 100%;
  text-align: center;
}
.infoBlock-title {
  font-size: 16px;
}
.infoBlock-text {
  margin-top: 15px;
}
.question {
  padding: 25px 0;
  border-top: 1px #e1e1e1 solid;
}
.question:first-child {
  padding-top: 0;
  border-top: 0;
}
.question:last-child {
  padding-bottom: 0;
}
.question-button {
  margin-top: 15px;
}
.socialBox {
  position: relative;
}
.socialBox-left::before,
.socialBox-left::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 3;
  width: 20px;
  height: 50%;
  border-color: transparent #fff;
  border-style: solid;
}
.socialBox-left::before {
  top: 0;
  border-width: 0 0 20px 20px;
}
.socialBox-left::after {
  bottom: 0;
  border-width: 20px 0 0 20px;
}
.socialBox-top {
  padding: 50px 40px 30px;
}
.socialBox-top::before,
.socialBox-top::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 3;
  width: 50%;
  height: 20px;
  border-color: #fff transparent;
  border-style: solid;
}
.socialBox-top::before {
  left: 0;
  border-width: 20px 20px 0 0;
}
.socialBox-top::after {
  right: 0;
  border-width: 20px 0 0 20px;
}
.socialBox-facebook {
  background-color: #3b5998;
  color: #fff;
}
.socialBox-facebook-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.socialBox-facebook-post {
  overflow: hidden;
  width: 350px;
}
.socialBox-facebook-post {
  background-color: #fff;
}
.socialBox-facebook-post-inner {
  margin: -1px;
}
.socialBox-facebook-fan {
  width: 350px;
  padding: 15px 20px 30px;
  background-color: #293e6a;
  text-align: center;
}
.socialBox-facebook-title {
  color: #3b5998;
  font-size: 18px;
}
.socialBox-facebook-img {
  margin-top: 30px;
  border: 1px #fff solid;
  border-radius: 50%;
}
.socialBox-facebook-name {
  margin-top: 10px;
}
.socialBox-facebook-more {
  display: inline-block;
  margin-top: 10px;
  font-size: 10px;
  text-decoration: none;
  color: #fff;
}
.socialBox-facebook-more::before {
  content: "> ";
}
.socialBox-facebook-more:hover {
  text-decoration: underline;
}
.socialBox-facebook-button {
  margin-top: 30px;
}
.socialBox-facebook-bottom {
  margin-top: 30px;
  text-align: center;
}
.socialBox-facebook-bottom-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: .1em;
}
.socialBox-twitter {
  min-height: 505px;
  background-color: #00abf1;
  color: #fff;
  font-size: 18px;
}
.socialBox-twitter a {
  color: #fff;
}
.socialBox-twitter-tweet {
  padding: 15px 0;
  border-top: 1px #00a2e5 solid;
}
.socialBox-twitter-tweet:first-child {
  border-top: none;
}
.socialBox-twitter-name {
  text-decoration: none;
  font-weight: bold;
}
.socialBox-twitter-name:hover {
  text-decoration: underline;
}
.socialBox-twitter-text {
  line-height: 1.2;
}
.socialBox-twitter-text a {
  text-decoration: none;
  font-style: italic;
}
.socialBox-twitter-text a:hover {
  text-decoration: underline;
}
.socialBox-instagram {
  min-height: 505px;
  padding: 65px 0 0;
  background: url(../img/elements/bg-instagram.jpg) no-repeat center center;
  background-size: cover;
}
.socialBox-instagram-pictures a {
  display: inline-block;
  margin: 15px 10px 0;
}
.socialBox-youtube {
  background-color: #000;
  height: 390px;
  padding: 0 0 0 20px;
}
.socialBox-youtube-iframe {
  width: 100%;
  height: 100%;
}
.socialBox-music {
  padding: 55px 0 50px;
  text-align: center;
  background-color: #eff0f1;
}
.socialBox-music-text {
  padding: 0 60px;
}
.socialBox-music-playlists {
  margin-top: 40px;
}
.playlists {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.playlists .playlist {
  margin-left: 40px;
}
.playlists .playlist:nth-child(4n+1) {
  margin-left: 0;
}
.playlists .playlist:nth-child(n+5) {
  margin-top: 40px;
}
.playlist {
  text-align: center;
  width: 220px;
}
.playlist-cover {
  height: 220px;
}
.playlist-cover .hoverSimple-content {
  padding-bottom: 30px;
}
.playlist-cover .boxOverlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 0;
}
.playlist-links {
  margin-top: 10px;
}
.simpleQuestions .simpleQuestion {
  padding-left: 20px;
  padding-right: 20px;
}
.simpleQuestion {
  position: relative;
  text-align: center;
  padding: 0 30px;
}
.simpleQuestion-date,
.simpleQuestion-place,
.simpleQuestion-name {
  color: #a1a1a1;
}
.simpleQuestion-date {
  font-style: italic;
}
.simpleQuestion-text {
  margin-top: 20px;
}
.simpleQuestion-name,
.simpleQuestion-button {
  margin-top: 20px;
}
.simpleQuestion-answer {
  display: none;
  margin-top: 20px;
}
.middleBlock {
  position: relative;
  height: 576px;
  text-align: center;
  color: #fff;
  padding-top: 100px;
  background-position: center center;
  background-size: cover;
}
.middleBlock::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: #000;
  opacity: .3;
}
.middleBlock-top {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 5;
}
.middleBlock-content {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  z-index: 5;
  margin: 0 80px;
}
.productList {
  padding: 20px 50px;
  background-color: #f2f3f5;
}
.productList-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  border-top: 1px #dadada solid;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
}
.productList-item:first-child {
  border-top: none;
}
.productList-name {
  -webkit-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
}
.productList-ref {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.productList-remove {
  font-size: 18px;
  line-height: 14px;
  cursor: pointer;
}
.joinBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #000;
  color: #fff;
}
.joinBox-text {
  text-transform: uppercase;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .1em;
}
.joinBox-icons {
  margin-top: 20px;
  padding: 0 40px;
}
.joinBox-icons a {
  display: inline-block;
  width: 30px;
  color: #fff;
  font-size: 30px;
  opacity: 1;
  transition: opacity 250ms ease-out;
}
.joinBox-icons a:hover {
  opacity: .7;
}
.joinBox-icons a:nth-child(2n+2) {
  margin-left: 25px;
}
.joinBox-icons a:nth-child(1n+3) {
  margin-top: 20px;
}
.videoHolder {
  position: relative;
  background-position: center center;
  background-size: cover;
  height: 600px;
  cursor: pointer;
}
.videoHolder::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 118px;
  height: 118px;
  margin-left: -59px;
  margin-top: -59px;
  background-image: url(../img/icons/play.png);
  opacity: 1;
  transition: opacity 250ms ease-out;
}
.videoHolder:hover::before {
  opacity: .6;
}
.videoHolder::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: #000;
  opacity: .3;
}
.videoHolder.active::before,
.videoHolder.active::after {
  display: none;
}
.sideImage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sideImage-image {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.sideImage-text {
  padding: 0 60px;
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.brandText {
  padding: 0 7%;
  text-align: center;
}
.brandText p {
  margin-top: 20px;
}
.brandText-plus {
  display: inline-block;
  margin-top: 20px;
  transition: opacity 250ms ease-out;
  opacity: 1;
}
.brandText-plus:hover {
  opacity: .6;
}
.brandBlock {
  position: relative;
  height: 100%;
  padding-bottom: 62px;
}
.brandBlock-plus {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -21px;
  transition: opacity 250ms ease-out;
  opacity: 1;
}
.brandBlock-plus:hover {
  opacity: .6;
}
.brandImage {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.brandImage::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: #000;
  opacity: .3;
}
.brandImage-content {
  position: relative;
  z-index: 5;
}
.fullFader {
  position: relative;
  height: 450px;
}
.fullFader-ratio {
  height: 33.177vw;
}
.fullFader-item {
  background-position: center center;
  background-size: cover;
}
.fullFader-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
  padding: 20px 0;
}
.fullFader-text p {
  margin-left: auto;
  margin-right: auto;
  width: 550px;
}
.fullFader-prev,
.fullFader-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 10;
  width: 40px;
  height: 80px;
  background-image: url(../img/icons/arrows-white.png);
  cursor: pointer;
}
.fullFader-prev {
  right: 50%;
  margin-right: 545px;
}
.fullFader-next {
  left: 50%;
  margin-left: 545px;
  background-position: right 0;
}
.number {
  margin-bottom: 10px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: bold;
}
.story {
  text-align: center;
}
.story-years {
  display: inline-flex;
}
.story-year {
  position: relative;
  width: 75px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.story-year::before {
  position: relative;
  z-index: 5;
  content: "";
  display: block;
  margin: 0 auto 5px;
  width: 12px;
  height: 12px;
  border: 1px #000 solid;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 250ms ease-out;
}
.story-year::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 50%;
  z-index: 3;
  border-top: 1px #000 solid;
  width: 75px;
}
.story-year:first-child::after {
  display: none;
}
.story-year-active::before {
  background-color: #000;
}
.story-pages {
  margin-top: 60px;
}
.story-page {
  margin: 0 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.story-page-year {
  font-size: 120px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.story-page-text {
  margin-left: 40px;
  text-align: left;
}
.files {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.file {
  width: 120px;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
  text-decoration: none;
}
.file:hover {
  opacity: .7;
}
.file:nth-child(n+6) {
  margin-top: 30px;
}
.file-icon {
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 90px;
  height: 90px;
  background-color: #000;
}
.file-name {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.productsGuide {
  position: relative;
  padding: 30px 30px 40px;
  background-color: #eff0f1;
  text-align: center;
}
.productsGuide-subTitle {
  margin-top: 15px;
}
.productsGuide-criterias {
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.productsGuide-criteria {
  position: relative;
  padding: 0 30px 34px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  width: 210px;
  border-left: 1px #bfc0c1 solid;
}
.productsGuide-criteria:first-child {
  border-left: none;
}
.productsGuide-image {
  margin-bottom: 10px;
}
.productsGuide-radio {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
}
.productsGuide-buttons {
  margin-top: 35px;
}
.productsGuide-buttons .button {
  margin-left: 15px;
}
.productsGuide-buttons .button:first-child {
  margin-left: 0;
}
.productsGuide-reset {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-size: 13px;
  cursor: pointer;
  display: none;
}
.productsGuide-reset .fa {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 8px;
}
.productsGuide-options {
  margin-top: 25px;
  text-align: center;
}
.productsGuide-option {
  display: inline-block;
  margin-left: 5px;
  padding: 5px 8px;
  background-color: #eff0f1;
  font-size: 10px;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  text-transform: uppercase;
}
.productsGuide-option:first-child {
  margin-left: 0;
}
.productsGuide-results {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}
.productsGuide-results::after {
  content: "";
  margin: 10px auto 0;
  width: 24px;
  height: 12px;
  display: block;
  background: url(../img/icons/arrows.png) no-repeat center bottom;
}
.productsGuide-prev {
  display: none;
}
/** PAGE SPECIFIC **/
/* homepage */
.homeLive {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.homeLive-news {
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  border-right: 2px #e1e1e1 solid;
}
.homeLive-title {
  color: #b9b9b9;
  font-size: 36px;
}
.homeLive-social {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  padding-left: 55px;
  text-align: center;
}
.homeLive-header {
  color: #b9b9b9;
}
.homeLive-header .sep {
  background-color: #b9b9b9;
}
.homeSocial-item {
  padding: 30px 0;
  border-top: 1px #e1e1e1 solid;
}
.homeSocial-item:first-child {
  border-top: none;
}
.homeSocial-link {
  text-decoration: none;
  display: block;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  opacity: 1;
  transition: opacity 150ms ease-out;
}
.homeSocial-link:hover {
  opacity: .6;
}
.homeSocial-icon {
  font-size: 64px;
  letter-spacing: 0;
}
.homeSocial-icon::before {
  margin-right: .3em;
}
.homeSocial-icon::after {
  margin-left: .3em;
}
.homeSocial-link small,
.homeSocial-link big {
  display: block;
  letter-spacing: .15em;
}
.homeSocial-link small {
  font-size: 12px;
  font-weight: 500;
}
.homeSocial-link big {
  margin-top: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.homeInstagram {
  margin-top: -10px;
  margin-left: -10px;
}
.homeInstagram-item {
  float: left;
  width: 50%;
  padding-top: 10px;
  padding-left: 10px;
}
.homeForum {
  height: 200px;
}
.homeForum-title {
  font-size: 18px;
  letter-spacing: .5em;
}
.homeExperience {
  height: 460px;
}
.homeExperience-title {
  font-size: 30px;
}
.homeExperience-plus {
  margin-top: 50px;
}
/* page produit */
.product-pictures {
  float: left;
  position: relative;
  width: 630px;
  padding-right: 30px;
}
.product-pictures-topRight {
  position: absolute;
  top: 20px;
  right: 45px;
}
.product-picturesList {
  margin-top: 20px;
}
.product-picturesList img {
  float: left;
  margin-left: 26px;
  cursor: pointer;
  max-width: 100px;
  max-height: 100px;
}
.product-picturesList img:first-child {
  margin-left: 0;
}
.product-infos {
  float: left;
  width: 540px;
}
.product-header {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px #000 solid;
}
.product-name {
  font-size: 24px;
}
.product-social {
  font-size: 18px;
  /*float: right;
  margin-top: 6px;*/
  position: absolute;
  right: 0;
  bottom: 20px;
}
.product-social a {
  opacity: 1;
  transition: opacity 250ms ease-out;
}
.product-social a:hover {
  opacity: .7;
}
.product-social a + a {
  margin-left: 10px;
}
.product-description + .product-info {
  margin-top: 25px;
}
.product-awards {
  padding-top: 10px;
  padding-bottom: 10px;
}
/*
.product-awards img {
  float: left;
  margin-left: 15px;
}

.product-awards img:first-child {
  margin-left: 0;
}*/
.item-award {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.item-award-table {
  display: table;
  height: 100%;
  width: 100%;
}
.item-award-cell {
  display: table-cell;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  text-align: center;
}
.item-award-cell img {
  max-width: 100%;
  max-height: 100%;
}
.product-awards .item-award {
  height: 100px;
  width: 100px;
}
.product-awards .item-award:not(:first-child) {
  margin-left: 15px;
}
.ligne-awards .item-award {
  min-height: 72px;
}
.ligne-awards .item-award img {
  max-height: 72px;
  max-width: 72px;
}
.ligne-awards .item-award .item-award-table {
  min-height: 72px;
}
.ligne-awards .item-award .item-award-cell {
  max-width: 72px;
}
.ligne-awards .item-award.item-award-text .item-award-cell {
  width: 100px;
  max-width: 100px;
}
.ligne-awards .item-award:not(:first-child) {
  margin-left: 30px;
}
.awardsPopin-carousel {
  width: 695px;
  margin-left: auto;
  margin-right: auto;
}
.awardsPopin-block {
  margin-top: -25px;
  margin-left: -13px;
}
.awardsPopin-block .item-award {
  height: 125px;
  width: 125px;
  margin-top: 25px;
  margin-left: 13px;
  display: block;
  float: left;
}
.naim {
  position: relative;
  padding-top: 70px;
  height: 402px;
  background-image: url(../img/elements/naim.png);
}
.naim-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.naim-items {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 820px;
  text-align: center;
}
.naim-item {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  text-decoration: none;
}
.naim-name {
  margin-top: 20px;
}
.naim-type {
  letter-spacing: .1em;
  font-size: 12px;
}
/* ligne */
.ligne-awards img {
  margin-left: 50px;
}
.ligne-awards img:first-child {
  margin-left: 0;
}
/* store locator */
.storeLocator-form {
  transition: opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.storeLocator-form-loading {
  opacity: .5;
  cursor: wait;
}
.storeLocator-form-loading * {
  cursor: inherit;
}
.storeLocator-searchInput {
  width: 310px;
}
.storeLocator-countryPicker {
  width: 200px;
}
.storeLocator-searchButton {
  width: 190px;
}
.storeLocator-optional-location {
  display: none;
}
.storeForm {
  padding-bottom: 40px;
}
.storeForm-options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 25px;
  padding: 30px 20px;
  border: 0 #bfc0c1 solid;
  border-width: 1px 0;
}
.storeForm-option {
  position: relative;
  padding: 5px 0 5px 30px;
  min-height: 2em;
  box-sizing: content-box;
}
.storeForm-item {
  margin-top: 15px;
}
.storeForm-item:first-child {
  margin-top: 0;
}
.storeForm-linePicker {
  width: 250px;
}
.storeForm-option-radio {
  position: absolute;
  top: 0;
  left: 0;
}
.storeForm-actions {
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.storeForm-action {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  text-align: center;
}
.storeForm-search .searchField-input {
  width: 210px;
  font-size: 13px;
}
.storeForm-search .searchField-input::-webkit-input-placeholder {
  text-transform: none;
  font-style: normal;
}
.storeForm-search .searchField-input::-moz-placeholder {
  text-transform: none;
  font-style: normal;
}
.storeForm-search .searchField-input:-ms-input-placeholder {
  text-transform: none;
  font-style: normal;
}
.storeForm-search .searchField-input:-moz-placeholder {
  text-transform: none;
  font-style: normal;
}
.storeForm-search .searchField-input,
.storeForm-search .searchField-button {
  background-color: transparent;
  height: 20px;
}
.storeLocator-error {
  display: none;
  color: #f07b7a;
  margin-top: 10px;
  text-align: center;
}
.storeLocator-success {
  display: none;
  color: #0a0;
  margin-top: 10px;
  text-align: center;
}
.storeForm-reset {
  display: inline-block;
  cursor: pointer;
  color: #656565;
  font-size: 13px;
}
.storeForm-reset .fa {
  color: #000;
  font-size: 18px;
  vertical-align: middle;
}
.storeLocator-header {
  padding: 50px 0 25px;
}
.storeLocator-filters {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.storeLocator-filtersLabel {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  color: #656565;
  margin-top: 34px;
}
.storeLocator-filter {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-left: 65px;
  cursor: pointer;
}
.storeLocator-filter-name {
  display: block;
  margin: 10px 0 15px;
}
.storeLocator-filter-tooltip {
  position: absolute;
  left: 50%;
  bottom: 100%;
  padding: 10px;
  font-size: 11px;
  background-color: #eff0f1;
  white-space: nowrap;
  transform: translate(-50%, 0);
  transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  opacity: 0;
  margin-bottom: 28px;
}
.storeLocator-filter-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -8px;
  border-style: solid;
  border-color: #eff0f1 transparent;
  border-width: 8px 8px 0;
}
.storeLocator-filter:hover .storeLocator-filter-tooltip {
  visibility: visible;
  opacity: 1;
  margin-bottom: 14px;
}
.storeLocator-interface {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  position: relative;
}
.storeLocator-stores {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  overflow: hidden;
}
.storeLocator-map {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}
.storeLocator-noStore {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.3);
}
.storeLocator-noStore-message {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  background-color: #fff;
  width: 300px;
  padding: 30px;
  transform: translate(-50%, -50%);
}
.storeLocator-noStore-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
.storeLocator-store {
  padding: 15px 25px 20px;
  border-bottom: 1px #ccc solid;
  cursor: pointer;
}
.storeLocator-store:last-child {
  border-bottom: none;
}
.storeLocator-store:hover {
  background-color: #fafafa;
}
.storeLocator-store-active {
  background-color: #000;
  color: #fff;
}
.storeLocator-store-active:hover {
  background-color: #000;
}
.storeLocator-category-name {
  position: relative;
  padding: 20px 0;
  line-height: 16px;
  text-align: center;
  background-color: #eff0f1;
  cursor: pointer;
}
.storeLocator-category-name::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -2px;
  width: 9px;
  height: 5px;
  background-image: url(../img/icons/chevron-down.png);
  background-position: center bottom;
}
.storeLocator-category-active .storeLocator-category-name::after {
  background-image: url(../img/icons/chevron-up.png);
  background-position: center top;
}
.storeLocator-category-content {
  height: 0;
  overflow-y: auto;
  transition: height 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.storeLocator-category-active .storeLocator-category-content {
  height: 588px;
}
.storeLocator-infoBox {
  width: 340px;
  margin-bottom: 55px;
  margin-left: -170px;
  padding: 25px 25px 30px;
  background-color: #000;
  color: #fff;
  box-shadow: 10px -10px 13px rgba(0, 0, 0, 0.25);
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}
.storeLocator-infoBox::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #000 transparent;
}
.storeInfos-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.storeInfos-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 340px;
  padding: 25px 25px 30px;
  color: #fff;
  background-color: #000;
  transform: translate(-50%, -50%);
}
.storeInfos {
  position: relative;
  padding: 10px 0 0 23px;
  font-size: 12px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
.storeInfos-marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
}
.storeInfos-distance {
  float: right;
}
.storeInfos-address {
  margin-top: 5px;
}
.storeInfos-products {
  margin-top: 15px;
}
.storeInfos-products img {
  margin-right: 8px;
}
.storeInfos-picto-white,
.storeInfos-picto-black {
  display: none;
  height: 22px;
}
.storeLocator-store .storeInfos-picto-black {
  display: inline-block;
  opacity: .3;
}
.storeLocator-store .storeInfos-picto-white {
  display: none;
  opacity: .5;
}
.storeInfos-category-icon {
  opacity: .5;
  height: 22px;
  transition: opacity 250ms ease-out;
  cursor: default;
}
.storeInfos-category-icon:hover {
  opacity: 1;
}
.storeLocator-store-active .storeInfos-picto-black {
  display: none;
}
.storeLocator-store-active .storeInfos-picto-white {
  display: inline-block;
}
.storeInfos-contact {
  margin-top: 15px;
}
.storeInfos-tel {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #949494;
}
.storeInfos-tel span {
  color: #fff;
}
.storeInfos-links {
  margin-top: 15px;
}
.storeInfos-links a {
  color: #949494;
  text-decoration: none;
  margin-left: 5px;
}
.storeInfos-links a:hover {
  color: #fff;
}
.storeInfos-links a:first-child {
  margin-left: 0;
}
.storeInfos-links a::before {
  content: "> ";
}
.storeLocator-infoBox-close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 5;
  border: 10px #000 solid;
  width: 30px;
  height: 30px;
  background: url(../img/icons/cross-white.png) no-repeat center center;
  cursor: pointer;
}
.storeLocator-infoBox-close:hover {
  opacity: .7;
}
.storeInfos-category {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  padding: 30px;
  width: 180px;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  overflow: hidden;
}
.storeInfos-category.active {
  display: block;
}
.storeInfos-category-item {
  margin-top: 10px;
  font-weight: bold;
}
/* focal and you */
.focalNYou-testimonial {
  text-align: center;
}
.focalNYou-testimonial-name {
  font-style: italic;
}
.focalNYou-testimonial-text {
  margin-top: 10px;
  font-size: 24px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.focalNYou-questions {
  padding-bottom: 50px;
}
.focalNYou-answer {
  padding: 0 20px;
  height: 100%;
  min-height: 100%;
  text-align: center;
  background-color: #000;
  color: #fff;
}
.focalNYou-answer-text {
  margin-top: 20px;
}
.focalNYou-answer-links {
  margin-top: 20px;
}
.focalNYou-answer-links a {
  color: #fff;
  font-size: 36px;
  margin: 0 10px;
  opacity: .3;
  transition: opacity 250ms ease-out;
}
.focalNYou-answer-links a:hover {
  opacity: .6;
}
.focalNYou-other {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  opacity: 1;
  transition: opacity 250ms ease-out;
}
.focalNYou-other:hover {
  opacity: .6;
}
.focalNYou-other-title {
  font-size: 18px;
}
.focalNYou-other-subTitle {
  margin-top: 5px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
.focalNYou-other-button {
  margin-top: 15px;
  font-size: 36px;
}
/* post */
.post-block h2 {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
}
.post-block h3 {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 21px;
}
.post-block p {
  margin-top: 20px;
}
.post-block .button {
  margin-top: 20px;
}
.post-block {
  margin: 40px 0;
}
.post-block:first-child {
  margin-top: 0;
}
.post-block:last-child {
  margin-bottom: 0;
}
.post-fullText {
  padding: 0 110px;
  text-align: center;
}
.post-imgBlock {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.post-imgBlock-img {
  width: 460px;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-flex: 0 0 460px;
  -ms-flex: 0 0 460px;
  flex: 0 0 460px;
}
.post-imgBlock-text {
  margin-left: 65px;
  -webkit-align-self: center;
  align-self: center;
}
.post-imgBlock-right .post-imgBlock-text {
  margin-left: 0;
  margin-right: 65px;
}
.post-quoteBlock {
  margin: 80px 0;
  padding: 0 50px;
  text-align: center;
}
.post-quote {
  font-size: 24px;
  font-style: italic;
}
.post-quote::before,
.post-quote::after {
  position: relative;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  color: #a8a8a8;
  display: inline-block;
  height: 0;
  font-style: normal;
}
.post-quote::before {
  content: '\201C';
  vertical-align: top;
  margin-right: 5px;
  top: -18px;
}
.post-quote::after {
  content: '\201D';
  vertical-align: bottom;
  margin-left: 5px;
  top: -14px;
}
.post-quote-author {
  display: block;
  margin-top: 20px;
  font-style: italic;
}
.post-quoteBlock-image .post-quote {
  display: inline-block;
}
.post-quoteBlock-image .post-quote::before {
  margin-right: 10px;
  top: -34px;
}
.post-quoteBlock-image .post-quote::after {
  margin-left: 10px;
  top: 3px;
}
.post-gallery {
  margin: 80px 0;
}
.post-gallery-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  margin-left: -40px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.post-gallery-item {
  margin-top: 40px;
  margin-left: 40px;
}
.post-bgBlock {
  margin: 80px 0;
}
.post-bgBlock p {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.post-button,
.post-button-facf4f,
.post-button-d4292f,
.post-button-fc92a4,
.post-button-633511,
.post-button-c78a3e,
.post-button-ffb35a,
.post-button-101820,
.post-button-323e48,
.post-button-c2c6c9,
.post-button-402020,
.post-button-cd3725,
.post-button-e64461 {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 15px;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 15px;
  cursor: pointer;
  transition: background-color 150ms ease-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.post-button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.post-button-facf4f {
  background-color: #facf4f;
}
.post-button-facf4f:hover {
  background-color: rgba(250, 207, 79, 0.7);
}
.post-button-d4292f {
  background-color: #d4292f;
}
.post-button-d4292f:hover {
  background-color: rgba(212, 41, 47, 0.7);
}
.post-button-fc92a4 {
  background-color: #fc92a4;
}
.post-button-fc92a4:hover {
  background-color: rgba(252, 146, 164, 0.7);
}
.post-button-633511 {
  background-color: #633511;
}
.post-button-633511:hover {
  background-color: rgba(99, 53, 17, 0.7);
}
.post-button-c78a3e {
  background-color: #c78a3e;
}
.post-button-c78a3e:hover {
  background-color: rgba(199, 138, 62, 0.7);
}
.post-button-ffb35a {
  background-color: #ffb35a;
}
.post-button-ffb35a:hover {
  background-color: rgba(255, 179, 91, 0.7);
}
.post-button-101820 {
  background-color: #101820;
}
.post-button-101820:hover {
  background-color: rgba(16, 24, 32, 0.7);
}
.post-button-323e48 {
  background-color: #323e48;
}
.post-button-323e48:hover {
  background-color: rgba(50, 62, 71, 0.7);
}
.post-button-c2c6c9 {
  background-color: #c2c6c9;
}
.post-button-c2c6c9:hover {
  background-color: rgba(194, 198, 201, 0.7);
}
.post-button-402020 {
  background-color: #402020;
}
.post-button-402020:hover {
  background-color: rgba(64, 32, 32, 0.7);
}
.post-button-cd3725 {
  background-color: #cd3725;
}
.post-button-cd3725:hover {
  background-color: rgba(205, 55, 37, 0.7);
}
.post-button-e64461 {
  background-color: #e64461;
}
.post-button-e64461:hover {
  background-color: rgba(230, 68, 97, 0.7);
}
/* recherche */
.searchResults {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.searchResult {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.searchResult:nth-child(n+3) {
  margin-top: 30px;
}
.searchResult-image {
  -webkit-flex: 0 0 140px;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
}
.searchResult-content {
  margin-left: 20px;
  padding-right: 50px;
}
.searchResult-title {
  display: inline-block;
  text-decoration: none;
}
.searchResult-title:hover {
  color: #a4a4a4;
}
/* playlist */
.playlistPage-logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.playlistBlock {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.playlistBlock-cover {
  width: 500px;
  height: 323px;
  background-image: url(../img/content/playlist/disk.jpg);
}
.playlistBlock-content {
  margin-left: 50px;
  width: 440px;
}
.playlistBlock-supTitle,
.playlistBlock-title {
  text-align: left;
}
.playlistBlock-listen {
  margin-top: 20px;
}
.playlistBlock-label {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 10px;
  vertical-align: bottom;
}
/* presse */
.press-event {
  padding: 30px;
  background-color: #eff0f1;
  height: 100%;
  text-align: center;
}
.press-event-title {
  font-size: 16px;
}
.press-event-date {
  margin-top: 10px;
  font-weight: bold;
}
.press-event-address {
  margin-top: 10px;
}
.press-event-button {
  margin-top: 20px;
}
/** TOP FAN **/
.topFacebook {
  display: flex;
  padding: 50px 0;
  background-color: #3b5998;
  color: #fff;
}
.topFacebook-left {
  position: relative;
  -webkit-flex: 0 0 350px;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  padding: 15px 50px 0;
  text-align: center;
}
.topFacebook-left::before,
.topFacebook-left::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 50px;
  background-color: #fff;
}
.topFacebook-left::before {
  bottom: 100%;
}
.topFacebook-left::after {
  top: 100%;
}
.topFacebook-right {
  padding-right: 50px;
}
.topFacebook-icon {
  padding: 0 10px;
}
.topFacebook-icon i {
  font-size: 64px;
}
.topFacebook-left img {
  margin-top: 40px;
}
.topFacebook-date {
  font-size: 18px;
  color: #1d2c4c;
}
.topFacebook-title {
  margin-bottom: 10px;
  font-size: 24px;
}
.topFacebook-content {
  margin: 20px 0 30px;
}
.topFacebook-content p + p {
  margin-top: 20px;
}
.topFans-page {
  display: flex;
}
.topFans-item {
  position: relative;
  padding: 0 40px;
  text-align: center;
}
.topFans-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #eaeaea;
  background-image: linear-gradient(to bottom, #fff 0%, #eaeaea 50%, #fff 100%);
}
.topFans-item:first-child::before {
  display: none;
}
.topFans-date {
  margin-top: 15px;
  font-size: 12px;
}
.topFans-name {
  font-size: 24px;
}
.topFans-text + .button {
  margin-top: 10px;
}
/** POPINS **/
.popinNewsletter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 80px;
}
.popinNewsletter-left {
  -webkit-align-self: top;
  align-self: top;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}
.popinNewsletter-right {
  -webkit-align-self: center;
  align-self: center;
  margin-left: 40px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.popinStoreLocator,
.popinContact {
  padding: 0 80px;
}
.popinReviews-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.popinReviews-header-infos {
  text-align: center;
}
.popinReviews-header-image {
  padding: 0 30px;
}
.popinReviews-header-rate {
  margin-top: 12px;
}
.popinReviews-header-rate:first-child {
  margin-top: 0;
}
.popinReviews-header-rate strong {
  display: inline-block;
  margin-left: 25px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.popinReviews-reviews {
  margin-top: 25px;
  width: 870px;
  max-height: 470px;
  overflow-y: auto;
  text-align: center;
}
.popinReviews-review {
  padding: 20px 60px;
  background-color: #f4f4f4;
}
.popinReviews-name {
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: .05em;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
.popinReviews-date {
  margin-top: 10px;
  color: #c5c5c5;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
.popinReviews-text {
  margin-top: 15px;
}
.popinReviews-answer {
  padding: 20px 60px;
  background-color: #ebe9e9;
}
.popinReviews-answer .popinReviews-text {
  font-style: italic;
}
.popinReviews-focal {
  color: #5e5e5e;
}
.popinReviews-more {
  padding: 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  letter-spacing: .1em;
  display: none;
}
.popinReviews-chevron {
  display: block;
  margin: 10px auto 0;
  width: 14px;
  height: 8px;
  background-image: url(../img/icons/chevron-down.png);
}
/* compte */
.form-login {
  display: none;
}
.form-login:first-child {
  display: block;
}
.advantages {
  padding: 0 40px;
}
.advantages p {
  margin: 0 40px;
  text-align: left;
}
.advantages p + p {
  margin-top: 30px;
}
.details {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}
.details-line {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.details-line:first-child {
  margin-top: 0;
}
.details-item {
  padding-bottom: 10px;
  width: 255px;
  border-bottom: 1px #dadada solid;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
}
.details-item-full {
  width: 100%;
}
.certificats-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 15px;
  background-color: #000;
  color: #fff;
  padding: 15px 20px;
}
.certificats-item:first-child {
  margin-top: 0;
}
.certificats-icon {
  margin-left: 10px;
}
.form-experience {
  width: auto;
  padding-right: 20px;
}
.experienceProduct-item {
  display: inline-block;
  padding: 5px 10px;
  background-color: #f2f3f5;
  margin-top: 5px;
  margin-right: 10px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.experienceProduct-remove {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../img/icons/cross.png) no-repeat center center;
  cursor: pointer;
}
/* laisser avis */
.formReview {
  padding: 30px 0;
  border-bottom: 1px #e1e1e1 solid;
}
.formReview:last-child {
  border-bottom: none;
}
.formReview-left {
  text-align: center;
}
.formReview-title {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.formReview-input {
  margin-top: 15px;
  width: 100%;
}
.formReview-bottom .button {
  width: 140px;
}
.formReview-message {
  display: inline-block;
  margin-left: 25px;
  font-size: 12px;
}
.lpHeader {
  padding: 45px 0;
  text-align: center;
}
.lpHeader-wrapper {
  position: relative;
}
.lpHeader-logo {
  position: relative;
  display: inline-block;
}
.lpHeader-logo-text {
  position: absolute;
  bottom: 17px;
  left: 100%;
  margin-left: 15px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
.lpHeader-quickAccess {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
}
.lpHeader-quickAccess-text {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .2em;
  text-decoration: none;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
.lpFooter .footer-wrapper {
  padding: 30px 0;
}
.univers-wrapper {
  margin-top: -30px;
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.univers-item {
  flex: 1;
  margin-top: 30px;
  padding-left: 20px;
}
.univers-link {
  display: block;
  text-align: center;
  text-decoration: none;
}
.univers-link img {
  width: 100%;
}
.univers-img {
  height: 205px;
  background-size: cover;
  background-position: center center;
}
.univers-text {
  display: block;
  margin-top: 15px;
  padding: 0 10px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}
/** SCRIPTS **/
.slidable-frame {
  overflow: hidden;
}
.slidable-scroller {
  width: 10000%;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.slidable-page {
  width: 1%;
  float: left;
  margin-right: 0.1%;
}
.slidable-prev,
.slidable-next,
.fadable-prev,
.fadable-next {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slidable-page img,
.slidable-page a {
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
}
.fadable {
  height: 100%;
  position: relative;
}
.fadable-page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: none;
}
.fadable-page img,
.fadable-page a {
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
}
.fadable-page-active {
  z-index: 5;
}
.fadable-page:first-child {
  display: block;
}
.popin-visible {
  overflow: hidden;
}
.popin-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 25;
  position: fixed;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  padding: 50px 0 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 0;
}
.popin-visible .popin-container {
  visibility: visible;
  opacity: 1;
}
.popin {
  position: relative;
  text-align: left;
  background-color: #fff;
  min-width: 950px;
  transform: scale(0.9);
  transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 14px;
}
.popin-visible .popin {
  transform: scale(1);
}
.popin-close {
  position: absolute;
  bottom: 100%;
  left: 100%;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  width: 1em;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
}
.popin-template {
  display: none;
}
/* 404 */
.errorHeader {
  padding-top: 60px;
  height: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.errorHeader-title {
  font-weight: bold;
}
.errorHeader-code {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-size: 150px;
  line-height: 1;
  padding-left: .14em;
  letter-spacing: .14em;
}
.errorHeader-waves {
  display: inline-block;
  vertical-align: middle;
  line-height: 150px;
  margin-bottom: 30px;
}
.errorHeader-waves big,
.errorHeader-waves small {
  display: inline-block;
  vertical-align: middle;
}
.errorHeader-waves big {
  font-size: 160px;
}
.errorHeader-waves small {
  font-size: 124px;
}
.errorHeader-text {
  margin-top: 30px;
  font-weight: bold;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
/** HELPERS **/
.hidden {
  display: none;
}
.pv20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p40 {
  padding: 40px;
}
.mv5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mv10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mv15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mv30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mv40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mv60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt18 {
  margin-top: 18px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt90 {
  margin-top: 90px;
}
.mh15 {
  margin-left: 15px;
  margin-right: 15px;
}
.mr5 {
  margin-right: 5px;
}
.ml25 {
  margin-left: 25px;
}
.lts05 {
  letter-spacing: .5em;
}
.fz16 {
  font-size: 16px;
}
.h263 {
  height: 263px;
}
.h370 {
  height: 370px;
}
.h450 {
  height: 450px;
}
.ft-gotham {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.dib {
  display: inline-block;
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.middle,
.hoverSimple-content,
.hoverMiddle,
.imageBlock {
  font-size: 0;
}
.middle::before,
.hoverSimple-content::before,
.hoverMiddle::before,
.imageBlock::before,
.tabs-label::before,
.tabs-tab::before,
.windows .windows-tab::before,
.function-offer::before,
.type-offer::before,
.loc-offer::before,
.buttons-offer::before,
.row-no-offer > div::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.middle-content,
.hoverMiddle-content,
.imageBlock-content,
.tabs-label span,
.tabs-tab span,
.windows .windows-tab,
.function-offer,
.type-offer,
.loc-offer,
.buttons-offer,
.row-no-offer > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.clearfix,
.slidable-scroller {
  *zoom: 1;
}
.clearfix::before,
.clearfix::after,
.slidable-scroller::before,
.slidable-scroller::after {
  content: "";
  display: table;
}
.clearfix::after,
.slidable-scroller::after {
  clear: both;
}
.fa-search {
  font-size: 14px;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
select,
option {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}
.h390 {
  height: 390px;
}
.lpm-Header-wrapper {
  position: relative;
}
.lpm-header-top,
.lpm-header-bottom {
  position: relative;
}
.lpm-header-top {
  height: 60px;
  line-height: 27px;
  background-color: #000000;
  color: #a9a9a9;
  font-size: 15px;
  text-align: center;
}
.lpm-header-top-center {
  padding: 14px 0;
}
.lpHeader-logo-img {
  max-width: none;
  height: 30px;
}
.lpm-header-bottom {
  padding: 20px 0;
  line-height: 35px;
}
.state-richMenuActive .lpm-header-bottom {
  background-color: #000;
}
.lpm-header-bottom-center .lpm-link {
  margin-left: 40px;
}
.lpm-header-bottom-center .lpm-link:first-child {
  margin-left: 0;
}
.lpm-richMenus {
  top: 135px;
}
.lpm-link {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.lpm-link:hover {
  color: #a9a9a9;
  transition: color 250ms ease-out;
}
.state-richMenuActive .lpm-link {
  color: #a9a9a9;
}
.lpm-link.menu-richer:after {
  display: none;
}
.lpm-link.menu-richer-active {
  color: #fff;
}
.lpm-link.menu-richer-active i {
  transform: rotate(180deg);
}
.lpm-link-collection {
  position: relative;
}
.lpm-link-collection .lpm-pickers.picker,
.lpm-link-collection select {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: auto;
  max-width: none;
  margin-left: 0;
  opacity: 0;
}
.lpm-link-collection .lpm-pickers.picker {
  overflow: hidden;
}
.lpm-link-collection .lpm-pickers.picker select {
  height: auto;
}
.lpm-icon-casque {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 17px;
  height: 17px;
  background-image: url(../img/icons/casque.png);
}
.lpm-link:hover .lpm-icon-casque,
.state-richMenuActive .lpm-icon-casque {
  background-position: 0 -17px;
}
.lpm-tr-separator {
  margin: 0 10px;
  display: inline-block;
  height: 13px;
  width: 1px;
  vertical-align: middle;
  background-color: #4d4d4d;
}
.lpm-accountLink img {
  vertical-align: baseline;
}
.lpm-separator {
  margin-left: 40px;
  display: inline-block;
  height: 13px;
  width: 1px;
  vertical-align: middle;
  background-color: #ccc;
}
.lpm-b-social {
  float: right;
  font-size: 18px;
}
.lpm-b-social a {
  display: inline-block;
  margin-left: 25px;
}
.lpm-b-social a:first-child {
  margin-left: 0;
}
.lpm-header-top a,
.lpm-mobile-header .row-menu a {
  color: #fff;
  text-decoration: none;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  height: 27px;
  display: inline-block;
}
.lpm-header-top a:hover,
.lpm-mobile-header .row-menu a:hover {
  color: #a9a9a9;
  transition: color 250ms ease-out;
}
.lpm-header-right a {
  height: auto;
}
.lpm-languagePicker .languagePicker-icon {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.lpm-tr-link a {
  color: #808080;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  text-transform: none;
}
/*.lpm-header-bottom a  {
  display: inline-block;
  color:#000000;
  font-family: @gotham;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  opacity: 1;
  transition: opacity 150ms ease-out;
  vertical-align: middle;
  text-decoration: none;
  &:hover {
    opacity:0.5;
    transition: opacity 250ms ease-out;
  }
}*/
.lpm-header-bottom .menu-quickAccess:hover {
  opacity: 0.5;
  transition: opacity 250ms ease-out;
}
.lpm-header-top .lpm-menu-icon,
.lpm-header-top a .fa-search,
.lpm-mobile-header .row-menu .lpm-menu-icon {
  font-size: 16px;
}
.lpm-header-top .lpm-menu-icon .fa,
.lpm-header-top a .fa-search .fa,
.lpm-mobile-header .row-menu .lpm-menu-icon .fa {
  vertical-align: middle;
}
.lpm-header-top .lpm-menu-icon .fa-home,
.lpm-header-top a .fa-search .fa-home,
.lpm-mobile-header .row-menu .lpm-menu-icon .fa-home {
  color: #ffffff;
  font-size: 20px;
}
.lpm-header-top .lpm-menu-icon .fa-home:hover,
.lpm-header-top a .fa-search .fa-home:hover,
.lpm-mobile-header .row-menu .lpm-menu-icon .fa-home:hover {
  color: #888;
  transition: color 250ms ease-out;
}
.lpm-header-left,
.lpm-header-right {
  position: absolute;
  top: 0px;
}
.lpm-header-left {
  left: 0px;
  padding: 14px 0;
}
.lpm-header-right {
  text-align: right;
  line-height: 1;
  padding-top: 10px;
}
.lpm-header-right,
.lpm-mobile-header .row-menu {
  right: 0px;
}
.lpm-header-right .lpm-menu-icon,
.lpm-mobile-header .row-menu .lpm-menu-icon {
  margin-left: 20px;
  min-width: 23px;
  text-align: center;
}
.lpm-mobile-header .row-menu .lpm-menu-icon:first-child {
  margin-left: 0px;
}
.lpm-mobile-header .row-menu .lpm-menu-icon {
  font-size: 30px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
}
.lpm-header-top-center a:not(:first-child)::before {
  content: '-';
  color: #a9a9a9;
  margin-left: 10px;
  margin-right: 10px;
}
.lpm-header-bottom-center {
  height: 35px;
}
.lpm-header-bottom-center a {
  margin-left: 20px;
  margin-right: 20px;
}
.lpm-pickers {
  display: inline-block;
  vertical-align: bottom;
}
.lpm-pickers.picker {
  margin-left: 15px;
  background-color: transparent;
  color: #a9a9a9;
  width: intrinsic;
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  max-width: 150px;
  line-height: 14px;
}
.lpm-pickers.picker select {
  height: 22px;
  line-height: 22px;
  color: #a9a9a9;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lpm-pickers.picker select:hover {
  color: #fff;
  transition: color 250ms ease-out;
}
.lpm-pickers.picker:after {
  background-image: url(../img/icons/chevron-down-white.png);
  opacity: 0.7;
  top: 9px;
}
.lpm-pickers.picker:hover:after {
  opacity: 1;
  transition: opacity 250ms ease-out;
}
.lpm-pickers.picker select option {
  background: #000000;
  color: #fff;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.lpm-mobile-header .row-menu .lpm-pickers.picker {
  margin-left: 0px;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  line-height: 20px;
}
.lpm-mobile-header .row-menu .lpm-pickers.picker select {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}
.lpm-mobile-header .row-menu .lpm-pickers.picker:after {
  top: 10px;
}
.lpm-stickyAnchors {
  top: 0px;
}
.lpm-menu-bars {
  display: none;
}
.lpm-dropdown {
  position: relative;
}
.lpm-dropdown:focus {
  outline: none;
}
.lpm-dropdown-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  background-color: #000;
}
.lpm-dropdown-items a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 5px;
  margin: 0;
  font-weight: normal;
}
.lpm-dropdown-items a:hover {
  background-color: #8e8e8e;
}
.lpm-dropdown.active .lpm-dropdown-items {
  display: block;
}
.lang-pickers {
  display: inline-block;
  line-height: 18px;
  position: relative;
}
.lang-pickers-active {
  cursor: pointer;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  opacity: 1;
  transition: opacity 150ms ease-out;
  vertical-align: middle;
  text-decoration: none;
}
.lang-pickers:hover,
.lang-pickers.active {
  color: #fff;
  transition: color 250ms ease-out;
}
.lang-picker-code,
.lang-picker-cursor {
  display: inline-block;
  vertical-align: middle;
}
.lang-picker-cursor {
  margin-left: 5px;
  font-size: 20px;
}
.lang-pickers-dropdown {
  display: none;
  position: absolute;
  right: 0px;
  background-color: #000000;
  padding: 20px 10px 10px 10px;
  z-index: 301;
}
.lang-pickers-dropdown img {
  max-width: 18px;
  width: 18px;
}
.lang-pickers.active .lang-picker-cursor {
  background: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.lang-pickers.active .lang-pickers-dropdown {
  display: block;
}
a.lang-pickers-item {
  display: block;
  text-align: left;
  white-space: nowrap;
  padding: 5px 0px;
  vertical-align: middle;
  height: inherit;
}
@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px), only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  .lpmHeader {
    margin-bottom: 10px;
  }
  .lpm-header-left {
    position: relative;
    display: inline-block;
  }
  .lpm-header-top-center {
    display: none;
  }
  .lpm-header-top-center a {
    display: none;
  }
  .lpm-header-top {
    text-align: left;
  }
  .lpm-header-top .lpm-header-right .lpm-menu-icon:not(.lpm-search) {
    display: none;
  }
  .lpHeader-logo-img {
    height: 24px;
  }
  .lpm-header-bottom-center {
    height: 35px;
  }
  .lpm-header-bottom-center a {
    display: none;
  }
  .lpm-header-left .lpm-pickers.picker {
    display: none;
  }
  /*.lpm-pickers.picker{
    margin-left: 18px;
  }*/
  .lpm-menu-bars {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 21px;
    text-align: center;
    top: inherit;
    right: 0px;
    margin-left: 20px;
  }
  .lpm-header-left {
    left: 20px;
  }
  .lpm-header-right {
    right: 20px;
    padding-top: 17px;
  }
  a.lpm-accountLink,
  .lpm-tr-separator,
  .lpm-header-right .lang-pickers,
  .lpm-tr-link {
    display: none;
  }
  .lpm-header-bottom {
    display: none;
  }
  .tablet-hidden {
    display: none;
  }
}
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  .header-notice {
    display: none;
  }
  .lpm-header-bottom {
    padding: 20px 0px;
  }
  .lpm-header-bottom .lpm-header-left img {
    max-width: 120px;
  }
  .lpm-header-bottom .lpHeader-quickAccess-text {
    padding: 0px;
  }
  .lpm-header-bottom .menu-quickAccess {
    margin-left: 0px;
  }
  .lpm-header-left {
    left: 8px;
  }
  .lpm-header-right {
    right: 8px;
  }
}
.a-right {
  text-align: right;
}
.product-info .col-5 {
  padding-bottom: 0px;
  line-height: 25px;
}
.product-info .col-5 * {
  vertical-align: middle;
}
.country-master {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 60px 0;
}
.country-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  padding-bottom: 30px;
}
.country-col {
  margin-bottom: 50px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 140px;
  padding-left: 20px;
}
.country-left {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}
.country-left .country-row {
  margin-left: -20px;
  padding-right: 60px;
}
.country-right {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.country-right .country-col {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-left: 70px;
  border-left: 1px solid #e5e5e5;
}
.country-item {
  position: relative;
  padding-top: 62px;
  display: block;
  text-decoration: none;
}
.country-item .title {
  position: absolute;
  top: 0px;
  letter-spacing: inherit;
  max-width: 240px;
}
.country-item .sep {
  position: absolute;
  top: 42px;
}
.country-item .country-content {
  font-size: 14px;
}
.country-item .country-content > * {
  display: block;
}
.country-item .country-content a.languagePicker-item {
  text-decoration: none;
  padding: 3px 0px;
  color: #000000;
}
.country-item .country-content a.languagePicker-item:hover {
  opacity: 0.6;
  transition: opacity 100ms ease-out;
}
.country-item .country-content .languagePicker-flag {
  margin-right: 5px;
}
.country-item + .country-item {
  margin-top: 50px;
}
@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px), only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  .country-master {
    padding: 30px 40px 0;
  }
  .country-left {
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
  }
  .country-left .country-row {
    padding-right: 40px;
  }
  .country-left .country-col {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .country-right {
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }
  .country-right .country-col {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  .country-master {
    padding: 30px 20px 0;
  }
  .country-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .country-left {
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    order: 2;
  }
  .country-left .country-col {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0px 0px 40px;
  }
  .country-left .country-col:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
  }
  .country-left .country-col .country-item:not(:last-child) {
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
  }
  .country-left .country-row {
    padding: 0px;
    margin-left: 0px;
  }
  .country-right {
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    order: 1;
  }
  .country-right .country-col {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0px 0px 40px;
    border-bottom: 1px solid #e5e5e5;
    border-left: 0px;
  }
  .country-right .country-row {
    padding: 0px;
  }
  .country-row {
    margin-top: 0px;
    padding: 0px;
  }
  .country-col {
    padding: 0px;
    margin-bottom: 40px;
  }
}
body {
  min-height: 100%;
  min-width: 1200px;
}
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px), only screen and (max-width: 1100px), only screen and (max-device-width: 1100px) {
  body {
    position: relative;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px) {
  body {
    min-width: 768px;
  }
}
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  body {
    min-width: 320px;
  }
}
*:not(select):not(option) {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
select,
select option {
  text-transform: uppercase !important;
}
.hoverText:hover .hoverText-content {
  overflow-y: auto;
}
.show-mobile {
  display: none;
}
@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px) {
  [data-type="collection-home-audio"] > div.col-2 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  [data-type="collection-home-audio"] > div.col-2 .box {
    max-height: 260px;
  }
  [data-type="collection-home-audio"] > div.col-2 .hoverSimple-text {
    font-size: 14px;
  }
  .line-break-tablet {
    display: block;
    width: 0px;
  }
}
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  .line-break {
    display: block;
    width: 0px;
  }
  [data-type="collection-home-audio"] > div.col-2 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .wave {
    letter-spacing: .2em;
  }
}
.blackBody {
  background-color: #000;
  min-width: inherit;
}
.wrapper {
  max-width: 100%;
}
.hide-content:not(.quickMenu-active):not(.mobile-menu):not(.mobileHoverText):not(.richMenuCtrl) {
  display: none;
  max-height: 0px;
  height: 0px;
  overflow: hidden;
}
.richMenuCtrl {
  display: none;
  color: #fff;
  position: fixed;
  top: 130px;
  right: -webkit-calc((100% - 768px) / 2 + 20px);
  right: -khtml-calc((100% - 768px) / 2 + 20px);
  right: -moz-calc((100% - 768px) / 2 + 20px);
  right: calc((100% - 768px) / 2 + 20px);
  z-index: 40;
}
.richMenu-close {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: .1em;
  cursor: pointer;
}
.header-top,
.header-bottom {
  min-width: 1200px;
  padding-left: -webkit-calc((100% - 1200px) / 2 );
  padding-left: -khtml-calc((100% - 1200px) / 2 );
  padding-left: -moz-calc((100% - 1200px) / 2 );
  padding-left: calc((100% - 1200px) / 2 );
  padding-right: -webkit-calc((100% - 1200px) / 2 );
  padding-right: -khtml-calc((100% - 1200px) / 2 );
  padding-right: -moz-calc((100% - 1200px) / 2 );
  padding-right: calc((100% - 1200px) / 2 );
}
.carousel-v1,
[data-type="3"].no-desktop,
.naim .carousel,
.press-mobile,
.playlistPage-logos-caroussel,
.ligne-awards-caroussel,
.storeLocator-infoBox-more-button,
.media-pickers {
  display: none;
}
.quickMenu.quickMenu-active {
  overflow-y: auto;
}
.mobileHoverText {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  z-index: 15;
  visibility: hidden;
  opacity: 0;
}
.mobileHoverText .contentText {
  display: none;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}
.mobileHoverText .contentText p {
  text-align: inherit;
}
.mobileHoverText .contentText > div {
  margin: auto;
}
.mobileHoverText .contentText > div.fullContent {
  width: 100%;
  margin-top: 30px;
}
.mobileHoverText .contentText > div > div {
  padding-top: 45px;
  padding-bottom: 45px;
}
.mobileHoverText .contentText .close-zone {
  cursor: pointer;
  line-height: 46px;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../img/icons/close-mobile.png) no-repeat center center;
  opacity: 1;
}
.mobileHoverText .contentText .close-zone.close-zone-left {
  right: inherit;
  left: 20px;
}
.mobileHoverText .contentText .close-zone:hover {
  opacity: .6;
}
.mobileHoverText .contentText .plus {
  margin: 30px auto 0;
  width: 42px;
  height: 42px;
  background: url(../img/icons/plus.png) no-repeat center center;
  cursor: pointer;
  opacity: 1;
}
.mobileHoverText .contentText .plus:hover {
  opacity: .6;
}
.mobileHoverText .contentText .hoverText-text,
.mobileHoverText .contentText .boxOverlay-text {
  max-width: -webkit-calc(100% - 20px * 2);
  max-width: -khtml-calc(100% - 20px * 2);
  max-width: -moz-calc(100% - 20px * 2);
  max-width: calc(100% - 20px * 2);
  font-size: 14px;
}
.mobileHoverText .contentText > div > div > * {
  margin-right: auto;
  margin-left: auto;
}
.mobileHoverText .contentText ul {
  padding: 30px;
  text-align: left;
}
.mobileHoverText .contentText .hoverText-supTitle {
  font-size: 12px;
}
.mobileHoverText .contentText .hoverText-title,
.mobileHoverText .contentText .boxOverlay-title {
  font-size: 18px;
}
.mobileHoverText .contentText .title-top {
  position: absolute;
  top: 28px;
  right: 20px;
  font-size: 12px;
}
.mobileHoverText .contentText .left-list-products {
  padding: 10px 0 0 0;
}
.mobileHoverText .contentText .left-list-products .boutique-btn-item {
  line-height: 40px;
}
.mobileHoverText .contentText .left-list-products .boutique-left-text {
  font-size: 12px;
  font-weight: 400;
}
.mobileHoverText .contentText .left-list-products .boutique-left-img {
  width: 20px;
}
.mobileHoverText .contentText .left-list-products li:first-child {
  border-top: 0;
}
.mobileHoverText .hoverText-sep,
.mobileHoverText .sep {
  margin: 20px auto;
}
.mobileHoverText * {
  visibility: visible;
  opacity: 1;
  text-decoration: none;
  color: #fff;
}
.mobileHoverText .contentText .storeInfos {
  text-align: left;
  min-width: 270px;
}
.mobileHoverText .contentText .storeInfos .sep {
  margin: 25px 0;
}
.mobileHoverText .contentText .storeInfos-marker {
  top: 5px;
}
.mobileHoverText .contentText .storeInfos-name {
  font-size: 16px;
}
.mobileHoverText .contentText .storeInfos-address {
  font-size: 14px;
  margin-top: 20px;
}
.mobileHoverText .contentText .storeInfos-products .storeInfos-category-icon {
  margin-right: 15px;
}
.mobileHoverText .contentText .storeInfos-contact {
  margin-top: 25px;
}
.mobileHoverText .contentText .storeInfos-tel {
  width: 100%;
  margin-bottom: 25px;
}
.mobileHoverText .contentText .storeInfos-links {
  margin-top: 25px;
}
.mobileHoverText .contentText .storeInfos-links a {
  display: block;
  margin-bottom: 20px;
  margin-left: 0px;
  font-size: 14px;
}
.mobileHoverText.active {
  display: block;
  max-height: inherit;
  height: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
}
.mobileHoverText.active .contentText {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mobile-menu {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: -100%;
  width: 0;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 200ms ease-out, left 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #000;
}
.mobile-menu.active {
  display: block;
  max-height: inherit;
  height: inherit;
  overflow: inherit;
  min-height: 100%;
  font-weight: 500;
  left: 0px;
  top: 0px;
  width: 100%;
  opacity: 1;
  transition: opacity 200ms ease-in, left 200ms ease-in;
}
.content-mobile-menu {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  letter-spacing: .15em;
  color: #fff;
  letter-spacing: 0.1px;
  width: 100%;
  min-height: 100%;
  background-color: #000;
  padding-bottom: 30px;
}
.level-sub {
  color: #7e7e7e;
}
.content-mobile-header {
  height: 59px;
  padding-left: 20px;
  padding-top: 32px;
  cursor: pointer;
}
.btn-menu,
.mobile-menu .row-menu {
  vertical-align: baseline;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  flex-flow: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.btn-menu:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-menu .fa-contener {
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 54px;
  vertical-align: baseline;
  text-align: center;
}
.btn-menu .fa-contener .fa {
  font-size: 10px;
}
.btn-menu .fa-contener .fa-close {
  display: none;
}
.btn-texte {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  letter-spacing: 0.1em;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.btn-texte:not(.no-cursor) {
  cursor: pointer;
}
.level-0:not(.level-sub) .btn-texte {
  text-transform: uppercase;
}
.level-0 .btn-menu,
.level-0 .row-menu {
  padding-left: 20px;
  font-size: 14px;
}
.level-0:last-child .mv0 {
  display: none;
}
.level-0 hr {
  height: 1px;
  width: -webkit-calc(100% - 40px);
  width: -khtml-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  margin-right: 20px;
  margin: 0 auto;
  background-color: #3f3f3f;
}
.level-1 {
  background-color: #1a1a1a;
}
.level-1 .btn-menu,
.level-1 .row-menu {
  padding-left: 40px;
}
.level-1 .btn-menu {
  font-weight: normal;
  font-size: 12px;
}
.level-1 hr {
  width: 100%;
  background-color: #000;
}
.level-2 {
  background-color: #252525;
}
.level-2 .btn-menu,
.level-2 .row-menu {
  padding-left: 60px;
}
.level-sub:last-child hr {
  background-color: #000;
}
.sub-node {
  max-height: 0;
  overflow: hidden;
  transition: max-height 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sub-node.active {
  max-height: 1000px;
  transition: max-height 500ms ease-in;
}
.menu-bars,
.mobile-search {
  display: none;
  font-size: 14px;
  position: absolute;
  top: 0px;
  cursor: pointer;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  top: 9px;
}
.menu-bars.active,
.mobile-search.active {
  background-color: #2d2d2d;
}
.mobile-input-search {
  display: none;
  position: relative;
  overflow: hidden;
  width: -webkit-calc(100% - 30px - 20px * 3.8);
  width: -khtml-calc(100% - 30px - 20px * 3.8);
  width: -moz-calc(100% - 30px - 20px * 3.8);
  width: calc(100% - 30px - 20px * 3.8);
  right: 56px;
  left: 20px;
  line-height: 30px;
  vertical-align: baseline;
  height: 30px;
  margin-top: 9px;
}
.mobile-input-search.active {
  display: inline-block;
}
.mobile-input-search .input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  height: 100%;
  width: 100%;
  letter-spacing: .1em;
}
.mobile-input-search .input::-webkit-input-placeholder {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  color: #888;
}
.mobile-input-search .input::-moz-placeholder {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  color: #888;
}
.mobile-input-search .input:-ms-input-placeholder {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  color: #888;
}
.mobile-input-search .input:-moz-placeholder {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  color: #888;
}
.product-achat {
  text-align: right;
}
.product-achat .input {
  width: 365px;
  margin-right: 10px;
}
.product-achat .form.product-advert {
  width: 100%;
  line-height: 38px;
  vertical-align: middle;
}
.product-achat .product-advert:not(.active) {
  display: none;
}
.product-achat .button-advert.active {
  display: none;
}
.product-achat .button-fdealer,
.product-achat .button-advert,
.product-achat .button-bring {
  text-align: center;
  /*font-family: @gotham;
    font-weight: 600;
    font-size: 16px;*/
  border-radius: 19px;
}
.product-achat .button-fdealer {
  /*font-size: 14px;*/
  border-width: 2px;
  font-weight: 600;
}
.product-achat .button-bring {
  /*min-width: 25%;*/
  margin-left: 15px;
  /*padding: 9px 20px;*/
}
.product-achat .product-dp {
  text-align: right;
  line-height: 40px;
  min-height: 40px;
  width: 100%;
  font-size: 0px;
  margin: 10px 0px 10px;
}
.product-achat .product-dp * {
  vertical-align: middle;
}
.product-achat .product-dispo,
.product-achat .product-price,
.product-achat .product-old-price {
  display: inline-block;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.product-achat .product-dispo {
  float: left;
  text-align: left;
  color: #a4b476;
  font-style: italic;
  text-transform: uppercase;
}
.product-achat .product-price {
  text-align: right;
  font-weight: 600;
  font-size: 18px;
  margin-left: 15px;
}
.product-achat .product-old-price {
  color: #cccccc;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}
.product-achat .product-old-price:after {
  content: '';
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #000;
  position: absolute;
}
.product-achat .out-of {
  color: #d83824;
}
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  .product-achat .input {
    width: 100%;
    margin-right: 0px;
  }
  .product-achat .button-fdealer,
  .product-achat .button-advert {
    font-family: 'Gotham', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
  }
  .product-achat .form.product-advert {
    margin-top: 13px;
  }
}
@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px), only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  .quickMenu {
    padding-top: 70px;
  }
  .quickMenu-close {
    top: 20px;
    right: 20px;
  }
  .wrapper-noHeader {
    margin-top: 0px;
  }
  .wrapper-noHeader > .breadcrumbs {
    padding-top: 60px;
  }
  .wrapper,
  .mainWrapper {
    width: 768px;
  }
  .mainWrapper {
    padding-bottom: 30px;
  }
  .state-richMenuActive .richMenuCtrl {
    display: block;
  }
  .state-richMenuActive .richMenus {
    top: 130px;
    padding-bottom: 40px;
    overflow-y: auto;
    border-top: 34px solid #000;
  }
  .state-stickyMenu .richMenus {
    top: 100px;
  }
  .richMenus-wrapper {
    min-width: 748px;
    max-width: 748px;
    width: 100%;
    padding: 0px;
  }
  .richMenus-wrapper .grid-wrapper {
    width: 100% !important;
  }
  /* carousel */
  .carousel:not(.ready) .slidable-page {
    display: none;
  }
  .mainWrapper > .carousel.slidable.anchors-image {
    max-width: -webkit-calc(100% - ( 20px * 4));
    max-width: -khtml-calc(100% - ( 20px * 4));
    max-width: -moz-calc(100% - ( 20px * 4));
    max-width: calc(100% - ( 20px * 4));
    margin: 20px auto 0;
  }
  .mainWrapper > .carousel.slidable.anchors-image .carousel-prev {
    background-position: left top 25px;
  }
  .mainWrapper > .carousel.slidable.anchors-image .carousel-next {
    background-position: right top 25px;
  }
  [data-type="1"] .indexBlock-cols > .indexBlock-col {
    display: none;
  }
  [data-type="teach"] {
    /* BLOCK TEACH */
    margin: 40px 20px 0;
  }
  [data-type="teach"] .indexBlock-cols > .indexBlock-col {
    display: none;
  }
  [data-type="teach"] .indexBlock-text {
    font-weight: normal;
    letter-spacing: .1em;
  }
  [data-type="teach"] .indexBlock-title {
    margin: 0;
  }
  [data-type="teach"] .indexBlock-text {
    padding: 0px 30px;
  }
  [data-type="teach"] .indexBlock-col {
    width: 33.3333333333%;
  }
  [data-type="1"] {
    /* Content TO carousel */
  }
  [data-type="1"].row {
    max-width: -webkit-calc(100% - 20px);
    max-width: -khtml-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  [data-type="1"].row.mt18 {
    margin-top: 0px;
  }
  [data-type="1"].row > .col-4 {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  [data-type="1"].row > .col-6 {
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
  [data-type="1"].row .indexBlock-col {
    width: 40%;
  }
  .carousel-v1 {
    margin: 0 auto;
    display: block;
    width: 98%;
  }
  .carousel-v1 .carousel-prev,
  .carousel-v1 .carousel-next {
    width: 15px;
  }




  [data-type="3"]  {
    justify-content: center;
 }

 [data-type="3"] {
    max-width: -webkit-calc(100% - ( 20px * 4));
    max-width: -khtml-calc(100% - ( 20px * 4));
    max-width: -moz-calc(100% - ( 20px * 4));
    max-width: calc(100% - ( 20px * 4));
    margin-left: 40px;
  }
  [data-type="3"].desktop {
    display: none;
  }
  [data-type="3"].no-desktop {
    display: block;
  }
  [data-type="3"] .row .col-3 {
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
  [data-type="3"] .carousel-prev,
  [data-type="3"] .carousel-next {
    width: 20px;
  }
  [data-type="3"] .carousel-prev {
    background-position: left center;
    margin-right: 0px;
  }
  [data-type="3"] .carousel-next {
    background-position: right center;
    margin-left: 0px;
  }
  [data-type="3"] .productBox-bottom {
    bottom: 10px;
  }

  .story {
    max-width: -webkit-calc(100% - ( 20px * 2));
    max-width: -khtml-calc(100% - ( 20px * 2));
    max-width: -moz-calc(100% - ( 20px * 2));
    max-width: calc(100% - ( 20px * 2));
    margin: 30px auto 0;
  }
  .story .story-page {
    margin: 0 40px;
  }
  .story .story-page-year {
    font-size: 80px;
  }
  .naim {
    background: url(../img/logo/naim.png) no-repeat center bottom 15px;
    background-color: #dcdcde;
  }
  .naim.mt90 {
    margin-top: 60px;
    padding-top: 45px;
  }
  .naim h2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .naim hr.mv5 {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .naim .naim-items {
    width: 100%;
  }
  .naim .naim-item {
    width: 33%;
  }
  [data-type="5"] {
    width: -webkit-calc(100% - 20px * 2);
    width: -khtml-calc(100% - 20px * 2);
    width: -moz-calc(100% - 20px * 2);
    width: calc(100% - 20px * 2);
    margin: 30px auto 40px;
  }
  [data-type="5"] .reviews .review {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0 auto;
  }
  .pressList {
    margin-top: 30px;
  }
  .pressList-col > blockquote {
    padding-bottom: 10px;
  }
  .pressList-col.press {
    vertical-align: top;
    width: 40%;
    padding: 0 40px;
  }
  .pressList-col.pressList-logos {
    width: 80%;
    padding: 40px 0 20px 0;
    border: 0px;
  }
  .ligne-awards-caroussel {
    margin-left: 20px;
    margin-right: 20px;
    display: inherit;
  }
  .header {
    min-width: 768px;
  }
  .header-top {
    display: none;
  }
  .header-bottom {
    min-width: 768px;
  }
  .state-stickyMenu .header-bottom,
  .header-bottom {
    height: 100px;
    position: relative;
    text-align: left;
  }
  .slider {
    height: 395px;
  }
  .slider .imageBlock {
    padding-top: 100px;
  }
  .slider .button-outline {
    margin-top: 30px;
  }
  .footer-row {
    display: block;
    position: relative;
  }
  .footer-col:first-child {
    display: block;
    float: left;
    width: 50%;
  }
  .footer-col:first-child .footer-item:first-child hr.sep {
    margin-top: 20px;
  }
  .footer-col:nth-child(2) .footer-item:first-child {
    margin-top: 37px;
  }
  .footer-col:not(:first-child) {
    margin-left: 50%;
  }
  .footer-col:not(:first-child) .footer-item {
    margin-top: 8px;
    cursor: pointer;
  }
  .footer-col:not(:first-child) .footer-item .sep {
    opacity: 0;
    transition: opacity 100ms ease-out;
  }
  .footer-col:not(:first-child) .footer-item .footer-links {
    opacity: 0;
    overflow: hidden;
    max-height: 0px;
    padding: 0px;
    padding-left: 10px;
  }
  .footer-col:not(:first-child) .footer-item .footer-links > a {
    padding: 5px 0;
  }
  .footer-col:not(:first-child) .footer-item.active .sep {
    opacity: 1;
    transition: opacity 100ms ease-in;
  }
  .footer-col:not(:first-child) .footer-item.active .footer-links {
    opacity: 1;
    padding-bottom: 20px;
    max-height: 1000px;
    transition: max-height 250ms ease-in, padding-bottom 250ms ease-in, opacity 250ms ease-in;
  }
  .footer-col:not(:first-child) .footer-item-single:not(:last-of-type) {
    margin-bottom: 28px;
  }
  .footer-item:not(.footer-item-single) .footer-title::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icons/chevron-down-white.png) no-repeat center center;
    width: 14px;
    height: 16px;
    margin-left: 10px;
  }
  .footer-item:not(.footer-item-single) .footer-title:hover {
    color: #999;
  }
  .footer-item:not(.footer-item-single) .footer-title:hover::after {
    opacity: 0.5;
  }
  .footer-item:not(.footer-item-single).active .footer-title::after {
    background: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .footer-mentions {
    margin: 0px 50px 0px 50px;
  }
  /* Gridwrappers */
  .grid-wrapper {
    display: none;
  }
  .grid-wrapper {
    width: 100%;
    width: 728px;
    padding-right: 20px;
  }
  .grid-wrapper:not(.mt18) {
    margin: 30px auto 0;
  }
  .grid-wrapper.mt18 {
    margin: 18px auto 0;
  }
  .grid-wrapper.mt0 {
    margin: 0px auto 0;
  }
  .grid .cols-2 {
    padding-left: -webkit-calc(100% / 3 / 2 + 20px);
    padding-left: -khtml-calc(100% / 3 / 2 + 20px);
    padding-left: -moz-calc(100% / 3 / 2 + 20px);
    padding-left: calc(100% / 3 / 2 + 20px);
    padding-right: -webkit-calc(100% / 3 / 2);
    padding-right: -khtml-calc(100% / 3 / 2);
    padding-right: -moz-calc(100% / 3 / 2);
    padding-right: calc(100% / 3 / 2);
  }
  .grid .wrappedBox-image {
    width: 240px;
  }
  .grid .box-x2-text {
    height: inherit !important;
    max-height: inherit !important;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /* Flex Boxes */
  .row,
  .form-line {
    margin-left: 20px;
    position: relative;
    width: -webkit-calc(100% - 20px * 3 );
    width: -khtml-calc(100% - 20px * 3 );
    width: -moz-calc(100% - 20px * 3 );
    width: calc(100% - 20px * 3 );
    -webkit-justify-content: center;
    justify-content: center;
  }
  .row .col-1,
  .form-line .col-1 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .row .col-2,
  .form-line .col-2 {
    -webkit-flex: 0 0 33.3333333%;
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
  }
  .row .col-3,
  .form-line .col-3 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .row .col-4,
  .form-line .col-4 {
    -webkit-flex: 0 0 66.6666666%;
    -ms-flex: 0 0 66.6666666%;
    flex: 0 0 66.6666666%;
  }
  .row .col-6,
  .form-line .col-6,
  .row .col-7,
  .form-line .col-7,
  .row .col-8,
  .form-line .col-8,
  .row .col-9,
  .form-line .col-9,
  .row .col-10,
  .form-line .col-10,
  .row .col-11,
  .form-line .col-11,
  .row .col-12,
  .form-line .col-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .row .col-1,
  .form-line .col-1,
  .row .col-2,
  .form-line .col-2,
  .row .col-3,
  .form-line .col-3,
  .row .col-4,
  .form-line .col-4,
  .row .col-5,
  .form-line .col-5,
  .row .col-6,
  .form-line .col-6,
  .row .col-7,
  .form-line .col-7,
  .row .col-8,
  .form-line .col-8,
  .row .col-9,
  .form-line .col-9,
  .row .col-10,
  .form-line .col-10,
  .row .col-11,
  .form-line .col-11,
  .row .col-12,
  .form-line .col-12 {
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .row .col-1.pb0,
  .form-line .col-1.pb0,
  .row .col-2.pb0,
  .form-line .col-2.pb0,
  .row .col-3.pb0,
  .form-line .col-3.pb0,
  .row .col-4.pb0,
  .form-line .col-4.pb0,
  .row .col-5.pb0,
  .form-line .col-5.pb0,
  .row .col-6.pb0,
  .form-line .col-6.pb0,
  .row .col-7.pb0,
  .form-line .col-7.pb0,
  .row .col-8.pb0,
  .form-line .col-8.pb0,
  .row .col-9.pb0,
  .form-line .col-9.pb0,
  .row .col-10.pb0,
  .form-line .col-10.pb0,
  .row .col-11.pb0,
  .form-line .col-11.pb0,
  .row .col-12.pb0,
  .form-line .col-12.pb0 {
    padding-bottom: 0px;
  }
  .row.tac,
  .row.row-middle {
    margin-left: 0px;
    position: relative;
    width: -webkit-calc(100% - 20px * 1 );
    width: -khtml-calc(100% - 20px * 1 );
    width: -moz-calc(100% - 20px * 1 );
    width: calc(100% - 20px * 1 );
    -webkit-justify-content: center;
    justify-content: center;
  }
  .row.tac .col-1,
  .row.row-middle .col-1,
  .row.tac .col-2,
  .row.row-middle .col-2,
  .row.tac .col-3,
  .row.row-middle .col-3,
  .row.tac .col-4,
  .row.row-middle .col-4,
  .row.tac .col-5,
  .row.row-middle .col-5,
  .row.tac .col-6,
  .row.row-middle .col-6,
  .row.tac .col-7,
  .row.row-middle .col-7,
  .row.tac .col-8,
  .row.row-middle .col-8,
  .row.tac .col-9,
  .row.row-middle .col-9,
  .row.tac .col-10,
  .row.row-middle .col-10,
  .row.tac .col-11,
  .row.row-middle .col-11,
  .row.tac .col-12,
  .row.row-middle .col-12 {
    padding-left: 20px;
  }
  .form-line,
  .form-forgot {
    margin-left: 90px;
    position: relative;
    width: -webkit-calc(100% - 20px * 10 );
    width: -khtml-calc(100% - 20px * 10 );
    width: -moz-calc(100% - 20px * 10 );
    width: calc(100% - 20px * 10 );
    -webkit-justify-content: center;
    justify-content: center;
  }
  .form-line .col-6,
  .form-forgot .col-6,
  .form-line .col-7,
  .form-forgot .col-7,
  .form-line .col-8,
  .form-forgot .col-8,
  .form-line .col-9,
  .form-forgot .col-9,
  .form-line .col-10,
  .form-forgot .col-10,
  .form-line .col-11,
  .form-forgot .col-11,
  .form-line .col-12,
  .form-forgot .col-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .form-line .col-1,
  .form-forgot .col-1,
  .form-line .col-2,
  .form-forgot .col-2,
  .form-line .col-3,
  .form-forgot .col-3,
  .form-line .col-4,
  .form-forgot .col-4,
  .form-line .col-5,
  .form-forgot .col-5,
  .form-line .col-6,
  .form-forgot .col-6,
  .form-line .col-7,
  .form-forgot .col-7,
  .form-line .col-8,
  .form-forgot .col-8,
  .form-line .col-9,
  .form-forgot .col-9,
  .form-line .col-10,
  .form-forgot .col-10,
  .form-line .col-11,
  .form-forgot .col-11,
  .form-line .col-12,
  .form-forgot .col-12 {
    padding-bottom: 0px;
  }
  .row.row-12 .col-1 {
    -webkit-flex: 0 0 8.3333333%;
    -ms-flex: 0 0 8.3333333%;
    flex: 0 0 8.3333333%;
  }
  .row.row-12 .col-2 {
    -webkit-flex: 0 0 16.6666666%;
    -ms-flex: 0 0 16.6666666%;
    flex: 0 0 16.6666666%;
  }
  .row.row-12 .col-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .row.row-12 .col-4 {
    -webkit-flex: 0 0 33.3333333%;
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
  }
  .row.row-12 .col-5 {
    -webkit-flex: 0 0 41.6666666%;
    -ms-flex: 0 0 41.6666666%;
    flex: 0 0 41.6666666%;
  }
  .row.row-12 .col-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .row.row-12 .col-7 {
    -webkit-flex: 0 0 58.3333333%;
    -ms-flex: 0 0 58.3333333%;
    flex: 0 0 58.3333333%;
  }
  .row.row-12 .col-8 {
    -webkit-flex: 0 0 66.6666666%;
    -ms-flex: 0 0 66.6666666%;
    flex: 0 0 66.6666666%;
  }
  .row.row-12 .col-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .row.row-12 .col-10 {
    -webkit-flex: 0 0 83.3333333%;
    -ms-flex: 0 0 83.3333333%;
    flex: 0 0 83.3333333%;
  }
  .row.row-12 .col-11 {
    -webkit-flex: 0 0 91.6666666%;
    -ms-flex: 0 0 91.6666666%;
    flex: 0 0 91.6666666%;
  }
  .row.row-12 .col-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .row-12.flex {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.row-expanded .col-2 {
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .row.row-expanded .col-1,
  .row.row-expanded .col-2,
  .row.row-expanded .col-3,
  .row.row-expanded .col-4,
  .row.row-expanded .col-5,
  .row.row-expanded .col-6,
  .row.row-expanded .col-7,
  .row.row-expanded .col-8,
  .row.row-expanded .col-9,
  .row.row-expanded .col-10,
  .row.row-expanded .col-11,
  .row.row-expanded .col-12 {
    margin-left: 0;
    margin-top: 0;
  }
  .dlist-left,
  .dlist-right {
    width: -webkit-calc(50% - 20px);
    width: -khtml-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .form-experience {
    margin-bottom: 20px;
  }
  .form-experience .separator-simple {
    width: -webkit-calc(100% - 20px * 10 );
    width: -khtml-calc(100% - 20px * 10 );
    width: -moz-calc(100% - 20px * 10 );
    width: calc(100% - 20px * 10 );
    margin: 30px auto;
  }
  /* brandpages */
  .sideImage {
    margin-left: 20px;
    position: relative;
    width: -webkit-calc(100% - 20px * 3 );
    width: -khtml-calc(100% - 20px * 3 );
    width: -moz-calc(100% - 20px * 3 );
    width: calc(100% - 20px * 3 );
    max-width: 460px;
    margin: 0 auto;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sideImage > * {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  .sideImage-image {
    -webkit-align-self: center;
    align-self: center;
    -webkit-order: 1;
    order: 1;
  }
  .sideImage-text {
    -webkit-order: 2;
    order: 2;
    margin-top: 20px;
  }
  .sideImage + .sideImage,
  .sideImage:not(:first-child) {
    margin-top: 60px;
  }
  .product-pictures {
    text-align: center;
    float: none;
    padding: 0;
    margin: 0 auto;
    width: 535px;
  }
  .product-pictures-topRight {
    right: 25px;
    top: 10px;
  }
  .product-picturesList img {
    height: 100px;
    width: 100px;
  }
  .product-infos {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% - 20px * 4 - 0px);
    width: -khtml-calc(100% - 20px * 4 - 0px);
    width: -moz-calc(100% - 20px * 4 - 0px);
    width: calc(100% - 20px * 4 - 0px);
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 45px;
  }
  .product-infos > * {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  .product-header {
    -webkit-order: 2;
    order: 2;
    border-top: 1px #e1e1e1 solid;
    padding-top: 35px;
  }
  .product-awards {
    -webkit-order: 4;
    order: 4;
    margin-top: 20px;
  }
  .product-description {
    -webkit-order: 3;
    order: 3;
  }
  .product-info:not(.product-awards),
  .product-info:not(.product-finitions) {
    -webkit-order: 5;
    order: 5;
  }
  .product-info.product-finitions {
    -webkit-order: 1;
    order: 1;
  }
  .product-achat .form.product-advert {
    margin-left: 0px;
  }
  .colorPicker-color {
    width: 24px;
    height: 24px;
  }
  /* page home */
  .homeLive {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: -webkit-calc(100% - ( 20px * 2 ));
    max-width: -khtml-calc(100% - ( 20px * 2 ));
    max-width: -moz-calc(100% - ( 20px * 2 ));
    max-width: calc(100% - ( 20px * 2 ));
    margin: 90px auto 0;
  }
  .homeLive > * {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  .homeLive-news {
    border-right: 0;
    border-bottom: 2px #e1e1e1 solid;
  }
  .homeLive-social {
    padding-left: 0px;
    padding-top: 30px;
  }
  .homeSocial {
    margin-top: 20px;
  }
  .homeSocial-item {
    border-top: none;
    display: inline-block;
    padding: 30px;
  }
  .homeSocial-item:nth-child(1n+2) {
    border-left: 1px #e1e1e1 solid;
  }
  .homeInstagram {
    margin-top: 20px;
  }
  .homeInstagram-item {
    width: inherit;
    float: none;
    display: inline-block;
  }
  .homeForum {
    margin-left: 20px;
    margin-right: 20px;
  }
  .homeForum-lca {
    margin-left: 40px;
    margin-right: 40px;
  }
  .homeExperience-title {
    font-size: 25px;
  }
  /* page produit et page ligne*/
  .pleft-item {
    width: -webkit-calc(50% - 20px - 9px);
    width: -khtml-calc(50% - 20px - 9px);
    width: -moz-calc(50% - 20px - 9px);
    width: calc(50% - 20px - 9px);
    margin: 0 0 0 20px;
    padding-left: 0px;
  }
  .pleft-item > img {
    max-width: 100%;
  }
  .pleft-item:nth-child(1n+2) {
    margin-left: 18px;
  }
  .pleft-item p {
    text-align: justify;
  }
  .pleft-item h3.title {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  /*page avis client*/
  .ajaxLoader > .reviews,
  #avis_list > .reviews {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ajaxLoader > .reviews .review,
  #avis_list > .reviews .review {
    border-left: 1px #e1e1e1 solid;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-top: 0px;
  }
  .ajaxLoader > .reviews .review:nth-child(2n+1),
  #avis_list > .reviews .review:nth-child(2n+1) {
    border-left: none;
  }
  .ajaxLoader > .reviews .review:nth-child(n+3),
  #avis_list > .reviews .review:nth-child(n+3) {
    margin-top: 60px;
  }
  /* page ligne*/
  .primed-row .col-3 {
    text-align: center;
  }
  .primed-row .ligne-awards {
    margin-top: 30px;
    text-align: center;
  }
  .primed-row .ligne-awards .item-award:not(:first-child) {
    margin-left: 20px;
  }
  .primed-row .ligne-awards > .item-award {
    display: none;
  }
  .carousel-padded .slidable-prev {
    left: 40px;
  }
  .carousel-padded .slidable-next {
    right: 40px;
  }
  .postCards {
    margin-left: 40px;
    width: -webkit-calc(100% - 20px * 4);
    width: -khtml-calc(100% - 20px * 4);
    width: -moz-calc(100% - 20px * 4);
    width: calc(100% - 20px * 4);
  }
  .postCards .postCard {
    max-width: 445px;
    -webkit-flex: 0 0 calc(50% - 20px / 2);
    -ms-flex: 0 0 calc(50% - 20px / 2);
    flex: 0 0 calc(50% - 20px / 2);
  }
  .postCards .postCard + .postCard {
    margin-left: 20px;
  }
  .postCards.mt40 {
    margin-top: 30px;
  }
  .newsletterBlock,
  .waveBlock {
    width: -webkit-calc(100% - 20px * 2);
    width: -khtml-calc(100% - 20px * 2);
    width: -moz-calc(100% - 20px * 2);
    width: calc(100% - 20px * 2);
    margin: 60px auto;
  }
  .imageBlock-title {
    font-size: 26px;
    padding: 0px 10px;
  }
  .newsletterBlock-title,
  .waveBlock-title {
    font-size: 18px;
  }
  .newsletterBlock-input {
    width: 350px;
  }
  .postList {
    margin-top: 40px;
    margin-bottom: 40px;
    width: -webkit-calc(100% - 20px * 2 - 0px);
    width: -khtml-calc(100% - 20px * 2 - 0px);
    width: -moz-calc(100% - 20px * 2 - 0px);
    width: calc(100% - 20px * 2 - 0px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .postList-img {
    width: 270px;
  }
  .postList-content {
    margin-left: 290px;
  }
  .postList-buttons .postList-button {
    margin-left: 5px;
  }
  .slider-inPage {
    margin-left: 20px;
    margin-right: 20px;
  }
  /* files */
  .files-carousel.col-12 {
    flex: 0 0 728px;
  }
  .files {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .file {
    width: 120px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .files .file:nth-child(1n+6) {
    margin-top: 20px;
  }
  /* buttonList */
  .buttonList .buttonList-label {
    display: block;
  }
  .buttonList .button {
    margin-top: 20px;
  }
  .colorPicker-color,
  a,
  button,
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
  }
  /* brandpage fabrication */
  .fullFader {
    height: 300px;
  }
  .fullFader-ratio {
    height: 33.177vw;
  }
  .fullFader-prev,
  .fullFader-next {
    top: 40%;
  }
  .fullFader-prev {
    margin-right: -webkit-calc(50% - 120px);
    margin-right: -khtml-calc(50% - 120px);
    margin-right: -moz-calc(50% - 120px);
    margin-right: calc(50% - 120px);
  }
  .fullFader-next {
    margin-left: -webkit-calc(50% - 120px);
    margin-left: -khtml-calc(50% - 120px);
    margin-left: -moz-calc(50% - 120px);
    margin-left: calc(50% - 120px);
  }
  .fullFader-text {
    padding: 10px 0;
  }
  .fullFader-text p {
    text-align: center;
  }
  .mainWrapper > .box-full,
  .mainWrapper > .fullFader {
    position: relative;
    display: block;
    width: -webkit-calc(100% - 20px * 2);
    width: -khtml-calc(100% - 20px * 2);
    width: -moz-calc(100% - 20px * 2);
    width: calc(100% - 20px * 2);
  }
  .mainWrapper > .box-full:not(.mt18),
  .mainWrapper > .fullFader:not(.mt18) {
    margin: 30px auto 0;
  }
  .mainWrapper > .box-full.mt18,
  .mainWrapper > .fullFader.mt18 {
    margin: 18px auto 0;
  }
  .mainWrapper > .box-full.mt20 {
    margin-top: 8px;
  }
  /* page store locator */
  .storeLocator.wrapper-big {
    width: 100%;
  }
  .storeForm-options {
    -webkit-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .storeForm-col {
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }
  .storeForm-col:nth-child(2n+2) {
    padding-right: 100px;
    padding-left: 10px;
  }
  .storeForm-col:nth-child(odd) {
    padding-left: 100px;
    padding-right: 10px;
  }
  .storeForm-item.picker {
    display: inline-block;
    min-width: 200px;
  }
  .title.storeLocator-optional-location {
    padding: 10px;
  }
  .storeLocator-filters {
    -webkit-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 40px;
    margin-top: 20px;
  }
  .storeLocator-filters .storeLocator-filtersLabel {
    margin-top: 0px;
    display: block;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .storeLocator-filters .storeLocator-filter {
    vertical-align: top;
    -webkit-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    margin-left: 0px;
    margin-right: 20px;
  }
  .storeLocator-filters .storeLocator-filter:last-child {
    margin-right: 0px;
  }
  .storeLocator-filters .storeLocator-filter-name.title {
    min-height: 32px;
  }
  .storeLocator-stores {
    -webkit-flex: 0 0 320px;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
  }
  .storeLocator-map {
    -webkit-flex-basis: -webkit-calc(100% - 320px);
    -webkit-flex-basis: -khtml-calc(100% - 320px);
    -webkit-flex-basis: -moz-calc(100% - 320px);
    -webkit-flex-basis: calc(100% - 320px);
    /* */
    flex-basis: -webkit-calc(100% - 320px);
    flex-basis: -khtml-calc(100% - 320px);
    flex-basis: -moz-calc(100% - 320px);
    flex-basis: calc(100% - 320px);
    /* */
  }
  /* Focal And You */
  .socialBox-left::before,
  .socialBox-left::after {
    content: "";
    position: absolute;
    left: inherit;
    top: 0px;
    z-index: 3;
    width: 50%;
    height: 20px;
    border-color: #fff transparent;
    border-style: solid;
  }
  .socialBox-left::before {
    left: 0px;
    border-width: 20px 20px 0 0;
  }
  .socialBox-left::after {
    bottom: inherit;
    right: 0px;
    border-width: 20px 0 0 20px;
  }
  .socialBox-left {
    padding-top: 20px;
  }
  .socialBox-youtube {
    padding: 20px 0 0 0;
    height: 427px;
  }
  .anchors.logolist {
    padding: 0;
    padding-left: -webkit-calc((100% - 768px) / 2 + 160px);
    padding-left: -khtml-calc((100% - 768px) / 2 + 160px);
    padding-left: -moz-calc((100% - 768px) / 2 + 160px);
    padding-left: calc((100% - 768px) / 2 + 160px);
    padding-right: -webkit-calc((100% - 768px) / 2 + 160px);
    padding-right: -khtml-calc((100% - 768px) / 2 + 160px);
    padding-right: -moz-calc((100% - 768px) / 2 + 160px);
    padding-right: calc((100% - 768px) / 2 + 160px);
  }
  .anchors.logolist a:nth-child(1n+4) {
    margin-top: 30px;
  }
  .anchors.logolist a:nth-child(3n+1) {
    margin-left: 0px;
  }
  .socialBox-facebook {
    padding: 50px 10px 30px;
    width: -webkit-calc(100% - 20px * 2);
    width: -khtml-calc(100% - 20px * 2);
    width: -moz-calc(100% - 20px * 2);
    width: calc(100% - 20px * 2);
    margin: 20px;
  }
  .socialBox-facebook-cols {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .socialBox-facebook-post {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 350px;
    -webkit-order: 0;
    order: 0;
  }
  .socialBox-facebook-fan {
    margin-top: 20px;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 350px;
    -webkit-order: 1;
    order: 1;
  }
  .socialBox-facebook-post {
    text-align: center;
  }
  .socialBox-twitter,
  .socialBox-instagram {
    min-height: 595px;
  }
  .row.row-12 .col-9.focalNYou-questions {
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
  .row.row-12 .col-9.focalNYou-questions .simpleQuestion {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .row.row-12 .col-9.focalNYou-questions + .col-3 {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  .row.row-12 .col-9.focalNYou-questions + .col-3 .focalNYou-answer {
    padding: 30px 20px;
  }
  /*.middleBlock{
    height: 300px;
  }*/
  .focalNYou-other-title {
    font-size: 15px;
  }
  .row-1 > * {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .row-1 > .col-1,
  .row-1 > .col-2,
  .row-1 > .col-3,
  .row-1 > .col-4,
  .row-1 > .col-5,
  .row-1 > .col-6,
  .row-1 > .col-7,
  .row-1 > .col-8,
  .row-1 > .col-9,
  .row-1 > .col-10,
  .row-1 > .col-11,
  .row-1 > .col-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* form */
  .form {
    width: -webkit-calc(100% - 20px);
    width: -khtml-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-left: 20px;
  }
  .form .tac {
    margin-right: 20px;
  }
  .form > .label {
    margin-left: 100px;
  }
  .form-title {
    width: -webkit-calc(100% - 20px);
    width: -khtml-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .form-notice {
    margin-left: 100px;
    margin-right: 100px;
  }
  .form-line.row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .form-line.row.row-center {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .form-line.row .col-1:first-child,
  .form-line.row .col-2:first-child,
  .form-line.row .col-3:first-child,
  .form-line.row .col-4:first-child,
  .form-line.row .col-5:first-child,
  .form-line.row .col-6:first-child,
  .form-line.row .col-7:first-child,
  .form-line.row .col-8:first-child,
  .form-line.row .col-9:first-child,
  .form-line.row .col-10:first-child,
  .form-line.row .col-11:first-child,
  .form-line.row .col-12:first-child {
    padding-left: 0px;
  }
  .form-line.row.row-1 {
    /*>*:not(:last-child) {
        margin-bottom:@size-goutiere;
      }*/
  }
  .form-line.row.row-1 .col-1,
  .form-line.row.row-1 .col-2,
  .form-line.row.row-1 .col-3,
  .form-line.row.row-1 .col-4,
  .form-line.row.row-1 .col-5,
  .form-line.row.row-1 .col-6,
  .form-line.row.row-1 .col-7,
  .form-line.row.row-1 .col-8,
  .form-line.row.row-1 .col-9,
  .form-line.row.row-1 .col-10,
  .form-line.row.row-1 .col-11,
  .form-line.row.row-1 .col-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0px;
  }
  .form-line .row {
    margin-left: 0px;
    width: 100%;
  }
  .form-line .row .col-1:first-child,
  .form-line .row .col-2:first-child,
  .form-line .row .col-3:first-child,
  .form-line .row .col-4:first-child,
  .form-line .row .col-5:first-child,
  .form-line .row .col-6:first-child,
  .form-line .row .col-7:first-child,
  .form-line .row .col-8:first-child,
  .form-line .row .col-9:first-child,
  .form-line .row .col-10:first-child,
  .form-line .row .col-11:first-child,
  .form-line .row .col-12:first-child {
    padding-left: 0px;
  }
  .check-label + .label {
    margin-left: 3px;
  }
  .row-1 > * + * {
    margin-top: 20px;
  }
  .searchBox-input {
    width: 513px;
  }
  .productList {
    margin-left: 20px;
    position: relative;
    width: -webkit-calc(100% - 20px * 3 );
    width: -khtml-calc(100% - 20px * 3 );
    width: -moz-calc(100% - 20px * 3 );
    width: calc(100% - 20px * 3 );
    -webkit-justify-content: center;
    justify-content: center;
  }
  .form-separator {
    margin-right: 20px;
  }
  /* post */
  .post {
    width: -webkit-calc(100% - 20px * 2 - 0px);
    width: -khtml-calc(100% - 20px * 2 - 0px);
    width: -moz-calc(100% - 20px * 2 - 0px);
    width: calc(100% - 20px * 2 - 0px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .post-fullText {
    padding: 0 60px;
  }
  .post-fullText img {
    height: inherit;
  }
  .post-fullImage {
    max-width: 100%;
  }
  .post-block {
    margin: 30px 0;
  }
  .post-imgBlock + .post-imgBlock {
    margin-top: 40px;
  }
  .post-imgBlock {
    position: relative;
  }
  .post-imgBlock-img {
    width: 40%;
    margin-top: 50px;
  }
  .post-imgBlock-text {
    margin-left: 30px;
  }
  .post-imgBlock-right .post-imgBlock-text {
    margin-right: 30px;
  }
  .post-quoteBlock {
    margin: 40px 0;
  }
  .post-gallery-item {
    width: -webkit-calc((100% - 54px * 3) / 4 );
    width: -khtml-calc((100% - 54px * 3) / 4 );
    width: -moz-calc((100% - 54px * 3) / 4 );
    width: calc((100% - 54px * 3) / 4 );
    height: -webkit-calc((100% - 54px * 3) / 4 );
    height: -khtml-calc((100% - 54px * 3) / 4 );
    height: -moz-calc((100% - 54px * 3) / 4 );
    height: calc((100% - 54px * 3) / 4 );
    max-width: 220px;
    max-height: 220px;
  }
  /* faq */
  .questions {
    width: -webkit-calc(100% - 20px * 4 - 0px);
    width: -khtml-calc(100% - 20px * 4 - 0px);
    width: -moz-calc(100% - 20px * 4 - 0px);
    width: calc(100% - 20px * 4 - 0px);
    margin-left: 40px;
    margin-right: 40px;
  }
  /* mainWrapper imagesblocks */
  .mainWrapper > .imageBlock {
    margin-left: 20px;
    margin-right: 20px;
    height: 380px;
    width: -webkit-calc(100% - 20px * 2);
    width: -khtml-calc(100% - 20px * 2);
    width: -moz-calc(100% - 20px * 2);
    width: calc(100% - 20px * 2);
  }
  .mainWrapper > .imageBlock.h263 {
    height: 263px;
  }
  .mainWrapper > .imageBlock.h370 {
    height: 370px;
  }
  .mainWrapper > .imageBlock.h450 {
    height: 450px;
  }
  .mainWrapper > .imageBlock .button.button-white {
    margin-top: 20px;
  }
  .wrapper > p.tac {
    padding-left: 40px;
    padding-right: 40px;
  }
  iframe {
    width: 100%;
    max-width: 100%;
    height: 475px;
  }
  .videoHolder {
    height: 450px;
  }
  .videoHolder iframe {
    height: 100%;
  }
  .number {
    font-size: 38px;
  }
  .hoverText:not(.hoverText-visible) {
    cursor: pointer;
  }
  .hoverText:not(.hoverText-visible):hover .hoverText-sep,
  .hoverText:not(.hoverText-visible):hover .hoverText-text {
    visibility: hidden;
    opacity: 0;
  }
  .hoverText:not(.hoverText-visible):hover::after {
    opacity: 1;
  }
  .imageBlock-hover::after {
    transition: none;
  }
  .imageBlock-hover:hover .imageBlock-text {
    max-height: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    opacity: 0;
  }
  .imageBlock-hover:hover::after {
    opacity: 0.2;
  }
  .hoverable:hover::before,
  .hoverText:hover::before,
  .hoverSimple:hover::before {
    opacity: .6;
  }
  .box:hover .boxOverlay {
    visibility: hidden;
    opacity: 0;
  }
  .hoverText:hover .hoverText-content {
    overflow-y: inherit;
  }
  .wrapper > .h1 {
    /*CHECK*/
    padding-left: 20px;
    padding-right: 20px;
  }
  .wrapper > h2 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .titleBar {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
  }
  .quickAccess {
    height: 170px;
    margin-left: 5px;
  }
  .quickAccess-title {
    font-size: 14px;
  }
  .tabs {
    margin-left: -webkit-calc((100% - 768px) / 2);
    margin-left: -khtml-calc((100% - 768px) / 2);
    margin-left: -moz-calc((100% - 768px) / 2);
    margin-left: calc((100% - 768px) / 2);
    margin-right: -webkit-calc((100% - 768px) / 2);
    margin-right: -khtml-calc((100% - 768px) / 2);
    margin-right: -moz-calc((100% - 768px) / 2);
    margin-right: calc((100% - 768px) / 2);
    min-width: 768px;
  }
  .tabs-label,
  .tabs-tab {
    width: 25%;
  }
  .tabs-label:nth-child(7n+1),
  .tabs-tab:nth-child(7n+1) {
    border-left-width: 1px;
  }
  .tabs-label:nth-child(4n+1),
  .tabs-tab:nth-child(4n+1) {
    border-left-width: 0;
  }
  .row-products .col-2:nth-child(1n) {
    margin-top: 0px;
  }
  .textBox {
    padding: 40px;
  }
  .box-title {
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .textBox .box-title {
    margin-left: 0px;
    margin-right: 0px;
  }
  .stickyAnchors-active .anchors-text,
  .anchors-text:not(.anchors-single) {
    display: none;
  }
  .imageBlock-text {
    font-size: 14px;
  }
  .experience.mt40 {
    margin-top: 30px;
  }
  .instagramBlock,
  .testimonial {
    height: 545px;
    padding-top: 20px;
  }
  .instagramBlock {
    padding-bottom: 20px;
  }
  .testimonial {
    padding: 50px 60px;
  }
  .instagramBlock-icon .fa {
    font-size: 20px;
  }
  .instagramBlock-pictures {
    margin-top: 20px;
  }
  .instagramBlock-pictures img {
    height: 110px;
  }
  .instagramBlock-pictures .centered-item {
    display: block;
  }
  .instagramBlock-pictures .centered-item + .centered-item {
    margin-left: 0px;
    margin-top: 20px;
  }
  .anchor-picker {
    display: block;
  }
  .stickyAnchors.stickyAnchors-active .anchor-picker {
    display: inline-block;
  }
  .anchor-picker .picker {
    width: intrinsic;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    max-width: 80%;
    margin-top: 0px;
  }
  .stickyAnchors.stickyAnchors-active .anchor-picker .picker {
    max-width: inherit;
  }
  .stickyAnchors-active {
    top: 46px;
  }
  .lpm-stickyAnchors {
    margin-top: 20px;
  }
  .stickyAnchors-active.lpm-stickyAnchors {
    margin-top: 0px;
    top: 0px;
  }
  .playlistPage-logos {
    width: -webkit-calc(100% - 20px * 1 - 0px);
    width: -khtml-calc(100% - 20px * 1 - 0px);
    width: -moz-calc(100% - 20px * 1 - 0px);
    width: calc(100% - 20px * 1 - 0px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .playlistBlock {
    width: -webkit-calc(100% - 20px * 2 - 0px);
    width: -khtml-calc(100% - 20px * 2 - 0px);
    width: -moz-calc(100% - 20px * 2 - 0px);
    width: calc(100% - 20px * 2 - 0px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .playlistBlock-cover {
    width: 406px;
    height: 269px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .playlistBlock-image {
    max-width: 250px;
    height: auto;
  }
  .playlistBlock-content {
    margin-left: 30px;
    width: 300px;
  }
  .playlists {
    margin-left: 0px;
    position: relative;
    width: -webkit-calc(100% - 20px * 1 );
    width: -khtml-calc(100% - 20px * 1 );
    width: -moz-calc(100% - 20px * 1 );
    width: calc(100% - 20px * 1 );
    -webkit-justify-content: center;
    justify-content: center;
  }
  .playlists .playlist:nth-child(3n+1) {
    margin-left: 20px;
  }
  .playlists .playlist:nth-child(3n+1) {
    margin-left: 0;
  }
  .playlists .playlist:nth-child(n+1) {
    margin-left: 20px;
  }
  .playlists .playlist:nth-child(n+4) {
    margin-top: 20px;
  }
  .socialBox-facebook + .row .socialLogo + p {
    min-height: 70px;
  }
  .socialBox-instagram-pictures {
    padding-left: -webkit-calc((50% - 130px) / 2);
    padding-left: -khtml-calc((50% - 130px) / 2);
    padding-left: -moz-calc((50% - 130px) / 2);
    padding-left: calc((50% - 130px) / 2);
    padding-right: -webkit-calc((50% - 130px) / 2);
    padding-right: -khtml-calc((50% - 130px) / 2);
    padding-right: -moz-calc((50% - 130px) / 2);
    padding-right: calc((50% - 130px) / 2);
  }
  .socialBox-instagram-pictures a {
    max-width: 110px;
  }
  .socialBox-instagram-pictures a:nth-child(1n+2) {
    margin-top: 20px;
  }
  .socialBox-music-playlists {
    width: -webkit-calc(100% - 20px * 14 - 0px);
    width: -khtml-calc(100% - 20px * 14 - 0px);
    width: -moz-calc(100% - 20px * 14 - 0px);
    width: calc(100% - 20px * 14 - 0px);
    margin-left: 140px;
    margin-right: 140px;
  }
  .socialBox-music-playlists.playlists .playlist:nth-child(n+1) {
    margin-left: 40px;
  }
  .socialBox-music-playlists.playlists .playlist:nth-child(2n+1) {
    margin-left: 0;
  }
  .socialBox-music-playlists.playlists .playlist:nth-child(n+3) {
    margin-top: 40px;
  }
  .wrapper > .h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .searchResults {
    width: -webkit-calc(100% - 20px * 2 - 0px);
    width: -khtml-calc(100% - 20px * 2 - 0px);
    width: -moz-calc(100% - 20px * 2 - 0px);
    width: calc(100% - 20px * 2 - 0px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .searchResult {
    width: -webkit-calc(50% - 15px);
    width: -khtml-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }
  .searchResult:nth-child(2n+2) {
    margin-left: 30px;
  }
  .searchResult-image {
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
  .searchResult-content {
    padding-right: 0px;
  }
  .searchResult:nth-child(n+3) {
    margin-top: 30px;
  }
  .instagramProduit {
    margin-top: 30px;
    padding: 0;
    padding-left: -webkit-calc((100% - 482px) / 2);
    padding-left: -khtml-calc((100% - 482px) / 2);
    padding-left: -moz-calc((100% - 482px) / 2);
    padding-left: calc((100% - 482px) / 2);
    padding-right: -webkit-calc((100% - 482px) / 2);
    padding-right: -khtml-calc((100% - 482px) / 2);
    padding-right: -moz-calc((100% - 482px) / 2);
    padding-right: calc((100% - 482px) / 2);
  }
  .instagramProduit img {
    width: 143px;
  }
  .instagramProduit .centered-item + .centered-item {
    margin-left: 20px;
  }
  .instagramProduit .centered-item:nth-child(3n+1) {
    margin-left: 0px;
  }
  .instagramProduit .centered-item:nth-child(1n+4) {
    margin-top: 20px;
  }
  /*.popin-container::before{
    display: none;
  }*/
  .popin {
    max-width: -webkit-calc(100% - 20px * 4);
    max-width: -khtml-calc(100% - 20px * 4);
    max-width: -moz-calc(100% - 20px * 4);
    max-width: calc(100% - 20px * 4);
    min-width: -webkit-calc(768px - 20px * 6);
    min-width: -khtml-calc(768px - 20px * 6);
    min-width: -moz-calc(768px - 20px * 6);
    min-width: calc(768px - 20px * 6);
  }
  .popin .button {
    padding: 9px 15px;
    width: 100%;
    text-align: center;
  }
  .popin .tac {
    margin-left: 0px;
    margin-right: 0px;
  }
  .popin .form-line {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .popinStoreLocator,
  .popinContact {
    padding: 0 0;
    margin-left: 0px;
    width: 100%;
  }
  .popinStoreLocator .form-line > *,
  .popinContact .form-line > * {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0px;
  }
  .popinStoreLocator .form-line > * + .col-5,
  .popinContact .form-line > * + .col-5 {
    padding-top: 20px;
  }
  .popinStoreLocator .form-line + .form-line,
  .popinContact .form-line + .form-line {
    padding-top: 20px;
  }
  .popinNewsletter {
    padding: 0px;
  }
  .popinNewsletter-right {
    height: 300px;
    margin-left: 20px;
  }
  .popinNewsletter-right .form-line:nth-child(1n+2) {
    margin-top: 10px;
  }
  .popinNewsletter-right .form-line > .label {
    float: left;
    width: 80px;
    padding-top: 5px;
    display: block;
  }
  .popinNewsletter-right .form-option {
    display: block;
    margin-left: 80px;
  }
  .popinNewsletter-right .form-option:nth-child(1n+2) {
    margin-top: 10px;
  }
  .joinBox-icons {
    padding: 0 60px;
  }
  .joinBox-item {
    display: inline-block;
    width: 25px;
    color: #fff;
    font-size: 25px;
  }
  .joinBox-item:nth-child(1n+2) {
    margin-left: 20px;
  }
  .support-forum-blocks .col-6 {
    -webkit-flex: 0 0 66.66666%;
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
  }
  .support-forum-blocks .col-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .h1-tablet20 {
    font-size: 20px;
  }
  .hide-tablet {
    display: none;
  }
  .awardsPopin-carousel {
    width: 420px;
  }
  .backButton {
    width: -webkit-calc(100% - 20px * 2 - 0px);
    width: -khtml-calc(100% - 20px * 2 - 0px);
    width: -moz-calc(100% - 20px * 2 - 0px);
    width: calc(100% - 20px * 2 - 0px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .certificats {
    width: -webkit-calc(100% - 20px * 2 - 0px);
    width: -khtml-calc(100% - 20px * 2 - 0px);
    width: -moz-calc(100% - 20px * 2 - 0px);
    width: calc(100% - 20px * 2 - 0px);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
  }
  .popinReviews-reviews {
    max-width: 100%;
    max-height: 600px;
  }
  .topFacebook-left::after {
    top: 330px;
    height: -webkit-calc(100% - 330px + 10px);
    height: -khtml-calc(100% - 330px + 10px);
    height: -moz-calc(100% - 330px + 10px);
    height: calc(100% - 330px + 10px);
  }
  .topFans {
    width: -webkit-calc(100% - 20px * 2 - 0px);
    width: -khtml-calc(100% - 20px * 2 - 0px);
    width: -moz-calc(100% - 20px * 2 - 0px);
    width: calc(100% - 20px * 2 - 0px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .lpHeader-logo {
    margin-left: 20px;
    margin-bottom: 12px;
  }
  /*
  .lpHeader-logo-text {
    position: absolute;
    top: 100%;
    .calc(top,'100% + 2px');
    left: 0%;
    margin-left: 36px;
  }
  */
  .lpHeader-quickAccess {
    right: 20px;
  }
  .lpHeader-quickAccess .menu-quickAccess {
    margin-left: 10px;
  }
}
@media only screen and (min-device-height: 1024px), only screen and (min-height: 1024px) {
  .popinReviews-reviews {
    max-height: 660px;
  }
}
@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px), only screen and (max-width: 500px), only screen and (max-device-width: 500px), only screen and (max-height: 500px) and (max-device-height: 500px) and (orientation: landscape) {
  .header {
    min-width: 320px;
  }
  .header-top {
    display: none;
  }
  .state-stickyMenu .header-bottom,
  .header-bottom {
    height: 46px;
    line-height: 46px;
    position: relative;
    vertical-align: baseline;
    min-width: 320px;
  }
  .state-stickyMenu .header-logo,
  .header-logo {
    margin-top: 0px;
    margin-left: 20px;
  }
  .state-stickyMenu .header-logo img,
  .header-logo img {
    width: 92px;
    height: auto;
  }
  .menu {
    display: none;
  }
  .mobile-search {
    display: block;
    right: 56px;
  }
  .menu-bars {
    display: block;
    right: 20px;
  }
}
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  .lpHeader-wrapper {
    text-align: left;
  }
  .lpHeader-logo {
    margin-left: 8px;
    margin-bottom: 12px;
  }
  .lpHeader-logo img {
    width: 92px;
    height: auto;
  }
  /*
  .lpHeader-logo-text {
    position: absolute;
    top: 100%;
    .calc(top,'100% + 2px');
    left: 0%;
    margin-left: 20px;
  }
  */
  .lpHeader-quickAccess {
    right: 8px;
  }
  .lpHeader-quickAccess .menu-quickAccess {
    margin-left: 10px;
  }
  .richMenus-wrapper {
    min-width: 100%;
    max-width: 100%;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mt30 {
    margin-top: 20px;
  }
  .mt40 {
    margin-top: 30px;
  }
  .mt50 {
    margin-top: 40px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mt70 {
    margin-top: 30px;
  }
  .mt90 {
    margin-top: 60px;
  }
  .mv60 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .wrapper,
  .mainWrapper {
    width: 320px;
  }
  /* carousel */
  .mainWrapper > .carousel.slidable.anchors-image {
    max-width: -webkit-calc(100% - ( 20px * 2));
    max-width: -khtml-calc(100% - ( 20px * 2));
    max-width: -moz-calc(100% - ( 20px * 2));
    max-width: calc(100% - ( 20px * 2));
    margin: 20px auto 0;
  }
  .mainWrapper > .carousel.slidable.anchors-image .carousel-prev,
  .mainWrapper > .carousel.slidable.anchors-image .carousel-next {
    width: 20px;
    height: 100%;
  }
  .mainWrapper > .carousel.slidable.anchors-image .carousel-prev {
    background-position: left center;
    margin-right: 0px;
  }
  .mainWrapper > .carousel.slidable.anchors-image .carousel-next {
    background-position: right center;
    margin-left: 0px;
  }
  .mainWrapper > .carousel.slidable.anchors-image .row-12 {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .mainWrapper > .carousel.slidable.anchors-image .row-12 .col-5:last-child {
    margin-left: 18px;
  }
  .mainWrapper > .carousel.slidable.anchors-image img {
    max-width: 165px;
    max-height: 165px;
  }
  [data-type="teach"] {
    /* BLOCK TEACH */
    margin: 20px 8px;
  }
  [data-type="teach"] .indexBlock-title {
    padding: 30px 0 30px;
    margin: 0 12px;
  }
  [data-type="teach"] .indexBlock-title big {
    font-size: 28px;
  }
  [data-type="teach"] .indexBlock-cols {
    padding: 40px 0;
  }
  [data-type="teach"] .indexBlock-text {
    padding: 0px 20px;
  }
  [data-type="teach"] .indexBlock-col {
    width: 100%;
  }
  [data-type="1"] {
    /* Content TO carousel */
  }
  [data-type="1"].row {
    margin-top: 0px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: -webkit-calc(100% - 8px);
    max-width: -khtml-calc(100% - 8px);
    max-width: -moz-calc(100% - 8px);
    max-width: calc(100% - 8px);
  }
  [data-type="1"].row > * {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  [data-type="1"].row .indexBlock-col {
    width: 100%;
  }
  .carousel-v1 {
    width: 90%;
  }
  .story {
    max-width: 100%;
    padding: 0px;
  }
  .story .story-year {
    width: 45px;
    font-size: 11px;
  }
  .story .story-pages {
    margin-top: 20px;
  }
  .story .story-page {
    margin: 0 50px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .story .story-page > * {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  .story .story-page-year {
    font-size: 60px;
  }
  .story .story-page-text {
    margin-left: 0px;
    text-align: center;
  }
  .story .carousel-prev,
  .story .carousel-next {
    height: -webkit-calc(320px - 50px);
    height: -khtml-calc(320px - 50px);
    height: -moz-calc(320px - 50px);
    height: calc(320px - 50px);
    top: 50px;
    bottom: 0;
    background-color: #fff;
  }
  .story .carousel-prev {
    border-right: 10px solid #fff;
    background-position: center left 8px;
  }
  .story .carousel-next {
    border-left: 10px solid #fff;
    background-position: center right 8px;
  }
  .story-year::after {
    width: 40px;
  }
  .naim {
    height: inherit;
    padding: 30px 12px 75px;
    margin-left: 8px;
    margin-right: 8px;
    background-position: center bottom 5px;
  }
  .naim.mt90 {
    margin-top: 50px;
    padding-top: 30px;
  }
  .naim .naim-item {
    width: 100%;
  }
  .naim .naim-item:not(:last-child) {
    margin-bottom: 20px;
  }
  [data-type="5"] {
    width: 100%;
    padding: 20px;
    padding-bottom: 0px;
    margin: 0 auto;
  }
  [data-type="5"] .carousel-prev,
  [data-type="5"] .carousel-next {
    width: 20px;
    height: 124px;
    top: 20px;
    background-color: #fff;
  }
  [data-type="5"] .carousel-prev {
    left: 12px;
    padding-right: 4px;
  }
  [data-type="5"] .carousel-next {
    right: 12px;
    padding-left: 12px;
  }
  [data-type="5"] .review-head {
    padding-left: 20px;
    padding-right: 20px;
  }
  [data-type="5"] .reviews .review {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0px;
    padding-right: 0px;
    border-left: 0px;
  }
  [data-type="5"] .review-infos {
    margin-left: 10px;
  }
  .pressList {
    display: none;
  }
  .pressList-col.press {
    width: 90%;
    margin-left: 5%;
    padding: 0;
  }
  .press-mobile {
    display: inherit;
    margin-left: 20px;
    margin-right: 20px;
  }
  .press-mobile .carousel-prev {
    background-position: left top 10px;
  }
  .press-mobile .carousel-next {
    right: 0;
    background-position: right top 10px;
  }
  .slider {
    height: 300px;
  }
  .slider .imageBlock {
    padding-top: 20px;
    overflow: hidden;
  }
  .slider .button-outline {
    margin-top: 10px;
  }
  .social {
    font-weight: bold;
  }
  .social .social-focal {
    display: block;
    margin-bottom: 5px;
  }
  .social .social-focal > span {
    display: none;
  }
  .social span + span {
    display: block;
    padding-bottom: 10px;
  }
  .social a:first-child {
    margin-top: 10px;
  }
  .footer-row {
    padding: 30px 40px 37px 70px;
  }
  .footer-col:first-child,
  .footer-col:not(:first-child) {
    display: block;
    margin: 0px;
    padding: 0px;
    float: none;
    width: 100%;
  }
  .footer-col:first-child .footer-item:last-child {
    margin-top: 40px;
  }
  /* Gridwrappers */
  .grid-wrapper {
    width: 100%;
    padding-right: 8px;
  }
  .grid-wrapper:not(.mt18) {
    margin: 30px auto 0;
  }
  .grid-wrapper.mt18 {
    margin: 18px auto 0;
  }
  .grid-wrapper.mt0 {
    margin: 0px auto 0;
  }
  .grid tr td {
    padding-top: 8px;
    padding-left: 8px;
  }
  .afdt_grid .box:not(.box-mobile):not(.textBox):not(.box-x2):not(.hoverText-visible):not(.box-grey),
  .grid tr td .box:not(.box-mobile):not(.textBox):not(.box-x2):not(.hoverText-visible):not(.box-grey) {
    max-height: 200px;
  }
  .afdt_grid .hoverText-text{
    font-size:12px;
  }
  .afdt_grid .box-x2.hoverText-visible:not(.box-mobile),
  .afdt_grid .box.hoverText-visible,
  .grid tr td .box.hoverText-visible {
    height: inherit;
    max-height: inherit;
  }
  .afdt_grid .box.hoverText-visible .hoverText-content,
  .grid tr td .box.hoverText-visible .hoverText-content {
    position: relative;
  }
  .afdt_grid .box-x2:not(.box-mobile),
  .grid tr td .box-x2:not(.box-mobile) {
    max-height: 406px;
  }
  .afdt_grid .box-x2-text,
  .grid tr td .box-x2-text {
    height: inherit;
    max-height: inherit;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .afdt_grid .textBox,
  .grid tr td .textBox {
    max-height: inherit;
    height: inherit;
  }
  .afdt_grid .box.box-full .hoverSimple-text,
  .grid tr td .box.box-full .hoverSimple-text {
    font-size: 16px;
  }
  .afdt_grid .box.box-full .hoverSimple-label,
  .grid tr td .box.box-full .hoverSimple-label {
    top: 25px;
  }
  .afdt_grid .box.box-full.hoverSimple::after,
  .grid tr td .box.box-full.hoverSimple::after {
    bottom: 25px;
  }
  .grid .hide-mobile-row {
    display: none;
  }
  .grid .wrappedBox-image {
    display: none;
  }
  .grid .cols-2 {
    padding-right: 0px;
    padding-left: 8px;
  }
  .afdt_grid .productBox.box-x2,
  .grid .productBox.box-x2 {
    padding-top: 0px;
  }
  .afdt_grid .productBox.box-x2 .productBox-img,
  .grid .productBox.box-x2 .productBox-img {
    max-width: 100%;
  }
  .afdt_grid .productBox.box-x2 .productBox-name,
  .grid .productBox.box-x2 .productBox-name {
    margin-top: 5px;
    font-size: 18px;
  }
  .afdt_grid .productBox.box-x2 .productBox-category,
  .grid .productBox.box-x2 .productBox-category {
    display: none;
  }
  .afdt_grid .productBox.box-x2 .sep,
  .grid .productBox.box-x2 .sep {
    margin-bottom: 0px;
  }
  .afdt_grid .productBox:not(.box-x2):not(.box-mobile),
  .grid .productBox:not(.box-x2):not(.box-mobile) {
    padding-top: 5px;
  }
  .afdt_grid .productBox:not(.box-x2):not(.box-mobile) .productBox-img,
  .grid .productBox:not(.box-x2):not(.box-mobile) .productBox-img {
    max-width: 110px;
  }
  .afdt_grid .productBox:not(.box-x2):not(.box-mobile) .productBox-category,
  .grid .productBox:not(.box-x2):not(.box-mobile) .productBox-category {
    display: none;
  }
  .afdt_grid .productBox:not(.box-x2):not(.box-mobile) .productBox-bottom,
  .grid .productBox:not(.box-x2):not(.box-mobile) .productBox-bottom {
    bottom: 0px;
  }
  .afdt_grid .productBox:not(.box-x2):not(.box-mobile) .productBox-bottom .sep,
  .grid .productBox:not(.box-x2):not(.box-mobile) .productBox-bottom .sep {
    margin-bottom: 5px;
  }
  .afdt_grid .productBox.box-mobile .productBox-img,
  .grid .productBox.box-mobile .productBox-img {
    max-width: 165px;
  }
  .afdt_grid .hoverSimple.box-x2:after,
  .grid .hoverSimple.box-x2:after {
    bottom: 124px;
  }
  .afdt_grid .box-x2 .hoverSimple-label,
  .grid .box-x2 .hoverSimple-label {
    top: 154px;
  }
  .post h3.productBox-name,
  .productBox-name {
    margin-top: 10px;
    font-size: 12px;
  }
  .box:not(.box-x2) .productBox-name {
    max-height: 40px;
    overflow-y: hidden;
  }
  .hoverSimple-text {
    font-size: 14px;
    word-wrap: break-word;
    max-width: 100%;
  }
  /* Flex Boxes */
  .row {
    padding-top: 0px;
    margin-left: 0px;
    position: relative;
    width: -webkit-calc(100% - 8px * 1);
    width: -khtml-calc(100% - 8px * 1);
    width: -moz-calc(100% - 8px * 1);
    width: calc(100% - 8px * 1);
    -webkit-justify-content: center;
    justify-content: center;
  }
  .row .col-1 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .row .col-2 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .row .col-3 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .row .col-4,
  .row .col-5,
  .row .col-6,
  .row .col-7,
  .row .col-8,
  .row .col-9,
  .row .col-10,
  .row .col-11,
  .row .col-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .row .col-1,
  .row .col-2,
  .row .col-3,
  .row .col-4,
  .row .col-5,
  .row .col-6,
  .row .col-7,
  .row .col-8,
  .row .col-9,
  .row .col-10,
  .row .col-11,
  .row .col-12 {
    padding-left: 8px;
    padding-bottom: 8px;
  }
  .row .box:not(.dlist):not(.productBox):not(.box-x125):not(.h370) {
    height: 200px;
  }
  .row .box.hoverText-visible {
    height: inherit;
    max-height: inherit;
  }
  .row .box.hoverText-visible .hoverText-content {
    position: relative;
  }
  .row .box-x125 {
    height: inherit;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .box.h370 {
    height: 370px;
  }
  .row .h263 {
    margin-top: 8px;
  }
  .row.tac,
  .row.row-middle {
    padding-top: 0px;
    margin-left: 0px;
    position: relative;
    width: -webkit-calc(100% - 8px * 0);
    width: -khtml-calc(100% - 8px * 0);
    width: -moz-calc(100% - 8px * 0);
    width: calc(100% - 8px * 0);
    -webkit-justify-content: center;
    justify-content: center;
  }
  .row.tac .col-1,
  .row.row-middle .col-1,
  .row.tac .col-2,
  .row.row-middle .col-2,
  .row.tac .col-3,
  .row.row-middle .col-3,
  .row.tac .col-4,
  .row.row-middle .col-4,
  .row.tac .col-5,
  .row.row-middle .col-5,
  .row.tac .col-6,
  .row.row-middle .col-6,
  .row.tac .col-7,
  .row.row-middle .col-7,
  .row.tac .col-8,
  .row.row-middle .col-8,
  .row.tac .col-9,
  .row.row-middle .col-9,
  .row.tac .col-10,
  .row.row-middle .col-10,
  .row.tac .col-11,
  .row.row-middle .col-11,
  .row.tac .col-12,
  .row.row-middle .col-12 {
    padding-left: 0;
  }
  .row.row-12 .col-1 {
    -webkit-flex: 0 0 8.3333333%;
    -ms-flex: 0 0 8.3333333%;
    flex: 0 0 8.3333333%;
  }
  .row.row-12 .col-2 {
    -webkit-flex: 0 0 16.6666666%;
    -ms-flex: 0 0 16.6666666%;
    flex: 0 0 16.6666666%;
  }
  .row.row-12 .col-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .row.row-12 .col-4 {
    -webkit-flex: 0 0 33.3333333%;
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
  }
  .row.row-12 .col-5 {
    -webkit-flex: 0 0 41.6666666%;
    -ms-flex: 0 0 41.6666666%;
    flex: 0 0 41.6666666%;
  }
  .row.row-12 .col-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .row.row-12 .col-7 {
    -webkit-flex: 0 0 58.3333333%;
    -ms-flex: 0 0 58.3333333%;
    flex: 0 0 58.3333333%;
  }
  .row.row-12 .col-8 {
    -webkit-flex: 0 0 66.6666666%;
    -ms-flex: 0 0 66.6666666%;
    flex: 0 0 66.6666666%;
  }
  .row.row-12 .col-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .row.row-12 .col-10 {
    -webkit-flex: 0 0 83.3333333%;
    -ms-flex: 0 0 83.3333333%;
    flex: 0 0 83.3333333%;
  }
  .row.row-12 .col-11 {
    -webkit-flex: 0 0 91.6666666%;
    -ms-flex: 0 0 91.6666666%;
    flex: 0 0 91.6666666%;
  }
  .row.row-12 .col-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .row.row-expanded .col-2 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .row-12.flex {
    padding-left: 8px;
    padding-right: 8px;
  }
  .mainWrapper > .row-12 {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mainWrapper > .row-12 .col-1,
  .mainWrapper > .row-12 .col-2,
  .mainWrapper > .row-12 .col-3,
  .mainWrapper > .row-12 .col-4,
  .mainWrapper > .row-12 .col-5,
  .mainWrapper > .row-12 .col-6,
  .mainWrapper > .row-12 .col-7,
  .mainWrapper > .row-12 .col-8,
  .mainWrapper > .row-12 .col-9,
  .mainWrapper > .row-12 .col-10,
  .mainWrapper > .row-12 .col-11,
  .mainWrapper > .row-12 .col-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .mainWrapper > .row-12 > div + div {
    margin-top: 8px;
  }
  .mainWrapper > .row-12 .separated:nth-child(1n+2) {
    padding-top: 20px;
    margin-top: 20px;
  }
  .mainWrapper > .row-12 .separated:last-child {
    margin-bottom: 30px;
  }
  .mainWrapper > .row-12 .separated .sep {
    width: 10px;
  }
  .mainWrapper > .row-12 .separated::before {
    left: 100px;
    right: 100px;
    top: 0px;
    bottom: inherit;
    border-top: 1px #e1e1e1 solid;
    border-left: 0;
  }
   > div:nth-child(1n+3) {
    margin-top: 10px;
  }
  .dlist {
    padding: 15px 12px 10px;
    height: inherit;
  }
  .dlist-title {
    font-size: 16px;
  }
  .dlist-list {
    margin-top: 5px;
    border: 0;
  }
  .dlist-left,
  .dlist-right {
    width: -webkit-calc(50% - 10px);
    width: -khtml-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .dlist-left .dlist-link:last-child,
  .dlist-right .dlist-link:last-child {
    border: 0;
  }
  .dlist-link {
    font-size: 12px;
    padding: 12px 18px 12px 0px;
    background-size: 14px;
  }
  .hoverSimple-label {
    font-size: 9.5px;
    letter-spacing: normal;
  }
  /* brandpages */
  .sideImage {
    width: -webkit-calc(100% - 8px*2);
    width: -khtml-calc(100% - 8px*2);
    width: -moz-calc(100% - 8px*2);
    width: calc(100% - 8px*2);
    margin-left: 8px;
  }
  .sideImage + .sideImage,
  .sideImage:not(:first-child) {
    margin-top: 40px;
  }
  .product-pictures {
    width: -webkit-calc(100% - 8px * 2);
    width: -khtml-calc(100% - 8px * 2);
    width: -moz-calc(100% - 8px * 2);
    width: calc(100% - 8px * 2);
  }
  .product-picturesList {
    padding-left: 14px;
    padding-right: 14px;
  }
  .product-picturesList img {
    height: 54px;
    width: 54px;
    margin-left: 20px;
  }
  .product-pictures-topRight {
    right: 10px;
    top: 5px;
  }
  .product-infos {
    width: -webkit-calc(100% - 20px * 2 - 0px);
    width: -khtml-calc(100% - 20px * 2 - 0px);
    width: -moz-calc(100% - 20px * 2 - 0px);
    width: calc(100% - 20px * 2 - 0px);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
  }
  .product-header {
    padding-top: 18px;
    padding-bottom: 7px;
    margin-bottom: 15px;
  }
  .product-name {
    font-size: 14px;
  }
  .product-social {
    bottom: 5px;
    margin-right: 0px;
  }
  .product-info:not(.product-awards):not(.product-finitions) {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 15px;
  }
  .product-info .button {
    margin: 15px auto 0;
    display: block;
  }
  .product-info .product-advert .button {
    margin: 5px auto 20px;
  }
  .product-info.product-finitions {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .product-info.product-finitions .ft-gotham {
    font-size: 10px;
  }
  .product-info.product-achat {
    margin-top: 15px;
  }
  .product-awards .item-award:not(:first-child) {
    margin-left: 10px;
  }
  .product-description + .product-info {
    margin-top: 15px;
  }
  .product-description .title,
  .product-description p,
  .product-description ul {
    font-size: 12px;
  }
  .colorPicker-color {
    width: 15px;
    height: 15px;
  }
  .button {
    padding: 5px 10px;
  }
  /* page home */
  .homeLive-title {
    font-size: 24px;
  }
  .homeSocial {
    max-width: 281px;
    margin: 20px auto 0;
  }
  .homeSocial-item {
    padding: 10px;
  }
  .homeSocial-item:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px #e1e1e1 solid;
  }
  .homeSocial-item:nth-child(1n+1) {
    border-left: 0px;
  }
  .homeInstagram {
    max-width: 230px;
    margin: 20px auto 0;
  }
  .homeForum {
    height: 160px;
    margin-top: 40px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .homeForum-title {
    font-size: 14px;
    letter-spacing: .2em;
  }
  .homeForum-title + .subTitle {
    padding-left: 50px;
    padding-right: 50px;
  }
  .homeExperience {
    height: 320px;
  }
  .homeExperience-title {
    font-size: 20px;
  }
  .homeExperience-title + .subTitle {
    font-size: 12px;
  }
  .hoverMiddle-plus {
    margin-top: 10px;
  }
  /* page produit et page ligne*/
  .pleft-item {
    width: -webkit-calc(100% - 8px * 2);
    width: -khtml-calc(100% - 8px * 2);
    width: -moz-calc(100% - 8px * 2);
    width: calc(100% - 8px * 2);
    margin-left: 8px;
  }
  .pleft-item:nth-child(1n+2) {
    margin-top: 30px;
    margin-left: 8px;
  }
  .pleft-item > *:not(img) {
    margin-left: 12px;
    margin-right: 12px;
  }
  .pleft-item h3.title {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .pleft-item .button {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  /*page avis client*/
  .ajaxLoader > .reviews .review,
  #avis_list > .reviews .review {
    border-left: none;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .ajaxLoader > .reviews .review:not(:first-child),
  #avis_list > .reviews .review:not(:first-child) {
    margin-top: 60px;
  }
  /* page ligne*/
  .carousel-padded {
    padding-left: 20px;
    padding-right: 20px;
  }
  .carousel-padded .slidable-prev,
  .carousel-padded .slidable-next {
    background-color: #fff;
  }
  .carousel-padded .slidable-prev {
    left: 10px;
    width: 30px;
  }
  .carousel-padded .slidable-next {
    right: 10px;
    width: 30px;
  }
  .primed-row .ligne-awards .item-award:not(:first-child) {
    margin-left: 10px;
  }
  .press-event {
    padding: 20px;
  }
  .blog_categorie-picker {
    display: block;
  }
  #actu_search .button {
    display: none;
  }
  .postCards {
    margin-left: 8px;
    width: -webkit-calc(100% - 8px * 2);
    width: -khtml-calc(100% - 8px * 2);
    width: -moz-calc(100% - 8px * 2);
    width: calc(100% - 8px * 2);
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .postCards > * {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  .postCards .postCard {
    width: 100%;
  }
  .postCards .postCard + .postCard {
    margin-left: 0px;
    margin-top: 8px;
  }
  .newsletterBlock,
  .waveBlock {
    width: -webkit-calc(100% - 8px * 2);
    width: -khtml-calc(100% - 8px * 2);
    width: -moz-calc(100% - 8px * 2);
    width: calc(100% - 8px * 2);
    height: inherit;
    margin: 30px auto;
    padding-bottom: 25px;
  }
  .newsletterBlock::before,
  .waveBlock::before,
  .newsletterBlock::after,
  .waveBlock::after {
    display: none;
  }
  .newsletterBlock-title,
  .waveBlock-title {
    margin-left: 20px;
    margin-right: 20px;
    letter-spacing: 0.03em;
  }
  .newsletterBlock-subTitle {
    font-size: 12px;
    letter-spacing: 0.03em;
  }
  .newsletterBlock-input {
    width: 240px;
  }
  .searchField-input {
    width: 200px;
  }
  /* postList */
  .homeLive {
    padding-top: 0px;
    margin-left: 0px;
    position: relative;
    width: -webkit-calc(100% - 8px * 2);
    width: -khtml-calc(100% - 8px * 2);
    width: -moz-calc(100% - 8px * 2);
    width: calc(100% - 8px * 2);
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: inherit;
    margin: 70px auto 0;
  }
  .homeLive > * {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  .homeLive-title {
    padding-left: 12px;
    padding-right: 12px;
  }
  .homeLive-news {
    border-right: 0;
    border-bottom: 2px #e1e1e1 solid;
  }
  .homeLive-news .postList {
    margin-top: 20px;
    margin-bottom: 10px;
    width: -webkit-calc(100% - 8px * 0 - 0px);
    width: -khtml-calc(100% - 8px * 0 - 0px);
    width: -moz-calc(100% - 8px * 0 - 0px);
    width: calc(100% - 8px * 0 - 0px);
    margin-left: 0px;
    margin-right: 0px;
  }
  .postList-img {
    width: 100%;
    max-width: 380px;
  }
  .postList-content {
    margin-left: 0px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .postList-item {
    position: relative;
    margin: 30px auto;
    max-width: 380px;
  }
  .postList-item:first-child {
    padding-top: 0px;
  }
  .postList-item:first-child::before {
    border: 0px;
    height: 0px;
  }
  .postList-item .postList-text {
    font-size: 12px;
  }
  .postList-item .postList-img {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
  }
  .homeInstagram-item:nth-child(odd) {
    padding-left: 0px;
  }
  .postList-buttonsLabel {
    float: left;
    width: 80px;
    height: 70px;
    display: block;
    padding-top: 8px;
  }
  .postList-buttons {
    max-width: 350px;
  }
  .postList-buttons .postList-button {
    letter-spacing: inherit;
  }
  .postList-button:nth-child(2n+1) {
    margin-top: 10px;
  }
  .slider-inPage {
    max-height: 300px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .slider-inPage .imageBlock {
    padding-top: 0px;
  }
  /* files */
  .files-carousel.col-12 {
    flex: 0 0 304px;
    padding-left: 33px;
    padding-right: 33px;
  }
  .files-carousel.col-12 .slidable-next,
  .files-carousel.col-12 .slidable-prev {
    width: 30px;
  }
  .files-carousel.col-12 .slidable-next {
    right: 10px;
  }
  .files-carousel.col-12 .slidable-prev {
    left: 10px;
  }
  .files {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .file {
    width: 110px;
  }
  .files .file:nth-child(1n+3) {
    margin-top: 20px;
  }
  /* buttonList */
  .buttonList .button {
    display: block;
    margin-top: 10px;
    margin: 10px 60px;
  }
  .fullFader {
    margin-top: 20px;
    height: 220px;
  }
  .fullFader-ratio {
    height: 33.177vw;
  }
  .fullFader-prev,
  .fullFader-next {
    width: 30px;
    height: 60px;
  }
  .fullFader-prev {
    margin-right: -webkit-calc(50% - 60px);
    margin-right: -khtml-calc(50% - 60px);
    margin-right: -moz-calc(50% - 60px);
    margin-right: calc(50% - 60px);
    background-position-y: -10px;
  }
  .fullFader-next {
    margin-left: -webkit-calc(50% - 60px);
    margin-left: -khtml-calc(50% - 60px);
    margin-left: -moz-calc(50% - 60px);
    margin-left: calc(50% - 60px);
    background-position-y: -10px;
  }
  .fullFader-text {
    padding: 10px 0;
  }
  .fullFader-text p {
    width: -webkit-calc(100% - 20px * 2);
    width: -khtml-calc(100% - 20px * 2);
    width: -moz-calc(100% - 20px * 2);
    width: calc(100% - 20px * 2);
    font-size: 12px;
    line-height: 1em;
  }
  .mainWrapper > .box-full,
  .mainWrapper > .fullFader {
    margin: 20px auto 0;
    display: block;
    max-height: 280px;
    width: -webkit-calc(100% - 8px * 2);
    width: -khtml-calc(100% - 8px * 2);
    width: -moz-calc(100% - 8px * 2);
    width: calc(100% - 8px * 2);
  }
  .mainWrapper > .box-full .hoverSimple-label,
  .mainWrapper > .fullFader .hoverSimple-label {
    top: 80px;
  }
  .mainWrapper > .box-full .hoverSimple-text,
  .mainWrapper > .fullFader .hoverSimple-text {
    font-size: 18px;
  }
  .mainWrapper > .box-full.hoverSimple::after,
  .mainWrapper > .fullFader.hoverSimple::after {
    bottom: 50px;
  }
  .mainWrapper > .box-full.mt18,
  .mainWrapper > .fullFader.mt18 {
    margin: 8px auto 0;
  }
  /*page guide produit */
  .productsGuide-title {
    margin-top: 20px;
    font-size: 14px;
  }
  .productsGuide-criterias {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .productsGuide-criterias > * {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  .productsGuide-criteria {
    padding: 0 0 34px;
    width: 180px;
    margin: 0 auto;
    border-left: 0;
  }
  .productsGuide-criteria:nth-child(1n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px #bfc0c1 solid;
  }
  .productsGuide-buttons {
    margin-top: 30px;
  }
  .productsGuide-buttons .button {
    margin-left: 0px;
    display: inline-block;
    min-width: 150px;
  }
  .productsGuide-buttons .button:last-child {
    margin-top: 10px;
  }
  .productsGuide-option {
    display: block;
  }
  .productsGuide-option:nth-child(1n+1) {
    margin-left: 20px;
    margin-right: 20px;
  }
  .productsGuide-option:nth-child(1n+2) {
    margin-top: 10px;
  }
  /* picker */
  .storeLocator-picker,
  .tabs-picker,
  .anchor-picker {
    display: block;
  }
  .tabs-picker.pickers .picker,
  .storeLocator-picker .picker {
    width: intrinsic;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    max-width: 90%;
  }
  .storeLocator-countryPicker {
    width: 280px;
    max-width: 280px;
  }
  .stickyAnchors.stickyAnchors-active .anchor-picker {
    display: block;
  }
  .stickyAnchors.stickyAnchors-active .anchor-picker .picker {
    margin-top: 0px;
    width: 80%;
  }
  .stickyAnchors.stickyAnchors-active .stickyAnchors-button {
    display: block;
    width: 80%;
    margin: 5px auto 0;
  }
  /* page store locator */
  .storeLocator-searchInput,
  .storeLocator-optional-location {
    width: -webkit-calc(100% - 20px * 2);
    width: -khtml-calc(100% - 20px * 2);
    width: -moz-calc(100% - 20px * 2);
    width: calc(100% - 20px * 2);
  }
  .storeLocator-form .centered-item + .centered-item {
    margin-left: 0px;
    margin-top: 10px;
  }
  .title.storeLocator-optional-location {
    padding: 0px;
    margin: 10px auto;
  }
  .storeForm-col {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .storeForm-col .label {
    font-size: 10px;
    letter-spacing: inherit;
  }
  .storeForm-col:nth-child(even),
  .storeForm-col:nth-child(odd) {
    padding-right: 0px;
    padding-left: 0px;
  }
  .storeForm-item {
    margin-top: 0px;
  }
  .storeForm-item.picker {
    min-width: 100%;
    width: 100%;
    margin-top: 15px;
  }
  .storeForm-actions {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .storeForm-actions > * {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  .storeForm-action:first-child,
  .storeForm-submit {
    margin-bottom: 20px;
  }
  .storeForm-actions .storeForm-submit {
    -webkit-flex: 0 0 70% !important;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
  }
  .storeLocator-filters {
    padding: 0;
  }
  .storeLocator-filters .storeLocator-filtersLabel,
  .storeLocator-filters .storeLocator-filter {
    display: none;
  }
  .storeLocator-interface {
    height: inherit;
    border-left: 28px solid #fff;
    border-right: 28px solid #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .storeLocator-interface > * {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  .storeLocator-map {
    -webkit-order: 0;
    order: 0;
    height: 306px;
  }
  .storeLocator-stores {
    -webkit-order: 1;
    order: 1;
  }
  .storeLocator-category-active .storeLocator-category-content {
    height: 406px;
  }
  .storeLocator-infoBox-more-button {
    height: 50px;
    width: 50px;
    background-image: url(../img/icons/plus-mini.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    display: inherit;
  }
  .storeLocator-infoBox-more-button :hover {
    opacity: 0.6;
  }
  .storeLocator-infoBox {
    width: 50px !important;
    height: 50px !important;
    margin-left: -25px;
    padding: 0px;
  }
  .storeLocator-infoBox > *:not(.storeLocator-infoBox-more-button) {
    display: none;
  }
  .storeLocator-stores .storeLocator-category:last-child {
    margin-top: 10px;
  }
  .storeInfos-category {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 30px;
    width: 100%;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Gotham', Helvetica, Arial, sans-serif;
    overflow: hidden;
  }
  .storeInfos-category * {
    color: #000;
  }
  .table-display {
    display: table;
    width: 100%;
    min-height: 100%;
  }
  .close-zone-black {
    cursor: pointer;
    line-height: 46px;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../img/icons/close-mobile-black.png) no-repeat center center;
    opacity: 1;
  }
  .cell-display {
    display: table-cell;
    vertical-align: middle;
  }
  .anchors.logolist {
    padding: 0;
    padding-left: -webkit-calc((100% - 320px) / 2);
    padding-left: -khtml-calc((100% - 320px) / 2);
    padding-left: -moz-calc((100% - 320px) / 2);
    padding-left: calc((100% - 320px) / 2);
    padding-right: -webkit-calc((100% - 320px) / 2);
    padding-right: -khtml-calc((100% - 320px) / 2);
    padding-right: -moz-calc((100% - 320px) / 2);
    padding-right: calc((100% - 320px) / 2);
  }
  .anchors.logolist a {
    width: -webkit-calc(50% - 20px * 3);
    width: -khtml-calc(50% - 20px * 3);
    width: -moz-calc(50% - 20px * 3);
    width: calc(50% - 20px * 3);
  }
  .anchors.logolist a:nth-child(1n) {
    margin: 0 20px;
  }
  .anchors.logolist a:nth-child(1n+3) {
    margin: 20px 20px 0;
  }
  .socialLogo + p {
    margin-left: 20px;
    margin-right: 20px;
  }
  .socialBox {
    width: -webkit-calc(100% - 8px * 2);
    width: -khtml-calc(100% - 8px * 2);
    width: -moz-calc(100% - 8px * 2);
    width: calc(100% - 8px * 2);
    margin: 8px;
  }
  .socialBox-facebook + .row .socialLogo + p {
    min-height: inherit;
  }
  .socialBox-top,
  .socialBox-instagram {
    padding: 50px 8px 30px;
  }
  .focalNYou-testimonial {
    margin-bottom: 30px;
  }
  .socialBox-twitter-text,
  .focalNYou-testimonial-text {
    font-size: 18px;
  }
  .focalNYou-testimonial .button {
    margin-top: 30px;
  }
  .socialBox-facebook-cols {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .socialBox-facebook-cols > * {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  .socialBox-facebook-cols > div:not(:first-child) {
    margin-top: 8px;
  }
  .socialBox-facebook-post {
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: none;
  }
  .socialBox-facebook-fan {
    padding: 15px 20px 30px;
    margin: 0 auto;
  }
  .socialBox-twitter,
  .socialBox-instagram {
    min-height: inherit;
  }
  .socialBox-instagram-pictures a {
    max-width: 110px;
  }
  .socialBox-instagram .button {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .socialBox-youtube {
    height: 200px;
  }
  .playlists {
    padding-top: 0px;
    margin-left: 0px;
    position: relative;
    width: -webkit-calc(100% - 8px * 1);
    width: -khtml-calc(100% - 8px * 1);
    width: -moz-calc(100% - 8px * 1);
    width: calc(100% - 8px * 1);
    -webkit-justify-content: center;
    justify-content: center;
  }
  .playlists .playlist:nth-child(n+1) {
    margin-left: 0px;
  }
  .playlists .playlist:nth-child(n+2) {
    margin-top: 30px;
  }
  .socialBox-music-playlists {
    width: -webkit-calc(100% - 8px * 2 - 0px);
    width: -khtml-calc(100% - 8px * 2 - 0px);
    width: -moz-calc(100% - 8px * 2 - 0px);
    width: calc(100% - 8px * 2 - 0px);
    margin-left: 8px;
    margin-right: 8px;
  }
  .socialBox-music-playlists.playlists .playlist:nth-child(n+1) {
    margin-left: 0;
  }
  .socialBox-music-playlists.playlists .playlist:nth-child(n+2) {
    margin-top: 30px;
  }
  .row.row-12 .col-9.focalNYou-questions {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .row.row-12 .col-9.focalNYou-questions .simpleQuestion {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .middleBlock {
    height: 300px;
    padding-top: 30px;
  }
  .middleBlock-top {
    top: 30px;
  }
  .middleBlock-top .h1 {
    font-size: 16px;
  }
  .middleBlock-content {
    margin: 40px 8px;
  }
  .middleBlock-content .button {
    margin-top: 10px;
  }
  .focalNYou-other {
    margin-top: 20px;
  }
  .row.row-12 .col-9.focalNYou-questions + .col-3 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .row.row-12 .col-9.focalNYou-questions + .col-3 .focalNYou-answer {
    padding: 30px 20px;
  }
  .focalNYou-other-title {
    font-size: 18px;
  }
  /* form */
  .form {
    margin-top: 30px;
  }
  .form .filePicker-button,
  .form .form-windows .w-filePicker-button {
    margin-left: 0px;
    margin-top: 10px;
  }
  .form .filePicker-filename {
    margin-top: 10px;
  }
  .form > .label {
    margin-left: 0px;
  }
  .form-line,
  .form-forgot,
  .form-line.row,
  .form-notice {
    padding-top: 0px;
    margin-left: 0px;
    position: relative;
    width: -webkit-calc(100% - 8px * 0);
    width: -khtml-calc(100% - 8px * 0);
    width: -moz-calc(100% - 8px * 0);
    width: calc(100% - 8px * 0);
    -webkit-justify-content: center;
    justify-content: center;
  }
  .form-line .col-1,
  .form-forgot .col-1,
  .form-line.row .col-1,
  .form-notice .col-1,
  .form-line .col-2,
  .form-forgot .col-2,
  .form-line.row .col-2,
  .form-notice .col-2,
  .form-line .col-3,
  .form-forgot .col-3,
  .form-line.row .col-3,
  .form-notice .col-3,
  .form-line .col-4,
  .form-forgot .col-4,
  .form-line.row .col-4,
  .form-notice .col-4,
  .form-line .col-5,
  .form-forgot .col-5,
  .form-line.row .col-5,
  .form-notice .col-5,
  .form-line .col-6,
  .form-forgot .col-6,
  .form-line.row .col-6,
  .form-notice .col-6,
  .form-line .col-7,
  .form-forgot .col-7,
  .form-line.row .col-7,
  .form-notice .col-7,
  .form-line .col-8,
  .form-forgot .col-8,
  .form-line.row .col-8,
  .form-notice .col-8,
  .form-line .col-9,
  .form-forgot .col-9,
  .form-line.row .col-9,
  .form-notice .col-9,
  .form-line .col-10,
  .form-forgot .col-10,
  .form-line.row .col-10,
  .form-notice .col-10,
  .form-line .col-11,
  .form-forgot .col-11,
  .form-line.row .col-11,
  .form-notice .col-11,
  .form-line .col-12,
  .form-forgot .col-12,
  .form-line.row .col-12,
  .form-notice .col-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .form-line .col-1:nth-child(1n),
  .form-forgot .col-1:nth-child(1n),
  .form-line.row .col-1:nth-child(1n),
  .form-notice .col-1:nth-child(1n),
  .form-line .col-2:nth-child(1n),
  .form-forgot .col-2:nth-child(1n),
  .form-line.row .col-2:nth-child(1n),
  .form-notice .col-2:nth-child(1n),
  .form-line .col-3:nth-child(1n),
  .form-forgot .col-3:nth-child(1n),
  .form-line.row .col-3:nth-child(1n),
  .form-notice .col-3:nth-child(1n),
  .form-line .col-4:nth-child(1n),
  .form-forgot .col-4:nth-child(1n),
  .form-line.row .col-4:nth-child(1n),
  .form-notice .col-4:nth-child(1n),
  .form-line .col-5:nth-child(1n),
  .form-forgot .col-5:nth-child(1n),
  .form-line.row .col-5:nth-child(1n),
  .form-notice .col-5:nth-child(1n),
  .form-line .col-6:nth-child(1n),
  .form-forgot .col-6:nth-child(1n),
  .form-line.row .col-6:nth-child(1n),
  .form-notice .col-6:nth-child(1n),
  .form-line .col-7:nth-child(1n),
  .form-forgot .col-7:nth-child(1n),
  .form-line.row .col-7:nth-child(1n),
  .form-notice .col-7:nth-child(1n),
  .form-line .col-8:nth-child(1n),
  .form-forgot .col-8:nth-child(1n),
  .form-line.row .col-8:nth-child(1n),
  .form-notice .col-8:nth-child(1n),
  .form-line .col-9:nth-child(1n),
  .form-forgot .col-9:nth-child(1n),
  .form-line.row .col-9:nth-child(1n),
  .form-notice .col-9:nth-child(1n),
  .form-line .col-10:nth-child(1n),
  .form-forgot .col-10:nth-child(1n),
  .form-line.row .col-10:nth-child(1n),
  .form-notice .col-10:nth-child(1n),
  .form-line .col-11:nth-child(1n),
  .form-forgot .col-11:nth-child(1n),
  .form-line.row .col-11:nth-child(1n),
  .form-notice .col-11:nth-child(1n),
  .form-line .col-12:nth-child(1n),
  .form-forgot .col-12:nth-child(1n),
  .form-line.row .col-12:nth-child(1n),
  .form-notice .col-12:nth-child(1n) {
    padding-left: 0px;
  }
  .form-line > * + *,
  .form-forgot > * + *,
  .form-line.row > * + *,
  .form-notice > * + * {
    margin-top: 8px;
  }
  .form-line .filePicker,
  .form-forgot .filePicker,
  .form-line.row .filePicker,
  .form-notice .filePicker {
    margin-top: 20px;
  }
  .form-notice {
    margin-left: 0px;
  }
  .form-line + .form-line.row,
  .form-notice + .form-line.row {
    margin-top: 8px;
  }
  .form-experience {
    margin-bottom: 20px;
  }
  .form-experience .separator-simple {
    width: -webkit-calc(100% - 20px * 10 );
    width: -khtml-calc(100% - 20px * 10 );
    width: -moz-calc(100% - 20px * 10 );
    width: calc(100% - 20px * 10 );
    margin: 20px auto;
  }
  .form-experience .form-notice {
    text-align: center;
    margin-top: 10px;
  }
  .searchBox {
    width: 100%;
    text-align: left;
  }
  .searchBox-input {
    width: -webkit-calc(100% - 32px);
    width: -khtml-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
  }
  .productList {
    padding: 20px 20px;
  }
  .form-separator {
    margin-right: 20px;
  }
  .check-label + .label {
    text-align: left;
    max-width: 255px;
    display: inline-block;
    vertical-align: middle;
  }
  /* post */
  .headerNav {
    bottom: 20px;
  }
  .post {
    width: -webkit-calc(100% - 8px * 2 - 0px);
    width: -khtml-calc(100% - 8px * 2 - 0px);
    width: -moz-calc(100% - 8px * 2 - 0px);
    width: calc(100% - 8px * 2 - 0px);
    margin-left: 8px;
    margin-right: 8px;
  }
  .post h3 {
    font-size: 18px;
  }
  .post-block h2 {
    font-size: 18px;
  }
  .post-fullText {
    padding: 0 20px;
  }
  .post-fullImage {
    max-width: 100%;
    margin: 20px 0;
  }
  .post-imgBlock {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .post-imgBlock > * {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  .post-imgBlock-img {
    -webkit-order: 0;
    order: 0;
    width: 100%;
    margin-top: inherit;
    margin: 0;
  }
  .post-imgBlock-text,
  .post-imgBlock-right .post-imgBlock-text {
    padding: 0 30px 0;
    margin: 20px 0 0;
    -webkit-order: 1;
    order: 1;
  }
  .post-quoteBlock {
    padding: 0 20px;
  }
  .post-quote {
    font-size: 20px;
  }
  .post-gallery-container {
    margin-left: 0px;
    justify-content: space-between;
  }
  .post-gallery-item {
    margin-left: 0px;
    width: -webkit-calc((100% - 20px) / 2 );
    width: -khtml-calc((100% - 20px) / 2 );
    width: -moz-calc((100% - 20px) / 2 );
    width: calc((100% - 20px) / 2 );
    height: -webkit-calc((100% - 20px) / 2 );
    height: -khtml-calc((100% - 20px) / 2 );
    height: -moz-calc((100% - 20px) / 2 );
    height: calc((100% - 20px) / 2 );
  }
  .post-gallery-item:nth-child(1n+3) {
    margin-top: 20px;
  }
  .post-gallery-item:nth-child(even) {
    margin-left: 20px;
  }
  .post-bgBlock.imageBlock {
    max-height: 200px;
  }
  .post-bgBlock p {
    width: 80%;
    margin-top: 10px;
  }
  /* faq */
  .questions {
    width: -webkit-calc(100% - 8px * 2 - 0px);
    width: -khtml-calc(100% - 8px * 2 - 0px);
    width: -moz-calc(100% - 8px * 2 - 0px);
    width: calc(100% - 8px * 2 - 0px);
    margin-left: 8px;
    margin-right: 8px;
  }
  /* mainWrapper imagesblocks */
  .mainWrapper > .imageBlock {
    height: 280px;
    width: -webkit-calc(100% - 8px * 2 - 0px);
    width: -khtml-calc(100% - 8px * 2 - 0px);
    width: -moz-calc(100% - 8px * 2 - 0px);
    width: calc(100% - 8px * 2 - 0px);
    margin-left: 8px;
    margin-right: 8px;
  }
  .mainWrapper > .imageBlock .button.button-white {
    margin-top: 20px;
  }
  .brandImage {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .brandImage p {
    line-height: 1.1em;
  }
  .wrapper > p.tac {
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
  iframe {
    width: 100%;
    max-width: 100%;
    height: 220px;
  }
  .videoHolder {
    margin-top: 20px;
    height: 230px;
  }
  .videoHolder iframe {
    height: 100%;
  }
  .number {
    font-size: 28px;
  }
  .box-title {
    font-size: 16px;
  }
  .h4 {
    font-size: 14px;
  }
  .h1 {
    font-size: 18px;
  }
  .supTitle,
  .subTitle {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 10px;
  }
  .mainWrapper > .supTitle,
  .mainWrapper > .subTitle {
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .slider-progress,
  .carousel-progress {
    bottom: 10px;
  }
  .breadcrumbs {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 9px;
  }
  .hoverText-content {
    padding: 20px;
  }
  .hoverText-supTitle {
    font-size: 10px;
  }
  .hoverText-title {
    font-size: 16px;
  }
  .review-text {
    font-size: 12px;
  }
  .centerText {
    font-size: 12px;
  }
  .wave::after {
    margin-left: .4em;
  }
  .wave-big::before,
  .wave-big::after {
    background-image: url(../img/elements/waves-big.png);
    width: 20px;
    height: 30px;
    margin-top: -15px;
    background-size: cover;
  }
  .wave-big::after {
    background-position: -20px 0;
  }
  .centered.pickers .picker {
    display: block;
    margin: 10px auto 0;
  }
  .logolist a {
    width: 70px;
  }
  p {
    font-size: 12px;
  }
  .wrapper > .title {
    margin-left: 20px;
    margin-right: 20px;
  }
  .wrapper > h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  h2.h3 {
    font-size: 16px;
  }
  .quickAccess {
    height: 161px;
  }
  .quickAccess-label {
    font-size: 12px;
  }
  .quickAccess-title,
  .indexBlock-title {
    font-size: 14px;
  }
  .hoverMiddle-text {
    font-size: 16px;
  }
  .indexBlock-box .indexBlock-title {
    padding-top: 20px;
  }
  .indexBlock-box .indexBlock-cols {
    bottom: 10px;
  }
  .download:nth-child(1n+3) {
    margin-top: 14px;
  }
  .download:last-child {
    margin-left: 0px;
  }
  .box-topleft {
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
  }
  .hoverMiddle-content,
  .hoverMiddle-text {
    margin-top: 0px;
  }
  .tabs {
    display: none;
  }
  .textBox {
    padding: 36px;
  }
  .imageBlock {
    overflow-x: hidden;
  }
  .imageBlock-mc {
    max-height: inherit !important;
    height: intrinsic;
    height: max-content;
    height: -moz-max-content;
    height: -webkit-max-content;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .imageBlock-content .sep {
    margin-top: 5px;
  }
  .imageBlock-content .supTitle {
    padding-left: 20px;
    padding-right: 20px;
  }
  body > .slider .imageBlock-content,
  .content > .slider .imageBlock-content {
    padding: 0px;
    padding-top: 40px;
    max-width: 260px;
    margin-left: -webkit-calc(50% - 160px + 30px);
    margin-left: -khtml-calc(50% - 160px + 30px);
    margin-left: -moz-calc(50% - 160px + 30px);
    margin-left: calc(50% - 160px + 30px);
    margin-right: -webkit-calc(50% - 160px + 30px);
    margin-right: -khtml-calc(50% - 160px + 30px);
    margin-right: -moz-calc(50% - 160px + 30px);
    margin-right: calc(50% - 160px + 30px);
  }
  .imageBlock-title {
    font-size: 18px;
  }
  .imageBlock-text {
    display: inline-block;
    max-width: -webkit-calc(100% - 20px * 2);
    max-width: -khtml-calc(100% - 20px * 2);
    max-width: -moz-calc(100% - 20px * 2);
    max-width: calc(100% - 20px * 2);
    width: inherit;
    margin-top: 5px;
    font-size: 11.8px;
  }
  .experience.mt40 {
    margin-top: 20px;
  }
  .experience > div {
    -webkit-flex-basis: 100% !important;
    flex-basis: 100% !important;
    padding-bottom: 8px;
  }
  .experience-lca {
    margin-top: 8px;
  }
  .brandBlock {
    text-align: center;
    padding: 0 0 62px 0 ;
  }
  .brandBlock .brandText {
    margin-top: 20px;
  }
  .instagramBlock {
    height: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .instagramBlock-icon .fa {
    font-size: 20px;
  }
  .instagramBlock-title {
    font-size: 10px;
    margin-top: 8px;
  }
  .instagramBlock-hashtag {
    font-size: 10px;
    margin-top: 13px;
  }
  .instagramBlock-pictures {
    margin-top: 20px;
  }
  .instagramBlock-pictures .centered-item {
    display: inline-block;
    margin-top: 0px;
  }
  .instagramBlock-pictures .centered-item + .centered-item {
    margin-left: 10px;
    margin-top: 0px;
    display: inline-block;
  }
  .instagramBlock-pictures img {
    height: 75px;
    width: 75px;
  }
  .testimonial {
    padding: 20px 10px;
    height: inherit;
  }
  .testimonial-title {
    font-size: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .testimonial-sep {
    margin-top: 5px;
  }
  .testimonial-date {
    margin-top: 10px;
    font-size: 8px;
  }
  .testimonial-text {
    margin-top: 10px;
    font-size: 10px;
    line-height: inherit;
  }
  .playlistPage-logos > a {
    display: none;
  }
  .playlistPage-logos-caroussel {
    margin-top: 20px;
    display: block;
    text-align: center;
    width: -webkit-calc(100% - 20px * 2 - 0px);
    width: -khtml-calc(100% - 20px * 2 - 0px);
    width: -moz-calc(100% - 20px * 2 - 0px);
    width: calc(100% - 20px * 2 - 0px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .playlistBlock {
    width: -webkit-calc(100% - 8px * 2 - 0px);
    width: -khtml-calc(100% - 8px * 2 - 0px);
    width: -moz-calc(100% - 8px * 2 - 0px);
    width: calc(100% - 8px * 2 - 0px);
    margin-left: 8px;
    margin-right: 8px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .playlistBlock > * {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  .playlistBlock-supTitle {
    padding-left: 0px;
  }
  /*.playlistBlock-image{
    width:280px;
    height:auto;
  }*/
  .playlistBlock-content {
    margin-left: 0px;
    margin-top: 10px;
    width: inherit;
  }
  .playlistBlock-cover {
    width: 304px;
    height: 201px;
  }
  .playlistBlock-image {
    max-width: 187px;
    height: auto;
  }
  .playlist-links img,
  .playlistBlock-listen img {
    width: 36px;
  }
  .searchResults {
    width: -webkit-calc(100% - 8px * 2 - 0px);
    width: -khtml-calc(100% - 8px * 2 - 0px);
    width: -moz-calc(100% - 8px * 2 - 0px);
    width: calc(100% - 8px * 2 - 0px);
    margin-left: 8px;
    margin-right: 8px;
  }
  .searchResult {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    position: relative;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .searchResult > * {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  .searchResult:nth-child(1n+2) {
    margin-left: 0px;
    padding-top: 20px;
    margin-top: 20px;
  }
  .searchResult:nth-child(1n+2)::before {
    content: "";
    position: absolute;
    left: 40px;
    right: 40px;
    top: 0px;
    bottom: inherit;
    border-top: 1px #e1e1e1 solid;
    border-left: 0;
  }
  .searchResult-image {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .searchResult-content {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
  .instagramProduit {
    margin-top: 30px;
    padding: 0;
  }
  .instagramProduit img {
    max-width: 110px;
  }
  .instagramProduit .centered-item + .centered-item {
    margin-left: 20px;
  }
  .instagramProduit .centered-item:nth-child(2n+1) {
    margin-left: 0px;
  }
  .instagramProduit .centered-item:nth-child(1n+3) {
    margin-top: 20px;
  }
  .popin-container {
    padding: 0px;
  }
  .popin {
    padding-top: 60px;
    max-width: inherit;
    min-width: inherit;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
  .popin-close {
    left: inherit;
    bottom: inherit;
    color: #000;
    top: 20px;
    right: 20px;
  }
  .popin-inside .p40 {
    padding: 20px;
  }
  .popin-inside .sep {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .popin-inside .form-line > * {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popin-inside .form-line > * > * {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  .popinStoreLocator,
  .popinContact {
    margin: 0px;
    width: 100%;
  }
  .popinStoreLocator .form-line > *,
  .popinContact .form-line > * {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0px;
  }
  .popinStoreLocator .form-line > * + .col-5,
  .popinContact .form-line > * + .col-5 {
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
  }
  .popinStoreLocator .form-line.row + .form-line.row,
  .popinContact .form-line.row + .form-line.row {
    padding: 0px;
    margin-top: 20px;
  }
  .popinNewsletter {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popinNewsletter > * {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  .popinNewsletter .popinNewsletter-right {
    margin: 20px 0 0;
  }
  .section-grey {
    padding-top: 46px;
  }
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: inherit;
  }
  .blog_categorie-picker.pickers .picker {
    width: -webkit-calc(100% - 20px * 2);
    width: -khtml-calc(100% - 20px * 2);
    width: -moz-calc(100% - 20px * 2);
    width: calc(100% - 20px * 2);
  }
  .advantages p {
    margin: 0;
  }
  .advantages .col-5 {
    padding-bottom: 0px;
  }
  .advantages div + div {
    margin-top: 20px;
  }
  .advantages p + p {
    margin-top: 20px;
  }
  .formReview {
    margin-top: 40px;
  }
  .formReview-left {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .formReview-bottom .button {
    margin: 0 auto;
    display: block;
  }
  .formReview-bottom .formReview-message {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
  }
  .awardsPopin-carousel {
    width: 124px;
  }
  .backButton {
    width: -webkit-calc(100% - 8px * 2 - 0px);
    width: -khtml-calc(100% - 8px * 2 - 0px);
    width: -moz-calc(100% - 8px * 2 - 0px);
    width: calc(100% - 8px * 2 - 0px);
    margin-left: 8px;
    margin-right: 8px;
  }
  .details,
  .details-line {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .details-line > * {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0px;
  }
  .details-item + .details-item {
    margin-top: 20px;
  }
  .certificats {
    width: -webkit-calc(100% - 8px * 2 - 0px);
    width: -khtml-calc(100% - 8px * 2 - 0px);
    width: -moz-calc(100% - 8px * 2 - 0px);
    width: calc(100% - 8px * 2 - 0px);
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 15px;
  }
  .certificats-item {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .certificats-item > * {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  .certificats-item > * + * {
    margin-top: 8px;
  }
  .popinReviews-header {
    padding-top: 0px;
    margin-left: 0px;
    position: relative;
    width: -webkit-calc(100% - 8px * 1);
    width: -khtml-calc(100% - 8px * 1);
    width: -moz-calc(100% - 8px * 1);
    width: calc(100% - 8px * 1);
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popinReviews-header > * + * {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .popinReviews-reviews {
    max-width: 100%;
    max-height: inherit;
  }
  .pleft-item > img .popinReviews-answer,
  .popinReviews-review {
    padding: 20px 30px;
  }
  .topFacebook {
    padding-top: 0px;
    margin-left: 0px;
    position: relative;
    width: -webkit-calc(100% - 8px * 1);
    width: -khtml-calc(100% - 8px * 1);
    width: -moz-calc(100% - 8px * 1);
    width: calc(100% - 8px * 1);
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 50px;
  }
  .topFacebook > * {
    padding: 20px 20px 0;
  }
  .topFacebook > * + * {
    width: 100%;
    text-align: center;
  }
  .topFacebook > * .sep-white {
    margin-left: auto;
    margin-right: auto;
  }
  .topFacebook-icon {
    margin-left: 30%;
    margin-right: 30%;
  }
  .topFacebook-left::after {
    display: none;
  }
  .topFacebook-left img {
    margin-top: 20px;
  }
  .topFans {
    width: -webkit-calc(100% - 8px * 2 - 0px);
    width: -khtml-calc(100% - 8px * 2 - 0px);
    width: -moz-calc(100% - 8px * 2 - 0px);
    width: calc(100% - 8px * 2 - 0px);
    margin-left: 8px;
    margin-right: 8px;
  }
  .topFans-item {
    padding: 5px;
  }
  .errorHeader-waves {
    line-height: 50px;
    margin-bottom: 10px;
  }
  .errorHeader-waves small {
    font-size: 50px;
  }
  .errorHeader-waves big {
    font-size: 70px;
  }
  .errorHeader-code {
    font-size: 60px;
  }
  .box-grey:not(.box-x125) {
    max-height: inherit;
    height: inherit;
    padding: 36px;
  }
}
.iframe-box,
.iframe-box iframe {
  height: 300px !important;
}

.iframe-box.box-x2,
.iframe-box.box-x2 iframe{
  height: 618px;
}

@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  .iframe-box,
  .iframe-box iframe {
    height: 220px !important;
  }

  .iframe-box.box-x2,
  .iframe-box.box-x2 iframe{
    height: 450px;
  }
}
.slider-twix {
  background-color: #000;
  height: 390px;
}
.slider-twix .imageBlock {
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 50px;
  overflow: hidden;
}
.slider-twix .imageBlock::after {
  opacity: 0;
}
.slider-twix .imageBlock-content {
  background-color: #000;
  width: 50%;
  text-align: center;
  padding: 70px 150px 100%;
}
.slider-twix .imageBlock-title {
  font-size: 24px;
}
.slider-twix .imageBlock-text {
  line-height: 1.5em;
  color: #a3a3a3;
}
.slider-twix .slider-progress,
.slider-twix .carousel-progress {
  width: 50%;
  bottom: 75px;
}
.imageBlock-number {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  color: #a3a3a3;
  margin-bottom: 15px;
}
.imageBlock-number::after,
.imageBlock-number::before {
  content: "";
  display: inline-block;
  width: 0.25em;
  height: 1px;
  background-color: #a3a3a3;
  vertical-align: middle;
  margin-bottom: 0.1em;
}
.imageBlock-number::after {
  margin-left: 0.25em;
}
.imageBlock-number::before {
  margin-right: 0.25em;
}
@media only screen and (max-width: 1339px), only screen and (max-device-width: 1339px) {
  .slider-twix {
    width: 1200px;
    margin: 0 auto;
  }
  .slider-twix .imageBlock {
    background-position: 565px center;
  }
  .slider-twix .imageBlock-text {
    width: 90%;
  }
}
@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px), only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  .slider-twix {
    height: 780px;
    width: 670px;
  }
  .slider-twix .imageBlock {
    background-size: 100% auto;
    background-position: center bottom;
  }
  .slider-twix .imageBlock-content {
    background-color: transparent;
    width: 100%;
  }
  .slider-twix .slider-progress,
  .slider-twix .carousel-progress {
    width: 100%;
    bottom: 60%;
  }
}
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  .slider-twix {
    height: 356px;
    height: 380px;
    width: 320px;
  }
  .slider-twix .imageBlock-content {
    padding: 20px 0px 100% 0px;
  }
  .slider-twix .imageBlock-number {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .slider-twix .imageBlock-title {
    font-size: 18px;
  }
  .slider-twix .imageBlock-text {
    width: 70%;
  }
  .slider-twix .slider-progress,
  .slider-twix .carousel-progress {
    bottom: 52%;
  }
}
.windows {
  width: 950px;
  margin: 90px auto 0;
  position: relative;
  padding-top: 59px;
}
.windows .windows-tabs {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 0px;
  height: 60px;
}
.windows .windows-tab {
  display: inline-block;
  height: 50px;
  vertical-align: bottom;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0px 63px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.windows .windows-tab span {
  display: inline-block;
  vertical-align: middle;
}
.windows .windows-tab .fa-minus,
.windows .windows-tab .fa-plus {
  position: absolute;
  top: calc(38%);
  right: 20px;
  display: none;
}
.windows .windows-tab:not(.active):hover {
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 150ms ease-in-out;
}
.windows .windows-tab.active {
  cursor: default;
  font-size: 14px;
  background-color: #fff;
  color: #000;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  height: 60px;
}
.windows .windows-contents {
  border: 1px solid #000;
}
.windows .windows-content {
  display: none;
  padding: 40px 0 0;
}
.windows .windows-content.active {
  display: block;
}
.row-offer,
.headers-offer,
.pickers-offer,
.row-no-offer,
.form-windows {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 50px;
}
.headers-offer {
  font-size: 14px;
  color: #000;
}
.headers-offer .function-offer,
.headers-offer .type-offer,
.headers-offer .loc-offer,
.headers-offer .buttons-offer {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
}
.row-offer .function-offer,
.row-offer .type-offer,
.row-offer .loc-offer {
  font-size: 0px;
}
.row-offer .function-offer .offer-label,
.row-offer .type-offer .offer-label,
.row-offer .loc-offer .offer-label,
.row-offer .function-offer .offer-info,
.row-offer .type-offer .offer-info,
.row-offer .loc-offer .offer-info {
  font-size: 14px;
}
.offer-label {
  display: none;
  font-style: italic;
  color: #a9a9a9;
  font-size: 10px;
}
.offer-label:after {
  content: ":";
  margin: 0px 5px;
}
.function-offer,
.type-offer,
.loc-offer,
.buttons-offer,
.row-no-offer > div {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  padding: 10px 0px;
  min-height: 50px;
}
.function-offer .offer-info,
.type-offer .offer-info,
.loc-offer .offer-info,
.buttons-offer .offer-info,
.row-no-offer > div .offer-info {
  padding-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.row-no-offer,
.row-offer-last {
  padding-bottom: 30px;
}
.function-offer .offer-info {
  padding-right: 50px;
}
.row-no-offer > div {
  font-weight: 300;
  font-style: italic;
  color: #838383;
  text-align: center;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.type-offer,
.function-offer {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.pickers-offer .picker {
  max-width: 320px;
}
.pickers-offer .picker + .picker {
  margin-left: 20px;
}
.loc-offer {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
.buttons-offer {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  text-align: center;
}
.detail-offer {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
}
.content-offer {
  text-align: left;
  margin-bottom: 30px;
}
.title-offer {
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  margin-top: 30px;
}
.row-offer:not(.active) .close {
  display: none;
}
.row-offer:not(.active) .detail-offer {
  display: none;
}
.row-hidden {
  display: none;
}
.row-offer.active {
  transition: background-color 150ms ease-in;
  background-color: #eaeaea;
  padding-bottom: 40px;
}
.row-offer.active .function-offer,
.row-offer.active .type-offer,
.row-offer.active .loc-offer {
  font-weight: 600;
}
.row-offer.active .show {
  display: none;
}
.row-offer + .row-offer .function-offer,
.row-offer + .row-offer .type-offer,
.row-offer + .row-offer .loc-offer,
.row-offer + .row-offer .buttons-offer {
  border-top: 1px solid #eaeaea;
}
.row-offer.row-offer-first .function-offer,
.row-offer.row-offer-first .type-offer,
.row-offer.row-offer-first .loc-offer,
.row-offer.row-offer-first .buttons-offer {
  border-top: 0px;
}
.row-no-offer.inactive {
  display: none;
}
.form-windows {
  width: 100%;
  padding: 0 50px 20px 32px;
}
.form-windows .w-filePicker-button {
  margin-left: 10px;
  background-color: #000;
  padding: 5px 10px;
  font-size: 10px;
  padding: 8px 10px;
  margin-left: 0px;
  margin-bottom: 10px;
}
.form-windows .w-filePicker-button:hover {
  background-color: rgba(204, 204, 204, 1);
}
.form-windows .w-filePicker-button + .w-filePicker-button {
  margin-left: 10px;
}
.form-windows .filePicker {
  margin-top: 10px;
}
.postuler.active {
  display: none;
}
.row-offer .form-windows {
  width: -webkit-calc(100% + 18px);
  width: -khtml-calc(100% + 18px);
  width: -moz-calc(100% + 18px);
  width: calc(100% + 18px);
  padding: 0;
  margin-left: -18px;
  text-align: left;
}
.row-offer .form-windows:not(.active) {
  display: none;
}
.form-windows-col {
  padding-left: 18px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.form-windows-col .boutiqueBox-item {
  width: 100%;
  height: 100%;
  padding-left: 0px;
}
.form-windows-col .boutiqueBox-item .boutiqueBox,
.form-windows-col .boutiqueBox-item .slider-box {
  margin-top: 0px;
  height: 300px;
}
.form-windows-col .boutiqueBox-item .box {
  width: 100%;
  height: 300px !important;
}
.form-windows-col .boutiqueBox-item .box.box-x2 {
  height: 618px;
  min-height: 618px;
}
.line-info {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 10px;
  color: #a9a9a9;
}
@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px), only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  .windows {
    width: 728px;
    overflow: hidden;
  }
  .windows .form-line,
  .windows .form-line.row,
  .windows .form-notice {
    width: 100%;
    margin-left: 0px;
  }
  .windows .form-line > div[class^="col-"],
  .windows .form-line.row > div[class^="col-"],
  .windows .form-notice > div[class^="col-"] {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding-left: 0px;
  }
  .windows .form-line > div[class^="col-"] .boutiqueBox-item,
  .windows .form-line.row > div[class^="col-"] .boutiqueBox-item,
  .windows .form-notice > div[class^="col-"] .boutiqueBox-item {
    width: 100%;
    height: 100%;
    padding-left: 0px;
  }
  .windows .form-line > div[class^="col-"] .boutiqueBox-item .boutiqueBox,
  .windows .form-line.row > div[class^="col-"] .boutiqueBox-item .boutiqueBox,
  .windows .form-notice > div[class^="col-"] .boutiqueBox-item .boutiqueBox,
  .windows .form-line > div[class^="col-"] .boutiqueBox-item .slider-box,
  .windows .form-line.row > div[class^="col-"] .boutiqueBox-item .slider-box,
  .windows .form-notice > div[class^="col-"] .boutiqueBox-item .slider-box {
    margin-top: 0px;
    height: 300px;
  }
  .windows .form-line > div[class^="col-"] .boutiqueBox-item .box,
  .windows .form-line.row > div[class^="col-"] .boutiqueBox-item .box,
  .windows .form-notice > div[class^="col-"] .boutiqueBox-item .box {
    width: 100%;
    height: 300px !important;
  }
  .windows .form-line > div[class^="col-"] .boutiqueBox-item .box.box-x2,
  .windows .form-line.row > div[class^="col-"] .boutiqueBox-item .box.box-x2,
  .windows .form-notice > div[class^="col-"] .boutiqueBox-item .box.box-x2 {
    height: 618px;
    min-height: 618px;
  }
  .windows .form-line > div[class^="col-"]:not(:first-child),
  .windows .form-line.row > div[class^="col-"]:not(:first-child),
  .windows .form-notice > div[class^="col-"]:not(:first-child) {
    margin-top: 20px;
  }
  .form-windows {
    width: 95%;
    padding: 0 18px 0 0px;
  }
  .row-offer .form-windows {
    width: 100%;
    padding: 0;
    margin-left: 0px;
  }
  .type-offer {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .buttons-offer {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .headers-offer {
    font-size: 12px;
  }
}
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  .windows {
    width: 320px;
    padding-top: 109px;
  }
  .windows .windows-tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
    height: 110px;
    width: 100%;
  }
  .windows .windows-tab {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0px 40px;
    order: 1;
  }
  .windows .windows-tab .fa-plus {
    display: inline-block;
  }
  .windows .windows-tab.active {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    order: 2;
  }
  .windows .windows-tab.active .fa-plus {
    display: none;
  }
  .windows .windows-content {
    padding: 0px;
  }
  .windows .form-line > div[class^="col-"]:not(:first-child),
  .windows .form-line.row > div[class^="col-"]:not(:first-child),
  .windows .form-notice > div[class^="col-"]:not(:first-child) {
    margin-top: 10px;
  }
  .windows .filePicker-filename {
    margin-top: 0px;
  }
  .windows .form .tac {
    margin: 8px 0px 30px;
  }
  .windows .line-info {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .windows .w-filePicker-button {
    margin-bottom: 0px;
  }
  .windows .button {
    padding: 9px 15px;
  }
  .pickers-offer {
    margin-top: 30px;
  }
  .pickers-offer .picker {
    width: 100%;
    margin-bottom: 20px;
  }
  .pickers-offer .picker + .picker {
    margin-left: 0px;
  }
  .form-windows .filePicker {
    margin-top: 0px;
  }
  .function-offer::before,
  .type-offer::before,
  .loc-offer::before,
  .buttons-offer::before,
  .row-no-offer > div::before {
    content: "";
    display: none;
  }
  .row-offer,
  .headers-offer,
  .pickers-offer,
  .row-no-offer,
  .form-windows {
    padding: 0px 20px;
  }
  .headers-offer {
    display: none;
  }
  .offer-label {
    display: block;
  }
  .function-offer,
  .type-offer,
  .loc-offer,
  .buttons-offer {
    padding: 0px;
    min-height: inherit;
    margin-bottom: 8px;
  }
  .function-offer .offer-info,
  .type-offer .offer-info,
  .loc-offer .offer-info,
  .buttons-offer .offer-info {
    padding: 0px;
    display: inline-block;
    margin: 0 auto;
  }
  .title-offer {
    margin-top: 20px;
  }
  .function-offer {
    padding-top: 15px;
  }
  .loc-offer {
    padding-bottom: 10px;
  }
  .row-offer .buttons-offer {
    /*text-align: left;*/
    padding-bottom: 15px;
  }
  .row-offer.active .buttons-offer {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .function-offer,
  .type-offer,
  .loc-offer,
  .buttons-offer,
  .row-no-offer {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .row-offer + .row-offer .type-offer,
  .row-offer + .row-offer .loc-offer,
  .row-offer + .row-offer .buttons-offer {
    border-top: 0px;
  }
  .form-windows {
    width: 100%;
  }
  .form-windows .form-windows .filePicker {
    margin-top: 0px;
  }
  .form-windows-col {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding-left: 0px;
  }
  .form-windows-col .boutiqueBox-item {
    width: 100%;
    height: 100%;
    padding-left: 0px;
  }
  .form-windows-col .boutiqueBox-item .boutiqueBox,
  .form-windows-col .boutiqueBox-item .slider-box {
    margin-top: 0px;
    height: 300px;
  }
  .form-windows-col .boutiqueBox-item .box {
    width: 100%;
    height: 300px !important;
  }
  .form-windows-col .boutiqueBox-item .box.box-x2 {
    height: 618px;
    min-height: 618px;
  }
  .form-windows-col + .form-windows-col {
    margin-top: 10px;
  }
}
.box-ratio {
  display: block;
  padding-top: 100%;
  position: relative;
}
.box-ratio .box {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.box-ratio .hoverSimple-text {
  margin-bottom: 30px;
}
.box-ratio .hoverable::before,
.box-ratio .hoverText::before,
.box-ratio .hoverSimple::before,
.box-ratio .hoverMiddle::after,
.box-ratio .hoverText::before,
.box-ratio .hoverSimple::before,
.box-ratio .hoverMiddle::after {
  background-color: transparent;
}
.h3-14 {
  font-size: 14px;
}
a.box-black.active,
a.box-black.active:hover {
  background-color: #cccccc;
}
.form-contener {
  padding-bottom: 30px;
}
.form-contener:not(.active) {
  display: none;
}
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  .row .box-ratio .box:not(.dlist):not(.productBox):not(.box-x125):not(.h370) {
    height: 100%;
  }
  .box-ratio .hoverable::after,
  .box-ratio .hoverText::after,
  .box-ratio .hoverSimple::after {
    width: 38px;
    height: 38px;
    background-size: 38px;
    margin-left: -19px;
    bottom: 20px;
  }
}
.boutique-products,
.right-products-row {
  margin-left: -18px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.left-products,
.right-products,
.boutiqueBox-item,
.boutiqueBox-slider,
.boutiqueBox-noItem {
  position: relative;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 18px;
}
.slick-slide .boutiqueBox-item{
  padding-left: unset;
}
td .boutiqueBox-item,
.col-1 .boutiqueBox-item,
.col-2 .boutiqueBox-item,
.col-3 .boutiqueBox-item,
.col-4 .boutiqueBox-item,
.col-5 .boutiqueBox-item,
.col-6 .boutiqueBox-item,
.col-7 .boutiqueBox-item,
.col-8 .boutiqueBox-item,
.col-9 .boutiqueBox-item,
.col-10 .boutiqueBox-item,
.col-11 .boutiqueBox-item,
.col-12 .boutiqueBox-item {
  width: 100%;
  height: 100%;
  padding-left: 0px;
}
td .boutiqueBox-item .boutiqueBox,
.col-1 .boutiqueBox-item .boutiqueBox,
.col-2 .boutiqueBox-item .boutiqueBox,
.col-3 .boutiqueBox-item .boutiqueBox,
.col-4 .boutiqueBox-item .boutiqueBox,
.col-5 .boutiqueBox-item .boutiqueBox,
.col-6 .boutiqueBox-item .boutiqueBox,
.col-7 .boutiqueBox-item .boutiqueBox,
.col-8 .boutiqueBox-item .boutiqueBox,
.col-9 .boutiqueBox-item .boutiqueBox,
.col-10 .boutiqueBox-item .boutiqueBox,
.col-11 .boutiqueBox-item .boutiqueBox,
.col-12 .boutiqueBox-item .boutiqueBox,
td .boutiqueBox-item .slider-box,
.col-1 .boutiqueBox-item .slider-box,
.col-2 .boutiqueBox-item .slider-box,
.col-3 .boutiqueBox-item .slider-box,
.col-4 .boutiqueBox-item .slider-box,
.col-5 .boutiqueBox-item .slider-box,
.col-6 .boutiqueBox-item .slider-box,
.col-7 .boutiqueBox-item .slider-box,
.col-8 .boutiqueBox-item .slider-box,
.col-9 .boutiqueBox-item .slider-box,
.col-10 .boutiqueBox-item .slider-box,
.col-11 .boutiqueBox-item .slider-box,
.col-12 .boutiqueBox-item .slider-box {
  margin-top: 0px;
  height: 300px;
}
td .boutiqueBox-item .box,
.col-1 .boutiqueBox-item .box,
.col-2 .boutiqueBox-item .box,
.col-3 .boutiqueBox-item .box,
.col-4 .boutiqueBox-item .box,
.col-5 .boutiqueBox-item .box,
.col-6 .boutiqueBox-item .box,
.col-7 .boutiqueBox-item .box,
.col-8 .boutiqueBox-item .box,
.col-9 .boutiqueBox-item .box,
.col-10 .boutiqueBox-item .box,
.col-11 .boutiqueBox-item .box,
.col-12 .boutiqueBox-item .box {
  width: 100%;
  height: 300px !important;
}
td .boutiqueBox-item .box.box-x2,
.col-1 .boutiqueBox-item .box.box-x2,
.col-2 .boutiqueBox-item .box.box-x2,
.col-3 .boutiqueBox-item .box.box-x2,
.col-4 .boutiqueBox-item .box.box-x2,
.col-5 .boutiqueBox-item .box.box-x2,
.col-6 .boutiqueBox-item .box.box-x2,
.col-7 .boutiqueBox-item .box.box-x2,
.col-8 .boutiqueBox-item .box.box-x2,
.col-9 .boutiqueBox-item .box.box-x2,
.col-10 .boutiqueBox-item .box.box-x2,
.col-11 .boutiqueBox-item .box.box-x2,
.col-12 .boutiqueBox-item .box.box-x2 {
  height: 618px;
  min-height: 618px;
}
.boutiqueBox-slider {
  width: 60%;
}
.left-products {
  width: 20%;
  color: #fff;
  text-align: left;
}
.left-products .boutiqueBox-item {
  padding-top: 18px;
  background-color: #000000;
  min-height: 618px;
  height: 100%;
  width: 100%;
}
.left-products .h3.title {
  font-weight: 500;
  font-size: 16px;
}
.right-products {
  width: 80%;
}
.right-products-row {
  margin-top: -18px;
}
.right-products-row .boutiqueBox-item {
  width: 25%;
}
.boutiqueBox-noItem {
  width: 100%;
  padding-top: 18px;
  text-align: left;
}
.boutiqueBox-noItem .boutiqueBox-name {
  background-color: #f1f1f1;
  min-height: 618px;
  padding: 18px;
  color: #666;
  font-style: italic;
  max-width: inherit;
  font-size: 18px;
}
.no-header {
  height: 160px;
}
.boutique-infos {
  font-size: 0px;
  text-align: center;
}
.boutique-infos-item {
  height: 50px;
  line-height: 50px;
}
.boutique-infos-item:not(.first) {
  margin-left: 60px;
}
.boutique-infos-item,
.boutique-item-svg,
.boutique-item-text {
  display: inline-block;
  vertical-align: middle;
}
.boutique-item-svg {
  margin-right: 20px;
  fill: #8c8c8c;
}
.boutique-item-text {
  font-size: 12px;
  line-height: 15px;
  color: #8c8c8c;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}
.row-boutique {
  margin-top: 0px;
}
.boutiqueBox {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  margin-top: 18px;
}
.slick-slide .boutiqueBox{
  margin-top: unset;
}
.boutiqueBox:hover .boutiqueBoxOverlay {
  visibility: visible;
  opacity: 1;
}
.productBox-border {
  border: 1px solid #eaeaea;
}
.boutiqueBox .boxOverlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px;
}
.mobileBoutiqueBox .boxOverlay-title,
.boutiqueBox .boxOverlay .boxOverlay-title {
  font-size: 14px;
  margin-top: 0px;
}
.mobileBoutiqueBox .boxOverlay-text,
.boutiqueBox .boxOverlay .boxOverlay-text {
  color: #b9b9b9;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
}
.mobileBoutiqueBox:after,
.boutiqueBox .boxOverlay:after {
  display: none;
}
.mobileBoutiqueBox .rate,
.boutiqueBox .boxOverlay .rate {
  width: 100%;
  margin: 15px 0;
}
.mobileBoutiqueBox .rate::before,
.boutiqueBox .boxOverlay .rate::before,
.mobileBoutiqueBox .rate::after,
.boutiqueBox .boxOverlay .rate::after {
  background-image: url(../img/icons/star-full-white.png);
}
.mobileBoutiqueBox .rate::after,
.boutiqueBox .boxOverlay .rate::after {
  background-image: url(../img/icons/star-empty-white.png);
}
.mobileBoutiqueBox .button-big,
.boutiqueBox .boxOverlay .button-big,
.mobileBoutiqueBox .button-mini,
.boutiqueBox .boxOverlay .button-mini {
  font-weight: 500;
  color: #000;
}
.mobileBoutiqueBox .button-big,
.boutiqueBox .boxOverlay .button-big {
  font-size: 14px;
  border-radius: 19px;
  min-width: 135px;
}
.mobileBoutiqueBox .button-mini,
.boutiqueBox .boxOverlay .button-mini {
  min-width: 112px;
  padding: 8px 10px;
  border-radius: 17px;
  opacity: 0.8;
}
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  .mobileBoutiqueBox .contentText .boxOverlay-text {
    max-width: inherit;
  }
}
.box:not(.box-x2) .productBox-img,
.box:not(.box-x2) .boutiqueBox-img {
  /*max-width: 160px;*/
  max-height: 175px;
}
@media (max-width: 768px) {
  .afdt_grid .box:not(.box-x2) .productBox-img,
  .afdt_grid .box:not(.box-x2) .boutiqueBox-img {
    /*max-width: 160px;*/
    max-height: 75px;
  }
}
.boutiqueBox,
.slider-box {
  /*margin-top: 18px;*/
}
.boutiqueBox-category,
.productBox.boutiqueBox-item {
  padding-top: 0px;
}
.boutiqueBox-name {
  max-width: 90%;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 20px;
  margin: 0 auto 2px;
}
.boutiqueBox-category {
  color: #c5c5c5;
  font-size: 12px;
  letter-spacing: .15em;
  margin: 0 auto;
  max-width: 90%;
}
.boutiqueBox-button {
  min-width: 112px;
  padding: 6px 20px 6px;
  font-size: 14px;
  line-height: 1.25;
  border-radius: 18px;
  letter-spacing: .1em;
}
.boutiqueBox-bottom {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  .grid tr td .boutiqueBox-item .box {
    max-height: 200px;
    height: 200px !important;
  }
  .grid tr td .boutiqueBox-item .box.box-x2 {
    height: 406px !important;
    min-height: 406px !important;
  }
  .grid tr td .boutiqueBox-item .boxOverlay-title {
    display: none;
  }
  .grid tr td .boutiqueBox-item .sep-white {
    display: none;
  }
  .grid tr td .boutiqueBox-item .boutiqueBox .boxOverlay {
    text-align: center;
  }
  .grid tr td .boutiqueBox-item .boutiqueBox .boxOverlay br {
    display: none;
  }
  .grid tr td .boutiqueBox-item .boutiqueBox .boxOverlay .rate {
    margin: 8px 0;
  }
  .grid tr td .boutiqueBox-item .boutiqueBox .boxOverlay .button-big {
    font-size: 12px;
    padding: 5px 8px;
    margin-top: 10px;
    min-width: 90%;
  }
  .grid tr td .boutiqueBox-item .boutiqueBox .boxOverlay .button-mini {
    font-size: 10px;
    min-width: 80%;
    margin-top: 5px;
    padding: 4px 7px;
  }
  .grid tr td .boutiqueBox-item.productBox.box-x2 .sep {
    margin-bottom: 8px !important;
  }
  .grid tr td .boutiqueBox-item .boutiqueBox-img {
    max-width: 105px;
  }
  .grid tr td .boutiqueBox-item .box.box-x2 .boutiqueBox-img {
    max-width: 95%;
  }
  .grid tr td .boutiqueBox-item .box.box-x2 .boutiqueBox-name {
    line-height: inherit;
    font-size: 18px;
  }
  .grid tr td .boutiqueBox-item .box.box-x2 .boutiqueBox-button {
    margin-top: 10px;
  }
  .grid tr td .boutiqueBox-item .box:not(.box-x2) .boutiqueBox {
    padding-top: 4px;
  }
  .grid tr td .boutiqueBox-item .box:not(.box-x2) .boutiqueBox-name {
    font-size: 12px;
    line-height: 0.99;
  }
  .grid tr td .boutiqueBox-item .box:not(.box-x2) .boutiqueBox-bottom {
    bottom: 5px;
  }
  .grid tr td .boutiqueBox-item .box:not(.box-x2) .boutiqueBox-category {
    font-size: 10px;
    display: none;
  }
  .grid tr td .boutiqueBox-item .box:not(.box-x2) .boutiqueBox-button {
    font-size: 10px;
    line-height: 1.1em;
    padding: 4px 12px 4px;
  }
  .grid tr td .boutiqueBox-item .box:not(.box-x2) .sep.mv10 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
.slider-box .imageBlock {
  padding-top: 0px;
  padding-bottom: 0px;
  padding: 0 26%;
  height: 100%;
}
.slider-box .imageBlock-title {
  font-size: 18px;
}
.slider-box .imageBlock-text {
  margin: 15px auto 0;
  width: 95%;
}
.slider-box .imageBlock-price {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 15px auto;
  letter-spacing: 0.1em;
}
.slider-box .button {
  font-weight: 600;
  min-width: 110px;
}
.slider-box .slider-progress,
.slider-box .carousel-progress {
  position: absolute;
  bottom: 20px;
  left: inherit;
  right: 20px;
  z-index: 5;
  text-align: center;
}
.left-list-products {
  list-style: none;
  padding: 0;
  margin: 0 18px 0 0;
}
.left-list-products li {
  border-top: 1px solid #3e3e3e;
}
.left-list-products li:last-child {
  border-bottom: 1px solid #3e3e3e;
}
.boutique-btn-item {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 150ms ease-in;
  padding: 3px 0px 4px;
}
.boutique-left-text,
.boutique-left-svg,
.boutique-left-img {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}
.boutique-left-text {
  color: #6e6e6e;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  max-width: -webkit-calc(100% - 34px);
  max-width: -khtml-calc(100% - 34px);
  max-width: -moz-calc(100% - 34px);
  max-width: calc(100% - 34px);
  line-height: 1.3em;
  margin: 3px 0px 3px 5px;
}
.boutique-left-svg,
.boutique-left-img {
  text-align: left;
  width: 18px;
  vertical-align: middle;
  vertical-align: baseline;
}
.boutique-left-img img[src*="pro-audio.png"] {
  margin-bottom: 8px;
}
.boutique-left-img img[src*="ome-cinema.png"] {
  margin-bottom: 4px;
}
.left-products .h4.title {
  text-align: left;
  font-size: 10px;
  margin: 25px 0 10px;
}
.ranck-result:before,
.ranck-result:after {
  display: inline-block;
}
.ranck-result:before {
  content: '(';
}
.ranck-result:after {
  content: ')';
}
.boutique-btn-item.active,
.boutique-btn-item:hover {
  opacity: 1;
}
@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px), only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  .no-header {
    height: 100px;
  }
  .boutique-products {
    margin-left: 0;
    position: relative;
    width: -webkit-calc(100% - 8px);
    width: -khtml-calc(100% - 8px);
    width: -moz-calc(100% - 8px);
    width: calc(100% - 8px);
    -webkit-justify-content: center;
    justify-content: center;
  }
  .boutique-infos-item:not(.first) {
    margin-left: 35px;
  }
  .boutique-item-svg {
    margin-right: 15px;
    max-width: 35px;
    max-height: 35px;
  }
  .boutique-item-text {
    font-size: 11px;
  }
  .boutiqueBox-item {
    width: -webkit-calc(100% / 3);
    width: -khtml-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    order: 5;
  }
  .boutiqueBox-item:nth-child(1),
  .boutiqueBox-item:nth-child(2),
  .boutiqueBox-item:nth-child(3) {
    order: 1;
  }
  .right-products .boutiqueBox-item {
    order: inherit;
  }
  .boutiqueBox-slider {
    width: -webkit-calc(100% - 100% / 3);
    width: -khtml-calc(100% - 100% / 3);
    width: -moz-calc(100% - 100% / 3);
    width: calc(100% - 100% / 3);
    order: 4;
  }
  .boutiqueBox {
    cursor: pointer;
  }
  .boutiqueBox.active .boxOverlay {
    visibility: visible;
    opacity: 1;
  }
  .slider-box {
    height: 300px;
  }
  .slider-box .imageBlock {
    padding: 0 8%;
  }
  .left-products {
    width: -webkit-calc(100% / 3);
    width: -khtml-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
  }
  .right-products {
    width: -webkit-calc(100% - 100% / 3);
    width: -khtml-calc(100% - 100% / 3);
    width: -moz-calc(100% - 100% / 3);
    width: calc(100% - 100% / 3);
  }
  .right-products .boutiqueBox-item {
    width: 50%;
  }
  /*.boutique-btn-item:not(.active):hover{
    opacity: 0.5;
  }*/
}
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  .boutique-infos {
    margin: 40px 0;
  }
  .boutique-infos .separator {
    margin: 20px 0;
  }
  .boutique-infos-item,
  .boutique-infos-item:not(.first) {
    margin-left: 0px;
    display: inline-block;
    padding: 0px;
    text-align: center;
    max-width: 60px;
  }
  .boutique-infos-item {
    height: inherit;
    min-height: 50px;
    line-height: 50px;
    vertical-align: top;
  }
  .boutique-infos-item:not(.first) {
    margin-left: 20px;
  }
  .boutique-item-svg {
    margin: 0px;
    max-width: inherit;
    max-height: inherit;
  }
  .boutique-item-text {
    text-align: center;
    line-height: 12px;
    display: block;
    font-size: 8px;
    letter-spacing: 0.04em;
  }
  .svg-livraison,
  .svg-retour,
  .svg-payment,
  .svg-garantie {
    margin: 0px;
  }
  .right-products-row {
    margin-top: -8px;
    margin-left: -8px;
  }
  .right-products,
  .left-products,
  .boutiqueBox-item,
  .boutiqueBox-slider,
  .boutiqueBox-noItem {
    padding-left: 8px;
  }
  .boutique-products {
    /**/
  }
  .boutique-products .boutiqueBox,
  .boutique-products .slider-box {
    margin-top: 8px;
  }
  .boutique-products .boutiqueBox {
    padding-top: 8px;
  }
  .boutique-products .boutique-products {
    margin-top: 20px;
  }
  .boutique-products .right-products {
    margin-top: 8px;
  }
  .boutique-products .boutiqueBox-item {
    width: 50%;
    order: inherit;
  }
  .boutique-products .sep {
    width: 13px;
  }
  .boutique-products .left-products .boutiqueBox-item {
    width: 100%;
    text-align: center;
    min-height: inherit;
    padding-bottom: 30px;
  }
  .boutique-products .left-products .boutiqueBox-item .h3.title {
    font-size: 12px;
    font-weight: 600;
  }
  .boutique-products .left-products .boutiqueBox-item .sep.sep-left {
    margin-left: auto;
    height: 1px;
  }
  .boutique-products .left-products .boutiqueBox-item .button {
    padding: 9px 20px;
    background-color: #fff;
    color: #000;
    font-weight: 600;
  }
  .boutique-products .left-products .boutiqueBox-item .button + .button {
    margin-left: 10px;
  }
  .boutique-products .left-products .boutiqueBox-item .button:hover {
    opacity: 0.5;
    transition: all 250ms ease-out;
  }
  .boutique-products .boutiqueBox-slider {
    width: 100%;
    order: 5;
  }
  .boutique-products .boutiqueBox-item:nth-child(1),
  .boutique-products .boutiqueBox-item:nth-child(2),
  .boutique-products .boutiqueBox-item:nth-child(3) {
    order: 2;
  }
  .boutique-products .boutiqueBox-item:nth-child(3n+1) {
    order: 6;
  }
  .boutique-products .right-products .boutiqueBox-item:nth-child(1n+1) {
    order: 1;
  }
  .boutique-products .slider-box .imageBlock-title {
    font-size: 16px;
  }
  .boutique-products .boutiqueBox-bottom {
    position: absolute;
    bottom: 10px;
  }
  .boutique-products .boutiqueBox-bottom .sep.mv10 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .boutique-products .boutiqueBox-name {
    font-size: 10px;
  }
  .boutique-products .boutiqueBox-category {
    font-size: 8px;
  }
  .boutique-products .boutiqueBox-button {
    min-width: inherit;
    padding: 4px 13px;
    font-size: 10px;
    line-height: 1.25;
    border-radius: 18px;
    letter-spacing: .1em;
  }
  .boutique-products .boutiqueBox.box:not(.box-x2) {
    max-height: 200px;
  }
  .boutique-products .boutiqueBox.box:not(.box-x2) .boutiqueBox-img {
    max-width: 100%;
    max-height: 95px;
  }
  /**/
  .left-products,
  .right-products {
    width: 100%;
  }
  .boutiqueBox-noItem .boutiqueBox-name {
    min-height: inherit;
  }
  .right-products .right-products-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .right-products .boutiqueBox-item {
    width: 50%;
    order: inherit;
  }
  .right-products .boutiqueBox-item:nth-child(1),
  .right-products .boutiqueBox-item:nth-child(2) {
    margin-top: 8px;
  }
  .slider-box .slider-progress,
  .slider-box .carousel-progress {
    bottom: 10px;
    right: 15px;
  }
}
.popin-container {
  white-space: nowrap;
}
.popin {
  white-space: normal;
}
@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px), only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  .popin-inside > .mainWrapper > .imageBlock {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.stickyBoutique {
  padding: 10px;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  animation: fade 750ms;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
}
.stickyBoutique > *:not(:first-child) {
  margin-left: 10px;
  vertical-align: middle;
}
.stickyBoutique .title {
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
}
.stickyBoutique:not(.active) {
  display: none;
}
.stickyBoutique.active {
  opacity: 1;
  visibility: visible;
  animation: fade 750ms;
}
.stickyBoutique .button {
  padding: 8px 15px;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  font-size: 10px;
}
.stickyBoutique .button:hover {
  opacity: 0.5;
  transition: all 250ms ease-out;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.stickyBoutique.white {
  background-color: #fff;
}
.stickyBoutique.white .title {
  color: #333;
}
.stickyBoutique.white .button {
  background-color: #ccc;
  color: #fff;
}



/* 01-10-2018 Thibault*/

.lignes-h-f .row {
  justify-content: center;
  flex-wrap: initial;
}

.lignes-h-f .row .col-3 {
  flex: 0 0 28%;
}
