/* UTF-8 à jamais */
.editorjs h2{
	font-family:"NeueHansKendrick-Bold";
	font-size:1.57em;
	line-height:1.27;
	margin-bottom:24px;
}
.editorjs h3{
	font-family:"NeueHansKendrick-Bold";
	font-size:1.29em;
	line-height:1.27;
	margin-bottom:24px;
}
.editorjs p{
	font-family:"NeueHansKendrick-Light";
	font-size:1.29em;
	line-height:1.5;
	margin-bottom:24px;
}
.editorjs p b{
	font-family:"NeueHansKendrick-Bold";
  font-weight:400;
}
.editorjs mark{
	background:#fffad0;
}
.editorjs ol li{
  list-style:decimal;
}
.editorjs li{
  font-size:1.29em;
  padding:6px 0;
}
.editorjs hr{
	border-top:1px solid #e4e4e4;
	margin:24px 0;
}
.editorjs table{
	width:100%;
	margin-bottom:24px;
}
.editorjs table,
.editorjs table td,
.editorjs table th{
	border:1px solid #e4e4e4;
	border-collapse:collapse;
}
.editorjs table td,
.editorjs table th{
	padding:10px 5px;
}
.editorjs table th{
	background-color:#e4e4e4;
	color:#000;
}
.editorjs table td{
	background-color:#fff;
	color:#000;
}
.editorjs img{
	margin-bottom:24px;
}
.editorjs a.doc,
.editorjs a.lien{
	display:flex;
	align-items:flex-start;
	padding:16px;
	gap:16px;
	width:calc(100% - 32px);
	border:1px solid #d1d1d1;
	border-radius:6px;
	text-decoration:none;
	margin-bottom:24px;
}
.editorjs a.doc div,
.editorjs a.lien div{
	display:flex;
	flex-flow:column nowrap;
	gap:4px;
}
.editorjs a.lien div{
	width:calc(100% - 16px - 80px);
}
.editorjs a.doc .nom,
.editorjs a.lien .nom{
	font-family:"NeueHansKendrick-SemiBold";
	font-size:1.14em;
	line-height:1.25;
}
.editorjs a.lien img{
	width:80px;
}
.editorjs a.lien svg{
	margin-top:5px;
}
.editorjs a.lien svg path{
	stroke:#000;
}
.editorjs a.doc img{
	margin-bottom:0;
}
/*------------------------------------------
						RESPONSIVE
------------------------------------------*/
@media screen and (max-width:1279px){
}
@media screen and (max-width:1023px){
	.editorjs h2{
		font-size:1.29em;
	}
	.editorjs h3,
	.editorjs p,
	.editorjs li{
		font-size:1.14em;
	}
	.editorjs a.doc .nom,
	.editorjs a.lien .nom{
		font-size:1.07em;
	}
}
@media screen and (max-width:767px){
}