
/* FONT */

@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
b,
label,
small,
strong,
span,
a,
p,
tr,
td,
thead,
tbody,
button,
input,
select {
font-family: 'Roboto', sans-serif;    
font-style: normal !important;
}
/* Fin FONT */


/*COOKIES*/

#lib-cookies {
    display: none!important;
}

.lib-cookies-validation {
    background: #e1251b;
    color: #e8e8e8;
}

.lib-cookies-validation p {
    color: #e8e8e8;
}

.button, .buttonHollow {
    background-color: #fff;
    color: #111!important;
    border-radius: 5px;
    border: none;
}

.button:hover, .buttonHollow:hover {
    background-color: #333!important;
    color: #fff!important;
    border-radius: 5px;
    border: none;
}

.cookiesOpenButton {
    background-color: #e1251b;
}

.cookiesPreferences-table-header {
    background-color: #e1251b;
}

.cookiesPreferences-action .button {
     background-color: #e1251b;
     border-radius: 5px;
}
.cookiesPreferences-action .button:hover {
     background-color: #e1251b;
}

#lib-cookies .switch-paddle {
    background-color: #e1251b!important;
    border-radius: 5px;
}

#lib-cookies .switch-paddle::after {
    border-radius: 3px;
}

#lib-cookies-validation #libCookiePreferencesButton {
    background-color: #fff;
    border: 2px solid #fff;
    color: #e1251b;
}

#libCookieDeclineButton:hover {
    color: #e1251b;
}

#libCookieClosePreferencesButton .fa-times {
    color: #000;
}
/* FIN COOKIES*/

/* display none bandeau cookies */



/* display none bandeau cookies */


/*FIL D'ARIANE*/

#u-7b96d5b9-3ab9-40ff-92d5-4eb4e1f89d19  {
     font-weight: 500;
         max-width: 1200px;
    margin: 10px auto;
 }
._0033_marketing {
        max-width: 1200px;
    margin: 10px auto;
}

 ._0033_marketing a  {
    max-width: 1200px;
    margin: 10px auto;
    color: #474747!important;
}
 ._0033_marketing a:hover  {
    color: #e1251b!important;
    text-decoration: none;
}

/*FIN FIL D'ARIANE*/

/* BG imgae */

    body {
        background-color: #707372;
    }

/* Fin BG imgae */

#u-485aff9b-cc1c-4035-a981-f638ad840877 {
   width: 100%!important;
    background-color: white!important;
}

/*bouton devis express */

button[data-es-id=product_card-express-quotation] {
    width: 80%;
    font-size: 0.7rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff!important;
    background-color: #e1251b;
    margin: 0 auto 1rem;
}

button[data-es-id=product_card-express-quotation]:hover {
	background-color: #333 ;
	color: #fff ;
}

.expressQuotation {
    display: none;
}

/* Modale Devis express */
.expressQuotation {
    width: 95% !important;
	min-height: 70vh;
	padding: 1.5rem 3rem;
}

.expressQuotationForm {
	display: flex;
	flex-direction: column;
}

.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 {
	width: 100%;
}

.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 label {
	display: none;
}

.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 input,
.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 select,
.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 textarea {
	box-shadow: none;
	border: 1px solid #333;
	border-radius: 4px;
	font-size: 0.9rem;
	font-weight: 500;
	color: #333;
}

.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 input::placeholder,
.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 textarea::placeholder {
	font-size: 0.9rem;
	font-weight: 500;
	color: #333;
}

.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 input:focus,
.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 select:focus {
	box-shadow: none;
}

.expressQuotationForm h2[data-es-id="express_quotation_modal_title"] {
	font-size: 1.9rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}

.expressQuotationForm .editableLabel p,
.expressQuotationForm .editableLabel span {
	font-family: inherit !important;
	color: #333 !important;
}

.expressQuotationForm .editableLabel a p,
.expressQuotationForm .editableLabel a span {
	color: #333 !important;
}

.expressQuotationForm .editableLabel a:hover p,
.expressQuotationForm .editableLabel a:hover span {
	text-decoration: underline !important;
}

.expressQuotationForm .express-quotation-confirm-button {
    background-color: #e1251b;
    border-radius: 4px;
    color: #fff!important ;
    text-transform: uppercase;
}

.expressQuotationForm .express-quotation-confirm-button:hover {
	background-color: #333 ;
	color: #fff!important ;
}

.close-button#express-quotation-close svg {
	width: 0.75rem;
	color: #333;
}

.close-button#express-quotation-close svg:hover {
	color: #333;
}

