@font-face {
    font-family: 'Syne';
    src: url('fonts/Syne-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Syne';
    src: url('fonts/Syne-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


* {
  margin: 0;
  padding: 0;
}

:root {
  --padding: 1rem;
  --font: 'Syne', sans-serif;
  --headerH : 100px;
}

html {
  font-family: var(--font);
  color: #000;
}

body {
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
  background: #ffffff;
}

main{
  transition: all 0.3s ease;
}

em{
  font-family: Helvetica, sans-serif;
  font-size: 0.95em;
}

img {width: 100%;}
li {list-style: none;}
a {
  color: currentColor;
  text-decoration: none;
}

a:hover{
  transform: skewX(10deg);
}

h1{margin-bottom: var(--padding);}
h1, h2, h3, h4, h5{font-family: var(--font);}

h2{
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 3rem;
}

h3{
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 50px;
  margin-bottom: 10px;
  margin-left: 50px;
  font-weight: normal;
}

iframe{
  width: 100%;
  height:100%;
  margin:0;
}


/* ---- H E A D E R  ----- */
header{
  font-size: 1.2rem;
  width: 100%;
  height: var(--headerH);
}

.logo {
  font-family: var(--font);
  position: fixed;
  left:var(--padding);
  top: var(--padding);
  background: transparent;
}

main{
  margin:0;
  font-size: 1.2rem;
  min-height: 100vh;
  padding-top: 50px;
}


main:not(.home){
  margin-bottom: 200px;
}

.col-inner div{
  color: transparent;
  background-clip: text;
}

section.about{
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin-bottom: 300px;
}

section.about .col-inner div{
  max-width: 700px;
  margin-bottom: 25px;
}

section.about .col-inner div:nth-child(2){
  margin-left: 30%;
}

section.about .col-inner div:nth-child(3){
  margin-left: 12%;
}

section.about .col-inner div:nth-child(4){
  margin-left: 45%;
}

section.about .col-inner div:nth-child(5){
  margin-left: 18%;
}

section.about .col-inner div:nth-child(6){
  margin-left: 36%;
}

main p a{
  text-decoration: underline;
}

.emission{
  margin-bottom: calc(var(--padding) * 2);
  padding-bottom: calc(var(--padding) * 2);
}


/* ----- P L A Y E R ------- */
#sticky-player,
#ecouter-en-direct-player {
    position: fixed;
    bottom: 40px;
    width: 90%;
    left: 50%;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
    background: rgba(150, 35, 250, .2);
    box-shadow: 0 0 0 1px hsla(163,6%,77%,.1);
    backdrop-filter: blur(5px);
    border-radius: 5px;
}

#sticky-player{
  z-index: 999;
}

#sticky-player.hidden, 
#sticky-player{
    transform: translate(-50%, 200%);
}

#sticky-player.visible,
#ecouter-en-direct-player {
  transform: translate(-50%, 0%);
}

#sticky-player .player-content{
  width: 95%;
  margin-left: 2%;
}

#ecouter-en-direct-player .player-content{
  width: 95%;
  margin: auto;
}

#sticky-player #sticky-player_close-btn{
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 1em;
  font-weight: bold;
}

#ecouter-en-direct-player .audioplayer{
  height: 19px;
}

#sticky-player #player-title,
.ecouter-en-direct h3{
  margin: 0;
  font-size: 16px;
  margin-left: 40px;
  font-weight: bold;
}

.ecouter-en-direct .green-audio-player .controls span{
  font-size: 1.2em;
}

.ecouter-en-direct .controls__slider,
.ecouter-en-direct .controls__total-time,
.ecouter-en-direct .download{
  display: none !important;
}

.ecouter-en-direct .green-audio-player .volume{
  top:-10px;
}


#floating-cover {
  position: fixed;
  top: 0px;
  right: 0px;
  transition: opacity 0.4s ease;
  opacity: 0;
  z-index: 100;
  padding: 0;
  backdrop-filter: blur(20px);
  width: 9.2%;
}

#floating-cover.visible {
  opacity: 0.8;
}

.green-audio-player{
  height: auto;
}

.green-audio-player .holder {
  position: relative;
  top: -10px;
  left: -10px;
}

.green-audio-player .slider{
  background-color: lightgrey;
}

.green-audio-player .play-pause-btn{
  font-size: 1.5em;
  width: 25px;
}

.green-audio-player .controls .controls__slider{
  height: 8px;
  background: rgba(234, 215, 255, 0.7);
  border-radius: 5px;
  border: 1px solid rgb(203, 203, 203);
}

.green-audio-player .controls .controls__slider .controls__progress .progress__pin{
  top: -4.5px;
}

.audioplayer .slider .gap-progress .pin{
  width: 14px;
  height: 14px;
  position: absolute;
  border: 1px solid rgb(136, 136, 136);
  border-radius: 100px;
  background-color: #FFF !important;
}

.audioplayer .slider .gap-progress {
  background: #FFF;
}

/* --- H O M E ----- */

.all-emissions{
  margin-bottom: 50px;
}

.all-emissions .cell{
  border-bottom: 1px solid #000;
  padding: 10px 0px;
  display: block;
  cursor: pointer;
}

.all-emissions .cell:hover{
  background: rgba(255, 255, 255, 0.5);
}

.cell_emission .emission-text {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  color: transparent;
  background-clip: text;
  transition: opacity 0.3s ease, max-height 0.4s ease;
}

.cell_emission.active .emission-text {
  opacity: 1;
  max-height: 1000px;
  margin-left: 41px;
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 16px;
  max-width: 800px;
}

.all-emissions ul ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
}

.all-emissions li.active > ul {
  max-height: 4000px;  
  opacity: 1;
}

.all-emissions li > ul {
  padding-left: 40px;
}

.play-btn{
  background: transparent;
  font-size: 1.5em;
  border: none;
  margin-right: 1rem;
  cursor: pointer;
  padding-top: 6px;
  width: 35px;
}

.cell_emission .audio{
  float: left;
}

/* ----- audio player ------- */
.audioplayer {
  background-color: transparent;
  box-shadow: none;
  padding-left: 0;
  width: 100%;
  padding-right:0;
}

.audioplayer .holder svg {
  transform: scale(1.2);
  outline: 0;
}

.audioplayer .holder .play-pause-btn {
  outline: 0;
  opacity: 1;
  cursor: pointer;
}

.audioplayer .controls {
  font-family: var(--font);
  color: #000;
}

.audioplayer audio {
  display: none;
}

.audioplayer .download svg {
  transform: scale(0.8);
}

.audioplayer .volume .volume__controls {
  background: #FFF;
}

.audioplayer .volume .volume__controls.top {
  bottom: 35px;
}

.audioplayer .volume svg {
  outline: 0;
}

.audioplayer .volume .volume__button.open .volume__speaker {
  fill: #000; 
  opacity: 1;
}

.audioplayer .volume svg {
  transform: scale(0.8);
}






