/* creation date: Fri, 27 Jun 2025 22:03:39 GMT
concat references:
https%3A%2F%2Fwww.stores-discount.com%2Fcss%2Fconfigurateur%2FiosOverlay.css
https%3A%2F%2Fwww.stores-discount.com%2Fmodules%2Fconfigurateur%2Fcss%2Fglobal.css
https%3A%2F%2Fwww.stores-discount.com%2Fcss%2Fcarousel.css%3Fv%3D7
https%3A%2F%2Fwww.stores-discount.com%2Fmodules%2Fconfigurateur%2Fcss%2Fproductpageconfig-common.css%3Fv%3D12
*/
/*! https%3A%2F%2Fwww.stores-discount.com%2Fcss%2Fconfigurateur%2FiosOverlay.css */
.ui-ios-overlay {
  z-index: 99999;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);
  background: rgba(0,0,0,0.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.ui-ios-overlay .title {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 26px;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.ui-ios-overlay img {
  display: block;
  margin: 20% auto 0 auto;
}
.ui-ios-overlay .spinner {
  left: 50% !important;
  top: 40% !important;
}

.ios-overlay-show {
  -webkit-animation-name: ios-overlay-show;
  -webkit-animation-duration: 750ms;
  -moz-animation-name: ios-overlay-show;
  -moz-animation-duration: 750ms;
  -ms-animation-name: ios-overlay-show;
  -ms-animation-duration: 750ms;
  -o-animation-name: ios-overlay-show;
  -o-animation-duration: 750ms;
  animation-name: ios-overlay-show;
  animation-duration: 750ms;
}

@-webkit-keyframes ios-overlay-show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes ios-overlay-show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-ms-keyframes ios-overlay-show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes ios-overlay-show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes ios-overlay-show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.ios-overlay-hide {
  -webkit-animation-name: ios-overlay-hide;
  -webkit-animation-duration: 750ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: ios-overlay-hide;
  -moz-animation-duration: 750ms;
  -moz-animation-fill-mode: forwards;
  -ms-animation-name: ios-overlay-hide;
  -ms-animation-duration: 750ms;
  -ms-animation-fill-mode: forwards;
  -o-animation-name: ios-overlay-hide;
  -o-animation-duration: 750ms;
  -o-animation-fill-mode: forwards;
  animation-name: ios-overlay-hide;
  animation-duration: 750ms;
  animation-fill-mode: forwards;
}

@-webkit-keyframes ios-overlay-hide {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@-moz-keyframes ios-overlay-hide {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@-ms-keyframes ios-overlay-hide {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@-o-keyframes ios-overlay-hide {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes ios-overlay-hide {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

/*! https%3A%2F%2Fwww.stores-discount.com%2Fmodules%2Fconfigurateur%2Fcss%2Fglobal.css */
@CHARSET "ISO-8859-1";

#wrapper{
	padding : 0em 1em;
}

h2{
	color : #818181;
	font-size : 1.1em !important;
	text-transform : uppercase; 
	margin : 5px 0px;
	line-height : 1.1em;
}
/*! https%3A%2F%2Fwww.stores-discount.com%2Fcss%2Fcarousel.css%3Fv%3D7 */
.item{margin:10px;background-color:#fff;box-shadow:0 15px 35px #3232321a,0 5px 15px #0000001a;transition:transform .3s;transform:translate3d(0,-1px,0)}.item img{height:100%;display:block}.item__body{padding:25px}.item__title{font-size:24px;margin-bottom:5px;font-weight:700;color:#232323}.item__description{color:#585858}.carousel,.items{position:relative}.carousel{min-width:100%}.carouselThumbnail .carousel{overflow:hidden}.carousel__container{position:relative;-ms-transition:transform .3s;-webkit-transition:transform .3s;-moz-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;-ms-transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);display:-webkit-box;display:-ms-flexbox;display:flex}.carousel__container.flexBetweenItems{-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.carousel__container:after{content:'';clear:both;display:table}.carousel__container .carousel__item{margin-right:1%}.carousel__container.flexBetweenItems .carousel__item{margin-right:0}.carousel__next,.carousel__prev{position:absolute;z-index:1;width:35px;height:35px;top:40%;margin-top:-20px;box-shadow:0 15px 35px #3232321a,0 5px 15px #0000001a;cursor:pointer;color:#444}.carousel__prev{left:0}.carousel__next{right:0}.carousel__next i,.carousel__prev i{font-size:30px;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;-webkit-justify-content:center;-ms-justify-content:center;align-items:center;-webkit-align-items:center;-ms-align-items:center}.carousel__next:hover,.carousel__prev:hover{color:#e85711}.carousel__next--hidden,.carousel__prev--hidden{opacity:0;pointer-events:none;cursor:none}.carousel__pagination{position:absolute;bottom:-20px;left:0;right:0;text-align:center;display:none}.carousel__pagination__button{background-color:#fff;width:10px;height:10px;border-radius:50%;display:inline-block;margin:0 3px;box-shadow:0 2px 5px rgba(0,0,0,.5);transition:transform .3s;cursor:pointer}.carousel__pagination__button--active,.carousel__pagination__button:hover{transform:scale(1.4);background:#ed7941}.carouselThumbnail{overflow:hidden;position:relative}.carousel__thumbnails{height:85px;margin:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;position:relative}.carousel__main_thumbnail{max-height:465px;position:relative}@media screen and (min-width:1088px){.carousel__main_thumbnail{max-height:590px}}.carousel__main_thumbnail-img{max-width:100%;max-height:100%;vertical-align:top}.carousel__loading{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.5);display:none;top:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.carouselThumbnail .carousel__main_thumbnail:hover{transform:none}.carousel__thumbnails .item{box-shadow:none;transform:none;margin:0}.carousel__thumbnails .carousel__item{width:80px;cursor:pointer}.carousel__thumbnails .carousel__item.active{border:1px solid #3a87ad}.carousel__thumbnails .carousel__item img{margin:auto}.carousel__thumbnails .carousel__item .item{height:100%;min-height:100%}.carouselModalContainer{position:fixed;z-index:999;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background:rgba(0,0,0,.5)}.carouselModalParent{position:relative;width:60%;max-width:831px;height:95%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.carouselModal{width:100%;height:100%;overflow:hidden}.carouselModal .item{border:1px solid #e6e4e41a;background:0 0;height:100%;width:100%;box-shadow:none;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;-webkit-justify-content:center;-ms-justify-content:center;align-items:center;-webkit-align-items:center;-ms-align-items:center;margin:0;overflow:hidden}.carouselModal .carousel__pagination{bottom:20px;display:block}.carouselModal .carousel__next,.carouselModal .carousel__prev{text-align:center;border-radius:50%;background-color:rgba(255,255,255,.8);width:35px;height:35px;top:calc(50% - 17px);margin-top:0}.carouselModal .carousel__prev{left:5px}.carouselModal .carousel__next{right:10px}.carousel__closeIcon{width:40px;height:40px;position:absolute;top:-20px;right:-14px;background-color:#f9f9f9;border-radius:50%;z-index:3;cursor:pointer;font-family:Lato,Arial,Helvetica,Verdana}.carousel__closeIcon:before{content:"X";font-size:20px;color:#565d60;line-height:1;position:absolute;width:100%;top:25%;text-align:center}.carousel__closeIcon:hover:before{color:#e85711}@media screen and (max-width:768px){.carouselThumbnail{overflow:visible}.carouselModalParent{position:relative;width:95%;height:auto}}@media screen and (max-width:480px){.carousel__closeIcon{width:30px;height:30px;top:-15px;right:-7px}.carousel__closeIcon:before{top:15%}}@media screen and (min-width:800px){.carousel__pagination{display:block}}
/*! https%3A%2F%2Fwww.stores-discount.com%2Fmodules%2Fconfigurateur%2Fcss%2Fproductpageconfig-common.css%3Fv%3D12 */
.product-page {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 767px) {
  body {
    position: relative;
  }
}
h1.product-main-title {
  color: #818181;
  display: inline-block;
  margin: 20px 0 5px;
  text-align: left;
  text-transform: uppercase;
  width: auto;
  font-size: 1.4em !important;
  line-height: 140%;
}
.product-page_top {
  background: #eee;
  margin-top: 10px;
}
.product-page_container.columns {
  border: 1px solid #ccc;
  margin: 0.75rem;
  margin: 3px 0;
  margin-bottom: 0;
  position: relative;
  align-items: flex-start;
}
.product-page_container.columns .column{
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
/*Reader info, right column of product page*/
.warrantyPicture {
  position: absolute;
  z-index: 10;
  width: 68px;
  height: 65px;
  top: 60%;
}
.carouselZone {
  position: relative;
  visibility: hidden;
}
.carouselThumbnail .carousel {
  min-width: auto;
}
.tempCarousel{
  position: fixed;
  left: -9999px;
  top: -9999px;
}
.carouselThumbnail .carousel.carousel-centered {
  width: calc(100% - 27px);
  min-width: calc(100% - 27px);
  margin: 0 auto;
}
.carousel__thumbnails {
  /* height: auto; */
  overflow: hidden;
}
.carousel__next,
.carousel__prev {
  text-align: center;
  width: 15px;
  height: 90px;
  background: #eee;
  top: 83%;
  margin-top: 0;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.carousel__next:after,
.carousel__prev:after {
  position: relative;
  font-weight: 300;
  font-size: 24px;
}
.carousel__next {
  right: 0;
}
.carousel__prev {
  left: -2px;
}
/*Reader zone: product description and images*/
.reader-info {
  z-index: 1;
}
.reader-info .measurement-item,
.reader-info .notice-item {
  font-size: 13px;
  font-weight: 700;
  color: #444;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
  display: none;
}
.carousel__thumbnails .carousel__item .item.measurement-item,
.carousel__thumbnails .carousel__item .item.notice-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.reader-info .measurement-item a,
.reader-info .notice-item a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.reader-info .measurement-item a h6,
.reader-info .notice-item a h6 {
  font-size: 13px;
  font-weight: normal;
  color: #444;
  margin: 5px 0 0;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.reader-info .measurement-item a i,
.reader-info .notice-item a i {
  font-size: 25px;
  display: block;
  color: #444;
}
.product-description{
  margin: 12px 0;
}
.product-description,
.product-description p,
.buyer-info_product-miniDescription {
  font-size: 12px;
}
/*Carousel*/
.carousel__thumbnails .carousel__item {
  padding: 2px;
  border: 1px solid #999;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  flex: 0 0 auto;
}
.item.measurement-item, .item.notice-item {
  background: #fff;
}
/*Buyer info, left column of product page*/
.buyer-info {
  z-index: 2;
}
.buyer-info .buyer-info_container {
  height: 100%;
  margin-left: -0.75rem;
  padding-left: 0.75rem;
}
.buyer-info_container-white{
  background: #fff;
}
.buyer-info_container-bottom img{
  max-width: 100%;
}
.buyer-info_container-bottom.columns {
  margin-bottom: 0px;
}
.buyer-info_container-bottom.cart-holder .cart-resume{
  margin-left:0;
}
.buyer-info h2.buyer-info_product-title {
  color: #818181;
  font-size: 17px !important;
  font-weight: 500;
  text-transform: uppercase;
  margin: 5px 0;
  width: 100%;
  display: inline-block;
}
.buyer-info .buyer-info_product-title:after {
  content: ' ';
  height: 2px;
  background: #90c250;
  width: 98%;
  display: block;
  margin-top: 5px;
}
/*CART*/
.buyer-info_container-middle {
  color: #888;
}
.uneditable-input,
input[type='color'],
input[type='date'],
input[type='datetime-local'],
input[type='datetime'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
select,
textarea {
  color: #555;
}
.cart-holder.columns {
  margin-right: 0;
}
.cart-right-content-content {
  border-radius: 0px;
}

.cart-right-content-bottom {
  border-radius: 0px;
  height: 13px;
}
.cart-right-content {
  margin: 0px;
  float: none;
  border: 1px solid #fff;
  font-size: 14px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.cart-right-content label {
  color: #787878;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  width: 75%;
}
.cart-right-content input {
  width: 15%;
  height: 12px;
  text-align: right;
}
.qte-field label {
  color: #787878;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  width: 75%;
}
.qte-field input {
  width: 15%;
  max-width: 40px;
  height: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.cart-right-content-content {
  font-size: 15px;
  padding: 10px;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.cart-right-content-bottom {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.cart-right-content-content,
.cart-right-content-bottom {
  background-color: #f1f1f1;
}
.price-line-container {
  display: block;
  margin-top: 8px;
  text-align: right;
}
#prix_VATPrice {
  font-size: 24px;
  color: black;
}
.price {
  display: inline-block;
  font-size: 45px !important;
  color: #ff8400 !important;
  font-weight: 700;
}
#ttcbox {
  display: inline-block;
  font-size: 16px;
  width: 30px;
  clear: both;
  color: #ff8400;
}
#tx-ctx-promo,
.tx-ctx-promo {
  text-align: center;
  vertical-align: middle;
  height: 46px;
  width: 119px;
  margin: 0;
  font-weight: bold;
  position: absolute;
  top: 23px;
  right: 0.1rem;
  z-index: 10;
  background-color: #e21011;
  color: #fff;
  display: none;
  font-size: 32px;
  line-height: 26px;
  letter-spacing: 1px;
}

/* [BW] */
/*
#tx-ctx-promo,
.tx-ctx-promo {
  background-color: #000;
}
*/

#tx-ctx-promo span {
  letter-spacing: 0px;
}
#tx-ctx-promo span:first-child {
  line-height: 15px;
  display: block;
  font-family: sans-serif;
  font-size: 13px;
}
#tx-ctx-promo span:last-child {
  font-size: 20px;
}
#info-promo {
  display: none;
  position: absolute;
  top: 69px;
  right: 0.1rem;
  width: 117px;
  height: 33px;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  color: #4e4e4e;
  font-size: 13px;
  padding-top: 3px;
  text-align: center;
  font-weight: bold;
}

/* ECOPART PAGE V1 */
#ecopart {
  font-size: 10px;
  font-weight: 400;
  color: #666666;
  text-align: right;
  margin-bottom: 15px;
}

#ecopart #ecopartPopinToggle {
  cursor: pointer;
  text-decoration: underline;
}

#ecopart .ecopart-popin-container.hidden {
  visibility: hidden;
}

#ecopart .ecopart-popin-container {
  text-align: left;
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
}

#ecopart .ecopart-popin-container .ecopart-popin {
  padding: 15px 30px 30px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  border-radius: 3px;
  box-shadow: 0 0 40px rgba(0,0,0,.3);
  background-color: #fff;
}

#ecopart .ecopart-popin-container .ecopart-popin .ecopart-popin-topline {
  color: #222;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 15px;
}

#ecopart .ecopart-popin-container .ecopart-popin .ecopart-popin-topline .ecopart-popin-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 10px;
}

#ecopart .ecopart-popin-container .ecopart-popin .ecopart-popin-topline .ecopart-popin-close-button {
  padding-bottom: 10px;
  cursor: pointer;
}

#ecopart .ecopart-popin-container .ecopart-popin .ecopart-popin-content {
  font-size: 14px;
  line-height: 1.4;
  color: #222;
}
/* END ECOPART PAGE V1 */


