﻿* {
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box; }

html,
body,
ul,
ol {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

a,
a:hover,
a:focus {
  outline: 0;
  font-weight: 200;
  text-decoration: none; }

a > span.notTransformed {
  color: #D8D8D8; }

.clear {
  clear: both; }

.pure-u-0 {
  padding: 0 !important; }

.marginAuto {
  display: block;
  margin: 0 auto; }

button:focus {
  outline: 0; }

img {
  max-width: 100%;
  height: auto; }

.pure-g.gutters {
  margin-left: -10px;
  margin-right: -10px; }

.padLeft {
  box-sizing: border-box; }

.pure-g.gutters > [class*=pure-u] {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px; }

#natural .pure-g {
  width: calc(100% + 40px);
  position: relative;
  left: -10px; }

#natural .pure-g.gutters > [class*=pure-u] {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px; }

.pure-g.guttersMargin > [class*=pure-u] {
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px; }

.pure-g.guttersMargin {
  width: calc(100% + 20px);
  position: relative;
  left: -10px; }
  .pure-g.guttersMargin .pure-u-1 {
    width: calc(100% - 20px); }
  @media all and (min-width: 768px) {
    .pure-g.guttersMargin .pure-u-md-1-4 {
      width: calc(25% - 20px); } }

.relative {
  position: relative;
  z-index: 2; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.justify {
  text-align: justify;
  text-justify: inter-word;
  margin-top: 50px; }

.absolute {
  position: absolute; }

.marginTop {
  margin-top: 50px; }

.marginTop1 {
  margin-top: 100px; }

.marginTop2 {
  margin-top: 150px; }

.flex {
  display: flex; }
  .flex--center {
    align-items: center; }
  .flex--start {
    align-items: flex-start; }
  .flex--end {
    align-items: flex-end; }
    .flex--end .button {
      margin-bottom: 0; }
  .flex--wrap {
    flex-wrap: wrap; }
  .flex--bottom {
    align-items: flex-end; }
  .flex--row {
    flex: 1 100%; }
  .flex--justifyCenter {
    justify-content: center; }
  .flex--justifySpaceAround {
    justify-content: space-around; }
  .flex--justifySpaceBetween {
    justify-content: space-between; }
  .flex--justifyFlexEnd {
    justify-content: flex-end; }
  .flex--column {
    flex-direction: column; }

.pushers {
  margin-top: 100px;
  width: 100%; }

@media all and (min-width: 768px) {
  .hidden-sm {
    display: none !important; } }

@media all and (max-width: 767px) {
  .padLeft {
    padding: 0;
    box-sizing: initial; }
  .hidden-xs {
    display: none !important; }
  #natural .reverseA {
    order: -1; }
  #natural .reverseB {
    order: 1; } }

@media all and (max-width: 567px) {
  .justify {
    text-align: left; }
  .marginTop2 {
    margin-top: 75px; } }

@font-face {
  font-family: 'ACaslonPro-Italic';
  src: url("../fonts/ACaslonPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/ACaslonPro-Italic.otf") format("opentype"), url("../fonts/ACaslonPro-Italic.woff") format("woff"), url("../fonts/ACaslonPro-Italic.ttf") format("truetype"), url("../fonts/ACaslonPro-Italic.svg#ACaslonPro-Italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue.ttf") format("truetype"), url("../fonts/HelveticaNeue.svg#HelveticaNeue") format("svg");
  font-weight: normal;
  font-style: normal; }

h1,
h2,
h3,
h4,
h5 {
  font-weight: 100; }

.title {
  font-size: 7.70vw;
  text-transform: uppercase;
  line-height: 7.70vw;
  margin: 0 auto;
  font-weight: 800; }
  .title .secondLine {
    display: block;
    font-size: 3.85vw;
    line-height: 3.85vw; }

.titleText {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600; }
  .titleText.specific-titleText {
    margin-top: 100px;
    line-height: 30px; }

.titleItalic {
  font-family: "ACaslonPro-Italic";
  font-size: 4.5vw;
  font-weight: normal;
  text-align: right;
  margin-bottom: 0;
  line-height: 107%; }
  .titleItalic.specific-ital {
    text-align: left; }
  .titleItalic.topItalic {
    margin-top: -20px; }
  .titleItalic b {
    font-weight: normal;
    position: relative; }
  .titleItalic b:after {
    /*content: "";*/
    position: absolute;
    left: 0;
    top: 70px !important;
    right: 0;
    bottom: 0;
    background: #000;
    height: 3px; }

@media all and (max-width: 567px) {
  .title .secondLine {
    margin-top: 5px; }
  .titleItalic {
    font-family: "ACaslonPro-Italic";
    font-size: 7vw;
    font-weight: normal;
    text-align: right; }
    .titleItalic b {
      display: inline-block;
      /*border-bottom: 0.25vw solid black;*/
      font-weight: normal;
      height: 7vw;
      overflow: visible; }
    .titleItalic b:after {
      background: none; } }

