/* product desc */
/* primary_block ***************************************************************************** */
.primary_block {
  margin-bottom: 40px; }

.top-hr {
  background: #C4C4C4;
  height: 5px;
  margin: 2px 0 31px; }

.product-heading-h5 {
  color: #999999;
  font-weight: 200;
  margin: 3px 0 8px;
  font-size: 19px;
  font-family: "Open Sans", sans-serif; }

.box-security .product-heading-h5 {
  margin: 3px 0 -8px; }
  @media (max-width: 1199px) {
    .box-security .product-heading-h5 {
      margin-bottom: 8px; } }

.primary_block .pb-left-column img {
  max-width: 100%;
  height: auto; }

a.fancybox-nav {
  outline: 0; }

/* .pb-left-column ***************************************************************************** */
.pb-left-column #image-block {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #dbdbdb;
  background: #fff; }
  @media (max-width: 767px) {
    .pb-left-column #image-block {
      width: 280px;
      margin: 0 auto; } }
  .pb-left-column #image-block img {
    background: #fbfbfb;
    width: 100%; }
  .pb-left-column #image-block #view_full_size .span_link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -68px;
    display: block;
    padding: 10px 0;
    text-align: center;
    line-height: 22px;
    color: #777676;
    width: 136px;
    text-align: center;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16); }
    .pb-left-column #image-block #view_full_size .span_link:after {
      font-family: "FontAwesome";
      color: #c0c0c0;
      font-size: 20px;
      line-height: 22px;
      content: "\f00e";
      font-weight: normal;
      margin: 0 0 0 4px; }
    .pb-left-column #image-block #view_full_size .span_link:hover:after {
      color: #333; }
  .pb-left-column #image-block a.jqzoom div div img {
    width: auto;
    max-width: 10000px; }
  .pb-left-column #image-block a.jqzoom div div .zoomWrapper {
    border: none; }
  .pb-left-column #image-block .zoomPad {
    z-index: auto !important; }
  .pb-left-column #image-block .new-box,
  .pb-left-column #image-block .sale-box {
    z-index: 5002; }

/* miniatures */
.pb-left-column #views_block {
  margin-top: 10px; }
  @media (max-width: 767px) {
    .pb-left-column #views_block {
      width: 280px;
      margin-left: 10px auto 0px auto; } }

#thumbs_list {
  overflow: hidden;
  float: left;
  width: 392px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #thumbs_list {
      width: 294px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #thumbs_list {
      width: 164px; } }
  @media (max-width: 767px) {
    #thumbs_list {
      width: 196px; } }
  #thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    height: 90px; }
  #thumbs_list li {
    float: left;
    height: 90px;
    width: 90px;
    cursor: pointer;
    border: 1px solid #dbdbdb;
    margin-right: 8px;
    line-height: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 768px) and (max-width: 991px) {
      #thumbs_list li {
        width: 76px;
        height: 76px;
        margin-right: 6px; } }
    #thumbs_list li a {
      display: block;
      border: 3px solid #fff;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #fbfbfb; }
      #thumbs_list li a:hover, #thumbs_list li a.shown {
        border-color: #dbdbdb; }
    #thumbs_list li img {
      border: 1px solid #fff;
      width: 100%;
      height: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (min-width: 768px) and (max-width: 991px) {
        #thumbs_list li img {
          width: 68px;
          height: 68px; } }

span.view_scroll_spacer {
  float: left;
  width: 39px;
  padding-left: 12px; }
  @media (min-width: 768px) and (max-width: 991px) {
    span.view_scroll_spacer {
      padding-left: 6px;
      width: 28px; } }

#view_scroll_left,
#view_scroll_right {
  margin-top: 38px;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 991px) {
    #view_scroll_left,
    #view_scroll_right {
      margin-top: 28px; } }
  #view_scroll_left:before,
  #view_scroll_right:before {
    padding-left: 2px;
    color: #c0c0c0;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px; }
  #view_scroll_left:hover:before,
  #view_scroll_right:hover:before {
    color: #333; }

#view_scroll_right {
  float: left; }
  #view_scroll_right:before {
    content: "\f138"; }

#view_scroll_left {
  margin-top: 0; }
  #view_scroll_left:before {
    content: "\f137";
    padding-right: 2px; }

.resetimg {
  padding: 10px 0 0; }
  .resetimg #resetImages i {
    margin-right: 6px; }

.view_scroll_spacer {
  margin-top: 38px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .view_scroll_spacer {
      margin-top: 28px; } }

/* link list */
#usefull_link_block {
  list-style-type: none; }
  #usefull_link_block li {
    margin: 0 0 8px 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      #usefull_link_block li {
        float: none !important; } }
    #usefull_link_block li:first-child {
      margin: 0 0 8px 0;
      border: none;
      padding: 0; }
    #usefull_link_block li a {
      color: #777676;
      font-weight: 700;
      position: relative;
      padding-left: 30px;
      line-height: 22px;
      display: inline-block; }
      #usefull_link_block li a:before {
        font-family: "FontAwesome";
        color: #333;
        font-size: 19px;
        line-height: 24px;
        position: absolute;
        top: -2px;
        left: 0;
        font-weight: normal; }
      #usefull_link_block li a:hover {
        color: #000; }
    @media (min-width: 768px) and (max-width: 991px) {
      #usefull_link_block li.print {
        margin: 8px 0 0;
        padding: 0;
        border: none; } }
    #usefull_link_block li.print a:before {
      content: "\f02f"; }
    #usefull_link_block li.sendtofriend a:before {
      content: "\f003"; }
    #usefull_link_block li#left_share_fb {
      clear: both;
      float: none; }
      #usefull_link_block li#left_share_fb a {
        padding-left: 18px; }
      #usefull_link_block li#left_share_fb a:before {
        content: "\f09a"; }
    #usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#favoriteproducts_block_extra_added {
      cursor: pointer;
      font-weight: 700;
      clear: both;
      float: none;
      margin: 0 0 8px 0;
      border: none;
      padding: 0;
      position: relative; }
      #usefull_link_block li#favoriteproducts_block_extra_remove:before, #usefull_link_block li#favoriteproducts_block_extra_add:before, #usefull_link_block li#favoriteproducts_block_extra_removed:before, #usefull_link_block li#favoriteproducts_block_extra_added:before {
        font-family: "FontAwesome";
        color: #333;
        font-size: 19px;
        line-height: 24px;
        position: absolute;
        top: -2px;
        left: 0;
        font-weight: normal;
        content: "\f08a"; }
      #usefull_link_block li#favoriteproducts_block_extra_remove:hover, #usefull_link_block li#favoriteproducts_block_extra_add:hover, #usefull_link_block li#favoriteproducts_block_extra_removed:hover, #usefull_link_block li#favoriteproducts_block_extra_added:hover {
        color: #000; }
    #usefull_link_block li#favoriteproducts_block_extra_removed:before {
      content: "\f004"; }

/* pb-left-column ****************************************************************************** */
.pb-center-column {
  margin-bottom: 30px;
  /* form */ }
  .pb-center-column h1 {
    /* padding-bottom: 16px;*/
    font-size: 20px;
    color: white; 
    background: rgb(48, 130, 179);
	text-align: center;
}
  .pb-center-column p {
    margin-bottom: 10px; }
  .pb-center-column #product_reference {
    margin-bottom: 6px; }
  .pb-center-column #	description_block {
    color: #666; }
    .pb-center-column #short_description_block .buttons_bottom_block {
      display: none; }
    .pb-center-column #short_description_block #short_description_content {
      padding: 0 0 15px;
      word-wrap: break-word;
      text-align: justify; }
      .pb-center-column #short_description_block #short_description_content p {
        line-height: 18px; }
  .pb-center-column #buy_block {
    margin-top: 10px; }
    .pb-center-column #buy_block label {
      display: inline-block;
      width: 125px;
      font-weight: 700;
      font-size: 12px;
      text-align: right; }
    .pb-center-column #buy_block p.price {
      padding: 0; }
  .pb-center-column #color_picker p {
    padding-bottom: 5px;
    font-weight: 700; }
.pb-center2-column {

}
.pb-center2-column h5 {
	/*background:url('/themes/default-bootstrap/img/titre_bloc.png') no-repeat;*/
	background:#333333;
	text-align:center;
	font-size:23px;
	color:white;
	margin-top: 7px;
	/*margin-bottom: 7px;*/
	margin-bottom: 0px;
	padding: 17px 0px;
}


#product p#loyalty {
  padding: 17px 0 15px 35px;
  border-top: 1px solid #d6d4d4;
  border-bottom: 1px solid #d6d4d4;
  margin: 10px 0 -5px;
  position: relative; }
  #product p#loyalty b {
    color: #333; }
  #product p#loyalty:before {
    content: "\f024";
    font-family: "FontAwesome";
    color: #cfcccc;
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    top: 16px;
    left: 0; }

#page .rte {
  padding: 0 20px 20px;
  word-wrap: break-word; }
  #page .rte p {
    margin-bottom: 1em;
    min-height: 1px; }

#attributes fieldset {
  padding-bottom: 3px; }
  #attributes fieldset label {
    vertical-align: top;
    display: block; }
