@font-face {
  font-family: 'Barna Stencil';
  src: url(../fonts/BarnaStencil-Bold.eot);
  src: url(../fonts/BarnaStencil-Bold.eot) format("embedded-opentype"),url(../fonts/BarnaStencil-Bold.woff2) format("woff2"),url(../fonts/BarnaStencil-Bold.woff) format("woff"),url(../fonts/BarnaStencil-Bold.ttf) format("truetype"),url(static/media/BarnaStencil-Bold.04f8dff0.svg) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Barna Stencil';
  src: url(../fonts/BarnaStencil-Regular.eot);
  src: url(../fonts/BarnaStencil-Regular.eot) format("embedded-opentype"),url(../fonts/BarnaStencil-Regular.woff2) format("woff2"),url(../fonts/BarnaStencil-Regular.woff) format("woff"),url(../fonts/BarnaStencil-Regular.ttf) format("truetype"),url(static/media/BarnaStencil-Regular.15ecbd8d.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Barna';
  src: url(../fonts/Barna-Bold.eot);
  src: url(../fonts/Barna-Bold.eot) format("embedded-opentype"),url(../fonts/Barna-Bold.woff2) format("woff2"),url(../fonts/Barna-Bold.woff) format("woff"),url(../fonts/Barna-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'arteMag';
  src: url(../fonts/arteMag.eot);
  src: url(../fonts/arteMag.eot) format("embedded-opentype"),url(../fonts/arteMag.woff) format("woff"),url(../fonts/arteMag.ttf) format("truetype"),url(static/media/arteMag.23f9735c.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

#arteTv h1 {
  color: #ff4500;
  font-size: 3.125em;
  line-height: 0.9;
  margin: 0 0 0.4em;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1400px) {
  #arteTv h1 {
    font-size: 3em;
  }
}

@media screen and (max-width: 980px) {
  #arteTv h1 {
    font-family: "Barna Stencil",sans-serif;
    font-weight: bold;
    line-height: 1.2;
  }
}

#arteTv h2 {
  color: #ff4500;
  font-weight: bold;
  margin: 10px 0 0;
}

#arteTv .page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}

#arteTv header,
#arteTv .container,
#arteTv header>div {
  background: none;
  background-color: #000;
}

#arteTv header {
  position: fixed;
  top: 0;
  width: 93.75%;
  padding: 0;
  height: 270px;
  -webkit-transition-property: width, height;
  transition-property: width, height;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1400px) {
  #arteTv header {
    height: 192px;
  }
}

@media screen and (max-width: 980px) {
  #arteTv header {
    width: 100%;
    height: 240px;
  }
}

@media screen and (max-width: 767px) {
  #arteTv header {
    height: 210px;
  }
}

@media screen and (max-width: 980px) {
  #arteTv header #week li {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
  }
}

#arteTv header>.title {
  text-align: center;
  width: 33%;
  min-width: 640px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 980px) {
  #arteTv header>.title {
    width: 66%;
    min-width: 0;
  }
}

@media screen and (max-width: 767px) {
  #arteTv header>.title {
    width: 92%;
  }
}

#arteTv header>.title .subtitle {
  color: #fff;
  font-size: 1.4em;
  line-height: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1400px) {
  #arteTv header>.title .subtitle {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 980px) {
  #arteTv header>.title .subtitle {
    font-size: 1.7em;
  }
}

@media screen and (max-width: 767px) {
  #arteTv header>.title .subtitle {
    font-size: 2em;
    line-height: 1.3;
  }
}

#arteTv .container {
  padding: 270px 6.25% 50px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1400px) {
  #arteTv .container {
    padding-top: 192px;
  }
}

@media screen and (max-width: 980px) {
  #arteTv .container {
    padding: 175px 4vw 50px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #arteTv .container {
    padding-top: 145px;
  }
}

#arteTv .container .content .articles {
  width: calc(100% + 1vw);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 0;
}

