:root {
  --text-ondark-bg-color: white;
  --text-onbright-bg-color: black;
  --mobile-menu-bg-color: #dc1212;
  --mobile-menu-a-color: white;
  --mobile-menu-a-color-hover: black;
  --mobile-sub-menu-bg-color: white;
  --mobile-sub-menu-a-color: #dc1212;
  --desktop-menu-bg-color: var(--mobile-menu-bg-color);
  --desktop-sub-menu-bg-color: white; 
  --text-description-product : black;  
}


a {
	color: crimson;
}

body {
  font-family: poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

body#checkout section.checkout-step small, .small {
    color: midnightblue;
}

.form-control:focus {
    color: black;
}


/*
########################################################################
#
#       @HEADER
#
########################################################################
*/

#header {
	background: url('../data/images/background/header1.jpg') top no-repeat transparent;
	color: white;
}

#header a {
	color: white;
	font-weight: bold;
}

#header a:hover {
  text-decoration: none;
  color: red;
}

#header .header-nav {
	color: gold;
    border-bottom: 0px;
    max-height: 60px;
    font-size: 0.9rem;
    --margin-bottom: 22px;
}


#header .header-nav #menu-icon {
  cursor: pointer;
  margin-left: 0.3rem;
  z-index: 99;
  position: relative;
  top: -2px;
  right: 24px;
  left: 2px;
}

#header .header-nav .top-logo {
	line-height: 60px;
	max-height: 100px;
	height:100px;
	vertical-align: left;
	--width: auto;
	margin: 0 auto;
	--background-color: firebrick;

}

#header .header-nav .cart-preview.active i,
#header .header-nav .cart-preview .shopping-cart {
    color: white;
}

#header .header-nav .cart-preview .shopping-cart, #header .header-nav .material-icons {
	font-size: 26px;	
}

#header .header-nav #menu-icon .material-icons {
    line-height: 50px;
    font-size: 45px;
}

#header .header-nav .blockcart.active {
    margin-left: 0;
}

#header .header-nav .blockcart.active a:hover {
    color : white;
}

#header .header-nav .blockcart.active a: {
	color : black;
}

#header .header-nav .blockcart,
#header .header-nav .user-info,
#contact-link a {
	margin-top: 0px;
    margin-left: 0rem;
    text-align: center;
    white-space: nowrap;
    #border-radius: 0px 0px 15px 15px ;
    padding: 12px;
    #background-color: #073c68;
    height: 45px;
    
}

#_mobile_user_info .user-info {
	background-color: var(--mobile-menu-bg-color);
}


#_mobile_user_info .user-info, 
#_desktop_user_info .user-info {
    --background-color: rgba(0,0,0,0.8);
    --background-color: rgba(178,34,34, 1);
    background-color: firebrick;
}

#header .header-nav #contact-link {
  margin-top: 0px;
  top: 25px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: black;
  margin-left: 45px;
  font-family: outfit;
}

#header .header-nav .cart-preview:hover,
{
    border: 2px solid white;
}


#header .header-top a[data-depth="0"] {
    color: var(--mobile-menu-a-color);
    text-transform: uppercase;
}

#header .header-top a:hover[data-depth="0"] {
	color: var(--mobile-menu-a-color-hover);
	text-transform: uppercase;
}

#header .header-top .menu > ul > li {
    float: left;
    padding: 4px;
    border-radius: 20px 5px 0 0;
    font-size: 1.1rem;
}

/*#header .header-top .menu ul li div ul{
	display: inline;
	height: 0;
    overflow: hidden;
    transition:1s all;
}


#header .header-top .menu ul li:hover div ul{
    height: auto;
}
*/

.btn-search-modal{
  padding-left: 15px !important;
  font-size: 19px;
  position: relative;
  top: -5px;
  right: 0px;	
}


.top-menu a[data-depth="1"], .top-menu a[data-depth="2"] {
  padding: 0px;
}

#top-menu .category {
    background: var(--mobile-menu-bg-color);
   -- background: rgba(220,18, 18 ,0.5);
}

.top-menu[data-depth="1"] {
  margin: 2px;
  border: 1px solid black;
  box-shadow: 2px 1px 11px 2px rgba(0,0,0,.9);
}

#header .header-nav .user-info {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
    display: flex;
    border-radius: 0 0 0px 10px;
}

#header .header-nav .user-info .logged {
	color: lime;
}


#header .header-nav .user-info .logged{
}

#header .header-nav .user-info .account {
    margin-left:0px;
}


#header .header-nav .cart-preview.active a, #header .header-nav .cart-preview a {
    color: white;
}

.header-top .search-widget {
  margin-top: -6px;
  margin-bottom: 12px;
}



#header .header-top .menu {
    padding-left: 15px;
    margin-bottom: .375rem;
    margin-top: 15px;
}


.page-addresses .addresses-footer a span {
    color: black;
}


#header .header-nav .cart-preview.active,
#header .header-nav .cart-preview.inactive, 
#header .header-nav .cart-preview
{
    color: white;
    background-color: firebrick;
    border: 1px solid black;
    border-radius: 0px 0px 10px 0px;
}

#header .header-nav .cart-preview:hover {
    --border: 2px solid white;
    background-color: tomato;
}


#_mobile_user_info .header .cart-products-count {
    position: absolute;
    top: 18px;
    font-size: 12px;
    right: 9px;
    background: rgb(255, 0, 0);
    border-radius: 100%;
    width: 24px;
    height: 24px;
    /* display: flex; */
    text-align: center;
    padding-bottom: -1px;
    /* vertical-align: middle; */
    /* display: flex; */
    /* align-content: center; */
    /* text-align: center; */
    line-height: 19px;
    font-weight: bolder;
    font-family: roboto;
    padding: 2px;
    border: 1px solid black;
}

#_desktop_cart .cart-products-count {
    position: absolute;
    top: 0px;
    font-size: 11px;
    right: 123px;
    background: rgb(255, 0, 0);
    border-radius: 100%;
    width: 22px;
    height: 22px;
    /* text-align: justify; */
    padding-bottom: -1px;
    vertical-align: middle;
    /* display: flex; */
    /* align-content: center; */
    text-align: center;
    line-height: 18px;
    font-weight: bolder;
    font-family: roboto;
    padding: 2px;
    border: 1px solid white;
}

#_mobile_user_info .header .cart-total-to-pay{
    position: absolute;
    top: -2px;
    right: 4px;
    font-size: 0.7rem;
}

#header .header-top {
    background: transparent;
    padding-bottom: 0;
}