#attributes .attribute_list {
  width: 100%; }
  #attributes .attribute_list .form-control {
    max-width: 230px; }
    #attributes .attribute_list .form-control option {
      background: #fff;
      color: #666; }
  #attributes .attribute_list ul {
    clear: both; }
    #attributes .attribute_list ul li {
      float: left;
      margin-right: 10px; }
  #attributes .attribute_list input.attribute_radio {
    float: left;
    margin-left: 3px; }
  #attributes .attribute_list div.radio,
  #attributes .attribute_list div.radio span,
  #attributes .attribute_list div.radio input {
    float: none;
    display: inline-block; }
  #attributes .attribute_list #color_to_pick_list {
    list-style-type: none; }
    #attributes .attribute_list #color_to_pick_list li {
      float: left;
      margin: 0 3px 3px 0;
      padding: 1px;
      border: 1px solid #d6d4d4;
      clear: none;
   }
      #attributes .attribute_list #color_to_pick_list li a.color_pick {
        display: block;

        cursor: pointer; }
        #attributes .attribute_list #color_to_pick_list li a.color_pick img {
          display: block;
  }
      #attributes .attribute_list #color_to_pick_list li.selected {
        border: 3px solid #AB047A; 
        margin-bottom: -1px;
        }

.product_attributes,
.box-cart-bottom {
  -moz-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
  padding: 19px 19px 17px; }

.box-cart-bottom {
  padding: 0; }
.box-cart-bottom div#bouton_panier, .box-cart-bottom p.buttons_bottom_block {
	float:left;
}
#short_description_content a,
.page-product-box .rte a {
  color: #333333;
  text-decoration: underline; }
#short_description_content a.btn,
.page-product-box .rte a.btn {
  text-decoration: none; }

.box-info-product {
  background: #f6f6f6;
  border: 1px solid #d2d0d0;
  border-top: 1px solid #b0afaf;
  border-bottom: 1px solid #b0afaf; }
  .box-info-product p {
    margin-bottom: 7px; }
  .box-info-product .exclusive {
    padding: 0;
   /* border-top: 1px solid #0079b6;
    border-right: 1px solid #006fa8;
    border-left: 1px solid #006fa8;
    border-bottom: 1px solid #012740;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    border: 0;
    position: relative;
    display: block;
    /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background-image: -moz-linear-gradient(#009ad0, #007ab7);
    background-image: -webkit-linear-gradient(#009ad0, #007ab7);
    background-image: linear-gradient(#009ad0, #007ab7);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 );*/
    background: url(/img/bouton_df.png) no-repeat; }
    .box-info-product .exclusive:before {
      font-family: "FontAwesome";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      color: #fff;
      font-size: 25px;
      line-height: 47px;
      text-shadow: 0 1px #015883;
      content: "\f07a";
      z-index: 2;
      width: 51px;
      text-align: center;
    /*  border: 1px solid #06b2e6;
      -moz-border-radius: 5px 0 0 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px 0 0 5px; */}
      @media (max-width: 991px) {
        .box-info-product .exclusive:before {
          display: none; } }
    .box-info-product .exclusive.added:before {
      content: "\f00c"; }
    .box-info-product .exclusive.added.disabled:before, .box-info-product .exclusive.disabled:before {
      height: 51px;
      content: "\f110";
      animation: 2s linear 0s normal none infinite spin;
      -webkit-animation: 2s linear 0s normal none infinite spin;
      -moz-animation: 2s linear 0s normal none infinite spin;
      border: none; }
    .box-info-product .exclusive:after {
     /* background: url(../img/border-1.gif) repeat-y 0 0;*/
      position: absolute;
      top: 0;
      bottom: 0;
      left: 51px;
      content: "";
      width: 1px;
      z-index: 2; }
      @media (max-width: 991px) {
        .box-info-product .exclusive:after {
          display: none; } }
    .box-info-product .exclusive span {
     /* -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;*/
      border:0;
      font-weight: 700;
      font-size: 20px;
      line-height: 22px;
     /* border-top: 1px solid #06b2e6;
      border-right: 1px solid #06b2e6;
      border-left: 1px solid #06b2e6;
      border-bottom: 1px solid #06b2e6;*/
      text-shadow: 0 1px #015883;
      padding: 12px 36px 14px 60px;
      color: #fff;
      display: block !important;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 1199px) {
        .box-info-product .exclusive span {
          padding: 12px 22px 14px 55px;
          font-size: 14px; } }
      @media (max-width: 991px) {
        .box-info-product .exclusive span {
          padding: 8px 12px 10px;
          text-align: left; } }
    .box-info-product .exclusive:hover {
     /* background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
      background-image: -moz-linear-gradient(#007ab7, #009ad0);
      background-image: -webkit-linear-gradient(#007ab7, #009ad0);
      background-image: linear-gradient(#007ab7, #009ad0);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ab7', endColorstr='#009ad0',GradientType=0 );*/
      background: url(/img/bouton_df.png) no-repeat;
      background-position: 0 0; }

#center_column.col-sm-9 .col-md-3 .box-info-product {
  background: #f6f6f6;
  border: 1px solid #d2d0d0;
  border-top: 1px solid #b0afaf;
  border-bottom: 1px solid #b0afaf; }
  #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive {
    padding: 0;
    border-top: 1px solid #0079b6;
    border-right: 1px solid #006fa8;
    border-left: 1px solid #006fa8;
    border-bottom: 1px solid #012740;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background-image: -moz-linear-gradient(#009ad0, #007ab7);
    background-image: -webkit-linear-gradient(#009ad0, #007ab7);
    background-image: linear-gradient(#009ad0, #007ab7);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 ); }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
      font-family: "FontAwesome";
      position: relative;
      top: 0;
      left: 0;
      bottom: 0;
      color: #fff;
      font-size: 25px;
      line-height: 47px;
      text-shadow: 0 1px #015883;
      content: "\f07a";
      z-index: 2;
      width: 51px;
      text-align: center;
      border: none;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; }
      @media (max-width: 991px) {
        #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
          display: none; } }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added:before {
      content: "\f00c"; }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added.disabled:before, #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.disabled:before {
      content: "\f110";
      animation: 2s linear 0s normal none infinite spin;
      -webkit-animation: 2s linear 0s normal none infinite spin;
      -moz-animation: 2s linear 0s normal none infinite spin;
      border: none; }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
      background: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 51px;
      content: "";
      width: 1px;
      z-index: 2; }
      @media (max-width: 991px) {
        #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
          display: none; } }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      border: none;
      border-top: 1px solid #006fa8;
      text-shadow: 0 1px #015883;
      padding: 12px 16px 14px;
      color: #fff;
      display: block !important;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 1199px) {
        #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
          font-size: 16px; } }
      @media (max-width: 991px) {
        #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
          padding: 8px 12px 10px;
          text-align: center; } }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:hover {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
      background-image: -moz-linear-gradient(#007ab7, #009ad0);
      background-image: -webkit-linear-gradient(#007ab7, #009ad0);
      background-image: linear-gradient(#007ab7, #009ad0);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ab7', endColorstr='#009ad0',GradientType=0 );
      background-position: 0 0; }

/* table_data_sheet */
.table-data-sheet {
  border-bottom: 1px solid #d6d4d4;
  width: 100%;
  margin: 0 0 20px;
  background: #fff; }
  .table-data-sheet tr {
    border-top: 1px solid #d6d4d4; }
    .table-data-sheet tr.even {
      background: #fdfdfd; }
    .table-data-sheet tr td {
      padding: 10px 20px 11px; }
      .table-data-sheet tr td:first-child {
        border-right: 1px solid #d6d4d4;
        width: 30%;
        font-weight: 700;
        color: #333; }

/* table product-discounts */
table.table-product-discounts {
  border: none;
  border-bottom: 1px solid #d6d4d4;
  border-right: 1px solid #d6d4d4;
  width: 50%;
  margin: 0 0 20px;
  background: #fff; }
  @media (max-width: 767px) {
    table.table-product-discounts {
      width: 100%; } }
  table.table-product-discounts tr th {
    background: #fbfbfb;
    color: #333;
    font-weight: 700;
    border: none;
    font-weight: 700; }
  table.table-product-discounts tr td,
  table.table-product-discounts tr th {
    border-left: 1px solid #d6d4d4;
    width: 33%;
    padding: 10px 20px 11px;
    border-top: 1px solid #d6d4d4;
    border-right: none;
    text-shadow: none;
    text-transform: none;
    font-weight: 13px;
    line-height: 18px;
    border-bottom: none; }

/* accessories  */
.accessories-block .block_description {
  display: none; }
.accessories-block .exclusive span {
  font-size: 13px;
  line-height: 18px;
  padding: 2px 8px 3px;
  text-decoration: none; }
  .accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
    text-decoration: none; }
.accessories-block .product-name {
  margin-bottom: 5px; }
  .accessories-block .product-name a {
    font-size: 15px;
    line-height: 18px;
    color: #3a3939; }
    .accessories-block .product-name a:hover {
      color: #515151; }
.accessories-block div ul li a {
  display: inline-block; }
.accessories-block div ul li.s_title_block a,
.accessories-block div ul li.s_title_block span {
  font-weight: 700; }

/* quantity_wanted */
#quantity_wanted_p input {
  width: 78px;
  height: 27px;
  padding: 0 6px;
  float: left;
  border: 1px solid #d6d4d4;
  line-height: 27px; }
#quantity_wanted_p .btn {
  float: left;
  margin-left: 3px; }
#quantity_wanted_p label {
  display: block;
  margin-bottom: 7px; }

/* availability_statut */
#availability_statut span#availability_label,
#availability_date_label {
  display: inline-block;
  width: 125px;
  font-weight: 700;
  font-size: 12px;
  text-align: right; }

#quantityAvailable {
  color: #333;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700; }

#availability_value,
#last_quantities {
  color: #fff;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  padding: 3px 8px 4px;
  margin-left: 5px; }

#last_quantities {
  background: #fe9126;
  border: 1px solid #e4752b;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px;
  margin-left: 0px; }

#availability_statut,
#pQuantityAvailable {
  display: inline-block; }

#pQuantityAvailable span {
  font-weight: 700;
  color: #333; }

/* box-security */
.box-security {
  border-top: 1px solid #dfdede;
  padding: 19px 19px 6px;
/*  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;*/
/*  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));*/
/*  background-image: -moz-linear-gradient(#ffffff, #fbfbfb);*/
/*  background-image: -webkit-linear-gradient(#ffffff, #fbfbfb);*/
/*  background-image: linear-gradient(#ffffff, #fbfbfb); */
/*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fbfbfb',GradientType=0 ); */}

/* prices */
.content_prices {
  padding: 13px 19px; }

.discount {
  display: none; }

.our_price_display {
  font-weight: 600;
  font-size: 29px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  color: #333; }
  @media (max-width: 991px) {
    .our_price_display {
      font-size: 26px;
      line-height: 28px; } }
  .our_price_display .price {
    font-weight: 600;
    font-size: 29px;
    line-height: 32px;
    color: #333; }
    @media (max-width: 991px) {
      .our_price_display .price {
        font-size: 26px;
        line-height: 28px; } }

#old_price {
  padding-bottom: 15px;
  font-size: 17px;
  text-decoration: line-through;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  line-height: 23px; }

#reduction_percent,
#reduction_amount {
  margin-right: 10px;
  padding: 1px 2px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  line-height: 23px;
  color: #fff;
  background: #f13340;
  border: 1px solid #d02a2c; }
  #reduction_percent span,
  #reduction_amount span {
    display: block; }
  .hide-left-column.hide-right-column #reduction_percent, .hide-left-column.hide-right-column
  #reduction_amount {
    display: inline-block; }

/* online_only */
.pb-center-column p.online_only {
  font-weight: 700;
  font-size: 13px;
  color: #f13340;
  text-align: left; }

.buttons_bottom_block {
  clear: both;
  padding: 13px 19px 0; }
  .buttons_bottom_block #wishlist_button {
    font-weight: 700; }

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
  width: 555px;
  overflow: hidden; }
  @media (max-width: 767px) {
    #send_friend_form {
      width: 280px; } }
  #send_friend_form .product img {
    margin: 0 0 10px 0;
    border: 1px solid #d6d4d4; }
  #send_friend_form .product p {
    padding: 0;
    color: #333; }
    #send_friend_form .product p .product_name {
      font-size: 12px;
      color: #000; }
  #send_friend_form .form_container {
    padding: 10px 15px;
    border: 1px solid #d6d4d4;
    background: #fbfbfb; }
    #send_friend_form .form_container p.intro_form {
      padding-bottom: 6px;
      font-weight: 700;
      font-size: 13px;
      color: #333; }
    #send_friend_form .form_container p.txt_required {
      padding-bottom: 0;
      color: #666; }
    #send_friend_form .form_container .text {
      padding-bottom: 10px; }
      #send_friend_form .form_container .text label {
        display: block;
        padding: 0;
        width: 100%;
        font-size: 12px; }
      #send_friend_form .form_container .text input {
        padding: 0 5px;
        height: 22px;
        width: 100%;
        border: 1px solid base-border-color;
        font-size: 12px;
        color: #666; }
  #send_friend_form .submit {
    margin-top: 20px;
    padding-bottom: 0;
    text-align: right; }