@media screen and (max-width: 39.9375em) {
	.expressQuotationForm h2[data-es-id="express_quotation_modal_title"] {
		font-size: 1.5rem;
	}
}
/* 0007_header : u-58911b28-b76c-4b68-9a14-a71be696826f */
#u-58911b28-b76c-4b68-9a14-a71be696826f                                 header {
    z-index: 10000;
    top: 0;
    width: 100vw;
    max-height: 137px;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .sticky-container .sticky {
    position: fixed;
    width: 100%;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .sticky {
    background-color: #6f7271;

  }



#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenuTop a {
    color: #ffffff;
    font-size: 0.9em;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenuTop a:hover {
    color: #e1251b;
    transition: 250ms color ease;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenuTop .dropdown.menu a::after {
    border-color: #fff transparent transparent;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenuTop .is-dropdown-submenu {
    border: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    background-color: white;
    z-index: 20;
    border-top: 2px solid #6f7271;
    padding: 5px 10px;
    text-transform: uppercase;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenuTop .is-dropdown-submenu li {
    line-height: 2;
    text-transform: uppercase;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenu .is-dropdown-submenu button {
    color: #6f7271;
    padding: 8px;
    text-transform: uppercase;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenuTop .is-dropdown-submenu button:hover {
    cursor: pointer;
    color: #e1251b !important;
    transition: 250ms color ease;
    text-transform: uppercase;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenu {
    background-color: white;
    padding: 0 16px;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenu-menu {
    align-items: center;
    font-weight: 500;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenu-menu .logo {
    padding-left: 0;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .is-drilldown:hover {
    color: #e1251b !important;

  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .is-dropdown-submenu>li a:hover {
    color: #e1251b !important;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    header .logo img {
    height: auto;
    max-width: 150px;
    min-width: 150px;
    object-fit: contain;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenu-search .input-group {
    margin-bottom: 1.5rem;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenu-search input {
    border-color: #6f7271;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    box-shadow: none;
    margin-right: 5px;
    color: #939598;
    border-radius: 0 !important;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenu-search input::placeholder {
    color: #939598;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenu-search button {
    background-color: #e1251b;
    padding-left: 19px;
    border-radius: 10px;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenu-search button:hover {
    background-color: #6f7271;
    padding-left: 19px;
    border-radius: 10px;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenu-search button svg {
    color: #fff;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenu-search form {
    margin-bottom: 0;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .languageSelect {
    display: block;
  }

  @media screen and (min-width: 1024px) {

    .mobileMenu-btn,
    .headerMenuTop-searchExandable,
    .headerMenuTop .logo,
    .mobileMenu,
    .headerMenu .companyInformations,
    .headerMenu .accountLinks,
    .headerMenu .accountLinks .wishlist-link,
    .headerMenu .accountLinks .connexion-link,
    .headerMenu .accountLinks .shoppingCart-link,
    .headerMenu .accountLinks .languageSelect,
#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .close-button {
      display: none;
    }

    .headerMenuTop .companyInformations,
    .headerMenuTop .accountLinks .wishlist-link,
    .headerMenuTop .accountLinks .connexion-link,
    .headerMenuTop .accountLinks .languageSelect,
    .headerMenu-search,
#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenu .logo {
      display: block;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenuTop .accountLinks .connexion-link {
      display: flex;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenuTop .accountLinks .connexion-link svg {
      color: #fff;
      position: relative;
      top: 3px;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenuTop .accountLinks .connexion-link svg:hover {
      color: #e1251b;
      position: relative;
      top: 3px;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenuTop .accountLinks .connexion-link span {
      display: none;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenuTop .accountLinks .connexion-link span[data-es-label="header.login"] {
      display: block;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenuTop .accountLinks .connexion-link .connexion-link-dropdown a:first-child {
      margin-right: 20px;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenuTop .accountLinks .connexion-link .connexion-link-dropdown a:last-child::before {
      content: '✢';
      margin-right: 5px;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenuTop .accountLinks .languageSelect {
      text-transform: uppercase;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenu {
      display: flex;
      position: inherit;
      visibility: visible;
      width: 1200px;
      margin: 0 auto;
      transform: inherit;
      overflow: visible;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .off-canvas-wrapper {
      overflow: visible;
      background-color: white;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenuTop .accountLinks .shoppingCart-link span {
      display: inline-block;
    }

    .menu-firstLevel-link,
    .menu-secondLevel-link,
    .menu-thirdLevel-link,
#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .menu-lastLevel-link {
      color: #6f7271;
    }

    .menu-firstLevel-link:hover,
    .menu-secondLevel-link:hover,
    .menu-thirdLevel-link:hover,
    .menu-lastLevel-link:hover,
    .menu-firstLevel-link:focus,
    .menu-secondLevel-link:focus,
    .menu-thirdLevel-link:focus,
#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .menu-lastLevel-link:focus {
      color: #e1251b;
      transition: 250ms color ease;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .menu-firstLevel-link::after {
      border-color: #6f7271 transparent transparent;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .menu-firstLevel-link:hover::after {
      border-color: #6f7271 transparent transparent;
      transition: 250ms all ease;
    }
  }

  /**** RESPONSIVE ****/
  @media screen and (min-width: 64em) {
#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
      margin-top: -1px;
    }
#u-58911b28-b76c-4b68-9a14-a71be696826f                                        .grid-x {
  max-width: 1200px;
  padding: 0 16px;
  margin: 0 auto;
  }
  }

  @media screen and (max-width: 64em) {
#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .languageSelect {
      display: none;
    }

  }

  @media screen and (min-width: 64em) and (max-width: 1199px) {
#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenu-menu li a {
      font-size: 0.9rem;
      padding-right: 0.7rem;
      padding-left: 0.7rem;
    }

    .headerMenu-search input,
#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenu-search input::placeholder {
      font-size: 0.9rem;
    }
  }

  @media screen and (min-width: 1024px) and (max-width: 1046px) {
#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .off-canvas-absolute{
      justify-content: space-around;
      max-width: 1200px!important;
      margin: 0 auto;
    }
  }

  @media screen and (max-width: 1023px) {
#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .sticky {
      transform: inherit;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenu {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      overflow-y: auto;
      width: 250px;
      background-color: #c5c4c5;
      padding: 32px 0 0 0;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .close-button {
      position: absolute;
      align-items: center !important;
      justify-content: center;
      border-bottom: none;
      top: 8px;
      right: 8px;
      width: 32px !important;
      padding: 0 !important;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenuTop {
      padding: 16px;
      background-color: #fff;
      box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.19);
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenuTop a {
      font-size: 1.05em;
      color: #6f7271;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenuTop a .svg-inline--fa.fa-w-18 {
      width: 2.1em;
      height: 1.1em;
      margin-right: 0;
      margin-left: 15px;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      [type=search] {
      box-shadow: none;
    }

    .headerMenuTop .companyInformations,
    .headerMenuTop .accountLinks .wishlist-link,
    .headerMenuTop .accountLinks .connexion-link,
    .headerMenuTop .accountLinks .shoppingCart-link span,
    .headerMenuTop .accountLinks .languageSelect,
    .headerMenu-search,
#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenu .logo {
      display: none !important;
    }

    .mobileMenu-btn,
    .headerMenuTop-searchExandable,
    .headerMenuTop .logo,
    .headerMenu .companyInformations,
    .headerMenu .accountLinks .wishlist-link,
    .headerMenu .accountLinks .connexion-link,
#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenu .accountLinks .languageSelect {
      display: block;
      width: 100%;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                     .languageSelect li {
        text-transform: uppercase;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
      border-color: #6f7271 transparent transparent;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenu button {
      color: #6f7271;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenu .accountLinks .shoppingCart-link span {
      display: inline-block;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .mobileMenu-btn .fa-bars {
      color: #939598;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .mobileMenu-btn:hover .fa-bars {
      cursor: pointer;
      color: #575757;
      transition: 250ms color ease;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenu>*:not(.close-button) {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
      padding: 32px 16px;
      border-bottom: 1px solid #cacaca;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenu>*:last-child {
      border: none;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenu-menu {
      font-weight: 500;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenu-menu a {
      width: calc(100% - 16px);
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenu-menu a::after {
      border-color: #e1251b transparent transparent;
      right: -8px;
    }

    .headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true]>a,
#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenu-menu .is-accordion-submenu-item[aria-expanded=true]>a {
      background-color: rgba(255, 255, 255, 0.2) !important;
      font-weight: 500;
      margin: 0 -16px 8px -16px;
      width: calc(100% + 32px) !important;
      padding: 0.7rem 16px !important;
      color: #6f7271!important;
    }

    .headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true]>a:hover,
    .headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true]>a:focus,
    .headerMenu-menu .is-accordion-submenu-item[aria-expanded=true]>a:hover,
#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenu-menu .is-accordion-submenu-item[aria-expanded=true]>a:focus {
      color: #e1251b !important;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true] a::after {
      right: 22px;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .menu-lastLevel {
      left: 0 !important;
      margin-bottom: 32px;
    }

    .headerMenu .accountLinks a,
    .headerMenu .companyInformations a,
    .menu-firstLevel-link,
    .menu-secondLevel-link,
    .menu-thirdLevel-link,
#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .menu-lastLevel-link {
      padding: 8px 0 !important;
      color: #6f7271;
      background: transparent !important;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenu .accountLinks a:last-child {
      color: #6f7271;
      padding: 8px !important;
    }

    .menu-secondLevel,
#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .menu-thirdLevel {
      background-color: transparent;
      padding-left: 10px;
    }

    .menu-firstLevel-link:hover,
    .menu-secondLevel-link:hover,
    .menu-thirdLevel-link:hover,
    .menu-lastLevel-link:hover,
    .headerMenu .accountLinks a:hover,
#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenu .companyInformations a:hover {
      color: #6f7271!important;
      transition: 250ms all ease;
    }

    .headerMenuTop .mobileMenu-btn:hover .fa-bars,
#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .headerMenuTop .shoppingCart-link:hover {
      color: #e1251b;
      transition: 250ms all ease;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .is-drilldown {
      width: 100% !important;
      max-width: 100% !important;
      height: auto !important;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .is-drilldown li {
      width: 100%;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .drilldown .is-drilldown-submenu-parent>a::after {
      border-color: transparent transparent transparent #6f7271;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .drilldown .js-drilldown-back>a::before {
      border-color: transparent #6f7271 transparent transparent;
    }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                      .languageSelect {
      display: none;
    }
#u-58911b28-b76c-4b68-9a14-a71be696826f                                     .headerMenu-menu a {
        color: #6f7271;
    }
#u-58911b28-b76c-4b68-9a14-a71be696826f                                   .headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true] a::after {
      right: 2px;
  }
  }

  /**** SEARCH EXANDABLE ****/
#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenuTop-searchExandable input[type=search] {
    background: #8a8a8a url('/api/assets/u-f1073a79-be70-47e5-af1c-7b769ccd95e3') no-repeat 9px center!important;
    border: solid 1px transparent;
    padding: 9px 10px 9px 26px;
    width: 35px;
    border-radius: 5000px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 15px!important;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenuTop-searchExandable input[type=search]:focus {
    cursor: text;
    width: 120px;
    border-color: #6f7271;
    -webkit-box-shadow: 0 0 5px rgba(87, 87, 87, 0.5);
    box-shadow: 0 0 5px rgba(87, 87, 87, 0.5);
    background: none!important;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenuTop-searchExandable input::placeholder {
    font-size: 1rem;
    color: #8a8a8a;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenuTop-searchExandable input[type=search]:hover:not(:focus) {
    cursor: pointer;
    background: #fefefe url('../../public/images/ico-search-hover.png') no-repeat 9px center;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenuTop-searchExandable input[type=search] {
    margin: 0 1rem;
    border: solid 1px transparent;
    padding: 9px 10px 9px 26px;
    width: 35px;
    border-radius: 5000px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenuTop-searchExandable input[type=search]:focus {
    width: 120px;
    background-color: #e1251b;
    border-color: #FFF;
    padding: 9px;
  }

  .headerMenuTop-searchExandable input:-moz-placeholder::after,
#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenuTop-searchExandable input::-webkit-input-placeholder::after {
    color: #8a8a8a;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .headerMenuTop-searchExandable input[type=search]:hover {
    background-color: #fefefe;
  }

  /* --- SHOPPING CART --- */
#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .mini-shopping-cart-modal {
    position: fixed;
    overflow-y: auto;
    min-width: 22em;
    max-width: 30em;
    top: 4em;
    right: 24em;
    padding: 1em 1.5em;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 0.29em 0.19em rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0.29em 0.19em rgba(0, 0, 0, 0.2);
    max-height: calc(100% - 5em);
    z-index: 10;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .mini-shopping-cart-product {
    padding: 1em 0 0.5em;
    border-bottom: 1px solid #6f7271;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    #mini-shopping-cart-title {
    margin-bottom: 0.5em;
    color: #6f7271;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    h4.subheader {
    color: #6f7271;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    #mini-shopping-cart-link {
    display: block;
    color: #8a8a8a;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    #mini-shopping-cart-img {
    margin-right: 0.5em;
    width: 80px;
    height: 80px;
    object-fit: contain;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .mini-shopping-cart-product-title {
    color: #c5c4c5;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    font-weight: 500;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    #mini-shopping-cart-description {
    font-size: 75%;
    margin-bottom: 3em;
  }

  #mini-shopping-cart-price,
#u-58911b28-b76c-4b68-9a14-a71be696826f                                    #mini-shopping-cart-ordered-quantity {
    color: #c5c4c5;
    font-size: 80% !important;
    margin-bottom: 0 !important;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    #mini-shopping-cart-button {
    padding-top: 1em;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    #mini-shopping-cart-button a.button {
    background-color: #e1251b!important;
    color: white!important;
    margin: 5px!important;
  }

  #mini-shopping-cart-button a.button:hover,
#u-58911b28-b76c-4b68-9a14-a71be696826f                                    #mini-shopping-cart-continue a.button:hover {
    background-color: #6f7271!important;
    color: white!important;
    margin: 5px!important;
  }

  #mini-shopping-cart-see,
#u-58911b28-b76c-4b68-9a14-a71be696826f                                    #mini-shopping-cart-continue {
    margin-bottom: 0 !important;
  }

  /* Menu categories header */

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .categoryMenu .is-drilldown .drilldown .submenu-title {
    background-color: transparent;
    color: #6f7271;
    padding: 0 16px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .categoryMenu .is-drilldown .drilldown a:hover {
    color: #e1251b;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .categoryMenu .is-drilldown .drilldown .submenu-title::after {
    border-color: transparent transparent transparent #6f7271;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .menu-all {
    padding-bottom: 45px;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .menu-all span {
    font-weight: bold;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .menu-all span:hover {
    color: #e1251b;
  }

  /* CATEGORY MENU */

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .categoryMenu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 365px;
    background: #FFF;
    box-shadow: 4px 0 10px 0 rgba(0, 0, 0, 0.4);
    padding: 16px 16px 16px 0;
    overflow-y: auto;
    transform: translateX(-375px);
    transition: transform ease-out 500ms;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .categoryMenu._open {
    transform: translateX(0);
    transition: transform ease-in 500ms;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .categoryMenu .is-drilldown {
    max-width: inherit !important;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .categoryMenu .is-drilldown .drilldown {
    margin-left: 0;
    background-color: transparent;
    text-transform: uppercase;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .categoryMenu .is-drilldown .drilldown {
    margin-left: 0;
    background-color: transparent;
    text-transform: uppercase;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .categoryMenu .is-dropdown-submenu-parent {
    position: initial;
    text-transform: uppercase;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .categoryMenu .drilldown .js-drilldown-back>a::before {
    border-color: transparent #6f7271 transparent transparent;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .categoryMenu .is-drilldown .drilldown .is-drilldown-submenu {
    background-color: #FFF;
    border: none;
    text-transform: uppercase;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .categoryMenu .is-drilldown .drilldown a {
    background-color: transparent;
    color: #6f7271;
    text-transform: uppercase;
  }

#u-58911b28-b76c-4b68-9a14-a71be696826f                                    .categoryMenu .is-drilldown .drilldown a::after {
    border-color: transparent transparent transparent #6f7271;
    text-transform: uppercase;
  }

  /* END CATEGORY MENU */

  @media screen and (max-width: 39.9375em) {
#u-58911b28-b76c-4b68-9a14-a71be696826f                                      header .logo img {
      height: auto;
      max-width: 100px;
      min-width: 100px;
      object-fit: contain;
    }
  }

  /**fin header **/
/* 0003_slideshow : u-1d6380c3-42dd-4c55-8c80-8256e3e75089 */
#u-1d6380c3-42dd-4c55-8c80-8256e3e75089                      ._0003_slideshow {
  margin: 4vh auto;
}

#u-1d6380c3-42dd-4c55-8c80-8256e3e75089                      ._0003_slideshow .orbit-container {
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
}

#u-1d6380c3-42dd-4c55-8c80-8256e3e75089                                     .orbit-figure a {
    display: flex;
    align-items: center;
    justify-content: center;
}

#u-1d6380c3-42dd-4c55-8c80-8256e3e75089                                      .orbit-image {
    object-fit: contain;
    object-position: center;
}

#u-1d6380c3-42dd-4c55-8c80-8256e3e75089                                      .responsive-embed {
    margin-bottom: 0;
}

.orbit-previous,
#u-1d6380c3-42dd-4c55-8c80-8256e3e75089                                      .orbit-next {
    position: absolute !important;
    cursor: pointer;
    top: 45%;
}

#u-1d6380c3-42dd-4c55-8c80-8256e3e75089                                      .orbit-caption {
    padding: 0.5rem 1rem;
    font-size: 90%;
    text-align: center;
}

#u-1d6380c3-42dd-4c55-8c80-8256e3e75089                                      .orbit-bullets {
    margin-top: -3rem;
}

#u-1d6380c3-42dd-4c55-8c80-8256e3e75089                                      .orbit-bullets button {
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    border: 1px solid #e1251b;
    background-color: #6f7271;
}

#u-1d6380c3-42dd-4c55-8c80-8256e3e75089                                .orbit-bullets button.is-active {
    background-color: #e1251b;    border: 1px solid #e1251b;

}

#u-1d6380c3-42dd-4c55-8c80-8256e3e75089                                .orbit-bullets button:hover {
        border: 1px solid #e1251b;

    background-color: #e1251b;
}
@media screen and (max-width: 63.9375em) {
    .fa-caret-left.fa-2x,
#u-1d6380c3-42dd-4c55-8c80-8256e3e75089                                          .fa-caret-right.fa-2x {
        font-size: 1.5em;
    }

#u-1d6380c3-42dd-4c55-8c80-8256e3e75089                                          .orbit-caption {
        padding: 0.25rem 1rem;
        font-size: 75%;
        text-align: center;
    }

#u-1d6380c3-42dd-4c55-8c80-8256e3e75089                                          .orbit-bullets {
        margin-top: 0.25rem;
    }

#u-1d6380c3-42dd-4c55-8c80-8256e3e75089                                          .orbit-bullets button {
        width: 0.75rem;
        height: 0.75rem;
    }
}

@media screen and (max-width: 39.9375em) {
    .fa-caret-left.fa-2x,
#u-1d6380c3-42dd-4c55-8c80-8256e3e75089                                          .fa-caret-right.fa-2x {
        font-size: 1em;
    }

#u-1d6380c3-42dd-4c55-8c80-8256e3e75089                                          .orbit-bullets {
        margin-top: 0;
    }

#u-1d6380c3-42dd-4c55-8c80-8256e3e75089                                          .orbit-bullets button {
        width: 0.5rem;
        height: 0.5rem;
    }
#u-1d6380c3-42dd-4c55-8c80-8256e3e75089                          ._0003_slideshow {
  margin: 1vh auto;
}
}
/* 0025_miscellaneous : u-5c1cf9d9-94d3-49eb-9d38-1504e0801007 */
#u-5c1cf9d9-94d3-49eb-9d38-1504e0801007                                      ._0025_miscellaneous {
    text-align: justify;
    max-width: 700px;
    margin: 0 auto 2vh auto;
    /*
    border: 1px solid #e1251b;
    */
    border-radius: 8px;
    background-color: #fff;
    padding: 15px;

}

#u-5c1cf9d9-94d3-49eb-9d38-1504e0801007                             p {
    font-size: 1rem;
    margin: 0 auto;
}

#u-5c1cf9d9-94d3-49eb-9d38-1504e0801007               h3, h3 span {
    text-align: center;
    color: #e1251b!important;
    font-size: 1.4rem
}
/* 0009_search : u-485aff9b-cc1c-4035-a981-f638ad840877 */

#u-485aff9b-cc1c-4035-a981-f638ad840877                                    ._0009_search {
    margin: 0 auto;
    background: #fff!important;

   width: 100%!important;
    background-color: white!important;
}

/* --- TITLE --- */
#u-485aff9b-cc1c-4035-a981-f638ad840877                                    h2 {
    text-transform: uppercase;
    color: #6f7271;
    font-size: 35px;
    width: fit-content;
    margin: 0 auto;
    font-family: Open sans;
    font-weight: 500;
}

/* --- CONTENT --- */
#u-485aff9b-cc1c-4035-a981-f638ad840877                                    .search-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 0 40px;
    background-color: #fff;
    font-style: normal !important;

}

