/* 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");
  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");
  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");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Bellina';
  src: url("../fonts/Bellina-Regular.otf") format("opentype"), url("../fonts/Bellina-Regular.woff") format("woff"), url("../fonts/Bellina-Regular.woff2") format("woff2");
  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;
}

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

.header-language-background {
  background-color: transparent;
  position: fixed;
  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/bonjourparis/icon_arrow_down.png) no-repeat center center;
  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;
}
@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;
}
.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-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/bonjourparis/icon_search_tablet.png) no-repeat center center;
  background-size: 20px 20px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-header .search-link {
    display: inline-block;
  }
}
.page-header .stores-link {
  background: url(../images/bonjourparis/icon_store_tablet.png) no-repeat center center;
  background-size: 18.5px 20px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-header .stores-link {
    display: inline-block;
  }
}
.page-header .skip-account {
  background: url(../images/bonjourparis/icon_user.png) no-repeat center center;
}
@media screen and (max-width: 1024px) {
  .page-header .skip-account {
    background-image: url(../images/bonjourparis/icon_user_tablet.png);
    background-size: 18px 20px;
  }
}
.page-header .skip-cart {
  float: left;
  background: url(../images/bonjourparis/icon_basket.png) no-repeat center center;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-header .skip-cart {
    background-image: url(../images/bonjourparis/icon_basket_tablet.png);
    background-size: 15px 20px;
  }
}
.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;
    overflow: hidden;
    transition: left 0.5s ease-in-out;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .page-header #header-nav ul#nav {
    width: 100vw;
    left: -100vw;
    overflow: auto;
  }
}
.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;
  }
}
.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 {
    bottom: 0;
    height: 1px;
    background: rgba(246, 222, 220, 0.4);
    transition: none;
    opacity: 1;
  }
}
.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: 100vh;
    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: 100vh;
    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: Bellina, 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 #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/bonjourparis/icon_search.png) no-repeat center center;
}
.page-header #header-search .search-button:before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-header #header-search .search-button {
    background: transparent url(../images/bonjourparis/icon_search_tablet.png) no-repeat right center;
    background-size: 1rem 1rem;
  }
  .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: Bellina, 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: Bellina, 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/bonjourparis/icon_instagram.png) no-repeat center center;
}
.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 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: Bellina, 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: Bellina, 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/bonjourparis/icon_instagram.png) no-repeat center center;
}
.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;
}

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 .banner-message-customer {
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #ffd6d6;
  color: #000;
  position: fixed;
  right: 0;
  left: 0;
  opacity: 1;
  bottom: 0;
  font-size: 1rem;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -ms-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  z-index: 1;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body .banner-message-customer {
    font-size: 0.5rem;
  }
}
body .banner-message-customer .banner-message-customer-close {
  display: none;
}
body .banner-message-customer .banner-message-customer-close::after {
  content: "- Cliquez pour fermer";
}
@media screen and (max-width: 768px) {
  body .banner-message-customer .banner-message-customer-close {
    display: block;
  }
  body .banner-message-customer .banner-message-customer-close::after {
    content: "";
  }
}
body .banner-message-customer:hover .banner-message-customer-close {
  display: inline;
}

.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: Bellina, 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;
}

.product-suggestions {
  clear: both;
  padding: 1rem .5rem;
  background: #FAFAFA;
}
.product-suggestions .section-title {
  margin: 0 0 1rem;
  font-family: Bellina, 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;
  }
}

.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;
  right: -21rem;
  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 {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  background: #FFF;
}
.side-panel .panel .controls .button {
  margin: 0;
  line-height: 1.4rem !important;
}
.product-order .size.button,
.side-panel .panel .controls .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;
}
@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: 49%;
    float: left;
  }
}
.side-panel .panel .controls .size.button.open {
  background-image: url(../images/bonjourparis/icon_arrow_up.svg);
}
.product-order .size.button select,
.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;
}
.product-order .validation-advice,
.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 .panel {
  width: 26rem;
  right: -26rem;
  transition: right 0.5s ease-in-out;
}
@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%;
    top: 15.5rem;
    right: 0;
    transition: top 0.5s ease-in-out, right 0s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .quick-buy-panel .panel {
    top: 9.25rem;
  }
}
.quick-buy-panel .product {
  padding: 2rem 1rem 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 4rem;
  margin: auto;
  overflow: auto;
}
@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: Bellina, 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;
  color: #222;
  line-height: 2rem;
  font-size: .7rem;
}
.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;
}
.quick-buy-panel .controls .button {
  text-align-last: center;
}
.quick-buy-panel .controls .proximis {
  display: inline-block;
  width: 210px;
}
@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: 49%;
    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;
  }
}
.quick-buy-panel .controls .order-now.button {
  width: 160px;
}
@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;
}
@media screen and (max-width: 1024px) {
  .add-to-cart-panel .panel {
    width: 100%;
    top: 15.5rem;
    right: 0;
    transition: top 0.5s ease-in-out, right 0s ease-in-out;
  }
}
@media screen and (max-width: 1024px) {
  .add-to-cart-panel .panel {
    top: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .add-to-cart-panel .panel {
    top: 9.25rem;
  }
}
.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;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .add-to-cart-panel h3 {
    font-size: .6rem;
    line-height: .75rem;
    letter-spacing: .03em;
  }
}
.add-to-cart-panel .product {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  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: 0;
}
.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;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.9rem;
  line-height: 2.25rem;
}
@media screen and (max-width: 1024px) {
  .cms-index-index .main-container .slideshow-home-container .slideshow li h3 {
    bottom: 11.5rem;
    font-size: .9rem;
    line-height: 1.25rem;
  }
}
.cms-index-index .main-container .slideshow-home-container .slideshow li h3 {
  left: 0;
  right: 0;
  bottom: 2rem;
  margin: 0 auto;
}
.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: 1200px) {
  .cms-index-index .main-container .home-products-area .products-container .product .image-container {
    height: 19rem;
  }
}
@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: 29rem;
  }
}
.cms-index-index .main-container .home-products-area .products-container .product .image-container img {
  height: 100%;
  width: auto;
  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;
  overflow: hidden;
  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: Bellina, 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-image {
  position: fixed;
  top: 6rem;
  left: 0;
  width: 100vw;
  height: 20rem;
  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: 13.5rem;
  }
}
@media screen and (max-width: 550px) {
  .category-image {
    position: static;
    height: 9.25rem;
  }
}

.static-white {
  margin-top: 20rem;
  background: #fff;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 1024px) {
  .static-white {
    margin-top: 13.5rem;
  }
}
@media screen and (max-width: 550px) {
  .static-white {
    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;
}

#mobile-filters-button {
  display: none;
}
@media screen and (max-width: 550px) {
  #mobile-filters-button {
    display: block;
    float: right;
    margin: 1rem;
    width: 5rem;
    height: 1.5rem;
    text-align: left;
    background: url(../images/bonjourparis/icon_arrow_right.svg) no-repeat 4.25rem center;
    background-size: auto 10px;
  }
}

.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 .filter {
  display: inline-block;
  vertical-align: top;
  width: 10rem;
  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;
}
@media screen and (max-width: 1024px) {
  .filters .filter {
    width: 25%;
  }
}
@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;
}
.filters .filter .filter-name label {
  font-family: Campton-b, Helvetica, Arial, sans-serif;
  font-weight: normal;
  position: relative;
  cursor: pointer;
}
.filters .filter .filter-name label span {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 4px;
}
.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: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;
}
.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: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;
  left: -10rem;
  display: none;
  background-color: #fff9f9;
  padding: 1rem;
}
@media screen and (max-width: 1024px) {
  .filters .filter .filter-options {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-options {
    position: static;
    background-color: #fff;
    overflow: hidden;
    padding: 0 1rem 1rem;
  }
}
.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%;
  }
}
.filters .filter .filter-options ul li a {
  display: block;
  position: relative;
  font-size: .7rem;
  line-height: 1.4rem;
  color: #777;
  text-align: left;
  border: 1px solid transparent;
}
.filters .filter .filter-options ul li a.selected, .filters .filter .filter-options ul li a:hover {
  color: #222;
  text-decoration: none;
}
.filters .filter .filter-options ul li a.selected label, .filters .filter .filter-options ul li a:hover label {
  border: 1px solid #ffd6d6;
}
.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.color_group ul li {
  width: 33.333333%;
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-options.color_group ul li {
    width: 20%;
  }
}
@media screen and (max-width: 550px) {
  .filters .filter .filter-options.color_group ul li a {
    float: left;
  }
}
.filters .filter .filter-options.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 {
    width: 2rem;
    height: 2rem;
    background-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .filters .filter .filter-options.color_group ul li a label {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .filters .filter .filter-options.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 {
    display: none;
  }
}
@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,
.filters .filter .filter-options.shoe_size ul li span {
  float: none;
  text-align: center;
}
.filters .filter .filter-options.shoe_size ul li a.selected, .filters .filter .filter-options.shoe_size ul li a:hover {
  border: 1px solid #ffd6d6;
}
.filters .filter .filter-options.shoe_size ul li a.selected label, .filters .filter .filter-options.shoe_size ul li a:hover label {
  border: 1px solid transparent;
}
@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, .filters .filter .filter-options.model_group ul li a:hover {
    border: 1px solid pink;
    color: #000;
  }
}
.filters .filter .filter-options.model_group ul li a label {
  border-radius: inherit;
}
.filters .filter .filter-options.model_group ul li a.selected, .filters .filter .filter-options.model_group ul li a:hover {
  border: 1px solid #ffd6d6;
}
.filters .filter .filter-options.model_group ul li a.selected label, .filters .filter .filter-options.model_group ul li a:hover label {
  border: 1px solid transparent;
}
.filters .filter .filter-options.heel_group {
  border-right: 1px solid #fdf3f3;
}
@media screen and (max-width: 550px) {
  .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;
}
.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;
}

.products-grid {
  padding: 0 .5rem;
  max-width: 100rem;
  margin: 0 auto;
  position: static;
  clear: both;
}
.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% 5%;
}
@media screen and (max-width: 1440px) {
  .products-grid .products .product {
    width: 19%;
  }
}
@media screen and (max-width: 1200px) {
  .products-grid .products .product {
    width: 27.333333%;
  }
}
@media screen and (max-width: 767px) {
  .products-grid .products .product {
    width: 44%;
    margin-bottom: 2rem;
  }
}
.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;
}
.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;
}
.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: 1024px) {
  .products-grid .products .product .product-infos .shop-now {
    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;
    display: inline-block;
    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;
}
.products-grid .products .product .product-infos .product-price {
  width: auto;
  display: inline-block;
  color: #222;
  font-weight: 300;
  opacity: 0;
  transition: opacity 0.5s linear;
}
@media screen and (max-width: 1024px) {
  .products-grid .products .product .product-infos .product-price {
    opacity: 1;
  }
}
.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: absolute;
  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 .product-infos .product-new {
  opacity: 0;
}
.products-grid .products .product:hover .product-infos .product-price {
  opacity: 1;
}
.products-grid .products .product:hover:after {
  opacity: 1;
}

@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 .form {
  padding-top: 2rem;
  position: relative;
}
.quick-buy-panel .close,
.catalog-product-view .product-view .form .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;
}
.catalog-product-view .product-view .form .close:hover {
  opacity: 1;
}
.catalog-product-view .product-view .form .alert-stock-form-text {
  margin: 0 0 1rem;
}
.catalog-product-view .product-view .form .form-list {
  margin: 0;
  padding: 0;
  text-align: left;
}
.catalog-product-view .product-view .form .form-list li {
  margin: 0 0 1rem;
  width: 100%;
  float: left;
  clear: both;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .form .form-list li .input-text {
    width: 100%;
  }
}
.catalog-product-view .product-view .form .form-list .radio-label {
  padding: 0 10px;
  color: #222;
}
.catalog-product-view .product-view .form .form-list .radio-label::before {
  float: left;
}
.catalog-product-view .product-view .form .checkbox {
  position: absolute;
}
.catalog-product-view .product-view .form .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 .form .checkbox-label::before {
  margin-left: 0;
  margin-right: 10px;
  float: left;
  cursor: pointer;
}
.catalog-product-view .product-view .form .buttons-set {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.catalog-product-view .product-view .form .buttons-set .button {
  float: none;
  margin: 0;
  width: 100%;
}
.catalog-product-view .product-view .product-title {
  padding: 0 1rem;
  text-align: center;
  color: #222;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .product-title {
    margin-bottom: 0;
  }
}
.catalog-product-view .product-view .product-title h2 {
  font-family: Bellina, 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 h2 {
    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 h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
  }
}
.catalog-product-view .product-view .product-title p {
  font-family: Campton, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: .7rem;
  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 {
    font-size: .65rem;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .product-title p {
    font-size: .6rem;
    line-height: 1rem;
  }
}
.catalog-product-view .product-view .product-title p .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 .price {
  letter-spacing: .04em;
  color: #222;
  line-height: 2rem;
  font-size: .9rem;
}
.catalog-product-view .product-view .product-details {
  padding: 0 15px 3rem;
  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 #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: 50%;
  top: 0;
  bottom: 0;
  width: 26.25rem;
  margin-right: -30.75rem;
  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: 15%;
    bottom: 0;
    width: 100%;
    margin-right: 0;
    background: #fff;
    z-index: 99;
    height: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-details #addToCartPanel {
    top: 20%;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .product-details #addToCartPanel {
    top: 175px;
    overflow: visible;
  }
}
.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 {
    height: inherit;
  }
}
.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 #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;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .product-view .product-details #alertPanel {
    position: absolute;
    right: 0;
    top: 15%;
    bottom: 0;
    width: 100%;
    margin-right: 0;
    background: #fff;
    z-index: 99;
    height: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-details #alertPanel {
    top: 20%;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .product-details #alertPanel {
    top: 0;
  }
}
.catalog-product-view .product-view .product-details #alertPanel.active {
  opacity: 1;
}
.catalog-product-view .product-view .product-details #alertPanel .overlay {
  display: none;
}
.catalog-product-view .product-view .product-details #alertPanel .panel {
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .product-view .product-details #alertPanel .panel {
    top: 0;
    bottom: inherit;
    width: 100%;
    min-height: inherit;
  }
}
.catalog-product-view .product-view .product-details #alertPanel .gender .field {
  width: 100%;
  float: left;
}
.catalog-product-view .product-view .product-details #alertPanel .gender .field .input-box {
  width: 25%;
  float: left;
}
.catalog-product-view .product-view .product-details #alertPanel .gender .field .input-box .validation-advice {
  position: absolute;
  left: 0;
  width: 340px;
  display: none;
}
.catalog-product-view .product-view .product-details #alertPanel .gender .field .input-box:first-child .validation-advice {
  display: block;
}
.catalog-product-view .product-view .product-details #alertPanel #alert-stock-form {
  padding: 1rem;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .product-view .product-details #alertPanel #alert-stock-form {
    width: 20rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .product-details #alertPanel #alert-stock-form {
    width: 100%;
    padding: 0;
  }
}
.catalog-product-view .product-view .product-details #alertPanel #alert-stock-form .register-form a {
  color: #777;
}
.catalog-product-view .product-view .product-details #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-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 .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;
}
@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%;
  max-width: 55%;
  overflow: hidden;
  margin-right: 5%;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .product-view .product-photo,
  .catalog-product-view .product-view .product-variations {
    max-width: 50%;
    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%;
  max-width: 40%;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .product-view .product-information,
  .catalog-product-view .product-view .product-order {
    max-width: 50%;
  }
}
@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;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  max-width: 1260px;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-controls {
    position: relative;
    padding: 0;
  }
}
.catalog-product-view .product-view .product-photo {
  height: 21rem;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-photo {
    margin: 0 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .product-photo {
    height: 17.25rem;
  }
}
.catalog-product-view .product-view .product-information {
  min-height: 21rem;
  margin-bottom: 2rem;
}
@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-bottom: 1rem;
  text-align: left;
  padding: 0;
  float: right;
  font-size: 0;
  position: relative;
  z-index: 2;
  top: -100px;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-order {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
    float: none;
    top: 0;
  }
}
.catalog-product-view .product-view .product-order .buttons-set {
  clear: none;
  margin: 0;
  border: 0 none;
  text-align: inherit;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .product-order .buttons-set {
    width: 32.333333%;
  }
}
@media screen and (max-width: 768px) {
  .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: 32.333333%;
    margin: 0 1.5%;
  }
  .catalog-product-view .product-view .product-order .proximis .button {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .product-order .proximis {
    float: right;
    padding: 0;
    margin: 0;
    width: 49%;
  }
  .catalog-product-view .product-view .product-order .proximis .button {
    width: 100%;
  }
}
@media screen and (max-width: 490px) {
  .catalog-product-view .product-view .product-order .proximis {
    margin-bottom: 15px;
  }
}
.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;
}
@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.choose-size.active:after {
  background: url(../images/bonjourparis/icon_arrow_up_big.png) no-repeat center center;
}
.catalog-product-view .product-view .product-order .button.order-now-button {
  width: 140px;
  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%;
  }
}
.catalog-product-view .product-view .photos {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.catalog-product-view .product-view .photos img {
  display: none;
  max-width: 70%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s linear;
}
.catalog-product-view .product-view .photos figure.current img {
  opacity: 1;
  display: block;
}
.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%;
  min-height: 19rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-view .tabs .tab-contents {
    min-height: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view .tabs .tab-contents {
    min-height: 18rem;
  }
}
.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;
  }
}
.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;
}
.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: Bellina, 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 .wrapper {
  background-image: url(../images/bonjourparis/background_account.png);
  background-size: 150%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left -2OOpx;
}
@media screen and (max-width: 1024px) {
  .customer-account-login .wrapper {
    background-image: none;
  }
}
.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: Bellina, 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 .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: Bellina, 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: Bellina, 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 .wrapper {
  background-image: url(../images/bonjourparis/background_account.png);
  background-repeat: no-repeat;
  background-position: left -200px;
  background-size: 150%;
  background-attachment: fixed;
}
@media screen and (max-width: 770px) {
  .checkout-cart-index .wrapper {
    background-image: none;
  }
}
.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;
}
.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-gift {
  border-top: 1px solid #ffefef;
  border-bottom: 1px 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: Bellina, 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: 1px solid #ffefef;
  border-bottom: 1px 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: Bellina, 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-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: Bellina, 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-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: Bellina, 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-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: Bellina, 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;
}

.customer-account-create .page {
  position: relative;
}
.customer-account-create .wrapper {
  background-image: url(../images/bonjourparis/background_account.png);
  background-repeat: no-repeat;
  background-position: left -200px;
  background-size: 150%;
}
@media screen and (max-width: 768px) {
  .customer-account-create .wrapper {
    background-image: none;
  }
}
.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: Bellina, 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 .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 .wrapper {
  background-image: url(../images/bonjourparis/background_account.png);
  background-repeat: no-repeat;
  background-position: left -200px;
  background-size: 150%;
}
@media screen and (max-width: 768px) {
  .customer-account .wrapper {
    background-image: none;
  }
}
.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 .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: Bellina, 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 .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: Bellina, 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: Bellina, 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: Bellina, 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;
}

.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 {
  font-family: Bellina, Georgia, serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: none;
  font-size: 1.75rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .template-star .module .text .title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
  }
}
.template-star .module .text .title strong {
  display: block;
  font-family: Bellina, 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: Bellina, 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: Bellina, 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: bold;
  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: Bellina, 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;
    position: absolute;
    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;
}
@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: Bellina, 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;
  }
}

.wrapper {
  background-image: url(../images/bonjourparis/background_account.png);
  background-repeat: no-repeat;
  background-position: left -200px;
  background-size: 150%;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .wrapper {
    background-image: none;
  }
}

.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 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-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 #payment_form_adyen_hpp {
  display: block !important;
}
.checkout-payment-methods dt {
  position: absolute;
  top: 2rem;
  width: 30%;
  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: Bellina, 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;
}

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