/*<head>
...
<link rel="stylesheet" type="text/css" href="{{ static_url('static', filename='css/jaccede-print.web', use_cdn=False) }}" media="screen" />

<link rel="stylesheet" type="text/css" href="{{ static_url('static', filename='css/jaccede-print.css', use_cdn=False) }}" media="print" />
...
</head>*/

@page { 
    size: portrait; 
}

.printable {
    display: block!important;
}

.printable-logo {
    display: block!important;
    float: right;
    width: 35%;
}

.printable-picto {
    display: block!important;
    float: left;
    margin-right:6mm;
}

#header, #menu, #footer, #ratp, #solidaire, .colM, .colD, .infos-criteres, .fiche-picto, .description-picto {
    display: none;
}

body {
	background-color:#fff;
	font-family:sans-serif;
    font-weight: normal;
    font-size: 12pt;
}

h2 {
    font-size: 28pt;
    font-weight: normal;
}

h3 {
    color:#80a700;
    font-size: 21pt;
    font-weight: normal;
}

h4 {
    font-size: 16pt;
    font-weight: bold;
    page-break-after: avoid;
}

a {
    color:#000;
    text-decoration:none;
}

ul li, ol li {
	list-style-type:none;
}
