@charset "UTF-8";
@keyframes addrError {
  0%, to {
    border-color: #f1f1f1;
  }
  50% {
    border-color: #d00;
  }
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  box-sizing: border-box;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-tap-highlight-color: transparent;
}
a, body, html {
  color: #1d1d1b;
}
body, html {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
}
body.embed-responsive {
  overflow: hidden;
  position: fixed;
}
a {
  outline: 0;
}
a:focus {
  outline: 0;
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #1d1d1b;
  text-decoration: none;
}
li {
  list-style-type: none;
}
.fa-chevron-left:before, .fa-chevron-right:before {
  text-shadow: 0 0 2px #fff;
}
.siteLayer {
  position: relative;
}
.siteLayer .menuMask {
  position: absolute;
  display: none;
  top: 125px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.5;
  z-index: 1080;
}
.siteLayer .menuMask.black {
  background-color: #000;
}
.siteLayer .menuMask.loading {
  display: block;
  top: 0;
  z-index: 10000;
}
.siteLayer .menuMask.loading:before {
  content: "";
  display: block;
  width: 125px;
  height: 125px;
  background: url(../../ximg/bo_ericfavre/loader_list.svg) no-repeat 0 0;
  background-size: contain;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.h1, h1 {
  font-weight: 700;
  font-size: 120px;
}
.h2, .h3, .ttlLine, h2, h3 {
  position: relative;
  font-weight: 700;
  font-size: 50px;
}
.h3, h3 {
  font-size: 40px;
}
.h4, .h5, h4, h5 {
  font-weight: 700;
  font-size: 25px;
}
.h5, h5 {
  font-size: 18px;
}
.bodyLayer {
  clear: both;
  margin-top: 5px;
}
.margin-bottom {
  margin-bottom: 15px !important;
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
input:-webkit-autofill, input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
input:focus {
  outline: 0;
}
input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus:-moz-placeholder {
  color: transparent !important;
}
input:focus::-moz-placeholder {
  color: transparent !important;
}
input:focus:-ms-input-placeholder {
  color: transparent !important;
}
input::-webkit-input-placeholder {
  opacity: 1;
  line-height: 19px;
  font-size: 14px;
  color: #878787;
}
input::-moz-placeholder {
  opacity: 1;
  line-height: 19px;
  font-size: 14px;
  color: #878787;
}
input:-ms-input-placeholder {
  opacity: 1;
  line-height: 19px;
  font-size: 14px;
  color: #878787;
}
.box .boxTitle, .ttlLine {
  text-align: center;
}
.box .boxTitle {
  color: #4a4a4a;
  padding: 19px 0;
  max-width: 1670px;
  margin: 0 auto;
  font-size: 24px;
}
.box .boxTitle > .fa, .box .boxTitle > [class*=" icon-linecons-"]:before, .box .boxTitle > [class^=icon-linecons-]:before, label > .fa {
  margin-right: 0.5em;
}
.box .boxTitle > .fa.right, label > .fa.right {
  margin-left: 0.5em;
}
.box .boxTitle > small {
  font-size: 60%;
}
.obflink, label {
  cursor: pointer;
}
.sep_or {
  display: block;
  position: relative;
  text-align: center;
  line-height: 32px;
}
.siteLayer.menuOpen .menuMask {
  display: block;
  height: 100% !important;
}
.flex_auto, .flex_center, .flex_left, .flex_right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flex_auto, .flex_center, .flex_right {
  justify-content: center;
}
.flex_auto, .flex_right {
  justify-content: flex-end;
}
.flex_auto {
  justify-content: space-between;
}
.flex_acenter {
  align-items: center;
}
.flex_abottom {
  align-self: flex-end;
}
.flex_atop {
  align-self: flex-start;
}
label {
  font-weight: 300;
}
label > .fa {
  vertical-align: middle;
}
label > .info {
  font-size: 14px;
}
.form-input.password .input-group.pass_cont {
  position: static;
}
input.error, input.invalid, textarea.error {
  border-color: #a94442;
  color: #a94442;
}
input.error::-webkit-input-placeholder {
  color: #000;
  opacity: 0.6;
}
input.error::-moz-placeholder {
  color: #000;
  opacity: 0.6;
}
input.error:-ms-input-placeholder {
  color: #000;
  opacity: 0.6;
}
.error, [data-input] .fa.err {
  color: #a94442;
}
.valid, [data-input] .fa.vld {
  color: #3fa642;
}
[data-input] .fa {
  display: block;
  width: 20px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
input.valid, textarea.valid {
  border-color: #43b145;
  color: #555;
}
[data-_=frm] .btn-group.error, [data-_=frm] .btn-group.valid {
  color: inherit;
}
.custom-select.error select, [data-_=frm] .btn-group.error .dropdown-toggle {
  border-color: #a94442;
}
.custom-select.valid select, [data-_=frm] .btn-group.valid .dropdown-toggle {
  border-color: #3fa642;
}
[data-_=frm] .msgError {
  min-height: 25px;
  font-size: 14px;
}
.cboxLine {
  margin-bottom: 10px;
}
.cboxLine ._CBox, .cboxLine label, .checkPwd #rules > ul > li > span, .modal .loadAddresses > ul > li > label {
  display: inline-block;
  vertical-align: top;
}
.cboxLine label {
  font-size: 14px;
}
._CBox + label {
  max-width: calc(100% - 45px);
}
.form-input {
  margin-bottom: 30px;
}
#compteForm menu.back, form menu.back {
  margin: 15px 0;
  overflow: hidden;
}
#compteForm div.loi, form div.loi {
  overflow: hidden;
  clear: both;
  padding: 15px;
}
.checkPwd, [data-_=prod] {
  position: relative;
}
.checkPwd #rules {
  margin: 0 auto;
  display: none;
}
.checkPwd #rules > p {
  margin-bottom: 10px;
  color: #333;
  padding-top: 10px;
}
.checkPwd #rules > ul {
  color: #666;
  padding-left: 20px;
}
.checkPwd #rules > ul > li {
  line-height: 20px;
  list-style-type: disc;
}
.checkPwd #rules > ul > li .icoValidation {
  width: 19px;
  height: 20px;
  background-position: -346px -491px;
  margin-right: 10px;
}
.checkPwd #rules > ul > li > span {
  margin-right: 10px;
  line-height: 20px;
}
.checkPwd #rules > ul > li > span.rule {
  max-width: 88%;
}
.checkPwd #rules > ul > li .icoValidation.valid {
  background-position: -346px -511px;
}
.price > h2, .price > span {
  font-size: 1.5em;
  line-height: 1.5em;
}
.price .old {
  text-decoration: line-through;
  font-size: 1em;
  color: #1d1d1b;
}
.price .best {
  font-weight: 700;
  font-size: 20px;
}
.price .discount {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.price .deee {
  display: block;
  font-size: smaller;
}
.price.promo .best, ul.ui-autocomplete li > a.ui-state-active:hover .title {
  color: #be1a20;
}
[data-_=prod] .picto {
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 10;
  max-width: 60px;
}
.cross .img .picto > img, [data-_=prod] .picto > img {
  max-width: 100%;
}
[data-_=prod] .discount {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  padding: 0 5px;
}
[data-_=prod] .discount.green {
  background-color: #08ae53;
}
[data-_=prod] .discount.blue {
  background-color: #27b5b6;
}
[data-_=prod] .discount.orange {
  background-color: #ff7433;
}
[data-_=prod] .discount.red {
  background-color: #e20613;
}
[data-_=prod] .btnWL {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1000;
  font-size: 22px;
  line-height: 1em;
  padding-right: 0.3em;
  padding-top: 0.3em;
  cursor: pointer;
}
li[data-_=prod] .btnWL {
  left: 10px;
}
.gMaps > div {
  background: #fff url(../../ximg/bo_ericfavre/loader_list.svg) no-repeat center center !important;
}
a[href^="http://maps.google.com/maps"], a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.gm-style-cc, .gmnoprint a, .gmnoprint span, .password .pass_cont .off, .password .pass_cont.visible .on {
  display: none;
}
.gmnoprint div {
  background: 0 0 !important;
}
.slick-slide {
  outline: 0 !important;
}
.slick-slide:focus {
  outline: 0 !important;
}
.brands {
  padding: 40px 0;
}
.brands menu .icon {
  margin-right: 10px;
}
.password .pass_cont.visible .off {
  display: inline;
}
.flip-container {
  perspective: 1000px;
}
.flip-container .back, .flip-container .front {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.flip-container .front {
  z-index: 2;
}
.flip-container .back {
  display: none;
}
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.flip-container.hover .back {
  display: block;
}
.flip-container.hover .front {
  display: none;
}
#fixedBtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1070;
}
.returnTop, .savBtn {
  height: 37px;
  background-color: #fff;
  width: 38px;
  line-height: 35px;
  color: #000;
  text-align: center;
  border-radius: 35px;
  font-size: 20px;
  z-index: 5;
  display: inline-block;
}
.returnTop {
  cursor: pointer;
}
#callCenter > strong {
  margin-left: 5px;
}
#loaderIcon {
  margin-left: -50px !important;
}
.modal-header > .modal-title > .fa {
  margin-right: 0.5em;
}
.modal-header > .modal-title .valid:before {
  color: #417505;
}
#lightbox .addedProd .name {
  font-size: 18px;
  font-weight: 700;
}
#lightbox .addedProd .price .best, #lightbox .addedProd .price .old {
  font-size: 18px;
}
#lightbox.quickBuy .gal {
  padding: 0;
  position: relative;
}
#lightbox.quickBuy .gal .picto {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  max-width: 70px;
}
#lightbox.quickBuy .gal .btnWL, #lightbox.quickBuy .thumbnails_cont, #lightbox.quickBuy aside.inf .brandImg {
  display: none;
}
#lightbox.quickBuy .gal .gallery-top > img {
  width: 100%;
  max-width: 100%;
}
#lightbox.quickBuy .gal ul.tagList {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 10;
}
#lightbox.quickBuy .gal ul.tagList li.tag, .cross .img ul.tagList li.tag {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
#lightbox.quickBuy .gal ul.tagList li.tag > span, .cross .img ul.tagList li.tag > span {
  display: inline-block;
  padding: 5px 10px;
  font-weight: 500;
  border-radius: 3px;
}
#lightbox.quickBuy aside.inf header {
  margin-bottom: 5px;
}
#lightbox.quickBuy aside.inf header .name {
  font-size: 20px;
  display: block;
  margin: 0 0 10px;
  font-weight: 700;
}
#lightbox.quickBuy aside.inf header .nomMarque {
  color: #9b9b9b;
}
#lightbox.quickBuy aside.inf header .desc1, #lightbox.quickBuy aside.inf header .desc4 {
  font-size: 1em;
  margin: 0 0 10px;
}
#lightbox.quickBuy aside.inf header .short_desc2 {
  display: none;
}
#lightbox.quickBuy aside.inf .produitRemiseQte {
  margin: 30px 0;
}
#lightbox.quickBuy aside.inf .produitRemiseQte > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
}
#lightbox.quickBuy aside.inf .produitRemiseQte > div .remiseQty {
  width: calc(33% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  font-weight: 700;
  font-size: 12px;
  flex-wrap: wrap;
  cursor: pointer;
  align-content: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
#lightbox.quickBuy aside.inf .produitRemiseQte > div .remiseQty.biCol {
  width: 48%;
  margin-right: 4%;
}
#lightbox.quickBuy aside.inf .produitRemiseQte > div .remiseQty.biCol:nth-child(2n) {
  margin-right: 0;
}
#lightbox.quickBuy aside.inf .produitRemiseQte > div .remiseQty .gain {
  background-color: #ff505a;
  color: #fff;
  border-radius: 11px;
  padding: 4px 5px;
  line-height: 11px;
  font-size: 11px;
  text-align: center;
}
#lightbox.quickBuy aside.inf .produitRemiseQte > div .remiseQty .gain .large {
  font-size: 13px;
}
#lightbox.quickBuy aside.inf .produitRemiseQte > div .remiseQty .qte {
  padding: 10px 15px;
  text-align: center;
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 5px;
  margin-bottom: 10px;
  vertical-align: middle;
}
#lightbox.quickBuy aside.inf .produitRemiseQte > div .remiseQty .qte.selected {
  border: 1px solid #1d1d1b;
}
#lightbox.quickBuy aside.inf .produitRemiseQte > div .remiseQty .price {
  padding: 20px 15px 10px;
}
#lightbox.quickBuy aside.inf .produitRemiseQte > div .remiseQty .price .best, #lightbox.quickBuy aside.inf .produitRemiseQte > div .remiseQty .price .old {
  font-size: 12px;
}
#lightbox.quickBuy aside.inf .produitRemiseQte > div .remiseQty .price .old {
  color: #878787;
  font-weight: initial;
}
#lightbox.quickBuy aside.inf .produitRemiseQte > div .remiseQty .libelle {
  width: 100%;
  background-color: #1d1d1b;
  color: #fff;
  text-align: center;
  border-radius: 0 0 5px 5px;
  padding: 5px;
  font-weight: initial;
}
#lightbox.quickBuy aside.inf .price {
  margin-top: 10px;
  margin-bottom: 10px;
}
#lightbox.quickBuy aside.inf .price .best {
  margin: 0;
  display: inline;
  font-size: 30px;
}
#lightbox.quickBuy aside.inf .price .old {
  display: none;
}
#lightbox.quickBuy aside.inf .price .unitaire {
  display: block;
  font-style: italic;
  color: #999;
}
#lightbox.quickBuy aside.inf .price.promo .old {
  display: block;
  font-size: 25px;
}
#lightbox.quickBuy aside.inf .attribs {
  padding: 5px 0;
}
#lightbox.quickBuy aside.inf .attribs .bold, #lightbox.quickBuy aside.inf .attribs .lbl, #lightbox.quickBuy aside.inf .attribs.noColorSlide > div {
  display: none;
}
#lightbox.quickBuy aside.inf .attribs .swipeAttribs {
  position: relative;
  padding: 0 35px;
}
#lightbox.quickBuy aside.inf .attribs ul.hasPic {
  margin: 0;
  padding: 0;
}
#lightbox.quickBuy aside.inf .attribs ul.hasPic li {
  display: inline-block;
  width: 22%;
  font-size: 12px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: top;
  color: #9b9b9b;
  font-style: italic;
}
#lightbox.quickBuy aside.inf .attribs ul.hasPic li > div {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 42px;
  width: 42px;
  margin: 0 auto 4px;
  border: 1px solid transparent;
}
#lightbox.quickBuy aside.inf .attribs ul.hasPic li > div:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #fff;
}
#lightbox.quickBuy aside.inf .attribs ul.hasPic li > div > img {
  width: 100%;
  display: block;
}
#lightbox.quickBuy aside.inf .attribs ul.hasPic li.selected > div {
  border-color: #e2e2e2;
  position: relative;
}
#lightbox.quickBuy aside.inf .attribs.noColorSlide {
  border: 0;
  border-bottom: 1px solid #e2e2e2;
  padding: 0;
  height: 0;
  overflow: hidden;
}
#lightbox.quickBuy aside.inf .attributs.btn-group, #lightbox.quickBuy aside.inf .lastAttr.btn-group {
  margin-top: 10px;
}
#lightbox.quickBuy aside.inf .stock {
  line-height: 16px;
  vertical-align: middle;
  color: #e20613;
}
#lightbox.quickBuy aside.inf .delai_disponibilite ul > li .info, #lightbox.quickBuy aside.inf .stock .info {
  font-size: 12px;
  margin-left: 10px;
}
#lightbox.quickBuy aside.inf .stock .bulle {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #e20613;
  display: inline-block;
}
#lightbox.quickBuy aside.inf .stock.stockOk {
  color: #08ae53;
}
#lightbox.quickBuy aside.inf .stock.stockOk .bulle {
  background-color: #08ae53;
}
#lightbox.quickBuy aside.inf .delai_disponibilite {
  margin: 20px 0 0;
  text-align: justify;
  padding: 20px;
  background-color: #eee;
  border-radius: 6px;
  border: 1px solid #f0f0f0;
}
#lightbox.quickBuy aside.inf .delai_disponibilite ul {
  margin: 0;
}
#lightbox.quickBuy aside.inf .delai_disponibilite ul > li {
  margin-bottom: 10px;
  line-height: 16px;
  vertical-align: middle;
}
#lightbox.quickBuy aside.inf .delai_disponibilite ul > li.oney [data-toggle=modal], #lightbox.quickBuy aside.inf .delai_disponibilite ul > li.oney a[onclick] {
  position: relative;
  top: -5px;
  left: 3px;
  color: #000;
  cursor: pointer;
  font-size: 0.9em;
}
#lightbox.quickBuy aside.inf .delai_disponibilite .stockOk {
  color: #0f9d57;
}
#lightbox.quickBuy aside.inf .seeDetails {
  margin-top: 10px;
  display: block;
}
#lightbox.quickBuy aside.inf .ampoules, #lightbox.quickBuy aside.inf .garanties, .sizeGuid .act .sliders > div .sldSize {
  margin-top: 5px;
}
#lightbox.quickBuy aside.inf .act {
  margin: 0 0 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
