@charset "UTF-8";
body {
  font-family: "Montserrat Light", "Helvetica", "Montserrat";
  font-size: 12px;
  overflow-x: hidden;
  overflow-anchor: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  visibility: visible;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

a {
  color: #E53388;
  text-decoration: none;
}
a:hover {
  color: inherit;
}

h1 {
  font-size: 30px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 15px;
  font-weight: 500;
}

strong {
  font-weight: bold;
}

blockquote {
  line-height: 25px;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
}
blockquote:before {
  color: #ccc;
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.12em;
}
blockquote:after {
  color: #ccc;
  font-size: 3em;
  line-height: 0.1em;
  padding-left: 10px;
  vertical-align: -0.12em;
}
blockquote p {
  display: inline;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

input,
input:active,
input:focus,
input:hover {
  outline: none;
}

.jquery-modal.blocker {
  padding: 15px;
}
.jquery-modal.blocker .modal {
  padding: 15px;
  width: 100%;
}

.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt50 {
  padding-top: 50px;
}
.pt100 {
  padding-top: 100px;
}

.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pr50 {
  padding-right: 50px;
}
.pr100 {
  padding-right: 100px;
}

.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb100 {
  padding-bottom: 100px;
}

.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl50 {
  padding-left: 50px;
}
.pl100 {
  padding-left: 100px;
}

.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt100 {
  margin-top: 100px !important;
}

.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr100 {
  margin-right: 100px !important;
}

.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml100 {
  margin-left: 100px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

.txt-r {
  text-align: right;
}

.txt-c {
  text-align: center;
}

.spacing {
  letter-spacing: 2px;
}

.lh-base {
  line-height: 1;
}

.fw-semi-bold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.circled-gray {
  border: 1px black solid;
  border-radius: 100%;
}

.circled-gray {
  border-color: #CCC;
}

.gray-line {
  border-top: solid 1px #CCC;
}

.btn, .btn-small, .btn-small-black, .btn-small-pink, .btn-small-gray, .btn-big-black, button {
  cursor: pointer;
  transition: all 350ms ease-out 0s;
}
.btn[disabled], [disabled].btn-small, [disabled].btn-small-black, [disabled].btn-small-pink, [disabled].btn-small-gray, [disabled].btn-big-black, button[disabled] {
  opacity: 0.65;
}

.btn:hover, .btn-small:hover, .btn-small-black:hover, .btn-small-pink:hover, .btn-small-gray:hover, .btn-big-black:hover {
  background-color: #E53388;
  color: #FFF;
}
.btn__medium, .btn__medium--disabled, .btn__medium--pink, .btn__medium--black {
  cursor: pointer;
  padding: 5px 15px;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.btn__medium--black {
  background-color: black;
  border-color: black;
  color: white;
}
.btn__medium--black:hover {
  background-color: white;
  color: black;
}
.btn__medium--pink {
  background-color: #EE3287;
  border-color: #EE3287;
  color: white;
}
.btn__medium--pink:hover {
  background-color: white;
  color: #EE3287;
}
.btn__medium--disabled {
  background-color: white;
  color: black;
  border-color: black;
}
.btn__medium--disabled:hover {
  color: #EE3287;
  border-color: #EE3287;
}
.btn__medium.disabled, .disabled.btn__medium--black, .disabled.btn__medium--pink, .disabled.btn__medium--disabled {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
}

.btn.circled-gray:hover, .circled-gray.btn-small:hover, .circled-gray.btn-small-black:hover, .circled-gray.btn-small-pink:hover, .circled-gray.btn-small-gray:hover, .circled-gray.btn-big-black:hover {
  border-color: white;
}

.btn-big-black {
  background-color: #303030;
  width: 200px;
  height: 50px;
  color: white;
  font-size: 20px;
  border: none;
}

.btn-small, .btn-small-black, .btn-small-pink, .btn-small-gray {
  background: #292929 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-size: 14px;
  padding: 7px 16px;
  text-transform: uppercase;
}
.btn-small:hover, .btn-small-black:hover, .btn-small-pink:hover, .btn-small-gray:hover {
  background: #EE3287 none repeat scroll 0 0;
}
.btn-small-gray {
  background: #CCC none repeat scroll 0 0;
}
.btn-small-2 {
  height: 40px !important;
}
.btn-small-pink {
  background-color: #EE3287;
  border-radius: 5px;
  font-weight: 600;
  border: 1px solid transparent;
}
.btn-small-pink:hover {
  border-color: #EE3287;
  color: #EE3287;
  background-color: white;
  text-decoration: none;
}
.btn-small-black {
  background-color: #333;
  border-radius: 5px;
  font-weight: 600;
  border: 1px solid transparent;
}
.btn-small-black:hover {
  border-color: #333;
  color: #333;
  background-color: white;
  text-decoration: none;
}

@supports (-webkit-line-clamp: 2) {
  .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 36px;
    height: auto;
    position: relative;
  }

  .line-clamp:after {
    display: none;
  }
}
.header .mobile-search input,
.header .mobile-search input:active,
.header .mobile-search input:focus,
.header .mobile-search input:hover, .product_info .info select, .sort_section .quantity .ui-spinner .input-text.qty, .sort_section .quantity .update_cart {
  font-size: 14px;
}

.underline {
  text-decoration: underline;
}

.dotdotdot {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* .allchild .row:nth-child(even) {
	background-color: #f0f0f0;
	font-family: "Montserrat Light","Helvetica", 'Montserrat';
} */
.new-collasion_area {
  margin-top: 10px;
}

.product_left {
  margin-top: 30px;
}
.product_left .info .name a {
  color: #222;
  font-size: 14px;
  text-decoration: none;
}

.product_img > img {
  width: 100%;
  display: block;
}

.product_img {
  position: relative;
}
.product_img .taghorizontal.tag-vignette-orange {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #D74C00;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 10px;
}
.product_img .taghorizontal.tag-vignette-gold {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #16645F;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 10px;
}
.product_img .taghorizontal.tag-vignette-grey {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #D74C00;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 10px;
}
.product_img .taghorizontal.tag-vignette-lightgrey {
  position: absolute;
  top: 0px;
  left: 0px;
  background: lightgray;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 10px;
}
.product_img .notag {
  visibility: hidden;
}

.product-thumbnail > a {
  display: inline-block;
}

.product-name > a {
  color: #EE3287;
  font-size: 17px;
  text-decoration: none;
}

.product-quantity input {
  border: none;
  border-radius: 0px;
}

.sattelitepages_title {
  text-align: left;
  font-size: 24px;
  margin-bottom: 8px;
}

@media only screen and (min-width: 480px) and (max-width: 650px) {
  .hideonverysmallscreen {
    display: none;
    pointer-events: none;
  }
}
body.loading {
  overflow: hidden;
}
body.loading .waiterajax {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .waiterajax {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
body .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
body .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #EE3287;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0.1, 0.45, 0.95) infinite;
  border-color: #EE3287 transparent transparent transparent;
}
body .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
body .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
body .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.bg-white {
  background-color: white;
}

.rating_wrapper {
  min-height: 26px;
}
.rating_wrapper p {
  margin: 0;
  padding: 0;
}

.stars {
  display: inline-block;
}
.stars .star {
  line-height: 24px;
  font-size: 24px;
  text-align: center;
  width: 24px;
  display: inline-block;
  color: gray;
  position: relative;
}
.stars .star.on {
  color: #FFDE59;
}
.stars .star.half:after {
  text-align: center;
  content: "★";
  color: #FFDE59;
  font-size: 24px;
  line-height: 24px;
  width: 10px;
  display: inline-block;
  overflow: hidden;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: -22px;
  position: absolute;
}
.stars .star:last-child {
  margin-right: 0;
}
.stars .star:before {
  line-height: 24px;
  text-align: center;
  content: "★";
  font-size: 24px;
  display: inline-block;
  width: 24px;
}
.stars.starssmall .star {
  font-size: 20px;
  width: 15px;
  line-height: 20px;
}
.stars.starssmall .star:before {
  font-size: 20px;
  width: 15px;
  line-height: 20px;
}
.stars.starssmall .star.half:after {
  font-size: 20px;
  width: 9px;
  margin-left: -15px;
  line-height: 20px;
}

.stars + .incaseofnostar.starssmall {
  display: none;
}

.incaseofnostar {
  display: inline-block;
  width: 1px;
  height: 23px;
}

.price {
  color: #737373;
  font-size: 120%;
  line-height: 100%;
  display: block;
}

.pricenearstars {
  line-height: 20px;
}

.economie {
  font-style: italic;
}

/*
.incaseofnostar.starssmall {
	display:inline-block;
	width:1px;
	height:19px;
}

.incaseofnostar.starssmall {
	display: inline-block;
	width: 100%; 
	margin-bottom: 2px;
	height:18px;
} 
*/
.tag-vignette {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #D74C00;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  -webkit-transform: rotate(-35deg) translate3d(0px, 0px, 1px);
  -moz-transform: rotate(-35deg) translate3d(0px, 0px, 1px);
  -o-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
}
.tag-vignette-pink {
  background-color: #c6398a;
}
.tag-vignette-grey {
  background-color: #2d2d2d;
}
.tag-vignette-gold {
  background: #16645F;
}
.tag-vignette-orange {
  background: #D74C00;
}
.tag-vignette-lightgrey {
  background-color: #757575;
}
.tag-vignette-green {
  background-color: #31A62B;
}
.tag-vignette-lightred {
  background-color: #E28E8C;
}

.taghorizontal {
  /* display:inline-block;text-transform:uppercase;
  color:white;min-width:80%;max-width:140px;height:20px;line-height:19px;margin-top:8px; */
  /* &.tag-vignette-gold { 
  	background-color: white;
  	color: #AC955C;
  	font-weight: bolder;
  	font-style: italic;
  	// font-family: Georgia, Verdana, sans-serif;
  } */
}
.taghorizontal .notag {
  visibility: hidden;
}

.flattag {
  display: inline-block;
  color: white;
  padding: 6px 10px 6px 10px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1;
}

.longflattag {
  display: inline-block;
  color: white;
  padding: 6px 10px 6px 10px;
  margin: 5px 10px 5px 0;
}

.address img {
  margin-bottom: 20px;
}
.address ul li {
  margin-bottom: 25px;
}
.address ul li i {
  color: #888;
  float: left;
  font-size: 16px;
  height: 50px;
  margin-right: 12px;
  padding-right: 0px;
  padding-top: 2px;
  text-align: center;
  width: 50px;
}

.container {
  min-width: 280px;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.container .container {
  width: auto;
}

.mentionslegales a {
  text-decoration: underline;
}
.mentionslegales .question {
  color: #EE3287;
  font-weight: 700;
  text-decoration: underline;
  font-size: 14px;
}
.mentionslegales .reponse {
  text-align: justify;
  line-height: 1.2em;
}
.mentionslegales .reponse.no-bottom {
  margin-bottom: 0;
}
.mentionslegales .reponse.square {
  border: 1px solid black;
  padding: 10px;
}
.mentionslegales .part {
  font-weight: bold;
  text-decoration: underline;
  margin-left: 10px;
}
.mentionslegales .subpart {
  font-weight: bold;
  margin-left: 20px;
}
.mentionslegales ul {
  list-style: disc inside;
}

input[type=checkbox].JD-checkbox:checked {
  filter: invert(100%) hue-rotate(300deg) brightness(0.9);
}

.anchor-tag {
  position: relative;
  top: -130px;
}

.message-alerte {
  position: relative;
  padding: 30px 10px 10px;
  border: 2px solid orange;
  background-color: #edd48e;
  margin: 10px 0;
  border-radius: 4px;
  font-style: italic;
  font-size: 13px;
  color: #854b00;
}
.message-alerte .fa-cancel {
  position: absolute;
  top: 5px;
  right: 8px;
}
.message-alerte .fa-cancel:hover {
  text-decoration: underline;
}

.owl-carousel {
  line-height: 1;
}

.owl-item, .single_item {
  max-width: none;
  max-height: none;
  visibility: visible;
}

.owl-item .info {
  width: 100%;
  line-height: 1;
}
.owl-item .info .name {
  margin-bottom: 0px;
  margin-top: 0;
  height: 36px;
  padding-top: 2px;
  line-height: 16px;
  width: 100%;
  overflow: hidden;
}
.owl-item .info .name > a {
  color: #222;
  font-size: 14px;
  text-decoration: none;
}
.owl-item .single_item .name > a {
  font-size: 14px;
  transition: all 350ms ease-out 0s;
}
.owl-item .image-collection img {
  max-height: 270px;
}

.single_item {
  position: relative;
  margin-left: 11px;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
  /* &:hover {
      .item .product_img img {
          opacity:0.7;
      }

      .addtocart_area {
          opacity: 1 !important;
          transform: perspective(600px) rotateX(0deg) !important;
      }
  } */
}
.single_item .item .product_img {
  position: relative;
  overflow: hidden;
}
.single_item .item .product_img:before {
  background-color: black;
}
.single_item .info {
  display: grid;
  grid-template-columns: auto auto;
  justify-items: center;
  align-items: baseline;
  column-gap: 5px;
  margin-bottom: 0px;
}
.single_item .info .taghorizontal, .single_item .info .name, .single_item .info .stars, .single_item .info .incaseofnostar, .single_item .info .price, .single_item .info h3 {
  grid-column: 1/3;
}
.single_item .info .old-price + .price {
  grid-column: 2;
  justify-self: left;
}
.single_item .info .old-price {
  justify-self: right;
}
.single_item .info .old-price .amount {
  font-size: 13px;
}
.single_item .cart-icons {
  border-right: 1px solid white;
  color: white;
  float: left;
  padding: 12px 0;
  text-align: center;
  width: 70%;
}
.single_item .inner {
  background: #EE3287 none repeat scroll 0 0;
  border-radius: 99px;
  display: inline-block;
  position: absolute;
  height: 38px;
  width: 38px;
  left: 5px;
  top: 5px;
  z-index: 2;
  padding-left: 1px;
  padding-right: 1px;
}
.single_item .inner .inner-text {
  color: #fff;
  text-align: center;
  line-height: 1;
  min-height: 26px;
  font-size: 12px;
  padding: 6px 3px;
  font-weight: bold;
}

.indexitem {
  position: relative;
}

.short-width-slider .owl-buttons, .all_client .owl-buttons, .latest_blog .owl-buttons {
  display: flex;
  justify-content: center;
}

.owl-prev, .owl-next {
  background: #eee none repeat scroll 0 0;
  color: #aaa;
  display: inline-block;
  height: 25px;
  margin-left: 6px;
  padding-top: 7px;
  text-align: center;
  width: 25px;
  transition: all 350ms ease-out 0s;
}

.addtocart_area {
  background: rgba(93, 93, 92, 0.5) none repeat scroll 0 0;
  bottom: 0px;
  opacity: 1;
  position: absolute;
  transform: perspective(600px) rotateX(90deg);
  transform-origin: 50% 100% 0;
  transition: all 350ms ease-out 0s;
  width: 100%;
  z-index: 999;
  line-height: 1;
}
.addtocart_area .cart-icons:hover {
  background: #EE3287;
}

.cart-icons .fa {
  margin-right: 8px;
}

.wish_src a {
  color: #fff;
  display: inline-block;
  float: left;
  padding: 12px 0;
  text-align: center;
  width: 15%;
}
.wish_src a:hover {
  background: #EE3287;
}
.wish_src a:last-child {
  border: 0;
}
.wish_src > a {
  border-right: 1px solid #fff;
}

.md-stepper-horizontal {
  display: flex;
  width: 100%;
}
.md-stepper-horizontal .md-step {
  display: table-cell;
  position: relative;
  padding-top: 10px;
  font-weight: 600;
  text-align: center;
  flex: 1;
}
.md-stepper-horizontal .md-step:not(.active) {
  pointer-events: none;
  cursor: default;
}
.md-stepper-horizontal .md-step:hover, .md-stepper-horizontal .md-step:active {
  background-color: rgba(0, 0, 0, 0.04);
  text-decoration: none;
}
.md-stepper-horizontal .md-step:active {
  border-radius: 15%/75%;
}
.md-stepper-horizontal .md-step:first-child:active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
  background-color: #757575;
}
.md-stepper-horizontal .md-step:hover .md-step-title {
  color: #757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left, .md-stepper-horizontal .md-step:last-child .md-step-bar-right {
  display: none;
}
.md-stepper-horizontal .md-step .md-step-circle {
  width: 28px;
  height: 28px;
  margin: 0 auto;
  background-color: #A5A3A4;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  padding-top: 7px;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
  background-color: #EE3287;
}
.md-stepper-horizontal .md-step.active .md-step-title {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.md-stepper-horizontal .md-step .md-step-title {
  margin-top: 3px;
  font-size: 11px;
  margin-bottom: 3px;
  color: #757575;
}
.md-stepper-horizontal .md-step .md-step-bar-left, .md-stepper-horizontal .md-step .md-step-bar-right {
  position: absolute;
  top: 20px;
  height: 1px;
  border-top: 1px solid #CCC;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
  right: 0;
  left: 50%;
  margin-left: 20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
  left: 0;
  right: 50%;
  margin-right: 20px;
}

.cart-wrapper {
  margin-top: 0px;
}
.cart-wrapper .shop_table {
  margin-top: 4px;
  width: 100%;
  border-collapse: collapse;
}
.cart-wrapper .shop_table .cart_titles {
  color: #757575;
  text-transform: uppercase;
  display: none;
}
.cart-wrapper .shop_table .cart_titles_cell {
  font-weight: bold;
}
.cart-wrapper .shop_table.cart .remove-product .remove .fa-cancel {
  border: none;
}
.cart-wrapper .shop_table.cart .remove-product .remove .fa-cancel:hover {
  border: 1px #EE3287 solid;
}
.cart-wrapper .shop_table.cart .product-thumbnail.cvcv {
  padding: 0px;
}
.cart-wrapper .shop_table .product-thumbnail img {
  padding: 0 30px 0 10px;
  width: 90px;
  padding: 0px;
}
.cart-wrapper .shop_table, .cart-wrapper .cart_item_cell, .cart-wrapper .cart_titles_cell {
  padding: 11px;
}
.cart-wrapper .shop_table, .cart-wrapper .cart_item_cell, .cart-wrapper .cart_item, .cart-wrapper .shop_table .cart_item {
  border: 0px;
}
.cart-wrapper .cart_item_cell, .cart-wrapper .cart_titles_cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: normal;
}
.cart-wrapper .cart_item_cell.product-quantity, .cart-wrapper .cart_titles_cell.product-quantity {
  max-width: 100px;
  width: 100px;
}
.cart-wrapper .cart_item_cell, .cart-wrapper .cart_item {
  border: 1px solid #CCC;
}
.cart-wrapper .cart_item_cell {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
.cart-wrapper .cart_item_cell.remove-product {
  padding-left: 3px;
  padding-right: 3px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
}
.cart-wrapper .cart_item_cell.remove-product .remove:hover .fa-cancel {
  border: 1px solid #EE3287;
}
.cart-wrapper .cart_item_cell.remove-product .remove .fa-cancel {
  border: 1px solid #222;
  border-radius: 99px;
  color: #222;
  display: inline-block;
  font-size: 12px;
  height: 22px;
  line-height: 10px;
  padding-top: 5px;
  text-align: center;
  width: 22px;
}
.cart-wrapper .cart_item_cell.remove-product .remove .fa-cancel:hover {
  color: #EE3287;
}
.cart-wrapper .cart_item_cell.product-thumbnail {
  width: 100px;
  text-align: left;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.cart-wrapper .cart_item_cell.product-name {
  text-align: left;
  text-align: left;
  margin-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  top: 0px;
  left: 110px;
  max-width: 60%;
  right: 0px;
  height: auto;
  padding-bottom: 60px;
}
.cart-wrapper .cart_item_cell.product-name > a, .cart-wrapper .cart_item_cell.product-name li a {
  font-size: 15px;
}
.cart-wrapper .cart_item_cell.product-name .cart-option-label {
  color: #A5A3A4;
  font-size: 12px;
  font-weight: 600;
}
.cart-wrapper .cart_item_cell.product-name .product-ref {
  font-size: 12px;
  color: #555;
  font-weight: 700;
  font-style: italic;
  padding-top: 5px;
}
.cart-wrapper .cart_item_cell .product-name {
  text-align: left;
  margin-left: 15px;
}
.cart-wrapper .cart_item_cell.product-subtotal {
  padding-right: 5px;
  font-weight: bold;
  display: inline-block;
  padding-left: 0px;
  position: absolute;
  bottom: 5px;
  font-weight: bold;
  left: 110px;
}
.cart-wrapper .cart_item_cell.product-subtotal::before {
  content: "PRIX ";
  color: #888;
  font-weight: normal;
}
.cart-wrapper .cart_item_cell.product-subtotal-unit {
  display: none;
}
.cart-wrapper .cart_item_cell.product-quantity {
  position: static;
}
.cart-wrapper .cart_item_cell.product-quantity::before {
  content: "QUANTITE";
  position: absolute;
  bottom: 25px;
  left: 110px;
  color: #888;
}
.cart-wrapper .cart_item_cell.product-quantity > div {
  text-align: center;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  position: absolute;
  bottom: 0px;
  left: 216px;
  text-align: center;
  min-width: 60px;
  display: inline-block;
  width: auto;
  max-width: 100px;
}
.cart-wrapper .cart_item_cell.product-quantity .buttonModalQtyWrap {
  display: flex;
  flex-direction: column;
}
.cart-wrapper .cart_item {
  margin-bottom: 20px;
  position: relative;
  display: grid;
  grid-template-columns: auto 50px auto;
  align-items: center;
}

span.amount {
  white-space: nowrap;
  font-weight: 600;
}

.ctrl {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #D5DCE6;
  background-color: white;
  border-radius: 5px;
  font-size: 14px;
  width: 80px;
}
.ctrl__button {
  width: 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background-color: #BABABA;
  -webkit-transition: background-color 100ms ease-in;
  transition: background-color 100ms ease-in;
}
.ctrl__button--decrement {
  border-radius: 5px 0 0 5px;
}
.ctrl__button--increment {
  border-radius: 0 5px 5px 0;
}
.ctrl__button:hover {
  background-color: #E60E73;
  -webkit-transition: background-color 100ms ease-in;
  transition: background-color 100ms ease-in;
}
.ctrl__button:active {
  background-color: #778996;
  -webkit-transition: background-color 100ms ease-in;
  transition: background-color 100ms ease-in;
}
.ctrl__counter {
  position: relative;
  width: 40px;
  height: 40px;
  color: #333C48;
  text-align: center;
  overflow: hidden;
}
.ctrl__counter-input {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  box-shadow: none;
  outline: none;
  border: none;
  color: #333C48;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
}

.buttonModalQtyWrap > span {
  display: none;
}

.coupon h3 {
  color: black;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 30px;
  padding-bottom: 9px;
  text-transform: uppercase;
}
.coupon .coupon_zone {
  margin-top: 15px;
}
.coupon .coupon_zone.coupon_applied {
  padding-left: 5px;
  padding-right: 5px;
}
.coupon .widget-title.spacing {
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}
.coupon #promoinvalid, .coupon #promoIncorrect {
  margin-bottom: 10px;
  display: inline-block;
  color: #D11;
}
.coupon input[type=text] {
  background-color: white;
  border: 1px solid #CCC;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-family: inherit;
  font-size: 12px;
  height: 44px;
  margin: 0 0 1em;
  width: 100%;
  text-indent: 5px;
}
.coupon .btn-viewcart {
  padding: 12px 0px;
  color: #FFF;
  width: 90%;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  margin-bottom: 35px;
}

.total_table {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 14px;
}
.total_table .total_table_row {
  display: table-row;
}
.total_table .total_table_row .total_table_row_cell {
  display: table-cell;
  vertical-align: middle;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px #CCC solid;
  padding-left: 10px;
  padding-right: 10px;
}
.total_table .total_table_row .title {
  text-transform: uppercase;
  color: #AAA;
  letter-spacing: 2px;
  text-align: left;
}
.total_table .total_table_row .title i {
  font-size: 10px;
}
.total_table .total_table_row .cart-item {
  color: #000;
  text-align: right;
}
.total_table .total_table_row .cart-item.subtotal {
  font-weight: bold;
}
.total_table .total_table_row .cart-item.livraison {
  font-size: 14px;
  color: black;
  font-style: italic;
}
.total_table .total_table_row .cart-item.total {
  font-size: 20px;
  font-weight: bold;
  min-width: 150px;
}

.button.btn-viewcart {
  background: #333;
  font-size: 14px;
}
.button.btn-viewcart::before {
  content: "";
  font-family: "fontello";
  margin-right: 10px;
  color: white !important;
  text-decoration: none;
}
.button.btn-viewcart:hover {
  background-color: #EE3287;
}

.empty-cart {
  width: 100%;
  font-size: 20px;
}

.cart-random {
  width: 100%;
}

.rectify-cart__continue {
  text-align: center;
}
.rectify-cart__continue .btn__medium--black {
  padding: 10px 20px;
}

div#decoNoel {
  position: relative;
  top: -150px;
}

.l1l3headnoimg {
  margin-top: 25px;
}

.l1l3headnoimg.second_collection .coll-info {
  height: auto;
  position: relative;
  top: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.l1l3headnoimg.second_collection.look9 {
  margin-top: 0px;
  padding-top: 40px;
  margin-bottom: 0px;
}
.l1l3headnoimg.second_collection.look9 .coll-info {
  position: relative;
  top: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.l1l3headnoimg.second_collection.look9 .coll-info h1 {
  color: #555;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
}

.all_book_look_area .second_collection {
  margin-bottom: 30px;
  margin-top: 30px;
}

.first_collection, .second_collection {
  overflow: hidden;
  margin-bottom: 20px;
}
.first_collection a, .second_collection a {
  position: relative;
  display: block;
  color: #fff;
}

.coll-info {
  text-align: left;
}
.coll-info .l3arianne {
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.1em;
  font-family: "Montserrat Light", "Helvetica", "Montserrat";
  font-weight: bold;
  line-height: 1.1;
  margin: 0 30px 5px 10px;
}
.coll-info .l3arianne a {
  text-transform: uppercase;
  color: #3F3F3F;
}
.coll-info .l3h1 {
  background: #fffc;
  color: #555;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 30px;
}

.noarianne.l1l3headnoimg.second_collection.look9 {
  padding-top: 25px;
}
.noarianne.l1l3headnoimg.second_collection.look9 h1 {
  line-height: 1.1;
}
.noarianne .l3arianne {
  display: none;
}

#mc_page .product_left {
  margin-top: 30px;
  width: 100%;
}

.mea_cat {
  border-width: 12px;
  border-style: solid;
  border-color: transparent;
  display: inline-block;
  padding: 0px;
  margin: 10px 0 0 0;
  width: 100%;
}
.mea_cat .single_item {
  padding: 0px;
  overflow: hidden;
}
.mea_cat .single_item .item .product_img {
  aspect-ratio: 442/344;
}
.mea_cat .single_item .item .product_img .imgscnd {
  display: none;
}
.mea_cat .single_item .item .product_img:hover .imgfirst {
  display: none;
}
.mea_cat .single_item .item .product_img:hover .imgscnd {
  display: block;
}
.mea_cat .single_item .info {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.mea_cat .single_item .info .name {
  margin-top: 5px;
  margin-bottom: 0px;
  line-height: 44px;
}

.row:has(.filterv2) {
  border-bottom: solid black 1px;
  border-top: solid black 1px;
  height: 28px;
}

.filterv2 {
  display: flex;
  margin-left: auto;
  margin-right: 14px;
  font-size: 1.1em;
  margin-top: auto;
  margin-bottom: auto;
}
.filterv2 div {
  padding-right: 5px;
}

.l3blocright h1 {
  text-align: center;
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.linkvign:hover {
  text-decoration: none;
}
.linkvign .single_item .info, .linkvign .single_item .info .name {
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 17px;
  text-decoration: none;
  transition: all 350ms ease-out 0s;
}
.linkvign .cat_title {
  line-height: 22px;
  height: 24px;
}

.product_left .info {
  width: 100%;
  text-align: center;
}
.product_left .info .name {
  margin-bottom: 0px;
  margin-top: 0;
  padding-top: 2px;
  line-height: 16px;
  width: 100%;
  overflow: hidden;
}
.product_left .info .namemea {
  height: 44px;
  font-weight: 700;
}

.thumbnailcateg {
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  height: 210px;
  width: 210px;
}
.thumbnailcateg img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.menufulldesc, .menufulldesc p {
  text-align: justify;
  font-size: 14px;
  margin-bottom: 0px;
}
.menufulldesc h1, .menufulldesc h2, .menufulldesc h3, .menufulldesc h4 {
  line-height: 1.1;
}
.menufulldesc h1 {
  font-size: 19px;
  margin: 0;
}
.menufulldesc h2 {
  font-size: 17px;
  margin: 0;
}
.menufulldesc h3 {
  font-size: 15px;
  margin: 0;
}
.menufulldesc h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0px 0px 0px;
}

.menudesc {
  text-align: left;
  margin-bottom: 20px;
}

.leftmenutitle {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  padding: 2px 5px;
  background-color: #555;
  text-align: center;
  color: white;
}

.imgpromocat {
  max-width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.single_mini_product {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.single_mini_product img {
  width: 68px;
  height: 80px;
  margin-right: 10px;
}
.single_mini_product .name {
  font-size: 17px;
  color: #222;
  transition: all 150ms ease-out 0s;
}
.single_mini_product .name:hover {
  color: #EE3287;
}

.mini_info {
  margin-top: 3px;
  line-height: 1;
}
.mini_info del {
  color: #222;
  font-size: 14px;
}
.mini_info .price {
  display: inline;
  font-size: 17px;
}

.golden-text {
  color: #D5AD6D;
  background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, #d5cc6d 0%, #d5cc6d 26%, #e2ba78 35%, #a37e43 45%, #91703b 61%, #d5cc6d 100%);
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.virtualcatc1:hover {
  text-decoration: none;
}
.virtualcatc1 h2 {
  font-size: 32px;
  line-height: 1;
  margin-top: 10px;
  color: #555;
  font-weight: 600;
}

/* .easy {
    &filterscontainer {
       display: flex;
        justify-content: center;
        margin-bottom:8px;
        flex-wrap: wrap;
        row-gap: 10px;  
        column-gap: 10px; 

        .easyfilter {
            border-color:transparent;

            > span {
                background-color:transparent; 
            }
        }

        .easyfilteroff {
            > div {
                margin-left: 10px;
                color:#333;
            }

            .easyfilter__cancel { 
                display:none;
            }

            &:hover span {
                display:none;
            }
        }
    }

    &filter, &drop, &crosslinking {
        border:1px p.$base-gray solid;
        border-radius : 15px 15px 15px 15px;
        display:inline-block;
        padding:0px;
        position:relative;
        height:25px;
        vertical-align:middle;
        margin-bottom:3px; 
        line-height:22px;
        cursor:pointer;
    } 

    &filteron, &filtersel {
        color:p.$light-black;
        background-color:p.$light-gray;

        > span {
            background-color:p.$base-text-color;
            color:white;
        }
    }



    &roundedright {
        border-radius: 0px 15px 15px 0px;
        padding-right:10px;
        text-decoration:none;
    }

    &click { 
        border-radius: 15px;
        padding-left: 10px;
    }

    &filteroff {
        color:p.$gray;
        background-color:p.$light-gray;

        &:hover {
            border-color: p.$base-text-color;
        }
    }

    &filteron {
        > span::before {
            display:inline; 
            font-weight:bold;
        }
    }

    &filter {
        display: flex;
        justify-content: center;
        flex: 0 0 auto;

        &__cancel {
            padding: 0px 4px;
            height: 100%;
            display: flex;
            align-items: center;
            border-radius: 15px;

            &:hover { 
                background-color: white;
                color: #ee3287;
            }
        }

        &__label {
            margin: 0 10px 0 5px;
            flex: 1 0 auto;
        }

        > span {
            padding: 0px; 
            margin: 0px;
            border-radius : 15px 0px 0px 15px;
            height:100%; 
            padding-left: 2px;
            padding-right: 5px;
            background-color: p.$base-gray;
            display: inline-block;
            position: absolute;
            vertical-align: middle;
            text-align: right;  
            line-height: 20px;
            //width: 20px;
            font-weight: bold;
        }

        &modal {
            width:100%;
            display:block;
            position:relative;

            h3 {
                font-size:15px;
            }

            .row {
                padding-left:15px;
                padding-right:15px;
                font-size:14px;
                vertical-align:middle;
            }

            .easyfilterelem {  
                height:35px;
                margin-bottom:20px;
                padding:10px;
                border:1px #CCC solid;
                border-radius:5px 5px 5px 5px;
                position: relative; 
                display: table; 
                width:100%;
                cursor:pointer;
                color:#333;

                i{
                    line-height:45px;
                    font-size:24px;
                    color:#CCC; 
                }

                &.easyselected {  
                    border-color:p.$base-text-color;

                    i {  
                        color:p.$base-text-color;
                    }
                }

                &:hover {  
                    border-color:p.$base-text-color; 
                }

                span {
                    display: table-cell;
                    vertical-align: middle; 		
                    width:20%;
                    text-align:right;

                    &:first-child {
                        width:80%;
                        text-align:left; 
                    }
                }

            }
            .easysortopts{
                h3 {
                    font-size:15px; 
                }

                .easyslideadvice{

                    margin-top: 10px;

                    .easyfilter{
                        border-color: p.$base-gray;
                        color: p.$light-black; 
                        border: 1px #CCC solid;
                        border-radius: 15px 15px 15px 15px;
                        display: inline-block;
                        padding: 0 10px 0 0;
                        position: relative;
                        height: 25px; 
                        vertical-align: middle; 
                        margin-right: 5px;
                        margin-bottom: 3px;
                        line-height: 22px;
                        cursor: pointer;

                        .fa {
                            margin: 0 5px;
                        }                        

                        &.easyfiltersel{
                            border-color: p.$base-text-color;
                            background-color: p.$base-text-color;
                            color: white;
                        }

                        &:hover {
                            border-color: p.$base-text-color;
                        }

                    } 


                }
            }
            .easypageszopts{
                h3 {
                    font-size:15px;
                }    
                .easyslideadvice{

                    margin-top: 10px;

                    .easyfilter{ 

                        border-color: p.$base-gray;
                        color: p.$light-black;
                        border: 1px #CCC solid;
                        border-radius: 15px 15px 15px 15px;
                        display: inline-block;
                        padding: 0px 10px;
                        position: relative;
                        height: 25px; 
                        vertical-align: middle;
                        margin-right: 5px;
                        margin-bottom: 3px;
                        line-height: 22px;
                        cursor: pointer;

                        &.easyfiltersel{
                            border-color: p.$base-text-color;
                            color: white;
                            background-color: p.$base-text-color;
                        }

                        &:hover {
                            border-color: p.$base-text-color;
                        }
                    }
                }  
            }
            .easypageopts{
                h3 {
                    font-size:15px;
                }
                .easyslideadvice{
                    margin-top: 10px;
                    .easyfilter{ 

                        border-color: p.$base-gray;
                        color: p.$light-black;
                        border: 1px #CCC solid;
                        border-radius: 15px 15px 15px 15px;
                        display: inline-block;
                        padding: 0px 8px;
                        position: relative;
                        height: 25px; 
                        vertical-align: middle;
                        margin-right: 5px;
                        margin-bottom: 3px;
                        line-height: 22px;
                        cursor: pointer;

                        &.easyfiltersel{
                            background-color: p.$base-text-color;
                            border-color: p.$base-text-color; 
                            color: white;
                        }

                        &:hover {
                            border-color: p.$base-text-color;
                        }
                    }
                }  
            }
            .easyrendermodeopts{
                .easyslideadvice{
                    .square_filter:hover, .square_filter.active {
                        color: p.$base-color;
                        border-color: p.$base-text-color;
                    }
                    .square_filter{

                        border: solid 1px #CCC;
                        float: left;
                        margin-left: 8px;
                        font-size: 16px;
                        padding: 7px;
                        cursor: pointer;
                    }
                }
            }
        }

        &sliderwrapper {
            .easyslide {
                &__price-bounds {
                    display: flex;
                    justify-content: space-between;
                }

                &__min-price, &__max-price {
                    color: p.$base-text-color;
                    font-weight: 600;
                }
            }

            .ui-slider {
                height: 16px;
                .ui-slider-range {
                    background-color: p.$base-text-color;
                }
                .-handle {
                    width: 21px;
                    height: 21px;
                }
            }

            .easyslideadvice {
                display: flex;
                justify-content: center;
                column-gap: 10px;
                flex-wrap: wrap;

                .easyfilter {
                    padding: 0 5px;
                } 


            }
        }
    }

    &nbfilterval {
        font-size:11px;
        padding: 1px 6px;
        border-radius: 10px;
        margin-left: 5px;
        font-weight: 600;
    }

    &paggingcontainer {
        text-align:center;
        font-size:10px;

        .easyroundedright, .easyroundedleft {
            padding-top:1px;            
        }

        .fa {
            display:none;
        }
    }

    &drop {
        span, a {
            padding-left:5px;
            padding-right:5px;
            background-color:p.$base-text-color;            
            position:relative;
            right:0px;
            top:0px;
            height:100%; 
            display:inline-block;
            color:white;
            font-style:normal;
        }
    }

    &roundedleft {
        border-radius :  15px 0px 0px 15px; 
        text-decoration:none;
    }

    &roundedleft, &roundedright {
        &.disabled {
            background-color: p.$base-gray; 
            cursor:default;

            &:hover {
                cursor:default;
                text-decoration:none;
            }
        }
    }

    &crosslinking, &crosslinking:active {
        background-color:p.$light-black; 
        color:white; 
        padding-left:10px; 
        padding-right:10px;
        border:0px;
        text-decoration:none;
        margin: 0 10px;
        border: 1px solid p.$light-black;

        &:hover {
            text-decoration: none;
            color: p.$light-black;
            background-color: white;
        }
    }
} */
/** Style de la bulle d'info du filtre "Livraison prioritaire" */
.easyfilterscontainer #en_entrepot .filter-info__icon {
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 16px;
  margin: 0 6px 0 0px;
}
.easyfilterscontainer #en_entrepot .filter-info__bubble {
  display: none;
  position: absolute;
  width: 200px;
  color: black;
  background: white;
  border: 1px solid black;
  z-index: 3;
  bottom: -65px;
  left: -90px;
  padding: 5px;
  font-size: 14px;
  font-weight: 600;
}

.prodlist.row {
  margin-top: 10px;
}
.prodlist.row .bottom-20 {
  margin-bottom: 0px;
}

#load-more {
  margin-left: auto;
  margin-right: auto;
}

.voirplus {
  text-align: center;
  margin-left: 25px;
}
.voirplus a {
  font-size: 1.2em;
  color: #16645F;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  background-color: #E1E1E1;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}
.voirplus a:hover {
  font-weight: bold;
  text-decoration: none;
}

.old-price .amount.nrb {
  font-size: 16px;
  font-weight: 600;
  text-decoration: line-through;
}

.single_item .inner {
  right: 5px !important;
  left: auto;
}

.easysortopts .easyslideadvice .filter-option {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.easysortopts .easyslideadvice .filter-option label {
  margin-bottom: 0rem;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.easysortopts .easyslideadvice .filter-option input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.easysortopts .easyslideadvice .filter-option input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.easysortopts .easyslideadvice .filter-option input[type=radio]:focus {
  outline: 2px solid #000;
}

.title_category {
  padding-bottom: 0px;
  margin-bottom: 0px !important;
  padding: 20px;
  font-size: 30px;
  font-weight: bold;
}

.filters__mobile-wrapper {
  background-color: #F8F7F8;
  padding: 15px 0;
  text-align: center;
}
.filters__label--hide {
  display: none;
}

.filterpart {
  padding: 15px;
  background-color: #F8F7F8;
  display: none;
}

.part-filter {
  margin-left: 10px;
}
.part-filter h2 {
  font-weight: bold;
}
.part-filter .l3arianne {
  color: #555;
}
.part-filter .l3arianne a {
  color: #555;
}

.header-filtre {
  margin-top: 10px;
  font-weight: bold;
}

.easyslide__price-bounds, .easyslide__hauteur-bounds, .easyslide__longueur-bounds, .easyslide__profondeur-bounds, .easyslide__diametre-bounds {
  display: flex;
}
.easyslide__price-bounds [class^=easyslide__max-], .easyslide__hauteur-bounds [class^=easyslide__max-], .easyslide__longueur-bounds [class^=easyslide__max-], .easyslide__profondeur-bounds [class^=easyslide__max-], .easyslide__diametre-bounds [class^=easyslide__max-] {
  margin-left: auto;
}

#lirelasuite {
  display: none;
}

.easyfilterscontainer .item_filtre {
  margin-top: 5px;
}
.easyfilterscontainer .item_filtre .item-header {
  padding-top: 5px;
  padding-bottom: 10px;
  display: flex;
}
.easyfilterscontainer .item_filtre .item-header .filter_title {
  width: 80%;
}
.easyfilterscontainer .item_filtre .item-header i {
  margin-left: auto;
  width: 20%;
}
.easyfilterscontainer .item_filtre .item-header:hover {
  cursor: pointer;
}
.easyfilterscontainer .item_filtre .filter_title {
  font-weight: bold;
}
.easyfilterscontainer .item_filtre .easyfilteron, .easyfilterscontainer .item_filtre .easyfilteroff {
  margin-top: 5px;
}
.easyfilterscontainer .item_filtre .easyfilteron input, .easyfilterscontainer .item_filtre .easyfilteroff input {
  margin-right: 5px;
}
.easyfilterscontainer .item_filtre .easyfiltersliderwrapper .easyslideadvice .easyfilter {
  margin-right: 8px;
}
.easyfilterscontainer .item_filtre .easyfiltersliderwrapper .easyslideadvice [class^=fork] {
  margin-bottom: 5px;
}
.easyfilterscontainer .easyremovefilters {
  margin-top: 10px;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}
.easyfilterscontainer .easyremovefilters:hover {
  font-weight: bold;
}

.prodlist.jd-list-style-2 {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.prodlist.jd-list-style-2 .liprodline, .prodlist.jd-list-style-2 .miniprod {
  width: 100%;
  margin-top: 50px;
  min-height: 250px;
  border-bottom: solid 1px #CCC;
}
.prodlist.jd-list-style-2 .liprodline a.nolinkdeco, .prodlist.jd-list-style-2 .miniprod a.nolinkdeco {
  color: inherit;
  text-decoration: none !important;
}
.prodlist.jd-list-style-2 .liprodline a.nolinkdeco .vignetteleft, .prodlist.jd-list-style-2 .miniprod a.nolinkdeco .vignetteleft {
  float: left;
  width: 280px;
  min-height: 150px;
  max-width: 40%;
}
.prodlist.jd-list-style-2 .liprodline .vignetteinfos, .prodlist.jd-list-style-2 .miniprod .vignetteinfos {
  min-height: 150px;
  padding-left: 20px;
  display: inline-block;
  max-width: 60%;
}
.prodlist.jd-list-style-2 .liprodline .vignetteinfos .product-title, .prodlist.jd-list-style-2 .miniprod .vignetteinfos .product-title {
  font-weight: bold;
  font-size: 20px;
  color: #222;
}
.prodlist.jd-list-style-2 .liprodline .vignetteinfos .prodlineref, .prodlist.jd-list-style-2 .miniprod .vignetteinfos .prodlineref {
  color: #E53388;
}
.prodlist.jd-list-style-2 .liprodline .vignetteinfos a.nolinkdeco, .prodlist.jd-list-style-2 .miniprod .vignetteinfos a.nolinkdeco {
  color: inherit;
  text-decoration: none !important;
}
.prodlist.jd-list-style-2 .liprodline .vignetteinfos a.nolinkdeco .flattag, .prodlist.jd-list-style-2 .miniprod .vignetteinfos a.nolinkdeco .flattag {
  display: inline-block;
  color: white;
  padding: 6px 10px 6px 10px;
  margin-right: 10px;
}
.prodlist.jd-list-style-2 .liprodline .vignetteinfos a.nolinkdeco .flattag .tag-vignette-grey, .prodlist.jd-list-style-2 .miniprod .vignetteinfos a.nolinkdeco .flattag .tag-vignette-grey {
  background-color: #2d2d2d;
}
.prodlist.jd-list-style-2 .liprodline .vignetteinfos .product-price-tag, .prodlist.jd-list-style-2 .miniprod .vignetteinfos .product-price-tag {
  margin: 18px 0px 7px 0px;
  display: grid;
  grid-template-columns: min-content auto;
  align-items: center;
  width: max-content;
  grid-gap: 15px;
}
.prodlist.jd-list-style-2 .liprodline .vignetteinfos .product-price-tag .price-tag, .prodlist.jd-list-style-2 .miniprod .vignetteinfos .product-price-tag .price-tag {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 22px;
  width: 100px;
  color: #E53388;
}
.prodlist.jd-list-style-2 .liprodline .vignetteinfos .product-price-tag .add-to-cart-button, .prodlist.jd-list-style-2 .miniprod .vignetteinfos .product-price-tag .add-to-cart-button {
  grid-column: 1/3;
}
.prodlist.jd-list-style-2 .liprodline .vignetteinfos div.product-details, .prodlist.jd-list-style-2 .miniprod .vignetteinfos div.product-details {
  text-align: left;
  margin-left: 0px;
  color: #A1A1A1;
  font-size: 14px;
  line-height: 23px;
  padding: 10px 0px 10px 0px;
}

.miniprod {
  font-size: 14px;
}
.miniprod .single_item .info .name {
  margin-bottom: 0px;
  margin-top: 0;
  padding-top: 2px;
  line-height: 16px;
  width: 100%;
  overflow: hidden;
}
.miniprod .single_item .info .name a {
  color: #3F3F3F;
}
.miniprod .single_item .product_img .imgscnd {
  display: none;
}
.miniprod .single_item .product_img:hover .imgfirst {
  display: none;
}
.miniprod .single_item .product_img:hover .imgscnd {
  display: block;
}

.promovignette {
  padding-top: 0px;
  padding-bottom: 20px;
}

.cat-desc h2 {
  font-size: 20px;
  line-height: 1.1;
}
.cat-desc h3 {
  font-size: 24px;
}
.cat-desc p {
  font-size: 14px;
  line-height: 20px;
}

.prodlist .addtocart_area {
  display: none;
}

.l3optionalimg {
  display: flex;
}
.l3optionalimg img {
  min-width: 1170px;
  min-height: 258px;
}

.cookie-banner-container {
  position: fixed;
  bottom: 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 100;
  width: 100%;
  padding: 1rem;
  font-size: 14px;
}
.cookie-banner-container .cookie-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  max-height: 90%;
  padding: 0.7em;
  background-color: #F7F7F7;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 2px;
  overflow-y: auto;
}
.cookie-banner-container .cookie-banner .cookie-container-title a {
  font-size: 20px;
  color: black;
  line-height: 22px;
}
.cookie-banner-container .cookie-banner .show-desc-cookies {
  color: #a1a1a1;
  border: none;
  background-color: #F7F7F7;
}
.cookie-banner-container .cookie-banner .form-cookie-desc-and-button {
  max-width: 100%;
}
.cookie-banner-container .cookie-banner .cookie-desc-and-button {
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  background-color: white;
  border: 1px solid #AAA;
  border-radius: 15px;
  padding: 0 10px;
}
.cookie-banner-container .cookie-banner .cookie-desc-and-button p {
  margin: 0.8em;
  margin-right: 10px;
  font-size: 0.9em;
  line-height: 1;
}
.cookie-banner-container .cookie-banner .cookie-desc-and-button .flipswitch {
  flex: 0 0 auto;
  position: relative;
  background: #E4E2E2;
  width: 40px;
  height: 20px;
  -webkit-appearance: initial;
  border-radius: 15px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  font-size: 14px;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #CCC;
}
.cookie-banner-container .cookie-banner .cookie-desc-and-button .flipswitch:after {
  content: "";
  position: absolute;
  top: 5%;
  display: block;
  line-height: 32px;
  width: 18px;
  height: 90%;
  background: white;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s ease-in 0s;
  color: black;
  border: #757575 1px solid;
  border-radius: 50%;
  transition: left 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  left: 0%;
}
.cookie-banner-container .cookie-banner .cookie-desc-and-button .flipswitch:checked {
  content: "";
  background-color: #EE3287;
}
.cookie-banner-container .cookie-banner .cookie-desc-and-button .flipswitch:checked:after {
  left: 54%;
  content: "";
}
.cookie-banner-container .cookie-banner .cookies__buttons {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
  justify-content: center;
}
.cookie-banner-container .cookie-banner .cookies__buttons .cookie-banner-button {
  padding: 7px;
  border-radius: 4px;
  background-color: white;
  border-style: solid;
  border-width: 2px;
  border-color: #EE3287;
  font-weight: 600;
}
.cookie-banner-container .cookie-banner .cookies__buttons .cookie-banner-button--reverse {
  background-color: #EE3287;
  color: white;
}
.cookie-banner-container .cookie-banner .cookies__buttons .cookie-banner-button--decline {
  border-color: black;
  color: black;
  font-weight: 500;
}

#scrollUp {
  background: #EE3287 none repeat scroll 0 0;
  border-radius: 0;
  bottom: 20px;
  color: white;
  font-size: 30px;
  height: 50px;
  line-height: 52px;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 45px;
  opacity: 0.7;
}
#scrollUp:hover {
  opacity: 1;
}
#scrollUp i {
  display: block;
  padding-top: 10px;
}

.cookiesname {
  font-weight: bold;
  font-size: 14px;
}
.cookiesline {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cookiesdetails li {
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.cookiesbtns {
  padding-top: 10px;
}
.cookiesgroup {
  width: 100%;
  text-align: center;
  height: 35px;
  line-height: 35px;
  background-color: #CCC;
  color: white;
  font-weight: bold;
  margin-top: 15px;
  font-size: 14px;
}

.cookiebanmini {
  position: fixed;
  font-size: 14px;
  bottom: 100px;
  width: 20px;
  line-height: 16px;
  height: 95px;
  left: 0px;
  background-color: #333;
  color: white;
  border: 2px solid #333;
  border-radius: 0 10px 10px 0;
  font-weight: 600;
  writing-mode: tb-rl;
  padding: 4px 0;
  cursor: pointer;
}
.cookiebanmini:hover {
  color: #333;
  background-color: white;
}

.breadcrumbprod a {
  color: #AAA;
  text-transform: uppercase;
  font-size: 12px;
}
.breadcrumbprod a:after {
  content: " / ";
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}
.breadcrumbprod a:last-child {
  color: #E53388;
}
.breadcrumbprod a:last-child:after {
  content: "";
  padding-left: 0px;
  padding-right: 0px;
}
.breadcrumbprod a:hover {
  color: #666464;
  text-decoration: none;
}

.product_info .info {
  text-align: left;
  margin: 10px 0;
  width: 100%;
}
.product_info .info h1 {
  margin: 0 0 10px 0;
}
.product_info .info .name {
  font-size: 25px;
  line-height: 1.1;
  padding: 0;
  margin: 0;
  display: inline;
}
.product_info .info > p.nameref {
  font-size: 12px;
  line-height: 14px;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #888;
  padding-left: 2px;
}
.product_info .info .namem {
  font-size: 13px;
  margin: 19px 0 10px;
  font-style: italic;
}
.product_info .info .tags_wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product_info .info .tags_wrapper .fiche__tag {
  padding: 5px 10px;
  margin-right: 10px;
  color: white;
  font-weight: 600;
  border-radius: 4px;
}
.product_info .info .tags_wrapper .fiche__tag a {
  text-decoration: none;
  color: inherit;
}
.product_info .info .fiche__prices .pricefiche {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.product_info .info .fiche__prices .amount {
  font-weight: bold;
  font-size: 30px;
}
.product_info .info .fiche__prices .amount.inpromo {
  color: #EE3287;
}
.product_info .info .fiche__prices .prix-barre {
  font-size: 16px;
  font-weight: 600;
}
.product_info .info .fiche__prices .ecotaxe {
  font-size: 14px;
  font-weight: 600;
  margin-left: 8px;
}
.product_info .info .fiche__prices .deee {
  font-weight: 600;
  font-style: italic;
}
.product_info .info .fiche__prices .fiche__free-delivery {
  color: #E53388;
  font-size: 16px;
  font-weight: 600;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
}
.product_info .info .fiche__prices .fiche__free-delivery--hover {
  padding: 8px;
  position: absolute;
  background: white;
  box-shadow: 5px 3px 16px 1px rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  font-size: 14px;
  color: #666464;
  top: 30px;
  right: -50px;
  z-index: 2;
}
.product_info .info .typenameDeclins {
  display: flex;
  align-items: baseline;
}
.product_info .info .buttonDeclinsWrap {
  display: none;
}
.product_info .info .imgDeclin {
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  border: 2px #CCC solid;
  border-radius: 7px;
  padding: 2px;
  font-size: 0px;
}
.product_info .info .imgDeclin.active {
  border: 2px #e11071 solid;
  opacity: 90%;
}
.product_info .info .imgDeclin:hover {
  opacity: 70%;
  scale: 115%;
  transition: all 0.2s;
  cursor: pointer;
}
.product_info .info .imgDeclin.unavailable {
  /* filter: drop-shadow(0 0 0 black) invert(30%);
  background: rgba(0, 0, 0, 0.4); */
  -webkit-filter: drop-shadow(0 0 0 black) invert(30%);
  filter: drop-shadow(0 0 0 black) invert(30%);
  background-color: #f1eeee;
}
.product_info .info .typeDeclinsBold {
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 6px;
  font-size: 13px;
}
.product_info .info select {
  height: 40px;
  width: 100%;
}
.product_info .product_infosliv {
  margin-top: 20px;
  background-color: #EEE;
  padding: 15px;
}
.product_info .product_infosliv .prodinfostitle {
  display: block;
  clear: both;
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
.product_info .product_infosliv .prodinfoscontent {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1;
}
.product_info .product_infosliv .prodinfoscontent .deliveryadrzonedetail {
  margin-bottom: 10px;
  display: inline-block;
}
.product_info .product_infosliv .prodinfoscontent .deliveryadrzonedetailmin, .product_info .product_infosliv .prodinfoscontent .deliveryadrzonedetailmax, .product_info .product_infosliv .prodinfoscontent .deliveryadrzonedetailprix {
  color: #E53388;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 4px;
}
.product_info .product_infosliv .prodinfoscontent .deliveryadrzonedetailprix {
  margin-bottom: 1px;
}
.product_info .product_meta {
  margin-top: 15px;
  line-height: 1;
}
.product_info .product_meta > span {
  display: block;
  font-size: 12px;
  padding: 3px 0;
}
.product_info .product_meta > span > span {
  color: #757575;
  text-decoration: none;
}
.product_info .product_meta a:hover {
  color: black;
}

.ui-tooltip {
  z-index: 1000;
  opacity: 1;
  background-color: white;
  color: #EE3287;
  width: max-content;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
}

.tab_collection_area {
  margin-bottom: 0px;
  margin-top: 25px;
  min-width: 0;
  width: 100%;
}
.tab_collection_area .maintabcontainer {
  margin-top: 20px;
  margin-bottom: 55px;
}
.tab_collection_area .tab4 {
  display: inline-block;
  position: relative;
  transition: all 0.4s ease 0s;
  padding: 8px;
  margin: -1px;
}
.tab_collection_area .tab4.fichetabs h2 {
  color: #333;
  display: block;
  font-size: 16px;
  line-height: 1em;
  outline: medium none;
  padding: 0 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.tab_collection_area .tab4.active::after {
  opacity: 1;
  transition: all 0.4s ease 0s;
}
.tab_collection_area .tab4:hover::after {
  opacity: 1;
  transition: all 0.4s ease 0s;
}
.tab_collection_area .tab4::after {
  background: #EE3487 none repeat scroll 0 0;
  bottom: -1px;
  content: url(../img/downsif.png);
  right: 0px;
  height: 0px;
  text-align: center;
  opacity: 0;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}
.tab_collection_area .active {
  color: #434343;
}
.tab_collection_area .panel-container {
  margin-top: 15px;
}
.tab_collection_area .container {
  padding: 0;
}
.tab_collection_area .etabs {
  margin: 10px 0;
}
.tab_collection_area .tab {
  display: inline-block;
  position: relative;
  transition: all 0.4s ease 0s;
}
.tab_collection_area .tab a {
  font-size: 16px;
  padding: 0 14px;
  color: black;
  display: block;
  font-weight: bold;
  line-height: 1em;
  outline: medium none;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.product_tab .etabs {
  clear: both;
  margin: 0 0 27px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  width: 100%;
}
.product_tab .etabs .tab4 {
  display: none;
}
.product_tab .etabs .tab4.active {
  display: block;
  text-align: center;
  border: 0px #CCC solid;
}
.product_tab .panel-container {
  padding-left: 20px;
  padding-right: 20px;
}
.product_tab .panel-container .etabs {
  border-bottom: none;
}

.collapse__tab {
  display: flex;
  flex-direction: column;
}
.collapse__tab .etabs {
  margin-bottom: 0;
}
.collapse__tab .tab4::after {
  content: none;
}
.collapse__button {
  margin: 10px auto;
  cursor: pointer;
  display: flex;
}
.collapse__button i {
  font-size: 16px;
  margin: 0 8px;
}
.collapse__label {
  font-style: italic;
}
.collapse__label:hover {
  text-decoration: underline;
}

.tbl_caracs {
  clear: both;
  width: 100%;
  border-collapse: collapse;
}
.tbl_caracs, .tbl_caracs_trth, .tbl_caracs_tr, .tbl_caracs_th, .tbl_caracs_td {
  display: block;
  border: 0px black solid;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  line-height: 1.1em;
  left: 0px;
  position: relative;
  height: auto;
  min-width: 0px;
}
.tbl_caracs_th {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 3px;
  font-weight: 700;
}
.tbl_caracs_tdlbl, .tbl_caracs_tdval {
  display: inline-block;
  padding-left: 4px;
  padding-bottom: 3px;
}
.tbl_caracs_tdlbl {
  vertical-align: top;
}
.tbl_caracs_tdlbl:after {
  content: " : ";
}
.tbl_caracs_tdval {
  clear: left;
}
.tbl_caracs_tdval ul {
  margin-bottom: 3px;
}

.descriptionhtmllongue {
  padding-left: 0px;
  padding-right: 0px;
}
.descriptionhtmllongue p, .descriptionhtmllongue h1, .descriptionhtmllongue h2, .descriptionhtmllongue h3, .descriptionhtmllongue h4, .descriptionhtmllongue h5, .descriptionhtmllongue h6 {
  margin: 0;
}
.descriptionhtmllongue h2 {
  font-weight: 600;
}
.descriptionhtmllongue h3, .descriptionhtmllongue h4 {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
}
.descriptionhtmllongue ul {
  list-style: disc inside;
}
.descriptionhtmllongue .iframe-container {
  max-width: 560px;
  max-height: 315px;
}
.descriptionhtmllongue .iframe-container .iframe-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* The height of the item will now be 56.25% of the width. */
}
.descriptionhtmllongue .iframe-container .iframe-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.blog_right_sidebar_left_area .blog_description .entry-summary > p {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 5px;
}

.btn-avis-prod-paginated {
  height: 24px;
  font-size: 11px;
  width: 80px;
  vertical-align: middle;
  padding: 3px;
  border: 1px #333 solid;
  border-radius: 0px;
}
.btn-avis-prod-paginated:disabled {
  pointer-events: none;
}

.product_in_lot {
  text-align: center;
}
.product_in_lot img {
  width: 50%;
}

.lot_item_price {
  margin-top: 10px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  vertical-align: center;
  line-height: 22px;
  white-space: nowrap;
  float: left;
}
.lot_item_reference {
  color: #AAA;
  padding: 0px 0px;
  margin: 0px;
  margin-top: 10px;
  font-size: 12px;
  float: right;
  vertical-align: center;
  line-height: 22px;
}
.lot_item_subtitle {
  font-size: 14px;
  color: #AAA;
  font-weight: bold;
  text-transform: none;
  padding: 10px 0px;
  clear: both;
}
.lot-symbols {
  font-size: 34px;
  color: #E53388;
  margin: 10px;
  display: block;
}
.lot_product_list {
  list-style-type: none;
  color: #111;
  margin: 5px 0px;
  pointer-events: none;
}
.lot_product_list li {
  padding: 5px;
}
.lot_prices {
  padding-bottom: 15px;
  letter-spacing: 0px;
  font-weight: bold;
  font-size: 18px;
  pointer-events: none;
}
.lot_prices .regular_price {
  color: #333;
  margin-right: 20px;
  text-decoration: line-through;
  white-space: nowrap;
}
.lot_prices .promoted_price {
  color: #E53388;
  margin-right: 20px;
  white-space: nowrap;
}
.lot_prices .economie_price {
  font-size: 0.8em;
  color: green;
  font-style: italic;
  padding-top: 3px;
}

.product_lot_present {
  text-align: center;
  border-left-color: transparent;
  letter-spacing: 1px;
  padding-left: 10px;
  color: #111;
  line-height: 1;
}
.product_lot_present .btn-small.spacing {
  width: auto;
  padding: 11px 30px;
  background-color: #EE3287;
}

#qty_fichepro_addpan {
  margin-right: 10px;
}

.sort_section {
  clear: both;
  display: -webkit-inline-box;
}
.sort_section .quantity .ui-spinner {
  margin-right: 10px;
  float: left;
}
.sort_section .quantity .ui-spinner .input-text.qty {
  margin-bottom: 0px;
  margin-top: -2px;
  height: 41px;
  padding: 0 5px;
  text-align: left;
  width: 70px;
  float: left;
}
.sort_section .quantity .submit_crt {
  float: left;
}
.sort_section .quantity .update_cart {
  background: #e11071 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  padding: 12px 26px;
  text-transform: uppercase;
  line-height: 1.1;
  transition: all 150ms ease-out 0s;
}
.sort_section .quantity .update_cart:hover {
  background: #fF2e8f none repeat scroll 0 0;
}
.sort_section .quantity .ui-spinner-button {
  width: 40px;
}

.jardindeco_stat_icons {
  clear: both;
}

.product_info_fiche_prod {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.product_info_fiche_prod .marque__logo a {
  text-decoration: none;
  max-width: 50%;
  display: flex;
  justify-content: start;
}
.product_info_fiche_prod .marque__logo a img {
  margin: 0;
  filter: invert(5%);
}
.product_info_fiche_prod a {
  text-decoration: underline;
  color: black;
}
.product_info_fiche_prod .options__link {
  clear: both;
  background-color: #EEE;
  text-align: center;
  padding: 5px 10px;
}
.product_info_fiche_prod .options__label {
  font-weight: 600;
  margin: 5px 0;
  font-size: 14px;
  color: #333;
}
.product_info_fiche_prod .options__main-product-link a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #E53388;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0;
}

/** Options **/
.fiche-options__list-item {
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding: 15px 0;
}
.fiche-options__list-item a img {
  height: 100px;
}
.fiche-options__infos {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  margin: 10px 0;
}
.fiche-options__price {
  font-size: 14px;
  font-weight: bold;
}
.fiche-options__reference {
  font-size: 11px;
  color: #A5A3A4;
}
.fiche-options__name-section {
  display: grid;
  grid-template-columns: 20px auto;
  column-gap: 10px;
  padding: 0 20px;
}
.fiche-options__name-section input {
  grid-row: 1;
}
.fiche-options__name {
  font-size: 14px;
  font-weight: 600;
  color: #555;
}
.fiche-options__recap {
  margin: 0 0 15px 0;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.fiche-options__list-selection {
  margin: 10px 0;
}
.fiche-options__list-selection li {
  margin: 5px 0;
}
.fiche-options__total-price {
  font-size: 18px;
  font-weight: 600;
  color: #EE3287;
  margin: 10px 0;
}

#fdesccourte ul {
  list-style-type: disc;
  line-height: 18px;
  list-style-position: inside;
}

.avismodele, .prodratinginfos {
  font-size: 10px;
  color: #333;
  text-decoration: none;
  font-style: italic;
}

.titleexpand {
  color: #EE3287;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 5px;
  display: block;
  text-transform: initial;
}

.smalltitle {
  margin: 0;
  color: #555;
}

#thumbgallery {
  overflow: hidden;
  max-height: 120px;
  margin-bottom: 20px;
}
#thumbgallery .thumbgallerydiv {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}
#thumbgallery .thumbscontainer {
  position: relative;
  top: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
#thumbgallery .thumbscontainer .thumbnail-gallery__thumbnail-wrapper {
  overflow: hidden;
  margin: 4px;
}
#thumbgallery .thumbscontainer .thumbnail-gallery__thumbnail-wrapper img {
  transform: scale(1.3);
}
#thumbgallery .divarrowdown i.fa-down-dir, #thumbgallery .divarrowup i.fa-up-dir {
  font-size: 30px;
  color: #777;
  opacity: 1;
}
#thumbgallery .divarrowdown:hover i.fa-down-dir, #thumbgallery .divarrowup:hover i.fa-up-dir {
  color: black;
}
#thumbgallery .divopacity {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 30px;
  background-color: white;
  opacity: 0.8;
}
#thumbgallery .divarrow {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 30px;
  text-align: center;
  opacity: 1;
}
#thumbgallery img.thumbfiche {
  font-size: 0px;
  padding: 4px;
  margin-right: 7px;
  margin-bottom: 7px;
  max-width: 60px;
}
#thumbgallery img.thumbfiche.inactive {
  opacity: 0.5;
}
#thumbgallery img.thumbfiche.inactive:hover {
  opacity: 1;
  cursor: pointer;
}

