/* @override 
	https://dev.nailalliance.fr/content/themes/phenyx-theme-default/css/autoload/nailalliance.css */

/* Sur nail-allaince : on a besoin de background-color aux .row de la home pour recouvrir Viméo */

/* Menu */
a.a-niveau1,
#menu .shopping_cart a {
 	text-transform: uppercase;
}
#topMain a {
	color: white;
}

.displayCustomBanners2 .cb-wrapper {
	position: sticky;
	top: 150px;
	text-align: justify;
}

/* Index > Customerbanner (A propos + news) */

.custombanners.displayCustomBanners4 h2.title_main_section {
	/* Le tritre "dernière actualités" n'apporte pas grand chose en front */
	display: none;
}
.custombanners.displayCustomBanners2 h2.title_main_section {
	/* Le tritre "A propos" n'apporte pas grand chose en front */
	display: none;
}
/* item des news de Customerbanner */
.item-news .banner-item-content {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item-news__img {
  margin-right: 30px;
  max-width: 100px;
  max-height: 100px;
}
.item-news h3 {
	
}
/* Index > carousel > titre */
.easycarousels h3 {
	text-align: center;
	font-size: 50px;
}

/* Index > carousel > .btn */
a.btn.toProduct {
	background: none;
	color: #000;
}

/* Fiche produit */
.sticky {
	position: sticky;
	top: 100px;
}

#footer a,
#footer p {
	color: white;
}