#lightbox.quickBuy aside.inf .act .flex_right {
  align-items: center;
}
#lightbox.quickBuy aside.inf .act .flex_right .libelle {
  display: none;
}
#lightbox.quickBuy aside.inf .act .flex_right .quantity {
  padding: 10px;
  border: 1px solid #1d1d1b;
  border-radius: 3px;
}
#lightbox.quickBuy aside.inf .act .flex_right .quantity span#ctrlMinus, #lightbox.quickBuy aside.inf .act .flex_right .quantity span#ctrlPlus {
  margin: 0 10px;
  cursor: pointer;
}
#lightbox.quickBuy aside.inf .act .flex_right .quantity .valueQte {
  font-size: 20px;
  margin: 0 10px;
}
#lightbox.quickBuy aside.inf .btnWL {
  position: relative;
  font-size: 16px;
  margin-left: 10px;
}
#lightbox.stock_reminder, .global-efclub {
  display: flex;
  align-items: center;
}
.global-efclub img {
  height: 55px;
}
.global-efclub .efclub {
  display: flex;
  flex-direction: column;
}
.global-efclub .efclub p {
  color: #be1a20;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}
.global-efclub .efclub .label p {
  text-decoration: underline;
  margin: 0;
  font-size: 12px;
}
.sizeGuid .modal-dialog {
  width: 800px;
}
.sizeGuid .modal-dialog div[id^=_grd-] > div {
  height: auto !important;
  left: auto !important;
  position: relative !important;
  top: auto !important;
  width: 100% !important;
}
.sizeGuid .act .sTtl {
  padding: 33px 0 20px;
  display: none;
}
.sizeGuid .act .sliders {
  display: none;
}
.sizeGuid .act .sliders > div {
  margin-bottom: 50px;
  display: none;
}
.sizeGuid .act .finalSize {
  text-align: center;
  font-size: 15px;
  width: 100% !important;
  margin: 10px 0 12px;
  min-height: 24px;
}
.sizeGuid .act .finalSize > div > span {
  font-size: 20px;
}
.sizeGuid .act .sizeInfos {
  display: block;
  text-align: center;
}
#lightbox.stock_reminder {
  justify-content: center;
  align-self: flex-start;
}
#lightbox.stock_reminder .modal-header {
  height: 60px;
}
#lightbox.stock_reminder .modal-header .close {
  top: 23px;
}
#lightbox.stock_reminder .modal-header .modal-title {
  font-size: 1.5em;
}
.radioBox {
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  height: 27px;
  line-height: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 69px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
}
.radioBox input {
  position: relative;
  z-index: -1;
}
.radioBox input:checked + label {
  left: -39px;
}
.radioBox label, .radioBox label > .circle {
  height: 22px;
  transition: 0.3s left ease;
  -o-transition: 0.3s left ease;
  -ms-transition: 0.3s left ease;
  -moz-transition: 0.3s left ease;
  -webkit-transition: 0.3s left ease;
}
.radioBox label {
  font-size: 15px !important;
  cursor: pointer;
  display: block;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 2px;
  white-space: nowrap;
  width: 104px;
}
.radioBox label > .circle {
  background: #fff;
  border-radius: 100%;
  width: 22px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  margin-left: -2px;
}
.radioBox label > .lbl {
  text-align: right;
  width: 41px;
  padding-right: 2px;
}
.radioBox label > .lbl:last-child {
  text-align: left;
  padding-left: 1px;
}
.radioBox label > span {
  display: inline-block;
  font-size: 15px;
  vertical-align: middle;
}
.custom-select {
  position: relative;
}
.custom-select select {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.custom-select:after {
  font-family: "FontAwesome";
  content: "\f078";
  position: absolute;
  top: 2px;
  right: 1px;
  bottom: 2px;
  line-height: 30px;
  padding: 0 7px;
  background: #fff;
  pointer-events: none;
  font-size: inherit;
  color: #555;
  border-radius: 0 4px 4px 0;
}
.progress-bar {
  background-color: #fff;
  border: 1px solid #dadada;
  height: 30px;
  padding: 5px;
  border-radius: 5px;
  box-shadow: inset 0 0 10px 1px #dadada;
  width: 100%;
  text-align: left;
}
.progress-bar span {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  width: 0;
  transition: width 1.5s ease-in-out;
  text-align: right;
}
.progress-bar span > span {
  color: #000;
  font-size: 0.8em;
  line-height: 21px;
  padding-right: 5px;
  display: block;
  width: 100%;
}
.progress-bar.inactive {
  opacity: 0.25;
}
ul.ui-autocomplete.autocomplete_mag {
  max-height: 295px;
  overflow-y: auto;
}
ul.ui-autocomplete.autocomplete_mag li a span.picto {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.4s ease 0s;
  font-size: 25px;
}
ul.ui-autocomplete.autocomplete_mag li a > div {
  display: inline-block;
  vertical-align: top;
  width: 85%;
  line-height: initial;
  padding: 10px 0;
  font-size: 13px;
}
ul.ui-autocomplete.autocomplete_mag li a > div strong {
  font-weight: 500;
}
ul.ui-autocomplete.autocomplete_mag li a > div span {
  font-size: 11px;
  font-style: italic;
  display: inline-block;
}
ul.ui-autocomplete.autocomplete_mag li a.ui-state-active span.picto {
  opacity: 1;
}
.trs03 {
  transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
}
.trs05 {
  transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
}
.trs1 {
  transition: 1s all ease;
  -o-transition: 1s all ease;
  -ms-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -webkit-transition: 1s all ease;
}
.bigTtl {
  text-align: center;
  border-bottom: 1px solid #999;
  height: 2.5vw;
  overflow: visible;
  margin: -3vw auto 0;
  position: relative;
  width: 50%;
  top: 50%;
}
#fbConnect, .bigTtl > span {
  text-transform: uppercase;
  text-align: center;
}
.bigTtl > span {
  margin: 1.2vw 0 0;
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
}
.bigTtl > .undertitle {
  font-size: 0.7em;
  text-align: center;
  width: 100%;
}
p.subTtl {
  text-align: center;
  font-size: 15px;
}
.ws_error {
  color: #d00 !important;
}
.cross {
  position: relative;
  margin: 15px auto 0;
}
.cross.lastSeenProducts {
  padding-bottom: 20px;
}
.cross .ttlLine {
  text-align: left;
  font-size: 25px;
  margin: 20px 0;
}
.cross .img, .cross > .content {
  position: relative;
}
.cross > .content > ul {
  margin-bottom: 0;
}
.cross.TopVentes > .content {
  padding-top: 0;
}
.cross [data-_=prod] > div, .cross div.prod {
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #f0f0f0;
  width: calc(100% - 2px);
  height: 100%;
}
.cross [data-_=prod] > div:hover .Qbuy, .cross div.prod:hover .Qbuy {
  display: block;
}
.cross .img {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
}
.cross .img .picto {
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 10;
  max-width: 45px;
}
.cross .img ul.tagList {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.cross .img img {
  max-width: 100%;
  height: auto;
}
.cross .img > span.next, .cross .img > span.prev {
  position: absolute;
  top: 50%;
  margin: -10px 0 0;
  display: none;
  z-index: 10;
  cursor: pointer;
}
.cross .img > span.prev {
  left: 0;
}
.cross .img > span.next {
  right: 0;
}
.cross .img .prodInfos {
  display: none;
}
.cross .img .prodInfos .sizes {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.cross .img .prodInfos .sizes .lbl {
  display: block;
  margin: 3px 0;
}
#NeedHelp .txt a, .cross .img .prodInfos .sizes .sizesList, .cross .infos, .cross .price, .modal .editAddresse > .civ > label, .modal .newAddresse > .civ > label, [data-_=grd] .elt-7.iframe > p, ul.ui-autocomplete li > a > span {
  display: block;
}
.cross .img .promo {
  position: absolute;
  top: 0;
  right: 10px;
}
.cross .infos .name, .cross .prod .name {
  display: block;
  font-size: 18px;
  text-align: left;
  line-height: 20px;
  height: 22px;
  font-weight: 700;
  overflow: hidden;
  margin: 10px 0;
}
.cross .infos .name > h4 {
  margin: 0;
  font-size: 15px;
}
.cross .name:hover {
  color: #be1a20;
}
.cross .price .old {
  padding-right: 10px;
}
.cross a.Qbuy {
  clear: both;
}
.cross .availableColors {
  font-size: 13px;
}
.cross .nomMarque {
  color: #9b9b9b;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.cross .desc {
  margin: 0;
  text-transform: initial;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cross .review {
  margin: 10px 0;
  overflow: hidden;
  line-height: 14px;
}
.cross .review .rating-star {
  font-size: 14px;
  width: 14px;
  height: 14px;
  position: relative;
  display: block;
  float: left;
}
.cross .review .rating-star.full-star:before {
  color: #ff7433;
}
.cross .review .rating-star.empty-star:before, .cross .review .rating-star.full-star:before, .cross .review .rating-star.half-star:before {
  content: "★";
  position: absolute;
  left: 0;
  overflow: hidden;
}
.cross .review .rating-star.half-star:before {
  color: #ff7433;
  width: 6px;
}
.cross .review .rating-star.half-star:after {
  content: "★";
  position: absolute;
  left: 6px;
  width: 12px;
  text-indent: -6px;
  overflow: hidden;
}
.cross .review .avisNb {
  font-size: 10px;
  font-weight: 500;
}
.cross .Qbuy, img.medaille {
  position: absolute;
  width: auto;
}
.cross .Qbuy {
  bottom: 26px;
  right: 20px;
  padding: 9px 8px 7px !important;
}
.cross .Qbuy:hover {
  background-color: #ff7433 !important;
}
.swiper-wrapper {
  position: initial;
  margin-bottom: 0;
}
.swiper-container .swiper-pagination {
  bottom: 0;
  padding: 5px 0;
}
img.medaille {
  top: 0;
  right: 15px;
  max-height: 60px;
}
.netreviews-widget.ng-scope {
  overflow: hidden !important;
}
.elt-106 [data-_=sld] > ul > li > a > img, .elt-106 [data-_=sld] > ul > li > img {
  width: 100%;
}
.bloc_presse img, .elt-106 .swiper-slide {
  max-width: 100%;
}
.elt-106 .blocSelection a.btn {
  width: 20%;
  bottom: 58px;
  padding: 15px;
}
.blogSlider .imgArticle, .elt-106 {
  position: relative;
}
.blogSlider .imgArticle img {
  max-width: 100%;
  border-radius: 20px;
}
.blogSlider .imgArticle ul {
  position: absolute;
  top: 10px;
  left: 10px;
}
.blogSlider .imgArticle ul li.tag {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  margin-right: 10px;
}
.blogSlider .imgArticle ul li.tag.tag2 {
  background-color: #2466d4;
}
.blogSlider .imgArticle ul li.tag.tag23 {
  background-color: #08ae53;
}
.blogSlider .imgArticle ul li.tag.tag16 {
  background-color: #be1a20;
}
.blogSlider .imgArticle ul li.tag.tag30 {
  background-color: #ff7433;
}
.blogSlider .imgArticle ul li.tag.tag44 {
  background-color: purple;
}
.blogSlider .imgArticle ul li.tag.tag51 {
  background-color: #e4e400;
}
.blogSlider .infosArticle .date {
  margin: 10px 0 5px;
  display: block;
}
.blogSlider .infosArticle .title {
  font-size: 23px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 5px;
}
.blogSlider .infosArticle .desc {
  color: #878787;
  height: auto !important;
}
.logPrompt .login_btn_facebook_connect {
  width: 100%;
  margin-top: 10px;
}
.btn-blue {
  background-color: #3b5998;
  border: 0;
}
#fbConnect {
  padding: 0 20px;
  width: 100%;
  line-height: 40px;
  cursor: pointer;
}
#fbConnect:hover, #fbConnect:hover .fa, .btn-blue {
  color: #fff;
}
.select_mdfAdr_pays .label, .select_mdfAdr_state .label, .select_paysAddr .label, .select_stateAddr .label {
  background-position: 97% !important;
  border-color: #d1d1d1;
  line-height: 46px !important;
  text-transform: uppercase;
}
.noUi-handle:before, .state_choice .disabledOptions {
  display: none;
}
.addr.new.err {
  animation: addrError 1s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.autocomplete_loader {
  opacity: 0;
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 34px;
  padding-right: 5px;
  transition: 0.3s opacity ease;
  z-index: 10000;
}
.autocomplete_loader.visible {
  opacity: 1;
}
ul.ui-autocomplete {
  background-color: #fff;
  border: 1px solid #666;
  z-index: 10000;
  position: absolute;
  box-shadow: 0 5px 38px -10px rgba(0, 0, 0, 0.3);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  max-height: 450px;
  overflow-y: auto;
}
ul.ui-autocomplete li.ui-menu-item {
  cursor: pointer;
  border-bottom: 1px solid #666;
  background-color: #fff;
}
ul.ui-autocomplete li.ui-menu-item:last-child {
  border-bottom: 0;
}
#collection li .img img, ul.ui-autocomplete li.noImg {
  border-bottom: 0 none;
}
ul.ui-autocomplete li.noImg > a {
  padding: 5px;
}
ul.ui-autocomplete li > a {
  padding: 15px;
  display: block;
}
ul.ui-autocomplete li > a:hover {
  color: #666;
}
ul.ui-autocomplete li > a img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 166px;
  max-width: 100%;
}
ul.ui-autocomplete li > a .title {
  text-transform: uppercase;
  height: 40px;
  overflow: hidden;
}
ul.ui-autocomplete li > a .desc, ul.ui-autocomplete li > a .marque {
  height: 53px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
ul.ui-autocomplete li > a .marque {
  color: gray;
  height: 17px;
}
ul.ui-autocomplete li > a .oldprice {
  font-size: 12px;
  text-decoration: line-through;
  margin-right: 10px;
  color: gray;
  height: 17px;
}
ul.ui-autocomplete li > div.type {
  padding: 10px;
  background-color: #eee;
  font-weight: 500;
  text-transform: uppercase;
}
ul.ui-autocomplete.autocomplete_ville {
  max-height: 100px;
  overflow-y: auto;
}
ul.ui-autocomplete.autocomplete_ville li > a {
  padding: 5px 15px;
}
ul.autocomplete_prod li.ui-menu-item {
  width: 25%;
  float: left;
}
.pg_presse > .row > div:nth-child(2n+1), ul.autocomplete_prod li.ui-menu-item:nth-child(4n+1) {
  clear: left;
}
ul.autocomplete_prod li.ui-menu-item.seeAll {
  width: 100%;
  float: none;
  clear: left;
  text-align: center;
  border-top: 1px solid #666;
  margin-top: -1px;
  display: inline-block;
  max-height: 45px;
  overflow: hidden;
}
ul.autocomplete_prod li.ui-menu-item.seeAll > a {
  padding-bottom: 0;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
[data-_=grd].edito {
  padding: 10px;
}
[data-_=grd] a.edito {
  position: relative;
  display: block;
  overflow: hidden;
}
[data-_=grd] a.edito > img {
  width: 100%;
  transition: all 300ms linear;
}
[data-_=grd] a.edito > div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 300ms linear;
}
[data-_=grd] a.edito > div > h3 {
  display: block;
  font-size: 1.5em;
  margin: 0;
}
[data-_=grd] a.edito > div > span {
  font-size: 15px;
  color: #333;
}
[data-_=grd] a.edito:hover > img {
  transform: scale(1.1);
  filter: grayscale(50%);
}
[data-_=grd] a.edito:hover > div {
  background-color: rgba(255, 255, 255, 0.9);
}
#GetDiscountCode_form .row > div label, .mainNavLayer > aside .elt-106 img, [data-_=grd] .elt-7 > a > img, [data-_=grd] .elt-7 > img, [data-_=grd] .elt-7 > svg, table.guide_des_tailles {
  width: 100%;
}
[data-_=grd] > div.Titre, [data-_=grd] > div.heightAuto, [data-_=grd] > div.presse, [data-_=grd] > div.reassurance, [data-_=grd] > div.selection {
  height: auto !important;
  left: auto !important;
  position: relative !important;
  top: auto !important;
}
[data-_=grd] > div.presse {
  float: left;
  width: 50% !important;
  margin-bottom: 20px;
}
[data-_=grd] > div.guide {
  overflow: initial;
}
.class-page_libre {
  height: auto !important;
}
.class-page_libre .page_libre {
  height: auto !important;
  position: relative !important;
}
[data-_=grd] .elt-7 > p:first-child {
  display: none;
}
div[id^=_grd-].class-Titre, div[id^=_grd-].class-heightAuto, div[id^=_grd-].class-reassurance, div[id^=_grd-].class-selection {
  height: auto !important;
  display: flex;
  z-index: 0;
}
div[id^=_grd-].class-presse {
  height: auto !important;
}
.bloc_presse {
  padding: 15px;
  border-bottom: 1px solid #000;
  margin: 15px 0;
  overflow: hidden;
  min-height: 218px;
}
.bloc_presse .titre {
  min-height: 40px;
}
.bloc_presse .btn-block + .btn-block {
  margin-top: 15px;
}
#collection .swiper-wrapper {
  align-items: center;
}
#collection .swiper-slide .prod a:hover .collection_name span {
  content: "";
  width: auto;
  border-bottom: 1px solid #000;
  display: inline-block;
}
.collection_name {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
  margin-top: 20px;
  min-height: 65px;
}
.modal .loadAddresses > ul {
  border-top: 1px solid #efefef;
}
.modal .loadAddresses > ul > li {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #efefef;
  position: relative;
}
.modal .loadAddresses > ul > li > .cbox {
  padding: 0;
}
.modal .loadAddresses > ul > li > .editAddr {
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal .editAddresse > div:not(.state_choice), .modal .newAddresse > div:not(.state_choice) {
  position: initial;
}
.modal .newAddresse > div > .btn-group > .dropdown-toggle {
  text-align: left;
}
.modal .newAddresse > div.state_choice > div {
  margin-bottom: 20px;
}
.modal .newAddresse > .civ > div > ._CBox {
  margin-right: 5px;
  vertical-align: middle;
}
.modal .editAddresse > .civ > div > label, .modal .newAddresse > .civ > div > label {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.modal .editAddresse > div > .btn-group > .dropdown-toggle {
  text-align: left;
}
.modal .editAddresse > .civ > div {
  padding-left: 0;
}
.modal .editAddresse > .civ > div > ._CBox {
  margin-right: 5px;
  vertical-align: middle;
}
.modal-dialog.storeDetails {
  width: 800px;
}
.modal-dialog.storeDetails .left .tel {
  display: block;
  margin: 0 0 20px;
}
.modal-dialog.storeDetails .left .schedules {
  font-size: 15px;
  display: block;
}
.modal-dialog.storeDetails .left .schedules > strong {
  display: block;
  padding: 0 0 5px;
}
.modal-dialog.storeDetails .left .schedules ul > li .day {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.modal-dialog.storeDetails .left .schedules ul > li .hours {
  display: inline-block;
  vertical-align: top;
  width: 65%;
}
.modal-dialog.storeDetails .left .schedules ul > li.infos {
  padding: 5px 5px 0 0;
}
.modal-dialog.storeDetails .right .gMaps, .modal-dialog.storeDetails .right .googlemap {
  height: 230px;
}
.modal-dialog.storeDetails .right .gMaps h2, .modal-dialog.storeDetails .right .googlemap h2 {
  font-size: 15px;
  margin: 0 0 5px;
}
#NeedHelp .img img {
  width: 60%;
}
#NeedHelp .txt strong {
  display: block;
  margin-bottom: 20px;
}
#NeedHelp .txt a.mail {
  text-decoration: underline;
}
#NeedHelp .txt .info {
  display: block;
  font-size: 13px;
  font-style: italic;
}
#sendMail_form > div {
  position: initial;
}
#sendMail_form > p.infos {
  font-size: 11px;
}
#sendMail_form > menu > .submit {
  margin-left: 10px;
}
table.guide_des_tailles tr td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;
  padding: 5px;
  white-space: nowrap;
}
table.guide_des_tailles tr td:first-child {
  border-left: 1px solid #444;
}
table.guide_des_tailles tr td.label span {
  text-transform: lowercase;
}
.table .sticky-col, table.guide_des_tailles thead {
  border-top: 1px solid #444;
  background-color: #444;
  color: #fff;
}
table.guide_des_tailles thead {
  text-transform: uppercase;
  padding-left: 10px;
  border: 0;
  border-bottom: 1px solid #444;
}
table.guide_des_tailles thead th {
  border: 1px solid #444;
  text-align: center;
  padding: 5px;
}
.table td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;
  padding: 5px;
  white-space: nowrap;
  border-top: 1px solid #444 !important;
}
.table .sticky-col {
  left: 0;
  position: absolute;
  top: auto;
  width: 30%;
  border-left: 1px solid #444;
  text-align: left;
}
.table-wrapper {
  position: relative;
}
.table-scroller {
  margin-left: 30%;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 5px;
  width: 71%;
}
.sizeInfos {
  margin-top: 25px;
}
.noUi-background {
  background-color: #fafafa;
  box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  border-radius: 0;
  border: 0;
  height: 3px;
  background-color: #e2e2e2;
}
.noUi-target .noUi-base {
  height: 3px;
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbb;
}
.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 0;
  left: -7px;
  cursor: pointer;
  position: relative;
}
.noUi-horizontal .noUi-handle:after {
  content: "";
  background-color: transparent;
}
[disabled] .noUi-connect, [disabled].noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.plandusite .lvl-1 {
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
}
.plandusite .lvl-2 {
  margin-left: 25px;
  font-weight: 500;
  margin-top: 10px;
}
.plandusite .lvl-2 .lvl-1, .plandusite .lvl-3 .lvl-2 {
  margin-left: -25px;
}
.plandusite .lvl-3 {
  margin-left: 50px;
}
.plandusite h3 {
  font-weight: 700;
  font-size: 14.5px;
  text-transform: uppercase;
}
.MagicZoom .mz-loading {
  width: 60px;
  height: 60px;
}
.MagicScroll .mcs-loader .mcs-loader-circles > div, .MagicZoom .mz-loading:after {
  display: none;
}
.MagicScroll .mcs-loader .mcs-loader-circles, .MagicZoom .mz-loading {
  background: url(../../ximg/bo_ericfavre/loader_list.svg);
  background-size: 60px 60px;
}
#lightbox.login .modal-dialog {
  width: 800px;
}
.login-template .ttl {
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.login-template .newAccount {
  min-height: 287px;
  position: relative;
}
.login-template .newAccount .ttl {
  margin-bottom: 30px;
}
.login-template .newAccount .submit {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.login-template > .form {
  border-right: 1px solid #e2e2e2;
}
.login-template > .form .form-input {
  margin-bottom: 25px;
}
.login-template > .form .password-container {
  position: relative;
}
.login-template > .form .password-container #togglePwd {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.login-template > .form .mdp a .fa {
  margin-right: 5px;
}
.login-template > .form .errorLogin {
  padding: 10px 0;
}
.save_cart_form menu {
  display: block;
  padding-top: 10px;
}
.pg_new_password > .infos > .boxContent {
  margin: 20px 0 50px;
  padding: 10px;
}
.pg_new_password > .infos > .boxContent > form menu {
  margin-top: 30px;
}
.ClientsPhotos.cross .swiper-container .img {
  border-bottom: 0 none;
}
.doofinderLogo {
  display: none !important;
}
.payment_mode .ico {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  margin: 0 10px;
}
.payment_mode .ico.mode_1:before {
  display: block;
  content: url(../../ximg/bo_ericfavre/paiement/picto-cb.svg);
}
.payment_mode .ico.mode_2:before {
  display: block;
  content: url(../../ximg/bo_ericfavre/paiement/picto-visa.svg);
}
.payment_mode .ico.mode_3:before {
  display: block;
  content: url(../../ximg/bo_ericfavre/paiement/picto-master-card.svg);
}
.payment_mode .ico.mode_7:before {
  display: block;
  content: url(../../ximg/bo_ericfavre/paiement/picto-paypal.svg);
}
.payment_mode .ico.mode_16:before {
  display: block;
  content: url(../../ximg/bo_ericfavre/paiement/picto-oney.svg);
}
.payment_mode .ico.mode_17:before {
  display: block;
  content: url(../../ximg/bo_ericfavre/paiement/picto-scalapay.png);
}
@media (max-width: 991px) {
  .h1, h1 {
    font-size: 45px;
  }
  .h2, .h3, .ttlLine, h2, h3 {
    font-size: 30px;
  }
  .h4, h4 {
    font-size: 18px;
  }
  .h5, h5 {
    font-size: 16px;
  }
  #lightbox.quickBuy .gal ul.tagList li.tag > span {
    font-size: 12px;
    padding: 5px;
  }
  #lightbox.quickBuy aside.inf .produitRemiseQte > div .remiseQty .qte {
    width: 100%;
  }
  #lightbox.quickBuy aside.inf .produitRemiseQte > div .remiseQty .price {
    width: 100%;
    padding: 0 15px 10px;
  }
  #lightbox.quickBuy aside.inf .produitRemiseQte > div .remiseQty .price .best, #lightbox.quickBuy aside.inf .produitRemiseQte > div .remiseQty .price .old {
    display: block;
  }
  #lightbox.quickBuy aside.inf .produitRemiseQte > div .remiseQty .libelle {
    max-width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 44px;
    justify-content: center;
  }
  .cross.TopVentes > .content .swiper-button-prev {
    top: 50%;
    right: auto;
    left: 5px;
  }
  .cross.TopVentes > .content .swiper-button-next {
    top: 50%;
    right: 5px;
  }
  .cross .img ul.tagList li.tag > span {
    font-size: 10px;
    padding: 5px;
  }
  .cross .Qbuy {
    bottom: 15px;
    right: 15px;
  }
  .elt-106 .hasArrow {
    padding-top: 45px;
  }
  .pg_marque section.content {
    overflow: hidden;
    position: relative;
  }
  #abc_filtre {
    right: 10px;
    display: flex;
    position: absolute;
    flex-direction: column;
    z-index: 10;
    height: 100%;
    overflow-x: auto;
  }
  #abc_filtre li {
    margin: 10px;
    flex-shrink: 0;
  }
  .marquesList {
    width: 90%;
  }
}
@media (min-width: 768px) {
  form menu .btn + .btn {
    margin-left: 10px;
  }
  #_responsive {
    width: 1px;
    visibility: hidden;
  }
}
@media (max-width: 768px) and (min-width: 412px) {
  #lightbox.quickBuy aside.inf .produitRemiseQte > div .remiseQty {
    width: calc(25% - 10px);
  }
}
@media (min-width: 992px) {
  #lightbox.quickBuy aside.inf .produitRemiseQte > div .remiseQty .price {
    text-align: right;
  }
  #lightbox.quickBuy aside.inf .produitRemiseQte > div .remiseQty .price .best {
    display: block;
  }
  #lightbox.quickBuy aside.inf .produitRemiseQte > div .remiseQty .price .old {
    margin-right: 0;
  }
  #lightbox.productAdded .modal-dialog {
    width: 892px;
  }
  .cross .Qbuy {
    display: none;
    bottom: 26px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .cross .price .old, div[id^=_grd-].class-heightAuto {
    display: block;
  }
  .cross.lastSeenProducts {
    margin-left: 15px;
    margin-right: 15px;
  }
  .cross.lastSeenProducts .content {
    padding-top: 0;
  }
  .cross.lastSeenProducts .content .desc {
    margin-bottom: 10px;
  }
  .cross.lastSeenProducts .content .review {
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 14px;
    height: 15px;
  }
  .cross.lastSeenProducts .content .swiper-button-next {
    top: 50%;
    right: 5px;
  }
  .cross.lastSeenProducts .content .swiper-button-prev {
    top: 50%;
    right: auto;
    left: 5px;
  }
  body, html {
    min-width: 320px;
    max-width: 100%;
  }
  .bodyLayer {
    min-height: 1px;
  }
  .ttlBorder span {
    font-size: 24px;
  }
  .cross .ttlBorder span {
    font-size: 20px;
  }
  .cross .ttlBorder span span, .guide:after, .guide:before {
    display: none;
  }
  .cross .ttl {
    font-size: 1.5em;
  }
  .bigTtl {
    height: 8vw;
    margin: -6vw auto 0;
  }
  .bigTtl > span {
    margin: 3vw 0 0;
    font-size: 8vw;
  }
  .bigTtl > .undertitle {
    font-size: 2vw;
  }
  .bigTtl, [data-_=img], [data-src] {
    width: 100%;
  }
  .class-iframe {
    height: 1460px !important;
    position: relative !important;
    top: 0;
    left: 0;
  }
  .class-iframe .iframe {
    height: 100% !important;
  }
  #lightbox.quickBuy aside.inf .actions .dropdown-menu {
    bottom: 100%;
    top: auto;
  }
  #lightbox.quickBuy .gal .gallery-top > img {
    width: auto;
    max-height: 140px;
  }
  #lightbox.quickBuy .btnAdd .fa-spinner {
    animation-name: preloader;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  #lightbox.sizeGuid .modal-dialog {
    width: auto;
  }
  #lightbox.stock_reminder .modal-header {
    height: 85px;
  }
  #lightbox.stock_reminder .modal-header .modal-title > span {
    font-size: 1em;
  }
  #lightbox.stock_reminder .stockReminderConnect > div:first-child {
    margin-bottom: 10px;
  }
  #NeedHelp {
    position: relative;
  }
  #NeedHelp .img {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 20px;
  }
  #NeedHelp .img img {
    max-width: 100%;
    height: 100%;
    opacity: 0.2;
  }
  #NeedHelp .txt {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  li.brandItem {
    width: 46%;
    margin: 0 2%;
  }
  div[id^=_grd-].class-guide {
    display: block;
    height: auto !important;
  }
  div[id^=_grd-].class-Titre {
    display: block;
  }
  [data-_=grd] > div.guide {
    height: auto !important;
    left: auto !important;
    position: relative !important;
    top: auto !important;
  }
  .bloc_presse {
    text-align: center;
  }
  .swiper-button-next, .swiper-button-prev {
    color: #000;
  }
  #brands_swiper {
    align-items: center;
    display: block;
    overflow: hidden;
  }
  .swipeBrands .swiper-slide {
    width: 31% !important;
    float: left;
    padding: 0;
    margin: 10px 1% !important;
  }
  .swipeBrands .swiper-slide:nth-child(4), ul.autocomplete_prod li.ui-menu-item:nth-child(2n+1) {
    clear: left;
  }
  .blocSelection {
    margin-bottom: 30px;
  }
  .guide .blocAvecBackground .ttlLine {
    left: 12%;
    transform: translateX(0);
  }
  #coupsDeCoeur .brand {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  #coupsDeCoeur .desc {
    min-height: 45px;
  }
  .marquesList ul a {
    line-height: 40px;
    display: inline-block;
  }
  .plandusite {
    padding: 0 15px;
  }
  .table-scroller {
    margin-left: 0;
    padding-bottom: 5px;
    width: 100%;
  }
  .table .sticky-col {
    position: relative;
    width: auto;
  }
  ul.autocomplete_prod li.ui-menu-item {
    width: 50%;
  }
  .reassurance .ico {
    max-width: 100%;
  }
  .reassurance .text {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #_responsive {
    width: 2px;
    visibility: hidden;
  }
  menu.actions li + li {
    margin-top: 15px;
  }
}
@media (max-width: 564px) {
  #AV_widget_iframe {
    height: 320px;
    position: relative;
  }
}
@media only screen and (max-width: 719px) {
  #lightbox.login .modal-dialog {
    width: 90%;
  }
  .login-template > .form {
    border-right: 0;
  }
  .login-template > .form .form-input {
    margin-bottom: 15px;
  }
  .login-template > .form .cBoxZone, .login-template > .form .mdp {
    line-height: 40px;
  }
  .login-template .newAccount {
    margin-top: 15px;
    min-height: 34px;
  }
  .login-template .newAccount > .ttl, .login-template .newAccount > p {
    display: none;
  }
  .login-template .newAccount .submit {
    border-color: #be1a20;
    background-color: #be1a20;
  }
  .modal-body form.lostPassForm .actions > div:first-child {
    margin-bottom: 10px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 414px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
  #lightbox.login .modal-dialog {
    width: 90%;
    margin: 10px auto;
  }
  .login-template > .form {
    border-right: 0;
  }
  .login-template > .form .form-input {
    margin-bottom: 15px;
  }
  .login-template > .form .cBoxZone, .login-template > .form .mdp {
    line-height: 40px;
  }
  .login-template .newAccount {
    margin-top: 15px;
    min-height: 34px;
  }
  .login-template .newAccount > .ttl, .login-template .newAccount > p {
    display: none;
  }
  .login-template .newAccount .submit {
    border-color: #be1a20;
    background-color: #be1a20;
  }
  .modal-body form.lostPassForm .actions > div:first-child {
    margin-bottom: 10px;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
  #lightbox.login .modal-dialog {
    width: 90%;
  }
  .login-template > .form {
    border-right: 0;
  }
  .login-template > .form .form-input {
    margin-bottom: 15px;
  }
  .login-template > .form .cBoxZone, .login-template > .form .mdp {
    line-height: 40px;
  }
  .login-template .newAccount {
    margin-top: 15px;
    min-height: 34px;
  }
  .login-template .newAccount > .ttl, .login-template .newAccount > p {
    display: none;
  }
  .login-template .newAccount .submit {
    border-color: #be1a20;
    background-color: #be1a20;
  }
  .modal-body form.lostPassForm .actions > div:first-child {
    margin-bottom: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #lightbox.quickBuy .modal-dialog {
    width: 90%;
  }
  #lightbox.quickBuy aside.inf > div > menu.actions .btnAdd, #lightbox.quickBuy aside.inf > div > menu.actions .btnWL {
    margin-bottom: 10px;
  }
  li.brandItem {
    width: 25%;
  }
  .reassurance .ico, .reassurance .text {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body, html {
    max-width: 100%;
  }
  div[id^=_grd-].class-selection {
    height: auto !important;
    display: block;
    overflow: hidden !important;
  }
  [data-_=grd] > div.selection {
    height: auto !important;
    left: auto !important;
    position: relative !important;
    top: auto !important;
    float: left;
    width: 50% !important;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  #_responsive {
    width: 0;
    visibility: hidden;
  }
}