/* colors */
.pink {
  color: #e05a8f !important; }

/* Utilities */
.clear {
  display: block;
  clear: both; }

/* alignement */
.left {
  float: left; }

.right {
  float: right; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

/* vertical alignement */
.repere {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-right: -1px; }

/* same with :before element */
.v-align-middle {
  white-space: nowrap;
  overflow: hidden; }

.v-align-middle:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%; }

/* full width img */
.media {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  background: url("../images/loader.gif") center center no-repeat;
  opacity: 0.2;
  transition: opacity 0.4s ease-out; }
  .media.visible {
    background: none;
    opacity: 1; }

/* Hide / show */
.hidden {
  display: none; }

.large-only, .medium-up {
  display: none; }

.small-only, .medium-down {
  display: block; }

@media screen and (min-width: 48em) {
  .medium-up {
    display: block; }
  .small-only {
    display: none; } }

@media screen and (min-width: 64em) {
  .large-only {
    display: block; }
  .medium-down {
    display: none; } }

/* 
1. quote block 
2. protocol
*/
/*.quote blockquote{
	background: none;
	}*/
.quote {
  overflow: hidden;
  margin: 4.5em 0 6em;
  /*
	.inner{
		.haircut-prox{
			padding-bottom: 1em;
			margin-bottom: 1em;
			border-bottom: 1px solid #ccc;
		}
	}
	*/ }
  .quote .wrap {
    position: relative; }
  .quote .title {
    margin-bottom: -1em; }
  .quote .column {
    position: relative;
    z-index: 3;
    float: right; }
  .quote .highlight {
    margin-top: 2em; }
    .quote .highlight .small-accordion {
      margin-top: 2em; }
    .quote .highlight input[type="text"] {
      width: 6em;
      padding-left: 0.75em; }
  .quote .character-name {
    font-family: 'Droid Serif', Georgia, Times, serif;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: none; }
  .quote .cta {
    padding-top: 1em;
    margin-top: 1em;
    border-top: 1px solid #ccc; }
  .quote .content ul {
    margin-bottom: 1em; }
  .quote .content li {
    position: relative;
    padding-left: 1.13em;
    font-size: 1.2em;
    line-height: 1.25em;
    margin-bottom: 0.25em; }
    .quote .content li p {
      margin-bottom: 0;
      font-size: 1em; }
    .quote .content li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.4em;
      margin-right: 0.5em; }

input.i-locator {
  font-size: 1em;
  width: 3.2em;
  height: 3.2em;
  padding: 0;
  background-position: -241px 7px;
  background-color: #002fa7; }

@media screen and (min-width: 48em) {
  input.i-locator {
    font-size: 1em;
    width: 3.2em;
    height: 2.5em;
    padding: 0;
    background-position: -236px 7px;
    background-color: #002fa7; } }

@media screen and (min-width: 64em) {
  input.i-locator {
    font-size: 1em;
    width: 3.2em;
    height: 3.2em;
    padding: 0;
    background-position: -241px 7px;
    background-color: #002fa7; } }

.protocol {
  position: relative;
  /* icon */ }
  .protocol .steps {
    overflow: hidden;
    position: relative;
    width: 1200%;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out; }
    .protocol .steps .column.s-cols-1 {
      position: relative;
      float: left; }
  .protocol .count-large {
    font-size: 10em;
    font-family: 'Droid Serif', Georgia, Times, serif;
    font-weight: bold;
    font-style: italic;
    line-height: 1.2em;
    float: left;
    width: 0.6em;
    position: relative;
    top: -.833em; }
  .protocol .step-description {
    float: left;
    width: 22em; }
    .protocol .step-description h3 {
      margin-bottom: 0.5em; }
  .protocol .step-product {
    display: block;
    position: relative;
    margin-bottom: 1em; }
    .protocol .step-product:after {
      content: "";
      position: absolute;
      bottom: 3em;
      right: 10em;
      width: 20px;
      height: 20px;
      background: url("../images/sprites.svg") -100px -50px no-repeat; }
  .protocol .timer {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: .75em;
    font-size: .733em;
    line-height: 1.8em;
    color: #959595; }
  .protocol .product-info {
    margin: 0.5em 0 1.5em; }
  .protocol .tags {
    margin-top: 1em; }
  .protocol p.light {
    color: #959595; }
  .protocol .pagination {
    margin-top: 2em 0 0.1em;
    text-align: center; }
    .protocol .pagination li {
      display: inline-block;
      margin: 0 1em; }
      .protocol .pagination li:first-child {
        margin-left: 0; }
      .protocol .pagination li:last-child {
        margin-right: 0; }
    .protocol .pagination a {
      display: block;
      width: 2.85em;
      height: 2.85em;
      font-size: 1.1em;
      font-weight: bold;
      text-align: center;
      line-height: 2.7em;
      background-color: #f9f9f9;
      border: 1px solid #999;
      border-radius: 50% 50%; }
      .protocol .pagination a.on {
        background-color: black;
        color: white;
        border-color: black; }
  .protocol .prev, .protocol .next {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    margin-left: -1em;
    overflow: hidden;
    text-indent: -99em;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9); }
    .protocol .prev:after, .protocol .next:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -5em;
      width: 4em;
      height: 4em;
      background-color: black; }
  .protocol .prev {
    left: -100%;
    margin-left: 1em; }
    .protocol .prev:after {
      left: auto;
      right: 0; }

@media screen and (min-width: 48em) {
  .quote {
    /*blockquote {
			padding-bottom:1em;
			margin-bottom:2em;
			border-bottom:1px solid #d8d8d8;
			}*/ }
    .quote .cols-3 {
      margin-top: 9em; }
    .quote .cols-5 {
      margin-top: 3em; }
    .quote .highlight {
      margin-top: 0; }
    .quote .column {
      margin-bottom: 2em; }
    .quote .character-name {
      font-size: 2em; }
    .quote .column {
      float: left; }
    .quote .highlight input[type="text"] {
      width: auto; }
  .protocol .count-large {
    top: -.833em; }
  .protocol .step-description {
    width: 15em; }
  .protocol .steps {
    width: 400%; }
  .protocol .step-product:after {
    bottom: 2em;
    right: 6em; } }

@media screen and (min-width: 64em) {
  .quote .cols-3 {
    margin-top: 13em; }
  .quote .cols-5 {
    margin-top: 4em; }
  .quote .content li {
    font-size: 1.5em; }
  .protocol .count-large {
    font-size: 13em;
    width: 0.6em;
    top: -.833em; }
  .protocol .step-description {
    width: 22em; }
  .protocol .step-product:after {
    bottom: 3em;
    right: 10em; }
  input.i-locator {
    background-position: -235px 12px; } }

.containerGrid {
  display: none;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  z-index: 9999;
  opacity: 0.1; }
  .containerGrid .parentGrid {
    width: 95%;
    max-width: calc(95% - 40px);
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between; }
    .containerGrid .parentGrid .grid {
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      background: rgba(230, 70, 70, 0.5);
      margin: 0 10px; }
      .containerGrid .parentGrid .grid:first-child {
        margin-left: 0; }
      .containerGrid .parentGrid .grid:last-child {
        margin-right: 0; }
      .containerGrid .parentGrid .grid:nth-child(odd) {
        border-left: 1px solid cyan;
        border-right: 1px solid cyan; }
      .containerGrid .parentGrid .grid:nth-child(even) {
        border-left: 1px solid yellow;
        border-right: 1px solid yellow; }

.containerGridDisplay {
  display: block; }

@media all and (max-width: 1440px) {
  .containerGrid .parentGrid {
    width: calc(95% - 40px); } }

@media all and (max-width: 767px) {
  .containerGrid .parentGrid .grid {
    display: none;
    margin: 0; }
    .containerGrid .parentGrid .grid:first-child {
      display: block;
      margin: 0; } }

@media all and (max-width: 567px) {
  .containerGrid .parentGrid {
    width: calc(100% - 40px); } }

/* Container */
.site-hd .wrap {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box; }

@media screen and (min-width: 48em) {
  .site-hd .wrap {
    width: 70.8em; } }

@media screen and (min-width: 64em) {
  .site-hd .wrap {
    width: 96em; } }

.column {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1em; }

.s-cols-1 {
  width: 8.33%; }

.s-cols-2 {
  width: 16.66%; }

.s-cols-3 {
  width: 25%; }

.s-cols-4 {
  width: 33.33%; }

.s-cols-5 {
  width: 41.66%; }

.s-cols-6 {
  width: 50%; }

.s-cols-7 {
  width: 58.33%; }

.s-cols-8 {
  width: 66.66%; }

.s-cols-9 {
  width: 75%; }

.s-cols-10 {
  width: 83.33%; }

.s-cols-11 {
  width: 91.66%; }

.s-cols-12 {
  width: 100%; }

/* Push / Pull */
.s-push-1 {
  margin-left: 8.33%; }

.s-push-2 {
  margin-left: 16.66%; }

.s-push-3 {
  margin-left: 25%; }

.s-push-4 {
  margin-left: 33.33%; }

.s-push-5 {
  margin-left: 41.66%; }

.s-push-6 {
  margin-left: 50%; }

.s-push-7 {
  margin-left: 58.33%; }

.s-push-8 {
  margin-left: 66.66%; }

.s-push-8 {
  margin-left: 66.66%; }

.s-push-9 {
  margin-left: 75%; }

.s-push-10 {
  margin-left: 83.33%; }

.s-push-11 {
  margin-left: 91.66%; }

.s-push-12 {
  margin-left: 100%; }

.s-push-right-6 {
  margin-right: 50%; }

.s-pull-1 {
  margin-left: -8.33%; }

.s-pull-2 {
  margin-left: -16.66%; }

.s-pull-3 {
  margin-left: -25%; }

.s-pull-4 {
  margin-left: -33.33%; }

.s-pull-5 {
  margin-right: 41.66%; }

.s-pull-6 {
  margin-left: -50%; }

@media screen and (min-width: 48em) {
  .cols-1 {
    width: 8.33%; }
  .cols-2 {
    width: 16.66%; }
  .cols-3 {
    width: 25%; }
  .cols-4 {
    width: 33.33%; }
  .cols-5 {
    width: 41.66%; }
  .cols-6 {
    width: 50%; }
  .cols-7 {
    width: 58.33%; }
  .cols-8 {
    width: 66.66%; }
  .cols-9 {
    width: 75%; }
  .cols-10 {
    width: 83.33%; }
  .cols-11 {
    width: 91.66%; }
  .cols-12 {
    width: 100%; }
  .s-push-right-6 {
    margin-right: 0; }
  /* Push / Pull */
  .push-0, .pull-0 {
    margin-left: 0; }
  .push-1 {
    margin-left: 8.33%; }
  .push-2 {
    margin-left: 16.66%; }
  .push-3 {
    margin-left: 25%; }
  .push-4 {
    margin-left: 33.33%; }
  .push-5 {
    margin-left: 41.66%; }
  .push-6 {
    margin-left: 50%; }
  .push-7 {
    margin-left: 58.33%; }
  .pull-1 {
    margin-left: -8.33%; }
  .pull-2 {
    margin-left: -16.66%; }
  .pull-3 {
    margin-left: -25%; }
  .pull-4 {
    margin-left: -33.33%; }
  .pull-5 {
    margin-left: -41.66%; }
  .pull-6 {
    margin-left: -50%; }
  .push-right-5 {
    margin-right: 41.66%; } }

/*
  .push-1 {margin-left:8.33%;margin-right:-8.33%}
  .push-2 {margin-left:16.66%;margin-right:-16.66%}
  .push-3 {margin-left:25%;margin-right:-25%}
  .push-4 {margin-left:33.33%;margin-right:-33.33%}
  .push-5 {margin-left:41.66%;margin-right:-41.66%}
  .push-6 {margin-left:50%;margin-right:-50%}
  .push-7 {margin-left:58.33%;margin-right:-58.33%}

  .pull-1 {margin-left:-8.33%;margin-right:8.33%}
  .pull-2 {margin-left:-16.66%;margin-right:16.66%}
  .pull-3 {margin-left:-25%;margin-right:25%}
  .pull-4 {margin-left:-33.33%;margin-right:33.33%}
  .pull-5 {margin-left:-41.66%;margin-right:41.66%;}
  .pull-6 {margin-left:-50%;margin-right:50%}*/
/* inline-block, for vertical alignement */
.inline-row .column {
  float: none;
  display: inline-block;
  vertical-align: top; }

.inline-row .v-bottom {
  vertical-align: bottom; }

.inline-row .v-middle {
  vertical-align: middle; }

.inline-row .v-top {
  vertical-align: top; }

.cookie-notify {
  background-color: #f1f1f1; }
  .cookie-notify .wrap {
    position: relative;
    padding: 0.5em 4em 0.5em 1em;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box; }
  @media screen and (min-width: 48em) {
    .cookie-notify .wrap {
      position: relative;
      padding: 0.5em 4em 0.5em 1em;
      width: 61em;
      margin: 0 auto; } }
  .cookie-notify .closer {
    position: absolute;
    right: 1em;
    top: .7em; }
  .cookie-notify p {
    font-size: .7em;
    line-height: 1.2em;
    margin: 0px;
    font-family: 'Raleway', Helvetica, Arial, sans-serif; }
  .cookie-notify .std-link {
    line-height: 1.2em;
    font-weight: bold;
    color: black;
    text-decoration: underline; }

@media all and (max-width: 976px) {
  .cookie-notify .wrap {
    width: 100%; } }

/* hd */
.i-search {
  width: 18px;
  height: 18px;
  background: url("../images/sprites.svg") -50px 0 no-repeat; }

.inner-pict .i-search {
  background-position: -35px 10px; }

.site-hd .i-search {
  background-position: -35px 20px; }
		
.mega-menu-new.site-hd .i-search {	
    background-position: -222px -412px	
}

.site-hd .inner-pict .i-search {
  background-position: -37px 10px; }

@media screen and (min-width: 48em) {
  .site-hd .i-search {
    background-position: -35px 16px; } }

@media screen and (min-width: 64em) {
  .site-hd .i-search {
    background-position: -35px 5px; }
  .site-hd .search-trigger.active .i-search {
    background-position: -133px -144px; } }

.i-locator {
  width: 15px;
  height: 20px;
  background: url("../images/sprites.svg") 0 0 no-repeat; }

.site-hd .i-locator {
  background-position: 17px 20px; }

@media screen and (min-width: 48em) {
  .site-hd .i-locator {
    background-position: 17px 12px; } }

@media screen and (min-width: 64em) {
  .site-hd .i-locator {
    background-position: 0 0; } }

/* Arrows */
.nav-main .i-arrow, .small-accordion .i-arrow {
  background: url("../images/sprites.svg") -100px -250px no-repeat; }

.stage .i-arrow {
  width: 33px;
  height: 18px;
  background: url("../images/sprites.svg") -100px -150px no-repeat; }

a .i-arrow {
  width: 9px;
  height: 5px;
  background: url("../images/sprites.svg") -185px -50px no-repeat;
  margin: 0 0 0 1em; }

.std-link .i-arrow {
  width: 18px;
  height: 10px;
  background: url("../images/sprites.svg") -50px -150px no-repeat; }

.std-link.active .i-arrow, .toggle-hidden.active .i-arrow {
  background-position: -50px -50px; }

.trigger-list .i-arrow {
  width: 18px;
  height: 10px;
  background: url("../images/sprites.svg") -150px -250px no-repeat;
  margin: 0 0 0 0.5em; }

/* Technical */
.i-hair, .i-magic, .i-tubes, .i-percent, .i-durable, .i-time, .i-check, .i-timer {
  background: url("../images/sprites.svg") 0 0 no-repeat; }

.i-hair {
  background-position: 0 -100px; }

.i-magic {
  background-position: -50px -100px; }

.i-tubes {
  background-position: -100px -100px; }

.i-durable {
  background-position: -150px -100px; }

.i-time {
  background-position: -200px -100px; }

.i-percent {
  background-position: -250px -100px; }

.i-check {
  width: 26px;
  height: 24px;
  background-position: -300px -100px; }

/* protocol */
.i-timer {
  width: 15px;
  height: 15px;
  background-position: 0 -200px; }

.technics li:before, .quote .inner li:before {
  background: url("../images/sprites.svg") -250px -50px no-repeat;
  width: 10px;
  height: 7px; }

.prev:after {
  background: url("../images/sprites.svg") 15px -240px no-repeat; }

.next:after {
  background: url("../images/sprites.svg") -35px -240px no-repeat; }

/* FT */
.i-location {
  width: 16px;
  height: 22px;
  background: url("../images/sprites.svg") -200px 0 no-repeat; }

.i-letter {
  width: 20px;
  height: 15px;
  background: url("../images/sprites.svg") -100px 0 no-repeat; }

.i-social {
  width: 21px;
  height: 21px;
  background: url("../images/sprites.svg") -300px 0 no-repeat; }

.inner-pict .i-location {
  background-position: -235px 6px; }

.inner-pict .i-letter {
  background-position: -138px 8px; }

@media screen and (min-width: 64em) {
  .inner-pict .i-location {
    background-position: -235px 10px; }
  .inner-pict .i-letter {
    background-position: -138px 11px; } }

/* toolbox */
.i-int {
  width: 38px;
  height: 30px;
  background: url("../images/sprites.svg") -1px -472px no-repeat;
  -ms-behavior: url("css/backgroundsize.min.htc"); }

@media screen and (min-width: 48em) {
  .i-int {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -msTransform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 88px;
    height: 63px;
    background: url("../images/sprites.svg") 0px -409px no-repeat; } }

.i-contact {
  width: 36px;
  height: 37px;
  background: url("../images/sprites.svg") -173px -410px no-repeat;
  -ms-behavior: url("css/backgroundsize.min.htc"); }

@media screen and (min-width: 48em) {
  .i-contact {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -msTransform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 60px;
    height: 60px;
    background: url("../images/sprites.svg") -100px -410px no-repeat; } }

.i-book {
  width: 28px;
  height: 30px;
  background: url("../images/sprites.svg") 0 -100px no-repeat;
  background-size: auto 166px;
  -ms-behavior: url("css/backgroundsize.min.htc"); }

@media screen and (min-width: 48em) {
  .i-book {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -msTransform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 60px;
    height: 70px;
    background: url("../images/sprites.svg") 0 -300px no-repeat; } }

.i-marker {
  width: 80px;
  height: 62px;
  background: url("../images/sprites.svg") -100px -300px no-repeat; }

.i-face {
  width: 28px;
  height: 28px;
  background: url("../images/pictos/pict-stylemyhair.png") 0 0 no-repeat;
  background-size: auto 100%;
  -ms-behavior: url("css/backgroundsize.min.htc"); }

@media screen and (min-width: 48em) {
  .i-face {
    width: 70px;
    height: 70px; } }

.i-range {
  width: 39px;
  height: 66px;
  background: transparent url("../images/sprites.svg") -350px -300px no-repeat; }

/* popin */
.closer {
  width: 15px;
  height: 15px;
  background: url("../images/sprites.svg") -150px -150px no-repeat; }

/* footer / back to top */
.i-top {
  width: 18px;
  height: 11px;
  background: url("../images/sprites.svg") 0px -50px no-repeat; }

@media screen and (min-width: 48em) {
  .i-top {
    background-position: 0 -50px; } }

.toolbox {
  margin: 2em 0 2em 0;
  background-color: white;
  padding: 2em 0;
  /* html with pictos */
  /* validation */
  /* Pictos */ }
  @media screen and (min-width: 48em) {
    .toolbox .container {
      max-width: 90%; } }
  @media screen and (min-width: 64em) {
    .toolbox .container {
      max-width: 90%; } }
  .toolbox .column {
    position: relative;
    text-align: left; }
  .toolbox .inline-title {
    height: auto;
    padding: 1em 1.75em;
    border-top: 1px solid #c9c9c9; }
  .toolbox .group {
    display: inline-block;
    vertical-align: middle; }
  .toolbox h3 {
    margin: 0px; }
  .toolbox .form-combo input[type="text"] {
    width: 8.5em; }
  .toolbox .button-tool {
    display: none; }
  .toolbox a strong, .toolbox span {
    border: none;
    color: black; }
  .toolbox input[type="text"] {
    height: 32px !important; }
  @media screen and (min-width: 48em) {
    .toolbox input[type="text"] {
      height: 32px !important; } }
  @media screen and (min-width: 64em) {
    .toolbox input[type="text"] {
      height: 42px !important; } }
  .toolbox input[type="text"], .toolbox input[type="email"], .toolbox input[type="tel"] {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    height: 2.725em;
    line-height: normal;
    padding: 0 0.75em 0 1.5em;
    border: 1px solid #c4c4c4;
    box-sizing: content-box;
    border-radius: 0;
    -webkit-appearance: none; }
  @media screen and (min-width: 48em) {
    .toolbox input[type="text"], .toolbox input[type="email"], .toolbox input[type="tel"] {
      font-size: .7em; } }
  @media screen and (min-width: 64em) {
    .toolbox input[type="text"], .toolbox input[type="email"], .toolbox input[type="tel"] {
      font-size: 1.1em; } }
  .toolbox p input[type="text"], .toolbox p input[type="email"] {
    font-size: .866em; }
  .toolbox .form-combo input[type="text"] {
    border-right: 0; }
  .toolbox input[type="text"]:required, .toolbox input[type="email"]:required {
    outline: none;
    box-shadow: none; }
  .toolbox input[type="text"]:focus:invalid, .toolbox input[type="email"]:focus:invalid {
    border-color: #f00; }
  @media screen and (min-width: 64em) {
    .toolbox input[type="text"], .toolbox input[type="email"], .toolbox input[type="tel"] {
      height: 3.1em;
      font-size: .9em; } }
  .toolbox .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: .5em;
    overflow: hidden; }
  .toolbox .button-tool {
    vertical-align: middle;
    padding: 0 0.833em;
    background-color: #002fa7;
    color: white;
    -webkit-transition: background-color 0.25s ease-out;
    transition: background-color 0.25s ease-out;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 0.9em;
    letter-spacing: 0.02em;
    line-height: 2.5em;
    white-space: nowrap; }
    .toolbox .button-tool:hover {
      background-color: #001b6b; }
  .toolbox p .button-tool {
    font-size: 0.866em; }
  .toolbox .button-tool.alt {
    background-color: #eaeaea;
    color: #1c1c1b; }
    .toolbox .button-tool.alt:hover {
      background-color: rgba(234, 234, 234, 0.7); }
  @media screen and (min-width: 64em) {
    .toolbox .button-tool {
      line-height: 3em;
      padding: 0 1.54em; } }
  @media screen and (min-width: 48em) {
    .toolbox .button-tool {
      display: inline-block; } }

@media screen and (min-width: 64em) {
  .toolbox {
    margin: 2em 0 0; } }

.inline-title {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  text-transform: none; }
  .inline-title strong {
    font-size: 1em;
    font-weight: normal; }
  .inline-title .icon {
    margin-right: 0.75em; }
  .inline-title .group {
    text-align: left; }

.form-combo input {
  display: inline-block;
  vertical-align: middle; }

@media screen and (min-width: 48em) {
  .toolbox {
    margin: 5em 0; }
    .toolbox .column {
      text-align: center; }
    .toolbox .form-combo input[type="text"] {
      width: 10em; }
    .toolbox .button {
      display: inline-block; }
    .toolbox .inline-title {
      height: 6em;
      padding: 0;
      border: none; }
      .toolbox .inline-title .group {
        max-width: 8em
       }
  .inline-title {
    font-family: 'Droid Serif', Georgia, Times, serif; }
    .inline-title strong {
      display: block;
      font-size: 1.75em;
      font-weight: bold; }
    .inline-title .icon {
      margin-right: 1em; } }

@media screen and (min-width: 64em) {
  .toolbox .inline-title {
    height: 4.5em; }
  .inline-title {
    font-size: 1.5em; } }

html {
  background: white; }

.vs-div {
  opacity: 1 !important; }

.container {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  box-sizing: border-box; }

.pure-u-1 video {
  width: 100%; }

#imageIntroduction {
  margin: 30px; }

.zIndexTop {
  z-index: 10; }

.reverseA {
  order: 1; }

.reverseB {
  order: -1; }

#todayYour {
  margin-top: 50px;
  margin-bottom: 50px;
  height: 500px; }
  #todayYour #contentTodayYour {
    position: relative;
    z-index: 1; }

.cttComercial {
  position: relative;
  top: 0px;
  right: 0px;
  width: 100%;
  z-index: -1; }

@media screen and (min-width: 48em) {
  .cttComercial {
    position: absolute;
    top: 23vw;
    right: 0vw;
    width: 32vw;
    z-index: -1; } }

#yourPoursuit {
  position: relative;
  top: 0px;
  padding-right: 50px; }

.disclaimer {
  text-align: right;
  font-size: 12px; }
  .disclaimer #star {
    font-family: 'ACaslonPro-Italic';
    display: inline-block;
    font-size: 30px;
    line-height: 0;
    height: 0;
    position: relative;
    top: 11px;
    left: -7px; }

#disclaimer1 {
  position: relative;
  top: 10px; }

#rightFlower {
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
  top: 100%;
  transform: translateY(-50%); }

#discover {
  margin-top: 0px;
  margin-right: 10vw; }

.cttDisco {
  margin-right: 8vw; }

.blocBordered {
  position: relative;
  border: 1px solid black;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 15px 25px 15px;
  background: rgba(255, 255, 255, 0.8); }
  .blocBordered .numbers {
    font-size: 75px;
    position: absolute;
    top: -55px;
    left: -2px;
    font-weight: 600; }
  .blocBordered #disclaimer2 {
    display: inline-block;
    font-size: 11px;
    float: right; }

#natural img {
  margin-top: 40px; }

