.ui-dialog {
  position: relative;
  top: inherit;
  border: none;
}
.ui-dialog .ui-dialog-content {
  position: absolute;
  border: 0.1rem solid #e7e7e7;
  padding: 2rem;
  background: #FFFFFF;
  /* overflow: inherit; remove for the scroll from menu */
}

.ui-widget {
  font-family: Lato;
}

.ui-widget.ui-widget-content {
  border: inherit;
}

.page-wrapper > .breadcrumbs {
  /* margin-bottom: 0; fait bugger la fiche produit */
}

/** popin */
.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  /* max-height: inherit; fait bugger la popin d ajout au panier */
}

/*******************************************/
@media only screen and (max-width: 767px) {
  .ui-dialog {
    position: absolute;
    width: 100%;
    left: 0;
  }
  .ui-dialog .ui-dialog-content {
    position: absolute;
    border: none;
    padding: 0;
  }

  .header .block-customer-login-content {
    border: 0.1rem solid #e7e7e7;
    padding: 2rem;
  }

  .breadcrumbs + .page-main {
    padding-top: 0;
  }

  /** popin */
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
  }
}
/* yellow */
/* ivory */
/* button */
/* body font color */
/* field required */
/* grey */
/* cta pink */
/* cta white */
/* light blue */
/* orange */
/* title red */
/* title purple */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  40% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* Variables */
/* Animation */
@keyframes ssc-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
/* Animation partial */
.ssc-square, .ssc-head-line, .ssc-line, .ssc-circle {
  position: relative;
  overflow: hidden;
}
.ssc-square:after, .ssc-head-line:after, .ssc-line:after, .ssc-circle:after {
  content: "";
  animation: ssc-loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: 1;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

/** Main class */
.ssc {
  cursor: progress;
  user-select: none;
}

/** Helpers classes */
.ssc .mb {
  margin-bottom: 16px;
}
.ssc .mt {
  margin-top: 16px;
}
.ssc .mr {
  margin-right: 16px;
}
.ssc .ml {
  margin-left: 16px;
}
.ssc .mbs {
  margin-bottom: 8px;
}
.ssc .mts {
  margin-top: 8px;
}
.ssc .mrs {
  margin-right: 8px;
}
.ssc .mls {
  margin-left: 8px;
}
.ssc .w-10 {
  width: 10%;
}
.ssc .w-20 {
  width: 20%;
}
.ssc .w-30 {
  width: 30%;
}
.ssc .w-40 {
  width: 40%;
}
.ssc .w-50 {
  width: 50%;
}
.ssc .w-60 {
  width: 60%;
}
.ssc .w-70 {
  width: 70%;
}
.ssc .w-80 {
  width: 80%;
}
.ssc .w-90 {
  width: 90%;
}
.ssc .w-100 {
  width: 100%;
}
.ssc .flex {
  display: flex;
}
.ssc .inline-flex {
  display: inline-flex;
}
.ssc .align-center {
  align-items: center;
}
.ssc .align-start {
  align-items: flex-start;
}
.ssc .align-end {
  align-items: flex-end;
}
.ssc .align-stretch {
  align-items: stretch;
}
.ssc .justify-start {
  justify-content: start;
}
.ssc .justify-end {
  justify-content: end;
}
.ssc .justify-between {
  justify-content: space-between;
}
.ssc .justify-center {
  justify-content: center;
}
.ssc .justify-around {
  justify-content: space-around;
}

/** Wrapper class */
.ssc-wrapper {
  padding: 16px;
}

/* Figures, Objects */
.ssc-card {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.17);
  background-color: #ffffff;
}

.ssc-circle {
  display: block;
  background-color: rgba(0, 0, 0, 0.17);
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.ssc-hr {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.17);
  height: 2px;
}

.ssc-line {
  display: block;
  background-color: rgba(0, 0, 0, 0.17);
  border-radius: 15px;
  margin-bottom: 8px;
  width: 100%;
  height: 12px;
}
.ssc-line:last-child {
  margin-bottom: unset;
}

.ssc-head-line {
  display: block;
  background-color: rgba(0, 0, 0, 0.17);
  border-radius: 15px;
  width: 100%;
  height: 24px;
}

.ssc-square {
  display: block;
  background-color: rgba(0, 0, 0, 0.17);
  width: 100%;
  height: 150px;
}

.rating[data-rating="5.5"] .rating__item:nth-child(-n+5)::after, .rating[data-rating="5"] .rating__item:nth-child(-n+5)::after, .rating[data-rating="4.5"] .rating__item:nth-child(-n+4)::after, .rating[data-rating="4"] .rating__item:nth-child(-n+4)::after, .rating[data-rating="3.5"] .rating__item:nth-child(-n+3)::after, .rating[data-rating="3"] .rating__item:nth-child(-n+3)::after, .rating[data-rating="2.5"] .rating__item:nth-child(-n+2)::after, .rating[data-rating="2"] .rating__item:nth-child(-n+2)::after, .rating[data-rating="1.5"] .rating__item:nth-child(-n+1)::after, .rating[data-rating="1"] .rating__item:nth-child(-n+1)::after, .rating[data-rating="0.5"] .rating__item:nth-child(-n+0)::after, .rating[data-rating="0"] .rating__item:nth-child(-n+0)::after {
  content: " ";
  background-position: 0px 0;
}

