html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: helvetica;
}
img {
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
    vertical-align: top;
}
ol, ul {
    list-style: none;
}
a {
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: 0;
}
object, embed {
    outline: 0;
}

/*CLEARFIX */

.cf:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.cf {
    display: block;
    *zoom: 1;
}

* html .cf {
    height: 1%;
}

/******* vars ********/
/* --------------------
         VARS
----------------------- */
/****************************  Color  *********************************/
/*.white { color: @white; }
.black { color: @black; }
.grey { color: @grey; }
.lightGrey { color: @lightGrey; }*/
/****************************  Sizes  *********************************/
/******* Displays ********/
.inline {
  display: inline !important;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
/** MAIN.LESS **/
.icon {
  display: block;
  font-size: 1px;
  zoom: 1;
  text-indent: -9999px;
  background-image: url('../img/sprites/sprite-icon.png');
  background-repeat: no-repeat;
}
.button {
  display: inline-block;
  background: #6a6968;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 20px;
  height: 10px;
  text-transform: uppercase;
}
.button.black,
.button:hover {
  background: #3A3B3C;
}
/****************************  Column *********************************/
.column {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  vertical-align: top;
}
.column.one-whole {
  width: 100%;
}
.column.one-half {
  width: 50%;
}
.column.one-third {
  width: 33.333%;
}
.column.two-thirds {
  width: 66.666%;
}
.column.one-quarter {
  width: 25%;
}
.column.two-quarters {
  width: 50%;
}
.column.three-quarters {
  width: 75%;
}
.column.one-fifth {
  width: 20%;
}
.column.two-fifths {
  width: 40%;
}
.column.three-fifths {
  width: 60%;
}
.column.four-fifths {
  width: 80%;
}
.ie6 .column.one-whole,
.ie7 .column.one-whole {
  width: 99%;
}
.ie6 .column.one-half,
.ie7 .column.one-half {
  width: 49%;
}
.ie6 .column.one-third,
.ie7 .column.one-third {
  width: 33%;
}
.ie6 .column.one-quarter,
.ie7 .column.one-quarter {
  width: 24%;
}
/* --------------------
         UTILS
----------------------- */
.error {
  color: #d50000;
}
.hidden {
  display: none;
}
.noBorder {
  border: none !important;
}
.invisible {
  height: auto !important;
  display: block !important;
  visibility: hidden !important;
}
.arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 0px;
  height: 0px;
  border-style: solid;
  line-height: 0px;
}
/******* Displays ********/
.inline {
  display: inline !important;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
/****************************  CSS3 Effects  *********************************/
.lte8-font-smoothing {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/medias/version-5/img/hIEfix.png', sizingMethod='crop');
  zoom: 1;
}
/****************************  Column *********************************/
.column {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  vertical-align: top;
}
.column.one-whole {
  width: 100%;
}
.column.one-half {
  width: 50%;
}
.column.one-third {
  width: 33.333%;
}
.column.two-thirds {
  width: 66.666%;
}
.column.one-quarter {
  width: 25%;
}
.column.two-quarters {
  width: 50%;
}
.column.three-quarters {
  width: 75%;
}
.column.one-fifth {
  width: 20%;
}
.column.two-fifths {
  width: 40%;
}
.column.three-fifths {
  width: 60%;
}
.column.four-fifths {
  width: 80%;
}
.ie6 .column.one-whole,
.ie7 .column.one-whole {
  width: 99%;
}
.ie6 .column.one-half,
.ie7 .column.one-half {
  width: 49%;
}
.ie6 .column.one-third,
.ie7 .column.one-third {
  width: 33%;
}
.ie6 .column.one-quarter,
.ie7 .column.one-quarter {
  width: 24%;
}
/****************************  Buttons *********************************/
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  border: 1px solid #e3e3e3;
  height: 30px;
  font-size: 11px;
  line-height: 28px;
  padding: 0 10px;
  text-transform: uppercase;
}
.ie6 .btn {
  height: 28px;
  line-height: 24px;
}
.btn.btn-dark {
  background: #3a3b3c;
  border-color: #3a3b3c;
  color: #fff;
}
.btn.btn-dark.btn-dark--disabled {
  border: 1px solid #e3e3e3;
  background-color: #e3e3e3;
  cursor: default;
}
.btn.btn-light,
.btn.btn-link {
  background: #fff;
  color: #6a6968;
}
.btn.btn-large {
  height: 35px;
  font-size: 12px;
  line-height: 35px;
  padding: 0 22px;
}
.btn.btn-v6-light,
.btn.btn-v6-dark {
  height: 12px;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 12px;
  font-family: "CenturyGothic-Regular", CenturyGothic, AppleGothic, sans-serif;
}
button.btn.btn-v6-light,
button.btn.btn-v6-dark {
  height: 28px;
  padding: 6px 20px;
}
.lte7 button.btn.btn-v6-light,
.lte7 button.btn.btn-v6-dark {
  width: auto;
  overflow: visible;
  line-height: 12px;
}
.btn.btn-v6-light {
  color: #000000;
  border-color: #cecece;
  background-color: transparent;
}
.btn.btn-v6-dark {
  color: #ffffff;
  background-color: #000000;
}
.btn.multiline {
  height: auto;
  padding: 15px 20px;
  line-height: 12px;
  font-size: 12px;
}
/**************************  Font Dior  *******************************/
[class^="font-icon-"],
[class*=" font-icon-"] {
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0;
}
/* IE8 - IE7 circle aa */
.font-icon-circle {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/spacer.gif,sizingMethod=crop);
  zoom: 1;
}
/* IE7  footer social picto aa */
.lte7 .footer-socials .font-icon-facebook,
.lte7 .footer-socials .font-icon-instagram,
.lte7 .footer-socials .font-icon-google,
.lte7 .footer-socials .font-icon-tumblr,
.lte7 .footer-socials .font-icon-twitter,
.lte7 .footer-socials .font-icon-kaixin,
.lte7 .footer-socials .font-icon-weibo {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/spacer.gif,sizingMethod=crop);
}
/* ----------------------
        FONT FACE
------------------------- */
@font-face {
  font-family: 'HelveticaNeueLTS-condensed';
  src: url('../fonts/helveticaNeue/condensed/helveticaneue-condensed-webfont.eot');
  src: url('../fonts/helveticaNeue/condensed/helveticaneue-condensed-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaNeue/condensed/helveticaneue-condensed-webfont.woff') format('woff'), url('../fonts/helveticaNeue/condensed/helveticaneue-condensed-webfont.ttf') format('truetype'), url('../fonts/helveticaNeue/condensed/helveticaneue-condensed-webfont.svg#HelveticaNeueLTS-condensed') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTStd-LtCn';
  src: url('../fonts/helveticaNeue/light-condensed/helveticaneue-light-condensed-webfont.eot');
  src: url('../fonts/helveticaNeue/light-condensed/helveticaneue-light-condensed-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaNeue/light-condensed/helveticaneue-light-condensed-webfont.woff') format('woff'), url('../fonts/helveticaNeue/light-condensed/helveticaneue-light-condensed-webfont.ttf') format('truetype'), url('../fonts/helveticaNeue/light-condensed/helveticaneue-light-condensed-webfont.otf') format('opentype'), url('../fonts/helveticaNeue/light-condensed/helveticaneue-light-condensed-webfont.svg#HelveticaNeueLTStd-LtCn') format('svg');
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTStd-BdCn';
  src: url('../fonts/helveticaNeue/bold-condensed/helveticaneue-bold-condensed-webfont.eot');
  src: url('../fonts/helveticaNeue/bold-condensed/helveticaneue-bold-condensed-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaNeue/bold-condensed/helveticaneue-bold-condensed-webfont.woff') format('woff'), url('../fonts/helveticaNeue/bold-condensed/helveticaneue-bold-condensed-webfont.ttf') format('truetype'), url('../fonts/helveticaNeue/bold-condensed/helveticaneue-bold-condensed-webfont.otf') format('opentype'), url('../fonts/helveticaNeue/bold-condensed/helveticaneue-bold-condensed-webfont.svg#HelveticaNeueLTStd-BdCn') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'CenturyGothic-Regular';
  src: url('../fonts/centuryGothic/CenturyGothic_gdi.eot');
  src: url('../fonts/centuryGothic/CenturyGothic_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/centuryGothic/CenturyGothic_gdi.svg#CenturyGothic-Regular') format('svg'), url('../fonts/centuryGothic/CenturyGothic_gdi.ttf') format('truetype'), url('../fonts/centuryGothic/CenturyGothic_gdi.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-F002;
}
@font-face {
  font-family: 'CenturyGothic-Italic';
  src: url('../fonts/centuryGothic/CenturyGothic-Italic_gdi.eot');
  src: url('../fonts/centuryGothic/CenturyGothic-Italic_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/centuryGothic/CenturyGothic-Italic_gdi.svg#CenturyGothic-Italic') format('svg'), url('../fonts/centuryGothic/CenturyGothic-Italic_gdi.woff') format('woff'), url('../fonts/centuryGothic/CenturyGothic-Italic_gdi.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-F002;
}
/****************************  Fonts *********************************/
.loading [class^="font-icon-"]:before,
.loading [class*=" font-icon-"]:before {
  content: '' !important;
  opacity: 0;
}
[class^="font-icon-"]:before,
[class*=" font-icon-"]:before {
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.win [class^="font-icon-"],
.win [class*=" font-icon-"] {
  /*-webkit-text-stroke: 1px rgba(0,0,0,0.3);*/
  /* fixed since Chrome v.42 */
}
.win.firefox [class^="font-icon-"],
.win.firefox [class*=" font-icon-"] {
  text-shadow: -1px 0px 0 rgba(0, 0, 0, 0.2), 1px 0px 0 rgba(0, 0, 0, 0.2), 0px -1px 0 rgba(0, 0, 0, 0.2), 0px 1px 0 rgba(0, 0, 0, 0.2);
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

.sprites(@spritesheet-sprites);
*/
.icon-arrow-down--lightGrey {
  background-image: url(../img/sprites/sprite-v6.png);
  background-position: -152px -146px;
  width: 24px;
  height: 13px;
}
.icon-arrow-up--lightGrey {
  background-image: url(../img/sprites/sprite-v6.png);
  background-position: -123px -146px;
  width: 24px;
  height: 13px;
}
.icon-cart-close {
  background-image: url(../img/sprites/sprite-v6.png);
  background-position: -183px -32px;
  width: 9px;
  height: 9px;
}
.icon-facebook-circle-black--large {
  background-image: url(../img/sprites/sprite-v6.png);
  background-position: 0px -50px;
  width: 44px;
  height: 43px;
}
.icon-facebook-circle-black--small {
  background-image: url(../img/sprites/sprite-v6.png);
  background-position: -148px -102px;
  width: 30px;
  height: 29px;
}
.icon-footer-bag-black {
  background-image: url(../img/sprites/sprite-v6.png);
  background-position: -183px -16px;
  width: 7px;
  height: 11px;
}
.icon-footer-icp {
  background-image: url(../img/sprites/sprite-v6.png);
  background-position: -183px 0px;
  width: 13px;
  height: 11px;
}
.icon-googleplus-circle-black--large {
  background-image: url(../img/sprites/sprite-v6.png);
  background-position: -99px 0px;
  width: 44px;
  height: 43px;
}
.icon-googleplus-circle-black--small {
  background-image: url(../img/sprites/sprite-v6.png);
  background-position: -35px -146px;
  width: 30px;
  height: 29px;
}
.icon-header-close {
  background-image: url(../img/sprites/sprite-v6.png);
  background-position: -70px -146px;
  width: 27px;
  height: 27px;
}
.icon-instagram-circle-black--large {
  background-image: url(../img/sprites/sprite-v6.png);
  background-position: -99px -48px;
  width: 44px;
  height: 43px;
}
.icon-instagram-circle-black--small {
  background-image: url(../img/sprites/sprite-v6.png);
  background-position: -98px -98px;
  width: 30px;
  height: 29px;
}
.icon-newsletter-circle-black--large {
  background-image: url(../img/sprites/sprite-v6.png);
  background-position: -49px -98px;
  width: 44px;
  height: 43px;
}
.icon-newsletter-circle-black--small {
  background-image: url(../img/sprites/sprite-v6.png);
  background-position: 0px -146px;
  width: 30px;
  height: 29px;
}
.icon-plus-black {
  background-image: url(../img/sprites/sprite-v6.png);
  background-position: 0px 0px;
  width: 45px;
  height: 45px;
}
.icon-search-black {
  background-image: url(../img/sprites/sprite-v6.png);
  background-position: -102px -146px;
  width: 16px;
  height: 14px;
}
.icon-tumblr-circle-black--large {
  background-image: url(../img/sprites/sprite-v6.png);
  background-position: 0px -98px;
  width: 44px;
  height: 43px;
}
.icon-tumblr-circle-black--small {
  background-image: url(../img/sprites/sprite-v6.png);
  background-position: -148px 0px;
  width: 30px;
  height: 29px;
}
.icon-twitter-circle-black--large {
  background-image: url(../img/sprites/sprite-v6.png);
  background-position: -49px -50px;
  width: 44px;
  height: 43px;
}
.icon-twitter-circle-black--small {
  background-image: url(../img/sprites/sprite-v6.png);
  background-position: -148px -34px;
  width: 30px;
  height: 29px;
}
.icon-weibo-circle-black--large {
  background-image: url(../img/sprites/sprite-v6.png);
  background-position: -50px 0px;
  width: 44px;
  height: 43px;
}
.icon-weibo-circle-black--small {
  background-image: url(../img/sprites/sprite-v6.png);
  background-position: -148px -68px;
  width: 30px;
  height: 29px;
}
/* ----------------------
		GLOBAL
------------------------- */
body {
  background: #fff;
}
/* V6 */
.sprite-icon {
  text-indent: -9999px;
  background-repeat: no-repeat;
}
/* ----------------------
		HEADER
------------------------- */
.unfixed #header.diorcom-full-header {
  position: relative;
  left: auto;
  bottom: auto;
}
.unfixed #mainScroller {
  padding-top: 0;
}
.tablet .is-scroll-js .diorcom-header {
  position: fixed;
  z-index: 9;
}
/* MINISITE */
.minisite .diorcom-header .diorcom-header-bar {
  position: relative;
  z-index: 10;
}
.minisite #wrapper {
  padding-top: 0;
}
.minisite .diorcom-header-subnav {
  top: 0;
}
.fullscreen #mainScroller {
  padding-top: 0 !important;
}
/* -----------------
		Main
-------------------- */
#main {
  width: 100%;
}
#main.less #mainScroller {
  padding: 38px 0 0;
}
/* only for iPad w/ accident */
/* wrapper for iScroll */
#iScrollWrapper {
  height: 100%;
  overflow: hidden;
  padding-top: 0px !important;
}
/* wrapper for content - padding applied on it */
#mainScroller {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.tablet #mainScroller {
  padding-top: 131px;
  height: auto;
}
.tablet .prehome #mainScroller {
  padding-top: 0;
  height: 100%;
}
#mainScroller.init-transform {
  -webkit-transform: translate(0px, 94px);
  -moz-transform: translate(0px, 94px);
  -o-transform: translate(0px, 94px);
  transform: translate(0px, 94px);
}
#mainScroller.use-transform {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  -ms-transition: -ms-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
#mainScroller.init-padding {
  padding-top: 131px;
}
#mainScroller.use-padding {
  -webkit-transition: padding-top 0.4s ease-out;
  -moz-transition: padding-top 0.4s ease-out;
  -ms-transition: padding-top 0.4s ease-out;
  -o-transition: padding-top 0.4s ease-out;
  transition: padding-top 0.4s ease-out;
}
.is-scroll-js #mainScroller {
  padding-top: 131px;
  -webkit-overflow-scrolling: touch;
}
.lte9 #mainScroller {
  padding-top: 75px;
  transform: translate(0px, 0px);
}
.tablet .header-fixed {
  /* override iScroll */
}
.tablet .header-fixed .breadcrumb {
  padding-top: 0;
}
.tablet .header-fixed #mainScroller {
  padding-top: 75px;
}
.tablet .header-fixed #wrapper {
  padding-top: 0 !important;
}
.tablet .metanav-open #mainScroller {
  padding-top: 297px;
}
.tablet .spacer {
  background-color: #252527;
}
.navLess #headerBar {
  height: 56px;
}
.navLess #main {
  top: 0;
}
.navLess #mainScroller {
  padding: 0;
}
/* IE */
.ie7 .navLess #mainScroller {
  padding: 25px 0 0;
}
.ie6 #mainScroller {
  zoom: 1;
  padding-top: 0px;
}
.ie6 .navLess #mainScroller {
  zoom: 1;
  padding-top: 0px !important;
}
.ie6 #container,
.ie8 #container,
.ie9 #container {
  height: 100%;
}
/* ----------------------------------
				ERRORS
------------------------------------ */
.error-msg {
  display: none;
  font-size: 12px;
  color: #fe0000;
  list-style: none;
}
.error-msg li {
  font-size: 12px !important;
  color: #fe0000  !important;
}
label.error {
  color: #fe0000  !important;
  border: none !important;
}
label.error a {
  color: #fe0000 !important;
}
input.error {
  border: 1px solid #fe0000 !important;
}
.error label {
  color: #fe0000  !important;
  border: none !important;
}
.jqTransformSelectWrapper span.error {
  border: 1px solid #fe0000 !important;
}
/* ----------------------------------
                LOADING
------------------------------------ */
#loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #000;
  display: none;
}
#loader-zoom {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: #fff;*/
}
.basket-loader {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: 1;
}
.basket-loader div {
  left: 0 !important;
  margin-top: -30px;
}
.ie6 #loader {
  position: absolute;
  z-index: 999;
}
/*.ie6 #loader-zoom {
    position : absolute;
}*/
.canvas-loader div {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
.lte9 .canvasloader {
  background: url(../img/ie-loader.gif) no-repeat center center;
  width: 50px;
  height: 50px;
}
.lte9 #canvasloader-container {
  background: url(../img/ie-loader.gif) no-repeat center center;
  width: 50px;
  height: 50px;
}
#canvasLoader {
  position: relative;
  left: 50%;
  top: 50%;
}
#content-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5 !important;
  background-color: #000000;
}
@media only screen and (min-width: 769px) and (max-width: 1281px) {
  .tablet {
    width: 1024px;
  }
  .tablet #header {
    width: 1024px;
    min-width: 1024px;
  }
  .tablet #main {
    min-width: 1024px;
    height: 100%;
  }
  .tablet #container.loaded {
    height: 100%;
  }
  .tablet .prehome #container.loaded {
    height: auto;
  }
  .tablet .transverse .breadcrumb {
    /*top : 30px;*/
  }
  .tablet .transverse.storeLoc .breadcrumb {
    /*top : 56px;*/
  }
  .tablet #store-search {
    top: 252px;
  }
}
/* --------------------
	ADVANTAGES LAYER
----------------------- */
#header.diorcom-header .advantages-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  text-align: left;
  -webkit-transition: height 0.4s ease-out;
  -moz-transition: height 0.4s ease-out;
  -o-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
}
#header.diorcom-header .advantages-content .grid .column {
  position: relative;
  text-align: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/medias/version-5/library/boxsizing.htc);
}
#header.diorcom-header .advantages-content .grid .column.one-fifth {
  padding: 0 30px;
}
#header.diorcom-header .advantages-content .grid .column.one-fifth.column-first {
  width: 16%;
  padding: 0;
}
#header.diorcom-header .advantages-content .grid .column.one-fifth.column-last {
  padding-right: 0px;
  width: 20%;
}
#header.diorcom-header .advantages-content .column-first {
  background: url('../img/layout/header-gift.jpg') no-repeat center left #ffffff;
}
#header.diorcom-header .advantages-content .column-last {
  overflow: visible;
}
#header.diorcom-header .advantages-content .column-last .tripservice span {
  display: block;
  vertical-align: top;
}
#header.diorcom-header .advantages-content .column-last .tripservice span img {
  margin-top: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  float: left;
}
#header.diorcom-header .advantages-content .column-last .tripservice span.tripservice-content {
  margin: 0 0 0 80px;
}
#header.diorcom-header .advantages-content h3 {
  margin: 0 0 40px 0;
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}
#header.diorcom-header .advantages-content h4 {
  margin: 0 0 20px;
  font-size: 12px;
  line-height: 12px;
  color: #9a9a9a;
}
#header.diorcom-header .advantages-content p {
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}
#header.diorcom-header .advantages-content .column-separator {
  height: 65px;
  width: 1px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0px;
  background-color: #e5e5e5;
  text-indent: -9999px;
}
.breakpoint-typo #header.diorcom-header .advantages-content h3 {
  font-size: 18px;
}
.breakpoint-typo #header.diorcom-header .advantages-content h4,
.breakpoint-typo #header.diorcom-header .advantages-content p {
  font-size: 11px;
}
.breakpoint-tablet #header.diorcom-header .advantages-content .grid .column {
  position: relative;
  text-align: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/medias/version-5/library/boxsizing.htc);
}
.breakpoint-tablet #header.diorcom-header .advantages-content .grid .column.one-fifth {
  width: 20%;
}
.breakpoint-tablet #header.diorcom-header .advantages-content .grid .column.one-fifth.column-first {
  width: 18%;
  padding: 0;
}
.breakpoint-tablet #header.diorcom-header .advantages-content .grid .column.one-fifth.column-last {
  padding-right: 0px;
  width: 22%;
}
/* --------------------
	UNIVERS LAYER
----------------------- */
#header.diorcom-header .univers-content {
  width: 100%;
  height: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
  -webkit-transition: height 0.4s ease-out;
  -moz-transition: height 0.4s ease-out;
  -o-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
}
#header.diorcom-header .univers-content .column {
  position: relative;
  vertical-align: bottom;
  text-align: left;
  text-transform: uppercase;
}
#header.diorcom-header .univers-content .column .univer-link {
  margin: 0 0 7px;
  font-size: 13px;
}
#header.diorcom-header .univers-content .column .univer-link--last {
  margin: 0;
}
#header.diorcom-header .univers-content .column .univers-separator {
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  right: 50%;
  border-right: 1px solid #e5e5e5;
}
#header.diorcom-header .univers-content .column a {
  padding: 1px 0 2px 0;
  color: #000000;
}
#header.diorcom-header .univers-content .column a:hover {
  text-decoration: underline;
}
#header.diorcom-header .univers-content h4 {
  margin: 0 0 24px;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
  color: #9a9a9a;
}
#header.diorcom-header .univers-content h4 br {
  line-height: 16px;
}
.breakpoint-typo #header.diorcom-header .univers-content .column .univer-link {
  font-size: 12px;
}
.breakpoint-typo #header.diorcom-header .univers-content .column h4 {
  font-size: 11px;
}
/* All rolls import at bottom */
/* --------------------
	HEADER ROLLS
----------------------- */
.diorcom-header .diorcom-header-rolls {
  position: absolute;
  top: 76px;
  right: 0;
  z-index: 18;
  font-family: Arial, sans;
  background-color: transparent;
}
.diorcom-header .diorcom-header-rolls .arrow-roll {
  display: none;
}
.diorcom-header .diorcom-header-rolls li input,
.diorcom-header .diorcom-header-rolls li select,
.diorcom-header .diorcom-header-rolls li .jqTransformSelectWrapper {
  height: 30px;
  width: 455px;
  margin: 0 0 20px;
  padding: 0 0 0 10px;
  font-size: 12px;
  border: none;
  color: #9a9a9a;
  background-color: #f6f6f6;
}
.diorcom-header .diorcom-header-rolls li input.roll-input-last,
.diorcom-header .diorcom-header-rolls li select.roll-input-last,
.diorcom-header .diorcom-header-rolls li .jqTransformSelectWrapper.roll-input-last {
  margin: 0;
}
.diorcom-header .diorcom-header-rolls li .jqTransformSelectWrapper {
  width: 230px !important;
  padding: 0;
  border: none !important;
}
.diorcom-header .diorcom-header-rolls li .jqTransformSelectWrapper span {
  width: 219px !important;
  height: 30px;
  padding: 0 0 0 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: static;
  line-height: 30px;
  color: #9a9a9a;
}
.lte7 .diorcom-header .diorcom-header-rolls li .jqTransformSelectWrapper span {
  width: 215px !important;
}
.diorcom-header .diorcom-header-rolls li .jqTransformSelectWrapper .jqTransformSelectOpen {
  width: 0px;
  height: 0px;
  border-style: solid;
  line-height: 0px;
  border-width: 5px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  _border-color: #000000 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: absolute;
  top: 12px;
  right: 10px;
  background: none;
}
.diorcom-header .diorcom-header-rolls li .jqTransformSelectWrapper ul {
  width: 226px !important;
  top: 30px;
  left: 0px;
}
.lte7 .diorcom-header .diorcom-header-rolls li .jqTransformSelectWrapper ul {
  width: 223px !important;
}
.diorcom-header .diorcom-header-rolls.opened-rolls .arrow-roll {
  display: block;
  position: absolute;
  top: -5px;
  right: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #ffffff transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #ffffff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.diorcom-header .diorcom-header-rolls .header-roll {
  width: 545px;
  height: 0px;
  position: relative;
  overflow: hidden;
  text-transform: none;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.diorcom-header .diorcom-header-rolls .header-roll .roll-container {
  position: relative;
  padding: 40px;
  text-align: left;
  background-color: #fff;
}
.diorcom-header .diorcom-header-rolls .header-roll h4 {
  margin: 0 0 20px;
  font-size: 13px;
  font-family: "CenturyGothic-Regular", CenturyGothic, AppleGothic, sans-serif;
  text-transform: uppercase;
  color: #000000;
}
.lte8 .diorcom-header .diorcom-header-rolls .header-roll h4 {
  font-weight: normal;
}
.diorcom-header .diorcom-header-rolls .header-roll .jqTransformCheckboxWrapper {
  height: 15px;
}
.diorcom-header .diorcom-header-rolls .header-roll .jqTransformCheckbox {
  width: 15px !important;
  height: 15px !important;
  margin: 0px;
  background: #ffffff url('../img/sprites/sprite-icon.png') no-repeat -280px -150px;
}
.diorcom-header .diorcom-header-rolls .header-roll .jqTransformCheckbox.jqTransformChecked {
  background-position: -260px -150px;
}
/* ROLLS IMPORT */
/* -------------------
	 	ACCOUNT
---------------------- */
#header.diorcom-header .account-roll {
  /* LOGIN */
  /* SUBSCRIPTION */
}
#header.diorcom-header .account-roll.open {
  height: auto;
}
#header.diorcom-header .account-roll .log-form {
  padding: 0 0 30px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
