.bouton_choix_feuille_compatible{
    text-align: center;
    text-decoration: none;
    transition: all;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    border: 0;
    color: #fff;
    background: #008800;
    width: calc(100% - 30px);
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 1.7;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 2.17px;
    text-transform: uppercase;
    line-height: 50px;
}

.nb_avis_MC{
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	vertical-align: text-top;
	border-left: 1px solid #ccc;
}

h2 {
    margin: 30px 0 20px 0;
    font-size: 3.2rem;
    line-height: 1;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.4px;
}

h2.icon img {
    width: 38px;
    margin: 0 10px 0 0;
    vertical-align: top;
}

#liste_reference {
    width: 100%;
    color: #333;
}

#tab_catmod_titre {
    width: 100%;
    padding: 0 0 10px 0;
    background-color: #fff;
    margin: 20px 0 0 0;
}


#tab_catmod_titre div {
    color: #5a5a5a;
    font-size: 2.4rem;
    letter-spacing: 1.2px;
    font-weight: 600;
}
#tab_catmod_titre, #tab_catmod_liste .ligne {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
#tab_catmod_titre div:nth-child(1), #tab_catmod_liste .ligne div:nth-child(1) {
    width: 25%;
}
#tab_catmod_titre div:nth-child(2), #tab_catmod_liste .ligne div:nth-child(2) {
    width: 45%;
}
tab_catmod_titre div:nth-child(3), #tab_catmod_liste .ligne div:nth-child(3) {
    width: 30%;
    text-align: center;
}

#tab_catmod_liste {
    width: 100%;
    max-height: 257px;
    margin: 0 0 30px 0;
    position: relative;
    overflow-x: hidden;
}

#tab_catmod_liste .ligne:nth-child(odd) {
    background-color: #f5f5f5;
}

}

#tab_catmod_titre, #tab_catmod_liste .ligne {
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
#tab_catmod_liste .ligne div:nth-child(3) img {
    width: 18px;
}

.air {
	margin: 100px 0 30px 0;
}
@media (max-width: 799px){
	.bouton_choix_feuille_compatible {
		font-size: 0.6rem;
	}

	.nb_avis_MC {
		font-size: 0.9rem;
		padding: 0px 0 0 5px;
		margin: 0;
		vertical-align: initial;
		position: relative;
		top: -2px;
	}
	
	h2 {
        font-size: 2.0rem;
        margin: 20px 0 10px 0;
    }	
	
	h2.icon img {
		width: 28px;
		margin: 0 8px 0 0;
		vertical-align: top;
	}
	
   #tab_catmod_titre div {
        font-size: 1.4rem;
        letter-spacing: 0;
    }
    
	.air {
		margin: 0px 0 10px 0;
	}
    
}