/* PERSONNALISATION ##################################################################### */
p.infoCustomizable {
  margin-bottom: 30px; }

ul#uploadable_files,
ul#text_fields {
  list-style-type: none; }

.customizableProductsFile,
.customizableProductsText {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d4d4; }

.customizationUploadLine {
  padding-bottom: 10px; }
  .customizationUploadLine label {
    display: block;
    vertical-align: top; }
  .customizationUploadLine textarea {
    width: 50%;
    border: 1px solid #d6d4d4;
    color: #777777; }

.customizationUploadBrowse img + a {
  position: relative;
  top: -51px; }

#customizedDatas {
  float: right; }

/******************************************************************
Quick View Styles
******************************************************************/
#product.content_only div.primary_block {
  margin-bottom: 0; }
  @media (max-width: 991px) {
    #product.content_only div.primary_block {
      margin-right: 0; } }
  #product.content_only div.primary_block div.pb-left-column {
    padding: 20px 20px 5px 35px;
    width: 47%; }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-left-column {
        width: 100%;
        float: none; } }
    #product.content_only div.primary_block div.pb-left-column span.view_scroll_spacer {
      width: 38px;
      padding-left: 10px; }
    #product.content_only div.primary_block div.pb-left-column #thumbs_list {
      width: 392px; }
  #product.content_only div.primary_block div.pb-center-column {
    padding: 20px 20px 60px 0px;
    width: 27.5%;
    margin-bottom: 0;
    min-height: 623px;
    height: 100%; }
    @media (max-width: 991px) {
      #product.content_only div.primary_block div.pb-center-column {
        min-height: 440px; } }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-center-column {
        width: 100%;
        float: none; } }
    #product.content_only div.primary_block div.pb-center-column .product_comments_block_extra {
      padding-right: 0; }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-center-column .comments_advices li {
        display: block; }
      #product.content_only div.primary_block div.pb-center-column .comments_advices a.reviews {
        margin: 0;
        padding: 0;
        border: none; } }
    #product.content_only div.primary_block div.pb-center-column #ShareDiv {
      position: absolute;
      bottom: 8px; }
  #product.content_only div.primary_block div.pb-right-column {
    width: 25.5%;
    padding-right: 15px;
    padding-left: 0; }
    #product.content_only div.primary_block div.pb-right-column .box-info-product {
      border-top-width: 0px;
      border-right: none;
      border-bottom: none;
      min-height: 623px;
      height: 100%;
      -moz-border-radius: 0 4px 4px 0;
      -webkit-border-radius: 0;
      border-radius: 0 4px 4px 0;
      position: relative;
      padding-bottom: 125px; }
      @media (max-width: 991px) {
        #product.content_only div.primary_block div.pb-right-column .box-info-product {
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          border-radius: 0;
          border: 1px solid #d6d4d4; } }
      #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive {
        display: block;
        width: 100%; }
        #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive:before, #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive:after {
          display: block; }
        #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive span {
          font-size: 20px;
          text-align: center; }
          @media (max-width: 1199px) {
            #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive span {
              padding: 12px 22px 14px 70px;
              font-size: 20px; } }
      #product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom {
        right: 0;
        left: 0; }
    #product.content_only div.primary_block div.pb-right-column #attributes .attribute_list .form-control {
      width: 230px; }
    #product.content_only div.primary_block div.pb-right-column .product_attributes,
    #product.content_only div.primary_block div.pb-right-column .box-cart-bottom {
      -moz-box-shadow: transparent 0px 0px 0px;
      -webkit-box-shadow: transparent 0px 0px 0px;
      box-shadow: transparent 0px 0px 0px; }
    #product.content_only div.primary_block div.pb-right-column .product_attributes {
      padding-top: 0; }

.addsharethisinner .stButton .stArrow {
  display: none !important; }

@media (max-width: 1050px) and (max-width: 479px) {
  #product.content_only div.primary_block,
  #product.content_only section.primary_block {
    margin-left: 0; } }
@media (max-width: 1050px) {
  #product.content_only div.primary_block div.pb-left-column,
  #product.content_only section.primary_block div.pb-left-column {
    width: 100%;
    padding-right: 15px; }
    #product.content_only div.primary_block div.pb-left-column #image-block, #product.content_only div.primary_block div.pb-left-column #views_block,
    #product.content_only section.primary_block div.pb-left-column #image-block,
    #product.content_only section.primary_block div.pb-left-column #views_block {
      max-width: 470px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
    #product.content_only div.primary_block div.pb-left-column #thumbs_list li,
    #product.content_only section.primary_block div.pb-left-column #thumbs_list li {
      width: 90px;
      height: 90px; }
      #product.content_only div.primary_block div.pb-left-column #thumbs_list li img,
      #product.content_only section.primary_block div.pb-left-column #thumbs_list li img {
        width: 82px;
        height: 82px; }
  #product.content_only div.primary_block div.pb-center-column,
  #product.content_only section.primary_block div.pb-center-column {
    width: 50%;
    float: left;
    padding-left: 35px; } }
  @media (max-width: 1050px) and (max-width: 479px) {
    #product.content_only div.primary_block div.pb-center-column,
    #product.content_only section.primary_block div.pb-center-column {
      width: 100%;
      float: none;
      padding-left: 15px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
@media (max-width: 1050px) {
  #product.content_only div.primary_block div.pb-right-column,
  #product.content_only section.primary_block div.pb-right-column {
    width: 50%;
    float: left; } }
  @media (max-width: 1050px) and (max-width: 479px) {
    #product.content_only div.primary_block div.pb-right-column,
    #product.content_only section.primary_block div.pb-right-column {
      margin-top: 10px;
      width: 100%;
      float: none;
      padding-left: 15px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
@media (max-width: 1050px) {
    #product.content_only div.primary_block div.pb-right-column .box-info-product,
    #product.content_only section.primary_block div.pb-right-column .box-info-product {
      border-top-width: 1px;
      min-height: 1px; } }
/***** IE code ****/
.ie8 .pb-left-column #image-block #view_full_size .span_link {
  background: #fff;
  border: 1px solid #d6d4d4; }
.ie8 .box-security {
  filter: none; }
  
  
/* perso dollsfrance */
  
table.mensurations {
}
table.mensurations td {
	padding: 3px 10px;
	border-bottom:1px solid pink;
}

table.mensurations td.titre {
	background-color: pink;
	border-bottom:1px solid white;
}