.social_icons {
  margin-top: 4px;
  margin-bottom: 12px;
}
.social_icons a i {
  height: 22px;
  width: 22px;
  font-size: 13px;
  padding: 4px;
  color: #222;
  margin-right: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  transition: all 350ms ease-out 0s;
}
.social_icons a i.padd {
  border: none;
}
.social_icons a i:hover {
  color: #FFF;
}
.social_icons a i.fa.padd:hover {
  color: red;
}
.social_icons a .fa.fa-facebook:hover {
  background-color: #3a589d;
  border-color: #3a589d;
}
.social_icons a .fa.fa-twitter:hover {
  background-color: #2478ba;
  border-color: #2478ba;
}
.social_icons a .fa.fa-pinterest-circled:hover {
  background-color: #cb2320;
  border-color: #cb2320;
}
.social_icons a:hover {
  text-decoration: none;
}
.social_icons .lblfavoris {
  display: none;
  font-size: 14px;
  color: #333;
}
.social_icons .lblfavoris:hover {
  color: #EE3287;
}

.country-modal h3 {
  font-weight: 600;
}
.country-modal .popcountrydiv {
  cursor: pointer;
  border: 2px solid transparent;
  margin: 5px 0;
  padding: 5px;
  font-weight: 600;
}
.country-modal .popcountrydiv img {
  width: 30px;
  height: 20px;
  border: 1px solid #CCC;
  margin-right: 10px;
}
.country-modal .popcountrydiv img.square {
  height: 30px;
}
.country-modal .popcountrydiv:hover {
  border: 2px solid #EE3287;
  border-radius: 4px;
}