#arteTv .container .content .articles:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  #arteTv .container .content .articles {
    width: 100%;
  }
}

#arteTv .container .content .articles article {
  width: 25%;
  padding: 10px 1vw 15px 0;
}

@media screen and (max-width: 980px) {
  #arteTv .container .content .articles article {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  #arteTv .container .content .articles article {
    width: 100%;
  }
}

#arteTv .container .content .articles article .visuel {
  background-color: #5d6279;
  color: #fff;
  position: relative;
  margin-bottom: 3px;
  padding-bottom: 56%;
}

#arteTv .container .content .articles article .visuel>* {
  position: absolute;
}

#arteTv .container .content .articles article .visuel a.full-link,
#arteTv .container .content .articles article .visuel .ico-play_circle,
#arteTv .container .content .articles article .visuel img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#arteTv .container .content .articles article .visuel a.full-link {
  z-index: 6;
}

#arteTv .container .content .articles article .visuel .ico-play_circle {
  z-index: 5;
  opacity: 0.6;
  font-size: 4rem;
  line-height: 0;
  text-align: center;
}

@media screen and (max-width: 980px) {
  #arteTv .container .content .articles article .visuel .ico-play_circle {
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  #arteTv .container .content .articles article .visuel .ico-play_circle {
    font-size: 8rem;
  }
}

#arteTv .container .content .articles article .visuel .ico-play_circle:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}

#arteTv .container .content .articles article .visuel .info {
  bottom: 0;
  right: 0;
  font-family: "Roboto",sans-serif;
  padding: 0 5px;
  background: #000;
  font-size: 0.75rem;
  color: #ccc;
  z-index: 1;
}

@media screen and (max-width: 980px) {
  #arteTv .container .content .articles article .visuel .info {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #arteTv .container .content .articles article .visuel .info {
    font-size: 1.5rem;
  }
}

#arteTv .container .content .articles article .visuel img {
  -o-object-fit: cover;
     object-fit: cover;
}

#arteTv .container .content .articles article .desc {
  color: #fff;
  text-decoration: none;
}

#arteTv .container .content .articles article .desc .title {
  /*display: block;*/
  font-family: "Barna Stencil",sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.3;
  max-height: 2.6em;
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  #arteTv .container .content .articles article .desc .title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #arteTv .container .content .articles article .desc .title {
    font-size: 2rem;
  }
}

#arteTv .container .content .articles article .desc .bottom {
  display: block;
  font-family: "Roboto",sans-serif;
  font-size: 0.813rem;
  line-height: 1.7;
  color: #ccc;
}

@media screen and (max-width: 980px) {
  #arteTv .container .content .articles article .desc .bottom {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  #arteTv .container .content .articles article .desc .bottom {
    font-size: 1.5rem;
  }
}

#arteTv .container .content .articles article:hover .visuel .ico-play_circle {
  opacity: 0.8;
}

#arteTv .container .content .articles article:hover .desc .title {
  text-decoration: underline;
}

@media screen and (max-width: 980px) {
  #arteTv .page.week-mobile-visible header {
    height: 305px;
  }

  #arteTv .page.week-mobile-visible header .title {
    margin-top: 65px;
  }

  #arteTv .page.week-mobile-visible .container {
    padding-top: 240px;
  }
}

@media screen and (max-width: 767px) {
  #arteTv .page.week-mobile-visible header {
    height: 275px;
  }

  #arteTv .page.week-mobile-visible .container {
    padding-top: 210px;
  }
}

.ico-television:before {
  content: 'p';
}

.ico-press2:before {
  content: 'q';
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  nav ul li a:hover span {
    position: absolute;
    left: 40px;
    white-space: nowrap;
    bottom: 10px;
    background-color: #fff;
    padding: 3px 10px 2px;
    border-radius: 10px;
    font-size: 1em;
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
            box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    display: block;
    color: #706f6f;
  }
}

