@import url('ALIA/styles.css');

/* Style ALia par défaut - Sauf Bandeau et fond */
.BandeauCTCPro{
    max-width:100%;
    max-height:230px;
    width:auto;
    height:auto;
}

/* Pas de fond demandé */
@media (min-width:769px) {
    body{
        background:var(--color-white);
    }
}