html {
    scroll-behavior: smooth !important;
}

body,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
}

#logout-reveal a.button,
#logout-reveal a.button:hover {
    background-color: #ff0099;
    border-radius: 7px;
}

#logout-reveal button {
    border-radius: 7px;
}

.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: #000;
}

.breadcrumbs li a {
    color: #8a8a8a;
}

.breadcrumbs li a:hover {
    color: #000;
}

@media screen and (min-width: 40em) {
    .grid-container.fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

/*COOKIES*/

.cookiesOpenButton {
    background-color: #ff0099 ;
}

.cookiesPreferences-table-header {
    background-color: #ff0099 ;
}

.cookiesPreferences-action .button {
     background-color: #ff0099 ;
     border-radius: 5px;
}
.cookiesPreferences-action .button:hover {
     background-color: #000;
}

#lib-cookies .switch-paddle {
    background-color: #ff0099 !important;
    border-radius: 5px;
}

#lib-cookies .switch-paddle::after {
    border-radius: 3px;
}

#lib-cookies-validation #libCookieAcceptButton {
    background-color: #ff0099 ;
    color: #fff;
    border-radius: 5px;
}

#lib-cookies-validation #libCookiePreferencesButton {
    background-color: #ff0099;
    color: #fff ;
    border: 0;
    border-radius: 5px;
}

#libCookieDeclineButton:hover {
    color: #000;
}

#libCookieClosePreferencesButton .fa-times {
    color: #000;
}
/*FIN COOKIES*/


/*bouton devis express */

button[data-es-id=product_card-express-quotation],
button[data-es-id=product_card-express-quotation]:hover {
    width: 100%;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color: #ff0099;
    margin: 5px auto 1rem;
	border-radius: 5px;
}
/*
button[data-es-id=product_card-express-quotation]:hover {
    color: #fff;
    background-color: #aaaaaa;
	border-radius: 10px;
}
*/
.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 #000000;
	border-radius: 5px;
	font-size: 0.9rem;
	font-weight: 500;
	color: #000000;
}

.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: #000000;
}

.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: #000000;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}

.expressQuotationForm .editableLabel p,
.expressQuotationForm .editableLabel span {
	font-family: inherit !important;
	color: #000000 !important;
}

.expressQuotationForm .editableLabel a p,
.expressQuotationForm .editableLabel a span {
	color: #000000 !important;
}

.expressQuotationForm .editableLabel a:hover p,
.expressQuotationForm .editableLabel a:hover span {
	text-decoration: underline !important;
}

.expressQuotationForm .express-quotation-confirm-button {
    background-color: #ff0099;
    border-radius: 5px;
    text-transform: uppercase;
}
/*
.expressQuotationForm .express-quotation-confirm-button:hover {
    background-color: #aaaaaa ;
	border-radius: 10px;
}
*/
.close-button#express-quotation-close svg {
	width: 0.75rem;
	color: #000000;
}