#natural .titleItalic {
  margin-top: 25px;
  margin-bottom: 35px; }

#natural .ingredientsImg {
  margin: auto;
  margin-top: 50px;
  display: block;
  max-width: 100%; }

#natural h2,
#natural h3 {
  position: relative;
  top: -30px; }

#natural #exclusive {
  margin-top: 50px; }

@media all and (max-width: 1200px) {
  #natural #exclusive {
    margin-top: 25px; } }

@media all and (min-width: 1200px) {
  #natural #exclusive {
    margin-top: 60%; } }

#professional {
  padding-bottom: 50px; }
  #professional .titleItalic span {
    font-size: 4.5vw; }
  #professional #imagePro {
    position: relative;
    margin-top: -30%;
    width: 100%;
    z-index: -2;
    margin-left: 0vw; }
  @media screen and (min-width: 48em) {
    #professional #imagePro {
      position: relative;
      margin-top: -15%;
      width: 70%;
      z-index: 9;
      margin-left: 20vw; } }

#transparent {
  margin-top: 150px;
  margin-bottom: 100px;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f4fdfd 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #f4fdfd));
  background: -webkit-linear-gradient(top, white 0%, #f4fdfd 100%);
  background: -o-linear-gradient(top, white 0%, #f4fdfd 100%);
  background: -ms-linear-gradient(top, white 0%, #f4fdfd 100%);
  background: linear-gradient(to bottom, white 0%, #f4fdfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4fdfd', GradientType=0); }
  #transparent .reverseA {
    padding-bottom: 190px; }
  #transparent .carousel {
    display: block;
    margin-top: 5vw;
    width: 100%;
    height: 50vw; }
  @media screen and (min-width: 48em) {
    #transparent .carousel {
      height: 10vw; } }
  #transparent .slider {
    position: absolute; }

@media screen and (min-width: 48em) {
  #transparent {
    margin-bottom: 100px; } }

.cttSlider {
  position: relative;
  width: 100%; }

#sustainable #refillText {
  text-align: right; }

#sustainable input {
  height: 44px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  width: auto; }

@media screen and (min-width: 48em) {
  #sustainable input {
    height: 44px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    width: 17vw; } }

@media all and (min-width: 1300px) {
  #sustainable input {
    height: 44px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    width: auto; } }

#sustainable input[type=submit] {
  width: 47px;
  background-color: #0634a4;
  cursor: pointer; }

#sustainable .button {
  width: auto;
  padding: 10px;
  margin: 0; }

#sustainable .location {
  width: 15px;
  height: 20px;
  background: url(../images/icons/location.png);
  background-size: 15px; }

#sustainable .locationn {
  width: 15px;
  position: absolute;
  right: 15px;
  bottom: 12px;
  z-index: 99;
  height: 20px;
  background: url(../images/icons/location.png);
  background-size: 15px;
  cursor: pointer; }

#sustainable .button:hover .location {
  background-image: url(../images/icons/location-hover.png); }

@media all and (max-width: 567px) {
  #imageIntroduction {
    margin: 20px; }
  .container {
    max-width: 100%; }
  #todayYour {
    height: 270px; }
  #rightFlower {
    right: auto;
    left: 80%;
    transform: translateY(-85%); }
  #natural .ingredientsImg {
    max-width: 100%; }
  #natural h4 {
    margin-top: 20px; }
  #natural h4 + p {
    margin-top: 25px; }
  #professional {
    padding-bottom: 0; }
    #professional #imagePro {
      position: relative;
      margin-top: 20%; }
  #refill .reverseA {
    order: 0; }
  #refill .reverseB {
    order: 1; }
  #yourPoursuit {
    position: relative;
    top: 0px; }
  #transparent {
    margin-top: 50px; }
    #transparent .reverseA {
      padding-bottom: 15px; }
    #transparent .carousel {
      position: relative;
      right: 0;
      bottom: 0; }
      #transparent .carousel .slick-slide p {
        width: auto;
        font-size: 14px; }
  html {
    overflow-x: hidden; } }

.accordion-hd {
  display: block;
  position: relative; }
  .accordion-hd .icon {
    margin: 0 2em 0 0; }
  .accordion-hd .i-arrow {
    position: absolute;
    right: 2em;
    top: 50%;
    width: 11px;
    height: 18px;
    margin: -9px 0 0;
    -webkit-transition: -webkit-transform 0.12s ease-out;
    transition: transform 0.12s ease-out;
    transform-origin: 50% 50% 0;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -msTransform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .accordion-hd.active .i-arrow {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -msTransform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .accordion-hd:first-child {
    border-top: none; }

.accordion-ctt {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: height 0.25s ease-in-out; }

.accordion-hd.active + .accordion-ctt {
  visibility: visible;
  opacity: 1;
  height: auto; }

@media screen and (min-width: 48em) {
  .accordion-ctt {
    display: block;
    height: auto;
    opacity: 1;
    visibility: visible;
    border-bottom: none; } }

#page.menu-on {
  height: 100%;
  overflow: hidden; }

.site-hd {
  text-align: right;
  position: relative;
  background: white;
  font-size: 62.5%;
  font-family: 'Raleway', Helvetica, Arial, sans-serif; }
  .site-hd li {
    line-height: 4.5em; }
  .site-hd li li {
    line-height: normal; }
  .site-hd a, .site-hd strong {
    display: block;
    font-size: 2em;
    font-weight: normal; }
  .site-hd .std-link {
    display: inline-block; }
    .site-hd .std-link a {
      font-weight: bold; }
  .site-hd .menu-toggle {
    font-size: 1em; }
  .site-hd a.search-trigger, .site-hd a.localize {
    float: right;
    position: relative;
    width: 5em;
    height: 5.8em;
    overflow: hidden;
    text-align: left;
    text-indent: -99em;
    font-size: 1em;
    border-bottom: 2px solid white; }
    .site-hd a.search-trigger .icon, .site-hd a.localize .icon {
      position: absolute;
      top: 0;
      left: 0;
	  background-size: auto;
      width: 100%;
      height: 100%;
      margin: 0; }
    .site-hd a.search-trigger:hover, .site-hd a.search-trigger.active, .site-hd a.localize:hover, .site-hd a.localize.active {
      border-color: black; }
  .site-hd a.localize:hover {
    border-color: #002fa7; }

.logo {
  float: left;
  width: 8em;
  height: 3.2em;
  overflow: hidden;
  text-indent: -99em;
  margin: 1.4em 0 1.4em 2em;
  font-size: 1em !important;
  text-align: center;
  background: url("../images/loreal-pro-logo.svg") center center no-repeat;
  background-size: 100% auto; }
    .mega-menu-new .logo {	
        width: 19em;	
        height: 7em;	
        margin: 0	
    }	
    .mega-menu-new .logo a {	
        border-width: 0	
    }
  .logo a {
    display: block;
    height: 100%; }

.menu-toggle {
  float: left;
  position: relative;
  overflow: hidden;
  font-size: 1em;
  width: 5.5em;
  height: 6em;
  background-color: #e5e5e5;
  text-align: center; }
  .menu-toggle .text {
    display: block;
    margin-top: 1em;
    color: black;
    text-transform: uppercase; }
  .menu-toggle .line {
    position: absolute;
    width: 3em;
    height: 1px;
    left: 1.2em;
    background-color: black;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -msTransform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.2s ease-out, margin 0.2s ease-out;
    transition: transform 0.4s ease-out, opacity 0.2s ease-out, margin 0.2s ease-out; }
  .menu-toggle .lt {
    top: 3em; }
  .menu-toggle .mt {
    top: 3.7em; }
  .menu-toggle .bt {
    top: 4.4em; }
  .menu-toggle.active .lt {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -msTransform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 0.6em; }
  .menu-toggle.active .mt {
    opacity: 0; }
  .menu-toggle.active .bt {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -msTransform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -0.8em; }

.mobile-nav-wrap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  width: 80%;
  margin-left: -80%;
  background-color: #fdfdfc;
  -webkit-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
  z-index: 999;
  height: 100vh; }
    .mega-menu-new .mobile-nav-wrap {	
        margin-left: 0	
    }
  .mobile-nav-wrap a {
    color: black; }

@media all and (min-width: 770px) {
  .mobile-nav-wrap {
    height: auto; } }

.mobile-nav {
  position: relative;
  width: 100%;
  /* Invert secondary nav an main one */
  display: table;
  caption-side: bottom; }
  .mobile-nav .nav-secondary {
    display: table-caption; }

/*.mobile-nav-wrap.active {margin:0}*/
#page .site-main, #page .site-hd {
  -webkit-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
  width: 100%; }

.menu-on .site-main, .menu-on .site-hd {
  margin-left: 80%; }

