
/***********************************************************/ 
/* 				     prestations            			   */
/***********************************************************/ 

.accordion {padding:10px 0px; }
.accordion:not(.opened) .accordion-section-content:not(.open) {display:none}
h2 + .accordion {margin-top:0 }

/*
.accordion.opened .accordion-section-content,
.accordion-section-content.open {display:block}
*/

.accordion-section-title  {
  font-size: 20px;
  padding: 10px 20px 10px 60px;
  cursor: pointer;
  position: relative;
  display: block;
  background-color:var(--wp--preset--color--color-scheme-2); 
  color:white
}
.accordion-section-title:after {
	font-size: 24px;
	content: "\f073";
	display: inline-block;
	font-family:"Font Awesome 6 Free";
	position: absolute;
	right: 20px;
	top: 9px;
}
.accordion-section-title:before {
  font-size: 24px;
  content:'\f078';
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 20px;
  top: 9px;
}
.open .accordion-section-title {
  border-bottom: 0;
  color: $blue;
}
.opened .accordion-section-title:before,
.open .accordion-section-title:before {
  content:'\f077';
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 20px;
  top: 9px;
}

.accordion-section-content { width: 100%;}
.accordion table {width:100%; border-spacing: 0 0px; border-bottom:3px solid #f0f0f0; }
.accordion td.price {text-align:right}
.accordion .wp-block-buttons {float:right}
.accordion td {padding:20px}
.accordion tbody tr:nth-child(2n+1) {
  background-color: #f0f0f0;
}
.caln {min-width:100px}
.calg {min-width:120px}





@media (max-width: 764px) {
	.accordion tbody td::before {
	  content: attr(data-th);
	  display: block;
	  text-align: center;
	}
	.accordion tbody td {
	  display: block;
	  text-align:center;
	  justify-content:center
	}
	.accordion td.price {text-align:center}
	.accordion td.price {display:flex; padding-top:0px; padding-bottom:0px }
	.accordion td.buttons {display:flex; }
	.accordion-section-title  { font-size: 16px; padding-right:30px}
	.accordion-section-title:before,
	.accordion-section-title:after  { font-size: 20px;}
}