#dp_phone_shop_number {
  font-size: 22px;
  font-weight: bold;
  top: 57px !important;
  position: absolute;
  left: 2px;
  color: white;
}
/*#_desktop_logo a 
{
    color: gold;	
}
*/
/*
########################################################################
#
#		@WRAPPER & MAIN
#
########################################################################
*/


#main {
    --background: rgba(255,255,255,0.2);
    --border-radius: 10px;
    --background: url('../data/images/background/main.jpg');

}

#main .page-content, #main .page-header {
	margin-bottom: 1.5625rem;
	color: var(--text-onbright-bg-color);
}
#main .page-content .table {
	color: black;
}
#main .page-header  h1 {
	color: var(--text-onbright-bg-color);
}

.dp-home-page {
  padding : 2rem;
}

.dp-home-page h1 ,
.dp-home-page h1 ,
.dp-home-page h3 {
    color : var(--mobile-menu-bg-color);
    padding: 10px;
    text-align: center;
    line-height: 30px;
}



/*
########################################################################
#
#		@DESKTOP MENU
#
########################################################################
*/

#_desktop_top_menu .top-menu .sub-menu.collapse {
  min-width: 200px;
  margin-left: 0px;
  left: auto;
  width: 300px;
}
#_desktop_top_menu .top-menu .sub-menu:hover {
  display: flex;
}

#_desktop_top_menu .sub-menu {
  box-shadow: 2px 1px 11px 2px rgba(0,0,0,.1);
  border: none;
  z-index: 18;
  display: none;
}

a.dropdown-item.dropdown-submenu:hover {
    color: var(--mobile-menu-a-color-hover) !important;   
}

a.dropdown-item.dropdown-submenu {
    color: var(--mobile-menu-a-color) !important;
}

#_desktop_top_menu .current a {
  color: yellow !important;
}

#_desktop_top_menu a.dropdown-item.dropdown-submenu {
    color: var(--desktop-menu-bg-color) !important;
}

#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
    display: block !important;
}

#_desktop_top_menu .top-menu .sub-menu ul[data-depth="1"] > li:hover {
  background: snow;
  transition: all .1s ease-in-out;
  display: inline-block;
  padding-top: 5px;
}

#_desktop_top_menu .top-menu .sub-menu ul[data-depth="1"] > li {
  display: inline-block;
  float: none;
  margin: 0;
  float: none;
  width: 100%;
  padding: 3px;
  background: var(--desktop-sub-menu-bg-color);
}


.navbar-toggler {
    background: firebrick;
    border: 1px solid black;
    border-radius: 50%;
    
}

#_desktop_top_menu ul{
    --float: left;
   --margin-left: 16px;
    --margin-bottom:0px;
    width: 100%;
}

#_desktop_top_menu ul[data-depth="1"] {
  width: auto;
}

#top-menu .category:hover {
  box-shadow: 0px -10px 5px -8px black;
}


#_desktop_logo #accueil_logo {
    position:absolute;
    top: -70px;
    margin-left: 0px;
    font-size: 1.6rem;
    font-family: outfit;
    color: black;
    font-weight: bold;
}

#_desktop_logo #accueil_logo a {
    color: black;
}

.img_logo_tranformed {
  transform: matrix3d(1.1, -0.07, 0, -0.000, 0, 1.1, 1, 0.000, 0, 0, 1, 0, 1, 8, 0, 1);
  max-width: 150%;
}


.font-effect-fire-animation {
  -moz-animation-duration: 1.5s;
  -moz-animation-name:font-effect-fire-animation-keyframes;
  -moz-animation-iteration-count:infinite;
  -moz-animation-direction:alternate;
  
  -webkit-animation-duration: 1.5s;
  -webkit-animation-name:font-effect-fire-animation-keyframes;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:alternate;
  
  -o-animation-duration: 1.5s;
  -o-animation-name:font-effect-fire-animation-keyframes;
  -o-animation-iteration-count:infinite;
  -o-animation-direction:alternate;
  
  -ms-animation-duration: 1.5s;                          
  -ms-animation-name:font-effect-fire-animation-keyframes; 
  -ms-animation-iteration-count:infinite;                  
  -ms-animation-direction:alternate;
  
  animation-duration: 1.5s;                            
  animation-name:font-effect-fire-animation-keyframes;                        
  animation-iteration-count:infinite;                  
  animation-direction:alternate;                     
  
  color: #ffe;
}


#_desktop_logo .checkout_accueil_logo_container {
    float:left;
    font-weight: bolder;
    position:absolute;
    top:-20px !important;
    font-size: 1.1rem;
    margin-left: 0px !important;
}

/*
#######################################################################
#
#       @ICONE ANIMATED MENU
#
#######################################################################
*/

.social-links {
  text-align: center;
  position: relative;
  top: 130px;
}

.line-betwen {
  width: 15%;
  height: 3px;
  background-color: #f9b339;
  position: relative;
  left: 42.5%;
  top: 80px;
}

.social-list li {
  display: inline;
  text-align: center;
  font-size: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.social-list a {
  color: #fff;
}

.social-list a:hover {
  color: #f9b339;
}
.nav {
  position: relative;
  width: auto;
  display: inline-block;
  border: none;
}

.btn-nav {
  --position: fixed;
  top: 30px;
  left: 30px;
  background: transparent;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 99999;
}

.btn-nav:focus {
  outline: 0;
}

.icon-bar {
  display: block;
  margin: 6px 0;
  width: 35px;
  height: 5px;
  background-color: crimson;
}

.btn-nav:hover .icon-bar {
  background-color: crimson;
}

.nav-content {
  position: fixed;
  top: -100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: block;
  height: 100%;
  z-index: 9;
}

.below-line {
  width: 15%;
  height: 3px;
  background-color: #f9b339;
  position: relative;
  left: 42.5%;
  top: 40px;
}

.nav-list {
  list-style: none;
  padding: 0;
  position: relative;
  top: 10%;
}

.item-anchor:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: transparent;
}

.item-anchor {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding: 10px;
  letter-spacing: 15px;
}

.item-anchor:hover,
.item-anchor:focus {
  color: crimson;
}

.item-anchor:hover:after,
.item-anchor:focus:after {
  width: 100%;
  background: #f9b339;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.nav-item {
  margin: 40px auto;
  text-align: center;
}

.animated {
  display: block;
  margin: 0 auto;
}

.animated:hover .icon-bar,
.animated:focus .icon-bar {
  color: crimson;
}

.animated:focus {
  cursor: pointer;
  z-index: 9999;
}

.middle {
  margin: 0 auto;
}

.icon-bar {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 999999;
}

.animated .icon-bar {
  z-index: 999999;
  background-color: #fca311;
}