#header.diorcom-header .account-roll .log-form .error-msg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15px;
  color: #fe0000;
}
#header.diorcom-header .account-roll .roll-buttons {
  text-align: right;
}
.ie6 #header.diorcom-header .account-roll .roll-buttons {
  height: 30px;
}
#header.diorcom-header .account-roll .roll-password-link {
  margin: 10px 0 0;
  display: block;
}
#header.diorcom-header .account-roll .roll-password-link a {
  font-family: Arial, sans;
  font-size: 10px;
  text-decoration: underline;
  color: #9a9a9a;
  /* important for ie6 */
}
#header.diorcom-header .account-roll .button {
  height: 28px;
  padding: 2px 20px 0;
  line-height: 28px;
  border: none;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
}
#header.diorcom-header .account-roll .subscription-box {
  margin: 30px 0 0;
}
#header.diorcom-header .account-roll .subscription-box p {
  margin: 0 0 20px 0;
  font-family: Arial, sans;
  line-height: 18px;
  font-size: 12px;
  color: #000000;
}
#header.diorcom-header .account-roll .subscription-box .valid {
  margin: 30px 0 0;
}
/* IE */
.ie8 #header.diorcom-header .account-roll .valid input,
.ie8 #header.diorcom-header .account-roll .valid button {
  height: 30px;
  padding: 0 20px;
}
.ie6 #header.diorcom-header .account-roll li input,
.ie7 #header.diorcom-header .account-roll li input,
.ie8 #header.diorcom-header .account-roll li input {
  height: 22px !important;
  padding: 8px 0 0 10px;
}
.ie6 #header.diorcom-header .account-roll .button,
.ie7 #header.diorcom-header .account-roll .button {
  padding: 0 20px;
  line-height: 26px;
  font-size: 10px;
}
.ie6 #header.diorcom-header .account-roll .valid input,
.ie7 #header.diorcom-header .account-roll .valid input,
.ie6 #header.diorcom-header .account-roll .valid button,
.ie7 #header.diorcom-header .account-roll .valid button {
  height: 30px;
  padding: 0;
}
.ie6 #header.diorcom-header .account-roll .log-form {
  height: 30px;
  padding: 0 0 65px;
}
.ie6 #header.diorcom-header .valid {
  width: auto !important;
  margin: 30px 0 0;
}
/* --------------------
		PASSWORD
----------------------- */
#header.diorcom-header .password-roll {
  /* VALIDATION */
}
#header.diorcom-header .password-roll.open {
  height: auto;
}
#header.diorcom-header .password-roll .password-form {
  position: relative;
}
#header.diorcom-header .password-roll .password-form p {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 14px;
  color: #9A9A9A;
}
#header.diorcom-header .password-roll .password-form p.error-msg {
  margin: 10px 0 0;
  color: #fe0000;
}
#header.diorcom-header .password-roll .valid {
  float: right;
}
#header.diorcom-header .password-roll .cancel {
  float: left;
}
#header.diorcom-header .password-roll .roll-buttons {
  overflow: hidden;
}
.ie6 #header.diorcom-header .password-roll .roll-buttons {
  height: 30px;
  position: relative;
}
.ie6 #header.diorcom-header .password-roll .roll-buttons span {
  height: 30px;
  margin: 0;
  position: relative;
}
#header.diorcom-header .password-roll .roll-password-link {
  margin: 10px 0;
  display: block;
}
#header.diorcom-header .password-roll .roll-password-link a {
  font-size: 10px;
  text-decoration: underline;
  color: #9a9a9a;
  /* important for ie6 */
}
#header.diorcom-header .password-roll .valid-pop {
  padding: 40px;
  display: none;
  font-size: 12px;
  color: #9a9a9a;
  /* important for ie6 */
  z-index: 20;
  background-color: #fff;
}
/* IE */
.lte8 #header.diorcom-header .password-roll li input {
  height: 22px !important;
  padding: 8px 0 0 10px;
}
/* --------------------
	 	NEWSLETTER
-----------------------*/
#header.diorcom-header .newsletter-roll {
  /* LEGAL */
  /* VALIDATION */
}
#header.diorcom-header .newsletter-roll.open {
  height: auto;
}
#header.diorcom-header .newsletter-roll .roll-container {
  position: relative;
}
#header.diorcom-header .newsletter-roll .roll-description {
  margin: 0 0 30px;
  line-height: 18px;
  color: #000000;
  font-size: 12px;
}
#header.diorcom-header .newsletter-roll .roll-buttons {
  text-align: right;
}
.ie6 #header.diorcom-header .newsletter-roll .roll-buttons {
  height: 30px;
}
#header.diorcom-header .newsletter-roll .roll-password-link {
  margin: 10px 0;
  display: block;
}
#header.diorcom-header .newsletter-roll .roll-password-link a {
  font-size: 10px;
  text-decoration: underline;
  color: #9a9a9a;
  /* important for ie6 */
}
#header.diorcom-header .newsletter-roll .header-form h4 {
  margin-top: 30px;
}
#header.diorcom-header .newsletter-roll input,
#header.diorcom-header .newsletter-roll .jqTransformSelectWrapper {
  text-transform: uppercase;
}
#header.diorcom-header .newsletter-roll .universe {
  margin: 0 0 20px;
  overflow: hidden;
}
#header.diorcom-header .newsletter-roll .universe li {
  padding: 0 40px 0 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  vertical-align: top;
}
#header.diorcom-header .newsletter-roll .universe li.last {
  padding: 0;
}
#header.diorcom-header .newsletter-roll .universe.jap li {
  width: 220px !important;
}
#header.diorcom-header .newsletter-roll .universe input {
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#header.diorcom-header .newsletter-roll .universe label {
  max-width: 187.5px;
  _width: expression(this.scrollWidth > 187 ? "187px" : "auto");
  /* sets max-width for IE6 */
  margin: -4px 0 0 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 10px;
  color: #000000;
}
#header.diorcom-header .newsletter-roll p {
  margin: 0 0 20px;
  line-height: 12px;
  color: #9a9a9a;
  font-size: 10px;
}
#header.diorcom-header .newsletter-roll .error-msg {
  display: none;
  position: absolute;
  bottom: 15px;
  left: 40px;
  color: #fe0000;
}
#header.diorcom-header .newsletter-roll .legal {
  display: none;
}
#header.diorcom-header .newsletter-roll .legal h5 {
  margin: 0 0 30px;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
}
#header.diorcom-header .newsletter-roll .legal p {
  padding: 0 15px 0 0;
  font-size: 11px;
  line-height: 16px;
}
#header.diorcom-header .newsletter-roll .legal .legal-check {
  margin: 11px 0 18px;
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}
#header.diorcom-header .newsletter-roll .legal .legal-check .jqTransformCheckboxWrapper {
  margin: 0 5px 0 0;
}
#header.diorcom-header .newsletter-roll .legal .legal-check input,
#header.diorcom-header .newsletter-roll .legal .legal-check label {
  display: block;
  overflow: hidden;
}
#header.diorcom-header .newsletter-roll .legal .legal-check input {
  float: left;
}
#header.diorcom-header .newsletter-roll .legal .legal-check label {
  line-height: 18px;
}
#header.diorcom-header .newsletter-roll .legal .alert {
  margin: 0;
  display: none;
  color: #fe0000;
}
#header.diorcom-header .newsletter-roll .valid-pop {
  height: 379px;
  padding: 40px;
  display: none;
  font-size: 12px;
  background-color: #ffffff;
}
#header.diorcom-header .newsletter-roll .valid-pop p {
  margin: 150px auto 20px;
  font-size: 12px;
}
/* IE */
.ie6 #header.diorcom-header .newsletter-roll li input,
.ie7 #header.diorcom-header .newsletter-roll li input,
.ie8 #header.diorcom-header .newsletter-roll li input {
  height: 22px !important;
  padding: 8px 0 0 10px;
}
/* ------------------
		CART
--------------------- */
#header.diorcom-header .cart-roll {
  font-family: "CenturyGothic-Regular", CenturyGothic, AppleGothic, sans-serif;
  color: #000000;
}
#header.diorcom-header .cart-roll.open {
  height: auto;
}
#header.diorcom-header .cart-roll.cart--double .roll-container h5 {
  display: block;
}
#header.diorcom-header .cart-roll.cart--double .roll-container .cart-pcd {
  padding: 0 0 30px 0;
}
#header.diorcom-header .cart-roll.cart--empty .roll-container {
  padding: 40px 25px 30px 40px;
}
#header.diorcom-header .cart-roll.cart--empty .roll-container .cart-empty {
  display: block;
}
#header.diorcom-header .cart-roll.cart--empty .roll-container .viewport,
#header.diorcom-header .cart-roll.cart--empty .roll-container .scrollbar {
  height: auto;
}
#header.diorcom-header .cart-roll.cart--empty .roll-container .overview {
  position: static;
}
#header.diorcom-header .cart-roll #basket-loader {
  text-align: center;
}
#header.diorcom-header .cart-roll .cart-empty {
  padding: 30px 0 0;
  display: none;
  font-size: 12px;
  border-top: 1px solid #e5e5e5;
}
#header.diorcom-header .cart-roll .roll-container {
  padding: 40px 25px 40px 40px;
  /* 3 itemsVisible + arrows + advantages*/
  background-color: #ffffff;
}
#header.diorcom-header .cart-roll .roll-container .viewport,
#header.diorcom-header .cart-roll .roll-container .scrollbar {
  height: 460px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#header.diorcom-header .cart-roll .roll-container .viewport {
  width: 475px;
  position: relative;
  overflow: hidden;
}
#header.diorcom-header .cart-roll .roll-container .scrollbar {
  width: 5px;
}
#header.diorcom-header .cart-roll .roll-container .scrollbar.disable {
  display: none;
}
#header.diorcom-header .cart-roll .roll-container .overview {
  width: 455px;
  position: absolute;
}
#header.diorcom-header .cart-roll .roll-container .track {
  height: 100%;
  width: 5px;
  position: relative;
  background-color: #e5e5e5;
}
#header.diorcom-header .cart-roll .roll-container .thumb {
  width: 5px;
  position: absolute;
  top: 0;
  cursor: pointer;
  overflow: hidden;
}
#header.diorcom-header .cart-roll .roll-container .thumb .end {
  height: 100%;
  width: 100%;
  background-color: #000000;
  overflow: hidden;
}
#header.diorcom-header .cart-roll .roll-container h5 {
  margin: 0;
  padding: 20px 0;
  display: none;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #e5e5e5;
}
#header.diorcom-header .cart-roll .roll-container .cart-items {
  border-top: 1px solid #e5e5e5;
}
#header.diorcom-header .cart-roll .roll-container .cart-items .cart-item {
  font-size: 12px;
  line-height: 14px;
  border-bottom: 1px solid #e5e5e5;
}
#header.diorcom-header .cart-roll .roll-container .cart-items .cart-item img,
#header.diorcom-header .cart-roll .roll-container .cart-items .cart-item span,
#header.diorcom-header .cart-roll .roll-container .cart-items .cart-item a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#header.diorcom-header .cart-roll .roll-container .cart-items .cart-item .item-packshot {
  height: auto;
  width: 99px;
  text-align: center;
}
#header.diorcom-header .cart-roll .roll-container .cart-items .cart-item .item-infos,
#header.diorcom-header .cart-roll .roll-container .cart-items .cart-item .item-quantity {
  margin: 0 20px 0 0;
}
#header.diorcom-header .cart-roll .roll-container .cart-items .cart-item .item-price {
  margin: 0 16px 0 0;
}
#header.diorcom-header .cart-roll .roll-container .cart-items .cart-item .item-infos {
  width: 160px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-transform: uppercase;
}
#header.diorcom-header .cart-roll .roll-container .cart-items .cart-item .item-infos span {
  display: block;
}
#header.diorcom-header .cart-roll .roll-container .cart-items .cart-item .item-quantity {
  width: 70px;
  text-transform: uppercase;
}
#header.diorcom-header .cart-roll .roll-container .cart-items .cart-item .item-price {
  width: 60px;
}
#header.diorcom-header .cart-roll .roll-container .cart-items .cart-item .item-remove {
  text-indent: -9999px;
}
#header.diorcom-header .cart-roll .roll-container .cart-submit {
  text-align: right;
}
#header.diorcom-header .cart-roll .roll-container .cart-subtotal {
  margin: 40px 0 20px 0;
  font-size: 13px;
  text-transform: uppercase;
}
#header.diorcom-header .cart-roll .roll-container .cart-subtotal span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#header.diorcom-header .cart-roll .roll-container .cart-subtotal .subtotal-label {
  width: 70%;
  text-align: left;
}
#header.diorcom-header .cart-roll .roll-container .cart-subtotal .subtotal-quantity {
  width: 30%;
}
#header.diorcom-header .cart-roll .roll-container .cart-command-button {
  color: #ffffff;
}
#header.diorcom-header .cart-roll .roll-container .cart-delivery-date {
  margin: 10px 0 0 0;
  font-family: Arial, sans;
  font-size: 10px;
  color: #9a9a9a;
  text-transform: uppercase;
}
#header.diorcom-header .cart-roll .cart-advantages {
  height: 68px;
  padding: 25px 40px;
  font-size: 10px;
  line-height: 12px;
  color: #9a9a9a;
  background: url('../img/layout/cart-roll-advantages.jpg') transparent;
  text-align: right;
  text-transform: uppercase;
}
/* IE */
.ie6 #header.diorcom-full-header .cart-roll .container .next .arrow,
.ie7 #header.diorcom-full-header .cart-roll .container .next .arrow,
.ie6 #header.diorcom-full-header .cart-roll .container .prev .arrow,
.ie7 #header.diorcom-full-header .cart-roll .container .prev .arrow {
  *display: inline;
  zoom: 1;
  position: relative;
  top: 50%;
  margin-top: -10px;
}
.ie6 #header.diorcom-full-header .cart-roll .container .scrollContainer,
.ie7 #header.diorcom-full-header .cart-roll .container .scrollContainer {
  max-height: 376px;
  height: auto !important;
  height: 376px;
}
.ie6 #header.diorcom-full-header .cart-roll .container .cart-items .cart-item,
.ie7 #header.diorcom-full-header .cart-roll .container .cart-items .cart-item {
  display: table;
}
.ie6 #header.diorcom-full-header .cart-roll .container .cart-items .cart-item .cart-item--picture,
.ie7 #header.diorcom-full-header .cart-roll .container .cart-items .cart-item .cart-item--picture {
  display: table-cell;
  vertical-align: bottom;
  margin-top: 10px;
}
.ie6 #header.diorcom-full-header .cart-roll .container .cart-items .cart-item .cart-item--infos,
.ie7 #header.diorcom-full-header .cart-roll .container .cart-items .cart-item .cart-item--infos {
  display: table-cell;
  vertical-align: bottom;
  margin-top: 10px;
}
.ie6 #header.diorcom-full-header .cart-roll .container .cart-submit .cart-command--button,
.ie7 #header.diorcom-full-header .cart-roll .container .cart-submit .cart-command--button {
  height: 35px;
  padding: 0 25px ;
  font-size: 12px;
}
.ie6 #header.diorcom-full-header .cart-roll .container .cart-ecommerce p,
.ie7 #header.diorcom-full-header .cart-roll .container .cart-ecommerce p {
  padding-top: 25px;
}
.ie6 #header.diorcom-full-header .cart-roll .container .next.hidden,
.ie6 #header.diorcom-full-header .cart-roll .container .prev.hidden {
  visibility: hidden;
}
.ie6 #header.diorcom-full-header .cart-roll .container .next.hidden .arrow,
.ie6 #header.diorcom-full-header .cart-roll .container .prev.hidden .arrow {
  display: none;
}
.ie6 #header.diorcom-full-header .cart-roll .container .cart-submit .cart-subtotal {
  margin-bottom: 15px;
}
.ie6 #header.diorcom-full-header .cart-roll .container .cart-items .cart-item .container .cart-item--infos .item-infos--oneLine .item-remove {
  background: url(../img/sprites/spriteTransverse.png) no-repeat -135px 1px #ffffff !important;
}
.ie8 #header.diorcom-full-header .cart-roll .container .cart-submit .cart-command--button {
  height: 35px;
  padding: 0 25px ;
}
/* --------------------
		SEARCH
----------------------- */
#header.diorcom-header .search-roll.open {
  height: auto;
}
#header.diorcom-header .search-roll form {
  margin: 0 0 10px;
}
#header.diorcom-header .search-roll input,
#header.diorcom-header .search-roll button,
#header.diorcom-header .search-roll .btn-shop {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  vertical-align: top;
}
#header.diorcom-header .search-roll input {
  width: 326px;
}
#header.diorcom-header .search-roll button,
#header.diorcom-header .search-roll .btn-shop {
  width: 104px;
  height: 30px;
  margin: 0 0 0 20px;
  padding: 3px 0 0 0;
  cursor: pointer;
}
#header.diorcom-header .search-roll button .font-icon-glass,
#header.diorcom-header .search-roll .btn-shop .font-icon-glass {
  color: #000000;
}
#header.diorcom-header .search-roll .roll-keywords {
  margin: 0 0 20px;
  padding: 0 0 30px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
