/* Fonts */
/* Couleurs */
a.agenda {
  padding-left: 20px;
  background: url("../../../img/icon/calendar-blue-icon.svg") no-repeat;
  background-size: 18px 18px;
  color: #e6007e;
}

div.mandat-index div.list-mandat div.group-mandat {
  padding: 8px;
  margin-bottom: 10px;
  background-color: #e8e9ec;
}
div.mandat-index div.list-mandat div.group-mandat p {
  margin: 2px 0px 2px 0px;
}
div.mandat-index div.list-mandat div.group-mandat ul {
  padding-left: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
}
div.mandat-index div.list-mandat div.group-mandat ul li {
  padding-left: 20px;
  list-style-type: none;
  background-image: url("../../../img/icon/corner-arrow-icon.svg");
  background-repeat: no-repeat;
  background-size: 16px;
}

div.faq div.faq-questions {
  border: solid thin #e8e9ec;
  padding: 10px;
}
div.faq div.faq-questions a {
  display: block;
  margin-bottom: 10px;
  padding-left: 18px;
  background-image: url("../../../img/icon/right-arrow-orange.svg");
  background-repeat: no-repeat;
  background-size: 16px;
}
div.faq div.faq-reponses h2 {
  border: none;
  font-weight: bold;
}
div.faq div.faq-reponses div.reponse-body {
  border-left: solid thin #e8e9ec;
  padding-left: 10px;
}

div.cct-index div.cct-categories {
  margin-top: 40px;
  columns: 2;
}
div.cct-index div.cct-all-categories {
  margin-top: 40px;
  columns: 1;
}
div.cct-index div.cct-category {
  break-inside: avoid;
}
div.cct-index div.cct-category h2 {
  margin: 0px;
  border-bottom: dotted #99999b thin;
}

div.cct-content div.toc {
  background-color: #e8e9ec;
  padding: 5px;
}

div.cct-theme div.cct {
  margin-bottom: 10px;
  border-bottom: solid thin #99999b;
  padding-bottom: 10px;
}
div.cct-theme div.cct p {
  margin: 4px 0px 0px 0px;
}

div.appel table td {
  padding: 4px 8px 4px 8px;
}
div.appel div.body {
  padding: 5px;
  background-color: #e8e9ec;
  border-radius: 5px;
}

