/* .anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.source-sans-3-<uniquifier> {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
} */

:root {
  --ff-main: "Source Sans 3", sans-serif;
  /* --ff-title: "comfortaa"; */
  --ff-title: "Poppins", sans-serif;
  --font-title: 1.5rem/1.2 var(--ff-title);

  /* --space-unit: 0px; */

  /* --color-orange: #ee6636; */
  /* --color-orange: #EC6B1C; */
  /* --color-orange: #1cc9ec;
  --color-blue: #1cc9ec; */
  /* --color-orange: #1c75ec;
  --color-blue: #1c75ec; */
  /* --color-orange: #4494ff; */
  --color-orange: #f95c52;
  --color-blue: #f95c52;
  --color-brown: var(--color-dark);

  /* --color-lightbrown: var(--color-dark); */

  /* --color-track: #452f22; */
  /* --color-track: #382245; */
  --color-track: #6755b3;

  --color-red: #e20a12;

  /* --color-dim: #5f4739;
  --color-dim: #f00; */
  --color-dim: #6755b3;
  /* --color-dark: #1f1f1d; */
  /* --color-dark: #0a0a0a; */
  --color-dark: #000;
  /* --color-lightbrown: #323230; */
  --color-lightbrown: var(--color-dark);

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

  --max-width: calc(1000px - (2 * var(--space-unit)));

  --fs-quote: 1rem;

  --ham-space: 0px;

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

  /* --filter-blue: contrast(43%) brightness(27%) sepia(100%) saturate(1000%)
    hue-rotate(177deg); */
  /* --filter-blue: contrast(60%) brightness(25%) sepia(100%) saturate(500%)
    hue-rotate(166deg); */
  /* --filter-blue: contrast(43%) brightness(27%) sepia(100%) saturate(1000%)
    hue-rotate(156deg); */
  /* --filter-blue: contrast(60%) brightness(25%) sepia(100%) saturate(500%)
    hue-rotate(310deg); */
  --filter-blue: contrast(60%) brightness(25%) sepia(100%) saturate(500%)
    hue-rotate(200deg);

  --filter-vignette: contrast(60%) brightness(55%) sepia(100%) saturate(500%)
    hue-rotate(-37deg)

  /* --radius: 0.4rem; */;
  --radius: 0.8rem;

  --featured_img_height: 400px;
  /* --slider-height: calc(var(--featured_img_height) - 2px); */
  --slider-height: var(--featured_img_height);

  /* --shadow: 1px 1px 5px 0px #0004; */
}

::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  /* background: var(--color-track); */
  background: var(--color-dark);
  /* background: transparent; */
}
::-webkit-scrollbar-thumb {
  background-color: var(--color-orange);
  /* border: 2px solid var(--color-dark); */
  /* border-radius: 999px; */
}

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

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

.site__footer .menu__link,
a {
  /* color: var(--color-orange);
  color: var(--color-blue); */
  color: #f95c52;
  text-decoration: none;
  cursor: pointer;
}
p > a,
.content > .leaf > * > a {
  /* text-decoration: none; */
  font-weight: bold;
  text-decoration: underline;
}
/* .content > .leaf > * > a:hover {
  text-decoration: underline;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  text-transform: uppercase;
  margin-block-end: 0.3em;
}


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

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

.wp-block-cover {
  margin: 0 calc(2 * var(--space-unit));
}

.item > .header > .leaf > .name,
.item > .header > .name {
  font-size: 200%;
  font-weight: 800;
  letter-spacing: 0.1rem;
}


.content h2 {
  /* font-size: 200%; */
  font-weight: 600;
}

/* Terms
======== */

.term a > span {
  font-weight: 800;
  padding-bottom: 0.175rem;
}

.term a > span {
  /* background-color: var(--color-blue); */
  background-color: #393582;
  /* color: #fff; */
  color: #fff;
  /* border: 1px solid var(--color-dark); */
  /* border-radius: var(--radius); */
  border-radius: calc(var(--radius) / 2);
  box-shadow: var(--shadow);
}
.term a:hover > span {
  background-color: var(--color-dark);
}

.date:hover {
  opacity: 1;
}
.date a:hover,
.name a:hover {
  /* color: var(--color-dark); */
  color: var(--color-orange);
  opacity: 1;
}

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

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

/* 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 {
  /* flex: 1 1 auto;
  min-height: 0;
  padding-top: 0; */
  border-radius: 0.8rem;
  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);
  }
}

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

.annonces-stack {
  display: grid;
  gap: 1rem;
  margin: calc(2 * var(--space-unit)) 0;
}

.annonces-stack__item {
  color: var(--annonce-fg, #fff);
}

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

.annonces-stack__item--custom-image .annonces-stack__surface {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), var(--annonce-bg-image);
  background-size: cover;
  background-position: center;
}