#header.diorcom-header .search-roll .roll-keywords li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.lte7 #header.diorcom-header .search-roll .roll-keywords li {
  height: 15px;
}
#header.diorcom-header .search-roll .roll-keywords li a,
#header.diorcom-header .search-roll .roll-keywords li .hr {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 12px;
}
#header.diorcom-header .search-roll .roll-keywords li a {
  vertical-align: top;
  color: #000000;
}
#header.diorcom-header .search-roll .roll-keywords li a:hover {
  text-decoration: underline;
}
.lte7 #header.diorcom-header .search-roll .roll-keywords li a {
  height: 15px;
  padding: 0 0 2px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  vertical-align: top;
}
#header.diorcom-header .search-roll .roll-keywords li .hr {
  height: 16px;
  margin: 0 10px 0;
}
#header.diorcom-header .search-roll .roll-inline-title {
  width: 337px;
  margin: 8px 0 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#header.diorcom-header .search-roll .btn-shop {
  height: 27px;
  line-height: 30px;
  text-align: center;
}
/* IE */
.lte7 #header.diorcom-header .search-roll li {
  font-size: 14px;
}
.lte7 #header.diorcom-header .search-roll .hr {
  font-size: 14px;
}
.lte7 #header.diorcom-header .search-roll .btn-shop {
  height: 22px;
  padding-top: 8px;
}
/* ------------------
		ERROR
--------------------- */
#header.diorcom-header .error-roll.open {
  height: auto;
}
#header.diorcom-header .error-roll p {
  padding: 35px 0;
  text-align: center;
  font-size: 12px;
  color: #fe0000;
}
/* --------------------
	TOP MENU LAYER
	----------------------- */
#header.diorcom-header.metanav-open .diorcom-header-topmenu {
  top: 357px;
}
#header.diorcom-header.fixed .diorcom-header-topmenu {
  top: 76px;
}
#header.diorcom-header .diorcom-header-topmenu {
  height: 0px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 131px;
  z-index: 15;
  background-color: #fff;
  overflow: hidden;
}
#header.diorcom-header .diorcom-header-topmenu .arrow-topMenu {
  display: none;
  -webkit-transition: right 0.4s linear;
  -moz-transition: right 0.4s linear;
  -o-transition: right 0.4s linear;
  transition: right 0.4s linear;
}
#header.diorcom-header .diorcom-header-topmenu.opened-topMenu .arrow-topMenu {
  width: 0px;
  height: 0px;
  display: none;
  position: absolute;
  top: -5px;
  right: 50%;
  z-index: 60;
  line-height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #ffffff transparent;
  _border-color: #000000 #000000 #ffffff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  -webkit-transition: right 0.4s linear;
  -moz-transition: right 0.4s linear;
  -o-transition: right 0.4s linear;
  transition: right 0.4s linear;
}
#header.diorcom-header .diorcom-header-topmenu .nav-content {
  height: 0px;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
#header.diorcom-header .diorcom-header-topmenu .nav-content.open {
  height: auto;
}
#header.diorcom-header .diorcom-header-topmenu .nav-content .container {
  padding: 15px 0 50px 0;
  background-color: #fff;
}
#header.diorcom-header .diorcom-header-topmenu .nav-content .column-availability {
  margin-top: 15px;
  font-size: 11px;
  color: #9a9a9a;
  text-transform: none;
}
#header.diorcom-header .diorcom-header-topmenu .nav-content .topmenu-title {
  width: 90%;
  margin: 0 auto 15px auto;
  font-size: 13px;
  text-transform: uppercase;
  text-align: left;
}
#header.diorcom-header .diorcom-header-topmenu .nav-content h4 {
  margin: 0 0 16px;
  padding: 2px 0 0;
  line-height: 16px;
  font-size: 12px;
  color: #9a9a9a;
}
#header.diorcom-header .diorcom-header-topmenu .nav-content li {
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}
#header.diorcom-header .diorcom-header-topmenu .nav-content li a {
  padding: 0 20px 0 0;
  display: block;
}
#header.diorcom-header .diorcom-header-topmenu .nav-content li a img {
  margin: 0 0 20px;
  width: 100%;
  height: auto;
}
#header.diorcom-header .diorcom-header-topmenu .nav-content li.horizontal-separator {
  height: 1px;
  width: 16px;
  margin: 10px 0 12px 0;
  background-color: #e5e5e5;
  overflow: hidden;
}
#header.diorcom-header .diorcom-header-topmenu .nav-content .second-line {
  margin: 30px 0 0 0;
}
#header.diorcom-header .diorcom-header-topmenu .nav-content a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  color: #000000;
}
#header.diorcom-header .diorcom-header-topmenu .nav-content a:hover {
  text-decoration: underline;
}
#header.diorcom-header .diorcom-header-topmenu .nav-content a.topmenu-picture--full {
  padding: 0 20px 0 0;
  display: block;
}
#header.diorcom-header .diorcom-header-topmenu .nav-content a.topmenu-picture--full img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  border: 1px solid #e5e5e5;
}
#header.diorcom-header .diorcom-header-topmenu .nav-content .topmenu-availibility {
  font-size: 10px;
  color: #9a9a9a;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#header.diorcom-header .diorcom-header-topmenu .nav-content .topmenu-availibility.hidden {
  display: block;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
