.noprint {
    display: none;
}

.superUserBar {
    display: none;
}

section.menu {
    display: none;
}

h2.titrepage {
    display: none;
}

h3.styleh3 {
    text-transform: uppercase;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-size: 145px;
    color: #000;
}

h2.titrePrive {
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.span-sectionmenuinterne {
    display: none;
}

.formulaireFacture {
    border: solid 1px #333;
}

.formulaireFactureRecap, .formulaireFacturePaybox, .formulaireFactureTelecharger, .telechargerFacture a.btnStyleNormal {
    display: none;
}

.ContentPages {
    display: block;
    float: left;
    width: 95%;
    margin: auto;
}

.btnStyleNormal {
    display: none;
}

#footer {
    display: none;
}

.span-sectionprincipale {
    width: 100% !important;
}

.span-releveOperations {
    /*width:400px;*/
}

.releveGlissant {
    float: none;
    clear: both;
}

.bandeau a#lnkBandeau {
    display: block !important;
}

a[href]:after {
    content: none !important;
}

/*davida rendre visible les pop up leaflet à l'impression*/
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact; /* Firefox */
    background-color: #ffffff !important;
    background: #ffffff !important;
}