.nav-main {
  text-align: left; }
  .nav-main ul + ul {
    margin-top: -3em; }
  .nav-main li {
    border-bottom: 1px solid #e9e9e8;
    padding: 1.1em 3em; }
  .nav-main li li {
    border: none;
    padding: 0; }
  .nav-main .separator {
    display: none; }
  .nav-main a {
    font-weight: bold; }
  .nav-main a.first {
    position: relative;
    line-height: 1.33em;
    padding: 0.25em 0.6em 0.25em 0; }
  .nav-main .i-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    width: 11px;
    height: 18px;
    margin: -9px 0 0;
    -webkit-transition: -webkit-transform 0.12s ease-out;
    transition: transform 0.12s ease-out;
    transform-origin: 50% 50% 0; }
  .nav-main .active .i-arrow {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -msTransform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .nav-main strong {
    cursor: default; }
  .nav-main .dropdown {
    text-align: left;
    position: static;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    display: none;
    overflow: hidden;
    padding: 1.5em 0 2em;
    margin: 0 -1em; }
    .nav-main .dropdown li {
      margin: 3em 0 3em; }
    .nav-main .dropdown h3 {
      display: none; }
    .nav-main .dropdown a {
      font-size: 1.6em;
      line-height: 1.375em; }
    .nav-main .dropdown a:hover {
      opacity: 0.7; }
    .mega-menu-new .nav-main .dropdown a:hover {	
	  opacity: 1; }
    .nav-main .dropdown p.std-link {
      font-size: 1.6em; }
    .mega-menu-new .nav-main .dropdown p.img-text {	
		font-family: helveticaneuebold;	
		font-size: 2em;	
		min-height: auto;	
		margin-bottom: 0; }
    .nav-main .dropdown .close-btn {
      display: none; }
  .nav-main .dropdown.active {
    display: block; }
  .nav-main .push {
    margin-bottom: .9em; }
  .nav-main .info {
    display: none; }

.nav-secondary {
  display: inline-block;
  margin: 5em 0;
  text-align: left; }
  .nav-secondary a {
    font-size: 1.8em;
    padding: 0 2.22em;
    text-transform: uppercase;
    color: black;
    -webkit-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out; }
  .nav-secondary a:hover {
    color: #737373; }
  .nav-secondary .dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0 6em 1em 3.9em;
    background-color: transparent;
    text-align: left;
    z-index: 200; }
    .nav-secondary .dropdown p {
      display: none;
      margin-bottom: 1em; }
    .nav-secondary .dropdown li {
      margin: 0 2.4em 0 0; }
    .nav-secondary .dropdown a {
      font-size: 1.2em;
      padding: 0;
      border: none; }
  .nav-secondary .social {
    text-align: left; }
    .nav-secondary .social a {
      width: auto;
      height: auto;
      line-height: normal;
      background-color: transparent;
      border-radius: 0; }
  .nav-secondary .languages {
    margin-left: 4em; }
    .nav-secondary .languages li {
      display: inline-block;
      margin: 0 1em 0 0;
      line-height: 2.5em;
      padding: 1em 0; }
      .nav-secondary .languages li a {
        padding: 0; }
      .nav-secondary .languages li span {
        display: block;
        padding-bottom: 2px;
        font-size: 1.8em;
        text-transform: uppercase;
        border-bottom: 1px solid black; }

.hd-search {
  position: absolute;
  width: 100%;
  height: 0;
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  background-color: white;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transition: opacity 0.35s ease-out, height 0.1s ease-out; }
  .hd-search input[type="text"] {
    font-size: 1.45em;
    box-sizing: border-box;
    width: 100%;
    height: 2.7em;
    padding: 0 1em 0 4em;
    border: none; }
  .hd-search input[type="submit"] {
    left: 0; }
  .hd-search.active {
    visibility: visible;
    opacity: 1;
    height: 3.9em; }

@media screen and (min-width: 48em) {
  #page.menu-on {
    height: auto;
    overflow: auto; }
  .site-hd .wrap {
    padding: 1em 1em 0; }
  .site-hd ul, .site-hd li {
    display: inline-block;
    vertical-align: middle; }
  .site-hd li.large-only {
    display: none; }
  .site-hd a, .site-hd strong {
    padding: 0 1em;
    font-size: 1.1em;
    font-weight: normal;
    line-height: inherit; }
  .site-hd a {
    border-bottom: 2px solid white;
    transition: border 0.25s ease-out; }
  .site-hd strong, .site-hd .parent {
    border-bottom: 2px solid black; }
  .site-hd .dropdown a {
    border: none; }
  .site-hd .menu-toggle, .site-hd .small-only {
    display: none; }
  .site-hd a.search-trigger, .site-hd a.localize {
    position: relative;
    right: 0;
    top: 0;
    width: 5em;
    height: 4.3em;
    padding: 0; }
  .site-hd a.search-trigger {
    top: 4.7em;
    padding-bottom: 0.7em; }
  .site-hd a.localize {
    margin-right: -5em; }
  .site-hd .hd-search .wrap {
    position: relative;
    padding-top: 0; }
  .logo {
    width: 12.4em;
    height: 5em;
    margin: 2em 0; }
  .mobile-nav-wrap {
    position: static;
    overflow: visible;
    width: auto;
    margin-right: 4em;
    background-color: transparent; }
  .mobile-nav {
    display: block;
    position: static;
    text-align: inherit; }
    .mobile-nav .nav-secondary {
      display: inline-block;
      vertical-align: middle;
      float: none; }
  .nav-secondary {
    display: block;
    margin: 0;
    text-align: right; }
    .nav-secondary ul {
      display: inline-block;
      vertical-align: middle;
      float: none; }
    .nav-secondary a {
      font-size: 1em;
      padding: 0 1em; }
    .nav-secondary .dropdown {
      position: absolute;
      width: 21em;
      padding: 2.5em;
      margin-left: -7em;
      background-color: #f1f1f1;
      text-align: center;
      opacity: 0;
      visibility: hidden; }
      .nav-secondary .dropdown p {
        display: block;
        font-size: 1.3em;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.02em; }
      .nav-secondary .dropdown li {
        margin: 0 1.2em; }
      .nav-secondary .dropdown a {
        font-size: 1.2em;
        padding: 0;
        border: none; }
    .nav-secondary li:hover .dropdown, .nav-secondary li a:focus + .dropdown, .nav-secondary li a:active + .dropdown {
      opacity: 1;
      visibility: visible; }
    .nav-secondary .social {
      text-align: center; }
    .nav-secondary .languages li span {
      font-size: 1em; }
  .menu-on .site-main, .menu-on .site-hd {
    margin-left: 0; }
  .nav-main {
    text-align: right; }
  .mega-menu-new .nav-main {	
        text-align: left	
    }
    .nav-main ul + ul {
      margin-top: 0; }
    .nav-main li {
      padding: 0;
      border: none; }
    .nav-main li:hover a {
      border-bottom-color: black; }
    .nav-main a {
      font-family: 'Raleway', Helvetica, Arial, sans-serif; }
    .nav-main a, .nav-main a.first, .nav-main strong {
      padding: 0 1.5em 5px;
      line-height: inherit; }
    .nav-main a.std-link {
      font-weight: bold; }
    .nav-main .i-arrow {
      display: none; }
    .nav-main ul li:first-child .dropdown .wrap, .nav-main ul li:nth-child(2) .dropdown .wrap, .nav-main ul li:nth-child(3) .dropdown .wrap {
      /* column border-left */
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mN49R8AAtYB6sSvuy4AAAAASUVORK5CYII=") 37.5% 0 repeat-y, url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mN49R8AAtYB6sSvuy4AAAAASUVORK5CYII=") 58% 0 repeat-y; }
    .nav-main .dropdown {
      position: absolute;
      left: 0;
      right: 0;
      height: 44.5em;
      margin: 0;
      padding: 4em 0;
      z-index: 100;
      background: #fcfcfc;
      border-top: 1px solid #efefef;
      border-bottom: 1px solid #efefef; }
      .nav-main .dropdown .wrap {
        height: 100%;
        padding: 0; }
      .nav-main .dropdown .column {
        position: relative;
        width: 20%;
        height: 100%; }
      .nav-main .dropdown .double {
        width: 40%; }
        .nav-main .dropdown .double .column {
          width: 50%; }
        .nav-main .dropdown .double ul {
          width: 100%; }
        .nav-main .dropdown .double li {
          float: left;
          width: 50%; }
      .nav-main .dropdown .column:first-child a {
        font-weight: bold; }
      .nav-main .dropdown h3 {
        display: block;
        margin-bottom: 1.5em;
        font-size: 1.3em;
        line-height: 2.3em;
        font-family: 'Raleway', Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: bold; }
      .nav-main .dropdown li {
        display: block;
        line-height: normal;
        margin: 0.5em 0; }
      .nav-main .dropdown li li {
        margin: 0; }
      .nav-main .dropdown p {
        min-height: 4.5em;
        margin-bottom: 1em; }
      .nav-main .dropdown a {
        padding: 0.5em 0;
        font-size: 1.3em;
        line-height: 1.2em;
        color: black; }
        .nav-main .dropdown a.pink {
          color: #e05a8f; }
    .mega-menu-new .nav-main .dropdown a { padding: .5em 0;}
      .nav-main .dropdown li a, .nav-main .dropdown .push {
        border-bottom: none; }
      .mega-menu-new.site-hd a.search-trigger {	
		width: auto;	
		text-indent: inherit; 	
	}
      .nav-main .dropdown .std-link {
        position: absolute;
        left: 1em;
        bottom: 0;
        text-decoration: underline; }
        .nav-main .dropdown .std-link.right {
          left: auto;
          right: 1em; }
      .nav-main .dropdown p.std-link {
        font-size: 1em;
        min-height: 0;
        margin: 0; }
        .nav-main .dropdown p.std-link a {
          font-weight: bold; }
      .nav-main .dropdown img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 1.25em; }
      .nav-main .dropdown .close-btn {
        display: block;
        position: absolute;
        top: 0.7em;
        right: 50%;
        margin-right: -26.4em;
        border: none; }
      .nav-main .dropdown .closer {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0.5em; }
    .nav-main a.first, .nav-main strong, .nav-main .parent {
      position: relative; }
    .nav-main .info {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      font-size: 0.615em;
      line-height: normal;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      opacity: 0;
      transition: opacity 0.25s ease-out; }
    .nav-main a.first:hover .info, .nav-main li:hover a.first .info, .nav-main strong .info, .nav-main .parent .info {
      opacity: 1; }
    .nav-main .push:first-child {
      margin-top: 4em; } 
    /* mega menu */	
		.mega-menu-new.site-hd a.search-trigger {	
		top: 0;	
		padding-bottom: 0;	
		font-size: 1.6em;	
		font-family: helveticaneueregular;	
		font-weight: 700;	
		letter-spacing: 1px;	
		height: auto;	
		right: 20px;	
	}	
	.mega-menu-new .mobile-nav-wrap {	
		width: 100%;	
		margin: 0 auto;	
	}	
	.mega-menu-new .nav-main .dropdown .wrap .column:first-child h3 {	
        padding-left: .6em	
    }	
    .mega-menu-new .nav-main .dropdown .wrap .column:first-child ul {	
        padding-left: 2.2em	
    }	
    .mega-menu-new .nav-main li {	
        padding: 0 2.99em 0	
    }	
    .mega-menu-new .nav-main .dropdown li {	
        padding: 0	
    }	
	.mega-menu-new .nav-main a {	
        font-family: helveticaneuebold;	
        text-transform: uppercase	
    }	
	.mega-menu-new .nav-main a,	
    .mega-menu-new .nav-main a.first,	
    .mega-menu-new .nav-main strong {	
        padding: 0 0 5px	
    }	
	.mega-menu-new .nav-main ul li:first-child .dropdown .wrap,	
    .mega-menu-new .nav-main ul li:nth-child(2) .dropdown .wrap,	
    .mega-menu-new .nav-main ul li:nth-child(3) .dropdown .wrap {	
        background: 0 0	
    }	
    .mega-menu-new.site-hd .dropdown .wrap {	
        width: 1270px;	
        margin: 0 auto	
    }	
	.mega-menu-new .nav-main .dropdown {	
		padding: 1.1em 0;
        height: auto !important;
        min-height: 46em;
	}	
	.mega-menu-new .nav-main .dropdown .column {	
        width: 15%	
    }	
	.mega-menu-new .nav-main .dropdown h3 {	
		margin-bottom: 0;	
		font-size: 26px;	
		line-height: normal;	
		font-family: alternategothic2_btregular;	
		text-transform: uppercase	
	}	
	.mega-menu-new .nav-main .dropdown a.push {	
        padding: 0;	
        margin-bottom: 5px	
    }	
    .mega-menu-new .nav-main .dropdown a {	
        font-family: helveticaneueregular;	
        text-transform: none;	
        font-size: 1.45em;	
        font-weight: 700;	
        letter-spacing: 1px;	
        text-decoration: none	
    }	
    .mega-menu-new .nav-main .dropdown a:hover {	
        text-decoration: underline	
    }	
    .mega-menu-new .nav-main .dropdown li.bullet::before {	
        display: inline-block;	
        content: '';	
        border-radius: 50%;	
        height: 12px;	
        width: 12px;	
        margin-right: 10px;	
        background-color: red;	
        position: relative;	
        top: 1px	
    }	
	.mega-menu-new .nav-main .dropdown .push,	
    .mega-menu-new .nav-main .dropdown li a {	
        display: inline-block	
    }	
    .mega-menu-new .nav-main .dropdown li a:hover {	
        color: #f02f5d;	
        text-decoration: none	
    }	
	.mega-menu-new .nav-main .dropdown .std-link {	
        position: static	
    }	
    .mega-menu-new .hd-seeall {	
        max-height: 41px	
    }	
    .mega-menu-new .hd-seeall h3 {	
        display: inline-block;	
        margin-right: 10px	
    }	
    .mega-menu-new .hd-seeall a {	
        text-decoration: none	
    }	
    .mega-menu-new .hd-seeall a:hover {	
        text-decoration: underline	
    }	
    .mega-menu-new .nav-main .dropdown a.subtitle {	
        vertical-align: baseline;	
        font-weight: 700;	
        cursor: pointer;	
        margin-left: 20px;	
        font-size: .5em;	
        display: inline-block	
    }	
    .mega-menu-new .nav-main .dropdown a.subtitle:hover {	
        text-decoration: underline	
    }	
	.mega-menu-new .nav-main .dropdown img {	
        margin-right: 3.35em	
    }	
    .mega-menu-new .nav-main .dropdown .close-btn {	
        display: none	
    }	
	 .mega-menu-new .nav-main .push:first-child {	
        margin-top: 0	
    }	
    .mega-menu-new .nav-main .dropdown .column.expert_container {	
        width: 28%;	
        margin-left: 1%	
    }	
    .mega-menu-new .nav-main .dropdown .column.expert_container h3 {	
        padding: 0!important;	
        margin-bottom: .5em	
    }	
    .mega-menu-new .nav-main .dropdown .column.expert_container a.push.experts_img {	
        width: 100%	
    }	
    .mega-menu-new .nav-main .dropdown .column.expert_container p {	
        margin-bottom: 0;	
        font-size: 1.5em	
    } 	
	.mega-menu-new.site-hd .wrap {	
		padding: 1em 0 0;	
		width: 100%; 	
	}	
    .mega-menu-new .header-container {	
        width: 100%;	
        text-align: center;	
        margin-bottom: 10px	
    }	
    .mega-menu-new .header-salon {	
        float: left;	
        width: auto;	
        margin-top: 10px	
    }	
    .mega-menu-new.site-hd a.localize {	
        float: left;	
        color: #000;	
        text-decoration: none;	
        font-family: helveticaneueregular;	
        font-size: 1.6em;	
        letter-spacing: 1px;	
        height: auto;	
        line-height: normal;	
        margin-left: 1.9em!important	
    }	
    .mega-menu-new.site-hd a.localize .icon {	
        margin: 0 0 0 .5em	
    }	
    .mega-menu-new .hd-logo-new {	
        display: inline-block;	
        margin: 0 auto	
    }	
    .mega-menu-new .header-search {	
        float: right;	
        width: auto	
    }	
    .mega-menu-new.site-hd a.search-trigger .icon {	
        margin: 0;	
        border: 0;	
        position: static;	
        width: 1.8em;	
        height: 2em;	
        padding-left: 5px;	
        right: 0	
    }	
    .mega-menu-new .nav-main ul {	
        margin-left: 0;	
        margin-right: 0	
    }	
    .mega-menu-new .nav-main li {	
        padding: 0 1.3em 0	
    }	
    .mega-menu-new .nav-main .dropdown li img.bullet {	
        width: 11px;	
        height: 11px;	
        border-radius: 50%;	
        position: relative;	
        top: -1px;	
        margin-right: .6em	
    }	
}
@media screen and (min-width: 64em) {
  .site-hd li.large-only {
    display: inline-block; }
  .site-hd a.medium-down {
    display: none; }
  .site-hd a, .site-hd a.first, .site-hd strong {
    font-size: 1.3em; }
  .site-hd a.first {
    color: black; }
  .site-hd a, .site-hd strong, .site-hd .parent {
    border-width: 3px; }
  .site-hd a.localize {
    width: auto;
    height: 3.3em;
    margin-right: 0em;
    font-size: 1.3em;
    font-weight: bold;
    text-indent: 0;
    line-height: 3.3em;
    text-decoration: underline;
    color: #002fa7;
    border-bottom: none;
	margin-left:1.8em;
	}
	
	.site-hd a.localize .icon.i-email {
		height: 16px !important;
		background-position: -100px 0;
		width: 22px;
	}
    .site-hd a.localize .icon {
      position: static;
      width: 15px;
      height: 20px;
      margin: 0 0 0 1em; }
  .site-hd a.search-trigger:hover, .site-hd a.search-trigger.active {
    border-color: transparent; }
  .site-hd a.search-trigger .icon {
    width: auto;
    right: 0;
    height: 2.8em;
    margin: 1em 0 0;
    border: 1px solid #ccc; }
  .site-hd .hd-search .wrap {
    margin: 1em auto; }
  .mobile-nav {
    margin: 0; }
  .nav-secondary {
    margin-right: 2em; }
    .nav-secondary a {
      font-size: 1em; }
  .nav-main ul {
    margin-left: 1.5em;
    margin-right: 1.5em; }
  .nav-main .separator {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 2.6em;
    line-height: 2.6em;
    padding: 0;
    margin: 0 .5em;
    background-color: #eaeaea; }
  .nav-main .dropdown {
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 46em; }
    .nav-main .dropdown .close-btn {
      display: none; }
    .nav-main .dropdown ul {
      margin-left: 0;
      margin-right: 0; }
    .nav-main .dropdown p {
      min-height: 3em;
      font-size: 1.3em;
      line-height: 1.5em; }
  .nav-main li:hover .dropdown, .nav-main .dropdown.active {
    opacity: 1;
    visibility: visible; }
  .hd-search.active {
    height: 5.8em; }
  .hd-search input[type="text"] {
    font-size: 1.3em; } 
  /* mega menu */
  .mega-menu-new .nav-main ul {	
		margin-left: 0;	
		margin-right: 0	
	}	
	.mega-menu-new.site-hd a.localize .icon {	
		margin: 0	
	}	
	.mega-menu-new.site-hd a.search-trigger .icon {	
		margin: 0;	
		border: 0;	
		position: static;	
		width: 1.5em;	
		height: 2em;	
		padding-left: 5px	
	}	
	.mega-menu-new.site-hd a.localize {	
		float: left;	
		color: #000;	
		text-decoration: none;	
		font-family: helveticaneueregular;	
		font-size: 1em;	
		letter-spacing: 1px;	
		height: auto;	
		line-height: normal;	
		margin-left: 1.9em!important	
	}	
	 .mega-menu-new .nav-secondary {	
		margin-right: 0	
	}	
	.mega-menu-new.site-hd a,	
	.mega-menu-new.site-hd a.first,	
	.mega-menu-new.site-hd strong {	
		font-size: 1.6em	
	}	
	.mega-menu-new .header-container {	
		width: 1270px;	
		margin: 0 auto;	
		text-align: center	
	}	
	.mega-menu-new .header-salon {	
		width: 33.33%	
	}	
	.mega-menu-new .hd-logo-new {	
		display: inline-block;	
		margin: 0 auto	
	}	
	.mega-menu-new .header-search {	
		float: right;	
		width: 33.333%	
	}	
	.mega-menu-new.site-hd a.localize .icon {	
		margin: 0 0 0 .5em	
	}	
	.mega-menu-new .header-search {	
		float: right;	
		width: 33.333%	
	}	
	.mega-menu-new .nav-main .dropdown .column {	
		width: 25%	
	}	
	.mega-menu-new .nav-main .dropdown h3 {	
		font-size: 30px;	
		margin-top: 0;	
		margin-right: 10px;	
	}	
	.mega-menu-new .nav-main li {	
		padding: 0 2.99em 0	
	}	
	.mega-menu-new .mobile-nav-wrap {	
		width: 1270px	
	}	
	.mega-menu-new .header-salon {	
		font-size: 1.65em	
	}	
	.mega-menu-new .nav-main .dropdown a {	
		font-size: 1.65em	
	}	
	.mega-menu-new .nav-main .dropdown .column.expert_container {	
		width: 46%;	
		margin-left: 1.5%	
	}	
	.mega-menu-new.site-hd a.search-trigger {	
		right: 70px;	
		color: #000;	
	}	
	.mega-menu-new .nav-main .dropdown a {	
		letter-spacing: 1.5px	
	}
}

.site-ft {
  font-size: 62.5%;
  background-color: black;
  color: white;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  /* Pictos */
  /* Text */
  /* validation */
  /* Container */
  /* Submit */
  /* inputs with inner submit */ }
  .site-ft .wrap {
    padding: 0; }
  .site-ft .column {
    padding: 0; }
  .site-ft .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: .5em;
    overflow: hidden; }
  @media screen and (min-width: 64em) {
    .site-ft p, .site-ft blockquote {
      font-size: 1.5em; } }
  .site-ft input[type="text"], .site-ft input[type="email"], .site-ft input[type="tel"] {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    height: 2.725em;
    line-height: normal;
    padding: 0 0.75em 0 1.5em;
    border: 1px solid #c4c4c4;
    box-sizing: content-box;
    border-radius: 0;
    -webkit-appearance: none; }
  .site-ft p input[type="text"], .site-ft p input[type="email"] {
    font-size: .866em; }
  .site-ft .form-combo input[type="text"] {
    border-right: 0; }
  .site-ft input[type="text"]:required, .site-ft input[type="email"]:required {
    outline: none;
    box-shadow: none; }
  .site-ft input[type="text"]:focus:invalid, .site-ft input[type="email"]:focus:invalid {
    border-color: #f00; }
  @media screen and (min-width: 64em) {
    .site-ft input[type="text"], .site-ft input[type="email"], .site-ft input[type="tel"] {
      height: 3em;
      font-size: 1.3em; } }
  .site-ft .wrap {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box; }
  @media screen and (min-width: 48em) {
    .site-ft .wrap {
      width: 70.8em; } }
  @media screen and (min-width: 64em) {
    .site-ft .wrap {
      width: 96em; } }
  .site-ft .logo {
    margin: 0;
    background-image: url("../images/loreal-pro-logo-white.svg"); }
    .site-ft .logo a {
      display: block;
      height: 100%; }
  .site-ft a {
    display: inline-block;
    font-size: 1.2em;
    line-height: 2.166em;
    color: white;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color 0.25s ease-out, opacity 0.25s ease-out;
    transition: border-color 0.25s ease-out, opacity 0.25s ease-out; }
    .site-ft a:hover {
      border-color: white; }
  .site-ft label {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 20%;
    text-align: right;
    margin-right: 1em; }
  .site-ft .inner-pict {
    margin: 0 1em; }
  .site-ft label {
    display: none; }
  .site-ft input[type="text"], .site-ft input[type="email"] {
    box-sizing: border-box;
    width: 100%;
    height: 2.7em;
    padding-right: 12em;
    font-size: 1em;
    background-color: white;
    color: black; }
  .site-ft input[type="submit"] {
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    padding: 0 0.833em;
    background-image: none;
    background-color: #002fa7;
    color: white;
    -webkit-transition: background-color 0.25s ease-out;
    transition: background-color 0.25s ease-out;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 0.02em;
    white-space: nowrap; }
  .site-ft .small-accordion {
    background-color: #f1f1f1; }
  .site-ft .accordion-hd {
    display: block;
    padding: 1.5em 3em;
    color: black;
    border-top: 1px solid #c9c9c9;
    border-bottom: none;
    outline: 0; }
    .site-ft .accordion-hd:hover {
      border-top-color: #c9c9c9; }
    .site-ft .accordion-hd:first-child {
      border-top: none; }
  .site-ft .accordion-ctt {
    margin-top: 0;
    color: black; }
  .site-ft .accordion-hd.active + .accordion-ctt {
    height: 7.5em; }
  .site-ft .bt {
    background-color: black;
    border-top: 1px solid #333;
    color: white; }
    .site-ft .bt .wrap {
      padding: 0; }
    .site-ft .bt .country {
      font-size: 1em;
      font-weight: bold;
      line-height: 4.5em;
      padding: 0 3.2em; }
    .site-ft .bt ul {
      padding: 1.6em 1em 2.2em;
      border-top: 1px solid #3d3d3d; }
    .site-ft .bt li {
      padding: 0 2.2em;
      line-height: 3.2em; }
    .site-ft .bt a {
      color: white; }
    .site-ft .bt a:hover {
      border-color: white; }
  .site-ft .top-link {
    text-align: right;
    padding: 1em 1.5em;
    position: relative; }
    .site-ft .top-link a {
      color: white;
      border-bottom: 1px solid black;
      font-size: 1em;
      font-weight: bold; }
      .site-ft .top-link a .icon {
        margin: 0 0 0 1em; }
      .site-ft .top-link a:hover {
        border-color: white; }
  .site-ft .success {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 3.5em;
    font-size: 1em; }
  .site-ft input[type="submit"] {
    cursor: pointer; }
  .site-ft .inner-pict {
    position: relative; }
    .site-ft .inner-pict input[type="text"] {
      padding-right: 4em; }
    .site-ft .inner-pict input[type="submit"] {
      position: absolute;
      right: 1px;
      top: 1px;
      bottom: 1px;
      height: auto;
      border: 0px;
      -webkit-appearance: none;
      appearance: none; }

.social {
  text-align: center; }
  .social li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5em; }
  .social a {
    display: block;
    overflow: hidden;
    width: 3em;
    height: 3em;
    line-height: 4em;
    text-align: center;
    background-color: white;
    border-radius: 50% 50%; }
  .social a:hover {
    border-color: transparent;
    opacity: .7; }
  .social img {
    display: inline-block;
    width: 22px;
    height: 22px; }

.recycle {
  margin: 2em 3.2em 0;
  text-align: left; }
  .recycle p {
    font-size: 11px;
    text-align: left;
    overflow: hidden; }
  .recycle img {
    float: left;
    width: 5em;
    margin-right: 1.6em; }
  .recycle a {
    font-size: 1em;
    line-height: normal; }

@media screen and (min-width: 48em) {
  .site-ft .wrap {
    position: relative;
    padding: 9.5em 0 7em; }
  .site-ft .column {
    padding: 0 1em; }
  .site-ft .inner-pict {
    margin: 0 0 2em; }
  .site-ft label {
    display: inline-block;
    width: 9.33em;
    box-sizing: content-box; }
  .site-ft input[type="text"], .site-ft input[type="email"] {
    width: 8.8em;
    padding-right: 4em;
    font-size: 0.866em;
    box-sizing: content-box;
    background-color: #262626;
    color: white; }
  .site-ft input[type="submit"] {
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 4em;
    padding: 0;
    background-image: url("../images/sprites.svg");
    background-color: transparent;
    font-size: 0.866em;
    text-indent: -99em;
    overflow: hidden; }
  .site-ft .bt .wrap {
    padding: 2em 1em; }
  .site-ft .bt .country {
    float: left;
    line-height: 2.2em;
    padding: 0;
    border-bottom: none; }
  .site-ft .bt ul {
    float: right;
    padding: 0;
    margin: 0;
    border-top: none; }
  .site-ft .bt li {
    display: inline-block;
    margin-left: 2em;
    padding: 0;
    line-height: normal; }
  .site-ft .small-accordion {
    background-color: transparent; }
  .site-ft .accordion-hd {
    display: none; }
  .site-ft .accordion-ctt {
    background-color: transparent;
    color: white;
    border-bottom: none; }
  .site-ft .top-link {
    position: absolute;
    top: 2.5em;
    box-sizing: border-box;
    width: 100%;
    padding: 0 1em;
    background-color: transparent; }
    .site-ft .top-link a {
      color: white;
      border-bottom-color: white;
      font-weight: normal;
      font-size: 0.933em; }
  .site-ft .success {
    text-align: right;
    font-size: 0.733em; }
  .social {
    text-align: right; }
    .social li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 1em; }
    .social a {
      display: block;
      overflow: hidden;
      width: auto;
      height: auto;
      line-height: normal;
      text-align: left;
      background-color: transparent;
      border-radius: 0; }
    .social a:hover {
      border-color: transparent;
      opacity: .7; }
  .recycle {
    margin: 2em 0 0;
    text-align: right; }
    .recycle p {
      text-align: right; }
    .recycle img {
      float: right;
      margin: 0 0 0 1.6em; } }

@media screen and (min-width: 64em) {
  .site-ft input[type="text"], .site-ft input[type="email"] {
    width: 11.5em; }
  .site-ft .top-link {
    top: 1.5em; }
  .social li {
    margin: 0 0 0 2em; } }

/* hd */
.i-search {
  width: 18px;
  height: 18px;
  background: url("../images/sprites.svg") -50px 0 no-repeat; }

.inner-pict .i-search {
  background-position: -35px 10px; }

.site-hd .i-search {
  background-position: -35px 20px; }

.site-hd .inner-pict .i-search {
  background-position: -37px 10px; }

@media screen and (min-width: 48em) {
  .site-hd .i-search {
    background-position: -35px 16px; } }

@media screen and (min-width: 64em) {
  .site-hd .i-search {
    background-position: -35px 5px; }
  .site-hd .search-trigger.active .i-search {
    background-position: -133px -144px; } }

.i-locator {
  width: 15px;
  height: 20px;
  background: url("../images/sprites.svg") 0 0 no-repeat; }

.site-hd .i-locator {
  background-position: 17px 20px; }

@media screen and (min-width: 48em) {
  .site-hd .i-locator {
    background-position: 17px 12px; } 
  .mega-menu-new.site-hd .i-locator {	
	background-position: -200px 0 }
}

@media screen and (min-width: 64em) {
  .site-hd .i-locator {
    background-position: 0 0; } }

/* Arrows */
.nav-main .i-arrow, .small-accordion .i-arrow {
  background: url("../images/sprites.svg") -100px -250px no-repeat; }

.stage .i-arrow {
  width: 33px;
  height: 18px;
  background: url("../images/sprites.svg") -100px -150px no-repeat; }

a .i-arrow {
  width: 9px;
  height: 5px;
  background: url("../images/sprites.svg") -185px -50px no-repeat;
  margin: 0 0 0 1em; }

.std-link .i-arrow {
  width: 18px;
  height: 10px;
  background: url("../images/sprites.svg") -50px -150px no-repeat; }

.std-link.active .i-arrow, .toggle-hidden.active .i-arrow {
  background-position: -50px -50px; }

.trigger-list .i-arrow {
  width: 18px;
  height: 10px;
  background: url("../images/sprites.svg") -150px -250px no-repeat;
  margin: 0 0 0 0.5em; }

/* Technical */
.i-hair, .i-magic, .i-tubes, .i-percent, .i-durable, .i-time, .i-check, .i-timer {
  background: url("../images/sprites.svg") 0 0 no-repeat; }

.i-hair {
  background-position: 0 -100px; }

.i-magic {
  background-position: -50px -100px; }

.i-tubes {
  background-position: -100px -100px; }

.i-durable {
  background-position: -150px -100px; }

.i-time {
  background-position: -200px -100px; }

.i-percent {
  background-position: -250px -100px; }

.i-check {
  width: 26px;
  height: 24px;
  background-position: -300px -100px; }

/* protocol */
.i-timer {
  width: 15px;
  height: 15px;
  background-position: 0 -200px; }

.technics li:before, .quote .inner li:before {
  background: url("../images/sprites.svg") -250px -50px no-repeat;
  width: 10px;
  height: 7px; }

.prev:after {
  background: url("../images/sprites.svg") 15px -240px no-repeat; }

.next:after {
  background: url("../images/sprites.svg") -35px -240px no-repeat; }

/* FT */
.i-location {
  width: 16px;
  height: 22px;
  background: url("../images/sprites.svg") -200px 0 no-repeat; }

.i-letter {
  width: 20px;
  height: 15px;
  background: url("../images/sprites.svg") -100px 0 no-repeat; }

.i-social {
  width: 21px;
  height: 21px;
  background: url("../images/sprites.svg") -300px 0 no-repeat; }

.inner-pict .i-location {
  background-position: -235px 6px; }

.inner-pict .i-letter {
  background-position: -138px 8px; }

@media screen and (min-width: 64em) {
  .inner-pict .i-location {
    background-position: -235px 10px; }
  .inner-pict .i-letter {
    background-position: -138px 11px; } }

/* toolbox */
.i-int {
  width: 38px;
  height: 30px;
  background: url("../images/sprites.svg") -1px -472px no-repeat;
  -ms-behavior: url("css/backgroundsize.min.htc"); }

@media screen and (min-width: 48em) {
  .i-int {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -msTransform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 88px;
    height: 63px;
    background: url("../images/sprites.svg") 0px -409px no-repeat; } }

.i-contact {
  width: 36px;
  height: 37px;
  background: url("../images/sprites.svg") -173px -410px no-repeat;
  -ms-behavior: url("css/backgroundsize.min.htc"); }

@media screen and (min-width: 48em) {
  .i-contact {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -msTransform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 60px;
    height: 60px;
    background: url("../images/sprites.svg") -100px -410px no-repeat; } }

.i-book {
  width: 28px;
  height: 30px;
  background: url("../images/sprites.svg") 0 -100px no-repeat;
  background-size: auto 166px;
  -ms-behavior: url("css/backgroundsize.min.htc"); }

@media screen and (min-width: 48em) {
  .i-book {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -msTransform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 60px;
    height: 70px;
    background: url("../images/sprites.svg") 0 -300px no-repeat; } }

.i-marker {
  width: 80px;
  height: 62px;
  background: url("../images/sprites.svg") -100px -300px no-repeat; }

.i-face {
  width: 28px;
  height: 28px;
  background: url("../images/pictos/pict-stylemyhair.png") 0 0 no-repeat;
  background-size: auto 100%;
  -ms-behavior: url("css/backgroundsize.min.htc"); }

@media screen and (min-width: 48em) {
  .i-face {
    width: 70px;
    height: 70px; } }

.i-range {
  width: 39px;
  height: 66px;
  background: transparent url("../images/sprites.svg") -350px -300px no-repeat; }

/* popin */
.closer {
  width: 15px;
  height: 15px;
  background: url("../images/sprites.svg") -150px -150px no-repeat; }

/* footer / back to top */
.i-top {
  width: 18px;
  height: 11px;
  background: url("../images/sprites.svg") 0px -50px no-repeat; }

@media screen and (min-width: 48em) {
  .i-top {
    background-position: 0 -50px; } }

#video {
  position: relative;
  width: 100%;
  height: auto;
  background: white;
  cursor: pointer;
  margin: 50px auto 60px auto;
  overflow: hidden; }

#play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700; }

@media all and (min-width: 640px) {
  #play {
    font-size: 50px; } }

.youtube-player {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: 0;
  cursor: pointer;
  position: relative;
  padding-bottom: 56.3%;
  /* Use 75% for 4:3 videos */
  overflow: hidden;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .youtube-player button {
    height: 90%;
    width: 100%; }
  .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent; }
  .youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all; }
  .youtube-player .youtube-player img:hover {
    -webkit-filter: brightness(75%); }
  .youtube-player .overVideo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 3;
    background: rgba(250, 250, 250, 0.2); }
  .youtube-player svg {
    width: auto;
    height: inherit; }
    .youtube-player svg .playBtnStroke--2 {
      stroke-dasharray: 260px;
      stroke-dashoffset: -260px;
      -moz-transition: stroke-dashoffset 0.8s;
      -o-transition: stroke-dashoffset 0.8s;
      -webkit-transition: stroke-dashoffset 0.8s;
      transition: stroke-dashoffset 0.8s; }
  .youtube-player:hover svg .playBtnStroke--2 {
    stroke: #000;
    stroke-dashoffset: 0px;
    -moz-transition: stroke-dashoffset 0.8s;
    -o-transition: stroke-dashoffset 0.8s;
    -webkit-transition: stroke-dashoffset 0.8s;
    transition: stroke-dashoffset 0.8s; }