#header.diorcom-header .diorcom-header-topmenu .multilines-columns .column {
  vertical-align: bottom;
}
.breakpoint-typo #header.diorcom-header .header-topmenu .nav-content .topmenu-title {
  font-size: 12px;
}
.breakpoint-typo #header.diorcom-header .header-topmenu .nav-content h4 {
  font-size: 11px;
}
.breakpoint-typo #header.diorcom-header .header-topmenu .nav-content li {
  font-size: 12px;
}
/* ----------------------
		Header
------------------------- */
.diorcom-header {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 20;
  font-family: "CenturyGothic-Regular", CenturyGothic, AppleGothic, sans-serif;
  /* -----------------
             Nav
    -------------------- */
  /* -----------------
            Sticky
    -------------------- */
}
.diorcom-header.fixed {
  position: fixed;
  top: 0;
}
.diorcom-header.fixed .diorcom-header-bar,
.diorcom-header.fixed .diorcom-header-subnav {
  height: 0px;
  border: 0;
}
.diorcom-header.fixed .diorcom-header-bar .header-bar-content,
.diorcom-header.fixed .diorcom-header-subnav .header-bar-content,
.diorcom-header.fixed .diorcom-header-bar .header-subnav-content,
.diorcom-header.fixed .diorcom-header-subnav .header-subnav-content {
  height: 0px;
  padding: 0px;
}
.diorcom-header.fixed .diorcom-header-sticky {
  height: 75px;
  border-bottom: 1px solid #e5e5e5;
}
.diorcom-header.fixed .diorcom-header-sticky .header-sticky-logo .font-icon-dior {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/medias/version-5/img/hIEfix.png', sizingMethod='crop');
  zoom: 1;
}
.win.firefox .diorcom-header.fixed .diorcom-header-sticky .header-sticky-logo .font-icon-dior {
  text-shadow: -1px 0px 0 rgba(0, 0, 0, 0.2), 1px 0px 0 rgba(0, 0, 0, 0.2), 0px -1px 0 rgba(0, 0, 0, 0.2), 0px 1px 0 rgba(0, 0, 0, 0.2);
}
.diorcom-header.fixed .font-icon-bag,
.diorcom-header.fixed .font-icon-mail,
.diorcom-header.fixed .font-icon-glass {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/medias/version-5/img/hIEfix.png', sizingMethod='crop');
  zoom: 1;
}
.diorcom-header.transparent .diorcom-header-bar {
  background: none;
  background: rgba(0, 0, 0, 0);
  border-bottom: #ffffff 1px solid;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}
.diorcom-header.transparent.hover .diorcom-header-bar {
  background: #000000;
}
.diorcom-header .container {
  max-width: 1400px;
  _width: expression(this.scrollWidth > 1400 ? "1400px" : "auto");
  /* sets max-width for IE6 */
  margin: 0px auto;
  padding: 40px 0 40px 0;
}
.diorcom-header .container .header-close {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 1;
  overflow: hidden;
}
.diorcom-header .container .header-close span {
  display: block;
  text-indent: -9999px;
}
.diorcom-header .grid {
  text-align: center;
}
.diorcom-header .grid .column {
  margin: 0;
}
.diorcom-header .grid .one-quarter,
.diorcom-header .grid .one-third {
  width: 22.5%;
}
.lte7 .diorcom-header .grid .one-quarter,
.lte7 .diorcom-header .grid .one-third {
  width: 20%;
}
.diorcom-header .grid .three-quarters {
  width: 67.5%;
}
.diorcom-header .grid .three-quarters .one-third {
  width: 33.333%;
}
.diorcom-header .grid .one-fifth {
  width: 18%;
}
.diorcom-header .font-icon-dior {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 110px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/medias/version-5/img/hIEfix.png', sizingMethod='crop');
  zoom: 1;
}
.diorcom-header .font-icon-dior span {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/medias/version-5/img/hIEfix.png', sizingMethod='crop');
  zoom: 1;
}
.win.firefox .diorcom-header .font-icon-dior {
  text-shadow: -1px 0px 0 rgba(255, 255, 255, 0.25), 1px 0px 0 rgba(255, 255, 255, 0.25), 0px -1px 0 rgba(255, 255, 255, 0.25), 0px 1px 0 rgba(255, 255, 255, 0.25);
}
.diorcom-header .font-icon-bag,
.diorcom-header .font-icon-mail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 18px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/medias/version-5/img/hIEfix.png', sizingMethod='crop');
  zoom: 1;
}
.win.firefox .diorcom-header .font-icon-bag,
.win.firefox .diorcom-header .font-icon-mail {
  text-shadow: -1px 0px 0 rgba(255, 255, 255, 0.25), 1px 0px 0 rgba(255, 255, 255, 0.25), 0px -1px 0 rgba(255, 255, 255, 0.25), 0px 1px 0 rgba(255, 255, 255, 0.25);
}
.diorcom-header .font-icon-bag {
  margin: -4px 0 0 0;
}
.diorcom-header .font-icon-mail {
  margin: -2px 0 0 0;
}
.diorcom-header .diorcom-header-bar {
  height: auto;
  background-color: #000000;
}
.diorcom-header .diorcom-header-bar .header-metanav {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  background: #ffffff;
  overflow: hidden;
}
.lte7 .diorcom-header .diorcom-header-bar .header-metanav {
  height: 0;
}
.diorcom-header .diorcom-header-bar .header-bar-content {
  height: 75px;
  max-width: 1400px;
  _width: expression(this.scrollWidth > 1400 ? "1400px" : "auto");
  /* sets max-width for IE6 */
  margin: 0 auto;
  display: block;
  position: relative;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
}
.diorcom-header .diorcom-header-bar .arrow-down--big {
  position: absolute;
  top: -32px;
  left: 50%;
  margin: 0 0 0 -12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 0px;
  height: 0px;
  border-style: solid;
  line-height: 0px;
  border-width: 8px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
  _border-color: #ffffff #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  display: none;
}
.lte7 .diorcom-header .diorcom-header-bar .arrow-down--big {
  top: -34px;
}
.diorcom-header .diorcom-header-bar .header-nav-left,
.diorcom-header .diorcom-header-bar .header-nav-right {
  height: 17px;
  margin: -6px 0 0 0;
  position: absolute;
  top: 50%;
  font-size: 11px;
  color: #ffffff;
}
.diorcom-header .diorcom-header-bar .header-nav-left a,
.diorcom-header .diorcom-header-bar .header-nav-right a {
  color: #ffffff;
}
.diorcom-header .diorcom-header-bar .header-nav-left {
  left: 0;
  text-align: left;
  white-space: nowrap;
}
.diorcom-header .diorcom-header-bar .header-nav-left.active .arrow-down {
  width: 0px;
  height: 0px;
  border-style: solid;
  line-height: 0px;
  border-width: 0 3px 4px 3px;
  border-color: transparent transparent #ffffff transparent;
  _border-color: #000000 #000000 #ffffff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.diorcom-header .diorcom-header-bar .header-nav-left.active .arrow-down--big {
  display: block;
}
.diorcom-header .diorcom-header-bar .header-nav-left .univers-nav {
  padding: 0 5px 0 0;
  position: relative;
  background-color: transparent;
}
.ie6 .diorcom-header .diorcom-header-bar .header-nav-left .univers-nav {
  cursor: pointer;
}
.diorcom-header .diorcom-header-bar .header-nav-left .univers-name {
  padding: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  vertical-align: top;
  color: #fff;
  text-decoration: underline;
}
.ie6 .diorcom-header .diorcom-header-bar .header-nav-left .univers-name {
  margin: -2px 0 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.diorcom-header .diorcom-header-bar .header-nav-left .arrow-down {
  margin: -2px 0 0 10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  line-height: 0px;
  border-width: 4px 3px 0 3px;
  border-color: #ffffff transparent transparent transparent;
  _border-color: #ffffff #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.lte7 .diorcom-header .diorcom-header-bar .header-nav-left .arrow-down {
  margin-top: 1px;
}
.ie6 .diorcom-header .diorcom-header-bar .header-nav-left .arrow-down {
  margin-top: 15px;
  cursor: pointer;
}
.diorcom-header .diorcom-header-bar .header-logo {
  height: 40px;
  width: 102px;
  margin: 0 auto;
  padding-top: 8px;
}
.diorcom-header .diorcom-header-bar .header-logo a {
  color: #ffffff;
}
.diorcom-header .diorcom-header-bar .header-logo .font-icon-dior {
  margin: -25px 0 0 0;
}
.diorcom-header .diorcom-header-bar .header-nav-right {
  margin: -8px 0 0 0;
  right: 0px;
  text-align: right;
  border: none;
}
.diorcom-header .diorcom-header-bar .header-nav-right .icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.diorcom-header .diorcom-header-bar .header-nav-right #headerLinkSecondLine {
  clear: both;
}
.diorcom-header .diorcom-header-bar .header-nav-right .nav-line {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.diorcom-header .diorcom-header-bar .header-nav-right li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 25px 0 0;
}
.diorcom-header .diorcom-header-bar .header-nav-right li.separator {
  width: 1px;
  margin-right: 15px;
  text-align: left;
}
.diorcom-header .diorcom-header-bar .header-nav-right li.separator span {
  display: block;
  text-indent: -9999px;
  border-right: 1px solid #ffffff;
}
.diorcom-header .diorcom-header-bar .header-nav-right li a {
  display: block;
}
.lte7 .diorcom-header .diorcom-header-bar .header-nav-right li a {
  cursor: pointer;
}
.diorcom-header .diorcom-header-bar .header-nav-right .advantages-nav {
  margin-top: -1px;
  position: relative;
}
.diorcom-header .diorcom-header-bar .header-nav-right .advantages-nav.active .arrow-down--big {
  display: block;
}
.diorcom-header .diorcom-header-bar .header-nav-right .advantages-nav .arrow-down--big {
  top: -33px;
}
.diorcom-header .diorcom-header-bar .header-nav-right .logout {
  height: 9px;
  margin-top: -1px;
}
.diorcom-header .diorcom-header-bar .header-nav-right .logout a {
  width: 8px;
  height: 8px;
  padding: 0;
  display: block;
  position: relative;
  top: 3px;
  background: url(../img/sprites/sprite-icon.png) no-repeat;
  background-position: -462px -263px;
}
.diorcom-header .diorcom-header-bar .header-nav-right .logout a:hover span {
  visibility: visible;
}
.diorcom-header .diorcom-header-bar .header-nav-right .logout span {
  height: 11px;
  padding: 3px 8px 1px 4px;
  position: absolute;
  left: 0;
  top: 16px;
  font-size: 9px;
  visibility: hidden;
  white-space: nowrap;
  color: #afafaf;
}
.diorcom-header .diorcom-header-bar .header-nav-right .logout span i {
  display: block;
  width: 4px;
  height: 17px;
  background: url(../img/sprites/sprite-icon.png) no-repeat;
  background-position: -471px -250px;
  position: absolute;
  right: 0;
  top: 0;
}
.diorcom-header .diorcom-header-bar .header-nav-right .gocart-nav {
  margin-right: 15px;
}
.diorcom-header .diorcom-header-bar .header-nav-right .gocart-nav span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.diorcom-header .diorcom-header-bar .header-nav-right .newsletter-nav {
  margin-right: 15px;
}
.diorcom-header .diorcom-header-bar .header-nav-right .search-nav {
  margin-right: 0px;
}
.diorcom-header .diorcom-header-subnav {
  height: auto;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.diorcom-header .diorcom-header-subnav .header-subnav-content {
  height: auto;
  max-width: 1400px;
  _width: expression(this.scrollWidth > 1400 ? "1400px" : "auto");
  /* sets max-width for IE6 */
  margin: 0 auto;
  padding: 20px 0;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.diorcom-header .diorcom-header-subnav .header-subnav-content a {
  margin: 2px 0 0 0;
  display: block;
  color: #000000;
}
.diorcom-header .diorcom-header-subnav .header-subnav-content a:hover {
  text-decoration: underline;
}
.diorcom-header .diorcom-header-subnav .header-subnav-content li {
  height: 15px;
  margin: 0 25px 0 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.diorcom-header .diorcom-header-subnav .header-subnav-content li.separator {
  width: 1px;
}
.diorcom-header .diorcom-header-subnav .header-subnav-content li.separator span {
  display: block;
  text-indent: -9999px;
  border-right: 1px solid #e5e5e5;
}
.diorcom-header .diorcom-header-subnav .header-subnav-content li.subnav--last {
  margin: 0;
}
.diorcom-header .diorcom-header-subnav .header-subnav-content li.right-aligned {
  margin-right: 0;
  position: absolute;
  right: 0;
}
.diorcom-header .diorcom-header-subnav .header-subnav-content li.active i {
  display: block;
}
.ie6 .diorcom-header .diorcom-header-subnav .header-subnav-content li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.ie6 .diorcom-header .diorcom-header-subnav .header-subnav-content li .icon-arrow-up--lightGrey {
  bottom: -23px;
}
.diorcom-header .diorcom-header-subnav a {
  position: relative;
}
.diorcom-header .diorcom-header-subnav a i {
  margin-left: -12px;
  display: none;
  position: absolute;
  bottom: -22px;
  left: 50%;
  background-color: #ffffff;
}
.diorcom-header .diorcom-header-subnav .animated {
  -webkit-transition: top 0.4s ease-out;
  -moz-transition: top 0.4s ease-out;
  -o-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
}
.diorcom-header .diorcom-header-sticky {
  height: 0px;
  width: 100%;
  background-color: #ffffff;
  border: 0px;
  overflow: hidden;
}
.diorcom-header .diorcom-header-sticky .header-sticky-content {
  height: 75px;
  max-width: 1400px;
  _width: expression(this.scrollWidth > 1400 ? "1400px" : "auto");
  /* sets max-width for IE6 */
  margin: 0 auto;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
}
.diorcom-header .diorcom-header-sticky .header-sticky-content li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.diorcom-header .diorcom-header-sticky .header-sticky-content li.separator {
  margin-top: -1px;
}
.diorcom-header .diorcom-header-sticky .header-sticky-content a {
  color: #000000;
}
.diorcom-header .diorcom-header-sticky .header-sticky-logo,
.diorcom-header .diorcom-header-sticky .header-sticky-nav-left {
  float: left;
}
.diorcom-header .diorcom-header-sticky .header-sticky-logo {
  margin: 0 30px 0 0;
  overflow: hidden;
}
.diorcom-header .diorcom-header-sticky .header-sticky-logo .font-icon-dior {
  margin: -17px 0 0 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.diorcom-header .diorcom-header-sticky .header-sticky-nav-left li {
  height: 17px;
  padding: 48px 0 10px 0;
  margin: 0 25px 0 0;
}
.diorcom-header .diorcom-header-sticky .header-sticky-nav-left li a {
  display: block;
}
.diorcom-header .diorcom-header-sticky .header-sticky-nav-left li a:hover {
  text-decoration: underline;
}
.diorcom-header .diorcom-header-sticky .header-sticky-nav-right {
  float: right;
}
.diorcom-header .diorcom-header-sticky .header-sticky-nav-right li {
  height: 12px;
  padding: 48px 0 15px 0;
  margin: 0 15px 0 0;
}
.diorcom-header .diorcom-header-sticky .header-sticky-nav-right i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.diorcom-header .diorcom-header-sticky .header-sticky-nav-right .search-nav {
  margin-right: 0px;
}
.breakpoint-tablet .diorcom-header .container,
.breakpoint-tablet .diorcom-header .header-bar-content,
.breakpoint-tablet .diorcom-header .header-subnav-content,
.breakpoint-tablet .diorcom-header .header-sticky-content {
  max-width: 984px;
  _width: expression(this.scrollWidth > 984 ? "984px" : "auto");
  /* sets max-width for IE6 */
}
.breakpoint-tablet .diorcom-header .diorcom-header-bar .header-nav-right {
  margin-top: -20px;
}
.breakpoint-tablet .diorcom-header .diorcom-header-bar .header-nav-right .nav-line {
  margin-bottom: 12px;
  display: block;
}
.breakpoint-tablet .diorcom-header .diorcom-header-bar .header-nav-right .nav-line.nav-line-last {
  margin: 0;
}
.breakpoint-tablet .diorcom-header .diorcom-header-bar .header-nav-right .nav-line .advantages-nav .arrow-down--big {
  top: -20px;
}
.breakpoint-tablet .diorcom-header .diorcom-header-bar .header-nav-right .nav-line .header-nav-last {
  margin-right: 0;
}
.breakpoint-small .diorcom-header .container,
.breakpoint-small .diorcom-header .header-bar-content,
.breakpoint-small .diorcom-header .header-subnav-content,
.breakpoint-small .diorcom-header .header-sticky-content {
  margin: 0 20px;
}
.ie6 .diorcom-header i {
  font-style: normal;
}
.diorcom-header .unfixed #header.diorcom-header {
  position: relative;
  left: auto;
  bottom: auto;
}
.diorcom-header .unfixed #container {
  padding-top: 0;
}
/* ----------------------
Header
------------------------- */
.diorcom-header.header-lmd {
  position: fixed;
  top: 0;
  /* -----------------
    Sticky
    -------------------- */
}
.diorcom-header.header-lmd.fixed {
  position: fixed;
  top: 0;
}
.diorcom-header.header-lmd.fixed .diorcom-header-bar {
  height: 0px;
  border: 0;
}
.diorcom-header.header-lmd.fixed .diorcom-header-bar .header-bar-content {
  height: 0px;
  padding: 0px;
}
.diorcom-header.header-lmd.fixed .diorcom-header-sticky {
  height: 90px;
  border-bottom: 1px solid #e5e5e5;
}
.diorcom-header.header-lmd.metanav-open .diorcom-header-rolls {
  top: 317px;
}
.diorcom-header.header-lmd .diorcom-header-rolls {
  top: 91px;
}
.diorcom-header.header-lmd .diorcom-header-bar {
  background: #ffffff;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.diorcom-header.header-lmd .diorcom-header-bar .header-bar-content {
  height: 90px;
}
.diorcom-header.header-lmd .diorcom-header-bar .arrow-down--big {
  position: absolute;
  top: -30px;
  left: 50%;
  margin: 0 0 0 -12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 0px;
  height: 0px;
  border-style: solid;
  line-height: 0px;
  border-width: 8px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
  _border-color: #ffffff #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  display: none;
}
.lte7 .diorcom-header.header-lmd .diorcom-header-bar .arrow-down--big {
  top: -33px;
}
.diorcom-header.header-lmd .diorcom-header-bar .header-nav-left,
.diorcom-header.header-lmd .diorcom-header-bar .header-nav-right,
.diorcom-header.header-lmd .diorcom-header-bar .header-nav-center {
  position: absolute;
  top: 50%;
  font-family: "CenturyGothic-Regular", CenturyGothic, AppleGothic, sans-serif;
  color: #000000;
}
.diorcom-header.header-lmd .diorcom-header-bar .header-nav-left a,
.diorcom-header.header-lmd .diorcom-header-bar .header-nav-right a,
.diorcom-header.header-lmd .diorcom-header-bar .header-nav-center a {
  color: #000000;
}
.diorcom-header.header-lmd .diorcom-header-bar .header-nav-left {
  height: 12px;
  margin: -6px 0 0 0;
}
.diorcom-header.header-lmd .diorcom-header-bar .header-nav-left.active .arrow-down {
  width: 0px;
  height: 0px;
  border-style: solid;
  line-height: 0px;
  border-width: 0 3px 4px 3px;
  border-color: transparent transparent #000000 transparent;
  _border-color: #000000 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.diorcom-header.header-lmd .diorcom-header-bar .header-nav-left .univers-name {
  color: #000000;
}
.diorcom-header.header-lmd .diorcom-header-bar .header-nav-left .arrow-down {
  width: 0px;
  height: 0px;
  border-style: solid;
  line-height: 0px;
  border-width: 4px 3px 0 3px;
  border-color: #000000 transparent transparent transparent;
  _border-color: #000000 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.diorcom-header.header-lmd .diorcom-header-bar .header-nav-center {
  height: 17px;
  margin: 37px auto;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: static;
  top: auto;
  left: auto;
  font-size: 14px;
}
.diorcom-header.header-lmd .diorcom-header-bar .header-nav-center li {
  margin: 0 25px 0 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.diorcom-header.header-lmd .diorcom-header-bar .header-nav-center li a {
  display: block;
}
.lte7 .diorcom-header.header-lmd .diorcom-header-bar .header-nav-center li a {
  cursor: pointer;
}
.diorcom-header.header-lmd .diorcom-header-bar .header-nav-center li a:hover {
  text-decoration: underline;
}
.diorcom-header.header-lmd .diorcom-header-bar .header-nav-right {
  height: 32px;
  margin: -16px 0 0 0;
}
.diorcom-header.header-lmd .diorcom-header-bar .header-nav-right .search-nav {
  margin-right: 15px;
}
.diorcom-header.header-lmd .diorcom-header-sticky .header-sticky-content {
  height: 90px;
}
.diorcom-header.header-lmd .diorcom-header-sticky .header-sticky-logo {
  padding: 25px 0;
  display: block;
}
.diorcom-header.header-lmd .diorcom-header-sticky .header-sticky-logo img {
  height: 40px;
}
.diorcom-header.header-lmd .diorcom-header-sticky .header-sticky-nav-left,
.diorcom-header.header-lmd .diorcom-header-sticky .header-sticky-nav-right {
  margin: 52px auto 0 auto;
  font-family: "CenturyGothic-Regular", CenturyGothic, AppleGothic, sans-serif;
}
.diorcom-header.header-lmd .diorcom-header-sticky .header-sticky-nav-left li,
.diorcom-header.header-lmd .diorcom-header-sticky .header-sticky-nav-right li {
  height: auto;
  padding: 0;
}
.diorcom-header.header-lmd .diorcom-header-sticky .header-sticky-nav-left li a,
.diorcom-header.header-lmd .diorcom-header-sticky .header-sticky-nav-right li a {
  padding: 0;
  font-size: 14px;
}
.diorcom-header.header-lmd .diorcom-header-sticky .header-sticky-nav-right {
  margin: 29px auto 0 auto;
}
.diorcom-header.header-lmd .diorcom-header-sticky .header-sticky-nav-right .search-nav {
  margin-right: 15px;
}
.breakpoint-tablet .diorcom-header.header-lmd .header-bar-content {
  text-align: left;
}
.breakpoint-tablet .diorcom-header.header-lmd .header-bar-content .header-nav-left {
  position: static;
  top: auto;
  left: auto;
  margin: 37px 25px auto 0;
}
.breakpoint-tablet .diorcom-header.header-lmd .header-bar-content .header-nav-left .univers-name {
  vertical-align: baseline;
}
.ecrin-minisite-v6.ecrin-lmd #mainScroller.init-padding {
  padding-top: 91px;
}
.ecrin-minisite-v6.ecrin-lmd.metanav-open #mainScroller {
  padding-top: 260px;
}
.diorcom-footer {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  text-transform: uppercase;
  background-color: #ffffff;
  font-family: "CenturyGothic-Regular", CenturyGothic, AppleGothic, sans-serif;
}
.diorcom-footer hr {
  width: 60px;
  height: 1px;
  margin: 0 auto;
  display: block;
  border: none;
  background-color: #e5e5e5;
}
.ie7 .diorcom-footer .footer-socials,
.ie7 .diorcom-footer .footer-links,
.ie7 .diorcom-footer .footer-sublinks,
.ie7 .diorcom-footer .social-title {
  position: relative;
  z-index: 20;
}
.diorcom-footer .footer-socials,
.diorcom-footer .footer-links,
.diorcom-footer .footer-sublinks {
  padding: 40px 0px;
  text-align: center;
}
.diorcom-footer .footer-socials .nav-last,
.diorcom-footer .footer-links .nav-last,
.diorcom-footer .footer-sublinks .nav-last {
  margin-right: 0px;
}
.diorcom-footer .footer-socials li,
.diorcom-footer .footer-links li,
.diorcom-footer .footer-sublinks li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  vertical-align: top;
}
.diorcom-footer .footer-socials a,
.diorcom-footer .footer-links a,
.diorcom-footer .footer-sublinks a {
  color: #000000;
}
.lte7 .diorcom-footer .footer-socials,
.lte7 .diorcom-footer .footer-links,
.lte7 .diorcom-footer .footer-sublinks {
  position: relative;
  z-index: 20;
}
.diorcom-footer .social-title {
  margin: 40px auto 18px;
  text-align: center;
  font-size: 13px;
  color: #000000;
}
.diorcom-footer .footer-socials {
  padding: 0 0 40px;
}
.diorcom-footer .footer-socials li {
  margin: 0 42px 0 0;
}
.diorcom-footer .footer-socials a {
  height: 43px;
  width: 43px;
  display: block;
  position: relative;
  cursor: pointer;
}
.diorcom-footer .footer-socials a i {
  margin: -10px 0 0 -10px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/medias/version-5/img/hIEfix.png', sizingMethod='crop');
  zoom: 1;
}
.win.firefox .diorcom-footer .footer-socials a i {
  text-shadow: -1px 0px 0 rgba(255, 255, 255, 0.25), 1px 0px 0 rgba(255, 255, 255, 0.25), 0px -1px 0 rgba(255, 255, 255, 0.25), 0px 1px 0 rgba(255, 255, 255, 0.25);
}
.diorcom-footer .footer-socials a i.icon-bg {
  margin: 0;
  top: 0;
  left: 0;
  font-size: 43px;
  color: #000000;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/medias/version-5/img/hIEfix.png', sizingMethod='crop');
  zoom: 1;
}
.win.firefox .diorcom-footer .footer-socials a i.icon-bg {
  text-shadow: -1px 0px 0 rgba(0, 0, 0, 0.2), 1px 0px 0 rgba(0, 0, 0, 0.2), 0px -1px 0 rgba(0, 0, 0, 0.2), 0px 1px 0 rgba(0, 0, 0, 0.2);
}
.diorcom-footer .footer-links {
  padding: 40px 0px 35px;
}
.diorcom-footer .footer-links li {
  margin: 0 32px 0 0;
  font-size: 13px;
}
.diorcom-footer .footer-links a {
  display: block;
}
.diorcom-footer .footer-links a:hover,
.diorcom-footer .footer-links a.active {
  text-decoration: underline;
}
.diorcom-footer .footer-links .footer-language {
  position: relative;
}
.diorcom-footer .footer-links .sprite-icon {
  margin: -1px 0 0 2px;
  vertical-align: top;
}
.diorcom-footer .footer-links .arrow-up-footer {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 0px;
  height: 0px;
  border-style: solid;
  line-height: 0px;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #000000 transparent;
  _border-color: #000000 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.diorcom-footer .footer-links .arrow-down-footer {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 0px;
  height: 0px;
  border-style: solid;
  line-height: 0px;
  border-width: 5px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  _border-color: #000000 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.diorcom-footer .footer-links .arrow-up-footer,
.diorcom-footer .footer-links .arrow-down-footer {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-top: -2px;
}
.diorcom-footer .footer-language {
  position: relative;
}
.diorcom-footer .footer-language i {
  display: none;
  margin: 0 0 0 -12px;
  position: absolute;
  top: -41px;
  left: 50%;
  background-color: #ffffff;
}
.diorcom-footer .footer-language.active i {
  display: block;
}
.diorcom-footer .footer-sublinks {
  font-size: 11px;
}
.diorcom-footer .footer-sublinks li {
  margin: 0 0 0 5px;
  color: #9a9a9a;
}
.diorcom-footer .footer-sublinks .first {
  margin: 0;
}
.diorcom-footer .footer-sublinks a {
  color: #9a9a9a;
}
.diorcom-footer .footer-sublinks a:hover {
  padding: 0 0 2px;
  text-decoration: underline;
}
.diorcom-footer .footer-sublinks .icon-footer-icp {
  display: block;
}
.lte8 .diorcom-footer .footer-sublinks li {
  height: 13px;
}
.lte8 .diorcom-footer .footer-sublinks a {
  height: 13px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  vertical-align: top;
}
.diorcom-footer .footer-languages-panel {
  max-width: 1440px;
  _width: expression(this.scrollWidth > 1440 ? "1440px" : "auto");
  /* sets max-width for IE6 */
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.diorcom-footer .footer-languages-panel.active {
  border-top: 1px solid #e5e5e5;
}
.lte7 .diorcom-footer .footer-languages-panel {
  position: relative;
  z-index: 10;
}
.diorcom-footer .footer-languages-panel .languages-columns {
  width: 975px;
  margin: 43px auto;
}
.ie6 .diorcom-footer .footer-languages-panel .languages-columns {
  margin: 5px auto 0;
}
.diorcom-footer .footer-languages-panel .column {
  width: 183px;
  padding: 0 0 0 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  vertical-align: top;
}
.ie6 .diorcom-footer .footer-languages-panel .column {
  width: 182px;
}
.diorcom-footer .footer-languages-panel .column li {
  margin: 0 0 12px;
  position: relative;
  font-size: 13px;
}
.diorcom-footer .footer-languages-panel .column li a,
.diorcom-footer .footer-languages-panel .column li .active {
  color: #000000;
}
.diorcom-footer .footer-languages-panel .column li a:hover,
.diorcom-footer .footer-languages-panel .column li .active {
  text-decoration: underline;
}
.diorcom-footer .footer-languages-panel .column li .font-icon-bag {
  display: block;
  position: absolute;
  top: -2px;
  left: -20px;
  font-size: 14px;
  color: #000000;
}
.ie7 .diorcom-footer .footer-languages-panel .column li .font-icon-bag {
  top: -1px;
}
.ie8 .diorcom-footer .footer-languages-panel .column li {
  height: 17px;
}
.ie8 .diorcom-footer .footer-languages-panel .column li a {
  height: 17px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.ie8 .diorcom-footer .footer-languages-panel .column li a:hover {
  height: 15px;
}
.diorcom-footer .footer-languages-panel .column .last {
  margin: 0;
}
.diorcom-footer .footer-languages-panel h6 {
  margin: 0 0 16px;
  font-size: 12px;
  color: #9a9a9a;
}
.ie6 .diorcom-footer i {
  font-style: normal;
}
.diorcom-footer.black {
  color: #ffffff;
  background: #000000;
}
.diorcom-footer.black .footer-socials a,
.diorcom-footer.black .footer-links a,
.diorcom-footer.black .footer-sublinks a {
  color: #ffffff;
}
.diorcom-footer.black .footer-socials a i.icon-bg {
  color: #ffffff;
}
.diorcom-footer.black .footer-socials a i {
  color: #000000;
}
.diorcom-footer.black .footer-languages-panel .column li a,
.diorcom-footer.black .footer-languages-panel .column li .active {
  color: #ffffff;
}
.diorcom-footer.black .icon-arrow-down--lightGrey {
  background-color: #000000;
}
.diorcom-footer.black .arrow-up-footer {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 0px;
  height: 0px;
  border-style: solid;
  line-height: 0px;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #ffffff transparent;
  _border-color: #000000 #000000 #ffffff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.diorcom-footer.black .arrow-down-footer {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 0px;
  height: 0px;
  border-style: solid;
  line-height: 0px;
  border-width: 5px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
  _border-color: #ffffff #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.diorcom-footer.black .arrow-up-footer,
.diorcom-footer.black .arrow-down-footer {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-top: -2px;
}
.diorcom-footer.black .footer-languages-panel .column li .font-icon-bag {
  color: #ffffff;
}
.diorcom-footer.black .social-title {
  color: #ffffff;
}
.diorcom-footer.language-opened {
  z-index: 10;
}
.diorcom-footer.light {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}
.diorcom-footer.light.transparent {
  background: none;
  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}
.diorcom-footer.light.transparent .footer-light a {
  color: #ffffff;
  -webkit-transition: color 0.4s ease-out;
  -moz-transition: color 0.4s ease-out;
  -o-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}
.diorcom-footer.light.transparent .footer-more .arrow-up-footer {
  border-color: transparent transparent #ffffff transparent;
  -webkit-transition: border-color 0.6s ease-out;
  -moz-transition: border-color 0.6s ease-out;
  -o-transition: border-color 0.6s ease-out;
  transition: border-color 0.6s ease-out;
}
.diorcom-footer.light.transparent .footer-more .arrow-up-footer a {
  background-color: rgba(1, 1, 1, 0);
}
.diorcom-footer.light.transparent .footer-links.footer-light {
  border-top: #ffffff 1px solid;
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
}
.diorcom-footer.light.transparent .footer-languages-panel {
  border-bottom: none;
}
.diorcom-footer.light.transparent.hover {
  background: #ffffff;
  border-top: none;
}
.diorcom-footer.light.transparent.hover .footer-light a {
  color: #000000;
}
.diorcom-footer.light.transparent.hover .footer-languages-panel {
  border-bottom: 1px solid #e5e5e5;
}
.diorcom-footer.light.transparent.hover .footer-more .arrow-up-footer {
  border-color: transparent transparent #000000 transparent;
}
.diorcom-footer.light.transparent.black.hover {
  background: #000000;
}
.diorcom-footer.light.transparent.black.hover .footer-light a {
  color: #ffffff;
}
.diorcom-footer.light.transparent.black.hover .footer-more .arrow-up-footer {
  border-color: transparent transparent #ffffff transparent;
}
.diorcom-footer.light.black a {
  color: #ffffff;
}
.diorcom-footer.light.black.open,
.diorcom-footer.light.black.close {
  background: #000000;
}
.diorcom-footer.light.black .footer-sublinks li {
  color: #ffffff;
}
.diorcom-footer.light .footer-links.footer-light {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  opacity: 1;
  border-top: #cecece 1px solid;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.diorcom-footer.light .footer-links.footer-light li {
  margin: 0 21px 0 0;
  font-size: 12px;
  padding: 13px 0;
}
.diorcom-footer.light .footer-links.footer-light .arrow-up-footer {
  margin-left: 10px;
}
.diorcom-footer.light .footer-full {
  height: 38px;
  -webkit-transition: height 0.6s ease-out;
  -moz-transition: height 0.6s ease-out;
  -o-transition: height 0.6s ease-out;
  transition: height 0.6s ease-out;
}
.diorcom-footer.light.open {
  background: #ffffff;
}
.diorcom-footer.light.open .footer-links.footer-light {
  -webkit-animation: footer-light-opening 1s 1 normal;
  -moz-animation: footer-light-opening 1s 1 normal;
  -o-animation: footer-light-opening 1s 1 normal;
  animation: footer-light-opening 1s 1 normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.diorcom-footer.light.open .footer-full {
  -webkit-animation: footer-full-opening 1s 1 normal;
  -moz-animation: footer-full-opening 1s 1 normal;
  -o-animation: footer-full-opening 1s 1 normal;
  animation: footer-full-opening 1s 1 normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.diorcom-footer.light.close {
  background: #ffffff;
}
.diorcom-footer.light.close .footer-links.footer-light {
  -webkit-animation: footer-light-closing 1s 1 normal;
  -moz-animation: footer-light-closing 1s 1 normal;
  -o-animation: footer-light-closing 1s 1 normal;
  animation: footer-light-closing 1s 1 normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.diorcom-footer.light.close .footer-full {
  -webkit-animation: footer-full-closing 1s 1 normal;
  -moz-animation: footer-full-closing 1s 1 normal;
  -o-animation: footer-full-closing 1s 1 normal;
  animation: footer-full-closing 1s 1 normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/*  FOOTER OPEN/CLOSE ANIMATION  */
/* - footer-light fade for 0.4s  */
/* - footer-full height for 0.6s */
@-webkit-keyframes footer-full-opening {
  0%,
  40% {
    height: 38px;
  }
  100% {
    height: 339px;
  }
}
@keyframes footer-full-opening {
  0%,
  40% {
    height: 38px;
  }
  100% {
    height: 339px;
  }
}
@-webkit-keyframes footer-light-opening {
  0% {
    opacity: 1;
  }
  40%,
  100% {
    opacity: 0;
  }
}
@keyframes footer-light-opening {
  0% {
    opacity: 1;
  }
  40%,
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes footer-full-closing {
  0% {
    height: 339px;
  }
  40%,
  100% {
    height: 38px;
  }
}
@keyframes footer-full-closing {
  0% {
    height: 339px;
  }
  40%,
  100% {
    height: 38px;
  }
}
@-webkit-keyframes footer-light-closing {
  0%,
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes footer-light-closing {
  0%,
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* BREAKPOINT TYPO */
.breakpoint-typo .diorcom-footer .footer-links li {
  font-size: 12px;
}
.breakpoint-typo .diorcom-footer .social-title {
  font-size: 12px;
}
.breakpoint-typo .diorcom-footer .footer-languages-panel > ul {
  margin: 38px auto;
}
.breakpoint-typo .diorcom-footer .footer-languages-panel .column li {
  font-size: 12px;
}
.breakpoint-typo .diorcom-footer .footer-languages-panel h6 {
  font-size: 11px;
}
/* -----------------
        GRID
-------------------- */
.grid .column {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  vertical-align: top;
  text-align: left;
}
.grid .one-whole {
  width: 100%;
  margin: 0 0 2.75% 0;
}
.lte7 .grid .one-whole {
  width: 100%;
}
.grid .one-half {
  width: 48.625%;
  margin: 0 0 2.75% 2.75%;
}
.grid .one-third {
  width: 31.5%;
  margin: 0 0 2.75% 2.75%;
}
.lte7 .grid .one-third {
  width: 31.4%;
}
.grid .one-third .one-whole {
  margin: 0 0 8.7% 0;
}
.grid .two-thirds {
  width: 65.75%;
}
.grid .two-thirds .one-whole {
  margin: 0 0 4.18% 0;
}
.grid .two-thirds .one-half {
  width: 47.9%;
  margin: 0 0 4.2% 4.2%;
}
.grid .one-fourth {
  width: 22.9375%;
}
.grid .first,
.grid .last {
  margin: 0 !important;
}
/*  Templates Minisites */
html,
body {
  width: 100%;
  height: 100%;
  color: #9A9A9A;
}
#header.diorcom-full-header .diorcom-header {
  width: 100%;
  min-width: 100%;
}
/* ---------------------
	FULL BROWSER
----------------------- */
#container {
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: auto;
}
#container.fullBrowser {
  overflow: hidden;
  background-color: #2A2C30;
  height: 100% !important;
}
.fullBrowser #content,
.fixed #content {
  width: 1004px;
  height: 595px;
  padding: 0;
  margin: -298px 0 0 -502px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #f4f4f4;
}
/* ---------------------
		FIXED
----------------------- */
#container .prehome {
  overflow: hidden;
}
/* ---------------------
		FLUID
----------------------- */
.fluid #content {
  width: 100%;
  height: 100%;
}
.ecrin-minisite-pcd .diorcom-header {
  border-bottom: none;
  position: fixed;
}
.ecrin-minisite-pcd .diorcom-header .diorcom-header-bar {
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
}
.ecrin-minisite-pcd .diorcom-header.transparent .diorcom-header-bar {
  z-index: 17;
}
.ecrin-minisite-pcd .diorcom-header.transparent .diorcom-header-subnav {
  z-index: 16;
}
.ecrin-minisite-v6 .diorcom-footer .footer-languages-panel,
.ecrin-minisite-pcd .diorcom-footer .footer-languages-panel,
.header-sticky-only .diorcom-footer .footer-languages-panel {
  border-top: none;
}
.ecrin-minisite-v6 #wrapper,
.ecrin-minisite-pcd #wrapper,
.header-sticky-only #wrapper {
  padding-top: 0;
}
.ecrin-minisite-v6 .header-topmenu,
.ecrin-minisite-pcd .header-topmenu,
.header-sticky-only .header-topmenu {
  border-bottom: 1px solid #e5e5e5;
}
.ecrin-minisite-v6 #main {
  padding-top: 0 !important;
}
.ecrin-minisite-v6 #mainScroller.init-padding {
  padding-top: 0;
}
.header-transparent #mainScroller,
.header-transparent #mainScroller.topbottom {
  padding-top: 0;
}
.lte9 .header-transparent #mainScroller,
.lte9 .header-transparent #mainScroller.topbottom {
  padding-top: 0;
}
.header-sticky-only #mainScroller.init-padding {
  padding-top: 76px;
}
.fullscreen #main,
.fullscreen #wrapper,
.fullscreen #content {
  height: 100%;
}
@media (orientation: landscape) {
  html.fullscreen.ios7 > body {
    bottom: 0;
    width: 100%;
    height: 672px !important;
    position: fixed;
  }
}
/* ---------------------
		PREHOME
----------------------- */
#container.prehome {
  overflow: hidden;
}
.prehome #content {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#loader {
  display: block;
}
/* ---------------------
        POPIN
------------------------*/
.popinWrapper {
  position: absolute;
  left: 50%;
  z-index: 20;
  display: none;
  background: #FFF;
}
.popinWrapper.fullscreen {
  top: 0;
  left: 0;
  z-index: 105;
}
.popinWrapper.fullscreen .content {
  width: 100%;
  height: 100%;
}
.popinWrapper.fullscreen .icon.close {
  top: 38px;
  right: 38px;
}
.popinWrapper .content {
  position: relative;
  z-index: 10;
}
.popinWrapper .icon.close {
  background-position: 0 -149px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 11;
}
#popinOverlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 15;
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6 !important;
  background-color: #000000;
}
.ie6 #popinOverlay {
  position: absolute;
}
.popin {
  display: none;
}
/* ---------------------
    POPIN FILTER
------------------------*/
.popin.filter {
  width: 340px;
  height: 495px;
  right: 70px;
  background: #fff;
}
.popin.filter .intro {
  width: 300px;
  height: 80px;
  padding: 40px 20px 20px;
}
.popin.filter .intro h3 {
  border: none;
  font-family: "CenturyGothic-Regular", CenturyGothic, AppleGothic, sans-serif;
}
.popin.filter .intro p {
  font-size: 12px;
  line-height: 17px;
}
.popin.filter .intro p a {
  color: #9A9A9A;
  text-decoration: underline;
}
.popin.filter .itemFilter {
  width: 340px;
  border-top: 1px solid #e5e5e5;
  position: relative;
}
.popin.filter .itemFilter a {
  color: #252527;
  font-size: 12px;
  display: block;
}
.popin.filter .itemFilter li {
  width: 340px;
  display: block;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.popin.filter li.select {
  display: block;
  overflow: hidden;
}
.popin.filter li.select a {
  width: 300px;
  padding: 20px;
  position: relative;
}
.popin.filter li.select i {
  position: absolute;
  right: 20px;
  top: 25px;
}
.popin.filter li.options {
  display: none;
  padding: 15px 0;
  overflow: hidden;
  background: none;
}
.popin.filter li.options ul {
  overflow: hidden;
}
.popin.filter li.options li {
  width: 50%;
  height: 25px;
  padding: 0;
  margin: 0 0 5px;
  float: left;
  position: relative;
  border: none;
}
.popin.filter li.options li a {
  width: 135px;
  height: 12px;
  padding: 5px 0 5px 18px;
  margin: 0 0 0 10px;
  overflow: hidden;
}
.popin.filter li.options li a:hover,
.popin.filter li.options li a.active {
  background: #f2f2f2;
}
.popin.filter li.options li a:hover i.valid,
.popin.filter li.options li a.active i.valid {
  display: block;
}
.popin.filter li.options li a.out {
  color: #9A9A9A;
  cursor: default;
}
.popin.filter li.options li a:hover.out {
  background: none;
}
.popin.filter li.options li a:hover.out i.valid {
  display: none;
}
.popin.filter li.options li a span {
  display: block;
  float: left;
}
.popin.filter li.options li i.valid {
  display: none;
  position: absolute;
  left: 15px;
  top: 8px;
}
.popin.filter li.checkbox span {
  float: left;
  margin: 7px 5px 0 20px;
}
.popin.filter li.checkbox label {
  color: #252527;
  font-size: 12px;
  display: block;
  padding: 10px 0 10px 40px;
}
.popin.filter .wrapMore {
  width: 300px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.popin.filter .wrapMore .models {
  margin: 8px 0 0;
  display: block;
  float: left;
  font-size: 12px;
  text-decoration: underline;
  color: #6a6968;
}
.popin.filter .wrapMore .button {
  float: right;
}
.popin.filter i.close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.ie6 .popin.filter li.select i {
  width: 8px;
  height: 5px;
}
.ie6 .popin.filter li.options li {
  width: 125px;
  height: 7px;
  margin: 0;
  padding: 10px 0 5px 5px;
}
.ie6 .popin.filter li.options li a {
  position: relative;
}
.ie6 .popin.filter li.options .valid {
  left: 3px;
  top: 10px;
}
.ie6 .popin.filter li.checkbox span {
  margin: 7px 5px 0 10px;
}
.ie6 .popin.filter .icon.close {
  height: 11px;
  overflow: hidden;
}
.ie6 .popin.filter .jqTransformCheckbox {
  width: 11px;
  margin-top: 4px;
}
.ie6 .popin.filter .wrapMore .button {
  top: 0;
}
.ie6 .popin.filter .itemFilter li.checkbox {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  zoom: 1;
}
/* ---------------------
    POPIN QUICKVIEW
------------------------*/
.popin.popin-quickview {
  width: 100%;
  height: 100%;
  background-color: #222324;
}
.popin.popin-quickview .popin-content {
  padding-top: 51px;
}
.popin.popin-quickview .popin-content .quickView-wrapper {
  padding: 0 0 25px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.popin.popin-quickview .popin-content .modPresentation {
  margin: 25px 0 0;
}
.popin.popin-quickview .popin-content .modPresentation h3 {
  margin: 0;
  font-size: 30px;
  color: #fff;
}
.popin.popin-quickview .popin-content .modPresentation p {
  margin: 32px 0 0;
  font-size: 13px;
}
.popin.popin-quickview .popin-content .mod-product-scroller {
  width: 95%;
  margin: 0 2.5%;
}
.popin.popin-quickview .popin-content .mod-product-scroller.active {
  display: block;
}
.popin.popin-quickview .popin-content .mod-product-scroller.unactive {
  display: none;
}
.popin.popin-quickview .popin-content .mod-product-scroller .filters {
  border: none;
}
.popin.popin-quickview .popin-content .mod-product-scroller .list-products .li-product.first {
  margin-left: 0;
}
/* ---------------------
    POPIN ex.SHADE
------------------------*/
.popin.stockalert-popup {
  width: 980px;
  height: 410px;
  background: #fff;
}
.popin.stockalert-popup .wrapTitle {
  position: static;
  height: auto;
  margin: 0;
  padding: 0;
}
.popin.stockalert-popup .wrapTitle h3 {
  font-family: arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  background: url(../img/background/transverses/funnel-header-shade-bottom.png) repeat-x bottom;
  padding: 30px 0;
}
.popin.stockalert-popup .inside {
  padding: 20px 60px;
}
.popin.stockalert-popup .inside .intro {
  text-align: left;
  font-size: 11px;
}
.popin.stockalert-popup .inside .intro p {
  text-transform: uppercase;
  font-size: 14px;
  color: #6a6968;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.popin.stockalert-popup .inside .intro div {
  margin-top: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}
.popin.stockalert-popup .inside .intro div label {
  width: 90px;
  float: left;
  line-height: 22px;
}
.popin.stockalert-popup .inside .intro div label.light {
  width: 200px;
}
.popin.stockalert-popup .inside .intro div #email {
  width: 150px;
  padding: 3px 5px;
  border: 1px solid #ccc;
}
.popin.stockalert-popup .inside .intro div p.optionWrapper {
  text-transform: none;
  font-size: 11px;
  padding: 0;
  border: none;
  margin-bottom: 11px;
}
.popin.stockalert-popup .inside .intro div.newsletterSubscribe {
  margin-bottom: 10px;
}
.popin.stockalert-popup .inside .intro div.button {
  background: transparent;
  display: block;
  text-align: right;
  padding: 10px 0;
  height: 23px;
}
.popin.stockalert-popup .inside .intro div.button a {
  background: #6a6968;
  color: #FFF;
  padding: 9px 20px;
}
.popin.stockalert-popup .inside .intro div.button .error {
  color: red;
  margin: 0;
  text-align: left;
  font-size: 11px;
  text-transform: none;
}
.popin.stockalert-popup .inside .stockResponse {
  display: none;
  font-size: 12px;
  text-align: center;
  padding-top: 35px;
}
.shadeSelector,
.popin.order {
  width: 980px;
  height: 480px;
  background: #fff;
}
.shadeSelector.w990,
.popin.order.w990 {
  width: 990px;
}
.shadeSelector .wrapTitle,
.popin.order .wrapTitle {
  height: 45px;
  margin: 0;
  padding: 20px 0 0 0;
  position: relative;
}
.shadeSelector .wrapTitle.bgGrey,
.popin.order .wrapTitle.bgGrey {
  background: #f4f4f4;
}
.shadeSelector .wrapTitle h3,
.popin.order .wrapTitle h3 {
  border: none;
  font-family: "CenturyGothic-Regular", CenturyGothic, AppleGothic, sans-serif;
  font-size: 25px;
  font-weight: normal;
  color: #3a3b3c;
}
.shadeSelector .wrapTitle.small h3,
.popin.order .wrapTitle.small h3 {
  text-align: left;
}
.shadeSelector .wrapTitle .icon.close,
.popin.order .wrapTitle .icon.close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.shadeSelector .intro,
.popin.order .intro {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  padding: 30px 0;
}
.shadeSelector .intro strong,
.popin.order .intro strong {
  display: block;
  font-weight: bold;
  color: #6a6968;
}
.shadeSelector .inside,
.popin.order .inside {
  overflow: hidden;
  padding: 0 20px;
}
.popin.order {
  height: 400px;
}
.popin.order .wrapTitle {
  margin: 5px 25px 0;
}
.popin.order .wrapTitle .icon.close {
  right: 0;
}
.popin.order .wrapTitle h3 {
  font-size: 18px;
  margin-top: 10px;
}
.ie6 .popin.order h3 {
  width: 930px;
  height: 30px;
}
.ie6 .popin.order .wrapTitle {
  width: 930px;
  height: 30px;
}
/* ------------------
    POPIN TECH
---------------------*/
.popin.tech {
  width: 940px;
  height: 550px;
  padding: 50px 0;
}
.popin.tech h3 {
  margin: 0 0 15px;
  text-align: center;
  font-size: 30px;
  font-family: TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  color: #252527;
}
.popin.tech h4 {
  margin: 0 0 35px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #9A9A9A;
}
.popin.tech .wrapTech {
  padding: 0 140px;
  overflow: hidden;
}
.popin.tech .wrapTech .col {
  width: 300px;
  margin: 0 60px 0 0;
  float: left;
  font-size: 12px;
  color: #9A9A9A;
}
.popin.tech .wrapTech .col.last {
  margin: 0;
}
.popin.tech .wrapTech p {
  line-height: 27px;
}
.popin.tech .wrapTech p.noLH {
  line-height: 20px;
}
.popin.tech .wrapTech strong {
  font-weight: bold;
}
/* ----------------------------------
        POPIN STORE LOC FP
------------------------------------ */
.ie6 #storelocator-right {
  left: 0px;
  position: relative;
}
/* ----------------------------------
        MODULE SHADE SELECTOR
------------------------------------ */
.modShadeSelector {
  width: 100%;
  position: relative;
  z-index: 1;
  /*overflow: visible;*/
}
.modShadeSelector .wrapperShadeSelector {
  width: 100%;
  overflow: hidden;
}
.modShadeSelector .colorItem {
  width: 50%;
  float: left;
  height: 225px;
  position: relative;
  z-index: 2;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.modShadeSelector .colorItem ul {
  position: absolute;
  top: 50%;
  width: 270px;
  overflow: visible;
}
.modShadeSelector .colorItem ul .hideStore {
  display: none;
}
.modShadeSelector .colorItem ul .hideNovelty {
  display: none;
}
.modShadeSelector .toneSlider {
  width: 190px;
  height: 224px;
  position: absolute;
  top: 1px;
  left: 50%;
  margin-left: -95px;
  z-index: 3;
  background: #ffffff;
}
.modShadeSelector .toneSlider img {
  margin-top: 25px;
}
.modShadeSelector .toneSlider .halftone {
  width: 50%;
  height: 225px;
  position: absolute;
  top: 0px;
  right: 0;
  border-left: 1px solid #e5e5e5;
  background: #f7f7f7;
}
.modShadeSelector .toneSlider .halftone.selected {
  background: #ffffff url('../../dynamic/panel/tEmpty.jpg') no-repeat center right;
}
.modShadeSelector .toneSlider a.trigger {
  position: absolute;
  bottom: -15px;
  left: -15px;
}
.modShadeSelector .btmShade {
  overflow: hidden;
}
.modShadeSelector .btmShade .left,
.modShadeSelector .btmShade .right {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  padding-top: 30px;
}
.modShadeSelector .btmShade small {
  display: block;
  text-transform: uppercase;
}
.modShadeSelector .btmShade a {
  display: block;
  color: #252527;
  position: relative;
}
.modShadeSelector .btmShade i {
  position: absolute;
  left: 205px;
  top: 1px;
}
.ie6 .modShadeSelector .btmShade i {
  left: 205px;
}
.ie6 .modShadeSelector .btmShade .right {
  background: #ffffff;
}
/*--------------------------
  -----------------------
        QUICKBUY
  -----------------------
---------------------------*/
.modQuickBuy .hashWrapper {
  width: 325px;
  margin: 0 0 7px;
  overflow: hidden;
}
.modQuickBuy .hashWrapper a {
  margin: 0 10px 0 0;
  display: block;
  float: left;
  line-height: 20px;
  font-size: 10px;
  text-transform: uppercase;
  color: #9A9A9A;
}
.modQuickBuy .hashWrapper a.gold {
  color: #c29b6d;
}
.modQuickBuy h1 {
  font-size: 30px;
  color: #444444;
}
.modQuickBuy h2 {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: normal;
  color: #000;
}
.modQuickBuy .description {
  line-height: 20px;
  font-size: 12px;
  color: #6a6968;
  margin-bottom: 20px;
}
.modQuickBuy .additionalLink {
  margin: 4px 0 0;
  display: block;
  font-size: 12px;
  color: #9A9A9A;
}
.modQuickBuy .additionalLink b {
  font-weight: bold;
}
/* ---------------------
    QUICBUY POPIN
----------------------- */
.QuickBuyPopin .popin {
  width: 871px;
  margin-left: -435.5px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9999;
  background: #FFF;
}
.QuickBuyPopin .popin.makeup {
  min-height: 590px;
}
.QuickBuyPopin .popin.makeup .right {
  min-height: 480px;
}
.QuickBuyPopin .popin.fragrance {
  /*min-height: 465px;*/
}
.QuickBuyPopin .popin.fragrance .right {
  min-height: 360px;
}
.QuickBuyPopin .popin.confirmation {
  overflow: hidden;
}
.QuickBuyPopin .popin h3 {
  margin: 30px 24px 0;
  padding: 0 0 15px;
  font-size: 18px;
  font-family: "CenturyGothic-Regular", CenturyGothic, AppleGothic, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  color: #2a2b2e;
}
.QuickBuyPopin .popin .content {
  width: 845px;
  padding: 20px 25px 20px 0px;
  position: relative;
  overflow: hidden;
}
.QuickBuyPopin .popin .error {
  display: none;
}
.QuickBuyPopin .popin .left {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  vertical-align: top;
  width: 405px;
  height: 100%;
  text-align: center;
  background: url(../img/background/bkgdQuickBuy.jpg) no-repeat left 85%;
  overflow: hidden;
}
.QuickBuyPopin .popin .left img {
  height: 85%;
}
.QuickBuyPopin .popin .left.medium img {
  height: 60%;
}
.QuickBuyPopin .popin .right {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  vertical-align: top;
  margin: 0 0 0 110px;
  width: 325px;
  height: 100%;
  position: relative;
}
.QuickBuyPopin .popin .right .hashWrapper {
  margin: 0 0 2px;
}
.QuickBuyPopin .popin .right h1 {
  font-size: 25px;
}
.QuickBuyPopin .popin .right h2 {
  margin-bottom: 8px;
}
.QuickBuyPopin .popin .right .classicLink {
  display: block;
  margin: 10px 0;
  padding: 0 0 0 10px;
  font-size: 12px;
  font-family: arial, sans-serif;
  color: #9A9A9A;
  background: url(../img/sprites/sprite-icon.png) no-repeat -348px -283px;
}
.QuickBuyPopin .popin .right .description {
  margin-bottom: 10px;
}
.QuickBuyPopin .popin .right .moreLink {
  padding: 0 0 0 10px;
  font-size: 11px;
  font-family: arial, sans-serif;
  text-transform: uppercase;
  color: #252527;
  background: url(../img/sprites/sprite-icon.png) no-repeat -348px -283px;
}
.QuickBuyPopin .popin .right .modProductFilter {
  margin: 10px 0 0;
  padding: 15px 0 0;
}
.QuickBuyPopin .popin .right .modProductFilter .colorItem ul {
  margin-bottom: 0;
}
.QuickBuyPopin .popin .right .modEcommerce {
  margin-top: 10px;
  padding: 0;
  border: none;
}
.QuickBuyPopin .popin .right .modEcommerce .benefits {
  margin: 10px 0 0;
}
.QuickBuyPopin .popin .right .error {
  position: static;
  display: none;
  height: auto;
  width: 100%;
  float: left;
  margin-top: 10px;
  font-size: 11px;
  font-weight: bold;
  color: #d50000;
  text-align: right;
  border: none;
}
.QuickBuyPopin .popin .addedToCart {
  display: none;
}
.QuickBuyPopin .popin .addedToCart h4 {
  margin-bottom: 47px;
  padding: 62px 20px 0;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  font-family: "CenturyGothic-Regular", CenturyGothic, AppleGothic, sans-serif;
  text-transform: uppercase;
  color: #2a2b2c;
}
.QuickBuyPopin .popin .addedToCart .links {
  text-align: center;
  margin-bottom: 50px;
}
.QuickBuyPopin .popin .addedToCart .links a {
  display: inline;
  padding: 11px 40px 10px;
  border-radius: 1px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: arial, sans-serif;
}
.QuickBuyPopin .popin .addedToCart .links a.continueShopping {
  color: #6a6968;
  background: #FFF;
  border: 1px solid #6a6968;
  margin-right: 16px;
}
.QuickBuyPopin .popin .addedToCart .links a.checkOut {
  color: #FFF;
  background: #3a3b3c;
  border: 1px solid #3a3b3c;
}
/*--------------------
    PRODUCT FILTER
----------------------*/
.modProductFilter {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #edeef1;
  /* ItemFilter & shadeButton */
}
.modProductFilter .colorRef,
.modProductFilter .exclusive {
  display: block;
  float: left;
  text-transform: uppercase;
}
.modProductFilter .colorRef {
  margin: 0 0 14px;
  font-size: 14px;
  color: #000;
}
.modProductFilter .exclusive {
  margin: 3px 0 0 10px;
  font-size: 11px;
  color: #9A9A9A;
}
.modProductFilter .colorItem {
  width: 325px;
}
.modProductFilter .colorItem ul {
  width: 325px;
  margin: 0 0 7px;
  display: block;
  overflow: hidden;
}
.modProductFilter .colorItem a {
  display: block;
}
.modProductFilter .colorItem .hideStore,
.modProductFilter .colorItem .hideNovelty {
  display: none;
}
.modProductFilter .itemFilter,
.modProductFilter .shadeButton {
  width: 325px;
  overflow: hidden;
  font-size: 12px;
}
.modProductFilter .itemFilter .title,
.modProductFilter .shadeButton .title {
  float: left;
  color: #3a3b3c;
}
.modProductFilter .itemFilter {
  margin: 0 0 10px;
}
.modProductFilter .itemFilter.empty {
  margin: 0;
}
.modProductFilter .itemFilter.empty .title {
  display: none;
}
.modProductFilter .itemFilter ul {
  display: block;
  overflow: hidden;
}
.modProductFilter .itemFilter li,
.modProductFilter .itemFilter label {
  display: block;
  float: left;
}
.modProductFilter .itemFilter li {
  margin: 0 0 0 12px;
  position: relative;
}
.modProductFilter .itemFilter li span {
  margin: -3.5px 0 0;
  float: left;
}
.modProductFilter .itemFilter label {
  color: #9A9A9A;
}
.modProductFilter .shadeButton {
  overflow: hidden;
}
.modProductFilter .shadeButton a {
  display: block;
  float: left;
  color: #9A9A9A;
}
.ie6 .modProductFilter .colorItem ul {
  margin: 0 0 15px;
}
.ie6 .modProductFilter .itemFilter {
  margin: 0 0 20px;
}
/* ---------------------
          PANEL
------------------------ */
.modQuickBuy .colorItem,
.modShadeSelector .colorItem {
  overflow: hidden;
}
.modQuickBuy .colorItem li,
.modShadeSelector .colorItem li {
  width: 25px;
  height: 25px;
  margin: 0 5px 5px 0;
  display: block;
  float: left;
}
.modQuickBuy .colorItem li span,
.modShadeSelector .colorItem li span {
  padding: 5px 10px;
  display: none;
  position: absolute;
  top: -26px;
  left: 0;
  font-size: 12px;
  color: #fff;
  background: #4d4d4d;
}
.modQuickBuy .colorItem li:hover span,
.modShadeSelector .colorItem li:hover span {
  display: block;
}
.modQuickBuy .colorItem li.selected,
.modShadeSelector .colorItem li.selected {
  width: 23px;
  height: 23px;
  border: 1px solid #252527;
}
.modQuickBuy .colorItem li.selected img,
.modShadeSelector .colorItem li.selected img {
  width: 19px;
  height: 19px;
  border: 2px solid #fff;
}
.modQuickBuy .colorItem .shade-label,
.modShadeSelector .colorItem .shade-label {
  width: auto;
  min-width: 110px;
  height: 13px;
  padding: 6px 12px;
  position: absolute;
  top: 53px;
  left: 165px;
  font-size: 12px;
  color: #fff;
  background: #4d4d4d;
  opacity: 0;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
}
.modQuickBuy .colorItem .shade-label.left,
.modShadeSelector .colorItem .shade-label.left {
  left: 35px;
}
.modQuickBuy .colorItem .shade-label.on,
.modShadeSelector .colorItem .shade-label.on {
  display: block;
  opacity: 1;
}
.modQuickBuy .colorItem.left ul,
.modShadeSelector .colorItem.left ul {
  left: 35px;
}
.modQuickBuy .colorItem.right,
.modShadeSelector .colorItem.right {
  background: #f7f7f7;
}
.modQuickBuy .colorItem.right.selected,
.modShadeSelector .colorItem.right.selected {
  background: #fff;
}
.modQuickBuy .colorItem.right ul,
.modShadeSelector .colorItem.right ul {
  right: 35px;
}
.lte9 .modShadeSelector .colorItem .shade-label {
  display: none;
}
.lte9 .modShadeSelector .colorItem .shade-label.on {
  display: block;
}
/* ---------------------
        ECOMMERCE
------------------------ */
.modEcommerce {
  margin: 17px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #edeef1;
  /* wrapFilter & wrapQt & .wrapPrice */
  /* wrapFilter */
  /* wrapQt */
  /* wrapPrice */
  /*.wrapNoStock {
       width: 290px;
       display: block;
       position: relative;
       top: 28px;
       left: 12px;
       float: left;
       overflow: hidden;
       color: #6a6968;
       font-size: 12px;

       p {
         padding-left: 10px;
         line-height: 18px;
         background: url(../img/sprites/sprite-icon.png) no-repeat -348px -280px;
       }

       a {
         height: auto;
         padding-left: 10px;
         display: block;
         text-decoration: underline !important;
         color: #6a6968;
       }
     }*/
}
.modEcommerce .orderWrapper {
  max-width: 325px;
  overflow: hidden;
}
.modEcommerce .productDetail {
  display: block;
  float: left;
  overflow: hidden;
}
.modEcommerce .productDetail a,
.modEcommerce .productDetail .contentFilter {
  height: 37px;
  margin: 0 auto;
  display: inline-block;
  overflow: hidden;
}
.modEcommerce .wrapFilter,
.modEcommerce .wrapQt {
  cursor: pointer;
}
.modEcommerce .wrapFilter,
.modEcommerce .wrapQt,
.modEcommerce .wrapPrice {
  height: 37px;
  padding: 0 13px;
  display: block;
  float: left;
  position: relative;
  font-size: 12px;
  color: #444444;
  background-color: #ebebeb;
}
.modEcommerce .wrapFilter a,
.modEcommerce .wrapQt a,
.modEcommerce .wrapPrice a {
  color: #444444;
}
.modEcommerce .wrapFilter hr,
.modEcommerce .wrapQt hr,
.modEcommerce .wrapPrice hr {
  width: 1px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0;
  border: none;
  color: #dfdfdf;
  background-color: #dfdfdf;
}
.modEcommerce .wrapFilter .arrowFilter,
.modEcommerce .wrapQt .arrowFilter,
.modEcommerce .wrapPrice .arrowFilter {
  width: 9px;
  height: 5px;
  margin: 15px 0 0 8px;
  position: absolute;
  top: 0;
  right: 13px;
}
.modEcommerce .wrapFilter.center,
.modEcommerce .wrapQt.center,
.modEcommerce .wrapPrice.center {
  text-align: center;
}
.modEcommerce .wrapFilter.center a,
.modEcommerce .wrapQt.center a,
.modEcommerce .wrapPrice.center a {
  margin-left: -22px;
}
.modEcommerce .wrapFilter.no-resize a,
.modEcommerce .wrapQt.no-resize a,
.modEcommerce .wrapPrice.no-resize a {
  float: left;
}
.modEcommerce .wrapFilter.no-resize .arrowFilter,
.modEcommerce .wrapQt.no-resize .arrowFilter,
.modEcommerce .wrapPrice.no-resize .arrowFilter {
  position: relative;
  float: left;
  right: 0;
}
.modEcommerce .wrapFilter.oneItem {
  cursor: default;
  text-align: center;
}
.modEcommerce .wrapFilter.oneItem small {
  /* Quick fix width: 100%;*/
}
.modEcommerce .wrapFilter small {
  display: block;
  float: left;
  position: relative;
  overflow: visible;
  white-space: nowrap;
  text-align: left;
}
.modEcommerce .wrapFilter small.label,
.modEcommerce .wrapFilter small.value {
  margin-top: 13px;
}
.modEcommerce .break {
  width: 5px;
  height: 1px;
  margin: 18px 8px 0;
  display: block;
  float: left;
  overflow: hidden;
  background-color: #444444;
}
.modEcommerce .wrapQt .qt,
.modEcommerce .wrapQt .nb {
  display: inline-block;
}
.modEcommerce .wrapQt .qt {
  margin: 13px 0 0;
}
.modEcommerce .wrapQt .nb {
  margin: 13px 0 0 4px;
}
.modEcommerce .wrapQt.us .qt {
  border: none;
}
.modEcommerce .wrapQt.us .nb {
  margin: 8px 0 0 4px;
  padding: 0;
}
.modEcommerce .wrapQt input {
  width: 20px;
  height: 18px;
  padding: 0 0 0 5px;
  border: 1px solid #e5e5e5;
  color: #9A9A9A;
  background: #fff;
}
.modEcommerce .wrapPrice .price {
  margin: 13px 0 0;
  display: block;
}
.modEcommerce .listFilter,
.modEcommerce .listQt {
  height: 0;
  padding: 0 1px;
  position: absolute;
  z-index: 5;
  overflow: hidden;
  border: none;
  background-color: #fff;
}
.modEcommerce .listFilter li,
.modEcommerce .listQt li {
  width: 100%;
  height: 40px;
  position: relative;
  font-size: 12px;
  border-bottom: 1px solid #e5e5e5;
}
.modEcommerce .listFilter a,
.modEcommerce .listQt a {
  width: 94%;
  height: 15px;
  padding: 15px 0 10px 6%;
  display: block;
  position: relative;
  color: #252527;
}
.modEcommerce .listFilter a:hover,
.modEcommerce .listQt a:hover,
.modEcommerce .listFilter a.active,
.modEcommerce .listQt a.active {
  background-color: #e5e5e5;
}
.modEcommerce .listFilter a.out,
.modEcommerce .listQt a.out {
  color: #969696;
  cursor: default;
}
.modEcommerce .listFilter a.out .price,
.modEcommerce .listQt a.out .price {
  color: #969696;
}
.modEcommerce .listFilter a:hover.out,
.modEcommerce .listQt a:hover.out {
  background-color: #fff;
}
.modEcommerce .listFilter a:hover.out i,
.modEcommerce .listQt a:hover.out i {
  display: none;
}
.modEcommerce .listFilter a:hover i,
.modEcommerce .listQt a:hover i,
.modEcommerce .listFilter a.active i,
.modEcommerce .listQt a.active i {
  display: block;
}
.modEcommerce .listFilter span,
.modEcommerce .listQt span {
  height: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  white-space: nowrap;
  overflow: visible;
}
.modEcommerce .listFilter .valid,
.modEcommerce .listQt .valid {
  display: none;
  position: absolute;
  top: 18px;
  left: 1px;
}
.modEcommerce .listFilter .item {
  padding-left: 13px;
}
.modEcommerce .listFilter .listValue {
  color: #6a6968;
}
.modEcommerce .listFilter a {
  width: 100%;
  /* 100% */
  padding-left: 0;
}
.modEcommerce .listFilter.scroller a {
  width: 95%;
}
.modEcommerce .listFilter .valid {
  left: 5px;
}
.modEcommerce .listFilter.full li {
  width: 100%;
}
.modEcommerce .listFilter.full .item,
.modEcommerce .listFilter.full .listValue {
  width: 75%;
  border-right: none;
}
.modEcommerce .listFilter.full .item {
  width: 100%;
  padding-right: 0;
}
.modEcommerce .listFilter.full .listValue {
  text-align: right;
}
.modEcommerce .listFilter.full.scroller a {
  width: 92%;
}
.modEcommerce .listFilter .break {
  height: 1px;
  top: 0px;
  position: relative;
  margin: 0 8px;
  float: none;
}
.modEcommerce .listQt li {
  text-align: right;
}
.modEcommerce .listQt a {
  width: 80%;
  padding: 14px 20% 11px 0;
  color: #6a6968;
}
.modEcommerce .buttonWrapper {
  width: auto;
  display: block;
  float: left;
}
.modEcommerce .buttonWrapper .button {
  height: 37px;
  display: block;
  padding: 0 13px;
  float: left;
  line-height: 37px;
}
.modEcommerce .buttonWrapper .button.block {
  display: block !important;
}
.modEcommerce .buttonWrapper .button.store {
  display: none;
}
.modEcommerce .buttonWrapper .button.dark {
  background-color: #2a2b2e;
}
.modEcommerce .buttonWrapper.block {
  width: 325px;
}
.modEcommerce .buttonWrapper.block .button {
  margin: 10px 0 0;
  float: right;
}
.modEcommerce .buttonWrapper.block .store {
  float: left;
}
.modEcommerce .benefits {
  margin: 20px 0 0;
}
.modEcommerce .benefits li {
  line-height: 22px;
  font-size: 11px;
  text-transform: uppercase;
  color: #9A9A9A;
}
.modEcommerce .benefits strong {
  color: #3a3b3c;
}
.modEcommerce .unavailabilityInsert {
  width: 285px;
  margin: 10px 0 0;
  padding: 17px 20px 7px;
  overflow: hidden;
  font-size: 12px;
  color: #000;
  background-color: #ebebeb;
  display: none;
}
.modEcommerce .unavailabilityInsert strong {
  margin: 0 0 10px;
  display: block;
  font-weight: bold;
}
.modEcommerce .unavailabilityInsert a {
  margin: 0 0 10px;
  display: block;
  color: #000;
  font-size: 11px;
}
.modEcommerce .unavailabilityInsert form,
.modEcommerce .unavailabilityInsert .error,
.modEcommerce .unavailabilityInsert .success {
  display: none;
}
.modEcommerce .unavailabilityInsert form {
  overflow: hidden;
}
.modEcommerce .unavailabilityInsert .error,
.modEcommerce .unavailabilityInsert .success {
  height: 18px;
  margin: 0 0 10px;
  padding: 7px 0 0;
}
.modEcommerce .unavailabilityInsert .error {
  color: #D50000;
}
.modEcommerce .unavailabilityInsert .success {
  color: #9A9A9A;
}
.modEcommerce .unavailabilityInsert i {
  width: 5px;
  height: 10px;
  margin: 1px 5px 0 0;
  float: left;
  background-position: -40px -15px;
}
.modEcommerce .unavailabilityInsert input {
  width: 230px;
  height: 23px;
  margin: 0 5px 10px 0;
  padding: 0 0 0 10px;
  display: block;
  float: left;
  border: 1px solid #C9C9C9;
  color: #9A9A9A;
}
.modEcommerce .unavailabilityInsert button {
  width: 30px;
  height: 24px;
  display: block;
  float: left;
  border: none;
  cursor: pointer;
  color: #fff;
  background-color: #3b3b3b;
  text-align: center;
}
.modEcommerce .unavailabilityLabel {
  margin: 20px 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #454545;
}
.modEcommerce .unavailabilityLabel.noMargin {
  margin: 0;
}
/* IE */
/* correct resize: get real width of each list */
.ie6 .modEcommerce .full .itemFilter {
  width: auto;
}
.ie6 .modEcommerce .full .itemFilter li {
  width: auto;
}
.ie6 .modEcommerce .full .itemFilter li a {
  width: auto;
}
.ie6 .modEcommerce .full .itemFilter li a span {
  width: auto;
}
.ie6 .modEcommerce .full .listFilter .listValue {
  width: auto;
}
.ie6 .modEcommerce .listFilter li,
.ie6 .modEcommerce .listQt li {
  height: 40px !important;
  margin-top: -3px;
  overflow: hidden;
}
.ie6 .modEcommerce .listFilter a,
.ie6 .modEcommerce .listQt a {
  height: 15px !important;
  overflow: hidden;
}
.ie6 .modEcommerce .listFilter a.active i {
  top: 18px !important;
}
.ie6 .modEcommerce .listFilter.full .listValue {
  padding-left: 20%;
}
.ie7 .modEcommerce .wrapQt hr,
.ie6 .modEcommerce .wrapQt hr {
  top: 9px;
}
.ie7 .modEcommerce .wrapFilter hr,
.ie6 .modEcommerce .wrapFilter hr {
  top: 9px;
}
.ie7 .modEcommerce .listFilter a {
  margin: -3px 0 0;
  height: 19px;
}
.ie7 .modEcommerce .listQt a {
  padding: 14px 15px 11px 0;
  margin: -1px 0 0;
  height: 16px;
}
.ie7 .modEcommerce .orderWrapper {
  margin-bottom: 10px;
}
.ie6 .unavailabilityLabel {
  clear: both;
}
.ie7 .modEcommerce .unavailability form {
  margin: 0 0 10px;
}
.ie .modEcommerce .unavailability input {
  height: 19px;
  padding: 4px 0 0 10px;
}
.ie6 .modEcommerce .unavailability a {
  clear: both;
}
.ie6 .modEcommerce .unavailability .fstd-error {
  clear: both;
}
.ie6 .modEcommerce .benefits {
  clear: both;
}
.ie8 .modEcommerce .unavailability button,
.ie9 .modEcommerce .unavailability button {
  width: 35px;
}
/* ---------------------
        HELP
------------------------ */
.helpWrapper {
  width: 100%;
  margin: 30px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid #edeef1;
}
.helpWrapper li {
  margin: 0 0 10px;
  font-size: 12px;
}
.helpWrapper a {
  color: #9a9a9a;
}
.helpWrapper i {
  width: 4px;
  height: 7px;
  margin: 2px 5px 0 0;
  float: left;
  background-position: 0 0;
}
.helpWrapper.noBorder {
  margin: 15px 0 0;
  border-top: none;
}
/* O V E R R I D E   P A R F U M */
.modEcommerce.full-width .productDetail {
  width: 325px;
}
.modEcommerce.full-width .wrapFilter {
  width: 189px;
}
.modEcommerce.full-width .wrapQt {
  width: 84px;
}
/* IE6 */
.ie6 .modEcommerce .listFilter.full .item {
  padding-left: 20px;
}
/* ---------------------
          ICONS
----------------------- */
.modQuickBuy .shadeButton i,
.modQuickBuy .additionalLink i {
  width: 4px;
  height: 7px;
  margin: 3px 5px 0 7px;
  float: left;
  background-position: 0 0;
}
.modQuickBuy .additionalLink i {
  margin: 2px 5px 0 0;
}
/* */
/*-------------------
		FORMS
--------------------*/
.transverse .form .line,
.transverse .form .col {
    overflow: visible;
}

.transverse .form .line.help {
    height: 13px;
    line-height: 10px;
    overflow: hidden;
}

.transverse .form li {
    height: 32px;
    line-height: 25px;
}
.transverse .form li.smallHeight {
    height: 23px;
}
.transverse .form li#msgPrice {
    height: 15px;
    padding: 5px 0 0;
    text-align: right;
    font-weight: bold;
    /*display: none;*/
}
.transverse .form li.it-policies {
    height: 70px;
}

.transverse li.checkbox {
    height: 20px;
    line-height: 18px;
}
.transverse li.radio,
.transverse .sHeight {
    height: 20px !important;
    line-height: 18px;
}
.transverse li.textarea {
    height: 65px !important;
}

/* BIRTHDAY */
.transverse li.birthDay { width: 175px !important; }
.transverse li.birthDay .jqTransformSelectWrapper { width: 50px !important; }
.transverse li.birthDay .jqTransformSelectWrapper span { width: 43px !important; }

.transverse li.birthMonth { width: 111px !important; }
.transverse li.birthMonth .jqTransformSelectWrapper { width: 90px !important; }
.transverse li.birthMonth .jqTransformSelectWrapper span { width: 85px !important; }

.transverse li.birthYear { width: 65px !important; }
.transverse li.birthYear .jqTransformSelectWrapper { width: 60px !important; }
.transverse li.birthYear .jqTransformSelectWrapper span { width: 55px !important; }

.transverse li.birthMonth .jqTransformSelectWrapper ul,
.transverse li.birthYear .jqTransformSelectWrapper ul,
.transverse li.birthDay .jqTransformSelectWrapper ul,
.transverse li.country .jqTransformSelectWrapper ul,
.transverse li.select-long .jqTransformSelectWrapper ul {
    height: 152px;
}

.transverse fieldset {
    border-top: none;
}
.transverse .legend small {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 7px;
    text-transform: none;
}
.ie6 .transverse .legend small {
    right: 25px;
}
.transverse label,
.transverse .fakeLabel {
	display: block;
    float: left;
	width: 98px;
	height:17px; /* 20 */
    padding: 3px 5px 0 0;
    line-height:12px; /* 20 */
    font-size: 11px;
}
.ie6 .transverse .fakeLabel { width: 98px !important; }
.transverse .pwd-min-char {
    font-style: italic;
    font-size: 10px;
    color: #9b9b9b;
    line-height: 8px;
}
.transverse label.w144 {
    width: 144px;
    padding: 0;
}
.transverse label.long,
.transverse .fakeLabel.long {
    width: 178px;
    padding: 0;
}
.ie6 .transverse .fakeLabel.long { width: 178px !important; }

.ie6 .transverse .long { width: 551px !important; padding-top : 2px;}

.ie6 .line.checkbox .long.error {
    width: 90% !important;
}

.transverse label.twoLines {
    line-height: 13px;
}
.ie6 .transverse .right label,
.ie7 .transverse .right label,
.ie8 .transverse .right label,
.ie9 .transverse .right label   {
    padding-left: 10px;
}
.transverse .it-policies label {
    width: 295px;
}
.transverse input,
.transverse textarea {
    background-color: #F8F8F8;
    border: 1px solid #C9C9C9;
    display: block;
    float: left;
    height: 19px;
    line-height: 15px;
    padding-left: 8px;
    width: 205px;
    font-size: 11px;
}
.transverse input.error { border: 1px solid #C9C9C9 !important; }
.transverse #form-locator input[type="checkbox"] {
	width:0;
	height:0;
	line-height:normal;
	float:none;
	display:inline;
}
input#promo-code {
    width: 120px !important;
    margin-right: 10px;
}
/*Card number*/
.transverse input.short {
    width: 36px !important;
    margin-right: 10px;
}
.transverse input.disabled {
    cursor: default;
    border: 1px solid #eee;
}
/*IE doesn't add padding&border to width*/
.ie .transverse input {
    width: 196px;
    height: 18px;
    line-height: 15px;
}