.close-button#express-quotation-close svg:hover {
	color: #000000;
}
.expressQuotationForm .captcha,
.expressQuotationForm .g-recaptcha {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 39.9375em) {
	.expressQuotationForm h2[data-es-id="express_quotation_modal_title"] {
		font-size: 1.5rem;
	}
}
/* 0007_header : u-45be64e5-3197-44b0-b2da-ab450cfe7bf9 */
#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9      header {
  z-index: 10000;
  top: 0;
  width: 100vw;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .home-title {
  visibility: hidden;
  height: 0;
  margin: 0;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .menu.large-horizontal {
  align-items: center;
}

/* CATEGORY MENU */

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .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-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .categoryMenu._open {
  transform: translateX(0);
  transition: transform ease-in 500ms;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .categoryMenu .is-drilldown {
  max-width: inherit !important;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .categoryMenu .is-drilldown .drilldown {
  margin-left: 0;
  background-color: transparent;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .categoryMenu .is-drilldown .drilldown {
  margin-left: 0;
  background-color: transparent;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .categoryMenu .is-dropdown-submenu-parent {
  position: initial;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .categoryMenu .drilldown .js-drilldown-back>a::before {
  border-color: transparent #313131 transparent transparent;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .categoryMenu .is-drilldown .drilldown .is-drilldown-submenu {
  background-color: #fff;
  border: none;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .categoryMenu .is-drilldown .drilldown a {
  background-color: transparent;
  color: #313131;
  font-size: 0.9rem;
  text-transform: uppercase;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .categoryMenu .is-drilldown .drilldown a:hover {
  background-color: #ff0099;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.9rem;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .categoryMenu .is-drilldown .drilldown a::after {
  border-color: transparent transparent transparent #494949;
}

/* END CATEGORY MENU */

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .sticky-container .sticky {
  position: fixed;
  width: 100%;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .companyInformations {
  font-size: 0.8rem;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .headerMenuTop {
  background-color: #11111F;
  padding: 0 16px;

}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .headerMenuTop a {
  color: #fff;
  border-bottom: 3px solid transparent;
}


#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .headerMenuTop a:hover {
  border-bottom: 3px solid #ff0099;
  transition: 250ms color ease;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .headerMenuTop .dropdown.menu a::after {
  border-color: #fff transparent transparent;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .headerMenuTop .is-dropdown-submenu {
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  background-color: white;
  z-index: 20;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .headerMenu .is-dropdown-submenu button {
  color: #313131;
  padding: 8px;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .headerMenuTop .is-dropdown-submenu button:hover {
  cursor: pointer;
  color: #ff0099;
  transition: 250ms color ease;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .headerMenu {
  background-color: #fff;
  padding: 0 16px;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .headerMenu a:not(.logo) {
  color: #11111F;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .headerMenu a:not(.logo):hover {
  color: #ff0099;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 500;
}


#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .headerMenu-menu {
  align-items: center;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .headerMenu-menu .logo {
  padding-left: 0;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       header .logo img {
  height: auto;
  max-width: 315px;
  min-width: 150px;
  object-fit: contain;
  margin-left: 20px;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .headerMenu-search form {
  margin-bottom: 0;
}

.menu-secondLevel .is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu,
.menu-thirdLevel .is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu,
#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .menu-lastLevel {
  left: 100% !important;
}

/* Connexion / Account */

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .connexion-link {
  position: relative;
  color: #ff0099;
  font-size: 1.2rem;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .connexion-link:hover {
  cursor: pointer;
  border-bottom: 3px solid #ff0099;
  transition: 250ms color ease;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .connexion-link-dropdown {
  display: none;
  position: absolute;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  z-index: 10000;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .connexion-link:hover .connexion-link-dropdown {
  display: block;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .connexion-link-dropdown a {
  display: block;
  padding: 8px 16px;
  color: #313131;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .connexion-link-dropdown a:first-child {
  border-bottom: 1px solid #ebeaec;
}

/* End Connexion / Account */

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

  .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-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .close-button {
    display: none;
  }

  .headerMenuTop .companyInformations,
  .headerMenuTop .accountLinks .wishlist-link,
  .headerMenuTop .accountLinks .connexion-link,
  .headerMenuTop .accountLinks .languageSelect,
  .headerMenu-search,
#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .headerMenu .logo {
    display: block;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .accountLinks a span {
    display: none !important;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .accountLinks a svg {
    font-size: 1.2rem;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .headerMenu {
    display: flex;
    justify-content: space-around;
    position: inherit;
    visibility: visible;
    width: 100%;
    transform: inherit;
    overflow: visible;
    border-bottom: 2px solid #F1F1F1
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .off-canvas-wrapper {
    overflow: visible;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .headerMenuTop .accountLinks .shoppingCart-link span {
    display: inline-block;
  }

  .menu-firstLevel-link,
  .menu-secondLevel-link,
  .menu-thirdLevel-link,
#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .menu-lastLevel-link {
    color: #313131;
  }

  .menu-firstLevel-link:hover,
  .menu-thirdLevel-link:hover,
#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .menu-lastLevel-link:hover {
    color: #ff0099;
    transition: 250ms color ease;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .menu-firstLevel-link::after {
    border-color: #313131 transparent transparent;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .menu-firstLevel-link:hover::after {
    border-color: #313131 transparent transparent;
    transition: 250ms all ease;
  }
}

/**** RESPONSIVE ****/
@media screen and (max-width: 63.9375em) {
#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .drilldown .is-drilldown-submenu-parent>a::after {
    border-color: transparent transparent transparent #313131;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .languageSelect a::after {
    border-color: #313131 transparent transparent;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .languageSelect button {
    color: #313131;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .languageSelect button:hover {
    cursor: pointer;
    color: #ff0099;
    transition: color 250ms ease-in;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .sticky {
    transform: inherit;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .headerMenu-menu a {
    color: #313131 !important;
    padding: .7rem 0;
  }


#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .headerMenu-menu .is-accordion-submenu-parent a span {
    display: block;
    max-width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .drilldown .is-drilldown-submenu-parent>a::after {
    border-color: transparent transparent transparent #313131;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .headerMenu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    background-color: #FFF;
    padding: 32px 0 0 0;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .close-button {
    position: absolute;
    align-items: center !important;
    justify-content: center;
    border-bottom: none;
    top: 8px;
    right: 8px;
    width: 32px !important;
    padding: 0 !important;
    color: #313131;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .headerMenuTop {
    padding: 16px;
    background-color: #FFF;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         header .logo img {
    margin-left: 0;
  }

  .headerMenuTop .companyInformations,
  .headerMenuTop .accountLinks .wishlist-link,
  .headerMenuTop .accountLinks .connexion-link,
  .headerMenuTop .accountLinks .shoppingCart-link span,
  .headerMenuTop .accountLinks .languageSelect,
  .headerMenu-search,
#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .headerMenu .logo {
    display: none !important;
  }

  .mobileMenu-btn,
  .headerMenuTop-searchExandable,
  .headerMenuTop .logo,
  .headerMenu .companyInformations,
  .headerMenu .accountLinks .wishlist-link,
  .headerMenu .accountLinks .connexion-link,
#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .headerMenu .accountLinks .languageSelect {
    display: block;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .headerMenu .accountLinks .shoppingCart-link span {
    display: inline-block;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .mobileMenu-btn-icon {
    color: #11111F;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .mobileMenu-btn:hover .mobileMenu-btn-icon {
    cursor: pointer;
    color: #ff0099;
    transition: 250ms color ease;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .headerMenu>*:not(.close-button) {
    width: 100%;
    padding: 32px 16px;
    border-bottom: 1px solid #cacaca;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .headerMenu>*:last-child {
    border: none;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .headerMenu-menu a::after {
    border-color: #313131 transparent transparent;
  }

  .headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true]>a,
#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .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;
  }

  .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-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .headerMenu-menu .is-accordion-submenu-item[aria-expanded=true]>a:focus {
    color: #313131 !important;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true] a::after {
    right: 8px;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .menu-lastLevel {
    left: 0 !important;
    margin-bottom: 32px;
  }

  .headerMenu .accountLinks a,
#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .headerMenu .companyInformations a {
    padding: 8px 0 !important;
    color: #313131;
    background: transparent !important;
  }

  .menu-secondLevel,
#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .menu-thirdLevel {
    background-color: #313131 !important;
  }

  .headerMenu .accountLinks a:hover,
#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .headerMenu .companyInformations a:hover {
    color: #ff0099;
    transition: 250ms all ease;
  }

  .headerMenuTop .mobileMenu-btn:hover .fa-bars,
#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .headerMenuTop .shoppingCart-link:hover {
    color: #ff0099;
    transition: 250ms all ease;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .is-drilldown {
    max-width: 100% !important;
    min-height: 0 !important;
    width: 100% !important;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .is-drilldown li {
    width: 100%;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .headerMenu a {
    color: #313131;
  }

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .wishlist-link span {
    margin-left: 7px;
  }

  .headerMenu a:not(.logo),
#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         .headerMenuTop a {
    color: #313131 !important;

    border: 1px solid #fff;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 39.97375em) {
#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9         header .logo img {
    margin-left: 0;
    max-width: 140px;
    padding: 0;
    margin: 0;
  }
}

/**** SEARCH EXANDABLE ****/
#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .headerMenuTop-searchExandable input {
  background: transparent url(/api/assets/u-6eee54ba-28e7-42df-aa6f-9d8375f08197) no-repeat 9px center !important;
  background-position: center center !important;
  border: none!important;
  padding: 9px 10px 9px 26px;
  width: 35px;
  border-radius: 5000px !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 1rem;
  margin-top: 0px;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .headerMenuTop-searchExandable input:focus {
  cursor: text;
  width: 120px;
  border-color: #313131;
  -webkit-box-shadow: 0 0 5px rgba(23, 121, 186, 0.5);
  box-shadow: 0 0 5px rgba(23, 121, 186, 0.5);
  background: none !important;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .headerMenuTop-searchExandable input::placeholder {
  font-size: 1rem;
  color: #313131;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .headerMenuTop-searchExandable input:hover:not(:focus) {
  cursor: pointer;
  background: #fefefe url(/api/assets/u-9154e8e5-6c6e-47d5-bc0b-fd159e0a4bd8) no-repeat 9px center;
  background: none !important;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .headerMenuTop-searchExandable input:focus {
  width: 120px;
  background-color: #fefefe;
  border-color: #313131;
  background: none !important;
  padding: 9px;
}

.headerMenuTop-searchExandable input:-moz-placeholder::after,
#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .headerMenuTop-searchExandable input::-webkit-input-placeholder::after {
  color: #313131;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .headerMenuTop-searchExandable input:hover {
  background-color: #fefefe;
}


#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .headerMenuTop-searchExandable input {
  border: 1px solid #11111F;
  background-color: #11111F;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .input-group-field {

  border: 1px solid #11111F!important;
  border-right: 0!important;
  box-shadow: none;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .input-group-button button {

  background-color: #fff;
  border: 1px solid #11111F!important;
  box-shadow: none!important;
  border-left: none!important;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  color: #11111F;
  font-size: 1rem;
  font-weight: 700;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .input-group-button button:hover {

  color: #ff0099;
  box-shadow: none;
}

/* --- SHOPPING CART --- */
#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .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-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .mini-shopping-cart-product {
  padding: 1em 0 0.5em;
  border-bottom: 1px solid #313131;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       #mini-shopping-cart-title {
  margin-bottom: 0.5em;
  color: #313131;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       #mini-shopping-cart-link {
  display: block;
  color: #313131;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       #mini-shopping-cart-img {
  margin-right: 0.5em;
  width: 80px;
  height: 80px;
  object-fit: contain;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .mini-shopping-cart-product-title {
  margin-bottom: 0.5em;
  font-weight: 500;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       #mini-shopping-cart-description {
  font-size: 75%;
  margin-bottom: 3em;
}

#mini-shopping-cart-price,
#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       #mini-shopping-cart-ordered-quantity {
  font-size: 80% !important;
  margin-bottom: 0 !important;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       #mini-shopping-cart-button {
  padding-top: 1em;
}

#mini-shopping-cart-see,
#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       #mini-shopping-cart-continue {
  margin-bottom: 0 !important;
  background-color: #11111F;
  color: #fff;
  border-radius: 7px;
}

#mini-shopping-cart-see:hover,
#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       #mini-shopping-cart-continue:hover {
  margin-bottom: 0 !important;
  background-color: #ff0099;
  color: #fff;
  border-radius: 7px;
}

/* Menu categories header */

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .categoryMenu .is-drilldown .drilldown .submenu-title {
  background-color: transparent;
  color: #313131;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .categoryMenu .is-drilldown .drilldown .submenu-title::after {
  border-color: transparent transparent transparent #494949;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .submenu-title {
  font-size: 18px;
  font-weight: bold;
  color: #313131;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .menu-all {
  padding-bottom: 32px;
}

#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .menu-all span {
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 14px;
  color: #313131;
}

/*fam_sous_fam */

.is-accordion-submenu-item a span,
.submenu-title,
#u-45be64e5-3197-44b0-b2da-ab450cfe7bf9       .is-accordion-submenu-item a {
  text-transform: uppercase;
}
/* 0048_slideshow : u-667abf8e-6ed3-4412-80e9-9805775a2b8e */
#u-667abf8e-6ed3-4412-80e9-9805775a2b8e           ._0048_slideshow {
  margin: 6vh auto;
}

#u-667abf8e-6ed3-4412-80e9-9805775a2b8e           ._0048_slideshow .orbit-container {
    max-width: 1200px;
    margin: 0 auto;
}

#u-667abf8e-6ed3-4412-80e9-9805775a2b8e           .orbit-figure a {
    display: flex;
    align-items: center;
    justify-content: center;
}

#u-667abf8e-6ed3-4412-80e9-9805775a2b8e           .orbit-image {
    object-fit: contain;
    object-position: center;
}

#u-667abf8e-6ed3-4412-80e9-9805775a2b8e           .responsive-embed {
    margin-bottom: 0;
}

.orbit-previous,
#u-667abf8e-6ed3-4412-80e9-9805775a2b8e           .orbit-next {
    position: absolute !important;
    cursor: pointer;
    top: 45%;
}

#u-667abf8e-6ed3-4412-80e9-9805775a2b8e           .orbit-caption {
    padding: 0.5rem 1rem;
    font-size: 90%;
    text-align: center;
}

#u-667abf8e-6ed3-4412-80e9-9805775a2b8e           .orbit-bullets {
    margin-top: 0.5rem;
}

#u-667abf8e-6ed3-4412-80e9-9805775a2b8e           .orbit-bullets button {
    cursor: pointer;
    width: 1rem;
    height: 1rem;
}
#u-667abf8e-6ed3-4412-80e9-9805775a2b8e             .orbit-bullets button {
    width: 1rem;
    height: 1rem;
    border: 2px solid #ff0099;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
}


#u-667abf8e-6ed3-4412-80e9-9805775a2b8e             .orbit-bullets button.is-active {
    background-color: #ff0099;
}

#u-667abf8e-6ed3-4412-80e9-9805775a2b8e              .orbit-controls button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    color: #fff;
}

#u-667abf8e-6ed3-4412-80e9-9805775a2b8e             .orbit-controls button:hover {
    border: 1px solid #ff0099;
    background-color: #ff0099;
    color: white;
}

@media screen and (max-width: 63.9375em) {
    .fa-caret-left.fa-2x,
#u-667abf8e-6ed3-4412-80e9-9805775a2b8e               .fa-caret-right.fa-2x {
        font-size: 1.5em;
    }

#u-667abf8e-6ed3-4412-80e9-9805775a2b8e               .orbit-caption {
        padding: 0.25rem 1rem;
        font-size: 75%;
        text-align: center;
    }

#u-667abf8e-6ed3-4412-80e9-9805775a2b8e               .orbit-bullets {
        margin-top: 0.25rem;
    }

#u-667abf8e-6ed3-4412-80e9-9805775a2b8e               .orbit-bullets button {
        width: 0.75rem;
        height: 0.75rem;
    }
}

@media screen and (max-width: 39.9375em) {
    .fa-caret-left.fa-2x,
#u-667abf8e-6ed3-4412-80e9-9805775a2b8e               .fa-caret-right.fa-2x {
        font-size: 1em;
    }

#u-667abf8e-6ed3-4412-80e9-9805775a2b8e               .orbit-bullets {
        margin-top: 0;
    }

#u-667abf8e-6ed3-4412-80e9-9805775a2b8e               .orbit-bullets button {
        width: 0.5rem;
        height: 0.5rem;
    }
}
/* 0051_slideshow : u-b29c4f61-5a44-454b-8c6f-55d716a5d1da */
#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                   ._0051_slideshow {
    margin: 0 auto 6vh;
    max-width: 1200px;
}