iframe .html5-video-player:not(.ytp-transparent), iframe .html5-video-player.unstarted-mode, iframe .html5-video-player.ad-interrupting, iframe .html5-video-player.ended-mode, iframe .html5-video-player.ytp-fullscreen {
  display: none; }

.backgroundImageVideo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center; }

button {
  background: transparent;
  border: none;
  outline: none; }

.carousel p {
  text-align: center; }

ul#slider {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 740px;
  height: 510px;
  margin-top: 100px;
  display: flex;
  padding: 0;
  cursor: none; }
  ul#slider li {
    position: absolute;
    display: flex;
    width: 100%;
    max-width: 740px;
    pointer-events: none; }
    ul#slider li button {
      box-sizing: border-box;
      padding: 0;
      margin: 0; }
      ul#slider li button img {
        border: 2px solid black; }
    ul#slider li.pos1 {
      z-index: 3; }
    ul#slider li.pos2 {
      z-index: 2; }
    ul#slider li.pos3 {
      z-index: 1; }

#arrow {
  position: relative;
  z-index: 99;
  margin-left: -24px;
  margin-top: -10px;
  pointer-events: none;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  height: 0; }

#arrowMobile {
  display: none;
  pointer-events: none;
  position: absolute;
  right: 20%;
  top: 50%;
  z-index: 100; }