.transverse textarea {
    resize: none;
    overflow: auto;
    height: 48px;
   /* max-height: 48px;
    max-width: 205px;
    min-height: 48px;*/
    width: 205px;
}
.ie6 .transverse textarea,
.ie7 .transverse textarea,
.ie8 .transverse textarea {
    width: 195px;
}

.transverse textarea.funnel {
    width: 650px;
    max-width: 650px;
}

.transverse input.long,
.transverse textarea.long {
    width: 550px;
    padding-left: 8px;
}

.ie6 .long {
    width : 551px !important;
    padding-top : 2px;
}
.transverse input.searchInput {
    width: 160px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    float: left;
}

/*IE doesn't add padding&border to width*/
/*.ie .transverse input.long,
.ie .transverse textarea.long {
    width: 550px;
    padding-left: 8px;
}*/
.transverse input:focus ,
.transverse textarea:focus {
    border: 2px solid #7b7b7b;
    background-color: #ffffff;
}
.transverse .checkbox label,
.transverse .checkbox span.news,
.transverse .radio label {
    width: auto;
    height: 8px;
    line-height: 14px;
    float: left;
    /*margin-right: 47px;*/
}
.transverse .checkbox.conditions label {
    width: 90%;
    height: auto;
}

.transverse .checkbox span.news {
    width: 270px;
    margin-right: 0;
}
.transverse .checkbox input,
.transverse .radio input {
    height: 15px !important;
    width: 15px !important;
    float:left;
    margin: 0 8px 0 0 ;
    border: none;
}
.transverse button,
.transverse a.button {
    width: auto;
    background-color: #ffffff;
    border: 1px solid #B5B5B5;
    color: #2B2C30;
    cursor: pointer;
    font-size: 9px;
    margin-top: 0;
    padding: 6px 17px 3px;
    text-transform: uppercase;
}
.transverse a#button-promo-code.button {
    padding: 3px 17px 8px;
}
.ie6 .transverse a#button-promo-code.button { padding: 3px 17px; }