#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                   .img-link {
    display: block;
}

#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                   ._0051_slideshow .orbit-container {
    display: flex;
    align-items: center;
}

#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                   .orbit-figure a {
    display: flex;
    align-items: center;
    justify-content: center;
}

#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                   .orbit-image {
    object-fit: contain;
    object-position: center;
}

#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                   .slideshow-fixedImages {
    margin-bottom: 36px;
}

#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                   .slideshow-fixedImages-item:first-child {
    margin-bottom: 32px;
}

#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                   .slideshow-fixedImages-item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                   .responsive-embed {
    margin-bottom: 0;
}

.orbit-previous,
#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                   .orbit-next {
    position: absolute !important;
    cursor: pointer;
    top: 45%;
}

#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                   .orbit-bullets {
    margin-top: 0.5rem;
    margin-bottom: 0;

}

#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                   .orbit-bullets button {
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    background-color: transparent !important;
    border: 2px solid #ff0099 !important;
}

#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                   .orbit-bullets button.is-active {
    cursor: pointer;

    background-color: #ff0099 !important;
    border: 2px solid #ff0099 !important;
}

@media screen and (min-width: 64em) {
#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                       .grid-margin-x>.large-5 {
        width: calc(41.66667% - 0rem);
    }
}

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

    .fa-caret-left.fa-2x,
