@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/MuseoSans_300.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/MuseoSans_500.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/MuseoSans_700.otf");
  font-weight: 700;
  font-style: normal;
}
:root{
  --darkblue:  #394759;
  --gold:      #debc95;
  --darkgrey:  #626c70;
  --lightgrey: #f2f2f2;
  --green: #32b414;
  --orange: #ff8200;
}
* { padding: 0; margin: 0; text-decoration: none; }
body { font-size: 16px; color: #394859; font-family: 'Museo Sans', sans-serif; font-weight: 300; }
h1 { margin: 60px 0; }
h2 { font-size: 28px; }
a { color: inherit; }
.flex { display: flex; }
.align-center { align-items: center; }
.space-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.flex-wrap { flex-wrap: wrap; }
.relative { position: relative; }
.container { width: 1500px; max-width: 100%; padding: 0 20px; box-sizing: border-box; margin: 0 auto; }
.gold { color: var(--gold); }
.text-center { text-align: center; }
.lite { font-weight: 500; }
.mb-30 { margin-bottom: 30px; }
.green { color: var(--green); }
.orange { color: var(--orange); }
.flex-1 { flex: 1; }
.text-right { text-align: right; }
.w-100 { width: 100% !important; }
.error { border-color: #fc667a; background-color: #fc667a33; transform: scale(1.05); }
.bg-white { background-color: #fff !important; }
a.basket { font-size: 14px; transition: .2s; border-radius: 5px; background-color: var(--darkgrey); color: #fff; height: 45px; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; }
a.basket:hover { opacity: 0.8; }
a.basket:active { transform: scale(0.9); }
a.basket img { transition: .2s; width: 20px; margin-left: 15px; vertical-align: middle; }
header a.basket { font-size: 16px; padding: 0 30px; position: relative; }
header a.basket:hover img { transform: translateX(10px) rotate(-20deg); }
header { letter-spacing: 1px; }
header .phone { background-color: #000; text-align: right; color: #fff; line-height: 40px; position: relative; }
header .phone a { color: #fff; }
header .phone img:first-child { margin-right: 5px; width: 16px; }
header .logo { width: 350px; margin: 30px 0; }
header .menu { cursor: pointer; height: 65px; box-sizing: border-box; display: flex; align-items: center; flex-wrap: wrap; justify-content: center; text-align: center; flex: 1 1 0; font-weight: 700; color: #000; border-style: solid; border-color: #eee; border-width: 2px 0 2px 2px; }
header .menu:last-child { border-right: 1px solid #eee; }
header .menu:hover { background-color: #f7f7f7; }
header .menu.current, header .menu.direct.current { background-color: var(--gold); color: #fff; }
header .menu.direct { background-color: var(--darkgrey); color: #fff; }
header .menu.direct:hover { opacity: .7; }
header .menu.current:hover { background-color: #e7ceb1; }
header .menu .children { z-index: 2; background-color: #fff; cursor: default; visibility: hidden; opacity: 0; position: absolute; width: 100%; top: 65px; left: 0; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); text-align: left; }
header .menu.open .children { visibility: visible; opacity: 1; }
header .menu .children a { color: #000; display: inline-block; margin: 20px; padding: 20px; border: 2px solid #eee; width: 205px; text-align: center; }
header .menu .children a:hover { border-color: #ccc; }
header .menu .children a .img { width: 100%; height: 150px; background-size: contain; background-repeat: no-repeat; background-position: center center; margin-bottom: 20px; }
header .menu-burger { transition: .2s; display: none; position: absolute; right: 20px; width: 32px; top: 50%; transform: translateY(-50%); cursor: pointer; }
header .menu-burger:active { transform: translateY(-50%) scale(0.9); }
#menu-mobile, #menu-mobile .mmobile div { display: none; overflow: auto; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 9; background-color: #fff; padding: 20px; }
#menu-mobile .close { position: absolute; top: 10px; right: 10px; width: 24px; cursor: pointer; }
#menu-mobile .mmobile, #menu-mobile a { cursor: pointer; display: block; padding: 20px 0; font-size: 24px; font-weight: 700; }
#menu-mobile .mmobile:first-child { padding-top: 40px; }
#menu-mobile .mmobile div:first-child { padding-top: 60px; }
#menu-mobile .mmobile div { z-index: 10; }
#menu-mobile .mmobile span { position: absolute; top: 10px; left: 10px; font-size: 24px; cursor: pointer; }
#menu-mobile .selected > div { display: block !important; }
.header-logo { display: flex; align-items: center; justify-content: space-between; }
#home-slider { height: 500px; margin-bottom: 60px; overflow: hidden; display: flex; position: relative; }
#home-slider .slider { transition-duration: .5s; width: 100%; flex-shrink: 0; height: 450px; background-position: center; background-repeat:  no-repeat; display: flex; justify-content: center; align-items: center; font-weight: 700; flex-wrap: wrap; }
#home-slider .chevron-left, #home-slider .chevron-right { transition: .2s; cursor: pointer; position: absolute; left: 50px; top: 0; bottom : 0; width: 84px; background: url('/assets/img/icons/chevron-left.svg') no-repeat center / contain; z-index: 2; }
#home-slider .chevron-right { left: inherit; right: 50px; background-image: url('/assets/img/icons/chevron-right.svg'); }
#home-slider .chevron-left:active, #home-slider .chevron-right:active { transform: scale(0.9); }
.link-seemore { color: var(--darkgrey); font-weight: 700; }
.link-seemore:hover { text-decoration: underline; }
.product-card { width: 320px; margin: 30px 20px; }
.product-card .vision { height: 200px; border: 4px solid #F4F4F4; position: relative; padding: 15px 15px 35px 15px; margin-bottom: 15px; display: flex; align-items: center; justify-content: center; }
.product-card .glass { position: absolute; top: 15px; right: 15px; width: 15px; }
.product-card .picture { max-width: 100%; max-height: 180px; }
.product-card .name { font-weight: 700; position: absolute; bottom: 15px; left: 15px; }
.product-card .basket img { width: 20px; margin-left: 20px; vertical-align: middle; }
.product-card .gold { font-weight: 700; font-size: 23px; }
.home-shipping { position: relative; height: 300px; background: no-repeat url('../img/livraison.jpg'); background-size: 100%; background-position: center; margin-top: 90px; }
.home-shipping div { position: absolute; top: 30%; left: 60%; color: var(--darkgrey); font-size: 32px; }
.home-bestsell-title { display: flex; justify-content: space-between; align-items: center; }
.home-bestsell-title-responsive { display: none; }
.home-bestsell { display: flex; justify-content: space-between; }
.home-news-container { color: var(--darkgrey); padding: 60px 0 75px 0; background-color: var(--lightgrey); }
.home-news-title { margin-bottom: 60px; display: flex; justify-content: space-between; align-items: center; }
.home-news-title-responsive { display: none; }
.home-news { display: flex; justify-content: space-between; align-items: center; }
.home-news-container .product { box-shadow: 5px 10px 25px rgba(0,0,0,0.3); width: 560px; display: flex; justify-content: space-between; align-items: center; background-image: linear-gradient(105deg, #fff 0%, #fff 50%, var(--lightgrey) 50%, var(--lightgrey) 100%); border: 2px solid #fff; }
.home-news-container .product > div { flex-shrink: 0; display: flex; flex-direction: column; height: 150px; padding: 15px; }
.home-news-container .product > div:first-child { box-sizing: border-box; text-align: center; justify-content:center; }
.home-news-container .product > div:last-child { width: 40%; padding-left: 0px; justify-content: space-between; }
.home-news-container .product img { max-width: 100%; max-height: 100%; }
.home-news-container .product .name { font-weight: 900; font-size: 21px; }
.home-news-container .product .gold { font-weight: 900; font-size: 28px; }
.home-news-container .product .link-seemore { font-weight: 300; text-decoration: underline; }
.home-news-container a { color: var(--darkgrey); }
.home-news-container .chevron { width: 50px; height: 50px; position: relative; cursor: pointer; }
.home-news-container .chevron:before { transform: rotate(45deg); width: 30px; height: 1px; background-color: var(--darkblue); content: ""; position: absolute; top: 13px; left: 25px; }
.home-news-container .chevron:after { transform: rotate(135deg); width: 30px; height: 1px; background-color: var(--darkblue); content: ""; position: absolute; top: 34px; left: 25px; }
.product-card .vision a { color: var(--darkblue); }
.product-card .vision a:hover { text-decoration: underline; }
.home-twice { padding: 75px 0; display: flex; justify-content: center; align-items: center; color: #fff; }
.home-twice > div { width: 480px; display: flex; align-items: flex-end; }
.home-twice > div > * { flex: 1 1 0px; }
.home-twice > div .img { height: 170px; background: no-repeat url('../img/home-bonnesaffaires.png') center left; }
.home-twice > div > a { padding: 20px 0; font-weight: 700; font-size: 24px; }
.home-twice > div > a * { padding: 0 30px; }
.home-twice > div > a div:last-child { font-size: 16px; font-weight: 500; text-decoration: underline; margin-top: 20px; display: inline-block; }
.home-twice > div a { background-color: var(--gold); }
.home-security { background-color: var(--lightgrey); padding: 75px 0; color: var(--darkgrey); }
.home-security > div > div:first-child { font-weight: 900; font-size: 32px; width: 400px; }
.home-security > div > div:last-child div { width: 190px; padding: 0 60px; font-size: 24px; font-weight: 700; text-align: center; }
.home-security > div > div:last-child div:first-child { padding-left: 0; }
.home-security > div > div:last-child div:last-child { padding-right: 0; }
.home-security > div > div:last-child div:nth-child(2) { border-left: 1px solid #999; border-right: 1px solid #999; }
.home-security img { width: 90px; display: block; margin: 30px auto 0 auto; }
.home-shop { display: flex; letter-spacing: 1px; }
.home-shop > * { flex: 1 1 0px; }
/*.home-shop > div:first-child { background: url('../img/boutique.jpg') no-repeat; background-size: 100%; background-position: left top; min-width: 600px; }*/
.home-shop > div:last-child { text-align: center; background-color: var(--darkgrey); color: #fff; }
.home-shop .text { text-align: left; padding: 40px 0; display: inline-block; }
.home-shop .text > * { padding: 0 60px; }
.home-shop .text > div:first-child { font-size: 24px; font-weight: 700; letter-spacing: 1px; margin-bottom: 15px; }
.home-shop iframe { width: 100%; height: 300px; margin-top: 30px; max-width: 100%; box-sizing: border-box; }
.home-shop .text > div:last-child, .home-shop .text > div:nth-child(2) { line-height: 22px; }
.home-shop .text > div:last-child > div { display: inline-block; }
.home-shop .text > div:last-child > div:first-child { margin: 30px 90px 0 0; }
.home-shop .text > div:last-child > div div { margin-top: 20px; }
.home-shop .text img { width: 16px; margin-right: 5px; vertical-align: middle; }
#footer { padding: 60px 0 20px 0; text-align: left; line-height: 28px; }
#footer img { width: 16px; vertical-align: middle; margin-right: 5px; }
#footer .col { display: flex; flex-direction: column; }
#footer .col > div:first-child { font-weight: bold; margin-bottom: 10px; }
#footer .tel { letter-spacing: 1px; }
#footer .footer { text-align: center; margin-top: 30px; font-weight: bold; }
#footer .ssl { width: 42px; margin-left: 10px; vertical-align: bottom; }
#footer .stripe { width: 210px; }
#footer a:hover { text-decoration: underline; }
.category_products { display: flex; flex-wrap: wrap; justify-content: space-around; }
.paging { display: flex; padding-top: 40px; justify-content: center; }
.paging a { width: 50px; line-height: 50px; border: 1px solid #707070; text-align: center; font-weight: 700; margin: 0 10px; }
.paging a.current { background-color: var(--gold); border-color: #eddac4; }
.hr { height: 1px; background-color: var(--darkblue); margin: 60px 0; }
.hrlite { height: 1px; background-color: #ccc; margin: 60px auto; }
.product-full .row1 { display: flex; position: relative; }
.product-full .row1 > div { width: 500px; min-height: 250px; max-width: 100%; box-sizing: border-box; }
.product-full .row1 > div:first-child { border: 4px solid #f4f4f4; padding: 30px; position: relative; display: flex; align-items: center; justify-content: center; }
.product-full .row1 .picture { max-width: 100%; display: none; }
.product-full .row1 .picture.visible { max-width: 100%; display: block; max-height: 500px; }
.product-full .row1 > div:last-child { padding: 0 20px 0 50px; }
.product-full .row1 .chevron { transition: .2s; width: 46px; height: 46px; background: rgba(0,0,0,0.5) url('../img/icons/chevron.svg') no-repeat center; background-size: 25px; border-radius: 50%; position: absolute; cursor: pointer; top: 50%; }
.product-full .row1 .chevron.left { left: 0; transform: translate(-50%, -50%) rotate(180deg); }
.product-full .row1 .chevron.right { right: 0; transform: translate(50%, -50%); }
.product-full .row1 .chevron:hover { opacity: 0.7; }
.product-full h2 { text-align: left; color: #000; }
.product-full .overview { padding: 20px 0; font-size: 18px; }
.product-full .price { display: flex; align-items: flex-end; margin-bottom: 20px; }
.product-full .price > div:first-child { color: var(--gold); font-size: 28px; font-weight: 700; margin-right: 30px; }
.product-full .price > div:last-child { font-size: 18px; color: #b1b1b1; padding-bottom: 2px; }
.product-full .stock { font-size: 20px; margin-bottom: 20px; }
.basket-product > img { width: 24px; flex-shrink: 0; cursor: pointer; margin-right: 20px; }
.basket-product .quantity, .product-full .quantity { font-size: 18px; color: #b1b1b1; display: flex; align-items: center; }
.basket-product .quantity input, .product-full .quantity input { margin: 0 20px; width: 50px; text-align: center; }
.basket-product .quantity .add, .basket-product .quantity .remove, .product-full .quantity .add, .product-full .quantity .remove { cursor: pointer; transition: .2s; position: relative; width: 25px; height: 25px; border-radius: 50%; }
.basket-product .quantity .add, .product-full .quantity .add { background-color: var(--gold); margin-right: 15px; }
.basket-product .quantity .add:before, .basket-product .quantity .add:after, .basket-product .quantity .remove:before, .product-full .quantity .add:before, .product-full .quantity .add:after, .product-full .quantity .remove:before { content: ""; width: 10px; height: 2px; background-color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.basket-product .quantity .add:after, .product-full .quantity .add:after { width: 2px; height: 10px; }
.basket-product .quantity .remove, .product-full .quantity .remove { background-color: #d1d1d1; }
.basket-product .quantity .add:active, .basket-product .quantity .remove:active, .product-full .quantity .add:active, .product-full .quantity .remove:active { transform: scale(0.9); }
.product-full .basket { width: 150px; margin-top: 20px; }
.characteristics { background-color: #f5f5f5; margin-left: 80px; padding: 30px; }
.faq { max-width: 650px; margin: 0 auto; }
.faq h2, .faq .hr { margin: 30px 0; font-size: 24px; }
.terms { margin-bottom: 50px; }
.terms h2 { margin: 30px 0 20px 0; }
#basket_h1 { margin-bottom: 20px; }
.ariane { color: var(--darkgrey); font-size: 18px; display: flex; flex-wrap: wrap; }
.ariane .check { cursor: pointer; font-weight: 700; }
.step { padding: 80px 0; display: none; }
.step:first-child { display: block; }
#product-modal { display: none; z-index: 3; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.6); }
#product-modal.display { display: block; }
#product-modal .loader { width: 100px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#product-modal .content { display: none; z-index: 2; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background-color: #fff; border-radius: 20px; max-width: 100%; width: 700px; padding: 50px; box-sizing: border-box; }
#product-modal.loaded .loader { display: none; }
#product-modal.loaded .content { display: block; }
#product-modal.loaded .content .success, #product-modal.loaded .content .fail { display: none; align-items: center; justify-content: center; font-size: 24px; color: var(--darkgrey); }
#product-modal.loaded.success .content .success, #product-modal.loaded.fail .content .fail { display: flex; }
#product-modal.loaded .content .success img, #product-modal.loaded .content .fail img { width: 60px; margin-right: 20px; }
#product-modal.loaded .content .buttons { margin-top: 30px; }
#product-modal.loaded .content .buttons a:nth-child(2) { background-color: var(--gold); margin-left: 50px; }
#product-modal.loaded .content .buttons a { border-radius: 5px; font-size: 16px; font-weight: bold; color: #fff; background-color: var(--darkgrey); padding: 15px; }
#basket_nb { display: none; position: absolute; right: -10px; top: -10px; width: 24px; height: 24px; background-color: #fa3e3e; border-radius: 50%; border: 1px solid rgba(0, 0, 0, .1); font-size: 12px; color: #fff; text-align: center; line-height: 24px; }
.basket-product { display: flex; align-items: center; flex-wrap: wrap; padding: 30px 0; border-bottom: 1px dashed #e2e2e2; }
.basket-product .picture { text-align: center; border: 4px solid #f4f4f4; padding: 15px; box-sizing: border-box; width: 300px; max-height: 200px; margin-right: 40px; }
.basket-product .picture img { max-width: 100%; max-height: 100%; }
.basket-product .txt { flex: 1; max-width: 600px; }
.basket-product .name { font-weight: 700; font-size: 24px; margin-bottom: 20px; }
.basket-product .stock { font-size: 22px; }
.basket-product .price { display: flex; margin-bottom: 20px; }
.basket-product .priceht {  font-size: 18px; font-weight: 500; margin-right: 50px; }
.basket-product .pricetotal { font-size: 24px; font-weight: 700; color: var(--gold); }
.btn-step { transition: .2s; padding: 15px; background-color: var(--darkgrey); color: #fff; font-size: 18px; border: none; margin-top: 30px; border-radius: 5px; cursor: pointer; }
.btn-step:hover { opacity: .8; }
.btn-step:active { transform: scale(0.9); }
.step .h3 { font-weight: 700; font-size: 24px; width: 285px; }
.step .form { background-color: #f4f4f4; padding: 50px; width: 700px; box-sizing: border-box; border-radius: 20px; margin: 0 30px 0 50px; }
.step .form input { transition: all ease .2s; height: 50px; line-height: 50px; border: 1px solid #c3c3c3; padding: 15px; box-sizing: border-box; width: 100%; margin-bottom: 20px; }
.step .form #input_firstname { margin-right: 20px; width: 75%; }
.step2btn { display: flex; justify-content: space-between; }
.step2btn button { font-size: 18px; transition: .2s; margin-top: 10px; padding: 15px; color: #fff; border: none; background-color: var(--darkgrey); cursor: pointer; }
.step2btn button:hover { opacity: .8; }
.step2btn button:active { transform: scale(.9); }
.step2btn button:first-child { background-color: var(--gold); }
.products-resume { flex: 1; font-size: 18px; }
.products-resume > div { padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #b1b1b1; }
.products-resume .name { font-weight: 700; margin-bottom: 10px; }
.products-resume .priceht, .basket-products .priceht { font-size: 22px; display: inline-block; margin: 10px 20px 0 0; font-weight: 700; color: var(--gold); }
.products-resume .pricettc, .basket-products .pricettc { color: #b1b1b1; }
.products-resume .total { font-size: 28px; font-weight: 700; }
.paiement_infos { font-size: 20px; }
h4 { margin-bottom: 20px; font-size: 18px; }
.recap h4 { margin: 40px 0 20px 0; }
.recap > div { display: inline-block; margin-bottom: 40px; line-height: 24px; vertical-align: top; }
.recap > div:first-child { margin-right: 200px; }
.recap b { display: inline-block; min-width: 120px; }
.recap button { margin-top: 50px; }
.basket-products > div div { display: inline-block; }
.basket-products h3 { margin-bottom: 20px; }
.basket-products > div:nth-child(even) { background-color: #f2f2f2; }
.basket-products > div:first-child > div { font-size: 16px; margin-right: 20px; }
.basket-products .name { width: 300px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.basket-products .total { margin: 20px 20px 0 0; font-weight: 700; font-size: 22px; }
.btn-paiement { margin-top: 50px; display: inline-block; font-size: 16px; padding: 0 30px; border-radius: 5px; background-color: var(--darkgrey); color: #fff; text-align: center; line-height: 45px; }
.hr.hr2 { margin-bottom: 20px; }
.sortbyprice{ display: flex; justify-content: flex-end; }
.sortbyprice div { cursor: pointer; padding-right: 40px; background: url('/assets/img/icons/sort.svg') no-repeat right center / 24px; }