.animated .top {
  -webkit-transform: translateY(10px) rotateZ(45deg);
  -moz-transform: translateY(10px) rotateZ(45deg);
  -ms-transform: translateY(10px) rotateZ(45deg);
  -o-transform: translateY(10px) rotateZ(45deg);
  transform: translateY(10px) rotateZ(45deg);
}

.animated .bottom {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -moz-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotateZ(-45deg);
  -o-transform: translateY(-11px) rotateZ(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.animated .middle {
  width: 0;
}

@keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-webkit-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-moz-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-o-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

.showNav {
  -webkit-animation: showNav 1s ease forwards;
  -moz-animation: showNav 1s ease forwards;
  -o-animation: showNav 1s ease forwards;
  animation: showNav 1s ease forwards;
}

@keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-webkit-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-moz-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-o-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

.hideNav {
  -webkit-animation: hideNav 1s ease forwards;
  -moz-animation: hideNav 1s ease forwards;
  -o-animation: hideNav 1s ease forwards;
  animation: hideNav 1s ease forwards;
}

.hidden {
  display: none;
}


/*
#######################################################################
#
#		@MOBILE MENU
#
#######################################################################
*/


#_mobile_logo #accueil_logo {
    float:left;
    font-weight: bolder;
    position:absolute;
    top:-20px;
    left:10px;
    color: firebrick;
    font-size: 1rem;
    font-family: outfit;
}

#accueil_logo a .material-icons {
    top:-2px;
    line-height: normal !important;
    font-size: 22px !important;
    position: relative;
    left:4px;

}

#accueil_logo a {
    color: firebrick;
}


#menu-icon {
    color: #414141;
}

#_mobile_top_menu {
  border-radius: 5px;
  border: 2px solid;
  padding: 5px;
  background-color: rgba(0,0,0,0.5);
}

#mobile_call_btn {
  top: 9px;
  right: 70px;
  background: var(--mobile-menu-bg-color);
  border: 1px solid firebrick;
  border-radius: 100%;
  font-size: 42px;
  color: red;
  height: 40px;
  width: 40px;
  padding: 10px 0px 0px 0px;
  margin-top: 8px;
}

#mobile_call_btn a {
   color: white;	
}

#mobile_top_menu_wrapper {
    background: transparent;
    --padding-left: 1%;
    --padding-right: 1%;
    margin-top: 1.25rem;
    padding-bottom: 0px;
    --border-bottom: 1px solid crimson;
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
    position: relative;
    padding: 10px;
    background: transparent;
}

#_mobile_user_info {
   position: absolute;
  bottom: -40px;
  right: 0px;
  left: 0px;
}

#_mobile_user_info span {
    text-align: right;
    padding-left: 10px;
    color:white;
}

#_mobile_user_info div {
    background-color: transparent;
}


#_mobile_logo img {
    vertical-align: bottom;
    padding-bottom: 6px;
    max-width: 200px;
    position: absolute;
    top: 20px;
    left: 0px;
}

#_mobile_logo {
    text-align: left !important;
}

#_mobile_top_menu ul li {
    border-radius: 10px;
    float: left;
    border-bottom: 3px solid black;
    /* min-height: 40px; */
    /* margin: 3px; */
    min-width: 30%;
    width: 100%;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 3px;
    padding-left:10px;
    padding-right:10px;
    line-height: 23px;
    margin: 3px 0px;

}	

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
    float: right;
    position: relative;
    top: -3px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
    float: none;
    margin: 0;
    width: 100%;
    background: var(--mobile-sub-menu-bg-color);
    padding: 6px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li img{
	margin-right: 10px;
}


#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    border-bottom: 0px solid #f6f6f6;
    padding-top: 5px;
	padding-bottom: 5px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu li > a {
    padding: 0px;
    border-bottom: 0px solid #fff;
    font-weight: 600;
    color: var(--mobile-sub-menu-a-color) !important;
}

#mobile_top_menu_wrapper .top-menu .sub-menu li > a:hover {
    color: black !important;
    padding:6px
}


#_mobile_user_info .logout {
  position: absolute;
  right: 63px;
  color: white;
  top: 13px;
}

#_mobile_user_info .logout:hover {
    color: black;
}

#_desktop_user_info .logout {
  position: relative;
  right: -10px;
  color: white;
  top: 2px;
  margin: 0px 10px 0px 10px;;
}

#_desktop_user_info .logout:hover {
    color: black;
}


.block_newsletter form input[type=text]:focus {
    border:3px solid gold;
}

.product-price {
	color: red;
}

.form-group.has-error .help-block {
    color: red;
    font-weight: bold;
}

.nav-item a{
	background-color: gold;
    padding: 10px;
    border-radius: 5px;
}

.nav-item .nav-link, .nav-item .nav-separtor {
   color: black;
}
.text-muted {
    color: darkred !important;
}

.custom-radio input[type="radio"]:checked + span {
    background-color: red;
}

body#checkout section.checkout-step .address-item.selected {
    border: 3px solid red;
}



.btn-primary:disabled:hover {
    background-color: gold;
}

.page-my-account #content .links a span.link-item {

    display: block;
    height: 100%;
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    background: floralwhite;
    padding: 1rem;
    border-radius: 20px;
    color: red;
}

.page-my-account #content .links a:hover i {
    color: crimson;
}

.page-my-account #content .links a i {
    color: gold;
}

/*
########################################################################
#
#       @WRAPPER MAIN
#
########################################################################
*/

#wrapper {
	font-size: 12px;
	font-weight: normal;
	color: white;
	border-color: #55BFCF;
	--padding-top: 200px;
}


#wrapper > .container {
  padding-left: 5px;
  padding-right: 5px;
}


#content-wrapper
 {
    position: relative;
    display: block;
    margin-bottom: 4px;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid rgba(0, 0, 0, .5);
    font-weight: bold;
    color: black;
    min-height: 0.5rem;
    background-color: rgba(255, 255, 255, 0.88 );
}


#wrapper .breadcrumb {
    color: var(--text-ondark-bg-color);
    padding-left: 40px;
    background-color: black;
    border-radius: 10px 10px 10px 0;
    background: url('../data/images/background/txt.png');
}
#main .page-footer {
    background: url('../data/images/background/txt.png');	
}


.help-block {
	color: crimson; 
}

#deliveryDateTime_block_top {
	background-color: black;
}

.no-padding {
	padding: 0px
}

body#checkout #footer, #footer {
	background: url('../data/images/background/txt.png');
	#color: #414141;
	color: var(--text-ondark-bg-color);
}

#block_myaccount_infos .myaccount-title a , .block-contact .block-contact-title, .linklist .blockcms-title a {
   color: red;
}

