/*********************************************************************pricelist*******************************************************************************/
/***ne pas afficher les titres mobiles***/
.comparison tbody tr:nth-child(odd) {
  display: none;
}

/*desktop*/
.comparison {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0px;
}

.comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
	border: none;
}

.comparison td,
.comparison th {
  border-right: none;
  empty-cells: show;
  padding: 10px;
}

.comparison th {
  padding: 10px;
}

.comparison tr td:first-child {
  text-align: left;
  padding: 20px 0;
}


/*media queries*/


@media screen and (max-width: 767px) {
  .comparison {
		max-width: 100%;
  }
	
  .comparison td:first-child,
  .comparison th:first-child{
    display: none;
  }

  .comparison tbody tr:nth-child(odd){
    display: table-row;
    background: var(--ast-global-color-3);
  }
	
  .comparison .row {
    background: #FFF;
  }
	
  .comparison td,
  .comparison th {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px 0;
  }
	
  .price-info {
    border-top: 0;
    padding: 10px 0;
  }
}

td, th {
    border-width: 0; 
}

tr{
	border-bottom: 1px solid #ddd;
}

tr.readmore-line{
	border-bottom: none;
}


/*********************le survol*********/
table {
    border-spacing: 0;
    border-collapse: collapse;
    overflow: hidden;
    z-index: 1;
}

td,th{
    padding: 10px;
    position: relative;
}

 td:not(.col1):hover::after,
 th:not(.col1):hover::after{ 
    background-color: var(--ast-global-color-3);
    content: '\00a0';  
    height: 10000px;    
    left: 0;
    position: absolute;  
    top: -2000px;
    width: 100%;
    z-index: -1;       
  
 		border: none;
}

/*col fixe en largeur*/


/*.width-fixe{
	width: 300px;
}*/

/*th:not(.width-fixe),td:not(.width-fixe){
	width: calc(33% - 50px) !important;
}*/

th, td{
	width: 25%;
}

.width-fixe{
	padding: 20px 20px 20px 0 !important;
}



.comparison svg{
	width: 30px;
	height: 30px;
}


/******************Textes***************/
.line-titre{
	font-weight: 700;
	font-style: italic;
	margin-bottom: 5px;
}

.col-titre{
	text-transform: uppercase; 
	font-weight: 700; 
	font-size: 20px;
}

.col-titre.essentiel{
	color: var(--ast-global-color-6);
}

.col-titre.serenite{
	color: var(--ast-global-color-8);
}

.col-titre.maitrise{
	color: var(--ast-global-color-7);
}

.col-description{
	font-weight: 400;
}