.financement-oney {
  font-size: 16px;
  font-weight: 700;
  color: #707070;
  padding: 6px 12px;
}
.cout-oney {
  text-decoration: underline;
  font-size: 9px;
  color: #629200;
}

.bandeau-oney {
  line-height: 32px;
  display: block;
  text-align: center;
  text-decoration: underline;
  font-size: 12px;
  background-color: #fff;
  color: #787878;
  padding: 0 1px;
}
.cart-right-content {
  padding: 10px;
  border: 1px solid rgb(224, 224, 224);
  border-bottom: none;
  background: #f3f3f3;
}
.cart-right-content .promo {
  margin: 0px;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  text-align: right;
}
.cart-right-content .promo span {
  color: #ff8400;
  font-size: 1.2em;
}
.cart-right-content .promo del {
  color: #000;
}
.cart-right-content .btn {
  height: 30px;
  background-image: none;
  background-color: #ff8400;
  color: #fff;
  line-height: 34px;
}
.cart-right-bottom {
  height: 15px;
  background: #f3f3f3;
  border: 1px solid rgb(224, 224, 224);
  border-top: none;
}
.cart-left {
  padding: 0px;
}

.btn-group > .btn:first-child {
  border-radius: 0;
}
.encart-oney-zone {
  border-left: 1px solid rgb(224, 224, 224);
  border-right: 1px solid rgb(224, 224, 224);
  padding: 5px;
}
section:not(.v2) #SD-submit {
  margin: auto;
  width: 100%;
  padding: 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  border: 1px solid #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  height: 40px;
}
section:not(.v2) #SD-submit{
  border: 1px solid transparent;
}
section:not(.v2) #SD-submit i{
  margin-top: 0;
  font-size: 18px;
}
section:not(.v2) #SD-submit i.icon-check_regular{
  font-size: 15px;
}
section:not(.v2) button#SD-submit.btn{
  text-transform: uppercase;
}
section:not(.v2) #SD-submit.btn.successState{
  background-color: #43bf69;
}
section:not(.v2) #SD-submit.btn.successState i{
  margin-right: 8px;
}
section:not(.v2) #SD-submit.btn:focus{
  outline: none;
}
section:not(.v2) #SD-submit.btn.disabled{
  pointer-events: none;
  cursor: not-allowed;
  opacity: 1;
}
.cart-right-content #SD-submit.disabled {
  user-select: none;
  background-color: #fe8651;
}
.cart-right-content #SD-submit {
  background-image: none;
  background-color: #ed7941;
  color: #fff;
  line-height: 34px;
  text-align: center;
}
.picto-livraison.less {
  padding: 0 2px;
}
.shippingLabel {
  margin-top: 65px;
  font-size: 17px;
}
.shippingLabel.less {
  margin-top: 60px;
  font-size: 15px;
}
.sub-shippingLabel {
  margin-top: 8px;
  font-size: 21px;
}
.sub-shippingLabel.less {
  margin-top: 4px;
  font-size: 17px;
}
.btn-group {
  margin: auto;
  position: relative;
  text-align: center;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-radius: 0;
  width: 145px;
}
.deliveryPictos{
  width: 100%;
}
.picto-livraison {
  float: left;
  width: calc(100% / 4);
  height: 146px;
  text-align: center;
  background: top #ee5778
    url(https://www.stores-discount.com/images/fiche-produit/display/informations/picto_camion.jpg)
    no-repeat;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
}
sup.corse-exception-message {
  font-size: 12px;
}
.picto-expedition {
  float: left;
  width: calc(100% / 4);
  height: 146px;
  text-align: center;
  background: top #3ed3b0
    url(https://www.stores-discount.com/images/fiche-produit/display/informations/picto_expedition.jpg)
    no-repeat;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
}
.deliveryLabel {
  margin-top: 65px;
  font-size: 16px;
  padding-left: 2px;
  padding-right: 2px;
}
.sub-deliveryLabel {
  margin-top: 1px;
  font-size: 16px;
}
.legalMention {
  font-size: 12px;
  line-height: 12px;
  margin-top: 6px;
  padding-left: 2px;
  padding-right: 2px;
}
.calcul {
  line-height: 11px;
  margin-top: 4px;
}
.product-page_container-bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  margin-top: 15px;
}

.product-page_container-bottom-right img {
  float: left;
  height: 146px;
  max-width: calc(100% / 4);
  width: 100%;
}
/*********** FIche descriptive ***********/
.product-page_description, .product-page_notice-pose {
  padding-left: 15px;
  background-color: #fff;
  font-family: Lato, Arial, Helvetica, Verdana !important;
  padding: 2%;
  box-sizing: border-box;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}
.product-page_description, .product-page_description p{
  font-size: 16px;
}
.product-page_description, .product-page_notice-pose ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-page_description h2 {
  font-weight: 700;
  font-size: 42px !important;
  text-transform: none;
}
.product-page_description .block-borders.block-decay.block-img-describer{
 display: inline-block;
 margin: 15px 0;
}
.product-page_description h3, .product-page_notice-pose h3 {
  text-decoration: underline;
  font-weight: normal;
  font-size: 26px;
}
.product-page_notice-pose img{
  display: none;
}
.product-page_description h4 {
  margin: 20px 0 10px 40px;
  display: list-item;
  font-weight: 400;
  font-size: 25px;
}
.product-page_description h5 {
  list-style-type: none;
  margin: 20px 0 10px 60px;
  font-weight: normal;
  display: list-item;
  font-size: 14px;
  color: #444;
}
.product-page_description h6 {
  list-style-type: none;
  margin: 20px 0 10px 80px;
  font-weight: normal;
  display: list-item;
  font-size: 12px;
  color: #444;
}

.product-page_description p, .product-page_notice-pose p {
  padding: 0 5px;
}
.product-page_description p.p2 {
  padding: 0 5px 0 40px;
}
.product-page_description a:link,
.product-description a:link,
.product-page_description a,
.product-description a {
  color: #444;
}
.product-page_description table {
  word-wrap: normal;
  max-width:100%;
  box-sizing: border-box;
  border-collapse: collapse;
}
.product-page_description table.table1 th {
  font-weight: bold;
  text-align: center;
  background-color: #e8e8e8;
  padding: 10px 0;
}

.product-page_description table.table2 {
  border: 1px solid #b7b7b7;
  border-spacing: 0;
  margin: 10px 0 20px;
  border-collapse: collapse;
}
.product-page_description table.table2 th,.product-page_description table.table2 td{
  border:1px solid #999 !important;
  padding: 10px 3px;
}
.product-page_description table.table2 th {
  border-bottom: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
}

.product-page_description table.table2 td {
  text-align: left;
  padding: 10px;
  border: 1px solid #b7b7b7;
  border-top: 0;
}
.product-page_description table td.centered-td{
  text-align: center;
}
.product-page_description .block-borders ul {
  list-style: none;
  padding: 0;
}
.product-page_description .block-2-cols div.block-borders,
.product-page_description .block-2-cols div.block-background {
  width: 100%;
}
.product-page_description .block-decay {
  margin: 0 15px;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
/*** block-background ***/
.product-page_description .block-background {
  background-color: #e8e8e8;
}
/*** block-img-describer ***/
.product-page_description .block-img-describer ul {
  padding: 25px 0 25px 45px;
}
.product-page_description .block-img-describer ul li {
  margin-top: 5px;
}
.product-page_description .block-img-describer > div:first-child {
  display: block;
}
.product-page_description .block-img-describer > div:last-child {
  text-align: center;
  display: block;
}
.product-page_description .block-img-describer img{
  max-width: 100%;
}
/*** block-table ***/
.product-page_description .block-table {
  line-height: 24px;
  margin: 0px;
  text-align: center;
  width: 100%;
  border-spacing: 0;
}
.product-page_description .classic_3,
.product-page_description .block-table {
  border: 1px solid #b7b7b7;
}
.product-page_description .block-table tr td {
  padding: 5px;
  border-bottom: 1px solid #b7b7b7;
}
.product-page_description .block-table tr:last-child td {
  border-bottom: none;
}
.product-page_description .block-table td {
  text-align: center;
}

/*** block-table-grid ***/
.product-page_description .block-table-grid {
  line-height: 24px;
  margin: 0px;
  width: 100%;
}
.product-page_description .block-table-grid tr td {
  text-align: center;
  padding: 5px;
  border: 1px solid #808080;
  background-color: #e8e8e8;
}
.product-page_description .block-table-grid tr th {
  text-align: center;
  padding: 5px;
  border: 1px solid #808080;
  background-color: #b5b5b5;
}
.product-page_description .block-table-grid tr td:first-child {
  text-align: center;
  font-weight: bold;
  background-color: #b5b5b5;
}

/*** block-table-list ***/
.product-page_description .block-table-list {
  line-height: 24px;
  margin: 15px;
}
.product-page_description .block-table-list tr td {
  border: 1px solid #808080;
  padding: 5px;
  text-align: justify;
}
.product-page_description .block-table-list tr td:first-child {
  padding: 5px;
  text-align: center;
  font-weight: bold;
  background-color: #b5b5b5;
  width: 25%;
}
.product-page_description .block-table-list tr {
  background-color: #e8e8e8;
}

/*** block-2-cols ***/
.product-page_description .block-2-cols {
  margin: 15px 0px 15px 0px;
  margin-left: -10px;
}
.product-page_description .block-2-cols>div, .block-2-cols ul.block-list li {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.product-page_description .block-2-cols .block-table {
  border-collapse: collapse;
}
.product-page_description .block-2-cols table,
.product-page_description .block-2-cols .block-table tr td {
  border: 1px solid #b7b7b7;
}
.product-page_description .block-2-cols table tr th,
.product-page_description .block-2-cols table tr td{
  border: 1px solid #b7b7b7;
}
.product-page_description .block-2-cols ul.block-list-img li {
  display: inline-block;
  vertical-align: top;
}
.product-page_description .block-2-cols ul.block-list-img li img {
  display: inline-block;
}
td table {
  border: 1px solid #b7b7b7;
  border-spacing: 0;
  border-collapse: collapse;
}
td table tr td {
  border: 1px solid #b7b7b7;
}
/*** block-list ***/
.product-page_description .block-list {
  list-style: none;
  margin: 0;
  text-align: center;
}
/*** block-3-cols ***/
.product-page_description .block-3-cols {
  margin: 15px 0px 15px 0px;
  margin-left: -10px;
}
.product-page_description .block-3-cols div,
.block-3-cols ul.block-list li {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
/*** block-list ***/
.product-page_description .block-list {
  list-style: none;
  margin: 0;
  text-align: center;
}
.product-page_description .classic_3 {
  width: 100%;
  border-collapse: collapse;
}
.product-page_description .classic_3 tbody {
  border: 1px solid #b7b7b7;
}
.product-page_description .classic_3 td {
  text-align: center;
  padding: 10px;
  border: 1px solid #b7b7b7;
  width: 33%;
}
.product-page_notice-pose ul{
  list-style-type: none;
  padding-left: 20px;
}
.product-page_notice-pose li i.icon-file_pdf_regular {
  margin-right: 11px;
  margin-left: 3px;
}
.product-page_notice-pose li i.icon-youtube_logo {
  margin-right: 8px;
}
.product-page_notice-pose li a {
  color: #444;
  text-decoration: underline;
}

/*popUP*/
.noOverflow {
  overflow: hidden;
}
.overlayThumb {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.visibleOverlayThumb {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.overlayThumb img {
  max-width: 95%;
  max-height: 95%;
}
.hiddenNoticeText {
  display: none;
}
.contenerAddProduct .fLeft {
  display: inline-block;
}
/*modal vue*/
.modal-wrapper img{
  max-width: 100%;
}

/**GENERAL RULES*/
.noPaddingB{
  margin-bottom: -.75rem;
}
/*VUE APP*/
.ui-ios-overlay{
  font-family: Lato, Arial, sans-serif !important;
}

/*GENERAL RULES*/
.hidden{
  display: none !important;
}
.orange {
  color: #fd6e09;
}
.olst-color-picker label{
  margin-bottom: 0;
}
.olst-color-picker .olst-color, .olst-color-picker .olst-color .radio-image{
  max-height: 54px;
}
.olst-virtualform.olst-mobile-device .olst-base-field{
  overflow: visible !important;
}

.product-main-delivery-time {
  color: #818181;
  float: right;
  margin: 20px 0 5px;
  font-size: 16px !important;
}

#CH-602_version-fiche-produit {
  display: none;
}

/*** PRODUCT PAGE V2 ***/
.product-page.v2 {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  text-align: center;
}

/** Top section style **/
.product-page.v2 .fp-top-nav-wrapper {
  display: flex;
}

/* Variant navigation style */
.product-page.v2 .fp-top-nav-wrapper .fp-top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-box-orient: horizontal;
  padding: 20px 0;
  margin: 0 -20px;
  box-sizing: content-box;
}

.product-page.v2 .fp-top-nav-wrapper .fp-top-nav li {
  border: 1px solid #CCCCCC;
  padding: 0;
  border-radius: 3px;
  margin: 0 5px;
  text-align: center;
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
  list-style-type: none;
  white-space: nowrap;
}

.product-page.v2 .fp-top-nav-wrapper .fp-top-nav li:hover {
  border-color: #ED7941;
  color: #ED7941;
}

.product-page.v2 .fp-top-nav-wrapper .fp-top-nav li.is-active {
  border-color: #ED7941;
  color: #ED7941;
}

.product-page.v2 .fp-top-nav-wrapper .fp-top-nav li.is-active a {
  color: #ED7941;
}

.product-page.v2 .fp-top-nav-wrapper .fp-top-nav li a {
  color: inherit;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  display: block;
  text-decoration: none;
}

.product-page.v2 .fp-top-alert-message {
  background-color: #FEEBE6;
  color: #F3370B;
  border: 1px solid #F3370B;
  padding: 10px 14px 10px 10px;
  font-size: 12px;
  line-height: 1.4;
  border-radius: 3px;
  white-space: normal;
  word-break:break-all;
}

@media screen and (min-width: 768px) {
  .product-page.v2 .fp-top-nav-wrapper .fp-top-nav li a {
    font-size: 12px;
    padding: 10px 10px !important;
  }
  .product-page.v2 .fp-top-alert-message {
    margin-left: 90px;
    margin-right: 90px;
    margin-top: 10px;
  }
  .product-page.v2 .fp-top-description {
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
  }
  .product-page.v2 .fp-top-nav-wrapper {
    justify-content: space-around;
  }
}

/* Mobile style */
@media screen and (max-width: 767px) {
  .product-page.v2 .fp-top-nav-wrapper .fp-top-nav li a {
    font-size: 11px;
    padding: 7px 7px !important;
  }

  .product-page.v2 .fp-top-nav-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .product-page.v2 .fp-top-nav-wrapper button {
    appearance: none;
    color: #CCCCCC;
    background-color: white;
    font-size: 25px;
    border: none;
  }

  .product-page.v2 .fp-top-nav-wrapper .fp-top-nav {
    display: block;
    white-space: nowrap;
    margin-left: -3px;
    overflow-x: scroll;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 85%;
  }

  .product-page.v2 .fp-top-nav-wrapper .fp-top-nav li {
    display: inline-block;
  }

  .product-page.v2 .fp-top-nav-wrapper .fp-top-nav-right {
    box-shadow: -25px 0 5px -5px rgba(255,255,255,0.97);
    -webkit-box-shadow: -25px 0 5px -5px rgba(255,255,255,0.97);
    -moz-box-shadow: -25px 0 5px -5px rgba(255,255,255,0.97);
  }

  .icon-chevron_right_regular {
    padding: 15px 0px 15px 15px;
  }

  .product-page.v2 .fp-top-nav-divider {
    position: absolute;
    left: 0;
    height: 15px;
    margin-top: -15px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    box-shadow: 0 5px 5px -5px #CCCCCC;
    -webkit-box-shadow: 0 5px 5px -5px #CCCCCC;
    -moz-box-shadow: 0 5px 5px -5px #CCCCCC;
  }

  .product-page.v2 .fp-top-alert-message {
    margin-top: 15px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .product-page.v2 .top-section h1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* END Mobile style */
/* END Variant navigation style */

/* Title style */

@media screen and (max-width: 767px) {
  .product-page.v2 .top-section h1 a {
    text-align: center;
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .product-page.v2 .top-section .titleProductPage {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.product-page.v2 .top-section h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
}

.product-page.v2 .top-section a.title-rating {
  font-weight: 700;
  line-height: 1.2;
}

/** Stars */
.product-page.v2 a.title-rating {
  margin-left: 10px;
  font-size: 12px;
  color: #222222;
  text-decoration-line: none;
}

.product-page.v2 .title-rating .star-rating-container {
  flex-direction: row;
  align-items: center;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .product-page.v2 .title-rating .star-rating-container {
    display: flex;
  }

  .product-page.v2 a.title-rating {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .product-page.v2 .title-rating .star-rating-container {
    display: inline-block;
  }

  .product-page.v2 a.title-rating {
    margin-top: 7px;
  }
}

.product-page.v2 .title-rating .back-stars-container {
  display: flex;
  position: relative;
  color: #D8D8D8;
}

.product-page.v2 .title-rating .front-stars-container {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #ED7941;
}

.product-page.v2 .title-rating span{
  text-decoration: underline;
  margin-left: 10px;
}
/** END Stars */
/* END Title style */

/* Description style */
.product-page.v2 .fp-top-info-wrapper {
  display: flex;
  justify-content: space-around;
  max-width: 900px;
  margin: 0 auto;
  align-items: center;
}

.product-page.v2 .fp-top-info-wrapper .fp-top-description .headDescription * {
  color: #222;
  font-size: 15px;
  line-height: 1.5;
  white-space: normal;
  text-align: left;
  margin: 0;
}

.product-page.v2 .fp-top-info-wrapper .fp-top-description .headDescription p {
  display: contents;
}

.product-page.v2 .fp-top-info-wrapper .fp-top-description .desc_link {
  text-decoration: underline;
  font-size: 15px;
  color: #222;
}

.product-page.v2 .fp-top-info-wrapper .fp-top-description .desc_link:hover {
  color: #ED7941;
}
/* END Description style */

/* Price style */
.product-page.v2 .fp-top-info-wrapper .fp-top-price {
  position: relative;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .product-page.v2 .fp-top-info-wrapper .fp-top-price {
    display: flex;
    min-width: 150px;
    flex-direction: column;
    align-items: end;
    padding-left: 10px;
    margin-left: 30px;
  }

  .product-page.v2 .fp-top-info-wrapper .fp-top-price .promotion-info-wrapper {
    margin-top: 4px;
  }
}

.product-page.v2 .fp-top-info-wrapper .fp-top-price::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #C4C4C5;
  display: block;
  position: absolute;
  left: 0;
}

.product-page.v2 .fp-top-info-wrapper .fp-top-price .fp-price {
  font-size: 28px;
  font-weight: 900;
  display: flex;
  justify-content: flex-end;
}

.product-page.v2 .fp-top-info-wrapper .fp-top-price .promotion-info-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.product-page.v2 .fp-top-info-wrapper .fp-top-price .fp-stroke-price {
  font-size: 14px;
}

.product-page.v2 .fp-top-info-wrapper .fp-top-price .fp-a-partir-de {
  display: flex;
  justify-content: flex-end;
}

.product-page.v2 .fp-top-info-wrapper .fp-top-price .fp-stroke-price span {
  margin: 6px 6px 5px 6px;
  color: #666666;
  text-decoration: line-through;
}

.product-page.v2 .fp-top-info-wrapper .fp-top-price .fp-discount {
  background: #ED7941;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 4px 10px;
  display: none;
}

/* Mobile style */
@media screen and (max-width: 767px) {
  .product-page.v2 .fp-top-info-wrapper .fp-top-price .fp-discount {
    font-size: 14px;
  }
  
  .product-page.v2 .fp-top-info-wrapper .fp-top-price::before {
    display: none;
  }

  .product-page.v2 .fp-top-info-wrapper .fp-top-price {
    display: flex;
    align-items: center;
  }

  .product-page.v2 .fp-top-info-wrapper .fp-top-price .promotion-info-wrapper {
    margin-left: 10px;
  }
}
/* END Mobile style */
/* END Price style */
/** END Top section style **/

/* Configurator section style */
.preview div {
  display: flex;
  flex-direction: row;
}

.preview label {
  margin-left: 3px;
  margin-right: 3px;
}

.preview .icon-exclamation_circle_light {
  vertical-align: sub;
}

.filtersList div {
  display: flex;
  align-items: flex-start;
}

.filtersList input {
  width: 11px !important;
}

.filtersList label {
  margin-top: 1px;
  font-size: 11px;
  line-height: 17px !important;
}

.add-to-cart-container {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .add-to-cart-container {
    margin-left: -12px;
    width: 95%;
  }
}

.add-to-cart-container input {
  margin-top: 2px;
}

@media screen and (max-width: 767px) {
  .addToCartDatas {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .addToCartDatas {
    width: 110%;
  }
}

@media screen and (min-width: 1088px) {
  .fp-configurator-wrapper {
    max-width: 1280px;
    margin-left: -62px;
  }
}

.fp-configurator-wrapper {
  margin-top: 25px;
  margin-bottom: 70px;
}
/** END Configurator section style **/

/** Blocks section style **/
/* Anchors style */
@media screen and (min-width: 1088px) {
  .product-page.v2 .fp-blocks-wrapper {
    margin-left: 137px;
    margin-right: 137px;
  }
  .product-page.v2 .fp-blocks-wrapper .fp-blocks-anchor.stickyNav {
    max-width: 1280px;
    margin-left: -137px;
  }
}

.product-page.v2 .fp-blocks-wrapper .fp-blocks-anchor.stickyNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  padding: 10px 0;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0,0,0);
  top: 0;
  width: 100%;
  z-index: 9999;
}

.product-page.v2 .fp-blocks-wrapper .fp-blocks-anchor.stickyNav ul {
  display: flex;
  justify-content: left;
}

.product-page.v2 .fp-blocks-wrapper .fp-blocks-anchor.stickyNav  a#backToConfigAnchor {
  display: block;
  margin-right: 35px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase !important;
  font-size: 15px !important;
  font-weight: bold !important;
}

.product-page.v2 .fp-blocks-wrapper .fp-blocks-anchor.stickyNav > a.scrollAnchor span {
  color: #ED7941;
  font-size: 20px;
}

.product-page.v2 .fp-blocks-wrapper .fp-blocks-anchor ul {
  display: flex;
  justify-content: center;
}

.product-page.v2 .fp-blocks-wrapper .fp-blocks-anchor > a.scrollAnchor {
  display: none;
}

.product-page.v2 .fp-blocks-wrapper .fp-block-anchor {
  list-style-type: none;
}

.product-page.v2 .fp-blocks-wrapper .fp-block-anchor.is-active,
.product-page.v2 .fp-blocks-wrapper .fp-block-anchor:hover {
  font-weight: bold;
}

.product-page.v2 .fp-blocks-wrapper .fp-block-anchor a {
  color: black;
  font-size: 14px;
  text-decoration: none;
  padding: 14px;
}

.product-page.v2 .fp-blocks-wrapper .fp-block-anchor.is-active a {
  border-bottom: #ED7941 4px solid;
  padding-bottom: 9px;
}

/* Mobile style */
@media screen and (max-width: 767px) {
  .product-page.v2 .fp-blocks-wrapper .fp-blocks-anchor.stickyNav {
    width: 100%;
    margin-right: -12px;
    justify-content: center;
  }

  .product-page.v2 .fp-blocks-wrapper .fp-blocks-anchor.stickyNav a#backToConfigAnchor{
    margin-right: 0;
  }
}
/* END Mobile style*/
/* END Anchors style */

/* Blocks style */
.product-page.v2 .fp-blocks-wrapper .fp-blocks {
  margin-top: 20px;
}

.product-page.v2 .fp-blocks-wrapper .fp-blocks li {
  display: list-item;
}
/* END Blocks style */
/** END Blocks section style **/

/** Instructions section style **/
#details .fp-instructions-wrapper {
  padding: 50px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#details .fp-instructions-wrapper .fp-main-title {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 27px;
}

#details .fp-instructions-wrapper h2.fp-main-title {
  font-size: 24px!important;
  color: #222;
}

#details .fp-instructions-wrapper .fp-instructions-container {
  display: flex;
  background-color: #F8F8F8;
  justify-content: space-evenly;
  padding: 35px 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box {
    text-align: center;
  }

  #details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box.fp-instructions-count-2 {
    width: 50%;
  }
  #details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box.fp-instructions-count-3 {
    width: 33%;
  }

  #details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box .fp-instructions-box-item-content {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  #details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box.fp-instructions-count-1.fullDescription .fp-instructions-box-item-content,
  #details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box.fp-instructions-count-2.fullDescription .fp-instructions-box-item-content,
  #details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box.fp-instructions-count-3.fullDescription .fp-instructions-box-item-content,
  #details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box.fp-instructions-count-1.measurementInstructions .fp-instructions-box-item-content,
  #details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box.fp-instructions-count-2.measurementInstructions .fp-instructions-box-item-content,
  #details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box.fp-instructions-count-3.measurementInstructions .fp-instructions-box-item-content,
  #details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box.fp-instructions-count-1.installationInstructions .fp-instructions-box-item-content,
  #details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box.fp-instructions-count-2.installationInstructions .fp-instructions-box-item-content,
  #details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box.fp-instructions-count-3.installationInstructions .fp-instructions-box-item-content{
    width: 100%;
  }

  #details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box .fp-instructions-box-item-icon {
    min-width: 30%;
  }

  #details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box .fp-instructions-box-item-icon img {
    margin-right: 20px;
  }

  #details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box .fp-instructions-box-item-title {
    font-size: 14px;
    margin-top: 0px;
    text-align: left;
  }
}

