 @font-face {
  font-family: "technoregular";
  src: url("./fonts/techno/techno-webfont.woff2") format("woff2"),
    url("./fonts/techno/techno-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v22/u-4l0qyriQwlOrhSvowK_l5-eR7lXff2jvzRPA.woff2)
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v22/u-4l0qyriQwlOrhSvowK_l5-eR7lXff4jvw.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/*  */
/*  */
/*  */
/*  */

:root {
  --ff-title: "technoregular";
  --font-title: 1.5rem/1.2 var(--ff-title);

  /* --ff-main: "Inter", sans-serif; */
  /* --ff-main: "Poppins", sans-serif; */
  /* --ff-main: "Inclusive Sans", sans-serif; */

  /* --font-small: 0.8rem var(--ff-main); */
  --font-small: 0.75rem var(--ff-main);

  --color-orange: #ee6636;
  --color-blue: #005baa;
  --color-brown: #231f20;
  --color-danger: #cd3e3e;

  --color-lightbrown: #2b2829;

  --bg-logo-circle: #111;
  --color-active: var(--color-orange);

  --max-width: 800px;

  --fs-title: 1.6rem;
  --fs-quote: 0.93rem;
  --lh-quote: 1.5;

  --ham-space: 0;

  --ai1ec-main-color: var(--color-orange);

  --filter-blue: contrast(43%) brightness(27%) sepia(100%) saturate(1000%)
    hue-rotate(177deg);
}
@media only screen and (max-width: 600px) {
  body {
    --fs-title: 1.4rem;
    --fs-quote: 0.85rem;
  }
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #534f51;
}
::-webkit-scrollbar-thumb {
  background-color: var(--color-orange);
}

::selection {
  color: #fff;
  background-color: var(--color-orange);
}
input::selection {
  color: #fff;
  /* background-color: #534f51; */
  background-color: #000;
}
.search input {
  line-height: 1.5;
}

body {
  background: var(--color-blue);
  color: var(--color-brown);
  overflow-x: hidden;
}

a {
  color: var(--color-orange);
  color: var(--color-blue);
  text-decoration: none;
}
/* .content > .leaf > * > a:hover {
  text-decoration: underline;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2;
}

.bloc-intertitre > *,
.bloc-intertitre,
.is-style-bloc-intertitre {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.bloc-chapo > *,
.bloc-chapo,
.is-style-bloc-chapo {
  font-size: 17px !important;
  font-weight: 700 !important;
  font-style: italic !important;
  line-height: 1.35 !important;
}

.post__content > .leaf > .bloc-chapo:first-child {
  /* position: relative; */
  /* top: -1rem; */
  /* top: calc(-0.6 * var(--fs-title)); */
  margin-bottom: 1.3rem;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 200px;
  opacity: 0.2;
}

/* Terms
======== */
.terms {
  margin-top: 1px;
  margin-bottom: 1px;
  display: inline;
}

.term a > span {
  background-color: var(--color-blue);
  color: #fff;
  :where(.slug--accueil-test, .slug--accueil-test-2) & {
    border-radius: 0.25rem;
    /* padding: 0.25rem 0.45rem;
    padding-bottom: 0.26rem;
    border-radius: 0.6rem; */
  }
}
.term a:hover > span {
  background-color: #000;
}
.term--podcasts_cat a > span {
  background-color: var(--color-brown);
}

.date:hover {
  opacity: 1;
}
.date a:hover,
.name a:hover {
  color: #000;
  opacity: 1;
}

.page-numbers.current {
  opacity: 1;
}
.pagination a {
  color: var(--color-orange);
}

.hb {
  top: 0;
  position: sticky;
  z-index: 10;
  transform: translateY(0.4rem);
}
@media screen and (max-width: 600px) {
  .hb {
    transform: translateY(0.6rem);
  }
}

.fancybox-active .hb,
.is-open .hb {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 99993;
}

.hamburger {
  position: absolute;
  color: #fff;
  top: 0.6rem;
}

.hamburger > * {
  position: absolute;
  bottom: -57px;
}

body > .search .input {
  color: #fff;
  border-width: 3px;
  background: var(--color-blue);
  padding: 0rem 0.2rem;
  border-radius: 9999px;
}

body > .search .search__results {
  color: #fff;
}

body > .search .search__results .thumb__name,
body > .search .search__results .thumb__name a,
body > .search .search__results .thumb__date,
body > .search .search__results .thumb__date a {
  color: #fff;
}

body > .search.is-live-search-loading .search__thumbs {
  opacity: 0.65;
  transition: opacity 0.2s;
}

@supports (backdrop-filter: blur(11px)) {
  body > .search .input {
    background: transparent;
    backdrop-filter: blur(11px);
  }
}

/* header
========= */

.header .group {
  padding: 0 calc(2 * var(--space-unit));
  max-width: var(--max-width);
  margin: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header .group .direct,
.header .group .leaf {
  padding: 0;
  margin: 0;
  max-width: auto;
  display: inline-block;
}
.header .group .menu {
  margin-right: var(--ham-space);
  display: inline-block;
  flex: 1;
}
.header .group .direct {
  padding: 0.5rem 0.4rem;
}

@media only screen and (max-width: 920px) {
  :root {
    --ham-space: 5rem;
  }
}
@media only screen and (max-width: 700px) {
  :root {
    --ham-space: 3rem;
  }
  .header .group .menu .menu__item:not(:last-child) {
    display: none;
  }
  .hamburger {
    transform: scale(0.6);
    top: calc(0.5 * var(--space-unit));
    right: calc(1 * var(--space-unit));
  }
}

.before_header .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top .menu--asso li {
  border-right: 1px solid var(--color-orange);
  padding-right: 0.6rem;
}

.top {
  background: #002238;
  color: #fff;
  text-align: right;
}
.top .menu--asso li em {
  opacity: 0.5;
}
.top .menu--asso li strong {
  color: var(--color-orange);
}
.top .menu {
  display: inline-block;
}
.top .menu ul {
  display: inline-block;
  margin: 0;
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 620px) {
  .top {
    text-align: center;
  }
  .top .menu {
    display: inline-block;
    margin: auto;
  }
  .top .menu--social {
    padding: 0.5rem 0;
  }
  .top .menu--asso li:last-child {
    border-right: 0 none;
  }
}

.top .menu li {
  display: inline-block;
  margin-left: 0.3rem;
  font-size: 85%;
}
.top .menu--asso ul {
  padding: 0;
  margin: 0.5rem 0;
}

.top .icon--brand-spotify {
  color: #1ed760;
}
.top .icon--brand-youtube {
  color: #ed1f1f;
}
.top .icon--brand-facebook {
  color: #2d88ff;
}
.top .icon--email-outline {
  color: #534f51;
  color: #fff;
}
.top .icon--email {
  color: #534f51;
  color: #fff;
}
.top .icon--brand-apple {
  color: #adadad;
  color: #fff;
}
.top .icon--brand-apple-ios {
  margin-left: -3px;
  margin-right: -3px;
}
.top .icon--brand-facebook::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 3px;
  bottom: 2px;
  left: 3px;
  right: 3px;
  border-radius: 2px;
  width: auto;
  height: auto;
  z-index: -1;
}
.top .icon--brand-youtube::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 3px;
  right: 3px;
  border-radius: 6px;
  width: auto;
  height: auto;
  z-index: -1;
}

/* crumbs
========= */

:root {
  --color-crumbs-sep: var(--color-orange);
  --color-crumbs-sep: #ff9770;
}
.crumbs {
  background: var(--color-orange);
  color: #fff;
}
.crumbs em {
  font-style: normal;
  color: #fff;
}
.crumbs a:hover {
  text-decoration: underline;
}

/* header
========= */

.main {
  background: #fff;
  min-height: 550px;
  /* min-height: 60vh; */
  padding-bottom: calc(4 * var(--space-unit));
}
.site__header {
  background: #00426b;
  /* backdrop-filter: blur(3px); */
  color: #fff;
  z-index: 3;
  position: sticky;
  top: 0;
  box-shadow: 0px 0px 2px rgb(0 0 0 / 50%);
}
.logo {
  color: #fff;
  padding: 0.5rem;
  padding-left: 0;
  padding-right: 1.1rem;
}

/* fix
====== */

button svg {
  width: 24px;
  height: 24px;
}
button {
  color: inherit;
}

.nav {
  color: #fff;
}

.nav__close,
.search__close {
  transition: opacity var(--anim-speed);
  opacity: 0;
}
.fancybox-bg {
  background: transparent;
  display: none;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: var(--color-orange);
}
.fancybox-caption__body {
  color: #fff;
}

