/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* fond de page en bleu*/

#wrapper {
    background: #127c98; !important
	opacity: 0,33; !important
}


#wrapper .breadcrumb li a {
    color:white;
}

/* titre sous catégorie*/
#wrapper .breadcrumb li:last-child {
    margin: 0;
    color: white;
    content: "/";
	background-color:#53c6dd;
}

/* commentaire produit*/
p, .page-content.page-cms ul {
    color: white
		;
}