#details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box .fp-instructions-box-item-icon img {
  height: 65px;
  position: relative;
  z-index: 1;
}

#details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box .fp-instructions-box-item-title {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  #details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box .fp-instructions-box-item-content-links {
    display: inline-grid;
    margin-left: 30px;
    margin-right: 30px;
  }
  #details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box .multiColumn {
    display: flex;
    justify-content: space-around;
  }
}

#details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box .fp-instructions-box-item-content-links:first-child:nth-last-child(1),
#details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box .fp-instructions-box-item-content-links:first-child:nth-last-child(1) ~ #details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box .fp-instructions-box-item-content-links {
  justify-content: center;
}

#details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box a {
  color: #ED7941;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.1s;
  text-align: left;
  text-decoration: none;
  width: fit-content;
  text-underline-offset: 3px;
}

#details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box a::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-transform: none;
  letter-spacing: normal;
  font-size: 17px;
  vertical-align: middle;
}

#details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box a span {
  font-family: 'Lato', sans-serif;
  text-decoration: underline;
}

#details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box .fp-instructions-box-item-content-links li {
  display: flex!important;
  padding-left: 21px;
  color: #ED7941;
  font-weight: bold;
  padding: unset;
  display: list-item;
}

#details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box .fp-instructions-box-item-content-links li:before {
  width: 15px;
  font-weight: normal;
  font-size: 17px;
}

