63 lines
1.2 KiB
CSS
63 lines
1.2 KiB
CSS
|
|
/* On occupe toute la largeur de l'écran */
|
|
.container {
|
|
width: 100%;
|
|
}
|
|
|
|
/* Barre des catégories */
|
|
.header-nav {
|
|
background: white;
|
|
}
|
|
#header .header-nav {
|
|
border-bottom: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
#header .header-nav .blockcart {
|
|
background: white;
|
|
color: black;
|
|
}
|
|
|
|
/* Barre des catégories */
|
|
#header .header-top {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
|
|
/* Espace au-dessus de la bannière */
|
|
#wrapper {
|
|
padding-top: 0;
|
|
box-shadow: none;
|
|
background: #ffffff;
|
|
}
|
|
#wrapper .banner img {
|
|
width: 100%;
|
|
}
|
|
.carousel .carousel-inner {
|
|
height: 100%;
|
|
}
|
|
|
|
/* Produits populaires */
|
|
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
|
|
box-shadow: none;
|
|
}
|
|
#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products {
|
|
justify-content: center;
|
|
}
|
|
|
|
|
|
|
|
/* Footer */
|
|
.footer-container {
|
|
box-shadow: none;
|
|
background: #939F46;
|
|
}
|
|
.block-contact {
|
|
font-size: .875rem;
|
|
}
|
|
/* Couleur du texte dans le footer */
|
|
.footer-container .block-contact, .footer-container li a {
|
|
color: white;
|
|
}
|
|
.copyright {
|
|
color: white;
|
|
} |