/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#inner-wrapper .ls-wp-container{
    margin-bottom: 25px !important;
}
.titre-slide {
	color:#ffffff!important;
	font-size: 48px!important;
	font-weight: 700!important;
}
.product-list-subcategories .subcategory-image {
    border: 1px solid #000000;
}
a:link:not(.nav-link):not(.btn), a:visited:not(.nav-link):not(.btn) {
    color: #000000;
}
.facebook {
	font-size: 24px;
}
.btn {
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
}
.btn:hover {
    color: #000000;
    background-color: #ffffff;
}
.modal-header h1 {
	color:#000!important;
}
.card {
    border: 1px solid #ffffff;
}
.lazy-product-image.loaded {
    background-image: none;
    opacity: 1!important;
}

@media screen and (max-width: 640px){
	.titre-slide {
	font-size: 36px!important;
}
	
}