.annonces-stack__item--text-black.annonces-stack__item--custom-image .annonces-stack__surface {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)), var(--annonce-bg-image);
}

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

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

.annonces-stack__content a {
  color: inherit;
}

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

.fancybox-active .hb,
.is-open .hb {
  top: 0;
  right: 0;
  position: fixed;
  /* z-index: 99993; */
  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);
}

@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;

.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);
}
  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: 1080px) {
  :root {
    --ham-space: 3.2rem;
  }
}
@media only screen and (max-width: 708px) {
  :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));
  }
  .menu--header .icon--search svg {
    /* transform: scale(0.6) translate(29px, 1px); */
    transform: scale(0.6) translate(29px, 1px);
  }
}

.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 {
  padding: 0.3rem;
  color: var(--color-orange);
  font-family: "Anton", sans-serif;
  letter-spacing: 0.05em;
  background-color: #393582;
  color: #fff;
}
.top .freq em {
  font-style: normal;
  color: #c24c6e;
}

.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-youtube {
  color: #ed1f1f;
}
.top .icon--brand-facebook {
  color: #2d88ff;
}
.top .icon--email-outline {
  color: var(--color-track);
  color: #fff;
}
.top .icon--email {
  color: var(--color-track);
  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; */
  /* --color-crumbs-sep: var(--color-red); */
  --color-crumbs-sep: #ffd3d0;

  /* --crumbs-bg: #004d95;
  --crumbs-ccc: #1b91ff; */
  --crumbs-bg: var(--color-track);
  --crumbs-ccc: var(--color-orange);
}

#g39 * {
  /* fill: var(--crumbs-ccc);
  stroke: var(--crumbs-ccc); */
  /* fill: var(--color-red);
  stroke: var(--color-red); */
  /* fill: #ec7e37;
  stroke: #ec7e37; */
  /* ---: #1c75ec; */
  ---: #4494ff;
  fill: var(---);
  stroke: var(---);
}


.crumbs {
  color: #fff;
  /* color: #000; */
  position: relative;
  letter-spacing: 0.11em;
  font-weight: 600;
  padding: 0;
  /* border-bottom: 2px solid #000; */
}
.crumbs::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: var(--crumbs-bg); */
  /* background: linear-gradient(to right, #352980, #a33267); */
  background: var(--color-orange);
  z-index: -2;
}
.crumbs em {
  font-style: normal;
  /* color: #fff; */
  /* font-weight: bold; */
}
.crumbs a:hover {
  text-decoration: underline;
}
.crumbs .crumbs__overflow {
  /* padding-top: calc(0.6 * var(--space-unit));
  padding-bottom: calc(0.4 * var(--space-unit)); */
  padding-top: 0.4em;
  padding-bottom: 0.2em;
}

.crumbs__pagination {
  padding-top: 0.3em;
}
.crumbs__pagination span {
  display: inline-block;
  translate: 0 2px;
}


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

.main {
  /* background: #fff; */
  min-height: 550px;
  /* min-height: 60vh; */
  padding-bottom: calc(4 * var(--space-unit));
}
.site__header {
  background: #000;
  color: #fff;
  z-index: 30000;
  position: sticky;
  top: 0;
}
.logo {
  color: #fff;
  padding: 0.6rem;
  padding-left: 0;
  padding-top: 0.6rem;
  padding-right: 1.1rem;
}

.logo--clone .logo {
  filter: none;
}

.logo img {
  vertical-align: top;
  margin-top: -4px;
}
.logo svg {
  height: 2.2rem;
  width: auto;
}

/* fix
====== */

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

.item > .empty,
.empty {
  display: none;
}

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);
    /* backdrop-filter: blur(8px); */
    /* backdrop-filter: 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-family: var(--ff-title);
  letter-spacing: 0.06em;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  /* color: #666; */
}

.thumb__date,
.vignette__date,
.adjacent__date {
  font-family: var(--ff-title);
  position: relative;
  font-size: 100%;
  /* font-variant: small-caps; */
  /* text-transform: uppercase; */
  font-weight: bold;
  line-height: 0.8;
  /* color: #666; */
  /* margin-bottom: var(--small-gap); */
  margin-bottom: 0;
  /* letter-spacing: 0.06em; */
}
.thumb__date a,
.vignette__date a,
.adjacent__date a {
  vertical-align: baseline;
}

.item > .img .leaf {
  /* max-width: none; */
  /* max-width: calc(var(--max-width) - 2rem - 2px); */
  max-width: var(--max-width);
}

.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; */
}

.author__link {
  /* text-transform: uppercase; */
  font-variant: small-caps;
}