#u-485aff9b-cc1c-4035-a981-f638ad840877                                    .search-input {
    font-size: 1rem;
    color: #939598;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-style: normal !important;

}

.search-input:focus,
#u-485aff9b-cc1c-4035-a981-f638ad840877                                    .search-select:focus {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-input::placeholder,
#u-485aff9b-cc1c-4035-a981-f638ad840877                                    .search-select {
    font-size: 0.85rem;
    font-style: normal !important;
    font-family: 'Roboto', sans-serif;

}

#u-485aff9b-cc1c-4035-a981-f638ad840877                                    .search-input::placeholder {
    color: #939598;
    font-style: normal !important;

}

#u-485aff9b-cc1c-4035-a981-f638ad840877                                    .search-select {
    color: #8a8a8a;
}

#u-485aff9b-cc1c-4035-a981-f638ad840877                                    .search-select {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#u-485aff9b-cc1c-4035-a981-f638ad840877                                    .divider {
    background-color: #cacaca;
    width: 1px;
    height: 39px;
    display: none;
}

input,
#u-485aff9b-cc1c-4035-a981-f638ad840877                                    select {
    font-size: 0.85em !important;
    font-weight: 500 !important;
    color: #939598 !important;
    background-color: #fff !important;
    border: 1px solid #6f7271 !important;
    padding: 5px !important;
    margin-bottom: 5px !important;
    height: 45px !important;
    border-radius: 10px!important;
    font-style: normal !important;
}

