<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* 2007-2018 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA &lt;contact@prestashop.com&gt;
*  @copyright 2007-2018 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark &amp; Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.thumbnail-container .product-thumbnail
{
    position: relative;
}
.thumbnail-container-list .feature_picto,
.product-miniature .product-thumbnail .feature_picto {
    right: 5px;
    position: absolute;
    bottom: 15px;
}
.feature_picto .fea-picto-list {
  
	max-width: 25px;
        height: auto;
        float: left;
        margin-right: 5px;
}
#product .feature_picto .fea-picto-list{
    display: inline-block;
    width: auto;
    height: 30px;
    max-width: unset;
}
.picto-item {
  position: relative;  
  border-radius: 50%;
      top: 4px;
}
#product .product-page-informations .picto-item {
  display: table-cell;

}

.picto-item:hover:after,
.picto-item:focus:after {
  content: attr(aria-label);  
  position: absolute;
 top: -40px;
    left: 50%;
    transform: translateX(-36%); 
  z-index: 1; 
  white-space: nowrap;  
  padding: 5px 14px;
  background:#fff ;
  color: #000000;
  border-radius: 4px;
  border :1px solid #8c837c;
  font-size: 14px;
font-weight: 400;
z-index: 99;
font-family: 'Poppins', 'Playfair Display', 'Open Sans' !important;
}


.feature_sub_picto [aria-label]:hover:before,
.feature_sub_picto [aria-label]:focus:before {
  content: "â–¼";
  position: absolute;
  top: -12px;
  left: 99%;
  transform: translateX(-159%);
  font-size: 20px;
  color: #000000;
  z-index:10000;
}
#product .feature_sub_picto [aria-label]:hover:before,
#product .feature_sub_picto [aria-label]:focus:before {
  content: "â–¼";
  position: absolute;
  top: -20px;
  left: 70%;
  transform: translateX(-207%); 
  font-size: 20px;
  color: #000000;
  z-index:10000;

}
#category .picto-item.picto-item_hover:after,
#category .picto-item.picto-item_hover:focus:after{
 top :-37px !important;
 z-index: 999;
}
#category .feature_sub_picto.sub_picto_hover [aria-label]:before,
#category .feature_sub_picto.sub_picto_hover [aria-label]:focus:before{
  top:-9px !important;
}
/* pas de contour durant le :focus */
.feature_sub_picto [aria-label]:focus {
  outline: none;
}
#product .picto-item:hover:after,
#product .picto-item:focus:after {
  content: attr(aria-label);  /* on affiche aria-label */
  position: absolute;
 top: -51px;
    left: 50%;
    transform: translateX(-74%); /* on centre horizontalement  */
  z-index: 1; /* pour s'afficher au dessus des Ã©lÃ©ments en position relative */
  white-space: nowrap;  /* on interdit le retour Ã&nbsp; la ligne*/
  padding: 5px 14px;
  background:#fff ;
  color: #000000;
  border-radius: 4px;
  border :1px solid #8c837c;
  font-size: 14px;
font-weight: 400;
font-family: 'Poppins', 'Playfair Display', 'Open Sans' !important;
}
.product-list-2475813443 .first .picto-item:hover:after, .product-list-2475813443 .first .picto-item:focus:after{
    transform: translateX(-7%) !important;
}
.product-list-2475813443 .feature_picto{
        top: 40px !important;
}
#category.picto-item:hover:after,
#category .picto-item:focus:after {
  content: attr(aria-label);  /* on affiche aria-label */
  position: absolute;
 top: -51px;
    left: 50%;
    transform: translateX(-74%); /* on centre horizontalement  */
  z-index: 1; /* pour s'afficher au dessus des Ã©lÃ©ments en position relative */
  white-space: nowrap;  /* on interdit le retour Ã&nbsp; la ligne*/
  padding: 5px 14px;
  background:#fff ;
  color: #000000;
  border-radius: 4px;
  border :1px solid #8c837c;
  font-size: 14px;
font-weight: 400;
font-family: 'Poppins', 'Playfair Display', 'Open Sans' !important;
}
.product-list-2475813443 .first .picto-item:hover:after, .product-list-2475813443 .first .picto-item:focus:after{
    transform: translateX(-7%) !important;
}</pre></body></html>