.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 .author > a,
.cartouche .authors > a {
  color: #666;
  /* color: var(--color-blue);
  color: var(--color-orange); */
}
.adjacent:hover .adjacent__date,
.cartouche .date > a:hover,
.cartouche .author > a:hover,
.cartouche .authors > a:hover
/* .cartouche a:hover */ {
  color: var(--color-dark);
}

.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: var(--color-dark);
}

.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; */
  font-weight: 600;
  font-variant: all-small-caps;
}

/* 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: var(--color-dark);

  background-attachment: scroll;
  color: #fff;

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

.site__footer h2 {
  font-size: 166%;
  /* border-bottom: 1px solid #786199; */
  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 ::marker {
  color: var(--color-orange);
}
.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; */
  /* color: #fff8; */
  /* color: var(--color-dim); */
  /* color: #3d279d; */
  color: #fff9;
  /* color: #fff; */
  /* font-weight: 800; */
  /* text-shadow: 0 1px .5em #033c539c, 0 1px .5em #033c539c, 0 1px .5em #033c539c; */
  /* padding-top: calc(1 * var(--space-unit)); */
  padding-top: 33rem;
  /* padding-top: 15rem; */
  padding-bottom: 0;
}
.copyright .leaf {
  /* padding: calc(2 * var(--space-unit)); */
  padding: 0;
  padding-bottom: 0.5rem;
}

/* 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
========= */

/* .audio button, */
.direct button {
  border-radius: 100%;
  background: linear-gradient(90deg, #f95c52, #eb6fb1);
  color: #fff;
}
.direct .custom_play button:hover {
  border-radius: 100%;
  color: #fff;
  /* background: var(--color-blue); */
}

.audio button {
  margin: 0.4rem;
  background: linear-gradient(90deg, #f9f058, #eba070);
  color: #fff;
  border: 2px solid #000;
}

: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;
} */

/* .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; */
  margin-bottom: 0rem;
}

/* .podcasts__header__audio {
  float: left;
  margin-right: 0.5rem;
} */

.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;
  pointer-events: none;
}

.vignette--articles .vignette__audio,
.vignette--articles .vignette__audio .custom_play {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.thumb--podcasts .thumb__audio .custom_play > span,
.vignette--articles .vignette__audio .custom_play > span,
.vignette--compact .custom_play > span,
.thumb--podcasts .thumb__audio .audio__duration,
.vignette--articles .vignette__audio .audio__duration,
.vignette--compact .audio__duration {
  pointer-events: none;
}

.thumb--podcasts .thumb__audio .custom_play button,
.vignette--articles .vignette__audio .custom_play button,
.vignette--compact .custom_play button {
  pointer-events: auto;
}
/* .thumb--podcasts .thumb__audio .plyr__control {
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
} */

.term--category a {
  /* color: var(--color-dark);
  color: var(--color-brown); */
}
.term--post_tag a {
  /* background-color: var(--color-orange); */
  /* background-color: #666; */
  /* color: var(--color-orange); */
  /* color: #fff; */
  /* font-weight: bold; */
}
.term--podcasts_cat a > span {
  background-color: var(--color-brown);
  /* background-color: transparent;
  color: inherit;
  padding-left: 0; */
}
.thumb--podcasts .thumb__audio .custom_play > span {
  position: absolute;
  bottom: 0;
}

.vignette--articles .vignette__audio .custom_play > span {
  position: absolute;
  bottom: 0;
}

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

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

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

.trombinoscope__user__link .trombinoscope__user__img,
.adjacent .adjacent__img,
.thumb--podcasts > .leaf .thumb__img,
.thumb--podcasts > .leaf .no-img,
.vignette--articles .no-img,
.thumb__img,
.vignette__img {
  filter: none;
}
.trombinoscope__user__link:hover .trombinoscope__user__img,
.adjacent:hover .adjacent__img,
.thumb--podcasts > .leaf .thumb__img:hover,
.thumb--podcasts > .leaf .no-img:hover,
.vignette--articles:hover .no-img,
.thumb .no-img:hover,
.thumb__img:hover,
.vignette__img:hover {
  filter: var(--filter-vignette) !important;
}

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

/* .thumb--podcasts > .leaf:hover .audio .audio__duration {
  background: transparent;
} */
/* .thumb--podcasts > .leaf .audio .audio__duration {
  background: transparent;
}
.thumb--podcasts > .leaf:hover .audio .audio__duration {
  background: var(--color-dark);
} */
.audio:hover .audio__duration {
  background: var(--color-dark);
}

.thumb--podcasts .no-img {
  padding-top: calc(3 / 4 * 100%);
  position: relative;
  background-color: #c0c0c0;
  /* background: linear-gradient(155deg, rgb(171, 171, 202), rgb(228, 228, 228)); */
  background: linear-gradient(155deg, rgb(171 171 202 / 57%), rgb(228 228 228 / 55%));
}

.vignette--articles .no-img {
  padding-top: calc(3 / 4 * 100%);
  position: relative;
  background-color: #c0c0c0;
  background: linear-gradient(155deg, rgb(171 171 202 / 57%), rgb(228 228 228 / 55%));
}

.post__header__cartouche__terms {
  display: inline;
}

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

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

.player button:hover {
  color: #fff;
  background-color: transparent;
}

.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--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; */
  --plyr-audio-progress-buffered-background: #984f90;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30000;
  transition: transform 1s;
}

