.no-print {
    display: none;
}

#map {
    display: block;
    height: 600px;
    margin: 0px;
    width: 100%;
    page-break-inside: avoid;
}
@media print {
    #map {
        display: none;
    }
}

span.travaux {
    display: none;
}

html {
    height: auto;
    overflow: visible;
}

body, #container {
    padding-top: 0px;
    padding-left: 0px;
    overflow: visible;
    height: auto;
}

#accordion {
    display: none;
}

#sidebar {
    display: block;
    width: 100%;
    border: 1px solid #fff;
    height:auto;
}

#itineraire-info {
    position: initial;
    font-size: 12px;
    display: block;
    width: 100%;
    border: 1px solid #fff;
}

#iti-info {
    height: auto;
    border-bottom: 1px solid #ddd;
}

.print-only{
    display:block;
}

.logo{
    text-align:center;
    margin-bottom:10px;
}

.actions {
    overflow-y: visible;
    overflow-x: visible;
    min-height:0px !important;
}

* {
    overflow-y: visible;
    overflow-x: visible;
}

.action div.iti-trajet {
    width: 500px;
}

.iti-titre {
    display: none;
}

.iti-details {
    left: 0;
    width: auto;
    max-height: initial !important;
}

.action-container {
    max-height: initial !important;
    overflow-y: initial;
}

.emission-co2 {
    display: none;
}