.block-contact , .footer-container li a {
    color: wheat;
}

.footer-container .container .links .wrapper h3{
	color: red;
}

.footer-container .links .h3 {
	color: red;
}


 
body#checkout section.checkout-step .step-title {
	color: var(--text-onbright-bg-color);	
}

.header-delivery-zone{
	padding-top: 10px;
	text-align: justify;
}

div.cartouche-phone-number{
	top: 50px;
	width :250px;
}

.phone-number{
	width:100px;
	background: url("../data/images/background/phone_number.png") no-repeat stretch;
}


body#checkout section.checkout-step .delivery-option{
    background-color: transparent;	
}


/*
########################################################################
#
#       @PRODUCT 
#
########################################################################
*/


#blockcart-modal .cart-content .cart-products-count{
    color: rgb(220, 20, 60) !important;
}

#products .product-miniature .product-flags .new {
        top: -1.8rem;
        left: -1rem;
}

#product-number .qty-spin-select{
	padding: .5rem .2rem;
	float: right;
	color: red;
	background-color: transparent;
	font-weight: bolder;
	width: 40px;
	margin-left: 0px;
	border-radius: 6px;
	border: 2px solid blanchedalmond;
}

#products a > img,
.featured-products img,
.product-accessories img,
.product-miniature a > img {
  border-radius: 50%;
  width: 100%;
  height: auto;
  margin: auto;
  min-width: 130px;
  max-width: 180px;
}


#products {
	padding: 5px;
    color: var(--text-onbright-bg-color);
}

.products-selection {
    margin-bottom: 0;
}


#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
    margin: 0 auto;
}

#products .product-miniature {
    display: inline-block;
    margin: 10px auto;
}

#products .thumbnail-container-sm-xs,
.featured-products .thumbnail-container-sm-xs,
.product-accessories .thumbnail-container-sm-xs,
.product-miniature .thumbnail-container-sm-xs
    {
    position: relative;
    margin-bottom: 6px;
    width: inherit;
    box-shadow: none;
    background-color: transparent;
    padding-top: 10px;
}

/*
.products .product-miniature-sm-xs{
  display: inline-block;
  margin: 5px auto;
  width: 101%;
  padding: 0px !important;
  padding-left: 10px !important;
  left: -15px;
  position: relative;

}
*/

.products .product-miniature-sm-xs{
  width: 100%;
  display: inline-block;
  box-shadow: 3px -10px 5px -8px black;
  margin-left: -6px;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-top: 5px;
  left: 3px;
  position: relative;
  background-color: rgba(255,255,255,0.5);
  border-radius: 1rem;
  border: 1px solid white;
}

#products .product-title-sm-xs,
.featured-products .product-title-sm-xs,
.product-accessories .product-title-sm-xs,
.product-miniature .product-title-sm-xs {
  font-family: helvetica;
  text-align: left;
  text-transform: uppercase;
  color: crimson;
  font-weight: bold;
  line-height: 1;
  overflow: hidden;
  font-size: 1.1rem;
  position: relative;
  margin: 0px 0px 1px 4px;
}

.product-description-sm-xs p, 
#footer .modal-content-text p {
  text-align: left;
  padding-left: 10px;
}

.product-img-container-sm-xs {
  position: relative;
  top: -3px;
  left: 0px;
}

#products .product-description-sm-xs,
.featured-products .product-description-sm-xs,
.product-accessories .product-description-sm-xs,
.product-miniature .product-description-sm-xs {
  z-index: 1;
  width: inherit;
  height: 110px;
  border: 0px solid black;
  border-radius: 84px 0px 0px 98px;
  top: 22px;
}

#products .product-description-sm-xs .description_product_line{
	margin-top: 16px;
    line-height: 1.3rem;
    font-family: open sans;
}


#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title
{
	text-align: left;
	text-transform: capitalize;
	margin-top: 0.1em;
	color: black;
	font-size: 1rem;
	text-decoration: none;
	font-weight: bolder;
	line-height: 1;
	overflow: hidden;
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a
{
	color: black;
	font-size: 1.01em;
	text-decoration: none;
	text-align: left;
	font-weight: bolder;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description{
    position: absolute;
    z-index: 1;
    width: inherit;
    background-color: rgba(255, 255, 255, 0.2);
    border: 0px solid black;
    #border-radius: 84px 0px 0px 98px;
    padding: 2px;
    overflow: hidden;
    top: 22px;
    box-shadow: none!important;
    width: 100%;
    bottom: 0;
    height: 100%;
    
    
}


.product-info-point{
    z-index:999;
    position: relative;
    top: 0px;
    color: #129246;;
    cursor: pointer;
}

.description_product_line {
	padding: 2px;
	margin: 0px;
	color: crimson;
	#color: #073c68;
	text-align: left;
}


#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    position: relative;
    margin-bottom: 0 !important;
    height: 420px;
    width: 257px;
    box-shadow: 7px -7px 5px -5px rgba(0,0,0,0.5);
    #background-color: linen;

}

#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
    position: absolute;
    bottom: 1.25rem;
    left: 0px;
    z-index: 0;
    background: white;
    width: 180px;
    height: 10.125rem;
    padding-top: .3125rem;
    box-shadow: 0 -5px 10px -5px rgba(0,0,0,.2);
    transition: bottom .3s;
}

#products .thumbnail-container:hover .highlighted-informations,
.featured-products .thumbnail-container:hover .highlighted-informations,
.product-accessories .thumbnail-container:hover .highlighted-informations,
.product-miniature .thumbnail-container:hover .highlighted-informations
{
    bottom: 3.625rem;
}




#product-description-short p {
	color: black;
}

.product-description-short {
	z-index: 1;
	position: absolute;
	margin: 1rem;
	top: 65px
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
    color: crimson;
}

.product-price-and-shipping .price,
.product-price-and-shipping-sm-xs .price {
  position: relative;
  color: black;
  border-radius: 15px 15px 0px 15px;
  padding: 6px 10px 5px 15px;
  right: 0px;
  top: 5px;
  z-index: 99;
  font-family: outfit;
  font-weight: bold;
}

.product-price-and-shipping .price {
	position: absolute;
	background-color: gold;
	font-size: 18px;
}

.product-price-and-shipping-sm-xs .price {
	font-size: 20px;
}


.wrapper-product-footer-sm-xs {
	display: flex;
	margin-top: 10px;
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping,
#products .product-price-and-shipping-sm-xs,
.featured-products .product-price-and-shipping-sm-xs,
.product-accessories .product-price-and-shipping-sm-xs,
.product-miniature .product-price-and-shipping-sm-xs

{
	color: yellow;
	font-weight: 700;
	text-align: center;
	margin-bottom: 4px;
}

#products .product-price-and-shipping-sm-xs {
	margin: auto;
    margin-left: 10px;
  
}