.player .leaf {
  background: var(--color-lightbrown);
  border-top: var(--plyr-range-track-height) solid var(--color-track);
  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);
  /* max-width: calc(var(--max-width) - 5.1rem); */
  margin: auto;
}
.player .plyr__volume {
  --plyr-audio-range-track-background: var(--color-track);
}
.player .plyr {
  position: static;
}
.player .plyr__controls__item .plyr__progress__container {
  margin: 0;
  padding: 0;
}

.plyr--video .plyr__controls {
  padding: 0.3rem 0.4rem;
}

.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;
  display: inline-block;
  padding-bottom: 0.1rem;
}
.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 > span > span {
  display: inline-block;
  padding: 0.5em;
  top: -0.1em;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.07em;
  font-size: 1.4rem;
  font-family: "Anton", sans-serif;
} */
.custom_play > span > span {
  display: inline-block;
  padding: 0.6rem;
  top: -0.6em;
  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); */
  background-color: var(--color-dark);
  color: #fff;
}

.direct .custom_play > span > span {
  padding: 0.5em;
  top: -0.1em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.07em;
  font-size: 1.4rem;
  font-family: "Anton", sans-serif;
}

/* .site__header__group__direct {
  background-color: #00223861;
  border-radius: 3rem;
} */

@media only screen and (max-width: 500px) {
  .site__header__group__direct .custom_play > span {
    top: 0;
  }
  /* .site__header__group__direct .custom_play > span span {
    display: block;
    line-height: 1;
  } */
  .site__header__group__direct {
    padding: 0;
  }
  /* .header .menu .leaf > ul > li:last-of-type {
    padding: 0;
  } */
}
/* @media only screen and (max-width: 380px) { */
@media only screen and (max-width: 400px) {
  .site__header__group__direct .custom_play > span span {
    display: block;
    line-height: 1;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .site__header__group__direct {
    margin-left: 0.4rem;
  }
  .site__header__group__direct .custom_play > span {
    font-size: 0.7rem;
    display: block;
    top: -0.4rem;
    left: -0.3rem;
    padding: 0;
    text-align: center;
  }
}

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

/* 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 a {
  font-weight: 300;
}
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
============ */

/* .home .crumbs {
  display: none;
} */
.home .content > .leaf {
  max-width: none;
  padding: 0;
}
.home .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,
.cal__header {
  padding-left: calc(2 * var(--space-unit));
  padding-right: calc(2 * var(--space-unit));
  max-width: var(--max-width);
  margin: auto;
}

/* .vignettes .thumbs {
  max-width: 1000px;
} */
.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;
}
.home .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; */
  /* color: #666; */
  font-weight: 700;
  /* position: relative; */
  margin-top: 11px;
}
.entete__header a:hover,
.cal__header a:hover,
.vignettes__header a:hover {
  color: var(--color-dark);
}

.entete__header a::after,
.cal__header a::after,
.vignettes__header a::after {
  /* content: " ➝"; */
  content: "";
  background-color: currentColor;
  display: inline-block;
  width: 0.6lh;
  height: 0.45lh;
  /* position: absolute; */
  margin-left: 0.5rem;
  left: 100%;
  transform: translateY(0.01lh);


  --t: 25%;
  --h: 45%;
  clip-path: polygon(0 calc(50% - var(--t)/2),calc(100% - var(--h)) calc(50% - var(--t)/2),calc(100% - var(--h)) 0,100% 50%,calc(100% - var(--h)) 100%,calc(100% - var(--h)) calc(50% + var(--t)/2),0 calc(50% + var(--t)/2));
}
.vignettes_with_img .name,
.vignettes_with_img {
  color: #fff;
}

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

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

.home .content > .leaf > .vignettes--articles .vignette:first-child {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.home
.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.4rem;
  color: #666;
  line-height: 1.3;
}
.vignettes--articles .vignette:first-child .vignette__excerpt:hover {
  color: var(--color-dark);
}

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


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

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

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

  .home .content > .leaf > .vignettes--news {
    --cols: 2;
    padding-left: 0;
    padding-right: 0;
  }
  .home .content > .leaf > .vignettes--news .thumbs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.home .vignettes--articles .vignette:first-child .name {
  font-family: var(--ff-title);
  font-size: calc(1.5 * var(--space-unit));
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0;
}