.fancybox-is-open,
.open-nav .nav__close,
.open-search .search__close {
  background: #002e57;
  opacity: 0.9;
}
@supports (backdrop-filter: sepia(100%)) {
  .fancybox-container {
    opacity: 0;
    transition: opacity var(--anim-speed) !important;
  }
  .fancybox-container,
  .fancybox-is-open,
  .nav__close,
  .search__close,
  .open-nav .nav__close,
  .open-search .search__close {
    background: transparent;
    backdrop-filter: blur(8px) var(--filter-blue);
  }
  .fancybox-is-open,
  .open-nav .nav__close,
  .open-search .search__close {
    opacity: 1;
  }
}

.fancybox-button,
.fancybox-button:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #fff;
}

/* .item > .header > .leaf > .podcasts__header__name, */
.thumb__name,
.vignette__name,
.adjacent__name {
  font-family: var(--ff-main);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1;
  color: #666;
}

.thumb__date,
.vignette__date,
.adjacent__date {
  /* font-family: var(--ff-title); */
  position: relative;
  /* font-size: 1.2rem; */
  font-size: 100%;
  /* font-variant: small-caps; */
  line-height: 0.8;
  color: #666;
  /* color: var(--color-blue); */
  /* color: var(--color-orange); */
  /* font-weight: 600; */
}
.thumb__date a,
.vignette__date a,
.adjacent__date a {
  vertical-align: baseline;
}

.item > .img .leaf {
  max-width: none;
}

.date__at {
  display: none;
}
.author__by {
  display: none;
}

/* .item .date {
  font-size: 100%;
} */

.adjacent__date,
.cartouche > .leaf > * {
  font-size: 100%;
  /* font-variant: small-caps; */

  /* font-family: var(--ff-title);
  font-weight: 100; */
}

.cartouche > .leaf > :not(:first-child) {
  border-left-color: var(--color-orange);
  /* border-left-color: var(--color-blue); */
}

/* .adjacent__date,
.item .date a {
  opacity: 0.5;
} */

/* .adjacent__date, */
.cartouche .date > a,
.cartouche .datetime > a,
.cartouche .author > a,
.cartouche .authors > a {
  color: #666;
  /* color: var(--color-blue);
  color: var(--color-orange); */
}
.adjacent:hover .adjacent__date,
.cartouche .date > a:hover,
.cartouche .datetime > a:hover,
.cartouche .author > a:hover,
.cartouche .authors > a:hover
/* .cartouche a:hover */ {
  color: #000;
}

.cartouche .terms ul {
  display: inline-block;
  position: relative;
  top: -1px;
}
.item > .header > .cartouche > .leaf {
  padding-top: calc(3 * var(--space-unit));
  padding-bottom: calc(2 * var(--space-unit));
}
/* .item > .header > .name > .leaf {
  padding-bottom: calc(0.5 * var(--space-unit));
} */

/* .adjacent:hover .adjacent__date,
.item .date a:hover {
  opacity: 1;
} */
.adjacent:hover .adjacent__name {
  color: #000;
}

.adjacent__date .leaf {
  padding-top: 0;
  font-size: 120%;
}
.adjacent__date .date__at {
  display: none;
}

.direction__label {
  font-family: var(--ff-title);
  text-transform: uppercase;
  position: relative;
  top: 1px;
}

/* header menu
============== */

:root {
  --color-header-menu-sep: var(--color-orange);
}

@supports (content: attr(data-text)) {
  .menu__item.active > [data-text] {
    color: transparent;
    font-weight: inherit;
    outline-color: var(--color-active, inherit);
  }
  .menu__item.active > [data-text]::before {
    content: attr(data-text);
    position: absolute;
    color: var(--color-active, inherit);
    letter-spacing: -0.1px;
    font-weight: 600;
  }
}

/* blockquote
============= */

:root {
  --ff-quote: Merriweather, serif;
}
blockquote p:first-of-type::before,
blockquote p:last-of-type::after {
  color: var(--color-blue);
}

.wp-block-pullquote cite,
.wp-block-quote cite,
.wp-block-quote.is-style-large cite,
blockquote cite {
  color: #555;
  font-size: 13px;
}

/* footer
========= */

.site__footer {
  background: #00426b;

  background-attachment: scroll;
  color: #fff;

  font-size: 91%;
  line-height: 1.5;
  padding-bottom: 60px;
}

.site__footer h2 {
  color: #4ca8e2;

  font-family: inherit;

  font-size: 130%;
  border-bottom: 1px solid;
  border-bottom: 1px solid #00619c;
  padding-bottom: 0.5rem;
  margin-top: 0;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  display: block;
}
.site__footer .icon svg {
  vertical-align: -7px;
  color: #fff;
  margin-right: 0.3rem;
}
.site__footer .menu li {
  padding-bottom: 0.3rem;
}
.site__footer h2 + p {
  margin-top: 0;
}
.site__footer a {
  color: var(--color-orange);
}
.composant_footer {
  padding-top: calc(1 * var(--space-unit));
}

.composant_footer .menu--asso ul {
  margin-bottom: 0;
}
.composant_footer .menu--asso li {
  list-style: disc;
  margin-left: 1.1rem;
}
.composant_footer .wp-block-column > ul {
  margin: 0;
  padding: 0;
  margin-left: 1.1rem;
}
.composant_footer .wp-block-column > .frequences {
  margin: 0;
}

/* copyright */

.copyright {
  text-align: center;
  color: #4ca8e2;
  padding-top: calc(1 * var(--space-unit));
}
.copyright .leaf {
  padding: calc(2 * var(--space-unit));
  padding-top: 0;
}

/* frequences */

.frequences {
  padding: 0;
  list-style: none;
}
.frequences li {
  font-family: var(--ff-title);
  font-size: 130%;
  font-weight: 100;
  color: var(--color-orange);
}
.frequences strong {
  color: #fff;
}

/* map france */

.composant_footer .wp-block-column > .map-france {
  position: relative;
  top: -5px;
  left: 20px;
}
.map-france::after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
}
#svg-france {
  width: 50%;
  max-width: 110px;
  height: auto;
  display: block;
}
#svg-france__map {
  fill: #00619c99;
  stroke: transparent;
}

@keyframes onde_pulse {
  0% {
    opacity: 0;
    r: 0;
  }
  100% {
    opacity: 0.4;
    r: 20;
  }
}

#svg-france__onde {
  animation: onde_pulse 2s infinite;
}

/* player
========= */

:root {
  --plyr-color-main: var(--color-orange);
  --plyr-audio-control-color: var(--color-brown);
  --plyr-control-radius: 24px;
  --plyr-control-icon-size: 24px;
  --plyr-control-padding: 0px;
  --plyr-control-spacing: 15px;
  --plyr-menu-background: #fff;
  --plyr-menu-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);

  --plyr-range-thumb-background: var(--color-orange);
  --plyr-range-thumb-shadow: none;

  --plyr-range-track-height: 5px;
}

/*
.item > .header > .leaf > .podcasts__header__name {
  display: inline-block;
  font-family: var(--ff-main);
  font-size: 100%;
  margin: 0;
}
*/

.item > .header > .leaf > .podcasts__header__terms__0__name,
.item > .header > .leaf > .podcasts__header__sep,
.item > .header > .leaf > .podcasts__header__name {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0;
  display: inline;
  text-transform: none;
  vertical-align: 0.1em;
  font: var(--font-title) !important;
}
.item > .header > .leaf > .podcasts__header__terms__0__name {
  color: #666;
}

/* .podcasts__header > .leaf {
  position: relative;
}
.podcasts__header__audio {
  background-color: #002238;
} */

.podcasts__header__terms__0__name,
.podcasts__header__terms .term a {
  margin-bottom: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font: var(--font-title);
  text-transform: none;
}
.podcasts__header__terms ul {
  display: inline-block;
}
.podcasts__description {
  margin-bottom: 3rem;
}

.thumb--podcasts .thumb__audio .custom_play,
.thumb--podcasts .thumb__audio {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 1;
}

.thumb--podcasts .thumb__audio .custom_play > span {
  position: absolute;
  bottom: 0;
}

.custom_play:hover button {
  background: var(--color-orange);
  color: #fff;
}

/* .trombinoscope__user__link .trombinoscope__user__img,
.adjacent .adjacent__img,
.thumb--podcasts > .leaf .thumb__img,
.thumb__img,
.vignette__img, */

.trombinoscope__user__link:hover .trombinoscope__user__img,
.adjacent:hover .adjacent__img,
.thumb--podcasts > .leaf:hover .thumb__img,
.thumb__img:hover,
.vignette__img:hover {
  filter: contrast(60%) brightness(55%) sepia(100%) saturate(400%)
    hue-rotate(170deg);

  :where(.slug--accueil-test, .slug--accueil-test-2) & {
    /* filter: contrast(60%) brightness(55%) sepia(100%) saturate(400%)
    hue-rotate(341deg); */
    /* filter: contrast(69%) brightness(66%) sepia(100%) saturate(398%) hue-rotate(333deg); */
    filter: contrast(65%) brightness(58%) sepia(100%) saturate(449%) hue-rotate(333deg);
  }
}
.thumb--podcasts > .leaf:hover .audio button {
  background-color: #fff;
  color: var(--color-blue);
}
.thumb--podcasts > .leaf:hover .audio .audio__duration {
  background: transparent;
}
.audio:hover .audio__duration {
  background: #000;
}

