html {
    scroll-behavior: smooth !important;
}

body,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6, p, a, span, tr, td, th, thead, tbody, tfoot, ul, li {
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3 {
      color: #333;
}

#logout-reveal a.button,
#logout-reveal a.button:hover {
    background-color: #54c0e8  ;
}

.product-card .product-card-top .product-option {
    top: 0;
    right: 0;
}

.product-card .product-card-top .product-labels-container {
    max-width: 200px;
}

.product-card .product-card-top .product-labels-container .label {
    font-size: 0.9rem;
}

/* Placeholders */
::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; }  /* Chrome 56, Safari 9 */
:-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 4-18 */
::-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 19-51 */
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; } /* IE 10+ */
::placeholder { opacity: 1; transition: opacity .5s; } /* Modern Browsers */

/* Focus */
*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome 56, Safari 9 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::placeholder { opacity: 0; } /* Modern Browsers */

/* Fil d'ariane à placer sur la home puis css appliqué à tout le site */
._0033_marketing {
    max-width: 1200px;
    margin: 20px auto;
}

.breadcrumbs li {
    color: #333;
}

.breadcrumbs li a {
    color: #333;
}

.breadcrumbs li a:hover {
    color: #54c0e8  ;
}

@media screen and (min-width: 40em) {
    .grid-container.fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

/*COOKIES*/

.cookiesOpenButton {
    background-color: #54c0e8;
    border: 1px solid #fff;
}

.cookiesPreferences-table-header {
    background-color: #54c0e8;
}

.cookiesPreferences-action .button {
     background-color: #54c0e8;
     border-radius: 5px;
}
.cookiesPreferences-action .button:hover {
     background-color: #333;
}

#lib-cookies .switch-paddle {
    background-color: #54c0e8 !important;
    border-radius: 5px;
}

#lib-cookies .switch-paddle::after {
    border-radius: 3px;
}

#lib-cookies-validation #libCookieAcceptButton {
    background-color: #54c0e8 ;
    color: #fff;
    border-radius: 5px;
}

#lib-cookies-validation #libCookiePreferencesButton {
    background-color: #54c0e8;
    color: #fff ;
    border: 0;
    border-radius: 5px;
}

#libCookieDeclineButton:hover {
    color: #333;
}

#libCookieClosePreferencesButton .fa-times {
    color: #333;
}
/*FIN COOKIES*/
/*bouton devis express */

button[data-es-id=product_card-express-quotation] {
    width: 70%;
    font-size: 0.7rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color: #54c0e8;
    margin: 0 auto 1rem;
}

button[data-es-id=product_card-express-quotation]:hover {
    color: #fff;
    background-color: #333;
}

.expressQuotation {
    display: none;
}

/* Modale Devis express */
.expressQuotation {
    width: 95% !important;
	min-height: 70vh;
	padding: 1.5rem 3rem;
}

.expressQuotationForm {
	display: flex;
	flex-direction: column;
}

.expressQuotationForm p {
    text-align: center;
}

.expressQuotationForm .g-recaptcha {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 {
	width: 100%;
}

.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 label:not(.genderContainer 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: #54c0e8;
    border-radius: 4px;
    text-transform: uppercase;
}

.expressQuotationForm .express-quotation-confirm-button:hover {
    background-color: #333 ;
}

.close-button#express-quotation-close svg {
	width: 0.75rem;
	color: #333;
}

.close-button#express-quotation-close svg:hover {
	color: #333;
}
.productCardExpressQuotationButton {
    width: 80%!important;
    margin: 1px auto!important

}

.productCardExpressQuotationButton:focus {
    background-color: #333;
}