.product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price {
    color: black;
}

#product-availability, .control-label, .social-sharing{
    color: black;
}

.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
    border: 3px solid crimson;
}

#products .product-miniature .discount-percentage.discount-percentage,
#products .product-miniature .on-sale.discount-percentage,
#products .product-miniature .online-only.discount-percentage,
#products .product-miniature .product-flags .new.discount-percentage,
.featured-products .product-miniature .discount-percentage.discount-percentage,
	.featured-products .product-miniature .on-sale.discount-percentage,
	.featured-products .product-miniature .online-only.discount-percentage,
	.featured-products .product-miniature .product-flags .new.discount-percentage,
	.product-accessories .product-miniature .discount-percentage.discount-percentage,
	.product-accessories .product-miniature .on-sale.discount-percentage,
	.product-accessories .product-miniature .online-only.discount-percentage,
	.product-accessories .product-miniature .product-flags .new.discount-percentage,
	.product-miniature .product-miniature .discount-percentage.discount-percentage,
	.product-miniature .product-miniature .on-sale.discount-percentage,
	.product-miniature .product-miniature .online-only.discount-percentage,
	.product-miniature .product-miniature .product-flags .new.discount-percentage
{
	z-index: 2;
	background: gold;
	top: 50px;
}

#products .product-price-and-shipping, .featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping
{
color: red;
font-size: 0.85rem;
text-align: right;
text-decoration: none;
position: relative;
top: 0px;
#z-index: 1000;
}

#products .product-price-and-shipping, .featured-products .product-price-and-shipping,
	.product-accessories .product-price-and-shipping, .product-miniature .
	.product-line-grid-right .cart-line-product-actions,
	.product-line-grid-right .product-price {
	color: gold;
	line-height: 36px;
}

#products .product-title a,
#products .product-title,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
    color: crimson;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
    text-align: center;
    text-transform: capitalize;
    margin: 1.5rem 30px;
}

#product-price {
	color: gold;
	display: inline-block;
}

#product-number {
    margin-left :10px;*
}

#product-number .form-control {
	background: url('../data/images/background/txt.png') center repeat;
	color: white;
	border-color: gold;
	outline: 1px solid gold;
	text-align: center;
}
.product-description p {
    color: snow;
    #font-style: italic;
    text-align: center;
    margin: auto; /* Important */ 
}

.product-description  .product-composition {
	z-index: 1;
	position: relative;
	margin:0.3rem;
	display: flex;
	height: 70px;
	background-color: rgba(255,255,255,0.3);
}

.product-description  .product-composition-menu {
    #z-index: 1;
    #position: relative;
    margin:0.3rem;
    display: flex;
    height: 70px;
}
#products .product-miniature .discount-percentage.on-sale,
#products .product-miniature .on-sale.on-sale,
#products .product-miniature .online-only.on-sale,
#products .product-miniature .product-flags .new.on-sale, 
.featured-products .product-miniature .discount-percentage.on-sale,
.featured-products .product-miniature .on-sale.on-sale,
.featured-products .product-miniature .online-only.on-sale,
.featured-products .product-miniature .product-flags .new.on-sale,
.product-accessories .product-miniature .discount-percentage.on-sale,
.product-accessories .product-miniature .on-sale.on-sale,
.product-accessories .product-miniature .online-only.on-sale,
.product-accessories .product-miniature .product-flags .new.on-sale,
.product-miniature .product-miniature .discount-percentage.on-sale,
.product-miniature .product-miniature .on-sale.on-sale,
.product-miniature .product-miniature .online-only.on-sale,
.product-miniature .product-miniature .product-flags .new.on-sale {
	text-align: left;
	display: block;
	position: absolute;
	left: -.4375rem;
	padding: .3125rem .6rem;
	color: red;
	background: none;
	text-transform: uppercase;
	min-width: 3.125rem;
	min-height: 1.875rem;
	font-size: 1rem;
	font-weight: 600;
	box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
}

#products .product-miniature .discount-percentage,
#products .product-miniature .on-sale,
#products .product-miniature .online-only,
#products .product-miniature .product-flags .new,
.featured-products .product-miniature .discount-percentage,
.featured-products .product-miniature .on-sale,
.featured-products .product-miniature .online-only,
.featured-products .product-miniature .product-flags .new,
.product-accessories .product-miniature .discount-percentage,
.product-accessories .product-miniature .on-sale,
.product-accessories .product-miniature .online-only,
.product-accessories .product-miniature .product-flags .new,
.product-miniature .product-miniature .discount-percentage,
.product-miniature .product-miniature .on-sale,
.product-miniature .product-miniature .online-only,
.product-miniature .product-miniature .product-flags .new {
    display: block;
    position: absolute;
    left: -.4375rem;
    top: .4375rem;
    padding: .3125rem .4375rem;
    color: #fff;
    background: crimson;
    text-transform: uppercase;
    min-width: 3.125rem;
    min-height: 1.875rem;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
}
#products .thumbnail-container:hover .highlighted-informations, .featured-products 
.thumbnail-container:hover .highlighted-informations.no-variants, .product-accessories .thumbnail-container:hover 
.highlighted-informations.no-variants, .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
    bottom: 3.375rem;
}

#products .thumbnail-container .highlighted-informations a {
    color: crimson;
}
#products .thumbnail-container .highlighted-informations a:hover {
    color: gold;
}

.product_button_push_cart {
    padding: 2px;
}


#product-number .btn-primary:focus,
#product-number .btn-primary:hover,
#product-number .cmc_composer_title a:hover {
    background-color: #ee0000;
    border-color: white;
    color: white;
}

.btn-primary,
.btn-primary .focus,
.btn-primary,
.cmc_composer_title,
.btn-primary-sm-xs,
.btn-primary-sm-xs .focus,
.cmc_composer_title-sm-xs a {
    padding: 6px;
    text-align: center;
    background-color: crimson;
    border-radius: 10px;
}

.btn-primary,
.btn-primary .focus,
.cmc_composer_title,
#product-number .btn-primary,
#product-number .btn-primary.focus,
.btn-primary-sm-xs,
.btn-primary-sm-xs .focus,
.cmc_composer_title,
#product-number .btn-primary-sm-xs,
#product-number .btn-primary-sm-xs.focus
 {
    --position: absolute;
    --right: 25px;
    color:white;
}