.mensurations #fiche_buste {
	float:left;
	background: url(https://www.dollsfrance.com/img/dollsfrance/dollsfrance_mensurations.png) 30px 10px no-repeat;
	padding: 8px 10px 30px 150px;
	width:300px;
}
.mensurations #fiche_infos{
	float:left;
	padding: 8px 10px 30px 10px;
	width:150px;
}
.mensurations #fiche_autres {
	padding: 8px 10px 30px 10px;
}
.mensurations .fiche_bloc {
	float:left;
	height: 55px;
	min-width: 200px;
	padding-left:50px;
	margin-top:10px;
}
.mensurations .fiche_bloc p {
	margin-bottom: 0;
	font-size: 11px;
}
.mensurations .fiche_bloc span {
	margin-bottom: 0;
	font-size: 22px;
}
#cadre_garantie {
	background-color: #f6f6f6;
	border-left: 2px solid #4b4b4b;
	border-right: 2px solid #4b4b4b;
	border-bottom: 2px solid #4b4b4b;
	padding: 12px;
}

#product_condition{
   display:none;
}

/*# sourceMappingURL=product.css.map */

#assurance {
	background-color : #252672;
}
	#assurance a {
	text-decoration:none;
	border:0;
	color:white;
}
#assurance .assurance_bloc {
	text-align: center;
}
#assurance .assurance_bloc p {
	color:white;
	font-family:Poppins;
}
#assurance #assurance_zone2 {	
	border:3px solid white;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#assurance_zone3 {
	background-image:url(/img/cms/telephone-dollsfrance.png);
	background-repeat: no-repeat;
			min-width: 343px;
		min-height: 515px;
}
@media (min-width: 912px) {
	#assurance {
		margin-top:70px;
		width: 1170px;
	}

	#assurance .assurance_bloc {
		float:left;
		width: 33%;
	}
	#assurance .assurance_bloc p {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#assurance_zone1 {
		clear:both;
		padding: 11px;
		margin-top:20px;
	 }
	#assurance #assurance_zone2 {
		padding: 10px;
		width:90%;
		margin-top:20px;
	}
	#assurance_zone3 {
		background-position:right bottom;

		float: right;
		margin-top: -95px;
		background-size:90%;
	}
	#assurance_gauche {
		float:left;
		width:780px;
		margin-left:40px;
	}

}
 @media (max-width: 767px) {
	#assurance {
		width:100%;
		height:auto;
		padding-left:0px;
	}
	#assurance_gauche {
		float:left;
		width:100%;
	}
	#assurance_zone1 {
		margin-top:5px;
	}
	#assurance_zone1 img {
		width:90%;
	}
	#assurance_zone2 img {
		width:90%;
		
	}
				
	#assurance .assurance_bloc p {
		font-size:0.8em;
	}
	#assurance .assurance_bloc {
		float:left;
		width: 33%;
	}
	#assurance #assurance_zone2 {
		width:90%;
		padding:10px;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:auto;
		margin-right:auto;
	}

	#assurance_zone3 {
		background-size: 90%;
		background-position:right bottom;
		float:right;
		margin-top:-30px;
	}
	
}

.attribut-photo {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    color: #333;
    padding: 5px 12px;
    margin-top: 10px;
    border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    gap: 6px;
}

.attribut-photo:hover {
    background-color: #f0f0f0;
    color: #000;
}

.attribut-photo i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('https://cdn-icons-png.flaticon.com/512/709/709496.png') no-repeat center center;
    background-size: contain;
}


/* module doll IA */

    /* Conteneur principal */
    .pricing-table-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px; /* Espace entre les colonnes */
        padding: 20px;
        max-width: 1200px;
        margin: 0 auto;
        background-color: #fff;
    }

    /* Style unique pour chaque colonne */
    .pricing-column {
        background: #fdfdfd;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        flex: 1 1 220px; /* Largeur min 220px, s'�tire uniform�ment */
        padding: 25px;
        display: flex;
        flex-direction: column;
        text-align: center;
        box-shadow: 0 2px 5px rgba(0,0,0,0.03);
    }

    /* En-t�te de la colonne */
    .plan-title {
        font-size: 1.3rem;
        font-weight: 700;
        color: #222;
        margin-bottom: 5px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .plan-slogan {
        font-size: 0.85rem;
        color: #666;
        font-style: italic;
        margin-bottom: 20px;
        min-height: 35px; /* Pour aligner les prix m�me si le texte varie */
    }

    /* Section Prix */
    .price-section {
        background-color: #f4f6f8;
        padding: 15px;
        border-radius: 6px;
        margin-bottom: 20px;
    }

    .price-main {
        font-size: 1.8rem;
        font-weight: 800;
        color: #333;
        display: block;
    }

    .price-sub {
        font-size: 0.8rem;
        color: #27ae60; /* Vert pour l'�conomie */
        font-weight: 600;
        display: block;
        margin-top: 5px;
    }

    /* Liste des fonctionnalit�s */
    .features-list {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left;
        font-size: 0.9rem;
        color: #444;
        line-height: 1.6;
    }

    .features-list li {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .features-list li:last-child {
        border-bottom: none;
    }

    .features-list strong {
        color: #000;
    }

    /* Responsive : sur mobile, les colonnes s'empilent */
    @media (max-width: 768px) {
        .pricing-table-container {
            flex-direction: column;
        }
    }
/*******************************************************
 REFONTE 2026 - Fiche technique mensurations (df-fiche)
 Mobile : colonne, details repliables. Desktop (>=768px) :
 stats + bandeau a gauche, details en colonne droite.
 Backup : product.css.bak-refonte-20260708
********************************************************/
.df-fiche {
  max-width: 420px;
  font-family: 'Hanken Grotesk', Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 16px auto; }
.df-fiche__stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px; }
.df-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: rgba(26,95,138,0.06);
  border-radius: 12px;
  padding: 14px 6px; }
.df-stat__value {
  font-size: 18px;
  font-weight: bold;
  color: #12354d; }
.df-stat__value small {
  font-size: 12px;
  font-weight: normal;
  color: #5a6b78; }
.df-stat__label {
  font-size: 11px;
  color: #5a6b78; }
.df-fiche__band {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  background: #1a5f8a;
  border-radius: 12px;
  padding: 16px 8px; }
.df-band__item { text-align: center; }
.df-band__value { font-size: 24px; font-weight: bold; color: #fff; }
.df-band__label { font-size: 11px; color: rgba(255,255,255,0.75); }
.df-band__sep { width: 1px; height: 32px; background: rgba(255,255,255,0.25); }
.df-fiche__details { display: flex; flex-direction: column; }
.df-fiche__details.is-hidden { display: none; }
.df-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 2px;
  border-bottom: 1px solid #edf1f4;
  font-size: 14px; }
.df-row:last-child { border-bottom: none; }
.df-row span:first-child { color: #5a6b78; padding-right: 12px; }
.df-row span:last-child { color: #12354d; font-weight: bold; text-align: right; }
.df-fiche__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: none;
  border: 1px solid #cfdbe4;
  border-radius: 10px;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #1a5f8a;
  cursor: pointer;
  font-family: inherit;
  width: 100%;
  transition: background 0.2s ease, border-color 0.2s ease; }
.df-fiche__toggle:hover {
  background: rgba(26,95,138,0.06);
  border-color: #1a5f8a; }
.df-fiche__toggle svg { transition: transform 0.25s ease; }
.df-fiche__toggle.is-open svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
@media (min-width: 768px) {
  .df-fiche {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(300px, 420px) 1fr;
    gap: 20px 48px;
    align-items: start;
    margin: 16px 0; }
  .df-fiche__stats { grid-column: 1; }
  .df-fiche__band { grid-column: 1; }
  .df-fiche__details,
  .df-fiche__details.is-hidden {
    display: flex !important;
    grid-column: 2;
    grid-row: 1 / span 2; }
  .df-fiche__toggle { display: none; } }

/*******************************************************
 REFONTE 2026 - Boutons actions produit (df-actions)
 (styles prets ; HTML a integrer dans product.tpl ou
 cible en CSS selon le code actuel de description_short)
********************************************************/
.df-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0;
  font-family: 'Hanken Grotesk', Helvetica, Arial, sans-serif; }
.df-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(26,95,138,0.08);
  color: #1a5f8a;
  padding: 13px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease; }
.df-btn:hover {
  background: rgba(26,95,138,0.16);
  color: #12496c;
  text-decoration: none; }
.df-btn svg { flex: none; }
.df-btn .df-chevron { transition: transform 0.2s ease; }
.df-btn:hover .df-chevron {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px); }

/*******************************************************
 REFONTE 2026 - Boutons actions produit, version CSS-only
 Cible le HTML en dur de description_short via [href],
 masque les images, reconstruit libelle + icone + chevron.
 Aucune modification des fiches produit necessaire.
********************************************************/
#short_description_content a[href="#awp_container"],
#short_description_content a[href^="#shopi_product_tab"],
#short_description_content a[href^="#video"],
#short_description_content a[href^="https://photos.dollsfrance.com"] {
  display: inline-flex;
  align-items: center;
  float: none;
  background-color: rgba(26,95,138,0.08);
  color: #1a5f8a;
  padding: 13px 18px 13px 46px;
  border-radius: 10px;
  font-family: 'Hanken Grotesk', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  margin: 0 10px 10px 0;
  background-repeat: no-repeat;
  background-position: 18px center;
  background-size: 18px 18px;
  transition: background-color 0.2s ease, color 0.2s ease; }
#short_description_content a[href="#awp_container"]:hover,
#short_description_content a[href^="#shopi_product_tab"]:hover,
#short_description_content a[href^="#video"]:hover,
#short_description_content a[href^="https://photos.dollsfrance.com"]:hover {
  background-color: rgba(26,95,138,0.16);
  color: #12496c;
  text-decoration: none; }