.transverse .submit,
.transverse a.button.black {
    background-color: #000;
    border: none;
    padding: 6px 17px 4px 17px;
    color: #FFFFFF !important;
}

.transverse button {
    padding: 4px 17px 4px 17px;
}
.transverse .submit {
    padding: 4px 17px 4px 17px;
}
.ie .transverse .submit,
.ie .transverse a.button.black {
    padding: 0 17px;
    height: 20px;
    line-height: 20px;
}

.transverse .searchFilter .submit {
    background: none;
    color: #999 !important;
    width: auto;
    border: none;
    padding: 5px;
    font-size: 9px;
    font-weight: bold;
}
.ie6 .transverse .submit,
.ie7 .transverse .submit
{
    overflow: visible;
}
/* Connexion */
.transverse .twoCol .submit {
    position: absolute;
    right: 30px;
    bottom: 30px;
}
#button-promo-code {
    width: 43px;
    float: left;
    text-align: center;
}

/*----------------------*/
/*      JQTRANSFORM     */
/*----------------------*/

* {
    outline: none;
}

form.jqtransformdone div.rowElem{
    clear:both;
    padding:4px 0px;
}

.ie6 .form.jqtransform li.black {
    background: none !important;
}

/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
    float:left;
}

/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {
    float: left;
    display:block;
    margin:3px 5px 0 0;
}
.jqTransformRadio {
    background: url(../img/sprites/spriteTransverse.png) no-repeat -105px 0 #fff;
    vertical-align: middle;
    height: 13px;
    width: 10px;
    display: block;
}