.product-info__alma-widget {
  margin-bottom: 20px;
}
.product-info__alma-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
  color: #00425E;
}

.dealt {
  border: 1px solid #EE3287;
  border-radius: 4px;
  padding: 10px;
  margin: 10px 0;
}
.dealt__new {
  color: #EE3287;
  font-size: 16px;
  font-weight: bold;
}
.dealt__text {
  font-weight: 600;
  color: #555;
}
.dealt__text--error {
  color: red;
  font-weight: 600;
}
.dealt__zipcode-input-wrapper {
  display: flex;
  column-gap: 10px;
  margin-top: 10px;
}
.dealt__flex {
  display: flex;
  column-gap: 4px;
}
.dealt__input--error {
  border-color: red;
}
.dealt__extra {
  font-style: italic;
  font-weight: 600;
  color: #555;
  font-size: 11px;
  margin-top: 10px;
}

.footer {
  margin-top: 10px;
}
.footer-news {
  color: #757575;
  text-align: center;
  line-height: 1.1;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #f8f7f8;
  border-radius: 25px;
}
.footer-news label {
  font-weight: bold;
  font-size: 16px;
  padding-top: 24px;
}
.footer-news .newsinstxt {
  color: #757575;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 14px;
}
.footer-news #emailNewsLetter {
  width: 100%;
  padding-left: 10px;
  height: 30px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border: 1px solid gray;
}
.footer-news .btn-newsletter {
  background-color: #64a53c;
  width: 250px;
  height: 40px;
  color: white;
  font-size: 14px;
  border: none;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.footer-news .visuelnew {
  padding-left: 0px;
  padding-right: 0px;
}
.footer-news img {
  margin-top: 20px;
  margin-bottom: 0px;
}
.footer-news .discount-infos {
  margin-bottom: 15px;
}
.footer-argument {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.footer-argument > div {
  margin-top: 15px;
}
.footer-argument .footericon {
  height: 50px;
  width: 50px;
  max-width: none;
  margin-right: 5px;
}
.footer-argument .grp {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-argument .grp i {
  font-size: 25px;
  padding: 5px;
  border-radius: 36px;
  border: 1px solid #f8f7f8;
  background-color: #f8f7f8;
}
.footer-argument .grp span {
  margin-left: 10px;
}
.footer .dark-part {
  background-color: #333;
}
.footer-links {
  padding-top: 20px;
  padding-bottom: 28px;
  color: white;
  line-height: 1;
  font-size: 14px;
}
.footer-links .footer-block {
  margin-bottom: 30px;
  padding-left: 30px;
}
.footer-links ul li a {
  color: white;
  display: block;
  padding: 7px 0 5px 12px;
  position: relative;
  text-decoration: none;
}
.footer-links ul li a::before {
  position: absolute;
  content: "•";
  font-family: fontello;
  left: 0;
  color: white;
}
.footer-links ul li a:hover {
  margin-left: 8px;
  transition: all 0.4s ease-out 0s;
  color: #EE3287;
}
.footer-links ul li a:hover::before {
  color: #EE3287;
}
.footer-social .footerpayline {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  row-gap: 10px;
}
.footer-social .footerpayline .tblfootersocial {
  padding-right: 10px;
  justify-self: center;
}
.footer-social .footerpayline .tblfootersocial img {
  padding-right: 10px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.footer-social .footerpayline .tblfootersocial img:hover {
  -webkit-filter: none;
  filter: none;
}
.footer-social .footerpayline .payimg {
  padding-top: 8px;
  line-height: 50px;
  justify-self: center;
}
.footer .gray-part {
  background: #F7F7F7 none repeat scroll 0 0;
}
.footer-copyrights {
  padding: 13px 0;
}
.footer-copyrights p {
  margin: 0;
}
.footer-copyrights .copy_text, .footer-copyrights .copy_menu {
  text-align: center;
}
.footer-copyrights .copy_text > p {
  font-size: 13px;
  margin-bottom: 10px;
}
.footer-copyrights .copy_text a {
  text-decoration: none;
  color: #EE3287;
}
.footer-copyrights .copy_menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-copyrights .copy_menu img {
  margin: 8px 0;
}
.footer-copyrights .copy_menu a {
  margin: 8px 0;
  color: #222;
  text-decoration: none;
}

/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
  .footer-social .footerpayline .tblfootersocial img {
    -webkit-filter: none;
    filter: none;
  }
}
.footer_area {
  padding-bottom: 28px;
  padding-top: 10px;
}
.footer_area .block {
  margin-bottom: 30px;
  font-size: 14px;
}
.footer_area .footer_area .ft_widget_title {
  margin-top: 7px;
}

.ft_widget_title {
  color: white;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 38px;
  position: relative;
  text-transform: uppercase;
}
.ft_widget_title::after {
  background: #555 none repeat scroll 0 0;
  bottom: -9px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 90%;
}
.ft_widget_title.besoin_aide::after {
  width: 100%;
  height: 1px;
}

.footerpayline {
  padding: 15px;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  text-align: right;
  line-height: 50px;
}
.footerpayline .french_e-merchant {
  justify-self: center;
  display: flex;
  align-items: center;
}
.footerpayline .french_e-merchant img {
  margin-right: 10px;
}

.copy_right_area {
  background: #F7F7F7 none repeat scroll 0 0;
  padding: 13px 0;
}
.copy_right_area p {
  margin: 0;
}
.copy_right_area .copy_text, .copy_right_area .copy_menu {
  text-align: center;
}
.copy_right_area .copy_text > p {
  font-size: 13px;
  margin-bottom: 10px;
}
.copy_right_area .copy_text a {
  text-decoration: none;
  color: #EE3287;
}
.copy_right_area .copy_menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.copy_right_area .copy_menu img {
  margin: 8px 0;
}
.copy_right_area .copy_menu a {
  margin: 8px 0;
  color: #222;
  text-decoration: none;
}

.header {
  position: fixed;
  width: 100%;
  top: 0px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 8px 0px;
  z-index: 4;
}
.header-promot {
  height: 40px;
  display: block;
  font-size: 13px;
  background-color: #333;
  padding-top: 10px;
  text-align: center;
  margin-bottom: 5px;
}
.header-promot a {
  color: white;
  text-underline-offset: 4px;
}
.header-btns {
  font-size: 25px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #A5A3A4;
}
.header-btns h1 {
  margin: 0px;
}
.header-btns h1 .jd-logo img {
  margin-top: 10px;
}
.header-btns a {
  color: gray;
}
.header-btns a:hover {
  text-decoration: none;
}
.header-btns a i {
  vertical-align: middle;
  margin-right: 4px;
  color: gray;
}
.header-btns a i p {
  display: none;
}
.header-btns a i.circled-gray {
  height: 38px;
  width: 38px;
  vertical-align: middle;
  border-width: 1px;
  text-align: center;
  padding: 6px;
  line-height: 28px;
  font-size: 18px;
  font-style: normal;
  margin-left: 4px;
}
.header-btns a i.circled-gray:hover {
  border: none;
  background-color: #F7F7F7;
  color: #333;
}
.header-btns .cart-sub {
  display: none;
  background: white none repeat scroll 0 0;
  border-top: 2px solid #EE3287;
  box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.1);
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: left;
  top: 140%;
  transition: all 0.3s ease 0s;
  width: 237px;
  z-index: -1;
  font-size: 14px;
  line-height: 1;
}
.header-btns .cart-sub .login-widget {
  padding: 16px 16px 0px 16px;
}
.header-btns .cart-sub .login-widget .login-header {
  text-transform: uppercase;
  padding: 10px 0px;
  font-weight: bold;
}
.header-btns .cart-sub .login-widget .login-message {
  color: #757575;
  padding: 0 0 10px 0;
}
.header-btns .cart-sub .login-widget form fieldset {
  padding-bottom: 15px;
}
.header-btns .cart-sub .login-widget form fieldset span {
  color: #757575;
}
.header-btns .cart-sub .login-widget form fieldset input {
  min-height: 35px;
  text-indent: 10px;
  border: solid 1px #CCC;
  margin-top: 10px;
  outline: none;
}
.header-btns .cart-sub .all_carts_item {
  max-height: 400px;
  overflow-y: auto;
}
.header-btns .cart-sub .btn-mini-cart.inline-lists {
  overflow: hidden;
}
.header-btns .cart-sub .all_carts_item, .header-btns .cart-sub .btn-mini-cart.inline-lists {
  padding: 17px;
}
.header-btns .cart-sub .btn-mini-cart.inline-lists a {
  color: white;
  text-decoration: none;
  width: 100%;
  margin: -10px 0px 15px 0px;
  text-transform: uppercase;
}
.header-btns .cart-sub .btn-mini-cart.inline-lists a:hover {
  background: #EE3287 none repeat scroll 0 0;
}
.header-btns .cart-sub .all_carts_item .row.mini-cart-item {
  margin: 0 0 20px 0;
  width: 100%;
}
.header-btns .cart-sub .all_carts_item .row.mini-cart-item .attachment-shop_thumbnail {
  float: left;
  height: 57px;
  margin-right: 9px;
  margin-top: 3px;
  width: 53px;
}
.header-btns .cart-sub .all_carts_item .row.mini-cart-item .mini-cart-info {
  float: left;
  padding: 0 5px;
}
.header-btns .cart-sub .all_carts_item .row.mini-cart-item .mini-cart-info a.cart_list_product_title {
  color: #333;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
  text-decoration: none;
  white-space: pre-wrap;
  text-transform: uppercase;
  font-weight: bold;
}
.header-btns .cart-sub .all_carts_item .row.mini-cart-item .mini-cart-info .cart_list_product_quantity {
  color: black;
  font-size: 14px;
  margin-top: 9px;
}
.header-btns .cart-sub .all_carts_item .row.mini-cart-item .mini-cart-info .cart_list_product_quantity .amount {
  color: #EE3287;
}
.header-btns .cart-sub .all_carts_item .row.mini-cart-item .remove {
  transform: translateY(-4px);
}
.header-btns .cart-sub .all_carts_item .row.mini-cart-item .remove .fa-trash {
  color: #757575;
  float: right;
  transition: all 350ms ease-out 0s;
}
.header-btns .cart-sub .all_carts_item .row.mini-cart-item .remove .fa-trash:hover {
  color: #EE3287;
}
.header-btns .cart-sub .minicart_total_checkout {
  text-transform: uppercase;
  font-size: 10px;
  background: #F7F7F7 none repeat scroll 0 0;
  height: 40px;
  left: 0;
  margin-bottom: 0px;
  padding: 15px;
  text-align: left;
}
.header-btns .cart-sub .minicart_total_checkout > span {
  color: #EE3287;
  float: right;
  font-weight: bold;
}
.header-btns .cart-sub .minicart_total_checkout .amount {
  font-size: 18px;
}
.header-btns .cart-sub .minicart_total_checkout.shipping-charge {
  padding: 0 15px 10px 15px;
  height: 20px;
}
.header-btns .cart-count {
  display: none;
}
.header-btns .fa-menu.mobilemenuopener {
  padding: 0 5px;
}
.header .mobile-search {
  position: relative;
  transition: max-height 0.3s ease 0s;
  min-height: 0;
  max-height: 200px;
  display: flex;
  align-items: center;
  background-color: #F7F7F7;
  border-top: 1px #EEE solid;
  margin-top: 10px;
}
.header .mobile-search i.fa-search {
  font-size: 25px;
  transition: opacity 0.2s ease 0s;
  padding: 0 15px;
}
.header .mobile-search i.icon-search {
  font-size: 20px;
  transition: opacity 0.2s ease 0s;
  padding: 0 15px;
}
.header .mobile-search input,
.header .mobile-search input:active,
.header .mobile-search input:focus,
.header .mobile-search input:hover {
  width: 80%;
  border: 0px;
  color: #333;
  background-color: #F7F7F7;
  height: 40px;
  padding-right: 15px;
  outline: none;
  transition: opacity 0.2s ease 0s;
  border: 0;
}
.header .mobile-search input::placeholder {
  color: #AAA;
  opacity: 1;
  font-size: 13px;
}
.header .mobile-search input:focus::placeholder {
  color: transparent;
}
.header .main-menu {
  transition: padding 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}
.header .row.category-menu {
  position: relative;
  height: 65px;
  width: 100%;
  font-weight: 400;
  transition: height 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}
.header .row.category-menu a {
  color: black;
}
.header .row.category-menu .jardinpart {
  padding-left: 10px;
}
.header .row.category-menu .jardinpart span {
  color: #7FAA01;
}
.header .row.category-menu .jardinpart .titlepart {
  border-bottom: 1px solid #7FAA01;
}
.header .row.category-menu .decopart {
  padding-left: 30px;
}
.header .row.category-menu .decopart span {
  color: #E11071;
}
.header .row.category-menu .decopart .titlepart {
  border-bottom: 1px solid #E11071;
}
.header .row.category-menu .jardinpart, .header .row.category-menu .decopart {
  width: 45%;
  display: flex;
  flex-direction: column;
}
.header .row.category-menu .jardinpart div, .header .row.category-menu .decopart div {
  padding-left: 0px;
  margin-right: 10px;
  font-size: 14px;
}
.header .row.category-menu .jardinpart .titlepart, .header .row.category-menu .decopart .titlepart {
  height: 20px;
  font-weight: 700;
}
.header .row.category-menu .jardinpart .menus, .header .row.category-menu .decopart .menus {
  height: 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .row.category-menu .jardinpart .menus .menu-c1 .mainmenu-c1:hover, .header .row.category-menu .jardinpart .menus .menu-spe .mainmenu-spe:hover, .header .row.category-menu .decopart .menus .menu-c1 .mainmenu-c1:hover, .header .row.category-menu .decopart .menus .menu-spe .mainmenu-spe:hover {
  text-decoration: none;
}
.header .row.category-menu .jardinpart .menus .menu-c1 .mainmenu-c1:hover:after, .header .row.category-menu .jardinpart .menus .menu-spe .mainmenu-spe:hover:after, .header .row.category-menu .decopart .menus .menu-c1 .mainmenu-c1:hover:after, .header .row.category-menu .decopart .menus .menu-spe .mainmenu-spe:hover:after {
  transform: scaleX(1);
}
.header .row.category-menu .jardinpart .menus .menu-c1 .mainmenu-c1:after, .header .row.category-menu .jardinpart .menus .menu-spe .mainmenu-spe:after, .header .row.category-menu .decopart .menus .menu-c1 .mainmenu-c1:after, .header .row.category-menu .decopart .menus .menu-spe .mainmenu-spe:after {
  display: block;
  content: "";
  position: relative;
  border-bottom: solid 1px #EE3287;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.header .row.category-menu .jardinpart .menus .menu-c1 .mainmenu-c1, .header .row.category-menu .decopart .menus .menu-c1 .mainmenu-c1 {
  margin-top: 10px;
  display: inline-block;
}
.header .row.category-menu .jardinpart .menus .menu-c1 .mainmenu-c1:after, .header .row.category-menu .decopart .menus .menu-c1 .mainmenu-c1:after {
  margin-top: 16px;
}
.header .row.category-menu .menu-spe {
  display: flex;
  align-items: center;
}
.header .row.category-menu .menu-spe .mainmenu-spe {
  color: black;
}
.header .row.category-menu .menu-spe .mainmenu-spe:after {
  margin-top: 13px;
}
.header .row.category-menu .menu-spe .mainmenu-spe span {
  color: #D74C00;
}
.header .row.category-menu .menu-spe .mainmenu-spe__end {
  text-align: right;
  font-size: medium;
  line-height: 1.1;
}
.header .row.category-menu .menu-spe__op-spe {
  position: relative;
  bottom: 9px;
}
.header .row.category-menu .menu-spe__op-spe img {
  height: 30px;
}
.header .row.category-menu .menu-spe__20 {
  width: 20%;
}
.header .row.category-menu .menu-spe__10 {
  width: 10%;
}
.header .row.category-menu .menu-spe__end {
  text-align: right;
}
.header .row.category-menu .menu-spe__end img {
  margin-left: auto;
  margin-right: 10px;
}
.header .row.category-menu .menu-spe--mois-bonnes-affaires {
  bottom: 9px;
}
.header .row.category-menu .menu-spe--mois-bonnes-affaires .mainmenu-spe {
  display: block;
  height: 100%;
}
.header .row.category-menu .menu-spe--mois-bonnes-affaires .mainmenu-spe::after {
  margin-top: 8px;
}
.header .row.category-menu .menu-spe--soldes-hiver .mainmenu-spe:after {
  margin-top: 3px;
}
.header .row.category-menu .menu-spe--soldes-hiver img {
  height: 40px;
}
.header .row.category-menu .menu-spe--noel img {
  height: 40px;
}
.header .row.category-menu .menu-spe img {
  height: 35px;
}
.header .row.category-menu #mainmenu_subpanel {
  opacity: 0.5;
  width: 730px;
  clear: both;
  z-index: 5;
  height: 315px;
  position: absolute;
  background-color: white;
  display: none;
  border-top: 1px #CCC solid;
  padding-top: 0px;
  top: 55px;
  -webkit-box-shadow: 0px 3px 6px -3px black;
  -moz-box-shadow: 0px 3px 6px -3px black;
  box-shadow: 0px 3px 6px -3px black;
  line-height: 1;
}
.header .row.category-menu #mainmenu_subpanel_colleft {
  height: 314px;
  width: 200px;
  display: inline-block;
  position: relative;
  margin: 0px;
  box-sizing: border-box;
  font-size: 12px;
  overflow-y: hidden;
  overflow-x: hidden;
  padding-left: 15px;
  background-color: #F7F7F7;
}
.header .row.category-menu #mainmenu_subpanel_colleft .mainmenu_c2 {
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
}
.header .row.category-menu #mainmenu_subpanel_colleft .mainmenu_c2 a {
  display: inline-block;
}
.header .row.category-menu #mainmenu_subpanel_colleft .mainmenu_c2 a:hover {
  text-decoration: none;
}
.header .row.category-menu #mainmenu_subpanel_colleft .mainmenu_c2_active a {
  color: #EE3287;
}
.header .row.category-menu #mainmenu_subpanel_colright {
  margin-left: 0px;
  padding-top: 8px;
  height: 255px;
  width: 353px;
  display: inline-block;
  display: flex;
  position: absolute;
  right: 171px;
  top: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-size: 12px;
  overflow-y: hidden;
  overflow-x: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.header .row.category-menu #mainmenu_subpanel_colright .mainmenu_c3 {
  display: block;
  padding-top: 6px;
  margin-right: 20px;
  color: black;
  width: 190px;
}
.header .row.category-menu #mainmenu_subpanel_colright .mainmenu_c3:hover {
  background-color: #F7F7F7;
  text-decoration: none;
}
.header .row.category-menu #mainmenu_subpanel_img {
  height: 310px;
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 2px;
  margin: 0px;
  box-sizing: border-box;
  overflow-y: hidden;
  overflow-x: hidden;
  opacity: 1;
  border-radius: 30px 0px 0px 30px/147px 0px 2px 145px;
}
.header .row.category-menu #mainmenu_subpanel_img img {
  height: 100%;
  width: 100%;
}
.header .row.category-menu #mainmenu_subpanel_img.submenu-campaign {
  border-radius: 0;
  width: auto;
}
.header .row.category-menu #mainmenu_subpanel_img.submenu-campaign .submenu-campaign__link:hover {
  text-decoration: none;
}
.header .row.category-menu #mainmenu_subpanel_img.submenu-campaign .submenu-campaign__title {
  position: sticky;
  width: auto;
  font-size: 16px;
  color: black;
  z-index: 10;
  bottom: 0px;
  background-color: #fffC;
  text-align: center;
  padding: 7px;
}
.header__shadow {
  height: 150px;
  width: 100%;
}

/** Boutons des pop-ups (header et ajout panier) **/
.button-div {
  background: #000;
  padding: 9px 8px;
  text-align: center;
  margin: -10px 0 15px 0;
}
.button-div.gray {
  background: #757575;
}
.button-div.gray-dark {
  background: #2A2A2A;
  border: 1px black solid;
}
.button-div.gray-dark:hover {
  border-color: #ff2e8f;
}
.button-div.gray-dark a:hover {
  text-decoration: none;
}
.button-div:hover {
  background: #E53488;
}

/** Header Panier **/
.header {
  font-family: "Montserrat Light", "Helvetica", "Montserrat", sans-serif;
}
.header_mobile_panier {
  padding: 10px 0;
}
.header_mobile_panier img {
  height: 35px;
  margin-left: auto;
  margin-right: auto;
}
.header_top {
  height: 20px;
  width: 100%;
  line-height: 1;
}
.header_top p {
  color: white;
  margin: 0;
}
.header_top #mainmenutopright {
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 4px;
}
.header_top .pull-right {
  float: right;
}
.header_top li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  margin-left: 10px;
}
.header_top li:first-child {
  border: medium none;
}
.header_top li a {
  color: white;
  text-decoration: none;
}
.header_top li a:hover {
  color: #AAA;
  transition: all 0.4s ease 0s;
}
.header_top_right_menu ul li {
  padding-left: 12px;
}
.header_area {
  background: white none repeat scroll 0 0;
  padding-bottom: 21px;
  padding-left: 0px;
  padding-right: 0px;
}
.header_area.header_area_panier {
  padding-bottom: 5px;
}

.logo {
  position: absolute;
  margin: 0 auto;
  margin-top: -30px;
}
.logo a img {
  max-height: 25px;
  width: auto;
}

#logomobile {
  margin-top: -3px;
  padding-left: 5px;
}