#short_description_content a[href="#awp_container"] img,
#short_description_content a[href^="#shopi_product_tab"] img,
#short_description_content a[href^="#video"] img,
#short_description_content a[href^="https://photos.dollsfrance.com"] img {
  display: none; }
#short_description_content a[href="#awp_container"]:after,
#short_description_content a[href^="#shopi_product_tab"]:after,
#short_description_content a[href^="#video"]:after,
#short_description_content a[href^="https://photos.dollsfrance.com"]:after {
  content: "\203A";
  font-size: 19px;
  font-weight: bold;
  margin-left: 10px;
  transition: transform 0.2s ease; }
#short_description_content a[href="#awp_container"]:hover:after,
#short_description_content a[href^="#shopi_product_tab"]:hover:after,
#short_description_content a[href^="#video"]:hover:after,
#short_description_content a[href^="https://photos.dollsfrance.com"]:hover:after {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px); }
#short_description_content a[href="#awp_container"] { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%231a5f8a'%20stroke-width='2'%20stroke-linecap='round'%3E%3Cline%20x1='4'%20y1='7'%20x2='20'%20y2='7'/%3E%3Ccircle%20cx='9'%20cy='7'%20r='2.5'/%3E%3Cline%20x1='4'%20y1='15'%20x2='20'%20y2='15'/%3E%3Ccircle%20cx='15'%20cy='15'%20r='2.5'/%3E%3C/svg%3E"); }
#short_description_content a[href="#awp_container"]:before { content: "Personnaliser ma poup\00e9 e"; }
#short_description_content a[href^="#shopi_product_tab"] { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%231a5f8a'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='3'%20y='4'%20width='18'%20height='16'%20rx='2'/%3E%3Ccircle%20cx='9'%20cy='10'%20r='2'/%3E%3Cpath%20d='M21%2016l-5-5-9%209'/%3E%3C/svg%3E"); }
#short_description_content a[href^="#shopi_product_tab"]:before { content: "Voir les albums photos"; }
#short_description_content a[href^="#video"] { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%231a5f8a'%20stroke-width='2'%20stroke-linejoin='round'%3E%3Ccircle%20cx='12'%20cy='12'%20r='9'/%3E%3Cpath%20d='M10%208.5l6%203.5-6%203.5z'%20fill='%231a5f8a'/%3E%3C/svg%3E"); }
#short_description_content a[href^="#video"]:before { content: "Vid\00e9 o de d\00e9 monstration"; }
#short_description_content a[href^="https://photos.dollsfrance.com"] { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%231a5f8a'%20stroke-width='2'%20stroke-linecap='round'%3E%3Ccircle%20cx='11'%20cy='11'%20r='7'/%3E%3Cline%20x1='16.5'%20y1='16.5'%20x2='21'%20y2='21'/%3E%3C/svg%3E"); }
#short_description_content a[href^="https://photos.dollsfrance.com"]:before { content: "Voir les photos d'usine"; }

/*******************************************************
 REFONTE 2026 - Bloc reassurance rose (df-reassurance)
 CSS recree le 2026-07-08 (version d'origine perdue lors
 d'un ecrasement de fichier). HTML : aside dans product.tpl.
********************************************************/
.df-reassurance {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #FDF0F6;
  border-radius: 14px;
  padding: 12px;
  margin: 0 0 20px;
  font-family: 'Hanken Grotesk', Helvetica, Arial, sans-serif; }
.df-header {
  background: #EC2A7A;
  border-radius: 10px;
  padding: 14px 12px;
  text-align: center;
  color: #fff; }
.df-header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em; }
.df-header-title img {
  height: 20px;
  width: auto;
  display: inline-block; }
.df-header-sub {
  font-size: 12px;
  color: rgba(255,255,255,0.85);
  margin-top: 4px; }
.df-item {
  display: flex;
  align-items: center;
  gap: 11px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  text-decoration: none;
  transition: box-shadow 0.25s ease, transform 0.25s ease; }
.df-item:hover {
  text-decoration: none;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px -8px rgba(201,25,95,0.35); }
.df-item-icon {
  width: 38px;
  height: 38px;
  flex: none;
  border-radius: 50%;
  background: rgba(236,42,122,0.1);
  color: #C9195F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold; }
.df-item-text { min-width: 0; }
.df-item-title {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #23262F;
  line-height: 1.3; }
.df-item-desc {
  display: block;
  font-size: 11.5px;
  color: #6A7085;
  line-height: 1.35;
  margin-top: 1px; }
.df-align {
  display: block;
  text-align: center;
  background: #fff;
  border: 1px dashed #EC2A7A;
  border-radius: 10px;
  padding: 11px 12px;
  font-size: 13px;
  font-weight: bold;
  color: #C9195F;
  text-decoration: none;
  transition: background 0.2s ease; }
.df-align:hover {
  background: rgba(236,42,122,0.06);
  text-decoration: none;
  color: #C9195F; }
.df-align em {
  font-style: normal;
  text-decoration: underline; }
.df-phone {
  display: flex;
  align-items: center;
  gap: 11px;
  background: #C9195F;
  border-radius: 10px;
  padding: 12px; }
.df-phone-icon {
  width: 38px;
  height: 38px;
  flex: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center; }
.df-phone-label {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,0.8); }
.df-phone-number {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 1.3; }
.df-phone-number:hover { color: #fff; text-decoration: none; }
.df-phone-intl {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,0.75); }


/* ============================================================
   Page produit - refonte "Contraste navy" (proposition 3)
   Ajoutee le 2026-07-11. Palette identique a la commande :
   navy #2B2E7A / #20235F, magenta #E5197E, encre #23254A,
   gris #5D6083, labels #8A8DB0, fond bleu pale #F0F1F8,
   bordures #E2E3EF. Police Nunito (chargee via header.tpl).
   NB : le CSS du bloc garantie .df-reassurance est INCHANGE ;
   seul son conteneur passe en grille pleine largeur (--full).
   Le style des options AWP sera ajoute dans un 2e temps.
   ============================================================ */

/* ---- Fond de page ---- */
body#product .columns-container { background: #F0F1F8; }
body#product #columns { padding-top: 16px; }

/* ---- Colonnes du haut en cartes ---- */
body#product .primary_block { margin-bottom: 4px; }
body#product .pb-left-column #image-block {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(43,46,122,.07);
  padding: 12px;
  border: none;
}
body#product .pb-left-column #image-block img { border-radius: 12px; }
body#product .pb-left-column #views_block { margin-top: 10px; }
body#product .pb-center-column {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(43,46,122,.07);
  padding: 22px;
  margin-bottom: 14px;
}
body#product .pb-center2-column > .content_prices {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(43,46,122,.07);
  padding: 22px;
  border: none;
  margin-bottom: 14px;
}

/* ---- Titre ---- */
body#product .pb-center-column h1 {
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.32;
  color: #2B2E7A;
  text-transform: none;
  border: none;
  padding: 0;
  margin: 0 0 10px;
}
/* "Etat : nouveau produit" : info deja portee par le badge Nouveau */
body#product #product_condition { display: none; }

/* ---- Description courte + Lire la suite mobile ---- */
body#product #short_description_content,
body#product #short_description_content p {
  font-size: 14px;
  line-height: 1.55;
  color: #5D6083;
}
body#product #short_description_content strong { color: #23254A; }
body#product .df-desc-more {
  display: none;
  border: none;
  background: none;
  color: #E5197E;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 13px;
  font-weight: 800;
  padding: 6px 0 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  body#product #short_description_content.df-desc-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  body#product .df-desc-more { display: inline-block; }
}

/* ---- Prix (carte du haut, colonne droite) ---- */
body#product .pb-center2-column .content_prices .our_price_display .price {
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #2B2E7A;
}
body#product .pb-center2-column .content_prices #old_price_display .price {
  font-size: 16px;
  color: #8A8DB0;
  text-decoration: line-through;
}
body#product .pb-center2-column .content_prices #reduction_percent,
body#product .pb-center2-column .content_prices #reduction_amount {
  display: inline-block;
  background: #FDEBF4;
  color: #E5197E;
  font-weight: 800;
  font-size: 12px;
  border-radius: 20px;
  padding: 2px 10px;
}

/* ---- Disponibilite : pills ---- */
body#product #availability_statut .label-success {
  background: #E8F7EE;
  color: #1FA84F;
  border: none;
  border-radius: 30px;
  padding: 5px 13px;
  font-size: 12.5px;
  font-weight: 800;
  text-shadow: none;
  display: inline-block;
}
body#product #last_quantities {
  background: #FDF3E4 !important;
  color: #B4690E !important;
  border: none !important;
  border-radius: 30px;
  display: inline-block;
  padding: 5px 13px !important;
  font-size: 12.5px;
  font-weight: 700;
}

/* ---- Bloc garantie : pleine largeur (cards inchangees) ---- */
body#product .df-reassurance--full {
  max-width: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  margin: 4px 0 24px;
}
body#product .df-reassurance--full .df-header { grid-column: 1 / -1; }
body#product .df-reassurance--full .df-align {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---- Sections en cartes + titres navy ---- */
body#product .page-product-box {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(43,46,122,.07);
  padding: 20px 22px;
  margin-bottom: 16px;
}
body#product h3.page-product-heading {
  background: none;
  border: none;
  color: #2B2E7A;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: none;
  padding: 0;
  margin: 0 0 14px;
}