@media (max-width: 567px) {
  #arrow {
    display: none; }
  #arrowMobile {
    display: block; }
  body {
    overflow-x: hidden; }
  ul#slider {
    height: 400px; } }

@media (max-width: 500px) {
  ul#slider {
    height: 250px; } }

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 200px;
  height: 44px;
  margin-top: 70px;
  margin-bottom: 70px;
  color: white;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #0634a4; }
  .button span {
    font-weight: 600;
    color: white; }
  .button.specific-button {
    margin-top: 0px; }
  .button.specific-buttons {
    margin-top: 20px; }
  .button span:after {
    content: "";
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    font-weight: 600;
    background: #0634a4;
    transform: translateX(0%);
    z-index: -1; }
  .button:hover span {
    color: #0634a4;
    font-weight: 600; }
    .button:hover span:after {
      transform: translateX(105%); }
  .button--try {
    height: 80px;
    width: 283px; }
    .button--try img {
      margin-right: 20px; }
  .button--link {
    border: none;
    margin-top: 20px;
    margin-bottom: 20px; }
    .button--link:hover {
      color: #ccc; }

label span {
  display: inline-block;
  margin-left: 10px; }

.back {
  margin-top: -40px; }
  .back:before {
    display: inline-block;
    width: 19px;
    height: 15px;
    margin-right: 13px;
    content: "";
    background-image: url(../images/icons/back.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 9px 15px;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .back:hover:before {
    opacity: 0.8;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }

@media all and (max-width: 567px) {
  .back {
    display: none; } }

/*[data-speed="-0.15"] { 
    margin-top: 160px !important;
}
[data-speed="-0.14"] { 
    margin-top: 140px !important;
}
[data-speed="-0.12"] { 
    margin-top: 122px !important;
}
[data-speed="-0.10"] { 
    margin-top: 110px !important;
}
[data-speed="-0.08"] { 
    margin-top: 90px !important;
}
[data-speed="-0.06"] { 
    margin-top: 70px !important;
} 
[data-speed="-0.05"] { 
    margin-top: 65px !important;
} 
[data-speed="-0.04"] { 
    margin-top: 55px !important;
}
[data-speed="-0.02"] { 
    margin-top: 35px !important;
}  
 
[data-speed="0.02"] { 
    margin-top: 0px;
}
[data-speed="0.04"] { 
    margin-top: -9px;
}
[data-speed="0.05"] { 
    margin-top: -15px;
}
[data-speed="0.06"] { 
    margin-top: -20px;
}
[data-speed="0.08"] { 
    margin-top: -25px;
}
[data-speed="0.10"] { 
    margin-top: -40px;
}
[data-speed="0.12"] { 
    margin-top: -55px;
}
[data-speed="0.14"] { 
    margin-top: -60px;
}
[data-speed="0.15"] { 
    margin-top: -65px;
}
[data-speed="0.20"] { 
    margin-top: -90px;
}*/
.vs-div {
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }

.wrap .localize.header-bookAppointment {
    margin-left: 5em;
}
.localize.header-bookAppointment span.icon {
    width: 25px;
    height: 25px;
}
.localize.header-bookAppointment span.icon {
	display: inline-block;
}
.localize.header-bookAppointment span.icon img {
    width: 100%;
    height: auto;
    position: relative;
	vertical-align: middle;
	float: left;
}
.site-hd .wrap a.localize.header-bookAppointment {
    text-indent: 0
}

.form-combo.footer-book-apoint {
    margin-top: -15px;
    margin-bottom: 25px;
    text-align: right;
}
.form-combo.footer-book-apoint .form-combo-submit button {
    font-family: Raleway, Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: white;
}
.form-combo.footer-book-apoint .form-combo-submit img {
    width: 30px;
	height: 30px;
    margin-left: 14px;
    vertical-align: middle;
    cursor: pointer;
}
p {
    font-size: 1.2em;
    line-height: 1.5em;
}
.icon {
	display: inline-block;
	vertical-align: middle;
}
.form-combo.footer-book-apoint .form-combo-submit button {
	padding: 0;
	margin:0;
}
	
.site-hd a.localize.header-bookAppointment {border-bottom: 0}

header .logo-new {width: 124px; float: left; height:55px}
header .logo-new img {margin: 20px 0;max-width: 140px;display: inline-block}
header .logo-new a {padding: 0}
p.logo-new {margin: 0;padding: 0}

@media only screen and (max-width: 767px) {
	.wrap .localize.header-bookAppointment span.icon img {
		top: 15px;
	}

	.wrap .localize.header-bookAppointment {
		margin-left: 0 !important;
	}

	.wrap a.localize.header-bookAppointment {
		width: 30px;
	}

	.wrap .localize.header-bookAppointment span.icon {
		width: 30px;
		height: 30px;
		top: 1px;
	}

	.wrap .header-bookAppointment span.word_appoinement {
		text-indent: -99em;
		display: block;
	}
	.form-combo.footer-book-apoint .form-combo-submit img {
		display: none;
	}
	.form-combo.footer-book-apoint {
		margin-top: 5px;
	}
	.form-combo.footer-book-apoint .form-combo-submit button {
		background: #002fa7;
		color: #fff;
		font-weight: 600;
		font-size: 12px;
		display: inline-block;
		padding: 9px;
		cursor: pointer;
		margin: 0 1em;
		width: auto;
	}
    header .logo-new img {
		margin: 8px;
		max-width: 110px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrap .localize.header-bookAppointment span.icon {
		width: 30px;
		height: 30px;
	}
	.localize.header-bookAppointment span.icon img { 
		bottom: 0;
	}
	.site-hd .wrap a.localize.header-bookAppointment {
        text-indent: 0
    }
	.form-combo.footer-book-apoint {
		margin-top: 0;
	}
	.form-combo.footer-book-apoint .form-combo-submit img {
		margin-left: 12px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
	.wrap .header-bookAppointment span.word_appoinement {
		text-indent: -99em;
		display: block;
	}
	.wrap .localize.header-bookAppointment span.icon {
		top: 8px;
	}
}
#todayYour{
  height:auto !important;
  margin-top:0 !important;
}

.stylehair img {
        width: 28px;
		height: 30px;
		margin-left: -3px;
		opacity: 0.5;
    }
    
@media screen and (min-width: 48em) {    
    .stylehair img {
       width: auto;
       margin-left: 0;
	   height: auto;
	   opacity: 1;
    }
}
	
/* mega menu */	
.nav-main .mega-menu-new-mobile {	
    display: none	
}	
.mega-menu-new .hd-seeall a.std-link {	
    text-decoration: none	
}	
@media (max-width:767px) {
    .mega-menu-new .old_mega-menu {
        display: none
    }
    .nav-main .mega-menu-new-mobile {
        display: block
    }
    .mobile-nav-wrap {
        z-index: 99
    }
    .mega-menu-new .mobile-nav-wrap {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        margin-right: -100%;
        margin-top: 70px;
        margin-left: auto;
        background-color: #fdfdfc;
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out;
        opacity: 0;
		overflow-x:hidden;
    }
    .mega-menu-new .mobile-nav-wrap .mega-menu-new-mobile {
        margin-top: 0
    }
    .mega-menu-new .mega-menu-new-mobile.mega-menu-new-mobile-right li {
        padding: 1.1em 3em;
        background: #fdfdfc
    }
    .mega-menu-new .mega-menu-new-mobile .innerContain_1 {
        width: 100%;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 1
    }
    .mega-menu-new .mega-menu-new-mobile .innerContain_1.inactive {
        left: 100%
    }
    .mega-menu-new .mobile-nav-wrap.active {
        margin-right: 0;
        opacity: 1;
    }
    .mega-menu-new .mega-menu-new-mobile .innerContain_1 ul {
        display: block
    }
    .mega-menu-new .mega-menu-new-mobile li {
        background: #fdfdfc;
        border-bottom: 0;
        padding: 0;
        text-transform: uppercase;
        font-family: helveticaneuebold
    }
    .mega-menu-new .mega-menu-new-mobile li.links a {
        padding: .8em .5em .8em 2em;
        font-size: 1.5em;
        position: relative
    }
    .mega-menu-new .mega-menu-new-mobile li.clk_off {
        background: #e9e9e8;
        text-transform: capitalize
    }
    .mega-menu-new .mega-menu-new-mobile .innerContain_1.sub_level li.links a {
        text-transform: capitalize;
        font-weight: 700;
        letter-spacing: 1px;
        font-size: 14px;
        font-family: helveticaneueregular;
        border-bottom: 0;
        display: block;
		line-height: inherit;
    }
    .mega-menu-new .mega-menu-new-mobile li.links h3 {
        text-transform: capitalize;
        font-size: 1.2em
    }
    .mega-menu-new-mobile li.links>a.sub1_arrow:after {
        content: " ";
        display: inline-block;
        background: url(../images/sprites.svg) -210px -150px no-repeat;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 5px;
        top: 15px
    }
    .mega-menu-new-mobile li.clk_off a:before {
        content: " ";
        display: inline-block;
        background: url(../images/sprites.svg) -190px -150px no-repeat;
        width: 15px;
        height: 15px;
        position: absolute;
        left: 10px;
        vertical-align: middle;
        top: 14px
    }
    .mega-menu-new .search-icon {
        width: 30px;
        height: 30px;
        float: left;
        cursor: pointer;
        margin: 20px -50px 0 11px;
        position: relative
    }
    .mega-menu-new .search-line {
        width: 15px;
        height: 2px;
        background: #000;
        display: inline-block;
        transform: rotate(45deg);
        position: absolute;
        top: 20px;
        left: 12px;
        transition: all .3s ease-in 0s
    }
    .mega-menu-new .search-icon.active .search-line {
      width: 30px;
      left: 0;
      top: 15px;
      transition: all 0.3s ease-out 0s;
    }
    .mega-menu-new .search-icon .search-circle {
      width: 18px;
      height: 18px;
      border: 2px solid #000;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 50%;
      transition: top 0.3s ease-in 0s, left 0.3s ease-in 0s, border-radius 0.3s ease-in 0s, border-width 0.3s ease-in 0s, width 0.3s ease-in 0s, height 0.3s ease-in 0s, background-color 0.1s ease-in 0s;
    }
    .mega-menu-new .search-icon.active .search-circle {
      width: 0;
      height: 0;
      border-width: 0;
      top: 12px;
      left: 12px;
      transition: top 0.3s ease-in 0s, left 0.3s ease-in 0s, border-radius 0s ease-in 0.3s, border-width 0.3s ease-in 0s, width 0.3s ease-in 0s, height 0.3s ease-in 0s, background-color 0s ease-in 0.3s;
    }
    .mega-menu-new .search-icon.active .search-circle.second {
      width: 30px;
      height: 2px;
      top: 15px;
      left: 0;
      transform: rotate(45deg);
      background-color: #000;
    }
    .mega-menu-new .search-icon.active .second-line {
      transform: rotate(135deg);
    }
    .mega-menu-new .search-icon.active .search-circle.third {
      width: 30px;
      height: 2px;
      top: 15px;
      left: 0;
      transform: rotate(135deg);
      background-color: #000;
      border-radius: 0;
    }
    .mega-menu-new .logo {
        margin: 0 auto;
        float: none;
        width: 16em
    }
    .mega-menu-new .header-search {
        display: none
    }
    .mega-menu-new .header-salon {
        display: none
    }
    .mega-menu-new .menu-toggle {
        display: none
    }
    .mega-menu-new .mega_menu_open {
        position: relative;
        width: 86%
    }
    .mega-menu-new .mega-menu-toggle {
        position: absolute;
        right: 0;
        width: auto;
        height: auto;
        cursor: pointer
    }
    .mega-menu-new .mega-menu-toggle .line {
        position: absolute;
        width: 2.3em;
        height: 1px;
        background-color: #000;
        -moz-transform: translateZ(0);
        -o-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -msTransform: translateZ(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: -webkit-transform .4s ease-out, opacity .2s ease-out, margin .2s ease-out;
        transition: transform .4s ease-out, opacity .2s ease-out, margin .2s ease-out
    }
    .mega-menu-new .mega-menu-toggle .lt {
        top: 1em
    }
    .mega-menu-new .mega-menu-toggle .mt {
        top: 1.7em
    }
    .mega-menu-toggle .bt {
        top: 2.4em
    }
    .mega-menu-new .mega-menu-toggle.active .lt {
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -msTransform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: .6em
    }
    .mega-menu-new .mega-menu-toggle.active .lt {
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -msTransform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: .6em
    }
    .mega-menu-new .mega-menu-toggle.active .mt {
        opacity: 0
    }
    .mega-menu-new .mega-menu-toggle.active .bt {
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -msTransform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -.8em
    }
    .mega-menu-new .mega-menu-new-mobile li.links img.bullet {
        width: 11px;
        height: 11px;
        border-radius: 50%;
        position: relative;
        top: -1px;
        margin-right: .6em;
        vertical-align: middle
    }
    .mega-menu-new .mobile_ourexperts {
        width: 94%;
        padding-left: 10px;
        margin-top: 10px
    }
    .mega-menu-new .mobile_ourexperts .mobile_ourexper_h3 {
        font-size: 2.5em!important;
        text-transform: uppercase;
        letter-spacing: 0;
        font-family: alternategothic2_btregular
    }
    .mega-menu-new .mobile_ourexperts p {
        margin-bottom: 10px;
        font-family: helveticaneueregular;
        font-weight: 700;
        text-transform: none;
        letter-spacing: 1px;
        font-size: 15px;
        padding-right: 15px
    }
    .mega-menu-new .mobile_ourexperts a {
        padding: 0!important
    }
    .mega-menu-new .mobile_ourexperts .mobile_ourexper_h3:after {
        content: "\2192";
        display: inline-block;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 30px;
        font-size: 1em
    }
	.mega_menu_active {
	   position:fixed !important;
    }
    .mega-menu-new .content_div {
        overflow: auto;
        height: 570px;
        padding-bottom: 100px
    }
    .mega-menu-new .mobile_ourexper_h3 {
        position: relative
    }
    .mega-menu-new .mega-menu-new-mobile .content_div li.mobile_img_container:last-child {
        padding-bottom: 50px
    }
	/* new style for mobile */
	#mega-menu-toggle {
		position: absolute;
		right: 10px;
		top: 35px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		cursor: pointer;
		padding: 10px 35px 16px 0;
	}
	#mega-menu-toggle span, #mega-menu-toggle span:before, #mega-menu-toggle span:after {
		cursor: pointer;
		border-radius: 1px;
		width: 35px;
		height: 1px;
		background: #000;
		position: absolute;
		display: block;
		content: '';
	}
	#mega-menu-toggle.current_page_item span:before {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mega-menu-toggle.current_page_item span:after {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#mega-menu-toggle span, #mega-menu-toggle span:before, #mega-menu-toggle span:after {
		transition: all .5s ease;
	}
	#mega-menu-toggle span:before {
		top: -9px;
	}
	#mega-menu-toggle span:after {
		top: 9px;
	}
	#mega-menu-toggle.current_page_item span {
		background-color: transparent;
	}
	#mega-menu-toggle.current_page_item span:before, #mega-menu-toggle.current_page_item span:after {
		top: 0;
	}
	.mega-menu-new .innerContain_1 li.mobile_img_container .mobile_ourexperts a h3:after {
		content: "\2192";
		display: inline-block;
		width: 15px;
		height: 15px;
		position: absolute;
		right: 20px;
		top: -5px;
		font-size:1.8em;
	}
	.mega-menu-new .innerContain_1.sub_level li.links a.sub3_arrow:after {
		content: "\2192";
		display: inline-block;
		width: 15px;
		height: 15px;
		position: absolute;
		right: 20px;
		top: 0px;
		font-size:2em;
	}
	.mega-menu-new .mega-menu-new-mobile li.mobile_img_container h3 {
		position : relative;
		margin-top:10px;
	}
	.mega-menu-new .mega-menu-new-mobile li.clk_off a span.regfont{
		font-family:helveticaneueregular;
	}
}
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {	
    .mega-menu-new.site-hd a.localize {	
        font-size: 1em	
    }	
    .mega-menu-new .nav-main li {	
        padding: 0 1.3em 0	
    }	
    .mega-menu-new .header-container {	
        width: 100%	
    }	
    .mega-menu-new .mobile-nav-wrap {	
        width: 100%	
    }	
    .mega-menu-new .dropdown .wrap {	
        width: 100%	
    }	
}	
.mega-menu-new.site-hd a.localize .icon.i-locator{
		background-size:auto !important;
}
.mega-menu-new.site-hd a.search-trigger .icon.i-search{
		background-size:auto !important;
}
.mega-menu-new.site-hd .search-trigger.active .i-search {
    background-position: -144px -144px;
}
.mega-menu-new.site-hd .i-search {
    background-position: -227px -412px;
}
@font-face {
    font-family: alternategothic2_btregular;
    src: url(../font/alternategothic2bt2.woff2) format('woff2'),url(../font/alternategothic2bt.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: helveticaneueregular;
    src: url(../font/helveticaneue2.woff2) format('woff2'),url(../font/helveticaneue.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: helveticaneuebold;
    src: url(../font/helveticaneuebd.woff2) format('woff2'),url(../font/helveticaneuebd.woff) format('woff');
    font-weight: 400;
    font-style: normal
}
@media screen and (max-width: 767px) {
	.site-hd a.localize {
    position: relative;     
    overflow: hidden;
    text-align: left;    
    font-size: 1.8em;
    border-bottom: 2px solid #fff;
	float: unset;
    width: auto;
    height: auto;
    text-indent: unset;
	}
	.site-hd a.localize .icon     {
    position: absolute;
    top: 0;
	left: unset;
    width: 50px;
    height: 30px;
    margin: 0;
	margin-left:12px;
	}
	.site-hd .i-locator {
    background-position: 0 11px
    }	
	.site-hd a.localize:hover {
		border: none;
	}	
}



.column.expert_container.artist-menu-cont a:nth-child(2) {
    text-decoration: none;
    min-height: 100px;
}
.column.expert_container.artist-menu-cont a:nth-child(2):hover {
    color: #e05a8f;
}
.column.expert_container.artist-menu-cont h3 {
    margin-bottom: 0!important;
}

 @media screen and (max-width:767px) {
    .site-hd .salon-locator-icon .i-locator {
        background-position: 0 0
    }
    .salon-locator-icon {
        width: 40px;
        float: left;
        margin-left: 40px;
        margin-top: 20px;
        margin-right: -50px
    }
}

@media (min-width:768px) {
    .site-hd .salon-locator-icon {
        display: none
    }
    .mega-menu-new .nav-main .dropdown {
        transition: all .6s ease .6s;
    }
    .mega-menu-new .nav-main li:hover .dropdown {
        transition: all .6s ease .6s;
    }
	.mega-menu-new.site-hd a.search-trigger {
		color: #000;
	}
		.column.expert_container.artist-menu-cont a:nth-child(2) {
		height: 100px;
		margin-bottom: 5px;
	}
}

@media (min-width:1200px) {
    .mega-menu-new.site-hd a.localize:hover,
    .mega-menu-new.site-hd a.search-trigger:hover {
        color: #737373
    }
    .mega-menu-new.site-hd a.localize,
    .mega-menu-new.site-hd a.search-trigger {
        transition: unset !important
    }
    .mega-menu-new .nav-main li {
        padding: 0 2.8em 0 !important
    }
}


@media only screen and (max-width:1024px) and (min-width:768px) and (orientation:landscape) {
    .mega-menu-new .nav-main li {
        padding: 0 1em 0 !important
    }
}

@media screen and (min-width:48em) {
    .mega-menu-new .nav-main .dropdown li {
        padding: 0 !important
    }
	.mega-menu-new .nav-main li {
    padding: 0 1.1em 0;
}
}

.nav-secondary ul li a .ecarticon {
		width: 18px;
		height: 18px;
		position:relative;
		top:2px;
	}
	@media screen and (min-width: 48em){
		.site-hd a.envelope.localize {
			margin-right: 0em;
		}
	}
	
	.site-hd a.ecarticon-link {
    color: #002fa7;
    font-size: 1.3em;
    font-weight: 700;
}

.lp-custom-checkbox-container {
        width: auto;
        height: 385px;
        overflow-y: scroll;
    }

    .LP-filter-container .LP_accordion_container1 {
        width: 360px;
    }

    .LP-filter-container .LP_accordion_head {
        cursor: pointer;
        margin: 0 0 1px 0;
        padding: 20px 0px;
        border-top: 1px solid #000;
        font-family: alternategothic2_btregular;
        font-size: 30px;
        text-transform: uppercase;
        color: #000000;
    }

    .LP-filter-container .LP_accordion_body {
        display: none;
    }

        .LP-filter-container .LP_accordion_body p {
            padding: 18px 5px;
            margin: 0px;
        }

        .LP-filter-container .LP_accordion_body ul li {
            cursor: default;
            line-height: 0px;
            margin-bottom: 10px;
            height: 30px;
            padding-top: 3px;
        }

        .LP-filter-container .LP_accordion_body a {
            display: inline-block;
            text-decoration: none;
            font-family: helveticaneueregular;
            font-size: 16px;
            color: #000000;
            cursor: pointer;
            line-height: 18px;
            height: 25px;
            letter-spacing: 1.5px;
        }

            .LP-filter-container .LP_accordion_body a img.bullet {
                width: 11px;
                height: 11px;
                border-radius: 50%;
                position: relative;
                top: -1px;
                margin-right: .6em;
            }

    .LP-filter-container .LP_plusminus {
        float: right;
        font-size: 30px;
        width: 25px;
        height: 25px;
        position: relative;
        top: 0px;
        font-weight: bold;
    }

    .LP-filter-container .title-container {
        clear: both;
        overflow: hidden;
        width: 360px;
        /*border-bottom: 1px solid #000;*/
        margin: 10px 0px 40px 0px;
        font-weight: bold;
        color: #000;
        font-size: 25px;
    }

        .LP-filter-container .title-container .left {
            float: left;
            font-family: alternategothic2_btregular;
            font-size: 40px;
            text-transform: uppercase;
            color: #000000;
        }

        .LP-filter-container .title-container .right {
            float: right;
            font-family: helveticaneuebold;
            font-size: 16px;
            color: #000000;
            text-transform: uppercase;
            margin-top: 15px;
            font-weight: bold;
            cursor: pointer;
        }

    .LP-filter-container {
        width: 360px;
        background: #fff;
        padding: 25px;
        height: 100%;
        overflow-y: scroll;
    }

    .lp-custom-checkbox-container .checkbox-container {
        display: inline-block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-family: helveticaneuebold;
        font-size: 16px;
        color: #000000;
        text-transform: capitalize;
        letter-spacing: 1.5px;
        width: auto;
    }


        .lp-custom-checkbox-container .checkbox-container input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    .lp-custom-checkbox-container .checkmark {
        position: absolute;
        top: -12px;
        left: 0;
        border: 2px solid #000;
        border-radius: 8px 8px 8px 8px;
        height: 20px;
        width: 23px;
    }

    .lp-custom-checkbox-container .checkbox-container input:checked ~ .checkmark {
        border: 2px solid #000;
        border-radius: 8px 8px 8px 8px;
        height: 20px;
        width: 23px;
    }

    .lp-custom-checkbox-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .lp-custom-checkbox-container .checkbox-container input:checked ~ .checkmark:after {
        display: block;
    }

    .lp-custom-checkbox-container .checkbox-container .checkmark:after {
        left: 6px;
        top: 5px;
        border: 2px solid #000;
        background-color: #000;
        height: 7px;
        border-radius: 50%;
        width: 7px;
    }

    .lp-custom-checkbox-container {
        width: auto;
    }

    .product-count-container .product-count {
        font-family: alternategothic2_btregular;
        font-size: 40px;
        text-transform: uppercase;
        color: #000000;
        float: left;
    }

    .product-count-container .sort-container {
        float: right;
        margin-top: 5px;
    }

        .product-count-container .sort-container ul {
            list-style: none;
        }

            .product-count-container .sort-container ul li {
                display: inline-block;
                margin-right: 9px;
                font-family: helveticaneuebold;
                font-weight: bold;
                font-size: 17px;
                text-transform: uppercase;
                color: #000000;
                cursor: pointer;
                vertical-align: middle;
            }

    .LP-filter-container .btn-container {
        margin-top: 25px;
        margin-bottom: 50px;
        display: flex;
        justify-content: space-around;
    }

        .LP-filter-container .btn-container a {
            font-family: helveticaneueregular;
            font-weight: bold;
            font-size: 17px;
            text-transform: uppercase;
            color: #fff;
            border: 2px solid #fff;
            border-radius: 80px;
            /* padding: 13px 0px; */
            text-decoration: none;
            /*margin-right: 5px;*/
            background: #000;
            display: inline-block;
            width: 160px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            letter-spacing: 1.5px;
        }

            .LP-filter-container .btn-container a:hover {
                color: #000;
                background: #fff;
                border: 2px solid #ccc;
            }



    #LP-filter-overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 999;
        cursor: default;
    }

    #LP-filter-overlay-container {
        position: absolute;
        font-size: 50px;
        color: white;
        right: 0;
        height: 100%;
    }

    .product-count-container {
        overflow: hidden;
        margin: 25px 0px;
    }

        .product-count-container .sort-container ul li select {
            padding: 8px 30px 6px 10px;
        }


    @media(max-width:768px) {
        .LP-filter-container .LP_accordion_container1, .LP-filter-container .title-container, .lp-custom-checkbox-container {
            width: 100%;
        }

        .LP-filter-container {
            width: 90%;
            float: right;
            overflow-y: scroll;
        }

            .LP-filter-container .LP_accordion_head {
                font-size: 24px;
            }

            .LP-filter-container .btn-container a {
                width: 115px;
            }

        .product-count-container .product-count {
            font-size: 24px;
            margin-top: 10px;
        }

        .product-count-container .sort-container {
            float: left;
            margin-left: 10px;
        }

            .product-count-container .sort-container ul li {
                margin-right: 5px;
                font-size: 15px;
            }

        .product-count-container {
            padding: 0px 15px;
        }

        .LP-filter-container .LP_plusminus {
            top: -4px;
        }

        .pdp-slide-container .gallery-top .swiper-slide {
            width: 100% !important;
        }

        .product-count-container .sort-container ul li select {
            padding: 10px 30px 7px 10px;
        }
    }

    @media (max-width:420px) {
        .product-count-container .sort-container {
            margin-left: 0px !important;
        }
    }

    .applied-filters, .applied-filters * {
        box-sizing: border-box;
    }

    .applied-filters {
        float: left;
        max-width: 43%;
        padding: 12px 0 12px 15px;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        white-space: nowrap;
        display: none;
    }

    .applied-filters-inner, .link-filter-open {
        display: inline-block;
        font-family: helveticaneueregular;
        font-weight: bold;
        font-size: 20px;
    }



    .link-filter-open {
        padding-left: 3px;
        position: absolute;
        right: 0;
        z-index: 9;
        background-color: #FFF;
        display: none;
        height: 25px;
        top: 12px;
    }

    .applied-filters-inner a {
        margin-left: 6px;
        width: 16px;
        height: 16px;
        border-radius: 16px;
        background-color: #000;
        display: inline-block;
        color: #FFF;
        line-height: normal;
        font-size: 12px;
        text-align: center;
        vertical-align: middle;
        padding-left: 2px;
    }

    .applied-filters-inner > span {
        padding: 0 3px;
        border-radius: 5px;
    }

    .applied-filters-inner span {
        vertical-align: middle;
        display: inline-block;
        font-family: helveticaneueregular;
        font-weight: bold;
        font-size: 20px;
        letter-spacing: 1.5px;
    }

    .applied-filters-inner > span:hover {
        background-color: rgba(0,0,0,0.03);
        border-radius: 3px;
    }

    .link-filter-open:hover {
        background-color: #eee;
        border: solid 1px rgba(0,0,0,0.1);
        border-radius: 3px;
    }

  

 
