/*
 Theme Name:   Divi Child
 Theme URI:    https://www.elegantthemes.com/
 Description: Thème enfant pour Divi 5
 Author:       Ton nom
 Template:     Divi
 Version:      1.0.0
*/

/*==========================================
 * WOOCOMMERCE
 * =========================================*/

.notre-avis {
	background-color: #F9F0EA;
	    margin: 0px 72px 43px 0;
    padding: 55px 30px 10px 40px;
	border-radius: 10px;
}
.notre-avis::before {
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 55px;
    background-color: #F9F0EA;
    background-position: center bottom;
}
.notre-avis h3 {
	color: #5D7F5B;
}

/* caractéristiques */
.et_pb_wc_additional_info {}

/* ATTRIBUTS / caractéristiques */
.ch-product-attributes h3 {
  margin-bottom: .75em;
	color: #5D7F5B;
}

.ch-attributes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

 ul.ch-attributes-list {
	padding: 0 0 23px 0em;
    line-height: 26px;
}
.ch-attributes-list li {
  display: flex;
  gap: .5em;
  margin-bottom: .25em;
	 padding: 0.4em 0.6em;
	border-radius: 4px;
}

.ch-attributes-list strong {
  min-width: 120px;
}

.ch-attributes-list li:nth-child(odd) {
  background-color: #ECF5E7;
}

.ch-attributes-list li:nth-child(even) {
  background-color: rgba(236, 245, 231, 0.35);
}