<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.programme_plus:before {
	content:'\f067';
	font-family:'fontAwesome';
	margin-right:10px;
}
.programme_moins:before {
	content:'\f068';
	font-family:'fontAwesome';
	margin-right:10px;
}
.programme_non:before {
	content:'\f05e';
	font-family:'fontAwesome';
	margin-right:10px;
}
.wp-editor a[href$=".pdf"]:before { 
	content:'[PDF]';
	font-size:8px;
	margin-right:3px;
}
#content a[target="_blank"]:before { 
	content:'\f08e';
	font-family:'fontAwesome';
	margin-right:3px;
	font-weight:normal!important;
}
#content a[href$=".pdf"]:before { 
	content:'\f1c1';
	font-family:'fontAwesome';
	margin-right:3px;
	font-weight:normal!important;
}

.source_style { 
	padding: 9.5px;
    margin: 0 0 10px;
    font-size: 11px;
    line-height: 1.4;
    white-space: pre;
    white-space: pre-wrap;
	background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* ne pas afficher le petit icon qui indique que c'est un lien externe sur les images et les boutons */

#content .wp-block-image a[target="_blank"]:before, #content .wp-block-media-text__media a[target="_blank"]:before, #content .wp-block-button a[target="_blank"]:before{
    display:none;
}</pre></body></html>