.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;
  overflow: hidden;
  display: inline-block;
}

.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;
  pointer-events: none;
}
.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 .audio button:hover {
  background-color: #3c4d63;
  color: #fff;
}

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

/* 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: 135px;
  max-height: 80px;
}

@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%;
  /* border-radius: 0.5rem; */
  border-radius: 30%;
  corner-shape: squircle;
}
.author_page__header__img img,
.term_page__header__img img {
  border: 2px solid var(--color-dark);
}

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

.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;
  right: calc(2 * var(--space-unit));
  color: #666;
}
.link_header a:hover {
  color: var(--color-dark);
}

@media (max-width: 600px) {
  .link_header a {
    top: -0.8rem;
  }
}

/*  */

.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: calc(var(--content-top) - 8px);
}

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

/*  */

:root {
  --content-top: 100px;
}
.admin-bar {
  --content-top: calc(100px + 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));
}
.home .progs {
  padding-top: calc(2 * var(--space-unit));
  padding-bottom: calc(1 * var(--space-unit));
}
.home .content > .leaf > .progs {
  /* background-color: #eee; */
  /* background-color: #e8f1f5; */
  max-width: none;
  /* padding: 0; */
}

@media screen and (min-width: 701px) {
  .home .content > .leaf > .progs {
    padding: 0;
  }
}


.home .progs__wrapper {
  max-width: var(--max-width);
  margin: auto;
  padding-left: calc(2 * var(--space-unit));
  padding-right: calc(2 * var(--space-unit));
}
.home .progs__wrapper .prog {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
/* .home .prog--current::before {
  background-color: #fff;
} */

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

.progs__wrapper {
  margin: 0.4rem;
}

.progs__date {
  margin-top: 1rem;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  /* color: #666; */
  color: var(--color-dark);
  border-bottom: 2px solid var(--color-dark);
  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: 29999;

  margin-left: calc((-2 * var(--space-unit)) - 6px);
  margin-right: calc((-2 * var(--space-unit)) - 6px);
  padding-left: var(--space-unit);
  padding-right: var(--space-unit);

  top: calc(var(--content-top) - 8px);
}

.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);
  font-weight: 700;
  /* 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;
  display: flex;

  padding: 0.6em 0 0.6em 0;

  position: relative;
  z-index: 1;

  color: #fff;
}

.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: calc(-1rem + 5px);
  right: -0.7rem;
  width: auto;
  height: auto;
  background-color: var(--color-dark);
  color: #fff;
  font-weight: 800;
  font-size: 80%;
  padding: 0.4em 1.3em;
  padding-bottom: 0.25em;
  border-bottom-right-radius: 27px;
  border-top-left-radius: 27px;
}
.prog--current {
  position: relative;
  z-index: 0;
}
/* .prog--current::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  bottom: -1rem;
  left: -0.7rem;
  right: -0.7rem;
  width: auto;
  height: auto;
  background-color: #eee;
  z-index: -1;
} */

.prog::before {
  content: "";
  position: absolute;
  top: -1.4rem;
  bottom: calc(-1rem - -5px);
  left: -0.7rem;
  right: -0.7rem;
  width: auto;
  height: auto;
  border-radius: 27px;
  /* corner-shape: squircle; */
  background-color: #393582;

  z-index: -1;
}
.prog:nth-child(even)::before {
  background-color: #85406d;
}
.prog--current::before {
  background-color: #6cb5bf !important;
}

.prog a {
  /* color: inherit; */
  /* color: #726aff; */
  color: #b0acff;
  text-decoration: underline;
  /* mix-blend-mode: overlay; */
}
.prog:nth-child(even) a {
  color: #ffa1e4;
}
.prog--current a {
  color: #b0f5ff;
}

/*.prog--current a {
  /~ color: #393582 !important; ~/
  color: inherit !important;
}*/

.prog__time {
  margin-right: 1.3rem;
  position: relative;
  /* color: #666; */
  /* color: var(--color-dark); */
  font-weight: 800;
  font-size: 137%;
  line-height: 1;
  white-space: nowrap;

}
.prog__title {
  font-size: 120%;
  font-weight: bold;
  position: relative;
  top: -3px;
}
.prog__desc {
  margin-top: -0.2em !important;
}
.prog__desc p {
  margin: 0;
  line-height: 1.25;
  text-wrap-style: balance;
}
.prog__time::after {
  content: "";
  /* border-right: 3px solid var(--color-orange); */
  /* border-right: 3px solid #fff3; */
  margin: auto;
  position: absolute;
  top: 1.7rem;
  bottom: -2.2rem;
  left: 1.7rem;
  width: auto;
  height: auto;
  /* opacity: 0.5; */
}

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