#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                       .fa-caret-right.fa-2x {
        font-size: 1.5em;
    }

#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                       .orbit-bullets {
        margin-top: 0.25rem;
    }

#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                       .orbit-bullets button {
        width: 0.75rem;
        height: 0.75rem;
    }

#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                       .slideshow-fixedImages-item:first-child {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 39.9375em) {
#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                       .mobile-mb-0 {
        margin-bottom: 0 !important;
    }

    .fa-caret-left.fa-2x,
#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                       .fa-caret-right.fa-2x {
        font-size: 1em;
    }

#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                       .orbit-bullets {
        margin-top: 0;
    }

#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                       .orbit-bullets button {
        width: 0.5rem;
        height: 0.5rem;
    }
}

@media screen and (max-width: 63.9375em) {
#u-b29c4f61-5a44-454b-8c6f-55d716a5d1da                       .slideshow-fixedImages {
        flex-flow: row !important;
    }
}
/* 0054_search : u-6be5835e-c22d-4fff-9f83-133ef8a4009e */
/* --- CONTENT --- */


.search-input,
#u-6be5835e-c22d-4fff-9f83-133ef8a4009e  select {
font-size: 1rem;
color: #444;
border-radius: 7px;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #dcdcdc;
}



.search-input:focus,
#u-6be5835e-c22d-4fff-9f83-133ef8a4009e  .search-select:focus {
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}

.search-input::placeholder,
#u-6be5835e-c22d-4fff-9f83-133ef8a4009e  .search-select {
font-size: 1rem;
}

#u-6be5835e-c22d-4fff-9f83-133ef8a4009e  .search-input::placeholder {
color: #444;
}

#u-6be5835e-c22d-4fff-9f83-133ef8a4009e  .search-select {
color: #444;
}

#u-6be5835e-c22d-4fff-9f83-133ef8a4009e  .search-select {
-webkit-box-shadow: none;
box-shadow: none;
}

#u-6be5835e-c22d-4fff-9f83-133ef8a4009e    .divider {
display: none;
}

#u-6be5835e-c22d-4fff-9f83-133ef8a4009e  .search-btn {
width: 100%;
height: 39px;
border-radius: 7px;
color: #fff;
background-color: #ff0099;
}

