/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header{ background: red !important; }
 div#_desktop_contact_link {
background-color: #1e3653;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
	}
 div#contact-link a {
color:white;	 
 }
 .block-category.card.card-block {
    background-image: url(https://prestashop.elo-web.fr/banniere-site.png);
    background-position: center;
    background-size: cover;
}
#header .header-nav .cart-preview .shopping-cart {
    color: white;
}
#header .header-nav .blockcart {
    background: #1e3653;
    color: white;
}
#header .header-nav {
    background-color: white;
}
.carousel .carousel-item .caption .display-1 {
    font-size: 2rem;
    margin-right: 20%;
}
.carousel .carousel-item .caption .caption-description h3 {
    font-size: 1.20rem;
    margin-right: 10%;
}