.prog .plyr__control {
  /* background-color: var(--color-blue); */
  /* color: #fff; */
  /* color: var(--color-blue); */
  /* color: #fff; */
  color: #fff;
  background: var(--color-dark);
  border: 0 none;
}
.prog .audio__duration {
  color: #0009 !important;
  /* font-weight: 800 !important; */
}

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

/*  */

.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; */
  background-color: var(--color-dark);
  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;
  margin-top: 2rem;
}

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

.engagement {
  max-width: none !important;
  text-align: center;
  padding: 1rem !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;
}
.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);
}
.engagement strong {
  font: var(--font-title);
}

.engagement a {
  background-color: #003252;
  background-color: #002238;
  color: #fff;
  display: inline-block;
  padding: 0.8rem 1.5rem;
  margin-top: 0.5rem;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  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;
}
.engagement a: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: var(--color-track);
  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;
}

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

.page__header__name {
  padding-top: calc(2 * var(--space-unit));
}

.item > .img {
  margin-top: -0.5px;
}

/* .site__footer {
  border-radius: 1.5rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
} */

/* .crumbs,
.site__header {
  border-radius: 1.5rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
} */

/* .site__header {
  background-image: url("/wp-content/themes/_/luz/img/wave.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
} */
/* .site__header {
  background-image: url("/wp-content/themes/_/luz/img/wave.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 0 29%;
} */

.wave .leaf {
  padding: 0;
  max-width: none !important;
}
/* .wave {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  z-index: 300;
} */
.wave {
  position: absolute;
  translate: 0 -65%;
  pointer-events: none;
  z-index: -1;
}
.wave svg {
  width: 1100px;
  height: auto;
  /* filter: drop-shadow(0 0 2px #000); */
}

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

.base--adhesion blockquote p {
  display: block;
}

.gallery--partenaires {
  margin-top: 0;
  margin-bottom: 3rem;
}

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

.thumb--podcasts .no-img,
.adjacent__img,
.vignette__img,
.thumb__img,
.thumb__preview {
  overflow: hidden;
  border: 2px solid var(--color-dark);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  cursor: pointer;
}

.thumb--podcasts .no-img,
.thumb--podcasts .thumb__img {
  border-bottom-left-radius: 24px;

}

/* .site__header {
  filter: drop-shadow(1px 1px 2px #0006);
} */

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

.author_page__header, .term_page__header {
  margin-top: 0;
}

/*  */

.terms {
  display: inline-block;
}

.date__name {
  font-weight: 800;
}

.item > .header > .podcasts__header__cartouche > .leaf {
  padding-bottom: 0;
}


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

/*
@font-face {
  font-family: 'bakso_sapiregular';
  src: url('./fonts/baksosapi/baksosapi-webfont.woff2') format('woff2'),
        url('./fonts/baksosapi/baksosapi-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-family: "bakso_sapiregular" !important;
} */


/*  */

.slide {
  align-items: flex-end;
}
.slide > div {
  background: #0008;
  padding: 2.3rem;
  max-width: 100%;
}
.slide > div::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  will-change: transform;
}

.progs {
  margin-top: 3rem;
  padding-top: 0 !important;
}

.main {
  position: relative;
}

.main > * {
  z-index: 3;
}

.home .main::before {
  height: 70vh;
}


.vignettes--podcasts {
  margin-top: calc(2 * var(--space-unit));
  position: relative;
  color: #fff;
  background-color: #e45a40;
  background-image: url("./img/podcasts-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 0.5rem;
}

.vignettes--podcasts .thumb__date {
  display: none;
}
.vignettes--podcasts .vignettes__header > a:hover,
.vignettes--podcasts a:hover {
  color: #000;
}
.vignettes--podcasts .vignettes__header {
  margin-bottom: 1rem;
}
.vignettes--podcasts .vignettes__header > a {
  color: #fff;
}
.vignettes--podcasts .thumbs {
  /* padding: 0 1rem; */
  padding-bottom: 1.5rem;
}

.crumbs__pagination svg,
.pagination svg,
.adjacent__direction svg {
  vertical-align: -0.18rem;
}
.adjacent {
  max-width: 190px;
}

/*  */

.site__footer {
  padding-bottom: 0;
  background: #34214f;
  /* background-image: url("./img/footer.png"), url("./img/footer-bg.jpg"); */
  background-image: url("./img/footer.png"), url("./img/baseline-soleil.png"), url("./img/footer-bg.jpg");
  background-size: 486px, 383px, cover;
  background-position: bottom, right 50% bottom 220px, center;
  background-repeat: no-repeat;
}

.composant_footer {
  /* padding-top: (100px); */
  padding-top: 111px;
  padding-top: min(111px, 30vw);
  position: relative;
}
.composant_footer::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 300px;
  max-width: min(400px, calc(100% - (4 * var(--space-unit))));
  margin: auto;
  /* padding: 5rem; */
  /* z-index: -1; */
  background-image: url("./img/logo-footer.svg");
  /* background-clip: content-box; */
  background-origin: padding-box;
  background-size: contain;
  /* background-position: top 12% center; */
  background-position: top 46px center;
  background-repeat: no-repeat;
}