#u-6be5835e-c22d-4fff-9f83-133ef8a4009e  .search-btn:hover {
width: 100%;
height: 39px;
border-radius: 7px;
color: #fff;
background-color: #ED2840 ;
}
#u-6be5835e-c22d-4fff-9f83-133ef8a4009e  form {
padding: 25px;
}

/* --- RESPONSIVE --- */
@media screen and (min-width: 64em) {

#u-6be5835e-c22d-4fff-9f83-133ef8a4009e    .search-row {
height: 50px;
padding-top: 5px;
border-radius: 5px;
}

#u-6be5835e-c22d-4fff-9f83-133ef8a4009e    .search-btn {
border-radius: 7px;
font-size: 0.8rem;
}
}

@media screen and (max-width: 63.9375em) {
#u-6be5835e-c22d-4fff-9f83-133ef8a4009e    .search-section {
padding-bottom: 0;
}

#u-6be5835e-c22d-4fff-9f83-133ef8a4009e    .search-row {
height: auto;
border-radius: 0;
}

#u-6be5835e-c22d-4fff-9f83-133ef8a4009e    .divider {
display: none;
}
}

#u-6be5835e-c22d-4fff-9f83-133ef8a4009e  h2 {
text-align: center;
font-size: 30px;
line-height: 20px;
color: #000;
margin-bottom: 25px;
text-transform: unset;
}



#u-6be5835e-c22d-4fff-9f83-133ef8a4009e  .search-row {
}

@media (max-width: 767px) {
#u-6be5835e-c22d-4fff-9f83-133ef8a4009e    h2 {
font-size: 24px !important;
}
}
/* 0025_miscellaneous : u-05057c79-ccd1-4a85-80e5-e62fa7a5e4a8 */
#u-05057c79-ccd1-4a85-80e5-e62fa7a5e4a8           ._0025_miscellaneous {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    border-radius: 7px;
    border: 1px solid #ff0099;
}

#u-05057c79-ccd1-4a85-80e5-e62fa7a5e4a8           ._0025_miscellaneous h2 {
    font-size: 1.8rem;
}

#u-05057c79-ccd1-4a85-80e5-e62fa7a5e4a8           ._0025_miscellaneous h3 span {
    font-size: 1.5rem;
    color: #333!important;
}
/* 0086_product_collection : u-165cec6e-374f-43a0-a4c5-27f6a56dd05c */
#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c ._0086_product-collection {
  max-width: 1200px;
  margin: 0 auto;
}

/* --- TITLE --- */
#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .title-page-wrapper {
  padding: 20px 15px;
  margin-bottom: 0px;
}

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .title-page-subtitle {
  color: #000;
  max-width: 70vw;
}

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c h2 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  text-transform: unset;
}


/* --- CONTENT --- */
#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .product-label-img {
  padding: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #f3f3f3;
  background: white;
}

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .product-card {
  margin-bottom: 1rem;
  padding: 5px;
  border-radius: 7px;
  border: 1px solid #d8d8d8;

}

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .product-card:hover {
  margin-bottom: 1rem;
  padding: 5px;
  -webkit-box-shadow: 8px 8px 35px -18px rgba(66, 68, 90, 1);
  -moz-box-shadow: 8px 8px 35px -18px rgba(66, 68, 90, 1);
  box-shadow: 8px 8px 35px -18px rgba(66, 68, 90, 1);
}

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .products-slideshow-title {
  color: #313131;
  font-size: 1.6rem;
  margin: 1rem 0;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .products-slideshow-content {
  position: relative;
  padding: 0.5rem;
}


/* - Product top - */
#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .product-card-top {
  position: relative;
  cursor: pointer;
}

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .product-labels-container>span {
  color: white;
}

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .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-165cec6e-374f-43a0-a4c5-27f6a56dd05c .product-info {
  font-size: 0.9rem;
}

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .product-name {
  margin: 0.5rem 0 0;
  color: #808285;
  font-size: 0.9rem;
  font-weight: 600;
  min-height: 82px;
}

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .line-through-price {
  color: #cc4b37;
  text-decoration: line-through;
}



#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .product-price {
  color: #0F6D9D !important;
  min-height: 60px;
}

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .product-price p {
  color: #fff !important;
  min-height: 40px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border-radius: 5px;
  ;
  background-color: #ff0099;
}

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .product-price p span {
  padding: 3px;
}

/* - Slider- */

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .products-slideshow-title {
  color: #313131;
  font-size: 1.6rem;
  margin: 1rem 0;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .products-slideshow-content {
  position: relative;
  padding: 0.5rem;
}

.slide-prev,
#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .slide-next {
  display: block;
  position: absolute;
  color: #313131;
  top: calc(50% - 12px - 37px);
  font-size: 24px;
  padding: 0;
}

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .slide-prev {
  left: -30px;
}

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .slide-next {
  right: -30px;
}

.slide-prev:hover,
#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .slide-next:hover {
  cursor: pointer;
  color: #484848;
}

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .wish-and-see .see-product {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 0, 153, 0.5);
  font-size: 1.1rem;
}

/* --- RESPONSIVE --- */
@media screen and (min-width: 75em) {
#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c   .grid-margin-x.xlarge-up-5>.cell {
    width: calc(25% - 1rem);
  }
}

@media screen and (max-width: 1024px) {
#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c   .product-card-top .see-product {
    opacity: 0;
  }

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c   .product-card-top:hover .see-product {
    opacity: 1;
  }
}

@media screen and (min-width: 40em) {
#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c   .title-page-title {
    font-size: 1.6rem;
  }

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c   .products-slideshow-title {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c   .products-slideshow [type='button'] {
    border-radius: 60px;
  }

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c   .grid-margin-x>.cell {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}

@media screen and (max-width: 39.9375em) {
#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c   .title-page-title {
    font-size: 1.2rem;
  }


#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c   .wish-and-see .see-product {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0px;
    background-color: rgba(255, 0, 153, 0.5);
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 63.9375em) {
#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c   .wish-and-see .see-product {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0px;
    background-color: rgba(255, 0, 153, 0.5);
    font-size: 1.1rem;
  }
}

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c .product-card-top .wish-and-see {
  pointer-events: auto;
}

