/** Fichier css dynamique **/


:root {
    font-size: 10px;
    /* Colors */
    --tw-primary-color: #000;
    --tw-secondary-color: #000;
    --tw-tertiary-color: #000;
    --tw-body-background: #fff;
    --tw-body-color: #000;
    --tw-link-color: #1a0dab;
    --tw-alink-color: #f00;
    --tw-vlink-color: #800080;
    --tw-hlink-color: #800080;

    /* Fonts */
    --tw-primary-font: Arial,Helvetica Neue,Helvetica,sans-serif;
    --tw-secondary-font: Arial,Helvetica Neue,Helvetica,sans-serif;
    --tw-tertiary-font: Arial,Helvetica Neue,Helvetica,sans-serif;
    --tw-quaternary-font: Arial,Helvetica Neue,Helvetica,sans-serif;
    --tw-quinary-font: Arial,Helvetica Neue,Helvetica,sans-serif;
}

/* Extra large screens breakpoint */
@media screen and (max-width: 1200px) {}

/* Large screens breakpoint */
@media screen and (max-width: 992px) {}

/* Medium screens breakpoint */
@media screen and (max-width: 768px) {}

/* Small screens breakpoint */
@media screen and (max-width: 576px) {}

/* Very small screens breakpoint */
@media screen and (max-width: 575px) {}