/* .thumb--podcasts .thumb__terms,
.thumb--podcasts .thumb__terms .leaf,
.thumb--podcasts .thumb__terms .leaf ul,
.thumb--podcasts .thumb__terms .leaf ul li,
.thumb--podcasts .thumb__name {
  display: inline-block;
}
.thumb--podcasts .empty {
  display: none;
} */

/* .thumb--podcasts .thumb__terms a {
  background: transparent;
  color: inherit;
  padding: 0;
  margin: 0;
}

.thumb__date a {
  color: #666;
}

.thumb--podcasts .thumb__terms a:hover {
  color: #000;
}
.thumb--podcasts .thumb__terms a::after {
  content: " — ";
  font-size: 90%;
  position: relative;
  top: -2px;
  color: #666;
  opacity: 1;
} */

.content .vignettes_with_img .thumb .adjacent__date,
.content .vignettes_with_img .thumb .date a {
  opacity: 1;
}
.content .vignettes_with_img .thumb__date,
.content .vignettes_with_img .vignette__date,
.content .vignettes_with_img .vignettes__header a,
.content .vignettes_with_img .thumb a:hover::after,
.content .vignettes_with_img .thumb a:hover,
.content .vignettes_with_img .thumb a::after,
.content .vignettes_with_img .thumb a {
  color: inherit;
}
.content .vignettes_with_img .vignettes__header a:hover,
.content .vignettes_with_img .thumb a:hover::after,
.content .vignettes_with_img .thumb a:hover {
  opacity: 0.5;
}

.audio button {
  margin: 0.4rem;
  background: var(--color-blue);
  color: #fff;
}

.plyr {
  clear: both;
}
.plyr--audio .plyr__controls {
  padding: 0.3rem 0.4rem;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]::after {
  left: 16px;
}
.plyr__menu__container {
  right: -4px;
}

.player .leaf {
  padding: 0 calc(2 * var(--space-unit));
  margin: auto;
  max-width: var(--max-width);
}

.player .plyr__controls .plyr__controls__item:first-child {
  margin-right: 0;
}

.plyr__control[data-plyr="play"] > svg:last-of-type {
  transform: translateX(2px);
}
.plyr__control {
  transition: none;
}
.plyr__time + .plyr__time::before {
  margin-right: 10px;
}

.plyr--full-ui input[type="range"] {
  border-radius: 0;
}
.plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
  border-radius: 0;
}
.plyr--full-ui input[type="range"]::-moz-range-track {
  border-radius: 0;
}
.plyr--full-ui input[type="range"]::-moz-range-progress {
  border-radius: 0;
}
.plyr--full-ui input[type="range"]::-ms-track {
  border-radius: 0;
}
.plyr--full-ui input[type="range"]::-ms-fill-upper {
  border-radius: 0;
}
.plyr--full-ui input[type="range"]::-ms-fill-lower {
  border-radius: 0;
}

.player--direct .plyr__control[data-plyr="download"],
.player--direct .plyr__time,
.player--direct .plyr__progress__container,
.player--direct [id$="-home"] div[role="menu"] > button:last-child {
  display: none;
}
.player--direct:not(.player--hls) .plyr__menu {
  display: none;
}

.player--podcast [id$="-home"] div[role="menu"] > button:nth-child(2) {
  display: none;
}

.player {
  --plyr-audio-control-color: #fff;
  --plyr-color-main: var(--color-blue);
  --plyr-audio-controls-background: transparent;
  --plyr-audio-control-color: var(--color-orange);
  --plyr-audio-range-track-background: transparent;
  --plyr-audio-progress-buffered-background: #6d666a;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: transform 1s;
}

.player .leaf {
  background: var(--color-lightbrown);
  border-top: var(--plyr-range-track-height) solid #534f51;
  max-width: none !important;
  padding: 0;
}
.js .player {
  transform: translateY(60px);
}
.js .player--open {
  transform: translateY(0);
}
.player .leaf .plyr {
  padding: 0 calc(2 * var(--space-unit));
  max-width: var(--max-width);
  margin: auto;
}
.player .plyr__volume {
  --plyr-audio-range-track-background: #534f51;
}
.player .plyr {
  position: static;
}
.player .plyr__controls__item .plyr__progress__container {
  margin: 0;
  padding: 0;
}

.player .plyr__controls .plyr__controls__item.plyr__progress__container {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}

.player .plyr__progress {
  margin: 0;
  z-index: 0;
}

.player .plyr__progress__buffer {
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 2;
  border-radius: 0;
}

.player .leaf {
  position: static;
}
.player .plyr--full-ui input[type="range"] {
  color: var(--color-orange);
  background: transparent;
  z-index: 3;
}

.player__label {
  margin-right: auto;
  font: var(--font-small);
  line-height: 1.09;
  padding-left: 0.2rem;
  width: 100%;
}

.player__label {
  color: #fff;
  text-align: left;
}
.player__label em {
  font-style: normal;
  opacity: 0.8;
  font-weight: 100;
}
.player__label em,
.player__label .player__label__cat {
  font-size: 85%;
  text-transform: uppercase;
}
.player__label .player__label__cat {
  font-weight: 200;
}
.player__label a {
  color: inherit;
}
.player__label a:hover {
  color: var(--color-orange);
}
.player__label__name {
  font-size: 114%;
}

@media only screen and (max-width: 600px) {
  .site__footer {
    padding-bottom: 84px;
  }
  .js .player {
    transform: translateY(84px);
  }
  .js .player--open {
    transform: translateY(0);
  }
  .player .leaf {
    padding-top: 1.5rem;
  }
  .player .plyr__controls .plyr__controls__item:first-child {
    margin-right: auto;
  }
  .player__label {
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 calc(2 * var(--space-unit));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    margin: 0 var(--compact-gap);
  }
  .player__label div::after {
    content: " - ";
  }
  .player__label div {
    display: inline;
  }

  .plyr__controls .plyr__controls__item {
    margin: 0;
  }
}

.plyr__volume {
  min-width: 100px;
  width: 25%;
}

.custom_play:not(.stream-button) > span > span {
  display: inline-block;
  /* padding: 0.6rem; */
  /* top: -0.36rem; */
  top: -0.42rem;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
}
.custom_play button {
  position: relative;
  z-index: 1;
}
.custom_play .audio__duration {
  font-weight: 600;

  margin-left: -17px;
  margin-right: 5px;

  padding: 13px 10px 13px 18px;
  border-radius: 0 5px 5px 0;

  background-color: rgba(20, 20, 20, 0.85);
  color: #fff;
}

@media only screen and (max-width: 500px) {
  .site__header__group__direct {
    padding: 0;
  }
  .header .menu .leaf > ul > li:last-of-type {
    padding: 0;
  }
}
@media only screen and (max-width: 400px) {
  .site__header__group__direct {
    margin-left: 0.4rem;
  }
}

.custom_play {
  cursor: pointer;
  line-height: 0;
}

/* Shared live-stream button: header, calendar banner and Flux blocks. */
.stream-button {
  display: inline-block;
  vertical-align: top;
}
.stream-button > span {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border-radius: 999px;
  background: rgb(0 66 107);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
}
.direct .stream-button > span {
  background: transparent !important;
  backdrop-filter: none !important;
}
.stream-button button {
  flex: 0 0 auto;
  border-radius: 100%;
  background: var(--color-orange);
  color: #fff;
  /* transition: background-color var(--anim-speed); */
}
.stream-button__label {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  gap: 0.5ch;
  padding: 0.65rem 0.9rem 0.65rem 0.5rem;
  background: transparent;
  /* transition: background-color var(--anim-speed); */
}
.stream-button:hover button,
.stream-button:focus-within button {
  background: var(--color-blue);
  color: #fff;
}
/* .stream-button:hover .stream-button__label,
.stream-button:focus-within .stream-button__label { */
.stream-button:hover > span,
.stream-button:focus-within > span {
  background: #000;
}
.flux-block {
  margin-top: var(--space-unit);
  margin-bottom: var(--space-unit);
}


/* nav
====== */

:root {
  --nav-width: 100vw;
}

body > .nav > .scroller > .leaf {
  right: 0;
  opacity: 0;
  transition: opacity var(--anim-speed);
}
.open-nav > .nav > .scroller > .leaf {
  opacity: 1;
  right: 0;
}
body > .nav {
  display: none;
}
.open-nav > .nav {
  display: block;
}
/* @supports (pointer-events: none) {
  body > .nav {
    display: block;
    pointer-events: none;
  }
  .open-nav > .nav {
    pointer-events: auto;
  }
} */

/* body > .nav > .scroller > .leaf {
  right: calc(-1 * var(--nav-width));
  transition: right var(--anim-speed);
}
.open-nav > .nav > .scroller > .leaf {
  right: 0;
} */