@media screen and (max-width: 1024px) {
#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c   .product-card-top .see-product {
    opacity: 0;
  }

#u-165cec6e-374f-43a0-a4c5-27f6a56dd05c   .product-card-top:hover .see-product {
    opacity: 1;
  }
}
/* 0086_product_collection : u-c4eac73c-d603-47d7-b170-1839a386bd93 */
#u-c4eac73c-d603-47d7-b170-1839a386bd93 ._0086_product-collection {
  max-width: 1200px;
  margin: 0 auto;
}

/* --- TITLE --- */
#u-c4eac73c-d603-47d7-b170-1839a386bd93 .title-page-wrapper {
  padding: 20px 15px;
  margin-bottom: 0px;
  display: none;
}

#u-c4eac73c-d603-47d7-b170-1839a386bd93 .title-page-subtitle {
  color: #000;
  max-width: 70vw;
}

#u-c4eac73c-d603-47d7-b170-1839a386bd93 h2 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  text-transform: unset;
}


/* --- CONTENT --- */
#u-c4eac73c-d603-47d7-b170-1839a386bd93 .product-label-img {
  padding: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #f3f3f3;
  background: white;
}

#u-c4eac73c-d603-47d7-b170-1839a386bd93 .product-card {
  margin-bottom: 1rem;
  padding: 5px;
  border-radius: 7px;
  border: 1px solid #d8d8d8;

}

#u-c4eac73c-d603-47d7-b170-1839a386bd93 .product-card:hover {
  margin-bottom: 1rem;
  padding: 5px;
  -webkit-box-shadow: 8px 8px 35px -18px rgba(66, 68, 90, 1);
  -moz-box-shadow: 8px 8px 35px -18px rgba(66, 68, 90, 1);
  box-shadow: 8px 8px 35px -18px rgba(66, 68, 90, 1);
}

#u-c4eac73c-d603-47d7-b170-1839a386bd93 .products-slideshow-title {
  color: #313131;
  font-size: 1.6rem;
  margin: 1rem 0;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

#u-c4eac73c-d603-47d7-b170-1839a386bd93 .products-slideshow-content {
  position: relative;
  padding: 0.5rem;
}


/* - Product top - */
#u-c4eac73c-d603-47d7-b170-1839a386bd93 .product-card-top {
  position: relative;
  cursor: pointer;
}

#u-c4eac73c-d603-47d7-b170-1839a386bd93 .product-labels-container>span {
  color: white;
}

#u-c4eac73c-d603-47d7-b170-1839a386bd93 .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-c4eac73c-d603-47d7-b170-1839a386bd93 .product-info {
  font-size: 0.9rem;
}

#u-c4eac73c-d603-47d7-b170-1839a386bd93 .product-name {
  margin: 0.5rem 0 0;
  color: #808285;
  font-size: 0.9rem;
  font-weight: 600;
  min-height: 82px;
}

#u-c4eac73c-d603-47d7-b170-1839a386bd93 .line-through-price {
  color: #cc4b37;
  text-decoration: line-through;
}



#u-c4eac73c-d603-47d7-b170-1839a386bd93 .product-price {
  color: #0F6D9D !important;
  min-height: 60px;
}

#u-c4eac73c-d603-47d7-b170-1839a386bd93 .product-price p {
  color: #fff !important;
  min-height: 40px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border-radius: 5px;
  ;
  background-color: #ff0099;
}

#u-c4eac73c-d603-47d7-b170-1839a386bd93 .product-price p span {
  padding: 3px;
}

/* - Slider- */

#u-c4eac73c-d603-47d7-b170-1839a386bd93 .products-slideshow-title {
  color: #313131;
  font-size: 1.6rem;
  margin: 1rem 0;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

#u-c4eac73c-d603-47d7-b170-1839a386bd93 .products-slideshow-content {
  position: relative;
  padding: 0.5rem;
}

.slide-prev,
#u-c4eac73c-d603-47d7-b170-1839a386bd93 .slide-next {
  display: block;
  position: absolute;
  color: #313131;
  top: calc(50% - 12px - 37px);
  font-size: 24px;
  padding: 0;
}

#u-c4eac73c-d603-47d7-b170-1839a386bd93 .slide-prev {
  left: -30px;
}

#u-c4eac73c-d603-47d7-b170-1839a386bd93 .slide-next {
  right: -30px;
}

.slide-prev:hover,
#u-c4eac73c-d603-47d7-b170-1839a386bd93 .slide-next:hover {
  cursor: pointer;
  color: #484848;
}

#u-c4eac73c-d603-47d7-b170-1839a386bd93 .wish-and-see .see-product {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 0, 153, 0.5);
  font-size: 1.1rem;
}

/* --- RESPONSIVE --- */
@media screen and (min-width: 75em) {
#u-c4eac73c-d603-47d7-b170-1839a386bd93   .grid-margin-x.xlarge-up-5>.cell {
    width: calc(25% - 1rem);
  }
}

@media screen and (max-width: 1024px) {
#u-c4eac73c-d603-47d7-b170-1839a386bd93   .product-card-top .see-product {
    opacity: 0;
  }

#u-c4eac73c-d603-47d7-b170-1839a386bd93   .product-card-top:hover .see-product {
    opacity: 1;
  }
}

@media screen and (min-width: 40em) {
#u-c4eac73c-d603-47d7-b170-1839a386bd93   .title-page-title {
    font-size: 1.6rem;
  }

#u-c4eac73c-d603-47d7-b170-1839a386bd93   .products-slideshow-title {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

#u-c4eac73c-d603-47d7-b170-1839a386bd93   .products-slideshow [type='button'] {
    border-radius: 60px;
  }

#u-c4eac73c-d603-47d7-b170-1839a386bd93   .grid-margin-x>.cell {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}