/* ---- Galerie photos : repliee sur 1 ligne + degrade ---- */
body#product .df-gal-wrap { margin-bottom: 4px; }
body#product .df-gal-wrap ul.gallery {
  overflow: hidden;
  display: block;
}
body#product .df-gal-wrap.folded ul.gallery {
  -webkit-mask-image: linear-gradient(180deg, #000 62%, transparent 99%);
  mask-image: linear-gradient(180deg, #000 62%, transparent 99%);
}
body#product .df-gal-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  max-width: 420px;
  margin: 12px auto 0;
  padding: 10px 16px;
  border: 1.5px solid #E2E3EF;
  border-radius: 12px;
  background: #F0F1F8;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #2B2E7A;
  cursor: pointer;
  transition: border-color 130ms ease;
}
body#product .df-gal-more:hover { border-color: #2B2E7A; }
body#product .df-gal-more svg { transition: transform 200ms ease; }
body#product .df-gal-more.is-open svg { transform: rotate(180deg); }

/* ---- Bloc achat : bande navy pleine largeur ---- */
body#product #buy_block .box-info-product {
  background: linear-gradient(160deg, #2B2E7A 0%, #20235F 100%) !important;
  border: none !important;
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(32,35,95,.35);
  padding: 24px 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 30px;
}
body#product #buy_block .product_attributes {
  flex: 1 1 240px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: #fff;
}
body#product #buy_block .product_attributes label,
body#product #buy_block .product_attributes .attribute_label {
  color: #B9BBE0;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-weight: 700;
  text-shadow: none;
}
/* Quantite : pastilles */
body#product #quantity_wanted_p { display: flex; align-items: center; gap: 8px; margin: 0; }
body#product #quantity_wanted_p label { margin: 0 6px 0 0; font-size: 13px; }
body#product #quantity_wanted_p input#quantity_wanted {
  float: none;
  height: 36px;
  width: 58px;
  border: none !important;
  border-radius: 30px;
  background: rgba(255,255,255,.12);
  box-shadow: none;
  color: #fff;
  text-align: center;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 15px;
  font-weight: 900;
  margin: 0;
  padding: 0;
}
body#product #quantity_wanted_p .btn.button-minus,
body#product #quantity_wanted_p .btn.button-plus {
  float: none;
  width: 34px;
  height: 34px;
  border-radius: 50% !important;
  background: #fff !important;
  background-image: none !important;
  filter: none !important;
  border: none !important;
  box-shadow: 0 1px 3px rgba(35,37,74,.25);
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 120ms cubic-bezier(.23,1,.32,1);
}
body#product #quantity_wanted_p .btn.button-minus:active,
body#product #quantity_wanted_p .btn.button-plus:active { transform: scale(.9); }
body#product #quantity_wanted_p .btn.button-minus span,
body#product #quantity_wanted_p .btn.button-plus span {
  border: none !important;
  background: none !important;
  color: #2B2E7A;
  padding: 0;
  display: inline-flex;
}
body#product #minimal_quantity_wanted_p { color: #B9BBE0; font-size: 12px; }
/* Prix dans la bande navy */
body#product #buy_block .content_prices {
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  text-align: right;
  color: #D6D7EF;
}
body#product #buy_block .content_prices .our_price_display .price {
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}
body#product #buy_block .content_prices #old_price_display .price {
  font-size: 15px;
  color: #B9BBE0;
  text-decoration: line-through;
}
body#product #buy_block .content_prices #reduction_percent,
body#product #buy_block .content_prices #reduction_amount {
  display: inline-block;
  background: rgba(255,255,255,.14);
  color: #FF7EB9;
  font-weight: 800;
  font-size: 12px;
  border-radius: 20px;
  padding: 2px 10px;
}
/* Ajouter au panier : magenta */
body#product .box-cart-bottom {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  box-shadow: none;
}
body#product .box-info-product .exclusive,
body#product .box-info-product .exclusive:hover,
body#product .box-info-product .exclusive:focus {
  background: #E5197E !important;
  background-image: none !important;
  filter: none !important;
  border: none !important;
  border-radius: 13px;
  box-shadow: 0 6px 18px rgba(229,25,126,.4);
  height: auto;
  padding: 0;
  transition: transform 140ms cubic-bezier(.23,1,.32,1), background 120ms ease;
}
body#product .box-info-product .exclusive:hover { background: #F5348F !important; }
body#product .box-info-product .exclusive:active { transform: scale(.97); }
body#product .box-info-product .exclusive:before,
body#product .box-info-product .exclusive:after {
  display: none !important;
  content: none !important;
}
body#product .box-info-product .exclusive span,
body#product .box-info-product .exclusive:hover span {
  background: none !important;
  border: none !important;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  padding: 15px 32px;
  display: inline-block;
}
/* Liste d'envies : bouton fantome */
body#product .box-cart-bottom .wishlist a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid rgba(255,255,255,.35);
  border-radius: 13px;
  background: none;
  color: #fff;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 800;
  padding: 12px 18px;
  text-decoration: none;
  transition: background 130ms ease;
}
body#product .box-cart-bottom .wishlist a:hover { background: rgba(255,255,255,.1); }
@media (max-width: 767px) {
  body#product #buy_block .box-info-product { display: block; }
  body#product #buy_block .content_prices { text-align: left; margin: 14px 0; }
  body#product .box-cart-bottom { flex-direction: column; align-items: stretch; gap: 10px; }
  body#product .box-info-product .exclusive { width: 100%; }
  body#product .box-cart-bottom .wishlist a { justify-content: center; }
}

/* ---- Barre achat sticky mobile ---- */
.df-buybar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #20235F;
  box-shadow: 0 -6px 22px rgba(32,35,95,.4);
  padding: 10px 14px;
  display: none;
  align-items: center;
  gap: 12px;
  transition: transform 220ms cubic-bezier(.23,1,.32,1);
}
.df-buybar--hidden { transform: translateY(110%); }
.df-buybar-info { flex: 1; min-width: 0; }
.df-buybar-label {
  display: block;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  color: #B9BBE0;
  white-space: nowrap;
}
.df-buybar-price {
  display: block;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 19px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  white-space: nowrap;
}
.df-buybar-btn {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 12px;
  background: #E5197E;
  color: #fff;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 15px;
  font-weight: 900;
  padding: 12px 20px;
  cursor: pointer;
}
.df-buybar-btn:active { transform: scale(.97); }
@media (max-width: 767px) {
  .df-buybar { display: flex; }
  body#product { padding-bottom: 72px; }
}

/* ---- Signaler ce produit : lien discret ---- */
body#product .pb-center-column a[data-toggle="modal"][href*="report"],
body#product #product_report_trigger,
body#product a.product-report-link {
  font-size: 12.5px;
  font-weight: 700;
  color: #8A8DB0;
}

@media (prefers-reduced-motion: reduce) {
  body#product .df-gal-more svg,
  .df-buybar,
  body#product .box-info-product .exclusive { transition: none; }
}
/* ============================================================
   Fin refonte "Contraste navy" page produit - 2026-07-11
   ============================================================ */

/* ============================================================
   Correctifs v2 refonte navy page produit - 2026-07-11 (soir)
   ============================================================ */

/* Titre : retrait du bandeau bleu du theme, alignement gauche */
body#product .pb-center-column h1 {
  background: none !important;
  background-image: none !important;
  text-align: left !important;
  text-shadow: none !important;
  box-shadow: none !important;
  width: auto !important;
}

/* Badge NOUVEAU : pastille magenta (plus de ruban en diagonale) */
body#product #image-block .new-box,
body#product #image-block .sale-box {
  top: 22px;
  left: 22px;
  right: auto;
  width: auto;
  height: auto;
  overflow: visible;
  background: none;
  transform: none;
  z-index: 3;
}
body#product #image-block .new-box .new-label,
body#product #image-block .sale-box .sale-label {
  position: static;
  display: inline-block;
  background: #E5197E !important;
  background-image: none !important;
  color: #fff;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 5px 13px;
  width: auto;
  height: auto;
  transform: none !important;
  -webkit-transform: none !important;
  box-shadow: 0 2px 8px rgba(229,25,126,.35);
  text-shadow: none;
}
body#product #image-block .new-box:before,
body#product #image-block .new-box:after,
body#product #image-block .new-label:before,
body#product #image-block .new-label:after,
body#product #image-block .sale-box:before,
body#product #image-block .sale-box:after,
body#product #image-block .sale-label:before,
body#product #image-block .sale-label:after {
  display: none !important;
  content: none !important;
}

/* Description : Nunito, alignee a gauche (retrait du justify) */
body#product #short_description_content,
body#product #short_description_content p,
body#product #short_description_content li,
body#product #short_description_content span {
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  text-align: left !important;
  font-size: 14px;
  line-height: 1.6;
  color: #5D6083;
}
body#product #short_description_content strong,
body#product #short_description_content b {
  color: #23254A;
}
body#product #short_description_content hr {
  border: none;
  border-top: 1px solid #E2E3EF;
  margin: 14px 0;
}
body#product #short_description_content table,
body#product #short_description_content table td,
body#product #short_description_content table tr {
  border: none !important;
  background: none !important;
}
body#product #short_description_content img { border-radius: 12px; }