#u-485aff9b-cc1c-4035-a981-f638ad840877                                    .search-btn {
    color: #fff !important;
    background-color: #e1251b !important;
    border: 1px solid #e1251b !important;
    padding: 0px !important;
    width: 100% !important;
    height: 45px !important;
    border-radius: 10px !important;
}

#u-485aff9b-cc1c-4035-a981-f638ad840877                          .search-btn:hover {
    color: #fff !important;
    background-color: #333 !important;
    border: 1px solid #333 !important;
}

/* --- RESPONSIVE --- */
@media screen and (min-width: 64em) {
#u-485aff9b-cc1c-4035-a981-f638ad840877                                        .search-section {
        padding-left: 15px;
        padding-right: 15px;
    }

#u-485aff9b-cc1c-4035-a981-f638ad840877                                        .search-row {
        background-color: #fff;
        height: 50px;
        padding-top: 5px;
        border-radius: 5px;
    }

#u-485aff9b-cc1c-4035-a981-f638ad840877                                        .search-btn {
        border-radius: 5px;
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 63.9375em) {
#u-485aff9b-cc1c-4035-a981-f638ad840877                                        .search-section {
        padding-bottom: 0;
    }

#u-485aff9b-cc1c-4035-a981-f638ad840877                                        .search-row {
        background-color: transparent;
        height: auto;
        border-radius: 0;
    }