.btn-primary-sm-xs,
.btn-primary-sm-xs .focus,
.cmc_composer_title,
#product-number .btn-primary-sm-xs,
#product-number .btn-primary-sm-xs.focus
 {
    padding: 5px 10px 9px 5px !important;
    text-align: center !important;
    font-size: 1.5em !important;
    float: right;
 }

/*#product-number .btn-primary-sm-xs:hover,
.cmc_composer_title-sm-xs a:hover {
    color: red;
    --color: snow;
    background-color: gold;
}
*/
/*#product-number .btn-primary-sm-xs,
.btn-primary-sm-xs .focus,
.cmc_composer_title-sm-xs a
{
    padding: 8px 18px 11px 6px !important;
    text-align: center !important;
    position: relative !important;
    right: 0px !important;
    font-size: 1.5em !important;
    color: orange;
    background-color: whitesmoke !important;
    border-radius: 5px !important;
    top: 10px !important;
    border: 1px solid gold !important;
    width: 60px !important;
    margin-left: 5% !important;
    margin-top: 0px !important;
    float: right;
}
*/

#product-number .material-icons, 
.product_button_push_cart .material-icons {
    color: white;
}



#products .block-categories {
    min-height: 3.5rem;
}



.product-title-and-description-container-sm-xs {
	width: 100%;
	position:relative;
	top: 0px;
}

.product-preview-rounded-sm-xs {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.product_line-sm-xs {
    width: 100%;
}

.description_product_line,
.description_product_line p,
.description_product_line p strong {
   color: var(--text-description-product);
   font-size: 1rem;
   --display: flex;
   font-weight: bold;
}




.transition-thumb-product {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.img-thumb-product {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
}

/*
###########################################################################################
*/

.btn-primary {
	margin-left: 4px;
}

.btn-primary .btn-primary .focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary-sm-xs .btn-primary .focus,
.btn-primary-sm-xs:focus,
.btn-primary-sm-xs:hover
{
	background-color: #ec1620;
}

.product_button_push_cart {
	padding: 2px;
}


.cmc_composer_title a {
  color: snow;
}

/*
###########################################################################################################################
*/

@
ChrtColor {
	border-color: #55BFCF;
	background-color: #2B1E1D;
}

.body a {
	color: white;
	text-decoration: none;
}

.block-categories a {
	color: white;
	text-decoration: none;
}

.body .block-categories a:active, a:hover {
	color: gold;
	text-decoration: none;
}


.tabs {
	background-color: black;
	visibility: hidden;
}



#header .header-nav .top-logo a img {
    max-height: 50px;
    max-width: 40%;
}


#searchModal, #searchModal .modal-body p {
	color: black;
}

.search-widget {
    display: flex;
    --margin-left: 25%;
    float: none;
}

#searchModal .modal-header .close {
  margin-top: -30px;
  color: red;
  opacity: inherit;
  margin-right: 5px;
}

.search-widget form input[type=text]:focus,
.search-widget form input[type=text]:active {
	border: 2px solid red;
	outline: none;
}

#search-widget form input[type=text] {
  color: rgba(0,0,0,0.5);
}

#search_widget form {
  width: 100%;
  margin: 0% 10%;
}
#search_widget form input {
	width:100%;
  color: black;
	rgba(255, 255, 255, 0.8);
	border: 1px solid silver;
	border-radius: 5px;
	padding: 6px;
  padding-right: 6px;
	padding-right: 40px;
	margin: 2px;
	font-size: 14px;
	font-weight: bold;

}


.search-widget form input[type="text"] {
  background: floralwhite;
}
 
.search-widget form button[type="submit"],
.search-widget form button[type="submit"]:active {
    color: red;
}
.search-widget form button[type="submit"]:hover{
	color: crimson;	
}


.search-widget form input[type="text"]:focus + button .search {
   color: crimson;
}

.ui-autocomplete {
	z-index: 10000;
	font-size: 14px;
}

.search-widget form input[type="text"]:-moz-placeholder, .search-widget form input[type="text"]::placeholder {
   color: tomato;
}




#header .header-top .menu {
	margin-bottom: 0rem;
	background-color: transparent;
	border-radius: 3px;
	font-size: 1.3rem;
	margin-top: 6px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

.popover {
	#background-color: black;
}

html {
	background: url('../data/images/background/back-site.jpg') repeat-y black top center;
	background-attachment: fixed;
}

body, #wrapper {
	background-color: transparent;
}
}

#footer{
	--position:relative;
	--top:200px;
}

#wrapper .summary-selected-carrier {
	color: black;
}

.text-muted {
	color: black;
}



#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link {
    margin-top: 10px;
}

.contact {
	background-color: green;
	background: url('../data/images/background/txt.png');
	margin: 0px;
	text-align: non;
	margin-left: 0px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: snow;
	width: 350px;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th
	{ #
	background-color: #18391E; #
	background-color: green; #
	background-color: DarkGreen; #
	background-color: DarkGreen;
}

.table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(even)>th
	{ #
	background-color: green; #
	background-color: #007400;
}

.carousel .item {
	background: url('../data/images/background/ardoise-claire.jpg') center
		#044b20;
}

#wrapper .breadcrumb {
	color: var(--text-ondark-bg-color);
	padding: 2px;
}

#wrapper .breadcrumb li a {
	color: var(--text-ondark-bg-color);
}

#wrapper .block-categories {
	background: url('../data/images/background/txtr.png') center repeat;
	border-radius: 5px;
}



#products .block-categories {
	min-height: 3.5rem;
}

.block-categories {
	border-radius: 5px;
	background-color: linen;
	min-height: 13.5rem;
	border: 1px solid black;
}


.cart-summary-line.cart-summary-subtotals .value, .cart-summary-line.cart-total .value,
	.cart-summary-line .value {
	color: black;
}

#search_filters {
	background: url('../data/images/background/txt.png') center repeat;
	border-radius: 5px;
}

#search_filters .facet .facet-label a {
	margin-top: .4375rem;
	color: white;
	display: inline-block;
	font-size: .9375rem;
}








.cart-grid-body a.label:hover {
	color: gold;
}

.cart-grid-body a.label {
	color: crimson;
}


#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link,
.product-miniature .all-product-link {
	clear: both;
	color: var(--text-onbright-bg-color);
	font-weight: 700;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

#products .products-section-title,
.products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title,
.product-miniature .products-section-title,
.page-header {
  text-align: center;
  margin: 1rem 0rem 0rem 0rem;
}


#products .thumbnail-container:hover .highlighted-informations,
.featured-products .thumbnail-container:hover .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:hover .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants
{
	bottom: 3.375rem;
}

#products .thumbnail-container .highlighted-informations a {
	color: crimson;
}