.mobile-wrapper {
  position: absolute;
  left: 0;
  height: calc(100vh - 3px);
  width: 100%;
  z-index: 5;
}
.mobile-wrapper ul {
  margin: 0px;
}
.mobile-wrapper .shadow {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  z-index: 6;
}
.mobile-wrapper .mobile-menu-C1 {
  overflow-y: auto;
}
.mobile-wrapper .mobile-menu-C1, .mobile-wrapper .mobile-menu-C2, .mobile-wrapper .mobile-menu-C3 {
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0, 1, 1, 1) 0s;
  position: absolute;
  background-color: white;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  height: 100%;
  width: 100%;
}
.mobile-wrapper .mobile-menu-C1 .close-menu, .mobile-wrapper .mobile-menu-C2 .close-menu, .mobile-wrapper .mobile-menu-C3 .close-menu {
  height: 45px;
  line-height: 45px;
  padding-left: 8px;
  font-size: 24px;
  color: white;
  overflow: hidden;
  position: relative;
  background-color: #757575;
  display: flex;
  align-items: center;
}
.mobile-wrapper .mobile-menu-C1 .menu-C1-list,
.mobile-wrapper .mobile-menu-C1 .menu-C3-list,
.mobile-wrapper .mobile-menu-C1 .menu-filter-list,
.mobile-wrapper .mobile-menu-C1 .mobilemenuprev, .mobile-wrapper .mobile-menu-C2 .menu-C1-list,
.mobile-wrapper .mobile-menu-C2 .menu-C3-list,
.mobile-wrapper .mobile-menu-C2 .menu-filter-list,
.mobile-wrapper .mobile-menu-C2 .mobilemenuprev, .mobile-wrapper .mobile-menu-C3 .menu-C1-list,
.mobile-wrapper .mobile-menu-C3 .menu-C3-list,
.mobile-wrapper .mobile-menu-C3 .menu-filter-list,
.mobile-wrapper .mobile-menu-C3 .mobilemenuprev {
  overflow-y: auto;
}
.mobile-wrapper .mobile-menu-C1 .menu-C1-list li,
.mobile-wrapper .mobile-menu-C1 .menu-C3-list li,
.mobile-wrapper .mobile-menu-C1 .menu-filter-list li,
.mobile-wrapper .mobile-menu-C1 .mobilemenuprev li, .mobile-wrapper .mobile-menu-C2 .menu-C1-list li,
.mobile-wrapper .mobile-menu-C2 .menu-C3-list li,
.mobile-wrapper .mobile-menu-C2 .menu-filter-list li,
.mobile-wrapper .mobile-menu-C2 .mobilemenuprev li, .mobile-wrapper .mobile-menu-C3 .menu-C1-list li,
.mobile-wrapper .mobile-menu-C3 .menu-C3-list li,
.mobile-wrapper .mobile-menu-C3 .menu-filter-list li,
.mobile-wrapper .mobile-menu-C3 .mobilemenuprev li {
  height: 45px;
  font-size: 15px;
  border-bottom: 1px #CCC solid;
  color: black;
  position: relative;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-wrapper .mobile-menu-C1 .menu-C1-list .more,
.mobile-wrapper .mobile-menu-C1 .menu-C3-list .more,
.mobile-wrapper .mobile-menu-C1 .menu-filter-list .more,
.mobile-wrapper .mobile-menu-C1 .mobilemenuprev .more, .mobile-wrapper .mobile-menu-C2 .menu-C1-list .more,
.mobile-wrapper .mobile-menu-C2 .menu-C3-list .more,
.mobile-wrapper .mobile-menu-C2 .menu-filter-list .more,
.mobile-wrapper .mobile-menu-C2 .mobilemenuprev .more, .mobile-wrapper .mobile-menu-C3 .menu-C1-list .more,
.mobile-wrapper .mobile-menu-C3 .menu-C3-list .more,
.mobile-wrapper .mobile-menu-C3 .menu-filter-list .more,
.mobile-wrapper .mobile-menu-C3 .mobilemenuprev .more {
  color: gray;
}
.mobile-wrapper .mobile-menu-C1 .menu-C1-list .filter input,
.mobile-wrapper .mobile-menu-C1 .menu-C3-list .filter input,
.mobile-wrapper .mobile-menu-C1 .menu-filter-list .filter input,
.mobile-wrapper .mobile-menu-C1 .mobilemenuprev .filter input, .mobile-wrapper .mobile-menu-C2 .menu-C1-list .filter input,
.mobile-wrapper .mobile-menu-C2 .menu-C3-list .filter input,
.mobile-wrapper .mobile-menu-C2 .menu-filter-list .filter input,
.mobile-wrapper .mobile-menu-C2 .mobilemenuprev .filter input, .mobile-wrapper .mobile-menu-C3 .menu-C1-list .filter input,
.mobile-wrapper .mobile-menu-C3 .menu-C3-list .filter input,
.mobile-wrapper .mobile-menu-C3 .menu-filter-list .filter input,
.mobile-wrapper .mobile-menu-C3 .mobilemenuprev .filter input {
  vertical-align: middle;
}
.mobile-wrapper .mobile-menu-C1 li, .mobile-wrapper .mobile-menu-C2 li, .mobile-wrapper .mobile-menu-C3 li {
  cursor: pointer;
}
.mobile-wrapper .mobile-menu-C1 .menu-C2-list, .mobile-wrapper .mobile-menu-C1 .menu-C3-list, .mobile-wrapper .mobile-menu-C2 .menu-C2-list, .mobile-wrapper .mobile-menu-C2 .menu-C3-list, .mobile-wrapper .mobile-menu-C3 .menu-C2-list, .mobile-wrapper .mobile-menu-C3 .menu-C3-list {
  padding-left: 15px;
}
.mobile-wrapper .mobile-menu-C1 .menu-C2-list li, .mobile-wrapper .mobile-menu-C1 .menu-C3-list li, .mobile-wrapper .mobile-menu-C2 .menu-C2-list li, .mobile-wrapper .mobile-menu-C2 .menu-C3-list li, .mobile-wrapper .mobile-menu-C3 .menu-C2-list li, .mobile-wrapper .mobile-menu-C3 .menu-C3-list li {
  height: 45px;
  width: 100%;
}
.mobile-wrapper .mobile-menu-C1 .menu-C1-list, .mobile-wrapper .mobile-menu-C2 .menu-C1-list, .mobile-wrapper .mobile-menu-C3 .menu-C1-list {
  overflow-y: auto;
}
.mobile-wrapper .mobile-menu-C1 .menu-C1-list li a, .mobile-wrapper .mobile-menu-C2 .menu-C1-list li a, .mobile-wrapper .mobile-menu-C3 .menu-C1-list li a {
  color: inherit;
  background-color: transparent;
  width: 100%;
}
.mobile-wrapper .mobile-menu-C1 .menu-C1-list li a:active, .mobile-wrapper .mobile-menu-C2 .menu-C1-list li a:active, .mobile-wrapper .mobile-menu-C3 .menu-C1-list li a:active {
  text-decoration: none;
  color: #EE3287;
}
.mobile-wrapper .mobile-menu-C1 .menu-C1-list li, .mobile-wrapper .mobile-menu-C1 .menu-filter-list li, .mobile-wrapper .mobile-menu-C2 .menu-C1-list li, .mobile-wrapper .mobile-menu-C2 .menu-filter-list li, .mobile-wrapper .mobile-menu-C3 .menu-C1-list li, .mobile-wrapper .mobile-menu-C3 .menu-filter-list li {
  padding-left: 15px;
  padding-right: 15px;
}
.mobile-wrapper .mobile-menu-C1 .menu-C1-list li:hover, .mobile-wrapper .mobile-menu-C1 .menu-filter-list li:hover, .mobile-wrapper .mobile-menu-C2 .menu-C1-list li:hover, .mobile-wrapper .mobile-menu-C2 .menu-filter-list li:hover, .mobile-wrapper .mobile-menu-C3 .menu-C1-list li:hover, .mobile-wrapper .mobile-menu-C3 .menu-filter-list li:hover {
  color: white !important;
  background-color: lightgray;
}
.mobile-wrapper .mobile-menu-C1 .menu-C1-list li a:hover, .mobile-wrapper .mobile-menu-C1 .menu-filter-list li a:hover, .mobile-wrapper .mobile-menu-C2 .menu-C1-list li a:hover, .mobile-wrapper .mobile-menu-C2 .menu-filter-list li a:hover, .mobile-wrapper .mobile-menu-C3 .menu-C1-list li a:hover, .mobile-wrapper .mobile-menu-C3 .menu-filter-list li a:hover {
  text-decoration: none;
  color: inherit;
}
.mobile-wrapper .mobile-menu-C1 .menu-C1-list .universjardin, .mobile-wrapper .mobile-menu-C1 .menu-C1-list .universdeco, .mobile-wrapper .mobile-menu-C1 .menu-filter-list .universjardin, .mobile-wrapper .mobile-menu-C1 .menu-filter-list .universdeco, .mobile-wrapper .mobile-menu-C2 .menu-C1-list .universjardin, .mobile-wrapper .mobile-menu-C2 .menu-C1-list .universdeco, .mobile-wrapper .mobile-menu-C2 .menu-filter-list .universjardin, .mobile-wrapper .mobile-menu-C2 .menu-filter-list .universdeco, .mobile-wrapper .mobile-menu-C3 .menu-C1-list .universjardin, .mobile-wrapper .mobile-menu-C3 .menu-C1-list .universdeco, .mobile-wrapper .mobile-menu-C3 .menu-filter-list .universjardin, .mobile-wrapper .mobile-menu-C3 .menu-filter-list .universdeco {
  color: white;
  font-size: 22px;
  font-weight: bold;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 15px;
}
.mobile-wrapper .mobile-menu-C1 .menu-C1-list .universdeco, .mobile-wrapper .mobile-menu-C1 .menu-filter-list .universdeco, .mobile-wrapper .mobile-menu-C2 .menu-C1-list .universdeco, .mobile-wrapper .mobile-menu-C2 .menu-filter-list .universdeco, .mobile-wrapper .mobile-menu-C3 .menu-C1-list .universdeco, .mobile-wrapper .mobile-menu-C3 .menu-filter-list .universdeco {
  margin-top: 10px;
  background-color: #E11071;
}
.mobile-wrapper .mobile-menu-C1 .menu-C1-list .universjardin, .mobile-wrapper .mobile-menu-C1 .menu-filter-list .universjardin, .mobile-wrapper .mobile-menu-C2 .menu-C1-list .universjardin, .mobile-wrapper .mobile-menu-C2 .menu-filter-list .universjardin, .mobile-wrapper .mobile-menu-C3 .menu-C1-list .universjardin, .mobile-wrapper .mobile-menu-C3 .menu-filter-list .universjardin {
  background-color: #7FAA01;
}
.mobile-wrapper .mobile-menu-C1 .mobilemenuspes, .mobile-wrapper .mobile-menu-C2 .mobilemenuspes, .mobile-wrapper .mobile-menu-C3 .mobilemenuspes {
  overflow-y: auto;
}
.mobile-wrapper .mobile-menu-C1 .mobilemenuspes li img, .mobile-wrapper .mobile-menu-C2 .mobilemenuspes li img, .mobile-wrapper .mobile-menu-C3 .mobilemenuspes li img {
  width: 100%;
}
.mobile-wrapper .mobile-menu-C1 .menu-filter-list li, .mobile-wrapper .mobile-menu-C2 .menu-filter-list li, .mobile-wrapper .mobile-menu-C3 .menu-filter-list li {
  color: black;
}
.mobile-wrapper .mobile-menu-C1 .menu-filter-list li a, .mobile-wrapper .mobile-menu-C2 .menu-filter-list li a, .mobile-wrapper .mobile-menu-C3 .menu-filter-list li a {
  color: black;
}
.mobile-wrapper .mobile-menu-C1 .menu-filter-list .filter label, .mobile-wrapper .mobile-menu-C2 .menu-filter-list .filter label, .mobile-wrapper .mobile-menu-C3 .menu-filter-list .filter label {
  padding-left: 30px;
  margin-top: 0.5rem;
}
.mobile-wrapper .mobile-menu-C1 .menu-filter-list .filter label input, .mobile-wrapper .mobile-menu-C2 .menu-filter-list .filter label input, .mobile-wrapper .mobile-menu-C3 .menu-filter-list .filter label input {
  vertical-align: middle;
}
.mobile-wrapper .mobile-menu-C1 .menu-C2-list li:hover a.c2active, .mobile-wrapper .mobile-menu-C2 .menu-C2-list li:hover a.c2active, .mobile-wrapper .mobile-menu-C3 .menu-C2-list li:hover a.c2active {
  color: white !important;
  background-color: lightgray;
}
.mobile-wrapper .mobile-menu-C1 a, .mobile-wrapper .mobile-menu-C2 a, .mobile-wrapper .mobile-menu-C3 a {
  transition: none;
}
.mobile-wrapper .mobile-menu-C1 a:hover, .mobile-wrapper .mobile-menu-C2 a:hover, .mobile-wrapper .mobile-menu-C3 a:hover {
  text-decoration: none;
  color: inherit;
}
.mobile-wrapper .mobile-menu-C1 .menu-C1-list li i,
.mobile-wrapper .mobile-menu-C1 .menu-C2-list li i,
.mobile-wrapper .mobile-menu-C1 .menu-filter-list li i,
.mobile-wrapper .mobile-menu-C1 .mobilemenuspes li i, .mobile-wrapper .mobile-menu-C2 .menu-C1-list li i,
.mobile-wrapper .mobile-menu-C2 .menu-C2-list li i,
.mobile-wrapper .mobile-menu-C2 .menu-filter-list li i,
.mobile-wrapper .mobile-menu-C2 .mobilemenuspes li i, .mobile-wrapper .mobile-menu-C3 .menu-C1-list li i,
.mobile-wrapper .mobile-menu-C3 .menu-C2-list li i,
.mobile-wrapper .mobile-menu-C3 .menu-filter-list li i,
.mobile-wrapper .mobile-menu-C3 .mobilemenuspes li i {
  color: lightgray;
  font-size: 20px;
  float: right;
  padding-right: 15px;
}
.mobile-wrapper .mobile-menu-C1 {
  z-index: 7;
}
.mobile-wrapper .mobile-menu-C1 .mobilemenuspes .mobile-list-item__op-spe img {
  height: 50px;
  margin: 5px auto;
  width: unset;
}
.mobile-wrapper .mobile-menu-C1 .mobilemenuspes a {
  display: flex;
  align-items: center;
  width: 100%;
}
.mobile-wrapper .mobile-menu-C1 .header-filtre {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
  font-weight: bold;
}
.mobile-wrapper .mobile-menu-C1 .header-filtre h2 {
  flex: 1;
  text-align: center;
  margin: 0;
}
.mobile-wrapper .mobile-menu-C1 .header-filtre .mobile-close-icon {
  margin-left: auto;
}
.mobile-wrapper .mobile-menu-C1 .header-filtre .mobile-close-icon i {
  font-size: 30px;
}
.mobile-wrapper .mobile-menu-C2 .mobilemenuprev li i, .mobile-wrapper .mobile-menu-C3 .mobilemenuprev li i {
  float: left;
  padding-left: 5px;
  line-height: 45px;
  margin: auto;
}
.mobile-wrapper .mobile-menu-C2 .mobilemenuprev li a, .mobile-wrapper .mobile-menu-C3 .mobilemenuprev li a {
  padding-left: 16px;
  color: white;
  height: 100%;
  position: relative;
  width: 90%;
  float: right;
  transform-origin: bottom left;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
  border-left: 2px solid #EEE;
  display: flex;
  align-items: center;
}
.mobile-wrapper .mobile-menu-C2 .mobilemenuprev li a span, .mobile-wrapper .mobile-menu-C3 .mobilemenuprev li a span {
  display: inline-block;
  -ms-transform: skew(30deg, 0deg);
  -webkit-transform: skew(30deg, 0deg);
  transform: skew(30deg, 0deg);
}
.mobile-wrapper .mobile-menu-C2 {
  z-index: 8;
}
.mobile-wrapper .mobile-menu-C2 .mobilemenuprev li a {
  background-color: rgba(229, 51, 136, 0.7);
}
.mobile-wrapper .mobile-menu-C3 {
  z-index: 9;
}
.mobile-wrapper .mobile-menu-C3 .mobilemenuprev li a {
  background-color: rgba(229, 51, 136, 0.9);
}
.mobile-wrapper .mobile-menu-C3 .menu-C3-list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.espace-client .back-espace-client:hover {
  text-decoration: none;
}
.espace-client .sattelitepages_title {
  font-weight: 600;
}
.espace-client .sattelitepages_title--adresses {
  margin-bottom: 0;
}
.espace-client .ec-item {
  padding: 10px 0 10px 10px;
  font-size: 16px;
  border-bottom: 1px solid #CCC;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.espace-client .ec-item .fa {
  padding: 0 10px;
}
.espace-client .ec-item-link:hover {
  text-decoration: none;
}
.espace-client .ec-item--first {
  border-top: 1px solid #CCC;
}
.espace-client .tableorders_espclient {
  font-weight: 600;
  clear: both;
}
.espace-client .tableorders_espclient_title {
  margin-top: 25px;
  padding: 10px;
  font-size: 16px;
}
.espace-client .tableorders_espclient_title .voirplus {
  font-size: 11px;
  padding-left: 15px;
  line-height: 14px;
  padding-bottom: 1px;
}
.espace-client .orders-eclient {
  font-weight: 600;
}
.espace-client .orders-eclient > div:nth-child(odd) {
  background-color: #f2f2f2;
}
.espace-client .orders-eclient .sumup_row {
  border: 1px solid lightgray;
  padding: 10px;
}
.espace-client .orders-eclient .sumup_total {
  display: block;
  margin-top: 3px;
}
.espace-client .orders-eclient .sumup_total--link::before {
  content: "";
  font-family: fontello;
  color: #EE3287;
  padding-right: 5px;
}
.espace-client .orders-eclient .sumup_total--link:hover::before {
  color: inherit;
}
.espace-client .orders-eclient .sumup_total--link a:hover {
  text-decoration: none;
}
.espace-client .btn-small {
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
}
.espace-client .btn-small .fa {
  padding-right: 5px;
}
.espace-client .adresse-block {
  padding: 15px;
  border: 1px solid #CCC;
  border-radius: 12px;
  cursor: pointer;
  height: 100%;
}
.espace-client .adresse-block:hover {
  border-color: #EE3287;
}
.espace-client .adresse-block .adrdelbtn {
  position: absolute;
  right: 24px;
  top: 12px;
  font-size: 14px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid transparent;
}
.espace-client .adresse-block .adrdelbtn:hover {
  color: #EE3287;
  border-color: #EE3287;
}
.espace-client .adresse-block .recap-adr-container {
  font-size: 14px;
  font-weight: 600;
}
.espace-client .pref-choices {
  padding-left: 15px;
  font-size: 14px;
  font-weight: 600;
}
.espace-client .pref-choices .checkbox {
  display: flex;
  align-items: center;
}
.espace-client .pref-choices .checkbox input {
  opacity: 0;
  position: absolute;
  width: 18px;
  height: 18px;
  z-index: -1;
}
.espace-client .pref-choices .checkbox input:checked + .checkbox__control {
  background-color: #EE3287;
}
.espace-client .pref-choices .checkbox input:checked + .checkbox__control svg {
  transform: scale(1);
}
.espace-client .pref-choices .checkbox__control {
  width: 18px;
  border: 2px solid #EE3287;
  border-radius: 0.25em;
  background-color: white;
  color: white;
  z-index: -2;
}
.espace-client .pref-choices .checkbox__control svg {
  transition: transform 0.1s ease-in 25ms;
  transform: scale(0);
  transform-origin: bottom left;
}
.espace-client .pref-choices .checkbox__label {
  margin-left: 10px;
}
.espace-client .pref-choices__interests {
  font-size: 18px;
  font-weight: 600;
}
.espace-client .updated-password {
  font-size: 16px;
  font-weight: 600;
}
.espace-client .add-address-link:hover {
  text-decoration: none;
}
.espace-client .add-address-link .btn-add i {
  padding-right: 5px;
}
.espace-client .order-actions {
  text-align: center;
}
.espace-client .order-actions a:hover {
  text-decoration: none;
}
.espace-client .order-actions .btn-small {
  border-radius: 5px;
}
.espace-client .recapadr span {
  color: #555;
  font-size: 12px;
  padding-left: 5px;
  font-weight: 600;
}
.espace-client .recapadr .adrrecapline {
  display: block;
  margin-bottom: 2px;
  margin-top: 2px;
  font-weight: 600;
}
.espace-client .recapadr .typeadrrecap.espaceclient_colisseparator, .espace-client .espaceclient_colisseparator {
  display: block;
  margin-bottom: 8px;
  margin-top: 8px;
  width: 100%;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  background-color: #F2F2F2;
  border: 1px #C3C3C3 solid;
  padding: 7px;
  padding-left: 10px;
}
.espace-client .delivery-time {
  display: block;
}
.espace-client .orderstatesfrise {
  margin-top: 20px;
  line-height: 1;
}
.espace-client .orderstatesfrise div {
  text-align: center;
}
.espace-client .orderstatesfrise div span.statelabel, .espace-client .orderstatesfrise div span.statesublabel {
  width: 100%;
  display: inline-block;
  margin: 0px;
  box-sizing: border-box;
  padding: 2px;
  text-align: center;
  font-weight: bold;
  color: lightgray;
  font-size: 14px;
}
.espace-client .orderstatesfrise div span.statesublabel {
  color: #EE3287;
}
.espace-client .orderstatesfrise div i.orderstateicon {
  font-size: 5em;
  color: lightgray;
}
.espace-client .orderstatesfrise div i.orderstatesmallicon {
  line-height: 2em;
  font-size: 3em;
  color: lightgray;
}
.espace-client .orderstatesfrise div.done i.orderstateicon, .espace-client .orderstatesfrise div.done span.statelabel, .espace-client .orderstatesfrise div.done i.orderstatesmallicon {
  color: #4Cae4C;
}
.espace-client .orderstatesfrise div.donefailed i.orderstateicon, .espace-client .orderstatesfrise div.donefailed span.statelabel {
  color: #DD2266;
}
.espace-client .orderstatesfrise .fa {
  margin-bottom: 8px;
}
.espace-client .complementinfo {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #EE3287;
  margin: 15px 0;
}
.espace-client .complementinfo a {
  color: black;
  text-decoration: underline;
}
.espace-client .orderdetail_colis_line {
  border-bottom: 1px #CCC solid;
  border-left: 1px #CCC solid;
  border-right: 1px #CCC solid;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.espace-client .orderdetail_colis_line:first-child {
  border-top: 1px #CCC solid;
}
.espace-client .orderdetail_colis_line .orderdetail_colis_imglink {
  display: inline-block;
  padding-right: 10px;
  background-color: white;
  margin-bottom: 8px;
  width: 100%;
  text-align: center;
  flex-shrink: 0;
}
.espace-client .orderdetail_colis_line .detailblock {
  display: inline-block;
  line-height: 50px;
  vertical-align: middle;
}
.espace-client .orderdetail_colis_line .detailblock div.btnespaceclient {
  margin-left: 0px;
  line-height: 1em;
  font-size: 14px;
  font-weight: 600;
}
.espace-client .orderdetail_colis_line .detailblock div.btnespaceclient .qty-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.espace-client .orderdetail_colis_line .detailblock div.btnespaceclient .qty-contact a:hover {
  text-decoration: none;
}
.espace-client .orderdetail_colis_line .detailblock div.btnespaceclient .qty-contact .btn-small {
  text-transform: none;
}

#address-edit-form .form-error {
  border: 1px solid red;
}

.espace-contact .sattelitepages_title {
  font-weight: 600;
  font-size: 20px;
}
.espace-contact .faq-label {
  font-size: 14px;
}
.espace-contact .contact-choices {
  margin: 0;
}
.espace-contact .contactblock {
  margin-bottom: 30px;
}
.espace-contact .contactblock-headline {
  display: flex;
  align-items: center;
}
.espace-contact .contactblock-headline .fa {
  font-size: 30px;
  margin: 10px;
}
.espace-contact .contactblock-headline-label {
  margin-left: 10px;
  font-size: 24px;
}
.espace-contact .contactblock-notice {
  margin-top: 10px;
  line-height: 18px;
  font-size: 13px;
  background-color: #e6f1e0;
  padding: 8px 15px;
}
.espace-contact .contactblock .main-title {
  display: flex;
  align-items: center;
}
.espace-contact .contactblock #contactchosenicon {
  font-size: 32px;
  margin-right: 15px;
}
.espace-contact .contactblock #contactchosenname {
  font-size: 23px;
  line-height: 1;
}
.espace-contact .contactblock a {
  font-size: 14px;
  margin-left: 47px;
}
.espace-contact .contactchoice {
  font-size: 24px;
  border: 2px black solid;
  border-radius: 4px;
  padding: 15px;
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
  clear: both;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.espace-contact .contactchoice:hover {
  border-color: #EE3287;
  color: #EE3287;
}
.espace-contact .contactchoice.contactprechoice {
  min-height: 100px;
}
.espace-contact .contactchoice span {
  font-size: 14px;
  margin-top: 4px;
  display: block;
}
.espace-contact .btn-fill {
  text-transform: initial;
  padding: 5px;
}
.espace-contact .btn-upload {
  text-transform: none;
  margin: 5px;
}
.espace-contact .files {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
  margin: 5px;
}
.espace-contact .files p a div {
  width: min-content;
}
.espace-contact .submit-message {
  text-align: center;
  color: red;
}
.espace-contact .submit-button {
  text-align: end;
  padding: 5px;
}

.knowledge-base .category .section h3 {
  font-size: 16px;
  font-weight: 600;
}
.knowledge-base .category .section .article-list li {
  background-color: #EEE;
  margin: 10px;
  padding: 10px;
}
.knowledge-base .category .section .article-list li > a {
  font-size: 14px;
  font-weight: 600;
}
.knowledge-base .category .section .article-list li > a:hover {
  text-decoration: none;
}
.knowledge-base .category .section .article-list li > a:before {
  font-family: "fontello";
  content: "";
  padding-right: 10px;
}
.knowledge-base .category .section .article-list li > a[aria-selected=true]:before {
  content: "";
}

.delivery-form {
  width: 80%;
  margin: 0 auto;
  border: solid 0px #F00;
}
.delivery-form.delivery-form-adr {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.delivery-form fieldset {
  padding: 5px;
  color: #888;
}
.delivery-form fieldset span {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
.delivery-form fieldset span b {
  color: #E53388;
  font-weight: bold;
  font-size: 20px;
}
.delivery-form fieldset input[type=text], .delivery-form fieldset input[type=password], .delivery-form fieldset textarea, .delivery-form fieldset select {
  width: 100%;
  height: 35px;
  border: solid 1px #DDD;
  margin-top: 6px;
  text-indent: 10px;
  color: #333;
}
.delivery-form fieldset textarea {
  min-height: 50px;
  text-indent: 0px;
  padding: 5px;
}
.delivery-form .btn-cancel {
  display: flex;
  justify-content: center;
}
.delivery-form .btn-cancel a:hover {
  text-decoration: none;
}
.delivery-form .btn-cancel .btn-fit {
  width: max-content;
}

.submitonce .redborder {
  border: 1px red solid !important;
}

.errorlogin {
  font-size: 14px;
  font-weight: 600;
  color: red;
  margin-top: 15px;
}

.jquery-modal.blocker {
  z-index: 4;
}

.jModal-title {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
}
.jModal-message {
  font-weight: 600;
  margin: 10px 0 10px 5px;
}
.jModal-buttons {
  display: flex;
  justify-content: end;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
  flex-wrap: wrap;
}
.jModal-input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
}
.jModal-input-container {
  padding: 40px 20px;
  text-align: center;
}
.jModal-input-container textarea {
  height: 80px;
}
.jModal-button {
  padding: 7px 15px;
  border: 1px solid black;
  background-color: black;
  color: white;
  border-radius: 5px;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
  transition: all 350ms ease-out 0s;
  font-size: 14px;
  font-weight: 600;
  max-height: 40px;
  flex-shrink: 0;
}
.jModal-button:hover {
  background-color: white;
  color: black;
}
.jModal-button--pink {
  border-color: #EE3287;
  background-color: #EE3287;
}
.jModal-button--pink:hover {
  background-color: white;
  color: #EE3287;
}
.jModal-button--gray {
  border-color: #555;
  background-color: #555;
}
.jModal-button--gray:hover {
  background-color: white;
  color: #555;
}
.jModal--small {
  max-width: 350px;
}
.jModal--large {
  max-width: 800px;
}
.jModal.modal {
  padding: 10px;
}
.jModal-list {
  list-style: disc inside;
}

#modalauto .modal-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
#modalauto .popaddcart {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 10px;
}
#modalauto .popaddcart__infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#modalauto .popaddcart__infos .prodadded_lbl {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
#modalauto .popaddcart__infos .prodadded_reference {
  margin-bottom: 10px;
}
#modalauto .popaddcart__order, #modalauto .popaddcart__continue {
  grid-column: 1/3;
}
#modalauto .popaddcart__order a:hover, #modalauto .popaddcart__continue a:hover {
  text-decoration: none;
}
#modalauto .popaddcart__button {
  width: 100%;
  border: 2px solid black;
  color: white;
  background-color: black;
  border-radius: 4px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
#modalauto .popaddcart__button:hover {
  background-color: white;
  color: black;
}
#modalauto .popaddcart__button--pink {
  background-color: #EE3287;
  border-color: #EE3287;
}
#modalauto .popaddcart__button--pink:hover {
  color: #EE3287;
}
#modalauto .popaddcart__articles {
  grid-column: 1/3;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
#modalauto .popaddcart__articles {
  grid-column: 1/3;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
#modalauto .popaddcart__cross {
  grid-column: 1/3;
  position: relative;
  width: 100%;
  height: 110px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 5px;
}
#modalauto .popaddcart__cross .loading {
  overflow: hidden;
}
#modalauto .popaddcart__cross .loading .waiterajax {
  display: flex;
  justify-content: center;
  align-items: center;
}
#modalauto .popaddcart__cross .waiterajax {
  position: absolute;
}
#modalauto .popaddcart__cross-product {
  text-align: center;
}
#modalauto .popaddcart__cross-product a:hover {
  text-decoration: none;
}
#modalauto .popaddcart__amt {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
#modalauto .popaddcart__dealt {
  grid-column: 1/3;
  text-align: center;
  margin: 20px 0;
  color: #EE3287;
  font-weight: bold;
  font-size: 16px;
}
#modalauto .modal-footer {
  text-align: end;
}

.background-form-connection {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-image: url("../../assets/img/img-fond-page-connexion.jpg");
  width: 100%;
  padding: 2%;
}
.background-form-connection .delivery-form fieldset {
  color: #555;
}

.delivery-form > p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.delivery-form.connexion {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2%;
  padding: 4% 6%;
  width: 90%;
  margin: 4% auto auto auto;
}
.delivery-form.connexion .connexion-headline {
  font-size: 16px;
  font-weight: 600;
}
.delivery-form.connexion .btn-small {
  float: right;
}

.addresses #addresses__form {
  display: grid;
  row-gap: 10px;
}
.addresses__section {
  background-color: #EEE;
  padding: 10px;
  margin: 0 5px 20px 5px;
}
.addresses__section.delivery {
  position: relative;
}
.addresses__section.delivery.loading {
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 2px;
}
.addresses__section.delivery.loading .waiterajax {
  display: flex;
  justify-content: center;
  align-items: center;
}
.addresses__section.delivery .waiterajax {
  position: absolute;
}
.addresses__section.billing-address {
  grid-row: 1/3;
}
.addresses__title {
  text-align: center;
  font-size: 16px;
  color: #EE3287;
}
.addresses__title h4 {
  font-weight: 600;
}
.addresses__button-link {
  flex: 1;
}
.addresses__button-link:hover {
  text-decoration: none;
}
.addresses__address-button {
  background-color: #333;
  color: white;
  margin: auto;
  height: 40px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  text-align: center;
  border-radius: 4px;
  font-weight: 600;
}
.addresses__address-button--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.addresses__action-on-selected {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 10px;
}
.addresses__button-link {
  flex: 1;
}
.addresses__button-link:hover {
  text-decoration: none;
}
.addresses__info-message {
  padding: 5px;
  margin: 5px;
  position: relative;
}
.addresses__info-message .info-message__text {
  margin-right: 10px;
  font-weight: 600;
  color: #DD2266;
}
.addresses__info-message .info-message__dismiss {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  color: #DD2266;
}

.billing-address__subtitle, .shipping-address__subtitle {
  font-weight: 600;
  text-align: center;
  font-size: 14px;
}
.billing-address__telephone-number-1-warning, .shipping-address__telephone-number-1-warning {
  color: red;
  font-weight: 600;
}
.billing-address__create-address.show-form-errors .billing-field .error, .billing-address__create-address.show-form-errors .shipping-field .error, .shipping-address__create-address.show-form-errors .billing-field .error, .shipping-address__create-address.show-form-errors .shipping-field .error {
  border: 2px solid red;
  border-radius: 4px;
}
.billing-address__create-address fieldset, .shipping-address__create-address fieldset {
  margin: 3px 0;
}
.billing-address__extra-infos-button, .shipping-address__extra-infos-button {
  background-color: #333;
  color: white;
  margin: 10px;
  height: 50px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
}
.billing-field__title, .shipping-field__title {
  color: #555;
  font-weight: 600;
}
.billing-field__title--required span, .shipping-field__title--required span {
  font-size: 16px;
  color: #EE3287;
  font-weight: 700;
}
.billing-field select, .billing-field input, .shipping-field select, .shipping-field input {
  width: 100%;
  height: 30px;
  margin: 3px 0;
}
.billing-field textarea, .shipping-field textarea {
  width: 100%;
  margin: 3px 0;
}

