/*
#@squelettes/css/perso.less
*/
/* Surcharge couleurs */
a {
  color: #F21237;
}
a:hover,
a:focus {
  color: #990000;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  background-color: #F21237;
}
/*
TYPOS et styles de texte
=======================*/
@font-face {
  font-family: "canut-icones";
  src: url("//radiocanut.org/squelettes/font/canut-icones/font/canut-icones.woff2") format("woff2"), url("//radiocanut.org/squelettes/font/canut-icones/font/canut-icones.woff") format("woff");
}
@font-face {
  font-family: "espa";
  src: url("//radiocanut.org/squelettes/font/espa-extended-kit/espa-extended-webfont.woff2") format("woff2"), url("//radiocanut.org/squelettes/font/espa-extended-kit/espa-extended-webfont.woff") format("woff");
}
body {
  background-color: #fff;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  background-image: url("//radiocanut.org/squelettes/images/background-2018-10-03.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  hyphens: auto;
}
.titre-typo-canut {
  font-family: 'espa', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #000;
  hyphens: manual;
}
h1,
h2,
.h1-like,
.h1,
.h2,
.h2-like,
.secondary .h1,
.secondary .h1-like,
.secondary .h2-like,
.secondary .h2,
.secondary h1,
.secondary h2 {
  font-family: 'espa', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #000;
  hyphens: manual;
}
h3,
.secondary h3,
.h3,
.secondary .h3,
.h3-like,
.secondary .h3-like {
  font-family: 'espa', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #000;
  hyphens: manual;
  font-size: 1.4rem;
}
/* Titres soulignés*/
.titre-souligne {
  position: relative;
  line-height: 120%;
  padding-bottom: 5px;
  display: inline;
  box-decoration-break: clone;
}
.titre-souligne:before {
  display: block;
  content: ' ';
  position: absolute;
  bottom: 15px;
  left: 0px;
  background-image: url('//radiocanut.org/squelettes/css/img/souligne.svg');
  background-size: 100% 100%;
  height: 7px;
  width: 100%;
  transform: skew(0deg, -1deg);
}
#content h1,
#content h2,
.page_sommaire #aside h1,
.page_sommaire #aside h2 {
  position: relative;
  line-height: 120%;
  padding-bottom: 5px;
  display: inline;
  box-decoration-break: clone;
}
#content h1:before,
#content h2:before,
.page_sommaire #aside h1:before,
.page_sommaire #aside h2:before {
  display: block;
  content: ' ';
  position: absolute;
  bottom: 15px;
  left: 0px;
  background-image: url('//radiocanut.org/squelettes/css/img/souligne.svg');
  background-size: 100% 100%;
  height: 7px;
  width: 100%;
  transform: skew(0deg, -1deg);
}
#content h1 {
  position: relative;
  line-height: 120%;
  padding-bottom: 5px;
  display: inline;
  box-decoration-break: clone;
}
#content h1:before {
  display: block;
  content: ' ';
  position: absolute;
  bottom: 15px;
  left: 0px;
  background-image: url('//radiocanut.org/squelettes/css/img/souligne.svg');
  background-size: 100% 100%;
  height: 7px;
  width: 100%;
  transform: skew(0deg, -1deg);
}
#content h1:after {
  content: ' ';
  visibility: hidden;
  display: block;
  width: 0px;
  height: 1.5rem;
}
#content h2.h3-like:before {
  height: 3px;
}
/* Sous titres affichés à droite du titre */
.soustitre-flotant {
  display: inline-block;
  margin-left: 1rem;
}
#nav {
  font-family: 'espa', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
}
a:active,
a:focus,
a:hover {
  background: none;
}
a.liens-noirs,
a.liens-noirs > *,
.liens-noirs a {
  color: #000;
}
a.liens-blancs,
a.liens-blancs > *,
.liens-blancs a {
  color: #FFF;
}
a.liens-noirs:hover,
a.liens-noirs:hover > *,
.liens-noirs a:hover,
a.liens-blancs:hover,
a.liens-blancs:hover > *,
.liens-blancs a:hover {
  color: #F21237;
}
a:hover h1,
a:hover h2,
a:hover .h1-like,
a:hover .h1,
a:hover .h2,
a:hover .h2-like,
a:hover .secondary .h1,
a:hover .secondary .h1-like,
a:hover .secondary .h2-like,
a:hover .secondary .h2,
a:hover .secondary h1,
a:hover .secondary h2 h3,
a:hover .secondary h3,
a:hover .h3,
a:hover .secondary .h3,
a:hover .h3-like,
a:hover .secondary .h3-like {
  color: #F21237;
}
h1 a:hover,
h2 a:hover,
.h1-like a:hover,
.h1 a:hover,
.h2 a:hover,
.h2-like a:hover,
.secondary .h1 a:hover,
.secondary .h1-like a:hover,
.secondary .h2-like a:hover,
.secondary .h2 a:hover,
.secondary h1 a:hover,
.secondary h2 a:hover,
h3 a:hover,
.secondary h3 a:hover,
.h3 a:hover,
.secondary .h3 a:hover,
.h3-like a:hover,
.secondary .h3-like a:hover {
  color: #F21237 !important;
}
a.spip_out::after {
  content: "\0000a0\279A";
  font-size: .6em;
  position: relative;
  bottom: .4em;
}
.border_dot {
  border: 1px dotted;
}
/* utils typo */
.small {
  font-size: 0.85rem;
  line-height: 120%;
}
.typo-titre {
  font-family: 'espa', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.typo-corps {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  text-transform: none;
}
.texte-petit {
  font-size: 0.9rem;
  line-height: 140%;
}
.majuscule-initiale::first-letter {
  text-transform: capitalize;
}
span.majuscule-initiale {
  display: inline-block;
}
.uppercase {
  text-transform: uppercase;
}
/* Classes utilitaires
======================*/
.centrer-vertical {
  transform: translate(0%, 50%);
}
/* Structure des pages
======================*/
.page {
  /* width  : 90%; */
  margin: auto;
}
.page > .container {
  position: relative;
  z-index: 2;
}
.breadcrumb {
  margin-bottom: 0;
  border-radius: 0;
  display: inline-block;
  padding: 2px 8px;
  font-size: .85rem;
}
#footer {
  margin: 0;
  border: 0;
  background-color: #FFF;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  #header,
  #footer,
  #footer_player {
    margin-left: -20px;
    margin-right: -20px;
  }
}
/* Style page article de base */
.page_article #content article {
  padding-left: 2rem;
  padding-right: 2rem;
}
.page_article .main p {
  font-size: 1rem;
  line-height: 160%;
}
.page_article .main h3 {
  font-size: 1.8rem;
  margin-right: 4rem;
}
/* Style page rubrique de base */
.page_rubrique .main .liste.articles {
  padding: 0;
}
.page_rubrique .main .liste.articles .liste-items {
  margin-left: 0;
  margin-right: 0;
}
.page_rubrique .main .liste.articles .liste-items .entry {
  padding-left: 0;
  padding-right: 0;
}
/* Surcharges des compositions */
/* composition documentation */
.menu-doc > .nav-list {
  margin: 0;
  padding: 0;
  border: none;
  padding-left: 1rem;
}
.menu-doc > .nav-list a {
  padding: 0;
  margin-bottom: 0.5rem;
  font-family: 'Roboto', sans-serif;
  margin-left: 0;
  display: block;
  margin-left: 1em;
  background: transparent;
}
.menu-doc ul ul {
  padding: 0;
  border-left: solid 1px #DDD;
  padding-left: 1rem;
}
.menu-doc li {
  margin-left: 0rem;
  position: relative;
}
.menu-doc .active > a.on {
  color: #F21237;
  background: transparent;
  text-shadow: none;
}
.menu-doc .courant > a {
  font-weight: bold;
}
.menu-doc .item.rubrique:before {
  content: "🗀";
  position: absolute;
  left: -.5em;
}
.menu-doc .item.article:before {
  content: "🗎";
  position: absolute;
  left: -.5em;
}
/* composition emissions */
.composition_emissions .menu.rubriques ul {
  margin: 0;
  list-style-type: none;
  width: 100%;
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 30px;
}
.composition_emissions .menu.rubriques li {
  position: relative;
  text-align: left;
  padding-top: 2rem;
  margin-bottom: 0;
  min-width: 0;
}
.composition_emissions .menu.rubriques li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.composition_emissions .menu.rubriques li .logo {
  margin-bottom: .5rem;
  width: 100%;
}
.composition_emissions .menu.rubriques li .logo img {
  width: 100%;
}
.composition_emissions .menu.rubriques li .description {
  width: 100%;
  margin-bottom: .5rem;
}
.composition_emissions .menu.rubriques li .titre {
  margin-bottom: 0;
  line-height: 100%;
  margin-top: 0rem;
}
.composition_emissions .menu.rubriques li .description span {
  /* hyphens: auto; */
  padding-right: 30px;
}
.composition_emissions .menu.rubriques li .soustitre {
  display: block;
  margin-top: -0.2rem;
}
.composition_emissions .menu.rubriques li .fleche {
  font-size: 2rem;
  margin-bottom: 0;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 30px;
}
@media (max-width: 1199px) {
  .composition_emissions .menu.rubriques ul li {
    padding: 1rem;
  }
}
@media (max-width: 979px) {
  .composition_emissions .menu.rubriques ul {
    display: block;
  }
  .composition_emissions .menu.rubriques ul li {
    padding: .5rem;
    margin-bottom: 1rem;
  }
  .composition_emissions .menu.rubriques ul li > a {
    flex-direction: row;
    align-items: flex-start;
  }
  .composition_emissions .menu.rubriques ul li > a .logo {
    max-width: 102px;
    margin-bottom: 0px;
    margin-right: 1rem;
  }
  .composition_emissions .menu.rubriques ul li > a .description {
    padding-top: .5rem;
  }
}
@media (max-width: 979px) and (max-width: 479px) {
  .composition_emissions .menu.rubriques ul li > a .logo {
    max-width: 64px;
  }
  .composition_emissions .menu.rubriques ul li > a .description {
    padding-top: 0;
  }
}
/* formulaire filtre page emissions*/
#formulaire_filtre_emissions .selection_mots input {
  margin-top: 0;
}
#formulaire_filtre_emissions .selection_mots h3,
#formulaire_filtre_emissions .selection_mots label,
#formulaire_filtre_emissions .selection_mots .choix,
#formulaire_filtre_emissions .editer_afficher_emissions {
  display: inline-block;
  margin: 0;
  margin-right: 1rem;
}
#formulaire_filtre_emissions label,
#formulaire_filtre_emissions select {
  display: inline-block;
  width: auto;
}
/* formulaire menu déroulant */
#formulaire_filtre_emissions.filtres-emission-deroulants {
  margin-bottom: 0;
}
#formulaire_filtre_emissions.filtres-emission-deroulants .form_container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#formulaire_filtre_emissions.filtres-emission-deroulants .form_container .choix {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
#formulaire_filtre_emissions.filtres-emission-deroulants .form_container .choix > * {
  flex: 1 1 auto;
  margin: 0;
}
#formulaire_filtre_emissions.filtres-emission-deroulants .form_container .choix select {
  margin: 0;
}
/* composition emission */
.composition_emission .syndic_article {
  background: transparent;
  padding: 0;
}
.composition_emission #content section {
  overflow: auto;
}
.composition_emission #content header {
  overflow: auto;
}
.composition_emission #content aside {
  float: right;
  box-sizing: border-box;
  padding-left: 2rem;
  overflow: auto;
}
.composition_emission #content .main {
  float: left;
  width: 60%;
}
.composition_emission #content aside {
  width: 40%;
}
.composition_emission #content aside::after {
  content: "";
  clear: both;
}
.composition_emission #content .liste.sites ul {
  margin-left: 0;
}
.composition_emission #content .liste.sites li {
  margin-bottom: 1rem;
  list-style-type: none;
}
.composition_emission #content .liste-items {
  margin-left: 0;
}
.composition_emission #content .syndic_son .titre {
  display: none;
}
.composition_emission #content .syndic_son a {
  margin-top: .4rem;
}
/* Style header */
#header {
  margin-bottom: 2rem;
  background-color: #fff;
  height: 100px;
}
.header header.accueil {
  position: relative;
}
/* logo */
#logo_site_spip {
  display: block;
  float: left;
  color: #000;
  margin-bottom: 0px;
  height: 100px;
  width: 250px;
  overflow: visible;
}
#logo_site_spip img {
  float: none;
  position: relative;
  top: -35px;
  left: -70px;
  max-width: none;
  margin: 0;
  margin-right: -20px;
}
#slogan_site_spip {
  /*display: inline-block;*/
  float: left;
  width: 230px;
  margin-top: 1rem;
  font-size: 2rem;
  line-height: 100%;
  color: #000;
  transform: skewY(-6deg);
  position: relative;
  left: -20px;
}
#slogan_site_spip:after {
  content: " 102.2FM";
  color: #F21237;
  position: relative;
  top: 10px;
}
@media (max-width: 1200px) {
  #slogan_site_spip {
    font-size: 1.6rem;
  }
}
@media (max-width: 992px) {
  #slogan_site_spip {
    display: none;
  }
}
li.nav-search {
  float: right;
}
/* Menu */
#header .navbar {
  margin-bottom: 0px;
  display: block;
  overflow: visible;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: auto;
}
.navbar-wrap {
  margin-left: 100px;
  background-color: #fff;
}
.liste-items {
  margin-left: 20px;
}
/* menus deroulants */
.dropdown-menu {
  right: 0;
  left: auto;
}
.navbar .nav > li > .dropdown-menu::before {
  left: auto;
  right: 9px;
}
.navbar .nav > li > .dropdown-menu::after {
  left: auto;
  right: 10px;
}
#nav {
  width: 100%;
  /* position: absolute;
  bottom: 0px;
  right: 0px; */
}
#nav .nav-collapse {
  float: right;
}
#nav .navbar-inner {
  margin-right: auto;
  margin-left: auto;
  box-shadow: none;
}
.navbar-inverse .navbar-inner {
  color: #000;
  border: none;
  border-radius: 0px;
  background-image: none;
  background-color: #FFF;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #000;
  padding: 10px 15px 5px 15px;
  background: #FFF;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: #000;
}
#nav .formulaire_recherche {
  margin-bottom: 0px;
  margin-top: 5px;
  width: 150px;
  margin-right: 5px;
  padding-right: 80px;
}
#nav .formulaire_recherche .input-append .search-query {
  border-radius: 0px;
  margin-left: .5rem;
}
#nav .formulaire_recherche .input-append .btn {
  border-radius: 0px;
}
@media (max-width: 767px) {
  #header .navbar {
    top: 10px;
    bottom: auto;
    z-index: 99;
    max-width: 100%;
  }
  .navbar-inverse .nav-collapse .nav {
    border-radius: 3px;
    border: solid 1px #333;
    background: #000;
    overflow: hidden;
  }
  .navbar-inverse .nav-collapse .nav > li > a {
    font-weight: normal;
    white-space: nowrap;
    background: #000;
    color: #FFF;
    margin: 0;
    border-radius: 0;
    border-bottom: solid 1px #333;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover {
    color: #F21237;
  }
  .nav-collapse .dropdown .dropdown-toggle {
    display: none;
  }
  .nav-collapse .dropdown .dropdown-menu {
    display: block;
  }
  .navbar-inverse .nav-collapse li.on.active a {
    color: #666;
  }
}
/* Style blocs actu accueil*/
.page_sommaire .bloc-actu .liste-items {
  margin-left: 0;
  margin-bottom: 0;
}
.page_sommaire .bloc-actu .liste-items .item {
  border-top: 0;
  border-bottom: 0;
}
.page_sommaire .bloc-actu .liste-items .item article {
  padding: 0;
}
.page_sommaire .bloc-actu .liste-items .item article .introduction {
  font-size: .85rem;
  line-height: 140%;
}
.page_sommaire .bloc-actu .liste-items .item article time {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  color: #F21237;
  font-size: .85rem;
  line-height: 140%;
  text-transform: none;
}
.page_sommaire .bloc-actu .liste-items .item article .entry-title a {
  color: #000;
}
.page_sommaire .bloc-actu-radio time,
.page_sommaire .bloc-actu time {
  display: none;
}
/* Style Manchette */
.hero-unit .postmeta {
  text-align: right;
}
.hero-unit .spip_logos {
  float: none;
  margin: auto;
}
/* Style page article */
article {
  background-color: #fff;
  padding: 20px;
}
.well {
  background-color: #fff;
}
.liste.articles,
.liste.mots {
  background-color: #fff;
  padding: 20px;
}
/* Style listes bloc */
html:not(.page_sommaire) section,
.liste.long,
.liste.syndic_articles,
.bloc-blanc {
  background-color: #ffffff;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  overflow: auto;
}
/* classe pour passer le header d'un bloc blanc en bandeau noir*/
.header-noir {
  background: #000;
  margin: -1rem -2rem;
  margin-bottom: 0px;
  padding: 1rem;
  padding-bottom: 0;
}
#content .header-noir h1 {
  color: #FFF;
  display: inline;
  margin: 0;
  padding: 0;
  padding-top: 2rem;
  font-size: 4rem;
  line-height: 100%;
}
#content .header-noir h1:after,
#content .header-noir h1:before {
  content: none;
}
.logo_actu {
  float: left;
  margin-left: 0px;
  margin-right: 1rem;
  margin-bottom: .5rem;
}
/* Style grille du jour */
/* Style syndic_son */
.syndic_son {
  display: flex;
}
.syndic_son,
li.syndic_son {
  /* clear: both; */
  /* margin   : 2rem 0; */
  overflow: hidden;
}
.bloc-podcast .liste-items {
  margin: 0;
  overflow: auto;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
}
.bloc-podcast .liste-items li {
  margin: 0;
  margin-bottom: 1rem;
  margin-right: .5rem;
}
.syndic_son .logo {
  position: relative;
  width: 48px;
  height: 48px;
  float: left;
  margin: .5rem;
  margin-left: 0;
  overflow: hidden;
  /* border-radius : 32px; */
  background: #AAA;
  flex: 0 0 auto;
}
.syndic_son .logo img {
  opacity: .9;
}
.syndic_son .description a {
  font-size: 0.85rem;
  line-height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.syndic_son .titre {
  margin: 0;
  margin-top: .4rem;
  font-size: 1.2rem;
}
.syndic_son .sous-titre {
  margin: 0;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 100%;
}
.bouton_play {
  z-index: 1;
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.syndic_son .bouton-play-pause {
  font-size: 1.6rem;
  flex: 0 0 auto;
}
.bouton-play-pause::before {
  margin-left: 0;
  margin-top: 2px;
}
.syndic_son .bouton-play-pause,
.syndic_son .sous-titre {
  padding-bottom: .2rem;
}
.playing {
  /* border-radius : 1rem;
  background    : #EEE; */
}
.playing .logo {
  box-shadow: 0 0 0 2pt #000;
}
.playing .logo img {
  opacity: 1;
}
/* Footer */
/* .footer a {
  color : #777;
}

.footer a:active,
.footer a:focus,
.footer a:hover {
  color : #fff;
} */
/* Lecteur de son */
/* utils */
.bouton-play-pause:before {
  content: '\e809';
  /* play */
}
.playing .bouton-play-pause:before,
.bouton-play-pause.playing:before {
  content: '\e804';
  /* pause */
}
/* style */
#footer_player {
  padding: 5px;
  background-color: #1A1A1A;
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 1000;
}
#canut_player {
  position: relative;
  width: 100%;
  margin: auto;
  height: 60px;
}
#canut_player .bouton-play-pause {
  cursor: pointer;
  color: #FFF;
  font-size: 2rem;
}
#canut_player .bouton-play-pause:hover {
  color: #F21237;
}
#canut_player .container,
#canut_player .row,
#canut_player .row > div {
  position: relative;
  height: 100%;
}
#canut_player .span3,
#canut_player .span6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#canut_player .infos_son {
  position: absolute;
  top: 0px;
  left: 58px;
  right: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5px;
}
#canut_player .logo {
  position: relative;
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 32px;
  background: #333;
}
#canut_player .titre {
  margin: 0;
  text-transform: capitalize;
  font-weight: bold;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