#products .thumbnail-container .highlighted-informations a:hover {
	color: gold;
}

li.product-flag {
	background: crimson;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
	border: none;
	border-bottom: 3px solid crimson;
}

.tabs .nav-tabs .nav-link.active {
	color: crimson;
}

.form-control:focus {
	outline: .1875rem solid crimson;
}

.input-group.focus, .js-parent-focus.focus, .js-child-focus.focus,
	.js-visible-password.focus {
	outline: .1875rem solid crimson;
}

.control-label, .social-sharing, #product-availability {
	color: black;
}



.block-category {
   padding: 2px;

}

.block-category #category-description p {
	color: white;
	margin-bottom: 0;
}

#blockcart-modal .product-name {
	color: crimson;
}

#blockcart-modal p {
	color: black;
}

#blockcart-modal .modal-header {
	background-color: darkred;
}

.product-description p, #footer .modal-content-text p{
    color: var(--text-description-product);
    text-align: left;
    padding-left: 20px;
    font-size: 15px;

}

#footer .modal-content-text p{
	font-size: 16px;
	font-style: normal;
}

body p,
.dp-home-page ul li {
	font-size: .9375rem;
    color: var(--text-onbright-bg-color);
	  font-weight: 400;
}

.dp-home-page p,
.dp-home-page ul li {
  line-height: 1.7rem;
  text-align: justify;
}

.dp-home-page ul li button {
  width: 260px;
}

.dp-home-page ul li {
  padding: 10px;
  
}

.dp-home-page button a,
.dp-home-page button a:hover {
  color: white;
}

#footer p {
    color: var(--text-ondark-bg-color);
}

.pagination .page-list {
	background-color: transparent;
}
#js-product-list .pagination, .pagination a, .pagelist {
	color: gold;
}

#js-product-list .pagination, .pagination a:hover, .pagelist {
	background: url('../data/images/background/txt.png') center repeat;
}

#js-product-list .pagination {
	color: white;
}

#js-product-list .current a {
	color: crimson;
}

#js-product-list .page-list {
	color: gold;
	padding: .625rem 1.25rem;
	margin-bottom: 0;
}

.login-form a, .no-account a {
	color: crimson;
}

.block-category #category-description p {
	color: white;
	margin-bottom: 0;
}

#checkout #order-summary-content .order-confirmation-table {
	color: black;
}

body#checkout section.checkout-step, .product-details {
	#background: url('../data/images/background/txtb70.png');
	background-color: white;
	padding: 10px;
}

body#checkout section.checkout-step h4.h4 {
    color: var(--text-onbright-bg-color);
}



body#checkout #order-summary-content h4.black, body#checkout #order-summary-content h4.h4
	{
    color: var(--text-onbright-bg-color);
}

body#checkout #order-summary-content #order-items h3.h3 {
    color: var(--text-onbright-bg-color);
}


#checkout-payment-step label {
	color: var(--text-onbright-bg-color);
}

body#checkout h3 {
	color: gold;
}

body#checkout section#checkout-payment-step {
	background: url('../data/images/caisse_epargne.jpg') no-repeat top right white;
	background-size: 180px;
}

.custom-checkbox input[type="checkbox"]+span {
	border: 2px solid crimson;
}

.custom-checkbox input[type=checkbox]+span .checkbox-checked {
	color: crimson;
}

body#checkout section.checkout-step #customer-form .form-control-label,
	body#checkout section.checkout-step #delivery-address .form-control-label,
	body#checkout section.checkout-step #invoice-address .form-control-label,
	body#checkout section.checkout-step #login-form .form-control-label,
	.label, label {
	text-align: left;
    color: var(--text-onbright-bg-color);
}

.nav-item
 
.nav-link
.active
,
.nav-item
 
.nav-separtor
.active
,
{
color
:
 
snow
;


}
body#checkout section.checkout-step .add-address a {
	color: crimson;
}

.carrier-delay, .carrier-price, .form-control, #delivery-addresses label
	{
	color: black;
}

.page-addresses .addresses-footer a, .page-addresses .addresses-footer a:hover
	{
	color: white;
}

.contact-form, .page-customer-account #content {
	#color: white;
}

.contact-rich {
	color: #878787;
	margin-bottom: 2rem;
	background-color: gold;
	padding: 2rem;
}

.block-category .category-cover img {
	--height: 100%;
	--width: 100%;
}

.block-category .category-cover {
	position: relative;
	right: 0px;
	bottom: 0px;
	text-align:center;
}

.page-content .page-cms {
	color: black;
}

#left-column .category-cover {
	margin-bottom: 20px;
	background-color: #F5F5F5;
	border: 1px solid #C0C0C0;
	padding: 2px;
	color: #404040;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 6px 0 #A9A9A9;
	-webkit-box-shadow: 3px 3px 6px #A9A9A9;
	box-shadow: 3px 3px 6px 0px #a9a9a9;
}

#left-column .category-cover img {
	width: 100%;
	background-color: #F5F5F5;
	border: 1px solid #C0C0C0;
	color: #404040;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 6px 0 #A9A9A9;
	-webkit-box-shadow: 3px 3px 6px #A9A9A9;
	box-shadow: 3px 3px 6px 0px #a9a9a9;
}


.h1, h1 {
	color: black;
    font-size: 1.175rem;
}

#product, .products-selection .total-products p, .products-selection h1 {
	color: var(--text-onbright-bg-color);
}

.encadre {
	width: 100%;
	background-color: #F5F5F5;
	border: 1px solid #C0C0C0;
	color: #404040;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 6px 0 #A9A9A9;
	-webkit-box-shadow: 3px 3px 6px #A9A9A9;
	box-shadow: 3px 3px 6px 0px #a9a9a9;
}

.product-cover img {
	box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
	background-color: transparent;
	vertical-align: middle;
}

body#checkout #cart-summary-product-list img {
	border: none;
}

.product-title-featurette {
	height: 4rem;
}

.products-sort-order .select-list:hover {
	background: crimson;
}

.dropdown-menu {
	font-size: 1em;
}

.products-sort-order .select-title {
	padding: 0.5em;
}


body#checkout .modal-content {
    padding: 1.25rem;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    color: red;
}


@media screen and (max-width: 200px) {
	span.description_product_line {
		font-size: 0.6rem;
  	}
    span.product-miniature .product-title a {
    	font-size: 0.85rem;
    }
}

@media screen and (min-width: 201px) {
	description_product_line {
		font-size: 10px;
  	}
    span.product-miniature .product-title a {
    	font-size: 0.9rem;
    }
}


