
 :root {
  --pod-primary: #734afa;
  --pod-primary-rgb: 115, 74, 250;
  --pod-primary-lighten: #734afa;
  --pod-primary-darken:  #734afa;

  --pod-primary-dark: #00cff2;
  --pod-primary-lighten-dark: #00cff2;
  --pod-primary-lighten-dark-rgb: 0, 207, 242;
  --pod-primary-darken-dark: #00cff2;
  --pod-background-neutre1-bloc: #343a40;
}

  [data-theme="dark"] .pod-navbar__brand img{
    filter:  saturate(15) grayscale(100%);
  }

  .pod-footer-logo {
    height: 160px !important;
  }
  .pod-footer-container {
  background-color: #000000;
  color:#ffffff;
  }

  .pod-footer-container a {
    color: #ffffff;
  }
  .pod-footer-container a:hover {
    color: #00cff2;
  }

  .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);
}
