/* normalize.css v1.1.2 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

h2 {
  font-size: 1.5em;
  margin: .83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: .83em;
  margin: 1.67em 0;
}

h6 {
  font-size: .67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p, pre {
  margin: 1em 0;
}

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

/* #Base 960 Grid
================================================== */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.row {
  margin-bottom: 20px;
}

/* Nested Column Classes */
.column.alpha, .columns.alpha {
  margin-left: 0;
}

.column.omega, .columns.omega {
  margin-right: 0;
}

/* Base Grid */
.container .one.column,
.container .one.columns {
  width: 60px;
}

.container .two.columns {
  width: 140px;
}

.container .three.columns {
  width: 220px;
}

.container .four.columns {
  width: 300px;
}

.container .five.columns {
  width: 380px;
}

.container .six.columns {
  width: 460px;
}

.container .seven.columns {
  width: 540px;
}

.container .eight.columns {
  width: 620px;
}

.container .nine.columns {
  width: 700px;
}

.container .ten.columns {
  width: 780px;
}

.container .eleven.columns {
  width: 860px;
}

.container .twelve.columns {
  width: 940px;
}

.container .one-third.column {
  width: 300px;
}

.container .two-thirds.column {
  width: 620px;
}

/* Offsets */
.container .offset-by-one {
  padding-left: 80px;
}

.container .offset-by-two {
  padding-left: 160px;
}

.container .offset-by-three {
  padding-left: 240px;
}

.container .offset-by-four {
  padding-left: 320px;
}

.container .offset-by-five {
  padding-left: 400px;
}

.container .offset-by-six {
  padding-left: 480px;
}

.container .offset-by-seven {
  padding-left: 560px;
}

.container .offset-by-eight {
  padding-left: 640px;
}

.container .offset-by-nine {
  padding-left: 720px;
}

.container .offset-by-ten {
  padding-left: 800px;
}

.container .offset-by-eleven {
  padding-left: 880px;
}

/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

@font-face {
  font-family: 'Campton';
  src: url("../fonts/Campton-ExtraLight.otf") format("opentype"), url("../fonts/Campton-ExtraLight.woff") format("woff"), url("../fonts/Campton-ExtraLight.woff2") format("woff2"), url("../fonts/Campton-ExtraLight.eot") format("eot");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Campton';
  src: url("../fonts/Campton-Light.otf") format("opentype"), url("../fonts/Campton-Light.woff") format("woff"), url("../fonts/Campton-Light.woff2") format("woff2"), url("../fonts/Campton-Light.eot") format("eot");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Campton-b';
  src: url("../fonts/Campton-Book.otf") format("opentype"), url("../fonts/Campton-Book.woff") format("woff"), url("../fonts/Campton-Book.woff2") format("woff2"), url("../fonts/Campton-Book.eot") format("eot");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Mrs Eaves';
  src: url("../fonts/MrsEavesRoman.ttf") format("opentype"), url("../fonts/mrseaves-smallcaps-webfont.ttf") format("opentype"), url("../fonts/MrsEaves-Bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham Book.ttf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-b';
  src: url("../fonts/GOTHAM-BOLD.TTF") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Sia';
  src: url("../fonts/Sia-New-Font-2018.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 100ms linear, background-color 100ms linear;
  -moz-transition: color 100ms linear, background-color 100ms linear;
  -ms-transition: color 100ms linear, background-color 100ms linear;
  -o-transition: color 100ms linear, background-color 100ms linear;
  transition: color 100ms linear, background-color 100ms linear;
}

i, i:after, i:before {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

* img {
  max-width: 100%;
  height: auto;
}

html {
  font-size: 20px;
}

body {
  background-color: #FFF;
  font-family: Campton, Helvetica, Arial, sans-serif;
  color: #222;
}

h4, h5, h6, p, strong {
  font-family: Campton, Helvetica, Arial, sans-serif;
  color: #222;
}

h1, h2, h3 {
  font-family: Mrs Eaves, Georgia, serif;
  color: #222;
  /*jdh*/
}

.header-language-background {
  background-color: transparent;
  position: relative;
  left: 1rem;
  top: 1rem;
  height: 1rem;
  width: 3rem;
  padding: 0;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .header-language-background {
    display: none;
  }
}
.header-language-background .switcher-holder {
  float: right;
  display: block;
  width: .8rem;
  height: .7rem;
  background: url(../images/media/main_css_sprites.png) -111px -66px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  cursor: pointer;
}
.header-language-background .switcher-holder .switcher {
  display: block;
  width: 100%;
  height: 100%;
}
.header-language-background .selected {
  white-space: nowrap;
  display: block;
  margin-right: .8rem;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .55rem;
  letter-spacing: .04em;
  line-height: .8rem;
  font-weight: 200;
  color: #222;
  text-align: right;
}
.header-language-background .language-select {
  clear: both;
  margin: 0;
  padding: 0;
}
.header-language-background .language-select li, .header-language-background .language-select a {
  white-space: nowrap;
  display: block;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .55rem;
  letter-spacing: .04em;
  line-height: .8rem;
  font-weight: 200;
  color: #222;
  text-align: left;
  margin: 0;
  opacity: .66;
}
.header-language-background .language-select li.current, .header-language-background .language-select li:hover, .header-language-background .language-select a.current, .header-language-background .language-select a:hover {
  text-decoration: underline;
  opacity: 1;
}

.page-header {
  width: 100%;
  height: 6rem;
  max-width: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #ffd6d6;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: background-color .5s linear;
}
.page-header.headband {
  height: 8rem;
}
@media screen and (max-width: 1024px) {
  .page-header.headband {
    height: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-header {
    width: 100vw;
    height: 2.5rem;
    border: none;
    background-color: #fff;
  }
}
.page-header .page-header-container {
  position: relative;
  margin: -1rem 0 0 0;
}
@media screen and (max-width: 1024px) {
  .page-header .page-header-container {
    margin: 0;
    background-color: #FFFFFF;
  }
}
.page-header .page-header-container h1 {
  margin: 0 auto;
}
.page-header .logo {
  display: block;
  float: none;
  padding: 0;
  margin: 0 auto;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url(../images/bonjourparis/header_logo.png) no-repeat center center;
  width: 180px;
  min-height: 4rem;
  height: 4rem;
}
.page-header .logo:hover {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .page-header .logo {
    background-image: url(../images/bonjourparis/header_logo_tablet.png);
    background-size: 100% auto;
    width: 236px;
    min-height: 0;
    height: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-header .logo {
    background-image: url(../images/bonjourparis/header_logo_mobile.png);
    width: 107px;
    margin: 0 0 0 3.5rem;
  }
}
.page-header .open-menu {
  display: none;
  position: relative;
  background-color: white;
  text-align: center;
}
.page-header .open-menu .label {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1rem !important;
  color: #222;
  opacity: 0;
  transition: opacity 0.5s linear;
  pointer-events: none;
  white-space: nowrap;
}
@media screen and (max-width: 700px) {
  .page-header .open-menu .label {
    font-size: .65rem;
    line-height: .75rem;
  }
}
.page-header .open-menu .burger-icon,
.page-header .open-menu .arrow-icon,
.page-header .open-menu .close-icon {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s linear;
  pointer-events: none;
}
.page-header .open-menu .burger-icon {
  background: url(../images/bonjourparis/icon_burger_tablet.png) no-repeat center center;
  background-size: 20px 12px;
  left: 0;
}
.page-header .open-menu .arrow-icon {
  background: url(../images/bonjourparis/icon_arrow_left.png) no-repeat center center;
  background-size: 8px 14px;
  right: 0;
}
.page-header .open-menu .close-icon {
  background: url(../images/bonjourparis/icon_close.png) no-repeat center center;
  background-size: 13.5px 14px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .page-header .open-menu {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
  }
  .page-header .open-menu .burger-icon {
    opacity: 1;
    pointer-events: all;
  }
  .page-header .open-menu .close-icon {
    opacity: 0;
  }
  .page-header .open-menu .arrow-icon {
    opacity: 0;
  }
  .page-header .open-menu.open .burger-icon {
    opacity: 0;
    pointer-events: none;
  }
  .page-header .open-menu.open .close-icon {
    opacity: 1;
    pointer-events: all;
  }
  .page-header .open-menu.open .arrow-icon {
    opacity: 0;
    pointer-events: none;
  }
  .page-header .open-menu.open.deep .burger-icon {
    opacity: 0;
    pointer-events: none;
  }
  .page-header .open-menu.open.deep .close-icon {
    opacity: 0;
    pointer-events: none;
  }
  .page-header .open-menu.open.deep .arrow-icon {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 768px) {
  .page-header .open-menu {
    transition: width 0.5s ease-in-out;
    padding: .75rem;
  }
  .page-header .open-menu .burger-icon {
    opacity: 1;
    pointer-events: all;
  }
  .page-header .open-menu .close-icon {
    opacity: 0;
    right: 0;
    left: auto;
  }
  .page-header .open-menu .arrow-icon {
    opacity: 0;
    right: auto;
    left: 0;
  }
  .page-header .open-menu.open {
    width: 100vw;
  }
  .page-header .open-menu.open .label {
    opacity: 1;
  }
  .page-header .open-menu.open .burger-icon {
    opacity: 0;
    pointer-events: none;
  }
  .page-header .open-menu.open .close-icon {
    opacity: 1;
    pointer-events: all;
  }
  .page-header .open-menu.open .arrow-icon {
    opacity: 0;
    pointer-events: none;
  }
  .page-header .open-menu.open.deep .burger-icon {
    opacity: 0;
    pointer-events: none;
  }
  .page-header .open-menu.open.deep .close-icon {
    opacity: 1;
    pointer-events: all;
  }
  .page-header .open-menu.open.deep .arrow-icon {
    opacity: 1;
    pointer-events: all;
  }
}
.page-header .account-display-login {
  position: absolute;
  right: 4rem;
  top: 1rem;
  height: 1rem;
}
@media screen and (max-width: 1024px) {
  .page-header .account-display-login {
    top: 0.7rem;
    right: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .page-header .account-display-login {
    display: none;
  }
}
.page-header .account-cart-wrapper {
  position: absolute;
  right: 1rem;
  top: 1rem;
  height: 1rem;
}
@media screen and (max-width: 1024px) {
  .page-header .account-cart-wrapper {
    top: .5rem;
    height: 1.5rem;
  }
  .page-header .account-cart-wrapper .header-minicart {
    display: inline-block;
  }
}
.page-header .skip-account,
.page-header .skip-cart,
.page-header .stores-link,
.page-header .search-link {
  padding: 0;
  width: 1rem;
  height: 1rem;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  margin-left: .5rem;
}
@media screen and (max-width: 1024px) {
  .page-header .skip-account,
  .page-header .skip-cart,
  .page-header .stores-link,
  .page-header .search-link {
    display: inline-block;
    vertical-align: top;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.page-header .search-link {
  background: url(../images/media/main_css_sprites.png) -1px -2px;
  background-size: 120px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-header .search-link {
    display: inline-block;
  }
}
.page-header .stores-link {
  background: url(../images/media/main_css_sprites.png) -32px -2px;
  background-size: 120px;
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 355px) {
  .page-header .stores-link {
    display: inline-block;
  }
}
.page-header .skip-account {
  background: url(../images/media/main_css_sprites.png) -180px -132px;
}
@media screen and (max-width: 1024px) {
  .page-header .skip-account {
    background: url(../images/media/main_css_sprites.png) -185px -2px;
    background-size: 120px;
  }
}
.page-header .skip-cart {
  float: left;
  background: url(../images/media/main_css_sprites.png) -79px -68px;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-header .skip-cart {
    background: url(../images/media/main_css_sprites.png) 1px -145px;
    background-size: 120px;
  }
}
.page-header .skip-cart .qty {
  position: absolute;
  left: 0;
  font-size: .5rem;
  color: #000;
  width: 100%;
  text-align: center;
  height: 100%;
  line-height: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .page-header .skip-cart .qty {
    font-size: .6rem;
    line-height: 1.85rem;
  }
}
.page-header #topCartContent {
  display: none;
  background: #fff;
  position: absolute;
  right: -9px;
  margin: 0;
  top: -10px;
  z-index: 9;
  width: 230px;
  border-top: 1px solid #ffd6d6;
  border-bottom: 1px solid #ffd6d6;
  padding: 35px 20px 15px 20px;
}
.page-header #topCartContent .mini-products-list {
  padding: 0;
}
.page-header #topCartContent .inner-wrapper {
  opacity: 1 !important;
}
.page-header #topCartContent .item {
  display: block;
  clear: both;
  margin: 0 0 5px;
  overflow: hidden;
}
.page-header #topCartContent .item .product-name {
  float: left;
  width: 118px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
  overflow: hidden;
  margin: 0;
  font-size: 11px;
}
.page-header #topCartContent .item .product-image {
  float: right;
  width: 68px;
  height: 60px;
  border: 0 none;
}
.page-header #topCartContent .item:hover .product-name {
  color: #222;
}
.page-header #topCartContent .actions a {
  color: #636363;
  background: url(../images/bonjourparis/icon_arrow_right.svg) no-repeat right center;
  background-size: 4px 11px;
  font-size: .6rem;
  padding: 0 8px 0 0;
}
@media screen and (max-width: 1024px) {
  .page-header #topCartContent {
    padding-top: 44px;
  }
}
@media screen and (max-width: 479px) {
  .page-header #topCartContent {
    top: 34px;
    padding-top: 35px;
  }
}
.page-header .header-bottom {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-header .header-bottom {
    text-align: left;
  }
}
.page-header #header-nav {
  display: inline-block;
  border-bottom: none;
  height: 2rem;
  margin: 0 1rem 0;
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }
}
.page-header #header-nav .overlay {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav .overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 2.5rem;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s linear;
    z-index: -20;
  }
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav.open .overlay.level0 {
    opacity: 1;
    pointer-events: all;
  }
  .page-header #header-nav.open ul#nav {
    left: 0;
  }
  .page-header #header-nav.subnav-open ul#nav > li > a {
    opacity: .5;
    transform: translateX(-185px);
  }
}
@media screen and (max-width: 768px) {
  .page-header #header-nav.subnav-open ul#nav > li > a {
    transform: translateX(-50vw);
  }
}
.page-header #header-nav ul#nav {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
  float: left;
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav ul#nav {
    position: absolute;
    top: 2.5rem;
    left: -370px;
    width: 370px;
    height: 100vh;
    padding-bottom: 2.5rem;
    text-align: left;
    font-size: inherit;
    transition: left 0.5s ease-in-out;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 768px) {
  .page-header #header-nav ul#nav {
    width: 100vw;
    left: -100vw;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.page-header #header-nav ul#nav > li {
  margin: 0 .5rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .page-header #header-nav ul#nav > li {
    margin: 0 .25rem;
  }
}
@media screen and (max-width: 1048px) {
  .page-header #header-nav ul#nav > li {
    margin: 0 .1rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav ul#nav > li {
    position: static;
    display: block;
    height: 5rem;
    width: 100%;
    background: #fff;
    margin: 0;
  }
}
@media screen and (max-width: 320px) {
  .page-header #header-nav ul#nav > li {
    height: 4.4rem;
  }
}
.page-header #header-nav ul#nav > li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  opacity: 0;
  background: #ffd6d6;
  transition: opacity linear .2s;
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav ul#nav > li:after {
    display: none;
  }
}
.page-header #header-nav ul#nav > li:hover:after {
  opacity: 1;
}
.page-header #header-nav ul#nav > li .subnav .columns .column {
  width: 100%;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav ul#nav > li .subnav .columns .column {
    text-align: left;
  }
}
.page-header #header-nav ul#nav > li .subnav .columns .column .column-link {
  display: inline-block;
  padding: 0 5px;
  margin: 0 15px;
  font-size: .6rem;
  line-height: 50px;
  height: 50px;
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav ul#nav > li .subnav .columns .column .column-link {
    display: block;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    font-size: .6rem;
    height: 5rem;
  }
  .page-header #header-nav ul#nav > li .subnav .columns .column .column-link .subnav {
    z-index: 200;
    position: absolute;
    top: 0;
    right: -370px;
    width: 370px;
    height: 132vh;
    padding-bottom: 2.5rem;
    text-align: left;
    font-size: inherit;
    overflow: hidden;
    transition: right 0.5s ease-in-out;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .page-header #header-nav ul#nav > li .subnav .columns .column .column-link .subnav {
    bottom: 0;
    width: 100vw;
    right: -100vw;
    z-index: 200;
    position: absolute;
    transition: right 0.5s ease-in-out;
  }
}
.page-header #header-nav ul#nav > li .subnav .columns .column .column-link > a {
  position: relative;
  display: block;
  height: 100%;
  text-transform: uppercase;
  transition: transform 0.5s ease-in-out;
}
.page-header #header-nav ul#nav > li .subnav .columns .column .column-link > a:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: 0;
  height: 2px;
  opacity: 0;
  background: #ffd6d6;
  transition: opacity linear .2s;
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav ul#nav > li .subnav .columns .column .column-link > a:before {
    display: none;
  }
}
.page-header #header-nav ul#nav > li .subnav .columns .column .column-link.active > a:before {
  opacity: 1;
}
.page-header #header-nav ul#nav > li .subnav .columns .parent .columns {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  max-height: 0;
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav ul#nav > li .subnav .columns .parent .columns {
    top: 0;
  }
}
.page-header #header-nav ul#nav > li .subnav .columns .parent .columns:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #ffd6d6;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav ul#nav > li .subnav .columns .parent .columns:before {
    display: none;
  }
}
.page-header #header-nav ul#nav > li .subnav .columns .parent .columns .column {
  width: 12rem;
  margin: 1rem .5rem;
  text-align: left;
  font-size: .8rem;
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav ul#nav > li .subnav .columns .parent .columns .column {
    width: auto;
    margin: auto;
  }
}
.page-header #header-nav ul#nav > li .subnav .columns .parent .columns .column.photo {
  width: 19rem;
}
.page-header #header-nav ul#nav > li .subnav .columns .parent .columns .column .column-link {
  display: block;
  line-height: 1.4;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav ul#nav > li .subnav .columns .parent .columns .column .column-link {
    height: 5rem;
  }
}
.page-header #header-nav ul#nav > li .subnav .columns .parent .columns .column .column-link a {
  text-transform: none;
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav ul#nav > li .subnav .columns .parent .columns .column .column-link a {
    text-transform: uppercase;
  }
}
.page-header #header-nav ul#nav > li .subnav .columns .parent .columns .column .column-link a:hover {
  font-weight: 300;
}
.page-header #header-nav ul#nav > li .subnav .columns .parent .columns .column .column-link a:before {
  display: none;
}
.page-header #header-nav ul#nav > li .subnav .columns .parent .columns .column-title {
  display: none;
}
.page-header #header-nav ul#nav > li .subnav .columns .parent.active .columns {
  max-height: 20rem;
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav ul#nav > li .subnav .columns .parent.open > a {
    transform: translateX(-50vw);
    opacity: 0.5;
  }
  .page-header #header-nav ul#nav > li .subnav .columns .parent.open .subnav {
    right: 0;
  }
}
.page-header #header-nav ul#nav > li > a {
  display: block;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: .6rem;
  line-height: 1.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 0 .5rem .5rem;
  color: #222;
  transition: opacity 0.5s linear;
}
.page-header #header-nav ul#nav > li > a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav ul#nav > li > a {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
  }
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav ul#nav li > a > span {
    display: block;
    width: 50%;
    height: 100%;
    margin-left: 50%;
    padding: 2rem .5rem;
    font-size: .65rem;
    line-height: 1rem;
    letter-spacing: .04em;
    position: relative;
  }
  .page-header #header-nav ul#nav li > a > span br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav ul#nav .parent > a > span:after {
    content: "";
    display: block;
    position: absolute;
    top: 43px;
    right: 1rem;
    width: 7px;
    height: 14px;
    background: url(../images/bonjourparis/icon_arrow_right.png) no-repeat center center;
    background-size: 100% auto;
  }
}
.page-header #header-nav ul#nav .parent .parent .parent > a > span:after {
  display: none;
}
.page-header #header-nav ul#nav li > a > .menu-photo {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav ul#nav li > a > .menu-photo {
    display: block;
    float: left;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (min-width: 1001px) {
  .page-header #header-nav #nav > li.menu-active > .subnav .columns {
    max-height: 20rem;
  }
  .page-header #header-nav #nav > li.menu-active > .subnav:after {
    top: 100%;
    opacity: .5;
  }
}
.page-header #header-nav #nav > li > .subnav {
  position: fixed;
  left: 0;
  right: 0;
  top: 6rem;
  width: 100%;
  height: auto;
  padding: 0;
}
.page-header #header-nav #nav > li > .subnav:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20rem;
  background: linear-gradient(#E5C5C9, transparent);
  transition: opacity 0.5s linear, top 0.5s ease-in-out;
  opacity: 0;
  z-index: -100;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav #nav > li > .subnav {
    position: absolute;
    left: auto;
    right: -370px;
    top: 0;
    width: 370px;
    height: auto;
    text-align: left;
    font-size: inherit;
    overflow: auto;
    transition: right 0.5s ease-in-out;
  }
  .page-header #header-nav #nav > li > .subnav:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
  }
  .page-header #header-nav #nav > li > .subnav:after {
    display: none;
  }
  .page-header #header-nav #nav > li > .subnav.open {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-header #header-nav #nav > li > .subnav {
    width: 100vw;
    right: -100vw;
    z-index: 200;
  }
  .page-header #header-nav #nav > li > .subnav:before {
    display: none;
  }
  .page-header #header-nav #nav > li > .subnav.open {
    left: auto;
    right: 0;
  }
}
.page-header #header-nav #nav > li > .subnav .columns {
  width: 100%;
  height: auto;
  max-height: 0;
  padding: 0 .5rem;
  background: #fff;
  text-align: center;
  font-size: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav #nav > li > .subnav .columns {
    max-height: none;
    padding: 0;
    text-align: left;
    font-size: inherit;
    position: relative;
    z-index: 200;
    min-height: 130vh;
    padding-bottom: 2.5rem;
    background: white;
    overflow-y: visible;
  }
}
.page-header #header-nav #nav > li > .subnav .column {
  display: inline-block;
  width: 9rem;
  margin: 2rem .5rem;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav #nav > li > .subnav .column {
    display: block;
    height: auto;
    width: 100%;
    background: #fff;
    margin: 0;
  }
}
.page-header #header-nav #nav > li > .subnav .column .column-title {
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 1.25rem;
  line-height: 1rem;
  margin-bottom: 1rem;
  letter-spacing: .04em;
  font-weight: normal;
  position: relative;
}
.page-header #header-nav #nav > li > .subnav .column .column-title .column-title-photo {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav #nav > li > .subnav .column .column-title {
    margin: 0;
    width: 100%;
    height: 5rem;
  }
  .page-header #header-nav #nav > li > .subnav .column .column-title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    background: rgba(246, 222, 220, 0.4);
    transition: none;
    opacity: 1;
  }
  .page-header #header-nav #nav > li > .subnav .column .column-title a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .page-header #header-nav #nav > li > .subnav .column .column-title a .column-title-photo {
    display: block;
    float: left;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center center;
  }
  .page-header #header-nav #nav > li > .subnav .column .column-title a .text {
    display: block;
    width: 50%;
    height: 100%;
    margin-left: 50%;
    padding: 2rem .5rem;
    font-family: Campton, Helvetica, Arial, sans-serif;
    font-size: .8rem;
    line-height: 1rem;
    font-weight: 300;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: .65rem;
    line-height: 1rem !important;
    font-weight: 200;
    position: relative;
  }
}
@media screen and (max-width: 1024px) and (max-width: 700px) {
  .page-header #header-nav #nav > li > .subnav .column .column-title a .text {
    font-size: .65rem;
    line-height: .75rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav #nav > li > .subnav .column .column-title a .text br {
    display: none;
  }
  .page-header #header-nav #nav > li > .subnav .column .column-title a .text:after {
    content: "";
    display: block;
    position: absolute;
    top: 43px;
    right: 1rem;
    width: 7px;
    height: 14px;
    background: url(../images/bonjourparis/icon_arrow_right.png) no-repeat center center;
    background-size: 100% auto;
  }
}
.page-header #header-nav #nav > li > .subnav .column .column-title a {
  color: #222;
}
.page-header #header-nav #nav > li > .subnav .column .column-title a:hover {
  text-decoration: none;
}
.page-header #header-nav #nav > li > .subnav .column .column-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-header #header-nav #nav > li > .subnav .column .column-links .column-link {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .04em;
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav #nav > li > .subnav .column .column-links .column-link {
    display: none;
  }
}
.page-header #header-nav #nav > li > .subnav .column .column-links .column-link a {
  color: #222;
}
.page-header #header-nav #nav > li > .subnav .column .column-links .column-link a:hover {
  text-decoration: none;
}
.page-header #header-nav #nav > li > .subnav .column.photo {
  width: 19rem;
}
.page-header #header-nav #nav > li > .subnav .column.photo img {
  max-width: 100%;
  height: auto;
}
.page-header #header-nav #nav > li > .subnav .column.photo .caption {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav #nav > li > .subnav .column.photo {
    display: none;
  }
}
.page-header #header-nav #nav > li > .subnav.headband {
  top: 8rem;
}
@media screen and (max-width: 1024px) {
  .page-header #header-nav #nav > li > .subnav.headband {
    top: 0;
  }
}
.page-header #nav .responsive-menu-footer {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-header #nav .responsive-menu-footer {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 3rem;
  }
  .page-header #nav .responsive-menu-footer ul {
    margin: 0;
    padding: 1rem;
  }
  .page-header #nav .responsive-menu-footer ul li a {
    font-family: Campton, Helvetica, Arial, sans-serif;
    font-size: .7rem;
    line-height: 1rem;
    font-weight: 200;
    letter-spacing: .02em;
    font-size: .65rem;
    color: #808080;
  }
}
@media screen and (max-width: 1024px) and (max-width: 700px) {
  .page-header #nav .responsive-menu-footer ul li a {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
@media screen and (max-width: 1024px) {
  .page-header #nav .responsive-menu-footer ul li a:hover {
    color: #777;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .page-header #nav .responsive-menu-footer {
    display: none;
  }
}
.page-header #header-search {
  display: inline-block;
  position: static;
  width: 120px;
  height: 2rem;
}
@media screen and (max-width: 1024px) {
  .page-header #header-search {
    position: fixed;
    z-index: 1000;
    width: 100vw;
    height: 2.5rem;
    top: -2.5rem;
    background: #F2F2F2;
    overflow: hidden;
    pointer-events: none;
    transition: top 0.25s linear;
    padding: 0;
  }
  .page-header #header-search.visible {
    pointer-events: all;
    top: 0;
  }
  .page-header #header-search .input-box {
    margin: auto;
    position: absolute;
    bottom: .5rem;
    left: .5rem;
    right: 3rem;
  }
}
.page-header #header-search .form-search {
  position: relative;
}
.page-header #header-search .mobile-close {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-header #header-search .mobile-close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background: #fff url(../images/bonjourparis/icon_close.png) no-repeat center center;
    background-size: .7rem .7rem;
  }
}
.page-header #header-search #search {
  box-sizing: border-box;
  height: 1.2rem;
  margin: 3px 0 0;
  padding-right: 20px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 3px;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .6rem;
  font-weight: 200;
  color: #222;
  line-height: 1.1rem;
  text-transform: uppercase;
  background-color: transparent;
  float: right;
}
@media screen and (max-width: 1024px) {
  .page-header #header-search #search {
    height: 1.5rem;
    margin: 0;
    border: none;
    text-transform: none;
    outline: none;
  }
}
.page-header #header-search .search-button {
  padding: 0;
  width: 1.1rem;
  height: 1.1rem;
  top: 4px;
  right: 1px;
  background: url(../images/media/main_css_sprites.png) -182px -95px;
}
.page-header #header-search .search-button:before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-header #header-search .search-button {
    background: url(../images/media/main_css_sprites.png) -4px -4px;
    background-size: 120px;
  }
  .page-header #header-search .search-button:hover {
    background-color: transparent !important;
  }
}

.footer-container {
  clear: both;
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}
.footer-container .instagram-link-banner {
  display: block;
  width: 100%;
  height: auto;
  padding: 1rem;
  background-color: #fff9f9;
  text-align: center;
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: none;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #222;
  transition: color 0.5s linear;
}
.footer-container .instagram-link-banner strong {
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: none;
  text-transform: none;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #222;
}
.footer-container .instagram-link-banner:hover {
  text-decoration: none;
  color: #2b2b2b;
}
.footer-container .instagram-link-banner:hover strong {
  color: #2b2b2b;
}
@media screen and (max-width: 768px) {
  .footer-container .instagram-link-banner {
    padding: 1.5rem 1.5rem 2rem;
    text-transform: none;
  }
}
.footer-container .instagram-footer-field {
  width: 100%;
  height: 14rem;
  overflow: hidden;
  cursor: grab !important;
}
@media screen and (max-width: 1024px) {
  .footer-container .instagram-footer-field {
    height: 8rem;
  }
}
.footer-container .instagram-footer-field .photos-container {
  white-space: nowrap;
  font-size: 0;
}
.footer-container .instagram-footer-field .photos-container .photo {
  display: inline-block;
  width: 14rem;
  height: 14rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer-container .instagram-footer-field .photos-container .photo {
    width: 8rem;
    height: 8rem;
  }
}
.footer-container .instagram-footer-field .photos-container .photo a {
  display: block;
}
.footer-container .instagram-footer-field .photos-container .photo img {
  display: block;
}
.footer-container .instagram-footer-field .photos-container .photo:after {
  content: "";
  display: none;
  position: absolute;
  width: 22px;
  height: 23px;
  right: .5rem;
  bottom: .2rem;
  background: url(../images/media/main_css_sprites.png) -183px -55px;
}
.footer-container .footer {
  background: #fcf4f2;
  border: none;
  padding: 3rem 1rem;
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer-container .footer {
    height: auto;
    overflow: hidden;
    padding-top: 13rem;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .footer-container .footer {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.footer-container .footer .footer-links {
  width: 10rem;
  margin: 0 0;
  padding: 0 .5rem;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .footer-container .footer .footer-links {
    display: block;
    width: auto;
    padding: 0 1rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-container .footer .footer-links {
    width: 50%;
    padding: 1rem;
    background: white;
    display: inline-block;
  }
}
.footer-container .footer .footer-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-container .footer .footer-links ul li {
  text-align: center;
  display: block;
  margin: .5rem 0;
}
@media screen and (max-width: 1024px) {
  .footer-container .footer .footer-links ul li {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    margin: 0;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer-container .footer .footer-links ul li {
    display: block;
    width: auto;
  }
}
.footer-container .footer .footer-links ul li a {
  display: inline-block;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  color: #777;
}
@media screen and (max-width: 700px) {
  .footer-container .footer .footer-links ul li a {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
.footer-container .footer .block-subscribe {
  float: none;
  max-width: 20rem;
  width: auto;
  margin: 0 5rem;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .footer-container .footer .block-subscribe {
    width: 100%;
    margin: 1rem auto 0;
    padding: 0 1rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }
}
.footer-container .footer .block-subscribe .disclaimer {
  font-size: .7rem;
  line-height: 1rem;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-weight: 200;
  letter-spacing: .02em;
  color: #222;
  margin: .5rem 0 1rem;
  text-align: center;
  text-transform: none;
}
.footer-container .footer .block-subscribe .input-container {
  position: relative;
  margin-bottom: 1.5rem;
}
.footer-container .footer .block-subscribe .input-container .input-text {
  width: 100%;
  height: 2rem;
  border: none;
  padding: .25rem 3.5rem .25rem .5rem;
  font-family: Campton, Helvetica, Arial, sans-serif;
  line-height: 1.5rem;
  color: #777;
  font-weight: 200;
  letter-spacing: .02em;
}
.footer-container .footer .block-subscribe .input-container .button {
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  height: 2rem;
  padding: 0;
  background: #222;
  color: #fff;
  font-size: .7rem;
  font-weight: 300;
  line-height: 2rem;
}
.footer-container .footer .block-subscribe .input-container .validation-advice {
  text-transform: none;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  letter-spacing: .02em;
}
@media screen and (max-width: 1024px) {
  .footer-container .footer .block-subscribe .social-media .disclaimer {
    margin-bottom: .5rem;
  }
}
.footer-container .footer .block-subscribe .social-media .links {
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer-container .footer .block-subscribe .social-media .links .link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .75rem;
}
.footer-container .footer .block-subscribe .social-media .links .link .icon_facebook {
  display: block;
  background: url(../images/media/main_css_sprites.png) -111px -113px;
  width: 29px;
  height: 30px;
}
.footer-container .footer .block-subscribe .social-media .links .link .icon_twitter {
  display: block;
  background: url(../images/media/main_css_sprites.png) -183px -10px;
  width: 30px;
  height: 25px;
}
.footer-container .footer .block-subscribe .social-media .links .link .icon_instagram {
  display: block;
  background: url(../images/media/main_css_sprites.png) -60px -113px;
  width: 31px;
  height: 30px;
}
.footer-container .footer .block-subscribe .social-media .links .link .icon_youtube {
  display: block;
  background: url(../images/media/main_css_sprites.png) -10px -70px;
  width: 53px;
  height: 23px;
}
.footer-container .subfooter {
  width: 100%;
  height: 3rem;
  padding: 1rem;
  text-align: center;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #777;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-container .subfooter {
    display: none;
  }
}
.footer-container .subfooter .switch {
  float: left;
  width: 33.333333%;
  text-align: center;
  position: relative;
}
.footer-container .subfooter .switch label {
  display: inline;
  font-size: .7rem;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .footer-container .subfooter .switch label {
    display: none;
  }
}
.footer-container .subfooter .switch .selected {
  text-transform: uppercase;
  position: relative;
  display: inline;
  cursor: pointer;
}
.footer-container .subfooter .switch .switcher-holder {
  cursor: pointer;
}
.footer-container .subfooter .switch .language-select {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 1rem;
  text-transform: uppercase;
  left: 0;
  text-align: left;
  text-indent: 0;
}
.footer-container .subfooter .switch .language-select li {
  white-space: nowrap;
}
.footer-container .subfooter .switch .language-select a {
  color: #777;
  opacity: .5;
}
.footer-container .subfooter .switch .language-select a:hover {
  opacity: 1;
}
.footer-container .subfooter .switch .switcher:hover {
  text-decoration: underline;
}
.footer-container .subfooter .copyright {
  float: left;
  width: 33.333333%;
  text-align: center;
}
.footer-container .instagram-link-banner {
  display: block;
  width: 100%;
  height: auto;
  padding: 1rem;
  background-color: #fff9f9;
  text-align: center;
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: none;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #222;
  transition: color 0.5s linear;
}
.footer-container .instagram-link-banner strong {
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: none;
  text-transform: none;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #222;
}
.footer-container .instagram-link-banner:hover {
  text-decoration: none;
  color: #2b2b2b;
}
.footer-container .instagram-link-banner:hover strong {
  color: #2b2b2b;
}
@media screen and (max-width: 768px) {
  .footer-container .instagram-link-banner {
    padding: 1.5rem 1.5rem 2rem;
    text-transform: none;
  }
}
.footer-container .instagram-footer-field {
  width: 100%;
  height: 14rem;
  overflow: hidden;
  cursor: grab !important;
}
@media screen and (max-width: 1024px) {
  .footer-container .instagram-footer-field {
    height: 8rem;
  }
}
.footer-container .instagram-footer-field .photos-container {
  white-space: nowrap;
  font-size: 0;
}
.footer-container .instagram-footer-field .photos-container .photo {
  display: inline-block;
  width: 14rem;
  height: 14rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .footer-container .instagram-footer-field .photos-container .photo {
    width: 8rem;
    height: 8rem;
  }
}
.footer-container .instagram-footer-field .photos-container .photo a {
  display: block;
  position: relative;
  height: 100%;
}
.footer-container .instagram-footer-field .photos-container .photo img {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 22rem;
  max-height: 22rem;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .footer-container .instagram-footer-field .photos-container .photo img {
    max-width: 14rem;
    max-height: 14rem;
  }
}
.footer-container .instagram-footer-field .photos-container .photo:after {
  content: "";
  display: none;
  position: absolute;
  width: 22px;
  height: 23px;
  right: .5rem;
  bottom: .2rem;
  background: url(../images/media/main_css_sprites.png) -183px -55px;
}
.footer-container .footer {
  background: #fcf4f2;
  border: none;
  padding: 3rem 1rem;
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer-container .footer {
    height: auto;
    overflow: hidden;
    padding-top: 13rem;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .footer-container .footer {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.footer-container .footer .footer-links {
  width: 10rem;
  margin: 0 0;
  padding: 0 .5rem;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .footer-container .footer .footer-links {
    display: block;
    width: auto;
    padding: 0 1rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-container .footer .footer-links {
    width: 50%;
    padding: 1rem;
    background: white;
    display: inline-block;
  }
}
.footer-container .footer .footer-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-container .footer .footer-links ul li {
  text-align: center;
  display: block;
  margin: .5rem 0;
}
@media screen and (max-width: 1024px) {
  .footer-container .footer .footer-links ul li {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    margin: 0;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer-container .footer .footer-links ul li {
    display: block;
    width: auto;
  }
}
.footer-container .footer .footer-links ul li a {
  display: inline-block;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  color: #777;
}
@media screen and (max-width: 700px) {
  .footer-container .footer .footer-links ul li a {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
.footer-container .footer .block-subscribe {
  float: none;
  max-width: 20rem;
  width: auto;
  margin: 0 5rem;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .footer-container .footer .block-subscribe {
    width: 100%;
    margin: 1rem auto 0;
    padding: 0 1rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }
}
.footer-container .footer .block-subscribe .disclaimer {
  font-size: .7rem;
  line-height: 1rem;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-weight: 200;
  letter-spacing: .02em;
  color: #222;
  margin: .5rem 0 1rem;
  text-align: center;
  text-transform: none;
}
.footer-container .footer .block-subscribe .input-container {
  position: relative;
  margin-bottom: 1.5rem;
}
.footer-container .footer .block-subscribe .input-container .input-text {
  width: 100%;
  height: 2rem;
  border: none;
  padding: .25rem 3.5rem .25rem .5rem;
  font-family: Campton, Helvetica, Arial, sans-serif;
  line-height: 1.5rem;
  color: #777;
  font-weight: 200;
  letter-spacing: .02em;
}
.footer-container .footer .block-subscribe .input-container .button {
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  height: 2rem;
  padding: 0;
  background: #222;
  color: #fff;
  font-size: .7rem;
  font-weight: 300;
  line-height: 2rem;
}
.footer-container .footer .block-subscribe .input-container .validation-advice {
  text-transform: none;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  letter-spacing: .02em;
}
@media screen and (max-width: 1024px) {
  .footer-container .footer .block-subscribe .social-media .disclaimer {
    margin-bottom: .5rem;
  }
}
.footer-container .footer .block-subscribe .social-media .links {
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer-container .footer .block-subscribe .social-media .links .link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .75rem;
}
.footer-container .subfooter {
  width: 100%;
  height: 3rem;
  padding: 1rem;
  text-align: center;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #777;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-container .subfooter {
    display: none;
  }
}
.footer-container .subfooter .switch {
  float: left;
  width: 33.333333%;
  text-align: center;
  position: relative;
}
.footer-container .subfooter .switch label {
  display: inline;
  font-size: .7rem;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .footer-container .subfooter .switch label {
    display: none;
  }
}
.footer-container .subfooter .switch .selected {
  text-transform: uppercase;
  position: relative;
  display: inline;
  cursor: pointer;
}
.footer-container .subfooter .switch .switcher-holder {
  cursor: pointer;
}
.footer-container .subfooter .switch .language-select {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 1rem;
  text-transform: uppercase;
  left: 0;
  text-align: left;
  text-indent: 0;
}
.footer-container .subfooter .switch .language-select a {
  color: #777;
  opacity: .5;
}
.footer-container .subfooter .switch .language-select a:hover {
  opacity: 1;
}
.footer-container .subfooter .switch .switcher:hover {
  text-decoration: underline;
}
.footer-container .subfooter .copyright {
  float: left;
  width: 33.333333%;
  text-align: center;
}

.storelocator-index-searchshop .messages {
  margin: 100px auto 10px;
}

body {
  padding-top: 6rem;
  transition: padding-top 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 2.5rem;
  }
}
body .slideshow-home-container {
  transition: top 0.5s ease-in-out;
}
body.headband {
  padding-top: 8rem;
}
@media screen and (max-width: 1024px) {
  body.headband {
    padding-top: 4.5rem;
  }
}

.main-container.col1-layout {
  padding: 0;
  margin: 0;
  max-width: none;
  min-height: 20rem;
}

.synoliafaq-index-index .main-container.col1-layout {
  background-color: transparent;
}

.cms-page-view .wrapper {
  background-image: none;
}

.full-width-container {
  max-width: none;
  padding: 0;
  position: static;
}
.full-width-container .page-title {
  margin-top: 2rem;
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: none;
  font-size: 1.75rem;
  line-height: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .full-width-container .page-title {
    line-height: 1.75rem;
    padding: 0 .5rem;
  }
}

@media screen and (max-width: 1024px) {
  .mobile-hidden {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .mobile-only {
    display: none !important;
  }

  .tablet-only {
    display: none !important;
  }

  .desktop-only {
    display: inherit;
  }
}
@media screen and (min-width: 551px) and (max-width: 1024px) {
  .mobile-only {
    display: none !important;
  }

  .tablet-only {
    display: inherit;
  }

  .desktop-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-only {
    display: inherit;
  }

  .tablet-only {
    display: none !important;
  }

  .desktop-only {
    display: none !important;
  }
}
.button {
  height: 40px;
  background-color: #ffd6d6;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 500;
  color: #222;
  letter-spacing: normal;
  font-size: 0.7rem;
}
@media screen and (max-width: 700px) {
  .button {
    font-size: .65rem;
    line-height: .75rem;
  }
}
.button.outline {
  background: #fff;
  border: 1px solid #ffd6d6;
}
.button.outline:hover, .button.outline:active, .button.outline:focus {
  background-color: #fafafa !important;
}
.button.fb {
  color: #fff;
  background: #34589d no-repeat url(../images/bonjourparis/icon_facebook_white.png) 10px center;
  background-size: 20px;
}
.button.fb span {
  margin-left: 15px;
}
.button:hover, .button:active, .button:focus {
  color: #222 !important;
  background-color: #ffcccc !important;
}

.icon-order {
  background-image: url(../images/bonjourparis/icon_basket.svg);
}

.icon-customer {
  background-image: url(../images/bonjourparis/icon_user.svg);
}

.icon-paiment {
  background-image: url(../images/bonjourparis/icon_credit_card.svg);
}

.icon-contact {
  background-image: url(../images/bonjourparis/icon_contact.svg);
}

.icon-return {
  background-image: url(../images/bonjourparis/icon_return.svg);
}

.icon-shippment {
  background-image: url(../images/bonjourparis/icon_shipping.svg);
}

.icon-product {
  background-image: url(../images/bonjourparis/icon_product.svg);
  background-size: 30px auto;
}

.icon-heart {
  background-image: url(../images/bonjourparis/icon_heart.png);
  background-size: 20px auto;
}

.cookies-message {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  background: #676157;
  color: #E6E6E6;
  font-size: 11px;
}

.cookies-container {
  width: 80%;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .cookies-container {
    display: block;
    width: 100%;
  }
}
.cookies-container .cookies-text {
  text-align: left;
  align-self: center;
  height: auto;
}
.cookies-container .button {
  align-self: center;
  height: 20px;
  font-size: 10px;
  padding-top: 1px;
  margin-top: 7px;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .cookies-container .button {
    padding-top: 3px;
  }
}

.product-suggestions {
  clear: both;
  padding: 1rem .5rem;
  background: #FAFAFA;
}
.product-suggestions .section-title {
  margin: 0 0 1rem;
  font-family: Mrs Eaves, Georgia, serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #222;
  text-align: center;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .product-suggestions .section-title {
    font-size: 1.35rem;
    line-height: 1.5rem;
    max-width: 75%;
    margin: 0 auto 1rem;
  }
}
.product-suggestions .suggestions {
  text-align: center;
  font-size: 0;
  white-space: nowrap;
  width: 100%;
  overflow: auto;
}
.product-suggestions .suggestions .suggestion {
  display: inline-block;
  width: 19rem;
  margin: 0 .5rem;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .product-suggestions .suggestions .suggestion {
    width: 15rem;
  }
}
.product-suggestions .suggestions .suggestion:hover {
  text-decoration: none;
}
.product-suggestions .suggestions .suggestion:hover .image {
  background: #fff;
}
.product-suggestions .suggestions .suggestion .image {
  width: 100%;
  height: 19rem;
  position: relative;
  margin-bottom: 1rem;
  background: transparent;
  transition: background 0.5s linear;
}
@media screen and (max-width: 1024px) {
  .product-suggestions .suggestions .suggestion .image {
    height: 15rem;
  }
}
.product-suggestions .suggestions .suggestion .image img {
  display: block;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1024px) {
  .product-suggestions .suggestions .suggestion .image img {
    margin-bottom: .5rem;
  }
}
.product-suggestions .suggestions .suggestion .product-title {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: .8rem;
  line-height: 1rem;
  letter-spacing: .02em;
}
@media screen and (max-width: 1024px) {
  .product-suggestions .suggestions .suggestion .product-title {
    font-size: .7rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
  }
}

.headbands {
  background-color: #fff9f9;
  text-align: center;
}
.headbands div.headband {
  display: none;
  padding: 0.5rem 0;
  color: #000000;
}
.headbands div.headband a {
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 425px) {
  .headbands div.headband {
    font-size: 13px;
  }
}
@media screen and (min-width: 426px) {
  .headbands div.headband br {
    display: none;
  }
}

.sia-font {
  font-family: Sia, Mrs Eaves, Georgia, serif;
}

.side-panel {
  position: fixed;
  top: 6rem;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  overflow: auto;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .side-panel {
    top: 2.5rem;
  }
}
.side-panel .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 30rem;
  background: linear-gradient(to left, #ffd6d6, transparent);
  opacity: 0;
  transition: opacity 0.5s linear;
}
@media screen and (max-width: 1024px) {
  .side-panel .overlay {
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    background: linear-gradient(to top, #ffd6d6, transparent);
  }
}
@media screen and (max-width: 768px) {
  .side-panel .overlay {
    display: none;
  }
}
.side-panel .panel {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 21rem;
  background: white;
  padding: 1rem;
  transition: right 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .side-panel .panel {
    left: 0;
    right: 0;
    top: auto;
    bottom: -21rem;
    width: 100vw;
    transition: bottom 0.5s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .side-panel .panel {
    width: 100vw;
    right: -100vw;
  }
}
.side-panel .panel > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}
.side-panel .panel .controls {
  margin-top: 20px;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  background: #FFF;
}
.side-panel .panel .controls .button {
  margin: 0;
  line-height: 1.4rem !important;
}
.side-panel .panel .controls .size.button {
  width: 100px;
  background: url(../images/bonjourparis/icon_arrow_down.svg) no-repeat center right 15px;
  background-size: 11px 6px;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .side-panel .panel .controls .size.button {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .side-panel .panel .controls .size.button {
    width: 28%;
    float: left;
  }
}
.side-panel .panel .controls .size.button.open {
  background-image: url(../images/bonjourparis/icon_arrow_up.svg);
}
.side-panel .panel .controls .size.button select {
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: .65rem;
  text-transform: uppercase;
  color: #222;
  float: left;
  cursor: pointer;
  margin: 0;
  width: 100%;
  text-align: left;
  padding: 10px 30px 10px 10px;
}
.side-panel .panel .controls .size.button .validation-advice {
  font-size: .5rem;
  clear: both;
  position: absolute;
  bottom: -18px;
  left: 0;
  line-height: normal;
  text-transform: none;
}
.side-panel.active {
  pointer-events: all;
  opacity: 1;
}
.side-panel.active .overlay {
  opacity: .2;
}
.side-panel.active .overlay:hover {
  opacity: .3;
}
@media screen and (max-width: 1024px) {
  .side-panel.active .overlay {
    opacity: .5;
  }
  .side-panel.active .overlay:hover {
    opacity: 1;
  }
}
.side-panel.active .panel {
  right: 0;
}
@media screen and (max-width: 1024px) {
  .side-panel.active .panel {
    right: inherit;
    bottom: 0;
  }
}

.quick-buy-panel {
  top: 6rem;
  right: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .quick-buy-panel.active {
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .quick-buy-panel {
    top: 100%;
  }
}
.quick-buy-panel .overlay {
  display: block;
}
.quick-buy-panel .close {
  background: url(../images/bonjourparis/icon_close.png) no-repeat center center;
  background-size: 13.5px 14px;
  font-size: 0;
  border: 0 none;
  height: 40px;
  width: 40px;
  opacity: 0.5;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
}
.quick-buy-panel .panel {
  width: 29rem;
  right: -26rem;
  transition: right 0.5s ease-in-out;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .quick-buy-panel .panel:before {
    content: "";
    position: absolute;
    bottom: 4rem;
    left: 0;
    z-index: 1;
    right: 0;
    height: 2rem;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  }
}
@media screen and (max-width: 1024px) {
  .quick-buy-panel .panel {
    width: 100%;
    right: 0;
    transition: top 0.5s ease-in-out, right 0s ease-in-out;
  }
}
.quick-buy-panel .panel form {
  height: 85%;
  /*overflow-y: scroll;*/
}
.quick-buy-panel .product {
  padding: 2rem 1rem 0;
  text-align: center;
  position: inherit;
  left: 0;
  right: 0;
  top: 0;
  bottom: 4rem;
  margin: auto;
  overflow: auto;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .quick-buy-panel .product {
    padding: 1rem 1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .quick-buy-panel .product {
    padding: 1rem 1rem 0;
  }
}
.quick-buy-panel .product .title {
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: none;
  margin: 0 auto 1rem;
}
.quick-buy-panel .product .subtitle {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-transform: uppercase;
  margin: 0 auto 0.5rem;
}
@media screen and (max-width: 700px) {
  .quick-buy-panel .product .subtitle {
    font-size: .65rem;
    line-height: .75rem;
  }
}
.quick-buy-panel .product .subtitle p {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: .7rem;
  display: inline-block;
  line-height: 1.5;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .quick-buy-panel .product .subtitle p {
    font-size: .65rem;
  }
}
@media screen and (max-width: 768px) {
  .quick-buy-panel .product .subtitle p {
    font-size: .6rem;
    line-height: 1rem;
  }
}
.quick-buy-panel .product .subtitle p .dot {
  font-size: 0.5rem;
  padding: 0 .3rem;
  vertical-align: top;
}
.quick-buy-panel .product .subtitle .price-box {
  display: inline-block;
  margin: 0;
}
.quick-buy-panel .product .subtitle .price-box .price {
  letter-spacing: .04em;
  line-height: 2rem;
  font-size: .7rem;
}
.quick-buy-panel .product .subtitle .price-box .old-price .price {
  color: #b6b6b6 !important;
  text-decoration: line-through;
  text-decoration-color: #777;
  text-decoration-style: solid;
}
.quick-buy-panel .product .subtitle .price-box .watermark {
  color: #b6b6b6 !important;
}
.quick-buy-panel .product img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .quick-buy-panel .product img {
    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .quick-buy-panel .product img {
    display: block;
    margin: auto;
  }
}
.quick-buy-panel .product .description {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  max-width: 18rem;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 700px) {
  .quick-buy-panel .product .description {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
@media screen and (max-width: 1024px) {
  .quick-buy-panel .product .description {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    max-width: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .quick-buy-panel .product .description {
    display: block;
    text-align: center;
    max-width: 18rem;
  }
}
.quick-buy-panel .product .description .more-link {
  color: #777;
}
.quick-buy-panel .product .description .more-link:hover {
  color: #ffd6d6;
}
.quick-buy-panel .product .description .more-content {
  padding-bottom: 3rem;
}
.quick-buy-panel .controls {
  text-align-last: justify;
  z-index: 1;
  position: absolute;
}
.quick-buy-panel .controls .button {
  text-align-last: center;
}
.quick-buy-panel .controls .proximis {
  display: inline-block;
  width: 230px;
}
@media screen and (max-width: 1024px) {
  .quick-buy-panel .controls .proximis {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .quick-buy-panel .controls .proximis {
    width: 70%;
    float: right;
  }
}
.quick-buy-panel .controls .proximis .widget-add-to-cart,
.quick-buy-panel .controls .proximis .book-in-store-button {
  box-sizing: border-box;
  width: 100%;
}
.quick-buy-panel .controls .proximis .widget-add-to-cart a,
.quick-buy-panel .controls .proximis .book-in-store-button a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 770px) {
  .quick-buy-panel .controls .proximis .book-in-store-button a {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .quick-buy-panel .controls .order-now.button {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .quick-buy-panel .controls .order-now.button {
    width: 100%;
    margin-top: 15px;
  }
}

.size-panel .panel {
  width: 26rem;
  right: 0;
  transition: transform 0.5s ease-in-out;
  transform: translateY(100%);
}
.size-panel.active .panel {
  transform: translateY(0);
}

.add-to-cart-panel {
  top: 6rem;
  right: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .add-to-cart-panel {
    top: 100%;
    right: 0;
  }
}
.add-to-cart-panel.active {
  right: 0;
}
@media screen and (max-width: 1024px) {
  .add-to-cart-panel.active {
    right: 0;
    top: 0;
  }
}
.add-to-cart-panel .overlay {
  display: block;
}
.add-to-cart-panel .panel {
  width: 26rem;
  right: -26rem;
  transition: right 0.5s ease-in-out;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .add-to-cart-panel .panel {
    width: 100%;
    right: 0;
    transition: top 0.5s ease-in-out, right 0s ease-in-out;
  }
}
.add-to-cart-panel h3 {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  text-transform: none;
  text-align: center;
  line-height: 2rem !important;
  margin: 1rem auto;
  color: #222;
  z-index: 1;
  font-weight: bold;
  position: initial;
}
@media screen and (max-width: 700px) {
  .add-to-cart-panel h3 {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .add-to-cart-panel h3 {
    margin-top: 5rem;
  }
}
.add-to-cart-panel .product {
  position: static;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1024px) and (min-width: 551px) {
  .add-to-cart-panel .product {
    width: 25rem;
    margin: auto;
  }
  .add-to-cart-panel .product img {
    width: 11.5rem;
    margin: 0 .5rem;
    display: block;
    float: left;
  }
}
.add-to-cart-panel .product img {
  margin: auto;
}
.add-to-cart-panel .product .infos {
  width: 14rem;
  margin: auto;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
}
@media screen and (max-width: 700px) {
  .add-to-cart-panel .product .infos {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
@media screen and (max-width: 1024px) and (min-width: 551px) {
  .add-to-cart-panel .product .infos {
    float: right;
    width: 11.5rem;
    margin: 2rem .5rem 0;
  }
}
.add-to-cart-panel .product .infos > span {
  display: block;
}
.add-to-cart-panel .product .infos .title,
.add-to-cart-panel .product .infos .price {
  font-weight: 500;
  text-transform: uppercase;
}
.add-to-cart-panel .product .infos .title {
  float: left;
}
.add-to-cart-panel .product .infos > .price {
  float: right;
}
.add-to-cart-panel .product .infos > .price .price-box {
  margin-bottom: 10px;
  display: inline-flex;
}
.add-to-cart-panel .product .infos .description {
  clear: both;
}
.add-to-cart-panel .product .infos .reference {
  font-size: .6rem;
  color: #808080;
}
.add-to-cart-panel .product .infos .remove {
  display: none;
  float: right;
  width: 1rem;
  height: 1rem;
  background: url(../images/bonjourparis/icon_close.png) no-repeat center center;
  background-size: 13.5px 14px;
  opacity: .5;
  transition: opacity .1s linear;
}
.add-to-cart-panel .product .infos .remove:hover {
  opacity: .7;
}
.add-to-cart-panel .controls {
  font-size: 0;
}
.add-to-cart-panel .controls .button {
  width: 38%;
}
@media screen and (max-width: 1024px) {
  .add-to-cart-panel .controls .button {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .add-to-cart-panel .controls .button {
    width: 100%;
  }
}
.add-to-cart-panel .controls .button:first-of-type {
  margin-right: 2%;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .add-to-cart-panel .controls .button:first-of-type {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .add-to-cart-panel .controls .button:first-of-type {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.add-to-cart-panel .controls .button .back-to-shop {
  padding: 6px 15px;
}

.cms-index-index .messages {
  z-index: 1;
  position: relative;
}
.cms-index-index .main-container {
  width: 100%;
  max-width: none;
  padding: 0 !important;
}
@media screen and (max-width: 1024px) {
  .cms-index-index .main-container .col-main {
    margin-bottom: 0;
  }
}
.cms-index-index .main-container .slideshow-home-container {
  margin: 0;
  position: fixed;
  top: 6rem;
  left: 0;
  width: 100%;
  height: 80vh;
  transition: top 0.5s ease-in-out;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .cms-index-index .main-container .slideshow-home-container {
    width: 100vw;
    top: 2.5rem;
    height: 80vh;
  }
}
@media screen and (max-width: 768px) {
  .cms-index-index .main-container .slideshow-home-container {
    height: 80vh;
  }
}
.cms-index-index .main-container .slideshow-home-container .arrow {
  position: absolute;
  top: 0;
  bottom: 40px;
  width: 5rem;
  cursor: pointer;
  z-index: 114;
}
@media screen and (max-width: 768px) {
  .cms-index-index .main-container .slideshow-home-container .arrow {
    display: none;
  }
}
.cms-index-index .main-container .slideshow-home-container .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 200%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.25s linear;
}
.cms-index-index .main-container .slideshow-home-container .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent no-repeat center center;
  transition: transform 0.25s ease-in-out;
}
.cms-index-index .main-container .slideshow-home-container .arrow.right {
  right: 0;
}
.cms-index-index .main-container .slideshow-home-container .arrow.right:before {
  right: 0;
  background-image: linear-gradient(to left, #222, transparent);
}
.cms-index-index .main-container .slideshow-home-container .arrow.right:after {
  right: 0;
  transform: translateX(1rem);
  background-image: url(../images/bonjourparis/icon_slider_arrow_right.png);
}
.cms-index-index .main-container .slideshow-home-container .arrow.left {
  left: 0;
}
.cms-index-index .main-container .slideshow-home-container .arrow.left:before {
  left: 0;
  background-image: linear-gradient(to right, #222, transparent);
}
.cms-index-index .main-container .slideshow-home-container .arrow.left:after {
  left: 0;
  transform: translateX(-1rem);
  background-image: url(../images/bonjourparis/icon_slider_arrow_left.png);
}
.cms-index-index .main-container .slideshow-home-container .arrow:hover:before {
  opacity: .2;
}
.cms-index-index .main-container .slideshow-home-container .arrow:hover.right:after, .cms-index-index .main-container .slideshow-home-container .arrow:hover.left:after {
  transform: translateX(0);
}
.cms-index-index .main-container .slideshow-home-container .slideshow {
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.cms-index-index .main-container .slideshow-home-container .slideshow.reverse li {
  right: auto;
  left: 0;
}
.cms-index-index .main-container .slideshow-home-container .slideshow.reverse li.deactivating {
  right: 0;
  left: auto;
}
.cms-index-index .main-container .slideshow-home-container .slideshow li {
  position: absolute;
  right: 0;
  top: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
}
.cms-index-index .main-container .slideshow-home-container .slideshow li.activating {
  z-index: 100;
  width: 100%;
  transition: width 1s ease-in-out;
}
.cms-index-index .main-container .slideshow-home-container .slideshow li.deactivating {
  z-index: 50;
  left: 0;
  right: auto;
  width: 0;
  transition: width 1s ease-in-out;
}
.cms-index-index .main-container .slideshow-home-container .slideshow li.active {
  z-index: 70;
  width: 100%;
}
.cms-index-index .main-container .slideshow-home-container .slideshow li .image-container {
  width: 100vw;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50vw);
  z-index: 50;
}
.cms-index-index .main-container .slideshow-home-container .slideshow li h3,
.cms-index-index .main-container .slideshow-home-container .slideshow li .right {
  position: absolute;
  font-weight: 500;
  font-size: .9rem;
  line-height: 1.25rem;
  text-align: center;
  color: #fff;
  text-transform: none;
  z-index: 80;
}
.cms-index-index .main-container .slideshow-home-container .slideshow li h3 {
  left: 0;
  right: 0;
  bottom: 2rem;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.9rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .cms-index-index .main-container .slideshow-home-container .slideshow li h3 {
    bottom: 11.5rem;
    font-size: 1.1rem;
    line-height: 1.25rem;
  }
}
.cms-index-index .main-container .slideshow-home-container .slideshow li .home-slider-subtitle {
  font-size: 1rem;
  font-family: Campton, Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  .cms-index-index .main-container .slideshow-home-container .slideshow li .home-slider-subtitle {
    font-size: .8rem;
  }
}
.cms-index-index .main-container .slideshow-home-container .slideshow li .right {
  display: none;
  right: 2rem;
  bottom: 3rem;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .cms-index-index .main-container .slideshow-home-container .slideshow li .right {
    bottom: auto;
    top: 1.5rem;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .cms-index-index .main-container .slideshow-home-container .slideshow li .right {
    top: .75rem;
    left: 1rem;
    right: auto;
  }
}
.cms-index-index .main-container .slideshow-home-container .slideshow li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 120;
}
.cms-index-index .main-container .slideshow-home-container .slideshow li img {
  display: none;
}
.cms-index-index .main-container .slideshow-home-container .slideshow-pager {
  bottom: 40px;
  padding-bottom: 1.5rem;
  right: 1.75rem;
  width: auto;
  height: 1rem;
}
@media screen and (max-width: 1024px) {
  .cms-index-index .main-container .slideshow-home-container .slideshow-pager {
    bottom: auto;
    top: 3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .cms-index-index .main-container .slideshow-home-container .slideshow-pager {
    top: .75rem;
    right: 1rem;
    left: auto;
  }
}
.cms-index-index .main-container .slideshow-home-container .slideshow-pager span.pager-box {
  width: .75rem;
  height: 1rem;
  position: relative;
}
.cms-index-index .main-container .slideshow-home-container .slideshow-pager span.pager-box:before {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: white;
  opacity: .4;
}
.cms-index-index .main-container .slideshow-home-container .slideshow-pager span.pager-box.active:before {
  opacity: 1;
}
.cms-index-index .main-container .home-products-area {
  width: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 80vh;
  top: -40px;
  margin-bottom: -40px;
}
@media screen and (max-width: 1024px) {
  .cms-index-index .main-container .home-products-area {
    margin-top: 80vh;
  }
}
@media screen and (max-width: 768px) {
  .cms-index-index .main-container .home-products-area {
    margin-top: 80vh;
  }
}
.cms-index-index .main-container .home-products-area .home-mobile-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .cms-index-index .main-container .home-products-area .home-mobile-menu {
    display: block;
  }
  .cms-index-index .main-container .home-products-area .home-mobile-menu .home-mobile-menu-anchor {
    display: block;
    height: 2.5rem;
    border-bottom: 1px solid #ffd6d6;
    font-family: Campton, Helvetica, Arial, sans-serif;
    font-size: .7rem;
    line-height: 1rem;
    font-weight: 200;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 1rem;
    color: #222;
    position: relative;
  }
}
@media screen and (max-width: 768px) and (max-width: 700px) {
  .cms-index-index .main-container .home-products-area .home-mobile-menu .home-mobile-menu-anchor {
    font-size: .6rem;
    line-height: .75rem;
  }
}
@media screen and (max-width: 768px) {
  .cms-index-index .main-container .home-products-area .home-mobile-menu .home-mobile-menu-anchor:after {
    content: "";
    display: block;
    position: absolute;
    top: .75rem;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    background: url(../images/bonjourparis/icon_arrow_right.svg) no-repeat center right;
    background-size: 7px 14px;
  }
  .cms-index-index .main-container .home-products-area .home-mobile-menu .home-mobile-menu-anchor:hover {
    text-decoration: none;
  }
}
.cms-index-index .main-container .home-products-area .products-wrapper {
  overflow: hidden;
  cursor: grab !important;
}
.cms-index-index .main-container .home-products-area .products-container {
  list-style: none;
  padding: 0 .5rem;
  margin: 1rem 0 0;
  white-space: nowrap;
  font-size: 0;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari*/
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */
  text-align: center;
  overflow-y: scroll;
  padding-bottom: 2rem;
}
.cms-index-index .main-container .home-products-area .products-container .product {
  display: inline-block;
  padding: 0 .5rem;
  width: 20%;
  max-width: 380px;
}
@media screen and (max-width: 1200px) {
  .cms-index-index .main-container .home-products-area .products-container .product {
    width: 100%;
    max-width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .cms-index-index .main-container .home-products-area .products-container .product {
    max-width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .cms-index-index .main-container .home-products-area .products-container .product {
    max-width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .cms-index-index .main-container .home-products-area .products-container .product {
    max-width: none;
  }
}
.cms-index-index .main-container .home-products-area .products-container .product a {
  color: #222;
}
.cms-index-index .main-container .home-products-area .products-container .product a:hover {
  text-decoration: none;
}
.cms-index-index .main-container .home-products-area .products-container .product .image-container {
  height: 25rem;
  width: auto;
  overflow: hidden;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .cms-index-index .main-container .home-products-area .products-container .product .image-container {
    height: 17rem;
  }
}
@media screen and (max-width: 1024px) {
  .cms-index-index .main-container .home-products-area .products-container .product .image-container {
    height: 21rem;
    margin-bottom: .5rem;
  }
}
@media screen and (max-width: 768px) {
  .cms-index-index .main-container .home-products-area .products-container .product .image-container {
    height: 24rem;
  }
}
@media screen and (max-width: 500px) {
  .cms-index-index .main-container .home-products-area .products-container .product .image-container {
    height: 28rem;
  }
}
.cms-index-index .main-container .home-products-area .products-container .product .image-container img {
  height: auto;
  width: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  margin: auto;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cms-index-index .main-container .home-products-area .products-container .product .title,
.cms-index-index .main-container .home-products-area .products-container .product .subtitle {
  margin: 0;
  font-size: .7rem;
  line-height: 1rem;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
}
.cms-index-index .main-container .home-products-area .products-container .product .title {
  font-weight: 500;
}
.cms-index-index .main-container .home-products-area .products-container .product .subtitle {
  font-weight: 300;
}

.main-container {
  width: 100%;
  max-width: none;
  padding: 0;
  background-image: none;
  background-color: #fff;
}
.main-container .page-title {
  padding: 0 1rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 550px) {
  .main-container .page-title {
    margin-bottom: 0;
  }
}
.main-container .page-title h1 {
  font-family: Mrs Eaves, Georgia, serif;
  font-weight: normal;
  color: #222;
  font-size: 2rem;
  line-height: 2rem;
  text-transform: none;
  margin: 0 auto 0.4rem;
  padding-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .main-container .page-title h1 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 550px) {
  .main-container .page-title h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
  }
}

.category-view .banner_global_wrapper {
  border-bottom: 1px solid #fdf3f3;
}
.category-view .banner_global_wrapper .banner_text_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
.category-view .banner_global_wrapper .banner_text_wrapper .banner_text h1 {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  font-family: Mrs Eaves, serif;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .category-view .banner_global_wrapper .banner_text_wrapper .banner_text h1 {
    font-size: 1.2rem;
  }
}
.category-view .banner_global_wrapper .banner_text_wrapper .banner_text .banner_text_subtitle h2 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-size: .8rem;
  font-family: Campton, Helvetica, Arial, sans-serif;
  margin-top: 10px;
  text-transform: initial;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .category-view .banner_global_wrapper .banner_text_wrapper .banner_text .banner_text_subtitle h2 {
    font-size: 0.7rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .category-view .banner_global_wrapper .banner_text_wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.category-view .bann {
  width: 100%;
}
.category-view .filters-no-results {
  margin: 0 1rem;
}

.category-image {
  position: fixed;
  top: 6rem;
  left: 0;
  width: 100vw;
  height: 10rem;
  border: none;
  margin: 0;
  padding: 0;
  background-position: top center;
  background-size: cover;
  transition: top 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .category-image {
    top: 2.5rem;
    height: 6.75rem;
  }
}
@media screen and (max-width: 550px) {
  .category-image {
    position: static;
    height: 5.5rem;
  }
}

.static-white {
  margin-top: inherit;
  background: #fff;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 550px) {
  .static-white {
    margin-top: inherit;
    position: static;
    margin-top: 0;
  }
}

.back-to-top {
  position: fixed;
  right: -1.5rem;
  bottom: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/bonjourparis/icon_backtotop.png) no-repeat center center;
  transition: opacity 0.5s linear, right 0.5s ease-in-out;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
}
.back-to-top.visible {
  right: 1rem;
  opacity: .5;
}
.back-to-top.visible:hover {
  opacity: 1;
}

#catalog button.button.outline {
  display: none;
}
@media screen and (max-width: 550px) {
  #catalog button.button.outline {
    display: block;
    margin: 1rem;
    width: 5rem;
    height: 1.5rem;
    text-align: left;
  }
  #catalog button.button.outline .fa-sliders-h, #catalog button.button.outline .fa-sort-amount-down {
    margin: 0 0.4rem 0 0;
  }
}
#catalog #mobile-filters-button {
  float: left;
}
#catalog #mobile-sort-button {
  float: right;
}

.toolbar-bottom .toolbar {
  display: none;
}
.toolbar-bottom .ria-loader {
  padding: 10px 0;
  margin-bottom: 30px;
  border-top: 1px solid #E0C6C9;
  border-bottom: 1px solid #E0C6C9;
  text-align: center;
  display: none;
}
.toolbar-bottom .ria-loader img {
  display: inline;
}

.filters {
  width: 100%;
  padding: 0 .5rem;
  margin: 0;
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .filters {
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  .filters {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100vw;
    z-index: 10000;
    width: 100vw;
    padding: 0;
    margin: 0;
    font-size: inherit;
    background: white;
    transition: right 0.5s ease-in-out;
  }
  .filters.visible {
    right: 0;
  }
  .filters.visible img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.filters .mobile-nav {
  display: none;
}
@media screen and (max-width: 550px) {
  .filters .mobile-nav {
    display: block;
    width: 100%;
    height: 2.5rem;
    text-align: center;
  }
  .filters .mobile-nav .label {
    display: inline-block;
    font-family: Campton, Helvetica, Arial, sans-serif;
    font-size: .8rem;
    line-height: 1rem;
    font-weight: 300;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 2.5rem !important;
    color: #222;
    transition: opacity 0.5s linear;
    pointer-events: none;
    white-space: nowrap;
  }
}
@media screen and (max-width: 550px) and (max-width: 700px) {
  .filters .mobile-nav .label {
    font-size: .65rem;
    line-height: .75rem;
  }
}
@media screen and (max-width: 550px) {
  .filters .mobile-nav .close-icon {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0;
    right: 0;
    transition: opacity 0.5s linear;
    background: url(../images/bonjourparis/icon_close.png) no-repeat center center;
    background-size: 13.5px 14px;
  }
  .filters .mobile-nav.mobile-sort {
    display: none;
  }
}
.filters .filter {
  display: inline-block;
  vertical-align: top;
  width: 7.3rem;
  height: 2rem;
  border-left: 1px solid #fdf3f3;
  border-bottom: 1px solid #fdf3f3;
  border-right: none;
  border-top: none;
  background: #fff;
  font-family: Campton, Helvetica, Arial, sans-serif;
  cursor: pointer;
  position: relative;
}
.filters .filter:last-of-type {
  border-right: 1px solid #fdf3f3;
}
.filters .filter.last-filter .filter-options {
  left: -22.7rem;
}
@media screen and (max-width: 1024px) {
  .filters .filter.last-filter .filter-options {
    left: -17rem;
  }
}
@media screen and (max-width: 768px) {
  .filters .filter.last-filter .filter-options {
    left: -18.2rem;
  }
}
.filters .filter.last-filter .value2 {
  left: -8.7rem;
}
@media screen and (max-width: 1024px) {
  .filters .filter.last-filter .value2 {
    left: -11rem;
  }
}
@media screen and (max-width: 768px) {
  .filters .filter.last-filter .value2 {
    left: -12.2rem;
  }
}
.filters .filter.last-filter .value1 {
  left: 0;
}
.filters .filter.sorts {
  border-right: 1px solid #fdf3f3;
}
@media screen and (max-width: 1024px) {
  .filters .filter {
    width: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .filters .filter {
    width: 3.8rem;
  }
}
@media screen and (min-width: 551px) {
  .filters .filter:hover {
    background: #fff9f9;
    border-color: #fff9f9;
  }
  .filters .filter:hover .filter-options {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .filters .filter {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    text-align: left;
    padding: 0;
  }
  .filters .filter:after {
    content: "";
    display: block;
    height: 1px;
    background: #fdf3f3;
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
  }
  .filters .filter.open .filter-name:after {
    background-image: url(../images/bonjourparis/icon_filter_up.svg);
  }
  .filters .filter.open .filter-options {
    display: block;
  }
}
.filters .filter .filter-name {
  font-size: .7rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 0.04em;
  font-family: Campton-b, Helvetica, Arial, sans-serif;
  /*
              @media screen and (max-width: 1024px) {
  
                  padding: 0 0.2rem;
              }
  */
}
.filters .filter .filter-name label {
  font-family: Campton-b, Helvetica, Arial, sans-serif;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  font-size: 0.6rem;
}
@media screen and (max-width: 1024px) {
  .filters .filter .filter-name label {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 425px) {
  .filters .filter .filter-name label {
    font-size: 0.6rem;
  }
}
.filters .filter .filter-name label span {
  /*
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 4px;
  */
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-name label span {
    display: none;
  }
}
.filters .filter .filter-name label span.mobile {
  display: none;
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-name label span.mobile {
    display: block;
  }
  .filters .filter .filter-name label span.mobile .filter-value {
    display: inline-block;
    font-weight: bold;
    color: #000000;
  }
}
.filters .filter .filter-name label .btn-remove {
  display: block;
  width: 20px;
  height: 20px;
  border: 0 none;
  text-align: center;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: absolute;
  right: -21px;
  top: 10px;
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-name label .btn-remove {
    display: none;
  }
}
.filters .filter .filter-name label .btn-remove:hover {
  background: none;
}
.filters .filter .filter-name label .btn-remove::after {
  content: "";
  display: inline-block;
  background: url(../images/bonjourparis/icon_close.png) no-repeat center center transparent;
  border: none;
  width: 11px;
  height: 11px;
  position: static;
  margin: 4px 0 0;
  background-size: 11px 11px;
}
.filters .filter .filter-name:not(.sort-name):after {
  content: "";
  display: inline-block;
  background: url(../images/bonjourparis/icon_arrow_down.svg) no-repeat center center transparent;
  border: none;
  width: 10px;
  height: 6px;
  position: static;
  margin-left: 6px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1024px) {
  .filters .filter .filter-name:not(.sort-name):after {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .filters .filter .filter-name:not(.sort-name):after {
    height: 5px;
  }
}
.filters .filter .filter-name.selected:after {
  display: none;
}
.filters .filter .filter-name.selected label {
  margin: 0 16px 0 0;
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-name {
    font-size: .65rem;
    line-height: 2.5rem;
    font-weight: 300;
    position: relative;
    padding-left: 1rem;
  }
  .filters .filter .filter-name .selected {
    text-transform: none;
    opacity: .5;
    margin-left: .8rem;
  }
  .filters .filter .filter-name .selected.sort {
    margin-left: 0;
    opacity: 1;
  }
  .filters .filter .filter-name:after {
    display: block;
    background-image: url(../images/bonjourparis/icon_arrow_down.svg);
    background-size: .75rem auto;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.filters .filter:hover .filter-name:after {
  background: url(../images/bonjourparis/icon_arrow_up.svg) no-repeat center center transparent;
}
@media screen and (max-width: 550px) {
  .filters .filter:hover .filter-name:after {
    display: block;
    background-image: url(../images/bonjourparis/icon_arrow_up.svg);
    background-size: .75rem auto;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 550px) {
  .filters .filter.open .filter-name:after {
    display: block;
    background-image: url(../images/bonjourparis/icon_arrow_up.svg);
    background-size: .75rem auto;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.filters .filter .filter-options {
  width: 30rem;
  height: auto;
  position: absolute;
  z-index: 200;
  top: 2rem;
  display: none;
  background-color: #fff9f9;
  padding: 1rem;
}
.filters .filter .filter-options.value2 {
  width: 16rem;
}
.filters .filter .filter-options.value2 ul li {
  width: 50%;
}
.filters .filter .filter-options.value1 {
  width: 10rem;
}
.filters .filter .filter-options.value1 ul li {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .filters .filter .filter-options {
    width: 22rem;
    padding: 0.3rem;
  }
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-options {
    position: static;
    background-color: #fff;
    overflow: hidden;
    padding: 0 1rem;
    min-height: 40px;
    max-height: 150px;
    overflow-y: scroll;
  }
  .filters .filter .filter-options.sort {
    height: initial;
  }
}
.filters .filter .filter-options ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-options ul {
    text-align: justify;
  }
}
.filters .filter .filter-options ul li {
  float: left;
  width: 33.33%;
  display: inline-block;
  margin: 0;
  padding: 1%;
}
@media screen and (max-width: 1024px) {
  .filters .filter .filter-options ul li {
    /*width: 100%;*/
  }
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-options ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-options ul li {
    width: 33.3333%;
  }
}
.filters .filter .filter-options ul li a {
  display: block;
  position: relative;
  font-size: 0.6rem;
  line-height: 1.4rem;
  color: #777;
  text-align: left;
  border: 1px solid transparent;
  text-decoration: none;
  /*
  @media screen and (max-width: 550px) {
      &:hover {
          border: 1px solid transparent;
      }
  }
  */
}
.filters .filter .filter-options ul li a:hover {
  border: 1px solid #ffd6d6;
}
@media screen and (max-width: 1024px) {
  .filters .filter .filter-options ul li a:hover {
    border: 1px solid transparent;
  }
}
.filters .filter .filter-options ul li a.selected {
  border: 1px solid #ffd6d6;
  text-decoration: none;
}
.filters .filter .filter-options ul li a.selected label {
  border: 1px solid transparent;
}
@media screen and (max-width: 1024px) {
  .filters .filter .filter-options ul li a {
    font-size: 0.5rem;
    line-height: initial;
  }
}
@media screen and (max-width: 425px) {
  .filters .filter .filter-options ul li a {
    font-size: 0.6rem;
  }
}
.filters .filter .filter-options ul li a label {
  display: inline-block;
  border-radius: 50%;
  position: relative;
  margin: 0 10px 0 0;
  border: 1px solid transparent;
  vertical-align: middle;
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-options ul li a label {
    width: 100%;
    height: 100%;
    transition: width 0.16667s ease-in-out, height 0.16667s ease-in-out;
  }
}
.filters .filter .filter-options ul li a label span {
  width: 1rem;
  height: 1rem;
  display: block;
  margin: 3px;
  border-radius: 50%;
  cursor: pointer;
}
.filters .filter .filter-options ul li.filter_select_sort {
  width: 100%;
  text-transform: initial;
  font-family: Campton, Helvetica, Arial, sans-serif;
}
.filters .filter .filter-options.color_group ul li, .filters .filter .filter-options.dance_color_group ul li, .filters .filter .filter-options.leatherbags_color_group ul li {
  width: 33.333333%;
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-options.color_group ul li, .filters .filter .filter-options.dance_color_group ul li, .filters .filter .filter-options.leatherbags_color_group ul li {
    width: 20%;
  }
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-options.color_group ul li a, .filters .filter .filter-options.dance_color_group ul li a, .filters .filter .filter-options.leatherbags_color_group ul li a {
    float: left;
  }
}
.filters .filter .filter-options.color_group ul li a .color-disc, .filters .filter .filter-options.dance_color_group ul li a .color-disc, .filters .filter .filter-options.leatherbags_color_group ul li a .color-disc {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: no-repeat center center;
  vertical-align: middle;
  line-height: 0;
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-options.color_group ul li a .color-disc, .filters .filter .filter-options.dance_color_group ul li a .color-disc, .filters .filter .filter-options.leatherbags_color_group ul li a .color-disc {
    width: 2rem;
    height: 2rem;
    background-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .filters .filter .filter-options.color_group ul li a label, .filters .filter .filter-options.dance_color_group ul li a label, .filters .filter .filter-options.leatherbags_color_group ul li a label {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .filters .filter .filter-options.color_group ul li a label, .filters .filter .filter-options.dance_color_group ul li a label, .filters .filter .filter-options.leatherbags_color_group ul li a label {
    width: auto;
    height: auto;
    line-height: 0;
  }
}
@media screen and (max-width: 1024px) {
  .filters .filter .filter-options.color_group ul li a > span, .filters .filter .filter-options.dance_color_group ul li a > span, .filters .filter .filter-options.leatherbags_color_group ul li a > span {
    display: none;
  }
}
.filters .filter .filter-options.shoe_size ul li {
  /*
                          a,
                          span {
                              float: none;
                              text-align: center;
                          }
  */
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-options.shoe_size ul li {
    width: 33.3333%;
  }
}
.filters .filter .filter-options.shoe_size ul li a {
  text-align: left;
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-options.shoe_size ul li a {
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-options.shoe_size_kids ul li {
    width: 33.3333%;
  }
}
.filters .filter .filter-options.shoe_size_kids ul li a,
.filters .filter .filter-options.shoe_size_kids ul li span {
  float: none;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-options.shoe_size_men ul li {
    width: 33.3333%;
  }
}
.filters .filter .filter-options.shoe_size_men ul li a,
.filters .filter .filter-options.shoe_size_men ul li span {
  float: none;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-options.dance_size ul li {
    width: 33.3333%;
  }
}
.filters .filter .filter-options.dance_size ul li a,
.filters .filter .filter-options.dance_size ul li span {
  float: none;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-options.model_group ul li a {
    text-align: center;
  }
  .filters .filter .filter-options.model_group ul li a.selected {
    border: 1px solid pink;
    color: #000;
  }
}
.filters .filter .filter-options.model_group ul li a label {
  border-radius: inherit;
}
.filters .filter .filter-options.heel_group {
  border-right: 1px solid #fdf3f3;
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-options.heel_group {
    padding: 0 1rem 0 0;
  }
  .filters .filter .filter-options.heel_group ul li {
    width: 33.333333%;
  }
  .filters .filter .filter-options.heel_group ul li label {
    text-align: center;
    width: initial;
  }
  .filters .filter .filter-options.heel_group ul li span {
    text-align: center;
    display: block;
  }
  .filters .filter .filter-options.heel_group ul li span:not(.color-disc) {
    text-align: left;
    margin: 0 0 0 15px;
  }
  .filters .filter .filter-options.heel_group:after {
    display: none;
  }
}
.filters .filter .filter-options.heel_group .color-disc {
  display: inline-block;
  width: 3rem;
  height: 1.5rem;
  background: no-repeat center center;
  vertical-align: middle;
}
.filters .filter .filter-options.material_group ul li a label, .filters .filter .filter-options.material_group ul li a label, .filters .filter .filter-options.heel_group ul li a label {
  border-radius: inherit;
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-options.material_group ul li {
    /* width: 100%; */
  }
  .filters .filter .filter-options.material_group ul li a.selected {
    border: 1px solid #ffd6d6;
    width: 42.33%;
    padding-left: 4%;
  }
  .filters .filter .filter-options.material_group ul li a.selected label {
    border: 1px solid transparent;
  }
}
.filters .filter .filter-options.sort {
  left: -2.7rem;
  width: 10rem;
  padding: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .filters .filter .filter-options.sort {
    left: -5rem;
  }
}
@media screen and (max-width: 768px) {
  .filters .filter .filter-options.sort {
    left: -6.3rem;
  }
}
.filters .filter .filter-options.sort ul li a {
  padding: 0 0 0 0.2rem;
}
.filters .filter .filter-options.sort ul li a.selected, .filters .filter .filter-options.sort ul li a:hover {
  border: 1px solid #ffd6d6;
}
.filters .filter .filter-options.sort ul li a.selected label, .filters .filter .filter-options.sort ul li a:hover label {
  border: 1px solid transparent;
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-options.gridmode ul li {
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    width: 25.4%;
    margin: -1px 0 0 -1px;
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-options.gridmode ul li a {
    padding: 5px 0;
  }
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-options.gridmode ul {
    margin: 1px 0 0 0;
  }
}
.filters .mobile-controls {
  display: none;
}
@media screen and (max-width: 550px) {
  .filters .mobile-controls {
    display: block;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }
  .filters .mobile-controls #clear-filters {
    width: 49%;
    float: left;
    line-height: 1.2rem;
  }
  .filters .mobile-controls #apply-filters {
    width: 49%;
    margin: 0 0 0 1%;
    float: right;
  }
}

.product-view {
  position: relative;
}
.product-view .close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
.product-view.bundle .product-order dd {
  margin: 0 0 20px;
}

.products-grid {
  padding: 0 .5rem;
  max-width: 100rem;
  margin: 0 auto;
  position: static;
  clear: both;
}
@media screen and (max-width: 767px) {
  .products-grid {
    padding: 0;
  }
}
.products-grid .products {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}
.products-grid .products .product {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  height: auto;
  margin: 0 3% 2%;
}
@media screen and (max-width: 1440px) {
  .products-grid .products .product {
    width: 19%;
  }
}
@media screen and (max-width: 767px) {
  .products-grid .products .product {
    margin: 0;
    width: 50%;
  }
}
.products-grid .products .product .product-link {
  display: block;
}
.products-grid .products .product .product-link:hover {
  text-decoration: none;
}
.products-grid .products .product .product-photos {
  position: relative;
}
.products-grid .products .product .product-photos .photo {
  transition: opacity 0.5s linear;
}
.products-grid .products .product .product-photos .photo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .products-grid .products .product .product-photos .photo img {
    padding: 0;
  }
}
.products-grid .products .product .product-photos .main.photo {
  opacity: 1;
}
.products-grid .products .product .product-photos .secondary.photo {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
}
.products-grid .products .product .product-infos {
  width: 100%;
  font-size: .7rem;
  line-height: 1rem;
  font-family: Campton-b, Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-align: center;
  position: relative;
  padding: 1.3rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .products-grid .products .product .product-infos {
    padding: 0;
  }
}
.products-grid .products .product .product-infos .shop-now {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -2rem;
  display: block;
  width: 9rem;
  height: 2rem;
  background: #ffd6d6;
  color: #222;
  line-height: 2.2rem;
  opacity: 0;
  transition: opacity 0.5s linear;
}
.products-grid .products .product .product-infos .shop-now:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .products-grid .products .product .product-infos .shop-now {
    display: none;
    width: 1rem;
    height: 1rem;
    transform: translateX(0.3rem);
    opacity: 1;
    font: 0/1.5rem a;
    text-shadow: none;
    color: transparent;
    background: url(../images/bonjourparis/icon_shop_now.png) no-repeat center center;
    background-size: 8px 10px;
    position: static;
    right: initial;
    left: initial;
    top: initial;
    margin: 0;
    letter-spacing: 0;
  }
}
.products-grid .products .product .product-infos .product-title {
  width: 100%;
  color: #222;
  font-family: Campton-b, Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  .products-grid .products .product .product-infos .product-title {
    font-size: .5rem;
  }
}
.products-grid .products .product .product-infos .product-price {
  width: auto;
  display: inline-block;
  color: #222;
  font-weight: 300;
}
.products-grid .products .product .product-infos .item-shop-now {
  display: inline-block;
}
.products-grid .products .product .product-infos .product-new {
  width: 100%;
  color: #ffd6d6;
  opacity: 1;
  transition: opacity 0.5s linear;
  position: initial;
  top: 0;
  font-size: .6rem;
}
@media screen and (max-width: 1024px) {
  .products-grid .products .product .product-infos .product-new {
    font-size: .5rem;
  }
}
.products-grid .products .product:hover .product-photos .main.photo {
  opacity: 0;
}
.products-grid .products .product:hover .product-photos .secondary.photo {
  opacity: 1;
}
.products-grid .products .product:hover .product-infos .shop-now {
  opacity: 1;
}
.products-grid .products .product:hover:after {
  opacity: 1;
}

.catalogsearch-no-result {
  width: 90%;
  margin: 0 auto;
}

.catalogsearch-result-index .note-msg {
  text-align: center;
}

.catalog-category-view .main-container.col1-layout.headband {
  margin-top: 4rem;
}

@media screen and (max-width: 1024px) {
  .catalog-product-view {
    width: 100vw;
    overflow-x: hidden;
  }
}
.catalog-product-view .main-container {
  width: 100%;
  max-width: none;
  padding: 0;
  background: #FFF;
}
.catalog-product-view .product-view .product-view-content {
  padding-top: 2rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-view-content {
    padding-top: 2rem;
  }
}
.catalog-product-view .product-view .product-view-content .close {
  background: url(../images/bonjourparis/icon_close.png) no-repeat center center;
  background-size: 13.5px 14px;
  font-size: 0;
  border: 0 none;
  height: 40px;
  width: 40px;
  opacity: 0.5;
}
.catalog-product-view .product-view .product-view-content .close:hover {
  opacity: 1;
}
.catalog-product-view .product-view .product-view-content .alert-stock-form-text {
  margin: 0 0 1rem;
}
.catalog-product-view .product-view .product-view-content .form-list {
  margin: 0;
  padding: 0;
  text-align: left;
}
.catalog-product-view .product-view .product-view-content .form-list li {
  margin: 0 0 1rem;
  width: 100%;
  float: left;
  clear: both;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .product-view-content .form-list li .input-text {
    width: 100%;
  }
}
.catalog-product-view .product-view .product-view-content .form-list .radio-label {
  padding: 0 10px;
  color: #222;
}
.catalog-product-view .product-view .product-view-content .form-list .radio-label::before {
  float: left;
}
.catalog-product-view .product-view .product-view-content .checkbox {
  position: absolute;
}
.catalog-product-view .product-view .product-view-content .checkbox-label {
  padding: 0;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 300;
  color: #222;
  max-width: 100%;
  margin-left: 0;
  margin-top: 0;
  float: left;
}
.catalog-product-view .product-view .product-view-content .checkbox-label::before {
  margin-left: 0;
  margin-right: 10px;
  float: left;
  cursor: pointer;
}
.catalog-product-view .product-view .product-view-content .buttons-set {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.catalog-product-view .product-view .product-view-content .buttons-set .button {
  float: none;
  margin: 0;
  width: 100%;
}
.catalog-product-view .product-view .product-title {
  padding: 0 1rem;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .product-title {
    margin-bottom: 0;
  }
}
.catalog-product-view .product-view .product-title h1 {
  font-family: Mrs Eaves, Georgia, serif;
  font-weight: normal;
  font-size: 1.9rem;
  line-height: 2rem;
  text-transform: none;
  margin: 0 auto 0.4rem;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-title h1 {
    font-size: 3rem;
    line-height: 3rem;
    max-width: 66.67%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .product-title h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
  }
}
.catalog-product-view .product-view .product-title p, .catalog-product-view .product-view .product-title span.price {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: .9rem;
  display: inline-block;
  line-height: 2rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-title p, .catalog-product-view .product-view .product-title span.price {
    font-size: .9rem;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .product-title p, .catalog-product-view .product-view .product-title span.price {
    font-size: .9rem;
    line-height: 1rem;
  }
}
.catalog-product-view .product-view .product-title p .dot, .catalog-product-view .product-view .product-title span.price .dot {
  font-size: 0.5rem;
  padding: 0 .3rem;
  vertical-align: top;
}
.catalog-product-view .product-view .product-title .price-box {
  display: inline-block;
}
.catalog-product-view .product-view .product-title .price-box span {
  font-size: .9rem;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .product-title .price-box span {
    font-size: .9rem;
    line-height: 1rem;
  }
}
.catalog-product-view .product-view .product-title .price-box .old-price .price {
  color: #b6b6b6 !important;
  text-decoration: line-through solid #777;
}
.catalog-product-view .product-view .product-title .price-box .watermark {
  color: #b6b6b6 !important;
}
.catalog-product-view .product-view .product-title .price-box .price {
  letter-spacing: .04em;
  line-height: 2rem;
  font-size: .9rem;
}
.catalog-product-view .product-view .product-details {
  padding: 0 15px;
  text-align: center;
  max-width: 1260px;
  margin: auto;
  /*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-details {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .product-details {
    padding: 0;
  }
}
.catalog-product-view .product-view .product-details .product-photo .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 200%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.25s linear;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .product-details .product-photo .arrow:before {
    width: 30px;
  }
}
.catalog-product-view .product-view .product-details .product-photo .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent no-repeat center center;
  transition: transform 0.25s ease-in-out;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .product-details .product-photo .arrow:after {
    width: 30px;
  }
}
.catalog-product-view .product-view .product-details .product-photo .arrow .right {
  right: 0;
}
.catalog-product-view .product-view .product-details .product-photo .arrow .right:before {
  right: 0;
}
.catalog-product-view .product-view .product-details .product-photo .arrow .right:after {
  right: 0;
  transform: translateX(1rem);
  background-image: url(../images/bonjourparis/icon_slider_product_arrow_right.png);
}
.catalog-product-view .product-view .product-details .product-photo .arrow .left {
  left: 0;
}
.catalog-product-view .product-view .product-details .product-photo .arrow .left:before {
  left: 0;
}
.catalog-product-view .product-view .product-details .product-photo .arrow .left:after {
  left: 0;
  transform: translateX(-1rem);
  background-image: url(../images/bonjourparis/icon_slider_product_arrow_left.png);
}
.catalog-product-view .product-view .product-details .product-photo .arrow:hover {
  opacity: .2;
}
.catalog-product-view .product-view .product-details .product-photo .arrow:hover .left:after {
  transform: translateX(0);
}
.catalog-product-view .product-view .product-details .product-photo .arrow:hover .right:after {
  transform: translateX(0);
}
.catalog-product-view .product-view .product-details #options-container-big {
  position: absolute;
  right: 50%;
  top: 0;
  bottom: 0;
  width: 26.25rem;
  margin-right: -30.75rem;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .product-view .product-details #options-container-big {
    position: absolute;
    right: 0;
    top: 15%;
    bottom: 0;
    width: 100%;
    margin-right: 0;
    height: inherit;
    background: #fff;
    z-index: 99;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-details #options-container-big {
    top: 20%;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .product-details #options-container-big {
    top: 0;
  }
}
.catalog-product-view .product-view .product-details #options-container-big:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  width: 100%;
  background-image: -moz-linear-gradient(-180deg, #ffd6d6 0%, rgba(255, 214, 214, 0) 100%);
  background-image: -webkit-linear-gradient(-180deg, #ffd6d6 0%, rgba(255, 214, 214, 0) 100%);
  background-image: -ms-linear-gradient(-180deg, #ffd6d6 0%, rgba(255, 214, 214, 0) 100%);
  opacity: .33;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .product-view .product-details #options-container-big:before {
    top: -160px;
    left: 0;
    bottom: inherit;
    right: 0;
    height: 160px;
    background-image: -moz-linear-gradient(-180deg, #ffd6d6 0%, rgba(255, 214, 214, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #ffd6d6 0%, rgba(255, 214, 214, 0) 100%);
    background-image: -ms-linear-gradient(-180deg, #ffd6d6 0%, rgba(255, 214, 214, 0) 100%);
    opacity: .15;
  }
}
.catalog-product-view .product-view .product-details #options-container-big .product-options {
  height: 100%;
  margin: 0;
  border: 0 none;
  background: #FFF;
  padding: 1rem 3rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .product-view .product-details #options-container-big .product-options {
    width: 70%;
    margin: 0 auto;
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .product-details #options-container-big .product-options {
    width: 100%;
  }
}
.catalog-product-view .product-view .product-details #options-container-big .product-options p,
.catalog-product-view .product-view .product-details #options-container-big .product-options .size-advice {
  font-weight: 300;
  margin: 20px 0;
  font-size: .7rem;
  display: block;
}
.catalog-product-view .product-view .product-details #options-container-big .product-options table {
  width: 100%;
}
.catalog-product-view .product-view .product-details #options-container-big .product-options table th {
  width: 25%;
  text-align: center;
  font-size: .8rem;
  font-weight: 400;
  color: #222;
  height: 30px;
}
.catalog-product-view .product-view .product-details #options-container-big .product-options table tr {
  position: relative;
}
.catalog-product-view .product-view .product-details #options-container-big .product-options table tr td {
  font-weight: 400;
  color: #222;
}
.catalog-product-view .product-view .product-details #options-container-big .product-options table tr td a {
  color: #777;
  display: block;
  cursor: pointer;
}
.catalog-product-view .product-view .product-details #options-container-big .product-options table tr td a:focus {
  outline: none;
}
.catalog-product-view .product-view .product-details #options-container-big .product-options table tr:hover td a {
  color: #222;
  font-family: Campton-b, Helvetica, Arial, sans-serif;
}
.catalog-product-view .product-view .product-details #options-container-big .product-options table tr.selected {
  border: 1px solid #ffd6d6;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .product-details #options-container-big .product-options table tr.selected {
    background: #ffd6d6;
  }
}
.catalog-product-view .product-view .product-details #options-container-big .product-options table tr.selected td a {
  color: #222;
  font-family: Campton-b, Helvetica, Arial, sans-serif;
}
.catalog-product-view .product-view .product-details #options-container-big .product-options table td {
  font-weight: 300;
  color: #777;
  height: 26px;
}
.catalog-product-view .product-view .product-details #options-container-big .product-options table td a {
  color: #777;
}
.catalog-product-view .product-view .product-details #options-container-big .product-options table td a:hover {
  text-decoration: none;
}
.catalog-product-view .product-view .product-details #options-container-big .product-options table td.out-of-stock span {
  opacity: 0.15;
}
.catalog-product-view .product-view .product-details #options-container-big .product-options table td.out-of-stock .size-stock-notifier {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 30px;
  margin-top: -25px;
}
.catalog-product-view .product-view .product-details #options-container-big .product-options table td.selected {
  border: 1px solid #ffd6d6;
}
.catalog-product-view .product-view .product-details #options-container-big .product-options .buttons-set {
  display: none;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .product-view .product-details #options-container-big .product-options .buttons-set {
    display: block;
    margin: 1rem 0 0 0;
  }
}
.catalog-product-view .product-view .product-details #addToCartPanel {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 26.25rem;
  margin-right: 0;
  left: inherit;
  z-index: 1;
  opacity: 0;
}
.catalog-product-view .product-view .product-details #addToCartPanel:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-image: -moz-linear-gradient(-180deg, #ffd6d6 0%, rgba(255, 214, 214, 0) 100%);
  background-image: -webkit-linear-gradient(-180deg, #ffd6d6 0%, rgba(255, 214, 214, 0) 100%);
  background-image: -ms-linear-gradient(-180deg, #ffd6d6 0%, rgba(255, 214, 214, 0) 100%);
  opacity: .33;
  transition: right 0.5s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .product-view .product-details #addToCartPanel:before {
    top: -160px;
    left: 0;
    bottom: inherit;
    right: 0;
    height: 160px;
    background-image: -moz-linear-gradient(-180deg, #ffd6d6 0%, rgba(255, 214, 214, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #ffd6d6 0%, rgba(255, 214, 214, 0) 100%);
    background-image: -ms-linear-gradient(-180deg, #ffd6d6 0%, rgba(255, 214, 214, 0) 100%);
    opacity: .15;
  }
}
.catalog-product-view .product-view .product-details #addToCartPanel.active {
  opacity: 1;
  z-index: 99;
}
.catalog-product-view .product-view .product-details #addToCartPanel.active:before {
  right: 21em;
}
.catalog-product-view .product-view .product-details #addToCartPanel .overlay {
  display: none;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .product-view .product-details #addToCartPanel {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    margin-right: 0;
    background: #fff;
    z-index: 99;
    height: 70%;
  }
}
.catalog-product-view .product-view .product-details #addToCartPanel .panel {
  height: 100%;
  width: 100%;
  margin: 0;
  border: 0 none;
  background: #fff;
  padding: 1rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .product-view .product-details #addToCartPanel .panel {
    position: static;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .catalog-product-view .product-view .product-details #addToCartPanel .panel {
    position: fixed;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .product-details #addToCartPanel .panel {
    top: 0;
  }
}
.catalog-product-view .product-view .product-details #addToCartPanel .panel .product {
  left: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .product-view .product-details #addToCartPanel .panel .product {
    top: 45%;
  }
}
.catalog-product-view .product-view .product-details #addToCartPanel .panel .product img {
  margin: 0 auto;
  float: none;
}
.catalog-product-view .product-view .product-details #addToCartPanel .panel .infos {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-details #addToCartPanel .panel .infos {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0 1rem;
  }
}
.catalog-product-view .product-view .product-details .product-bloc-info {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .catalog-product-view .product-view .product-details .product-bloc-info .product-image {
    padding-right: 0.25rem;
  }
  .catalog-product-view .product-view .product-details .product-bloc-info .product-info {
    padding-left: 0.25rem;
  }
}
.catalog-product-view .product-view .product-details .product-bloc-info .product-image,
.catalog-product-view .product-view .product-details .product-bloc-info .product-info {
  float: left;
  width: 50%;
  border: 0;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-details .product-bloc-info .product-image,
  .catalog-product-view .product-view .product-details .product-bloc-info .product-info {
    float: initial;
    width: initial;
  }
}
.catalog-product-view .product-view .product-details .pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}
.catalog-product-view .product-view .product-details .pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.catalog-product-view .product-view .product-details .pswp img {
  max-width: none;
}
.catalog-product-view .product-view .product-details .pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.catalog-product-view .product-view .product-details .pswp--open {
  display: block;
}
.catalog-product-view .product-view .product-details .pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.catalog-product-view .product-view .product-details .pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.catalog-product-view .product-view .product-details .pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.catalog-product-view .product-view .product-details .pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.catalog-product-view .product-view .product-details .pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.catalog-product-view .product-view .product-details .pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.catalog-product-view .product-view .product-details .pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.catalog-product-view .product-view .product-details .pswp__container,
.catalog-product-view .product-view .product-details .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
}
.catalog-product-view .product-view .product-details .pswp__container,
.catalog-product-view .product-view .product-details .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.catalog-product-view .product-view .product-details .pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.catalog-product-view .product-view .product-details .pswp--animated-in .pswp__bg,
.catalog-product-view .product-view .product-details .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.catalog-product-view .product-view .product-details .pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.catalog-product-view .product-view .product-details .pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.catalog-product-view .product-view .product-details .pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.catalog-product-view .product-view .product-details .pswp__img--placeholder--blank {
  background: #222;
}
.catalog-product-view .product-view .product-details .pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.catalog-product-view .product-view .product-details .pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.catalog-product-view .product-view .product-details .pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
.catalog-product-view .product-view .product-details .pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.catalog-product-view .product-view .product-details .pswp__button:focus, .catalog-product-view .product-view .product-details .pswp__button:hover {
  opacity: 1;
}
.catalog-product-view .product-view .product-details .pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.catalog-product-view .product-view .product-details .pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.catalog-product-view .product-view .product-details .pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.catalog-product-view .product-view .product-details .pswp__button,
.catalog-product-view .product-view .product-details .pswp__button--arrow--left:before,
.catalog-product-view .product-view .product-details .pswp__button--arrow--right:before {
  background: url(../images/bonjourparis/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .catalog-product-view .product-view .product-details .pswp--svg .pswp__button,
  .catalog-product-view .product-view .product-details .pswp--svg .pswp__button--arrow--left:before,
  .catalog-product-view .product-view .product-details .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../images/bonjourparis/photoswipe/default-skin.svg);
  }
  .catalog-product-view .product-view .product-details .pswp--svg .pswp__button--arrow--left,
  .catalog-product-view .product-view .product-details .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.catalog-product-view .product-view .product-details .pswp__button--close {
  background-position: 0 -44px;
}
.catalog-product-view .product-view .product-details .pswp__button--share {
  background-position: -44px -44px;
}
.catalog-product-view .product-view .product-details .pswp__button--fs {
  display: none;
}
.catalog-product-view .product-view .product-details .pswp--supports-fs .pswp__button--fs {
  display: block;
}
.catalog-product-view .product-view .product-details .pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.catalog-product-view .product-view .product-details .pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.catalog-product-view .product-view .product-details .pswp--touch .pswp__button--arrow--left,
.catalog-product-view .product-view .product-details .pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.catalog-product-view .product-view .product-details .pswp__button--arrow--left,
.catalog-product-view .product-view .product-details .pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.catalog-product-view .product-view .product-details .pswp__button--arrow--left {
  left: 0;
}
.catalog-product-view .product-view .product-details .pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.catalog-product-view .product-view .product-details .pswp__button--arrow--right {
  right: 0;
}
.catalog-product-view .product-view .product-details .pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.catalog-product-view .product-view .product-details .pswp__button--arrow--left:before,
.catalog-product-view .product-view .product-details .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(255, 255, 255, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.catalog-product-view .product-view .product-details .pswp__counter,
.catalog-product-view .product-view .product-details .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.catalog-product-view .product-view .product-details .pswp__share-modal {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.catalog-product-view .product-view .product-details .pswp__share-modal--hidden {
  display: none;
}
.catalog-product-view .product-view .product-details .pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(255, 255, 255, 0.25);
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.catalog-product-view .product-view .product-details .pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.catalog-product-view .product-view .product-details .pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.catalog-product-view .product-view .product-details .pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}
.catalog-product-view .product-view .product-details .pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.catalog-product-view .product-view .product-details .pswp__share-modal--fade-in {
  opacity: 1;
}
.catalog-product-view .product-view .product-details .pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.catalog-product-view .product-view .product-details .pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
.catalog-product-view .product-view .product-details a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
.catalog-product-view .product-view .product-details a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
.catalog-product-view .product-view .product-details a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
.catalog-product-view .product-view .product-details a.pswp__share--twitter :hover {
  background: #55ACEE;
  color: #FFF;
}
.catalog-product-view .product-view .product-details a.pswp__share--pinterest :hover {
  background: #CCC;
  color: #CE272D;
}
.catalog-product-view .product-view .product-details a.pswp__share--download :hover {
  background: #DDD;
}
.catalog-product-view .product-view .product-details .pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
.catalog-product-view .product-view .product-details .pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.catalog-product-view .product-view .product-details .pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.catalog-product-view .product-view .product-details .pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.catalog-product-view .product-view .product-details .pswp__caption--empty {
  display: none;
}
.catalog-product-view .product-view .product-details .pswp__caption--fake {
  visibility: hidden;
}
.catalog-product-view .product-view .product-details .pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.catalog-product-view .product-view .product-details .pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.catalog-product-view .product-view .product-details .pswp__preloader--active {
  opacity: 1;
}
.catalog-product-view .product-view .product-details .pswp__preloader--active .pswp__preloader__icn {
  background: url(../images/bonjourparis/photoswipe/preloader.gif) 0 0 no-repeat;
}
.catalog-product-view .product-view .product-details .pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.catalog-product-view .product-view .product-details .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.catalog-product-view .product-view .product-details .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.catalog-product-view .product-view .product-details .pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.catalog-product-view .product-view .product-details .pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.catalog-product-view .product-view .product-details .pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-details .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.catalog-product-view .product-view .product-details .pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.catalog-product-view .product-view .product-details .pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.catalog-product-view .product-view .product-details .pswp__caption,
.catalog-product-view .product-view .product-details .pswp__top-bar,
.catalog-product-view .product-view .product-details .pswp--has_mouse .pswp__button--arrow--left,
.catalog-product-view .product-view .product-details .pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.catalog-product-view .product-view .product-details .pswp--has_mouse .pswp__button--arrow--left,
.catalog-product-view .product-view .product-details .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.catalog-product-view .product-view .product-details .pswp__top-bar,
.catalog-product-view .product-view .product-details .pswp__caption {
  background-color: rgba(255, 255, 255, 0.5);
}
.catalog-product-view .product-view .product-details .pswp__ui--fit .pswp__top-bar,
.catalog-product-view .product-view .product-details .pswp__ui--fit .pswp__caption {
  background-color: rgba(255, 255, 255, 0.3);
}
.catalog-product-view .product-view .product-details .pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.catalog-product-view .product-view .product-details .pswp__ui--idle .pswp__button--arrow--left,
.catalog-product-view .product-view .product-details .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
.catalog-product-view .product-view .product-details .pswp__ui--hidden .pswp__top-bar,
.catalog-product-view .product-view .product-details .pswp__ui--hidden .pswp__caption,
.catalog-product-view .product-view .product-details .pswp__ui--hidden .pswp__button--arrow--left,
.catalog-product-view .product-view .product-details .pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}
.catalog-product-view .product-view .product-details .pswp__ui--one-slide .pswp__button--arrow--left,
.catalog-product-view .product-view .product-details .pswp__ui--one-slide .pswp__button--arrow--right,
.catalog-product-view .product-view .product-details .pswp__ui--one-slide .pswp__counter {
  display: none;
}
.catalog-product-view .product-view .product-details .pswp__element--disabled {
  display: none !important;
}
.catalog-product-view .product-view .product-details .pswp--minimal--dark .pswp__top-bar {
  background: none;
}
.catalog-product-view .product-view .product-details .my-gallery {
  width: 100%;
  float: left;
}
.catalog-product-view .product-view .product-details .my-gallery img {
  width: 100%;
  height: auto;
}
.catalog-product-view .product-view .product-details .my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 150px;
}
.catalog-product-view .product-view .product-details .my-gallery figcaption {
  display: none;
}
.catalog-product-view .product-view #alertPanel {
  position: absolute;
  right: 50%;
  top: 0;
  bottom: 0;
  width: 26.25rem;
  margin-right: -30.75rem;
  left: inherit;
  z-index: 3;
  opacity: 0;
  background: #fff;
  overflow: visible;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .product-view #alertPanel {
    margin-right: 0;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view #alertPanel {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-right: 0;
    background: #fff;
    z-index: 99;
    height: auto;
    top: 20%;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view #alertPanel {
    top: 50px;
    position: fixed;
    overflow: auto;
  }
}
.catalog-product-view .product-view #alertPanel .overlay {
  display: none;
}
.catalog-product-view .product-view #alertPanel.active {
  opacity: 1;
}
.catalog-product-view .product-view #alertPanel.active .overlay {
  display: block;
  left: -50% !important;
  z-index: 1;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view #alertPanel.active .overlay {
    top: -30%;
    left: 0 !important;
    width: 100%;
  }
}
.catalog-product-view .product-view #alertPanel .panel {
  left: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .product-view #alertPanel .panel {
    top: 0;
    bottom: inherit;
    width: 100%;
    min-height: inherit;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view #alertPanel .panel {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view #alertPanel .panel {
    position: relative;
  }
}
.catalog-product-view .product-view #alertPanel .gender .field {
  width: 100%;
  float: left;
}
.catalog-product-view .product-view #alertPanel .gender .field .input-box {
  width: 25%;
  float: left;
}
.catalog-product-view .product-view #alertPanel .gender .field .input-box .validation-advice {
  position: absolute;
  left: 0;
  width: 340px;
  display: none;
}
.catalog-product-view .product-view #alertPanel .gender .field .input-box:first-child .validation-advice {
  display: block;
}
.catalog-product-view .product-view #alertPanel #alert-stock-form {
  padding: 1rem;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .product-view #alertPanel #alert-stock-form {
    width: 20rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view #alertPanel #alert-stock-form {
    width: 100%;
    padding: 0;
  }
}
.catalog-product-view .product-view #alertPanel #alert-stock-form .register-form a {
  color: #777;
}
.catalog-product-view .product-view #alertPanel #alert-stock-form .register-form a.back-to {
  background: url(../images/bonjourparis/icon_arrow_left.svg) no-repeat left center;
  background-size: 6px 11px;
  padding: 0 0 0 15px;
}
.catalog-product-view .product-view .product-photo,
.catalog-product-view .product-view .product-information,
.catalog-product-view .product-view .product-variations,
.catalog-product-view .product-view .product-order {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px;
  padding: 0 5px;
}
.catalog-product-view .product-view .product-photo .size.button,
.catalog-product-view .product-view .product-information .size.button,
.catalog-product-view .product-view .product-variations .size.button,
.catalog-product-view .product-view .product-order .size.button {
  width: 100px;
  background: url(../images/bonjourparis/icon_arrow_down.svg) no-repeat center right 15px !important;
  background-size: 11px 6px !important;
  position: relative !important;
  padding: 0 !important;
  line-height: 1.4rem !important;
}
.catalog-product-view .product-view .product-photo .size.button select,
.catalog-product-view .product-view .product-information .size.button select,
.catalog-product-view .product-view .product-variations .size.button select,
.catalog-product-view .product-view .product-order .size.button select {
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: .65rem;
  text-transform: uppercase;
  color: #222;
  float: left;
  cursor: pointer;
  margin: 0;
  width: 100%;
  text-align: left;
  padding: 10px 30px 10px 10px;
}
.catalog-product-view .product-view .product-photo .validation-advice,
.catalog-product-view .product-view .product-information .validation-advice,
.catalog-product-view .product-view .product-variations .validation-advice,
.catalog-product-view .product-view .product-order .validation-advice {
  font-size: .5rem;
  clear: both;
  position: absolute;
  bottom: -18px;
  left: 0;
  line-height: normal;
  text-transform: none;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-photo,
  .catalog-product-view .product-view .product-information,
  .catalog-product-view .product-view .product-variations,
  .catalog-product-view .product-view .product-order {
    display: block;
  }
}
.catalog-product-view .product-view .product-photo,
.catalog-product-view .product-view .product-variations {
  width: 100%;
  overflow: hidden;
  margin-right: 5%;
  padding: 0;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-photo,
  .catalog-product-view .product-view .product-variations {
    max-width: 100%;
    margin: 0;
  }
}
.catalog-product-view .product-view .product-variations {
  min-height: 2rem;
  margin-bottom: 1rem;
}
.catalog-product-view .product-view .product-variations .label {
  float: left;
  width: 4rem;
  padding: .5rem 0;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: .65rem;
  line-height: 1rem;
  letter-spacing: .02em;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-variations .label {
    display: none;
  }
}
.catalog-product-view .product-view .product-variations .variation-links {
  max-width: 29rem;
  margin-left: 5rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-variations .variation-links {
    margin-left: 0;
    max-width: none;
    text-align: center;
    white-space: nowrap;
  }
}
.catalog-product-view .product-view .product-variations .variation-links ::-webkit-scrollbar {
  display: none;
}
.catalog-product-view .product-view .product-variations .variation-links .arrow {
  position: absolute;
  top: 0;
  width: 1rem;
  height: 2rem;
  opacity: .2;
  cursor: pointer;
  transition: opacity .1s linear;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-variations .variation-links .arrow {
    display: none;
  }
}
.catalog-product-view .product-view .product-variations .variation-links .arrow:hover {
  opacity: .3;
}
.catalog-product-view .product-view .product-variations .variation-links .arrow.previous {
  background: url(../images/bonjourparis/icon_arrow_left.svg) no-repeat center center;
  background-size: 6px 11px;
  left: 0;
}
.catalog-product-view .product-view .product-variations .variation-links .arrow.next {
  background: url(../images/bonjourparis/icon_arrow_right.svg) no-repeat center center;
  background-size: 6px 11px;
  right: 0;
}
.catalog-product-view .product-view .product-variations .variation-links .links {
  position: absolute;
  top: 0;
  left: 1.5rem;
  right: 1.5rem;
  white-space: nowrap;
  text-align: left;
  overflow: auto;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-variations .variation-links .links {
    left: 0;
    right: 0;
  }
}
.catalog-product-view .product-view .product-variations .variation-links .links .title {
  display: none;
}
.catalog-product-view .product-view .product-variations .variation-links .variation {
  display: inline-block;
  outline: none;
  height: 2rem;
  width: auto;
}
.catalog-product-view .product-view .product-variations .variation-links .variation img {
  display: block;
  max-height: 100%;
  width: auto;
}
.catalog-product-view .product-view .product-information,
.catalog-product-view .product-view .product-order {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-information,
  .catalog-product-view .product-view .product-order {
    max-width: 100%;
  }
}
.catalog-product-view .product-view .product-controls {
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1260px;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-controls {
    position: relative;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-information {
    margin: 2rem auto 2rem;
    padding: 0 1rem;
    min-height: 0;
    width: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .product-information {
    width: 100%;
    margin: 1rem auto;
  }
}
.catalog-product-view .product-view .product-order {
  min-height: 2rem;
  margin: 1rem 0;
  text-align: left;
  padding: 0;
  font-size: 0;
  position: relative;
  z-index: 2;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-order {
    width: 30rem;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
    float: none;
    top: 0;
    clear: both;
  }
}
@media screen and (min-width: 769px) {
  .catalog-product-view .product-view .product-order {
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .catalog-product-view .product-view .product-order {
    display: flex;
    flex-direction: column;
  }
}
.catalog-product-view .product-view .product-order .size-advice {
  font-size: 12px;
  display: block;
  font-weight: bold;
  background-color: #ffd6d6;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-order .size-advice {
    margin: 0 0 10px 0;
  }
}
.catalog-product-view .product-view .product-order .product-out-of-stock {
  display: inline-block;
  line-height: 2.1rem;
  height: 2rem;
  vertical-align: middle;
  font-size: .65rem;
}
.catalog-product-view .product-view .product-order .buttons-set {
  clear: none;
  margin: 0;
  border: 0 none;
  text-align: inherit;
  padding: 0;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-order .buttons-set {
    width: 32.333333%;
    margin: 2% 0 1rem;
  }
}
@media screen and (max-width: 550px) {
  .catalog-product-view .product-view .product-order .buttons-set {
    float: left;
    padding: 0;
    width: 100%;
    margin: 2% 0 1rem;
  }
}
.catalog-product-view .product-view .product-order .proximis {
  display: inline-block;
  position: relative;
}
.catalog-product-view .product-view .product-order .proximis .load-reserver {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #FFF;
  z-index: 2;
  text-align: center;
  opacity: 1;
}
.catalog-product-view .product-view .product-order .proximis .load-reserver img {
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-order .proximis {
    width: 40.333333%;
    margin-right: 1.5%;
  }
  .catalog-product-view .product-view .product-order .proximis .button {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .catalog-product-view .product-view .product-order .proximis {
    margin: 0 0 15px;
    width: 100%;
    order: 2;
    float: right;
    padding: 0;
  }
  .catalog-product-view .product-view .product-order .proximis .button {
    width: 100%;
  }
}
.catalog-product-view .product-view .product-order .proximis a,
.catalog-product-view .product-view .product-order .proximis a:hover {
  color: #222;
  text-decoration: none;
}
.catalog-product-view .product-view .product-order .proximis *,
.catalog-product-view .product-view .product-order .proximis :after,
.catalog-product-view .product-view .product-order .proximis :before {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
}
.catalog-product-view .product-view .product-order .button {
  width: auto;
  height: 2rem;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: .65rem;
  line-height: 1rem;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #222;
  border: 1px solid #ffd6d6;
  background: #fff;
  margin: 0 .5rem 0 0;
  padding: .5rem 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .product-order .button {
    font-size: .6rem;
    padding: .5rem 0;
  }
}
.catalog-product-view .product-view .product-order .button.choose-size {
  width: 100px;
  background-color: inherit !important;
  background-image: none !important;
  border: 0 none;
  z-index: 2;
}
.catalog-product-view .product-view .product-order .button.choose-size ul {
  margin: 0;
  padding: 0;
  border: 1px solid #ffd6d6;
  min-height: 40px;
  max-height: 180px;
  overflow-y: auto;
  background-image: url(../images/bonjourparis/icon_arrow_down.svg);
  background-size: 11px 6px !important;
  background-position: top 15px right 15px !important;
  background-repeat: no-repeat;
  background-color: white;
}
.catalog-product-view .product-view .product-order .button.choose-size ul::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.catalog-product-view .product-view .product-order .button.choose-size ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.catalog-product-view .product-view .product-order .button.choose-size ul li:first-child {
  line-height: 3;
  padding-right: 16px;
}
.catalog-product-view .product-view .product-order .button.choose-size ul li:not(:first-child) {
  background: #fff;
  color: #000;
  text-align: left;
  padding-left: 15px;
  position: relative;
}
.catalog-product-view .product-view .product-order .button.choose-size ul li:not(:first-child).out {
  color: #DDDDDD;
  cursor: default;
}
.catalog-product-view .product-view .product-order .button.choose-size ul li:first-child.out {
  color: #333;
}
.catalog-product-view .product-view .product-order .button.choose-size ul li svg {
  position: absolute;
  top: 5px;
  right: 7px;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-order .button.choose-size {
    width: 32.333333%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .product-order .button.choose-size {
    width: 49%;
    float: left;
  }
}
.catalog-product-view .product-view .product-order .button.order-now-button {
  margin-right: 0;
  background-color: #ffd6d6;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-order .button.order-now-button {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .catalog-product-view .product-view .product-order .sizes {
    text-align: center;
  }
}
.catalog-product-view .product-view .product-order .sizes ul {
  padding: 0;
  margin: 0.5em 0 2em;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-order .sizes ul {
    margin: 0;
  }
}
.catalog-product-view .product-view .product-order .sizes ul .button {
  width: 4rem;
  text-align: center;
  padding: 0.5rem 0;
  margin: 0 .5rem .5rem 0;
}
.catalog-product-view .product-view .product-order .sizes ul .out {
  background-color: #ececec;
  background-image: linear-gradient(to left top, transparent 49%, #88817f 50%, #88817f 50%, transparent 51%);
}
.catalog-product-view .product-view .product-order .sizes ul .active {
  color: #222 !important;
  background-color: #ffcccc !important;
}
.catalog-product-view .product-view .product-order .choose-size {
  display: none;
}
.catalog-product-view .product-view .product-order .size_title {
  font-size: 0.7rem;
  font-weight: bold;
}
.catalog-product-view .product-view .product-order dl dd.last {
  margin: 0;
}
.catalog-product-view .product-view .photos {
  width: 100%;
  height: 100%;
  position: static;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .photos {
    height: auto;
  }
}
.catalog-product-view .product-view .photos img {
  display: none;
  height: auto;
  cursor: zoom-in;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s linear;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .photos img {
    max-width: 100%;
    position: static;
  }
}
.catalog-product-view .product-view .photos figure.current {
  position: static;
}
.catalog-product-view .product-view .photos figure.current img {
  opacity: 1;
  display: block;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .photos figure.current img {
    top: 130px;
  }
}
.catalog-product-view .product-view .selectors {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1rem;
  text-align: center;
}
.catalog-product-view .product-view .selectors .selector {
  display: inline-block;
  width: 7px;
  height: 7px;
  padding: 0;
  margin: 0 3px;
  outline: 0;
  opacity: .3;
  transition: opacity 0.5s linear;
}
.catalog-product-view .product-view .selectors .selector:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffd6d6;
}
.catalog-product-view .product-view .selectors .selector.current {
  opacity: 1;
}
.catalog-product-view .product-view .tabs {
  text-align: left;
}
.catalog-product-view .product-view .tabs .tab-links {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .tabs .tab-links {
    text-align: center;
  }
  .catalog-product-view .product-view .tabs .tab-links .tab-content .current {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .tabs .tab-links {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .tabs .tab-links {
    margin-bottom: .75rem;
    text-align: left;
  }
}
.catalog-product-view .product-view .tabs .tab-links .tab-link {
  display: inline-block;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: .7rem;
  line-height: 1rem;
  letter-spacing: .04em;
  color: #777;
  text-transform: uppercase;
  margin: 0;
  padding: 0 .75rem;
  outline: none;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .tabs .tab-links .tab-link {
    font-size: .6rem;
    padding: 0 8px;
    letter-spacing: 0;
  }
}
.catalog-product-view .product-view .tabs .tab-links .tab-link:first-of-type {
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .tabs .tab-links .tab-link:first-of-type {
    padding: 0 .75rem;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .tabs .tab-links .tab-link:first-of-type {
    padding: 0 8px 0 0;
  }
}
.catalog-product-view .product-view .tabs .tab-links .tab-link:last-of-type {
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .tabs .tab-links .tab-link:last-of-type {
    padding: 0 .75rem;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .tabs .tab-links .tab-link:last-of-type {
    padding: 0 0 0 8px;
  }
}
.catalog-product-view .product-view .tabs .tab-links .tab-link.current, .catalog-product-view .product-view .tabs .tab-links .tab-link:hover {
  text-decoration: none;
  color: #222;
  font-family: Campton-b, Helvetica, Arial, sans-serif;
}
.catalog-product-view .product-view .tabs .tab-contents {
  width: 100%;
  position: relative;
}
.catalog-product-view .product-view .tabs .tab-contents .tab-content {
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s linear;
  font-family: Campton, Helvetica, Arial, sans-serif;
  color: #222;
}
.catalog-product-view .product-view .tabs .tab-contents .tab-content.current {
  position: relative;
  opacity: 1;
  z-index: 1;
  float: left;
}
.catalog-product-view .product-view .tabs .tab-contents .tab-content blockquote {
  font-weight: 500;
  font-size: .9rem;
  line-height: 1rem;
  margin: 0 0 1.5rem;
}
.catalog-product-view .product-view .tabs .tab-contents .tab-content p {
  font-weight: 200;
  font-size: .7rem;
  line-height: 1rem;
  margin: 0 0 1rem;
}
.catalog-product-view .product-view .tabs .tab-contents .tab-content p.short, .catalog-product-view .product-view .tabs .tab-contents .tab-content p.short .color {
  font-size: .9rem;
  font-weight: 300;
  color: #000;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .tabs .tab-contents .tab-content p.short, .catalog-product-view .product-view .tabs .tab-contents .tab-content p.short .color {
    font-size: .8rem;
  }
}
@media screen and (max-width: 425px) {
  .catalog-product-view .product-view .tabs .tab-contents .tab-content p .youtube {
    width: 390px;
  }
}
@media screen and (max-width: 375px) {
  .catalog-product-view .product-view .tabs .tab-contents .tab-content p .youtube {
    width: 340px;
  }
}
@media screen and (max-width: 320px) {
  .catalog-product-view .product-view .tabs .tab-contents .tab-content p .youtube {
    width: 280px;
  }
}
.catalog-product-view .product-view .tabs .tab-contents .tab-content span {
  font-size: .55rem;
  color: #777;
}
.catalog-product-view .product-view .tabs .tab-contents .tab-content span :not(.color) {
  display: block;
}
.catalog-product-view .product-view.bundle .product-order .button.choose-size {
  width: 100%;
  display: block;
  border: 1px solid #ffd6d6;
}
.catalog-product-view .product-view.bundle .product-order dl dd.last {
  margin: 0 0 20px;
}

.store-finder {
  padding: 0;
  margin: 0;
  max-width: none;
  height: calc(100vh - 6rem);
}
@media screen and (max-width: 1024px) {
  .store-finder {
    background-image: none;
    height: auto;
  }
}
.store-finder .title {
  border: none;
  text-align: center;
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: none;
  text-transform: none;
  color: #222;
  margin: 0 auto 1.5rem;
}
.store-finder .store-form.form {
  max-width: 19rem;
  margin: 0 auto;
  transition: max-height 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .store-finder .store-form.form {
    max-width: none;
    padding: 0 1rem;
  }
}
.store-finder .store-form.form.hidden {
  display: block;
  max-height: 0;
}
.store-finder .store-form.form .title {
  margin-top: 1rem;
}
.store-finder .store-form.form .button.get-location {
  background-color: transparent;
  font-weight: 200;
  margin-bottom: .5rem;
}
.store-finder .store-form.form .separator {
  font-weight: 200;
  font-size: .8rem;
  line-height: 1rem;
  text-align: center;
  margin-bottom: .5rem;
}
.store-finder .store-form.form .input-box {
  padding-bottom: 2rem;
}
.store-finder .store-form.form .input-text {
  width: 100%;
  background-color: #F2F2F2;
}
.store-finder .store-form.form .button {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.store-finder .stores-map-app {
  width: 100%;
  transition: height 0.5s ease-in-out;
}
.store-finder .stores-map-app.visible {
  height: 43rem;
}
@media screen and (max-width: 1024px) {
  .store-finder .stores-map-app.visible {
    height: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .store-finder .stores-map-app.visible {
    height: 50rem;
  }
}
.store-finder .stores-map-app #stores-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .store-finder .stores-map-app #stores-map {
    z-index: 1;
    height: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .store-finder .stores-map-app #stores-map {
    height: 18rem;
  }
}
.store-finder .stores-map-app .map-form {
  position: absolute;
  top: 1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 28rem;
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .store-finder .stores-map-app .map-form {
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .store-finder .stores-map-app .map-form {
    max-width: 100%;
    padding: 0 1rem;
  }
}
.store-finder .stores-map-app .map-form .get-location {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  padding: 7px 1.25rem;
  background: #fff url(../images/bonjourparis/icon_map_geolocation.png) no-repeat center center;
}
.store-finder .stores-map-app .map-form .input-text,
.store-finder .stores-map-app .map-form .button {
  display: inline-block;
  vertical-align: top;
  margin: 0 .5rem;
}
.store-finder .stores-map-app .map-form .input-box {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  max-width: 19rem;
}
@media screen and (max-width: 768px) {
  .store-finder .stores-map-app .map-form .input-box {
    max-width: 50%;
  }
}
.store-finder .stores-map-app .map-form .input-text {
  border: 1px solid #ffd6d6;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .store-finder .stores-map-app .map-form .input-text {
    margin-right: 0;
    margin-left: .5rem;
  }
}
.store-finder .stores-map-app .map-form .button {
  width: auto;
}
@media screen and (max-width: 768px) {
  .store-finder .stores-map-app .map-form .button {
    margin-left: 0;
    margin-right: 0;
  }
}
.store-finder .stores-map-app .stores-list-container {
  width: 16rem;
  position: absolute;
  left: 0;
  top: 4.5rem;
  bottom: 0;
  background: #fff;
  padding: 1rem;
  overflow: auto;
}
@media screen and (max-width: 1024px) {
  .store-finder .stores-map-app .stores-list-container {
    position: relative;
    width: 100%;
    padding-top: 24rem;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .store-finder .stores-map-app .stores-list-container {
    padding-top: 18rem;
  }
}
.store-finder .stores-map-app .stores-list-container .number-of-results {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  text-align: center;
  line-height: 2rem !important;
}
@media screen and (max-width: 700px) {
  .store-finder .stores-map-app .stores-list-container .number-of-results {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
.store-finder .stores-map-app .stores-list-container .number-of-results strong {
  color: #ffd6d6;
}
.store-finder .stores-map-app .stores-list-container .stores {
  margin: 0;
  padding: 0 .5rem;
}
.store-finder .stores-map-app .stores-list-container .stores li {
  border-top: 1px solid #fdf3f3;
  padding: 1rem 0;
  cursor: pointer;
  opacity: .8;
  transition: opacity .1s linear;
}
.store-finder .stores-map-app .stores-list-container .stores li:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .store-finder .stores-map-app .stores-list-container .stores li {
    text-align: center;
  }
}
.store-finder .stores-map-app .stores-list-container .stores li a {
  color: #000;
}
.store-finder .stores-map-app .stores-list-container .stores li h3 {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .65rem;
  line-height: 1rem;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 5px;
}
@media screen and (max-width: 700px) {
  .store-finder .stores-map-app .stores-list-container .stores li h3 {
    font-size: .65rem;
    line-height: .75rem;
  }
}
.store-finder .stores-map-app .stores-list-container .stores li .goto-shop {
  overflow: hidden;
  margin: 10px -5px 0;
  display: block;
  width: auto;
  max-width: 360px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .store-finder .stores-map-app .stores-list-container .stores li .goto-shop {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .store-finder .stores-map-app .stores-list-container .stores li .goto-shop .tel {
    display: none;
  }
}
.store-finder .stores-map-app .stores-list-container .stores li .goto-shop p {
  background-color: #ffd6d6;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 500;
  color: #222;
  letter-spacing: normal;
  font-size: 0.7rem;
  background: #fff;
  border: 1px solid #ffd6d6;
  line-height: 30px !important;
  text-transform: none;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .store-finder .stores-map-app .stores-list-container .stores li .goto-shop p {
    font-size: .65rem;
    line-height: .75rem;
  }
}
.store-finder .stores-map-app .stores-list-container .stores li .goto-shop p:hover, .store-finder .stores-map-app .stores-list-container .stores li .goto-shop p:active, .store-finder .stores-map-app .stores-list-container .stores li .goto-shop p:focus {
  background-color: #fafafa !important;
}
.store-finder .stores-map-app .stores-list-container .stores li .goto-shop a {
  display: inline-block;
  margin: 0 -2px;
  padding: 0 5px;
  width: 50%;
}
.store-finder .stores-map-app .stores-list-container .stores li p {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .6rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .02em;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .store-finder .stores-map-app .stores-list-container .stores li p {
    font-size: .5rem;
    line-height: .75rem;
  }
}
.store-finder .stores-map-app .stores-list-container .stores li p.i-go, .store-finder .stores-map-app .stores-list-container .stores li p.contact-shop {
  line-height: inherit;
  font-size: 11px;
}
.store-finder .stores-map-app .stores-list-container .stores li p.i-go img, .store-finder .stores-map-app .stores-list-container .stores li p.contact-shop img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.store-finder .stores-map-app .stores-list-container .stores li p.i-go img {
  width: 14px;
}
.store-finder .stores-map-app .stores-list-container .stores li p.contact-shop img {
  width: 10px;
}
.store-finder .stores-map-app .stores-list-container .stores li p.phone {
  margin-top: 10px;
}

#visit-us {
  background: #F2F2F2;
  width: 100%;
  margin-top: 1rem;
  padding: 2rem 0;
}
#visit-us .title {
  margin-bottom: 2rem;
}
#visit-us .windows {
  white-space: nowrap;
  width: 100%;
  overflow-x: scroll;
}
#visit-us .windows .window {
  display: inline-block;
  vertical-align: top;
  margin: 0 .5rem;
}
#visit-us .windows .window a {
  display: block;
  text-decoration: none;
  color: #222;
}
#visit-us .windows .window img {
  height: 26rem;
  width: auto;
}
#visit-us .windows .window .address {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #visit-us .windows .window .address {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}

.form .input-text, .form select {
  height: 40px;
  background-color: #F2F2F2;
  border: none;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  letter-spacing: normal;
  text-transform: none;
  color: #777;
  padding-left: 20px;
}
@media screen and (max-width: 700px) {
  .form .input-text, .form select {
    font-size: .65rem;
    line-height: .75rem;
  }
}
.form .input-text:focus, .form select:focus {
  background-color: transparent;
  border: 1px solid #ffd6d6;
  outline: none;
}
.form .checkbox,
.form .radio {
  opacity: 0;
  float: left;
}
.form .checkbox-label {
  padding: 0;
  margin-top: -6px;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 100;
  color: #777;
  text-transform: none;
}
@media screen and (max-width: 700px) {
  .form .checkbox-label {
    font-size: .65rem;
    line-height: .75rem;
  }
}
.form .radio-label {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 100;
  color: #777;
  text-transform: none;
}
@media screen and (max-width: 700px) {
  .form .radio-label {
    font-size: .65rem;
    line-height: .75rem;
  }
}
.form .checkbox + .checkbox-label:before,
.form .radio + .radio-label:before {
  content: '';
  background-color: #EEEEEE;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  margin-left: -12px;
  margin-right: 15px;
  float: left;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.form .radio + .radio-label:before {
  border-radius: 50%;
  margin-left: -20px;
  margin-right: 10px;
}
.form .checkbox:checked + .checkbox-label:before,
.form .radio:checked + .radio-label:before {
  background-color: #222;
  -webkit-box-shadow: inset 0 0 0 1px #ffd6d6, inset 0 0 0 4px #fff;
  -moz-box-shadow: inset 0 0 0 1px #ffd6d6, inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 1px #ffd6d6, inset 0 0 0 4px #fff;
}
.form .input-box {
  position: relative;
}
.form select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form select:focus {
  background-color: #F2F2F2;
}
.form input,
.form select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form input.required-entry.validation-passed,
.form select.required-entry.validation-passed {
  border: 1px solid #ffd6d6;
  background-color: transparent;
}
.form input.validation-failed,
.form select.validation-failed {
  border: 2px solid #ffd6d6;
}
.form input.validation-failed::-webkit-input-placeholder,
.form select.validation-failed::-webkit-input-placeholder {
  font-weight: 600;
  color: #222;
}
.form input.validation-failed:-ms-input-placeholder,
.form select.validation-failed:-ms-input-placeholder {
  font-weight: 600;
  color: #222;
}
.form input.validation-failed:-moz-placeholder,
.form select.validation-failed:-moz-placeholder {
  font-weight: 600;
  color: #222;
}
.form .validation-advice {
  font-size: 12px;
  margin: 5px 0;
}

.customer-account-login .main-container {
  height: auto;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  .customer-account-login .main-container {
    margin-top: 20px;
  }
}
.customer-account-login .main-container .account-login .page-title {
  margin-bottom: 0;
}
.customer-account-login .main-container .account-login .page-title h1 {
  border: none;
  text-align: center;
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: none;
  text-transform: none;
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
}
.customer-account-login .main-container .account-login .page-title .private-sale {
  border-bottom: 1px solid #ffd6d6;
  color: white;
  background: url(../images/offre_privilege_3.jpg) no-repeat center;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .customer-account-login .main-container .account-login .page-title .private-sale {
    border-top: 1px solid #ffd6d6;
  }
}
.customer-account-login .main-container .account-login .page-title .private-sale .pv-title {
  font-size: 1.7rem;
  padding-top: 1rem;
}
.customer-account-login .main-container .account-login .page-title .private-sale .pv-date {
  font-size: 0.8rem;
}
.customer-account-login .main-container .account-login .page-title .private-sale .pv-instructions {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .customer-account-login .main-container .account-login .col2-set.bg-private-sales {
    background: inherit;
  }
}
.customer-account-login .main-container .account-login .col2-set .registered-users {
  width: 100%;
  border: none;
  padding: 20px;
  float: none;
}
@media screen and (max-width: 1024px) {
  .customer-account-login .main-container .account-login .col2-set .registered-users {
    padding: 0;
  }
}
.customer-account-login .main-container .account-login .col2-set .registered-users .content {
  max-width: 300px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .customer-account-login .main-container .account-login .col2-set .registered-users .content {
    padding: 0 15px;
    max-width: none;
  }
}
.customer-account-login .main-container .account-login .col2-set .registered-users .content h2 {
  text-align: center;
  color: #222;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
}
@media screen and (max-width: 700px) {
  .customer-account-login .main-container .account-login .col2-set .registered-users .content h2 {
    font-size: .65rem;
    line-height: .75rem;
  }
}
@media screen and (max-width: 1024px) {
  .customer-account-login .main-container .account-login .col2-set .registered-users .content h2 {
    margin: 20px 0 30px 0;
  }
}
.customer-account-login .main-container .account-login .col2-set .registered-users .content .form-list {
  margin-top: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .customer-account-login .main-container .account-login .col2-set .registered-users .content .form-list {
    padding: 0;
  }
}
.customer-account-login .main-container .account-login .col2-set .registered-users .content .form-list li {
  margin-bottom: 20px;
}
.customer-account-login .main-container .account-login .col2-set .registered-users .content .form-list li .input-box {
  padding-top: 0;
}
.customer-account-login .main-container .account-login .col2-set .registered-users .content .form-list li .input-box .input-text {
  width: 100%;
}
.customer-account-login .main-container .account-login .col2-set .registered-users .content .buttons-set {
  margin: auto;
  padding: 0;
  display: block;
  height: 40px;
  position: relative;
}
.customer-account-login .main-container .account-login .col2-set .registered-users .content .buttons-set .button {
  width: 100%;
}
.customer-account-login .main-container .account-login .col2-set .registered-users .link-box {
  margin: auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #F2F2F2;
}
@media screen and (max-width: 1024px) {
  .customer-account-login .main-container .account-login .col2-set .registered-users .link-box {
    height: 40px;
    line-height: 40px;
  }
}
.customer-account-login .main-container .account-login .col2-set .registered-users .link-box a {
  color: #777;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .6rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .02em;
  letter-spacing: normal;
}
@media screen and (max-width: 700px) {
  .customer-account-login .main-container .account-login .col2-set .registered-users .link-box a {
    font-size: .5rem;
    line-height: .75rem;
  }
}
.customer-account-login .main-container .account-login .col2-set .new-users {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
}
.customer-account-login .main-container .account-login .col2-set .new-users .content {
  max-width: 300px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .customer-account-login .main-container .account-login .col2-set .new-users .content {
    padding: 0 15px;
    max-width: none;
  }
}
.customer-account-login .main-container .account-login .col2-set .new-users .content h2 {
  text-align: center;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
}
@media screen and (max-width: 700px) {
  .customer-account-login .main-container .account-login .col2-set .new-users .content h2 {
    font-size: .65rem;
    line-height: .75rem;
  }
}
@media screen and (max-width: 1024px) {
  .customer-account-login .main-container .account-login .col2-set .new-users .content h2 {
    margin-top: 20px;
  }
}
.customer-account-login .main-container .account-login .col2-set .new-users .content .required {
  color: #777;
  text-align: center;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .6rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .02em;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 700px) {
  .customer-account-login .main-container .account-login .col2-set .new-users .content .required {
    font-size: .5rem;
    line-height: .75rem;
  }
}
@media screen and (max-width: 1024px) {
  .customer-account-login .main-container .account-login .col2-set .new-users .content .required {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .customer-account-login .main-container .account-login .col2-set .new-users .content .required {
    text-align: left;
  }
}
.customer-account-login .main-container .account-login .col2-set .new-users .content .input-box .input-text {
  width: 100%;
}
.customer-account-login .main-container .account-login .col2-set .new-users .content .input-box .fb {
  margin-top: -10px;
}
@media screen and (max-width: 1024px) {
  .customer-account-login .main-container .account-login .col2-set .new-users .content .input-box .fb {
    margin-top: -20px;
  }
}
.customer-account-login .main-container .account-login .col2-set .new-users .content .buttons-set {
  margin: 10px 0;
  padding: 0;
}
.customer-account-login .main-container .account-login .col2-set .new-users .content .buttons-set .button {
  width: 100%;
}
.customer-account-login .main-container .account-login .col2-set .new-users .content .or-separator {
  position: relative;
  padding: 10px 0;
}
.customer-account-login .main-container .account-login .col2-set .new-users .content .or-separator span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #F2F2F2;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .6rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .02em;
  font-size: 0.8rem;
  font-weight: 200;
}
@media screen and (max-width: 700px) {
  .customer-account-login .main-container .account-login .col2-set .new-users .content .or-separator span {
    font-size: .5rem;
    line-height: .75rem;
  }
}
@media screen and (max-width: 1024px) {
  .customer-account-login .main-container .account-login .col2-set .new-users .content .or-separator span {
    font-size: 0.7rem;
  }
}
.customer-account-login .main-container .account-login .col2-set .new-users .content .or-separator:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate3d(0%, -50%, 0%, 0);
  height: 1px;
  width: 40%;
  background-color: #F2F2F2;
}
.customer-account-login .main-container .account-login .col2-set .new-users .content .or-separator:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate3d(0%, -50%, 0%, 0);
  height: 1px;
  width: 40%;
  left: 60%;
  background-color: #F2F2F2;
}

.customer-account-logoutsuccess .main-container {
  text-align: center;
  padding: 0 15px;
}
.customer-account-logoutsuccess .main-container .page-title h1 {
  border: 0 none;
}

.customer-account-changeforgotten .main-container,
.customer-account-forgotpassword .main-container {
  height: auto;
  background-color: transparent;
}
.customer-account-changeforgotten .main-container .page-title h1,
.customer-account-forgotpassword .main-container .page-title h1 {
  border: none;
  text-align: center;
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: none;
  text-transform: none;
  color: #222;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .customer-account-changeforgotten .main-container .page-title h1,
  .customer-account-forgotpassword .main-container .page-title h1 {
    width: 90vw;
    margin: auto;
  }
}
.customer-account-changeforgotten .main-container .content,
.customer-account-forgotpassword .main-container .content {
  max-width: 300px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .customer-account-changeforgotten .main-container .content,
  .customer-account-forgotpassword .main-container .content {
    padding: 0 15px;
    max-width: none;
  }
}
.customer-account-changeforgotten .main-container .content p,
.customer-account-forgotpassword .main-container .content p {
  font-weight: 100;
  color: #777;
  text-transform: none;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .customer-account-changeforgotten .main-container .content p,
  .customer-account-forgotpassword .main-container .content p {
    margin: 20px 0 30px 0;
  }
}
.customer-account-changeforgotten .main-container .content p.required,
.customer-account-forgotpassword .main-container .content p.required {
  color: #777;
  text-align: center;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .6rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .02em;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .customer-account-changeforgotten .main-container .content p.required,
  .customer-account-forgotpassword .main-container .content p.required {
    font-size: .5rem;
    line-height: .75rem;
  }
}
.customer-account-changeforgotten .main-container .content .form-list,
.customer-account-forgotpassword .main-container .content .form-list {
  margin-top: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .customer-account-changeforgotten .main-container .content .form-list,
  .customer-account-forgotpassword .main-container .content .form-list {
    padding: 0;
  }
}
.customer-account-changeforgotten .main-container .content .form-list .input-text,
.customer-account-forgotpassword .main-container .content .form-list .input-text {
  width: 100%;
}
.customer-account-changeforgotten .main-container .content .form-list .password-confirmation .input-box,
.customer-account-forgotpassword .main-container .content .form-list .password-confirmation .input-box {
  padding-bottom: 45px;
  float: left;
  width: 100%;
}
.customer-account-changeforgotten .main-container .content .buttons-set,
.customer-account-forgotpassword .main-container .content .buttons-set {
  margin: auto;
  padding: 20px 0 0;
  text-align: center;
  max-width: none;
}
.customer-account-changeforgotten .main-container .content .buttons-set .button,
.customer-account-forgotpassword .main-container .content .buttons-set .button {
  line-height: 40px;
  padding: 0 20px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.customer-account-changeforgotten .main-container .content .buttons-set .button.back-link,
.customer-account-forgotpassword .main-container .content .buttons-set .button.back-link {
  text-transform: uppercase;
  margin-top: 0;
  display: block;
}
.customer-account-changeforgotten .main-container .content .buttons-set .button.back-link a,
.customer-account-forgotpassword .main-container .content .buttons-set .button.back-link a {
  color: #222;
}

.checkout-cart-index .cart-empty {
  text-align: center;
}
.checkout-cart-index .cart-empty .cart-empty-title {
  padding: 1rem 0 0 0;
}
.checkout-cart-index .cart-empty .cart-empty-title h1 {
  font-family: Mrs Eaves, Georgia, serif;
  text-align: center;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  margin: 0;
  text-transform: none;
  display: block;
}
.checkout-cart-index .cart-empty .cart-empty-content {
  margin: 2rem 0 0;
}
.checkout-cart-index .cart-empty .cart-empty-content a {
  height: 40px;
  background-color: #fff;
  border: 1px solid #ffd6d6;
  line-height: 38px;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #222;
  font-size: 0.6rem;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.checkout-cart-index .cart-empty .cart-empty-content a:hover {
  background: #ffd6d6;
}
.checkout-cart-index .main-container {
  background-color: transparent;
}
@media screen and (max-width: 770px) {
  .checkout-cart-index .main-container {
    margin-top: 20px;
  }
}
.checkout-cart-index .main-container .cart .messages,
.checkout-cart-index .main-container .cart .messages ul {
  padding: 0;
  width: 100%;
}
.checkout-cart-index .main-container .cart .cart-col-1 {
  max-width: 30rem;
  margin: auto;
  padding: 1rem .5rem;
  overflow: hidden;
}
.checkout-cart-index .main-container .cart .cart-col-1.cart-shipping-list {
  border-top: 2px solid #ffefef;
}
.checkout-cart-index .main-container .cart .cart-gift {
  border-top: 2px solid #ffefef;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  .checkout-cart-index .main-container .cart .cart-gift {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
}
.checkout-cart-index .main-container .cart .cart-gift p {
  margin: 0;
}
.checkout-cart-index .main-container .cart .cart-gift .cart-gift-content {
  max-width: 30rem;
  margin: auto;
  padding: 1rem .5rem;
  overflow: hidden;
}
.checkout-cart-index .main-container .cart .cart-gift .cart-gift-content .checkbox {
  float: left;
}
.checkout-cart-index .main-container .cart .cart-gift .cart-gift-content .checkbox-label {
  font-weight: 300;
  font-size: .7rem;
  color: #222;
  margin: 0;
}
.checkout-cart-index .main-container .cart .cart-gift .cart-gift-content fieldset {
  border: 0 none;
  margin: 1rem 0 0;
  padding: 0;
  clear: both;
}
.checkout-cart-index .main-container .cart .cart-gift .cart-gift-content .input-text {
  width: 48.5%;
  background: #fff;
  border: 1px solid #ffefef;
  font-size: 14px;
}
.checkout-cart-index .main-container .cart .cart-gift .cart-gift-content .input-text:focus {
  border: 1px solid #ffd6d6;
}
.checkout-cart-index .main-container .cart .cart-gift .cart-gift-content .input-text + .input-text {
  float: right;
}
.checkout-cart-index .main-container .cart .cart-gift .cart-gift-content textarea {
  width: 100%;
  background: #fff;
  font-family: Campton, Helvetica, Arial, sans-serif;
  border: 1px solid #ffefef;
  max-width: 100%;
  padding: 10px 15px;
  min-height: 6rem;
  margin: 1rem 0;
}
.checkout-cart-index .main-container .cart .cart-gift .cart-gift-content textarea:focus {
  border: 1px solid #ffd6d6;
}
.checkout-cart-index .main-container .cart .cart-shipping h2 {
  font-family: Mrs Eaves, Georgia, serif;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  text-transform: none;
  letter-spacing: 1px;
  display: block;
}
@media screen and (max-width: 550px) {
  .checkout-cart-index .main-container .cart .cart-shipping h2 {
    font-family: Campton, Helvetica, Arial, sans-serif;
    font-size: inherit;
    text-transform: uppercase;
  }
}
.checkout-cart-index .main-container .cart .cart-shipping form {
  display: block;
  margin: 1rem 0 0;
}
.checkout-cart-index .main-container .cart .cart-shipping ul {
  margin: 0;
  padding: 0;
}
.checkout-cart-index .main-container .cart .cart-shipping ul li {
  margin: 0;
  clear: both;
  width: 100%;
}
.checkout-cart-index .main-container .cart .cart-shipping select {
  width: 100%;
}
.checkout-cart-index .main-container .cart .cart-coupon {
  border-top: 2px solid #ffefef;
  border-bottom: 2px solid #ffefef;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  .checkout-cart-index .main-container .cart .cart-coupon {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
}
.checkout-cart-index .main-container .cart .cart-coupon .cart-coupon-content {
  max-width: 30rem;
  margin: auto;
  padding: 1rem .5rem;
  overflow: hidden;
}
.checkout-cart-index .main-container .cart .cart-coupon .cart-coupon-content p {
  margin: 0;
}
.checkout-cart-index .main-container .cart .cart-coupon .cart-coupon-content fieldset {
  border: 0 none;
  margin: 1rem 0 0;
  padding: 0;
  float: left;
  width: 100%;
}
.checkout-cart-index .main-container .cart .cart-coupon .cart-coupon-content .checkbox {
  float: left;
}
.checkout-cart-index .main-container .cart .cart-coupon .cart-coupon-content .checkbox-label {
  font-weight: 300;
  font-size: .7rem;
  float: left;
  color: #222;
  margin: 0;
}
.checkout-cart-index .main-container .cart .cart-coupon .cart-coupon-content .checkbox-label::before {
  content: '';
  display: block;
  text-align: center;
  margin: 0 10px 0 -12px;
  cursor: pointer;
  float: left;
}
.checkout-cart-index .main-container .cart .cart-coupon .cart-coupon-content .input-text {
  width: 68.5%;
  background: #f2f2f2;
  border: 0 none;
  float: left;
}
.checkout-cart-index .main-container .cart .cart-coupon .cart-coupon-content .input-text:focus {
  border: 1px solid #ffd6d6;
}
.checkout-cart-index .main-container .cart .cart-coupon .cart-coupon-content .button {
  float: right;
  width: 28.5%;
  background: #fff;
  border: 1px solid #ffefef;
}
.checkout-cart-index .main-container .cart .page-title {
  border: none;
  margin-bottom: 2rem;
}
.checkout-cart-index .main-container .cart .page-title h1 {
  border: none;
  float: none;
  text-align: center;
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: none;
  text-transform: none;
  color: #222;
  margin: 0;
}
@media screen and (max-width: 550px) {
  .checkout-cart-index .main-container .cart .page-title h1 {
    font-size: 1.5rem;
  }
}
.checkout-cart-index .main-container .cart .cart-item {
  overflow: hidden;
  margin: 0 0 1.5rem;
}
.checkout-cart-index .main-container .cart .cart-item .cart-item-image {
  float: left;
  width: 40%;
}
.checkout-cart-index .main-container .cart .cart-item .cart-item-image .product-image {
  border: 0 none;
}
@media screen and (max-width: 550px) {
  .checkout-cart-index .main-container .cart .cart-item .cart-item-image {
    width: 20%;
  }
}
.checkout-cart-index .main-container .cart .cart-item .cart-item-bloc1,
.checkout-cart-index .main-container .cart .cart-item .cart-item-bloc2,
.checkout-cart-index .main-container .cart .cart-item .cart-item-bloc3 {
  float: right;
  width: 55%;
}
@media screen and (max-width: 550px) {
  .checkout-cart-index .main-container .cart .cart-item .cart-item-bloc1,
  .checkout-cart-index .main-container .cart .cart-item .cart-item-bloc2,
  .checkout-cart-index .main-container .cart .cart-item .cart-item-bloc3 {
    width: 75%;
  }
}
.checkout-cart-index .main-container .cart .cart-item .cart-item-bloc2 {
  margin: .7rem 0 0 0;
  font-size: .7rem;
  font-weight: 300;
}
.checkout-cart-index .main-container .cart .cart-item .cart-item-bloc2 .cart-item-price {
  display: none;
}
.checkout-cart-index .main-container .cart .cart-item .cart-item-bloc3 {
  font-size: .7rem;
  font-weight: 300;
  color: #777;
}
.checkout-cart-index .main-container .cart .cart-item .cart-item-name {
  width: 70%;
  float: left;
  text-transform: uppercase;
  font-weight: 600;
}
.checkout-cart-index .main-container .cart .cart-item .cart-item-price {
  float: right;
  width: 30%;
  text-align: right;
  font-weight: 600;
}
.checkout-cart-index .main-container .cart .cart-item .cart-item-sku {
  float: left;
  width: 90%;
}
.checkout-cart-index .main-container .cart .cart-item .cart-item-delete {
  width: 10%;
  float: right;
}
.checkout-cart-index .main-container .cart .cart-item .cart-item-delete a {
  float: right;
  width: 11px;
  height: 1rem;
  background: url(../images/bonjourparis/icon_close.png) no-repeat center center;
  background-size: 10px 10px;
  opacity: .7;
  transition: opacity .1s linear;
  padding: 0;
}
.checkout-cart-index .main-container .cart .cart-item .cart-item-delete a:hover {
  opacity: 1;
}
.checkout-cart-index .main-container .cart .cart-item .item-msg {
  clear: both;
}
.checkout-cart-index .main-container .cart .cart-table {
  float: none;
  width: 100%;
  display: block;
  margin-bottom: 2rem;
}
.checkout-cart-index .main-container .cart .cart-table > thead, .checkout-cart-index .main-container .cart .cart-table > tfoot {
  opacity: 0;
}
.checkout-cart-index .main-container .cart .cart-table > thead tr, .checkout-cart-index .main-container .cart .cart-table > tfoot tr {
  border: none;
}
.checkout-cart-index .main-container .cart .cart-table > thead th, .checkout-cart-index .main-container .cart .cart-table > tfoot th {
  border: none;
}
.checkout-cart-index .main-container .cart .cart-table > tbody {
  border: none;
  display: block;
}
.checkout-cart-index .main-container .cart .cart-table > tbody tr {
  border: none;
  display: block;
  clear: both;
  position: relative;
  background: #fff;
}
.checkout-cart-index .main-container .cart .cart-table > tbody tr:after {
  content: "";
  display: block;
  clear: both;
}
.checkout-cart-index .main-container .cart .cart-table > tbody td {
  display: block;
  float: left;
}
.checkout-cart-index .main-container .cart .cart-table > tbody td.product-cart-price,
.checkout-cart-index .main-container .cart .cart-table > tbody td.product-cart-actions {
  display: none;
}
.checkout-cart-index .main-container .cart .cart-table > tbody td.product-cart-image {
  width: 9rem;
  padding: 0;
}
.checkout-cart-index .main-container .cart .cart-table > tbody td.product-cart-image .product-image {
  border: none;
}
.checkout-cart-index .main-container .cart .cart-table > tbody td.product-cart-info {
  padding: 1.5rem 0 0;
  width: 11rem;
  padding-left: 1rem;
}
.checkout-cart-index .main-container .cart .cart-table > tbody td.product-cart-info .product-name {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 700px) {
  .checkout-cart-index .main-container .cart .cart-table > tbody td.product-cart-info .product-name {
    font-size: .6rem;
    line-height: .75rem;
  }
}
.checkout-cart-index .main-container .cart .cart-table > tbody td.product-cart-info .product-name a {
  color: #222;
}
.checkout-cart-index .main-container .cart .cart-table > tbody td.product-cart-info .product-cart-sku {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  margin: 0;
  color: #777;
  font-style: normal;
}
@media screen and (max-width: 700px) {
  .checkout-cart-index .main-container .cart .cart-table > tbody td.product-cart-info .product-cart-sku {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
.checkout-cart-index .main-container .cart .cart-table > tbody td.product-cart-info .product-cart-sku .label {
  font-weight: inherit;
}
.checkout-cart-index .main-container .cart .cart-table > tbody td.product-cart-info .item-options {
  margin: 0;
  padding: 0;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  color: #222;
}
@media screen and (max-width: 700px) {
  .checkout-cart-index .main-container .cart .cart-table > tbody td.product-cart-info .item-options {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
.checkout-cart-index .main-container .cart .cart-table > tbody td.product-cart-info .item-options dt {
  font-style: normal;
  font-weight: inherit;
}
.checkout-cart-index .main-container .cart .cart-table > tbody td.product-cart-info .item-options dd {
  margin: 0;
  padding: 0;
}
.checkout-cart-index .main-container .cart .cart-table > tbody td.product-cart-total {
  padding: 1.5rem 1rem 0 0;
  width: 4rem;
  float: right;
  text-align: right;
}
.checkout-cart-index .main-container .cart .cart-table > tbody td.product-cart-total .cart-price .price {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 500;
  color: #222;
}
@media screen and (max-width: 700px) {
  .checkout-cart-index .main-container .cart .cart-table > tbody td.product-cart-total .cart-price .price {
    font-size: .6rem;
    line-height: .75rem;
  }
}
.checkout-cart-index .main-container .cart .cart-table > tbody td.product-cart-remove {
  width: 1rem;
  height: 1rem;
  background: url(../images/bonjourparis/icon_close.png) no-repeat center center;
  background-size: 13.5px 14px;
  position: absolute;
  right: 1rem;
  bottom: 1.5rem;
  margin-top: -.5rem;
  opacity: .5;
  transition: opacity .1s linear;
  padding: 0;
}
.checkout-cart-index .main-container .cart .cart-table > tbody td.product-cart-remove:hover {
  opacity: .8;
}
.checkout-cart-index .main-container .cart .cart-table > tbody td.product-cart-remove a {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.checkout-cart-index .main-container .cart .cart-totals {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}
.checkout-cart-index .main-container .cart .cart-totals h2 {
  font-family: Mrs Eaves, Georgia, serif;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  margin: 1rem 0 1.5rem;
  text-transform: none;
  letter-spacing: 1px;
  display: block;
}
@media screen and (max-width: 550px) {
  .checkout-cart-index .main-container .cart .cart-totals h2 {
    font-family: Campton, Helvetica, Arial, sans-serif;
    font-size: inherit;
    text-transform: uppercase;
  }
}
.checkout-cart-index .main-container .cart .cart-totals .tax-totals-grand-total-excl-tax strong {
  font-weight: 300;
  color: #636363;
}
.checkout-cart-index .main-container .cart .cart-totals .tax-totals-grand-total-incl-tax strong {
  font-weight: 600;
}
.checkout-cart-index .main-container .cart .cart-buttons {
  margin: 1.5rem 0;
  overflow: hidden;
}
.checkout-cart-index .main-container .cart .cart-buttons .btn-continue {
  height: 40px;
  background-color: #fff;
  border: 1px solid #ffd6d6;
  line-height: 38px;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #222;
  font-size: 0.7rem;
  float: left;
  width: 48.5%;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
}
.checkout-cart-index .main-container .cart .cart-buttons .btn-continue:hover {
  text-decoration: none;
  background: #ffd6d6;
}
@media screen and (max-width: 550px) {
  .checkout-cart-index .main-container .cart .cart-buttons .btn-continue {
    display: none;
  }
}
.checkout-cart-index .main-container .cart .cart-buttons .button {
  width: 48.5%;
  float: right;
}
@media screen and (max-width: 550px) {
  .checkout-cart-index .main-container .cart .cart-buttons .button {
    width: 100%;
  }
}
.checkout-cart-index .main-container .cart .cart-buttons .loader {
  display: none;
  float: left;
  margin: 0 0 0 45%;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .main-container .cart .cart-buttons .loader {
    margin: 0 0 0 43%;
  }
}
.checkout-cart-index .main-container .cart .cart-forms,
.checkout-cart-index .main-container .cart .cart-totals-wrapper {
  float: none;
  clear: both;
  width: 100%;
  padding: 0;
}
.checkout-cart-index .main-container .cart .cart-forms .shipping h2 {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: Mrs Eaves, Georgia, serif;
  text-transform: none;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 700px) {
  .checkout-cart-index .main-container .cart .cart-forms .shipping h2 {
    font-size: .65rem;
    line-height: .75rem;
  }
}
.checkout-cart-index .main-container .cart .cart-forms .shipping .form-list {
  padding: 0;
  margin: 0 0 1rem;
}
.checkout-cart-index .main-container .cart .cart-forms .shipping .form-list li {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 1rem;
}
.checkout-cart-index .main-container .cart .cart-forms .shipping .form-list li label {
  text-transform: none;
}
.checkout-cart-index .main-container .cart .cart-forms .shipping .form-list li select {
  width: 100%;
  border: none;
}
.checkout-cart-index .main-container .cart .cart-forms .shipping .form-list li input {
  width: 100%;
}
.checkout-cart-index .main-container .cart .cart-forms .shipping .buttons-set .button {
  background: #ffd6d6;
  color: #222;
}
.checkout-cart-index .main-container .cart .cart-totals table {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  text-transform: none;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .checkout-cart-index .main-container .cart .cart-totals table {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
.checkout-cart-index .main-container .cart .cart-totals table td {
  padding: 0;
  height: 1rem;
}
.checkout-cart-index .main-container .cart .cart-totals table td:first-child {
  min-width: 0;
  width: 50%;
  text-align: left;
}
.checkout-cart-index .main-container .cart .cart-totals table tfoot {
  border: none;
}
.checkout-cart-index .main-container .cart .cart-totals table tfoot td {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  text-transform: none;
  padding-left: 0;
}
@media screen and (max-width: 700px) {
  .checkout-cart-index .main-container .cart .cart-totals table tfoot td {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
.checkout-cart-index .main-container .cart .cart-gift-with-purchase {
  margin: auto;
  max-width: 30rem;
}
.checkout-cart-index .main-container .cart .cart-gift-with-purchase p {
  position: relative;
}
.checkout-cart-index .main-container .cart .cart-gift-with-purchase li {
  display: inline-block;
  text-align: center;
}
.checkout-cart-index .main-container .cart .cart-gift-with-purchase li .product-infos {
  position: relative;
}
.checkout-cart-index .main-container .cart .cart-gift-with-purchase li .product-infos .product-title {
  text-transform: uppercase;
}
.checkout-cart-index .main-container .cart .cart-gift-with-purchase li .product-photos {
  margin: -120px 0 0 0;
}
.checkout-cart-index .main-container .cart .cart-gift-with-purchase li a {
  color: #222;
  background-color: #ffd6d6;
  height: 2rem;
  font-size: .65rem;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: .5rem 15px;
  display: block;
}
.checkout-cart-index .main-container .cart .cart-gift-with-purchase li a:hover {
  text-decoration: initial;
  background-color: #ffcccc;
}
.checkout-cart-index .main-container .cart-collaterals {
  width: 100%;
  background: #f2f2f2;
  overflow: hidden;
  padding: 2rem 1rem;
}
.checkout-cart-index .main-container .cart-collaterals .crosssell {
  float: none;
  clear: both;
  max-width: 1200px;
  width: auto;
  padding-left: 0;
  margin: 0 auto;
}
.checkout-cart-index .main-container .cart-collaterals .crosssell h2 {
  font-family: Mrs Eaves, Georgia, serif;
  text-align: center;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 1.5rem;
  text-transform: none;
  display: block;
}
.checkout-cart-index .main-container .cart-collaterals .crosssell ul {
  padding: 0;
  margin: 0 -10px;
  text-align: center;
  font-size: 0;
  white-space: nowrap;
  width: 100%;
  overflow: auto;
}
@media screen and (max-width: 1024px) {
  .checkout-cart-index .main-container .cart-collaterals .crosssell ul {
    margin: 0;
  }
}
.checkout-cart-index .main-container .cart-collaterals .crosssell ul li {
  display: inline-block;
  width: 19rem;
  margin: 0 .5rem;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .checkout-cart-index .main-container .cart-collaterals .crosssell ul li {
    width: 15rem;
  }
}
.checkout-cart-index .main-container .cart-collaterals .crosssell ul li:nth-child(n+4) {
  display: none;
}
.checkout-cart-index .main-container .cart-collaterals .crosssell ul li a {
  border: 0 none;
  text-align: center;
  color: #222;
}
.checkout-cart-index .main-container .cart-collaterals .crosssell ul li a img {
  margin: 0 auto;
}
.checkout-cart-index .main-container .cart-collaterals .crosssell ul li .product-shop p {
  margin: 0;
}
.checkout-cart-index .main-container .cart-collaterals .crosssell ul li .product-shop .product-name {
  color: #222;
  margin: 1rem 0 0;
  text-transform: none;
  font-size: .8rem;
  line-height: 1rem;
  letter-spacing: .02em;
  margin-bottom: 2rem;
}

.select-wrapper select {
  background: url(../images/bonjourparis/icon_arrow_down.svg);
  background-color: #F2F2F2;
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 11px 6px;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  color: #222;
  cursor: pointer;
  margin: 0;
  width: 100%;
  text-align: left;
  padding: 10px 40px 10px 20px;
  border-radius: 0;
}
.select-wrapper select.validation-passed, .select-wrapper select.validation-select {
  background-color: transparent;
  border: 1px solid #ffd6d6;
  outline: none;
}
.select-wrapper #estimate_method_box.error {
  border: 1px solid red;
}

.checkout-cart-index .select-wrapper .validation-advice {
  display: none;
}

select {
  appearance: none;
}
select::-ms-expand {
  display: none;
  /* hiding IE11 arrow */
}

.customer-account-create .page {
  position: relative;
}
.customer-account-create .main-container {
  position: static;
  max-width: 1260px;
  margin: 0 auto;
  padding: 15px;
  background-color: transparent;
}
.customer-account-create .main-container .account-create .page-title h1 {
  border: none;
  text-align: center;
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: none;
  text-transform: none;
  color: #222;
}
.customer-account-create .main-container .account-create .fieldset {
  width: 100%;
  max-width: 580px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .customer-account-create .main-container .account-create .fieldset {
    max-width: 460px;
  }
}
@media screen and (max-width: 768px) {
  .customer-account-create .main-container .account-create .fieldset {
    max-width: none;
  }
}
.customer-account-create .main-container .account-create .fieldset .form-list {
  padding: 0;
}
.customer-account-create .main-container .account-create .fieldset .form-list .control strong {
  font-style: italic;
  font-weight: normal;
  color: #777;
}
.customer-account-create .main-container .account-create .fieldset .form-list .fields {
  overflow: hidden;
}
.customer-account-create .main-container .account-create .fieldset .form-list .fields.gender {
  min-height: inherit;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
}
.customer-account-create .main-container .account-create .fieldset .form-list .fields.gender .field {
  width: auto;
}
.customer-account-create .main-container .account-create .fieldset .form-list .fields.gender .field .input-box {
  display: inline-block;
  max-width: 90px;
  width: 100%;
  position: static;
}
.customer-account-create .main-container .account-create .fieldset .form-list .fields.gender .field .input-box .validation-advice {
  position: absolute;
  left: 0;
  width: 580px;
  display: none;
}
.customer-account-create .main-container .account-create .fieldset .form-list .fields.gender .field .input-box:first-child .validation-advice {
  display: block;
}
@media screen and (max-width: 768px) {
  .customer-account-create .main-container .account-create .fieldset .form-list .fields.gender .field .input-box .radio-label {
    line-height: inherit;
  }
}
.customer-account-create .main-container .account-create .fieldset .form-list .fields.names {
  margin-bottom: 0;
}
.customer-account-create .main-container .account-create .fieldset .form-list .fields.newsletter {
  padding-top: 10px;
  min-height: 0;
  overflow: visible;
}
.customer-account-create .main-container .account-create .fieldset .form-list .fields.newsletter .field {
  width: auto;
  overflow: visible;
}
.customer-account-create .main-container .account-create .fieldset .form-list .fields.newsletter .field .input-box {
  width: 100%;
}
.customer-account-create .main-container .account-create .fieldset .form-list .fields .field {
  width: 280px;
}
@media screen and (max-width: 1024px) {
  .customer-account-create .main-container .account-create .fieldset .form-list .fields .field {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .customer-account-create .main-container .account-create .fieldset .form-list .fields .field {
    width: 100%;
    overflow: hidden;
  }
}
.customer-account-create .main-container .account-create .fieldset .form-list .fields .field.dancer {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .customer-account-create .main-container .account-create .fieldset .form-list .fields .field.dancer {
    width: 100%;
    float: none;
  }
}
.customer-account-create .main-container .account-create .fieldset .form-list .fields .field.name-firstname, .customer-account-create .main-container .account-create .fieldset .form-list .fields .field.left {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.customer-account-create .main-container .account-create .fieldset .form-list .fields .field.left .input-box, .customer-account-create .main-container .account-create .fieldset .form-list .fields .field.right .input-box {
  width: inherit;
}
.customer-account-create .main-container .account-create .fieldset .form-list .fields .field.name-lastname, .customer-account-create .main-container .account-create .fieldset .form-list .fields .field.right {
  float: left;
}
.customer-account-create .main-container .account-create .fieldset .form-list .fields .field.name-firstname .input-text, .customer-account-create .main-container .account-create .fieldset .form-list .fields .field.name-lastname .input-text, .customer-account-create .main-container .account-create .fieldset .form-list .fields .field.email .input-text, .customer-account-create .main-container .account-create .fieldset .form-list .fields .field.birth .input-text {
  border: 1px solid #ffd6d6;
  background-color: transparent;
}
.customer-account-create .main-container .account-create .fieldset .form-list .fields .input-box {
  position: relative;
  padding: 0;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .customer-account-create .main-container .account-create .fieldset .form-list .fields .input-box {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .customer-account-create .main-container .account-create .fieldset .form-list .fields .input-box {
    width: 100%;
    float: left;
    margin-bottom: 0 !important;
  }
}
.customer-account-create .main-container .account-create .fieldset .form-list .fields .input-box.dancer {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .customer-account-create .main-container .account-create .fieldset .form-list .fields .input-box.dancer {
    width: 100%;
  }
}
.customer-account-create .main-container .account-create .fieldset .form-list .fields .input-box .input-text,
.customer-account-create .main-container .account-create .fieldset .form-list .fields .input-box .validate-select {
  position: relative;
  width: 100%;
}
.customer-account-create .main-container .account-create .fieldset .form-list .fields .input-box .validation-information-telephone {
  display: none;
}
.customer-account-create .main-container .account-create .fieldset .select-wrapper select {
  background-image: url(../images/bonjourparis/icon_arrow_down.svg);
  background-color: #F2F2F2;
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 11px 6px;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  color: #222;
  cursor: pointer;
  margin: 4px 0 0 0;
  width: 100%;
  text-align: left;
  padding: 10px 40px 10px 20px;
  border-radius: 0;
}
.customer-account-create .main-container .account-create .fieldset .select-wrapper select.validation-passed, .customer-account-create .main-container .account-create .fieldset .select-wrapper select.validation-select {
  background-color: transparent;
  border: 1px solid #ffd6d6;
  outline: none;
}
.customer-account-create .main-container .account-create .fieldset .select-wrapper select::-ms-expand {
  display: none;
}
.customer-account-create .main-container .account-create .buttons-set {
  margin: auto;
  max-width: none;
  padding: 0;
  border: 0 none;
  text-align: center;
}
.customer-account-create .main-container .account-create .buttons-set .button {
  width: 195px;
  line-height: 40px;
  padding: 0 20px;
  float: left;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .customer-account-create .main-container .account-create .buttons-set .button {
    width: 100%;
    float: none;
  }
}
.customer-account-create .main-container .account-create .required {
  float: none;
  color: #777;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .6rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .02em;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .customer-account-create .main-container .account-create .required {
    font-size: .5rem;
    line-height: .75rem;
  }
}
.customer-account-create .main-container .account-create .privacy {
  float: none;
  clear: both;
  color: #222;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .6rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .02em;
  margin: 0 0 20px 0;
  padding: 0;
}
@media screen and (max-width: 700px) {
  .customer-account-create .main-container .account-create .privacy {
    font-size: .5rem;
    line-height: .75rem;
  }
}

.customer-account .button-nav-mobile {
  position: absolute;
  left: 100vw;
  top: -70px;
  margin: auto auto auto 10px;
  width: 25px;
  height: 25px;
  display: none;
  z-index: 100;
  background-image: url(../images/bonjourparis/icon_arrow_left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
}
.customer-account .button-nav-mobile img {
  display: none;
}
@media screen and (max-width: 768px) {
  .customer-account .button-nav-mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .customer-account .main-container {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1024px) {
  .customer-account .col-main {
    width: 66.66%;
  }
}
@media screen and (max-width: 768px) {
  .customer-account .col-main {
    width: 100%;
  }
}
.customer-account .col-left {
  max-width: 280px;
}
@media screen and (max-width: 1024px) {
  .customer-account .col-left {
    width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .customer-account .col-left.col-left-first {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 120px;
    left: -100vw;
    background-color: #fff;
    z-index: 100;
    margin-top: 0;
    transition: all 0.5s ease;
    max-width: inherit;
  }
}
.customer-account .col-left.col-left-first.open-nav {
  left: 0;
}
@media screen and (max-width: 768px) {
  .customer-account .col-left.col-left-first .block-account,
  .customer-account .col-left.col-left-first .block {
    border: none;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .customer-account .col-left.col-left-first .block-account .block-content,
  .customer-account .col-left.col-left-first .block .block-content {
    border: none;
    padding: 0;
  }
}
.customer-account .col-left .nav {
  padding: 0;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 0.7rem;
  border-bottom: 1px solid #fdf3f3;
}
@media screen and (max-width: 700px) {
  .customer-account .col-left .nav {
    font-size: .65rem;
    line-height: .75rem;
  }
}
.customer-account .col-left .nav li {
  height: 60px;
  margin: 0;
  border-top: 1px solid #fdf3f3;
  transition: all 0.3s ease;
}
.customer-account .col-left .nav li:hover {
  background-color: #fdf3f3;
}
.customer-account .col-left .nav li.current {
  background-color: #fdf3f3;
}
.customer-account .col-left .nav li a {
  height: 60px;
  line-height: 60px;
  color: #222;
  display: block;
  padding-left: 20px;
  background-image: url(../images/bonjourparis/icon_arrow_right.svg);
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: 8px;
}
@media screen and (max-width: 768px) {
  .customer-account .col-left .nav li a {
    background-position: center right 35px;
  }
}
.customer-account .col-left .nav li a:hover {
  color: #222;
}
.customer-account .col-left .nav li:last-child a {
  background-image: none;
}

.customer-account .page {
  position: relative;
}
.customer-account .main-container {
  position: static;
  max-width: 1260px;
  margin: 0 auto;
  padding: 120px 15px 15px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .customer-account .main-container {
    padding: 0 15px 15px;
  }
}
.customer-account .main-container .legend {
  border: none;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-transform: none;
  font-weight: 100;
  position: relative;
  top: -10px;
  color: #222;
}
@media screen and (max-width: 700px) {
  .customer-account .main-container .legend {
    font-size: .65rem;
    line-height: .75rem;
  }
}
@media screen and (max-width: 768px) {
  .customer-account .main-container .legend {
    text-align: center;
    margin-bottom: 0;
  }
}
.customer-account .main-container .col-main .my-account {
  margin-left: 120px;
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .my-account {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .customer-account .main-container .col-main .my-account {
    margin: 0;
  }
}
.customer-account .main-container .col-main .my-account .messages {
  width: 100%;
}
.customer-account .main-container .col-main .my-account .title-wrapper {
  display: table;
  width: 100%;
  position: absolute;
  left: 0;
  max-width: 1260px;
  margin: auto;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .customer-account .main-container .col-main .my-account .title-wrapper {
    position: relative;
  }
}
.customer-account .main-container .col-main .my-account .page-title {
  display: table-cell;
  vertical-align: middle;
  height: 130px;
  text-align: center;
}
.customer-account .main-container .col-main .my-account .page-title h1 {
  text-align: center;
  border: none;
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: none;
  text-transform: none;
  color: #222;
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .my-account .page-title h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .customer-account .main-container .col-main .my-account .page-title h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.customer-account .main-container .col-main .my-account .page-title h1.legend {
  padding: 0;
  font-weight: 600;
  margin: 0;
  font-family: inherit;
  font-size: 1rem;
  text-transform: none;
  top: 0;
}
.customer-account .main-container .col-main .my-account .page-title h2 {
  margin-bottom: 0;
  border: 0 none;
}
.customer-account .main-container .col-main .my-account .form-list {
  padding: 0;
  overflow: hidden;
}
.customer-account .main-container .col-main .my-account .form-list .control strong {
  font-style: italic;
  font-weight: normal;
  color: #777;
}
.customer-account .main-container .col-main .my-account .form-list .fields {
  margin-bottom: 0;
  min-height: 40px;
  width: 100%;
  max-width: 580px;
  float: left;
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .my-account .form-list .fields {
    max-width: 460px;
  }
}
@media screen and (max-width: 768px) {
  .customer-account .main-container .col-main .my-account .form-list .fields {
    max-width: none;
  }
}
.customer-account .main-container .col-main .my-account .form-list .fields.gender {
  min-height: inherit;
  position: relative;
}
.customer-account .main-container .col-main .my-account .form-list .fields.gender .field {
  width: auto;
}
.customer-account .main-container .col-main .my-account .form-list .fields.gender .field .input-box {
  display: inline-block;
  max-width: 90px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .customer-account .main-container .col-main .my-account .form-list .fields.gender .field .input-box .radio-label {
    line-height: inherit;
  }
}
.customer-account .main-container .col-main .my-account .form-list .fields .input-box {
  position: relative;
  padding: 0;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .my-account .form-list .fields .input-box {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .customer-account .main-container .col-main .my-account .form-list .fields .input-box {
    width: 100%;
    float: left;
    margin-bottom: 0 !important;
  }
}
.customer-account .main-container .col-main .my-account .form-list .fields .input-box .input-text,
.customer-account .main-container .col-main .my-account .form-list .fields .input-box .validate-select {
  position: relative;
  width: 100%;
}
.customer-account .main-container .col-main .my-account .form-list .fields .input-box .validation-information-telephone {
  display: none;
}
.customer-account .main-container .col-main .my-account .form-list .fields .field {
  width: 280px;
  margin-bottom: 20px;
}
.customer-account .main-container .col-main .my-account .form-list .fields .field.name-firstname, .customer-account .main-container .col-main .my-account .form-list .fields .field.left {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.customer-account .main-container .col-main .my-account .form-list .fields .field.left .input-box, .customer-account .main-container .col-main .my-account .form-list .fields .field.right .input-box {
  width: inherit;
}
.customer-account .main-container .col-main .my-account .form-list .fields .field.name-lastname, .customer-account .main-container .col-main .my-account .form-list .fields .field.right {
  float: left;
}
.customer-account .main-container .col-main .my-account .form-list .fields .field.name-firstname .input-text, .customer-account .main-container .col-main .my-account .form-list .fields .field.name-lastname .input-text, .customer-account .main-container .col-main .my-account .form-list .fields .field.email .input-text, .customer-account .main-container .col-main .my-account .form-list .fields .field.birth .input-text {
  border: 1px solid #ffd6d6;
  background-color: transparent;
}
.customer-account .main-container .col-main .my-account .form-list .fields .field.password-confirmation {
  margin: 0;
}
.customer-account .main-container .col-main .my-account .form-list .fields .field.password-confirmation .input-box {
  width: 580px;
  padding-bottom: 40px;
}
.customer-account .main-container .col-main .my-account .form-list .fields .field.password-confirmation .input-box .input-text {
  width: 280px;
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .my-account .form-list .fields .field.password-confirmation .input-box .input-text {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .customer-account .main-container .col-main .my-account .form-list .fields .field.password-confirmation .input-box .input-text {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .my-account .form-list .fields .field.password-confirmation .input-box {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .customer-account .main-container .col-main .my-account .form-list .fields .field.password-confirmation .input-box {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .my-account .form-list .fields .field {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .customer-account .main-container .col-main .my-account .form-list .fields .field {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
  }
}
.customer-account .main-container .col-main .my-account .buttons-set {
  border: none;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .my-account .buttons-set {
    margin: 0;
    width: 100%;
  }
}
.customer-account .main-container .col-main .my-account .buttons-set button.button {
  margin-right: 0;
}
.customer-account .main-container .col-main .my-account .buttons-set .button {
  width: 280px;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .my-account .buttons-set .button {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .customer-account .main-container .col-main .my-account .buttons-set .button {
    width: 100%;
  }
}
.customer-account .main-container .col-main .my-account .delete-button {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 0.7rem;
  background-color: transparent;
  background-image: url(../images/bonjourparis/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: left center;
  text-transform: none;
  padding-left: 15px;
  color: #222;
  opacity: 0.5;
  margin: 20px 0;
  -webkit-appearance: none;
  border: 0 none;
  float: left;
  clear: left;
}
@media screen and (max-width: 700px) {
  .customer-account .main-container .col-main .my-account .delete-button {
    font-size: .65rem;
    line-height: .75rem;
  }
}
.customer-account .main-container .col-main .my-account .fieldset {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .my-account .fieldset {
    margin-top: 0;
    overflow: hidden;
  }
}
.customer-account .main-container .col-main .my-account .required {
  float: none;
  color: #777;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .6rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .02em;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .customer-account .main-container .col-main .my-account .required {
    font-size: .5rem;
    line-height: .75rem;
  }
}
.customer-account .main-container .col-main .my-account .history .item {
  border-bottom: 1px solid #fdf3f3;
  padding: 20px 0;
}
.customer-account .main-container .col-main .my-account .history .item h3 {
  margin: 0;
  font-weight: 600;
}
.customer-account .main-container .col-main .my-account .history .item h3 span {
  font-weight: 300;
  font-size: 0.7rem;
}
.customer-account .main-container .col-main .my-account .history .item h3 span .status {
  float: right;
  margin-right: 35px;
}
.customer-account .main-container .col-main .my-account .history .item .header {
  background-image: url("../images/bonjourparis/icon_arrow_down.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right;
  cursor: pointer;
}
.customer-account .main-container .col-main .my-account .history .item .header .link {
  text-transform: none;
  color: #222;
  opacity: 0.5;
}
.customer-account .main-container .col-main .my-account .history .item .header span {
  color: #636363;
}
.customer-account .main-container .col-main .my-account .history .item.opened .header {
  background-image: url("../images/bonjourparis/icon_arrow_up.svg");
}
.customer-account .main-container .col-main .my-account .history .item .content .data-table td {
  padding: 5px 0;
  font-family: inherit;
  border-bottom: 0 none;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .my-account .history .item .content .data-table td {
    width: 45%;
  }
}
.customer-account .main-container .col-main .my-account .history .item .content .data-table td.last {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .my-account .history .item .content .data-table td.last {
    width: 55%;
    padding-left: 10px;
  }
}
.customer-account .main-container .col-main .my-account .history .item .content .data-table td img {
  padding-right: 20px;
  width: 100%;
  max-width: 200px;
}
.customer-account .main-container .col-main .my-account .history .item .content .data-table td .product-name {
  font-weight: 600;
  margin: 15px 0;
  font-size: 0.7rem;
  color: #222;
}
.customer-account .main-container .col-main .my-account .history .item .content .data-table td .sku,
.customer-account .main-container .col-main .my-account .history .item .content .data-table td .size,
.customer-account .main-container .col-main .my-account .history .item .content .data-table td .nobr {
  display: block;
}
.customer-account .main-container .col-main .my-account .history .item .content .data-table td .link {
  padding-left: 15px;
  background-image: url("../images/bonjourparis/icon_arrow_right.svg");
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: left center;
  text-transform: none;
  color: #222;
  opacity: 0.5;
}
.customer-account .main-container .col-main .my-account .history .item .content .image {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .my-account .history .item .content .image {
    width: 45%;
  }
}
.customer-account .main-container .col-main .my-account .history .item .content .image img {
  padding-right: 20px;
  width: 100%;
  max-width: 200px;
}
.customer-account .main-container .col-main .my-account .history .item .content .info {
  margin-top: 15px;
  width: 75%;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .my-account .history .item .content .info {
    width: 55%;
  }
}
.customer-account .main-container .col-main .my-account .history .item .content .info span {
  display: block;
}
.customer-account .main-container .col-main .my-account .history .item .content .info .link {
  padding-left: 15px;
  background-image: url("../images/bonjourparis/icon_arrow_right.svg");
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: left center;
  text-transform: none;
  color: #222;
  opacity: 0.5;
  display: inline-block;
  margin: 10px 0;
}
.customer-account .main-container .col-main .my-account .history .item .content .buttons-set {
  margin: 0 -10px;
  width: auto;
  line-height: 0;
  padding: 0;
}
.customer-account .main-container .col-main .my-account .history .item .content .buttons-set button.button, .customer-account .main-container .col-main .my-account .history .item .content .buttons-set button:hover {
  background-color: transparent !important;
  border: 0 none;
  height: auto;
  padding: 20px 10px;
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .my-account .history .item .content .buttons-set button.button, .customer-account .main-container .col-main .my-account .history .item .content .buttons-set button:hover {
    max-width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .customer-account .main-container .col-main .my-account .history .item .content .buttons-set button.button, .customer-account .main-container .col-main .my-account .history .item .content .buttons-set button:hover {
    max-width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .customer-account .main-container .col-main .my-account .history .item .content .buttons-set button.button, .customer-account .main-container .col-main .my-account .history .item .content .buttons-set button:hover {
    max-width: 100%;
    margin: 10px 0;
    padding: 0 10px;
  }
}
.customer-account .main-container .col-main .my-account .history .item .content .buttons-set .button {
  width: 100%;
  max-width: 280px;
  margin: 0;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .my-account .history .item .content .buttons-set .button {
    max-width: 100%;
  }
}
.customer-account .main-container .col-main .my-account .history .item .content .buttons-set .invoices {
  display: inline-block;
  padding: 20px 10px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .my-account .history .item .content .buttons-set .invoices {
    max-width: 55%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .customer-account .main-container .col-main .my-account .history .item .content .buttons-set .invoices {
    max-width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .customer-account .main-container .col-main .my-account .history .item .content .buttons-set .invoices {
    max-width: 100%;
    margin: 10px 0;
    padding: 0 10px;
  }
}
.customer-account .main-container .col-main .my-account .history .item .content .buttons-set .invoices .link {
  display: inline-block;
  vertical-align: middle;
  color: #777;
}
.customer-account .main-container .col-main .my-account .history .item .content .buttons-set .invoices .link:hover {
  text-decoration: none;
}
.customer-account .main-container .col-main .my-account .history .more {
  background-color: #222;
  color: #fff;
  margin: 40px 0 25px;
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .my-account .history .more {
    max-width: 220px;
  }
}
.customer-account .main-container .col-main .my-account .rma-return {
  width: 100%;
  max-width: 580px;
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .my-account .rma-return {
    max-width: 460px;
  }
}
@media screen and (max-width: 768px) {
  .customer-account .main-container .col-main .my-account .rma-return {
    max-width: none;
  }
}
.customer-account .main-container .col-main .my-account .rma-return #rma_create_product {
  margin-bottom: 20px;
}
.customer-account .main-container .col-main .my-account .rma-return #rma_create_product .product-image {
  border: 0 none;
  width: 100%;
  max-width: 45%;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .customer-account .main-container .col-main .my-account .rma-return #rma_create_product .product-image {
    max-width: 33.33%;
  }
}
.customer-account .main-container .col-main .my-account .rma-return #rma_create_product .product-image img {
  width: 100%;
  max-width: 180px;
}
.customer-account .main-container .col-main .my-account .rma-return #rma_create_product .product-info {
  width: 100%;
  max-width: 55%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .customer-account .main-container .col-main .my-account .rma-return #rma_create_product .product-info {
    max-width: 66.66%;
  }
}
.customer-account .main-container .col-main .my-account .rma-return #rma_create_product .product-info .title {
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: 600;
}
.customer-account .main-container .col-main .my-account .rma-return #rma_create_product .product-info .sku {
  color: #808080;
}
.customer-account .main-container .col-main .my-account .rma-return #rma_create_product .product-info label,
.customer-account .main-container .col-main .my-account .rma-return #rma_create_product .product-info span,
.customer-account .main-container .col-main .my-account .rma-return #rma_create_product .product-info .info {
  font-weight: 300;
}
.customer-account .main-container .col-main .my-account .rma-return #rma_create_product .product-info .field .input-box {
  display: inline-block;
  padding-left: 5px;
}
.customer-account .main-container .col-main .my-account .rma-return #rma_view {
  padding-top: 15px;
  border-top: 1px solid #fdf3f3;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
.customer-account .main-container .col-main .my-account .rma-return #rma_view .info-wrapper .number {
  float: left;
  margin: 0 5px 0 0;
}
.customer-account .main-container .col-main .my-account .rma-return #rma_view .info-wrapper .info {
  display: block;
}
.customer-account .main-container .col-main .my-account .rma-return #rma_view .print-return {
  margin: 10px 0 20px;
}
.customer-account .main-container .col-main .my-account .rma-return #rma_view .print-return .button {
  line-height: 25px;
}
.customer-account .main-container .col-main .my-account .rma-return #rma_view .print-return .button span {
  line-height: inherit;
}
.customer-account .main-container .col-main .my-account .rma-return #rma_view .return-number {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
}
.customer-account .main-container .col-main .my-account .rma-return .fieldset {
  margin: 0;
}
.customer-account .main-container .col-main .my-account .rma-return .fieldset .field {
  width: 100%;
}
.customer-account .main-container .col-main .my-account .rma-return .fieldset .field.condition-field, .customer-account .main-container .col-main .my-account .rma-return .fieldset .field.reason-field {
  max-width: 280px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .my-account .rma-return .fieldset .field.condition-field, .customer-account .main-container .col-main .my-account .rma-return .fieldset .field.reason-field {
    max-width: inherit;
  }
}
.customer-account .main-container .col-main .my-account .rma-return .fieldset .field.reason-field {
  margin-right: 0;
}
.customer-account .main-container .col-main .my-account .rma-return .fieldset .input-box {
  margin-bottom: 0 !important;
  width: 100%;
}
.customer-account .main-container .col-main .my-account .rma-return .fieldset .input-box .select-wrapper select {
  background-image: url(../images/bonjourparis/icon_arrow_down.svg);
  background-color: #F2F2F2;
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 11px 6px;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  color: #222;
  cursor: pointer;
  margin: 4px 0 0 0;
  width: 100%;
  text-align: left;
  padding: 10px 40px 10px 20px;
  border-radius: 0;
}
.customer-account .main-container .col-main .my-account .rma-return .fieldset .input-box .select-wrapper select.validation-passed, .customer-account .main-container .col-main .my-account .rma-return .fieldset .input-box .select-wrapper select.validation-select {
  background-color: transparent;
  border: 1px solid #ffd6d6;
  outline: none;
}
.customer-account .main-container .col-main .my-account .rma-return .fieldset .input-box textarea {
  min-height: 6rem;
  max-height: 18rem;
  width: 100%;
  max-width: inherit;
  padding: 15px 20px;
}
.customer-account .main-container .col-main .my-account .rma-return .required {
  margin: 5px 0 10px;
}
.customer-account .main-container .col-main .my-account .rma-return .buttons-set {
  margin: 0 -10px;
  width: auto;
  line-height: 0;
  padding: 0;
}
.customer-account .main-container .col-main .my-account .rma-return .buttons-set button.button, .customer-account .main-container .col-main .my-account .rma-return .buttons-set button:hover {
  background-color: transparent !important;
  border: 0 none;
  height: auto;
  max-width: 300px;
  padding: 20px 10px;
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .my-account .rma-return .buttons-set button.button, .customer-account .main-container .col-main .my-account .rma-return .buttons-set button:hover {
    max-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .customer-account .main-container .col-main .my-account .rma-return .buttons-set button.button, .customer-account .main-container .col-main .my-account .rma-return .buttons-set button:hover {
    max-width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .customer-account .main-container .col-main .my-account .rma-return .buttons-set button.button, .customer-account .main-container .col-main .my-account .rma-return .buttons-set button:hover {
    max-width: 100%;
    margin: 10px 0;
    padding: 0 10px;
  }
}
.customer-account .main-container .col-main .my-account .rma-return .buttons-set .button {
  width: 100%;
  margin: 0;
  float: left;
}
.customer-account .main-container .col-main .my-account .rma-return .buttons-set .cancel {
  float: left;
  padding: 20px 10px;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .my-account .rma-return .buttons-set .cancel {
    max-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .customer-account .main-container .col-main .my-account .rma-return .buttons-set .cancel {
    max-width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .customer-account .main-container .col-main .my-account .rma-return .buttons-set .cancel {
    max-width: 100%;
    margin: 10px 0;
    padding: 0 10px;
  }
}
.customer-account .main-container .col-main .buttons-set {
  margin: auto;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .customer-account .main-container .col-main .buttons-set {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .customer-account .main-container .col-main .buttons-set {
    width: 90vw;
  }
}
.customer-account .main-container .col-main .buttons-set .button {
  width: 195px;
  line-height: 40px;
  padding: 0 20px;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .customer-account .main-container .col-main .buttons-set .button {
    width: 100%;
    margin-bottom: 10px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .customer-account .main-container .col-main .buttons-set .button.back-link {
    display: block;
  }
}
.customer-account .main-container .col-main .buttons-set .button.back-link a {
  color: #222;
}

.customer-address-index .main-container .legend,
.customer-address-form .main-container .legend {
  border: none;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-transform: none;
  font-weight: 100;
  position: relative;
  top: -10px;
  color: #222;
}
@media screen and (max-width: 700px) {
  .customer-address-index .main-container .legend,
  .customer-address-form .main-container .legend {
    font-size: .65rem;
    line-height: .75rem;
  }
}
@media screen and (max-width: 550px) {
  .customer-address-index .main-container .legend,
  .customer-address-form .main-container .legend {
    text-align: center;
    margin-bottom: 0;
  }
}
.customer-address-index .main-container .col-main .my-account .addresses-list .addresses-primary,
.customer-address-form .main-container .col-main .my-account .addresses-list .addresses-primary {
  width: 100%;
  padding: 0;
}
.customer-address-index .main-container .col-main .my-account .addresses-list .addresses-primary ol,
.customer-address-form .main-container .col-main .my-account .addresses-list .addresses-primary ol {
  padding: 0;
}
.customer-address-index .main-container .col-main .my-account .addresses-list .addresses-primary ol li,
.customer-address-form .main-container .col-main .my-account .addresses-list .addresses-primary ol li {
  border: none;
  min-height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 550px) {
  .customer-address-index .main-container .col-main .my-account .addresses-list .addresses-primary ol li,
  .customer-address-form .main-container .col-main .my-account .addresses-list .addresses-primary ol li {
    border-top: 1px solid #fdf3f3;
  }
}
.customer-address-index .main-container .col-main .my-account .addresses-list .addresses-primary ol li .edit-button,
.customer-address-index .main-container .col-main .my-account .addresses-list .addresses-primary ol li .delete-button,
.customer-address-form .main-container .col-main .my-account .addresses-list .addresses-primary ol li .edit-button,
.customer-address-form .main-container .col-main .my-account .addresses-list .addresses-primary ol li .delete-button {
  border: 1px solid #ffd6d6;
  position: absolute;
  top: 0;
  height: 30px;
  width: 30px;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.customer-address-index .main-container .col-main .my-account .addresses-list .addresses-primary ol li .edit-button a,
.customer-address-index .main-container .col-main .my-account .addresses-list .addresses-primary ol li .delete-button a,
.customer-address-form .main-container .col-main .my-account .addresses-list .addresses-primary ol li .edit-button a,
.customer-address-form .main-container .col-main .my-account .addresses-list .addresses-primary ol li .delete-button a {
  display: block;
  height: 100%;
}
.customer-address-index .main-container .col-main .my-account .addresses-list .addresses-primary ol li .edit-button,
.customer-address-form .main-container .col-main .my-account .addresses-list .addresses-primary ol li .edit-button {
  right: 45px;
  background-image: url("../images/bonjourparis/icon_edit.svg");
  background-size: 14px;
}
.customer-address-index .main-container .col-main .my-account .addresses-list .addresses-primary ol li .delete-button,
.customer-address-form .main-container .col-main .my-account .addresses-list .addresses-primary ol li .delete-button {
  right: 0;
  background-image: url("../images/bonjourparis/icon_close.svg");
  background-size: 12px;
}
.customer-address-index .main-container .col-main .my-account .addresses-list .addresses-primary ol li .box-content,
.customer-address-form .main-container .col-main .my-account .addresses-list .addresses-primary ol li .box-content {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 0.7rem;
  height: 100%;
  line-height: 60px;
  padding-right: 115px;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .customer-address-index .main-container .col-main .my-account .addresses-list .addresses-primary ol li .box-content,
  .customer-address-form .main-container .col-main .my-account .addresses-list .addresses-primary ol li .box-content {
    font-size: .65rem;
    line-height: .75rem;
  }
}
@media screen and (max-width: 550px) {
  .customer-address-index .main-container .col-main .my-account .addresses-list .addresses-primary ol li .box-content,
  .customer-address-form .main-container .col-main .my-account .addresses-list .addresses-primary ol li .box-content {
    line-height: 1.6;
    margin-left: 20px;
    vertical-align: middle;
  }
}
.customer-address-index .main-container .col-main .my-account .addresses-list .addresses-primary ol li .box-content p,
.customer-address-form .main-container .col-main .my-account .addresses-list .addresses-primary ol li .box-content p {
  margin: 0;
}
.customer-address-index .main-container .col-main .my-account .addresses-list .addresses-primary ol li .button,
.customer-address-index .main-container .col-main .my-account .addresses-list .addresses-primary ol li .button:hover,
.customer-address-form .main-container .col-main .my-account .addresses-list .addresses-primary ol li .button,
.customer-address-form .main-container .col-main .my-account .addresses-list .addresses-primary ol li .button:hover {
  background: transparent !important;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #777;
  height: 60px;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .customer-address-index .main-container .col-main .my-account .addresses-list .addresses-primary ol li .button,
  .customer-address-index .main-container .col-main .my-account .addresses-list .addresses-primary ol li .button:hover,
  .customer-address-form .main-container .col-main .my-account .addresses-list .addresses-primary ol li .button,
  .customer-address-form .main-container .col-main .my-account .addresses-list .addresses-primary ol li .button:hover {
    font-size: .65rem;
    line-height: .75rem;
  }
}
@media screen and (max-width: 550px) {
  .customer-address-index .main-container .col-main .my-account .addresses-list .addresses-primary ol li .button,
  .customer-address-index .main-container .col-main .my-account .addresses-list .addresses-primary ol li .button:hover,
  .customer-address-form .main-container .col-main .my-account .addresses-list .addresses-primary ol li .button,
  .customer-address-form .main-container .col-main .my-account .addresses-list .addresses-primary ol li .button:hover {
    border-bottom: 1px solid #fdf3f3;
    padding-left: 20px;
    width: 100%;
  }
}
.customer-address-index .main-container .col-main .my-account .form-list,
.customer-address-form .main-container .col-main .my-account .form-list {
  padding: 0;
}
.customer-address-index .main-container .col-main .my-account .form-list .fields .input-box,
.customer-address-form .main-container .col-main .my-account .form-list .fields .input-box {
  width: 580px;
}
@media screen and (max-width: 1024px) {
  .customer-address-index .main-container .col-main .my-account .form-list .fields .input-box,
  .customer-address-form .main-container .col-main .my-account .form-list .fields .input-box {
    width: 460px;
  }
}
@media screen and (max-width: 768px) {
  .customer-address-index .main-container .col-main .my-account .form-list .fields .input-box,
  .customer-address-form .main-container .col-main .my-account .form-list .fields .input-box {
    width: 100%;
    float: none;
  }
}
.customer-address-index .main-container .col-main .my-account .form-list .fields .field.name-firstname .input-box, .customer-address-index .main-container .col-main .my-account .form-list .fields .field.name-lastname .input-box,
.customer-address-form .main-container .col-main .my-account .form-list .fields .field.name-firstname .input-box,
.customer-address-form .main-container .col-main .my-account .form-list .fields .field.name-lastname .input-box {
  width: inherit;
}
.customer-address-index .main-container .col-main .my-account .form-list .fields .field .input-box .select-wrapper select,
.customer-address-form .main-container .col-main .my-account .form-list .fields .field .input-box .select-wrapper select {
  background: url(../images/bonjourparis/icon_arrow_down.svg);
  background-color: #F2F2F2;
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 11px 6px;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  color: #222;
  cursor: pointer;
  margin: 0;
  width: 100%;
  text-align: left;
  padding: 10px 40px 10px 20px;
  border-radius: 0;
}
.customer-address-index .main-container .col-main .my-account .form-list .fields .field .input-box .select-wrapper select.validation-passed, .customer-address-index .main-container .col-main .my-account .form-list .fields .field .input-box .select-wrapper select.validation-select,
.customer-address-form .main-container .col-main .my-account .form-list .fields .field .input-box .select-wrapper select.validation-passed,
.customer-address-form .main-container .col-main .my-account .form-list .fields .field .input-box .select-wrapper select.validation-select {
  background-color: transparent;
  border: 1px solid #ffd6d6;
  outline: none;
}
.customer-address-index .main-container .col-main .my-account .form-list .fields .field .input-box.phone,
.customer-address-form .main-container .col-main .my-account .form-list .fields .field .input-box.phone {
  position: relative;
  padding-left: 85px;
}
.customer-address-index .main-container .col-main .my-account .form-list .fields .field .input-box.phone #prefix_telephone,
.customer-address-form .main-container .col-main .my-account .form-list .fields .field .input-box.phone #prefix_telephone {
  width: 80px;
  padding: 0 15px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.customer-address-index .main-container .col-main .my-account .form-list .control .checkbox-label,
.customer-address-form .main-container .col-main .my-account .form-list .control .checkbox-label {
  background-color: transparent;
}

.history-module {
  width: 100%;
  max-width: 100vw;
  height: 80vh;
  position: relative;
  overflow: hidden;
}
.history-module .title {
  position: absolute;
  top: 2rem;
  right: 25%;
  transform: translateX(50%);
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: none;
}
@media screen and (max-width: 550px) {
  .history-module .title {
    position: relative;
    top: 0;
    right: 0;
    z-index: 200;
    text-align: center;
    transform: none;
    font-size: 1.5rem;
  }
}
.history-module .arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 2rem;
  background: url(../images/bonjourparis/icon_arrow_right.svg) no-repeat center center;
  background-size: 11px 20px;
  opacity: .2;
  cursor: pointer;
  z-index: 200;
  transition: opacity 0.25s linear;
}
@media screen and (max-width: 550px) {
  .history-module .arrow {
    display: none;
  }
}
.history-module .arrow:hover {
  opacity: 1;
}
.history-module .arrow.left {
  background-image: url(../images/bonjourparis/icon_arrow_left.svg);
  left: 50%;
  transform: translate(1rem, -50%);
}
.history-module .slides {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  pointer-events: none;
}
@media screen and (max-width: 550px) {
  .history-module .slides {
    top: 2.5rem;
  }
}
.history-module .slides .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s linear;
}
.history-module .slides .slide.active {
  opacity: 1;
}
.history-module .slides .slide .photo {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 550px) {
  .history-module .slides .slide .photo {
    width: 100%;
    height: 45%;
  }
}
.history-module .slides .slide .content {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: default;
}
@media screen and (max-width: 550px) {
  .history-module .slides .slide .content {
    width: 100%;
    height: 55%;
    top: 45%;
  }
}
.history-module .slides .slide .content .date {
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: none;
  font-size: 6.5rem;
  line-height: 9rem;
  position: absolute;
  bottom: 45%;
  left: 0;
  right: 0;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 550px) {
  .history-module .slides .slide .content .date {
    font-size: 3.75rem;
    line-height: 4rem;
  }
}
.history-module .slides .slide .content .text {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  width: 66.67%;
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 700px) {
  .history-module .slides .slide .content .text {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
@media screen and (max-width: 550px) {
  .history-module .slides .slide .content .text {
    width: 90%;
  }
}
.history-module .scroll-hider {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  pointer-events: none;
}
@media screen and (max-width: 550px) {
  .history-module .scroll-hider {
    display: none;
  }
}
.history-module .scroller {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.history-module .scroller::-webkit-scrollbar {
  display: none;
}
.history-module .scroller .dots {
  display: inline-block;
  position: relative;
  height: 3rem;
  width: auto;
  padding: 1rem 0;
  margin: 0 0 0 75%;
  list-style: none;
  transform: translateX(-0.5rem);
  white-space: nowrap;
  cursor: default;
}
@media screen and (max-width: 550px) {
  .history-module .scroller .dots {
    margin-left: 50%;
  }
}
.history-module .scroller .dots:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: .5rem;
  right: 0;
  margin: auto;
  width: auto;
  height: 1px;
  background: #ffd6d6;
}
.history-module .scroller .dots .dot {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
  position: relative;
  cursor: pointer;
}
.history-module .scroller .dots .dot:last-of-type {
  margin-right: 25vw;
}
@media screen and (max-width: 550px) {
  .history-module .scroller .dots .dot:last-of-type {
    margin-right: 45vw;
  }
}
.history-module .scroller .dots .dot:before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ffd6d6;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-out;
}
.history-module .scroller .dots .dot:after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1.75rem;
  background: #d3d3d3;
  transition: height 0.25s ease-out;
}
@media screen and (max-width: 550px) {
  .history-module .scroller .dots .dot:after {
    top: 1.75rem;
    bottom: auto;
  }
}
.history-module .scroller .dots .dot .black-dot {
  display: block;
  position: absolute;
  width: .25rem;
  height: .25rem;
  border-radius: 50%;
  background-color: #222;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 550px) {
  .history-module .scroller .dots .dot .black-dot {
    width: .2rem;
    height: .2rem;
  }
}
.history-module .scroller .dots .dot .year {
  display: block;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  color: #cacaca;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: .5rem;
  opacity: 0;
  transition: opacity 0.25s linear, bottom 0.25s ease-out;
  pointer-events: none;
}
@media screen and (max-width: 700px) {
  .history-module .scroller .dots .dot .year {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
@media screen and (max-width: 550px) {
  .history-module .scroller .dots .dot .year {
    display: none;
  }
}
.history-module .scroller .dots .dot:hover .black-dot {
  width: .45rem;
  height: .45rem;
}
.history-module .scroller .dots .dot:hover .year {
  opacity: 1;
  bottom: 1rem;
}
.history-module .scroller .dots .dot.active:before {
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 550px) {
  .history-module .scroller .dots .dot.active:before {
    width: 1rem;
    height: 1rem;
  }
}
.history-module .scroller .dots .dot.active:after {
  height: 3.5rem;
}
@media screen and (max-width: 550px) {
  .history-module .scroller .dots .dot.active:after {
    height: 2.5rem;
  }
}
.history-module .scroller .dots .dot.active .black-dot {
  width: .65rem;
  height: .65rem;
}
@media screen and (max-width: 550px) {
  .history-module .scroller .dots .dot.active .black-dot {
    width: .5rem;
    height: .5rem;
  }
}

.viewed-by-module {
  padding: 0 .5rem 2rem;
}
.viewed-by-module .disclaimer {
  width: 50%;
  margin: .5rem auto;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .viewed-by-module .disclaimer {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
@media screen and (max-width: 550px) {
  .viewed-by-module .disclaimer {
    width: 100%;
    padding: 0 .5rem;
  }
}
.viewed-by-module .photo-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.5s linear;
  z-index: 2000;
  pointer-events: none;
}
.viewed-by-module .photo-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.viewed-by-module .photo-overlay .photo {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
.viewed-by-module .photo-grid {
  width: 100%;
  font-size: 0;
}
.viewed-by-module .photo-grid .grid-element {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  height: auto;
  padding: .5rem;
  background: transparent;
  opacity: 1;
  transition: opacity 0.5s linear;
}
@media screen and (max-width: 550px) {
  .viewed-by-module .photo-grid .grid-element {
    width: 50%;
  }
}
.viewed-by-module .photo-grid .grid-element.fullscreen {
  opacity: 0;
}
.viewed-by-module .photo-grid .grid-element .photo {
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
}
.viewed-by-module .photo-grid .grid-element .photo img {
  display: block;
  width: 100%;
  height: auto;
}
.viewed-by-module .photo-grid .grid-element .photo .title {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: none;
  font-size: 1.75rem;
  line-height: 3rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.25s linear;
}
@media screen and (max-width: 550px) {
  .viewed-by-module .photo-grid .grid-element .photo .title {
    line-height: 1.75rem;
    padding: 0 .5rem;
  }
}
.viewed-by-module .photo-grid .grid-element .photo:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #ffefef;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity 0.25s linear;
}
@media screen and (max-width: 550px) {
  .viewed-by-module .photo-grid .grid-element .photo:after {
    display: none;
  }
}
.viewed-by-module .photo-grid .grid-element .photo:hover .title {
  opacity: 1;
}
.viewed-by-module .photo-grid .grid-element .photo:hover:after {
  opacity: 1;
}

.cms-mariage .template-star .module .text p {
  text-align: center;
}

.template-star .slideshow-home-container {
  position: relative;
  width: 100%;
  height: 29rem;
  transition: top 0.5s ease-in-out;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .template-star .slideshow-home-container {
    width: 100vw;
    top: 2.5rem;
    height: 80vh;
  }
}
@media screen and (max-width: 550px) {
  .template-star .slideshow-home-container {
    height: 80vh;
  }
}
.template-star .slideshow-home-container .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5rem;
  cursor: pointer;
  z-index: 200;
}
.template-star .slideshow-home-container .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 200%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.25s linear;
}
.template-star .slideshow-home-container .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent no-repeat center center;
  transition: transform 0.25s ease-in-out;
}
.template-star .slideshow-home-container .arrow.right {
  right: 0;
}
.template-star .slideshow-home-container .arrow.right:before {
  right: 0;
  background-image: linear-gradient(to left, #222, transparent);
}
.template-star .slideshow-home-container .arrow.right:after {
  right: 0;
  transform: translateX(1rem);
  background-image: url(../images/bonjourparis/icon_slider_arrow_right.png);
}
.template-star .slideshow-home-container .arrow.left {
  left: 0;
}
.template-star .slideshow-home-container .arrow.left:before {
  left: 0;
  background-image: linear-gradient(to right, #222, transparent);
}
.template-star .slideshow-home-container .arrow.left:after {
  left: 0;
  transform: translateX(-1rem);
  background-image: url(../images/bonjourparis/icon_slider_arrow_left.png);
}
.template-star .slideshow-home-container .arrow:hover:before {
  opacity: .2;
}
.template-star .slideshow-home-container .arrow:hover.right:after, .template-star .slideshow-home-container .arrow:hover.left:after {
  transform: translateX(0);
}
@media screen and (max-width: 550px) {
  .template-star .slideshow-home-container .arrow {
    display: none;
  }
}
.template-star .slideshow-home-container .slideshow {
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.template-star .slideshow-home-container .slideshow.reverse li {
  right: auto;
  left: 0;
}
.template-star .slideshow-home-container .slideshow.reverse li.deactivating {
  right: 0;
  left: auto;
}
.template-star .slideshow-home-container .slideshow li {
  position: absolute;
  right: 0;
  top: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
}
.template-star .slideshow-home-container .slideshow li.activating {
  z-index: 100;
  width: 100%;
  transition: width 1s ease-in-out;
}
.template-star .slideshow-home-container .slideshow li.deactivating {
  z-index: 50;
  left: 0;
  right: auto;
  width: 0;
  transition: width 1s ease-in-out;
}
.template-star .slideshow-home-container .slideshow li.active {
  z-index: 70;
  width: 100%;
}
.template-star .slideshow-home-container .slideshow li .image-container {
  width: 100vw;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50vw);
  z-index: 50;
}
.template-star .slideshow-home-container .slideshow li h3,
.template-star .slideshow-home-container .slideshow li .right {
  position: absolute;
  font-weight: 500;
  font-size: .9rem;
  line-height: 1.25rem;
  text-align: center;
  color: #fff;
  text-transform: none;
  z-index: 80;
}
.template-star .slideshow-home-container .slideshow li h3 {
  left: 0;
  right: 0;
  bottom: 2rem;
  margin: 0 auto;
}
.template-star .slideshow-home-container .slideshow li .right {
  display: none;
  right: 2rem;
  bottom: 3rem;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .template-star .slideshow-home-container .slideshow li .right {
    bottom: auto;
    top: 1.5rem;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .template-star .slideshow-home-container .slideshow li .right {
    top: .75rem;
    left: 1rem;
    right: auto;
  }
}
.template-star .slideshow-home-container .slideshow li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 120;
}
.template-star .slideshow-home-container .slideshow li img {
  display: none;
}
.template-star .slideshow-home-container .slideshow-pager {
  bottom: 1.5rem;
  right: 1.75rem;
  width: auto;
  height: 1rem;
}
@media screen and (max-width: 1024px) {
  .template-star .slideshow-home-container .slideshow-pager {
    bottom: auto;
    top: 3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .template-star .slideshow-home-container .slideshow-pager {
    top: .75rem;
    right: 1rem;
    left: auto;
  }
}
.template-star .slideshow-home-container .slideshow-pager span.pager-box {
  width: .75rem;
  height: 1rem;
  position: relative;
}
.template-star .slideshow-home-container .slideshow-pager span.pager-box:before {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: white;
  opacity: .4;
}
.template-star .slideshow-home-container .slideshow-pager span.pager-box.active:before {
  opacity: 1;
}
.template-star .photos-slider {
  margin: 1rem 0 3rem;
}
.template-star .photos-slider .photos {
  height: 20rem;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.template-star .photos-slider .photos .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  transition: left 0.5s ease-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.template-star .photos-slider .photos .photo.left {
  left: -100%;
}
.template-star .photos-slider .photos .photo.active {
  left: 0;
}
.template-star .photos-slider .dots {
  height: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 0;
  padding: 0 15px;
}
.template-star .photos-slider .dots .dot {
  display: inline-block;
  width: .75rem;
  height: .6rem;
  margin: .2rem 0;
  padding: .1rem 0;
  opacity: .3;
  transition: opacity 0.5s linear;
  cursor: pointer;
}
.template-star .photos-slider .dots .dot:before {
  display: inline-block;
  content: "";
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: #ffd6d6;
}
.template-star .photos-slider .dots .dot.active, .template-star .photos-slider .dots .dot:hover {
  opacity: 1;
}
.template-star .photos-slider .texts {
  width: 50%;
  margin: 0 auto 1rem;
  text-align: center;
  position: relative;
}
.template-star .photos-slider .texts .text {
  position: absolute;
  left: 0;
  top: 0;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  font-style: italic;
  opacity: 0;
  transition: opacity 0.5s linear;
}
@media screen and (max-width: 700px) {
  .template-star .photos-slider .texts .text {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
.template-star .photos-slider .texts .text.active {
  opacity: 1;
  position: static;
}
.template-star .module {
  margin-bottom: 2rem;
}
.template-star .module:after {
  display: block;
  content: "";
  clear: both;
}
.template-star .module.background {
  background: #f2f2f2;
  margin-top: 3rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 2rem;
}
.template-star .module.background .text {
  display: inline-block;
  width: 100%;
  margin: auto;
  max-width: none;
  padding: 15px;
}
.template-star .module.background .text .title {
  margin: 0;
}
.template-star .module .image img {
  width: 100%;
  height: auto;
}
.template-star .module .image-full {
  height: 480px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .template-star .module .image-full {
    position: relative;
    overflow: visible;
    height: auto;
    margin-bottom: 0;
  }
}
.template-star .module .image-full img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  min-height: 100%;
  width: auto;
  max-width: none;
  min-width: 100%;
  height: auto;
  max-height: none;
}
@media screen and (max-width: 1024px) {
  .template-star .module .image-full img {
    position: static;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    min-width: 0;
  }
}
.template-star .module .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 31rem;
  margin: 1.5rem auto 1rem;
  padding: 0 15px;
}
.template-star .module .text .title {
  margin-bottom: 1rem;
}
.template-star .module .text .title h2 {
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: none;
  font-size: 1.75rem;
  line-height: 3rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .template-star .module .text .title h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
  }
}
.template-star .module .text .title strong {
  display: block;
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: none;
  font-size: 3.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .template-star .module .text .title strong {
    display: inline-block;
    font-size: inherit;
  }
}
.template-star .module .text p {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  font-style: normal;
  line-height: 1.6;
}
@media screen and (max-width: 700px) {
  .template-star .module .text p {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
.template-star .module .text .links a {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  font-size: 0.7rem;
  font-weight: bold;
  color: #777;
  display: inline-block;
  margin: 0 1rem;
}
@media screen and (max-width: 700px) {
  .template-star .module .text .links a {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
@media screen and (max-width: 768px) {
  .template-star .module .text .links a {
    font-weight: 200;
    margin-bottom: .8rem;
  }
}
.template-star .video.module iframe,
.template-star .video.module video,
.template-star .video.module object {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .template-star .video.module iframe,
  .template-star .video.module video,
  .template-star .video.module object {
    height: auto;
  }
}
.template-star .image-text.module {
  padding: 0 9.83%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .template-star .image-text.module {
    padding: 0 .5rem;
    flex-direction: column-reverse;
  }
}
.template-star .image-text.module .image {
  width: 50%;
  height: auto;
  padding: 0 .5rem 0 0;
}
@media screen and (max-width: 768px) {
  .template-star .image-text.module .image {
    width: 100%;
    padding: 0 .5rem;
  }
}
.template-star .image-text.module .text {
  width: 40%;
  margin-left: 10%;
  padding: 0 0 0 .5rem;
}
@media screen and (max-width: 768px) {
  .template-star .image-text.module .text {
    width: 100%;
    margin-left: 0;
    padding: 0 .5rem;
  }
}
.template-star .image-text.module .text .title strong {
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: none;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .template-star .image-text.module .text .title strong {
    font-size: inherit;
  }
}
.template-star .image-text.module.left .text {
  margin-left: inherit;
  margin-right: 0;
}
.template-star .image-text.module.left .image {
  width: 60%;
  padding: 0 0 .5rem 0;
}
@media screen and (max-width: 768px) {
  .template-star .image-text.module.left .image {
    width: 100%;
  }
}
.template-star .text-on-image.module {
  margin: 0 9.83% 2rem;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .template-star .text-on-image.module {
    margin: 0 1rem 2rem;
  }
}
.template-star .text-on-image.module .text {
  position: static;
  margin: 3rem 50% 3rem 2.5rem;
  background: #fff;
  transform: translateX(-0.5rem);
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .template-star .text-on-image.module .text {
    margin: 1.5rem;
    transform: none;
    padding: 1rem;
  }
}
.template-star .parallax-banner.module .text {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .template-star .parallax-banner.module .text {
    width: 60%;
  }
}
.template-star .parallax-banner.module .text .title {
  margin-top: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .template-star .parallax-banner.module .text .title {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.template-star .fondation-content {
  padding: 0 8.33%;
  margin-bottom: 2rem;
}
.template-star .fondation-content .left {
  float: left;
  width: 40%;
  padding: 0 .5rem;
}
.template-star .fondation-content .left blockquote {
  padding: 0;
  margin: 0;
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: none;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .template-star .fondation-content .left {
    float: none;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.template-star .fondation-content .right {
  margin-left: 50%;
  padding: 0 .5rem;
}
.template-star .fondation-content .right p {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
}
@media screen and (max-width: 700px) {
  .template-star .fondation-content .right p {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
@media screen and (max-width: 768px) {
  .template-star .fondation-content .right {
    margin-left: 0;
  }
}
.template-star .push-links {
  margin: 0 -10px -2rem;
  padding: 0 15px;
  text-align: center;
  font-size: 0;
  white-space: nowrap;
  width: 100%;
  overflow-y: hidden;
}
.template-star .push-links li {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 10px 1.5rem;
  vertical-align: top;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .template-star .push-links li {
    width: 15rem;
    max-width: none;
  }
}
.template-star .push-links li img {
  margin-bottom: 1.5rem;
}
.template-star .push-links li a {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  font-weight: inherit;
  font-size: 0.7rem;
  color: #222;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 700px) {
  .template-star .push-links li a {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
.template-star .push-links.grid {
  white-space: normal;
  margin: 0;
}
.template-star .push-links.grid li {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  height: auto;
  margin: 0 3% 5%;
}
@media screen and (max-width: 1200px) {
  .template-star .push-links.grid li {
    width: 27.333333%;
  }
}
@media screen and (max-width: 1024px) {
  .template-star .push-links.grid li {
    width: 44%;
    margin-bottom: 2rem;
  }
}
.template-star .text-background.module {
  display: flex;
  justify-content: space-between;
  background: #222;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .template-star .text-background.module {
    display: inline-block;
    width: 100%;
  }
}
.template-star .text-background.module .image {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .template-star .text-background.module .image {
    width: 100%;
    height: 240px;
  }
}
.template-star .text-background.module .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-height: 100%;
  width: auto;
  max-width: none;
  min-width: 100%;
  height: auto;
  max-height: none;
}
.template-star .text-background.module .text {
  width: 40%;
  margin: 3rem auto;
}
@media screen and (max-width: 768px) {
  .template-star .text-background.module .text {
    width: 100%;
    margin: 2rem auto;
  }
}
.template-star .text-background.module .text .title,
.template-star .text-background.module .text p {
  color: #fff;
}
.template-star .text-background.module .text p {
  opacity: 0.75;
}
.template-star .text-background.module .links a {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  font-weight: bold;
  color: #777;
  display: inline-block;
  margin: 0 1rem;
}
@media screen and (max-width: 700px) {
  .template-star .text-background.module .links a {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}

.not-found-page {
  background-image: url(../images/bonjourparis/background_404_page.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 110vh;
  padding: 2rem 1rem;
}
@media screen and (max-width: 768px) {
  .not-found-page {
    min-height: 90vh;
  }
}
.not-found-page .page-title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  border: none;
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: none;
  color: #222;
  font-size: 3rem;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .not-found-page .page-title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.not-found-page .container {
  max-width: 19rem;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.not-found-page p {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  line-height: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 700px) {
  .not-found-page p {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
.not-found-page p.upper {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.5 !important;
  margin-bottom: 1rem;
}
@media screen and (max-width: 700px) {
  .not-found-page p.upper {
    font-size: .65rem;
    line-height: .75rem;
  }
}
.not-found-page p a {
  color: #222;
  font-weight: bold;
}
.not-found-page p:last-of-type {
  font-weight: 300;
}
.not-found-page .social-media .disclaimer {
  font-size: .7rem;
  line-height: 1rem;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-weight: 200;
  letter-spacing: .02em;
  color: #222;
  margin: 0 0 1rem;
  text-align: center;
  text-transform: none;
}
.not-found-page .social-media .links {
  width: 100%;
  margin: 0 0 1rem;
  padding: 0;
}
.not-found-page .social-media .links .link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .75rem;
}
.not-found-page form {
  margin: 1rem auto;
}
.not-found-page form label {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  font-size: .9rem;
  line-height: 1rem;
  font-weight: 400;
  letter-spacing: .04em;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 700px) {
  .not-found-page form label {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
.not-found-page form .form-search {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 9rem;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 1.5rem;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  text-transform: uppercase;
  background: url(../images/bonjourparis/icon_search.svg) no-repeat right 0.5rem center;
  background-size: .7rem;
  opacity: .5;
}
@media screen and (max-width: 700px) {
  .not-found-page form .form-search {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
.not-found-page form .form-search .input-text {
  background: transparent;
  border: 0 none;
  border-radius: 0;
}
.not-found-page form .form-search .button,
.not-found-page form .form-search .button:hover {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 2rem;
  font-size: 0;
  background: transparent;
}
.not-found-page form .form-search .search-autocomplete:before {
  display: none;
}
.not-found-page form .form-search::placeholder {
  color: #222;
}

.footer-page {
  padding: 0 8.33%;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer-page {
    padding: 0 .5rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 550px) {
  .footer-page {
    padding: 0;
    margin-bottom: 0;
  }
}
.footer-page:after {
  content: "";
  display: block;
  clear: both;
}
.footer-page .page-title {
  margin-bottom: 1rem;
}
@media screen and (max-width: 550px) {
  .footer-page .page-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: .5rem auto 1rem;
    background: #fff;
    width: 100%;
    left: -100vw;
    padding-top: 0.5rem;
    transition: left 0.25s ease-out;
  }
}
.footer-page .print.button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  text-transform: none;
  font-size: .6rem;
  line-height: 1rem;
  height: auto;
  background: url(../images/bonjourparis/icon_print.svg) no-repeat 0.5rem center;
  background-size: 1rem .75rem;
  padding-left: 2rem;
}
@media screen and (max-width: 700px) {
  .footer-page .print.button {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
@media screen and (max-width: 1024px) {
  .footer-page .print.button {
    display: none;
  }
}
.footer-page .menu {
  float: left;
  width: 25%;
  padding: 0 .5rem;
}
@media screen and (max-width: 1024px) {
  .footer-page .menu {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .footer-page .menu {
    width: 35%;
  }
}
@media screen and (max-width: 550px) {
  .footer-page .menu {
    float: none;
    width: 100%;
    padding: 0;
    position: absolute;
    left: -100vw;
    top: 4rem;
    bottom: 0;
    background: #fff;
    transition: left 0.25s ease-out;
    overflow: auto;
  }
}
.footer-page .menu .link {
  display: block;
  padding: 1rem .5rem;
  cursor: pointer;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .7rem;
  line-height: 1rem;
  color: #222;
  border-top: 1px solid #ffefef;
}
@media screen and (max-width: 700px) {
  .footer-page .menu .link {
    font-size: .65rem;
    line-height: .75rem;
  }
}
.footer-page .menu .link:hover, .footer-page .menu .link.active {
  text-decoration: none;
  background-color: #ffefef;
}
.footer-page .menu .link.with-icon {
  background-repeat: no-repeat;
  background-position: .75rem center;
  padding-left: 2.5rem;
}
.footer-page .menu .link:last-child {
  border-bottom: 1px solid #ffefef;
}
@media screen and (max-width: 550px) {
  .footer-page .menu .link {
    font-size: .6rem;
    padding-left: 1rem;
    padding-right: 2.5rem;
    background: url(../images/bonjourparis/icon_arrow_right.svg) no-repeat right 1rem center;
    background-size: 8px 14px;
  }
}
.footer-page .content {
  margin-left: 33.33%;
}
@media screen and (max-width: 1024px) {
  .footer-page .content {
    margin-left: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .footer-page .content {
    margin-left: 40%;
  }
}
@media screen and (max-width: 550px) {
  .footer-page .content {
    min-height: 90vh;
    margin-left: 0;
    padding: 15px;
    transition: transform 0.25s ease-out;
  }
  .footer-page .content .open-menu {
    float: left;
    width: 1rem;
    height: 1rem;
    background: url(../images/bonjourparis/icon_arrow_left.svg) no-repeat center center;
    background-size: 8px 14px;
  }
}
.footer-page .content h3 {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .7rem;
  line-height: 1rem;
  margin: 0 0 1rem;
  font-weight: 600;
}
@media screen and (max-width: 700px) {
  .footer-page .content h3 {
    font-size: .65rem;
    line-height: .75rem;
  }
}
@media screen and (max-width: 550px) {
  .footer-page .content h3 {
    text-align: center;
  }
}
.footer-page .content h4 {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .7rem;
  line-height: 1rem;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .footer-page .content h4 {
    font-size: .65rem;
    line-height: .75rem;
  }
}
.footer-page .content p {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 200;
  letter-spacing: .02em;
  line-height: 1.6;
  margin: 0 0 1rem;
  font-style: normal;
}
@media screen and (max-width: 700px) {
  .footer-page .content p {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
.footer-page .content dl.faq {
  font-size: .7rem;
  line-height: 1rem;
}
.footer-page .content dl.faq dt {
  font-weight: 300;
  background: url(../images/bonjourparis/icon_arrow_down.svg) no-repeat;
  background-size: 11px auto;
  background-position: right center;
  cursor: pointer;
}
.footer-page .content dl.faq dt.open {
  background-image: url(../images/bonjourparis/icon_arrow_up.svg);
}
.footer-page .content dl.faq dd {
  border-left: 1px solid #ffd6d6;
  margin-left: .5rem;
  padding-left: .5rem;
  color: #777;
  margin-bottom: 1rem;
  height: 0;
  overflow: hidden;
}
.footer-page .content dl.faq dd.open {
  height: auto;
}
.footer-page .content dl.faq.contact-questions dt {
  padding: 0.3rem 0;
  background-color: #ffefef;
}
@media screen and (max-width: 550px) {
  .footer-page.menu-open .page-title {
    left: 0;
  }
  .footer-page.menu-open .menu {
    left: 0;
  }
  .footer-page.menu-open .content {
    transform: translateX(100%);
  }
}

.main-container .checkout-progress-step {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main-container .checkout-progress-step {
    border-top: 1px solid #ffd6d6;
  }
}
.main-container .checkout-progress-step li {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 1.7rem;
  height: 3rem;
  font-family: Mrs Eaves, Georgia, serif;
  color: #777;
  background: #fff9f9;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .main-container .checkout-progress-step li {
    font-size: 1.5rem;
    line-height: 2.5rem;
    height: inherit;
  }
}
@media screen and (max-width: 768px) {
  .main-container .checkout-progress-step li {
    font-size: 1.3rem;
    line-height: normal;
    height: inherit;
    background: #fff;
    width: 100%;
    padding: .7rem 2rem;
    display: none;
  }
}
.main-container .checkout-progress-step li.active {
  background: #ffefef;
  color: #222;
}
@media screen and (max-width: 768px) {
  .main-container .checkout-progress-step li.active {
    background: #fff;
    display: block;
  }
}
.main-container .checkout-progress-step li .back-link {
  display: none;
  background: url(../images/bonjourparis/icon_arrow_left.svg) no-repeat center center;
  background-size: 7px 12px;
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  width: 2rem;
  height: 2rem;
  opacity: 1;
  cursor: pointer;
  font-size: 0;
  transition: opacity .1s linear;
}
@media screen and (max-width: 768px) {
  .main-container .checkout-progress-step li .back-link {
    display: block;
  }
}

.total-content,
.checkout-delivery-content,
.checkout-delivery-addresses,
.checkout-payment-methods,
.button-set-step {
  max-width: 30rem;
  margin: auto;
  padding: 1rem .5rem;
  overflow: hidden;
}
.total-content .input-text,
.checkout-delivery-content .input-text,
.checkout-delivery-addresses .input-text,
.checkout-payment-methods .input-text,
.button-set-step .input-text {
  font-size: 14px;
  color: #222;
}
@media screen and (max-width: 768px) {
  .total-content .input-text,
  .checkout-delivery-content .input-text,
  .checkout-delivery-addresses .input-text,
  .checkout-payment-methods .input-text,
  .button-set-step .input-text {
    width: 100%;
  }
}

.checkout-total {
  border-bottom: 1px solid #fdf3f3;
  overflow: hidden;
}
.checkout-total .totals {
  width: 50%;
  float: left;
  font-family: Campton-b, Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  .checkout-total .totals {
    width: 55%;
  }
}
.checkout-total .order-cart {
  width: 50%;
  float: right;
}
@media screen and (max-width: 768px) {
  .checkout-total .order-cart {
    width: 45%;
  }
}
.checkout-total .order-cart.open .block-title a {
  color: #222;
}
.checkout-total .order-cart.open .block-title a::after {
  opacity: 1;
}
.checkout-total .order-cart .block-title {
  margin: 0;
  padding: 0;
  border: 0 none;
  color: #777;
  text-align: right;
}
.checkout-total .order-cart .block-title a {
  color: #777;
  text-decoration: none;
}
.checkout-total .order-cart .block-title a::after {
  content: '';
  display: block;
  background-image: url(../images/bonjourparis/icon_filter_down.svg);
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  margin: 7px 0 0 7px;
  opacity: .7;
  float: right;
  background-repeat: no-repeat;
}
.checkout-total .order-cart .block-title a:hover {
  color: #222;
}
.checkout-total .order-cart .block-title a:hover::after {
  opacity: 1;
}
.checkout-total .order-cart .block-content {
  margin-top: 10%;
  margin-left: -60%;
  width: 120%;
}
@media screen and (max-width: 768px) {
  .checkout-total .order-cart .block-content {
    margin-left: -100%;
    width: 200%;
  }
}
.checkout-total .order-cart .block-content .cart-item {
  clear: both;
  margin: 0 0 1.5rem;
  overflow: hidden;
}
.checkout-total .order-cart .block-content .cart-item .cart-item-image {
  float: left;
  width: 40%;
}
.checkout-total .order-cart .block-content .cart-item .cart-item-image .product-image,
.checkout-total .order-cart .block-content .cart-item .cart-item-image .product-image:hover {
  border: 0 none;
}
@media screen and (max-width: 768px) {
  .checkout-total .order-cart .block-content .cart-item .cart-item-image {
    width: 20%;
  }
}
.checkout-total .order-cart .block-content .cart-item .cart-item-bloc1,
.checkout-total .order-cart .block-content .cart-item .cart-item-bloc2,
.checkout-total .order-cart .block-content .cart-item .cart-item-bloc3 {
  float: right;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .checkout-total .order-cart .block-content .cart-item .cart-item-bloc1,
  .checkout-total .order-cart .block-content .cart-item .cart-item-bloc2,
  .checkout-total .order-cart .block-content .cart-item .cart-item-bloc3 {
    width: 75%;
  }
}
.checkout-total .order-cart .block-content .cart-item .cart-item-bloc1 .cart-item-price {
  display: none;
}
.checkout-total .order-cart .block-content .cart-item .cart-item-bloc2 .cart-item-price {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.checkout-total .order-cart .block-content .cart-item .cart-item-name {
  width: 70%;
  float: left;
  text-transform: uppercase;
}
.checkout-total .order-cart .block-content .cart-item .cart-item-price {
  float: right;
  width: 30%;
  text-align: right;
}
.checkout-total .order-cart .block-content .cart-item .cart-item-bloc2 {
  margin: 0;
  font-size: .7rem;
  font-weight: 300;
}
.checkout-total .order-cart .block-content .cart-item .cart-item-bloc3 {
  font-size: .7rem;
  font-weight: 300;
  color: #777;
}
.checkout-total .order-cart .block-content .cart-item .cart-item-bloc3 .cart-item-sku {
  float: left;
  width: 90%;
  font-size: .6rem;
}
.checkout-total .order-cart .block-content .cart-item .cart-item-bloc3 .cart-item-delete {
  width: 10%;
  float: right;
}

.checkout-delivery-customer {
  border-bottom: 1px solid #fdf3f3;
  overflow: hidden;
}
.checkout-delivery-customer .checkout-delivery-content ul {
  margin: 1rem 0;
  padding: 0;
  text-align: center;
}

.checkout-delivery-addresses .fields {
  width: 50%;
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .checkout-delivery-addresses .fields {
    width: 100%;
  }
}
.checkout-delivery-addresses .fields.full {
  width: 100%;
}
.checkout-delivery-addresses .fields.full .input-text {
  width: 100%;
}
.checkout-delivery-addresses .fields .input-box {
  position: relative;
}
.checkout-delivery-addresses .fields .input-box.phone {
  width: 75%;
  float: left;
}
.checkout-delivery-addresses .fields .input-box.prefix-phone {
  width: 25%;
  float: left;
  padding-right: 2px;
}
.checkout-delivery-addresses .field {
  padding: 0 10px;
}
.checkout-delivery-addresses .field input {
  float: left;
}
.checkout-delivery-addresses .field .checkbox-label {
  font-weight: 300;
  font-size: .7rem;
  float: left;
  color: #222;
  margin: 0;
}
.checkout-delivery-addresses .field .checkbox-label:before {
  content: '';
  display: block;
  text-align: center;
  margin: 0 10px 0 -12px;
  cursor: pointer;
  float: left;
}
.checkout-delivery-addresses select {
  width: 100%;
}
.checkout-delivery-addresses select.validation-passed {
  background-color: transparent;
  border: 1px solid #ffd6d6;
  outline: none;
}
.checkout-delivery-addresses .checkout-delivery-address-shipping,
.checkout-delivery-addresses .checkout-delivery-address-billing,
.checkout-delivery-addresses .button-set {
  margin: 1rem 0 0 0;
}
.checkout-delivery-addresses .checkout-delivery-address-shipping #shipping-address-select.error {
  border: 1px solid red;
}
.checkout-delivery-addresses .validation-advice {
  display: none;
}
.checkout-delivery-addresses p.required {
  color: #777;
  margin: 1rem 0 0;
}
.checkout-delivery-addresses .form-list {
  margin: 1rem -10px 0 -10px;
  padding: 0;
  font-size: 0;
}
.checkout-delivery-addresses .form-list li {
  margin: 0 0 1rem;
}
.checkout-delivery-addresses .button-set-step {
  padding: 1rem 0 0;
  margin: 0 0 1rem;
}
.checkout-delivery-addresses .button-set-step .loader {
  display: none;
  float: left;
  margin: 0 0 0 46%;
}
@media screen and (max-width: 768px) {
  .checkout-delivery-addresses .button-set-step .loader {
    margin: 0 0 0 43%;
  }
}

.checkout-payment-methods {
  position: relative;
  padding-top: 4rem;
  width: 385px;
}
@media screen and (max-width: 768px) {
  .checkout-payment-methods {
    width: 100%;
  }
}
.checkout-payment-methods .radio-label,
.checkout-payment-methods .checkbox-label {
  font-weight: 300;
  font-size: .7rem;
  float: left;
  color: #222;
  margin: 0;
}
.checkout-payment-methods .validation-advice {
  margin: 0;
}
.checkout-payment-methods p.required {
  color: #777;
  margin: 1rem 0 0;
}
.checkout-payment-methods ul,
.checkout-payment-methods ol {
  padding: 0;
}
.checkout-payment-methods ul .agree,
.checkout-payment-methods ol .agree {
  margin: .5rem 0 0;
  display: inline-block;
  width: 100%;
}
.checkout-payment-methods ul .agree label,
.checkout-payment-methods ol .agree label {
  color: #777;
}
.checkout-payment-methods ul .agree a,
.checkout-payment-methods ol .agree a {
  color: #222;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .checkout-payment-methods ul .input-text,
  .checkout-payment-methods ol .input-text {
    width: 100%;
  }
}
.checkout-payment-methods dd {
  margin: 0;
}
.checkout-payment-methods dd#dd_method_adyen_hpp {
  display: none;
}
.checkout-payment-methods dd#dd_method_adyen_hpp #payment_form_adyen_hpp {
  display: block;
}
.checkout-payment-methods dt {
  position: absolute;
  top: 2rem;
  width: 100%;
  left: 10px;
}
.checkout-payment-methods dt:nth-of-type(2) {
  left: 30%;
}
.checkout-payment-methods dt:nth-of-type(3) {
  left: 60%;
}
.checkout-payment-methods dt label:before {
  float: none !important;
  vertical-align: middle;
}
.checkout-payment-methods dt label img {
  height: 30px;
  vertical-align: middle;
  display: inline-block;
}
.checkout-payment-methods .double-select {
  font-size: 0;
}
.checkout-payment-methods .double-select .input-box,
.checkout-payment-methods .double-select .select-wrapper,
.checkout-payment-methods .double-select span, .checkout-payment-methods .double-select label {
  display: inline-block;
  vertical-align: middle;
}
.checkout-payment-methods .double-select label {
  width: 40%;
}
.checkout-payment-methods .double-select .input-box {
  text-align: right;
  width: 60%;
}
.checkout-payment-methods .double-select span {
  padding: 0 5px;
}
.checkout-payment-methods .ccv {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.checkout-payment-methods .cvv-what-is-this {
  display: inline-block;
  color: #777;
  text-decoration: underline;
  margin-bottom: 10px;
}
.checkout-payment-methods .button {
  width: 100%;
  margin-bottom: 1rem;
}

.button-set-step .back-link {
  height: 40px;
  background-color: #fff;
  border: 1px solid #ffd6d6;
  line-height: 38px;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #222;
  font-size: 0.7rem;
  float: left;
  width: 48.5%;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .button-set-step .back-link {
    display: none;
  }
}
.button-set-step .back-link:hover {
  background: #ffd6d6;
}
.button-set-step .button {
  width: 48.5%;
  float: right;
}
@media screen and (max-width: 768px) {
  .button-set-step .button {
    width: 100%;
  }
}

.checkout-onepage-success .page-title {
  padding: 1rem;
  text-align: center;
  color: #222;
  background-color: #ffefef;
}
@media screen and (max-width: 768px) {
  .checkout-onepage-success .page-title {
    margin-bottom: 0;
  }
}
.checkout-onepage-success .page-title h1 {
  font-family: Mrs Eaves, Georgia, serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2rem;
  text-transform: none;
  margin: 0 auto 0.4rem;
  border: 0 none;
  color: #222;
}
@media screen and (max-width: 1024px) {
  .checkout-onepage-success .page-title h1 {
    max-width: 66.67%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .checkout-onepage-success .page-title h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
  }
}
.checkout-onepage-success .success-image {
  height: 380px;
  background: url(../images/payment/success-background.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .checkout-onepage-success .success-image {
    height: 210px;
  }
}
.checkout-onepage-success .checkout-onepage-success-content {
  position: relative;
  width: 385px;
  max-width: 30rem;
  margin: auto;
  padding: 1rem .5rem;
  overflow: hidden;
}
.checkout-onepage-success .checkout-onepage-success-content .button {
  line-height: 25px;
  width: 100%;
  margin: 1rem 0;
}

.fields .gender li {
  display: inline-block;
}

.cms-affiliation-repetto .gender .field {
  display: inline-block;
}

.cms-affiliation-repetto .radio {
  padding-right: 15px;
}

.cms-affiliation-repetto .field .input-box {
  display: inherit;
  padding-right: 15px;
}

.product-details .product-photo .arrow {
  position: absolute;
  top: 0;
  bottom: 40px;
  width: 5rem;
  cursor: pointer;
  z-index: 99;
}
.product-details .product-photo .arrow.left {
  left: 0;
}
.product-details .product-photo .arrow.left:before {
  left: 0;
  background-image: linear-gradient(to right, #222, transparent);
}
.product-details .product-photo .arrow.left:after {
  left: 0;
  transform: translateX(-1rem);
  transition: transform 0.25s ease-in-out;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-image: url(../images/bonjourparis/icon_slider_product_arrow_left.png) !important;
}
@media screen and (max-width: 768px) {
  .product-details .product-photo .arrow.left:after {
    left: 30px;
  }
}
.product-details .product-photo .arrow.right {
  right: 0;
}
.product-details .product-photo .arrow.right:before {
  right: 0;
  background-image: linear-gradient(to left, #222, transparent);
  background-image: none;
}
.product-details .product-photo .arrow.right:after {
  right: 0;
  transform: translateX(1rem);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-image: url(../images/bonjourparis/icon_slider_product_arrow_right.png) !important;
}
@media screen and (max-width: 768px) {
  .product-details .product-photo .arrow.right:after {
    right: 30px;
  }
}
.product-details .product-photo .arrow:hover {
  opacity: .2;
}
.product-details .product-photo .arrow:hover.right:after, .product-details .product-photo .arrow:hover.left:after {
  transform: translateX(0);
}
.product-details .product-photo .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 200%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.25s linear;
}
.product-details .product-photo .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.catalog-product-view .product-view .product-order .button.choose-size ul li:not(:first-child) {
  background: #fff;
  color: #000;
  text-align: left;
  padding-left: 15px;
  position: relative;
}
.catalog-product-view .product-view .product-order .button.choose-size ul li svg {
  position: absolute;
  top: 5px;
  right: 7px;
}
.catalog-product-view .product-view .product-order .tabs .tab-contents .tab-content span:not(.color) {
  display: block;
}

.customer-account .main-container .col-main .my-account .history .item h3 span {
  font-weight: 300;
  font-size: 0.7rem;
}

.customer-account .main-container .col-main .my-account .history .item h3 .status {
  float: right;
  margin-right: 35px;
}

@media screen and (max-width: 768px) {
  .cms-index-index .main-container .slideshow-home-container .arrow {
    display: none;
  }

  .product-details .product-photo .arrow:before {
    width: 30px;
  }
}
.cms-evenement-boutique-bordeaux .template-star .text-on-image.module .text, .cms-evenement-boutique-mulhouse .template-star .text-on-image.module .text {
  background: transparent;
}
@media screen and (min-width: 1025px) {
  .cms-evenement-boutique-bordeaux .template-star .text-on-image.module .text, .cms-evenement-boutique-mulhouse .template-star .text-on-image.module .text {
    padding: 5rem;
  }
}

.cms-atelier-repetto .atelier-bloc,
.repetto-evenement-appointment-view .atelier-bloc {
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin: 2% 0;
}
.cms-atelier-repetto .atelier-country p,
.repetto-evenement-appointment-view .atelier-country p {
  font-style: inherit;
}
.cms-atelier-repetto .atelier-country h3,
.repetto-evenement-appointment-view .atelier-country h3 {
  margin: 1em 0;
}
.cms-atelier-repetto .atelier-country h4,
.repetto-evenement-appointment-view .atelier-country h4 {
  margin: .1em 0;
}
.cms-atelier-repetto p,
.repetto-evenement-appointment-view p {
  text-align: justify;
}
.cms-atelier-repetto .fields .gender li,
.repetto-evenement-appointment-view .fields .gender li {
  display: inline-block;
}
.cms-atelier-repetto .fields .field,
.repetto-evenement-appointment-view .fields .field {
  display: inline-block;
}
.cms-atelier-repetto .fields .input-box,
.repetto-evenement-appointment-view .fields .input-box {
  display: inherit;
  padding-right: 15px;
}
.cms-atelier-repetto .fields .input-box label,
.repetto-evenement-appointment-view .fields .input-box label {
  padding: 8px 0 0 8px;
}
.cms-atelier-repetto .radio,
.repetto-evenement-appointment-view .radio {
  padding-right: 15px;
}
.cms-atelier-repetto .template-star .image-text.module .text,
.repetto-evenement-appointment-view .template-star .image-text.module .text {
  margin: 0;
}
.cms-atelier-repetto .template-star .text-background.module,
.repetto-evenement-appointment-view .template-star .text-background.module {
  background: inherit;
}
.cms-atelier-repetto .template-star .text-background.module .text .title,
.cms-atelier-repetto .template-star .text-background.module .text p,
.repetto-evenement-appointment-view .template-star .text-background.module .text .title,
.repetto-evenement-appointment-view .template-star .text-background.module .text p {
  color: #000;
}
.cms-atelier-repetto .template-star .text-on-image.module,
.repetto-evenement-appointment-view .template-star .text-on-image.module {
  margin: inherit;
}
.cms-atelier-repetto .template-star .image-text.module,
.repetto-evenement-appointment-view .template-star .image-text.module {
  padding: inherit;
  margin: 2% 0 2%;
}
.cms-atelier-repetto .template-star .module .text .title h2,
.repetto-evenement-appointment-view .template-star .module .text .title h2 {
  font-family: Bellina, Georgia, serif;
  font-weight: normal;
  text-transform: none;
  line-height: 3rem;
  margin: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .cms-atelier-repetto .template-star .image-text.module .text,
  .repetto-evenement-appointment-view .template-star .image-text.module .text {
    width: 100%;
    margin: 2rem auto;
  }
  .cms-atelier-repetto .template-star .text-on-image.module .text,
  .repetto-evenement-appointment-view .template-star .text-on-image.module .text {
    transform: translateX(0.5rem);
  }
  .cms-atelier-repetto .template-star .text-background.module,
  .repetto-evenement-appointment-view .template-star .text-background.module {
    display: flex;
    width: 100%;
    flex-flow: column;
  }
  .cms-atelier-repetto .template-star .text-background.module .image,
  .repetto-evenement-appointment-view .template-star .text-background.module .image {
    order: 2;
  }
}
@media screen and (max-width: 425px) {
  .cms-atelier-repetto .template-star,
  .repetto-evenement-appointment-view .template-star {
    line-height: 2rem;
  }
  .cms-atelier-repetto .template-star .text-on-image.module .text,
  .repetto-evenement-appointment-view .template-star .text-on-image.module .text {
    transform: translateX(0.5rem);
  }
  .cms-atelier-repetto .template-star .text-background.module .image img:first-child,
  .repetto-evenement-appointment-view .template-star .text-background.module .image img:first-child {
    left: -20%;
  }
}
.cms-atelier-repetto .std ul,
.repetto-evenement-appointment-view .std ul {
  list-style: none !important;
}
.cms-atelier-repetto .input-box input,
.repetto-evenement-appointment-view .input-box input {
  height: 40px;
  background-color: #F2F2F2;
  border: none;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  letter-spacing: normal;
  text-transform: none;
  color: #777;
  margin: 0;
  padding: 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cms-atelier-repetto .bloc-bg,
.repetto-evenement-appointment-view .bloc-bg {
  display: flex;
  justify-content: space-around;
  width: 87%;
  position: static;
  margin: 3rem 50% 3rem 4.5rem;
  background: #fff;
  transform: translateX(-0.5rem);
  padding: 2rem;
}
.cms-atelier-repetto .title,
.repetto-evenement-appointment-view .title {
  font-family: Bellina, Georgia, serif;
  font-weight: normal;
  text-transform: none;
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}
.cms-atelier-repetto .g-recaptcha,
.repetto-evenement-appointment-view .g-recaptcha {
  transform: scale(0.82);
  -webkit-transform: scale(0.82);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.cms-atelier-repetto iframe, .cms-atelier-repetto object, .cms-atelier-repetto embed,
.repetto-evenement-appointment-view iframe,
.repetto-evenement-appointment-view object,
.repetto-evenement-appointment-view embed {
  max-width: 100%;
}
.cms-atelier-repetto .form-list input, .cms-atelier-repetto select,
.repetto-evenement-appointment-view .form-list input,
.repetto-evenement-appointment-view select {
  height: 40px;
  background-color: #F2F2F2;
  border: none;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  letter-spacing: normal;
  text-transform: none;
  color: #777;
  margin: 0;
  padding: 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cms-atelier-repetto .footer-page,
.repetto-evenement-appointment-view .footer-page {
  padding: inherit;
}
.cms-atelier-repetto .col-2,
.repetto-evenement-appointment-view .col-2 {
  width: 100% !important;
}
.cms-atelier-repetto .col-1,
.repetto-evenement-appointment-view .col-1 {
  width: 100% !important;
}
.cms-atelier-repetto .col2-set,
.repetto-evenement-appointment-view .col2-set {
  display: flex !important;
}
.cms-atelier-repetto .atelier-form h3,
.repetto-evenement-appointment-view .atelier-form h3 {
  padding-left: 40px;
}
.cms-atelier-repetto .atelier-form .input-text, .cms-atelier-repetto .atelier-form select,
.repetto-evenement-appointment-view .atelier-form .input-text,
.repetto-evenement-appointment-view .atelier-form select {
  height: 40px;
  background-color: #F2F2F2;
  border: none;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  letter-spacing: normal;
  text-transform: none;
  color: #777;
  padding-left: 20px;
}
@media screen and (max-width: 700px) {
  .cms-atelier-repetto .atelier-form .input-text, .cms-atelier-repetto .atelier-form select,
  .repetto-evenement-appointment-view .atelier-form .input-text,
  .repetto-evenement-appointment-view .atelier-form select {
    font-size: .65rem;
    line-height: .75rem;
  }
}
.cms-atelier-repetto .atelier-form .input-text:focus, .cms-atelier-repetto .atelier-form select:focus,
.repetto-evenement-appointment-view .atelier-form .input-text:focus,
.repetto-evenement-appointment-view .atelier-form select:focus {
  background-color: transparent;
  border: 1px solid #ffd6d6;
  outline: none;
}
.cms-atelier-repetto .atelier-form .checkbox,
.cms-atelier-repetto .atelier-form .radio,
.repetto-evenement-appointment-view .atelier-form .checkbox,
.repetto-evenement-appointment-view .atelier-form .radio {
  opacity: 0;
  float: left;
}
.cms-atelier-repetto .atelier-form .checkbox-label,
.repetto-evenement-appointment-view .atelier-form .checkbox-label {
  padding: 0;
  margin-top: -6px;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 100;
  color: #777;
  text-transform: none;
}
@media screen and (max-width: 700px) {
  .cms-atelier-repetto .atelier-form .checkbox-label,
  .repetto-evenement-appointment-view .atelier-form .checkbox-label {
    font-size: .65rem;
    line-height: .75rem;
  }
}
.cms-atelier-repetto .atelier-form .radio-label,
.repetto-evenement-appointment-view .atelier-form .radio-label {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 100;
  color: #777;
  text-transform: none;
}
@media screen and (max-width: 700px) {
  .cms-atelier-repetto .atelier-form .radio-label,
  .repetto-evenement-appointment-view .atelier-form .radio-label {
    font-size: .65rem;
    line-height: .75rem;
  }
}
.cms-atelier-repetto .atelier-form .checkbox + .checkbox-label:before,
.cms-atelier-repetto .atelier-form .radio + .radio-label:before,
.repetto-evenement-appointment-view .atelier-form .checkbox + .checkbox-label:before,
.repetto-evenement-appointment-view .atelier-form .radio + .radio-label:before {
  content: '';
  background-color: #EEEEEE;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  margin-left: -12px;
  margin-right: 15px;
  float: left;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.cms-atelier-repetto .atelier-form .radio + .radio-label:before,
.repetto-evenement-appointment-view .atelier-form .radio + .radio-label:before {
  border-radius: 50%;
  margin-left: -20px;
  margin-right: 10px;
}
.cms-atelier-repetto .atelier-form .checkbox:checked + .checkbox-label:before,
.cms-atelier-repetto .atelier-form .radio:checked + .radio-label:before,
.repetto-evenement-appointment-view .atelier-form .checkbox:checked + .checkbox-label:before,
.repetto-evenement-appointment-view .atelier-form .radio:checked + .radio-label:before {
  background-color: #222;
  -webkit-box-shadow: inset 0 0 0 1px #ffd6d6, inset 0 0 0 4px #fff;
  -moz-box-shadow: inset 0 0 0 1px #ffd6d6, inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 1px #ffd6d6, inset 0 0 0 4px #fff;
}
.cms-atelier-repetto .atelier-form .input-box,
.repetto-evenement-appointment-view .atelier-form .input-box {
  position: relative;
}
.cms-atelier-repetto .atelier-form select,
.repetto-evenement-appointment-view .atelier-form select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cms-atelier-repetto .atelier-form select:focus,
.repetto-evenement-appointment-view .atelier-form select:focus {
  background-color: #F2F2F2;
}
.cms-atelier-repetto .atelier-form input,
.cms-atelier-repetto .atelier-form select,
.repetto-evenement-appointment-view .atelier-form input,
.repetto-evenement-appointment-view .atelier-form select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cms-atelier-repetto .atelier-form input.required-entry.validation-passed,
.cms-atelier-repetto .atelier-form select.required-entry.validation-passed,
.repetto-evenement-appointment-view .atelier-form input.required-entry.validation-passed,
.repetto-evenement-appointment-view .atelier-form select.required-entry.validation-passed {
  border: 1px solid #ffd6d6;
  background-color: transparent;
}
.cms-atelier-repetto .atelier-form input.validation-failed,
.cms-atelier-repetto .atelier-form select.validation-failed,
.repetto-evenement-appointment-view .atelier-form input.validation-failed,
.repetto-evenement-appointment-view .atelier-form select.validation-failed {
  border: 2px solid #ffd6d6;
}
.cms-atelier-repetto .atelier-form input.validation-failed::-webkit-input-placeholder,
.cms-atelier-repetto .atelier-form select.validation-failed::-webkit-input-placeholder,
.repetto-evenement-appointment-view .atelier-form input.validation-failed::-webkit-input-placeholder,
.repetto-evenement-appointment-view .atelier-form select.validation-failed::-webkit-input-placeholder {
  font-weight: 600;
  color: #222;
}
.cms-atelier-repetto .atelier-form input.validation-failed:-ms-input-placeholder,
.cms-atelier-repetto .atelier-form select.validation-failed:-ms-input-placeholder,
.repetto-evenement-appointment-view .atelier-form input.validation-failed:-ms-input-placeholder,
.repetto-evenement-appointment-view .atelier-form select.validation-failed:-ms-input-placeholder {
  font-weight: 600;
  color: #222;
}
.cms-atelier-repetto .atelier-form input.validation-failed:-moz-placeholder,
.cms-atelier-repetto .atelier-form select.validation-failed:-moz-placeholder,
.repetto-evenement-appointment-view .atelier-form input.validation-failed:-moz-placeholder,
.repetto-evenement-appointment-view .atelier-form select.validation-failed:-moz-placeholder {
  font-weight: 600;
  color: #222;
}
.cms-atelier-repetto .atelier-form .validation-advice,
.repetto-evenement-appointment-view .atelier-form .validation-advice {
  font-size: 12px;
  margin: 5px 0;
}
.cms-atelier-repetto .footer-page .page-title h1,
.repetto-evenement-appointment-view .footer-page .page-title h1 {
  padding: initial;
}
@media screen and (max-width: 1024px) {
  .cms-atelier-repetto .footer-page .page-title h1,
  .repetto-evenement-appointment-view .footer-page .page-title h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.cms-atelier-repetto .bloc-bg .atelier-form h2,
.repetto-evenement-appointment-view .bloc-bg .atelier-form h2 {
  position: relative;
  left: 8%;
}
@media screen and (max-width: 900px) {
  .cms-atelier-repetto .bloc-bg .atelier-form h2,
  .repetto-evenement-appointment-view .bloc-bg .atelier-form h2 {
    left: 0;
  }
}
@media screen and (max-width: 900px) {
  .cms-atelier-repetto .atelier-country,
  .repetto-evenement-appointment-view .atelier-country {
    display: none;
  }
  .cms-atelier-repetto .bloc-bg,
  .repetto-evenement-appointment-view .bloc-bg {
    transform: translateX(-2rem);
  }
  .cms-atelier-repetto .std ul,
  .repetto-evenement-appointment-view .std ul {
    padding: 0;
  }
  .cms-atelier-repetto .text-background.module .text,
  .repetto-evenement-appointment-view .text-background.module .text {
    width: 100%;
    margin: 2rem auto;
  }
  .cms-atelier-repetto .image-text.module .image,
  .repetto-evenement-appointment-view .image-text.module .image {
    width: 100%;
    padding: 0 .5rem;
  }
  .cms-atelier-repetto .text-background.module .image,
  .repetto-evenement-appointment-view .text-background.module .image {
    width: 100%;
    height: 445px;
  }
  .cms-atelier-repetto .image-text.module,
  .repetto-evenement-appointment-view .image-text.module {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .cms-atelier-repetto .text-background.module .image,
  .repetto-evenement-appointment-view .text-background.module .image {
    height: 240px;
  }
}
@media screen and (max-width: 425px) {
  .cms-atelier-repetto .atelier-form,
  .repetto-evenement-appointment-view .atelier-form {
    overflow: hidden;
  }
  .cms-atelier-repetto .bloc-bg,
  .repetto-evenement-appointment-view .bloc-bg {
    transform: translateX(-3.5rem);
    width: 90%;
  }
  .cms-atelier-repetto .footer-page .page-title,
  .repetto-evenement-appointment-view .footer-page .page-title {
    position: initial;
  }
  .cms-atelier-repetto .g-recaptcha,
  .repetto-evenement-appointment-view .g-recaptcha {
    transform: scale(0.62);
    -webkit-transform: scale(0.62);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

@media screen and (max-width: 550px) {
  .repetto-evenement-appointment-view .footer-page {
    margin: auto 15px;
  }
}
.repetto-evenement-appointment-view .bloc-bg {
  width: 100%;
  margin: 0;
  padding: 0;
  transform: none;
}
.repetto-evenement-appointment-view .bloc-bg .column-left {
  margin-top: 1em;
}
.repetto-evenement-appointment-view .bloc-bg .form-list {
  padding: 0;
}
.repetto-evenement-appointment-view .bloc-bg .atelier-form h3::after {
  content: "**";
  margin-left: 5px;
}
@media screen and (max-width: 425px) {
  .repetto-evenement-appointment-view .bloc-bg .atelier-form p.required {
    line-height: 1rem;
  }
}
.repetto-evenement-appointment-view .bloc-bg .column-left p {
  line-height: 1rem;
  margin-top: 0;
}
@media screen and (min-width: 900px) {
  .repetto-evenement-appointment-view .bloc-bg .column-left p {
    margin-right: 75px;
  }
}
@media screen and (max-width: 900px) {
  .repetto-evenement-appointment-view .bloc-bg {
    flex-direction: column;
  }
}
@media screen and (min-width: 900px) {
  .repetto-evenement-appointment-view .atelier-bloc {
    margin: 130px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 900px) {
  .repetto-evenement-appointment-view .page-title {
    margin-bottom: 0;
  }
  .repetto-evenement-appointment-view .text-on-image img {
    padding-left: 130px;
    padding-right: 130px;
  }
}
@media screen and (max-width: 550px) {
  .repetto-evenement-appointment-view .page-title {
    left: initial;
    padding: 0;
  }
}

.cms-les-mythiques-repetto .template-star .text-background.module .text .title, .template-star .text-background.module .text p {
  color: #fff;
}

@media all and (min-width: 1440px) {
  .cms-watanabe .wata-img {
    width: auto;
    max-height: 740px;
    margin: 0 auto;
  }

  .cms-watanabe .wata-img {
    width: auto;
    max-height: 740px;
    margin: 0 auto;
  }

  .cms-watanabe .image img {
    width: auto !important;
    max-height: 740px;
    margin: 0 auto;
  }

  .cms-watanabe .second-img-second {
    width: 100%;
    max-height: 520px;
    margin: 0 auto;
  }

  .cms-watanabe .group-second {
    width: auto;
    max-height: 740px;
  }

  .cms-watanabe .content-text {
    position: relative;
    width: 70%;
    float: right;
    padding: 15% 13%;
    right: 16%;
  }

  .cms-watanabe .group-first {
    height: 560px;
  }
}
.cms-watanabe .watanabe-shop {
  position: static;
  margin: 3rem 45% 3rem 2.5rem;
  background: #fff;
  transform: translateX(-0.5rem);
  padding: 2rem;
}
@media all and (max-width: 430px) {
  .cms-watanabe .watanabe-shop {
    margin: 1.5rem;
    transform: none;
    padding: 1rem;
  }
}
@media all and (min-width: 1445px) {
  .cms-watanabe .watanabe-shop {
    margin: 3rem 67% 3rem 2.5rem;
  }
}

.cms-watanabe .text p {
  font-size: 16.01px !important;
}
@media all and (max-width: 1024px) {
  .cms-watanabe .text p {
    font-size: 12px !important;
  }
}

.cms-watanabe .watabutton {
  display: flex;
  justify-content: center;
}

.cms-watanabe .group-second {
  background-color: inherit !important;
  margin-top: 65px;
}
@media all and (max-width: 768px) {
  .cms-watanabe .group-second {
    margin-top: inherit;
  }
}

@media all and (max-width: 480px) {
  .cms-watanabe .group-second:nth-child(3n) {
    flex-direction: column;
    display: flex;
  }
  .cms-watanabe .group-second:nth-child(3n) .img-second {
    order: 2;
  }
}
.cms-watanabe .group-first {
  background-color: inherit !important;
  margin-top: 0;
}

.cms-watanabe .content-text {
  position: relative;
  width: 70%;
  float: right;
  padding: 15% 12%;
  right: 14%;
  font-weight: 200;
}

.cms-watanabe .watanabe-shop-text {
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  align-content: space-between;
  align-items: flex-start;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-align: left;
}
@media all and (max-width: 768px) {
  .cms-watanabe .watanabe-shop-text {
    flex-flow: column;
  }
}

.cms-watanabe ul {
  list-style: none;
}
.cms-watanabe ul.right {
  padding-left: 8%;
}
@media all and (max-width: 768px) {
  .cms-watanabe ul.right {
    padding-left: initial;
  }
}

.video video {
  display: block;
  width: 100%;
}

.video img {
  width: 100%;
}

.cms-watanabe .template-star {
  margin-top: 60px;
}
@media all and (max-width: 768px) {
  .cms-watanabe .template-star {
    margin-top: inherit;
  }
}

.cms-watanabe .template-star .module .text .title strong {
  margin-bottom: inherit;
}
@media all and (min-width: 769px) and (max-width: 1439px) {
  .cms-watanabe .template-star .module .text .title strong {
    font-size: 2.5rem;
  }
}

@media all and (min-width: 769px) and (max-width: 1439px) {
  .cms-watanabe .template-star .module .text .title {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 0;
  }
}

.cms-watanabe .template-star .module .text p {
  margin: 0 0 3% !important;
  padding: 0 2%;
}
@media all and (min-width: 1025px) and (max-width: 1439px) {
  .cms-watanabe .template-star .module .text p {
    font-size: 13.01px !important;
  }
}

@media all and (min-width: 769px) and (max-width: 1024px) {
  .cms-watanabe .template-star .module .text {
    margin: 0 auto;
  }
}

.cms-watanabe .template-star .text-on-image.module {
  margin: inherit;
}
@media all and (max-width: 768px) {
  .cms-watanabe .template-star .text-on-image.module {
    height: 300px !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.cms-watanabe .template-star .text-on-image.module2 {
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.cms-watanabe .synoliafaq-index-index .std p, .cms-page-view .std p, .cms-no-route .std p {
  letter-spacing: .02em;
  text-align: justify;
  font-family: Campton, Helvetica, Arial, sans-serif;
}

@media all and (min-width: 769px) and (max-width: 1024px) {
  .cms-watanabe .content-text {
    padding: 36% 3%;
  }
}
@media all and (max-width: 768px) {
  .cms-watanabe .content-text {
    padding: 10% 3%;
  }
}
@media all and (max-width: 425px) {
  .cms-watanabe .content-text {
    padding: 10% 2% 6%;
    width: 100%;
    right: 0;
  }
}
@media all and (max-width: 425px) {
  .cms-watanabe .group-photo-right:nth-child(2n) {
    padding: 0 1rem;
  }
}
@media all and (max-width: 425px) {
  .cms-watanabe .group-photo-left {
    padding: 0 1rem;
  }
}
@media all and (max-width: 425px) {
  .cms-watanabe .group-photo-left .content-text {
    padding: 10% 2% 2%;
  }
}
@media all and (max-width: 768px) {
  .cms-watanabe .template-star .image-text.module .text {
    margin: 4% auto;
  }
}
@media all and (max-width: 768px) {
  .cms-watanabe .template-star .module .text .title {
    margin-bottom: 0.2rem;
  }
}
@media all and (max-width: 768px) and (min-width: 480px) {
  .cms-watanabe .img-second {
    width: 50%;
    float: left;
  }
}
@media all and (max-width: 768px) and (min-width: 480px) {
  .cms-watanabe .group-photo-left {
    width: 50%;
    float: left;
  }
}
@media all and (max-width: 768px) and (min-width: 480px) {
  .cms-watanabe .group-photo-right {
    width: 50%;
    float: right;
  }
}
@media all and (max-width: 768px) and (min-width: 480px) {
  .cms-watanabe .group-video {
    width: 50%;
    float: right;
  }
}
.cms-watanabe {
  /** videoModal **/
  /* VIDEO*/
  /** Donna Galletta | LIGHTBOX MARKUP **/
  /*Maquette 320px*/
}
.cms-watanabe .videoModal {
  border-radius: 0;
  width: 870px;
  margin: auto;
  display: block;
  top: 10%;
  position: relative;
}
.cms-watanabe .videoModal .modal-header {
  background: #000;
  border: 0;
  color: #fff;
  position: relative;
  height: 35px;
}
.cms-watanabe .videoModal .modal-header h3 {
  font-size: 18px;
  line-height: 22px;
  font-family: Campton, Helvetica, Arial, sans-serif;
  padding: 5px;
  color: #fff !important;
}
.cms-watanabe .videoModal .modal-body {
  height: 489px;
  padding: 0;
  max-height: none;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .cms-watanabe .videoModal .modal-body {
    height: 466px !important;
  }
}
@media all and (max-width: 429px) {
  .cms-watanabe .videoModal .modal-body {
    height: 215px !important;
  }
}
.cms-watanabe .videoModal .modal-footer:empty {
  display: none !important;
}
.cms-watanabe .grid-item a {
  text-decoration: none !important;
}
.cms-watanabe .videoModal .close {
  background: #000;
  border: none;
  color: #fff;
  font-size: 24px;
  margin: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: 0;
  width: 38px;
}
.cms-watanabe .lightbox {
  /** Default lightbox to hidden */
  display: none;
  /** Position and style */
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.cms-watanabe .lightbox:target {
  /** Remove default browser outline */
  outline: none;
  /** Unhide lightbox **/
  display: block;
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .cms-watanabe {
    /** videoModal **/
  }
  .cms-watanabe iframe, .cms-watanabe object, .cms-watanabe embed {
    max-width: 90%;
  }
  .cms-watanabe .content-text p {
    line-height: 12px !important;
  }
  .cms-watanabe .videoModal {
    width: 90% !important;
  }
  .cms-watanabe .videoModal .modal-header {
    width: 90% !important;
    margin: 0 auto;
  }
}
@media all and (min-width: 430px) and (max-width: 768px) {
  .cms-watanabe .videoModal {
    width: 90% !important;
  }
  .cms-watanabe .videoModal .modal-header {
    width: 100% !important;
    margin: 0 auto;
  }
  .cms-watanabe .videoModal .modal-body {
    height: 390px !important;
  }
}
@media all and (max-width: 700px) {
  .cms-watanabe .videoModal {
    width: 90% !important;
  }
  .cms-watanabe .videoModal .modal-header {
    width: 100% !important;
    margin: 0 auto;
  }
  .cms-watanabe .cms-watanabe .synoliafaq-index-index .std p, .cms-watanabe .cms-page-view .std p, .cms-watanabe .cms-no-route .std p {
    line-height: normal;
  }
}

.cms-catalogue .strong {
  font-weight: bold;
}
.cms-catalogue .text-center {
  text-align: center;
}
.cms-catalogue .banner_global_wrapper {
  display: flex;
  position: relative;
  align-items: center;
}
.cms-catalogue .banner_global_wrapper img {
  width: 100%;
}
.cms-catalogue .banner_global_wrapper .banner_text_wrapper {
  position: absolute;
  margin: 0;
  display: inherit;
  padding: 10px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cms-catalogue .banner_global_wrapper .banner_text_wrapper .banner_text {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-family: Mrs Eaves, Georgia, serif;
}
@media screen and (max-width: 1024px) {
  .cms-catalogue .banner_global_wrapper .banner_text_wrapper .banner_text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .cms-catalogue .banner_global_wrapper .banner_text_wrapper .banner_text {
    font-size: 0.9rem;
  }
}
.cms-catalogue .banner_global_wrapper .banner_text_wrapper .banner_text .banner_text_subtitle {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .cms-catalogue .banner_global_wrapper .banner_text_wrapper .banner_text .banner_text_subtitle {
    font-size: 0.6rem;
    width: 100%;
  }
}
.cms-catalogue .two_columns {
  font-family: Mrs Eaves, Georgia, serif;
  color: #020000;
  max-width: 1200px;
  margin: 0 auto;
}
.cms-catalogue .column-catalogue {
  font-family: Campton, Helvetica, Arial, sans-serif;
  float: left;
  width: 50%;
  padding-left: 80px;
  padding-right: 80px;
  text-align: justify;
  line-height: 28px;
  font-size: 0.8rem;
}
.cms-catalogue .column-catalogue button {
  margin-top: 50px;
}
.cms-catalogue .column-catalogue div:last-child {
  text-align: center;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .cms-catalogue .column-catalogue {
    width: 50%;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cms-catalogue .column-catalogue img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .cms-catalogue .column-catalogue {
    width: 100%;
  }
  .cms-catalogue .column-catalogue img {
    margin-bottom: 25px;
  }
}
.cms-catalogue .row-catalogue {
  background: #fef6f7;
  padding-top: 50px;
  padding-bottom: 50px;
}
.cms-catalogue .row-catalogue:after {
  content: "";
  display: table;
  clear: both;
}
.cms-catalogue .horizontal_line {
  border-bottom: 1px solid #ffd6d6;
}
.cms-catalogue .three_colums {
  float: left;
  width: 33.3333%;
}
.cms-catalogue .three_colums a div {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cms-catalogue .bottom-catalogue-dance {
  margin-top: 10px;
  background: none;
  padding: 0;
}
.cms-catalogue .bottom-catalogue-dance a {
  color: black;
}
.cms-catalogue .bottom-catalogue-dance a:hover {
  text-decoration: none;
}
.cms-catalogue #display_form {
  display: none;
}
.cms-catalogue #form-order-catalog form {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.cms-catalogue #form-order-catalog form .form-list {
  padding: 0;
}
.cms-catalogue #form-order-catalog form li {
  list-style: none;
}
.cms-catalogue #form-order-catalog form textarea {
  background: #f2f2f2;
  border: 0;
  margin: 0;
}
.cms-catalogue #form-order-catalog form input.checkbox {
  display: none;
}
.cms-catalogue #form-order-catalog form .checkbox-label {
  font-weight: 300;
  font-size: .7rem;
  color: #222;
  margin: 0;
}
.cms-catalogue #form-order-catalog form .checkbox-label:before {
  content: '';
  background-color: #EEEEEE;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  margin-left: -8px;
  margin-right: 15px;
  float: left;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.cms-catalogue #form-order-catalog form .checkbox:checked + .checkbox-label:before,
.cms-catalogue #form-order-catalog form .radio:checked + .radio-label:before {
  background-color: #222;
  -webkit-box-shadow: inset 0 0 0 1px #ffd6d6, inset 0 0 0 4px #fff;
  -moz-box-shadow: inset 0 0 0 1px #ffd6d6, inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 1px #ffd6d6, inset 0 0 0 4px #fff;
}
.cms-catalogue #form-order-catalog form .buttons-set.form-buttons.btn-only {
  text-align: center;
}
.cms-catalogue #form-order-catalog form .buttons-set button.button {
  float: none;
}
.cms-catalogue input, .cms-catalogue select {
  height: 40px;
  background-color: #F2F2F2;
  border: none;
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  letter-spacing: normal;
  text-transform: none;
  color: #777;
  margin: 0;
  padding: 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cms-catalogue input:focus, .cms-catalogue select:focus {
  background-color: transparent;
  border: 1px solid #ffd6d6;
  outline: none;
}
.cms-catalogue label.required em {
  display: inline;
}
.cms-catalogue textarea {
  width: 100%;
  background: #fff;
  font-family: Campton, Helvetica, Arial, sans-serif;
  border: 1px solid #ffefef;
  max-width: 100%;
  padding: 10px 15px;
  min-height: 6rem;
  margin: 1rem 0;
}
.cms-catalogue textarea:focus {
  background-color: transparent;
  border: 1px solid #ffd6d6;
  outline: none;
}

/** videoModal **/
.videoModal {
  border-radius: 0;
  width: 870px;
  margin: auto;
  display: block;
  top: 10%;
  position: relative;
}

.videoModal .modal-header {
  background: #000;
  border: 0;
  color: #fff;
  position: relative;
  height: 35px;
}

.videoModal .modal-header h3 {
  font-size: 18px;
  line-height: 22px;
  font-family: Campton, Helvetica, Arial, sans-serif;
  padding: 5px;
  color: #fff !important;
}

.videoModal .modal-body {
  height: 489px;
  padding: 0;
  max-height: none;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .videoModal .modal-body {
    height: 250px;
  }
}

.videoModal .modal-footer:empty {
  display: none !important;
}

.grid-item a {
  text-decoration: none !important;
}

.videoModal .close {
  background: #000;
  border: none;
  color: #fff;
  font-size: 24px;
  margin: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: 0;
  width: 38px;
}

/* VIDEO*/
/** Donna Galletta | LIGHTBOX MARKUP **/
.lightbox {
  /** Default lightbox to hidden */
  display: none;
  /** Position and style */
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.lightbox:target {
  /** Remove default browser outline */
  outline: none;
  /** Unhide lightbox **/
  display: block;
}

@media all and (min-width: 769px) and (max-width: 1024px) {
  /** videoModal **/
  iframe, object, embed {
    max-width: 90%;
  }

  .content-text p {
    line-height: 12px !important;
  }

  .videoModal {
    width: 90% !important;
  }

  .videoModal .modal-header {
    width: 90% !important;
    margin: 0 auto;
  }
}
@media all and (min-width: 430px) and (max-width: 768px) {
  .videoModal {
    width: 85% !important;
  }

  .videoModal .modal-header {
    width: 100% !important;
    margin: 0 auto;
  }
}
/*Maquette 320px*/
@media all and (max-width: 700px) {
  .videoModal {
    width: 90% !important;
  }

  .videoModal .modal-header {
    width: 100% !important;
    margin: 0 auto;
  }
}
.cms-ce-monde-parle-ballet {
  /** videoModal **/
  /* VIDEO*/
  /** Donna Galletta | LIGHTBOX MARKUP **/
  /*Maquette 320px*/
}
.cms-ce-monde-parle-ballet .videoModal {
  border-radius: 0;
  width: 80%;
  margin: auto;
  display: block;
  height: 80%;
  top: 10%;
  position: relative;
}
.cms-ce-monde-parle-ballet .videoModal .modal-header {
  background: #000;
  border: 0;
  color: #fff;
  position: relative;
  height: 35px;
}
.cms-ce-monde-parle-ballet .videoModal .modal-header h3 {
  font-size: 18px;
  line-height: 22px;
  font-family: Campton, Helvetica, Arial, sans-serif;
  padding: 5px;
  color: #fff !important;
}
.cms-ce-monde-parle-ballet .videoModal .modal-body {
  height: 100%;
  padding: 0;
  max-height: none;
  overflow: hidden;
  width: 100%;
}
.cms-ce-monde-parle-ballet .videoModal .modal-footer:empty {
  display: none !important;
}
.cms-ce-monde-parle-ballet .grid-item a {
  text-decoration: none !important;
}
.cms-ce-monde-parle-ballet .videoModal .close {
  background: #000;
  border: none;
  color: #fff;
  font-size: 24px;
  margin: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: 0;
  width: 38px;
}
.cms-ce-monde-parle-ballet .lightbox {
  /** Default lightbox to hidden */
  display: none;
  /** Position and style */
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.cms-ce-monde-parle-ballet .lightbox:target {
  /** Remove default browser outline */
  outline: none;
  /** Unhide lightbox **/
  display: block;
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .cms-ce-monde-parle-ballet {
    /** videoModal **/
  }
  .cms-ce-monde-parle-ballet iframe, .cms-ce-monde-parle-ballet object, .cms-ce-monde-parle-ballet embed {
    max-width: 90%;
  }
  .cms-ce-monde-parle-ballet .content-text p {
    line-height: 12px !important;
  }
  .cms-ce-monde-parle-ballet .videoModal {
    width: 93% !important;
  }
  .cms-ce-monde-parle-ballet .videoModal .modal-header {
    width: 90% !important;
    margin: 0 auto;
  }
  .cms-ce-monde-parle-ballet .videoModal .modal-body {
    height: 75%;
  }
}
@media all and (min-width: 430px) and (max-width: 768px) {
  .cms-ce-monde-parle-ballet .videoModal {
    width: 90% !important;
  }
  .cms-ce-monde-parle-ballet .videoModal .modal-header {
    width: 100% !important;
    margin: 0 auto;
  }
  .cms-ce-monde-parle-ballet .videoModal .modal-body {
    height: 250px;
  }
}
@media all and (max-width: 700px) {
  .cms-ce-monde-parle-ballet .videoModal {
    width: 90% !important;
  }
  .cms-ce-monde-parle-ballet .videoModal .modal-header {
    width: 100% !important;
    margin: 0 auto;
  }
  .cms-ce-monde-parle-ballet .videoModal .modal-body {
    height: 250px;
  }
}

.cms-parfum-repetto-le-ballet-blanc .videoModal {
  border-radius: 0;
  width: 80%;
  margin: auto;
  height: 80%;
}
@media screen and (max-width: 768px) {
  .cms-parfum-repetto-le-ballet-blanc .videoModal {
    height: auto;
  }
}
.cms-parfum-repetto-le-ballet-blanc .videoModal .modal-header {
  background: #000;
  border: 0;
  color: #fff;
  position: relative;
  height: 35px;
}
.cms-parfum-repetto-le-ballet-blanc .videoModal .modal-header h3 {
  font-size: 18px;
  line-height: 22px;
  font-family: Campton, Helvetica, Arial, sans-serif;
  padding: 5px;
  color: #fff !important;
}
.cms-parfum-repetto-le-ballet-blanc .videoModal .modal-body {
  height: 100%;
  padding: 0;
  max-height: none;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .cms-parfum-repetto-le-ballet-blanc .videoModal .modal-body {
    height: 489px;
  }
}
@media screen and (max-width: 768px) {
  .cms-parfum-repetto-le-ballet-blanc .videoModal .modal-body {
    height: 250px;
  }
}
.cms-parfum-repetto-le-ballet-blanc .videoModal .modal-footer:empty {
  display: none !important;
}
.cms-parfum-repetto-le-ballet-blanc .videoModal .close {
  background: #000;
  border: none;
  color: #fff;
  font-size: 24px;
  margin: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: 0;
  width: 38px;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.lightbox:target {
  outline: none;
  display: block;
}

.cms-parfum-repetto-le-ballet-blanc #nav li .level-top span {
  float: none;
  padding: 0;
  white-space: inherit;
  font-weight: inherit;
  font-size: .6rem;
}

.cms-parfum-repetto-le-ballet-blanc #nav a.level-top {
  height: auto;
}

.cms-parfum-repetto-le-ballet-blanc .product .button {
  height: 100%;
}

block-background.bx-wrapper {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
  border: inherit;
  margin-bottom: 45px;
}

.slick-slider .slider-prev {
  background-image: url("../images/home2/arrowLeftBlack.png");
  background-repeat: no-repeat;
  width: 45px;
  z-index: 6;
  position: absolute;
  top: 45%;
  bottom: 45%;
  left: 2%;
  height: 85px;
  border: 0;
  background-size: 40px;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 1920px) {
  .slick-slider .slider-prev {
    background-size: 35px;
    left: 5%;
  }
}
@media screen and (max-width: 1610px) {
  .slick-slider .slider-prev {
    background-size: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .slick-slider .slider-prev {
    top: 45%;
    height: 45px;
  }
}
@media screen and (max-width: 640px) {
  .slick-slider .slider-prev {
    background-size: 20px;
    width: 25px;
    top: 44%;
  }
}
.slick-slider .slider-next {
  background-image: url("../images/home2/arrowRightBlack.png");
  background-repeat: no-repeat;
  width: 45px;
  z-index: 6;
  position: absolute;
  top: 45%;
  bottom: 45%;
  right: 2%;
  height: 85px;
  background-size: 40px;
  border: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 1920px) {
  .slick-slider .slider-next {
    right: 4%;
    background-size: 35px;
  }
}
@media screen and (max-width: 1610px) {
  .slick-slider .slider-next {
    background-size: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .slick-slider .slider-next {
    top: 45%;
  }
}
@media screen and (max-width: 640px) {
  .slick-slider .slider-next {
    background-size: 20px;
    width: 25px;
    height: 40px;
    top: 44%;
  }
}
.slick-slider .product-prev {
  background-image: url("../images/home2/arrowLtBlk.svg");
  background-repeat: no-repeat;
  width: 55px;
  background-size: 25px;
  z-index: 6;
  position: absolute;
  top: 45%;
  bottom: 45%;
  left: 0;
  height: 45px;
  border: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 1920px) {
  .slick-slider .product-prev {
    left: 1%;
  }
}
@media screen and (max-width: 1024px) {
  .slick-slider .product-prev {
    background-size: 18px;
  }
}
.slick-slider .product-next {
  background-image: url("../images/home2/arrowRtBlk.svg");
  background-repeat: no-repeat;
  width: 3%;
  background-size: 25px;
  z-index: 6;
  height: 45px;
  position: absolute;
  top: 45%;
  bottom: 45%;
  right: 0;
  border: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .slick-slider .product-next {
    background-size: 18px;
  }
}
.slick-slider .slider-content {
  position: relative;
}
@media screen and (max-width: 640px) {
  .slick-slider .slider-content .ss-desktop {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .slick-slider .slider-content .bloc-image-desktop {
    display: none;
  }
}
.slick-slider .slider-content .bloc-image-mobile {
  display: none;
}
@media screen and (max-width: 640px) {
  .slick-slider .slider-content .bloc-image-mobile {
    display: block;
  }
}
.slick-slider .slider-content .ss-mobile {
  display: none;
}
@media screen and (max-width: 640px) {
  .slick-slider .slider-content .ss-mobile {
    display: block;
  }
}
.slick-slider .slider-content img {
  width: 100%;
  max-width: 1920px !important;
  margin: 0 auto;
  outline: none;
}
.slick-slider .slider-content a {
  text-decoration: none;
  outline: none;
}
.slick-slider .slider-content .slide-text {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .slick-slider .slider-content .slide-text {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    display: inline-table;
  }
}
.slick-slider .slider-content .slide-text.desktop-top {
  top: 2%;
  margin: 2rem 0 0 0;
}
.slick-slider .slider-content .slide-text.desktop-middle {
  top: 45%;
}
.slick-slider .slider-content .slide-text.desktop-bottom {
  top: auto;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 425px) {
  .slick-slider .slider-content .slide-text.mobile-top {
    top: 7%;
    max-height: -webkit-fill-available;
  }
}
@media screen and (max-width: 425px) {
  .slick-slider .slider-content .slide-text.mobile-middle {
    top: 49%;
  }
}
@media screen and (max-width: 375px) {
  .slick-slider .slider-content .slide-text.mobile-middle {
    top: 50%;
  }
}
@media screen and (max-width: 320px) {
  .slick-slider .slider-content .slide-text.mobile-middle {
    top: 51%;
  }
}
@media screen and (max-width: 425px) {
  .slick-slider .slider-content .slide-text.mobile-bottom {
    top: 80%;
  }
}
.slick-slider .slider-content .slide-text p {
  text-align: center !important;
}
.slick-slider .slider-content .slide-text .slide-title {
  margin-bottom: .5rem;
}
@media screen and (max-width: 425px) {
  .slick-slider .slider-content .slide-text .slide-title {
    display: none;
  }
}
.slick-slider .slider-content .slide-text .slide-title.slide-title-mobile {
  display: none;
}
@media screen and (max-width: 425px) {
  .slick-slider .slider-content .slide-text .slide-title.slide-title-mobile {
    display: block;
  }
}
.slick-slider .slider-content .slide-text .slide-title h2 {
  font-size: 2rem;
  color: #000;
  line-height: 2rem;
  font-style: inherit;
  margin: 0;
  text-transform: none;
}
@media screen and (max-width: 1440px) {
  .slick-slider .slider-content .slide-text .slide-title h2 {
    padding: 0 12%;
  }
}
@media screen and (max-width: 768px) {
  .slick-slider .slider-content .slide-text .slide-title h2 {
    padding: 0 10%;
    font-size: 1rem;
  }
}
@media screen and (max-width: 320px) {
  .slick-slider .slider-content .slide-text .slide-title h2 {
    padding: 0 12%;
  }
}
.slick-slider .slider-content .slide-text .slide-subtitle {
  width: 35%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .slick-slider .slider-content .slide-text .slide-subtitle {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .slick-slider .slider-content .slide-text .slide-subtitle {
    width: 90%;
  }
}
.slick-slider .slider-content .slide-text .slide-subtitle p {
  font-size: 0.7rem;
  color: #000;
  font-style: inherit;
  margin: 0 0 0.5em;
  text-transform: none;
  font-family: Gotham, sans-serif;
}
@media screen and (max-width: 768px) {
  .slick-slider .slider-content .slide-text .slide-subtitle p {
    font-size: 14px;
  }
}
.slick-slider .slider-content .slide-text .slide-link a {
  font-size: 12px;
  color: #000;
  font-style: inherit;
  text-decoration: underline;
  padding: 0 0.4%;
}
@media screen and (max-width: 768px) {
  .slick-slider .slider-content .slide-text .slide-link a {
    font-size: 10px;
  }
}

.bloc-slider.slick-slider {
  height: 720px;
}
@media screen and (max-width: 1024px) {
  .bloc-slider.slick-slider {
    height: 387px;
  }
}
@media screen and (max-width: 768px) {
  .bloc-slider.slick-slider {
    height: 290px;
  }
}
@media screen and (max-width: 425px) {
  .bloc-slider.slick-slider {
    height: 453px;
    margin-top: 1rem !important;
  }
}
@media screen and (max-width: 375px) {
  .bloc-slider.slick-slider {
    height: 400px;
  }
}
@media screen and (max-width: 320px) {
  .bloc-slider.slick-slider {
    height: 341px;
    margin-top: 2rem !important;
  }
}

.first_block {
  margin: 0 auto 1rem !important;
}
.first_block.main-title {
  margin-top: 1rem;
}
.first_block.main-title .new-bloc-title h2 {
  font-size: 2rem;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  .first_block.main-title .new-bloc-title h2 {
    font-size: 1.4rem;
  }
}
.first_block.main-title p {
  line-height: 1.6;
  width: 50%;
  margin: 0 auto !important;
  text-align: center;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .first_block.main-title p {
    width: 90%;
    text-align: center;
  }
}

.new {
  margin: 1rem auto 0;
}
@media screen and (max-width: 425px) {
  .new {
    margin: 0rem auto 0;
  }
}
.new .new-bloc-title {
  text-align: center;
}
.new .new-bloc-title h2 {
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  font-style: inherit;
  margin: 0;
  color: #000;
  text-transform: uppercase;
}
.new .new-bloc-title a {
  color: #777;
  font-size: 0.5rem;
  text-decoration: underline;
  font-family: Gotham, sans-serif;
}
.new .new-bloc-title p {
  margin: 0;
  font-family: Gotham, sans-serif;
  font-size: 0.7rem;
}

.blocHP {
  margin: 1rem auto;
}
.blocHP.block-background {
  background-color: #fafafa;
  margin: 1rem auto;
  padding: 1rem 0;
}
.blocHP.block-background .blocHP_content.one_image_by_line .img-category.bloc_text .text {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .blocHP.block-background {
    padding: 1rem;
  }
}
.blocHP .blocHP_content {
  max-width: 1920px !important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.blocHP .blocHP_content .text {
  text-align: center;
}
.blocHP .blocHP_content .text.image_and_text {
  padding: 1rem 0 0;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content .text.image_and_text {
    padding: 1rem 0 2rem;
  }
}
.blocHP .blocHP_content .text .title h3 {
  font-size: 0.7rem;
  margin: 0;
  text-transform: none;
  color: #222;
  font-family: Gotham, sans-serif;
}
.blocHP .blocHP_content .text .subtitle p {
  font-size: 0.6rem;
  color: #222;
  margin: 0;
  font-family: Gotham, sans-serif;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content .text {
    padding: 1rem 0 2rem;
  }
}
.blocHP .blocHP_content .img-category {
  margin: 0 0.5rem;
}
.blocHP .blocHP_content .img-category.bloc_text {
  align-self: center;
}
.blocHP .blocHP_content .img-category.bloc_text .text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content .img-category.bloc_text .text {
    padding: 0 0 2rem;
  }
}
.blocHP .blocHP_content .img-category.last.bloc_text {
  align-self: center;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content .img-category.last.bloc_text .text {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content .img-category.last .text {
    padding: 1rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content .img-category {
    margin: 0;
  }
}
.blocHP .blocHP_content .video.no-text iframe {
  margin: 0 0 1rem;
}
.blocHP .blocHP_content.one_image_by_line {
  margin: 0 auto;
}
.blocHP .blocHP_content.one_image_by_line img {
  margin: 0 auto;
  outline: none;
}
.blocHP .blocHP_content.one_image_by_line a {
  text-decoration: none;
  outline: none;
}
.blocHP .blocHP_content.one_image_by_line .img-category.bloc_text {
  width: 100%;
  /*
  @media screen and (max-width: 768px) {
      margin: 0;
  }
  */
}
.blocHP .blocHP_content.one_image_by_line .img-category.bloc_text .text {
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.one_image_by_line .img-category.bloc_text .text {
    margin: 0;
  }
}
.blocHP .blocHP_content.one_image_by_line video {
  width: 100%;
  height: 720px;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.one_image_by_line video {
    height: inherit;
  }
}
.blocHP .blocHP_content.two_images_by_line .img-category {
  width: 520px;
  /*
  .bloc-image-desktop {
      @media screen and (max-width: 768px) {
          display: none;
      }
  }
  */
}
.blocHP .blocHP_content.two_images_by_line .img-category.bloc_text {
  align-self: flex-start;
}
.blocHP .blocHP_content.two_images_by_line .img-category.bloc_text .text {
  height: 455px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}
@media screen and (max-width: 1024px) {
  .blocHP .blocHP_content.two_images_by_line .img-category.bloc_text .text {
    height: 430px;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.two_images_by_line .img-category.bloc_text .text {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.two_images_by_line .img-category.bloc_text {
    /* margin: 0 0 2rem; */
  }
}
.blocHP .blocHP_content.two_images_by_line .img-category img {
  margin: 0 auto;
}
.blocHP .blocHP_content.two_images_by_line .img-category .bloc-image-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.two_images_by_line .img-category .bloc-image-mobile {
    display: block;
    margin: 0 auto;
  }
}
.blocHP .blocHP_content.two_images_by_line .img-category .video iframe {
  width: 100%;
  height: 453px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .blocHP .blocHP_content.two_images_by_line .img-category .video iframe {
    height: 430px;
  }
}
.blocHP .blocHP_content.two_images_by_line .img-category .video .text {
  padding: 1rem 0 0;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.two_images_by_line .img-category .video .text {
    padding: 1rem 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.two_images_by_line .img-category.last .video .text {
    padding: 1rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.two_images_by_line .img-category.last.bloc_text .text {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.two_images_by_line .img-category {
    width: initial;
  }
  .blocHP .blocHP_content.two_images_by_line .img-category video {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.two_images_by_line {
    display: initial;
    justify-content: unset;
    align-items: unset;
  }
}
.blocHP .blocHP_content.three_images_by_line .img-category {
  width: 512px;
}
.blocHP .blocHP_content.three_images_by_line .img-category.bloc_text {
  align-self: flex-start;
}
.blocHP .blocHP_content.three_images_by_line .img-category.bloc_text .text {
  height: 678px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}
@media screen and (max-width: 1440px) {
  .blocHP .blocHP_content.three_images_by_line .img-category.bloc_text .text {
    height: 428px;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_by_line .img-category.bloc_text .text {
    padding: 0;
    margin: 0 0 2rem;
    height: auto;
  }
}
.blocHP .blocHP_content.three_images_by_line .img-category img {
  margin: 0 auto;
}
.blocHP .blocHP_content.three_images_by_line .img-category .video iframe {
  width: 100%;
  height: 678px;
  display: block;
  /* margin: 0 0 1rem; */
}
@media screen and (max-width: 1440px) {
  .blocHP .blocHP_content.three_images_by_line .img-category .video iframe {
    height: 426px;
  }
}
.blocHP .blocHP_content.three_images_by_line .img-category .video .text {
  padding: 1rem 0 0;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_by_line .img-category .video .text {
    padding: 0rem 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_by_line .img-category.last .video .text {
    padding: 1rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_by_line .img-category.last.bloc_text .text {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_by_line .img-category {
    width: initial;
  }
  .blocHP .blocHP_content.three_images_by_line .img-category video {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_by_line {
    display: initial;
    justify-content: unset;
    align-items: unset;
  }
}
.blocHP .blocHP_content.four_images_by_line .img-category {
  width: 380px;
  align-self: flex-start;
}
@media screen and (max-width: 425px) {
  .blocHP .blocHP_content.four_images_by_line .img-category.left {
    margin: 0 1rem 1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.four_images_by_line .img-category.left.last_line {
    margin: 0 1rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.four_images_by_line .img-category .text.image_and_text {
    padding: 1rem 0 0;
  }
}
.blocHP .blocHP_content.four_images_by_line .img-category.bloc_text {
  align-self: flex-start;
}
.blocHP .blocHP_content.four_images_by_line .img-category.bloc_text .text {
  height: 340px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}
@media screen and (max-width: 1440px) {
  .blocHP .blocHP_content.four_images_by_line .img-category.bloc_text .text {
    height: 301px;
  }
}
@media screen and (max-width: 1024px) {
  .blocHP .blocHP_content.four_images_by_line .img-category.bloc_text .text {
    height: 210px;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.four_images_by_line .img-category.bloc_text .text {
    /* height: 150px; */
    height: auto;
    padding: 0;
  }
}
@media screen and (max-width: 375px) {
  .blocHP .blocHP_content.four_images_by_line .img-category.bloc_text .text {
    height: 137px;
  }
}
@media screen and (max-width: 425px) {
  .blocHP .blocHP_content.four_images_by_line .img-category.bloc_text.last_line .text {
    padding: 0;
  }
}
@media screen and (max-width: 425px) {
  .blocHP .blocHP_content.four_images_by_line .img-category.bloc_text.last_line .text.image_and_text {
    padding: 1rem 0 0;
  }
}
@media screen and (max-width: 425px) {
  .blocHP .blocHP_content.four_images_by_line .img-category.last_line .text {
    padding: 1rem 0 0;
  }
}
@media screen and (max-width: 425px) {
  .blocHP .blocHP_content.four_images_by_line .img-category.last_line .text.image_and_text {
    padding: 1rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.four_images_by_line .img-category.last_line {
    margin: 0;
  }
}
.blocHP .blocHP_content.four_images_by_line .img-category .video iframe {
  width: 100%;
  height: 340px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .blocHP .blocHP_content.four_images_by_line .img-category .video iframe {
    height: 301px;
  }
}
@media screen and (max-width: 1024px) {
  .blocHP .blocHP_content.four_images_by_line .img-category .video iframe {
    height: 210px;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.four_images_by_line .img-category .video iframe {
    height: 150px;
    padding: 0;
  }
}
@media screen and (max-width: 375px) {
  .blocHP .blocHP_content.four_images_by_line .img-category .video iframe {
    height: 137px;
  }
}
@media screen and (max-width: 320px) {
  .blocHP .blocHP_content.four_images_by_line .img-category .video iframe {
    height: 115px;
  }
}
.blocHP .blocHP_content.four_images_by_line .img-category .video .text {
  padding: 1rem 0 0;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.four_images_by_line .img-category .video .text {
    padding: 1rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.four_images_by_line .img-category.last .video .text {
    padding: 1rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.four_images_by_line .img-category {
    margin: 0 1rem 0 0;
  }
}
@media screen and (max-width: 425px) {
  .blocHP .blocHP_content.four_images_by_line .img-category {
    flex: 44%;
    max-width: 44%;
    margin: 0;
  }
  .blocHP .blocHP_content.four_images_by_line .img-category video {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .blocHP .blocHP_content.four_images_by_line .img-category {
    flex: 46%;
    max-width: 46%;
  }
}
@media screen and (max-width: 425px) {
  .blocHP .blocHP_content.four_images_by_line {
    flex-wrap: wrap;
  }
}
.blocHP .blocHP_content.four_images_by_line.block-background .fibl .img-category:first-child .title {
  margin-bottom: 0rem;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_left .img-category .bloc-image-desktop {
    display: none;
  }
}
.blocHP .blocHP_content.three_images_in_block_left .img-category .bloc-image-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_left .img-category .bloc-image-mobile {
    display: block;
  }
}
.blocHP .blocHP_content.three_images_in_block_left .img-category .text.image_and_text {
  padding: 0.3rem 0 0;
}
.blocHP .blocHP_content.three_images_in_block_left .img-category .text .subtitle.bloc-text-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_left .img-category .text {
    padding: 0;
  }
}
.blocHP .blocHP_content.three_images_in_block_left .img-category img {
  margin: 0 auto;
}
.blocHP .blocHP_content.three_images_in_block_left .left {
  width: 329px;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_left .left .img-category {
    margin: 0 0 1rem 0;
  }
}
.blocHP .blocHP_content.three_images_in_block_left .left .bloc_text {
  display: flex;
}
.blocHP .blocHP_content.three_images_in_block_left .left .bloc_text .text {
  height: 465px;
  width: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_left .left .bloc_text .text {
    width: 100%;
    height: auto;
  }
}
.blocHP .blocHP_content.three_images_in_block_left .left .video iframe {
  width: 100%;
  height: 465px;
  display: block;
}
.blocHP .blocHP_content.three_images_in_block_left .left .video .text {
  padding: 0.3rem 0 0;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_left .left .video .text {
    padding: 1rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_left .left {
    width: 100%;
  }
  .blocHP .blocHP_content.three_images_in_block_left .left video {
    width: 100%;
  }
}
.blocHP .blocHP_content.three_images_in_block_left .right {
  width: 660px;
}
.blocHP .blocHP_content.three_images_in_block_left .right .img-category.bloc_text {
  display: flex;
}
.blocHP .blocHP_content.three_images_in_block_left .right .img-category.bloc_text.right_top .text {
  height: 235px;
  width: 640px;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
}
.blocHP .blocHP_content.three_images_in_block_left .right .img-category.bloc_text.right_top .text .subtitle.bloc-text-mobile {
  display: block;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_left .right .img-category.bloc_text.right_top .text {
    width: 100%;
    height: auto;
  }
}
.blocHP .blocHP_content.three_images_in_block_left .right .img-category.bloc_text.right_bottom {
  margin: 0 0.5rem 0 0.5rem;
}
.blocHP .blocHP_content.three_images_in_block_left .right .img-category.bloc_text.right_bottom .text {
  margin: 0 auto;
  height: 210px;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 640px;
  padding: 1rem;
}
.blocHP .blocHP_content.three_images_in_block_left .right .img-category.bloc_text.right_bottom .text .title, .blocHP .blocHP_content.three_images_in_block_left .right .img-category.bloc_text.right_bottom .text .subtitle {
  align-self: center;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_left .right .img-category.bloc_text.right_bottom .text {
    width: 100%;
    height: auto;
  }
}
.blocHP .blocHP_content.three_images_in_block_left .right .img-category.right_top .text.image_and_text {
  padding: 0.3rem 0 1rem;
}
.blocHP .blocHP_content.three_images_in_block_left .right .img-category.right_top .video iframe {
  width: 100%;
  height: 212px;
  display: block;
}
.blocHP .blocHP_content.three_images_in_block_left .right .img-category.right_top .video .text {
  padding: 0.3rem 0 1rem;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_left .right .img-category.right_top .video .text {
    padding: 1rem 0 1rem;
  }
}
.blocHP .blocHP_content.three_images_in_block_left .right .img-category.right_top .video.no-text {
  margin: 0 0 45px;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_left .right .img-category.right_top .video.no-text {
    margin: 0 0 1rem;
  }
}
.blocHP .blocHP_content.three_images_in_block_left .right .img-category.right_bottom {
  margin: 0 0.5rem 0 0.5rem;
}
.blocHP .blocHP_content.three_images_in_block_left .right .img-category.right_bottom .text {
  /*
  height: 235px;
  border: 1px blueviolet solid;
  */
  margin: 0 auto;
}
.blocHP .blocHP_content.three_images_in_block_left .right .img-category.right_bottom .video iframe {
  width: 100%;
  height: 209px;
  display: block;
}
.blocHP .blocHP_content.three_images_in_block_left .right .img-category.right_bottom .video .text {
  padding: 0.3rem 0 0;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_left .right .img-category.right_bottom .video .text {
    padding: 1rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_left .right .img-category.right_bottom {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_left .right {
    width: 100%;
  }
  .blocHP .blocHP_content.three_images_in_block_left .right video {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_left {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_right .img-category .bloc-image-desktop {
    display: none;
  }
}
.blocHP .blocHP_content.three_images_in_block_right .img-category .bloc-image-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_right .img-category .bloc-image-mobile {
    display: block;
  }
}
.blocHP .blocHP_content.three_images_in_block_right .img-category .text.image_and_text {
  padding: 0.3rem 0 0;
}
.blocHP .blocHP_content.three_images_in_block_right .img-category .text .subtitle.bloc-text-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_right .img-category .text {
    padding: 0;
  }
}
.blocHP .blocHP_content.three_images_in_block_right .img-category img {
  margin: 0 auto;
}
.blocHP .blocHP_content.three_images_in_block_right .right {
  width: 329px;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_right .right .img-category {
    margin: 0;
  }
}
.blocHP .blocHP_content.three_images_in_block_right .right .bloc_text {
  display: flex;
}
.blocHP .blocHP_content.three_images_in_block_right .right .bloc_text .text {
  height: 465px;
  width: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_right .right .bloc_text .text {
    width: 100%;
    height: auto;
    padding: 0 1rem;
  }
}
.blocHP .blocHP_content.three_images_in_block_right .right .video iframe {
  width: 100%;
  height: 465px;
  display: block;
}
.blocHP .blocHP_content.three_images_in_block_right .right .video .text {
  padding: 0.3rem 0 0;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_right .right .video .text {
    padding: 1rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_right .right {
    width: 100%;
  }
  .blocHP .blocHP_content.three_images_in_block_right .right video {
    width: 100%;
  }
}
.blocHP .blocHP_content.three_images_in_block_right .left {
  width: 660px;
}
.blocHP .blocHP_content.three_images_in_block_right .left .img-category.bloc_text {
  display: flex;
}
.blocHP .blocHP_content.three_images_in_block_right .left .img-category.bloc_text.left_top .text {
  height: 235px;
  width: 640px;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
}
.blocHP .blocHP_content.three_images_in_block_right .left .img-category.bloc_text.left_top .text .subtitle.bloc-text-mobile {
  display: block;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_right .left .img-category.bloc_text.left_top .text {
    width: 100%;
    height: auto;
  }
}
.blocHP .blocHP_content.three_images_in_block_right .left .img-category.bloc_text.left_bottom .text {
  margin: 0 auto;
  height: 210px;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 640px;
  padding: 1rem;
}
.blocHP .blocHP_content.three_images_in_block_right .left .img-category.bloc_text.left_bottom .text .title, .blocHP .blocHP_content.three_images_in_block_right .left .img-category.bloc_text.left_bottom .text .subtitle {
  align-self: center;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_right .left .img-category.bloc_text.left_bottom .text {
    width: 100%;
    height: auto;
  }
}
.blocHP .blocHP_content.three_images_in_block_right .left .img-category.left_top .text.image_and_text {
  padding: 0.3rem 0 1rem;
}
.blocHP .blocHP_content.three_images_in_block_right .left .img-category.left_top .video iframe {
  width: 100%;
  height: 212px;
  display: block;
}
.blocHP .blocHP_content.three_images_in_block_right .left .img-category.left_top .video .text {
  padding: 0.3rem 0 1rem;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_right .left .img-category.left_top .video .text {
    padding: 1rem 0 1rem;
  }
}
.blocHP .blocHP_content.three_images_in_block_right .left .img-category.left_top .video.no-text {
  margin: 0 0 45px;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_right .left .img-category.left_top .video.no-text {
    margin: 0 0 1rem;
  }
}
.blocHP .blocHP_content.three_images_in_block_right .left .img-category.left_bottom {
  margin: 0 0.5rem 0 0.5rem;
}
.blocHP .blocHP_content.three_images_in_block_right .left .img-category.left_bottom .text {
  /*
  height: 235px;
  border: 1px blueviolet solid;
  */
  margin: 0 auto;
}
.blocHP .blocHP_content.three_images_in_block_right .left .img-category.left_bottom .video iframe {
  width: 100%;
  height: 209px;
  display: block;
}
.blocHP .blocHP_content.three_images_in_block_right .left .img-category.left_bottom .video .text {
  padding: 0.3rem 0 0;
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_right .left .img-category.left_bottom .video .text {
    padding: 1rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_right .left .img-category.left_bottom {
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_right .left {
    width: 100%;
  }
  .blocHP .blocHP_content.three_images_in_block_right .left video {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .blocHP .blocHP_content.three_images_in_block_right {
    flex-wrap: wrap;
  }
}
.blocHP .blocHP_content_productlist {
  max-width: 1920px !important;
  margin: 0 auto;
  justify-content: center;
}
.blocHP .blocHP_content_productlist.productlist .new-product-list {
  padding: 0 5%;
  text-align: center;
}
.blocHP .blocHP_content_productlist.productlist .new-product-list .img-productlist .img-product img {
  margin: 0 auto;
  /* padding-bottom: 1rem; */
}
.blocHP .blocHP_content_productlist.productlist .new-product-list .img-productlist .img-product .new-product {
  font-size: .4rem;
  color: #222;
  font-family: Gotham-b, sans-serif;
  display: inline-block;
  padding-left: 4%;
  position: relative;
  top: -8px;
}
@media screen and (max-width: 1024px) {
  .blocHP .blocHP_content_productlist.productlist .new-product-list .img-productlist .img-product .new-product {
    font-size: .5rem;
  }
}
.blocHP .blocHP_content_productlist.productlist .new-product-list .img-productlist .img-product h3 {
  display: inline-block;
  font-family: Gotham, sans-serif;
  text-align: center;
  font-size: 0.7rem;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  font-style: inherit;
  margin: 0 auto;
}
.blocHP .blocHP_content_productlist.productlist .new-product-list .img-productlist .img-product span {
  font-size: 0.7rem;
  color: #222;
  font-family: Gotham, sans-serif;
}
.blocHP .blocHP_content_productlist.productlist .new-product-list .img-productlist .img-product a {
  color: #777;
  text-decoration: none;
  outline: none;
}
.blocHP .blocHP_content_productlist.productlist .new-product-list .img-productlist .img-product .prix-barre {
  display: inline-flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  outline: none;
  text-decoration: none;
}
.blocHP .blocHP_content_productlist.productlist .new-product-list .img-productlist .img-product .prix-barre p {
  font-size: 17px;
}
.blocHP .blocHP_content_productlist.productlist .new-product-list .img-productlist .img-product .prix-barre .price-barre {
  margin: 0 4%;
  font-family: Gotham, sans-serif;
  color: #b6b6b6;
  text-decoration: line-through;
  text-decoration-color: #777;
  text-decoration-style: solid;
}
.blocHP .blocHP_content_productlist.productlist .new-product-list .img-productlist .img-product .prix-barre .prix-pourcentage {
  font-family: Gotham, sans-serif;
  color: #b6b6b6;
}
.blocHP .blocHP_content_productlist.productlist .new-product-list.oneproduct .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}
.blocHP .blocHP_content_productlist.ballerine .slick-track {
  margin-top: -150px;
}
@media screen and (max-width: 1024px) {
  .blocHP .blocHP_content_productlist.ballerine .slick-track {
    margin-top: -100px;
  }
}
@media screen and (max-width: 425px) {
  .blocHP .blocHP_content_productlist.ballerine .slick-track {
    margin-top: -50px;
  }
}
.blocHP .blocHP_content_productlist.talon .slick-track {
  margin-top: -125px;
}
@media screen and (max-width: 1024px) {
  .blocHP .blocHP_content_productlist.talon .slick-track {
    margin-top: -80px;
  }
}
@media screen and (max-width: 425px) {
  .blocHP .blocHP_content_productlist.talon .slick-track {
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .blocHP {
    margin: 1rem;
  }
  .blocHP.bloc-slider {
    margin: 0;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  iframe {
    max-width: initial;
  }
}

/**********************************************************************************************************************/
/********************************** Code below has to be cleanup and remove *******************************************/
/**********************************************************************************************************************/
.banner-new img {
  margin: 0 auto;
}

.video-block {
  padding: 0 5%;
  max-width: 1280px;
  margin: 1rem auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .video-block {
    padding: 0;
  }
}
.video-block .img-video {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.video-block .img-video2 {
  position: absolute;
  width: auto;
  height: 80px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .video-block .img-video2 {
    height: 60px;
  }
}
@media screen and (max-width: 640px) {
  .video-block .img-video2 {
    height: 40px;
  }
}
.video-block .video {
  display: none;
  position: relative;
  z-index: 2;
  text-align: center;
  top: 0;
  left: 0;
  padding-bottom: 42.25%;
  padding-top: 25px;
  height: 0;
}
@media screen and (max-width: 1920px) {
  .video-block .video {
    padding-bottom: 56.25%;
  }
}
.video-block .video iframe {
  width: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .video-block .video iframe {
    max-width: none;
  }
}
@media screen and (max-width: 1920px) {
  .video-block .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.pictos_reassurance {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1920px;
  padding: 2rem 0 1rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .pictos_reassurance {
    flex-wrap: wrap;
  }
}
.pictos_reassurance .pictos {
  width: 20.3333%;
}
@media screen and (max-width: 640px) {
  .pictos_reassurance .pictos {
    width: 34%;
  }
}
.pictos_reassurance .pictos img {
  width: auto;
  height: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .pictos_reassurance .pictos img {
    height: 30px;
  }
}
.pictos_reassurance .pictos p {
  width: 100%;
  text-align: center;
  padding-top: 1rem;
}
.pictos_reassurance .pictos a {
  text-decoration: none;
}

.three_images_by_line {
  margin: 1rem auto 0rem;
  /* padding: 0 5%; */
  max-width: 1920px;
}
.three_images_by_line .tibl {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 640px) {
  .three_images_by_line .tibl {
    display: block;
    justify-content: inherit;
  }
}
.three_images_by_line .tibl .img-category {
  width: 32.333%;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .three_images_by_line .tibl .img-category {
    width: 100%;
    margin-bottom: 1rem;
  }
  .three_images_by_line .tibl .img-category:last-child {
    margin-bottom: 1rem;
  }
}
.three_images_by_line .tibl .img-category img {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .three_images_by_line .tibl .img-category img {
    margin: 0 auto;
  }
}
.three_images_by_line .tibl .title {
  text-align: center;
  font-size: 0.7rem;
  color: #222;
  font-family: Gotham, sans-serif;
  padding-top: 1rem;
  margin: 0 auto;
  font-style: inherit;
  text-transform: none;
}
.three_images_by_line .tibl .subtitle {
  text-align: center;
  font-size: 0.7rem;
  color: #222;
  font-family: Gotham, sans-serif;
  margin: 0 auto;
  line-height: inherit;
  font-style: inherit;
}
.three_images_by_line .tibl a {
  color: #777;
  text-decoration: none;
}
.three_images_by_line .tibl .img-productlist img {
  width: 94%;
}
.three_images_by_line .tibl .img-productlist .new-product {
  font-size: .6rem;
  color: #222;
  font-family: Gotham-b, sans-serif;
  display: inline-block;
  padding-left: 4%;
  position: relative;
  top: -8px;
}
@media screen and (max-width: 1024px) {
  .three_images_by_line .tibl .img-productlist .new-product {
    font-size: .5rem;
  }
}
.three_images_by_line .tibl .img-productlist .nw-pdct {
  text-align: center;
}
.three_images_by_line .tibl .img-productlist p {
  display: inline-block;
  font-family: Gotham, sans-serif;
  text-align: center;
  font-size: 0.7rem;
  color: #222;
  font-style: inherit;
  margin: 0 auto;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .three_images_by_line .tibl .img-productlist p {
    font-size: 16px;
  }
}
.three_images_by_line .tibl .img-productlist span {
  font-size: 0.7rem;
  color: #222;
  font-family: Gotham-b, sans-serif;
}
@media screen and (max-width: 640px) {
  .three_images_by_line .tibl .img-productlist span {
    font-size: 14px;
  }
}
.three_images_by_line .tibl .img-productlist a {
  color: #777;
  text-decoration: none;
  outline: none;
}
.three_images_by_line .tibl .img-productlist .prix-barre {
  display: inline-flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  outline: none;
  text-decoration: none;
}
.three_images_by_line .tibl .img-productlist .prix-barre p {
  font-size: 17px;
}
.three_images_by_line .tibl .img-productlist .prix-barre .price-barre {
  margin: 0 4%;
  font-family: Gotham, sans-serif;
  color: #b6b6b6;
  text-decoration: line-through;
  text-decoration-color: #777;
  text-decoration-style: solid;
}
.three_images_by_line .tibl .img-productlist .prix-barre .prix-pourcentage {
  font-family: Gotham, sans-serif;
  color: #b6b6b6;
}

.four_images_line {
  margin: 1rem auto;
  padding: 0 5%;
  max-width: 1280px;
}
@media screen and (max-width: 425px) {
  .four_images_line {
    display: inline-block;
  }
}
.four_images_line .twibl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .four_images_line .twibl {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .four_images_line .twibl .bloc-image-desktop {
    display: none;
  }
}
.four_images_line .twibl .bloc-image-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .four_images_line .twibl .bloc-image-mobile {
    display: block;
    width: 100%;
  }
}
.four_images_line .twibl .img-category {
  width: 49%;
}
@media screen and (max-width: 640px) {
  .four_images_line .twibl .img-category {
    width: 100%;
  }
}
.four_images_line .twibl .img-category:last-child .title {
  margin-bottom: 0;
}
.four_images_line .twibl .item1 {
  height: auto;
  width: 49%;
  background-color: #fafafa;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .four_images_line .twibl .item1 {
    width: 100%;
    margin-top: 0rem;
  }
}
@media screen and (max-width: 375px) {
  .four_images_line .twibl .item1 {
    width: 100%;
    margin-right: 0rem;
  }
}
.four_images_line .twibl .item1 .img-category {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .four_images_line .twibl .item1 .img-category {
    width: 100%;
    padding: 0;
  }
}
.four_images_line .twibl .item2 {
  height: auto;
  width: 49%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .four_images_line .twibl .item2 {
    width: 100%;
  }
}
.four_images_line .twibl .title-desktop {
  display: none;
}
@media screen and (max-width: 640px) {
  .four_images_line .twibl .title-desktop {
    display: block;
  }
}
.four_images_line .twibl .title-mobile {
  display: block;
}
@media screen and (max-width: 640px) {
  .four_images_line .twibl .title-mobile {
    display: none;
  }
}
.four_images_line .twibl .title {
  text-align: center;
  font-size: 0.7rem;
  color: #222;
  font-family: Gotham, sans-serif;
  padding-top: 1rem;
  margin: 0 auto;
  text-transform: none;
  font-style: inherit;
}
@media screen and (max-width: 425px) {
  .four_images_line .twibl .title {
    margin-bottom: 1rem;
  }
}
.four_images_line .twibl .subtitle {
  text-align: justify;
  font-size: 0.9rem;
  color: #222;
  font-family: Gotham, sans-serif;
  margin: 0 auto;
  line-height: inherit;
  font-style: inherit;
  padding: 1rem 2rem;
}
@media screen and (max-width: 1440px) {
  .four_images_line .twibl .subtitle {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .four_images_line .twibl .subtitle {
    font-size: 0.8rem;
    padding: 1rem 2rem;
  }
}
.four_images_line .twibl .subtitle.font-size {
  font-size: 0.6rem;
}
.four_images_line .twibl a {
  color: #777;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .four_images_line .twibl .img-category {
    width: 100%;
    padding: 0;
  }
}

.four_images_by_line {
  /*
  margin: 1rem auto;
  padding: 0 5%;
  max-width: none;
  */
}
.four_images_by_line.block-background .fibl .img-category:first-child .title {
  margin-bottom: 0rem;
}
.four_images_by_line .fibl {
  display: flex;
  justify-content: space-between;
  max-width: 1650px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .four_images_by_line .fibl {
    flex-wrap: wrap;
  }
}
.four_images_by_line .fibl.none {
  display: none;
}
.four_images_by_line .fibl .title-desktop {
  display: none;
}
@media screen and (max-width: 640px) {
  .four_images_by_line .fibl .title-desktop {
    display: block;
  }
}
.four_images_by_line .fibl .title-mobile {
  display: block;
}
@media screen and (max-width: 640px) {
  .four_images_by_line .fibl .title-mobile {
    display: none;
  }
}
.four_images_by_line .fibl .item-text {
  height: auto;
  width: 23%;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .four_images_by_line .fibl .item-text {
    width: 47%;
    margin-top: 0rem;
  }
}
@media screen and (max-width: 375px) {
  .four_images_by_line .fibl .item-text {
    width: 47%;
    margin-right: 0rem;
  }
}
.four_images_by_line .fibl .item-text .img-category {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  .four_images_by_line .fibl .item-text .img-category {
    width: 100%;
    padding: 0;
  }
}
.four_images_by_line .fibl .title {
  text-align: center;
  font-size: 0.7rem;
  color: #222;
  font-family: Gotham, sans-serif;
  padding-top: 1rem;
  margin: 0 auto;
  text-transform: none;
  font-style: inherit;
}
@media screen and (max-width: 320px) {
  .four_images_by_line .fibl .title {
    font-size: 0.6rem;
  }
}
.four_images_by_line .fibl .title.padig {
  padding-top: 0rem;
}
.four_images_by_line .fibl .subtitle {
  text-align: center;
  font-size: 0.7rem;
  color: #222;
  font-family: Gotham, sans-serif;
  margin: 0 auto;
  line-height: inherit;
  font-style: inherit;
}
@media screen and (max-width: 1440px) {
  .four_images_by_line .fibl .subtitle {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 640px) {
  .four_images_by_line .fibl .subtitle {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .four_images_by_line .fibl .subtitle.mgb-0 {
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 640px) {
  .four_images_by_line .fibl .subtitle.margin-b {
    font-size: 0.5rem;
  }
}
.four_images_by_line .fibl a {
  color: #777;
  text-decoration: none;
}
.four_images_by_line .fibl .img-category {
  /*   &:last-child{
       .title{
         margin-bottom: 0;
       }
     }
     &:nth-child(3){
       .title{
         margin-bottom: 0;
       }
     }*/
  width: 23%;
}
.four_images_by_line .fibl .img-category:first-child .title {
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  .four_images_by_line .fibl .img-category.mgb {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .four_images_by_line .fibl .img-category.mgb-text {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .four_images_by_line .fibl .img-category {
    width: 47%;
  }
}

.productlist {
  margin: 1rem auto;
}
.productlist .new-product-list {
  padding: 0 5%;
  text-align: center;
}
.productlist .new-product-list .img-productlist img {
  margin: 0 auto;
  padding-bottom: 1rem;
}
.productlist .new-product-list .img-productlist .new-product {
  font-size: .4rem;
  color: #222;
  font-family: Gotham-b, sans-serif;
  display: inline-block;
  padding-left: 4%;
  position: relative;
  top: -8px;
}
@media screen and (max-width: 1024px) {
  .productlist .new-product-list .img-productlist .new-product {
    font-size: .5rem;
  }
}
.productlist .new-product-list .img-productlist h3 {
  display: inline-block;
  font-family: Gotham, sans-serif;
  text-align: center;
  font-size: 0.7rem;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  font-style: inherit;
  margin: 0 auto;
}
.productlist .new-product-list .img-productlist span {
  font-size: 0.7rem;
  color: #222;
  font-family: Gotham, sans-serif;
}
.productlist .new-product-list .img-productlist a {
  color: #777;
  text-decoration: none;
  outline: none;
}
.productlist .new-product-list .img-productlist .prix-barre {
  display: inline-flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  outline: none;
  text-decoration: none;
}
.productlist .new-product-list .img-productlist .prix-barre p {
  font-size: 17px;
}
.productlist .new-product-list .img-productlist .prix-barre .price-barre {
  margin: 0 4%;
  font-family: Gotham, sans-serif;
  color: #b6b6b6;
  text-decoration: line-through;
  text-decoration-color: #777;
  text-decoration-style: solid;
}
.productlist .new-product-list .img-productlist .prix-barre .prix-pourcentage {
  font-family: Gotham, sans-serif;
  color: #b6b6b6;
}

.cms-page-event {
  max-width: none;
}
.cms-page-event .two_images_by_line {
  max-width: 1920px;
}
.cms-page-event .two_images_by_line .new-category .subtitle {
  text-align: justify;
}
.cms-page-event .two_images_by_line .new-category .right img {
  height: 520px;
}
@media screen and (max-width: 1024px) {
  .cms-page-event .two_images_by_line .new-category .right img {
    height: 284px;
  }
}
@media screen and (max-width: 768px) {
  .cms-page-event .two_images_by_line .new-category .right img {
    height: 450px;
  }
}
@media screen and (max-width: 425px) {
  .cms-page-event .two_images_by_line .new-category .right img {
    height: auto;
  }
}
.cms-page-event .two_images_by_line .new-category .left img {
  height: 520px;
}
@media screen and (max-width: 1024px) {
  .cms-page-event .two_images_by_line .new-category .left img {
    height: 284px;
  }
}
@media screen and (max-width: 768px) {
  .cms-page-event .two_images_by_line .new-category .left img {
    height: 450px;
  }
}
@media screen and (max-width: 425px) {
  .cms-page-event .two_images_by_line .new-category .left img {
    height: auto;
  }
}
.cms-page-event .four_images_line {
  max-width: 1920px;
}
.cms-page-event .four_images_line .twibl .subtitle {
  text-align: justify;
  font-size: 0.9rem;
  color: #222;
  font-family: Gotham, sans-serif;
  margin: 0 auto;
  line-height: inherit;
  font-style: inherit;
  padding: 1rem 2rem;
}
@media screen and (max-width: 1440px) {
  .cms-page-event .four_images_line .twibl .subtitle {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .cms-page-event .four_images_line .twibl .subtitle {
    font-size: 0.8rem;
    padding: 1rem 2rem;
  }
}
.cms-page-event .four_images_by_line.block-background {
  padding-bottom: 0rem !important;
  max-width: none;
}
.cms-page-event .four_images_by_line.block-background .fibl {
  max-width: 1694.5px;
  margin: 0 auto;
}
.cms-page-event .four_images_by_line.block-background .fibl:first-child .img-category {
  margin-bottom: 1rem;
}
.cms-page-event .four_images_by_line.block-background .fibl .img-category h3.title {
  font-weight: bold;
  text-transform: uppercase;
  font-family: Mrs Eaves, Georgia, serif;
  margin-bottom: 0.3rem;
  padding: 0;
}
.cms-page-event .four_images_by_line.block-background .fibl .img-category .subtitle {
  text-align: justify;
}
.cms-page-event .four_images_by_line.block-background .fibl .img-category p {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .cms-page-event .four_images_by_line .img-category.mgb {
    margin-bottom: 0rem;
  }
}
.cms-page-event .three_images_by_line {
  padding: 0 4.6%;
}

/*# sourceMappingURL=styles.css.map */