/*.composant_footer>.leaf {
  overflow: visible;
  position: relative;
}
.composant_footer>.leaf * {
  position: relative;
  z-index: 1;
}
.composant_footer>.leaf::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10rem;
  right: -10rem;
  bottom: -30rem;

  z-index: 0;

  transform: translate(0rem, -0.1rem);

  /~ background-image: url('./img/mm.png'); ~/
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100%;
  background-position: top;
}*/

/*  */

.slug--programmes-semaine .main::before {
  display: none;
}

.wp-block-cover {
  max-width: calc(var(--max-width) - (var(--space-unit) * 4)) !important;
}

.item > .img > .leaf {
  max-width: calc(var(--max-width) - (var(--space-unit) * 4)) !important;
}

.post__header__name > .leaf {
  padding-bottom: 0 !important;
}

/* .content > .leaf {
  padding: 0 2rem !important;
} */

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

.item {
  font-size: 118%;
}

.home .crumbs {
  display: none;
  /* background: #fff; */
}

.home .site__header {
  margin-bottom: var(--space-unit);
}

.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::after {
  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;
}

.prog__cartouche > div:nth-child(2) {
  margin-top: -8px;
}

.wp-block-columns img {
  width: 100%;
}

.empty {
  display: none !important;
}

.slide h3 {
  font-size: 130%;
}

@media screen and (max-width: 708px) {
  .cal__header,
  .progs__wrapper {
    padding: 0 !important;
  }
  .prog {
    font-size: 0.8rem;
    line-height: 1.2;
  }
  .prog__time {
    margin-top: -0.2rem !important;
  }
  .prog__desc {
    margin-top: 0rem !important;
  }
  .prog--current::after {
    padding: 0.25rem 0.75rem;
  }

  .thumb__name, .vignette__name, .adjacent__name {
    font-size: 0.9rem;
  }

  .entete__header a, .cal__header a, .vignettes__header a {
    font-size: 1rem;
  }

  .top {
    font-size: 0.8rem;
  }
  .logo img {
    width: 223px;
  }
  .direct .custom_play > span > span {
    font-size: 1rem;
    translate: 0.1em -0.25em;
  }
}

@media screen and (max-width: 600px) {
  .site__footer {
    /* background-size: 86%, cover; */
    background-size: 86%, 72%, cover;
    background-position: bottom, right 50% bottom 37vw, center;
  }

  .copyright {
    padding-top: 94vw;
  }

  .hamburger {
    margin-top: -0.65rem;
  }
}
@media screen and (max-width: 450px) {
  .top {
    font-size: 0.7rem;
  }
  .logo img {
    width: 200px;
  }
  .direct .custom_play > span > span {
    font-size: 0.8rem;
    translate: 0.1em -0.42em;
  }
}

@media screen and (max-width: 400px) {
  .top {
    font-size: 0.68rem;
  }
  .direct .custom_play > span > span {
    display: none;
  }
}

/* a la une
=========== */

.a-la-une-bloc {
  margin: calc(2 * var(--space-unit)) 0;
}

.a-la-une-bloc__grid {
  --a-la-une-gap: calc(2 * var(--space-unit));
  display: grid;
  grid-template-columns: repeat(var(--a-la-une-cols, 3), minmax(0, 1fr));
  gap: var(--a-la-une-gap);
}

.a-la-une-bloc__item {
  position: relative;
  display: block;
  container-type: inline-size;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
  background-color: #393582;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: inherit;
  text-decoration: none;
  text-align: center;
}

.a-la-une-bloc__item::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.a-la-une-bloc__item--link {
  cursor: pointer;
}

 .a-la-une-bloc__item--link:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.a-la-une-bloc__item--rectangle {
  grid-column: span 2;
}

.a-la-une-bloc__item--rectangle::before {
  padding-top: calc(50% - (var(--a-la-une-gap) / 2));
}

/* .a-la-une-bloc__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.08));
} */

.a-la-une-bloc__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: clamp(0.25rem, 4cqi, 0.9rem); */
}