.rating[data-rating="5.5"] .rating__item:nth-child(6)::after, .rating[data-rating="4.5"] .rating__item:nth-child(5)::after, .rating[data-rating="3.5"] .rating__item:nth-child(4)::after, .rating[data-rating="2.5"] .rating__item:nth-child(3)::after, .rating[data-rating="1.5"] .rating__item:nth-child(2)::after, .rating[data-rating="0.5"] .rating__item:nth-child(1)::after {
  background-position: -46px 0;
  content: " ";
}

.rating {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #900;
}
.rating__item {
  display: block;
}
.rating__item::after {
  background-repeat: no-repeat;
  background-position: -25px 0;
  content: " ";
  display: block;
  width: 2.3rem;
  height: 2rem;
  background-size: cover;
}
.rating-square {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 8rem;
  height: 2.5rem;
}

.end {
  display: block;
  width: 100%;
  height: 10rem;
}

.cta {
  background-color: #FFEC00;
  border: 3px solid #FFEC00;
  border-radius: 40px;
  color: #0F0F11 !important;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 15px;
  min-width: 10rem;
  padding: 12px 35px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.cta:hover, .cta.on {
  background-color: #ffdf3d;
  border-color: #ffdf3d;
  color: #0F0F11 !important;
}

.cta {
  padding: 8px 35px;
}
.cta.disabled {
  background: #606060;
  border-color: #606060;
  color: #FFFFFF !important;
  opacity: 0.3;
  visibility: hidden;
}
.cta.see-more {
  border-color: #787676;
  background: #787676;
  color: #FFFFFF !important;
  box-shadow: none;
}
.cta.see-more:hover {
  background: #FFFFFF;
  color: #787676 !important;
}

.fix-to-scroll {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
}

.main-image {
  text-align: center;
}
.main-image .content {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px #D0D0D0;
}
.main-image .content .frame {
  position: relative;
  margin: 15%;
  background: #FFFFFF;
}
.main-image .content .frame .product-img {
  max-height: 21rem;
}
.main-image .content .frame .heart {
  display: none;
  position: absolute;
  top: -2rem;
  left: -2rem;
  width: 2.2rem;
  height: 2.5rem;
  background: transparent url("../img/heart-sm.png") no-repeat 0 0;
  background-size: cover;
}

.comparator-product-view .cms-loader {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comparator-product-view .cms-loader .content {
  text-align: center;
}
.comparator-product-view .title {
  text-align: center;
  margin: 0 auto 2rem;
}
.comparator-product-view .title .content {
  z-index: 2;
  position: relative;
  display: inline-block;
  margin: 2rem auto;
}
.comparator-product-view .title .content::before {
  display: block;
  content: " ";
  background: transparent url("../img/quote/pic-quote-black-2.png") no-repeat 0 0;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
}
.comparator-product-view .title .content::after {
  display: block;
  content: " ";
  background: transparent url("../img/quote/pic-quote-black-2.png") no-repeat -35px 0;
  width: 4.5rem;
  height: 3.5rem;
  position: absolute;
}
.comparator-product-view .title .content::before {
  top: -2rem;
  left: -3rem;
}
.comparator-product-view .title .content::after {
  bottom: -2rem;
  right: -4rem;
}
.comparator-product-view .table {
  display: block;
  box-shadow: 0 18px 15px #c4c4c4;
}
.comparator-product-view .table .same-attribute {
  margin: 6rem 6rem 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 20rem;
  line-height: 1.1;
  color: #777777;
}
.comparator-product-view .table .same-attribute .checkbox-block .label {
  margin: 0 0 0.8rem 0;
}
.comparator-product-view .table .same-attribute .checkbox-block .input-same-attribute:checked + .checkbox::after {
  display: block;
}
.comparator-product-view .table .same-attribute .checkbox-block .checkbox {
  position: relative;
  background: transparent;
}
.comparator-product-view .table .same-attribute .checkbox-block .checkbox img {
  max-width: 5.5rem;
}
.comparator-product-view .table .same-attribute .checkbox-block .checkbox::after {
  display: none;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 2rem;
  right: 0;
  left: 0.5rem;
  transform: rotate(45deg);
  height: 25px;
  width: 12px;
  margin: auto;
  border-bottom: 7px solid #CAD422;
  border-right: 7px solid #CAD422;
}
.comparator-product-view .table .body {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.comparator-product-view .table .body .header {
  height: 30rem;
}
.comparator-product-view .table .body .sidebar {
  flex-basis: 30%;
}
.comparator-product-view .table .body .sidebar .attributes .attribute {
  justify-content: end;
}
.comparator-product-view .table .body .cols {
  display: flex;
  flex-basis: 70%;
}
.comparator-product-view .table .body .cols .col {
  flex-basis: 33%;
  margin: 0;
}
.comparator-product-view .table .body .cols .col.x2 {
  flex-basis: 50%;
}
.comparator-product-view .table .body .cols .col.x2:last-child {
  flex-basis: 49%;
}
.comparator-product-view .table .body .cols .col:last-child {
  flex-basis: 34%;
}
.comparator-product-view .table .body .cols .col .content {
  position: relative;
}
.comparator-product-view .table .body .cols .col .content .over {
  background: #FFFFFF;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 22rem;
  height: 100%;
  z-index: 1;
  margin: auto;
  box-shadow: 0px 0px 20px #D0D0D0;
}
.comparator-product-view .table .body .cols .col .content:hover .over {
  display: block;
}
.comparator-product-view .table .body .cols .col .content:hover .main-image .content {
  box-shadow: none;
}
.comparator-product-view .table .body .cols .col .content:hover .main-image .content .frame .heart {
  background-position: -25px 0px;
}
.comparator-product-view .table .body .actions {
  position: relative;
  z-index: 2;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comparator-product-view .table .body .actions.disabled {
  display: none;
}
.comparator-product-view .table .body .attribute.header, .comparator-product-view .table .body .col {
  background: transparent url("../img/comparator-bg-top.png") repeat-x 0 -40px;
}
.comparator-product-view .table .attribute, .comparator-product-view .table .data {
  border-bottom: 1px solid #3D3D3D;
  height: 3.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comparator-product-view .table .attribute span, .comparator-product-view .table .data span {
  color: #777777;
}
.comparator-product-view .table .data {
  position: relative;
  z-index: 2;
  color: #777777;
}
.comparator-product-view .table .data.boolean .check, .comparator-product-view .table .data.boolean .cross {
  width: 2.5rem;
  height: 2.5rem;
  background: transparent url("https://imagine.bayard.io/unsafe/bayard-static/e-bayard-jeunesse.com/2022/landing-page/comparator-product-view/img/cross.png") no-repeat center center;
  background-size: contain;
}
.comparator-product-view .table .data.boolean .check {
  background-image: url("https://imagine.bayard.io/unsafe/bayard-static/e-bayard-jeunesse.com/2022/landing-page/comparator-product-view/img/check.png");
}
.comparator-product-view .table .data.image img {
  width: 3rem;
  margin: 0 0.2rem;
}
.comparator-product-view .table .rating__item::after {
  background-image: url("../img/stars-00.png");
}
.comparator-product-view .table .rating-square {
  background-image: url("../img/rating-square-00.png");
}
.comparator-product-view .table .rating-square[data-rating="0"] {
  background-image: url("../img/rating-square-00.png");
}
.comparator-product-view .table .rating-square[data-rating="1"] {
  background-image: url("../img/rating-square-01.png");
}
.comparator-product-view .table .rating-square[data-rating="2"] {
  background-image: url("../img/rating-square-02.png");
}
.comparator-product-view .table .rating-square[data-rating="3"] {
  background-image: url("../img/rating-square-03.png");
}
.comparator-product-view .table .body-mobile {
  display: none;
}
.comparator-product-view .table .see-more-hidden {
  display: none;
}
.comparator-product-view .table .tfooter {
  text-align: center;
  padding: 1.5rem 0 1.5rem;
}

/*******************************************/
@media only screen and (max-width: 992px) {
  .cta {
    padding: 8px 10px;
    font-size: 1.2rem;
    min-width: auto;
  }

  .main-image .content .frame .product-img {
    max-height: 30vw;
    max-width: 100%;
  }

  .pictures {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }

  .comparator-product-view .table {
    box-shadow: none;
  }
  .comparator-product-view .table .body {
    display: none;
  }
  .comparator-product-view .table .body-mobile {
    display: block;
  }
  .comparator-product-view .table .body-mobile .header {
    margin: 0 auto 2rem;
  }
  .comparator-product-view .table .same-attribute {
    margin: auto;
  }
  .comparator-product-view .table .attribute {
    height: auto;
    flex-direction: column;
    padding: 2rem 0rem;
  }
  .comparator-product-view .table .attribute.x-2 .data {
    flex-basis: 50%;
  }
  .comparator-product-view .table .attribute .name {
    margin: 0 auto 1rem;
    text-align: center;
  }
  .comparator-product-view .table .data {
    flex-basis: 33%;
    height: 5rem;
    border-right: 1px solid #3D3D3D;
    border-bottom: none;
    text-align: center;
  }
  .comparator-product-view .table .data:last-child {
    border-right: none;
  }
  .comparator-product-view .table .data.main-image {
    height: auto;
    border: none;
  }
  .comparator-product-view .table .wrapper-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .comparator-product-view .table .tr {
    width: 96%;
    margin: 0 auto;
    box-shadow: 0px 0px 20px #D0D0D0;
  }
}
/*******************************************/
@media only screen and (max-width: 576px) {
  .cta {
    padding: 8px 5px;
    font-size: 1.1rem;
  }
}
