
 :root {
  --pod-primary: #3972B4;
  --pod-primary-rgb: 57, 114, 180;
  --pod-primary-lighten: #4e95e7;
  --pod-primary-darken:  #2d5b90;

  --pod-primary-dark: #61C3CE;
  --pod-primary-lighten-dark: #61C3CE;
  --pod-primary-darken-dark: #61C3CE;
  }

  [data-theme="dark"] .pod-navbar__brand img{
    filter:  saturate(15) grayscale(100%);
  }
  [data-theme="dark"] .pod-footer-logo {
    filter:  grayscale(1) invert(1) saturate(3);
  }
  .pod-footer-logo {
    height: 80px !important;
  }

  .picto {
    font-size: 64px;
    height: 80px !important;
    color: var(--pod-primary);
    margin-bottom: 10px;
  }

  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }



/* svg loading OpenCast (rond noir) */
.loading-indicator {
width:0px;
height:0px;
}

.loading-indicator::before {
content:"chargement de l'enregisteur...";
font-size: 30!important;
color:#228BCC!important;
font-weight:bold;
width:400px;
color:#228BCC;
}
.card-body {
  height: auto!important;
}
.chapters-list.active {
  background-color: rgb(43 51 63 / 70%);
}

.pod-navbar-breadcrumb {
  background-color: var(--pod-background);
}
