/*======================================
Theme Name: MEMENT-EAU
Theme URI: https://divicake.com/
Description: Theme enfant DIVI créé par LIBERTYPROD OI pour MEMENT EAU
Version: 1.0
Author: JR DUCHEMANN
Author URI: https://libertyprod.re
Template: Divi
======================================*/

/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/* masquer champs GF aux non enseignant > code sur function.php */
.hidden-field {
    display: none !important;
}

@media (max-width: 620px) {
	.tricolore-table {margin-top:-25px; width: 100%; border-collapse: collapse; border:0}
	.tricolore-col1{width: 80%; border: none !important;}
	.tricolore-col2{width:20%; border: none !important;}
	.entry-content tr td {padding:0 !important;}
	.na{width:80%; border: none !important; color: red !important; vertical-align: top !important;}
    .ec{width:80%; border: none !important; color: orange !important;}
    .ac{width:80%; border: none !important; color: green !important; vertical-align: bottom !important;}
	body .gform_wrapper.gravity-theme .gfield.gfield--width-one-sixth {
  -ms-grid-column-span:1/10 !important;
  grid-column: 1/10 !important;
	}}
body .gform_wrapper.gravity-theme .gsection {
  border-bottom: none;
  padding: 0;
}
@media (min-width: 621px) {
	.tricolore-table {margin-top:-25px; width: 100%; border-collapse: collapse; border :0}
	.tricolore-col1{width: 20%; border: none !important;}
	.tricolore-col2{width:80%; border: none !important;}
    .na{width:80%; border: none !important; color: red !important; vertical-align: top !important;}
    .ec{width:80%; border: none !important; color: orange !important;}
    .ac{width:80%; border: none !important; color: green !important; vertical-align: bottom !important;}}

.gform_wrapper.gravity-theme .gfield-choice-input {
  width: 20px;
	height: 20px;}