div.article hr {
  border: none;
  border-top: solid thin #e8e9ec;
}
div.article div.article-logo img {
  max-width: 350px;
}
div.article div.article-intro {
  font-weight: bold;
}
div.article div.article-files ul {
  padding-left: 10px;
}
div.article div.article-files ul li {
  list-style-type: none;
  padding-left: 20px;
  background-image: url("../../../img/icon/file-icon.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

div.etc-home {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
div.etc-home div.etc-card {
  border: solid thin #e8e9ec;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #99999b;
  width: 250px;
  min-height: 100px;
  padding-left: 90px;
  background-image: url("../../../img/icon/workspace-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 60px 60px;
}
div.etc-home div.etc-card a {
  display: block;
  margin: 10px 0px 10px 0px;
}
div.etc-home div.etc-card p {
  font-size: 14px;
  font-style: italic;
}
div.etc-home div.etc-card p.access {
  color: #5c722c;
}
div.etc-home div.etc-card p.no-access {
  color: #e6007e;
}

div.documentation-home div.intro {
  padding-left: 170px;
  min-height: 180px;
  background: url("../../../img/documentation/logo-intro.webp") no-repeat;
}
div.documentation-home div.intro ul {
  padding: 0px;
}
div.documentation-home div.intro ul li {
  list-style-type: none;
  padding-left: 20px;
}
div.documentation-home div.intro ul li.modele {
  background: url("../../../img/icon/modele-icon.svg") no-repeat;
  background-size: 18px 18px;
}
div.documentation-home div.intro ul li.fiche {
  background: url("../../../img/icon/fiche-icon.svg") no-repeat;
  background-size: 18px 18px;
}
div.documentation-home div.documentation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
div.documentation-home div.documentation div.doc-main-category {
  width: 350px;
  background-color: #ffcfe6;
}
div.documentation-home div.documentation div.doc-main-category h2 {
  margin: 0px;
  height: 40px;
  padding-top: 10px;
  text-align: center;
  background-color: #b00064;
  color: #f5f5f5;
}
div.documentation-home div.documentation div.doc-main-category div.cat-content {
  padding: 10px;
}
div.documentation-home div.documentation div.doc-main-category div.cat-content h3 {
  color: #004c59;
  font-size: 16px;
  font-weight: bold;
}
div.documentation-home div.documentation div.doc-main-category div.cat-content ul {
  padding: 0px;
}
div.documentation-home div.documentation div.doc-main-category div.cat-content ul li {
  font-size: 14px;
  list-style-type: none;
  padding-left: 20px;
  padding-bottom: 6px;
}
div.documentation-home div.documentation div.doc-main-category div.cat-content ul li.modele {
  background: url("../../../img/icon/modele-icon.svg") no-repeat;
  background-size: 18px 18px;
}
div.documentation-home div.documentation div.doc-main-category div.cat-content ul li.fiche {
  background: url("../../../img/icon/fiche-icon.svg") no-repeat;
  background-size: 18px 18px;
}
div.documentation-home div.documentation div.doc-main-category div.cat-content p {
  font-size: 14px;
}

div.document-view {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 10px;
}
div.document-view div.left-panel {
  max-width: 900px;
}
div.document-view div.left-panel p {
  margin: 2px 0px 2px 0px;
}
div.document-view div.left-panel p.type {
  display: inline-block;
  padding: 4px;
  border-radius: 4px;
  box-shadow: 2px 2px 3px #99999b;
  color: #f5f5f5;
}
div.document-view div.left-panel p.type.modele {
  background-color: #226679;
}
div.document-view div.left-panel p.type.fiche {
  background-color: #e6007e;
}
div.document-view div.left-panel p.date {
  font-size: 14px;
  font-style: italic;
}
div.document-view div.left-panel div.body {
  margin-top: 20px;
}
div.document-view div.left-panel div.archive-link {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.document-view div.left-panel div.archive-link a {
  display: block;
  padding: 10px 20px 10px 20px;
  background-color: #727274;
  color: #fafafa;
}
div.document-view div.right-panel {
  width: 350px;
  padding-left: 10px;
  padding-bottom: 180px;
  background: url("../../../img/documentation/logo-intro.webp") 20px bottom no-repeat;
  border-left: solid thin #99999b;
}
div.document-view div.right-panel div.panel-block {
  margin-bottom: 10px;
}
div.document-view div.right-panel div.panel-block h2 {
  margin: 0px 0px 10px 0px;
  padding: 3px;
  background-color: #ffcfe6;
  border: none;
}
div.document-view div.right-panel div.panel-block p {
  margin: 2px 0px 2px 0px;
}
div.document-view div.right-panel div.panel-block ul {
  padding-left: 18px;
  margin: 2px 0px 2px 0px;
}
div.document-view div.right-panel div.panel-block ul li {
  list-style-type: none;
  padding-left: 20px;
}
div.document-view div.right-panel div.panel-block ul li.modele {
  background: url("../../../img/icon/modele-icon.svg") no-repeat;
  background-size: 18px 18px;
}
div.document-view div.right-panel div.panel-block ul li.fiche {
  background: url("../../../img/icon/fiche-icon.svg") no-repeat;
  background-size: 18px 18px;
}
div.document-view div.right-panel div.panel-block.formation ul li {
  background: url("../../../img/icon/right-arrow-orange.svg") no-repeat;
  background-size: 18px 18px;
}

div.page-thematique-home {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 20px;
}
div.page-thematique-home div.page-index {
  width: 300px;
}
div.page-thematique-home div.page-index h2 {
  font-size: 22px;
  font-weight: bold;
}
div.page-thematique-home div.page-index ul {
  padding-left: 18px;
}
div.page-thematique-home div.page-index ul li {
  color: #e6007e;
}

div.page-thematique-view {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
div.page-thematique-view p {
  margin: 2px 0px 2px 0px;
}
div.page-thematique-view div.right-panel {
  flex-grow: 1;
  width: 320px;
}
div.page-thematique-view div.right-panel h3 {
  color: #004c59;
  background-color: #ecf9fc;
  padding: 5px;
}
div.page-thematique-view div.right-panel div.overflow-auto {
  max-height: 210px;
  overflow-y: auto;
}
div.page-thematique-view div.right-panel ul li {
  font-size: 14px;
}
div.page-thematique-view div.right-panel ul li p {
  line-height: 16px;
}
div.page-thematique-view div.right-panel ul.filelist {
  padding-left: 20px;
}
div.page-thematique-view div.right-panel ul.filelist li {
  list-style-type: none;
  padding-bottom: 5px;
  padding-left: 20px;
  background: url("../../../img/icon/file-icon.svg") no-repeat;
  background-size: 16px;
}
div.page-thematique-view div.left-panel {
  flex-grow: 3;
  max-width: 900px;
}
div.page-thematique-view div.left-panel h2 {
  border: none;
}
div.page-thematique-view div.left-panel div.chapeau {
  background-color: #e8e9ec;
  padding: 5px 10px 5px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
div.page-thematique-view div.info {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  margin-top: 30px;
}
div.page-thematique-view div.info div {
  width: 280px;
}
div.page-thematique-view div.info div h3 {
  color: #004c59;
  border-bottom: solid thin #004c59;
}
div.page-thematique-view div.info div div {
  font-size: 14px;
}

@media (max-width: 897px) {
  div.article div.article-logo {
    text-align: center;
  }
  div.documentation-home div.intro {
    padding-left: 0px;
    background: none;
  }
  div.document-view div.right-panel {
    border-left: none;
  }
  div.cct-index div.cct-categories {
    columns: 1;
  }
}

/*# sourceMappingURL=content.css.map */
