
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: #ccc ;
  }
  
  .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: #333;
  }
  
  .breadcrumbs li a:hover {
    color: #b897ec ;
  }
  
  @media screen and (min-width: 40em) {
    .grid-container.fluid {
        padding-right: 0;
        padding-left: 0;
    }
  }
  
  /*COOKIES*/
  
  .cookiesOpenButton {
    background-color: #b897ec  ;
  }
  
  .cookiesPreferences-table-header {
    background-color: #b897ec  ;
  }
  
  .cookiesPreferences-action .button {
     background-color: #b897ec  ;
     
  }
  .cookiesPreferences-action .button:hover {
     background-color: #ccc;
  }
  
  #lib-cookies .switch-paddle {
    background-color: #b897ec  !important;
    
  }
  
  #lib-cookies .switch-paddle::after {
    border-radius: 0px;
  }
  
  #lib-cookies-validation #libCookieAcceptButton {
    background-color: #b897ec  ;
    color: #fff;
  }
  
  #lib-cookies-validation #libCookiePreferencesButton {
    background-color: #b897ec ;
    color: #fff ;
    border: 0;
  }
  
  #lib-cookies-validation #libCookieAcceptButton:hover {
    background-color: #00AAEB ;
    color: #fff;
  }
  
  #lib-cookies-validation #libCookiePreferencesButton:hover {
    background-color: #ccc;
    color: #fff ;
    border: 0;
  }
  
  #libCookieDeclineButton:hover {
    color: #ccc;
  }
  
  #libCookieClosePreferencesButton .fa-times {
    color: #000;
  }
  /*FIN COOKIES*/
  