#u-485aff9b-cc1c-4035-a981-f638ad840877                                        .divider {
        display: none;
    }
}

#u-485aff9b-cc1c-4035-a981-f638ad840877                       .grid-padding-x > .cell:nth-last-child(6)  {
    display: none!important;
}
/* 0015_communication : u-57c1d376-bce5-4e19-a2e9-fe79f417fac5 */
#u-57c1d376-bce5-4e19-a2e9-fe79f417fac5                                 ._0015_communication-4 {
    margin: 3vh auto;
    max-width: 1200px;
}

#u-57c1d376-bce5-4e19-a2e9-fe79f417fac5                                 .communication-wrapper {
    min-height: 200px;
    height: 172px;
    background-color: transparent;
}

#u-57c1d376-bce5-4e19-a2e9-fe79f417fac5                                 .communication-wrapper a {
    width: 100%;
}

#u-57c1d376-bce5-4e19-a2e9-fe79f417fac5                                 .communication-wrapper img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

#u-57c1d376-bce5-4e19-a2e9-fe79f417fac5                                 .image-hover-wrapper {
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    line-height: initial;
    margin: 0;
    padding: 0;
    height: 100%;
}

#u-57c1d376-bce5-4e19-a2e9-fe79f417fac5                                 .image-hover-wrapper img {
    float: left;
    overflow: hidden;
    width: 100%;
}

