@charset "UTF-8";
/*
	Theme Name: Irispedia V2
	Theme URI:
	Description: Theme mixing Irispedia V1 and Themis 
	Version: 4.4
	Author: Paul Barbieux  
*/
/*
	Breakpoints
*/
/* Bootstrap */
/* Header medium size */
/* Left and right columns */
/* Maximum width */
/*
    Colors
*/
/*
    Force break line in theme nav for small screen
*/
/*
	MIXIN
*/
/*
	Main bootstrap overrides
*/
@import url("https://fonts.googleapis.com/css?family=Varela+Round|Montserrat");
HTML {
  position: relative;
  min-height: 100%;
  font-size: 14px; }

BODY {
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 100px; }

H1, H2, H3 {
  font-family: 'Varela Round', sans-serif;
  text-align: left; }

H1 {
  text-transform: uppercase;
  color: #888;
  font-size: 2rem; }

H2,
.title-chapter {
  font-size: 1.7rem;
  margin-top: 1.7rem;
  color: #555; }

H2.title-group {
  text-align: left;
  font-size: 1.9rem;
  border-bottom: solid 2px #DDD; }

H3:not(.title-chapter),
.title-section {
  font-size: 1.5rem;
  margin-top: 1rem;
  color: #777; }

H4,
.title-article {
  font-size: 1.3rem;
  margin-top: 1rem;
  color: #000; }

@media (max-width: 576px) {
  H1 {
    font-size: 2rem; } }
A {
  color: #1859D4; }

ARTICLE.single .entry-content {
  text-align: justify; }
  ARTICLE.single .entry-content > H2 {
    margin-top: 3rem;
    margin-bottom: 2rem; }
  ARTICLE.single .entry-content > H3 {
    margin-top: 2rem;
    margin-bottom: 1.5rem; }

TABLE {
  font-size: 1rem; }

/*
	Links and primary
*/
A,
A:hover {
  color: #1859D4; }

A:focus {
  text-decoration: underline; }

.entry-content A {
  text-decoration: underline; }
.entry-content A.btn,
.entry-content A.nav-link {
  text-decoration: none; }

.btn-primary {
  background-color: #1859D4;
  border-color: #1859D4; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #1859D4; }

.btn-outline-primary {
  border-color: #1859D4;
  color: #1859D4; }
  .btn-outline-primary:hover, .btn-outline-primary:focus {
    background-color: #1859D4; }

/*
	Buttons
*/
.btn-sm {
  font-size: 1rem;
  padding: .12rem .5rem; }

/*
	Tabs
*/
.nav-tabs .nav-link {
  border-color: #DDD;
  background: white;
  background: -moz-linear-gradient(90deg, white 75%, #eaeaea 100%);
  background: -webkit-linear-gradient(90deg, white 75%, #eaeaea 100%);
  background: -o-linear-gradient(90deg, white 75%, #eaeaea 100%);
  background: -ms-linear-gradient(90deg, white 75%, #eaeaea 100%);
  background: linear-gradient(180deg, white 75%, #eaeaea 100%); }
  .nav-tabs .nav-link.active {
    background: #FFF; }
  .nav-tabs .nav-link.disabled {
    border-bottom-color: #DDD;
    color: #BBB; }

/*
	Top navigation bar
*/
#top-header {
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.1);
  z-index: 100;
  /* Top search on small screen */ }
  #top-header .navbar {
    padding: 0 15px; }
  #top-header .navbar-brand {
    position: absolute;
    left: -10px;
    top: -15px;
    z-index: 110; }
  #top-header .nav-themes {
    padding: 0;
    margin-left: 100px; }
    #top-header .nav-themes .nav-item {
      padding: 0;
      position: relative; }
      #top-header .nav-themes .nav-item .nav-link {
        height: 64px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.2rem;
        line-height: 1.2rem;
        padding: 20px 10px 0 10px;
        font-family: 'Varela Round', sans-serif;
        border-bottom: solid 5px #FFF; }
      #top-header .nav-themes .nav-item.theme-1 .nav-link {
        color: #11349d; }
        #top-header .nav-themes .nav-item.theme-1 .nav-link:hover {
          border-bottom-color: #11349d; }
      #top-header .nav-themes .nav-item.theme-2 .nav-link {
        color: #c9175e; }
        #top-header .nav-themes .nav-item.theme-2 .nav-link:hover {
          border-bottom-color: #c9175e; }
      #top-header .nav-themes .nav-item.theme-3 .nav-link {
        color: #13b38b; }
        #top-header .nav-themes .nav-item.theme-3 .nav-link:hover {
          border-bottom-color: #13b38b; }
      #top-header .nav-themes .nav-item.theme-4 .nav-link {
        color: #39a4cb; }
        #top-header .nav-themes .nav-item.theme-4 .nav-link:hover {
          border-bottom-color: #39a4cb; }
  #top-header #nav-tools FORM {
    margin: 15px 0; }
    #top-header #nav-tools FORM .input-group INPUT,
    #top-header #nav-tools FORM .input-group BUTTON {
      padding: 5px 10px; }
  #top-header #nav-tools .lang-switcher {
    display: flex;
    list-style: none;
    border: solid 1px #DDD;
    border-radius: 5px;
    padding: 0;
    margin: 15px 0 15px 20px; }
    #top-header #nav-tools .lang-switcher LI {
      padding: 5px 10px; }
      #top-header #nav-tools .lang-switcher LI A {
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Varela Round', sans-serif; }
        #top-header #nav-tools .lang-switcher LI A:hover {
          text-decoration: none; }
      #top-header #nav-tools .lang-switcher LI.lang-item-first {
        border-right: solid 1px #DDD; }
      #top-header #nav-tools .lang-switcher LI.current-lang {
        -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
        padding-top: 6px;
        padding-bottom: 4px; }
        #top-header #nav-tools .lang-switcher LI.current-lang A {
          color: #333; }
      #top-header #nav-tools .lang-switcher LI.no-translation A {
        color: #BBB; }
  #top-header #nav-tools-small-screen {
    padding: 2px 5px;
    background-color: #F0F0F0;
    background: -webkit-linear-gradient(left, #F0F0F0 0%, white 100%);
    background: -o-linear-gradient(left, #F0F0F0 0%, white 100%);
    background: linear-gradient(to right, #F0F0F0 0%, white 100%); }
    #top-header #nav-tools-small-screen .lang-switcher {
      display: flex;
      list-style: none;
      padding: 0;
      margin: 0; }
      #top-header #nav-tools-small-screen .lang-switcher LI {
        padding: 0 2px;
        margin: 5px; }
        #top-header #nav-tools-small-screen .lang-switcher LI:first-child {
          border-right: solid 1px #BBB;
          padding-right: 6px;
          margin-right: 0; }
        #top-header #nav-tools-small-screen .lang-switcher LI A {
          text-transform: uppercase;
          font-weight: bold;
          font-family: 'Varela Round', sans-serif; }
        #top-header #nav-tools-small-screen .lang-switcher LI.current-lang A {
          text-decoration: underline; }

/*
	Breadcrumb
*/
.row-breadcrumb {
  position: relative;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-left: 100px; }

.breadcrumb {
  position: relative;
  padding: 0;
  font-size: 0.9rem;
  background-color: #F0F0F0; }

.breadcrumb-item {
  padding-left: 5px; }

.breadcrumb-item + .breadcrumb-item:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105"; }

.breadcrumb-item I.fa {
  font-size: 1.2rem;
  padding-top: 0.1rem; }

.breadcrumb-item.active {
  color: #000;
  font-weight: bold; }

@media (max-width: 768px) {
  .breadcrumb {
    font-size: 0.8rem; } }
/*
	Sizing header, breacrumb and margin top content
*/
@media (max-width: 1199px) {
  #nav-tools {
    display: none; }

  #nav-tools-small-screen {
    display: flex; }

  .row-breadcrumb {
    margin-top: 110px; } }
@media (min-width: 1200px) {
  #nav-tools {
    display: flex; }

  #nav-tools-small-screen {
    display: none; } }
