/* Custom code goes here */

/*fiche produit - description*/
.product-features{max-width:500px;}
dt.name{background: #f6c903!important;}
.product-features>dl.data-sheet dt.name {font-weight:600!important;}
dt.value{font-weight:400px;background: #f6ca00!important;}



/* fond sur image parallax*/
#opacite{
	border-radius: 25% 25%;
	background-color: rgb(0,0,0,0.3);
	padding: 2em; 
	}

/* retirer l'affichage de changement d'image sur le slider*/
#homepage-slider:hover .bx-wrapper .bx-controls-direction a{
	display: none;
}

/* passer le footer en tiers d'affichage par élément*/
@media (min-width: 768px) {

.footer-container .container .row .col-md-3.wrapper {

width: 33.333%;

}

}

/* n' affiche pas ces caractérisques dans la fiche produits*/

dl.data-sheet .Chakras,

dl.data-sheet .Vertus,

dl.data-sheet .Couleurs {

  display: none;

}

/* Ombre sur les trois photos de la home*/

.angarbanners ul li a img {
    max-width: 100%;
    height: auto;
    box-shadow: 3px 3px 3px #9e75b2;
}
.angarbanners ul li a img:hover{
    max-width: 100%;
    height: auto;
    box-shadow: 7px 7px 3px #9e75b2;
}

/*Changement decouleur des title dans le parallax de la home*/

.stonetitle{
	color:#f6ca00 ;
}

#parallax_baner a.parallax_button {

    color: white; text-shadow: 1px 1px 1px black;
}
#parallax_baner a.parallax_button:hover{

    color: #f6ca00; text-decoration:inherit;
}
/*menu*/
#_desktop_top_menu > ul > li > a{font-size:13px;}