#canut_player .sous-titre {
  margin: 0;
}
#canut_player .titre,
#canut_player .sous-titre,
#canut_player .raccourcis {
  font-size: .85rem;
  line-height: 100%;
}
#canut_player .raccourcis {
  color: #FFF;
}
.player {
  width: 100%;
}
#canut_player .raccourcis {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* display: flex; */
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
  padding-left: 5px;
}
#canut_player .raccourcis li {
  background: #EEE;
  margin-left: 10px;
}
#canut_player .raccourcis li a {
  display: block;
  padding: 10px 10px;
}
#canut_player .raccourcis .playing {
  border-radius: 0;
  background: #F21237;
}
#canut_player .raccourcis .playing a {
  color: #FFF;
}
#canut_player.is_live .player .mejs-controls > div:not(.mejs-volume-button):not(.mejs-horizontal-volume-slider) {
  display: none;
}
/* surcharge mejs, par les couleurs du site */
#canut_player .mejs-container,
#canut_player .mejs-container .mejs-controls {
  background: transparent;
}
#canut_player .mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.5)), to(rgba(200, 200, 200, 0.4)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(200, 200, 200, 0.4));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(200, 200, 200, 0.4));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(200, 200, 200, 0.4));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(200, 200, 200, 0.4));
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(200, 200, 200, 0.4));
}
#canut_player .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0;
}
#canut_player .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #F21237;
  background: rgba(248, 18, 65, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(248, 18, 65, 0.8)), to(rgba(180, 18, 65, 0.8)));
  background: -webkit-linear-gradient(top, rgba(248, 18, 65, 0.8), rgba(180, 18, 65, 0.8));
  background: -moz-linear-gradient(top, rgba(248, 18, 65, 0.8), rgba(180, 18, 65, 0.8));
  background: -o-linear-gradient(top, rgba(248, 18, 65, 0.8), rgba(180, 18, 65, 0.8));
  background: -ms-linear-gradient(top, rgba(248, 18, 65, 0.8), rgba(180, 18, 65, 0.8));
  background: linear-gradient(rgba(248, 18, 65, 0.8), rgba(180, 18, 65, 0.8));
  width: 0;
}
term {
  display: block;
  background: #202020;
  color: white;
  padding: 10px;
  margin: 10px;
}
