/******************************/
/*Correction pour les ancres trop bas à cause de la toolbar*/
.toolbar-fixed :target:before {
  content: "";
  display: block;
  height: 59px;
  /* Amount of padding toolbar gives to body */
  margin-top: -59px;
}

.toolbar-horizontal.toolbar-tray-open :target:before {
  height: 90px;
  /* Amount of padding toolbar gives to body when the tray is open horizontally */
  margin-top: -90px;
}

.view-systemes th#view-title-table-column,
.view-systemes th#view-liste-responsable-table-column,
.view-systemes th#view-dynamic-content-table-column {
  width: 200px;
}

.view-content .table-responsive table thead th {
  text-align: left;
}

.utd-piv-entete .section-droite nav ul.contextual-links,
utd-piv-entete [slot=liens] nav ul.contextual-links {
  display: none;
}

.pager .pager__item--ellipsis {
  display: none;
}

form .js-form-item label,
form .js-form-item input,
form .js-form-item select,
.form-actions,
.js-form-item {
  display: inline-block;
}

.views-exposed-form#views-exposed-form-recherche-pilote-page-1 .form-item {
  width: 20%;
  margin-bottom: 10px;
}

#block-creerunhyperlienpouraccederauformulairedecueillettedansfrw {
  margin-top: 20px;
}

.path-reddition-de-compte .table.utd-table {
  font-size: 0.9rem;
}

#block-creerunhyperlienpouraccederauformulairedecueillettedansfrw a {
  margin-left: 15px;
}

.affichageorganismes {
  margin-bottom: 3px;
  margin-top: 3px;
}

.infos-encadre {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  border-radius: 5px;
}

utd-accordeon{
  margin-top: 5px;
}

ol.historique {
    padding-left: 12px;
    margin-bottom: 0px;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

blockquote.note,
 blockquote.notebleue {
  padding: 1px 1em;
  margin-bottom: 20px;
  font-style: normal;
}
blockquote.note p:last-child,
blockquote.notebleue p:last-child {
  margin-bottom: 1em;
}

.paragraph--type--organismes-et-responsables, .paragraph--type--responsables-des-rsss-et-scolair{
	border: 1px solid #000;
    padding: 5px;
}