body > .nav > .scroller > .leaf {
  right: 0;
  left: 0;
  margin: auto;
  max-width: var(--max-width);

  padding: 0 calc(2 * var(--space-unit));
  max-width: var(--max-width);
  margin: auto;
  width: 100%;
}
.menu--main {
  margin-bottom: 5rem;
}

/* .menu--main > ul ul li:before {
  content: "•";
  vertical-align: middle;
  font-size: 1.3em;
  position: absolute;
  top: 0.3rem;
  left: -0.8rem;
  color: var(--color-orange);
} */
.menu--main > ul ul {
  padding-left: 1.5rem;
}

/* .menu--main > ul ul {
  position: relative;
}
.menu--main > ul ul:before {
  content: "";
  border-left: 1px solid var(--color-orange);
  position: absolute;
  top: 0;
  bottom: 1.2em;
  left: 0.5em;
  right: 0;
  width: auto;
  height: auto;
}
.menu--main > ul ul li {
  position: relative;
}
.menu--main > ul ul li:before {
  content: "";
  border-top: 1px solid var(--color-orange);
  position: absolute;
  top: 1.1em;
  left: -0.8em;
  width: 0.5em;
} */

/* body > .nav > .scroller > .leaf {
  max-width: calc(100vw - 150px);
  width: auto;
} */
.menu--main > ul {
  margin-top: 0;
  /* display: flex;
  flex-wrap: wrap; */
  font-weight: 200;
}
.menu--main > ul > .menu__item--parent {
  /* margin-right: 0.5rem; */
  /* padding-left: 0.5rem; */
  /* margin-right: 1.5rem; */
  margin-bottom: 1rem;
  margin-top: 1rem;
  /* flex: 1;
  min-width: 245px; */
  /* border-right: 1px solid #fff5; */
  /* border-right: 1px solid var(--color-orange); */
}
/* .menu--main > ul > .menu__item--parent:last-child {
  margin-right: 0;
  border: 0 none;
} */

@media only screen and (max-width: 728px) {
  .menu--main > ul > .menu__item--parent {
    margin-right: 0;
    /* border: 0 none; */
  }
}

body .menu--main > ul > .menu__item--parent > a {
  font-size: 130%;
  font-weight: 500;
}
.menu--main > ul > .menu__item--parent + .menu__item--parent {
  /* margin-top: 0; */
}
.menu--main > ul > :not(.menu__item--parent) {
  flex-basis: 100%;
  order: -1;
}
.menu--main > ul > :not(.menu__item--parent):last-child {
  order: 1;
}

.menu--main a:hover {
  color: var(--color-orange);
  /* font-weight: 600; */
}

/* accueil
============ */

/* :is(.home, .slug--accueil-test, .slug--accueil-test-2) .crumbs {
  display: none;
} */
:is(.home, .slug--accueil-test, .slug--accueil-test-2) .content > .leaf {
  max-width: none;
  padding: 0;
}
:is(.home, .slug--accueil-test, .slug--accueil-test-2) .content > .leaf > * {
  max-width: var(--max-width);
  padding-left: calc(2 * var(--space-unit));
  padding-right: calc(2 * var(--space-unit));
  margin-left: auto;
  margin-right: auto;
}

.entete,
.vignettes {
  position: relative;
  overflow: hidden;
  padding-top: calc(2 * var(--space-unit));
  padding-bottom: calc(2 * var(--space-unit));
}
.entete {
  padding-bottom: calc(0 * var(--space-unit));
}
.vignettes__img {
  display: block;
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  width: auto;
  height: auto;

  padding: 0;
  margin: 0;
}
.vignettes__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  filter: brightness(70%) blur(8px);
  /* filter: blur(8px); */
  object-fit: cover;
  object-position: left top;
}

/* .vignettes--podcasts .vignettes__img img {
  filter: contrast(88%) brightness(84%) blur(8px);
} */

/* .vignettes--podcasts .term--post_tag {
  display: none;
} */

.vignettes--compact .thumbs,
.vignettes .thumbs,
.vignettes__header,
.a-la-une-shortcode,
.cal__header {
  padding-left: calc(2 * var(--space-unit));
  padding-right: calc(2 * var(--space-unit));
  max-width: var(--max-width);
  margin: auto;
}

.content > .leaf > .a-la-une-shortcode,
.vignettes .thumbs {
  max-width: 1000px;
}
.dernierement-shortcode {
  max-width: 1000px !important;
}
.vignettes--compact .thumbs {
  max-width: var(--max-width);
}

.entete__header,
.cal__header,
.vignettes__header {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;

  margin-bottom: calc(2 * var(--space-unit));
}
.entete__header {
  margin-bottom: 0;
}
:is(.home, .slug--accueil-test, .slug--accueil-test-2) .page__content > .leaf > h2,
.cal__header > h2,
.entete__header > h2,
.vignettes h2 {
  flex: 1;
  font-size: calc(2 * var(--space-unit));
}

.entete__header a,
.cal__header a,
.vignettes__header a {
  color: #666;
}
.entete__header a:hover,
.cal__header a:hover,
.vignettes__header a:hover {
  color: #000;
}

.entete__header a::after,
.cal__header a::after,
.vignettes__header a::after {
  content: " ➝";
}
.vignettes_with_img .name,
.vignettes_with_img {
  color: #fff;
}

:is(.home, .slug--accueil-test, .slug--accueil-test-2) .content > .leaf > .vignettes {
  /* --cols: clamp(1, 4, var(--vignettes-cnt)); */
  --cols: var(--vignettes-cols);
  position: relative;
  max-width: none;
}

/* :is(.home, .slug--accueil-test, .slug--accueil-test-2) .content > .leaf > .vignettes--news {
  --cols: 2;
} */
:is(.home, .slug--accueil-test, .slug--accueil-test-2) .content > .leaf > .vignettes--compact .thumbs {
  grid-row-gap: calc(1 * var(--space-unit));
}

