/* ----------------------------------------------------------------------- */
/* ----------------------------- DEBUT Commun ---------------------------- */
/* -------------- Surcharge de certains attributs pour IE 8 -------------- */
/* ----------------------------------------------------------------------- */

#headerContenu div .monEsp {
    height: 98px;
}
.container-fluid .row {
}

#fixedHeader #boutonMenuRwd {
    display:none !important;
}

.impogouv a img {
    height: 26px;
}

#aide {
    width: auto !important;
}

#bandeauAfficherAide {
    height: 39px !important;
}

/* ----------------------------------------------------------------------- */
/* ------------------------- DEBUT Chemin de fer ------------------------- */
/* ----------------------------------------------------------------------- */
/* Extra-small devices (phones, 767px and less) */
@media (max-width: 767px) {
    .cheminFer {
        display: none;
    }
}

/* Small, medium and large devices (tablets, desktops, 768px and up) */
@media (min-width: 768px) {
    .cheminFer {
        max-width: 760px;
    }
    .etapeCheminFer {
        width: 20%;
        max-width: 152px;
    }
    .step {
        font-size: 14px;
    }
}