@media screen and (max-width: 39.9375em) {
#u-c4eac73c-d603-47d7-b170-1839a386bd93   .title-page-title {
    font-size: 1.2rem;
  }


#u-c4eac73c-d603-47d7-b170-1839a386bd93   .wish-and-see .see-product {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0px;
    background-color: rgba(255, 0, 153, 0.5);
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 63.9375em) {
#u-c4eac73c-d603-47d7-b170-1839a386bd93   .wish-and-see .see-product {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0px;
    background-color: rgba(255, 0, 153, 0.5);
    font-size: 1.1rem;
  }
}

#u-c4eac73c-d603-47d7-b170-1839a386bd93 .product-card-top .wish-and-see {
  pointer-events: auto;
}

@media screen and (max-width: 1024px) {
#u-c4eac73c-d603-47d7-b170-1839a386bd93   .product-card-top .see-product {
    opacity: 0;
  }

#u-c4eac73c-d603-47d7-b170-1839a386bd93   .product-card-top:hover .see-product {
    opacity: 1;
  }
}
/* 0025_miscellaneous : u-ba071ec8-d611-4f87-a779-65468cdeb670 */
#u-ba071ec8-d611-4f87-a779-65468cdeb670             ._0025_miscellaneous {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

#u-ba071ec8-d611-4f87-a779-65468cdeb670             .ql-editor {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

#u-ba071ec8-d611-4f87-a779-65468cdeb670             ._0025_miscellaneous figure:first-child {
    width: auto;
    height: 315px;
}
#u-ba071ec8-d611-4f87-a779-65468cdeb670             ._0025_miscellaneous figure:last-child {
    position: relative;
}

#u-ba071ec8-d611-4f87-a779-65468cdeb670             ._0025_miscellaneous figure.image a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 0;
}

@media screen and (max-width: 39.9375em) {
#u-ba071ec8-d611-4f87-a779-65468cdeb670             .ql-editor {
    display: flex;
    flex-direction: column;
}
#u-ba071ec8-d611-4f87-a779-65468cdeb670             ._0025_miscellaneous figure:first-child img {
    width: auto;
    height: 315px;
}

}
/* 0015_communication : u-598eb879-d80d-4fd9-bdc9-1318626095c0 */


#u-598eb879-d80d-4fd9-bdc9-1318626095c0     ._0015_communication-4 .grid-x {
    margin: 6vh auto;
    max-width: 1200px;
}

#u-598eb879-d80d-4fd9-bdc9-1318626095c0     .fa-link {
    display: none;
}

#u-598eb879-d80d-4fd9-bdc9-1318626095c0     .communication-wrapper {
    min-height: 200px;
    height: 172px;
    background-color: transparent;
}

#u-598eb879-d80d-4fd9-bdc9-1318626095c0     .communication-wrapper a {
    width: 100%;
}

#u-598eb879-d80d-4fd9-bdc9-1318626095c0     .communication-wrapper img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

#u-598eb879-d80d-4fd9-bdc9-1318626095c0     .image-hover-wrapper {
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    line-height: initial;
    margin: 0;
    padding: 0;
    height: 100%;
}

#u-598eb879-d80d-4fd9-bdc9-1318626095c0     .image-hover-wrapper img {
    float: left;
    overflow: hidden;
    width: 100%;
    border: 1px solid #fff;
}

#u-598eb879-d80d-4fd9-bdc9-1318626095c0     .image-hover-wrapper .image-hover-wrapper-reveal {
    background-color: rgba(228, 18, 149, 0.7);
    color: #fff;
    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-598eb879-d80d-4fd9-bdc9-1318626095c0     .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-598eb879-d80d-4fd9-bdc9-1318626095c0     .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-598eb879-d80d-4fd9-bdc9-1318626095c0     .image-hover-wrapper .image-hover-wrapper-reveal p {
    display: block;
    position: absolute;
    color: #fff;
    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);
}

#u-598eb879-d80d-4fd9-bdc9-1318626095c0     .image-hover-wrapper .fal {
    font-size: 24px;
}

#u-598eb879-d80d-4fd9-bdc9-1318626095c0     .title-L1 {
    font-size: 1.3rem;
    font-weight: 300;
    text-transform: uppercase;
}

#u-598eb879-d80d-4fd9-bdc9-1318626095c0     .title-L2 {
    font-size: 1.6rem;
    font-weight: 500;
     text-transform: uppercase;
}
/* 0021_newsletter : u-a386bfd5-b7c3-462c-83ac-c747c3c1143f */
#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 ._0021_newsletter {
    background-color: #fff;
}

#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 ._0021_newsletter h2 {
	text-align: center;
	font-size: 1.9rem;
	font-weight: 600;
	color: #000;
	text-transform: none;
	margin-top: 20px;
}

#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 ._0021_newsletter label a {
    text-align: center;
}

#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 ._0021_newsletter small {
    text-align: center;
    color: #000;
    display: inline-block;
}

#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 .simple-subscription-form {
    max-width: 1200px;
    margin: 0 auto;
    color: #000;
    padding: 0.5rem 1rem 2rem;
    border-radius: 0;
}

#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 .simple-subscription-form .button {
    font-size: 1rem;
    padding-top: 0.65rem;
    margin-bottom: 0;
    border-radius: 0;
    color: #fff;
    background-color: #ff0099;
    border: 1px solid #000;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: .25s all ease-in-out;
}

#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 .simple-subscription-form .button:hover {
    margin-bottom: 0;
    border-radius: 0;
    color: #fff;
    background-color: #ED2840;
    border: 1px solid #000;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.simple-subscription-form .input-group,
#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 .simple-subscription-form .input-group input {
    height: 2.5rem;
}

#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 .simple-subscription-form .input-group input {
    border: 1px solid #000;
    box-shadow: none;
}

#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 .simple-subscription-form .input-group input::placeholder {
    color: #000;
}