:is(.home, .slug--accueil-test, .slug--accueil-test-2) .content > .leaf > .vignettes--articles .vignette:first-child {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
:is(.home, .slug--accueil-test, .slug--accueil-test-2)
.content
> .leaf
> .vignettes--articles
.vignette:first-child
.vignette__terms.empty
+ .vignette__name {
  margin-top: 1rem;
}

.vignette__excerpt {
  display: none;
}
.vignette__excerpt a::after {
  display: block;
  content: "➝ lire la suite";
  color: var(--color-blue);
}

.vignettes--articles .vignette:first-child .vignette__excerpt {
  display: block;
  margin-top: 0.7rem;
  color: #666;
}
.vignettes--articles .vignette:first-child .vignette__excerpt:hover {
  color: #000;
}


.vignettes--news .vignette:last-child {
  /* grid-column: span 2; */
  background: #2e130a69
}
.vignettes--news .sep,
.vignettes--news .term--post_tag {
  display: none
}

.vignettes--news .vignette--compact {
  align-items: start;
  justify-content: center;
}
.vignettes--news .term a span {
  background: none;
  padding: 0;
}
.vignettes--news .vignette__group__name {
  line-height: 1.2;
}

@media only screen and (max-width: 728px) {
  .trombinoscope {
    --trombinoscope-cols: 3 !important;
  }
  .vignettes__header {
    margin-bottom: calc(0.5 * var(--space-unit));
  }
  :is(.home, .slug--accueil-test, .slug--accueil-test-2) .content > .leaf > .vignettes {
    --cols: 3;
  }
  :is(.home, .slug--accueil-test, .slug--accueil-test-2) .content > .leaf > .vignettes--compact {
    --cols: 2;
  }
  :is(.home, .slug--accueil-test, .slug--accueil-test-2) .content > .leaf > .vignettes--articles .vignette:first-child {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  :is(.home, .slug--accueil-test, .slug--accueil-test-2) .content > .leaf > .vignettes--news {
    --cols: 2;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .trombinoscope {
    --trombinoscope-cols: 2 !important;
  }
  :is(.home, .slug--accueil-test, .slug--accueil-test-2) .content > .leaf > .vignettes {
    --cols: 2;
  }
  :is(.home, .slug--accueil-test, .slug--accueil-test-2) .content > .leaf > .vignettes--compact {
    --cols: 1;
  }
  :is(.home, .slug--accueil-test, .slug--accueil-test-2) .content > .leaf > .vignettes--articles .vignette:first-child {
    grid-column: 1 / 3;
    grid-row: 1 / 1;
  }

  :is(.home, .slug--accueil-test, .slug--accueil-test-2) .content > .leaf > .vignettes--news {
    --cols: 2;
    padding-left: 0;
    padding-right: 0;
  }
  :is(.home, .slug--accueil-test, .slug--accueil-test-2) .content > .leaf > .vignettes--news .thumbs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.a-la-une-shortcode__card--tall .vignette__name,
:is(.home, .slug--accueil-test, .slug--accueil-test-2) .vignettes--articles .vignette:first-child .name {
  font-family: var(--ff-title);
  font-size: calc(2 * var(--space-unit));
  font-weight: 100;
}

.vignettes--compact {
  /* background-color: var(--color-orange);
  background-color: #014e7f; */
  /* border-top: 5px solid var(--color-orange); */
  box-shadow: 0px 0px 3px rgb(0 0 0 / 100%);
}
.vignettes--podcasts .vignettes__img,
.vignettes--compact .vignettes__img {
  background: #164a77;
}
.vignettes--podcasts .vignettes__img img,
.vignettes--news .vignettes__img img {
  /* filter: blur(3px);
  filter: blur(3px) var(--filter-blue);
  filter: blur(3px) contrast(43%) brightness(36%) sepia(100%) saturate(1000%)
    hue-rotate(177deg); */
  filter: blur(1px) contrast(43%) brightness(36%) sepia(100%) saturate(404%)
    hue-rotate(166deg);
}
/* .vignettes--compact.alt .vignettes__img img {
  filter: blur(1px) contrast(25%) brightness(53%) sepia(100%) saturate(354%)
    hue-rotate(330deg);
} */
.vignettes--compact .vignettes__img img {
  object-position: left 80%;
}
.vignettes--compact .thumbs {
  grid-column-gap: calc(1 * var(--space-unit));
}
.vignettes--compact {
  padding-top: calc(1 * var(--space-unit));
  padding-bottom: calc(1 * var(--space-unit));
}

.vignette--compact .name {
  font-family: var(--ff-main);
  font-size: inherit;
  opacity: 0.5;
  color: inherit;
}

.vignette--compact .term--podcasts_cat a span {
  padding: 0;
  margin: 0;
  color: inherit;
  background: none;
  font-weight: bold;
}
.vignette--compact .term--podcasts_cat a span,
.vignette--compact .name {
  font-size: 0.8rem;
}
.vignette--compact .name {
  margin: 0;
  font-weight: 400;
}
@media only screen and (max-width: 700px) {
  .vignette--compact .term--podcasts_cat a span,
  .vignette--compact .name {
    font-size: 0.7rem;
  }
}

.vignette--compact {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 4rem;
  height: calc(45px + 0.8rem);
}
.vignette--compact .terms .leaf {
  padding: 0;
}
.vignette--compact .vignette__audio,
.vignette--compact .vignette__audio .leaf,
.vignette--compact .custom_play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 1;
}
.vignette--compact {
  border-radius: 1.7rem;
}
.vignettes--compact .vignette {
  background: #ffffff26;
  color: #fff;
  border-radius: 1.7rem;
}
.vignettes--news .vignette {
  background: #50adff52;
}
.vignettes--news .vignette:hover {
  background: #ffffff;
  color: #3c4d63;
}

/*  */

.vignettes--compact .thumbs {
  padding-bottom: 0;
}
.vignettes--compact .vignettes__header {
  display: none;
}
.vignettes--compact .audio button {
  background-color: #fff;
  color: #3c4d63;
}
.vignettes--news .vignette:hover .audio button {
  background-color: #3c4d63;
  color: #fff;
}

.vignette--compact .audio__duration {
  display: none !important;
}

/* Partenaires
============== */

.gallery--partenaires {
  margin-top: calc(2 * var(--space-unit));
  /* --gallery-cols: 7 !important; */
}
.gallery--partenaires .gallery__grid li {
  background-color: transparent;
}
.gallery--partenaires .gallery__grid li .leaf:before {
  padding-top: 55%;
}
.gallery--partenaires li img {
  margin: auto;
  max-width: 90px;
  max-height: 49px;
}

@media screen and (max-width: 700px) {
  .gallery--partenaires {
    --gallery-cols: 5 !important;
  }
}
@media screen and (max-width: 500px) {
  .gallery--partenaires {
    --gallery-cols: 3 !important;
  }
  .gallery--partenaires .gallery__grid li:before {
    padding-top: 29%;
  }
}
@media screen and (max-width: 320px) {
  .gallery--partenaires {
    --gallery-cols: 2 !important;
  }
}

/* Trombinoscope
================ */

.gallery--trombinoscope figcaption {
  display: block;
  text-align: center;
  margin-top: 0.4rem;
  font-size: 85%;
}
.gallery--trombinoscope figcaption > div a {
  display: inline-flex;
}
.gallery--trombinoscope figcaption .icon {
  vertical-align: 0;
}
.gallery--trombinoscope figcaption .icon svg {
  width: 16px;
  height: 16px;
}
.gallery--trombinoscope figcaption > :first-child {
  font-weight: bold;
}
.gallery--trombinoscope .leaf {
  border-radius: 100%;
  overflow: hidden;
}

.trombinoscope {
  padding: 0;
  margin: 0;
  list-style: none;

  width: 100%;
  display: grid;
  grid-column-gap: calc(1 * var(--space-unit));
  grid-row-gap: calc(3 * var(--space-unit));
  grid-template-columns: repeat(var(--trombinoscope-cols), 1fr);
  margin-bottom: 3rem;
}
.trombinoscope__user {
  text-align: center;
  font-size: 85%;
  margin-bottom: 0.5rem;

  display: flex;
  flex-direction: column;
}
.trombinoscope__user > a {
  flex: 1;
}
.trombinoscope__user > * {
  display: block;
  margin-top: 0.2rem;
}
.trombinoscope__user .icon--email + span {
  display: none;
}
/* .trombinoscope__user .icon svg {
  width: 16px;
  height: 16px;
  vertical-align: -2px;
} */
.trombinoscope__user__img {
  width: 100%;
  display: block;
  padding-top: 100%;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}
.trombinoscope__user__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* display: none; */
}
.trombinoscope__user__link {
  color: inherit;
}
.trombinoscope__user__link:hover {
  color: #666;
}
.trombinoscope__user__name {
  font-size: 137%;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: -0.2rem;
  line-height: 1;
}
.trombinoscope__user__title {
  font-variant: small-caps;
  margin-top: 0.3rem;
}
.trombinoscope__user__contacts a {
  display: inline-flex;
  margin-top: 0.3rem;
}

/* Archives headers
=================== */

/* .author_page__header__img,
.term_page__header__img {
  shape-outside: circle(60% at 65px 60px);
} */
.author_page__header__img .leaf,
.term_page__header__img .leaf,
.author_page__header__img img,
.term_page__header__img img {
  border-radius: 100%;
}

.author_page__header__content,
.term_page__header__content {
  margin-top: 2rem;
}

.author_page__header__name,
.term_page__header__name {
  padding-top: 2.6rem;
}

.empty + .author_page__header__name,
.empty + .term_page__header__name {
  padding-top: 0;
}

.author_page__header__title,
.term_page__header__title {
  font-variant: small-caps;
}

.item > .author__articles > .leaf {
  padding-bottom: 0;
  margin-bottom: 0;
}

.is_author .thumbs--podcasts {
  padding-top: 0;
}

/* logo
============= */

#svg-ram05-logo {
  width: 7rem;
  height: auto;
}

/* admin-bar
============ */

.admin-bar .site__header {
  top: var(--admin-bar);
}

.admin-bar .hamburger {
  margin-top: 0;
}
.admin-bar .hb {
  top: var(--admin-bar);
}

/*  */
.link_header {
  /* position: absolute; */
  margin: 0;
}
.link_header a {
  position: absolute;
  /* top: -2.6rem; */
  top: -2.8rem;
  right: calc(2 * var(--space-unit));
  color: #666;
}
.link_header a:hover {
  color: #000;
}

/*  */

.tax--category .thumbs {
  grid-row-gap: calc(2 * var(--space-unit));
}

/* cal */

#calendar {
  padding: 1rem;
  max-width: 1500px;
  margin: auto;
}

#calendar .fc-event-main {
  font-size: 83%;
}
#calendar .fc-event {
  padding: 1px 2px;
}

#calendar .fc-v-event,
#calendar .fc-h-event,
#calendar .fc-v-event:hover,
#calendar .fc-h-event:hover {
  color: #fff;
}
#calendar .fc-h-event .fc-event-main,
#calendar .fc-v-event .fc-event-main,
#calendar .fc-h-event:hover .fc-event-main,
#calendar .fc-v-event:hover .fc-event-main {
  color: inherit;
}
#calendar .fc-h-event,
#calendar .fc-v-event {
  border-color: currentColor;
}

#calendar .fc-event-main {
  overflow: hidden;
}
#calendar .fc-timegrid-event .fc-event-main {
  padding: 3px;
}
#calendar .fc-event-main > * {
  display: block;
  font-size: inherit;
}
#calendar .fc-event-main > * p {
  font-size: inherit;
  margin-top: 3px;
  margin-bottom: 0;
}