.delivery__choice-button {
  height: 50px;
  background-color: #EE3287;
  color: white;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  line-height: 1;
  border-radius: 4px;
  border: none;
}
.delivery__choice-button--shipping:hover {
  cursor: pointer;
}
.delivery__choice-button--shipping div:first-child {
  margin-right: 10px;
  font-size: 24px;
  height: 30px;
}
.delivery__choice-button:hover {
  background-color: #e666aa;
}
.delivery__choice-wrapper:hover {
  text-decoration: none;
}

.JDSelect {
  position: relative;
}
.JDSelect__unique .JDSelect__selected:hover {
  border-color: #AAA;
}
.JDSelect__unique .fa-down-open {
  display: none;
}
.JDSelect__selected {
  border: 1px solid #AAA;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100px;
  background-color: white;
  border-radius: 4px;
}
.JDSelect__selected:hover {
  border-color: #333;
}
.JDSelect__selected .fa-down-open {
  left: 10px;
}
.JDSelect__selected .JDSelect__option {
  color: #555;
}
.JDSelect__option-list {
  position: absolute;
  width: 100%;
  background-color: white;
  z-index: 2;
  max-height: 200px;
  overflow-y: scroll;
  border: 1px solid #AAA;
  padding: 0 10px;
  border-radius: 4px;
}
.JDSelect__option-list .JDSelect__option {
  padding: 5px 0;
  border-bottom: 1px solid #EEE;
}

.dealt__rappel-buttons {
  display: flex;
}
.dealt-na__section {
  grid-row: 1;
}
.dealt-na__available, .dealt-na__unavailable, .dealt-na__suggest {
  font-weight: 600;
}
.dealt-na__available-list, .dealt-na__unavailable-list, .dealt-na__suggest-list {
  display: grid;
  row-gap: 10px;
  margin: 10px;
}
.dealt-na__service-list-item {
  display: grid;
  grid-template-columns: 1fr 20fr 8fr;
  column-gap: 10px;
  align-items: center;
}

.jModRecap__table {
  width: 100%;
}
.jModRecap__th {
  border-bottom: 1px solid black;
}
.jModRecap__th--id, .jModRecap__th--price, .jModRecap__th--qty, .jModRecap__th--total {
  text-align: center;
}
.jModRecap__th--label {
  margin-left: 10px;
}
.jModRecap__tbody--id, .jModRecap__tbody--price, .jModRecap__tbody--qty, .jModRecap__tbody--total {
  text-align: center;
}
.jModRecap__total-row {
  border-top: 1px solid black;
}
.jModRecap__total-label, .jModRecap__total-value {
  font-weight: bold;
  padding-top: 10px;
}
.jModRecap__total-label {
  text-align: end;
  margin-right: 10px;
}
.jModRecap__total-value {
  color: #EE3287;
}

.delivery-options__submit-link:hover {
  text-decoration: none;
}
.delivery-options__submit-button {
  background-color: #EE3287;
  color: white;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  border: 2px solid #EE3287;
  border-radius: 4px;
}
.delivery-options__submit-button .fa {
  margin: 0 10px;
}
.delivery-options__submit-button:hover {
  background-color: white;
  color: #EE3287;
}
.delivery-options__PR-section {
  background-color: #F0F0F0;
  padding: 10px;
  margin-bottom: 10px;
}
.delivery-options__PR-title {
  color: #EE3287;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}
.delivery-options__map-search-input {
  width: 100%;
}
.delivery-options__search-button {
  width: 100%;
  margin: 5px 0;
  background-color: #EE3287;
  color: white;
  display: flex;
  justify-content: center;
  height: 24px;
  align-items: center;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid #EE3287;
  cursor: pointer;
}
.delivery-options__search-button:hover {
  background-color: white;
  color: #EE3287;
}
.delivery-options__map-container {
  height: 400px;
}
.delivery-options__map {
  height: 100%;
}
.delivery-options__selected-PR-content {
  border: 1px solid #EE3287;
  border-radius: 4px;
  padding: 10px;
}

.delivery-pack__section {
  background-color: #F0F0F0;
  padding: 10px;
  margin: 0 5px 20px 5px;
  box-shadow: 0px 3px 10px #AAA;
}
.delivery-pack__pack-number {
  color: #EE3287;
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}
.delivery-pack__pack-content {
  font-size: 11px;
  font-weight: 600;
  margin: 5px 0;
}
.delivery-pack__transporters-list {
  padding: 0 10px;
  display: grid;
  row-gap: 10px;
}

.transporter {
  border: 1px solid #555;
  background-color: #DDD;
  padding: 10px;
  border-radius: 4px;
  cursor: default;
}
.transporter.active {
  border: 3px solid #EE3287;
}
.transporter__headline {
  display: flex;
  align-items: center;
}
.transporter__checkbox-wrapper {
  position: absolute;
  margin-left: 10px;
  cursor: pointer;
}
.transporter__checkbox-wrapper input[type=checkbox] {
  pointer-events: none;
}
.transporter__checkbox-wrapper input[type=checkbox]:checked {
  filter: invert(100%) hue-rotate(290deg) brightness(0.8);
}
.transporter__logo-wrapper {
  margin: auto;
}
.transporter__description {
  text-align: center;
  line-height: 1;
}
.transporter__name {
  color: #EE3287;
  font-weight: 700;
  font-size: 14px;
  margin-top: 3px;
}
.transporter__type {
  font-size: 11px;
  font-weight: 600;
}
.transporter__infos-section {
  display: flex;
  justify-content: center;
}
.transporter__more-infos {
  width: max-content;
  padding: 0 5px;
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
}
.transporter__infos {
  line-height: 1.2;
  margin: 5px 0;
}
.transporter__info-title {
  font-weight: 700;
}
.transporter__PR-section {
  margin: 5px 0;
}
.transporter__selected-PR {
  margin-bottom: 5px;
}
.transporter__PR-button {
  background-color: #EE3287;
  color: white;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 4px;
}
.transporter__PR-button:hover {
  background-color: #e666aa;
}
.transporter__price-section {
  text-align: center;
}
.transporter__price {
  font-size: 14px;
  font-weight: 700;
  color: #EE3287;
}

.PR-modal {
  padding: 10px;
  width: 100%;
  height: 100%;
}
.PR-modal__container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.PR-modal__title {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #EE3287;
}
.PR-modal__map-search-input {
  width: 100%;
}
.PR-modal__search-button {
  width: 100%;
  margin: 5px 0;
  background-color: #EE3287;
  color: white;
  display: flex;
  justify-content: center;
  height: 24px;
  align-items: center;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid #EE3287;
  cursor: pointer;
}
.PR-modal__search-button:hover {
  background-color: white;
  color: #EE3287;
}
.PR-modal__display-section {
  display: flex;
  justify-content: center;
}
.PR-modal__display-button {
  background-color: #EE3287;
  border: 1px solid #EE3287;
  color: white;
  border-radius: 4px 4px 0 0;
  height: 24px;
  line-height: 24px;
  text-align: center;
  flex: 1;
  margin: 5px 5px 0 5px;
  text-transform: uppercase;
  font-weight: 600;
}
.PR-modal__display-button--disabled {
  border: 1px solid #EEE;
  background-color: white;
  color: black;
}
.PR-modal__display-button--disabled:hover {
  border-color: #EE3287;
}
.PR-modal__map-container {
  flex: 1 1 auto;
}
.PR-modal__map {
  height: 100%;
}
.PR-modal__list-container {
  overflow-x: scroll;
  margin: 5px 0;
}
.PR-modal__PR-item {
  border: 1px solid #EE3287;
  text-align: center;
  border-radius: 4px;
}
.PR-modal__PR-item + .PR-modal__PR-item {
  margin-top: 5px;
}

.mapboxgl-popup-close-button {
  font-size: 24px;
  color: #EE3287;
}

.PR-map-popup__name {
  text-align: center;
  color: #EE3287;
  font-size: 14px;
  font-weight: 600;
  max-width: 80%;
  margin: auto;
}
.PR-map-popup__address, .PR-map-popup__zipcode-city {
  text-align: center;
  font-weight: 600;
}
.PR-map-popup .hours-table__title, .PR-map-popup .hours-table__day-label {
  font-weight: 600;
}
.PR-map-popup .hours-table__day {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
.PR-map-popup__select-button {
  background-color: #EE3287;
  color: white;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
  font-weight: 600;
  margin-top: 10px;
}

.PR-item__name {
  font-weight: 600;
  color: #EE3287;
  margin-top: 3px;
}
.PR-item__address {
  font-size: 11px;
  font-weight: 600;
  margin: 3px 0;
}

.selected-PR__label {
  font-size: 14px;
  font-weight: 600;
}
.selected-PR__value {
  text-align: center;
}
.selected-PR__PR-name {
  font-size: 14px;
  font-weight: 600;
  color: #EE3287;
}
.selected-PR__PR-address {
  font-size: 11px;
  font-weight: 600;
}

.tips__breadcrumb {
  margin: 30px 0;
}
.tips__breadcrumb a.breadcrumb__element {
  font-size: 10px;
  color: #AAA;
  text-transform: uppercase;
  display: inline;
}
.tips__breadcrumb a.breadcrumb__element:after {
  content: " / ";
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}
.tips__breadcrumb a.breadcrumb__element:last-child:after {
  content: "";
  padding-left: 0;
  padding-right: 0;
}
.tips__breadcrumb a.breadcrumb__element.active {
  color: #EE3287;
}
.tips__title {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #666464;
  margin-bottom: 40px;
}
.tips__content-block {
  display: inline-block;
}
.tips__image {
  max-width: 50%;
}
.tips__image--right {
  float: right;
  margin-left: 70px;
}
.tips__image--left {
  float: left;
  margin-right: 70px;
}
.tips__text {
  font-size: 15px;
  line-height: 20pt;
  text-align: justify;
  color: #666464;
}
.tips__subtitle {
  text-align: left;
  font-size: 23px;
  color: #ee3287;
  margin: 60px 0 30px;
}
.tips__mt--20 {
  margin-top: 20px;
}
.tips__mt--50 {
  margin-top: 50px;
}

div[class^=tendance] .clear, div[class*=" tendance"] .clear {
  clear: both;
}

.tendanceStep1BlockS1 {
  padding: 20px 15px 0px 15px;
}
.tendanceH1 {
  font-size: 22px;
  padding: 0 0 15px 0;
  color: black;
  margin: 0;
  text-transform: uppercase;
}
.tendance .tendanceTitleS1 p {
  font-size: 14px;
  line-height: 18px;
  color: black;
  letter-spacing: -0.28px;
  padding: 0 0 15px 0;
  margin: 0;
}
.tendanceSearchS1 {
  padding: 0 0 25px 0;
}
.tendanceSearchS1 input {
  font-size: 14px;
  line-height: 18px;
  color: black;
  font-style: italic;
  letter-spacing: -0.28px;
  width: 100%;
  max-width: 600px;
  height: 46px;
  background: #E4E2E2;
  padding: 0 15px;
  border: 0;
}
.tendanceSearchS1 input:focus {
  outline: none;
  color: black;
}
.tendanceSearchS1 input::-webkit-input-placeholder {
  color: black;
}
.tendanceSearchS1 input::-moz-placeholder {
  color: black;
}
.tendanceSearchS1 input:-ms-input-placeholder {
  color: black;
}
.tendanceSearchS1 input:-moz-placeholder {
  color: pink;
}
.tendanceBoxesMainS1 {
  font-size: 0px;
  text-align: left;
}
.tendanceBoxesS1 {
  margin: 0 0 25px 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.tendanceBoxesS1:nth-child(4n) {
  margin-right: 0px;
}
.tendanceBoxesImgS1 img {
  width: 100%;
}
.tendanceBoxesInfoS1 {
  padding: 14px 0 0 0;
}
.tendanceBoxesTitleS1 {
  font-size: 14px;
  line-height: 18px;
  color: black;
  letter-spacing: -0.28px;
  font-weight: 700;
  padding: 0 0 17px 0;
}
.tendanceBoxesTitleS1 a {
  color: black;
}
.tendanceBoxesTitleS1 h2 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.tendanceBoxesSubtitleS1 {
  font-size: 14px;
  line-height: 18px;
  color: black;
  letter-spacing: -0.28px;
  padding: 0 0 17px 0;
}
.tendanceBoxesLinkS1 {
  font-size: 14px;
  line-height: 18px;
  color: black;
  letter-spacing: -0.28px;
  font-weight: 700;
}
.tendanceBoxesLinkS1 a {
  color: black;
}
.tendanceBreadcrumbS2 {
  padding-bottom: 25px;
}
.tendanceBreadcrumbS4 a {
  color: black;
  font-size: 14px;
}
.tendanceBreadcrumbS4 a:last-child {
  font-weight: bold;
}
.tendanceBreadcrumbS4 a:after {
  content: ">";
}
.tendanceBoxesMainS2 {
  padding: 0 0 20px 0;
}
.tendanceBoxesLeftS2 {
  width: 100%;
  float: none;
  position: relative;
}
.tendanceBoxesLeftS2 a {
  display: block;
}
.tendanceBoxesLeftImgS2 img {
  width: 100%;
}
.tendanceBoxesLeftImgInfoS2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.tendanceBoxesLeftImgInfoCellS2 {
  padding: 0 15px;
  text-align: center;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.tendanceTitle2S2 {
  color: white;
  font-size: 20px;
  line-height: 30px;
  padding-top: 5px;
  text-shadow: 0 0 6px black;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 18px;
}
.tendanceTitle2S2 h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.tendanceBtnS2 {
  width: 204px;
  height: 31px;
  line-height: 31px;
  margin: auto;
  text-align: center;
  background: white;
  font-size: 14px;
  font-weight: 700;
}
.tendanceBtnS2 a {
  color: black;
}
.tendanceBoxesRightS2 {
  float: none;
  width: 100%;
  padding-top: 25px;
}
.tendanceTitleS2 {
  font-size: 14px;
  line-height: 18px;
  color: black;
  letter-spacing: -0.28px;
  font-weight: 700;
  padding: 0 0 25px 0;
}
.tendanceBoxesS2 {
  margin: 0 10px 40px 0;
  width: 100%;
}
.tendanceBoxesS2:nth-child(3n) {
  margin-right: 0px;
}
.tendanceBoxesTitleS2 {
  font-size: 12px;
  line-height: 14px;
  padding: 0 0 12px 0;
}
.tendanceBoxesTitleS2 h2 {
  font-size: 12px;
  line-height: 14px;
}
.tendanceBoxesSubtitleS2 {
  font-size: 12px;
  line-height: 14px;
  padding: 0px;
}
.tendanceBoxesMainS3 .tendanceBoxesSubtitleS1 {
  padding-bottom: 0px;
}
.tendanceTitleS4 {
  margin: 0 0 25px 0;
}
.tendanceTitleImgS4 {
  margin: 25px auto 25px auto;
  max-width: 286px;
  width: 100%;
}
.tendanceTitleImgS4 img {
  width: 100%;
}
.tendanceH3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.6px;
  color: black;
  margin: 0px;
}
.tendanceGarageMainS4 {
  margin: 0;
}
.tendanceGarageInfo1S4 {
  margin: 20px 0 0 0;
}
.tendanceGarageLeftInfoS4 {
  float: right;
  width: 100%;
  padding: 20px 0 0 0;
  margin: 0;
}
.tendanceGarageLeftInfoS4 p {
  font-size: 14px;
  line-height: 18px;
  color: black;
  letter-spacing: -0.28px;
  padding: 0 0 16px 0;
  margin: 0;
}
.tendanceGarageLeftInfoS4 p a {
  color: #EE3287;
  text-decoration: underline;
}
.tendanceGarageLeftInfoS4 h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #EE3287;
  letter-spacing: -0.28px;
  margin: 0 0 20px 0;
}
.tendanceGarageRightImgS4 {
  float: left;
  width: 100%;
  margin: 0 15px 0 0;
}
.tendanceGarageRightImgS4 img {
  width: 100%;
}
.tendanceGarageInfo2S4 .tendanceGarageLeftInfoS4 {
  float: left;
  width: 100%;
  margin: 0;
}
.tendanceGarageInfo2S4 .tendanceGarageRightImgS4 {
  float: right;
  width: 100%;
  margin: 0;
}
.tendanceW100 {
  width: 100%;
}
.tendancePad20 {
  padding-top: 25px;
}
.tendanceInterestMainS4 .tendanceH3 {
  text-align: center;
}
.tendanceProdSliderS4 {
  padding-bottom: 30px;
}
.tendanceProdSlider {
  padding: 0 25px;
}
.tendanceProdSlider .owl-prev, .tendanceProdSlider .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  font-size: 0px;
  margin: 0;
}
.tendanceProdSlider .owl-prev {
  background: url(../img/left_arrow_h4.png) no-repeat;
  width: 22px;
  background-size: 100%;
  height: 38px;
  left: 0;
}
.tendanceProdSlider .owl-next {
  background: url(../img/right_arrow_h4.png) no-repeat;
  width: 22px;
  background-size: 100%;
  height: 38px;
  right: 0;
}
.tendanceProdSlider .tendanceBoxesS1 {
  width: 100%;
  margin: 0;
  padding: 0 8px;
}

#revertsearcheditorial {
  position: absolute;
  z-index: 100;
  right: 30px;
  top: 15px;
  display: none;
  color: #EE3287;
  cursor: pointer;
}

#searcheditorialtxt:invalid {
  outline: none;
  box-shadow: none;
}
#searcheditorialtxt:valid + .fa-cancel {
  display: inline-block;
}
#searcheditorialtxt:focus::placeholder {
  color: transparent;
}

#searcheditorial > #noresultspan, #searcheditorial > #noresultspan ~ br {
  font-size: 14px;
}

.conseils-breadcrumb {
  display: flex;
  align-items: center;
  padding: 0 0 10px 0;
  justify-content: center;
  font-size: 10px;
}
.conseils-breadcrumb i {
  margin: 0 2px;
}
.conseils-breadcrumb__label, .conseils-breadcrumb__label--home, .conseils-breadcrumb__label--section, .conseils-breadcrumb__label--theme, .conseils-breadcrumb__label--sujet {
  font-weight: 600;
  color: #555;
}
.conseils-breadcrumb__link {
  text-align: center;
}

.payment-options .recapadr {
  padding: 5px;
  margin-bottom: 10px;
  height: 100%;
}
.payment-options .typeadrrecap {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: white;
  background-color: #EE3287;
}
.payment-options .adrrecapline {
  display: block;
}
.payment-options__infos {
  text-align: center;
}
.payment-options .recapcolis {
  text-align: center;
}
.payment-options .livraison-dates {
  font-weight: 600;
  color: #EE3287;
}
.payment-options .recaparticlesliste {
  background-color: white;
  padding: 10px;
  margin-top: 10px;
}
.payment-options .recaparticlesliste a {
  display: flex;
}
.payment-options .recaparticlesliste a + a {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #AAA;
}
.payment-options .coupon input[type=text] {
  height: 35px;
  margin: 0;
}
.payment-options__coupon form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.payment-options__invalid-coupon {
  color: red;
  border: 1px solid red;
  padding: 6px 12px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0;
}
.payment-options .btnaddcouponpanier input {
  background: #EE3287;
  color: white;
  padding: 6px 12px;
  border: 1px solid #EE3287;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}
.payment-options #appliedcode {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
}
.payment-options__applied-coupon {
  width: 100%;
  text-align: center;
}
.payment-options__applied-coupon-label {
  font-size: 14px;
}
.payment-options__applied-discount {
  font-size: 16px;
  color: #EE3287;
  font-weight: 700;
}
.payment-options__remove-coupon {
  border-radius: 4px;
}
.payment-options__title {
  font-size: 14px;
  font-weight: 600;
}
.payment-options .paiementschoices {
  max-width: 750px;
  font-size: 11px;
  display: table;
  border-spacing: 0px 6px;
}
.payment-options .paiementschoices li {
  display: table-row;
}
.payment-options .paiementschoices li.choosed {
  background-color: #F0F0F0;
}
.payment-options .paiementschoices .logopaydiv {
  display: table-cell;
  border-bottom: 1px black solid;
  border-top: 1px black solid;
  border-left: 1px black solid;
  border-radius: 6px 0 0 6px;
  padding: 10px;
  min-width: 170px;
  vertical-align: middle;
}
.payment-options .paiementschoices .logopaydiv input {
  margin-right: 5px;
}
.payment-options .paiementschoices .logopaydiv .payment-logo-wrapper {
  width: 100px;
  max-height: 50px;
  display: inline-block;
}
.payment-options .paiementschoices .logopaydiv .payment-logo-wrapper img {
  height: 100%;
}
.payment-options .paiementschoices .descpaydiv {
  display: table-cell;
  border-bottom: 1px black solid;
  border-top: 1px black solid;
  border-right: 1px black solid;
  border-radius: 0 6px 6px 0;
  padding: 10px;
  vertical-align: middle;
}
.payment-options .smallblackunderlinetext {
  color: black;
  text-decoration: underline;
  font-size: 10px;
}
.payment-options__recap-order {
  text-align: center;
}
.payment-options__recap-order .recaporderamounts {
  font-size: 14px;
  font-weight: 600;
}
.payment-options__recap-order .amount {
  color: #EE3287;
  font-weight: 700;
}
.payment-options .smallblacktext {
  color: black;
  line-height: 14px;
  font-size: 11px;
  margin-bottom: 10px;
}
.payment-options__payment-link {
  display: block;
  margin: 20px 0;
}
.payment-options__payment-link:hover {
  text-decoration: none;
}
.payment-options__payment-link #linkbtnsubmit {
  padding: 7px;
}
.payment-options__paypal {
  display: flex;
  margin: 0 auto;
}

/** Pages de confirmation **/
#confirmpagetitle {
  margin-top: 30px;
  color: #EE3287;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  display: flex;
  align-items: center;
}
#confirmpagetitle > img {
  margin-right: 10px;
  vertical-align: top;
}
#confirmpagetitle > span {
  height: 32px;
  line-height: 32px;
  display: inline-block;
}

.confirmation_block .confirm_title {
  text-transform: uppercase;
  color: black;
  font-size: 15px;
  font-weight: bold;
  padding: 30px 0px 15px;
}
.confirmation_block p {
  color: #757575;
  line-height: 20px;
}

.recap-service__item {
  display: flex;
  align-items: baseline;
  padding: 10px;
}
.recap-service__item-label {
  font-weight: 600;
}
.recap-service__item-label span {
  color: #EE3287;
}

.wishlist__empty-button, .wishlist__share-button {
  max-width: 300px;
}
.wishlist .btn {
  margin-bottom: 10px;
}
.wishlist .add-to-cart-button {
  max-width: 300px;
  margin: auto;
}
.wishlist .jd-list-style-2 li {
  width: 100%;
  margin-top: 30px;
  min-height: 250px;
  border-bottom: solid 1px #CCC;
}
.wishlist .jd-list-style-2 li .product-title {
  font-weight: bold;
  font-size: 20px;
  color: black;
}
.wishlist .jd-list-style-2 li .product-review {
  color: #757575;
  text-align: center;
}
.wishlist .jd-list-style-2 li .product-price-tag {
  margin: 10px 0;
}
.wishlist .jd-list-style-2 li .product-price-tag .price-tag {
  padding: 7px 0px 0px 0px;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
  color: #EE3287;
}
.wishlist .jd-list-style-2 li .product-details {
  color: #AAA;
  font-size: 12px;
  font-weight: 600;
  line-height: 23px;
  padding: 5px 0 10px 0;
  margin-left: 280px;
}
.wishlist #prodlist .liprodline.miniprod .nolinkdeco .vignetteleft {
  width: 35%;
  margin-top: 30px;
}
.wishlist #prodlist .liprodline.miniprod .nolinkdeco .vignetteinfos {
  min-height: 150px;
  padding-left: 20px;
  display: inline-block;
  max-width: 65%;
  flex: 1 0 auto;
}
.wishlist #prodlist .liprodline.miniprod .nolinkdeco .vignetteinfos div.product-details {
  text-align: left;
  margin-left: 0px;
}
.wishlist #prodlist .liprodline.miniprod .nolinkdeco .vignetteinfos i.fa-cart {
  margin-right: 8px;
}
.wishlist #prodlist .liprodline.miniprod .nolinkdeco .prodlineref, .wishlist #prodlist .liprodline.miniprod .nolinkdeco .product-review, .wishlist #prodlist .liprodline.miniprod .nolinkdeco .pricetag {
  color: #EE3287;
}
.wishlist a.nolinkdeco {
  color: inherit;
  text-decoration: none;
  display: flex;
}
.wishlist-modal__title {
  font-size: 18px;
}
.wishlist-modal__input-wrapper {
  margin: 15px 0;
}
.wishlist-modal__input-wrapper input {
  width: 100%;
}
.wishlist-modal__checkbox-wrapper label {
  font-size: 14px;
}
.wishlist-modal__checkbox-wrapper input[type=checkbox]:checked {
  filter: invert(100%) hue-rotate(290deg) brightness(0.8);
}
.wishlist-modal__extra-label {
  font-size: 14px;
  text-align: center;
}
.wishlist-modal__extra-label textarea {
  width: 100%;
}