.a-la-une-bloc__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(0.25rem, 1.8cqi, 0.9rem);
  width: min(88%, 26rem);
  max-width: 100%;
  margin: 0 auto;
  transform-origin: center;
  font-size: clamp(0.65rem, 3.6vw, 2.5rem);
}

.a-la-une-bloc__text {
  max-width: 10ch;
  margin: 0;
  font-family: var(--ff-title);
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: anywhere;
}

.a-la-une-bloc__subtext {
  max-width: 16ch;
  margin: 0;
  font-family: var(--ff-main);
  font-size: 70%;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-transform: none;
  white-space: normal;
  overflow-wrap: anywhere;
}

.a-la-une-bloc__item--rectangle .a-la-une-bloc__body {
  width: min(90%, 34rem);
}

.a-la-une-bloc__item--rectangle .a-la-une-bloc__text {
  max-width: 15ch;
}

.a-la-une-bloc__item--rectangle .a-la-une-bloc__subtext {
  max-width: 24ch;
}

.a-la-une-bloc__item--inclination-left .a-la-une-bloc__body {
  transform: rotate(-10deg);
}

.a-la-une-bloc__item--inclination-right .a-la-une-bloc__body {
  transform: rotate(10deg);
}

.a-la-une-bloc__item--inclination-none .a-la-une-bloc__body {
  transform: none;
}

.a-la-une-bloc__item--text-white {
  color: #fff;
}

.a-la-une-bloc__item--text-white .a-la-une-bloc__text,
.a-la-une-bloc__item--text-white .a-la-une-bloc__subtext {
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
}

.a-la-une-bloc__item--text-black {
  color: #000;
}

@supports not (font-size: 1cqh) {
  .a-la-une-bloc__text {
    font-size: clamp(0.85rem, 2.2vw, 3.2rem);
  }

  .a-la-une-bloc__subtext {
    font-size: clamp(0.7rem, 1.6vw, 1.6rem);
  }
}

/* @media screen and (max-width: 920px) {
  .a-la-une-bloc__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .a-la-une-bloc__item,
  .a-la-une-bloc__item--rectangle {
    grid-column: span 1;
    aspect-ratio: 1.2 / 1;
  }

  .a-la-une-bloc__text,
  .a-la-une-bloc__item--rectangle .a-la-une-bloc__text {
    max-width: 12ch;
    font-size: clamp(1.5rem, 16cqh, 3.4rem);
  }
} */

@media screen and (max-width: 640px) {
  .a-la-une-bloc__grid {
    --a-la-une-gap: calc(1 * var(--space-unit));
  }
}

@media (min-width: 1000px) {
  .vignettes--podcasts .thumbs {
    padding: 0 1rem;
  }
}

.slider-container,
h2 + .a-la-une-bloc {
  margin-top: calc(1 * var(--space-unit));
}

.vignettes {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.site__footer a {
  text-decoration: none;
  font-weight: 600;
  /* font-weight: normal; */
}

.modification_mention {
  margin-top: calc(1 * var(--space-unit));
  font-size: 0.875rem;
  line-height: 1.4;
  opacity: 0.5;
}

/*  */

.menu--header .icon--search svg {
  width: 2.3rem;
  height: 2.3rem;
}

.menu--header {
  position: absolute;
  right: 2rem;
  width: auto;
  display: inline-block;
  margin: 0 !important;
}
@media only screen and (max-width: 1070px) {
  .menu--header {
    right: 5rem;
  }
}
@media only screen and (max-width: 508px) {
  .direct .custom_play > span > span {
    display: none;
  }

  .menu--header {
    right: 4.2rem;
  }
}

.site__header__group {
  position: relative;
}

@media only screen and (max-width: 381px) {
  .site__header__group {
    display: block;
  }

  .logo {
    padding-bottom: 0.2rem;
    margin-top: 0.5rem;
  }

  .logo img {
    width: 83% !important;
  }

  .menu--header {
    bottom: -0.15rem;
    right: 1.5rem;
  }

  .menu--header .icon--search svg {
    width: 3.5rem;
    height: 3.5rem;
  }
}

/*  */

.site__top__freq span {
  opacity: 0.2;
  font-weight: 100;
}

/*  */

.no-img {
  cursor: pointer;
}

.plural__thumbs .no-img {
  background-color: #393582;
  background-image: linear-gradient(135deg, #393582 25%, #85406d 25%, #85406d 50%, #393582 50%, #393582 75%, #85406d 75%, #85406d);
  /* background-image: linear-gradient(135deg,#85406d83, #85406d27); */
  opacity: 0.9;
  /* filter: contrast(0.4) saturate(1.9); */
  aspect-ratio: 1.3;
  border: 2px solid var(--color-dark);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.base--podcasts .plural__thumbs .thumb--podcasts_cat:first-child {
  order: 100;
}