@media (max-width: 1600px) {
  #top-header .nav-themes .nav-item .nav-link {
    font-size: 1.1rem; } }
@media (min-width: 901px) and (max-width: 1500px) {
  .lang-fr #top-header .nav-themes .nav-item.theme-1 {
    width: auto; }
  .lang-fr #top-header .nav-themes .nav-item.theme-2 {
    width: 130px; }
  .lang-fr #top-header .nav-themes .nav-item.theme-3 {
    width: 180px; }
  .lang-fr #top-header .nav-themes .nav-item.theme-4 {
    width: 180px; }

  .lang-nl #top-header .nav-themes .nav-item.theme-1 {
    width: auto; }
  .lang-nl #top-header .nav-themes .nav-item.theme-2 {
    width: auto; }
  .lang-nl #top-header .nav-themes .nav-item.theme-3 {
    width: auto; }
  .lang-nl #top-header .nav-themes .nav-item.theme-4 {
    width: 230px; } }
@media (max-width: 900px) {
  #top-header .navbar .nav-themes {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin-left: 50px;
    padding: 0; }
    #top-header .navbar .nav-themes .nav-item .nav-link {
      height: auto;
      padding: 3px 5px 2px 50px;
      border-bottom-style: none; }
    #top-header .navbar .nav-themes .nav-item:hover {
      background-color: #FFF214; }

  .row-breadcrumb {
    margin-top: 150px; } }