.marques__group-title {
  color: #EE3287;
  font-size: 14px;
  font-weight: 600;
}
.marques__grid {
  margin-bottom: 10px;
  display: grid;
}
.marques__cell a {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
.marques__cell:not(:last-child) {
  margin-bottom: 10px;
}

.marque__logo, .marque__logo--fiche-produit {
  display: flex;
  height: auto;
}
.marque__logo img, .marque__logo--fiche-produit img {
  margin: auto;
}
.marque__logo--fiche-produit {
  height: 50px;
}
.marque__name {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.marque__name h1 {
  font-size: 26px;
  margin-bottom: 0;
}
.marque__infos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.marque__article-count {
  font-size: 18px;
  font-weight: 600;
}
.marque__article-count a {
  color: #333;
}
.marque__banner {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.marque__description-dropdown {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.marque__avis-tab {
  text-align: center;
}
.marque__avis-tab a {
  color: black;
  text-transform: uppercase;
  font-weight: 600;
}
.marque__description {
  font-size: 15px;
  line-height: 15pt;
  text-align: justify;
  color: #666464;
}

#marque__description .iframe-container {
  max-width: 560px;
  max-height: 315px;
}
#marque__description .iframe-container .iframe-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* The height of the item will now be 56.25% of the width. */
}
#marque__description .iframe-container .iframe-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.error-page h1 {
  font-weight: 600;
}
.error-page__text {
  font-weight: 600;
  font-size: 14px;
  margin: 20px 0;
}
.error-page__list-item {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0;
}

.error-404__text {
  color: #333;
  font-weight: 600;
}
.error-404__search-text {
  display: none;
}
.error-404__background {
  background-image: url("/assets/img/image-fond-erreur-404.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-404__searchbar {
  display: inline-block;
  margin: 10px;
  width: 90%;
}
.error-404__searchbar input {
  width: 100%;
  background: white;
  color: #555;
  font: inherit;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  outline: 0;
  padding: 10px;
}
.error-404__searchbar i.fa-spinner {
  display: none;
}
.error-404__searchbar i.fa-spinner, .error-404__searchbar i.fa-search {
  float: right;
  position: relative;
  bottom: 28px;
  font-size: 20px;
  right: 6px;
  cursor: pointer;
}
.error-404__searchbar img {
  position: relative;
  left: -32px;
}
.error-404__searchbar img:hover {
  cursor: pointer;
}
.error-404__search-text {
  display: inline;
}
.error-404__section {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  text-align: center;
  width: 280px;
  margin: 10px;
}
.error-404__title {
  color: #555;
  font-size: 20px;
  text-shadow: 2px 2px 1px #AAA;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 2px;
}
.error-404__title span {
  color: #EE3287;
  text-shadow: 2px 2px 2px #AAA;
}

.homepage-widget__left-row .widget__wrapper {
  display: flex;
  margin-top: 10px;
}
.homepage-widget__right-row {
  display: flex;
  margin-top: 10px;
  column-gap: 10px;
}
.homepage-widget__right-row img {
  border-radius: 20px;
}

.widget-flower {
  font-family: "Montserrat Light", "Helvetica", "Montserrat";
  margin-bottom: 20px;
  margin-top: 20px;
}
.widget-flower h2.widget__title, .widget-flower div.widget__title {
  font-size: 17px;
  font-weight: 600;
  font-family: "Montserrat Light", "Helvetica", "Montserrat";
}
.widget-flower h3.widget__title {
  font-size: 28px;
  font-weight: 600;
  color: #c0c0c0;
  font-family: "Montserrat Light", "Helvetica", "Montserrat";
}
.widget-flower .widget__content {
  font-size: 15px;
  line-height: 20pt;
  color: #666464;
}
.widget-flower .widget__content h2 {
  font-size: 23px;
  font-weight: 600;
  font-family: "Montserrat Light", "Helvetica", "Montserrat";
}
.widget-flower .widget__content h3 {
  font-size: 28px;
  font-weight: 400;
  color: #c0c0c0;
  font-family: "Montserrat Light", "Helvetica", "Montserrat";
  margin: 15px 0 0;
}
.widget-flower .widget__content ul {
  list-style: inside disc none;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
}
.widget-flower .widget__content ul li {
  margin: 10px 0;
}
.widget-flower .widget__content i {
  font-size: 17px;
}

.JDClass__jardin.lila .lila__top-left-corner {
  border-color: #D5AD6D;
}
.JDClass__jardin.lila .lila__bottom-right-corner {
  border-color: #D5AD6D;
}
.JDClass__jardin.lila .lila__link-wrapper svg g path {
  fill: #D5AD6D;
}
.JDClass__jardin.chiendent {
  background-color: #deedc6;
}
.JDClass__jardin.chiendent .chiendent__title {
  color: #D5AD6D;
}
.JDClass__jardin.chiendent .chiendent__image-wrapper {
  border-color: #D5AD6D;
}
.JDClass__jardin.chiendent .chiendent__link-wrapper svg g path {
  fill: #64a63c;
}
.JDClass__jardin.lys .lys__title {
  background-color: #deedc6;
}
.JDClass__jardin.rose {
  background-color: #deedc6;
}
.JDClass__jardin.rose .rose__title {
  color: #D5AD6D;
}
.JDClass__jardin.rose .rose__link:hover {
  color: #4Cae4C;
  font-weight: 700;
}
.JDClass__jardin.dahlia .dahlia__title {
  color: #D5AD6D;
}
.JDClass__jardin.bourrache figure.snip1321:after {
  background-color: #fff;
}
.JDClass__jardin.trefle .trefle__grid .container .btn {
  border: 3px #deedc6 solid;
}
.JDClass__jardin.trefle .trefle__grid .container .btn:hover {
  background-color: rgba(222, 237, 198, 0.4);
  border-color: rgba(101, 166, 60, 0.4);
}
.JDClass__jardin.jonquille {
  background-color: #deedc6;
}
.JDClass__jardin.jonquille .jonquille__link-wrapper svg g path {
  fill: #64a63c;
}
.JDClass__jardin h2.widget__title, .JDClass__jardin div.widget__title {
  color: #7FAA01;
}
.JDClass__jardin h2.widget a, .JDClass__jardin div.widget a {
  color: #7FAA01;
}
.JDClass__jardin .widget__content h2 {
  color: #7FAA01;
}
.JDClass__jardin .widget__content a {
  color: #7FAA01;
}
.JDClass__jardin.pissenlit__title {
  color: #7FAA01;
}
.JDClass__deco.lila .lila__top-left-corner {
  border-color: #ef68a0;
}
.JDClass__deco.lila .lila__bottom-right-corner {
  border-color: #ef68a0;
}
.JDClass__deco.lila .lila__link-wrapper svg g path {
  fill: #ef68a0;
}
.JDClass__deco.chiendent {
  background-color: #ffecf5;
}
.JDClass__deco.chiendent .chiendent__title {
  color: #666464;
}
.JDClass__deco.chiendent .chiendent__link-wrapper svg g path {
  fill: #ef68a0;
}
.JDClass__deco.lys .lys__title {
  background-color: #F0F0F0;
}
.JDClass__deco.rose {
  background-color: #F8F7F8;
  border-radius: 25px;
}
.JDClass__deco.rose .rose__title {
  color: #666464;
}
.JDClass__deco.rose .rose__link:hover {
  color: #EE3287;
  font-weight: 700;
}
.JDClass__deco.dahlia .dahlia__title {
  color: #ef68a0;
}
.JDClass__deco.bourrache figure.snip1321:after {
  background-color: #ffecf5;
}
.JDClass__deco.bourrache .bourrache__title {
  color: #666464;
}
.JDClass__deco.trefle .trefle__grid .container .btn {
  border: 3px #ef68a0 solid;
}
.JDClass__deco.trefle .trefle__grid .container .btn:hover {
  background-color: rgba(255, 236, 245, 0.4);
  border-color: rgba(239, 104, 160, 0.4);
}
.JDClass__deco.jonquille {
  background-color: #ffecf5;
}
.JDClass__deco.jonquille .jonquille__title {
  color: #666464;
}
.JDClass__deco.jonquille .jonquille__link-wrapper svg g path {
  fill: #ef68a0;
}
.JDClass__deco h2.widget__title, .JDClass__deco div.widget__title {
  color: #ef68a0;
}
.JDClass__deco .widget__content h2 {
  color: #ef68a0;
}
.JDClass__homepage.violette .violette__title {
  display: none;
}
.JDClass__homepage.violette .violette__grid {
  display: flex;
  flex-direction: column;
  /*  button{
     padding: 2%;
   } */
}
.JDClass__homepage.violette .violette__grid .container {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 50%;
}
.JDClass__homepage.violette .violette__grid .container img {
  width: 100%;
  height: auto;
}
.JDClass__homepage.violette .violette__grid .container .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: white;
  color: black;
  font-size: 15px;
  padding: 1%;
  font-family: "Lato", sans-serif;
  border: 1px white solid;
  cursor: pointer;
  width: 40%;
}
.JDClass__homepage.violette .violette__grid .container .btn:hover {
  filter: opacity(50%);
}
.JDClass__homepage.paquerette {
  display: none;
}
.JDClass__promo {
  font-family: "Montserrat Light", "Helvetica", "Montserrat" !important;
}
.JDClass__news {
  font-family: "Montserrat Light", "Helvetica", "Montserrat" !important;
}

.bourrache5, .bourrache4, .bourrache3, .bourrache2 {
  display: flex;
  flex-direction: row;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  scroll-behavior: smooth;
  flex-wrap: nowrap;
  column-gap: 10px;
}
.bourrache5 .item, .bourrache4 .item, .bourrache3 .item, .bourrache2 .item {
  flex: 0 0 50vw;
}

.tulipe {
  padding-top: 50px;
  position: relative;
}
.tulipe__background {
  display: none;
}
.tulipe__background-image {
  width: 100%;
}
.tulipe__headline {
  position: relative;
  background: white;
  text-align: center;
  z-index: 1;
}
.tulipe__title {
  font-weight: 600;
  margin-bottom: 0;
  padding: 5px 5px 0 5px;
  font-size: 26px;
  color: #666464;
}
.tulipe__title-expand {
  color: #666464;
}

.lila {
  position: relative;
}
.lila__gallery-wrapper {
  display: flex;
  column-gap: 10px;
}
.lila__top-left-corner {
  display: none;
}
.lila__bottom-right-corner {
  display: none;
}
.lila__image-wrapper, .lila__image-wrapper--first, .lila__image-wrapper--second {
  flex: 1;
}
.lila__image-wrapper img, .lila__image-wrapper--first img, .lila__image-wrapper--second img {
  height: 100%;
}
.lila__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
}
.lila__paragraph {
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lila__text {
  font-size: 16px;
  line-height: 24px;
}
.lila__link-wrapper {
  width: 295px;
  height: 75px;
  padding: 0 65px 10px 60px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.lila__link-wrapper a {
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: white;
}
.lila__link-wrapper svg {
  position: absolute;
  top: 0;
  left: 20;
  width: 253px;
}

.coquelicotcat {
  line-height: 14pt !important;
  font-size: 14px;
  color: #8C8C8C;
}
.coquelicotcat h2 {
  font-size: 22px;
  color: #646464;
}
.coquelicotcat h3 {
  font-size: 18px;
  color: #646464;
}
.coquelicotcat h1, .coquelicotcat h2, .coquelicotcat h3, .coquelicotcat h4, .coquelicotcat h5, .coquelicotcat h6 {
  font-weight: bold;
}
.coquelicotcat h4, .coquelicotcat h5, .coquelicotcat h6 {
  font-size: 14px;
}
.coquelicotcat ul {
  list-style: inside;
}

.anthurium__content-grid, .hortensia__content-grid {
  display: grid;
  column-gap: 20px;
}
.anthurium__content, .hortensia__content {
  font-size: 15px;
  line-height: 20pt;
  color: #666464;
}
.anthurium__content ul, .hortensia__content ul {
  list-style: inside disc none;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
}
.anthurium__content ul li, .hortensia__content ul li {
  margin: 10px 0;
}

.anthurium__img-link-wrapper {
  position: relative;
  display: inline-block;
}
.anthurium__img-link-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.anthurium .image-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 13px;
  background-color: #F8F7F8;
  color: black;
  font-size: 15px;
  box-sizing: border-box;
  text-align: left;
  font-style: italic;
}
.anthurium .image-title span {
  font-style: normal;
}
.anthurium .anthurium__content {
  margin-top: 10px;
}
.anthurium.widget-flower .anthurium__content ul li {
  margin: 0 0 10px;
}

.trefle__title {
  color: #666464;
  font-size: 36px;
  text-align: center;
  font-family: "Dancing Script", cursive;
}
.trefle__grid {
  display: flex;
  flex-direction: column;
  /*  button{
     padding: 2%;
   } */
}
.trefle__grid .container {
  position: relative;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.trefle__grid .container img {
  width: 100%;
  height: auto;
}
.trefle__grid .container .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 700;
  padding: 3%;
  font-family: "Dancing Script", cursive;
  cursor: pointer;
  width: 90%;
  color: black;
  background-color: rgba(255, 255, 255, 0.8);
}
.trefle__grid .container .btn:hover {
  opacity: 0.9;
}

.liseron__title {
  font-family: "Lato", sans-serif !important;
  margin: 0px;
  font-weight: 500 !important;
  font-size: 25px !important;
}
.liseron__titleexpand {
  font-family: "Lato", sans-serif !important;
  margin: 0px;
  font-weight: 500 !important;
  font-size: 15px !important;
  color: #666464 !important;
}
.liseron__carousel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.liseron__products {
  padding: 0 20px;
  margin: 10px 0;
}
.liseron__products::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.liseron__products a:hover {
  text-decoration: none;
}
.liseron .owl-prev, .liseron .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  background: none;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.liseron .owl-prev {
  left: -10px;
}
.liseron .owl-next {
  right: 0px;
}
.liseron .container {
  position: relative;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.liseron .container img {
  width: 100%;
  height: 500px;
}
.liseron .container .btn {
  bottom: -5.5%;
  left: 50%;
  background-color: #DDD;
  color: black;
  font-size: 28px;
  padding: 3%;
  font-family: "Dancing Script", cursive;
  border: 5px #DDD;
  opacity: 0.9;
  cursor: pointer;
  width: 100%;
  font-family: "Lato", sans-serif !important;
  margin: 0px;
  display: flex;
  flex-direction: row;
}
.liseron .container .btn .content {
  width: 90%;
  display: grid;
}
.liseron .container .btn .content span {
  display: inline;
  font-weight: 800 !important;
  font-size: 12px !important;
  color: #666464 !important;
  line-height: 1.1em;
}
.liseron .container .btn .content .span_one {
  font-weight: 500 !important;
}
.liseron .container .btn i {
  width: 10%;
  color: #666464;
}
.liseron .container .btn:hover {
  background-color: rgba(202, 201, 201, 0.4);
  border: 5px rgba(202, 201, 201, 0.4);
}

.paquerette {
  /* .container{
      position: relative;
      width: 100%;
      margin-top: 5px;
      margin-bottom: 5px;
    }

    .container img {
      width: 100%;
      height: 500px;
    } */
}
.paquerette__carousel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.paquerette .homepage-widget__left-row:hover .owl-prev, .paquerette .homepage-widget__left-row:hover .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  background-color: #3f3f3f;
  font-size: 24px;
  margin: 0;
  padding: 0;
  color: ghostwhite;
}
.paquerette .homepage-widget__left-row:hover .owl-prev {
  left: 0px;
}
.paquerette .homepage-widget__left-row:hover .owl-next {
  right: 5px;
}
.paquerette .homepage-widget__left-row:hover .rslides_nav {
  display: flex;
  background-color: #3f3f3f;
  color: ghostwhite;
  opacity: 1;
}
.paquerette .homepage-widget__left-row:hover .rslides_nav i {
  color: white;
}
.paquerette__products {
  /*  padding: 0 20px;
   margin: 10px 0; */
}
.paquerette__products::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.paquerette__products a:hover {
  text-decoration: none;
}
.paquerette__products .container {
  display: initial;
}
.paquerette__products .container a {
  display: block;
  width: 100%;
}
.paquerette__right {
  display: flex;
  flex-direction: row;
  width: 100%;
  column-gap: 10px;
}
.paquerette__right .containerimage {
  width: 50%;
}
.paquerette__right .containerimage a {
  width: 100%;
}

.violette__title {
  color: #666464;
  font-size: 48px;
  text-align: center;
  font-family: "Dancing Script", cursive;
}
.violette__grid {
  display: flex;
  flex-direction: column;
}
.violette__grid .container {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 50%;
}
.violette__grid .container img {
  width: 100%;
  height: 400px;
}
.violette__grid .container .btn {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: white;
  color: black;
  font-size: 28px;
  padding: 3%;
  font-family: "Lato", sans-serif;
  border: 1px white solid;
  cursor: pointer;
  width: 90%;
}
.violette__grid .container .btn:hover {
  filter: opacity(50%);
}

.begonia .grid {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: 10px;
}
.begonia .grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  max-width: 480px;
  max-height: 360px;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
.begonia .grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
  filter: brightness(75%);
}
.begonia .grid figure figcaption {
  padding: 2em;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.begonia .grid figure figcaption::before, .begonia .grid figure figcaption::after {
  pointer-events: none;
}
.begonia .grid figure figcaption, .begonia .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.begonia .grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.begonia .grid figure .begonia__title, .begonia .grid figure p {
  margin: 0;
}
.begonia .grid figure .begonia__title {
  font-weight: 600;
  font-size: 24px;
}
.begonia .grid figure .begonia__title span {
  font-weight: 800;
}
.begonia .grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
.begonia .grid figure.effect-jazz {
  background: -webkit-linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
  background: linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
}
.begonia .grid figure.effect-jazz img {
  opacity: 0.9;
}
.begonia .grid figure.effect-jazz figcaption::after, .begonia .grid figure.effect-jazz img, .begonia .grid figure.effect-jazz p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.begonia .grid figure.effect-jazz figcaption::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  content: "";
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.begonia .grid figure.effect-jazz .begonia__title, .begonia .grid figure.effect-jazz p {
  opacity: 1;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
.begonia .grid figure.effect-jazz .begonia__title {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.begonia .grid figure.effect-jazz p {
  padding: 0.5em 2em;
  text-transform: none;
  font-size: 0.85em;
  opacity: 0;
}
.begonia .grid figure.effect-jazz:hover img {
  opacity: 0.7;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.begonia .grid figure.effect-jazz:hover figcaption::after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
.begonia .grid figure.effect-jazz:hover .begonia__title, .begonia .grid figure.effect-jazz:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.rose__title {
  text-align: center;
  font-size: 32px;
  padding: 15px;
}
.rose__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 10px 20px;
}
.rose__category {
  margin: 5px 15px;
  font-size: 16px;
  border: 1px solid black;
  padding: 5px 15px 5px 15px;
  border-radius: 20px;
  background-color: white;
}
.rose__link {
  color: #666464;
  font-weight: 400;
}

.bourrache {
  display: inline-block;
}
.bourrache__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.bourrache figure.snip1321 {
  position: relative;
  overflow: hidden;
  min-width: 230px;
  margin: 0;
  width: 100%;
  color: black;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
}
.bourrache figure.snip1321 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bourrache figure.snip1321 img {
  max-width: 100%;
  vertical-align: top;
}
.bourrache figure.snip1321 h4 {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 9px;
}
.bourrache figure.snip1321 i {
  font-size: 32px;
}
.bourrache figure.snip1321 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.pavot__content-grid {
  display: grid;
  column-gap: 20px;
}

.dahlia__title {
  text-align: center;
}
.dahlia__titleexpand {
  font-size: 15px;
  color: black;
  text-align: center;
  font-weight: 600;
}

.marguerite {
  font-size: 15px;
  line-height: 20pt;
  color: #666464;
}
.marguerite ul {
  list-style: inside disc none;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
}
.marguerite ul li {
  margin: 10px 0;
}
.marguerite .iframe-flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 20px;
}
.marguerite .iframe-container {
  max-width: 560px;
  max-height: 315px;
  flex-grow: 1;
}
.marguerite .iframe-container .iframe-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* The height of the item will now be 56.25% of the width. */
}
.marguerite .iframe-container .iframe-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.chiendent__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, auto);
  column-gap: 20px;
}
.chiendent__title {
  grid-column: 1/3;
  text-align: center;
  font-size: 24px;
  font-family: "Dancing Script", cursive;
}
.chiendent__image-wrapper {
  height: 200px;
  border: 2px solid white;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.chiendent__background-image, .jonquille__background-image--left, .jonquille__background-image--right, .chiendent__background-image--left, .chiendent__background-image--right {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.6s ease-in-out;
}
.chiendent__image-link-label {
  position: absolute;
  bottom: 10px;
  color: black;
  background: white;
  border-radius: 4px;
  text-align: center;
  width: 90%;
  padding: 0 5px;
  left: 0;
  margin-left: auto;
  right: 0;
  margin-right: auto;
}
.chiendent__image-link-label:hover {
  text-decoration: underline;
}
.chiendent__text {
  grid-row: 2;
  grid-column: 1/3;
  margin-top: auto;
  margin-bottom: 20px;
  font-size: 15px;
  text-align: center;
}
.chiendent__link-wrapper {
  grid-row: 4;
  grid-column: 1/3;
  height: 75px;
  padding: 0 65px 10px 60px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0 auto;
}
.chiendent__link-wrapper a {
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: white;
}
.chiendent__link-wrapper svg {
  position: absolute;
  top: 0;
  width: 253px;
}

.jonquille__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, auto);
  column-gap: 20px;
}
.jonquille__title {
  grid-column: 1/3;
  text-align: center;
  font-size: 24px;
  font-family: "Dancing Script", cursive;
}
.jonquille__image-wrapper {
  height: 200px;
  border: 2px solid white;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.jonquille__background-image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.6s ease-in-out;
}
.jonquille__image-link-label {
  position: absolute;
  bottom: 10px;
  color: black;
  background: white;
  border-radius: 4px;
  text-align: center;
  width: 90%;
  padding: 0 5px;
  left: 0;
  margin-left: auto;
  right: 0;
  margin-right: auto;
}
.jonquille__image-link-label:hover {
  text-decoration: underline;
}
.jonquille__text {
  grid-row: 2;
  grid-column: 1/3;
  margin-top: auto;
  margin-bottom: 20px;
  font-size: 15px;
  text-align: center;
}
.jonquille__link-wrapper {
  grid-row: 4;
  grid-column: 1/3;
  height: 75px;
  padding: 0 65px 10px 60px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0 auto;
}
.jonquille__link-wrapper a {
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: white;
}
.jonquille__link-wrapper svg {
  position: absolute;
  top: 0;
  width: 253px;
}

.oeillet {
  margin: 30px 0;
}
.oeillet h2 {
  margin-top: 20px;
}
.oeillet__image-wrapper {
  margin: 20px 0;
}
.oeillet__img-link-wrapper {
  margin-top: 5px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.oeillet__img-link-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.oeillet .image-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 13px;
  background-color: #F8F7F8;
  color: black;
  font-size: 15px;
  box-sizing: border-box;
  text-align: left;
  font-style: italic;
}
.oeillet .image-title span {
  font-style: normal;
}
.oeillet__left .oeillet__image-wrapper {
  width: 100%;
}
.oeillet__right {
  display: grid;
}
.oeillet__right .oeillet__image-wrapper {
  grid-row: 3;
  width: 100%;
}