#calendar .fc-timegrid-event .fc-event-main > .fc-event-time {
  font-size: 90%;
  opacity: 0.7;
  margin-bottom: -1px;
}
#calendar .fc-timegrid-event .fc-event-main > strong {
  font-size: 120%;
}
#calendar .fc-event-main > em {
  opacity: 0.7;
}

#calendar .fc-media-screen .fc-timegrid-event {
  left: 1px;
  right: -1px;
}

#calendar .fc-event-main abbr {
  opacity: 0.8;
  padding-left: 2px;
}

/* .fc .fc-view-harness {
  height: auto !important;
} */

/*  */

#calendar.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
  /* top: calc(var(--admin-bar) + 115px); */
  top: var(--content-top);
}

#calendar .fc-timegrid-event-harness:hover {
  z-index: 9999 !important;
}

/*  */

:root {
  --content-top: 114px;
}
.admin-bar {
  --content-top: calc(114px + var(--admin-bar));
}

@media only screen and (max-width: 600px) {
  :root {
    --content-top: 112px;
  }
  .admin-bar {
    --content-top: calc(112px + var(--admin-bar));
  }
}
@media only screen and (max-width: 450px) {
  :root {
    --content-top: 109px;
  }
  .admin-bar {
    --content-top: calc(109px + var(--admin-bar));
  }
}

.progs {
  padding-top: calc(0 * var(--space-unit));
  padding-bottom: calc(0 * var(--space-unit));
}
:is(.home, .slug--accueil-test, .slug--accueil-test-2) .progs--now {
  padding-top: calc(2 * var(--space-unit));
  padding-bottom: calc(1 * var(--space-unit));
}
:is(.home, .slug--accueil-test, .slug--accueil-test-2) .content > .leaf > .progs--now {
  background-color: #eee;
  max-width: none;
}
:is(.home, .slug--accueil-test, .slug--accueil-test-2) .progs__wrapper {
  max-width: var(--max-width);
  margin: auto;
  padding-left: calc(2 * var(--space-unit));
  padding-right: calc(2 * var(--space-unit));
}
:is(.home, .slug--accueil-test, .slug--accueil-test-2) .progs__wrapper .prog {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
:is(.home, .slug--accueil-test, .slug--accueil-test-2) .prog--current::before {
  background-color: #fff;
}

.cal__header h2 {
  margin-top: 0;
  padding-top: 1rem;
}

.progs__wrapper {
  margin: 0.4rem;
  position: relative;
  z-index: 0;
}

.progs__date {
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  padding-top: 2rem;
  color: #666;
  border-bottom: 1px solid #ddd;
  background: #fff;
  /* background: red; */
  /* text-transform: capitalize; */
  /* font-variant: small-caps; */

  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;

  position: sticky;
  z-index: 9999;

  margin-left: calc(-1 * var(--space-unit));
  margin-right: calc(-1 * var(--space-unit));
  padding-left: var(--space-unit);
  padding-right: var(--space-unit);

  top: var(--content-top);
}

.progs__date__current {
  flex: 1;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.progs__date__current label {
  display: block;
  cursor: pointer;
  font-size: 120%;
  /* font-weight: bold; */
  font: var(--font-title);
  /* text-transform: lowercase; */
}
.progs__date__current input {
  margin: auto;
  position: absolute;
  bottom: -1000px;
}
.progs__date__current input:focus {
  position: static;
  bottom: 0;
}
.progs__date__current input:focus + label {
  display: none;
}
.progs__date__current i {
  opacity: 0.6;
}

.progs__empty {
  text-align: center;
}

.progs__date a {
  color: inherit;
}

.prog {
  /* margin-bottom: 2.5rem; */
  margin-bottom: 1.7rem;
  display: flex;

  position: relative;
  z-index: 1;
}
.prog--current {
  margin-bottom: 2.5rem;
  /* padding-top: 1rem;
  padding-bottom: 1rem; */
}

.prog__audio {
  margin-top: 0.5rem;
}

.prog__audio button {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.prog--current::after {
  content: "En direct";
  position: absolute;
  bottom: -1rem;
  right: -0.7rem;
  width: auto;
  height: auto;
  background-color: #999;
  color: #fff;
  font-size: 70%;
  padding: 5px;
}
.prog--current {
  position: relative;
  z-index: 0;
  /* padding-top: 2rem;
  padding-bottom: 2rem; */
}
.prog--current::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  bottom: -1rem;
  left: -0.7rem;
  right: -0.7rem;
  width: auto;
  height: auto;
  background-color: #eee;
  background-image: var(--entry-image);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
}

.prog__time {
  margin-right: 1.3rem;
  position: relative;
  color: #666;
  white-space: nowrap;
}
.prog__title {
  font-size: 120%;
  font-weight: bold;
  position: relative;
  top: -3px;
}
.prog__desc p {
  margin: 0;
}
.prog__time::after {
  content: "";
  border-right: 1px solid var(--color-orange);
  margin: auto;
  position: absolute;
  top: 1.7rem;
  bottom: -1.5rem;
  left: 1.3rem;
  width: auto;
  height: auto;
  opacity: 0.5;
}
.prog--current .prog__time::after {
  bottom: -2.5rem;
}

.prog:last-child .prog__time::after {
  display: none;
}

.prog .plyr__control {
  background-color: var(--color-blue);
  color: #fff;
}

.prog__authors {
  margin-bottom: 0.2rem;
}
.prog__authors,
.prog__published {
  font-size: 80%;
}
.prog__published {
  font-style: italic;
  margin-left: 0.2rem;
}
.prog__published {
  font-size: 70%;
  font-weight: normal;
  color: #666;
}

.prog__audio,
.prog__noaudio {
  display: flex;
  /* align-items: center; */

  margin: 0;

  width: 66px;
  margin-top: -14px;
  /* flex: 0; */
}

.prog__audio button {
  margin: 0;
}
.prog__audio .audio__duration {
  display: block;
  padding: 0;
  margin: 0;
  color: #666;
  margin-top: 16px;
  font-weight: normal;
  text-align: center;
}

.prog__cartouche {
  flex: 1;
}

/* Calendar banner
================== */

.progs--banner {
  color: #fff;
  max-width: 1000px !important;
  margin-top: calc(3 * var(--space-unit));
  margin-bottom: calc(3 * var(--space-unit));
}
.progs--banner .cal__header {
  display: none;
}
.progs--banner .progs__wrapper {
  max-width: none !important;
  /* margin: 0; */
  padding: 0 !important;
}
.cal-banner {
  --cal-banner-progress: 0%;
  /* min-height: 390px; */
  position: relative;
  display: flex;
  overflow: hidden;
  isolation: isolate;
  background: #0075ad;
  /* background: #00426b; */
  /* margin-top: 2rem; */
  /* background: #005baa; */
  background: #f7f7f7;
  margin-bottom: 2rem;
  /* border-radius: 1.4rem; */
  border-radius: 0  0 0.6rem 0.6rem;
  /* border: 1px solid #bbb; */
  color: #00426b;
}
.cal-banner__image {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: auto;
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 80%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 80%, #000 100%);
}
.cal-banner::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 35, 70, 0.25), transparent 80%);
  pointer-events: none;
}
.cal-banner__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  min-height: inherit;
  box-sizing: border-box;
  margin: auto;
  /* padding: clamp(1.5rem, 4vw, 3.5rem); */
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cal-banner__live {
  display: inline-flex;
  padding: 0.35rem 0.65rem;
  border-radius: 4px;
  /* background: #fff;
  color: var(--color-blue); */
  /* background: #ffffff45; */
  /* background: rgba(255, 255, 255, 0.35); */
  /* background: #ee3636; */
  /* background: #ee3636; */
  background: #00426b;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  align-items: center;
}
.cal-banner__live::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.35rem;
  border-radius: 100%;
  background: #ee3636;
}
.cal-banner__programme {
  width: min(58%, 650px);
  margin: auto 0;
  padding: 2rem 0;
  text-shadow: 0 1px 10px rgba(0, 35, 70, 0.28);
}
.cal-banner__programme h2 {
  margin: 0 0 0.25rem;
  font: var(--font-title);
  /* font-size: clamp(1.8rem, 3.4vw, 3rem); */
  font-size: calc(2 * var(--space-unit));
}
.cal-banner__content a,
.cal-banner__programme h2 a,
.cal-banner__following a {
  color: inherit;
  text-decoration: underline;
}
.cal-banner__content a:hover,
.cal-banner__programme h2 a:hover,
.cal-banner__following a:hover {
  color: #fff;
  text-decoration: underline;
}
.cal-banner__description {
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 600;
}
.cal-banner__description > :first-child {
  margin-top: 0.2rem;
}
.cal-banner__timeline {
  width: min(100%, 350px);
  margin-top: 1.25rem;
}
.cal-banner__times {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
}
.cal-banner__track {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
}
.cal-banner__track span {
  display: block;
  width: var(--cal-banner-progress);
  height: 100%;
  border-radius: inherit;
  background: var(--color-orange);
}
.cal-banner__following {
  margin-top: 0.55rem;
  font-size: 0.88rem;
}
.cal-banner__actions {
  display: flex;
  gap: 0.75rem;
  /* align-items: center; */
  align-items: stretch;
  position: relative;
  left: -0.3rem;
  bottom: -0.3rem;
}
.cal-banner__button {
  /* min-height: 48px; */
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgb(104 144 185 / 72%);
  color: #fff;
  /* background: #00426b; */
  font-weight: 700;
  backdrop-filter: blur(5px);
  text-decoration: none !important;
  font-size: 0.8rem;
  line-height: 1;
  vertical-align: top;
  text-transform: uppercase;
}
.cal-banner__button {
  gap: 0.45rem;
  /* padding: 0.65rem 1rem; */
  padding: 0 1.2rem;
}
.cal-banner__button:hover {
  background: var(--color-orange);
  color: #fff;
}
.cal-banner__button svg,
.cal-banner__button i {
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 700px) {
  .cal-banner__image {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-position: center top;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 0%, transparent 95%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 0%, transparent 95%);
  }
  .cal-banner__programme {
    width: 100%;
    margin-top: auto;
  }
}