/* Prix sous le titre */
body#product .pb-center-column .df-price-top {
  border-top: 1px dashed #E2E3EF;
  border-bottom: 1px dashed #E2E3EF;
  margin: 14px 0 16px;
  padding: 12px 0;
  background: none;
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
body#product .df-price-top .our_price_display {
  margin: 0;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  color: #5D6083;
  font-size: 14px;
  font-weight: 700;
}
body#product .df-price-top .our_price_display .price {
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #2B2E7A;
  background: none;
  text-shadow: none;
}
body#product .df-price-top #old_price { margin: 0; }
body#product .df-price-top #old_price_display .price {
  font-size: 16px;
  color: #8A8DB0;
  text-decoration: line-through;
  background: none;
}
body#product .df-price-top #reduction_percent {
  display: inline-block;
  margin: 0;
  background: #FDEBF4;
  color: #E5197E;
  font-weight: 800;
  font-size: 12px;
  border-radius: 20px;
  padding: 2px 10px;
}
body#product .df-price-top #reduction_percent[style*="display:none"] { display: none !important; }

/* Quantite : centrage des icones + / - */
body#product #quantity_wanted_p .btn.button-minus span,
body#product #quantity_wanted_p .btn.button-plus span {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1 !important;
  margin: 0;
  float: none;
}
body#product #quantity_wanted_p .btn.button-minus span i,
body#product #quantity_wanted_p .btn.button-plus span i {
  line-height: 1 !important;
  font-size: 13px;
  margin: 0;
  padding: 0;
  float: none;
  position: static;
}
body#product #quantity_wanted_p .btn.button-minus,
body#product #quantity_wanted_p .btn.button-plus {
  line-height: 1;
  overflow: hidden;
}
/* ============================================================
   Fin correctifs v2 - 2026-07-11
   ============================================================ */

/* ============================================================
   Correctifs v3 refonte navy page produit - 2026-07-11 (nuit)
   Fil d'ariane, encart visage, options AWP, signalement
   ============================================================ */

/* --- Encart "Ce visage vous plait" (#bloc_modifier) --- */
body#product #bloc_modifier {
  float: none;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  -moz-column-gap: 14px;
  column-gap: 14px;
  align-items: center;
  border: 1.5px solid #F4D8E6 !important;
  border-radius: 14px;
  background: #FFFBFD;
  padding: 12px 14px;
  margin: 16px 0;
  font-size: 13px;
}
body#product #bloc_modifier2 {
  float: none;
  grid-row: 1 / 3;
  align-self: center;
}
body#product #bloc_modifier2 img.img_customize_2 {
  float: none;
  width: 72px;
  height: 72px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 50%;
  border: 3px solid #F4D8E6;
  margin: 0;
}
body#product #bloc_modifier p,
#page body#product #bloc_modifier p {
  grid-column: 2;
  padding: 0 !important;
  margin: 0 0 4px !important;
  text-align: left !important;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 12.5px;
  line-height: 1.45;
  color: #5D6083;
}
body#product #bloc_modifier p:first-of-type {
  font-size: 13.5px;
  font-weight: 800;
  color: #23254A;
}
body#product #bloc_modifier p a {
  color: #E5197E;
  font-weight: 800;
  text-decoration: none;
}
body#product #bloc_modifier p a:hover { text-decoration: underline; }

/* --- Options AWP : conteneur en carte --- */
body#product #awp_container > .awp_box {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(43,46,122,.07);
  padding: 20px 22px;
  margin-bottom: 16px;
}
body#product #awp_container .xtop,
body#product #awp_container .xbottom {
  display: none !important;
}
body#product #awp_container > .awp_box > .awp_content {
  background: none;
  padding: 0;
  border: none;
}
/* Chaque groupe : bordure douce + entete bleu pale */
body#product #awp_container .awp_box_inner {
  background: none;
  border: 1.5px solid #E2E3EF;
  border-radius: 14px;
  overflow: hidden;
  margin: 0 0 12px;
  width: 100%;
}
body#product #awp_container .awp_header {
  background: #F0F1F8 !important;
  border: none !important;
  color: #2B2E7A;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
  padding: 11px 16px;
}
body#product #awp_container .awp_header small {
  color: #8A8DB0;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
body#product #awp_container .awp_header small.awp_red,
body#product #awp_container .awp_red {
  color: #E5197E !important;
}
body#product #awp_container .awp_description {
  color: #8A8DB0;
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
body#product #awp_container .awp_box_inner .awp_content {
  background: none;
  border: none;
  padding: 14px 16px 10px;
}
/* Vignettes d'options */
body#product #awp_container .awp_group_image {
  border: 2px solid #E2E3EF;
  border-radius: 12px;
  background: #fff;
  padding: 3px;
  margin: 0 8px 8px 0;
  transition: border-color 130ms ease;
}
body#product #awp_container .awp_group_image:hover { border-color: #2B2E7A; }
body#product #awp_container .awp_group_image img { border-radius: 8px; display: block; }
/* Selection : cadre magenta (remplace le soulignement vert) */
body#product #awp_container .awp_image_sel {
  border: 2px solid #E5197E !important;
  border-bottom: 6px solid #E5197E !important;
  background: #FDEBF4 !important;
  border-radius: 12px;
}
body#product #awp_container .awp_image_nosel {
  border-bottom-width: 6px !important;
  border-bottom-style: solid !important;
  border-bottom-color: transparent !important;
}
/* Libelles et impacts de prix */
body#product #awp_container .awp_tbla,
body#product #awp_container .awp_tbca,
body#product #awp_container .awp_nila,
body#product #awp_container .awp_nica {
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #5D6083;
}
body#product #awp_container [id^="price_change_"],
body#product #awp_container [id^="awp_impact_cell"] {
  color: #E5197E;
  font-weight: 800;
}
/* Cases a cocher / radios en magenta */
body#product #awp_container input[type="radio"],
body#product #awp_container input[type="checkbox"] {
  accent-color: #E5197E;
  width: 15px;
  height: 15px;
}
body#product #awp_container select {
  border: 1.5px solid #E2E3EF;
  border-radius: 10px;
  padding: 6px 10px;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-weight: 700;
  color: #23254A;
  background-color: #fff;
}
/* Bandeau prix + panier interne AWP (si affiche) */
body#product #awp_container .awp_stock_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 22px;
  background: linear-gradient(160deg, #2B2E7A 0%, #20235F 100%);
  border-radius: 14px;
  padding: 14px 18px;
  margin: 4px 0 12px;
  color: #D6D7EF;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
}
body#product #awp_container .awp_stock_container .awp_stock { float: none; margin: 0; }
body#product #awp_container #awp_second_price,
body#product #awp_container .awp_stock .price {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  background: none;
  text-shadow: none;
}
body#product #awp_container .awp_stock_container input[type="text"] {
  width: 46px !important;
  height: 32px;
  border: none;
  border-radius: 30px;
  background: rgba(255,255,255,.12);
  color: #fff;
  text-align: center;
  font-weight: 900;
  padding: 0 !important;
}
body#product #awp_container .awp_stock_btn { float: none; margin: 0; }

/* --- Signaler ce produit : lien discret --- */
body#product .productreport { margin: 10px 0 0; }
body#product .productreport-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  color: #8A8DB0 !important;
  text-decoration: none;
}
body#product .productreport-link:hover { color: #E5197E !important; }
body#product .productreport-modal-content {
  border-radius: 18px;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
}
body#product .productreport-modal-content h3 {
  color: #2B2E7A;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-weight: 900;
}
body#product .productreport-modal-content input[type="email"],
body#product .productreport-modal-content input[type="text"] {
  border: 1.5px solid #E2E3EF;
  border-radius: 10px;
  padding: 8px 12px;
  width: 100%;
}
body#product .productreport-modal-content button[type="submit"] {
  background: #E5197E !important;
  background-image: none !important;
  border: none !important;
  border-radius: 12px;
  color: #fff;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-weight: 900;
  padding: 11px 22px;
}
/* ============================================================
   Fin correctifs v3 - 2026-07-11
   ============================================================ */

/* ============================================================
   Correctifs v4 - options AWP : vignettes non rognees + coche
   rose sur la selection (2026-07-12)
   ============================================================ */
body#product #awp_container .awp_group_image{
  box-sizing: border-box;
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 2px solid #E2E3EF;
  border-radius: 12px;
  background: #fff;
}
body#product #awp_container .awp_group_image a{
  display: block;
  width: 100%;
  height: 100%;
}
body#product #awp_container .awp_group_image img{
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  margin: 0;
}
/* selection : cadre magenta fin (plus de grosse bordure basse) */
body#product #awp_container .awp_image_sel{
  border: 2px solid #E5197E !important;
  background: #FDEBF4 !important;
}
body#product #awp_container .awp_image_nosel{
  border: 2px solid #E2E3EF !important;
}
body#product #awp_container .awp_image_nosel:hover{
  border-color: #2B2E7A !important;
}
/* coche rose dans le coin */
body#product #awp_container .awp_image_sel:after{
  content: "\2713";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #E5197E;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
  box-shadow: 0 1px 4px rgba(229,25,126,.45);
  z-index: 2;
}
/* ============================================================
   Fin correctifs v4 - 2026-07-12
   ============================================================ */

/* ============================================================
   Correctifs v5 - mobile : 2 vignettes par ligne (AWP + galerie),
   marges laterales reduites, image principale sans cadre blanc
   (2026-07-12)
   ============================================================ */

/* ---- Image principale : plein cadre, sans marge blanche ---- */
body#product .pb-left-column #image-block{
  padding: 0;
  overflow: hidden;
}
body#product .pb-left-column #image-block img{
  width: 100%;
  height: auto;
  border-radius: 18px;
  display: block;
}