.block-promo .cart-summary-line .label, .block-promo .promo-name {
    color: red;
    font-weight: 600;
    background-color: black;
}

.cart-grid-right .promo-discounts .cart-summary-line .label {
    color: red;
}


#left-column {
    position:sticky;
    top: 230px;
}



.button {
    background-color: crimson;
    height: 29px;
    width: 47px;
    border: none;
    border-radius: 1rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    box-sizing: content-box;
    cursor: pointer;
    outline: none;
    --padding: 0;
    position: relative;
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
    -webkit-transition: -webkit-transform 150ms cubic-bezier(.4, 0, 1, 1);
    transition: transform 150ms cubic-bezier(.4, 0, 1, 1);
}
.button:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
    -webkit-transition: box-shadow 150ms cubic-bezier(0, 0, .2, 1);
    transition: box-shadow 150ms cubic-bezier(0, 0, .2, 1);
}
.icon {
    background-size: 24px;
    display: block;
    height: 24px;
    margin: auto;
    width: 24px;
}
.second-icon, .first-icon {
    left: 0;
    margin-left: 14px;
    margin-top: 8px;
    position: absolute;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    transition: all .2s cubic-bezier(.4, 0, .2, 1);
}
.second-icon, .button:hover .first-icon {
    opacity: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.button:hover .second-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/tangerine/v17/IurY6Y5j_oScZZow4VOxCZZM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@-moz-keyframes font-effect-fire-animation-keyframes {
  0% {
    text-shadow: 0 -0.05em 0.2em #FFF, 0.01em -0.02em 0.15em #FE0, 0.01em -0.05em 0.15em #FC0, 0.02em -0.15em 0.2em #F90, 0.04em -0.20em 0.3em #F70,0.05em -0.25em 0.4em #F70, 0.06em -0.2em 0.9em #F50, 0.1em -0.1em 1.0em #F40;
  }
  25% {
    text-shadow: 0 -0.05em 0.2em #FFF, 0 -0.05em 0.17em #FE0, 0.04em -0.12em 0.22em #FC0, 0.04em -0.13em 0.27em #F90, 0.05em -0.23em 0.33em #F70, 0.07em -0.28em 0.47em #F70, 0.1em -0.3em 0.8em #F50, 0.1em -0.3em 0.9em #F40;
  }
  50% {    text-shadow: 0 -0.05em 0.2em #FFF, 0.01em -0.02em 0.15em #FE0, 0.01em -0.05em 0.15em #FC0, 0.02em -0.15em 0.2em #F90, 0.04em -0.20em 0.3em #F70,0.05em -0.25em 0.4em #F70, 0.06em -0.2em 0.9em #F50, 0.1em -0.1em 1.0em #F40;
  }
  75% {
    text-shadow: 0 -0.05em 0.2em #FFF, 0 -0.06em 0.18em #FE0, 0.05em -0.15em 0.23em #FC0, 0.05em -0.15em 0.3em #F90, 0.07em -0.25em 0.4em #F70, 0.09em -0.3em 0.5em #F70, 0.1em -0.3em 0.9em #F50, 0.1em -0.3em 1.0em #F40;
  }
  100% {
    text-shadow: 0 -0.05em 0.2em #FFF, 0.01em -0.02em 0.15em #FE0, 0.01em -0.05em 0.15em #FC0, 0.02em -0.15em 0.2em #F90, 0.04em -0.20em 0.3em #F70,0.05em -0.25em 0.4em #F70, 0.06em -0.2em 0.9em #F50, 0.1em -0.1em 1.0em #F40;
  }
}

@keyframes font-effect-fire-animation-keyframes {
  0% {
    text-shadow: 0 -0.05em 0.2em #FFF, 0.01em -0.02em 0.15em #FE0, 0.01em -0.05em 0.15em #FC0, 0.02em -0.15em 0.2em #F90, 0.04em -0.20em 0.3em #F70,0.05em -0.25em 0.4em #F70, 0.06em -0.2em 0.9em #F50, 0.1em -0.1em 1.0em #F40;
  }
  25% {
    text-shadow: 0 -0.05em 0.2em #FFF, 0 -0.05em 0.17em #FE0, 0.04em -0.12em 0.22em #FC0, 0.04em -0.13em 0.27em #F90, 0.05em -0.23em 0.33em #F70, 0.07em -0.28em 0.47em #F70, 0.1em -0.3em 0.8em #F50, 0.1em -0.3em 0.9em #F40;
  }
  50% {    text-shadow: 0 -0.05em 0.2em #FFF, 0.01em -0.02em 0.15em #FE0, 0.01em -0.05em 0.15em #FC0, 0.02em -0.15em 0.2em #F90, 0.04em -0.20em 0.3em #F70,0.05em -0.25em 0.4em #F70, 0.06em -0.2em 0.9em #F50, 0.1em -0.1em 1.0em #F40;
  }
  75% {
    text-shadow: 0 -0.05em 0.2em #FFF, 0 -0.06em 0.18em #FE0, 0.05em -0.15em 0.23em #FC0, 0.05em -0.15em 0.3em #F90, 0.07em -0.25em 0.4em #F70, 0.09em -0.3em 0.5em #F70, 0.1em -0.3em 0.9em #F50, 0.1em -0.3em 1.0em #F40;
  }
  100% {
    text-shadow: 0 -0.05em 0.2em #FFF, 0.01em -0.02em 0.15em #FE0, 0.01em -0.05em 0.15em #FC0, 0.02em -0.15em 0.2em #F90, 0.04em -0.20em 0.3em #F70,0.05em -0.25em 0.4em #F70, 0.06em -0.2em 0.9em #F50, 0.1em -0.1em 1.0em #F40;
  }
}
 
    
    
.card-block {
  color: crimson;
}

.dp-elem-animate
{
  opacity: 0;
  visibility: hidden;
}


.dp-elem-animated
{
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes fadeInUp,
 {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


@-o-keyframes showNav fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}



.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name:fadeInUp;
  -ms-animation-name:fadeInUp; 
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
/*
########################################################################
#
#       @WAYPOINTS
#
########################################################################


WAYPOINTS

*/


.flex-container{
  /* flexbox properties*/
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-align-items: center;
}

.flex-container-column{
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  margin: 10px;
}

.flex-item{
  /*flexbox properties*/
  display: -webkit-flex;
  margin: auto;
  align-self: center;
  justify-content: center;
}


/*********************************************************************/

.clignote  {
   animation-duration: 1.5s;
   animation-name: clignoter;
   animation-iteration-count: infinite;
   transition: none;
}
@keyframes clignoter {
  0%   { opacity:1; }
  40%   {opacity:0; }
  100% { opacity:1; }
}