.ie6 .funnel .jqTransformRadioWrapper { margin: 0 5px 0 0 !important; }
.ie6 .funnel .jqTransformRadio {  background: url(../img/sprites/spriteTransverse.png) no-repeat -105px 1px #fff !important; }

/* -------------
 * Checkboxes
 * ------------- */

span.jqTransformCheckboxWrapper {
    display:block;
    float:left;
    height: 10px;
    zoom: 1;
}
a.jqTransformCheckbox {
    background: transparent url(../img/sprites/spriteTransverse.png) no-repeat -76px -2px;
    vertical-align: middle;
    height: 11px;
    width: 11px;
    display:block;
    margin: 4px 8px 0 0;
}

a.jqTransformCheckbox.focus {
    border :2px solid;
}

.tunnel .jqTransformCheckboxWrapper { height: 15px; }
.tunnel .jqTransformCheckbox {
    width: 15px !important;
    height: 15px !important;
    margin-top: 4px;
    background: #ffffff url('../img/sprites/sprite-icon.png') no-repeat -280px -150px;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked { background-position:-92px -2px;}
.tunnel .jqTransformChecked { background-position: -260px -150px;}

.radio a.jqTransformChecked { background-position:-120px 0;}

/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper  {
    width: 214px;
    position:relative;
    background-color: #F8F8F8;
    border: 1px solid #C9C9C9;
    display: block;
    float: left;
    height: 20px;
    line-height: 22px;
    font-size: 11px;
    z-index: 7 !important;
}

.size1of3.wLabel .jqTransformSelectWrapper {
    width  : 50%;
}

.size1of3 .jqTransformSelectWrapper {
    width  : 89%;
}
.xs .jqTransformSelectWrapper {
     width: 50px !important;
     border: none;
     background: none;
     float: none;
     margin: 0 auto;
}
.ie6 .jqTransformSelectWrapper,
.ie7 .jqTransformSelectWrapper,
.ie8 .jqTransformSelectWrapper,
.ie9 .jqTransformSelectWrapper {
    width: 205px;
}

.jqTransformSelectWrapper div span {
    width: 195px !important;
    /*font-size: 11px;*/
    float: none;
    position: absolute;
    white-space: nowrap;
    height: 22px;
    line-height: 21px;
    padding-left: 8px;
    overflow: hidden;
    cursor:pointer;
    border: 1px #ccc;
    color: #525252;
}

.transverse .jqTransformSelectWrapper span.error {
    border: none !important;
}

.transverse .short .jqTransformSelectWrapper span.error {
    width: 75px !important;
    height: 20px;
    top: -1px;
    left: -1px;
    padding: 0;
    text-align: right;
}
.xs.error .jqTransformSelectWrapper div span {
    color: #fe0000 !important;
}
.jqTransformSelectWrapper  a.jqTransformSelectOpen {
    background: url(../img/sprites/spriteTransverse.png) no-repeat -163px 2px #f8f8f8;
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    width: 14px;
}
.xs .jqTransformSelectWrapper  a.jqTransformSelectOpen {
    background: url(../img/sprites/spriteTransverse.png) no-repeat -41px 0 #fff
}
.xs.error .jqTransformSelectWrapper  a.jqTransformSelectOpen {
    background: url(../img/sprites/spriteTransverse.png) no-repeat -145px 0 #fff
}
.jqTransformSelectWrapper ul {
    position: absolute;
    top: 20px;
    left: -1px;
    list-style: none;
    background-color: #FFF;
    border: solid 1px #CCC;
    display: none;
    margin: 0;
    padding: 1px;
    height: 84px;
    overflow-y: auto;
    z-index:10;
}
/*PAGES GAMME > MAX 3 PAGES > NO SCROLL*/
.wrapPagination .jqTransformSelectWrapper ul {
    overflow: hidden !important;
}
.jqTransformSelectWrapper ul li {
    line-height: 1 !important;
    height: auto !important;
}
.jqTransformSelectWrapper ul a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color:#333;
    background-color: #FFF;
    font-size: 12px;
}

.jqTransformSelectWrapper ul a.selected {
    background: #EDEDED;
    color: #333;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
    background:#3582c4;
    color: #fff;
}
.jqTransformSelectWrapper ul .optgrouped-option a {
    text-indent :10px;
}
.jqTransformSelectWrapper ul a.optgroup,.jqTransformSelectWrapper ul a.optgroup:hover{
    background:#FFF;
    color: #7b7b7b;
}
/*---SHORT----*/
.short .jqTransformSelectWrapper {
    width: 75px;
}
/*---FOCUS---*/
.jqTransformInputWrapper_focus {
    border: 2px solid #7b7b7b;
    background-color: #ffffff;
    outline-offset: none;
}
/*---FILTER PAGES GAMME---*/
.modSearch .wrapFilter span.jqTransformCheckboxWrapper {
    padding: 1px 8px 0 5px !important;
}
.modSearch .wrapFilter a.jqTransformCheckbox {
    margin: 0 !important;
}
.modSearch .itemFilter span.jqTransformCheckboxWrapper {
    margin: -3px 0 15px;
}

/*---Pages Gamme & Collections > .wrapPagination*/
.wrapPagination span.pagination {
    display: block;
    margin: 0 auto;
    width: 188px;
    height: 22px;
    line-height: 21px;
}

.wrapPagination em {
    float: left;
    margin: 0 10px;
}
.ie6 .wrapPagination em { padding: 0 0 1px; }

.wrapPagination select {width: 50px;}
.wrapPagination .jqTransformSelectWrapper {
    width: 50px !important;
    text-align: left;
}
.wrapPagination .jqTransformSelectWrapper ul {
    width: 48px !important;
}
.wrapPagination .jqTransformSelectWrapper div span {
    width: 42px !important;
    left: 0;
    text-align: left;
}
.wrapPagination .jqTransformSelectWrapper ul a {
padding-left: 6px;
}
/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none !important;}

