@charset "UTF-8";
@import url(../fonts/stylesheet.css);
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0 20px;
  font-size: 12px;
  line-height: 1.3;
  font-family: 'Karla', sans-serif;
  position: relative;
  width: calc(100% - (20px*2));
  max-width: calc(100% - (20px*2)); }



main p, main ul, main li, main a {
  font-size: 21px; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 28px; 
  opacity: 75%;
}

ul, ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none;
  margin-bottom: 40px; }

a {
  color: #000;
  text-decoration: none;
  outline: none; }

a:focus, a:visited {
  outline: none; }

main a {
  color: #816366;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  main a:hover {
    opacity: 0.85; }

img {
  width: 100%; }

figure {
  margin: 0; }

body[data-template="home"] header {
  height: 7em; }
  body[data-template="home"] header h1 {
    font-size: 2em; }

header {
  padding: 20px 2rem;
  width: 100%;
  max-width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#B79440), to(rgba(51, 204, 255, 0)));
  background: -o-linear-gradient(top, #B79440, rgba(51, 204, 255, 0));
  background: linear-gradient(180deg, #B79440, rgba(51, 204, 255, 0));
  z-index: 10000;
  height: 6em; }
  header h1 {
    margin-top: 0;
    font-size: 1.5em;
    letter-spacing: 2px;
    text-align: center;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    header h1:hover {
      opacity: 1; }
  header.row {
    margin: 0; }
  header a {
    text-decoration: none; }
  header .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
  header .mobile-menu_logo {
    padding: 10px 20px 0 20px; }
  header .mobile-menu_btn {
    display: block;
    position: relative;
    margin: 0px 50px;
    cursor: pointer;
    height: 24px; }
    header .mobile-menu_btn span {
      display: block;
      background: #000;
      height: 4px;
      width: 35px;
      position: absolute;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    header .mobile-menu_btn span:nth-child(1) {
      top: 0px; }
    header .mobile-menu_btn span:nth-child(2) {
      top: 10px; }
    header .mobile-menu_btn span:nth-child(3) {
      top: 20px; }
    header .mobile-menu_btn .transparent {
      opacity: 0; }
    header .mobile-menu_btn .rotate-top {
      -webkit-transform: rotatez(45deg);
      -ms-transform: rotate(45deg);
      transform: rotatez(45deg);
      -webkit-transform-origin: 0%;
      left: 2px; }
    header .mobile-menu_btn .rotate-bottom {
      -webkit-transform: rotatez(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotatez(-45deg);
      -webkit-transform-origin: 15%; }
  header .nav {
    max-height: 0;
    overflow: hidden;
    background: #FFF;
    margin: 0;
    width: 100%;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear; }
    header .nav.active {
      max-height: 100vh;
      overflow: auto; }
  header .main-nav {
    margin-top: 20px; }
    header .main-nav li {
      padding-top: 2px;
      padding-bottom: 2px;
      cursor: pointer;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      header .main-nav li a {
        color: #816366; }
      header .main-nav li.active {
        color: #000; }
        header .main-nav li.active::before {
          color: #000; }
  header .main-nav_first-level > li:hover, header .main-nav_first-level > li:hover > a {
    color: #000; }
    header .main-nav_first-level > li:hover::before, header .main-nav_first-level > li:hover > a::before {
      color: #000; }
  header .main-nav_first-level > li ul > li a {
    color: #816366; }
  header .main-nav_first-level > li ul > li:hover, header .main-nav_first-level > li ul > li:hover a {
    color: #000; }
  header .main-nav_submenu {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: max-height 0.3s linear, padding 0.2s linear 0.2s, border-bottom-width 0.2s linear;
    -o-transition: max-height 0.3s linear, padding 0.2s linear 0.2s, border-bottom-width 0.2s linear;
    transition: max-height 0.3s linear, padding 0.2s linear 0.2s, border-bottom-width 0.2s linear; }
    header .main-nav_submenu.active {
      padding: 10px;
      max-height: 200px;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    header .main-nav_submenu a.active {
      color: #000; }

/* ÉCOUTER EN DIRECT */
.ecouter-en-direct{
  position: fixed;
  bottom: 0;
  left:0;
  padding: 2em;
  background: linear-gradient(0deg, #B79440, rgba(51, 204, 255, 0));
  width: 100%;
}
.ecouter-en-direct h3{
  margin:0;
  text-align: center;
}

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

@media only screen and (min-width: 62em) {
  body[data-template="home"] header {
    height: 10em; }
    body[data-template="home"] header h1 {
      font-size: 3em; }
  header {
    position: fixed; }
    header .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      min-height: auto;
      max-height: none;
      padding-left: 40px; }
    header .main-nav {
      margin-top: 0; }
    header .main-nav_first-level {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    header .main-nav_submenu {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      padding: 0 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #FFF; }
      header .main-nav_submenu.active {
        padding: 10px 20px; }
      header .main-nav_submenu li {
        padding: 0px 10px; } }

.show-for-small-only {
  display: block; }

.hide-for-small-only {
  display: none; }

main {
  padding: 0px 1rem; 
  padding-bottom: 150px;
}

.presentation-wrapper {
  font-size: 1em;
  padding: 0; }

.nav {
  padding-top: 130px; }
  .nav li {
    font-size: 1.5em;
    display: inline-block; }
    .nav li a {
      margin-bottom: 10px;
      margin-right: 15px;
      background: #B79440;
      border: 2px solid #B79440;
      border-radius: .5rem;
      padding: 10px 15px;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      background: #FFF;
      padding-left: 40px;
      cursor: pointer; }
      .nav li a:before {
        content: "⟿";
        margin-left: -30px; }
      .nav li a:hover {
        color: #FFF;
        background: #B79440; }
        .nav li a:hover > a {
          color: #FFF; }
    .nav li.active > a {
      background: #B79440;
      color: #FFF; }
    .nav li.les-emissions {
      cursor: pointer; }
    .nav li.les-emissions > a {
      pointer-events: none; }
    .nav li.les-emissions.active, .nav li.les-emissions:hover {
      background: #FFF;
      color: #000; }
      .nav li.les-emissions.active > a, .nav li.les-emissions:hover > a {
        color: #FFF;
        background-color: #B79440; }
  .nav .main-nav_submenu {
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s linear, padding-top 0.2s linear 0.2s, border-bottom-width 0.2s linear;
    -o-transition: max-height 0.3s linear, padding-top 0.2s linear 0.2s, border-bottom-width 0.2s linear;
    transition: max-height 0.3s linear, padding-top 0.2s linear 0.2s, border-bottom-width 0.2s linear;
    margin-left: 0; }
    .nav .main-nav_submenu li {
      margin: 0;
      font-size: 0.8em;
      display: inline-block;
      color: #000;
      margin-bottom: 20px;
      margin-top: 10px; }
      .nav .main-nav_submenu li.active {
        color: #FFF; }
        .nav .main-nav_submenu li.active a {
          color: #FFF;
          background: #B79440; }
      .nav .main-nav_submenu li a:hover {
        color: #FFF;
        background: #B79440; }
    .nav .main-nav_submenu.active {
      padding-top: 20px;
      max-height: 400px;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }

.ateliers-list {
  margin-top: 30px; }

.audioplayer {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  width: 100%; }
  .audioplayer .holder svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    outline: 0; }
  .audioplayer .holder .play-pause-btn__icon {
    outline: 0;
    fill: #B79440;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .audioplayer .holder .play-pause-btn__icon:hover {
      opacity: 0.85; }
  .audioplayer .slider .gap-progress .pin {
    background-color: #B79440; }
  .audioplayer .slider .gap-progress {
    background-color: #B79440; }
  .audioplayer .controls {
    font-family: "Karla", sans-serif;
    color: #3F3F3F; }
  .audioplayer audio {
    display: none; }
  .audioplayer .download svg {
    fill: #3F3F3F;
    opacity: 0.6;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .audioplayer .download svg:hover {
      opacity: 0.9; }
  .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: #B79440;
    opacity: 1; }
  .audioplayer .volume .volume__speaker {
    fill: #3F3F3F;
    opacity: 0.6;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .audioplayer .volume .volume__speaker:hover {
      opacity: 0.9; }

.emission a, .atelier a {
  text-decoration: none;
  color: #9D7F38; }

.emission h2, .atelier h2 {
  margin: 0;
  color: #9D7F38; }

.note h2 {
  color: #9D7F38;
  font-weight: 600;
  margin-top: 0; }

.note > p {
  opacity: 75%; }

/*.ecouter-en-direct {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #B79440;
  display: none; }*/

.ecouter-en-direct.active {
  display: block; }

.ecouter-en-direct .controls,
.ecouter-en-direct .volume,
.ecouter-en-direct .download {
  display: none !important; }

.ecouter-en-direct .audioplayer .holder {
  margin: auto; }

.ecouter-en-direct .audioplayer .holder svg {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); }

#direct-btn {
  border: 2px solid #B79440;
  border-radius: .5rem;
  padding: 10px 15px;
  background: #FFF;
  font-size: 1.5em;
  display: inline-block;
  cursor: pointer; }

@media only screen and (min-width: 62em) {
  .show-for-small-only {
    display: none !important; }
  .hide-for-small-only {
    display: block !important; }
  .presentation-wrapper {
    font-size: 2em; }
  main {
    padding: 150px 1rem; }
  .nav {
    padding-top: 0;
    position: fixed;
    top: 175px;
    left: 20px; } }
