
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 */

/* 0039_product_detail : u-636256c5-cae1-4239-9a02-8a25af8bc98c */
#u-636256c5-cae1-4239-9a02-8a25af8bc98c ._0039_product-details {
    margin: 5vh auto;
    max-width: 1200px;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .fa-undo-alt {
    font-weight: bold;
    color: #ccc;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .product-label-img {
    padding: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #f3f3f3;
    background: white;
}

.add-logo,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .img-extend {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(216, 216, 216, 0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 1rem;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .img-extend {
    bottom: calc(1rem + 0.75rem);
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .add-logo {
    bottom: 5rem;
}

.img-extend i,
.img-extend svg,
.add-logo i,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .add-logo svg {
    padding: 0;
    font-size: 1.1em;
    background-color: transparent;
    color: #dad8d8;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 10;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .add-logo a {
    line-height: 20.64px;
}

.img-extend i,
.img-extend svg:hover,
.add-logo i,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .add-logo svg:hover {
    color: white;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .add-to-cart small {
    color: #fff;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c #product-id {
    top: 20px !important;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c #product-id .orbit-container {
    min-height: 874.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .products-slideshow-content:focus {
    border: none;
    background-color: lightgrey;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .orbit-slides-container {
    height: auto !important;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .orbit-container .orbit-slides-container li.active {
    position: static;
}

@media screen and (min-width: 75em) {
#u-636256c5-cae1-4239-9a02-8a25af8bc98c     #product-id img {
        width: 75%;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
#u-636256c5-cae1-4239-9a02-8a25af8bc98c     #product-id .orbit-container {
        min-height: 657.5px;
    }
}

@media screen and (max-width: 39.9375em) {
#u-636256c5-cae1-4239-9a02-8a25af8bc98c     .reveal {
        height: auto;
        min-height: auto;
    }

#u-636256c5-cae1-4239-9a02-8a25af8bc98c     .colors {
        display: flex;
    }

#u-636256c5-cae1-4239-9a02-8a25af8bc98c     #product-id .orbit-container {
        min-height: 343px;
    }
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c #product-id img {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#product-id .orbit-previous,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c #product-id .orbit-next {
    color: #3d4042;
}

#product-id .orbit-previous:hover,
#product-id .orbit-next:hover,
#product-id .orbit-previous:active,
#product-id .orbit-next:active,
#product-id .orbit-previous:focus,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c #product-id .orbit-next:focus {
    color: #fefefe;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .main-product-image {
    position: relative;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .main-image {
    margin-bottom: 0.75rem;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .product-labels-container {
    max-width: 140px;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .product-labels-container .label {
    font-size: 0.8rem;
    padding: 0.25rem 16px;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .label.warning {
    color: #fefefe;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .warning {
    color: #FF5722;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .img-top-right {
    position: absolute;
    right: 0;
    padding: 0.5rem;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .product-name {
    display: inline-block;
    color: #ccc;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    width: 80%;
    padding-right: 0.5rem;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .line-through-price {
    color: #cc4b37;
    text-decoration: line-through;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wishlist-toggle:focus {
    outline: none;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wishlist-toggle {
    color: #ccc;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wishlist-toggle:active {
    color: #184d99;
}

.detail-add-wishlist,
.detail-remove-wishlist,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .detail-back-return.fa-2x {
    font-size: 1.5rem;
    padding-top: 0.25rem;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c a:hover .detail-add-wishlist.fa-heart {
    font-weight: 600;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .detail-add-wishlist.is-active {
    color: #cc4b37;
    font-weight: 600;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .from-price {
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    background-color: #f2f2f2;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .from-price p {
    margin-top: 0.25rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #0a0a0a;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .from-price a {
    color: #3d4042;
    background-color: #fefefe;
    margin-bottom: 0;
    font-weight: 600;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .from-price a:hover {
    color: #fefefe;
    background-color: #3d4042;
}

@media screen and (max-width: 39.9375em) {
#u-636256c5-cae1-4239-9a02-8a25af8bc98c     a:hover .detail-add-wishlist.fa-heart {
        font-weight: 400;
    }

#u-636256c5-cae1-4239-9a02-8a25af8bc98c     .detail-add-wishlist.is-active {
        color: #cc4b37;
        font-weight: 600 !important;
    }

#u-636256c5-cae1-4239-9a02-8a25af8bc98c     .from-price p {
        font-size: 0.8rem;
    }

#u-636256c5-cae1-4239-9a02-8a25af8bc98c     .from-price a {
        padding: 0.5em;
    }
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .ref-brand-stock {
    color: #3d4042 !important;
    border-top: 1px solid #cacaca;
    margin: 0.5rem 0 0;
    padding-top: 0.5rem;
}

.ref-brand-stock small span:nth-child(2),
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .ref-brand-stock .small-4 span a {
    color: #3d4042;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .rubric-title {
    color: #3d4042;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.4rem;
    padding-top: 0.5rem;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .rubric-title.text-left {
    border-bottom: 1px solid #cacaca;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .description-preview {
    color: #3d4042;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .description-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .description-link a {
    margin-top: 0;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .description a {
    color: #3d4042;
    font-size: 80%;
    text-decoration: underline;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .informations-button .button {
    padding: 1rem 0.5rem;
    font-size: 0.85rem;
}

.details-add-text1,
.details-add-text2,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .details-add-text3 {
    color: #3d4042;
    font-size: 90%;
    margin-bottom: 1rem;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .details-add-text4 {
    font-size: 75%;
    margin-bottom: 1.5rem;
    padding: 0.5rem;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .close-button i {
    font-size: 1.5rem;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .reveal {
    color: #3d4042;
}

.express-quote-reseller-logo,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .sample-inquiry-reseller-logo {
    margin-bottom: 1rem;
}

.express-quote-reveal-product-name,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .sample-inquiry-reveal-product-name {
    margin: 1rem 0 0;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c textarea.express-quote-reveal-form-textarea {
    color: #3d4042;
    font-size: 0.8rem;
    min-height: 195px;
    resize: vertical;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c textarea.sample-inquiry-reveal-form-textarea {
    color: #3d4042;
    font-size: 0.8rem;
    min-height: 351px;
    resize: vertical;
}

.reveal label,
.reveal [type='text'],
.reveal [type='email'],
.reveal [type='password'],
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .reveal select {
    color: #3d4042;
    font-size: 0.8rem;
}

.reveal input::-webkit-input-placeholder,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .reveal textarea::-webkit-input-placeholder {
    color: #3d4042;
    font-size: 0.8rem;
}

.reveal input::-moz-placeholder,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .reveal textarea::-moz-placeholder {
    color: #3d4042;
    font-size: 0.8rem;
}

.reveal input:-ms-input-placeholder,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .reveal textarea:-ms-input-placeholder {
    color: #3d4042;
    font-size: 0.8rem;
}

.reveal input::-ms-input-placeholder,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .reveal textarea::-ms-input-placeholder {
    color: #3d4042;
    font-size: 0.8rem;
}

.reveal input::placeholder,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .reveal textarea::placeholder {
    color: #3d4042;
    font-size: 0.8rem;
}

.express-quote-rgpd-caution,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .sample-inquiry-rgpd-caution {
    display: inline-block;
    font-size: 0.7rem;
}

.express-quote-rgpd-caution-policy-privacy-link,
.express-quote-rgpd-caution-policy-privacy-link:hover,
.sample-inquiry-rgpd-caution-policy-privacy-link,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .sample-inquiry-rgpd-caution-policy-privacy-link:hover {
    color: #3d4042;
    text-decoration: underline;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .share {
    color: #3d4042;
    cursor: pointer;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .share:hover {
    color: #184d99;
}

.share:focus,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .share:active {
    color: #3d4042;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .share .fa-2x {
    font-size: 1.3em;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .step {
    padding-top: 0 !important;
}

.first-part,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .second-part {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 30px;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .second-part {
    color: #3d4042;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .second-part form {
    position: relative;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .second-part-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #ccc;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .step1-characteristic {
    border-bottom: 1px solid #3d4042;
    margin-bottom: 1.5rem;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .step2 {
    padding: 0;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .step2-marking {
    padding: 2.5%;
    background-color: #e6e6e6;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .marking-toggle-head {
    background-color: #fefefe;
    padding: 0.75rem;
    margin-bottom: 0.25rem;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .marking-area {
    background-color: #fefefe;
    padding: 0.75rem;
    margin-bottom: 1rem;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .change-marking {
    margin-bottom: 0;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .import-file-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #184d99;
    padding: 8px 32px;
    min-width: 160px;
    max-width: 250px;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .import-file-button .upload-icon {
    font-size: 16px;
    color: #fff;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .import-file-button label {
    color: #fff;
    font-weight: bold;
    margin-bottom: 0 !important;
}



@media screen and (max-width: 39.9375em) {
#u-636256c5-cae1-4239-9a02-8a25af8bc98c     .change-marking {
        padding-right: 0.5rem;
        top: 0.2rem;
        right: -2rem;
    }

    .express-quote-label-checkbox,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c     .sample-inquiry-label-checkbox {
        position: relative;
        top: -2.5rem;
        left: 15px;
    }

    .express-quote-confirm-button,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c     .sample-inquiry-confirm-button {
        width: 100%;
    }
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .marking-name {
    margin-bottom: 0;
    font-weight: 500;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .edit-marking {
    color: #3d4042;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c textarea {
    resize: vertical;
    margin-bottom: 0;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .btn-close-marking {
    position: relative;
    top: -0.5rem;
    color: #3d4042;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c input.logo {
    display: none !important;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .marking-delete {
    position: relative;
    right: 0rem;
    top: 0;
    font-size: 1.2em;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .reset-marking {
    padding-top: 6px;
    text-decoration: underline;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .valid-marking {
    margin-bottom: 0;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .no-personalization-title {
    padding: 1rem;
    color: #3d4042;
    background-color: #f2f2f2;
    border: 1px solid #3d4042;
    margin: 1rem 0;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .no-personalization-title h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}

.personalization-step-subtitle,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .no-personalization-step-subtitle {
    color: #3d4042;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
}

.personalization-step-label,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .no-personalization-step-label {
    font-size: 80%;
}

.personalization-step2-label,
.personalization-step2-label-first,
.no-personalization-step2-label,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .no-personalization-step2-label-first {
    font-size: 90%;
    font-weight: 500;
    margin-top: 1.5rem;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .personalization-step2-label-first {
    margin-top: 0;
}

.grey-select,
.quantity-input,
.marking-area input,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .marking-area textarea {
    font-size: 0.9rem;
    color: #3d4042;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .quantity-input {
    text-align: center;
    width: auto;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #0a0a0a;
    border: 1px solid #3d4042;
}

th,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c td {
    border: 1px solid #e6e6e6;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c thead th {
    text-align: center;
}

th:first-child,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c td:first-child {
    text-align: left;
}

thead th,
thead td,
tfoot th,
tfoot td,
tbody th,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c tbody td {
    font-size: 90%;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .table-first {
    color: #0a0a0a;
    font-weight: 500;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .aside-summary {
    padding: 1rem;
    margin-bottom: 1rem;
    line-height: 2;
    color: #3d4042;
    background-color: #f2f2f2;
}

.aside-summary-title,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .aside-summary-total-result {
    font-size: 1.1em;
    font-weight: 600;
    padding-top: 0.5rem;
    color: #3d4042;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .aside-summary-div {
    padding: 0.5rem 0;
    border-bottom: 1px solid #3d4042;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .aside-summary-label {
    font-size: 0.9em;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .aside-summary-result {
    font-weight: 600;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .aside-summary .has-tip {
    cursor: help;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .aside-button button {
    margin-bottom: 0.5rem;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .dpn {
    display: none !important;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .dpb {
    display: block;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .decreasing-prices-content {
    margin-bottom: 0;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .accordion {
    border: 1px solid #e6e6e6;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .accordion-title {
    padding: 1rem 0.5rem;
    border: 0px;
    border-bottom: 1px solid #e6e6e6;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .accordion-content {
    border: 0px;
    border-bottom: 1px solid #e6e6e6;
    color: #3d4042;
    font-size: 0.85rem;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .accordion-item:first-child> :first-child {
    border-top: 0;
}

:last-child>.accordion-content:last-child,
:last-child:not(.is-active)>.accordion-title,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .accordion-title:last-child {
    border-bottom: 0;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .accordion-title {
    color: #b897ec;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .accordion-title:hover {
    color: #ccc
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .characteristics {
    padding: 0.25rem;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .keyword {
    color: #3d4042;
    background-color: #e6e6e6;
    padding: 0.5rem 1rem;
    border-radius: 90px;
    display: inline-block;
}

/*************** Color selector *******************/
.filter-color .button-group,
.filter-product-color .button-group,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .filter-ink-color .button-group {
    flex-wrap: wrap;
}

.filter-color .button-group .button,
.filter-product-color .button-group .button,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .filter-ink-color .button-group .button {
    width: 25px;
    height: 25px;
    border: 0.5px solid #cacaca;
    border-radius: 100% !important;
    padding: 0;
    margin: 8px;
}

.filter-color .button-group .button.first-all,
.filter-product-color .button-group .button.first-all,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .filter-ink-color .button-group .button.first-all {
    background-color: #fefefe;
    color: #3d4042;
    font-size: 1rem;
    padding-bottom: 3px;
    padding-left: 1px;
}

.filter-color .filter-color-button.is-active,
.filter-color .filter-color-button:focus,
.filter-color .filter-color-button:active,
.filter-product-color .filter-color-button.is-active,
.filter-product-color .filter-color-button:focus,
.filter-product-color .filter-color-button:active,
.filter-ink-color .filter-color-button.is-active,
.filter-ink-color .filter-color-button:focus,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .filter-ink-color .filter-color-button:active {
    border: 2px solid #3d4042;
}

.filter-product-color,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .filter-ink-color {
    margin-bottom: 20px;
}

/*************** Product & Ink Color selector *******************/
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .button-group input {
    display: none !important;
}

.filter-product-color .button-group input:checked+label,
.filter-product-color .button-group input:checked+label:active,
.filter-ink-color .button-group input:checked+label,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .filter-ink-color .button-group input:checked+label:active {
    border: 2px solid #3d4042;
}

/************* JQuery-Step Wizard *****************/
/* Common */
.wizard,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .tabcontrol a {
    outline: 0;
}

.wizard ul,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul>li,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .tabcontrol ul>li {
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard>.steps .current-info,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .tabcontrol>.steps .current-info {
    position: absolute;
    left: -999em;
}

.wizard>.content>.title,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .tabcontrol>.content>.title {
    position: absolute;
    left: -999em;
}

/* Wizard */
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.steps {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 0.47rem;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c #no-personalization .wizard>.steps {
    display: none;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 30%;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.steps .number {
    font-size: 1.429em;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.steps>ul>li {
    width: 49%;
}

.wizard>.steps>ul>li,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.actions>ul>li {
    float: left;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.steps>ul>li:first-child {
    margin-right: 2%;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard.vertical>.steps>ul>li {
    float: none;
    width: 100%;
}

.wizard>.steps a,
.wizard>.steps a:hover,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.steps a:active {
    display: block;
    width: auto;
    margin: 0.5rem;
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    text-decoration: none;
}

.wizard>.steps .disabled a,
.wizard>.steps .disabled a:hover,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.steps .disabled a:active {
    background: #f2f2f2;
    color: #3d4042;
    cursor: default;
}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.steps .current a:active {
    background: #b897ec;
    color: #fff;
    cursor: default;
}

.wizard>.steps .done a,
.wizard>.steps .done a:hover,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.steps .done a:active {
    background: #ccc;
    color: #fff;
}

.wizard>.steps .error a,
.wizard>.steps .error a:hover,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.steps .error a:active {
    background: #ff3aaa;
    color: #fff;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.content {
    background: #fefefe;
    display: block;
    margin: 0.5em;
    overflow-x: hidden;
    position: relative;
    width: auto;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c #no-personalization .wizard>.content {
    background: #fefefe;
    display: block;
    margin: 0.5em;
    margin-top: 0;
    overflow-x: hidden;
    position: relative;
    width: auto;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard.vertical>.content {
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.content>.body {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.content>.body ul {
    list-style: disc !important;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.content>.body ul>li {
    display: list-item;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.content>.body>iframe {
    border: 0 none;
    width: 100%;
    height: 100%;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.content>.body input {
    display: block;
    font-size: 1rem;
    color: #0a0a0a;
    border: 1px solid #3d4042;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.content>.body input[type="checkbox"] {
    display: inline-block;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.content>.body input.error {
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.content>.body label {
    display: inline-block;
    margin-bottom: 0.5em;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.content>.body label.error {
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard.vertical>.actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.actions>ul {
    display: inline-block;
    text-align: right;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.actions>ul>li {
    margin: 0 0.5em;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard.vertical>.actions>ul>li {
    margin: 0 0 0 1em;
}

.wizard>.actions a,
.wizard>.actions a:hover,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.actions a:active {
    background: #1779ba;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
}

.wizard>.actions .disabled a,
.wizard>.actions .disabled a:hover,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.actions .disabled a:active {
    background: #f2f2f2;
    color: #3d4042;
}

/* Tabcontrol */
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .tabcontrol>.steps {
    position: relative;
    display: block;
    width: 100%;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .tabcontrol>.steps>ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .tabcontrol>.steps>ul>li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .tabcontrol>.steps>ul>li:hover {
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .tabcontrol>.steps>ul>li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .tabcontrol>.steps>ul>li>a {
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .tabcontrol>.steps>ul>li>a:hover {
    text-decoration: none;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .tabcontrol>.steps>ul>li.current>a {
    padding: 15px 30px 10px 30px;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .tabcontrol>.content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .tabcontrol>.content>.body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .tabcontrol>.content>.body ul {
    list-style: disc !important;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .tabcontrol>.content>.body ul>li {
    display: list-item;
}

.attribute-filter-select,
.filter-select,
.technology-select,
input,
textarea,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .quantity-input {

    font-size: 1rem;
    color: #3d4042;
    border: 1px solid #3d4042 !important;

}

@media screen and (max-width: 39.9375em) {
#u-636256c5-cae1-4239-9a02-8a25af8bc98c     .wizard>.steps>ul>li {
        width: 100%;
    }
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c #personalization-t-0 {
    position: relative;
    padding-left: 1.5rem;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c #personalization-t-0::after {
    content: '';
    position: absolute;
    right: -20px !important;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 20px solid #b897ec;
    clear: both;
}

.wizard>.steps .done #personalization-t-0::after,
.wizard>.steps .done #personalization-t-0:hover::after,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .wizard>.steps .done #personalization-t-0:active::after {
    border-left: 20px solid #ccc !important;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c #step-2-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    color: white;
    background-color: rgb(0 0 0 / 15%);
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
#u-636256c5-cae1-4239-9a02-8a25af8bc98c     #personalization-t-0::after {
        right: -6.5%;
    }
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c #personalization-t-1 {
    position: relative;

}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c #personalization-t-1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 20px solid #fefefe;
    clear: both;
}

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

    #personalization-t-0,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c     #personalization-t-1 {
        padding: 0.5rem 1rem;
    }

    #personalization-t-0::after,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c     #personalization-t-1::after {
        display: none;
    }

#u-636256c5-cae1-4239-9a02-8a25af8bc98c     .description-infos {
        display: block;
        align-items: baseline;
    }

#u-636256c5-cae1-4239-9a02-8a25af8bc98c     .rubric-title {
        margin-right: 8px;
    }

#u-636256c5-cae1-4239-9a02-8a25af8bc98c     .description-link {
        margin-left: 1px;
    }

#u-636256c5-cae1-4239-9a02-8a25af8bc98c     .description a {
        margin-top: 0;
        margin-right: 1px;
    }

#u-636256c5-cae1-4239-9a02-8a25af8bc98c     .express-quote-label-checkbox {
        position: inherit;
    }
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .product-option-detail {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6e6e6;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    padding: 8px;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .product-option-detail .product-marking-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* Thumbnail slideshow */

.product-image-thumbnail-0039 .slide-prev,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .product-image-thumbnail-0039 .slide-next {
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    color: #3d4042;
    font-size: 24px;
    padding: 0;
    right: 0;
}

.product-image-thumbnail-0039 .slide-prev:hover,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .product-image-thumbnail-0039 .slide-next:hover {
    cursor: pointer;
    color: #484848;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .product-image-thumbnail-0039 .slide-prev {
    left: -12px;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .product-image-thumbnail-0039 .slide-next {
    right: -12px;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .aside-summary-label:nth-child(2) {
    display: none;
}



.aside-summary-total-result p span:nth-child(2),
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .aside-summary-total-result p span:nth-child(4) {
    width: 100%;
    text-align: right;
    margin-top: -23px
}

/*buttons*/

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .icon-label {
    color: #fff !important;
}

.show-pdf,
.add-to-cart,
.wizard>.actions a:active,
#add-marking,
.import-file-button,
.valid-quantity,
.valid-marking,
.add-to-cart,
.wizard>.actions a,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .button.small {

    background-color: #b897ec !important;
    color: #fff !important;
    border-radius: 10px;
}


.show-pdf:hover,
.add-to-cart:hover,
.wizard>.actions a:active,
#add-marking:hover,
.valid-quantity:hover,
.import-file-button:hover,
.valid-marking:hover,
.add-to-cart:hover,
.wizard>.actions a:hover,
#u-636256c5-cae1-4239-9a02-8a25af8bc98c .button.small:hover {
border-radius: 10px;
    background-color: #ccc !important;
    color: #fff !important;

}


#u-636256c5-cae1-4239-9a02-8a25af8bc98c .add-to-cart {
border-radius: 10px;
    background-color: #b897ec !important;
    color: #fff !important;

}


#u-636256c5-cae1-4239-9a02-8a25af8bc98c .add-to-cart:hover {
border-radius: 10px;
    background-color: #ccc !important;
    color: #fff !important;

}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c .reset-marking a {
    color: #3d4042 !important;
}

/*fin buttons*/


/* Réseaux sociaux */


#u-636256c5-cae1-4239-9a02-8a25af8bc98c .fa-pinterest-square {
    display: none;
}

#u-636256c5-cae1-4239-9a02-8a25af8bc98c * {
    word-break: normal;
}
/* 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;
}