@media (max-width: 767px){

  /* ---- Moins d'espace perdu sur les cotes ---- */
  body#product .pb-center-column{ padding: 16px; }
  body#product .page-product-box{ padding: 14px 12px; }
  body#product #awp_container > .awp_box{ padding: 12px 10px; }
  body#product #awp_container .awp_box_inner .awp_content{ padding: 10px 8px 6px; }

  /* ---- Options AWP : 2 vignettes par ligne ---- */
  body#product #awp_container .awp_cell_cont{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 4px;
    margin: 0 0 12px;
  }
  /* les retours a la ligne configures cote serveur (per_row desktop)
     ne doivent plus forcer de saut ici */
  body#product #awp_container .awp_cell_cont.awp_clear{ clear: none !important; }
  body#product #awp_container .awp_cell_cont:nth-of-type(odd){ clear: left !important; }
  body#product #awp_container .awp_group_image{
    width: 100% !important;
    height: auto !important;
    float: none;
    margin: 0 0 6px;
  }
  body#product #awp_container .awp_group_image img{
    height: auto !important;
  }

  /* ---- Galerie photos : 2 par ligne ---- */
  body#product .df-gal-wrap ul.gallery{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  body#product .df-gal-wrap ul.gallery li{
    display: block;
    width: calc(50% - 4px);
    margin: 0;
  }
  body#product .df-gal-wrap ul.gallery li a{
    display: block;
    padding: 0;
    border: none;
    margin: 0;
    background: none;
  }
  body#product .df-gal-wrap ul.gallery li img{
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
}
/* ============================================================
   Fin correctifs v5 - 2026-07-12
   ============================================================ */

/* ============================================================
   Correctifs v6 - options AWP multiples : clic direct sur la
   vignette, case a cocher masquee (2026-07-12)
   ============================================================ */
body#product #awp_container .awp_group_image.df-thumb-check{
  cursor: pointer;
}
body#product #awp_container .df-hidden-box{
  display: none !important;
}
/* ============================================================
   Fin correctifs v6 - 2026-07-12
   ============================================================ */

/* ============================================================
   Correctifs v7 - galerie photos desktop : rangees centrees,
   espacement regulier (2026-07-12)
   ============================================================ */
@media (min-width: 768px){
  body#product .df-gal-wrap ul.gallery{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  body#product .df-gal-wrap ul.gallery li{
    display: block;
    margin: 0;
  }
  body#product .df-gal-wrap ul.gallery li a{
    display: block;
    padding: 0;
    border: none;
    margin: 0;
    background: none;
  }
  body#product .df-gal-wrap ul.gallery li img{
    border-radius: 10px;
    display: block;
  }
}
/* ============================================================
   Fin correctifs v7 - 2026-07-12
   ====================================================
/* ============================================================
   Correctifs v8 - bloc quantite : blindage contre les styles
   inline poses par product.js apres chargement (show('slow'),
   checkMinimalQuantity) sur les pages a declinaisons (2026-07-12)
   ============================================================ */
body#product #quantity_wanted_p{
  display: flex !important;
  align-items: center !important;
  gap: 8px;
  margin: 0;
}
body#product #quantity_wanted_p input#quantity_wanted{
  background: rgba(255,255,255,.12) !important;
  background-image: none !important;
  border: none !important;
  border-radius: 30px !important;
  box-shadow: none !important;
  color: #fff !important;
  width: 58px !important;
  height: 36px !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  text-align: center !important;
}
/* feedback "quantite minimale non atteinte" : product.js pose un
   border rouge inline (neutralise ci-dessus) -> on le remplace
   par un anneau magenta */
body#product #quantity_wanted_p input#quantity_wanted[style*="red"]{
  box-shadow: 0 0 0 2px #E5197E !important;
}
/* ============================================================
   Fin correctifs v8 - 2026-07-12
   ============================================================ */

/* ============================================================
   Correctifs v9 - stepper quantite groupe [- qte +] dans une
   pastille, comme le checkout (2026-07-12)
   ============================================================ */
body#product #quantity_wanted_p .df-qty-pill{
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: rgba(255,255,255,.12);
  border-radius: 30px;
  padding: 3px;
}
/* l'input devient transparent dans la pastille */
body#product #quantity_wanted_p input#quantity_wanted{
  background: none !important;
  width: 40px !important;
  height: 30px !important;
}
/* boutons ronds calibres pour la pastille */
body#product #quantity_wanted_p .btn.button-minus,
body#product #quantity_wanted_p .btn.button-plus{
  width: 30px;
  height: 30px;
  margin: 0;
}
/* masquer les fleches natives du champ number */
body#product #quantity_wanted_p input#quantity_wanted::-webkit-outer-spin-button,
body#product #quantity_wanted_p input#quantity_wanted::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
body#product #quantity_wanted_p input#quantity_wanted{
  -moz-appearance: textfield;
}
/* ============================================================
   Fin correctifs v9 - 2026-07-12
   ============================================================ */

/* ============================================================
   Correctifs v10 - bouton "Ajouter a ma liste d'envies" :
   le markup reel est <p class="buttons_bottom_block"> avec
   #wishlist_button(_nopop), pas div.wishlist (2026-07-12)
   ============================================================ */
body#product .box-cart-bottom #wishlist_button,
body#product .box-cart-bottom #wishlist_button_nopop{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(255,255,255,.35) !important;
  border-radius: 13px;
  background: none !important;
  color: #fff !important;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 800;
  padding: 12px 18px;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  transition: background 130ms ease, border-color 130ms ease;
}
body#product .box-cart-bottom #wishlist_button:hover,
body#product .box-cart-bottom #wishlist_button_nopop:hover{
  background: rgba(255,255,255,.1) !important;
  text-decoration: none;
}
body#product .box-cart-bottom .buttons_bottom_block{
  margin: 0;
  padding: 0;
}
/* ============================================================
   Fin correctifs v10 - 2026-07-12
   ============================================================ */

/* ============================================================
   Correctifs v11 - coeur du bouton liste d'envies : plus de
   pastille grise, coeur simple blanc (2026-07-12)
   ============================================================ */
body#product .box-cart-bottom #wishlist_button:before,
body#product .box-cart-bottom #wishlist_button_nopop:before{
  background: none !important;
  color: #fff !important;
  width: auto !important;
  height: auto !important;
  font-size: 16px !important;
  line-height: 1 !important;
  margin: 0 8px 0 0 !important;
  border-radius: 0 !important;
}
/* ============================================================
   Fin correctifs v11 - 2026-07-12
   ============================================================ */
dding: 0;
  margin: 0;
  border-radius: 14px;
  background: #EFEDEA;
  box-shadow: 0 1px 2px rgba(35,38,47,0.05), 0 14px 34px -20px rgba(35,38,47,0.22);
  transition: box-shadow 0.5s cubic-bezier(0.32,0.72,0,1), transform 0.5s cubic-bezier(0.32,0.72,0,1);
}
body#product #productscategory_list a.product-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center 18%;
  margin: 0;
  border: none;
  transition: transform 1s cubic-bezier(0.32,0.72,0,1);
}
@media (hover: hover) {
  /* pas de translateY ici : le viewport bxSlider (overflow hidden,
     hauteur fixe JS) rognerait le haut de la carte */
  body#product #productscategory_list li.product-box:hover a.product-image {
    box-shadow: 0 2px 4px rgba(35,38,47,0.06), 0 26px 48px -22px rgba(35,38,47,0.34);
  }
  body#product #productscategory_list li.product-box:hover a.product-image img {
    transform: scale(1.045);
  }
  body#product #productscategory_list li.product-box:hover h5 a {
    color: #DA2B6E;
  }
}
/* -- nom produit -- */
body#product #productscategory_list h5 {
  padding: 0 2px;
  margin: 8px 0 3px;
  min-height: 2.6em;
  font-size: 14px;
  line-height: 1.3;
}
body#product #productscategory_list h5 a,
body#product #productscategory_list h5 a:visited {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #23262F;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s cubic-bezier(0.32,0.72,0,1);
}
/* -- prix -- */
body#product #productscategory_list p.price_display {
  padding: 3px 2px 0;
  margin: 0;
  line-height: 1.25;
  font-variant-numeric: tabular-nums;
  text-align: left;
}
body#product #productscategory_list p.price_display .price {
  font-size: 16.5px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #23262F;
  background: none;
}
body#product #productscategory_list p.price_display .old-price {
  font-size: 12.5px;
  font-weight: 500;
  color: #8A8FA0;
  text-decoration: line-through;
  margin: 0 0 0 6px;
  background: none;
}
body#product #productscategory_list p.price_display .price-percent-reduction {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: #DA2B6E;
  border: none;
  padding: 2px 6px;
  border-radius: 4px;
  margin: 0 0 0 6px;
  vertical-align: 2px;
}
/* -- fleches du carrousel : pastilles blanches navy -- */
body#product #productscategory_list .bx-wrapper .bx-controls-direction a {
  width: 38px;
  height: 38px;
  top: 40%;
  margin-top: -19px;
  background: #fff;
  border: 1.5px solid #E2E3EF;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(43,46,122,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: border-color 130ms ease, color 130ms ease;
}
body#product #productscategory_list .bx-wrapper .bx-controls-direction a:before {
  padding: 0;
  color: #2B2E7A;
  font-family: "FontAwesome";
  font-size: 17px;
  line-height: 1;
}
body#product #productscategory_list .bx-wrapper .bx-prev:before { content: "\f104"; }
body#product #productscategory_list .bx-wrapper .bx-next:before { content: "\f105"; }
body#product #productscategory_list .bx-wrapper .bx-controls-direction a:hover {
  border-color: #2B2E7A;
}
body#product #productscategory_list .bx-wrapper .bx-prev { left: -8px; }
body#product #productscategory_list .bx-wrapper .bx-next { right: -8px; }
body#product #productscategory_list .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* ============================================================
   Fin correctifs v9 - 2026-07-12
   ============================================================ */
