/* 
 * Theme Name: KN Theme
 * Author: Agence KN
 *
 */

 
/*** QLFSF ***/
.text-center ~ .wp-video {
	margin: 0 auto;
}
.cat_agenda .term{ color:#d63833; font-weight:700}
.teaser__item-agenda .teaser__category a {
  background-color: #0e2c4f;
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  padding: 0;
  padding: 5px;
  text-align: center;
	color:#FFF;
}

#affiliation-select{border-radius: 20px;
  font-size: 0.875em;
  padding: 5px 15px;
  width: 100%;
  background: #d63833;
  color: #FFF;
  border: 0 !important;
  font-weight: 700;
}
#affiliation-select option{background:#1c579e; cursor: pointer;}

/* LOGO 2024 - 90 ANS - START */
.header__logo > img, .footer__logo > img {
  max-height: 150px;
  max-width: 85px;
}

.header.open .header__logo img {
  -webkit-filter: grayscale(100%) brightness(1000%)!important;
  filter: grayscale(100%) brightness(1000%)!important;
}

@media screen and (max-width:992px) {
  .header__logo > img {
    max-height: 150px;
    max-width: 85px;
  }
}
/* LOGO 2024 - 90 ANS - END */

.bouton-violence {
  /* display: none!important; */
  padding: 5px 15px!important;
  font-size: 0.875em!important;
  margin: 0!important;
  line-height: unset!important;
  font-weight: 700!important;
  min-width: fit-content!important;
}

.footer .bouton-violence:hover {
  color: #FFFFFF;
}

.menu-menu-affiliation-container {
  display: flex;
  flex-direction: row;
  width: fit-content;
  justify-content: center;
  align-items: baseline;
  gap: 15px;
}

.menu-menu-affiliation-container > .affiliation-select, .menu-menu-affiliation-container > .bouton {
  max-width: fit-content!important;
}


@media screen and (max-width:576px) {
  .menu-menu-affiliation-container {
    flex-direction: column;
    align-items: end;
    gap: 5px;
  }
}