@media screen and (max-width: 39.9375em) {
	.expressQuotationForm h2[data-es-id="express_quotation_modal_title"] {
		font-size: 1.5rem;
	}
}
/* 0075_header : u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e */
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     header {
  z-index: 10000;
  top: 0;
  width: 100vw;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     form.headerMenuTop-searchExandable {
  display: flex;
  justify-content: center;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     h1.home-title {
  display: none;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .categoryMenu .is-drilldown .drilldown a:hover {
  color: #54c0e8;
  background-color: #fff;
  border: none;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .sticky-container .sticky {
  position: fixed;
  width: 100%;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenuTop {
  background-color: #3E3D41;
  padding: 0 16px;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenuTop a {
  color: #fff;
  font-size: 0.9em;
  transition: 250ms color ease;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenuTop a:hover {
  color: #3E3D41;
  transition: 250ms color ease;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenuTop .languageSelect li a:hover {
  color: #54c0e8;
  transition: 250ms color ease;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .companyInformations a:hover {
  color: #54c0e8;
  transition: 250ms color ease;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenuTop .dropdown.menu a::after {
  border-color: #fff transparent transparent;
  transition: 250ms color ease;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenuTop .is-dropdown-submenu {
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  background-color: #fff;
  z-index: 20;
  padding: 5px 10px;
  top: 31px;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenuTop .is-dropdown-submenu li {
  line-height: 2;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenuTop .is-dropdown-submenu li button {
  color: #333;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenu .is-dropdown-submenu button {
  color: #333;
  padding: 8px;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenuTop .is-dropdown-submenu button:hover {
  cursor: pointer;
  color: #3E3D41;
  transition: 250ms color ease;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenu {
  background-color: #3E3D41;
  padding: 0 16px;
  border-bottom: 2px solid rgb(241, 241, 241);
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenu-menu {
  align-items: center;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenu-menu li a {
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: un;
  color: #fff;
  padding: 0.75rem 1rem 0.5rem;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenu-menu .logo {
  padding-left: 0;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     header .logo img {
  height: auto;
  max-width: 300px;
  min-width: 50px;
  object-fit: contain;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenu-search {
  margin-right: 15px;
  margin-left: 50px;
  padding-top: 5px;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenu-search .input-group {
  margin-bottom: 1.5rem;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenu-search input {
  background-color: #fff;
  border: 1px solid #333 !important;
  border-right: 0 !important;
  box-shadow: none;
  color: #333;
  max-width: 140px;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenu-search input::placeholder {
  color: #333;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenu-search button {
  background-color: #54c0e8;
  padding-left: 7px;
  border: 1px solid #333;
  border-left: 0;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenu-search button svg {
  position: relative;
  left: 6px;
  color: #fff;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenu-search form {
  margin-bottom: 0;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .languageSelect span {
  text-transform: uppercase;
  margin-right: 7px;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenuTop .dropdown.menu a:hover::after {
  border-color: #fff transparent transparent;
}

@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-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .close-button {
    display: none;
  }

  .headerMenuTop .companyInformations,
  .headerMenuTop .accountLinks .wishlist-link,
  .headerMenuTop .accountLinks .connexion-link,
  .headerMenuTop .accountLinks .languageSelect,
  .headerMenu-search,
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu .logo {
    display: block;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenuTop .accountLinks .connexion-link {
    display: flex;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenuTop .accountLinks .connexion-link svg {
    color: #fff;
    position: relative;
    top: 3px;
    width: 14.39px;
    height: 14.39px;
    transition: 250ms color ease;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenuTop .accountLinks .connexion-link:hover svg {
    color: #3E3D41 !important;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenuTop .accountLinks .connexion-link span {
    display: none !important;
    font-size: 0 !important;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenuTop .accountLinks .connexion-link span[data-es-label="header.login"] {
    display: block !important;
    font-size: inherit !important;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenuTop .accountLinks .connexion-link .connexion-link-dropdown a:first-child {
    margin-right: 0;
    padding-left: 0;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenuTop .accountLinks .connexion-link .connexion-link-dropdown a:last-child::before {
    content: url('/api/assets/u-547347ee-3ef6-40c1-92ce-86d2382015f4');
    margin-right: 5px;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu {
    display: flex;
    position: inherit;
    visibility: visible;
    width: 100%;
    transform: inherit;
    overflow: visible;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .off-canvas-wrapper {
    overflow: visible;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenuTop .accountLinks .shoppingCart-link span {
    display: inline-block;
  }

  .menu-firstLevel-link,
  .menu-secondLevel-link,
  .menu-thirdLevel-link,
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .menu-lastLevel-link {
    color: #333;
  }

  .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-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .menu-lastLevel-link:focus {
    color: #333;
    transition: 250ms color ease;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .menu-firstLevel-link::after {
    border-color: #fff transparent transparent;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .menu-firstLevel-link:hover::after {
    border-color: #fff transparent transparent;
    transition: 250ms all ease;
  }

  .sticky.is-stuck .headerMenuTop,
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .sticky.is-stuck .headerBanner-container {
    height: 0 !important;
    padding: 0 !important;
    overflow: hidden;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .sticky.is-stuck .off-canvas-wrapper {
    background-color: #5b5b5b;
    box-shadow: 0 0 9px 2px rgb(0 0 0 / 19%);
  }
}


/**** RESPONSIVE ****/

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

  .headerMenu-menu li a,
  .headerMenu-search input,
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu-search input::placeholder {
    font-size: 0.95rem;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu-menu li a {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media screen and (min-width: 75em) and (max-width: 1439px) {

  .headerMenu-menu li a,
  .headerMenu-search input,
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu-search input::placeholder {
    font-size: 0.85rem;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu-menu li a {
    font-size: 0.8rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {

  .headerMenu-menu li a,
  .headerMenu-search input,
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu-search input::placeholder {
    font-size: 0.75rem;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu-menu li a {
    font-size: 0.7rem;
    padding-right: 0.35rem;
    padding-left: 0.35rem;
  }
}

@media screen and (min-width: 64em) {
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu {
    /* max-width: 1200px; */
    justify-content: space-around;
    margin: 0 auto;
    padding: 0;
  }



#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenuTop a {
    padding: .4rem 1rem;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
    margin-top: -1px;
    border-color: #fff transparent transparent;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:hover::after {
    border-color: #54c0e8 transparent transparent;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       header .logo img {
    margin-right: 30px;
  }

  .headerMenuTop .off-canvas-content,
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerBanner-container .grid-container {
    justify-content: space-around;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       /* .headerMenuTop .off-canvas-content {
      padding-right: 30px;
  } */
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenuContent {
    padding: 0;
    width: 1150px;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .off-canvas-wrapper .headerMenu {
    max-height: 50px;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu-menu li a:hover {
    color: #fff;
    background-color: #54c0e8 !important;
    border-radius: 0;
    transition: 100ms all ease-in-out;
    background: transparent;
  }
}

@media screen and (min-width: 64em) and (max-width: 1199px) {
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       header .logo img {
    max-width: 350px;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       /* .headerMenu-menu li a {
      font-size: 0.9rem;
      padding-right: 0.7rem;
      padding-left: 0.7rem;
  }

  .headerMenu-search input,
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                                                                                                                                     .headerMenu-search input::placeholder {
      font-size: 0.9rem;
  } */
}

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

  .headerMenuTop .companyInformations,
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenuTop .accountLinks {
    margin: 0 auto;
  }


}

@media screen and (min-width: 40em) {
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerBanner-container {
    background-color: #54c0e8;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu-menu {
    margin-top: -21px !important;
  }
}

@media screen and (max-width: 1023px) {
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerBanner-container {
    display: none;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu-menu li a {
    color: #fff;
  }


#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenuTop {
    background-color: #fff;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu-menu li {
    min-height: 40px !important;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu-menu li a {
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 9px !important;
    padding-left: 0 !important;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .sticky {
    transform: inherit;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    max-width: 290px;
    width: auto;
    padding: 32px 0 0 0;
    background-color: #54c0e8;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .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-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenuTop {
    padding: 16px;
    box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.19);
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenuTop a {
    font-size: 1.05em;
    color: #8a8a8a;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenuTop a .svg-inline--fa.fa-w-18 {
    width: 2.1em;
    height: 1.1em;
    margin-right: 0;
    margin-left: 15px;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       [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-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu .logo {
    display: none !important;
  }

  .mobileMenu-btn,
  .headerMenuTop-searchExandable,
  .headerMenuTop .logo,
  .headerMenu .companyInformations,
  .headerMenu .accountLinks .wishlist-link,
  .headerMenu .accountLinks .connexion-link,
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu .accountLinks .languageSelect {
    display: block;
    width: 100%;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu .accountLinks .wishlist-link svg {
    margin-right: 5px;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu .headerMenuContent a svg {
    min-width: 18px;
  }

  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after,
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: #fff transparent transparent !important;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .languageSelect.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    right: -20px;
    top: 17px;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu button {
    color: #fff;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu .accountLinks .shoppingCart-link span {
    display: inline-block;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .mobileMenu-btn .fa-bars {
    color: #000;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .mobileMenu-btn:hover .fa-bars {
    cursor: pointer;
    color: #8a8a8a;
    transition: 250ms color ease;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu>*:not(.close-button) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 30px 10px;
    border-bottom: 1px solid #C4C7CA;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu>*:last-child {
    border: none;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu-menu {
    font-weight: 500;
    width: 100%;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu-menu a {
    width: calc(100% - 6px);
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu-menu a::after {
    border-color: white transparent transparent;
    right: 0;
  }

  .headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true]>a,
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu-menu .is-accordion-submenu-item[aria-expanded=true]>a {
    background-color: #fff !important;
    font-weight: 500;
    margin: 0 0 8px 0;
    width: 100% !important;
    padding: 0.7rem 16px !important;
    color: #333 !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-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu-menu .is-accordion-submenu-item[aria-expanded=true]>a:focus {
    color: #333 !important;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true] a::after {
    right: 5px;
  }

  .is-accordion-submenu-parent .is-accordion-submenu .submenu-title,
  .is-accordion-submenu-parent .is-accordion-submenu a,
  .is-accordion-submenu-parent .is-accordion-submenu a svg,
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .is-accordion-submenu-parent .is-accordion-submenu a::after {
    color: #fff !important;
    text-transform: uppercase;
  }

  /* .is-accordion-submenu-parent .is-accordion-submenu a span, */
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .is-accordion-submenu-parent .is-accordion-submenu a:hover {
    color: #fff !important;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .menu-lastLevel {
    left: 0 !important;
    margin-bottom: 32px;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .is-accordion-submenu-parent[aria-expanded=true]>a:hover::after {
    border-color: #fff transparent transparent !important;
  }

  .headerMenu .accountLinks a,
  .headerMenu .companyInformations a,
  .menu-firstLevel-link,
  .menu-secondLevel-link,
  .menu-thirdLevel-link,
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .menu-lastLevel-link {
    padding: 8px 0 !important;
    color: #fff;
    background: transparent !important;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu .accountLinks a {
    min-height: 40px !important;
    display: inline-block;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu .companyInformations a {
    display: block;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu .accountLinks a:last-child {
    color: #8a8a8a;
    padding: 8px !important;
  }

  .menu-secondLevel,
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .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-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenu .companyInformations a:hover {
    color: #fff;
    transition: 250ms all ease;
  }

  .headerMenuTop .mobileMenu-btn .fa-bars,
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenuTop .shoppingCart-link {
    color: #333;
    transition: 250ms all ease;
  }

  .headerMenuTop .mobileMenu-btn:hover .fa-bars,
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenuTop .shoppingCart-link:hover {
    color: #fff;
    transition: 250ms all ease;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .is-drilldown {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .is-drilldown li {
    width: 100%;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .drilldown .is-drilldown-submenu-parent>a::after {
    border-color: transparent transparent transparent #fff;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .drilldown .js-drilldown-back>a::before {
    border-color: transparent #fff transparent transparent;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       header .logo img {
    max-width: 120px;
  }
}

@media screen and (max-width: 670px) {
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       header .logo img {
    max-width: 100px;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenuTop {
    padding: 15px;
  }
}

@media screen and (max-width: 39.9375em) {
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenuTop-searchExandable input[type=search]:hover:not(:focus) {
    border-bottom: 0 !important;
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenuTop-searchExandable input[type=search]:focus {
    border: 1px solid #8a8a8a !important;
    border-radius: 60px;
  }
}

@media screen and (min-width: 1024px) {
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenuContent {
    width: 1024px;
  }
/*
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .shoppingCart-link {
    background-color: #c0d308;
    clip-path: polygon(11% 0, 100% 0, 89% 100%, 0% 100%);
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .wishlist-link {
    background-color: #CF1625;
    clip-path: polygon(9% 0, 100% 0, 92% 100%, 0% 100%);
  }

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .connexion-link {
      padding: 5px;
    background-color: #C98ADC;
    clip-path: polygon(11% 0, 100% 0, 89% 100%, 0% 100%);
  }
  */
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                        .connexion-link svg {
       left: 3px;
   }
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                        .connexion-link a[data-es-label="header.logout"] {
       padding-left: 0;
       font-size: 0.8rem;
       padding-right: 10px;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                        .connexion-link a[href="/account"] {
       padding-right: 0;
}
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                         .headerMenuTop .accountLinks .connexion-link svg {
    margin-left: 2px;
}

/*menu parallèlogramme */

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                 .headerMenu-menu li a {
    min-width: 113px;
    margin: 0 auto;
    text-align: center
}
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                 .headerMenu-menu li:nth-child(1) a {
    background-color: #54c0e8;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                 .headerMenu-menu li:nth-child(2) a {
    background-color: #C0D308;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                 .headerMenu-menu li:nth-child(3) a {
    background-color: #cf1625;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                 .headerMenu-menu li:nth-child(4) a {
    background-color: #8a8a8a;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                 .headerMenu-menu li:nth-child(5) a {
    background-color: #c98adc;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                 .headerMenu-menu li:nth-child(6) a {
    background-color: #937445 ;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                 .headerMenu-menu li:nth-child(7) a:hover {
    background-color: #54c0e8 ;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}

}

@media screen and (min-width: 1200px) {
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                       .headerMenuContent {
    width: 1200px;
  }
}


/**** SEARCH EXANDABLE ****/

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenuTop-searchExandable input[type=search] {
  color: #333;
  background: url('https://objetpub-artigroup-fr.bo.myeasyweb.app/api/public/assets/u-67c9683d-02e9-47cc-ae02-67b56059383b') no-repeat 9px center;
  border: 0!important;
  border-bottom: 1px solid #8a8a8a;
  padding: 9px 10px 9px 26px;
  width: 35px;
  border-radius: 5000px!important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenuTop-searchExandable input[type=search]:focus {
  cursor: text;
  width: 100px;
  border: 0;
  border-bottom: 1px solid #8a8a8a;
  -webkit-box-shadow: 0 0 5px rgba(87, 87, 87, 0.5);
  box-shadow: 0 0 5px rgba(87, 87, 87, 0.5);
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenuTop-searchExandable input::placeholder {
  font-size: 1rem;
  color: #8a8a8a;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenuTop-searchExandable input[type=search]:hover:not(:focus) {
  cursor: pointer;
  background: url('https://objetpub-artigroup-fr.bo.myeasyweb.app/api/public/assets/u-a8c0ebf8-2d3c-4bc2-8e3a-efa6cd91ab0f') no-repeat 9px center;
  border: 0;
  border-bottom: 1px solid transparent;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenuTop-searchExandable input[type=search] {
  margin: 0 1rem 0 0.2rem;
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 9px 10px 9px 26px;
  width: 35px;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenuTop-searchExandable input[type=search]:focus {
  width: 100px;
  background: none !important;
  background-color: transparent !important;
  border: 1px solid #8a8a8a;
  border-radius: 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 9px;
}

.headerMenuTop-searchExandable input:-moz-placeholder::after,
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenuTop-searchExandable input::-webkit-input-placeholder::after {
  color: #8a8a8a;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .headerMenuTop-searchExandable input[type=search]:hover {
  background-color: #fff !important;
}


/* --- SHOPPING CART --- */

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .mini-shopping-cart-modal {
  position: fixed;
  overflow-y: auto;
  min-width: 22em;
  max-width: 30em;
  top: 5em;
  right: 19.5em;
  padding: 2rem;
  background-color: #fff;
  border-radius: 19px;
  -webkit-box-shadow: 0 0 7px 4px rgb(0 0 0 / 9%);
  box-shadow: 0 0 7px 4px rgb(0 0 0 / 9%);
  max-height: calc(100% - 5em);
  z-index: 10;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .mini-shopping-cart-product {
  padding: 1em 0 0.5em;
  border-bottom: 1px solid #8a8a8a;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     #mini-shopping-cart-title {
  margin-bottom: 0.5em;
  color: #333;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     h4.subheader {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  text-align: center;
  text-transform: uppercase;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     #mini-shopping-cart-link {
  display: block;
  color: #333;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     #mini-shopping-cart-img {
  margin-right: 0.5em;
  width: 80px;
  height: 80px;
  object-fit: contain;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .mini-shopping-cart-product-title {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-weight: 500;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     #mini-shopping-cart-description {
  font-size: 75%;
  margin-bottom: 3em;
}

#mini-shopping-cart-price,
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     #mini-shopping-cart-ordered-quantity {
  color: #333;
  font-size: 80% !important;
  margin-bottom: 0 !important;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     #mini-shopping-cart-price {
  display: none;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .cart-item-price-displayed {
  color: #333;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     #mini-shopping-cart-button {
  padding-top: 1.5rem;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     #mini-shopping-cart-button a.button {
  color: #fff;
  background-color: #54c0e8;
  font-weight: 500;
  margin: 0 10px;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     #mini-shopping-cart-button a.button:hover {
  color: #54c0e8;
  background-color: #fff;
  font-weight: 500;
}

#mini-shopping-cart-see,
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     #mini-shopping-cart-continue {
  margin-bottom: 0 !important;
}


/* Menu categories header */

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .categoryMenu .is-drilldown .drilldown .submenu-title {
  background-color: transparent;
  color: white;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .categoryMenu .is-drilldown .drilldown .submenu-title::after {
  border-color: transparent transparent transparent white;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .menu-all {
  padding-bottom: 45px;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .menu-all span {
  font-weight: bold;
}


/* CATEGORY MENU */

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .categoryMenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100vh;
  width: 365px;
  background: #54c0e8;
  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-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .categoryMenu._open {
  transform: translateX(0);
  transition: transform ease-in 500ms;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .categoryMenu .is-drilldown {
  max-width: inherit !important;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .categoryMenu .is-drilldown .drilldown {
  margin-left: 0;
  background-color: transparent;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .categoryMenu .is-drilldown .drilldown {
  margin-left: 0;
  background-color: transparent;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .categoryMenu .is-dropdown-submenu-parent {
  position: initial;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .categoryMenu .drilldown .js-drilldown-back>a::before {
  border-color: transparent #fff transparent transparent;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .categoryMenu .drilldown .js-drilldown-back>a:hover::before {
  border-color: transparent #54c0e8 transparent transparent;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .categoryMenu .is-drilldown .drilldown .is-drilldown-submenu {
  background-color: #54c0e8;
  border: none;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .categoryMenu .is-drilldown .drilldown a {
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .categoryMenu .is-drilldown .drilldown a::first-letter {
  text-transform: uppercase;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .categoryMenu .is-drilldown .drilldown a::after {
  border-color: transparent transparent transparent #fff;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .categoryMenu .is-drilldown .drilldown a:hover::after {
  border-color: transparent transparent transparent #54c0e8;
}

#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .categoryMenu .is-drilldown .drilldown a:hover {
  color: #54c0e8;
  background-color: #fff !important;
}

/* END CATEGORY MENU */

/*fam_sous_fam */

.is-accordion-submenu-item a span,
.submenu-title,
.is-accordion-submenu-item a,
.categoryMenu .is-drilldown .drilldown a,
#u-c30e46fa-5cc0-49e2-90a4-e6066fc1bb1e                     .categoryMenu .is-drilldown .drilldown a span {
  text-transform: uppercase !important;
}

/* 0085_product_detail : u-6ea435e8-5072-49b4-86ef-f116dfe2aefb */
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   ._0085_product-details {
  margin: 0 auto;
  max-width: 1200px;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .fa-undo-alt {
  font-weight: bold;
  color: #54c0e8;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .product-label-img {
  padding: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #f3f3f3;
  background: white;
}

.add-logo,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .img-extend {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(216, 216, 216, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 1rem;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .img-extend {
  bottom: calc(1rem + 0.75rem);
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .add-logo {
  bottom: 5rem;
}

.img-extend i,
.img-extend svg,
.add-logo i,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .add-logo svg {
  padding: 0;
  font-size: 1.1em;
  background-color: transparent;
  color: #dad8d8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 10;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .add-logo a {
  line-height: 20.64px;
}

.img-extend i,
.img-extend svg:hover,
.add-logo i,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .add-logo svg:hover {
  color: white;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .add-to-cart small {
  color: #fff;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   #product-id {
  top: 20px !important;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   #product-id .orbit-container {
  min-height: 874.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .products-slideshow-content:focus {
  border: none;
  background-color: lightgrey;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .orbit-slides-container {
  height: auto !important;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .orbit-container .orbit-slides-container li.active {
  position: static;
}

@media screen and (min-width: 75em) {
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb     #product-id img {
    width: 75%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb     #product-id .orbit-container {
    min-height: 657.5px;
  }
}

@media screen and (max-width: 39.9375em) {
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb     .reveal {
    height: auto;
    min-height: auto;
  }

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb     .colors {
    display: flex;
  }

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb     #product-id .orbit-container {
    min-height: 343px;
  }
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   #product-id img {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#product-id .orbit-previous,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   #product-id .orbit-next {
  color: #333;
}

#product-id .orbit-previous:hover,
#product-id .orbit-next:hover,
#product-id .orbit-previous:active,
#product-id .orbit-next:active,
#product-id .orbit-previous:focus,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   #product-id .orbit-next:focus {
  color: #fefefe;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .main-product-image {
  position: relative;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .main-image {
  margin-bottom: 0.75rem;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .product-labels-container {
  max-width: 140px;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .product-labels-container .label {
  font-size: 0.8rem;
  padding: 0.25rem 16px;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .label.warning {
  color: #fefefe;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .warning {
  color: #FF5722;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .img-top-right {
  position: absolute;
  right: 0;
  padding: 0.5rem;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .product-name {
  display: inline-block;
  color: #54c0e8;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  width: 80%;
  padding-right: 0.5rem;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .line-through-price {
  color: #cc4b37;
  text-decoration: line-through;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wishlist-toggle:focus {
  outline: none;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wishlist-toggle {
  color: #54c0e8;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wishlist-toggle:active {
  color: #184d99;
}

.detail-add-wishlist,
.detail-remove-wishlist,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .detail-back-return.fa-2x {
  font-size: 1.5rem;
  padding-top: 0.25rem;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   a:hover .detail-add-wishlist.fa-heart {
  font-weight: 600;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .detail-add-wishlist.is-active {
  color: #cc4b37;
  font-weight: 600;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .from-price {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  background-color: #f2f2f2;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .from-price p {
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0a0a0a;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .from-price a {
  color: #333;
  background-color: #fefefe;
  margin-bottom: 0;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .from-price a:hover {
  color: #fefefe;
  background-color: #333;
}

@media screen and (max-width: 39.9375em) {
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb     a:hover .detail-add-wishlist.fa-heart {
    font-weight: 400;
  }

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb     .detail-add-wishlist.is-active {
    color: #cc4b37;
    font-weight: 600 !important;
  }

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb     .from-price p {
    font-size: 0.8rem;
  }

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb     .from-price a {
    padding: 0.5em;
  }
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .ref-brand-stock {
  color: #333 !important;
  border-top: 1px solid #cacaca;
  margin: 0.5rem 0 0;
  padding-top: 0.5rem;
}

.ref-brand-stock small span:nth-child(2),
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .ref-brand-stock .small-4 span a {
  color: #333;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .rubric-title {
  color: #333;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.4rem;
  padding-top: 0.5rem;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .rubric-title.text-left {
  border-bottom: 1px solid #cacaca;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .description-preview {
  color: #333;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .description-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .description-link a {
  margin-top: 0;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .description a {
  color: #333;
  font-size: 80%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .informations-button .button {
  padding: 1rem 0.5rem;
  font-size: 0.85rem;
}

.details-add-text1,
.details-add-text2,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .details-add-text3 {
  color: #333;
  font-size: 90%;
  margin-bottom: 1rem;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .details-add-text4 {
  font-size: 75%;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .close-button i {
  font-size: 1.5rem;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .reveal {
  color: #333;
}

.express-quote-reseller-logo,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .sample-inquiry-reseller-logo {
  margin-bottom: 1rem;
}

.express-quote-reveal-product-name,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .sample-inquiry-reveal-product-name {
  margin: 1rem 0 0;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   textarea.express-quote-reveal-form-textarea {
  color: #333;
  font-size: 0.8rem;
  min-height: 195px;
  resize: vertical;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   textarea.sample-inquiry-reveal-form-textarea {
  color: #333;
  font-size: 0.8rem;
  min-height: 351px;
  resize: vertical;
}

.reveal label,
.reveal [type='text'],
.reveal [type='email'],
.reveal [type='password'],
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .reveal select {
  color: #333;
  font-size: 0.8rem;
}

.reveal input::-webkit-input-placeholder,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .reveal textarea::-webkit-input-placeholder {
  color: #333;
  font-size: 0.8rem;
}

.reveal input::-moz-placeholder,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .reveal textarea::-moz-placeholder {
  color: #333;
  font-size: 0.8rem;
}

.reveal input:-ms-input-placeholder,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .reveal textarea:-ms-input-placeholder {
  color: #333;
  font-size: 0.8rem;
}

.reveal input::-ms-input-placeholder,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .reveal textarea::-ms-input-placeholder {
  color: #333;
  font-size: 0.8rem;
}

.reveal input::placeholder,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .reveal textarea::placeholder {
  color: #333;
  font-size: 0.8rem;
}

.express-quote-rgpd-caution,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .sample-inquiry-rgpd-caution {
  display: inline-block;
  font-size: 0.7rem;
}

.express-quote-rgpd-caution-policy-privacy-link,
.express-quote-rgpd-caution-policy-privacy-link:hover,
.sample-inquiry-rgpd-caution-policy-privacy-link,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .sample-inquiry-rgpd-caution-policy-privacy-link:hover {
  color: #333;
  text-decoration: underline;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .share {
  color: #333;
  cursor: pointer;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .share:hover {
  color: #184d99;
}

.share:focus,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .share:active {
  color: #333;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .share .fa-2x {
  font-size: 1.3em;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .step {
  padding-top: 0 !important;
}

.first-part,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .second-part {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 30px;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .second-part {
  color: #333;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .second-part form {
  position: relative;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .second-part-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #54c0e8;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .step1-characteristic {
  border-bottom: 1px solid #333;
  margin-bottom: 1.5rem;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .step2 {
  padding: 0;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .step2-marking {
  padding: 2.5%;
  background-color: #e6e6e6;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .marking-toggle-head {
  background-color: #fefefe;
  padding: 0.75rem;
  margin-bottom: 0.25rem;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .marking-area {
  background-color: #fefefe;
  padding: 0.75rem;
  margin-bottom: 1rem;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .change-marking {
  margin-bottom: 0;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .import-file-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #184d99;
  padding: 8px 32px;
  min-width: 160px;
  max-width: 250px;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .import-file-button .upload-icon {
  font-size: 16px;
  color: #fff;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .import-file-button label {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0 !important;
}



@media screen and (max-width: 39.9375em) {
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb     .change-marking {
    padding-right: 0.5rem;
    top: 0.2rem;
    right: -2rem;
  }

  .express-quote-label-checkbox,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb     .sample-inquiry-label-checkbox {
    position: relative;
    top: -2.5rem;
    left: 15px;
  }

  .express-quote-confirm-button,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb     .sample-inquiry-confirm-button {
    width: 100%;
  }
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .marking-name {
  margin-bottom: 0;
  font-weight: 500;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .edit-marking {
  color: #333;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   textarea {
  resize: vertical;
  margin-bottom: 0;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .btn-close-marking {
  position: relative;
  top: -0.5rem;
  color: #333;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   input.logo {
  display: none !important;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .marking-delete {
  position: relative;
  right: 0rem;
  top: 0;
  font-size: 1.2em;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .reset-marking {
  padding-top: 6px;
  text-decoration: underline;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .valid-marking {
  margin-bottom: 0;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .no-personalization-title {
  padding: 1rem;
  color: #333;
  background-color: #f2f2f2;
  border: 1px solid #333;
  margin: 1rem 0;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .no-personalization-title h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}

.personalization-step-subtitle,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .no-personalization-step-subtitle {
  color: #333;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
}

.personalization-step-label,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .no-personalization-step-label {
  font-size: 80%;
}

.personalization-step2-label,
.personalization-step2-label-first,
.no-personalization-step2-label,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .no-personalization-step2-label-first {
  font-size: 90%;
  font-weight: 500;
  margin-top: 1.5rem;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .personalization-step2-label-first {
  margin-top: 0;
}

.grey-select,
.quantity-input,
.marking-area input,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .marking-area textarea {
  font-size: 0.9rem;
  color: #333;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .quantity-input {
  text-align: center;
  width: auto;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #0a0a0a;
  border: 1px solid #333;
}

th,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   td {
  border: 1px solid #e6e6e6;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   thead th {
  text-align: center;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb  thead{
    background: rgb(84,192,232);
background: linear-gradient(90deg, rgba(84,192,232,1) 0%, rgba(170,232,255,1) 100%);
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb  thead tr:hover {
       background: rgb(84,192,232);
background: linear-gradient(90deg, rgba(84,192,232,1) 0%, rgba(170,232,255,1) 100%);
}

th:first-child,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   td:first-child {
  text-align: left;
}

thead th,
thead td,
tfoot th,
tfoot td,
tbody th,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   tbody td {
  font-size: 90%;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .table-first {
  color: #0a0a0a;
  font-weight: 500;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .aside-summary {
  padding: 1rem;
  margin-bottom: 1rem;
  line-height: 2;
  color: #333;
  background-color: #f2f2f2;
}

.aside-summary-title,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .aside-summary-total-result {
  font-size: 1.1em;
  font-weight: 600;
  padding-top: 0.5rem;
  color: #333;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .aside-summary-div {
  padding: 0.5rem 0;
  border-bottom: 1px solid #333;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .aside-summary-label {
  font-size: 0.9em;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .aside-summary-result {
  font-weight: 600;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .aside-summary .has-tip {
  cursor: help;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .aside-button button {
  margin-bottom: 0.5rem;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .dpn {
  display: none !important;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .dpb {
  display: block;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .decreasing-prices-content {
  margin-bottom: 0;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .accordion {
  border: 1px solid #e6e6e6;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .accordion-title {
  padding: 1rem 0.5rem;
  border: 0px;
  border-bottom: 1px solid #e6e6e6;
  background: rgb(84,192,232);
background: linear-gradient(90deg, rgba(84,192,232,1) 0%, rgba(170,232,255,1) 100%);
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .accordion-content {
  border: 0px;
  border-bottom: 1px solid #e6e6e6;
  color: #333;
  font-size: 0.85rem;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .accordion-item:first-child> :first-child {
  border-top: 0;
}

:last-child>.accordion-content:last-child,
:last-child:not(.is-active)>.accordion-title,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .accordion-title:last-child {
  border-bottom: 0;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .accordion-title {
  color: #333;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .accordion-title:hover {
  color: #333;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .characteristics {
  padding: 0.25rem;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .keyword {
  color: #333;
  background-color: #e6e6e6;
  padding: 0.5rem 1rem;
  border-radius: 90px;
  display: inline-block;
}

/*************** Color selector *******************/
.filter-color .button-group,
.filter-product-color .button-group,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .filter-ink-color .button-group {
  flex-wrap: wrap;
}

.filter-color .button-group .button,
.filter-product-color .button-group .button,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .filter-ink-color .button-group .button {
  width: 25px;
  height: 25px;
  border: 0.5px solid #cacaca;
  border-radius: 100% !important;
  padding: 0;
  margin: 8px;
}

.filter-color .button-group .button.first-all,
.filter-product-color .button-group .button.first-all,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .filter-ink-color .button-group .button.first-all {
  background-color: #fefefe;
  color: #333;
  font-size: 1rem;
  padding-bottom: 3px;
  padding-left: 1px;
}

.filter-color .filter-color-button.is-active,
.filter-color .filter-color-button:focus,
.filter-color .filter-color-button:active,
.filter-product-color .filter-color-button.is-active,
.filter-product-color .filter-color-button:focus,
.filter-product-color .filter-color-button:active,
.filter-ink-color .filter-color-button.is-active,
.filter-ink-color .filter-color-button:focus,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .filter-ink-color .filter-color-button:active {
  border: 2px solid #333;
}

.filter-product-color,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .filter-ink-color {
  margin-bottom: 20px;
}

/*************** Product & Ink Color selector *******************/
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .button-group input {
  display: none !important;
}

.filter-product-color .button-group input:checked+label,
.filter-product-color .button-group input:checked+label:active,
.filter-ink-color .button-group input:checked+label,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .filter-ink-color .button-group input:checked+label:active {
  border: 2px solid #333;
}

/************* JQuery-Step Wizard *****************/
/* Common */
.wizard,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}

.wizard a,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .tabcontrol a {
  outline: 0;
}

.wizard ul,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.wizard ul>li,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .tabcontrol ul>li {
  display: block;
  padding: 0;
}

/* Accessibility */
.wizard>.steps .current-info,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .tabcontrol>.steps .current-info {
  position: absolute;
  left: -999em;
}

.wizard>.content>.title,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .tabcontrol>.content>.title {
  position: absolute;
  left: -999em;
}

/* Wizard */
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.steps {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0.47rem;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   #no-personalization .wizard>.steps {
  display: none;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard.vertical>.steps {
  display: inline;
  float: left;
  width: 30%;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.steps .number {
  font-size: 1.429em;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.steps>ul>li {
  width: 49%;
}

.wizard>.steps>ul>li,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.actions>ul>li {
  float: left;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.steps>ul>li:first-child {
  margin-right: 2%;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard.vertical>.steps>ul>li {
  float: none;
  width: 100%;
}

.wizard>.steps a,
.wizard>.steps a:hover,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.steps a:active {
  display: block;
  width: auto;
  margin: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  text-decoration: none;
}

.wizard>.steps .disabled a,
.wizard>.steps .disabled a:hover,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.steps .disabled a:active {
  background: #f2f2f2;
  color: #aaa;
  cursor: default;
}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.steps .current a:active {
  background: #333;
  color: #fff;
  cursor: default;
}

.wizard>.steps .done a,
.wizard>.steps .done a:hover,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.steps .done a:active {
  background: #54c0e8;
  color: #fff;
}

.wizard>.steps .error a,
.wizard>.steps .error a:hover,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.steps .error a:active {
  background: #ff3333;
  color: #fff;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.content {
  background: #fefefe;
  display: block;
  margin: 0.5em;
  overflow-x: hidden;
  position: relative;
  width: auto;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   #no-personalization .wizard>.content {
  background: #fefefe;
  display: block;
  margin: 0.5em;
  margin-top: 0;
  overflow-x: hidden;
  position: relative;
  width: auto;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard.vertical>.content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.content>.body {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.content>.body ul {
  list-style: disc !important;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.content>.body ul>li {
  display: list-item;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.content>.body>iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.content>.body input {
  display: block;
  font-size: 1rem;
  color: #0a0a0a;
  border: 1px solid #333;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.content>.body input[type="checkbox"] {
  display: inline-block;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.content>.body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.content>.body label {
  display: inline-block;
  margin-bottom: 0.5em;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.content>.body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard.vertical>.actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.actions>ul {
  display: inline-block;
  text-align: right;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.actions>ul>li {
  margin: 0 0.5em;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard.vertical>.actions>ul>li {
  margin: 0 0 0 1em;
}

.wizard>.actions a,
.wizard>.actions a:hover,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.actions a:active {
  background: #1779ba;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}

.wizard>.actions .disabled a,
.wizard>.actions .disabled a:hover,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.actions .disabled a:active {
  background: #f2f2f2;
  color: #aaa;
}

/* Tabcontrol */
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .tabcontrol>.steps {
  position: relative;
  display: block;
  width: 100%;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .tabcontrol>.steps>ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .tabcontrol>.steps>ul>li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .tabcontrol>.steps>ul>li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .tabcontrol>.steps>ul>li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .tabcontrol>.steps>ul>li>a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .tabcontrol>.steps>ul>li>a:hover {
  text-decoration: none;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .tabcontrol>.steps>ul>li.current>a {
  padding: 15px 30px 10px 30px;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .tabcontrol>.content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .tabcontrol>.content>.body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .tabcontrol>.content>.body ul {
  list-style: disc !important;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .tabcontrol>.content>.body ul>li {
  display: list-item;
}

.attribute-filter-select,
.filter-select,
.technology-select,
input,
textarea,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .quantity-input {

  font-size: 1rem;
  color: #333;
  border: 1px solid #ccc !important;

}

@media screen and (max-width: 39.9375em) {
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb     .wizard>.steps>ul>li {
    width: 100%;
  }
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   #personalization-t-0 {
  position: relative;
  padding-left: 1.5rem;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   #personalization-t-0::after {
  content: '';
  position: absolute;
  right: -20px !important;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 20px solid #333;
  clear: both;
}

.wizard>.steps .done #personalization-t-0::after,
.wizard>.steps .done #personalization-t-0:hover::after,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .wizard>.steps .done #personalization-t-0:active::after {
  border-left: 20px solid #54c0e8 !important;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   #step-2-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: white;
  background-color: rgb(0 0 0 / 15%);
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb     #personalization-t-0::after {
    right: -6.5%;
  }
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   #personalization-t-1 {
  position: relative;

}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   #personalization-t-1::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 20px solid #f9f9f9;
  clear: both;
}

@media screen and (max-width: 39.9375em) {

  #personalization-t-0,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb     #personalization-t-1 {
    padding: 0.5rem 1rem;
  }

  #personalization-t-0::after,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb     #personalization-t-1::after {
    display: none;
  }

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb     .description-infos {
    display: block;
    align-items: baseline;
  }

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb     .rubric-title {
    margin-right: 8px;
  }

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb     .description-link {
    margin-left: 1px;
  }

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb     .description a {
    margin-top: 0;
    margin-right: 1px;
  }

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb     .express-quote-label-checkbox {
    position: inherit;
  }
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .product-option-detail {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6e6e6;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  padding: 8px;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .product-option-detail .product-marking-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* Thumbnail slideshow */

.product-image-thumbnail-0039 .slide-prev,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .product-image-thumbnail-0039 .slide-next {
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  color: #333;
  font-size: 24px;
  padding: 0;
  right: 0;
}

.product-image-thumbnail-0039 .slide-prev:hover,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .product-image-thumbnail-0039 .slide-next:hover {
  cursor: pointer;
  color: #484848;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .product-image-thumbnail-0039 .slide-prev {
  left: -12px;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .product-image-thumbnail-0039 .slide-next {
  right: -12px;
}

/*buttons*/

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .icon-label {
  color: #fff !important;
}

.show-pdf,
.add-to-cart,
.wizard>.actions a:active,
#add-marking,
.import-file-button,
.valid-quantity,
.valid-marking,
.add-to-cart,
.wizard>.actions a,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .button.small {
  background-color: #54c0e8 !important;
  color: #fff !important;
}


.show-pdf:hover,
.add-to-cart:hover,
.wizard>.actions a:active,
#add-marking:hover,
.valid-quantity:hover,
.import-file-button:hover,
.valid-marking:hover,
.add-to-cart:hover,
.wizard>.actions a:hover,
#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .button.small:hover {
  background-color: #333 !important;
  color: #fff !important;

}


#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .add-to-cart {
  background-color: #54c0e8 !important;
  color: #fff !important;

}


#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .add-to-cart:hover {
  background-color: #333 !important;
  color: #fff !important;

}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .reset-marking a {
  color: #333 !important;
}

/*fin buttons*/


/* Réseaux sociaux */


#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   .fa-pinterest-square {
  display: none;
}

#u-6ea435e8-5072-49b4-86ef-f116dfe2aefb   * {
  word-break: normal;
}




/* 0020_footer : u-2f349a48-eabe-4674-b14a-09889c6e262d */
#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .default-cursor a {
    cursor: default;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      footer {
    margin-bottom: 8px;
    background-color: #54c0e8;

}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .show-for-large {
    max-width: 1200px;
    margin: 0 auto;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      footer a {
    padding: 0.5rem 0;
    color: #fff;
    font-size: 0.8rem;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      footer a:hover:not(.reinsurance-item) {
    cursor: pointer;
    color: #333;
    transition: color 500ms ease;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .company-logo {
    height: 34px;
    object-fit: contain;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .accordion-title {
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    background-color: #54c0e8;
    color: #fff;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .accordion-title h5 {
    margin-left: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .accordion-content {
    border: 0;
    background-color: #54c0e8;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .rubric-list-item-image {
    display: inline-block;
    text-align: center;
    width: 25px;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .backTop-icon {
    color: #fff;
    margin-top: 15px;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      footer .fa-2x {
    font-size: 1.75em;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      footer .fa-phone {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      footer small {
    color: #fff !important;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .input-group-button input {
    padding-top: 0;
    padding-bottom: 0;
    color: white;
    border: 1px solid #333;
    background-color: #54c0e8;

}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .input-group-button input:hover {
    padding-top: 0;
    padding-bottom: 0;
    color: white;
    background-color: #333;
    border: 1px solid #333;


}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      footer input {
    font-size: 1rem;
    color: #333;
     border: 1px solid #333;

}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      footer input::placeholder {
    font-size: 1rem;
    color: #333;
}



#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .rubric-title {
    color: #fff;
    text-transform: uppercase;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .gc2 {
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: center;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .switch.mobile {
    height: inherit;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .switch-paddle {
    background: #fff;
    width: 3.5rem;
    color: #54c0e8;
}
#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .switch.tiny .switch-paddle::after {
    background-color: #54c0e8;
}
#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .switch.tiny input:checked~.switch-paddle::after {
    left: inherit;
    right: 0.25rem;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .switch-active {
    left: 15%;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .social-network li {
    margin: 0 8px;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .social-network li:first-child {
    margin-left: 0;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .social-network a {
    border: none;
    color: #fff;
}



@media screen and (min-width: 64em) {
#u-2f349a48-eabe-4674-b14a-09889c6e262d                              .company-logo {
        height: 64px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 63.9375em) {
#u-2f349a48-eabe-4674-b14a-09889c6e262d                          .company-logo {
        height: 44px;
        margin-bottom: 8px;
    }
}

/* Reinsurance */

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .reinsurance {
    background-color: #333;
    display: none;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .reinsurance-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 32px;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .reinsurance-item:hover {
    opacity: 0.6;
    transition: all 500ms ease;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .reinsurance-item-icon {
    font-size: 32px;
    margin-bottom: 16px;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .reinsurance-item-text {
    font-weight: 600;
    text-align: center;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .inactiveLink {
    pointer-events: none;
    cursor: default;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .fa-angle-right {
    display: none;
}

/* End reinsurance */

/* NEWSLETTER */

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .newsletterCheckbox-checkbox {
    margin-bottom: 0;
    margin-right: 8px;
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .newsletterCheckbox-message {
    display: inline;
    margin: 0;
    line-height: 20.48px;
    color: #333;
}

@media screen and (max-width: 63.9375em) {
#u-2f349a48-eabe-4674-b14a-09889c6e262d                          .newsletterCheckbox {
        margin-bottom: 8px;
    }

#u-2f349a48-eabe-4674-b14a-09889c6e262d                          .newsletter-form-mobile .input-group {
        margin-bottom: 8px;
    }
}

/* END NEWSLETTER */

#u-2f349a48-eabe-4674-b14a-09889c6e262d                      .company-logo {
     filter: saturate(0%);
}

#u-2f349a48-eabe-4674-b14a-09889c6e262d                   .newsletterText {
    max-width: 100%;
}