/*
Theme Name: RIMAC child theme
Author: Divi theme examples
Author URI: http://www.divithemeexamples.com
Template: Divi
Version: 1.0
*/

/* Fiche auto */
.fiche-tableau table {padding:0; border:0 !important; width:100%; margin:0 !important;}
.fiche-tableau table td {padding:0; border:0 !important}
.fiche-tableau p {padding:0; margin:0; line-height:1.1em;}
.reverse {
  display: flex;
  font-family: arial, sans-serif;
 }


@media screen and (max-width: 720px) {
	.fiche-tableau table {display:block; width:100%;}
	.fiche-tableau table tbody {display:block; width:100%;}
	.fiche-tableau table tr {display:block; width:100%;}
	.fiche-tableau table td {display:block; padding:0; width:100%!important;}


}

@media screen and (max-width: 600px){

 .reverse {
    flex-direction: column-reverse;  
  }
}