.lys__title {
  font-family: "Dancing Script", cursive;
  text-align: center;
  color: #666464;
  font-size: 36px;
}
.lys__carousel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lys__products {
  padding: 0 20px;
  margin: 10px 0;
}
.lys__products::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.lys__products a:hover {
  text-decoration: none;
}
.lys .owl-prev, .lys .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  background: none;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.lys .owl-prev {
  left: -10px;
}
.lys .owl-next {
  right: 0px;
}
.lys-product {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  margin: auto;
}
.lys-product__decoration {
  background: center/contain no-repeat url("/data/widgets/circle.png");
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.lys-product__image-wrapper {
  position: relative;
  padding: 24px;
  height: auto;
  /* &:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: center / contain no-repeat url("/data/widgets/circle.png");
  } */
}
.lys-product__product-name {
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  margin: 0 20px;
  overflow: hidden;
  color: black;
}
.lys-product__product-name:hover {
  color: #EE3287;
}
.lys-product__product-name.line-clamp {
  height: 32px;
}
.lys-product__product-brand {
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  margin: 0 20px;
  overflow: hidden;
  color: #666464;
  font-size: 10px;
}
.lys-product__product-price {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #ef68a0;
  margin-top: 10px;
}

.lavande__title {
  font-family: "Dancing Script", cursive;
  text-align: center;
  color: #666464;
  font-size: 36px;
  margin: 0;
}
.lavande__carousel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lavande__products {
  padding: 0 20px;
}
.lavande__products::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.lavande__products a:hover {
  text-decoration: none;
}
.lavande .owl-prev, .lavande .owl-next {
  position: absolute;
  top: calc(60% - 25px);
  background: none;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.lavande .owl-prev {
  left: -10px;
}
.lavande .owl-next {
  right: 0px;
}
.lavande-product {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  margin: auto;
}
.lavande-product__decoration {
  background: center/contain no-repeat url("/data/widgets/circle.png");
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.lavande-product__image-wrapper {
  position: relative;
  padding: 24px;
  height: auto;
}
.lavande-product__image-wrapper img {
  height: 100%;
}
.lavande-product__product-name {
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  margin: 0 20px;
  overflow: hidden;
  color: black;
}
.lavande-product__product-name:hover {
  color: #EE3287;
}
.lavande-product__product-name.line-clamp {
  height: 32px;
}
.lavande-product__product-brand {
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  margin: 0 20px;
  overflow: hidden;
  color: #666464;
  font-size: 10px;
}
.lavande-product__product-price {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #ef68a0;
  margin-top: 10px;
}

.chardon__image a img {
  max-width: 100%;
  border-radius: 10px;
}
.chardon__image a img:hover {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0.9;
}

.basilic__title {
  font-family: "Lato", sans-serif !important;
  margin: 0px;
  font-weight: 500 !important;
  font-size: 25px !important;
}
.basilic__titleexpand {
  font-family: "Lato", sans-serif !important;
  margin: 0px;
  font-weight: 500 !important;
  font-size: 15px !important;
  color: #666464 !important;
}
.basilic__carousel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.basilic__products {
  padding: 0 20px;
  margin: 10px 0;
}
.basilic__products::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.basilic__products a:hover {
  text-decoration: none;
}
.basilic .owl-prev, .basilic .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  background: none;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.basilic .owl-prev {
  left: -10px;
}
.basilic .owl-next {
  right: 0px;
}
.basilic-product {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  margin: auto;
}
.basilic-product__decoration {
  background: center/contain no-repeat url("/data/widgets/circle.png");
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.basilic-product__image-wrapper {
  position: relative;
  padding: 24px;
  height: auto;
}
.basilic-product__image-wrapper img {
  height: 195px;
}
.basilic-product__product-name {
  font-weight: 600;
  line-height: 15px;
  padding-right: 5px;
  overflow: hidden;
  color: black;
  text-align: center;
}
.basilic-product__product-name:hover {
  color: #EE3287;
}
.basilic-product__product-name.line-clamp {
  height: 32px;
}
.basilic-product__product-brand {
  font-weight: 500;
  line-height: 16px;
  overflow: hidden;
  color: #666464;
  font-size: 10px;
}
.basilic-product__product-price {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: black;
}

.basilicimage {
  /* .owl-prev, .owl-next {
      position: absolute;
      top: calc(50% - 25px);
      background: none;
      font-size: 24px;
      margin: 0;
      padding: 0;
  }

  .owl-prev {
      left: -10px;

  }  

  .owl-next {
      right: 0px;
  } */
}
.basilicimage__image {
  display: none;
}
.basilicimage__title {
  display: none;
}
.basilicimage__titleexpand {
  font-weight: 500 !important;
  font-size: 15px !important;
  color: #666464 !important;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 30px;
}
.basilicimage__titleexpand a {
  padding: 10px;
  border: solid black 1px;
  color: black;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}
.basilicimage__titleexpand a:hover {
  text-decoration: none;
}
.basilicimage__carousel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.basilicimage__products {
  padding: 0 20px;
  margin: 0px 0;
}
.basilicimage__products::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.basilicimage__products a:hover {
  text-decoration: none;
}
.basilicimage .owl-prev, .basilicimage .owl-next {
  display: none;
}
.basilicimage-product {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  margin: auto;
}
.basilicimage-product__decoration {
  background: center/contain no-repeat url("/data/widgets/circle.png");
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.basilicimage-product__image-wrapper {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  height: auto;
}
.basilicimage-product__image-wrapper .imgscnd {
  display: none;
}
.basilicimage-product__image-wrapper:hover .imgfirst {
  display: none;
}
.basilicimage-product__image-wrapper:hover .imgscnd {
  display: block;
}
.basilicimage-product__product-name {
  font-weight: 600;
  line-height: 15px;
  padding-right: 5px;
  overflow: hidden;
  color: black;
  text-align: left;
  margin-top: 10px;
}
.basilicimage-product__product-name:hover {
  color: #EE3287;
}
.basilicimage-product__product-name.line-clamp {
  height: 32px;
}
.basilicimage-product__product-brand {
  font-weight: 500;
  line-height: 16px;
  overflow: hidden;
  color: #666464;
  font-size: 10px;
}
.basilicimage-product__product-price {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: black;
  display: block ruby;
  margin-top: 5px;
}
.basilicimage-product__product-price .amount.nrb {
  text-decoration: line-through;
  color: #A5A3A4;
  font-size: 15px;
}

.roseimage .owl-carousel {
  position: relative;
}
.roseimage .owl-next, .roseimage .owl-prev {
  display: none;
}
.roseimage__image {
  display: none;
}
.roseimage__title {
  display: none;
}
.roseimage .rosereverseimage__title {
  font-size: 15px !important;
  color: #666464 !important;
  font-weight: bold;
}
.roseimage__titleexpand {
  font-size: 15px !important;
  color: #666464 !important;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 30px;
}
.roseimage__titleexpand a {
  padding: 10px;
  border: solid black 1px;
  color: black;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}
.roseimage__titleexpand a:hover {
  text-decoration: none;
}
.roseimage__carousel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.roseimage__products {
  padding: 0 5px;
  margin: 0px 0;
}
.roseimage__products::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.roseimage__products a:hover {
  text-decoration: none;
}
.roseimage-product {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  margin: auto;
  /* &__image-wrapper:hover{
     img{
       opacity:0.7;
     } 


  }   */
}
.roseimage-product__decoration {
  background: center/contain no-repeat url("/data/widgets/circle.png");
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.roseimage-product__image-wrapper {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  height: auto;
}
.roseimage-product__product-name {
  line-height: 15px;
  padding-right: 5px;
  overflow: hidden;
  color: black;
  text-align: center;
  margin-top: 10px;
}
.roseimage-product__product-name.line-clamp {
  height: 32px;
}
.roseimage-product__product-brand {
  line-height: 16px;
  overflow: hidden;
  color: #666464;
  font-size: 10px;
}
.roseimage-product__product-price {
  text-align: left;
  font-size: 20px;
  color: black;
  display: block ruby;
  margin-top: 5px;
}
.roseimage-product__product-price .amount.nrb {
  text-decoration: line-through;
  color: #A5A3A4;
  font-size: 15px;
}

.hibiscus__image1 {
  width: 100%;
}
.hibiscus__image1 img {
  width: 100%;
}
.hibiscus__image2 {
  display: none;
}
.hibiscus__title {
  font-family: "Lato", sans-serif !important;
  margin: 0px;
  font-weight: 500 !important;
  font-size: 25px !important;
}
.hibiscus__titleexpand {
  font-family: "Lato", sans-serif !important;
  margin: 0px;
  font-weight: 500 !important;
  font-size: 15px !important;
  color: #666464 !important;
  margin-bottom: 10px;
}
.hibiscus__carousel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hibiscus__products {
  padding: 0 20px;
  margin: 10px 0;
}
.hibiscus__products::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.hibiscus__products a:hover {
  text-decoration: none;
}
.hibiscus .owl-prev, .hibiscus .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  background: none;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.hibiscus .owl-prev {
  left: -10px;
}
.hibiscus .owl-next {
  right: 0px;
}
.hibiscus-product {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  margin: auto;
}
.hibiscus-product__decoration {
  background: center/contain no-repeat url("/data/widgets/circle.png");
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hibiscus-product__image-wrapper {
  position: relative;
  padding: 24px;
  height: auto;
}
.hibiscus-product__image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center/contain no-repeat url("/data/widgets/circle.png");
}
.hibiscus-product__image-wrapper img {
  height: 100%;
}
.hibiscus-product__product-name {
  font-weight: 600;
  line-height: 15px;
  overflow: hidden;
  color: black;
}
.hibiscus-product__product-name:hover {
  color: #EE3287;
}
.hibiscus-product__product-name.line-clamp {
  height: 32px;
}
.hibiscus-product__product-brand {
  font-weight: 500;
  line-height: 16px;
  overflow: hidden;
  color: #666464;
  font-size: 10px;
}
.hibiscus-product__product-price {
  font-size: 14px;
  font-weight: 600;
  color: #666464;
  margin-top: 10px;
}

.petunia__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
}
.petunia .name.line-clamp {
  overflow: hidden;
  line-height: 16px;
}
.petunia .name.line-clamp a {
  color: black;
}
.petunia .name.line-clamp a:hover {
  color: #e666aa;
}

.geranium.geranium--promo .geranium__line {
  border-color: #555;
  border-style: dashed;
}
.geranium.geranium--jardin .geranium__line {
  border-color: #D5AD6D;
}
.geranium.geranium--deco .geranium__line {
  border-color: #ef68a0;
}
.geranium__line {
  border: 2px solid;
}

.aviswidget {
  font-family: "Montserrat Light", "Helvetica", "Montserrat";
}
.aviswidget .avis__h2_deskop {
  display: none;
}
.aviswidget .all_client_deskop {
  display: none;
}
.aviswidget .avis-circled {
  border: solid 1px #F8F7F8;
  background-color: #F8F7F8;
  border-radius: 15px;
  text-align: center;
  padding-bottom: 15px;
}
.aviswidget .avis-circled h2 {
  text-align: center;
  font-size: 20;
  font-weight: bold;
  margin-top: 10px;
}
.aviswidget .avis-circled .deskop {
  display: none;
}
.aviswidget .avis-circled .mobile .all_client_mobile {
  margin-top: 25px;
}
.aviswidget .avis-circled .mobile .all_client_mobile .owl-item {
  padding-left: 5px;
  padding-right: 5px;
}
.aviswidget .avis-circled .mobile .all_client_mobile .owl-item .rating_wrapper {
  text-align: center;
  font-weight: bold;
  height: 62px;
}
.aviswidget .avis-circled .mobile .all_client_mobile .owl-item .rating_wrapper span {
  font-size: 14px;
}
.aviswidget .avis-circled .mobile .all_client_mobile .owl-item img {
  border-radius: 20px;
  margin-top: 20px;
  width: 60%;
}
.aviswidget .avis-circled .mobile .all_client_mobile .owl-item blockquote {
  font-size: 14px;
  line-height: 20px;
}
.aviswidget .avis-circled .mobile .all_client_mobile .owl-item p span {
  font-weight: 900;
}
.aviswidget .avis-circled a {
  color: #3F3F3F;
  text-decoration: underline;
  margin-left: auto;
  margin-right: auto;
}
.aviswidget .avis-after-circled {
  margin-top: 10px;
  font-size: 20px;
}
.aviswidget .avis-after-circled p {
  font-weight: 900;
  margin-bottom: 0px;
  font-size: 15px;
}
.aviswidget .avis-after-circled img {
  width: 160px;
}

.socialez-carrousel-widget {
  margin: 30px auto;
  max-width: 95vw;
}

.evenement__banniere {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 15px;
}

.eventdescription {
  font-size: 15px;
  line-height: 15pt;
  text-align: center;
  color: #666464;
  margin: 0 20%;
}

.log-watcher__clear-button {
  margin: 15px 15px 5px;
  padding: 5 15px;
  font-size: 16px;
  font-weight: 600;
  background-color: red;
  color: white;
  border-radius: 7px;
  border: none;
}
.log-watcher__wrapper {
  border-bottom: 1px solid black;
  margin: 15px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.log-watcher__content {
  max-width: 96%;
}
.log-watcher__time, .log-watcher__trace {
  font-size: 16px;
  font-weight: 600;
}
.log-watcher__roll-button {
  font-size: 16px;
  cursor: pointer;
}

.hide {
  display: none !important;
}

/**                         

Classes .hidden-[size] / .show-[size] :

.hidden-[size] : L'élément est caché pour la taille spécifiée et toutes les tailles inférieures.
Exemple : .hidden-md : L'élément est caché jusqu'à 768px.

.show-[size] : L'élement est affiché jusqu'à la taille spécifiée. Au delà, l'élément est caché.
Exemple : .show-md : L'élement est affiché jusqu'à 767px, puis il est caché au-delà.

**/
@media only screen and (max-width: 320px) {
  .cart-wrapper .cart_item_cell.product-subtotal {
    bottom: -10px;
  }
  .cart-wrapper .cart_item_cell.product-quantity > div {
    bottom: 10px;
    left: 200px;
  }
  .cart-wrapper .cart_item {
    margin-bottom: 30px;
  }

  .sattelitepages_title--newsletter {
    font-size: 22px;
  }
}
@media only screen and (max-width: 379px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media only screen and (min-width: 380px) {
  .container {
    width: 340px;
    padding-right: 5px;
    padding-left: 5px;
  }

  #logomobile {
    padding-left: 15px;
  }

  .header .mobile-search {
    margin-bottom: 10px;
    border-radius: 20px;
    border: 0;
  }
  .header .mobile-search i {
    padding-left: 10px;
  }
  .header__shadow {
    height: 130px;
  }

  .espace-client .orderdetail_colis_line {
    flex-direction: row;
    align-items: center;
  }
  .espace-client .orderdetail_colis_line .detailblock {
    flex-grow: 1;
  }
  .espace-client .orderdetail_colis_line .orderdetail_colis_imglink {
    width: auto;
    margin-bottom: 0;
  }

  .tulipe__title-expand {
    padding: 0;
    margin: 0 -20px;
    font-size: 14px;
  }

  .trefle__grid {
    display: flex;
  }

  .violette__grid {
    display: flex;
  }

  .evenement__banniere {
    margin-top: 40px;
  }
}
@media (min-width: 450px) {
  .container {
    width: 400px;
  }

  .tulipe__title {
    padding: 5px 10px 0 10px;
    margin-bottom: initial;
  }
  .lys-product__image-wrapper, .lavande-product__image-wrapper {
    padding: 36px;
  }

  .bourrache figure.snip1321 figcaption {
    position: relative;
    margin-top: 15px;
  }
  .bourrache figure.snip1321 figcaption h4 {
    margin-top: 9px;
  }
}
/* @media (min-width: 600px) {
	@include widget.widget-min-600();
} */
@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .container {
    width: 440px;
    max-width: none;
  }

  .social_icons {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 20px 10px 10px 40px;
  }
  .social_icons a i {
    height: 34px;
    width: 34px;
    font-size: 17px;
    padding: 7px;
  }

  .product_left {
    margin-top: 30px;
  }

  .product_tab .panel-container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .titleexpand {
    vertical-align: middle;
    display: inline;
    margin-left: 10px;
  }

  .thumbnailcateg {
    height: 170px;
    width: 170px;
  }

  .promovignette {
    padding-bottom: 0px;
    text-align: center;
  }

  .logo {
    margin-top: 15px;
  }
  .logo a img {
    width: 200px;
    max-height: unset;
  }

  .header_area {
    padding-left: 41px;
    padding-right: 41px;
  }
  .header_area.header_area_panier {
    padding-bottom: 21px;
  }
  .header .mobile-search input {
    width: 85%;
  }

  .cart-wrapper {
    margin-top: 20px;
  }
  .cart-wrapper .shop_table {
    display: table;
    border: 1px #CCC solid;
  }
  .cart-wrapper .shop_table .cart_titles {
    display: table-row;
  }
  .cart-wrapper .shop_table, .cart-wrapper .cart_item_cell, .cart-wrapper .cart_item, .cart-wrapper .shop_table .cart_item {
    display: table;
    border: 1px #CCC solid;
  }
  .cart-wrapper .shop_table .cart_item {
    display: table-row;
  }
  .cart-wrapper .cart_item_cell.product-thumbnail, .cart-wrapper .cart_titles_cell.titleimgthumb {
    display: none;
  }
  .cart-wrapper .cart_item_cell {
    display: table-cell;
  }
  .cart-wrapper .cart_item_cell.remove-product {
    position: initial;
    padding: 11px 3px;
  }
  .cart-wrapper .cart_item_cell.product-name {
    overflow: initial;
    position: static;
    max-width: unset;
    padding: 11px;
  }
  .cart-wrapper .cart_item_cell.product-name > a {
    display: grid;
  }
  .cart-wrapper .cart_item_cell.product-name > a .product-ref {
    grid-row: 2;
  }
  .cart-wrapper .cart_item_cell.product-subtotal {
    display: table-cell;
    position: static;
    padding: 11px 5px;
  }
  .cart-wrapper .cart_item_cell.product-subtotal::before {
    content: "";
  }
  .cart-wrapper .cart_item_cell.product-quantity {
    padding: 11px;
  }
  .cart-wrapper .cart_item_cell.product-quantity::before {
    content: "";
  }
  .cart-wrapper .cart_item_cell.product-quantity .buttonModalQtyWrap {
    display: block;
    font-size: 16px;
    padding: 0;
    position: static;
    max-width: none;
    min-width: unset;
  }

  .total_table .total_table_row .title i {
    font-size: inherit;
  }

  .footer_area {
    padding-top: 51px;
  }

  .footer-argument {
    text-align: left;
  }
  .footer-links .footer-block {
    padding-left: 0;
  }

  .espace-client .orderdetail_colis_line .detailblock div.btnespaceclient {
    margin-left: 10px;
  }

  .error-404__section {
    width: 380px;
  }

  .marque__avis-tabs {
    display: grid;
    grid-template-columns: repeat(4, auto);
    align-items: center;
  }

  .product_tab .etabs .tab4.marque__avis-tab {
    display: block;
  }

  .show-xs {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }

  .payment-options__applied-coupon {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  .payment-options__applied-coupon #appliedcode {
    margin-right: 20px;
  }
  .payment-options__applied-discount {
    margin-left: 10px;
  }

  .marques__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .show-sm {
    display: none !important;
  }
}
@media (min-width: 650px) {
  .container {
    width: 610px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .message-alerte {
    padding: 10px;
  }

  .product_img {
    position: relative;
  }
  .product_img .taghorizontal.tag-vignette-orange {
    position: absolute;
    top: 10px;
    background: #D74C00;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
  }
  .product_img .taghorizontal.tag-vignette-gold {
    position: absolute;
    top: 10px;
    background: #16645F;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
  }
  .product_img .taghorizontal.tag-vignette-grey {
    position: absolute;
    top: 10px;
    background: #D74C00;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
  }
  .product_img .taghorizontal.tag-vignette-lightgrey {
    position: absolute;
    top: 10px;
    background: lightgray;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
  }
  .product_img .notag {
    visibility: hidden;
  }

  .social_icons .lblfavoris {
    display: inline;
  }

  .thumbnailcateg {
    height: 210px;
    width: 210px;
  }

  .promovignette {
    padding-bottom: 10px;
  }

  .prodlist.jd-list-style-2 .liprodline .vignetteinfos .product-price-tag {
    flex-direction: row;
  }

  .logo a img {
    height: 43px;
    width: auto;
  }

  .header .mobile-search i.fa-search {
    left: 25px;
  }
  .header .mobile-search i.icon-search {
    left: 25px;
  }

  .header-btns a i p {
    display: inline;
    font-weight: 500;
    font-size: 14px;
    padding-right: 5px;
  }

  .account-btn {
    display: flex;
    /* Use flex display for the container */
    align-items: center;
    /* Vertically align items */
    margin-top: 5px;
  }

  .btncompte {
    border: 2px solid #ccc;
    border-radius: 25px;
    padding: 10px;
  }

  .btncompte p {
    margin: 0;
  }

  .mobile-search i {
    padding-left: 0px;
  }

  .header-btns .cart-count {
    display: inline;
    background: #333 none repeat scroll 0 0;
    border: 2px solid white;
    border-radius: 99px;
    color: white;
    font-size: 13px;
    height: 25px;
    padding-top: 3px;
    position: absolute;
    right: -2px;
    top: 7px;
    width: 25px;
    line-height: 1;
  }

  .icon-shop {
    margin-left: 15px;
  }

  .cart-wrapper .cart_item_cell.product-thumbnail, .cart-wrapper .cart_titles_cell.titleimgthumb {
    display: table-cell;
    position: static;
  }
  .cart-wrapper .shop_table.cart .product-thumbnail.cvcv {
    padding: 11px;
  }

  .espace-client {
    margin-top: 50px;
  }
  .espace-client .delivery-time {
    float: right;
  }
  .espace-client .orderdetail_colis_line .orderdetail_colis_imglink {
    padding: 0 10px;
  }

  .espace-contact .contactchoice.contactprechoice {
    min-height: auto;
  }

  .tendanceStep1BlockS1 {
    padding-top: 20px;
  }

  .tendanceH1 {
    font-size: 26px;
  }

  .tendanceBoxesS1 {
    width: calc(50% - 8px);
    margin: 0 15px 25px 0;
  }

  .tendanceBoxesS1:nth-child(2n) {
    margin-right: 0px;
  }

  /*------------------- STEP1_PAGE_END -------------------*/
  /*------------------- STEP2_PAGE_START -------------------*/
  .tendanceTitle2S2 {
    font-size: 36px;
    line-height: 46px;
  }
  .tendanceTitle2S2 h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .tendanceBoxesMainS2 {
    padding: 0 0 20px 0;
  }

  .tendanceBoxesLeftS2 {
    width: 100%;
    float: none;
  }

  .tendanceBoxesRightS2 {
    float: none;
    width: 100%;
    padding-top: 25px;
  }

  .tendanceBoxesS2 {
    margin: 0 10px 40px 0;
    width: calc(33.33% - 9px);
  }

  .tendanceBoxesS2:nth-child(2n) {
    margin-right: 10px;
  }

  .tendanceBoxesTitleS1 h2 {
    font-size: 13px;
  }

  .tendanceBoxesSubtitleS1 {
    font-size: 13px;
  }

  .tendanceBoxesLinkS1 {
    font-size: 13px;
  }

  /*------------------- STEP2_PAGE_END -------------------*/
  /*---------STEP_4_START-----------*/
  .tendanceTitleImgS4 {
    margin: 25px auto 25px auto;
  }

  .tendanceH3 {
    font-size: 20px;
  }

  .tendanceGarageRightImgS4 {
    width: 100%;
  }

  .tendanceGarageLeftInfoS4 {
    width: 100%;
    padding: 20px 0 0 0;
    margin: 0px;
  }

  .tendanceGarageInfo2S4 .tendanceGarageRightImgS4 {
    width: 100%;
  }

  .tendanceGarageInfo2S4 .tendanceGarageLeftInfoS4 {
    width: 100%;
    margin: 0px;
  }

  .tendanceGarageLeftInfoS4 h4 {
    font-size: 18px;
  }

  .tendanceProdSliderS4 {
    padding-bottom: 30px;
  }

  .tendanceProdSlider {
    padding: 0 25px;
  }

  .tendanceProdSlider .owl-prev, .tendanceProdSlider .owl-next {
    margin: 0px;
  }

  .tendanceProdSlider .owl-prev {
    width: 22px;
    background-size: 100%;
    height: 38px;
  }

  .tendanceProdSlider .owl-next {
    width: 22px;
    background-size: 100%;
    height: 38px;
  }

  /*---------STEP_4_END-------------*/
  .conseils-breadcrumb {
    padding: 0 0 20px 0;
    justify-content: start;
    font-size: 12px;
  }

  .error-404__section {
    width: 500px;
  }
  .error-404__title {
    font-size: 26px;
  }
  .error-404__searchbar {
    width: 70%;
  }

  .hortensia__content-grid, .pavot__content-grid {
    display: block;
    overflow: hidden;
  }

  .anthurium__content-grid {
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
  }

  .hortensia__image-wrapper, .pavot__image-wrapper {
    margin: 0 0 10px 50px;
    max-width: 40%;
    float: right;
  }

  .chiendent__grid {
    column-gap: 0;
    row-gap: 10px;
  }
  .chiendent__image-wrapper {
    margin: 0 40px;
  }

  .jonquille__grid {
    column-gap: 0;
    row-gap: 10px;
  }
  .jonquille__image-wrapper {
    margin: 0 40px;
  }

  .trefle__grid .container {
    width: 450px;
  }

  .marguerite .iframe-flex {
    flex-direction: row;
    column-gap: 20px;
  }

  .evenement__banniere {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .main-content {
    margin-top: 30px;
  }

  .address ul li i {
    margin-bottom: 7px;
    margin-left: 40px;
  }

  .address img {
    margin-bottom: -6px;
  }

  .container {
    width: 750px;
  }

  .col-md-9.smallgutter {
    padding-right: 0px;
  }

  .col-md-3.smallgutter {
    padding-left: 8px;
  }

  #thumbgallery {
    overflow: auto;
    max-height: none;
    margin-bottom: 0;
  }
  #thumbgallery img.thumbfiche {
    max-width: 100%;
  }

  .social_icons {
    margin-top: 19px;
    margin-bottom: 15px;
    padding: 15px;
    padding-top: 20px;
    padding-left: 40px;
  }
  .social_icons a i {
    height: 34px;
    width: 34px;
    font-size: 17px;
    padding: 7px;
  }
  .social_icons a i.padd {
    margin-right: 0px;
  }
  .social_icons .lblfavoris {
    display: none;
  }

  .product_info .info .amount {
    font-size: 33px;
  }

  .product_in_lot {
    border-right: solid 1px #DDD;
  }

  .lot-symbols {
    display: none;
  }

  .product_lot_present {
    border-left: solid 1px #DDD;
  }

  .tab_collection_area .tab a {
    font-size: 30px;
    padding: 0 18px;
  }

  .titleexpand {
    font-size: 20px;
  }

  .tbl_caracs {
    line-height: 2em;
    display: table;
  }
  .tbl_caracs tr, .tbl_caracs_trth, .tbl_caracs_tr {
    display: table-row;
  }
  .tbl_caracs_trth {
    position: relative;
    height: 2.3em;
  }
  .tbl_caracs tr th, .tbl_caracs tr td, .tbl_caracs_th, .tbl_caracs_td {
    padding: 1px;
    border: 1px solid;
    border-color: #DDDDDD;
    text-align: left;
    display: table-cell;
  }
  .tbl_caracs tr th, .tbl_caracs_th {
    background-color: #ededed;
    padding-left: 8px;
  }
  .tbl_caracs_th {
    display: block;
    left: -1px;
    right: 0px;
    position: absolute;
    text-decoration: none;
  }
  .tbl_caracs, .tbl_caracs_trth, .tbl_caracs_tr, .tbl_caracs_th, .tbl_caracs_td {
    line-height: 2em;
    min-width: 180px;
  }
  .tbl_caracs tr td, .tbl_caracs_td {
    padding-left: 20px;
  }
  .tbl_caracs_tdlbl:after {
    content: none;
  }

  .fiche-options {
    display: flex;
    column-gap: 10px;
  }
  .fiche-options__list {
    display: flex;
  }
  .fiche-options__list-item {
    border-right: 1px solid #CCC;
    border-bottom: none;
  }
  .fiche-options__name-section {
    grid-template-columns: auto;
    grid-template-rows: auto 20px;
    row-gap: 10px;
  }
  .fiche-options__name-section input {
    grid-row: unset;
  }

  .short-width-slider .owl-buttons, .latest_blog .owl-buttons {
    right: 13px;
    top: -50px;
  }

  .all_client .owl-buttons {
    right: 13px;
    top: -20px;
  }

  .single_item {
    margin-top: 30px;
  }
  .single_item .info .old-price .amount {
    font-size: 16px;
  }

  .coll-info {
    position: absolute;
    top: 30%;
  }
  .coll-info .l3arianne {
    margin: 0 0 15px 15px;
  }

  div#decoNoel {
    top: -150px;
  }

  .promovignette {
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .promovignette img {
    max-height: 310px;
    width: auto;
    display: inline-block;
  }

  .prodlist .addtocart_area {
    display: block;
  }

  .l3optionalimg {
    min-height: 100px;
  }
  .l3optionalimg.look9 {
    margin-top: 0px;
    padding-top: 40px;
    margin-bottom: 0px;
  }
  .l3optionalimg .coll-info {
    top: unset;
  }

  .logo {
    margin-top: 10px;
  }

  .mobile-wrapper .mobile-menu-C1, .mobile-wrapper .mobile-menu-C2, .mobile-wrapper .mobile-menu-C3 {
    width: 50vw;
  }

  .header-promot {
    font-size: 15px;
  }
  .header .mobile-search input {
    width: 90%;
  }
  .header .main-menu .jd-logo img {
    height: 33px;
  }
  .header__shadow {
    height: 220px;
  }

  .footer-news {
    border-radius: 25px;
    border-right: none;
  }
  .footer-news label {
    font-size: 14px;
  }
  .footer-news .newsinstxt {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .footer-news #emailNewsLetter {
    width: 50%;
  }
  .footer-news .btn-newsletter {
    width: 350px;
    height: 20px;
    font-size: 10px;
  }
  .footer-news i {
    margin-bottom: 15px;
  }
  .footer-news img {
    margin: 0px;
  }
  .footer-news .txt-c {
    padding-right: 0px;
  }
  .footer-argument > div {
    margin-top: 0;
  }
  .footer-links .footer-block {
    margin-bottom: 0;
  }
  .footer-social .footerpayline {
    grid-template-columns: 1fr 1fr;
    row-gap: 0px;
  }
  .footer-social .footerpayline .french_e-merchant {
    grid-column: 2;
    justify-self: end;
  }

  .copy_right_area, .footer-copyrights {
    line-height: 20px;
  }
  .copy_right_area .copy_text, .footer-copyrights .copy_text {
    text-align: left;
  }

  .espace-contact {
    margin-top: 35px;
  }
  .espace-contact .sattelitepages_title {
    font-size: 24px;
  }

  .delivery-pack__transporters-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }

  .transporter.isPR {
    grid-row: 1/3;
    display: flex;
    flex-direction: column;
  }
  .transporter__PR-section {
    margin-top: auto;
  }

  .selected-PR__label {
    text-align: center;
  }

  .PR-modal__search, .delivery-options__search {
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 10px;
    margin: 10px;
  }
  .PR-modal__search-button, .delivery-options__search-button {
    margin: 0;
  }

  #addresses__form {
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }

  .addresses__section.delivery {
    grid-column: 2;
  }

  /*------------------- STEP1_PAGE_START -------------------*/
  .tendanceBoxesS1 {
    margin-right: 8px;
    margin-bottom: 30px;
    width: calc(25% - 8px);
  }

  .tendanceBoxesS1:nth-child(2n) {
    margin-right: 8px;
  }

  /*------------------- STEP1_PAGE_END -------------------*/
  /*------------------- STEP2_PAGE_START -------------------*/
  .tendanceBoxesMainS2 {
    padding: 0 0 20px 0;
  }

  .tendanceBoxesLeftS2 {
    width: 100%;
    float: none;
  }

  .tendanceBoxesRightS2 {
    float: none;
    width: 100%;
    padding-top: 25px;
  }

  .tendanceBoxesS2 {
    margin: 0 10px 40px 0;
    width: calc(33.33% - 9px);
  }

  .tendanceBoxesS2:nth-child(2n) {
    margin-right: 10px;
  }

  /*------------------- STEP2_PAGE_END -------------------*/
  /*---------STEP_4_START-----------*/
  .tendanceTitleImgS4 {
    margin: 25px auto 25px auto;
  }

  .tendanceH3 {
    font-size: 20px;
  }

  .tendanceGarageLeftInfoS4 {
    padding-top: 0px;
  }

  .tendanceGarageLeftInfoS4 h4 {
    font-size: 18px;
  }

  .tendanceProdSliderS4 {
    padding-bottom: 30px;
  }

  .tendanceProdSlider {
    padding: 0 25px;
  }

  .tendanceProdSlider .owl-prev, .tendanceProdSlider .owl-next {
    margin: 0px;
  }

  .tendanceProdSlider .owl-prev {
    width: 22px;
    background-size: 100%;
    height: 38px;
  }

  .tendanceProdSlider .owl-next {
    width: 22px;
    background-size: 100%;
    height: 38px;
  }

  /*---------STEP_4_END-------------*/
  .conseils-breadcrumb i {
    margin: 0 5px;
  }
  .conseils-breadcrumb__label, .conseils-breadcrumb__label--home, .conseils-breadcrumb__label--section, .conseils-breadcrumb__label--theme, .conseils-breadcrumb__label--sujet {
    font-size: 16px;
  }
  .error-404__background {
    min-height: 300px;
  }

  .widget-flower {
    font-family: "Montserrat Light", "Helvetica", "Montserrat";
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .widget-flower h2.widget__title, .widget-flower div.widget__title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat Light", "Helvetica", "Montserrat";
  }

  .homepage-widget__left-row .widget__wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .homepage-widget__right-row {
    margin-top: 10px;
    margin-bottom: 10px;
    flex-direction: column;
    row-gap: 8px;
  }

  .tulipe__background {
    display: block;
    max-height: 150px;
    overflow-y: hidden;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
  }
  .tulipe__headline {
    margin: 0 15%;
  }
  .tulipe__title {
    padding: 15px 10px 10px 10px;
  }
  .tulipe__title-expand {
    font-size: 15px;
  }

  .widget-flower h2.widget__title, .widget-flower div.widget__title {
    font-size: 25px;
  }
  .widget-flower .widget__content h2 {
    font-size: 25px;
  }

  .hortensia__content, .anthurium__content {
    margin-top: 10px;
  }
  .hortensia__content h2, .anthurium__content h2 {
    font-size: 25px;
    line-height: 36px;
    margin: 30px 0 15px;
  }

  .lila__top-left-corner {
    display: block;
    width: 150px;
    height: 150px;
    border-top: 10px solid;
    border-left: 10px solid;
    position: absolute;
    top: -10px;
    left: -10px;
  }
  .lila__bottom-right-corner {
    display: block;
    width: 150px;
    height: 150px;
    border-bottom: 10px solid;
    border-right: 10px solid;
    position: absolute;
    right: -20px;
    bottom: -20px;
  }
  .lila__grid {
    grid-template-columns: 2fr 3fr;
  }
  .lila__gallery-wrapper {
    width: 50%;
    margin: 20px 0 0 20px;
    column-gap: 20px;
    grid-column: 1/3;
    grid-row: 1;
  }
  .lila__background-image-wrapper {
    grid-column: 2;
    grid-row: 1;
  }
  .lila__image-wrapper--first img, .lila__image-wrapper--second img {
    height: 70%;
  }
  .lila__paragraph {
    grid-row: 2;
    grid-column: 1/3;
    margin: 10px;
  }
  .lila__text {
    font-size: 16px;
    line-height: 24px;
  }
  .lila__link-wrapper a {
    font-size: 16px;
  }

  .oeillet__left {
    float: left;
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .oeillet__right .oeillet__image-wrapper img {
    width: 48%;
  }
  .oeillet__right .oeillet__title {
    text-align: right;
  }
  .oeillet__right .oeillet__text {
    text-align: right;
  }

  .petunia__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .bourrache__grid {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
  }

  .begonia .grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }

  .aviswidget .container {
    text-align: center;
  }
  .aviswidget .container .row {
    background-color: #F8F7F8;
    margin-left: auto;
    margin-right: auto;
  }
  .aviswidget .container .row .avis__h2_deskop {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
  }
  .aviswidget .container .row .avis__h2_deskop h2 {
    margin-left: 15px;
    padding-left: 5px;
    font-size: 15px;
  }
  .aviswidget .container .row .avis__h2_mobil {
    display: none;
  }
  .aviswidget .container .row .avis-circled .deskop {
    margin-top: 7px;
    display: block;
  }
  .aviswidget .container .row .avis-circled .deskop .all_client_deskop {
    display: block;
  }
  .aviswidget .container .row .avis-circled .deskop .all_client_deskop .owl-wrapper-outer {
    background: white;
    padding: 10px;
  }
  .aviswidget .container .row .avis-circled .deskop .all_client_deskop .owl-wrapper-outer .owl-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .aviswidget .container .row .avis-circled .deskop .all_client_deskop .owl-wrapper-outer .owl-item .rating_wrapper {
    display: flex;
    background-color: white;
    border: radius 20px;
    padding: 10px;
  }
  .aviswidget .container .row .avis-circled .deskop .all_client_deskop .owl-wrapper-outer .owl-item .rating_wrapper .avis_image {
    width: 50%;
  }
  .aviswidget .container .row .avis-circled .deskop .all_client_deskop .owl-wrapper-outer .owl-item .rating_wrapper .avis_image img {
    height: 270px;
  }
  .aviswidget .container .row .avis-circled .deskop .all_client_deskop .owl-wrapper-outer .owl-item .rating_wrapper .avis_text {
    width: 50%;
    text-align: left;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    margin-left: 5px;
  }
  .aviswidget .container .row .avis-circled .deskop .all_client_deskop .owl-wrapper-outer .owl-item .rating_wrapper .avis_text p {
    padding-left: 20px;
    /* .star{
        width: 15px 
    }  */
  }
  .aviswidget .container .row .avis-circled .deskop .all_client_deskop .owl-wrapper-outer .owl-item .rating_wrapper .avis_text .nomproduit, .aviswidget .container .row .avis-circled .deskop .all_client_deskop .owl-wrapper-outer .owl-item .rating_wrapper .avis_text .etoile {
    height: 15%;
  }
  .aviswidget .container .row .avis-circled .deskop .all_client_deskop .owl-wrapper-outer .owl-item .rating_wrapper .avis_text blockquote {
    line-height: 1;
    font-size: 15px;
    height: 50%;
    padding-left: 20px;
  }
  .aviswidget .container .row .avis-circled .deskop .all_client_deskop .owl-wrapper-outer .owl-item .rating_wrapper .avis_text .link {
    display: flex;
    justify-content: flex-end;
    /* Aligner en bas */
    align-items: flex-end;
    /* Aligner à droite */
    height: 30%;
    /* Ajoutez une couleur de fond pour le conteneur (optionnel) */
  }
  .aviswidget .container .row .avis-circled .mobile {
    display: none;
  }
  .aviswidget .container .row .avis-after-circled {
    margin-top: auto;
    margin-bottom: 5px;
    font-size: 30px;
  }

  .evenement__banniere {
    margin-top: 0px;
  }

  .show-md {
    display: none !important;
  }

  .header__shadow {
    height: 220px;
  }
}
@media (max-width: 991px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .address ul li i {
    margin-bottom: unset;
    margin-left: unset;
  }

  .container {
    width: 970px;
  }

  .modal-lg {
    max-width: 800px;
  }

  .col-lg-9.smallgutter {
    padding-right: 0px;
  }

  .col-lg-3.smallgutter {
    padding-left: 8px;
  }

  .social_icons .lblfavoris {
    display: inline;
  }

  .thumbnailcateg {
    height: 180px;
    width: 180px;
  }

  .promovignette {
    padding-bottom: 115px;
  }

  .easysortopts .easyslideadvice {
    width: 100%;
    margin-top: 10px;
    flex-wrap: wrap;
  }

  .filters__mobile-wrapper {
    display: none;
  }

  .filterpart {
    display: block;
  }

  .cart-wrapper .shop_table .product-thumbnail img {
    padding: 0 30px 0 10px;
  }

  .footer-news {
    border-radius: 25px;
    border-right: none;
  }
  .footer-news label {
    padding-top: 0px;
    font-size: 20px;
    margin-top: 10px;
  }
  .footer-news .newsinstxt {
    font-size: 18px;
    line-height: 0.6;
    margin-top: 20px;
  }
  .footer-news #emailNewsLetter {
    margin-top: 20px;
    width: 50%;
    font-size: 16px;
    padding-bottom: 5px;
  }
  .footer-news .btn-newsletter {
    height: 30px;
    width: 350px;
    margin-top: 25px;
    font-size: 17px;
    padding-bottom: 5px;
  }
  .footer-news i {
    margin-bottom: 15px;
  }
  .footer-news img {
    margin: 0px;
  }
  .footer-news .txt-c {
    padding-right: 0px;
  }
  .footer-social .footerpayline {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-social .footerpayline .payimg {
    grid-column: 3;
  }
  .footer-social .footerpayline .french_e-merchant {
    grid-row: 1;
    justify-self: center;
  }
  .footer-copyrights .copy_menu {
    flex-direction: row;
  }
  .footer-copyrights .copy_menu img {
    margin: 8px 20px;
  }
  .footer-copyrights .copy_menu a {
    margin: 8px;
  }

  .copy_right_area .copy_menu {
    flex-direction: row;
  }
  .copy_right_area .copy_menu img {
    margin: 8px 20px;
  }
  .copy_right_area .copy_menu a {
    margin: 8px;
  }

  .single_item .inner .inner-text {
    padding-top: 12px;
  }

  .delivery-pack__section {
    margin-left: auto;
    margin-right: auto;
    height: min-content;
  }

  .delivery-options {
    display: grid;
    column-gap: 10px;
  }
  .delivery-options--classic {
    grid-template-columns: 1fr 1fr;
  }
  .delivery-options--PR {
    grid-template-columns: 2fr 1fr;
  }
  .delivery-options__submit-wrapper {
    grid-column: 2;
  }
  .delivery-options__packages {
    grid-column: 1/3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
  .delivery-options__submit-section--classic {
    grid-row: 2;
    grid-column: 2;
  }

  .wishlist .jd-list-style-2 li .product-price-tag {
    width: 300px;
  }
  .wishlist .jd-list-style-2 li .product-review {
    width: 300px;
  }
  .wishlist .liprodline .vignetteleft {
    margin: 30px 0;
  }

  .marques__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .cookie-banner-container .cookie-banner .cookie-desc-and-button {
    margin: 10px;
    width: auto;
  }

  .form-cookie-desc-and-button {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .cookie-banner-container {
    flex-direction: row;
  }

  /*------------------- STEP2_PAGE_START -------------------*/
  .tendanceBoxesLeftS2 {
    width: 400px;
  }

  .tendanceBoxesRightS2 {
    width: calc(100% - 420px);
  }

  .tendanceTitleS2 {
    padding-bottom: 15px;
  }

  .tendanceTitle2S2 {
    font-size: 28px;
  }

  .tendanceTitle2S2 h2 {
    font-size: 28px;
  }

  .tendanceBoxesS2 {
    margin-bottom: 0px;
  }

  /*------------------- STEP2_PAGE_END -------------------*/
  /*---------STEP_4_START-----------*/
  .tendanceTitleImgS4 {
    margin: 25px auto 25px auto;
  }

  .tendanceH3 {
    font-size: 20px;
  }

  .tendanceGarageLeftInfoS4 {
    padding-top: 0px;
  }

  .tendanceGarageLeftInfoS4 h4 {
    font-size: 18px;
  }

  .tendanceProdSliderS4 {
    padding-bottom: 30px;
  }

  .tendanceProdSlider {
    padding: 0 25px;
  }

  .tendanceProdSlider .owl-prev, .tendanceProdSlider .owl-next {
    margin: 0px;
  }

  .tendanceProdSlider .owl-prev {
    width: 22px;
    background-size: 100%;
    height: 38px;
  }

  .tendanceProdSlider .owl-next {
    width: 22px;
    background-size: 100%;
    height: 38px;
  }

  /*---------STEP_4_END-------------*/
  .error-404__background {
    min-height: 400px;
  }
  .error-404__section {
    width: 500px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .widget-flower {
    font-family: "Montserrat Light", "Helvetica", "Montserrat";
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .widget-flower h2.widget__title, .widget-flower div.widget__title {
    font-size: 25px;
    font-weight: 600;
    font-family: "Montserrat Light", "Helvetica", "Montserrat";
  }

  .bourrache5, .bourrache4, .bourrache3, .bourrache2 {
    display: flex;
    flex-direction: row;
    scroll-snap-type: none;
    overflow-x: unset;
    scroll-behavior: unset;
  }
  .bourrache5 .item, .bourrache4 .item, .bourrache3 .item, .bourrache2 .item {
    flex: 1 1 auto;
  }

  /*  .basilicimage{ 


       .basilicimage-product__product-name{
           font-size: 16px; 
           margin-left: 5px;
       }
       .basilicimage-product__product-price{

           margin-left: 5px;
       }
       &__products {

           .owl-item{
               margin-right: 20px;
           }


       }




       &__encart{ 
           margin-left: 25px;
           margin-right: 25px;
           display: flex;
           .basilicimage__carousel{
               width: 83%;  
           }
       } 
       &__image{
           display: block;
           width: 290px;
           margin-top: 5px;
       } 
       &__image:hover{
           text-decoration: none;
           a:hover{
               text-decoration: none;
           }
       }
       h2{
           a{
               background-color: p.$orangemenu;
           }
       }
       &__title{
           text-decoration: none;
           display: block;
           height: 60px;
           background-color: #3F3F3F;
           margin-bottom: 0px;
           text-align: center;
           font-family: Helvetica;
           color:#fff; 
       }


       &__titleexpand{
           display: none;
       }
       &__carousel{
           .basilic-product__image-wrapper{
               img{
                   height: 195px;
               }
           }
       }

   }  */
  .basilicimage:hover .owl-next {
    display: block;
    position: absolute;
    top: calc(50% - 25px);
    right: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3f3f3f;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    margin: 0;
    padding: 0;
    padding-top: 13px;
    color: white;
  }

  .tulipe__headline {
    margin: 0 20%;
  }
  .tulipe__title {
    padding: 15px 30px 10px;
  }
  .tulipe__title-expand {
    padding: 0 50px;
  }

  .violette__grid {
    flex-direction: row;
  }
  .violette__grid .container img {
    height: 500px;
  }

  .trefle__grid {
    column-gap: 20px;
    flex-direction: row;
  }

  .lila__background-image-wrapper {
    grid-row: 1/3;
    display: flex;
    justify-content: end;
  }
  .lila__image-wrapper--first img, .lila__image-wrapper--second img {
    height: 100%;
  }
  .lila__paragraph {
    grid-column: auto;
  }

  .chiendent__grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto 75px;
  }
  .chiendent__title {
    grid-column: 1/4;
  }
  .chiendent__text {
    grid-row: auto;
    grid-column: auto;
    font-size: 20px;
  }
  .chiendent__image-wrapper {
    grid-row: 2/4;
    height: 300px;
  }
  .chiendent__image-wrapper--right {
    grid-column: 3;
  }
  .chiendent__link-wrapper {
    grid-row: 3;
    grid-column: 2;
    width: 295px;
    margin-top: 0;
  }
  .chiendent__link-wrapper a {
    font-size: 18px;
  }
  .chiendent__image-link-label {
    padding: 5px;
    font-size: 14px;
  }

  .jonquille__grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto 75px;
    margin-left: 20px;
  }
  .jonquille__title {
    grid-column: 1;
    text-align: left;
  }
  .jonquille__text {
    grid-row: 2;
    grid-column: 1;
    font-size: 20px;
    text-align: left;
    align-self: center;
    margin-top: 20px;
  }
  .jonquille__image-wrapper {
    grid-row: 1/4;
    height: 300px;
  }
  .jonquille__image-wrapper--left {
    grid-column: 2;
  }
  .jonquille__image-wrapper--right {
    grid-column: 3;
  }
  .jonquille__link-wrapper {
    grid-row: 3;
    grid-column: 1;
    width: 295px;
    margin-top: 0;
  }
  .jonquille__link-wrapper a {
    font-size: 18px;
  }
  .jonquille__image-link-label {
    padding: 5px;
    font-size: 14px;
  }

  .lys__products {
    padding: 0 50px;
  }
  .lys-product {
    width: 90%;
    min-height: 300px;
  }
  .lys-product__image-wrapper {
    position: initial;
    padding: 50px 50px 10px 50px;
  }
  .lys-product__product-name {
    margin: 0 50px;
    font-size: 14px;
    min-height: 32px;
  }
  .lys-product__product-brand {
    font-size: 12px;
  }
  .lys-product__product-price {
    font-size: 16px;
  }
  .lys .owl-prev, .lys .owl-next {
    font-size: 36px;
    width: 50px;
    height: 36px;
  }
  .lys .owl-prev {
    left: 0;
  }

  .roseimage .rosereverseimage__title {
    font-size: 15px !important;
    color: #666464 !important;
  }

  .roseimage:hover .owl-next {
    display: block;
    position: absolute;
    top: calc(50% - 35px);
    right: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3f3f3f;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    margin: 0;
    padding: 0;
    padding-top: 0px;
    padding-top: 13px;
    color: white;
  }

  .lavande__products {
    padding: 0 50px;
  }
  .lavande-product {
    width: 90%;
  }
  .lavande-product__image-wrapper {
    position: initial;
  }
  .lavande .owl-prev, .lavande .owl-next {
    font-size: 36px;
    width: 50px;
    height: 36px;
  }
  .lavande .owl-prev {
    left: 0;
  }

  .oeillet .image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 13px;
    background-color: #F8F7F8;
    color: black;
    font-size: 15px;
    box-sizing: border-box;
    text-align: left;
    font-style: italic;
  }

  .hibiscus__encart {
    display: flex;
  }
  .hibiscus__encart .hibiscus__image1 {
    display: block;
    width: 45%;
  }
  .hibiscus__encart .hibiscus__image1 img {
    height: 350px;
  }
  .hibiscus__encart .hibiscus__image1 img:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 0.8;
  }
  .hibiscus__encart .hibiscus__image2 {
    display: block;
    width: 35%;
  }
  .hibiscus__encart .hibiscus__image2 img {
    height: 350px;
    width: 100%;
    padding-right: 5px;
  }
  .hibiscus__encart .hibiscus__image2 img:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 0.8;
  }
  .hibiscus__encart .hibiscus__carousel {
    width: 20%;
  }

  .petunia__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .aviswidget .container {
    text-align: center;
    margin-left: 0px;
  }
  .aviswidget .container .row {
    background-color: #F8F7F8;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
  }
  .aviswidget .container .row .avis__h2_deskop h2 {
    font-weight: 900;
    border-left: solid 2px black !important;
    font-size: 35px;
  }
  .aviswidget .avis-circled .deskop .all_client_deskop .rating_wrapper .avis_image img {
    height: 350px !important;
  }
  .aviswidget .avis-circled .deskop .all_client_deskop .rating_wrapper .avis_text p {
    padding-left: 5px !important;
    font-weight: 900;
  }
  .aviswidget .avis-circled .deskop .all_client_deskop .rating_wrapper .avis_text blockquote {
    padding-left: 5px !important;
    font-size: 20px;
  }
  .aviswidget .avis-circled .deskop .all_client_deskop .rating_wrapper .avis_text .link {
    font-weight: 900;
  }
  .aviswidget .avis-circled .deskop .all_client_deskop .rating_wrapper .avis_text .link a {
    margin-right: 5px;
  }

  .show-lg {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1199px) {
  .hidden-cat-xs {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .col-lg-3.smallgutter {
    padding-left: 14px;
  }

  .single_mini_product img {
    float: left;
  }

  .row:has(.filterv2) {
    border: none;
  }

  .thumbnailcateg {
    height: 230px;
    width: 230px;
  }

  div#decoNoel {
    top: -100px;
  }

  .promovignette {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .row.category-menu .jardinpart, .row.category-menu .decopart {
    width: 45%;
    display: flex;
    flex-direction: column;
  }
  .row.category-menu .jardinpart div, .row.category-menu .decopart div {
    padding-left: 0px;
    margin-right: 0px !important;
    font-size: 11px !important;
  }
  .row.category-menu .jardinpart .titlepart, .row.category-menu .decopart .titlepart {
    height: 20px;
    font-weight: 700;
    padding-bottom: 27px;
  }
  .row.category-menu .jardinpart .menus, .row.category-menu .decopart .menus {
    height: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .row.category-menu .jardinpart .menus .menu-c1 .mainmenu-c1:hover, .row.category-menu .jardinpart .menus .menu-spe .mainmenu-spe:hover, .row.category-menu .decopart .menus .menu-c1 .mainmenu-c1:hover, .row.category-menu .decopart .menus .menu-spe .mainmenu-spe:hover {
    text-decoration: none;
  }
  .row.category-menu .jardinpart .menus .menu-c1 .mainmenu-c1:hover:after, .row.category-menu .jardinpart .menus .menu-spe .mainmenu-spe:hover:after, .row.category-menu .decopart .menus .menu-c1 .mainmenu-c1:hover:after, .row.category-menu .decopart .menus .menu-spe .mainmenu-spe:hover:after {
    transform: scaleX(1);
  }
  .row.category-menu .jardinpart .menus .menu-c1 .mainmenu-c1:after, .row.category-menu .jardinpart .menus .menu-spe .mainmenu-spe:after, .row.category-menu .decopart .menus .menu-c1 .mainmenu-c1:after, .row.category-menu .decopart .menus .menu-spe .mainmenu-spe:after {
    display: block;
    content: "";
    position: relative;
    border-bottom: solid 1px #EE3287;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
  }
  .row.category-menu .jardinpart .menus .menu-c1 .mainmenu-c1, .row.category-menu .decopart .menus .menu-c1 .mainmenu-c1 {
    margin-top: 10px;
    display: inline-block;
  }
  .row.category-menu .jardinpart .menus .menu-c1 .mainmenu-c1:after, .row.category-menu .decopart .menus .menu-c1 .mainmenu-c1:after {
    margin-top: 16px;
  }
  .row.category-menu .menu-spe .mainmenu-spe {
    color: black;
  }
  .row.category-menu .menu-spe .mainmenu-spe:after {
    margin-top: 13px;
  }
  .row.category-menu .menu-spe .mainmenu-spe span {
    color: #D74C00;
  }
  .row.category-menu .menu-spe .mainmenu-spe__end {
    text-align: right;
    font-size: 12px !important;
    line-height: 1.1;
  }
  .row.category-menu .menu-spe .mainmenu-spe-start {
    margin-left: auto;
    margin-right: auto;
  }
  .row.category-menu .menu-spe .mainmenu-spe-start img {
    height: 45px;
  }

  .header .main-menu {
    padding: 20px 0 20px;
  }
  .header .main-menu .foldable-logo {
    font-size: 32px;
    display: flex;
    align-items: center;
  }
  .header .main-menu .foldable-logo i {
    display: none;
    cursor: pointer;
  }
  .header .main-menu .foldable-logo i.fa-menu {
    transform: rotate(0.25turn);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    opacity: 0;
    width: 0px;
    color: #A5A3A4;
  }
  .header .main-menu .foldable-logo i.fa-cancel {
    transform: translateY(-2px);
    transition-property: opacity, width;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    transition-delay: 0s;
  }
  .header .main-menu .foldable-logo .jd-logo .jd-logo-wrapper img {
    height: 43px;
  }
  .header .main-menu .foldable-logo .jd-logo .jd-logo-wrapper .folded {
    transition: padding-left 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  }
  .header .main-menu .foldable-logo .jd-logo .jd-logo-wrapper .unfolded {
    transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  }
  .header .mobile-search {
    margin-bottom: 0;
  }
  .header .mobile-search input,
.header .mobile-search input:active,
.header .mobile-search input:focus,
.header .mobile-search input:hover {
    margin-top: 0;
    width: 85%;
  }
  .header .mobile-search i.fa-search {
    top: 8px;
  }
  .header .mobile-search i.icon-search {
    top: 8px;
  }

  .header_area_panier {
    margin-top: 17px;
  }

  .single_item .inner {
    height: 62px;
    width: 62px;
    top: 20px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .single_item .inner .inner-text {
    min-height: 34px;
    font-size: 12px;
    padding-top: 20px;
    font-weight: bold;
  }

  .background-form-connection {
    flex-direction: row;
  }

  .delivery-form > p {
    font-size: 16px;
  }
  .delivery-form.connexion {
    margin: 4% 1%;
    padding: 2% 6%;
  }

  .wishlist {
    display: grid;
    grid-template-columns: 300px 300px auto;
    column-gap: 20px;
  }
  .wishlist #prodlist {
    grid-row: 2;
    grid-column: 1/4;
  }

  .delivery-options__submit-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row: 2;
  }

  .product_info_fiche_prod .options__link {
    width: 80%;
    padding: 5px;
  }

  .tendanceStep1BlockS1 {
    padding-top: 30px;
  }
  .tendanceH1 {
    padding-bottom: 20px;
    font-size: 30px;
  }
  .tendanceTitleS1 p {
    padding-bottom: 20px;
  }
  .tendanceSearchS1 {
    padding: 0 15px 35px 15px;
  }
  .tendanceBoxesS1 {
    width: calc(25% - 12px);
    margin-right: 15px;
    margin-bottom: 45px;
  }
  .tendanceBoxesMainS2 {
    padding: 15px 0 35px 0;
  }
  .tendanceBoxesLeftS2 {
    float: left;
    width: 500px;
  }
  .tendanceBoxesLeftImgInfoCellS2 {
    padding: 0 50px;
  }
  .tendanceBoxesRightS2 {
    float: right;
    width: calc(100% - 525px);
  }
  .tendanceTitleImgS4 {
    margin: 35px auto 35px auto;
  }
  .tendanceH3 {
    font-size: 30px;
  }
  .tendanceGarageRightImgS4 {
    width: 330px;
  }
  .tendanceGarageLeftInfoS4 {
    width: calc( 100% - 345px );
  }
  .tendanceGarageInfo2S4 .tendanceGarageRightImgS4 {
    width: 295px;
  }
  .tendanceGarageInfo2S4 .tendanceGarageLeftInfoS4 {
    width: calc( 100% - 315px );
    margin: 0 20px 0 0;
  }
  .tendanceGarageLeftInfoS4 h4 {
    font-size: 20px;
  }
  .tendanceProdSliderS4 {
    padding-bottom: 60px;
  }
  .tendanceProdSlider {
    padding: 0 55px;
  }
  .tendanceProdSlider .owl-prev {
    width: 32px;
    height: 51px;
  }
  .tendanceProdSlider .owl-next {
    width: 32px;
    height: 51px;
  }

  .JDClass__homepage.paquerette {
    display: flex;
  }
  .JDClass__jardin.chardon, .JDClass__deco.chardon {
    display: unset;
  }

  .homepage-widget__right-row {
    row-gap: 14px;
  }

  .roseimage .rosereverseimage__title {
    font-size: 15px !important;
    color: #666464 !important;
  }
  .roseimage .owl-next {
    top: 80px;
  }

  .basilicimage:hover .owl-next {
    display: block;
    position: absolute;
    top: calc(50% - 25px);
    right: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3f3f3f;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    margin: 0;
    padding: 0;
    padding-top: 13px;
    color: white;
  }

  .tulipe__headline {
    min-height: 150px;
  }

  .lila__text {
    font-size: 20px;
    line-height: 30px;
  }
  .lila__link-wrapper {
    padding: 0 35px 10px 30px;
  }
  .lila__link-wrapper a {
    font-size: 20px;
  }
  .lila__link-wrapper svg {
    width: auto;
    left: 0;
  }

  .chiendent__title {
    font-size: 36px;
  }
  .chiendent__image-wrapper {
    height: 450px;
    margin: 0 60px;
    max-width: 300px;
  }
  .chiendent__grid {
    grid-template-rows: auto auto auto;
    column-gap: 40px;
  }
  .chiendent__link-wrapper {
    margin: auto;
    padding: 0 35px 10px 30px;
  }
  .chiendent__link-wrapper a {
    font-size: 20px;
  }
  .chiendent__image-link-label {
    font-size: 20px;
  }

  .jonquille__title {
    font-size: 36px;
  }
  .jonquille__image-wrapper {
    height: 450px;
    margin: 0 40px;
    max-width: 300px;
    justify-self: center;
    width: 100%;
  }
  .jonquille__grid {
    grid-template-rows: auto 1fr auto;
    column-gap: 40px;
    margin-left: 30px;
  }
  .jonquille__link-wrapper {
    margin: auto;
    padding: 0 35px 10px 30px;
  }
  .jonquille__link-wrapper a {
    font-size: 20px;
  }
  .jonquille__image-link-label {
    font-size: 20px;
  }

  .lys-product__image-wrapper, .lavande-product__image-wrapper {
    width: 180px;
    margin: auto;
    padding: 50px 0 10px 0;
  }
  .lys-product__product-name, .lavande-product__product-name {
    margin: 0 75px;
    font-size: 16px;
    line-height: 18px;
    min-height: 40px;
  }
  .lys-product__product-price, .lavande-product__product-price {
    font-size: 18px;
  }

  .trefle__grid {
    margin: 0 100px;
  }

  .anthurium__img-link-wrapper {
    width: 100%;
  }
  .anthurium .image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 13px;
    background-color: #F8F7F8;
    color: black;
    font-size: 15px;
    box-sizing: border-box;
    text-align: left;
    font-style: italic;
  }

  .avis .container {
    text-align: center;
  }
  .avis .container .row {
    background-color: #F8F7F8;
    margin-left: auto;
    margin-right: auto;
  }
  .avis .container .row .avis__h2_deskop h2 {
    font-weight: 900;
    border-left: solid 2px black !important;
    font-size: 42px !important;
  }

  .cookiebanmini {
    bottom: 230px;
  }

  .show-xl {
    display: none !important;
  }
}
@media (max-width: 1399px) {
  .hidden-xxl {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1270px;
  }

  .footer-news {
    border-radius: 25px;
    border-right: none;
  }
  .footer-news label {
    padding-top: 0px;
    font-size: 25px;
  }
  .footer-news .newsinstxt {
    font-size: 22px;
    line-height: 0.6;
    margin-top: 20px;
  }
  .footer-news #emailNewsLetter {
    margin-top: 40px;
    width: 50%;
    font-size: 16px;
    padding-bottom: 5px;
  }
  .footer-news .btn-newsletter {
    height: 40px;
    width: 350px;
    margin-top: 25px;
    font-size: 20px;
    padding-bottom: 5px;
  }
  .footer-news i {
    margin-bottom: 15px;
  }
  .footer-news img {
    margin: 0px;
  }
  .footer-news .txt-c {
    padding-right: 0px;
  }

  .show-xxl {
    display: none !important;
  }

  .basilicimage.widget-flower.JDClass__promo h2 {
    background-color: #D74C00;
    padding: 10px 0;
  }

  .basilicimage.widget-flower.JDClass__news h2 {
    padding: 10px 0;
  }

  .basilicimage__encart {
    margin-left: 25px;
    margin-right: 25px;
    display: flex;
  }
  .basilicimage__encart .basilicimage__carousel {
    width: 83%;
  }
  .basilicimage__image {
    display: block;
    margin-top: 5px;
  }
  .basilicimage__image:hover {
    text-decoration: none;
  }
  .basilicimage__image:hover a:hover {
    text-decoration: none;
  }
  .basilicimage h2 a {
    background-color: #D74C00;
  }
  .basilicimage__title {
    text-decoration: none;
    display: block;
    height: 60px;
    background-color: #3F3F3F;
    margin-bottom: 0px;
    text-align: center;
    font-family: Helvetica;
    color: #fff;
    font-size: 25px !important;
  }
  .basilicimage__titleexpand {
    display: none;
  }
  .basilicimage__carousel .basilic-product__image-wrapper img {
    height: 280px;
  }

  .basilicimage__encart {
    display: flex;
  }
  .basilicimage__encart .basilicimage__image {
    display: block;
  }
  .basilicimage__encart .basilicimage__image img {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .basilicimage__encart .basilicimage__carousel {
    width: 83%;
  }
  .basilicimage__encart .basilicimage__carousel .basilic-product__image-wrapper img {
    height: 195px;
  }
  .basilicimage__encart .basilicimage__carousel .basilic-product__image-wrapper .imgscnd {
    display: none;
  }
  .basilicimage__encart .basilicimage__carousel .basilic-product__image-wrapper:hover .imgfirst {
    display: none;
  }
  .basilicimage__encart .basilicimage__carousel .basilic-product__image-wrapper:hover .imgscnd {
    display: block;
  }
  .basilicimage__encart .basilicimage__carousel .basilicimage-product__product-name {
    font-size: 15px;
  }

  .basilicimage:hover .owl-next {
    display: block;
    position: absolute;
    top: calc(50% - 25px);
    right: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3f3f3f;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    margin: 0;
    padding: 0;
    padding-top: 13px;
    color: white;
  }

  .basilicimage .basilicimage-product__image-wrapper {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1450px;
  }

  .row.category-menu .jardinpart div, .row.category-menu .decopart div {
    font-size: 12px !important;
  }

  .header .menu-spe--noel img {
    height: 50px;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1850px;
  }

  .container.edito {
    width: 1450px;
  }

  .header .row.category-menu {
    position: relative;
    width: 100%;
    font-weight: 400;
    transition: height 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  }
  .header .row.category-menu .jardinpart {
    padding-left: 10px;
  }
  .header .row.category-menu .decopart {
    padding-left: 30px;
  }
  .header .row.category-menu .jardinpart, .header .row.category-menu .decopart {
    width: 45%;
    display: flex;
    flex-direction: column;
  }
  .header .row.category-menu .jardinpart div, .header .row.category-menu .decopart div {
    padding-left: 0px;
    margin-right: 10px !important;
    font-size: 14px !important;
  }
  .header .row.category-menu .jardinpart .titlepart, .header .row.category-menu .decopart .titlepart {
    height: 20px;
    font-weight: 700;
  }
  .header .row.category-menu .jardinpart .menus, .header .row.category-menu .decopart .menus {
    height: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header .row.category-menu .jardinpart .menus .menu-c1 .mainmenu-c1:hover, .header .row.category-menu .jardinpart .menus .menu-spe .mainmenu-spe:hover, .header .row.category-menu .decopart .menus .menu-c1 .mainmenu-c1:hover, .header .row.category-menu .decopart .menus .menu-spe .mainmenu-spe:hover {
    text-decoration: none;
  }
  .header .row.category-menu .jardinpart .menus .menu-c1 .mainmenu-c1:hover:after, .header .row.category-menu .jardinpart .menus .menu-spe .mainmenu-spe:hover:after, .header .row.category-menu .decopart .menus .menu-c1 .mainmenu-c1:hover:after, .header .row.category-menu .decopart .menus .menu-spe .mainmenu-spe:hover:after {
    transform: scaleX(1);
  }
  .header .row.category-menu .jardinpart .menus .menu-c1 .mainmenu-c1:after, .header .row.category-menu .jardinpart .menus .menu-spe .mainmenu-spe:after, .header .row.category-menu .decopart .menus .menu-c1 .mainmenu-c1:after, .header .row.category-menu .decopart .menus .menu-spe .mainmenu-spe:after {
    display: block;
    content: "";
    position: relative;
    border-bottom: solid 1px #EE3287;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
  }
  .header .row.category-menu .jardinpart .menus .menu-c1 .mainmenu-c1, .header .row.category-menu .decopart .menus .menu-c1 .mainmenu-c1 {
    margin-top: 10px;
    display: inline-block;
  }
  .header .row.category-menu .jardinpart .menus .menu-c1 .mainmenu-c1:after, .header .row.category-menu .decopart .menus .menu-c1 .mainmenu-c1:after {
    margin-top: 16px;
  }
  .header .row.category-menu .menu-spe {
    display: flex;
    align-items: center;
  }
  .header .row.category-menu .menu-spe .mainmenu-spe {
    color: black;
  }
  .header .row.category-menu .menu-spe .mainmenu-spe:after {
    margin-top: 13px;
  }
  .header .row.category-menu .menu-spe .mainmenu-spe span {
    color: #D74C00;
  }
  .header .row.category-menu .menu-spe .mainmenu-spe__end {
    text-align: right;
    font-size: 14px !important;
    line-height: 1.1;
  }
  .header .row.category-menu .menu-spe__op-spe {
    position: relative;
    bottom: 9px;
  }
  .header .row.category-menu .menu-spe__op-spe img {
    height: 30px;
  }
  .header .row.category-menu .menu-spe__20 {
    width: 20%;
  }
  .header .row.category-menu .menu-spe__10 {
    width: 10%;
  }
  .header .row.category-menu .menu-spe__end {
    text-align: right;
  }
  .header .row.category-menu .menu-spe__end img {
    margin-left: auto;
    margin-right: 10px;
  }
  .header .row.category-menu .menu-spe--mois-bonnes-affaires {
    bottom: 9px;
  }
  .header .row.category-menu .menu-spe--mois-bonnes-affaires .mainmenu-spe {
    display: block;
    height: 100%;
  }
  .header .row.category-menu .menu-spe--mois-bonnes-affaires .mainmenu-spe::after {
    margin-top: 8px;
  }
  .header .row.category-menu .menu-spe--soldes-hiver .mainmenu-spe:after {
    margin-top: 3px;
  }
  .header .row.category-menu .menu-spe--soldes-hiver img {
    height: 40px;
  }
  .header .row.category-menu .menu-spe--noel img {
    height: 60px;
  }

  .owl-item .image-collection img {
    max-height: unset;
  }
}
@media (hover: hover) {
  .mobile-wrapper .mobile-menu-C1 .menu-C1-list li:hover,
.mobile-wrapper .mobile-menu-C1 .menu-C2-list li:hover,
.mobile-wrapper .mobile-menu-C1 .menu-C3-list li:hover,
.mobile-wrapper .mobile-menu-C1 .mobilemenuspes li:hover, .mobile-wrapper .mobile-menu-C2 .menu-C1-list li:hover,
.mobile-wrapper .mobile-menu-C2 .menu-C2-list li:hover,
.mobile-wrapper .mobile-menu-C2 .menu-C3-list li:hover,
.mobile-wrapper .mobile-menu-C2 .mobilemenuspes li:hover, .mobile-wrapper .mobile-menu-C3 .menu-C1-list li:hover,
.mobile-wrapper .mobile-menu-C3 .menu-C2-list li:hover,
.mobile-wrapper .mobile-menu-C3 .menu-C3-list li:hover,
.mobile-wrapper .mobile-menu-C3 .mobilemenuspes li:hover {
    color: white !important;
    background-color: lightgray;
  }
  .mobile-wrapper .mobile-menu-C1 .menu-C1-list li a:hover,
.mobile-wrapper .mobile-menu-C1 .menu-C2-list li a:hover,
.mobile-wrapper .mobile-menu-C1 .menu-C3-list li a:hover,
.mobile-wrapper .mobile-menu-C1 .mobilemenuspes li a:hover, .mobile-wrapper .mobile-menu-C2 .menu-C1-list li a:hover,
.mobile-wrapper .mobile-menu-C2 .menu-C2-list li a:hover,
.mobile-wrapper .mobile-menu-C2 .menu-C3-list li a:hover,
.mobile-wrapper .mobile-menu-C2 .mobilemenuspes li a:hover, .mobile-wrapper .mobile-menu-C3 .menu-C1-list li a:hover,
.mobile-wrapper .mobile-menu-C3 .menu-C2-list li a:hover,
.mobile-wrapper .mobile-menu-C3 .menu-C3-list li a:hover,
.mobile-wrapper .mobile-menu-C3 .mobilemenuspes li a:hover {
    text-decoration: none;
    color: inherit;
  }
  .mobile-wrapper .mobile-menu-C1 .menu-filter-list li, .mobile-wrapper .mobile-menu-C2 .menu-filter-list li, .mobile-wrapper .mobile-menu-C3 .menu-filter-list li {
    color: black;
  }
  .mobile-wrapper .mobile-menu-C1 .menu-filter-list li:hover, .mobile-wrapper .mobile-menu-C2 .menu-filter-list li:hover, .mobile-wrapper .mobile-menu-C3 .menu-filter-list li:hover {
    color: white !important;
    background-color: lightgray;
  }
  .mobile-wrapper .mobile-menu-C1 .menu-filter-list li a:hover, .mobile-wrapper .mobile-menu-C2 .menu-filter-list li a:hover, .mobile-wrapper .mobile-menu-C3 .menu-filter-list li a:hover {
    text-decoration: none;
    color: inherit;
  }

  .bourrache figure.snip1321 figcaption {
    top: 50%;
    left: 20px;
    right: 20px;
    position: absolute;
    opacity: 0;
    z-index: 1;
  }
  .bourrache figure.snip1321 figcaption h4 {
    margin-top: 9px;
  }
  .bourrache figure.snip1321:after {
    background-color: white;
    position: absolute;
    content: "";
    display: block;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
  }
  .bourrache figure.snip1321:hover figcaption, .bourrache figure.snip1321.hover figcaption {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    font-size: 13px;
  }
  .bourrache figure.snip1321:hover figcaption h4, .bourrache figure.snip1321.hover figcaption h4 {
    font-size: 15px;
  }
  .bourrache figure.snip1321:hover:after, .bourrache figure.snip1321.hover:after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 0.9;
  }
}
@media (hover: none) {
  .bourrache figure.snip1321 {
    /* &:after {
        position: absolute;
        content: "";
        display: block;
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        opacity: 0.9;
    } */
  }
  .bourrache figure.snip1321 figcaption {
    top: calc(50% - 20px);
    left: 20px;
    right: 20px;
    z-index: 1;
  }

  .begonia .grid figure.effect-jazz img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
  }
  .begonia .grid figure.effect-jazz figcaption::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  }
  .begonia .grid figure.effect-jazz .begonia__title, .begonia .grid figure.effect-jazz p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}