:root {
  --pod-link-color: #0a71b4;
  --pod-link-color-rgb: rgb(10, 113, 180);
}

.btn-primary, .btn-outline-primary {
  --bs-btn-bg: #0a71b4;
  --bs-btn-border-color: #000000;
  --bs-btn-color: #FFFFFF;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #065488;
  --bs-btn-hover-border-color: #389fe4;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #065488;
  --bs-btn-active-border-color: #389fe4;
}

.accordion {
  --bs-accordion-active-color: #0a71b4;
  --bs-accordion-active-bg: rgba(#0a71b4 0.1);
  --bs-accordion-btn-focus-border-color: var(--pod-primary);
}

.btn-outline-primary {
  color: var(--bs-btn-color);
}

.pod-aside-collapse__button {
  background: var(--bs-btn-bg);
}

.pod-navbar__button-toggler {
  color: rgb(10, 113, 180);
  font-size: 2.1rem;
}

.pod-navbar__brand img {
  height: 48px;
  background-color: rgb(255, 255, 255);
}

.pod-navbar-search .form-control {
  border-color: rgb(10, 113, 180);
}

.pod-navbar__brand {
  font-size: 1.6em;
  padding-left: 10px;
  color: rgb(10, 113, 180) !important;
}

.pod-navbar {
  border-bottom: 2px solid rgb(10, 113, 180);
}

.pod-footer-logo {
  height: 125px;
  width: 300px;
}

/* masque l'adresse dans le footer */
.pod-footer-content address {
  display: none;
}

a {
  color: rgb(10, 113, 180);
}

.social_links .btn-primary, .social_links  .btn-outline-primary {
  --bs-btn-bg: #FFFFFF;
  color: #0a71b4;
  border-color: #0a71b4;
}

.social_links .btn-primary:hover, .social_links  .btn-outline-primary:hover {
  color: #FFFFFF;
}

/* vue liste */
.thumbnail-item-video-row {
  background-color: #000000;
}
.thumbnail-item-video-row img[src*="default-thumbnail.svg"] {
  height: 50px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

/* vue card */
.pod-thumbnail[src*="default-thumbnail.svg"] {
min-width: auto;
-webkit-filter: invert(100%);
filter: invert(100%);
}

.pod-thumbnail {
height:100%;
}
.card-thumbnail{
overflow: hidden;
text-align:center;
background-color: #000000;
}

.pod-infinite-grid-container-dashbord .infinite-item .video-card .card-thumbnail .pod-thumbnail {
  width: auto;
}

a.navbar-brand:not(.btn):hover, a.navbar-brand:not(.btn):focus {
  text-decoration: none;
}

/* logo player*/ 
.vjs-logo-button {
  filter: none;
}

/* menu editorial */
.menu_edito ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin:2.5em 0;
}

.menu_edito li {
  margin-bottom: 10px;
}

.menu_edito li a {
  display: block;
  text-align: center;
  padding: 5px 16px;
  text-decoration: none;
  border:3px solid #0A71B4;
  border-radius:2em;
  margin-left:5px;
  color: #0A71B4;
  font-weight: 600;
}
.menu_edito li a:hover {
  background: #0A71B4;
  color: #fff;
}

.edito-multi-carousel .card {
  border: 1px solid #0a71b4 !important;
  height: 100%;
}

.edito-multi-carousel .card .video_title{
  border-top: 1px solid #0a71b4 !important;
}

.pod-first-content .pod-inner {
  margin-bottom:3rem;
}

.pod-first-content .pod-inner h2 {
  color: #0a71b4;
  border-bottom: 1px solid #0a71b4;
}

.carousel-multi a:hover {
  text-decoration: none;
}

.carousel-multi .video_title {
  font-size: 1.2rem;
}



@media (max-width: 576px) {
  .pod-footer-logo {
      height: 50px;
      background-size: contain;
  }
  .pod-navbar__brand img {
    height: 40px;
  }
  .navbar-brand strong {
    display:none;
  }
}