#u-57c1d376-bce5-4e19-a2e9-fe79f417fac5                                 .image-hover-wrapper .image-hover-wrapper-reveal {
    background-color: rgba(255, 255, 255, 0.6);
    color: #fefefe;
    display: inline;
    height: 100%;
    margin-left: -100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 80;
    -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    text-transform: none;
}

#u-57c1d376-bce5-4e19-a2e9-fe79f417fac5                                 .image-hover-wrapper .image-hover-wrapper-reveal:hover {
    opacity: 1;
    -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#u-57c1d376-bce5-4e19-a2e9-fe79f417fac5                                 .image-hover-wrapper .image-hover-wrapper-reveal:hover p {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

#u-57c1d376-bce5-4e19-a2e9-fe79f417fac5                                .image-hover-wrapper .image-hover-wrapper-reveal p {
    display: block;
    position: absolute;
    color: #383838;
    bottom: 50px;
    opacity: 0;
    text-align: center;
    width: 100%;
    -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);

}

                  .image-hover-wrapper .image-hover-wrapper-reveal ._0015_communication_image1_a-p,
#u-57c1d376-bce5-4e19-a2e9-fe79f417fac5                               .image-hover-wrapper .image-hover-wrapper-reveal ._0015_communication_image4_a-p {
    display: block;
    position: absolute;
    color: #383838;
    bottom: 0!important;
    opacity: 0;
    text-align: center;
    width: 100%;
    -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);

}


#u-57c1d376-bce5-4e19-a2e9-fe79f417fac5                                 .image-hover-wrapper .fal {
    font-size: 24px;
}

#u-57c1d376-bce5-4e19-a2e9-fe79f417fac5                                 .title-L1 {
    font-size: 1.3rem;
    font-weight: 300;
}

#u-57c1d376-bce5-4e19-a2e9-fe79f417fac5                                 .title-L2 {
    font-size: 1.7rem;
    font-weight: 500;
}

#u-57c1d376-bce5-4e19-a2e9-fe79f417fac5                                 .fa-link {
    display: none;
}
/* 0057_product_collection : u-66b82c50-6c23-45f2-8a36-13aeb5fb461f */
#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               ._0057_product-collection {
    margin: 2vh auto;
    max-width: 100vw;
    background-color: white;
}

/* --- TITLE --- */
#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .title-page-wrapper {
    padding: 20px 15px;
    margin-bottom: 30px;
    display: none;
}

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               h2 {
    display: none;
}

/* --- TABS --- */
#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .tabs {
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .tabs-title>a {
    color: #e1251b;
    background: none;
    font-weight: 400;
    font-size: 29px;
    text-transform: uppercase;
}

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .tabs-title>a[aria-selected='true'] {
    color: #6f7271;
    font-weight: 400;
    background: none;
}

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .tabs-panel {
    max-width: 1200px;
    margin: 0 auto;
}

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               #panel1-label {
    text-align: right;
}

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               #panel2-label {
    text-align: left;
}

/* --- CONTENT --- */
#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .product-label-img {
    padding: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: white;
}

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .product-card {
margin-bottom: 1rem;
    padding: 5px 10px;
    background-color: transparent;
    border: none;
    height: 480px;
}

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .products-slideshow-title {
    color: #6f7271;
    font-size: 1.6rem;
    margin: 1rem 0;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .products-slideshow-content {
    position: relative;
    padding: 0.5rem;
}


/* - Product top - */
#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .product-card-top {
    position: relative;
    cursor: pointer;
    border: none;
}

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .product-labels-container>span {
    color: white;
    background-color: #e1251b
}

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .product-card-top .img-top-right {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

/* - Product Info- */
#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .product-info {
    font-size: 0.9rem;
}

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f         .product-ref {
    height: 53px;
}

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .product-name {
    font-size: 0.95rem;
    font-weight: 500;
    margin: 1rem 0;
    color: #000;
    min-height: 72px;
}

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .line-through-price {
    color: #cc4b37;
    text-decoration: line-through;
}


