/** Varialbes used for mixins */
/*** Media Queries : http://breakpoint-sass.com/ ***/
/** breakpojtns values : http://breakpoint-sass.com/ ***/
/** deco image in _misc.scss name deco_XX **/
@media (min-width: 768px) {
  .taxonomy-term--categorie-de-projet.taxonomy-term--view-mode-full .field-description {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: var(--spacing-auto-md);
         column-gap: var(--spacing-auto-md);
  }
  .taxonomy-term--categorie-de-projet.taxonomy-term--view-mode-full p.field-description, .taxonomy-term--categorie-de-projet.taxonomy-term--view-mode-full li.field-description {
    page-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  .taxonomy-term--categorie-de-projet.taxonomy-term--view-mode-full h1.field-description:not(.does-not-exist), .taxonomy-term--categorie-de-projet.taxonomy-term--view-mode-full h2.field-description:not(.does-not-exist), .taxonomy-term--categorie-de-projet.taxonomy-term--view-mode-full h3.field-description:not(.does-not-exist), .taxonomy-term--categorie-de-projet.taxonomy-term--view-mode-full h4.field-description:not(.does-not-exist), .taxonomy-term--categorie-de-projet.taxonomy-term--view-mode-full h5.field-description:not(.does-not-exist), .taxonomy-term--categorie-de-projet.taxonomy-term--view-mode-full h6.field-description:not(.does-not-exist), .taxonomy-term--categorie-de-projet.taxonomy-term--view-mode-full .field-description.lead {
    columns-span: all;
  }
}
/*# sourceMappingURL=terms.css.map */
