/*
 * Fichier CSS personnalisé du thème enfant.
 * Ajoute ici tes styles globaux.
 */

body {
    /* Exemple : background-color: #ffffff; */
}

table.variations tbody>tr:nth-child(odd)>td, table.variations tbody>tr:nth-child(odd)>th{
	background-color:transparent;
}
