/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* Force chaque paire checkbox + label sur une ligne */
#reflexion-questionnaire .checkboxes input[type="checkbox"] {
  float: left;
  margin-top: 0.2em;
}
/* Texte décalé par padding */
#reflexion-questionnaire .checkboxes label {
  display: block !important;
  /* force le retour à la ligne */
  padding-left: 1.6em;
  /* espace entre case et texte */
  margin-bottom: 0.6em;
  line-height: 1.4;
}
/* Nettoyage du float */
#reflexion-questionnaire .checkboxes::after {
  content: "";
  display: block;
  clear: both;
}
#g-navigation .g-grid {
  align-items: flex-end !important;
}
/*# sourceMappingURL=custom_accueil.css.map */