/*
Theme Name:  Triphase Formations
Theme URI:   
Version:     
Description: 
Author:      
Author URI:  
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/

/* TABLEAUX */
@media only screen and (max-width: 840px) {
.tableau table {
margin-bottom: 0;
overflow: hidden;
overflow-x: scroll;
display: block;
white-space: nowrap;
}
}
.tableau table,td,tr {border:solid 1px #333 !important;}
.tableau table tr td:not(:first-child) {text-align:center;}
.tableau table tr:nth-child(even) {background: #ccc;}
.tableau table tr:nth-child(odd) {background: #ddd;}
.tableau table tr:first-child {
    background-color:#f9690e;
	color:#fff;
	font-weight:700;
}

/* FORMULAIRES */
.formulaire form div.et_pb_row {margin:0 0 30px 0 !important;padding:0 !important;width:100%;}