/* 0075_header : u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e */
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e    header {
	z-index: 10000;
	top: 0;
	width: 100vw;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        h1.home-title {
	display: none;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .sticky-container .sticky {
	position: fixed;
	width: 100%;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenuTop {
	background-color: #ccc;
	padding: 0 16px;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenuTop a {
	color: #686D77;
	font-size: 0.9em;
	transition: 250ms color ease;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenuTop a:hover {
	color: #b897ec;
	transition: 250ms color ease;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenuTop .dropdown.menu a::after {
	border-color: white transparent transparent;
	transition: 250ms color ease;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenuTop .is-dropdown-submenu {
	border: none;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
	background-color: #b897ec;
    z-index: 20;
    border-top: 1px solid #fff;
    padding: 5px 10px;
    top: 31px;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenuTop .is-dropdown-submenu li {
	line-height: 2;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenu .is-dropdown-submenu button {
	color: #686D77;
	padding: 8px;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenuTop .is-dropdown-submenu button:hover {
	cursor: pointer;
	color: #686D77;
	transition: 250ms color ease;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenu {
	background-color: #b897ec;
	padding: 0 16px;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenu-menu {
	align-items: center;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenu-menu li a {

	font-size: 0.9rem;
    font-weight: 500;
	text-transform: unset;
	color: #fff;
    background-color: transparent;
	padding: 0.75rem 1rem 0.5rem;
}
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenu-menu .logo {
	padding-left: 0;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        header .logo img {
	height: auto;
	max-width: 300px;
	min-width: 50px;
	object-fit: contain;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenu-search {
	margin-right: 15px;
	margin-left: 50px;
	padding-top: 5px;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenu-search .input-group {
	margin-bottom: 1.5rem;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenu-search input {
	background-color: #fff;
	border: 1px solid #686D77;
	border-right: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: none;
	color: #686D77;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenu-search input::placeholder {
	color: #C4C7CA;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenu-search button {
	background-color: #fff;
	padding-left: 7px;
	border: 1px solid #686D77;
	border-left: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenu-search button svg {
	position: relative;
	left: 6px;
	color: #b897ec;
}
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenu-search button:hover svg {
	position: relative;
	left: 6px;
	color: #333;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenu-search form {
	margin-bottom: 0;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .languageSelect span {
	text-transform: uppercase;
	margin-right: 7px;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenuTop .dropdown.menu a:hover::after {
	border-color: #686D77 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-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.close-button {
		display: none;
	}

	.headerMenuTop .companyInformations,
	.headerMenuTop .accountLinks .wishlist-link,
	.headerMenuTop .accountLinks .connexion-link,
	.headerMenuTop .accountLinks .languageSelect,
	.headerMenu-search,
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu .logo {
		display: block;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuTop .accountLinks .languageSelect {
		display: none !important;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuTop .accountLinks .connexion-link {
		display: flex;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuTop .accountLinks .connexion-link svg {
		color: #686D77;
		position: relative;
		top: 3px;
		width: 14.39px;
		height: 14.39px;
		transition: 250ms color ease;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuTop .accountLinks .connexion-link:hover svg {
        color: #b897ec !important;
    }

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuTop .accountLinks .connexion-link span {
        display: none !important;
        font-size: 0 !important;
    }

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuTop .accountLinks .connexion-link span[data-es-label="header.login"] {
		display: block !important;
		font-size: inherit !important;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuTop .accountLinks .connexion-link .connexion-link-dropdown a:first-child {
		margin-right: 0;
		padding-left: 0;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuTop .accountLinks .connexion-link .connexion-link-dropdown a:last-child::before {
		content: url('/api/assets/u-4e6ff6ce-7f12-4c35-8467-234be8a21f44');
		margin-right: 5px;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuTop .accountLinks .connexion-link .connexion-link-dropdown a:last-child:hover::before {
		content: url('/api/assets/u-0895dc10-65c4-44a3-8729-144893c952cf');
		margin-right: 5px;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu {
		position: inherit;
		visibility: visible;
		width: 100%;
		transform: inherit;
		overflow: visible;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.off-canvas-wrapper {
		overflow: visible;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuTop .accountLinks .shoppingCart-link span {
		display: inline-block;
	}

	.menu-firstLevel-link,
	.menu-secondLevel-link,
	.menu-thirdLevel-link,
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.menu-lastLevel-link {
		color: #686D77;
	}

	.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-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.menu-lastLevel-link:focus {
		color: #686D77;
		transition: 250ms color ease;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.menu-firstLevel-link::after {
		border-color: #686D77 transparent transparent;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.menu-firstLevel-link:hover::after {
		border-color: black transparent transparent;
		transition: 250ms all ease;
	}

	.sticky.is-stuck .headerMenuTop,
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.sticky.is-stuck .headerBanner-container {
		height: 0 !important;
		padding: 0 !important;
		overflow: hidden;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.sticky.is-stuck .off-canvas-wrapper {
		background-color: #b897ec;
		box-shadow: 0 0 9px 2px rgb(0 0 0 / 19%);
    	padding: 5px;
	}
}

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

	.headerMenu-menu li a,
	.headerMenu-search input,
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu-search input::placeholder {
		font-size: 0.95rem;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.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-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu-search input::placeholder {
		font-size: 0.85rem;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.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-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu-search input::placeholder {
		font-size: 0.75rem;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu-menu li a {
		font-size: 0.7rem;
		padding-right: 0.35rem;
		padding-left: 0.35rem;
	}
}

@media screen and (min-width: 64em) {
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu {
		/* max-width: 1200px; */
		justify-content: space-around;
		margin: 0 auto;
		padding: 0;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuTop a {
		padding: .4rem 1rem;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
		margin-top: -1px;
		border-color: #fff transparent transparent;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	header .logo img {
		margin-right: 30px;
	}

	.headerMenuTop .off-canvas-content,
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerBanner-container .grid-container {
		justify-content: space-around;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	/* .headerMenuTop .off-canvas-content {
        padding-right: 30px;
    } */
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuContent {
		padding: 0;
		width: 1150px;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.off-canvas-wrapper .headerMenu {
		max-height: 50px;
	}
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu-menu li:hover  a{
		color: #333;
        background-color: white;
		border-radius: 0;
		transition: 100ms all ease-in-out;
	}
}

@media screen and (min-width: 64em) and (max-width: 1199px) {
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	header .logo img {
		max-width: 350px;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	/* .headerMenu-menu li a {
        font-size: 0.9rem;
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }

    .headerMenu-search input,
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e            .headerMenu-search input::placeholder {
        font-size: 0.9rem;
    } */
}

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

	.headerMenuTop .companyInformations,
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuTop .accountLinks {
		margin: 0 auto;
	}
}

@media screen and (min-width: 40em) {
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerBanner-container {
		background-color: #fff;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu-menu {
		margin-top: -21px !important;
	}
}


@media screen and (max-width: 1023px) {
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerBanner-container {
		display: none;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu-menu li {
		min-height: 40px !important;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu-menu li a {
		font-family: inherit;
		font-size: 1rem;
		font-weight: 400;
		text-transform: inherit;
		padding: 9px !important;
		padding-left: 0 !important;
        color: #686D77;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.sticky {
		transform: inherit;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		overflow-y: auto;
		max-width: 290px;
		width: auto;
		background-color: #fff;
		padding: 32px 0 0 0;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.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-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuTop {
		padding: 16px;
		background: #fff url(/api/assets/u-8c041eaf-361b-486c-a3a8-d578371a452a) no-repeat center;
		box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.19);
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuTop a {
		font-size: 1.05em;
		color: #686D77;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuTop a.cell.shrink.logo {
		margin-left: -80px;
    	min-width: 300px;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuTop a .svg-inline--fa.fa-w-18 {
		width: 2.1em;
		height: 1.1em;
		margin-right: 0;
		margin-left: 15px;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	[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-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu .logo {
		display: none !important;
	}

	.mobileMenu-btn,
	.headerMenuTop-searchExandable,
	.headerMenuTop .logo,
	.headerMenu .companyInformations,
	.headerMenu .accountLinks .wishlist-link,
	.headerMenu .accountLinks .connexion-link,
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu .accountLinks .languageSelect {
		display: block;
		width: 100%;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu .accountLinks .wishlist-link svg {
		margin-right: 5px;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu .headerMenuContent a svg {
		min-width: 18px;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu .accountLinks .languageSelect {
		display: none !important;
	}

	.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after,
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
		border-color: #fff transparent transparent !important;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.languageSelect.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
		right: -20px;
		top: 17px;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu button {
		color: #686D77;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu .accountLinks .shoppingCart-link span {
		display: inline-block;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.mobileMenu-btn .fa-bars {
		color: #686D77;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.mobileMenu-btn:hover .fa-bars {
		cursor: pointer;
		color: #686D77;
		transition: 250ms color ease;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu>*:not(.close-button) {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		padding: 30px 10px;
		border-bottom: 1px solid #C4C7CA;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu>*:last-child {
		border: none;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu-menu {
		font-weight: 500;
		width: 100%;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu-menu a {
		width: calc(100% - 16px);
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu-menu a::after {
		border-color: white transparent transparent;
		right: 0;
	}

	.headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true]>a,
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu-menu .is-accordion-submenu-item[aria-expanded=true]>a {
		background-color: rgba(255, 255, 255, 0.2) !important;
		font-weight: 500;
		margin: 0 0 8px 0;
		width: 100% !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-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu-menu .is-accordion-submenu-item[aria-expanded=true]>a:focus {
		color: white !important;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.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,
	.is-accordion-submenu-parent .is-accordion-submenu a span,
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.is-accordion-submenu-parent .is-accordion-submenu a::after {
		color: #fff !important;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.menu-lastLevel {
		left: 0 !important;
		margin-bottom: 32px;
	}

	.headerMenu .accountLinks a,
	.headerMenu .companyInformations a,
	.menu-firstLevel-link,
	.menu-secondLevel-link,
	.menu-thirdLevel-link,
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.menu-lastLevel-link {
		padding: 8px 0 !important;
		color: #686D77;
		background: transparent !important;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu .accountLinks a {
		min-height: 40px !important;
		display: inline-block;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu .companyInformations a {
		display: block;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu .accountLinks a:last-child {
		color: #686D77;
		padding: 8px !important;
	}

	.menu-secondLevel,
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.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-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenu .companyInformations a:hover {
		color: #686D77;
		transition: 250ms all ease;
	}

	.headerMenuTop .mobileMenu-btn .fa-bars,
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuTop .shoppingCart-link {
		color: #686D77;
		transition: 250ms all ease;
	}

	.headerMenuTop .mobileMenu-btn:hover .fa-bars,
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuTop .shoppingCart-link:hover {
		color: #686D77;
		transition: 250ms all ease;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.is-drilldown {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.is-drilldown li {
		width: 100%;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.drilldown .is-drilldown-submenu-parent>a::after {
		border-color: transparent transparent transparent #fff;
	}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.drilldown .js-drilldown-back>a::before {
		border-color: transparent #686D77 transparent transparent;
	}
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	header .logo img {
		opacity: 1;
	}
}

@media screen and (max-width: 670px) {
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	header .logo img {
		max-width: 100px;
		margin-left: 50px;
	}
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuTop {
		padding: 35px 16px;
	}
}

@media screen and (max-width: 39.9375em) {
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuTop a.cell.shrink.logo {
    	min-width: 0;
	}
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuTop-searchExandable input[type=search]:hover:not(:focus) {
		border-bottom: 0 !important;
	}
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        	.headerMenuTop-searchExandable input[type=search]:focus {
		border: 1px solid #686D77 !important;
    	border-radius: 60px;
	}
}


/**** SEARCH EXANDABLE ****/
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenuTop-searchExandable input[type=search] {
	color: #686D77;
	background: url('/api/assets/u-ea0b3a90-ea09-4329-9b34-862b53694a19') no-repeat 9px center;
	border: 0;
	border-bottom: 1px solid #686D77;
	padding: 9px 10px 9px 26px;
	width: 35px;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenuTop-searchExandable input[type=search]:focus {
	cursor: text;
	width: 100px;
	border: 0;
	border-bottom: 1px solid #686D77;
	-webkit-box-shadow: 0 0 5px rgba(87, 87, 87, 0.5);
	box-shadow: 0 0 5px rgba(87, 87, 87, 0.5);
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenuTop-searchExandable input::placeholder {
	font-size: 1rem;
	color: #686D77;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenuTop-searchExandable input[type=search]:hover:not(:focus) {
	cursor: pointer;
	background: url('/api/assets/u-ea0b3a90-ea09-4329-9b34-862b53694a19') no-repeat 9px center;
	border: 0;
	border-bottom: 1px solid transparent;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .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-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenuTop-searchExandable input[type=search]:focus {
	width: 100px;
	background: none !important;
	background-color: transparent !important;
	border: 1px solid #686D77;
	border-radius: 60px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 9px;
}

.headerMenuTop-searchExandable input:-moz-placeholder::after,
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenuTop-searchExandable input::-webkit-input-placeholder::after {
	color: #686D77;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .headerMenuTop-searchExandable input[type=search]:hover {
	background-color: #fff !important;
}

/* --- SHOPPING CART --- */
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .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-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .mini-shopping-cart-product {
	padding: 1em 0 0.5em;
	border-bottom: 1px solid #b897ec;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        #mini-shopping-cart-title {
	margin-bottom: 0.5em;
	color: #b897ec;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        h4.subheader {
    font-size: 1.3rem;
    font-weight: 600;
	color: #686D77;
    text-align: center;
	text-transform: uppercase;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        #mini-shopping-cart-link {
	display: block;
	color: #686D77;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        #mini-shopping-cart-img {
	margin-right: 0.5em;
	width: 80px;
	height: 80px;
	object-fit: contain;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .mini-shopping-cart-product-title {
	color: #686D77;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	font-weight: 500;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        #mini-shopping-cart-description {
	font-size: 75%;
	margin-bottom: 3em;
}

#mini-shopping-cart-price,
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        #mini-shopping-cart-ordered-quantity {
	color: #686D77;
	font-size: 80% !important;
	margin-bottom: 0 !important;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        #mini-shopping-cart-price {
	display: none;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .cart-item-price-displayed {
	color: #686D77;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        #mini-shopping-cart-button {
	padding-top: 1.5rem;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        #mini-shopping-cart-button a.button {
	color: #b897ec;
	background-color: #fff;
	border: 1px solid #686D77;
	border-radius: 60px;
	font-weight: 600;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        #mini-shopping-cart-button a.button:hover {
	color: #fff;
	background-color: #b897ec;
	border: 1px solid #b897ec;
	border-radius: 60px;
	font-weight: 600;
}

#mini-shopping-cart-see,
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        #mini-shopping-cart-continue {
	margin-bottom: 0 !important;
}

/* Menu categories header */

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .categoryMenu .is-drilldown .drilldown .submenu-title {
	background-color: transparent;
	color: white;
	padding: 0 16px;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .categoryMenu .is-drilldown .drilldown .submenu-title::after {
	border-color: transparent transparent transparent white;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .menu-all {
	padding-bottom: 45px;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .menu-all span {
	font-weight: bold;
}

/* CATEGORY MENU */

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .categoryMenu {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 365px;
	background: #b897ec;
	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-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .categoryMenu._open {
	transform: translateX(0);
	transition: transform ease-in 500ms;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .categoryMenu .is-drilldown {
	max-width: inherit !important;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .categoryMenu .is-drilldown .drilldown {
	margin-left: 0;
	background-color: transparent;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .categoryMenu .is-drilldown .drilldown {
	margin-left: 0;
	background-color: transparent;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .categoryMenu .is-dropdown-submenu-parent {
	position: initial;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .categoryMenu .drilldown .js-drilldown-back>a::before {
	border-color: transparent white transparent transparent;
}
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .categoryMenu .drilldown .js-drilldown-back>a:hover::before {
	border-color: transparent #333 transparent transparent;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .categoryMenu .is-drilldown .drilldown .is-drilldown-submenu {
	background-color: #b897ec;
	border: none;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .categoryMenu .is-drilldown .drilldown a {
	background-color: transparent;
	color: white;
	font-weight: 500;
	line-height: 1.2;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .categoryMenu .is-drilldown .drilldown a::first-letter {
	text-transform: uppercase;
}

#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .categoryMenu .is-drilldown .drilldown a::after {
	border-color: transparent transparent transparent white;
}
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .categoryMenu .is-drilldown .drilldown a:hover {
	background-color: white;
	color: #333;
	font-weight: 500;
	line-height: 1.2;
}
#u-46820ccd-42e1-4f2b-8fbd-37e7184fe33e        .categoryMenu .is-drilldown .drilldown a:hover::after {
	border-color: transparent transparent transparent #333;
}

/* END CATEGORY MENU */

/* 0044_product_result : u-82135602-0f1c-4a4e-9645-997af7e19091 */
#u-82135602-0f1c-4a4e-9645-997af7e19091 ._0044_product-result {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .grid-container {
  margin: 30px auto;
  max-width: 1200px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  span.checkmark {
  margin-top: 4px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .widget-container {
  position: relative;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  h1 {
  color: #333;
  font-weight: normal;
  padding: 5px;
}


#u-82135602-0f1c-4a4e-9645-997af7e19091  .title-page-subtitle {
  color: #333;
  max-width: 70vw;
}

.product-result-header h2,
#u-82135602-0f1c-4a4e-9645-997af7e19091  .product-result-header p {
  color: #333;
}

.aside-category,
#u-82135602-0f1c-4a4e-9645-997af7e19091  .aside-keyword {
  margin-bottom: 2.5rem;
}

.accordion,
#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-category {
  background-color: transparent !important;
  border: none;
}

.accordion-title,
#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-title:focus {
  border: none;
  color: #333;
  text-transform: capitalize !important;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-title:hover {
  color: #fff;
  text-transform: capitalize !important;
  font-weight: 400;
  background-color: #b897ec;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-content {
  border: 0;
  padding: 0;
  background-color: transparent;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  :last-child>.accordion-content:last-child {
  border-bottom: 0;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-category-all-first-item .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-category-current-first-item .accordion-title {
  color: #333;
  border-bottom: 1px solid #b897ec !important;
  text-transform: capitalize !important;
  font-weight: 400;
  background-color: white;

}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-category-current-first-item .accordion-title:hover {
  background-color: #b897ec;
  color: #fff;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-category-current-second-item .accordion-title {
  color: #333;
  border-bottom: 1px solid #b897ec !important;
  font-weight: 400;
  background-color: white;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-category-current-third-item .accordion-title {
  margin-top: 2px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-category-current-third-item .accordion-title:hover {
  font-weight: normal !important;
  color: #fff;
  border-bottom: 1px solid #b897ec !important;

}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-item .accordion-title:before {
  display: none;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-toggle:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .category-filter:hover {
  cursor: pointer;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-category-all-first-item {
  margin-bottom: 16px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-category-all-second-item .accordion-title {
  font-weight: normal !important;
  color: #333;
  border-bottom: 1px solid #b897ec !important;
  background-color: white;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-category-all-second-item .accordion-title:hover {
  color: #fff;
  border-bottom: 1px solid #b897ec !important;
  font-weight: 400;
  background-color: #b897ec;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-category-all-second-item .accordion-title:hover {
  font-weight: normal;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-category-all-first-item {
  border-bottom: 1px solid #b897ec;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-category-current-first-item {
  border-top: 0;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-category-all-first-item .accordion-title {
  font-size: 0.8rem;
  font-weight: 500;
}

.accordion-category-all-second-item .accordion-title,
.accordion-category-current-second-item .accordion-title,
#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-category-current-third-item .accordion-title {
  font-size: 0.75rem;
  font-weight: normal;
  text-transform: inherit;
  color: #333;
  border-bottom: 1px solid #b897ec !important;
  background-color: white;
}

.accordion-category-all-second-item.is-active .accordion-title,
.accordion-category-current-second-item.is-active .accordion-title,
#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-category-current-third-item.is-active .accordion-title {
  font-weight: 600;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-category-current-second-item.is-active .accordion-content .accordion-category-current-third-item .accordion-title {
  font-weight: normal;
}

.accordion-category-current-second-item .accordion-title,
#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-category-current-third-item .accordion-title {
  border-right: none;
  border-left: none;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-category-current-third-item .accordion-title {
  padding: 0.75rem 0.75rem 0.75rem 2rem;
}

.accordion-content .filter-category-button.is-active,
.accordion-content .filter-category-button:focus,
#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-content .filter-category-button:active {
  font-weight: 600;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .product-filters {
  background-color: transparent;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .product-filters label {
  color: #333;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .product-filters .menu.nested {
  margin-left: 0rem;
  margin-bottom: 0.9rem;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .product-filters .menu>li>a {
  padding-left: 0;
  color: #333;
  font-size: 0.85rem;
  font-weight: 500;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .product-filters .is-accordion-submenu-parent>a::after {
  border-color: #cacaca transparent transparent;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .product-filters-header {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  background-color: #b897ec;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .active-search {
  position: relative;
  background-color: transparent;

  font-size: 0.7rem;
  font-weight: 500;
  display: inline-block;
  margin: 10px 5px 0 0;
  padding: 5px 10px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .active-search input {
  background-color: white;
  color: #333;
  font-size: 14px;
  padding: 4px 8px;
  border: 1px solid #333;
    border-radius: 5px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .active-search input:focus {
  outline: none;
  color: #333;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .active-search .clear-query-input {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: calc(50% - 7px);
  font-size: 14px;
  color: #333;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .active-filters {
  color: #333;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  border-radius: 5px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .active-filters .filters .active-filter {
  color: #fefefe;
  background-color: #333;
  font-size: 0.7rem;
  font-weight: 500;
  display: inline-block;
  margin: 10px 5px 0 0;
  padding: 5px 10px;
  border-radius: 5px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .active-filters .filters .close-button {
  position: relative;
  top: 0;
  right: 0;
  font-size: 1em;
  color: #fefefe;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .active-filters .filters .close-button i {
  margin-left: 5px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .active-filters .reset .close-button {
  position: relative;
  top: 0;
  right: 0;
  font-size: 1em;
  color: #333;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .active-filters .reset .close-button i {
  margin-right: 5px;
}

.others-filters .accordion-title,
.others-filters .accordion-title:hover,
#u-82135602-0f1c-4a4e-9645-997af7e19091  .others-filters .accordion-title:focus {
  padding: 2rem 0 0.5rem;
  border: 0;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .others-filters .accordion-title::before {
  font-size: 1rem;
  font-weight: 600;
  padding-top: 0.75rem;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .others-filters :last-child:not(.is-active)>.accordion-title {
  border-bottom: 0;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-title-name {
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 5px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .accordion-title-name:hover {
  color: white;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .filter-container-type1 {
  padding: 0.5rem;
  border: 1px solid #cacaca;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .filter-content-type1 {
  max-height: 150px;
  overflow-y: scroll;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .filter-content-type3 {
  padding: 0.5rem;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .filter-content-type1::-webkit-scrollbar {
  width: 10px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .filter-content-type1::-webkit-scrollbar-track {
  background-color: #cacaca;
  border-radius: 5px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .filter-content-type1::-webkit-scrollbar-thumb {
  background-color: #8a8a8a;
  border-radius: 5px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .filter-content-type1::-webkit-scrollbar-thumb:hover {
  background-color: #333;
}

.filter-content-type1 label,
#u-82135602-0f1c-4a4e-9645-997af7e19091  .filter-content-type3 label {
  font-size: 0.75rem;
  position: relative;
  top: -1px;
  display: table-row;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .checkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #cacaca;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .checkmark-margin {
  margin-right: 20px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .checkmark-color {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 60px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .checkbox-container:hover input~.checkmark {
  background-color: #8a8a8a;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .checkbox-container input:checked~.checkmark {
  background-color: #333;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .checkbox-container input:checked~.checkmark-color {
  border: 2px solid #333;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .checkbox-container input:checked~.checkmark:after {
  display: block;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .checkbox-container .checkmark:after {
  left: 4px;
  width: 7px;
  height: 11px;
  border: solid #fefefe;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .filter-container-type2 {
  padding: 0.5rem 0;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .slider {
  width: 95%;
  height: 0.25rem;
  border-radius: 90px;
  margin-bottom: 1rem;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .slider-fill {
  height: 0.25rem;
  background-color: #8a8a8a;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .slider-handle {
  width: 1rem;
  height: 1rem;
  border-radius: 90px;
  background-color: #fefefe;
  border: 2px solid #333;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .slider-handle:hover {
  background-color: #cacaca;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .age-output {
  font-size: 0.75rem;
  color: #8a8a8a;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .age-output input {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  width: auto;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: #8a8a8a;
  text-align: center;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .pagination-noncurrent:hover {
  background-color: #b897ec;
  color: #fff;
  font-weight: normal;
}

/*PRICE OUTPUT*/

#u-82135602-0f1c-4a4e-9645-997af7e19091  .price-output {
  font-size: 0.75rem;
  color: #184d99;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .price-output-price {
  display: flex;
  align-items: center;
  background-color: #f1f1f1;
  padding: 8px;
  margin-bottom: 8px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .price-output-quantity {
  font-size: 12px;
  font-weight: 500;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .price-output .filter-quantity-checkbox {
  width: 18px;
  height: 18px;
  margin-right: 16px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .price-output input {
  display: inline-block;
  background-color: white;
  box-shadow: none;
  border: none;
  width: 65px;
  height: 34px;
  text-align: center;
  color: #8a8a8a;
  margin: 0 8px;
  font-weight: 900;
  font-size: 15px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .price-output-quantity input {
  background-color: #f1f1f1;
  height: 28px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .price-output input:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
.price-output input::-webkit-outer-spin-button,
#u-82135602-0f1c-4a4e-9645-997af7e19091  .price-output input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#u-82135602-0f1c-4a4e-9645-997af7e19091  .price-output input[type=number] {
  -moz-appearance: textfield;
}


/*END PRICE OUTPUT*/

#u-82135602-0f1c-4a4e-9645-997af7e19091  .more-color {
  display: none;
}

#see-more-color,
#u-82135602-0f1c-4a4e-9645-997af7e19091  #see-less-color {
  font-size: 0.75rem;
  text-align: left;
  color: #333;
  padding-top: 0.5rem;
  text-decoration: underline;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .characteristics {
  display: none;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .page-number {
  margin-top: 1rem;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .page-number span {
  font-size: 0.75rem;
  color: #333;
  float: left;
  padding-top: 0.5rem;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .page-number input {
  width: 100px;
}

.shoplist-header1,
#u-82135602-0f1c-4a4e-9645-997af7e19091  .shoplist-footer {
  color: #333;
  font-size: 0.9rem;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .shoplist-footer {
  padding: 1rem 0;
  border-top: 1px solid #cacaca;
}

.shoplist-header1 .search-select,
#u-82135602-0f1c-4a4e-9645-997af7e19091  .shoplist-footer .search-select {
  width: auto;
  height: 1.8rem;
  font-size: 0.9rem;
  margin-bottom: 0;
  padding: 0 1.5rem 0 0.25rem;
  color: #333;
  border: 1px solid #cacaca;
  border-radius: 5px;
}

.shoplist-header1 .products-number,
#u-82135602-0f1c-4a4e-9645-997af7e19091  .shoplist-footer .products-number {
  padding-top: 0.2rem;
  margin-bottom: 0;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .pagination {
  margin-bottom: 0;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .pagination li {
  font-size: 0.9rem;
}

.pagination-previous a::before,
.pagination-previous.disabled::before,
.pagination-next a::after,
#u-82135602-0f1c-4a4e-9645-997af7e19091  .pagination-next.disabled::after {
  display: none;
}

.pagination .disabled,
.pagination .current,
.pagination a,
.pagination button,
#u-82135602-0f1c-4a4e-9645-997af7e19091  .pagination .ellipsis::after {
  padding: 0.1875rem;
  min-width: 20px;
  text-align: center;
  color: #333;
}



#u-82135602-0f1c-4a4e-9645-997af7e19091  .pagination .disabled {
  color: #cacaca;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .currentPage {
  color: #fff;
  background-color: #b897ec;
  padding: 1px 6px
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .shoplist-header2 {
  padding: 0.5rem;
  margin: 0.5rem 0;
  border-bottom: 1px solid #333;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .shoplist-header2 .grid-x {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  #filters {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.shoplist-header2 #show-filters i,
#u-82135602-0f1c-4a4e-9645-997af7e19091  .shoplist-header2 #show-filters svg {
  color: #333;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  #hide-filters {
  position: relative;
  top: -5px;
  color: #333;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .shoplist-header2 .search-select {
  width: auto;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 0;
  border-radius: 5px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .productsDisplay-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 26px;
  height: 26px;
  color: #898a89;
  margin-right: 6px;
  padding: 4px;
}

.productsDisplay-item:hover,
#u-82135602-0f1c-4a4e-9645-997af7e19091  .productsDisplay-item.is-active {
  cursor: pointer;
  color: #3d3e3d !important;
  transition: color 500ms ease;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .product-card {
     margin-bottom: 1rem;
    padding: 5px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091   .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);
    border-radius: 5px;
}


#u-82135602-0f1c-4a4e-9645-997af7e19091  .gridDisplay .product-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}



#u-82135602-0f1c-4a4e-9645-997af7e19091  .product-card-top:hover .see-product {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -7px;
  background-color: rgba(184, 151, 236, 0.5);
  font-size: 1.1rem;
}


#u-82135602-0f1c-4a4e-9645-997af7e19091  .product-card a {
  display: flex;
  justify-content: center;
  align-items: center;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .gridDisplay .product-name p {
  color: #333;
  font-size: 13px;
  font-weight: 500;
  min-height: 62px;
  text-transform: capitalize !important;
}

.gridDisplay .product-ref .small,
#u-82135602-0f1c-4a4e-9645-997af7e19091  .gridDisplay .product-price p {
    color: #fff !important;
    min-height: 40px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    background-color: #b897ec;
    border-radius: 5px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .product-card-img {
  position: relative;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .product-card-img .img-top-right {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
}

/* --- LIST DISPLAY --- */
#u-82135602-0f1c-4a4e-9645-997af7e19091  .listDisplay .product-name {
  margin: 0.5rem 0;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .listDisplay .product-description {
  font-size: 0.9rem;
  color: #565656;
  margin-bottom: 0;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .listDisplay .product-ref {
  display: block;
  margin-bottom: 24px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .listDisplay .product-price span {
  color: black;
  font-weight: bold;
}

.line-through-price span,
#u-82135602-0f1c-4a4e-9645-997af7e19091  .line-through-price {
  color: #cc4b37;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .listDisplay .product-card-right {
  margin-left: 24px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .listDisplay .add-wishlist {
  position: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  color: #5b5b5b;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding: 0;
  margin: 0 4px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .listDisplay .add-wishlist:hover {
  cursor: pointer;
  color: #cc4a37;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .listDisplay .see-product:hover {
  cursor: pointer;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .listDisplay .product-label-img-listdisplay {
  display: flex;
  position: initial;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  color: #5b5b5b;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding: 10px;
  margin: 0 4px;
  cursor: default !important;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .listDisplay .product-label-img-listdisplay:hover {
  cursor: pointer;
  color: black;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .listDisplay .product-label-img-listdisplay:hover {
  cursor: pointer;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .listDisplay .wish-and-see {
  display: flex;
  align-items: center;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .listDisplay .wish-and-see .see-product {
  position: inherit;
  width: 150px;
  padding: 6px 12px;
  opacity: 1;
  margin-bottom: 0;
  margin-right: 8px;
}

/* --- GRID DISPLAY --- */
#u-82135602-0f1c-4a4e-9645-997af7e19091  .product-info {
  font-size: 0.9rem;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .product-info .product-name {
  font-size: 1rem;
  font-weight: 600;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .product-info .product-name p {
  margin: 0.5rem 0 0;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .line-through-price {
  color: #cc4b37;
  text-decoration: line-through;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .pub-img {
  min-width: 100%;
  height: auto;
  object-fit: cover;
}

/* --- BACK TO TOP --- */
#u-82135602-0f1c-4a4e-9645-997af7e19091  .topButton {
  position: fixed;
  z-index: 100;
  background-color: #b897ec;
  color: #fff;
  border: 1px solid #b897ec;
  right: 5%;
  bottom: 5%;
  width: 40px;
  height: 40px;
  border-radius: 5px;;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .topButton:hover {
  cursor: pointer;
  color: #fff;
  background-color: #333;
  transition: color 500ms ease;
  border-radius: 5px;
}

/* Media Queries */
@media screen and (max-width: 63.9375em) {
#u-82135602-0f1c-4a4e-9645-997af7e19091    #filters {
    z-index: 100;
    position: fixed;
    top: 40px;
    left: -330px;
    width: 300px;
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.29);
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.29);
    padding: 15px;
  }
}

@media screen and (min-width: 40em) {
#u-82135602-0f1c-4a4e-9645-997af7e19091    .title-page-title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 39.9375em) {
#u-82135602-0f1c-4a4e-9645-997af7e19091    .title-page-title {
    font-size: 1.2rem;
  }
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .search-submit {
  width: 100%;
  height: 100%;
  background-color: #b897ec;
  border-radius: 10px;;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .search-submit:hover {
  background-color: #333;
  color: #fff;
  border-radius: 10px;
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  .product-card-top .wish-and-see {
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
#u-82135602-0f1c-4a4e-9645-997af7e19091    .product-card-top .see-product {
    opacity: 0;
  }

#u-82135602-0f1c-4a4e-9645-997af7e19091    .product-card-top:hover .see-product {
    opacity: 1;
  }
}

#u-82135602-0f1c-4a4e-9645-997af7e19091  * {
  word-break: normal;
}

@media print, screen and (min-width: 40em) {
#u-82135602-0f1c-4a4e-9645-997af7e19091 .grid-margin-x.medium-up-2>.cell, .grid-margin-x.small-up-2>.cell, .grid-margin-x>.medium-6, .grid-margin-x>.small-6 {
    width: -webkit-calc(50% - 1.875rem);
    width: calc(33% - 1.875rem);
}
}
/* 0020_footer : u-ddf5bc23-974c-4080-a4e9-e5eb58da970f */
#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .default-cursor a {
  cursor: default;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   footer {
  background-color: #fff;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .gc2 {
  padding-top: 25px;
  border-top: 1px solid #b897ec;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .show-for-large {
  max-width: 1200px;
  margin: 0 auto;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   footer a {
  padding: 0.5rem 0;
  color: #313131;
  font-size: 0.8rem;
  font-weight: 500;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   footer a:hover:not(footer .third-rubric a:hover) {
  cursor: pointer;
  color: #b897ec;
  transition: color 500ms ease;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .company-logo {
  height: 34px;
  object-fit: contain;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .accordion-title {
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  color: #313131;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .accordion-title h5 {
  margin-left: 16px;
  margin-bottom: 0;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .accordion-content {
  border: 0;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .rubric-list-item-image {
  display: inline-block;
  text-align: center;
  width: 25px;
  color: #b897ec;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .backTop-icon {
  color: #313131;
  margin-top: 15px;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   footer .fa-2x {
  font-size: 1.75em;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   footer .fa-phone {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   footer small {
  color: #313131 !important;
  max-width: 100%;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .input-group-field {
  background-color: transparent;
  color: #313131;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #b897ec;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .input-group-button input {
  background-color: #b897ec;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 9px;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .input-group-button input:hover {
  background-color: #ccc;
  border: 0;
  box-shadow: none;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   footer input {
  font-size: 1rem;
  color: #313131;
  border: 1px solid #313131;

}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   footer input::placeholder {
  font-size: 1rem;
  color: #313131;
}



#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .rubric-title {
  color: #313131;
  text-transform: uppercase;
  font-weight: 500;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .gc2 {
  border-bottom: 1px solid #b897ec;
  display: flex;
  justify-content: center;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .switch.mobile {
  height: inherit;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .switch-paddle {
  background: #fff;
  border: 1px solid #b897ec;
  width: 3.5rem;
  color: #313131;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .switch.tiny .switch-paddle::after {
  background-color: #b897ec;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .switch.tiny input:checked~.switch-paddle::after {
  left: inherit;
  right: 0.25rem;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .switch-active {
  left: 15%;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .social-network li {
  margin: 0 8px;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .social-network li:first-child {
  margin-left: 0;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .social-network a {
  border: none;
  color: #b897ec;
}

@media screen and (min-width: 64em) {
#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f     .company-logo {
      height: 24px;
      margin-bottom: 8px;
  }

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f     .first-rubric {
      width: 33%;
  }

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f     .second-rubric {
      width: 33%;
  }

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f     .fourth-rubric {
      width: 33%;
  }


}

@media screen and (max-width: 63.9375em) {
#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f     .company-logo {
      height: 44px;
      margin-bottom: 8px;
  }
}

/* Reinsurance */

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .reinsurance {
  background-color: #333;
  display: none;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .reinsurance-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 32px;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .reinsurance-item:hover {
  opacity: 0.6;
  transition: all 500ms ease;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .reinsurance-item-icon {
  font-size: 32px;
  margin-bottom: 16px;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .reinsurance-item-text {
  font-weight: 600;
  text-align: center;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .inactiveLink {
  pointer-events: none;
  cursor: default;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .fa-angle-right {
  display: none;
}

/* End reinsurance */

/* NEWSLETTER */

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .newsletterCheckbox-checkbox {
  margin-bottom: 0;
  margin-right: 8px;
}

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .newsletterCheckbox-message {
  display: inline;
  margin: 0;
  line-height: 20.48px;
  color: #333;
}

@media screen and (max-width: 63.9375em) {
#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f     .newsletterCheckbox {
      margin-bottom: 8px;
  }

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f     .newsletter-form-mobile .input-group {
      margin-bottom: 8px;
  }
}

/* END NEWSLETTER */

#u-ddf5bc23-974c-4080-a4e9-e5eb58da970f   .third-rubric {
    display: none;
}