/*  */

.menu_expand {
  position: relative;
}

.menu_expand:after,
.menu_expand:before {
  content: "";
  position: absolute;
  width: 11px;
  border-bottom: 1px solid currentColor;
  top: 0.85rem;
}
.menu_expand:after {
  transform: rotate(90deg);
}
.menu_open > .menu_expand:after {
  display: none;
}
.menu_expand:hover {
  background-color: var(--color-orange);
  color: #fff !important;
}
.menu_expand {
  background-color: #ffffff2e;
  color: #fff !important;
  font-size: 150%;
  line-height: 1;
  height: 1.7rem;
  width: 1.7rem;
  position: relative;
  margin-left: -1.9rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  user-select: none;

  cursor: pointer;
}

.nav .menu__item {
  padding-left: 0.5rem;
}
.js .nav .menu__item--parent ul {
  display: none;
}
.nav .menu__item--parent.menu_open > ul {
  display: block;
}

.nav .menu--main {
  margin-left: 1.7rem;
}

body.wpappninja .site__top {
  display: none !important;
}
body.wpappninja .icon--brand-apple-ios {
  display: none !important;
}
body.wpappninja .icon--brand-google-play {
  display: none !important;
}

/*  */

body.wpappninja.slug--a-propos-de-ram05-nous-soutenir
.page__content
> .leaf
> ul:first-of-type
+ p {
  display: none;
}

body.wpappninja.slug--a-propos-de-ram05-nous-soutenir
.page__content
> .leaf
> ul:last-of-type
> li:first-of-type {
  display: none;
}

body.wpappninja .menu--asso {
  display: none;
}

.newsletter {
  padding: 1rem;
  /* background: #ff9770; */
  background: #eee;
  /* border-radius: 0.5rem; */
  /* opacity: 0.5; */
}

.newsletter input {
  width: 100%;
  margin-top: 0.5rem;
}


.newsletter input[type="text"],
.newsletter input[type="email"],
.newsletter input[type="submit"] {
  border: 1px solid #aaa;
  padding: 0.5rem 1rem;
}
.newsletter input[type="submit"] {
  border: 1px solid var(--color-blue);
  background-color: var(--color-blue);
  color: #fff;
}

.musique,
.engagement {
  max-width: none !important;
  text-align: center;
  /* padding: 1rem !important; */
  padding: 2rem !important;
  /* margin-top: 0; */
  font-weight: bold;
  color: #fff;
  position: relative;
  overflow: hidden;
  clip: rect(auto, auto, auto, auto);
  clip-path: inset(0 0 0 0);
  z-index: 1;
  color: #fff;
}
.musique {
  padding-top: 5.5rem !important;
  padding-bottom: 1.3rem !important;
  margin-bottom: 5rem;
}
.flux-block {
  text-align: center;
  margin-top: 6rem;
  margin-bottom: -5.5rem;
  position: relative;
  z-index: 2;
}

.musique {
  background-color: #00446f;
}