#details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box .fp-instructions-box-item-content-links a {
  margin-left: 7px;
  margin-right: 7px;
  text-decoration: underline;
  margin-top: -2px;
  line-height: 130%;
}

#details .fp-instructions-wrapper * {
  font-family: "Lato", sans-serif;
  box-sizing: border-box;
}

/* Mobile style */
@media screen and (max-width: 767px) {
  #details .fp-instructions-wrapper .fp-instructions-container {
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
    align-items: center;
  }

  #details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box {
    display: flex;
    justify-content: flex-start;
    width: 90%!important;
  }

  #details .fp-instructions-wrapper .fp-instructions-container .fp-instructions-box .fp-instructions-box-item-content-links {
    justify-items: left;
  }
}

.noticesSeparatorMobile{
  width: 50px;
  height: 20px;
  border-bottom: 1px solid #C4C4C5!important;
  margin-bottom: 25px!important;
}

.noticesSeparatorDesktop{
  width: 2px;
  height: 70px;
  border-right: 2px solid #C4C4C5!important;
}

/* END Mobile style*/
@media screen and (max-width: 1087px) {
  .product-page.v2 .fp-blocks-wrapper .fp-blocks-anchor.stickyNav {
    margin-left: -5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 880px) {
  .product-page.v2 .fp-blocks-wrapper .fp-blocks-anchor.stickyNav ul {
    width: 63%;
  }
}
@media screen and (min-width: 881px) and (max-width: 1000px) {
  .product-page.v2 .fp-blocks-wrapper .fp-blocks-anchor.stickyNav ul {
    width: 68%;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1087px) {
  .product-page.v2 .fp-blocks-wrapper .fp-blocks-anchor.stickyNav ul {
    width: 71%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-page.v2 .fp-blocks-wrapper .fp-block-anchor.is-active a {
    padding-bottom: 5px;
  }
  .product-page.v2 .fp-blocks-wrapper .fp-block-anchor {
    padding-bottom: 10px;
  }
  .product-page.v2 .fp-blocks-wrapper .fp-blocks-anchor.stickyNav ul {
    flex-wrap: wrap;
  }
}

/** END Instructions section style **/

#details #Faq .faq-h2-title {
  margin-top: 35px;
  margin-bottom: 27px;
}

/*** END ProductPage V2 ***/

/*** Integrator CSS overloading from fp-details.css ***/
#details .d-layout-screen-ext .d-gamme--one-col .d-gamme__card {
  max-width: 378px;
  margin: auto;
}
#details .d-layout-screen-ext .d-gamme--one-col .d-gamme__card header {
  left: -14px;
}
#details .d-layout-screen-ext .d-gamme {
  padding-bottom: 0!important;
}
#details .d-layout-screen-ext .d-echantillons {
  margin-top: 68px;
}
#details .d-layout-bateau-enrouleur .d-card {
  padding-bottom: 0;
}
#details .fp-instructions-wrapper .fp-instructions-container h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
#details .d-layout-fenetre-pvc .d-installation-type-pose .d-installation-grid {
  max-width: 900px!important;
  grid-template-columns: repeat(3, 1fr);
}
#details .d-layout-fenetre-pvc-volet-roulant-integre .d-gamme-ouvertures .d-gamme__card__title span {
  white-space: initial;
}
/*** END Integrator CSS overloading from fp-details.css ***/