#LP-country-selector-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;  
}
#LP-country-selector-overlay .LP-filter-container .logo-container .img-container{
	width:200px;
	height:50px;
	float:left;
}
#LP-country-selector-overlay .LP-filter-container .logo-container img{
	width:auto;
	height:50px;
}
#LP-country-selector-overlay .LP-filter-container .logo-container .close, #LP-country-selector-overlay .coutry-selector-container .country-close{
	float: right;
	font-family: helveticaneuebold;
	font-size: 30px;
	color: #000000;
	text-transform: uppercase;
	margin-top: 10px;
	cursor:pointer;
}
#LP-country-selector-overlay .LP-filter-container .title-container .left {
	float: left;
	font-family: alternategothic2_btregular;
	    font-size: 40px;
    font-weight: normal;
}
#LP-country-selector-overlay .LP-filter-container .title-container {
	margin: 80px 0px 10px 0px;
}
#LP-country-selector-overlay .coutry-selector-container{
	width: 60%;
	background: #fff;
	padding: 25px 50px;
	box-sizing: border-box;
	margin: 50px auto;
}
#LP-country-selector-overlay .coutry-selector-container .country-logo{
	width: 97%;
	height: 50px;
	float: left;
    display: flex;
    justify-content: center;
}
#LP-country-selector-overlay .coutry-selector-container .country-logo img{
	width:300px;
	height:50px;
}
#LP-country-selector-overlay .coutry-selector-container .country-container{
	overflow:hidden;
}
#LP-country-selector-overlay .coutry-selector-container .country-container h2{
	font-family: alternategothic2_btregular;
	font-size: 40px;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	margin-bottom: 15px;
	font-weight:normal;
	margin-top:0px;
}
#LP-country-selector-overlay .coutry-selector-container .country-container .inner-container{
	display: flex;
	justify-content: space-between;
}
#LP-country-selector-overlay .coutry-selector-container .country-container .list-container {
	flex-basis: 15%;
	border-top: 2px solid #000;
	padding: 0px 10px 25px 0px;
}
#LP-country-selector-overlay .coutry-selector-container .country-container .list-container:last-child {
	margin-right:0px;
}
#LP-country-selector-overlay .coutry-selector-container .country-container .list-container h3{
	font-family: alternategothic2_btregular;
	font-size: 30px;
	text-transform: uppercase;
	color: #000000;
	margin-top: 15px;
    margin-bottom: 5px;
	text-align:left;
	font-weight:normal;
}
#LP-country-selector-overlay .coutry-selector-container .country-container .list-container a,#LP-country-selector-overlay .LP-filter-container .LP_accordion_body a{
	font-family: helveticaneueregular;
	font-size: 18px;
	color: #000000;
	display: block;
	text-decoration: none;
	text-transform: capitalize;
	margin-bottom: 10px;
	    letter-spacing: 1.5px;
}