/* .page__content .musique::before, */
.page__content .engagement::before {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  width: auto;
  height: auto;
  background-color: #a5cfe9;
  background-image: url(https://ram05.fr/wp-content/uploads/2021/03/peinture.jpg);
  background-size: cover;
  filter: blur(5px);
}
.flux-block strong,
.musique strong,
.engagement strong {
  font: var(--font-title);
  font-size: 1.2rem;
  text-transform: none;
}

.musique a,
.engagement a {
  /* background-color: #003252; */
  /* background-color: #002238; */
  /* background-color: #00426b; */
  background-color: rgb(0, 34, 56);
  color: #fff;
  display: inline-block;
  padding: 0.8rem 1.5rem;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  font-weight: normal;
  max-width: var(--max-width);
  border-radius: 0.2rem;
  border-radius: 2rem;
  padding-left: 3.2rem;
  background-image: url(/wp-content/themes/_/ram/img/icons/clipboard-account.svg);
  background-repeat: no-repeat;
  background-position: 1.2rem center;
}
.musique a {
  background-color: transparent;
}
.musique a:not(:only-child):first-of-type {
  background-image: url(/wp-content/themes/_/ram/img/icons/brand-spotify.svg);
  /* background-image: url(/wp-content/themes/_/ram/img/icons/hand-heart.svg); */
}
.musique a:last-of-type {
  background-image: url(/wp-content/themes/_/ram/img/icons/star.svg);
}

.engagement a:not(:only-child):first-of-type {
  background-image: url(/wp-content/themes/_/ram/img/icons/email-edit-outline.svg);
  background-color: #fff;
  color: #231f20;
}
.engagement a:last-of-type {
  background-image: url(/wp-content/themes/_/ram/img/icons/hand-heart.svg);
}
.engagement br {
  margin: 0;
  padding: 0;
  height: 1px;
  line-height: 1px;
}

.site__footer .engagement {
  padding: 0 !important;
  margin: 0;
  text-align: left;
  /* transform: scale(0.8); */
}
.site__footer .engagement a {
  width: 98%;
  font-size: 80%;
  padding: 1rem 0.4rem;
  border-radius: 1.4rem;
  padding-left: 3rem;
  line-height: 1;
  background-position: 0.9rem center;
}

.vignettes--news + p {
  text-align: center;
  font-size: 130%;
  color: #ff3622;
}

/*  */

.share-message span,
.diffusion {
  font-size: smaller;
  color: #534f51;
  font-style: italic;
}

.btn-share > span {
  display: inline-block;
  line-height: 0;
  vertical-align: top;
}

.btn-share {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  background-image: url(/wp-content/themes/tcf/icons/share.svg);
  padding: 0;
  vertical-align: middle;
  margin-top: -3px;
}
.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.share-message {
  /* transform: scale(0); */
  transition: opacity 0.3s;
  position: absolute;
  background-color: #eee;

  z-index: 1;
  left: 0;
  right: 0;
  margin-top: -2rem;
  padding: 0.5rem;
  text-align: center;
  opacity: 0;
}
.share-message.open {
  opacity: 1;
}

.post__content {
  text-wrap: pretty;
}

/* .post__content {
  text-align: justify;
} */

/*  */

.vignettes--news .vignette:nth-last-child(-n + 2) {
  display: none;
}

.post__header__cartouche__terms {
  display: inline;
}

/* .cartouche, */
.item > .header > .leaf, .item > .header > :first-child > .leaf {
  padding-top: calc(1.8 * var(--space-unit));
}

.podcasts__header > .leaf:last-child {
  padding-top: 0;
}

.thumbs {
  padding-top: calc(2.2 * var(--space-unit));
}

.header > .leaf {
  text-wrap-style: pretty;
}


/* A la Une shortcode
==================== */

.a-la-une-shortcode {
  --a-la-une-row-size: clamp(52px, 5vw, 88px);
  margin: calc(3 * var(--space-unit)) 0;
}

.a-la-une-shortcode__grid {
  display: grid;
  gap: calc(2 * var(--space-unit));
  /* gap: var(--space-unit); */
  grid-template-columns: repeat(var(--a-la-une-columns), minmax(0, 1fr));
  /* grid-template-rows: repeat(var(--a-la-une-rows), var(--a-la-une-row-size)); */
}

.a-la-une-shortcode__item {
  min-width: 0;
}

.a-la-une-shortcode__card {
  position: relative;
  height: 100%;
  /* padding: calc(1.25 * var(--space-unit)); */
  /* border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08); */
}

.a-la-une-shortcode__card .vignette__img {
  border-radius: 0.6rem;
  overflow: hidden;
}

.a-la-une-shortcode__card .vignette__date,
.a-la-une-shortcode__card .vignette__terms,
.a-la-une-shortcode__card .vignette__name,
.a-la-une-shortcode__card .vignette__excerpt {
  margin-left: 0;
  margin-right: 0;
}

.a-la-une-shortcode__card .vignette__name {
  font-size: clamp(1.15rem, 1.3vw, 1.5rem);
}

.a-la-une-shortcode__card--small .vignette__name {
  font-size: 1rem;
  line-height: 1.2;
}

.a-la-une-shortcode__card .vignette__excerpt {
  margin-top: auto;
}

@media screen and (max-width: 980px) {
  .a-la-une-shortcode__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: minmax(220px, auto);
  }

  .a-la-une-shortcode__item {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

@media screen and (max-width: 640px) {
  .a-la-une-shortcode__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.a-la-une-shortcode__card .vignette__audio {
  position: absolute;
  bottom: 0;
  left: 0;
}
.a-la-une-shortcode__card--tall .vignette__excerpt {
  display: block;
  margin-top: 0.4rem;
  color: #666;
  line-height: 1.3;
}

.a-la-une-shortcode__card--tall .vignette__excerpt:hover {
  color: var(--color-dark);
}

/* Dernierement shortcode
======================== */

.dernierement-shortcode {
  --cols: var(--dernierement-cols, 4);
  margin: calc(3 * var(--space-unit)) 0;
}

.dernierement-shortcode__filters {
  display: flex;
  align-items: stretch;
  /* gap: 0.5rem; */
  /* margin-bottom: calc(1 * var(--space-unit)); */
  position: relative;
}
.dernierement-shortcode__filters::before,
.dernierement-shortcode__filters::after {
  content: "";
  display: block;
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  width: 1rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 100%);
  pointer-events: none;
}
.dernierement-shortcode__filters::before {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 100%);
  left: 2rem;
  right: auto;
}

.dernierement-shortcode__terms-scroll {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  /* scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none; */
  padding: 0 0.5rem;
}

.dernierement-shortcode__terms {
}

.dernierement-shortcode__terms-scroll::-webkit-scrollbar {
  display: none;
}

.dernierement-shortcode__terms {
  display: block;
  margin: 0;
  white-space: nowrap;
}

.dernierement-shortcode__terms ul {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
  padding: calc(0.5 * var(--space-unit)) 0;
}

.dernierement-shortcode__terms .term {
  display: inline-block;
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.dernierement-shortcode__terms .term a span {
  margin-bottom: 0;
}

.dernierement-shortcode__terms .term.is-active a > span,
.dernierement-shortcode__terms .term a:hover > span {
  background-color: #000;
}

.dernierement-shortcode__nav {
  flex: 0 0 auto;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(0.5 * var(--space-unit));
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.dernierement-shortcode__nav svg {
  height: 1rem;
  width: 1rem;
  vertical-align: -0.13rem;
}

.dernierement-shortcode__grid-wrap {
  position: relative;
}

.dernierement-shortcode__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.dernierement-shortcode.is-loading .dernierement-shortcode__overlay {
  opacity: 0.72;
  pointer-events: auto;
  animation: dernierement-overlay-pulse 1s ease-in-out infinite alternate;
}

@keyframes dernierement-overlay-pulse {
  0% {
    opacity: 0.55;
  }
  100% {
    opacity: 0.82;
  }
}

.dernierement-shortcode .thumbs {
  padding-top: calc(1 * var(--space-unit));
}

.dernierement-shortcode .thumb__img {
  /* aspect-ratio: 3 / 4; */
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

@media only screen and (max-width: 900px) {
  .dernierement-shortcode {
    --cols: 3;
  }
}

@media only screen and (max-width: 728px) {
  .dernierement-shortcode {
    --cols: 3;
  }
}

@media only screen and (max-width: 600px) {
  .dernierement-shortcode {
    --cols: 2;
  }
}

@media only screen and (max-width: 500px) {
  .dernierement-shortcode {
    --cols: 2;
  }
}

@media only screen and (max-width: 450px) {
  .dernierement-shortcode {
    --cols: 1;
  }
}

/* Annonces shortcode
==================== */

.annonces-stack {
  display: grid;
  gap: 0.5rem;
  margin: calc(1 * var(--space-unit)) auto !important;
  /* max-width: 1000px !important; */
}
/* .annonces-stack > * {
  max-width: 1000px !important;
} */

.annonces-stack__item {
  color: #fff;
}

.annonces-stack__surface {
  position: relative;
  overflow: hidden;
  padding: 1.1rem 1.25rem;
  background-color: #005baa;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.08);

  text-align: center;
  font-size: 1.15rem;
  border-radius: 0.6rem;
  /* corner-shape: bevel; */
  /* box-shadow: 0px 2px 3px rgb(0 0 0 / 50%); */
}

.annonces-stack__item--info .annonces-stack__surface {
  background-color: var(--color-blue);
}

.annonces-stack__item--important .annonces-stack__surface {
  background-color: var(--color-orange);
}

.annonces-stack__item--danger .annonces-stack__surface {
  background-color: var(--color-danger);
}

.annonces-stack__content > :first-child {
  margin-top: 0;
}

.annonces-stack__content > :last-child {
  margin-bottom: 0;
}

.annonces-stack__content a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.annonces-stack__content {
  position: relative;
  z-index: 1;
}

.annonces-stack__badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  padding: 0.3rem 0.5rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.annonces-stack__item.is-inactive {
  opacity: 0.5;
}

.annonces-stack__empty {
  padding: 1.25rem;
  border: 1px dashed rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.7);
  color: rgba(0, 0, 0, 0.6);
}

.annonces-stack__placeholder {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .annonces-stack__surface {
    padding: 1rem;
  }
}

/* PDF */

.wp-block-file__embed ~ a {
  display: none;
}

.wp-block-list {
  /* line-height: 1.4; */
  padding-inline-start: 2rem;
}
.content > .leaf > ul > li {
  padding-bottom: 0.5rem;
}
.wp-block-list + .wp-block-list {
  margin-top: -1em;
}

/* Complément d'info */

.complement-info {
  box-sizing: border-box;
  margin-block: 2rem;
  padding: 2rem;
  border: 1px solid rgba(35, 31, 32, 0.22);
  border-radius: 0.2rem;
  background: #f5f5f5;
}
.js .complement-info > .complement-info__content::after,
.complement-info__content {
  interpolate-size: allow-keywords;
  height: auto;
  transition: height 1s ease;
}
.complement-info__content > :first-child {
  margin-top: 0;
}
.complement-info__toggle {
  display: none;
  background: var(--color-blue);
  color: #fff;
  border: 0;
  padding: 0.5rem 1rem;
}
.js .complement-info__toggle {
  display: block;
}
.complement-info__label-less {
  display: none;
}
.is-expanded .complement-info__label-more {
  display: none;
}
.is-expanded .complement-info__label-less {
  display: inline;
}
.complement-info__chevron {
  display: inline-block;
  margin-left: 0.8rem;
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-0.18rem) rotate(45deg);
  transition: transform 200ms ease;
}
.complement-info.is-expanded .complement-info__chevron {
  transform: translateY(0.12rem) rotate(225deg);
}

.js .complement-info > .complement-info__content {
  overflow: hidden;
  margin-bottom: 2rem;
  position: relative;
}
.js .complement-info:not(.is-expanded) > .complement-info__content {
  height: 240px;
}
.js .complement-info > .complement-info__content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0px;
  overflow: hidden;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f5f5f5 100%);
}
.js .complement-info:not(.is-expanded) > .complement-info__content::after {
  height: 9rem;
}

/* TESTS */


:where(.slug--accueil-test, .slug--accueil-test-2) {
  #svg-search {
    width: 2.5rem;
    height: 1.5rem;
    position: relative;
    overflow: visible;
  }
  #svg-search path {
    position: absolute;
    transform: scale(1.4) translate(-20%, -20%);
  }

  .vignette > .leaf,
  .thumb > .leaf,
  .thumb__img {
    border-radius: 0.6rem;
    overflow: hidden;
  }


  .pagination {
    position: relative;
    z-index: 0;
  }
  .pagination .page-numbers {
    padding: 5px;
    /* font-family: "Poppins", sans-serif; */
    /* font-weight: 800; */
    position: relative;
    min-width: 3ch;
  }
  .pagination .page-numbers.current {
    text-decoration: none;
    margin: 0 5px;
    color: #fff;
  }

  .pagination .page-numbers.current::before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -1px;
    left: -4px;
    right: -3px;
    width: auto;
    height: auto;
    border-radius: 999px;
    background-color: var(--color-orange);
    z-index: -1;
  }
}

/*  */
/*  */
/*  */
/*  */

/* .annonces-stack {
  display: none;
} */
/* .annonces-stack, */
/* .entete:has(+ .a-la-une-shortcode) {
  display: none;
} */
/* .entete + .a-la-une-shortcode {
  margin-top: 0;
} */

/*  */
/*  */

blockquote,
.wp-block-pullquote.is-style-solid-color blockquote,
.wp-block-pullquote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding-inline: 0;
  font-style: italic;
  font-weight: 700;
}
