/* directives par defaut niveau plugin ---> */

p.citation, p.citationbis, p.citationter {
	color: var(--color-grey-medium);
}
.article__biblio-contents {
	columns: 1;
}
.numero__metadata .doi {
	margin-top: 10px;
}
a.url-hidden:after {
	content: none;
}
.article__abstract-text, p.remerciements, p.texte, p.paragraphesansretrait,
p.epigraphe, p.question, p.reponse, p.encadre, p.annexe, p.notesbaspage, p.notefin {
  text-align: left;
  hyphens: none;
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
}

/* specifiques jurinotice ---------------> */

.article__person-idnos a.url-hidden:after {
	content: " (" attr(href) ")";
}
.main-number {
	display: none;
}

.article__person-idnos h4 {
	margin-bottom: .1rem;
}

.article__person-idnos-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* saut de page avant texte enfant sauf le 1er (résumé) */
.noticejuridique__texte + .noticejuridique__texte {
  page-break-before: always;
  break-before: always;
  page-break-inside: avoid;
}

/* garder la bordure et la marge pour le résumé */
.article__toc ~ .noticejuridique__texte h2.section-header {
  border-bottom: 1px solid var(--color-grey-dark);
  margin-top:3rem 0 1rem 0;;
}
.noticejuridique__texte .doi {
  font-size: 90%;
  margin-top: 10px;
  padding-bottom: 10px;
  text-align: right;
  border-bottom: 6px double #eff3f49c;
}
.license_details p {
  color: grey;
  font-size:0.9rem;
  line-height: 1.1;
  font-style: italic;
  text-align:justify;
}
.article__persons-infos-identity {margin-bottom:0;}
/* TOCHECK cacher le 2ème bloc titre-auteurs (articles numéros spéciaux) */
/* .main .article__header:first-child {display:none;} */
/* cacher le reprise du titre dans l'entité résumé */
/*.article__toc ~ .noticejuridique__texte .noticejuridique__texte-header .article__title {display:none;}*/

/* decisions en sous-titre dans le sommaire */
.toc__noticejuridique .toc__subtitle {
  margin-left: 10px;
  font-size: 0.9em;
  color: #645454;
}