section.catalogue.country_selector {
    margin-bottom: 0em;
}

.mega-menu-new.site-hd a.countryselector{
    color: #000;
    text-decoration: none;
    font-family: helveticaneueregular;
    font-size: 1em;
    letter-spacing: 1px;
    height: auto;
    line-height: normal;
    float: left;
    font-weight: bold;
    position: relative;
    z-index: 99;
}
.i-globe {
    width: 18px;
    height: 16px;
    background: url(../images/globe.svg) no-repeat;
    margin-left:10px;
	display: inline-block;
}
 
 #LP-country-selector-overlay .coutry-selector-container .country-container .list-container a, #LP-country-selector-overlay .LP-filter-container .LP_accordion_body a {
    font-family: helveticaneueregular;
    font-size: 15px;
    color: #000000;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
    padding: 0;
}
 
  #LP-country-selector-overlay .LP-filter-container .LP_accordion_head{
	text-align:left; 
	font-size:30px !important;
	font-weight:normal !important;
 }
 @media(max-width:768px){
#LP-country-selector-overlay .coutry-selector-container{
	display:none;
}
#LP-country-selector-overlay .LP-filter-container .logo-container{
position:relative;
}
#LP-country-selector-overlay .LP-filter-container .logo-container .img-container {
	width: 100%;
    display: flex;
    justify-content: center;
}
#LP-country-selector-overlay .LP-filter-container .logo-container .img-container .logo {
    width: 150px;
    height: 50px;
}
#LP-country-selector-overlay .LP-filter-container .logo-container .close {
    position: absolute;
    top: 0px;
	    right: 0;
} 
/*.LP-filter-container {
    width: 275px;
}*/
}
@media(min-width:769px){
#LP-country-selector-overlay .LP-filter-container{
	display:none;
}
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
#LP-country-selector-overlay .coutry-selector-container {
	width: 90%;
}

}

@media(max-width:767px){
.mobile-country-icon {
    float: left;
    margin-left: 55px;
    margin-top: 24px;
    width: 30px;
    margin-right: -50px;
    position: relative;
    z-index: 99;
}
}
@media(min-width:768px){
  .mobile-country-icon {
      display:none;
  }
}

.clearfloat{clear:both}


@media (min-width: 768px) {
    .mega-menu-new .nav-main .dropdown {
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		transition:none !important;
    }

    .mega-menu-new .nav-main li:hover .dropdown {
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		transition:none !important;
    }
}


.mega-menu-new.site-hd .languages li{
    line-height:0em;
}

.mega-menu-new.site-hd .languages li a{
   font-size:1em !important;    
    padding-left:0px;
	color:#000;
}
.mega-menu-new.site-hd a.countryselector{
	padding-right:0px;
}

.site-ft .bt ul{
	float:left;
}
.site-ft .bt li{
	margin-right:2em;
	margin-left:0em !important;
}
.footer-bottomlink{
	overflow:hidden;
}
.social{
	text-align:left;
}


.header-search ul{
    
    margin-right:70px;
}
.header-search ul li a{
    padding:0px 10px 0px 0px;
	color:#000;
}

.header-search ul li{
    line-height:2.9em;
}
.small-accordion .social-footer {
        width:50%;
    float:left;    
}
.social-footer ul li{
    margin:0px 2em 0px 0em !important;
}
.followus-footer {
        width: 155px;
    float:left;
    font-size:15px;
    font-family: 'LorealProMedium';
    text-align:right;
    padding-right:15px;
    box-sizing:border-box;
}

@media screen and (min-width: 64em){
.mega-menu-new .header-search {
    float: right;
    width: 36%;  
text-align:right !important;	
}
.mega-menu-new .header-salon{
	text-align:left;
}
.mega-menu-new.site-hd a.countryselector {
    margin-top: 2px;
}

}


@media(max-width:768px){
.mega-menu-new .mobile-nav-wrap .mobile-nav .languages{
    text-align:left;
    font-size:1.5em;
    padding-left:30px;
    margin-top:30px;
}
.mega-menu-new .mobile-nav-wrap .mobile-nav .pro-access li a{
    text-align:left;
    font-size:1.5em;
    padding-left:30px;
	font-weight:bold;
    }
	.mega-menu-new .mobile-nav-wrap .mobile-nav ul li{
		line-height:normal;
	}
	.mega-menu-new .search-icon {
        right: 99px;
		position:absolute;
	}
	.salon-locator-icon{
		margin-left:0px !important;
	}
	.followus-footer{
		display:none !important;
	}
	.social{
		text-align:center;
	}
	.footer-bottomlink{
	overflow: visible;
}
.site-ft .bt ul {
	width:100%;
		box-sizing:border-box;
}
.small-accordion .social-footer {
        width:100%; 
}
.nav-main .dropdown {
    height: auto !important;
    min-height: auto !important;    
}
.mobile-nav {
    display: flex !important;
    flex-direction: column-reverse !important;
}
.mega-menu-new .mobile-nav-wrap .mobile-nav{
	display:block !important;
}

}
@media (min-width:679px){
	.mega-menu-new .mobile-nav-wrap .mobile-nav .pro-access,.mega-menu-new .mobile-nav-wrap .mobile-nav .languages{
	display:none;
}
}

@media screen and (min-width: 64em){
.mega-menu-new .mobile-nav-wrap, .mega-menu-new .header-container{
    width: 100%;
	
}
}


.button {
    transition: none !important;
}
.toolbox .button-tool{
   border: 2px solid #000;
    background-color: #fff;
    color: #000;
    border-radius: 50px;
}

.form-combo .button-tool.i-locator{
    background-color:#000;
   border: 1px solid #000;
   width: 3em;
   height: 3em;
}

.form-combo input[type=submit]{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0 !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.button-tool:hover {
    border: 2px solid #000;
    background-color: #000 !important;
    color: #fff;
}
.form-combo input.i-locator:hover {
    background-position: -186px 10px !important;
   background-color:#fff !important;
   border: 1px solid #c4c4c4 !important;
}

.form-combo .emplacement.i-locator:hover {
    background-position: -184px 13px !important;
}
.form-combo .emplacement.i-locator{
background-position: -235px 12px !important;
}



#page .download a.button{
   background:#fff;
   color:#000;
   border:2px solid #000;
   border-radius:50px;
}

#page .download a.button:hover{
   background:#fff;
}
	
	#page .download a.button:before {
    background: url(../images/Apple-black.png) no-repeat;
    width: 16px;
    background-size: 16px;
    position: relative;
    top: -1px;
}

#page .download a.button.google:before {
    background: url(../images/Googleplay-black.png) no-repeat;
    width: 18px;
    background-size: 18px;
}

#page .download a.button:hover{
    background:#000;
    color:#fff;
}

#page .download a.button:hover::before {
    background: url(../images/ctaApple.png) no-repeat;
    width: 16px;
    background-size: 16px;
    position: relative;
    top: -1px;
}

#page .download a.button.google:hover::before {
    background: url(../images/ctaGoogle.png) no-repeat;
    width: 18px;
    background-size: 18px;
}

#page .find .toolbox .form-combo input.i-locator {
    background-color: #000;
    position: relative;
    left: -4px;
    width: 3em;
    height: 3em;
}
#page .find .toolbox .form-combo input.i-locator:hover{
    background-color: #fff;    
}


a.specific-buttons,a.specific-button{
    border: 2px solid #000;
    border-radius: 50px;
}

a.specific-buttons:hover,a.specific-button:hover{
   background:#000;	
}

a.specific-buttons span:after,a.specific-button span:after{
	display:none;
	
}

a.specific-buttons span,a.specific-button span{    
    color: #000; 
}
a.specific-buttons span:hover,a.specific-buttons:hover span,a.specific-button span:hover,a.specific-button:hover span{    
    color: #fff; 
}
#sustainables input[type=submit],#sustainable input[type=submit]{    
    background-color: #000;    
	position:relative;
left:-5px;	
}
#sustainables input,#sustainable input{
	outline:0;
    border: 1px solid #c4c4c4;
    border-right: 0px;
    box-sizing: border-box;
}


@media (max-width:768px){
.site-ft input[type=submit]{
    background-color:#000;
    top:-2px !important;
	bottom:-2px !important;
	border-radius:0 !important;
	right:-2px !important;
}
.mega-menu-new.site-hd .i-locator {
    background-position: -200px 0 !important;
}
.mobile-country-icon {
    margin-left: 19px;
    position: relative;
    left: 20px;
}
#page .find .toolbox .form-combo input.i-locator {
    height: 3.2em;
    border: 1px solid #000;
}
.site-ft .inner-pict input[type=text]{	
	height:3.7em;
}
}

@media (min-width:768px){
	#mega-menu-toggle{
		display:none;
	}
}


.optanon-toggle-display{
	cursor:pointer;
}

@media (min-width:768px) and (max-width:1180px){
    .mega-menu-new .nav-main .dropdown h3 {
    font-size: 17px;
    }
}

#widget_weact_watersaver .widget_watersaver_steps .step_02 .widget_watersaver_ctn_text .t_title {
    margin: 0px;
     line-height: 8px !important;
}
#widget_weact_watersaver .widget_watersaver_steps .step_02 .widget_watersaver_ctn_text .t_subtitle {
    line-height: 8px !important;
}