.ie6 a.jqTransformCheckbox {
    overflow: hidden !important;
    height: 11px !important;
    width: 11px !important;
}

.giftMessage {
    margin-bottom: 10px;
    display: block;
}

.giftMessage input.first {
    background-color: #f8f8f8;
    border-top : 1px solid #c9c9c9;
    border-left : 1px solid #c9c9c9;
    border-right : 1px solid #c9c9c9;
    border-bottom: 0;
    float: none;
    width : 220px;
}

.giftMessage input.first.on,
.giftMessage input.middle.on,
.giftMessage input.last.on {
    border-width: 2px;
    border-color : #000;
}

.giftMessage input.middle {
    background-color: #f8f8f8;
    border-top : 0;
    border-left : 1px solid #c9c9c9;
    border-right : 1px solid #c9c9c9;
    border-bottom: 0;
    float: none;
    width : 220px;
}

.giftMessage input.last {
    background-color: #f8f8f8;
    border-top : 0;
    border-left : 1px solid #c9c9c9;
    border-right : 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    float: none;
    width : 220px;
}

#giftBox label {
    font-weight: bold;
    width : 200px;
}

#popinPayment {
    width: 250px;
    height: 100px;
}
#popinPayment span {
    display: block;
    font-size: 11px;
    text-align: center;
    margin-top: 20px;
}

.popinPayment {
    background: #FFF url(../img/loader-payment.gif) no-repeat center center;
}

.meansPayment {
    margin : 35px;
}

.meansPayment h4 {
    margin-bottom: 30px;
}

/* CONTACT CDC */
.countryTel .jqTransformSelectWrapper {
    z-index: 1 !important;
}

@font-face {
    font-family: 'diorcom-icons';
    src:url('diorcom-icons/fonts/diorcom-icons.eot?f8fp1u');
    src:url('diorcom-icons/fonts/diorcom-icons.eot?#iefixf8fp1u') format('embedded-opentype'),
        url('diorcom-icons/fonts/diorcom-icons.ttf?f8fp1u') format('truetype'),
        url('diorcom-icons/fonts/diorcom-icons.woff?f8fp1u') format('woff'),
        url('diorcom-icons/fonts/diorcom-icons.svg?f8fp1u#diorcom-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="font-icon-"], [class*=" font-icon-"] {
    font-family: 'diorcom-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.font-icon-google-plus-circle:before {
    content: "\e60c";
}
.font-icon-instagram-circle:before {
    content: "\e60d";
}
.font-icon-kaixin-circle:before {
    content: "\e60e";
}
.font-icon-tumblr-circle:before {
    content: "\e60f";
}
.font-icon-twitter-circle:before {
    content: "\e610";
}
.font-icon-weibo-circle:before {
    content: "\e611";
}
.font-icon-facebook-circle:before {
    content: "\e612";
}
.font-icon-bag:before {
    content: "\e600";
}
.font-icon-circle:before {
    content: "\e601";
}
.font-icon-dior:before {
    content: "\e602";
}
.font-icon-facebook:before {
    content: "\e603";
}
.font-icon-glass:before {
    content: "\e604";
}
.font-icon-google:before {
    content: "\e605";
}
.font-icon-instagram:before {
    content: "\e606";
}
.font-icon-kaixin:before {
    content: "\e607";
}
.font-icon-mail:before {
    content: "\e608";
}
.font-icon-tumblr:before {
    content: "\e609";
}
.font-icon-twitter:before {
    content: "\e60a";
}
.font-icon-weibo:before {
    content: "\e60b";
}

/*# sourceMappingURL=onedior_ecrin.css.map */