/* Numéro imprimé */

@page  { 
	size: auto;   /* auto is the initial value */ 
	margin-left: 0;  /* this affects the margin in the printer settings */
}
body	{
	background: url('logos/logo-print.png') no-repeat 5mm 5mm;
	background-size: 25mm;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 9pt;
}
#bandeau-print, #main-content h1, #main-content h2, #main-content h3, #main-content h4, #main-content h5, #main-content h6, #main-content p, #main-content figure, #sommaire, div.chapo, time	{ 
	padding-left: 35mm;
}
#main-content figure {
	margin-left: 0;
	margin-right: 0;
}
#main-content figure img { /* ajout novembre 2022 passage Gutenberg */
	width: 100% !important;
}
#bandeau-print	{
	padding-top: 20mm;
	padding-bottom: 20mm;
}
#bandeau-print p#nom-du-site	{
	color: #777;
	font-size: 2.8em;
	font-weight: bold;
}
#bandeau-print p	{
	text-transform: uppercase;
	font-size: 0.75em;
	margin: 0;
}
#bandeau-print p#presentation-revue	{
	text-transform: none;
	font-style: italic;
	margin-top: 2em;
	font-size: 1.5em;	
}
h2.secteur	{ /* nom de chaque filière */
	font-size: 1em;
	break-before: always;  
  page-break-before: always; /* Pour Firefox : */  
  -webkit-column-break-before: always; /* Pour WebKit : */
}
#editofiliere h3	{ /* titre de l'édito de chaque filière */
	color: #a7a7a7;
	font-size: 3em;
	font-weight: bold;
	margin: 0;
}
#zoom	{
	break-before: always;  
  page-break-before: always; /* Pour Firefox : */  
  -webkit-column-break-before: always; /* Pour WebKit : */
}
a	{
	color: black;
	text-decoration: none;
}
p.filariane	{
	background-color: #cfcfcf;
	padding: 0.5em 0 0 0;
	margin-bottom: 0;
	font-weight: bold;
}
h2.entry-title	{
	background-color: #cfcfcf;
	padding: 0;
	margin: 0;
}
article h2+p	{
	background-color: #cfcfcf;
	padding: 0 0 0.5em 0;
	margin-top: 0;
	font-weight: bold;
}
/* date de publication */
time:before	{ 
	content: 'Dernière révision le ';
}
time	{ 
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #666;
	font-style: oblique;
}

.wp-caption.alignleft {
    margin: 0 30px 20px 35mm;
}
.alignleft {
    float: left;
}
.wp-caption {
    max-width: 96%;
    margin-bottom: 10px;
    margin-left: 35mm;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    text-align: center;
}
img	{
	max-width:100%;
	height: auto;
}

.lightbox-trigger {
	display:none;
}

.wp-block-list
	{ 
	padding-left: 50mm;
}

#sommaire ul	{
	list-style: none;
	padding-left: 1em;
}
#sommaire li	{
	line-height: 1.2em;
	padding: 0 0 0.5em 0;
}
#sommaire li a	{
	padding-left: 1.3em;
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
}