#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .product-price p span{
    color: #e1251b;
    font-weight: 500px;
    margin-bottom: 1rem;
}

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .product-price p {
    font-size: 14px;
    font-weight: bold;
    background: transparent;
    padding: 10px 0;
    text-transform: uppercase;
}


/* - Slider- */

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .products-slideshow-title {
    color: #6f7271;
    font-size: 1.6rem;
    margin: 1rem 0;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .products-slideshow-content {
    position: relative;
    padding: 0.5rem;
}

.slide-prev,
#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .slide-next {
    display: block;
    position: absolute;
    color: #6f7271;
    top: calc(50% - 12px - 37px);
    font-size: 24px;
    padding: 0;
}

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .slide-prev {
    left: -30px;
}

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .slide-next {
    right: -30px;
}

.slide-prev:hover,
#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .slide-next:hover {
    cursor: pointer;
    color: #484848;
}

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               .wish-and-see .see-product {

    bottom: -2px;
    font-size: 1.1rem;
    background-color: rgba(255, 255, 255, 0.7) !important;
    border-right: 5px solid #fff !important;
    border-left: 5px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;

}

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                          .wish-and-see .see-product {
    color: #383838;
}

/* --- RESPONSIVE --- */
@media screen and (max-width: 1024px) {
#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                                   .product-card-top .see-product {
        opacity: 0;
    }

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                                   .product-card-top:hover .see-product {
        opacity: 1;
    }
}

@media screen and (min-width: 40em) {
#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                                   .title-page-title {
        font-size: 1.6rem;
    }

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                                   .products-slideshow-title {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                                   .products-slideshow [type='button'] {
        border-radius: 60px;
    }

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                                   .grid-margin-x>.cell {
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
}

@media screen and (min-width: 75em) {
#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                                   .grid-margin-x.xlarge-up-5>.cell {
        width: calc(25% - 1rem);
    }
}

@media screen and (min-width: 40em) {
#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                                   .title-page-title {
        font-size: 1.6rem;
    }

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                                   .products-slideshow-title {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                                   .products-slideshow [type='button'] {
        border-radius: 60px;
    }
}

@media screen and (max-width: 39.9375em) {
#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                                   .title-page-title {
        font-size: 1.2rem;
    }
#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                                   .tabs-title>a {
    color: #e1251b;
    background: none;
    font-weight: 400;
    font-size: 1.1rem;
    text-transform: uppercase;
}
}

#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                               p[data-es-id=m_productcard-productprices] {
    color: #6f7271;
}

@media screen and (max-width: 1023px) {
#u-66b82c50-6c23-45f2-8a36-13aeb5fb461f                           .product-card-top .wish-and-see {
        pointer-events: none;
    }
}
/* 0015_communication : u-7357d6cf-971b-42f4-aff6-fceaf2e62a7d */
#u-7357d6cf-971b-42f4-aff6-fceaf2e62a7d    ._0015_communication-4 {
  margin: 3vh auto;
  max-width: 1200px;
}

#u-7357d6cf-971b-42f4-aff6-fceaf2e62a7d    .communication-wrapper {
  min-height: 200px;
  height: 172px;
  background-color: white;
}

#u-7357d6cf-971b-42f4-aff6-fceaf2e62a7d    .communication-wrapper a {
  width: 100%;
}

#u-7357d6cf-971b-42f4-aff6-fceaf2e62a7d    .communication-wrapper img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

#u-7357d6cf-971b-42f4-aff6-fceaf2e62a7d    .image-hover-wrapper {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  line-height: initial;
  margin: 0;
  padding: 0;
  height: 100%;
}

#u-7357d6cf-971b-42f4-aff6-fceaf2e62a7d    .image-hover-wrapper img {
  float: left;
  overflow: hidden;
  width: 100%;
}

#u-7357d6cf-971b-42f4-aff6-fceaf2e62a7d    .image-hover-wrapper .image-hover-wrapper-reveal {
  background-color: rgba(255, 255, 255, 0.7);
  color: #fefefe;
  display: inline;
  height: 100%;
  margin-left: -100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 80;
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  text-transform: uppercase;
}

#u-7357d6cf-971b-42f4-aff6-fceaf2e62a7d    .image-hover-wrapper .image-hover-wrapper-reveal:hover {
  opacity: 1;
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#u-7357d6cf-971b-42f4-aff6-fceaf2e62a7d    .image-hover-wrapper .image-hover-wrapper-reveal:hover p {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

#u-7357d6cf-971b-42f4-aff6-fceaf2e62a7d    .image-hover-wrapper .image-hover-wrapper-reveal p {
  display: block;
  position: absolute;
  color: white;
  bottom: 0;
  opacity: 0;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#u-7357d6cf-971b-42f4-aff6-fceaf2e62a7d    .image-hover-wrapper .fal {
  font-size: 24px;
}

#u-7357d6cf-971b-42f4-aff6-fceaf2e62a7d    .title-L1 {
  font-size: 1.3rem;
  font-weight: 300;
}

#u-7357d6cf-971b-42f4-aff6-fceaf2e62a7d    .title-L2 {
  font-size: 1.7rem;
  font-weight: 500;
}