#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 .mod-newsletter-rgpd-info {
    font-size: 0.70rem;
}

#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 .mod-newsletter-rgpd-info-caution-policy-privacy-link {
    color: #ff0099;
    text-decoration: underline;
}

#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 .mod-newsletter-rgpd-info-caution-policy-privacy-link:hover {
    color: #000;
}

#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 .input-group-label {
    border: 1px solid #000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff;
    color: #000;
}

#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 .nbc-rgpd {
    display: flex;
    justify-content: center;
    padding-top: 3px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    top: 50px;
}

#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 .nbc-rgpd label {
    order: 2;
    padding-top: 3px;
}

#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 .accept_newsletter_ads {
    margin-left: 16px;
}

#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 [type=checkbox], [type=file], [type=radio] {
    margin-bottom: 0;
    margin-top: 5px;
}

#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 .checkbox-container {
    align-items: center;
    display: flex;
}

#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 ._0021_newsletter h4 {
    max-width: 1200px;
    margin: 0 auto 0.5rem;
    font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
}

#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 ._0021_newsletter label a {
    display: block;
    margin-bottom: 10px;
}

#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 ._0021_newsletter label a::first-letter {
    text-transform: uppercase;
}

#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 ._0021_newsletter input#accept_newsletter_ads {
    height: 1rem;
    margin-right: 0.5rem;
    order: 1;
}

#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                 ._0021_newsletter .input-group {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    top: -50px;
}

@media screen and (min-width: 64em) {
#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                     ._0021_newsletter label a {
        text-align: center;
    }
}

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

@media screen and (max-width: 39.9375em) {
#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                     ._0021_newsletter h2 {
        font-size: 1.5rem;
    }
#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                     .nbc-rgpd {
    display: flex;
    justify-content: center;
    padding-top: 3px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    top: 65px;
}
}

@media screen and (max-width: 395px) {
#u-a386bfd5-b7c3-462c-83ac-c747c3c1143f                     ._0021_newsletter .input-group {
        top: -75px;
    }
}
/* 0077_footer : u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9 */
#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9      .default-cursor a {
    cursor: default;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        footer {
    margin-bottom: 8px;

  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        footer a {
    padding: 0.5rem 0;
    color: #000;
    font-size: 0.9rem;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        footer a:hover:not(.reinsurance-item) {
    cursor: pointer;
    color: #ff0099;
    transition: color 500ms ease;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .show-for-large {
    max-width: 1200px;
    margin: 0 auto;
  }


#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .company-logo {
    height: 50px;
    object-fit: contain;
    background-color: transparent;
    padding: 5px 10px
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .accordion-title {
    border: 0;
    border-bottom: 1px solid #ff0099;
    color: #000;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .accordion-title h5 {
    margin-left: 16px;
    margin-bottom: 0;
    color: #000;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .accordion-content {
    border: 0;
    background-color: #fff
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .rubric-list-item-image {
    display: inline-block;
    text-align: center;
    width: 25px;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .backTop-icon {
    color: #ff0099;
    margin-top: 15px;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        footer .fa-2x {
    font-size: 1.75em;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        footer .fa-phone {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        footer small {
    color: #000;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .input-group-button input {
    padding-top: 0;
    padding-bottom: 0;
    color: white;
      }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .input-group-field {
  border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;

  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        footer input {
    font-size: 1rem;
    color: #313131;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        footer input::placeholder {
    font-size: 1rem;
    color: #313131;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .rubric-title {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .gc2 {
    border-bottom: 1px solid #ff0099;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .switch.mobile {
    height: inherit;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .switch-paddle {
    background: #000;
    width: 3.5rem;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .switch.tiny input:checked~.switch-paddle::after {
    left: inherit;
    right: 0.25rem;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .switch-active {
    left: 15%;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .social-network li {
    margin: 0 8px;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .social-network li:first-child {
    margin-left: 0;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .social-network a {
    border: none;
    color: #ff0099;
  }


#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .input-group-button .button {
    background-color: #ff0099;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }


#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .company-logo {
    background-color: transparent;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .newsletterCheckbox-message {
    color: #000 !important;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .rubric-list-item-image svg {
    color: #000;
  }

  @media screen and (min-width: 64em) {
#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9          .company-logo {
      max-width: 50%;
    }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9          .second-rubric {
      width: 20%;
    }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9          .first-rubric {
      width: 30%;
    }
  }


  @media screen and (max-width: 63.9375em) {
#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9          .company-logo {
      height: 44px;
      margin-bottom: 8px;
    }
  }

  /* Reinsurance */

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .reinsurance {
    background-color: #fff;
    border-top: 1px solid #ff0099;
    border-bottom: 1px solid #ff0099;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .reinsurance-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: black;
    padding: 22px;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .reinsurance-item:hover {
    opacity: 0.6;
    transition: all 500ms ease;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .reinsurance-item-icon {
    font-size: 40px;
    margin-bottom: 16px;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .reinsurance-item-text {
    font-weight: 500;
    text-align: center;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .inactiveLink {
    pointer-events: none;
    cursor: default;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .fa-mug {
    color: #E55204;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .fa-headphones {
    color: #ED2840;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .fa-tshirt {
    color: #ff0099;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .fa-shopping-bag {
    color: #6ECCD9;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .fa-pen-alt {
    color: #E41395;
  }

  /* End reinsurance */

  /* NEWSLETTER */

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .newsletterCheckbox-checkbox {
    margin-bottom: 0;
    margin-right: 8px;
  }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9        .newsletterCheckbox-message {
    display: inline;
    margin: 0;
    line-height: 20.48px;
    color: #8a8a8a;
  }

  @media screen and (max-width: 63.9375em) {
#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9          .newsletterCheckbox {
      margin-bottom: 8px;
    }

#u-0f0b91c7-55f4-445e-a88e-a1f8eec11dd9          .newsletter-form-mobile .input-group {
      margin-bottom: 8px;
    }
  }