/* No more fixed top header */
@media (max-width: 800px) {
  BODY {
    padding-top: 0; }

  #top-header.fixed-top {
    position: relative;
    margin-bottom: 50px; }

  .row-breadcrumb {
    display: none; }

  ASIDE .card.index {
    border: solid 1px #949499; } }
/* WP admin */
.admin-bar .fixed-top {
  top: 20px; }

/*
	Page structure
	
	LARGE
	 
	|   .aside-left      |        #main-content        |  .aside-right     |
	|                    |                             |                   |
	|   |     ASIDE     ||                             ||     ASIDE     |  |
	
	MEDIUM (.aside-right display:none)
	
	|   .aside-left      |        #main-content        |
	|                    |                             |
	|  |      ASIDE     ||                             |
	|  |   + sections   ||                             |
	|  |   from right   ||                             |
	
	THIN
	
	|       .aside-left        |
	||          ASIDE         ||
	----------------------------
	|      #main-content       |
	----------------------------
	|       .aside-right       |
	||          ASIDE         ||

*/
.aside,
.post-content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.aside-right ASIDE {
  width: 100%; }

.row-col-content .post-content {
  max-width: 1400px; }

.flag-js {
  width: 0;
  height: 0;
  display: none; }

@media (max-width: 800px) {
  #flag-js-screen-thin {
    display: block; } }
@media (min-width: 800px) and (max-width: 1399px) {
  .aside-left {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }

  .post-content {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }

  .aside-right {
    /* Content moved in .aside-left by javascript */
    display: none; }

  #flag-js-screen-medium {
    display: block; } }
@media (min-width: 1400px) and (max-width: 1799px) {
  .aside-left {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }

  .row-col-content-col .post-content {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-col-content-col .aside-right {
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%; }

  .row-col-content .post-content {
    -ms-flex: 0 0 69%;
    flex: 0 0 69%;
    max-width: 69%; }

  #flag-js-screen-wide {
    display: block; } }
@media (min-width: 1800px) {
  #page-content {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .aside-left {
    width: 500px; }

  .post-content {
    width: 900px; }

  .aside-right {
    width: 400px; }
    .aside-right ASIDE {
      width: 300px; }

  #flag-js-screen-wide {
    display: block; } }
#page-content ARTICLE.single .entry-header {
  margin-bottom: 2rem; }

#main-content {
  margin-bottom: 50px; }
  #main-content .entry-meta {
    margin-top: 40px;
    padding-top: 20px;
    border-top: solid 1px #DDD; }