#u-7357d6cf-971b-42f4-aff6-fceaf2e62a7d    .fa-link {
  display: none;
}
/* 0017_communication : u-2e7138c1-c5c6-4a5b-bfd1-e90bfcbca36c */
#u-2e7138c1-c5c6-4a5b-bfd1-e90bfcbca36c ._0017_advert-2 {
  margin: 6vh auto;
}

#u-2e7138c1-c5c6-4a5b-bfd1-e90bfcbca36c .ads-wrapper {
  height: 400px;
}

#u-2e7138c1-c5c6-4a5b-bfd1-e90bfcbca36c .ads-wrapper img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

#u-2e7138c1-c5c6-4a5b-bfd1-e90bfcbca36c .image-hover-wrapper {
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    line-height: initial;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#u-2e7138c1-c5c6-4a5b-bfd1-e90bfcbca36c .image-hover-wrapper .image-hover-wrapper-reveal {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fefefe;
  display: inline;
  height: 100%;
  margin-left: -100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 80;
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

#u-2e7138c1-c5c6-4a5b-bfd1-e90bfcbca36c .image-hover-wrapper .image-hover-wrapper-reveal:hover {
  opacity: 1;
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#u-2e7138c1-c5c6-4a5b-bfd1-e90bfcbca36c .image-hover-wrapper .image-hover-wrapper-reveal:hover p {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

#u-2e7138c1-c5c6-4a5b-bfd1-e90bfcbca36c .image-hover-wrapper .image-hover-wrapper-reveal p {
  display: block;
  position: absolute;
  color: white;
  bottom: 0;
  opacity: 0;
  text-align: center;
  width: 100%;
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#u-2e7138c1-c5c6-4a5b-bfd1-e90bfcbca36c .image-hover-wrapper .fal {
  font-size: 24px;
}

#u-2e7138c1-c5c6-4a5b-bfd1-e90bfcbca36c .title-L1 {
  font-size: 1.3rem;
  font-weight: 300;
}

#u-2e7138c1-c5c6-4a5b-bfd1-e90bfcbca36c .title-L2 {
  font-size: 1.6rem;
  font-weight: 500;
}

#u-2e7138c1-c5c6-4a5b-bfd1-e90bfcbca36c .communication-wrapper {
  min-height: 200px;
  height: 172px;
  background-color: transparent;
}

#u-2e7138c1-c5c6-4a5b-bfd1-e90bfcbca36c .communication-wrapper a {
  width: 100%;
}

#u-2e7138c1-c5c6-4a5b-bfd1-e90bfcbca36c .communication-wrapper img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
/* 0020_footer : u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8 */
#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          ._0020_footer .show-for-large {
    max-width: 1200px;
    margin: 0 auto;
      justify-content: space-between!important;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .default-cursor a {
    cursor: default;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          footer {
    margin-bottom: 8px;
    background-color: #fff;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          footer a {
    padding: 0.5rem 0;
    color: #6f7271;
    font-size: 0.8rem;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          footer a:hover {
    cursor: pointer;
    color: #e1251b;
    transition: color 500ms ease;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .rubric-title {
    color: #e1251b!important;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .second-rubric, .third-rubric {
    display: none;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .company-logo {
    height: 60px;
    object-fit: contain;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .accordion-title {
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
    color: #e1251b;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .accordion-title h5 {
    margin-left: 16px;
    margin-bottom: 0;
    color: #e1251b;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .accordion-content {
    border: 0;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .rubric-list-item-image {
    display: inline-block;
    text-align: center;
    width: 25px;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .backTop-icon {
    color: #222;
    margin-top: 15px;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          footer .fa-2x {
    font-size: 2rem;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          footer .fa-phone {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          footer small {
    color: #6f7271;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .input-group-button input {
    padding-top: 0;
    padding-bottom: 0;
    color: white;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          footer input {
    font-size: 1rem;
    color: #0a0a0a;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          footer input::placeholder {
    font-size: 1rem;
    color: #6f7271;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .rubric-title {
    color: #6f7271;
    padding-bottom: 15px;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .gc2 {
      justify-content: center;
    border-bottom: 1px solid #6f7271;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .newsletter-message {
    display: block;
    line-height: 15px;
    font-size: 0.7rem;
    color: #6f7271;
    margin: 5px 10px 10px 0;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .switch.mobile {
    height: inherit;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .switch-paddle {
    background: #e1251b;
    width: 3.5rem;
    border-radius: 8px;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .switch.tiny input:checked~.switch-paddle::after {
    left: inherit;
    right: 0.25rem;
    border-radius: 8px !important;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .switch.tiny .switch-paddle::after {
    border-radius: 4px
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .switch-active {
    left: 15%;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .social-network li {
    margin: 0 8px;
    display: none;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .social-network li:first-child {
    margin-left: 0;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .social-network a {
    border: none;
    color: #6f7271;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .social-network a:hover {
    border: none;
    color: #e1251b;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .input-group-button input {
    background-color: #6f7271!important;
    border-radius: 12px;
    color: #fff!important;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .input-group-button input:hover {
    background-color: #e1251b;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .input-group-field {
    background-color: transparent;
    border: none!important;
    box-shadow: none;
    border-bottom: 1px solid #6f7271!important;
    border-radius: 0!important;
}

@media screen and (max-width: 63.9375em) {
#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                              .company-logo {
        height: 44px;
        margin-bottom: 8px;
    }
}

/* NEWSLETTER */

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .newsletter-toggle {
    display: flex;
    align-items: center;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .newsletter-toggle .switch {
    margin-right: 8px;
}

#u-89737275-2d0f-4b76-9aef-e01e4ba4d3e8                                                                                                                          .newsletterText {
    max-width: 100%;
}

/* END NEWSLETTER */