/*
	Cards (and widget)
*/
.card {
  border-radius: 5px;
  margin-bottom: 20px;
  border-color: #EEE; }
  .card > UL {
    padding: 10px; }
    .card > UL LI {
      list-style-type: none;
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: solid 1px #DDD; }

.card-body {
  padding: 10px; }

.card-header {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 5px 5px 0 0 !important;
  background-color: #F0F0F0;
  border-bottom-style: none; }
  .card-header .card-title {
    margin: 0;
    color: #333;
    border-radius: 0 5px 5px 0;
    font-size: 1.2rem;
    text-transform: uppercase; }

.card.widget .card-header {
  margin-bottom: 10px;
  padding: 10px 10px 10px 15px; }

.card .list-group .list-group-item {
  padding: 0; }
  .card .list-group .list-group-item A {
    display: block;
    padding: 0.75rem 1.25rem; }

/*
    Topic menus in a theme page
*/
UL.topic-menu {
  margin: 0;
  padding: 0; }
  UL.topic-menu LI {
    position: relative;
    list-style-type: none;
    margin: 0;
    border-top: solid 1px #DDD; }
    UL.topic-menu LI:first-child {
      border-top-color: #FFF; }
    UL.topic-menu LI A {
      display: block;
      padding: 5px 15px; }
      UL.topic-menu LI A.no-link {
        color: #000; }
      UL.topic-menu LI A:not(.no-link):hover {
        text-decoration: none;
        color: #FFF214;
        background-color: #949499; }

/*
    Index (table of contents)
*/
UL.index {
  margin: 0;
  padding: 0; }
  UL.index LI {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    UL.index LI .title {
      display: block;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-right: 15px; }
    UL.index LI A.title:hover {
      text-decoration: none;
      color: #FFF214;
      background-color: #949499; }
    UL.index LI.active {
      background-color: #949499; }
      UL.index LI.active A {
        color: #FFF214;
        font-weight: bold; }
        @media (min-width: 800px) {
          UL.index LI.active A:after {
            content: '';
            display: block;
            position: absolute;
            left: 100%;
            top: 0;
            width: 0;
            height: 0;
            border-top: 16px solid transparent;
            border-right: 16px solid transparent;
            border-bottom: 16px solid transparent;
            border-left: 10px solid #949499; } }
    UL.index LI:first-child {
      border-top-color: #FFF; }
    UL.index LI.section.open {
      background-color: rgba(0, 0, 0, 0.05);
      /*
      -webkit-box-shadow: inset 0px 5px 10px -5px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: inset 0px 5px 10px -5px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0px 5px 10px -5px rgba(0, 0, 0, 0.4);
      */ }
  UL.index.level-0 > LI > .title {
    padding-left: 4%; }
  UL.index.level-1 > LI > .title {
    padding-left: 8%; }
  UL.index.level-2 > LI > .title {
    padding-left: 12%; }
  UL.index.level-3 > LI > .title {
    padding-left: 16%; }
  UL.index.level-4 > LI > .title {
    padding-left: 20%; }
  UL.index.level-5 > LI > .title {
    padding-left: 24%; }
  UL.index.level-6 > LI > .title {
    padding-left: 28%; }
  UL.index.level-7 > LI > .title {
    padding-left: 32%; }

/*
	Index in card
*/
.card.index {
  border-style: none; }
  .card.index .card-header {
    position: relative;
    background-color: #11349d; }
    .card.index .card-header .card-title {
      font-wight: bold;
      color: #FFF;
      margin-bottom: 0; }
      .card.index .card-header .card-title A {
        color: #FFF;
        text-decoration: none !important; }
    .card.index .card-header:after {
      content: '';
      display: block;
      position: absolute;
      left: 15px;
      top: 100%;
      width: 0;
      height: 0;
      border-bottom: 16px solid transparent;
      border-top: 10px solid #11349d;
      border-left: 16px solid transparent;
      border-right: 16px solid transparent; }
  .card.index .card-body {
    padding: 10px 0 0 0; }

/*
    Interesting links in card
*/
.card-body UL.interesting-links {
  margin: 0;
  padding-left: 0; }
  .card-body UL.interesting-links > LI {
    list-style-type: none;
    margin: 0;
    padding: 5px 10px; }
    .card-body UL.interesting-links > LI:not(:last-child) {
      border-bottom: solid 1px #DDD; }

/*
    Theme colors
*/
BODY.theme-1 .nav-themes .nav-item.theme-1 .nav-link {
  border-bottom-color: #11349d !important; }
@media (max-width: 900px) {
  BODY.theme-1 .nav-themes .nav-item.theme-1 .nav-link {
    background-color: #11349d !important;
    color: #FFF !important; } }
BODY.theme-1 .card.index .card-header {
  background-color: #11349d; }
  BODY.theme-1 .card.index .card-header:after {
    border-top-color: #11349d; }

BODY.theme-2 .nav-themes .nav-item.theme-2 .nav-link {
  border-bottom-color: #c9175e !important; }
@media (max-width: 900px) {
  BODY.theme-2 .nav-themes .nav-item.theme-2 .nav-link {
    background-color: #c9175e !important;
    color: #FFF !important; } }
BODY.theme-2 .card.index .card-header {
  background-color: #c9175e; }
  BODY.theme-2 .card.index .card-header:after {
    border-top-color: #c9175e; }

BODY.theme-3 .nav-themes .nav-item.theme-3 .nav-link {
  border-bottom-color: #13b38b !important; }
@media (max-width: 900px) {
  BODY.theme-3 .nav-themes .nav-item.theme-3 .nav-link {
    background-color: #13b38b !important;
    color: #FFF !important; } }
BODY.theme-3 .card.index .card-header {
  background-color: #13b38b; }
  BODY.theme-3 .card.index .card-header:after {
    border-top-color: #13b38b; }

BODY.theme-4 .nav-themes .nav-item.theme-4 .nav-link {
  border-bottom-color: #39a4cb !important; }
@media (max-width: 900px) {
  BODY.theme-4 .nav-themes .nav-item.theme-4 .nav-link {
    background-color: #39a4cb !important;
    color: #FFF !important; } }
BODY.theme-4 .card.index .card-header {
  background-color: #39a4cb; }
  BODY.theme-4 .card.index .card-header:after {
    border-top-color: #39a4cb; }

/*
	Footer
*/
FOOTER {
  z-index: 100;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 30px;
  background-color: #EEE;
  border-top: solid 1px #FFF214;
  padding: 10px; }
  FOOTER .footer-links > * {
    margin: 0 10px; }
  @media (max-width: 576px) {
    FOOTER .footer-links > * {
      font-size: 1.3rem; }
    FOOTER .footer-links > A SPAN {
      display: none; } }

/*
	Post meta data
*/
.post-date {
  color: #666 !important; }

.post-tags {
  display: inline-block;
  margin-bottom: 20px; }

.post-categories {
  display: inline-block;
  margin: 0;
  padding: 0; }

.post-categories LI {
  display: inline-block;
  border-left: solid 1px #CCC;
  margin-left: 5px;
  padding-left: 5px; }

/*
	Table inside content
*/
/* Apply bootstrap style by default */
#page-content TABLE:not(.table) {
  width: 100%;
  margin-bottom: 1rem; }
  #page-content TABLE:not(.table) THEAD {
    border-bottom: 2px solid #848991; }
  #page-content TABLE:not(.table) TBODY TR {
    border-bottom: 1px solid #e0e1e3; }
  #page-content TABLE:not(.table) TD,
  #page-content TABLE:not(.table) TH {
    vertical-align: top;
    text-align: left;
    padding: 0.75rem; }
    #page-content TABLE:not(.table) TD DL, #page-content TABLE:not(.table) TD OL, #page-content TABLE:not(.table) TD UL,
    #page-content TABLE:not(.table) TH DL,
    #page-content TABLE:not(.table) TH OL,
    #page-content TABLE:not(.table) TH UL {
      margin-bottom: 0; }
  #page-content TABLE:not(.table) TD:not(:first-child),
  #page-content TABLE:not(.table) TH:not(:first-child) {
    text-align: right !important; }

/* List inside cell */
TABLE.table TD UL,
#page-content TABLE TD UL {
  padding-left: 15px; }

/*
	Blockquote
*/
BLOCKQUOTE {
  background: #efefef;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  padding: 10px;
  margin: 10px; }

BLOCKQUOTE P:last-child {
  margin-bottom: 0; }

/*
	Lists
*/
.list-no-bullet {
  padding-left: 0; }
  .list-no-bullet LI {
    list-style-type: none; }

/*
    Design Justel content
*/
.post-content .justel P {
  text-align: left;
  text-indent: 20px;
  margin-bottom: .8rem; }
.post-content .justel OL.list-ordinal {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0; }
  .post-content .justel OL.list-ordinal > LI {
    list-style: none;
    text-indent: 20px;
    margin-bottom: 0.7rem; }
    .post-content .justel OL.list-ordinal > LI:before {
      content: counter(li) "° ";
      counter-increment: li; }

/*
	Date picker
*/
#ui-datepicker-div {
  z-index: 1000 !important; }

/*
	Close
*/
A.close {
  color: #1859D4;
  text-decoration: none !important;
  opacity: 1;
  filter: alpha(opacity=10); }

/*
	Symbols
*/
.symbol {
  background-repeat: no-repeat;
  background-image: url(img/symbols_black.png);
  display: inline-block;
  box-sizing: border-box; }
  .symbol.symbol-home {
    background-position: 3px 4px; }
  .symbol.symbol-tags {
    background-position: center -50px; }

A.symbol:after,
SPAN.symbol:after {
  content: "XXX";
  color: transparent; }

DIV.symbol,
H2.symbol {
  padding-left: 25px; }

.symbol-news,
.type-post .symbol {
  background-position: left -246px; }

.symbol-page,
.type-page .symbol {
  background-position: left -496px; }

.symbol-document,
.type-wpdmpro .symbol {
  background-position: left -750px; }

.symbol.symbol-blue,
A.section-knowledge .symbol,
SPAN.section-knowledge .symbol,
ARTICLE.section-knowledge .symbol {
  background-image: url(img/symbols_blue.png); }

.symbol.symbol-green,
A.section-legal .symbol,
SPAN.section-legal .symbol,
ARTICLE.section-legal .symbol {
  background-image: url(img/symbols_green.png); }

.symbol.symbol-red,
A.section-tools .symbol,
SPAN.section-tools .symbol,
ARTICLE.section-tools .symbol {
  background-image: url(img/symbols_red.png); }

/*
    Badge
*/
.badge.badge-secondary {
  background-color: #BBB; }

/*
	Pagination
*/
.nav-pagination .page-link {
  color: #1859D4; }
.nav-pagination .page-item.active .page-link {
  background-color: #1859D4;
  border-color: #1859D4; }

/*
	Placeholder
*/
::-webkit-input-placeholder {
  color: #AAA !important;
  opacity: 1; }

INPUT::-moz-placeholder {
  color: #AAA !important;
  opacity: 1; }

INPUT:-ms-input-placeholder {
  color: #AAA !important;
  opacity: 1; }

INPUT::placeholder {
  color: #AAA !important;
  opacity: 1; }

/*
	List of sub-pages (table of content)
*/
UL.list-sub-pages {
  padding-left: 20px; }
  UL.list-sub-pages LI {
    padding-left: 20px;
    list-style-type: none;
    background-image: url("img/list-link-caret.png");
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold; }

/*
    Informal consolidation
*/
.post-content.informal-consolidated {
  border-right: solid 1px #FAF0E9; }

.warning-informal-consolidation {
  display: flex;
  justify-content: flex-end;
  position: relative;
  right: -30px;
  transform-origin: top right;
  transform: rotate(10deg); }
  .warning-informal-consolidation .inner {
    padding: 2px 4px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    background-color: #E09F6D;
    color: white;
    text-transform: uppercase;
    font-size: .8rem;
    display: inline-block;
    text-align: right; }
    .warning-informal-consolidation .inner:before {
      z-index: -2;
      content: " ";
      background-color: #B5794B;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 15px;
      height: 20px;
      transform-origin: bottom right;
      transform: rotate(-20deg); }
    .warning-informal-consolidation .inner:after {
      z-index: -1;
      content: " ";
      background-color: white;
      position: absolute;
      right: 11px;
      bottom: -5px;
      width: 20px;
      height: 20px;
      transform-origin: bottom right;
      transform: rotate(-10deg); }

/*
    Admin online
*/
.admin-online {
  font: normal 20px/1 dashicons;
  font-weight: normal;
  color: #BBB;
  margin-left: 10px; }
  .admin-online.edit::before {
    content: "\f464"; }

/*
    Search result
*/
.search-result ARTICLE {
  margin: 20px 0;
  border-bottom: solid 1px #EEE; }
  .search-result ARTICLE .breadcrumb {
    margin-bottom: 0.2rem; }
    .search-result ARTICLE .breadcrumb .breadcrumb-item {
      border-bottom-style: none; }
  .search-result ARTICLE H2 {
    margin-top: 0; }

/*
    f(x) TOC
*/
.fx-toc .fx-toc-title {
  display: none; }
.fx-toc UL {
  padding-left: 1.2rem; }
  .fx-toc UL LI {
    color: #BBB;
    list-style-type: square; }
    .fx-toc UL LI A:not(:hover) {
      text-decoration: none; }

H2, H3, H4, H5 {
  position: relative; }

H2 > SPAN,
H3 > SPAN,
H4 > SPAN,
H5 > SPAN,
.anchor {
  position: absolute;
  display: block;
  top: -100px; }

/*
    Correct positionning on anchor
*/
.post-content H2[id]::before,
.post-content H3[id]::before,
.post-content H4[id]::before {
  display: block;
  height: 110px;
  margin-top: -110px;
  content: ""; }

/*
    Justel references in content
*/
.ref_start,
.ref_end {
  color: #BBB;
  /* SPAN inside title can be t(x) TOC anchor */
  position: relative;
  display: inline;
  top: inherit; }

.ref_foot {
  margin-top: 30px;
  padding: 10px 0 0 0;
  border-top: solid 1px #DDD;
  font-size: 0.9rem; }
  .ref_foot LI {
    list-style-type: none;
    padding: 0;
    margin: 0; }

.ref_number:before {
  content: "["; }
.ref_number:after {
  content: "]"; }

/*
    Archive and versioning
*/
.versioning-warning {
  padding: 5px 10px;
  background-color: #FFF214;
  border-radius: 5px; }

/*
    Collapseomatic
*/
.collapseomatic {
  color: #1859D4; }

.collapseomatic_content {
  border-left: solid 2px #DDD;
  padding-left: 10px;
  color: #888; }

/*
    Home page
*/
BODY.home .logo {
  margin: 40px auto; }
BODY.home .nav-themes {
  position: relative;
  height: 300px; }
  BODY.home .nav-themes .nav-link {
    position: relative;
    display: block;
    margin-top: 20px;
    background-color: #FFF;
    text-align: left;
    border-bottom: solid 5px #DDD;
    -webkit-box-shadow: 0px 10px 15px -8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 10px 15px -8px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 15px -8px rgba(0, 0, 0, 0.4); }
    BODY.home .nav-themes .nav-link H1 {
      font-size: 1.4rem; }
    BODY.home .nav-themes .nav-link P {
      margin-bottom: 0; }
    BODY.home .nav-themes .nav-link.theme-1 {
      left: 0;
      top: 0;
      border-bottom-color: #11349d; }
      BODY.home .nav-themes .nav-link.theme-1 H1, BODY.home .nav-themes .nav-link.theme-1 .description {
        color: #11349d; }
    BODY.home .nav-themes .nav-link.theme-2 {
      right: 0;
      border-bottom-color: #c9175e; }
      BODY.home .nav-themes .nav-link.theme-2 H1, BODY.home .nav-themes .nav-link.theme-2 .description {
        color: #c9175e; }
    BODY.home .nav-themes .nav-link.theme-3 {
      right: 0;
      border-bottom-color: #13b38b; }
      BODY.home .nav-themes .nav-link.theme-3 H1, BODY.home .nav-themes .nav-link.theme-3 .description {
        color: #13b38b; }
    BODY.home .nav-themes .nav-link.theme-4 {
      right: 0;
      border-bottom-color: #39a4cb; }
      BODY.home .nav-themes .nav-link.theme-4 H1, BODY.home .nav-themes .nav-link.theme-4 .description {
        color: #39a4cb; }
    BODY.home .nav-themes .nav-link:hover {
      background-color: #949499; }
      BODY.home .nav-themes .nav-link:hover H1, BODY.home .nav-themes .nav-link:hover .description {
        color: #FFF214; }
  BODY.home .nav-themes.allow-descr {
    height: 400px; }
    BODY.home .nav-themes.allow-descr .theme-3 {
      top: 250px; }
