/* global */
/* font-size */
/* color */
/* vitesse animation */
/* Media queries */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@font-face {
  font-family: 'Barna Stencil';
  src: url("../../fonts/BarnaStencil-Bold.eot");
  src: url("../../fonts/BarnaStencil-Bold.eot?#iefix") 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("../../fonts/BarnaStencil-Bold.svg#BarnaStencil-Bold") 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?#iefix") 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("../../fonts/BarnaStencil-Regular.svg#BarnaStencil-Regular") 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?#iefix") 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?#iefix") format("embedded-opentype"), url("../../fonts/arteMag.woff") format("woff"), url("../../fonts/arteMag.ttf") format("truetype"), url("../../fonts/arteMag.svg#arteMag") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*='ico-']:before {
  display: inline-block;
  font-family: 'arteMag';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-account:before {
  content: "A";
}

.ico-grid:before {
  content: "B";
}

.ico-press:before {
  content: "C";
}

.ico-prog:before {
  content: "D";
}

.ico-search:before {
  content: "E";
}

.ico-mag:before {
  content: "F";
}

.ico-arte:before {
  content: "G";
}

.ico-arteMag:before {
  content: "H";
}

.ico-add_circle:before {
  content: "I";
}

.ico-arrow_down:before {
  content: "J";
}

.ico-arrow_left:before {
  content: "K";
}

.ico-arrow_right:before {
  content: "L";
}

.ico-arrow_up:before {
  content: "M";
}

.ico-close:before {
  content: "N";
}

.ico-file_download:before {
  content: "O";
}

.ico-play_circle:before {
  content: "P";
}

.ico-facebook:before {
  content: "Q";
}

.ico-fullscreen:before {
  content: "R";
}

.ico-fullscreen_exit:before {
  content: "S";
}

.ico-more:before {
  content: "T";
}

.ico-pause:before {
  content: "U";
}

.ico-play:before {
  content: "V";
}

.ico-playlist:before {
  content: "W";
}

.ico-print:before {
  content: "X";
}

.ico-settings:before {
  content: "Y";
}

.ico-skip_next:before {
  content: "Z";
}

.ico-skip:before {
  content: "a";
}

.ico-visibility_off:before {
  content: "b";
}

.ico-volume_off:before {
  content: "c";
}

.ico-volume_up:before {
  content: "d";
}

.ico-deaf:before {
  content: "e";
}

.ico-play_circle_2:before {
  content: "f";
}

.ico-share:before {
  content: "g";
}

.ico-twitter:before {
  content: "h";
}

.ico-menu:before {
  content: "i";
}

.ico-twitter2:before {
  content: "j";
}

.ico-left-quote:before {
  content: "k";
}

.ico-modify:before {
  content: "l";
}

.ico-instagram:before {
  content: "m";
}

.ico-check:before {
  content: "n";
}

.ico-linkedin-button:before {
  content: "o";
}

.ico-record_on {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: #fb4700;
  display: block;
  margin: 2px;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

html, body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #706f6f;
}
@media screen and (max-width: 980px) {
  html, body {
    font-size: 12px;
    -webkit-text-size-adjust: 99%;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 8px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Barna Stencil", sans-serif;
}

h1 {
  color: white;
  font-weight: bold;
  font-size: 3.125rem;
}
@media screen and (max-width: 980px) {
  h1 {
    font-family: "Roboto", sans-serif;
    font-size: 2.25rem;
    font-weight: 500;
  }
}

@media screen and (max-width: 980px) {
  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  p, ul, ol, form {
    font-size: 1.625rem;
  }
}
p, ul, li {
  color: inherit;
}

a:hover, a:focus {
  color: inherit;
}

.page {
  margin-left: 6.25%;
  min-height: 100vh;
  padding-bottom: 50px;
  width: 93.75%;
}
.page header {
  padding: 40px 6.25%;
  width: 100%;
  background: url(../../img/bg-header.jpg) no-repeat;
  background-size: cover;
  height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: white;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1400px) {
  .page header {
    height: 192px;
  }
}
.page header a {
  color: white;
}
.page header a:hover {
  text-decoration: underline;
}
.page .container {
  width: 100%;
  padding: 50px 6.25% 0;
  position: relative;
  z-index: 1;
}

a:focus, input:focus {
  outline: 0 !important;
}

input {
  box-shadow: none !important;
  border-radius: 0;
}

.btn {
  display: block;
  text-transform: uppercase;
  padding: 10px 30px;
  border: 1px solid white;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  background-color: white;
  color: #fb4700;
}
.btn:hover, .btn:focus {
  color: white;
  background-color: #fb4700;
  text-decoration: none;
  outline: none;
}

.ico-file_download {
  display: inline-block;
  color: #fb4700;
  background-color: white;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  line-height: 37px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 981px) {
  .ico-file_download:hover {
    color: white;
    background-color: #fc8f72;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .ico-file_download {
    width: 30px;
    height: 30px;
    line-height: 34px;
  }
}

@media screen and (max-width: 980px) {
  header {
    top: 0;
  }

  .page, .page.day {
    padding-top: 65px;
    margin-left: 0;
    width: 100%;
    min-height: calc(100vh - 50px);
  }
  .page .container, .page.day .container {
    height: calc(100vh - 50px);
  }
}
nav {
  position: fixed;
  width: 6.25%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: white;
  z-index: 100;
  box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.25);
}
nav label.ico-menu {
  display: none;
}
nav .logo {
  flex: 0;
  font-size: 143px;
  flex-basis: 270px;
  background: linear-gradient(#fb6b47, #ff4500);
  color: white;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
nav .logo:hover {
  text-decoration: none;
}
nav .logo i {
  display: block;
  width: 100%;
  height: 270px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
nav .logo i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -71px 0 0 -72px;
}
@media screen and (max-width: 1400px) {
  nav .logo {
    flex-basis: 192px;
  }
  nav .logo i {
    height: 192px;
  }
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
}
nav ul li {
  width: 100%;
  text-align: center;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid #e5e5e5;
}
nav ul li a {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-direction: column;
  font-size: 12px;
  color: #fb4700;
  background-color: transparent;
  position: relative;
}
nav ul li a:hover, nav ul li a:focus, nav ul li a.actif {
  background: linear-gradient(#fb6b47, #ff4500);
  color: white;
  text-decoration: none;
}
nav ul li a:hover span, nav ul li a:focus span, nav ul li a.actif span {
  color: white;
}
nav ul li a:focus {
  box-shadow: inset 0 0 20px -1px rgba(109, 30, 1, 0.5);
}
nav ul li a:before {
  font-size: 3vh;
  margin-bottom: 15%;
}
nav ul li a.connect {
  background: linear-gradient(#303030, #262626);
  color: white;
}
nav ul li a.connect:after {
  content: '';
  display: block;
  width: 0.78125vh;
  height: 0.78125vh;
  border-radius: 50%;
  background-color: #0aab2a;
  position: absolute;
  top: calc(50% - 3vh);
  left: calc(50% + 1.5vh - 0.390625vh);
  margin: -0.390625vh -0.390625vh 0 0;
}
nav ul li a.connect:hover, nav ul li a.connect:focus {
  background: linear-gradient(#4a4a4a, #262626);
  color: white;
  text-decoration: none;
}
nav ul li a.connect:hover span, nav ul li a.connect:focus span {
  color: white;
}
nav ul li a.connect:focus {
  box-shadow: inset 0 0 20px -1px rgba(182, 182, 182, 0.2);
}
nav ul li a span {
  color: #706f6f;
  text-transform: uppercase;
  font-size: 0.625vw;
}
nav ul li:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 1925px) {
  nav ul li a:before {
    font-size: 1.875rem;
  }
  nav ul li a span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1400px) {
  nav ul li a:before {
    margin: 0;
  }
  nav ul li a span {
    display: none;
  }
  nav ul li a.connect:after {
    top: calc(50% - 1.5vh);
    left: calc(50% + 1.5vh - 0.390625vh);
    margin: -0.390625vh -0.390625vh 0 0;
  }
}

/**********************
 *                    *
 *     Responsive     *
 *                    *
 **********************/
#menu-show-input {
  display: none;
}

@media screen and (max-width: 980px) {
  nav {
    height: 65px;
    width: 65px;
    background: #ff4500;
    box-shadow: none;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid white;
    z-index: 1001;
    font-size: 1.75rem;
  }
  nav label.ico-menu {
    z-index: 1001;
    font-size: 1.8em;
    text-align: center;
    color: white;
    line-height: 74px;
    height: 65px;
    display: inline-block;
  }
  nav .logo {
    opacity: 0;
    left: -100%;
    position: fixed;
    -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
  }
  nav ul {
    opacity: 0;
    left: -100%;
    -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
  }
  nav .mobile-overlay {
    opacity: 0;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }

  #menu-show-input:checked ~ nav {
    background: white;
  }
  #menu-show-input:checked ~ nav .mobile-overlay {
    position: fixed;
    content: ' ';
    top: 65px;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999;
    opacity: 1;
  }
  #menu-show-input:checked ~ nav label.ico-menu {
    color: #ff4500;
  }
  #menu-show-input:checked ~ nav .logo {
    display: block;
    z-index: 1007;
    background: none;
    color: #ff4500;
    position: fixed;
    bottom: 20px;
    left: 20px;
    opacity: 1;
    height: 143px;
    width: 40px;
    overflow: hidden;
  }
  #menu-show-input:checked ~ nav .logo i.icon.ico-arteMag {
    position: relative;
    height: 143px;
    width: 40px;
  }
  #menu-show-input:checked ~ nav .logo i.icon.ico-arteMag:before {
    top: 0;
    left: 0;
    position: absolute;
    margin: 0 0 0 -55px;
    width: 0;
    height: 0;
  }
}
@media screen and (max-width: 980px) and (max-height: 550px) {
  #menu-show-input:checked ~ nav .logo {
    height: 70px;
  }
  #menu-show-input:checked ~ nav .logo i.icon.ico-arteMag {
    height: 70px;
    font-size: 70px;
  }
  #menu-show-input:checked ~ nav .logo i.icon.ico-arteMag:before {
    margin: 0 0 0 -25px;
  }
}
@media screen and (max-width: 980px) {
  #menu-show-input:checked ~ nav ul {
    opacity: 1;
    z-index: 1001;
    display: flex;
    background: rgba(255, 255, 255, 0.97);
    top: 65px;
    bottom: 0;
    left: 0;
    padding-top: 25px;
    width: calc(100% - 65px);
    position: fixed;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
  #menu-show-input:checked ~ nav ul li {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 90px;
    flex: 0 1 auto;
    width: 100%;
  }
  #menu-show-input:checked ~ nav ul li a {
    flex-direction: row;
    justify-content: flex-start;
  }
  #menu-show-input:checked ~ nav ul li a:focus, #menu-show-input:checked ~ nav ul li a:hover, #menu-show-input:checked ~ nav ul li a.actif {
    background: none;
    box-shadow: inherit;
  }
  #menu-show-input:checked ~ nav ul li a:focus:before, #menu-show-input:checked ~ nav ul li a:focus span, #menu-show-input:checked ~ nav ul li a:hover:before, #menu-show-input:checked ~ nav ul li a:hover span, #menu-show-input:checked ~ nav ul li a.actif:before, #menu-show-input:checked ~ nav ul li a.actif span {
    color: #ff4500;
  }
  #menu-show-input:checked ~ nav ul li a:before {
    width: 65px;
    text-align: center;
    color: #b6b6b6;
    font-size: 2.813rem;
  }
  #menu-show-input:checked ~ nav ul li a.connect:after {
    width: 10px;
    height: 10px;
    top: calc(50% - 16px);
    left: 45px;
    margin: -5px -5px 0 0;
  }
  #menu-show-input:checked ~ nav ul li a span {
    display: flex;
    text-transform: none;
    font-family: "Barna", sans-serif;
    font-weight: 100;
    font-size: 1.75rem;
    color: #b6b6b6;
  }
}
@media screen and (max-width: 767px) {
  nav label.ico-menu {
    line-height: 75px;
  }

  #menu-show-input:checked ~ nav .logo {
    height: 75px;
  }
  #menu-show-input:checked ~ nav .logo i.icon.ico-arteMag {
    height: 75px;
    font-size: 70px;
  }
  #menu-show-input:checked ~ nav .logo i.icon.ico-arteMag:before {
    top: 2px;
    margin: 0 0 0 -25px;
  }
  #menu-show-input:checked ~ nav ul {
    padding-top: 30px;
  }
  #menu-show-input:checked ~ nav ul li {
    margin: 0 0 15px 0;
    line-height: 45px;
  }
  #menu-show-input:checked ~ nav ul li a.connect:after {
    width: 8px;
    height: 8px;
    top: calc(50% - 11px);
    left: 40px;
    margin: -4px -4px 0 0;
  }
}
@media screen and (max-width: 767px) and (max-height: 550px) {
  #menu-show-input:checked ~ nav .logo {
    left: 220px;
  }
}
footer {
  width: 93.75%;
  padding: 0 40px 0 20px;
  height: 50px;
  background-color: #262626;
  left: 6.25%;
  z-index: 10;
  overflow: hidden;
}
footer a {
  color: #fb4700;
}
footer a:hover {
  color: #fb4700;
}
footer ul {
  margin: 0;
  padding: 15px;
  list-style: none;
  float: left;
}

footer ul li {
  display: inline-block;
  border-right: 1px solid #fb4700;
  line-height: 1;
  padding: 0 10px 0 5px;
}
footer ul li:last-child {
  border-right: none;
}
footer .logo {
  float: right;
  font-size: 50px;
}
footer.fixed {
  position: fixed;
  bottom: 0;
}
footer.relative {
  position: relative;
}
@media screen and (max-width: 980px){
  footer{
    height: fit-content;
    padding: 10px 20px !important;
  }
  footer #rights{
  padding: 0;
}
footer .logo {
  display: none;
}
}


@media screen and (max-width: 980px) {
  footer {
    font-size: 1.25rem;
    left: 0;
    width: 100%;
    padding: 0 40px;
  }
  footer ul {
    margin-left: -5px;
    padding: 13px 0;
  }
  footer .logo {
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 0 20px;
  }
  footer ul {
    padding-top: 18px;
  }
}
.modal {
  height: 100vh;
}
.modal-backdrop {
  left: 6.25%;
  width: 93.75%;
}
.modal-dialog {
  width: 90%;
  max-width: 1008px;
  height: 466px;
  top: 50%;
  margin-top: -233px;
}
@media screen and (max-width: 980px) {
  .modal-dialog {
    height: auto;
    top: 130px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog {
    top: 70px;
  }
}
.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  border: 0;
}
.modal button.close {
  position: absolute;
  width: 36px;
  line-height: 39px;
  height: 36px;
  color: #fb4700;
  text-align: center;
  top: -18px;
  right: -18px;
  background-color: white;
  border-radius: 50%;
  font-size: 1rem;
  opacity: 1;
  z-index: 10;
  transition: all 0.5s ease-in-out;
}
.modal button.close:hover {
  color: white;
  background-color: #ff4500;
}
.modal .row > div {
  height: 466px;
  padding: 0;
  overflow: hidden;
}
.modal .row > div.text {
  background: linear-gradient(-30deg, #fb6b47, #ff4500);
  padding: 25px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal .row > div .drawing {
  height: 100%;
  background-size: cover;
}
.modal .row > div .drawing video {
  width: 100%;
  height: 100%;
}
.modal .row > div h1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.modal .row > div p {
  color: white;
}
.modal .row > div .btn {
  float: left;
  margin-top: 30px;
  color: white;
  border: 1px solid white;
  background-color: transparent;
}
.modal .row > div .btn:hover, .modal .row > div .btn:focus {
  background-color: white;
  color: #fb4700;
}
@media screen and (max-width: 980px) {
  .modal .row > div {
    height: auto;
  }
  .modal .row > div h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}
.modal .video {
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}
.modal .video video {
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.modal .video .ico-play_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -90px;
  font-size: 180px;
  color: white;
  opacity: 0.2;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.modal .video.play {
  background: black none !important;
}
.modal .video.play .ico-play_circle {
  opacity: 0;
}
.modal .video.play video {
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .modal-backdrop {
    left: 0;
    width: 100%;
  }
  .modal .modal-dialog {
    width: auto;
  }
  .modal .row > div.text {
    padding: 25px;
  }
}
.modal.simple .modal-dialog {
  width: 90%;
  max-width: 515px;
  margin: -127px auto 0;
}
.modal.simple .modal-content {
  min-height: 255px;
  padding: 20px 40px;
  text-align: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.modal.simple .modal-content .container-fluid {
  padding: 0;
}
.modal.simple .modal-content .title {
  font-weight: bold;
  font-size: 1.563rem;
  font-family: "Barna Stencil", sans-serif;
  color: #fb4700;
  margin-bottom: 35px;
}
.modal.simple .modal-content button.btn {
  width: 100%;
  background-color: #e5e5e5;
  text-transform: none;
  font-size: 1rem;
  height: 45px;
  line-height: 43px;
  padding: 0;
  border-radius: 5px;
  padding: 0 20px;
}
.modal.simple .modal-content button.btn:hover {
  background-color: #ff4500;
}
.modal.simple .modal-content button.close {
  color: white;
  background-color: #262626;
}
.modal.simple .modal-content button.close:hover {
  color: white;
  background-color: #ff4500;
}
@media screen and (max-width: 980px) {
  .modal.simple .modal-dialog {
    top: 50%;
  }
  .modal.simple .modal-content .title {
    font-size: 1.875rem;
  }
  .modal.simple .modal-content button.btn {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .modal.simple .modal-dialog {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .modal.simple .modal-content {
    padding: 20px;
  }
  .modal.simple .modal-content .title {
    font-size: 2.5rem;
  }
  .modal.simple .modal-content button.btn {
    font-size: 2rem;
  }
}
.modal.player .modal-dialog {
  width: 85%;
  max-width: 750px;
  margin: -127px auto 0;
}
.modal.player .modal-content {
  padding: 0;
  text-align: center;
  /*background-color: black;*/
}
.modal.player .modal-content .__avp_container__ {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 980px) {
  .modal.player .modal-content .__avp_container__ {
    margin-top: 0 !important;
  }
}
.modal.player .modal-content .container-fluid {
  padding: 0;
}
@media screen and (max-width: 980px) {
  .modal.player .modal-dialog {
    margin-top: 0 !important;
  }
}
.modal.player .slider-video .item {
  overflow: hidden;
}
.modal.player .slider-video .item .visuel {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.modal.player .slider-video .item .visuel img {
  width: 100%;
}
.modal.player .slider-video .item .visuel:before {
  position: absolute;
  top: calc(50% - 32px);
  left: 0;
  right: 0;
  color: white;
  opacity: 0.6;
  font-size: 66px;
  text-align: center;
  z-index: 5;
  display: inline-block;
  font-family: 'arteMag';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "P";
}
.modal.player .slider-video .item .visuel.off {
  display: none;
}
.modal.player .slider-video .item iframe {
  display: none;
}
.modal.player .slider-video .item iframe.on {
  display: block;
}

@media screen and (max-width: 767px) {
  header > div {
    background: url(../../img/mobile/bg-header.jpg) no-repeat right bottom;
    background-size: cover;
  }
  header > div p {
    text-indent: -9999px;
  }
  header > div p a {
    display: block;
    position: absolute;
    right: 22px;
    top: 85px;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 1.875rem;
  }
  header > div p a i {
    margin: 0 !important;
    text-indent: 0;
    position: absolute;
    display: block !important;
    top: 0;
    width: 30px !important;
    height: 30px !important;
  }
}

/* components */
.container-fluid-height {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .container-fluid-height {
    height: auto;
    overflow: inherit;
  }
  .container-fluid-height .flex {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .container-fluid-height {
    min-height: calc(100vh - 125px);
  }
}
.container-fluid-height--margin-left {
  /* reinitialise style */
  margin-left: 6.25%;
}
@media screen and (max-width: 980px) {
  .container-fluid-height--margin-left {
    margin-left: 0;
  }
}
.container-fluid-height .page {
  overflow: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  /* reinitialise style */
  margin: 0;
  padding: 0;
  min-height: 0;
  height: auto;
  width: 100%;
}
.container-fluid-height .page .container {
  padding: 0;
  width: auto;
}
.container-fluid-height footer {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  /* reinitialise style */
  position: static;
  width: 100%;
}

/**
 * Allows to superimpose one element on another, centered vertically and horizontally.
 */
/**
 * Contains the element to center and the "background" element.
 */
.centered-overlay {
  position: relative;
}

/**
 * The centered element
 */
.centered-overlay__item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /**
   * Special modifier for icon items
   */
}
.centered-overlay__item--icon {
  color: white;
  opacity: 0.6;
  font-size: 66px;
}

.column-manager {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.column-manager--bordered {
  margin: 0;
}
.column-manager--bordered .column-manager__side {
  margin: 0;
  border-right: 1px solid #e5e5e5;
  padding: 0 40px;
}
.column-manager--bordered .column-manager__side:last-child {
  border: 0;
  padding: 0 0 0 40px;
}
.column-manager--bordered .column-manager__side:first-child {
  padding: 0 40px 0 0;
}
@media screen and (max-width: 980px) {
  .column-manager--bordered .column-manager__side {
    border-right: none;
    padding: 0;
  }
  .column-manager--bordered .column-manager__side:last-child, .column-manager--bordered .column-manager__side:first-child {
    padding: 0;
  }
}
.column-manager__side {
  flex: 1;
  margin: 10px;
}
@media screen and (max-width: 980px) {
  .column-manager__side {
    min-width: 100%;
  }
}

/**
 * The bordered-list class allows you to add a border between different elements.
 * This list can be top or/and bottom bordered with the --top-bordered and --bottom-bordered modifier.
 * It's possible to add a padding between each element in the list with the gutter class.
 * The gutter's spacing can be adjusted with the --s, --l and --xl modifiers.
 */
.bordered-list {
  padding: 0;
  margin: 0;
}
.bordered-list--top-bordered .bordered-list__item:first-child {
  border-top: 1px solid #e5e5e5;
}
.bordered-list--top-bordered .bordered-list__item:first-child.gutter {
  padding: 10px 0;
}
.bordered-list--top-bordered .bordered-list__item:first-child.gutter--s {
  padding: 5px 0;
}
.bordered-list--top-bordered .bordered-list__item:first-child.gutter--l {
  padding: 20px 0;
}
.bordered-list--top-bordered .bordered-list__item:first-child.gutter--xl {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .bordered-list--top-bordered .bordered-list__item:first-child.gutter {
    padding: 5px 0;
  }
  .bordered-list--top-bordered .bordered-list__item:first-child.gutter--s {
    padding: 2px 0;
  }
  .bordered-list--top-bordered .bordered-list__item:first-child.gutter--l {
    padding: 10px 0;
  }
  .bordered-list--top-bordered .bordered-list__item:first-child.gutter--xl {
    padding: 20px 0;
  }
}
.bordered-list:not(--top-bordered) div:first-child.gutter {
  padding: 10px 0 0 0;
}
.bordered-list:not(--top-bordered) div:first-child.gutter--s {
  padding: 5px 0 0 0;
}
.bordered-list:not(--top-bordered) div:first-child.gutter--l {
  padding: 20px 0 0 0;
}
.bordered-list:not(--top-bordered) div:first-child.gutter--xl {
  padding: 40px 0 0 0;
}
@media screen and (max-width: 767px) {
  .bordered-list:not(--top-bordered) div:first-child.gutter {
    padding-top: 5px;
  }
  .bordered-list:not(--top-bordered) div:first-child.gutter--s {
    padding-top: 2px;
  }
  .bordered-list:not(--top-bordered) div:first-child.gutter--l {
    padding-top: 10px;
  }
  .bordered-list:not(--top-bordered) div:first-child.gutter--xl {
    padding-top: 20px;
  }
}
.bordered-list--bottom-bordered div:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.bordered-list:not(--bottom-bordered) div:first-child.gutter {
  padding: 0 0 10px 0;
}
.bordered-list:not(--bottom-bordered) div:first-child.gutter--s {
  padding: 0 0 5px 0;
}
.bordered-list:not(--bottom-bordered) div:first-child.gutter--l {
  padding: 0 0 20px 0;
}
.bordered-list:not(--bottom-bordered) div:first-child.gutter--xl {
  padding: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .bordered-list:not(--bottom-bordered) div:first-child.gutter {
    padding-bottom: 5px;
  }
  .bordered-list:not(--bottom-bordered) div:first-child.gutter--s {
    padding-bottom: 2px;
  }
  .bordered-list:not(--bottom-bordered) div:first-child.gutter--l {
    padding-bottom: 2px;
  }
  .bordered-list:not(--bottom-bordered) div:first-child.gutter--xl {
    padding-bottom: 20px;
  }
}
.bordered-list__item.gutter {
  padding: 10px 0;
}
.bordered-list__item.gutter--s {
  padding: 5px 0;
}
.bordered-list__item.gutter--l {
  padding: 20px 0;
}
.bordered-list__item.gutter--xl {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .bordered-list__item.gutter {
    padding: 5px 0;
  }
  .bordered-list__item.gutter--s {
    padding: 2px 0;
  }
  .bordered-list__item.gutter--l {
    padding: 10px 0;
  }
  .bordered-list__item.gutter--xl {
    padding: 20px 0;
  }
}
.bordered-list__item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

/**
 * Allows manipulation of elements in flex with simple CSS classes
 */
.flex {
  display: -webkit-flex;
  display: flex;
  /* Display items in columns (default is row) */
  /* Center vertically */
}
.flex--column {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex--center-v {
  -webkit-align-items: center;
  align-items: center;
}
.flex--wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tags {
  margin: -5px;
  flex-wrap: wrap;
  align-items: center;
}
.tags .tag {
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  border: 1px solid white;
  color: white;
  margin: 5px;
  font-family: "Barna Stencil", "serif";
  font-weight: bold;
  font-size: 1.3rem;
}
.tags .tag--background {
  border: none;
  color: #262626;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 980px) {
  .tags .tag {
    font-size: 1.625rem;
  }
}

/* -- lot 1 -- */
#base header {
  position: fixed;
}
#base .container {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-top: 320px;
}
@media screen and (max-width: 1400px) {
  #base .container {
    padding-top: 242px;
  }
}
#base .container h2, #base .container h3, #base .container h4, #base .container h5, #base .container h6 {
  font-family: "Roboto", sans-serif;
}
#base .container h2 {
  color: #707070;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 980px) {
  #base .container h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #base .container h2 {
    margin-bottom: 20px;
  }
}
#base .container h3 {
  color: #fb4700;
  font-size: 1.5rem;
  padding-top: 40px;
  margin-bottom: 20px;
  font-weight: normal;
}
@media screen and (max-width: 980px) {
  #base .container h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #base .container h3 {
    padding-top: 20px;
    margin-bottom: 10px;
  }
}
#base .container p, #base .container ul {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #base .container p, #base .container ul {
    margin-bottom: 10px;
  }
}
#base .container ul {
  list-style: none;
}
#base .container ul li {
  line-height: 1.2em;
}
@media screen and (max-width: 980px) {
  #base .page {
    padding-top: 65px;
    height: auto;
    min-height: inherit;
  }
  #base .page header {
    position: fixed;
    height: 65px;
    padding: 0 40px;
    top: 0;
    right: 0;
    width: calc(100% - 65px);
    background: linear-gradient(to left, #fc8f72, #ff4500);
    border-bottom: 1px solid white;
  }
  #base .page header h1 {
    text-align: center;
    width: 100%;
  }
  #base .page .container {
    padding: 40px 30px 0;
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  #base .page header {
    padding: 0 20px;
  }
  #base .page .container {
    padding: 20px 15px 0;
  }
}

#prehome #intro {
  position: fixed;
  /*right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%
  width: auto;
  height: auto;*/
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
#prehome #intro video {
  width: 65%;
}
#prehome .page {
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 100%;
  /*&:not(.video) {*/
  /*background-image: url(../../img/bg-prehome.jpg);*/
  /*}*/
}
#prehome h1 {
  text-align: center;
  font-size: 4.063rem;
  line-height: 1.15em;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  margin-top: -90px;
  width: 100%;
}
#prehome .skip {
  text-align: center;
  bottom: 70px;
  position: absolute;
  width: 100%;
}
#prehome .skip .btn {
  display: inline-block;
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
  background-color: transparent;
  margin: 0 auto;
}
#prehome .skip .btn:hover, #prehome .skip .btn:focus {
  background-color: white;
  color: #fb4700;
}
#prehome .logoArte {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 143px;
  height: 270px;
  width: 6.25%;
  text-align: center;
  background: linear-gradient(#fb6b47, #ff4500);
  color: white;
  transition: all 0.5s ease-in-out;
}
#prehome .logoArte a {
  color: white;
}
#prehome .logoArte a:hover {
  text-decoration: none;
}
#prehome .logoArte i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#prehome .logoArte i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -71px 0 0 -72px;
}
@media screen and (max-width: 1400px) {
  #prehome .logoArte {
    height: 192px;
  }
}
@media screen and (max-width: 980px) {
  #prehome .logoArte {
    width: 120px;
    font-size: 9.375rem;
    height: 272px;
  }
  #prehome .logoArte i:before {
    margin: -59px 0 0 -59px;
  }
  #prehome h1 {
    top: 55%;
    font-family: "Barna Stencil", sans-serif;
    font-weight: bold;
    font-size: 4.063rem;
  }
  #prehome .skip {
    bottom: 80px;
  }
  #prehome .skip .btn {
    font-size: 1.625rem;
  }
  #prehome .page {
    min-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  #prehome .logoArte {
    width: 60px;
    height: 136px;
  }
  #prehome .logoArte i:before {
    margin: -38px 0 0 -38px;
  }
  #prehome h1 {
    top: 59%;
  }
  #prehome .page {
    background-position: -291px 0;
  }
  #prehome .skip {
    bottom: 40px;
  }
  #prehome .skip .btn {
    padding: 5px 30px;
  }
}
#prehome .video[class*='ico-'] {
  color: white;
  cursor: pointer;
  opacity: 0.4;
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: 40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  z-index: 999;
}
#prehome .video[class*='ico-']:hover {
  opacity: 1;
}
#prehome .video.ico-play_circle {
  right: 100px;
  display: none;
}
#prehome .video.ico-volume_off, #prehome .video.ico-volume_up {
  right: 40px;
}
@media screen and (max-width: 1024px) {
  #prehome .video.ico-play_circle {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #prehome .video[class*='ico-'] {
    bottom: 20px;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
  #prehome .video.ico-play_circle {
    right: auto;
    left: 20px;
  }
  #prehome .video.ico-volume_off, #prehome .video.ico-volume_up {
    right: 20px;
  }
}

#contact .page {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding-bottom: 0;
}
#contact .page header {
  flex: 0;
  flex-basis: 270px;
}
@media screen and (max-width: 1400px) {
  #contact .page header {
    flex-basis: 192px;
  }
}
#contact .page .container {
  flex: 1 1 auto;
}
#contact .container {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
#contact .container > div {
  flex: 1 1 auto;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#contact .container > div:nth-child(odd) > div {
  width: 340px;
}
#contact .container > div:nth-child(odd) p {
  margin-bottom: 15px;
}
#contact .container > div:nth-child(odd) p.intro {
  font-size: 1.25rem;
  margin-bottom: 40px;
}
#contact .container > div:nth-child(odd) p strong {
  color: #fb4700;
}
#contact .container > div:nth-child(even) {
  background-color: #eeeeee;
}
#contact .container > div:nth-child(even) > div {
  width: 60%;
}
#contact .container > div:nth-child(even) > div p strong {
  color: #121212;
}
#contact h2 {
  font-size: 2.188rem;
  font-weight: bold;
  color: #fb4700;
  margin-bottom: 15px;
}
#contact p.intro {
  font-size: 1.25rem;
  margin-bottom: 50px;
}
#contact p strong {
  font-weight: 500;
  font-size: 20px;
}
#contact p a {
  color: #121212;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  #contact {
    background: #eeeeee;
  }
  #contact .page {
    padding: 65px 0 0 0;
    height: auto;
    min-height: inherit;
  }
  #contact .page header {
    position: fixed;
    height: 65px;
    padding: 0 40px;
    top: 0;
    right: 0;
    width: calc(100% - 65px);
    background: linear-gradient(to left, #fc8f72, #ff4500);
    border-bottom: 1px solid white;
  }
  #contact .page header h1 {
    text-align: center;
    width: 100%;
  }
  #contact .page .container {
    flex-direction: column;
    height: auto;
  }
  #contact .page .container > div {
    padding: 40px;
    flex-basis: inherit;
  }
  #contact .page .container > div:first-child {
    background: white;
  }
  #contact .page .container > div > div {
    width: 100%;
  }
  #contact .page .container > div > div h2 {
    font-size: 2rem;
  }
  #contact .page .container > div > div p.intro {
    margin-bottom: 20px;
  }
  #contact .page .container > div > div p, #contact .page .container > div > div p.intro {
    font-size: 1.625rem;
  }
  #contact .page .container > div > div p strong, #contact .page .container > div > div p.intro strong {
    font-size: 1.625rem;
  }
  #contact .page .container > div > div p:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #contact .page header {
    padding: 0 20px;
  }
  #contact .page .container > div {
    padding: 20px;
  }
  #contact .page .container > div > div p.intro {
    margin-bottom: 10px;
  }
}

#log .page, #error .page {
  background: url(../img/bg-log.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}
#log .page header, #error .page header {
  display: none;
}
@media screen and (max-width: 980px) {
  #log .page header, #error .page header {
    display: flex;
    position: fixed;
    height: 65px;
    padding: 0 40px;
    top: 0;
    right: 0;
    width: calc(100% - 65px);
    background: linear-gradient(to left, #fc8f72, #ff4500);
    border-bottom: 1px solid white;
  }
  #log .page header .title, #error .page header .title {
    font-size: 2.25rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    margin: 0;
  }
}
#log .page > div, #error .page > div {
  width: 625px;
}
#log .page > div > form, #error .page > div > form {
  width: 385px;
}
@media screen and (max-width: 767px) {
  #log .page > div, #error .page > div {
    padding-top: 10px;
    width: 100%;
  }
  #log .page > div > form, #error .page > div > form {
    width: 90%;
  }
  #log .page > div > form .row, #error .page > div > form .row, #log .page > div > form .col-md-12, #error .page > div > form .col-md-12 {
    text-align: left;
    padding-left: 0;
  }
  #log .page > div > form .row > div, #error .page > div > form .row > div {
    width: 50%;
    float: left;
  }
  #log .page > div > form .row > div:nth-child(odd), #error .page > div > form .row > div:nth-child(odd) {
    padding-right: 3px;
  }
  #log .page > div > form .row > div:nth-child(even), #error .page > div > form .row > div:nth-child(even) {
    text-align: right;
  }
  #log .page > div > form > div:last-child, #error .page > div > form > div:last-child {
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  #log .page h1, #error .page h1 {
    font-size: 4.063rem;
    font-family: "Barna Stencil", sans-serif;
    font-weight: bold;
  }
}
#log .page p, #error .page p {
  color: white;
}
#log .page p.intro, #error .page p.intro {
  font-size: 1.563rem;
  margin-bottom: 50px;
  line-height: 1.2em;
}
@media screen and (max-width: 980px) {
  #log .page p.intro, #error .page p.intro {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  #log .page p.intro, #error .page p.intro {
    margin-bottom: 25px;
  }
}
#log .page a, #error .page a {
  color: white;
  text-decoration: underline;
}
#log .page a:hover, #error .page a:hover {
  font-weight: 500;
}
#log .page form, #error .page form {
  margin: 0 auto;
  float: none;
  color: white;
  font-size: 1rem;
}

#log .page .mention {
  color: white;
  font-size: 1rem;
}

#log .page form ::-webkit-input-placeholder, #error .page form ::-webkit-input-placeholder {
  color: white;
}
#log .page form ::-moz-placeholder, #error .page form ::-moz-placeholder {
  color: white;
  opacity: 1;
}
#log .page form :-moz-placeholder, #error .page form :-moz-placeholder {
  color: white;
}
#log .page form :-ms-input-placeholder, #error .page form :-ms-input-placeholder {
  color: white;
}
#log .page form input, #error .page form input {
  border-radius: 0;
}
#log .page form input[type="text"], #error .page form input[type="text"], #log .page form input[type="tel"], #error .page form input[type="tel"], #log .page form input[type="email"], #error .page form input[type="email"], #log .page form input[type="password"], #error .page form input[type="password"] {
  color: white;
  font-size: 1rem;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 0 0 1px;
  border-right: 0px solid transparent;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 980px) {
  #log .page form input[type="text"], #error .page form input[type="text"], #log .page form input[type="tel"], #error .page form input[type="tel"], #log .page form input[type="email"], #error .page form input[type="email"], #log .page form input[type="password"], #error .page form input[type="password"] {
    font-size: 1.5rem;
    height: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 767px) {
  #log .page form input[type="text"], #error .page form input[type="text"], #log .page form input[type="tel"], #error .page form input[type="tel"], #log .page form input[type="email"], #error .page form input[type="email"], #log .page form input[type="password"], #error .page form input[type="password"] {
    height: 35px;
    line-height: 35px;
  }
}
#log .page form input[type="text"]:focus:invalid, #error .page form input[type="text"]:focus:invalid, #log .page form input[type="tel"]:focus:invalid, #error .page form input[type="tel"]:focus:invalid, #log .page form input[type="email"]:focus:invalid, #error .page form input[type="email"]:focus:invalid, #log .page form input[type="password"]:focus:invalid, #error .page form input[type="password"]:focus:invalid {
  border-right: 5px solid #dc0505;
}
#log .page form input[type="text"]:focus:valid, #error .page form input[type="text"]:focus:valid, #log .page form input[type="tel"]:focus:valid, #error .page form input[type="tel"]:focus:valid, #log .page form input[type="email"]:focus:valid, #error .page form input[type="email"]:focus:valid, #log .page form input[type="password"]:focus:valid, #error .page form input[type="password"]:focus:valid {
  border-right: 5px solid #079807;
}
#log .page form input[type='submit'], #error .page form input[type='submit'] {
  line-height: 45px;
  width: 100%;
  padding: 0 20px;
  font-size: 1rem;
  color: #fb4700;
  background-color: white;
  border: 0;
  text-align: center;
  transition: all 0.5s ease-in-out;
  border-radius: 0 0 5px 5px;
  margin: -1px 0 10px;
}
#log .page form input[type='submit']:hover, #error .page form input[type='submit']:hover, #log .page form input[type='submit']:focus, #error .page form input[type='submit']:focus {
  color: white;
  background-color: #ff4500;
}
@media screen and (max-width: 980px) {
  #log .page form input[type='submit'], #error .page form input[type='submit'] {
    font-size: 1.5rem;
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  #log .page form input[type='submit'], #error .page form input[type='submit'] {
    height: 30px;
    line-height: 30px;
  }
}
#log .page form > input:first-child, #error .page form > input:first-child {
  border-radius: 5px 5px 0 0;
}
#log .page form .checkbox, #error .page form .checkbox {
  margin: 0;
  position: relative;
}
#log .page form .checkbox label, #error .page form .checkbox label {
  padding-left: 30px;
  position: relative;
}
#log .page form .checkbox label:before, #error .page form .checkbox label:before, #log .page form .checkbox label:after, #error .page form .checkbox label:after {
  content: '';
  height: 20px;
  margin-top: -10px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
}
#log .page form .checkbox label:before, #error .page form .checkbox label:before {
  background-color: white;
  border-radius: 4px;
  box-shadow: inset 2px 0 4px 0 #bfbfbf;
}
#log .page form .checkbox label:after, #error .page form .checkbox label:after {
  background: transparent url(../img/check.png) no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
#log .page form .checkbox [type="checkbox"]:disabled + label, #error .page form .checkbox [type="checkbox"]:disabled + label {
  cursor: not-allowed;
}
#log .page form .checkbox [type="checkbox"]:checked + label:after, #error .page form .checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
#log .page form .checkbox input, #error .page form .checkbox input {
  left: 44px;
  bottom: 10px;
  opacity: 0;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 980px) {
  #log .page form .checkbox, #error .page form .checkbox {
    font-size: 1.625rem;
  }
  #log .page form .checkbox:before, #error .page form .checkbox:before, #log .page form .checkbox:after, #error .page form .checkbox:after {
    height: 50px;
    margin-top: -25px;
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  #log .page form .checkbox:before, #error .page form .checkbox:before, #log .page form .checkbox:after, #error .page form .checkbox:after {
    height: 20px;
    margin-top: -10px;
    width: 20px;
  }
}
#log .page form .legend, #error .page form .legend {
  text-align: left;
  font-size: 0.813rem;
  color: white;
  border: none;
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  #log .page form .legend, #error .page form .legend {
    font-size: 1.25rem;
  }
}
#log .page form > div, #error .page form > div {
  margin-bottom: 25px;
}
#log .page form > div:last-child, #error .page form > div:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  #log .page form, #error .page form {
    font-size: 1.625rem;
  }
}
#log .page.subscribe form .checkbox, #error .page.subscribe form .checkbox {
  width: 100%;
  padding: 0 5px 0 20px;
  background-color: rgba(255, 255, 255, 0.25);
  text-align: left;
  font-size: 0.813rem;
}
#log .page.subscribe form .checkbox label, #error .page.subscribe form .checkbox label {
  line-height: 45px;
}
@media screen and (max-width: 980px) {
  #log .page.subscribe form .checkbox, #error .page.subscribe form .checkbox {
    font-size: 1.25rem;
  }
}
#log .page.subscribe .button_strength, #error .page.subscribe .button_strength {
  display: none;
}
#log .page.subscribe .password, #error .page.subscribe .password {
  position: relative;
  margin-bottom: 0;
}
#log .page.subscribe .passwordAlert p, #error .page.subscribe .passwordAlert p {
  color: #706f6f;
}
#log .page.validate > div, #error .page.validate > div {
  width: 90%;
}
#log .page .error, #error .page .error {
  border: 1px solid #f90404;
  background-color: white;
  border-radius: 5px;
  padding: 10px 20px;
}
#log .page .error p, #error .page .error p {
  color: #f90404;
  padding: 0;
  margin: 0;
}
@media all and (-ms-high-contrast: none) {
  #log, #error {
    /* IE10 */
    /* IE11 */
  }
  #log .page, #error .page {
    height: 100vh;
  }
  #log *::-ms-backdrop, #error *::-ms-backdrop, #log .page, #error .page {
    height: 100vh;
  }
}

.passwordAlert {
  display: none;
  position: absolute;
  left: calc(100% + 30px);
  top: -5px;
  width: 340px;
  background-color: white;
  border-radius: 5px;
  padding: 25px;
  text-align: left;
}
.passwordAlert:before, .passwordAlert:after {
  content: '';
  border: 12px solid transparent;
  border-right-color: white;
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 20px;
  left: -24px;
  z-index: 10;
}
.passwordAlert p {
  color: #706f6f;
}
.passwordAlert p strong {
  font-weight: 500;
  text-transform: uppercase;
}
.passwordAlert #strength_meter {
  height: 15px;
  width: 100%;
  background: #eee;
  position: relative;
  margin-bottom: 18px;
}
.passwordAlert #strength_meter:before {
  content: '';
  display: block;
  height: 100%;
  width: 0;
  transition: all 0.5s ease-in-out;
}
.passwordAlert #strength_meter.weak:before {
  width: 15%;
  background-color: #f90404;
}
.passwordAlert #strength_meter.medium:before {
  width: 50%;
  background-color: #f39200;
}
.passwordAlert #strength_meter.strong:before {
  width: 85%;
  background-color: #35b723;
}
@media screen and (max-width: 980px) {
  .passwordAlert {
    position: relative;
    width: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
  }
  .passwordAlert:before, .passwordAlert:after {
    border: 12px solid transparent;
    border-bottom-color: white;
    position: absolute;
    top: -24px;
    left: 20px;
    z-index: 10;
  }
}

.shadow .passwordAlert {
  box-shadow: 0px 0px 7px rgba(37, 39, 41, 0.14);
}
.shadow .passwordAlert:after {
  top: 24px;
  left: -26px;
  border-right-color: rgba(37, 39, 41, 0.14);
  filter: blur(2px);
  z-index: 5;
}
@media screen and (max-width: 980px) {
  .shadow .passwordAlert {
    box-shadow: 0px 0px 7px rgba(37, 39, 41, 0.14);
  }
  .shadow .passwordAlert:after {
    border: 12px solid transparent;
    border-bottom-color: rgba(37, 39, 41, 0.14);
    top: -24px;
    left: 20px;
    z-index: -1;
  }
}

/* -- lot 2 -- */
#week, #menu-actus {
  position: relative;
  display: flex;
  flex: 0 0 60px;
  flex-direction: row;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;
}
#week li, #menu-actus li {
  text-align: center;
  flex-basis: 20%;
}
#week li a, #menu-actus li a {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  padding-top: 10px;
  text-transform: uppercase;
  color: #707070;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1;
  border-right: 1px solid #eeeeee;
  background-color: white;
}
#week li a strong, #menu-actus li a strong {
  display: block;
  color: #fb4700;
  text-transform: none;
  font-family: "Barna", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
}
#week li a:hover, #menu-actus li a:hover, #week li a:focus, #menu-actus li a:focus, #week li a.actif, #menu-actus li a.actif {
  background: linear-gradient(#fb6b47, #ff4500);
  color: white;
  text-decoration: none;
}
#week li a:hover strong, #menu-actus li a:hover strong, #week li a:focus strong, #menu-actus li a:focus strong, #week li a.actif strong, #menu-actus li a.actif strong {
  color: white;
}
#week li a:focus, #menu-actus li a:focus {
  box-shadow: inset 0 0 20px -1px rgba(109, 30, 1, 0.5);
}
#week li a:after, #menu-actus li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(#000000, rgba(0, 0, 0, 0));
  opacity: 0.1;
}
@media screen and (max-width: 980px) {
  #week, #menu-actus {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 0 0 65px;
    flex: 0 0 65px;
    padding-left: 65px;
    border-bottom: 1px solid white;
  }
  #week li, #menu-actus li {
    box-shadow: none;
  }
  #week li a, #menu-actus li a {
    display: none;
    border-right: none;
    height: 65px;
    padding-top: 10px;
    font-size: 1.375rem;
  }
  #week li a strong, #menu-actus li a strong {
    font-size: 2.125rem;
  }
  #week li a.actif, #menu-actus li a.actif {
    background: linear-gradient(to left, #f69775, #ff4500);
    border-bottom: 1px solid white;
    display: block;
  }
  #week li a:after, #menu-actus li a:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #week li, #menu-actus li {
    box-shadow: none;
  }
  #week li a, #menu-actus li a {
    padding-top: 18px;
  }
}
#week-mobile, #menu-actus-mobile {
  height: 0;
  overflow: hidden;
  list-style: none;
  display: flex;
  align-items: center;
  position: fixed;
  background: white;
  color: #000;
  padding: 0;
  left: 0;
  right: 0;
  margin: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  z-index: 5;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#week-mobile li, #menu-actus-mobile li {
  flex: 1 1 auto;
}
#week-mobile li a, #menu-actus-mobile li a {
  color: #878787;
  text-align: center;
}
#week-mobile li a:hover, #menu-actus-mobile li a:hover, #week-mobile li a:focus, #menu-actus-mobile li a:focus, #week-mobile li a.actif, #menu-actus-mobile li a.actif {
  color: #ff4500;
  text-decoration: none;
}
#week-mobile li a strong, #menu-actus-mobile li a strong {
  font-size: 2.313rem;
  font-family: "Barna", sans-serif;
  display: block;
}
#week-mobile li a span, #menu-actus-mobile li a span {
  display: block;
  font-size: 1.125rem;
}
@media screen and (max-width: 980px) {
  #week-mobile, #menu-actus-mobile {
    top: 65px;
  }
}

#input-week-show {
  display: none;
}
@media screen and (max-width: 980px) {
  #input-week-show:checked ~ #week li a.actif, #input-week-show:checked ~ #menu-actus li a.actif {
    background: linear-gradient(to top, #f69775, #ff4500);
  }
  #input-week-show:checked ~ #input-week-show-label .ico-arrow_up {
    display: block;
  }
  #input-week-show:checked ~ #input-week-show-label .ico-arrow_down {
    display: none;
  }
  #input-week-show:checked ~ #week-mobile, #input-week-show:checked ~ #menu-actus-mobile {
    height: 65px;
  }
}
#input-week-show-label {
  display: none;
}
@media screen and (max-width: 980px) {
  #input-week-show-label {
    display: flex;
    position: absolute;
    top: 0;
    left: 65px;
    right: 0;
    margin: 0;
    height: 65px;
    z-index: 1004;
    justify-content: flex-end;
    align-items: center;
  }
  #input-week-show-label i {
    display: block;
    font-size: 1.5rem;
    margin-right: 20px;
  }
  #input-week-show-label i:before {
    color: white;
  }
  #input-week-show-label i.ico-arrow_up {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #input-week-show-label i {
    margin-right: 20px;
  }
}

.weekpicker {
  padding: 0 !important;
}
.weekpicker-elts {
  position: relative;
  width: 224px;
  height: 265px;
}
.weekpicker-year {
  width: 100%;
  padding: 10px 15px 20px;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.weekpicker-year.actif {
  opacity: 1;
  z-index: 10;
}
.weekpicker-title {
  text-align: center;
  color: #fb4700;
  position: relative;
}
.weekpicker-title [class*='ico-'] {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 33px;
  text-align: center;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  background-color: white;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.weekpicker-title [class*='ico-']:hover {
  background-color: #fc8f72;
  color: white;
}
.weekpicker-title .ico-arrow_left {
  text-indent: -1px;
  left: 0;
}
.weekpicker-title .ico-arrow_right {
  text-indent: 1px;
  right: 0;
}
.weekpicker-container {
  width: 100%;
  height: 195px;
  overflow: auto;
}
.weekpicker-container .mCSB_inside > .mCSB_container {
  margin-right: 20px;
}
.weekpicker-container .mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
  background-color: #f1f1f1;
  box-shadow: inset 2px 0 4px 0 #bfbfbf;
}
.weekpicker-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  background-color: rgba(255, 69, 0, 0.3);
}
.weekpicker-weeks {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.weekpicker-weeks li {
  display: block;
  float: left;
  width: 34px;
  line-height: 34px;
  height: 34px;
  margin: 0 10px 5px 0;
  border-radius: 50px;
  color: #fb4700;
  background-color: #f1f1f1;
  text-align: center;
  cursor: pointer;
}
.weekpicker-weeks li:nth-child(4n) {
  margin-right: 0;
}
.weekpicker-weeks li:hover, .weekpicker-weeks li.actif {
  color: white;
  background-color: #ff4500;
}
.weekpicker-selected {
  position: absolute;
  margin: 0;
  bottom: 5px;
  width: 100%;
  padding: 1px 15px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #fb4700;
  z-index: 15;
  text-align: center;
  font-size: 0.875rem;
}

.prog {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.prog .visuel {
  width: 100%;
}
.prog .visuel a {
  display: block;
  width: 100%;
  position: relative;
}
.prog .visuel a i {
  position: absolute;
  left: 47.5%;
  top: 50%;
  color: white;
  font-size: 54px;
  margin: -27px;
  z-index: 5;
  opacity: 0.7;
}
.prog .visuel a img {
  width: 95%;
  display: block;
  z-index: 1;
}
.prog .visuel .time {
  position: absolute;
  bottom: 0;
  right: 5%;
  color: white;
  font-family: "Roboto", sans-serif;
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.75);
  font-size: 0.813rem;
  z-index: 2;
}
.prog .desc {
  display: flex;
  flex-direction: column;
}
.prog .desc span {
  display: block;
  color: #706f6f;
  margin-bottom: 5px;
}
.prog .desc .time {
  color: #fb4700;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
}
.prog .desc .type {
  color: #121212;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
}
.prog .desc .title {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.1;
  font-family: "Barna Stencil", sans-serif;
}
.prog .desc .genre {
  font-size: 0.75rem;
  margin-bottom: 0;
}
.prog .desc:hover, .prog .desc:focus {
  text-decoration: none;
}
.prog .desc:hover span, .prog .desc:focus span {
  text-decoration: underline;
}
.prog .desc:hover span.type, .prog .desc:hover span.genre, .prog .desc:hover span.time, .prog .desc:focus span.type, .prog .desc:focus span.genre, .prog .desc:focus span.time {
  text-decoration: none;
}
@media screen and (max-width: 980px) {
  .prog {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .prog .visuel, .prog .desc {
    width: 50%;
  }
  .prog .visuel a .time {
    font-size: 1.25rem;
  }
  .prog .desc .type, .prog .desc .time {
    font-size: 1.563rem;
    margin-bottom: 0;
  }
  .prog .desc .title {
    font-size: 1.875rem;
  }
  .prog .desc .genre {
    font-size: 1.375rem;
  }
  .prog .desc:hover span, .prog .desc:focus span {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .prog {
    width: 100%;
  }
}

#search .prog {
  width: 33.3333%;
  min-width: 300px;
  padding: 0 15px 50px;
  float: left;
}
#search .prog .content {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
#search .prog .visuel, #search .prog .desc {
  float: left;
  width: 50%;
}
#search .prog .desc .title {
  color: #fb4700;
}
@media screen and (max-width: 1024px) {
  #search .prog {
    width: 50%;
  }
}
@media screen and (max-width: 980px) {
  #search .prog .content {
    max-width: initial !important;
  }
}
@media screen and (max-width: 767px) {
  #search .prog {
    padding: 0 15px 20px;
    width: auto;
  }
  #search .prog .desc .type {
    margin-bottom: 5px;
  }
}

#grille .week .prog {
  flex-direction: column;
}
#grille .week .prog .desc {
  height: 83px;
}
@media screen and (min-width: 1025px) {
  #grille .week .prog .visuel {
    margin-bottom: 10px;
  }
  #grille .week .prog .visuel img {
    width: 100%;
  }
}
@media screen and (max-height: 800px) {
  #grille .week .prog .visuel {
    margin-bottom: 2px;
  }
  #grille .week .prog .desc {
    height: 68px;
  }
  #grille .week .prog .desc .time {
    font-size: 0.875rem;
  }
  #grille .week .prog .desc .title {
    font-size: 0.875rem;
  }
  #grille .week .prog .desc .genre {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 980px) {
  #grille .week .prog {
    padding-bottom: 40px;
    flex-direction: row;
  }
  #grille .week .prog .desc .type, #grille .week .prog .desc .time {
    font-size: 1.563rem;
  }
  #grille .week .prog .desc .title {
    font-size: 1.875rem;
    height: auto;
  }
  #grille .week .prog .desc .genre {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  #grille .week .prog {
    padding: 0 0 20px;
  }
}
#grille .day .prog {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 10px;
}
#grille .day .prog .visuel {
  width: 55%;
}
#grille .day .prog .desc {
  width: 45%;
  padding-left: 20px;
}
@media screen and (max-width: 980px) {
  #grille .day .prog {
    max-width: inherit;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #grille .day .prog {
    margin-bottom: 20px;
  }
}

#archives header {
  position: relative;
  background-image: url(../contrib/archives/bg-header-archives.jpg);
}
#archives header:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(35deg, #000000, rgba(0, 0, 0, 0));
  opacity: 0.35;
  z-index: 0;
}
#archives header h1 {
  text-transform: uppercase;
  line-height: 1em;
}
#archives header h1, #archives header p {
  position: relative;
  z-index: 5;
}
#archives header p {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  #archives header {
    height: auto !important;
  }
  #archives header:before {
    content: '';
    display: block;
    position: fixed;
    height: 65px;
    top: 0;
    right: 0;
    width: calc(100% - 65px);
    background: linear-gradient(to left, #fc8f72, #ff4500);
    border-bottom: 1px solid white;
    z-index: 9999;
  }
}
@media screen and (max-width: 767px) {
  #archives header {
    padding: 20px 6.25%;
  }
}
#archives .page {
  margin-bottom: 0;
  padding-bottom: 0;
}
#archives .page .container {
  padding: 15px 0 0;
  height: auto;
}
#archives .page h2 {
  clear: both;
  color: #fb4700;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  #archives .page h2 {
    font-size: 1.875rem;
  }
}
#archives .page ul {
  margin-bottom: 10px;
  padding: 5px 0 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#archives .page ul:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(rgba(0, 0, 0, 0), #000000);
  opacity: 0.05;
}
#archives .page ul li {
  float: left;
  margin: 0 2px 2px 0;
  width: calc(16.6666667% - 2px);
}
#archives .page ul li a, #archives .page ul li .visuel, #archives .page ul li .text, #archives .page ul li img {
  position: relative;
  display: block;
  width: 100%;
}
#archives .page ul li .visuel {
  padding-top: 129%;
  height: 0;
  overflow: hidden;
}
#archives .page ul li .visuel img {
  position: absolute;
  top: 0;
  left: 0;
}
#archives .page ul li .text {
  position: absolute;
  color: white;
  height: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(251, 107, 71, 0.9), rgba(255, 69, 0, 0.9));
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
}
#archives .page ul li .text > span strong, #archives .page ul li .text > span span {
  display: block;
  text-align: center;
}
#archives .page ul li .text > span:hover strong, #archives .page ul li .text > span:hover span {
  text-decoration: underline;
}
@media screen and (max-width: 980px) {
  #archives .page ul li .text > span:hover strong, #archives .page ul li .text > span:hover span {
    text-decoration: none;
  }
}
#archives .page ul li .text strong {
  font-family: "Barna Stencil", sans-serif;
  font-size: 30px;
  text-transform: none;
}
#archives .page ul li .text i {
  margin-top: 45px;
}
#archives .page ul li a:hover .text {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  #archives .page ul li {
    width: calc(20% - 2px);
  }
}
@media screen and (max-width: 1400px) {
  #archives .page ul li {
    width: calc(25% - 2px);
  }
}
@media screen and (max-width: 1280px) {
  #archives .page ul li {
    width: calc(33.3333333% - 2px);
  }
}
@media screen and (max-width: 767px) {
  #archives .page ul li {
    width: calc(50% - 2px);
  }
}
#archives .page ul:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes noHeight {
  0% {
    height: auto;
  }
  99% {
    height: auto;
  }
  100% {
    height: 1px;
  }
}
@keyframes noHeight {
  0% {
    height: auto;
  }
  99% {
    height: auto;
  }
  100% {
    height: 1px;
  }
}
#grille {
  /**********************
   *                    *
   *     Responsive     *
   *                    *
   **********************/
}
#grille .page {
  padding-bottom: 0;
}
#grille .page header {
  padding: 0;
  justify-content: flex-start;
}
#grille .page header > div {
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 0 6.25%;
  margin: 40px 0;
}
#grille .page header > div p, #grille .page header > div h1 {
  margin: 0;
}
#grille .page header .back {
  position: absolute;
  top: 80px;
  left: 20px;
  color: white;
  font-size: 0.9375rem;
}
#grille .page header .back i {
  color: #fb4700;
  font-size: 0.8em;
  padding-right: 5px;
}
#grille .page header .back:hover {
  text-decoration: none;
}
#grille .page header .back:hover span {
  text-decoration: underline;
}
#grille .page header .back:hover i {
  color: white;
}
#grille .page header h1 {
  font-size: 2.5rem;
  margin-bottom: 25px;
}
#grille .page header .ico-file_download {
  margin-left: 10px;
}
@media screen and (max-width: 1400px) {
  #grille .page header {
    flex-basis: 192px;
  }
  #grille .page header > div {
    margin: 30px 0;
  }
  #grille .page header .back {
    top: 65px;
    left: 10px;
  }
}
@media screen and (max-width: 980px) {
  #grille .page header {
    height: 185px;
    position: fixed;
  }
  #grille .page header h1 {
    font-family: "Barna Stencil", sans-serif;
    font-weight: bold;
  }
  #grille .page header .back {
    top: 92px;
    left: 22px;
  }
  #grille .page header .back i {
    font-size: 1.875rem;
    color: white;
  }
  #grille .page header .back span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #grille .page header {
    height: 130px;
  }
  #grille .page header > div {
    margin: 0;
    padding-top: 15px;
  }
}
#grille .page .container {
  padding: 0 15px;
  height: calc(100vh - 320px);
  overflow: auto;
}
#grille .page .container #listProg, #grille .page .container #momentDay {
  width: 100%;
}
#grille .page .container #listProg > div, #grille .page .container #momentDay > div {
  float: left;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 0 10px;
}
#grille .page .container #listProg > div:nth-child(even), #grille .page .container #momentDay > div:nth-child(even) {
  background-color: #eceaea;
}
@media screen and (max-width: 1400px) {
  #grille .page .container {
    height: calc(100vh - 242px);
  }
}
@media screen and (max-width: 980px) {
  #grille .page .container {
    padding: 125px 0 0 0;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #grille .page .container {
    padding-top: 65px;
  }
}
#grille .page.week .container #listProg {
  min-width: 1780px;
  height: 100%;
}
#grille .page.week .container #listProg > div {
  width: 14.2857143%;
  min-width: 250px;
}
#grille .page.week h2 {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  width: 100%;
  position: relative;
}
#grille .page.week h2 .add {
  display: block;
  color: #fb4700;
  position: absolute;
  right: 0;
  line-height: 1.25rem;
  top: 50%;
  margin-top: -10px;
}
#grille .page.week h2 .add i {
  position: relative;
  z-index: 5;
}
#grille .page.week h2 .add:hover {
  color: #262626;
}
#grille .page.week .more {
  width: 100%;
  padding-right: 20px;
  font-size: 0.9375rem;
  color: #706f6f;
  line-height: 1.1em;
  position: relative;
}
#grille .page.week .more .ico-arrow_right {
  display: block;
  color: #fb4700;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  line-height: 1;
  font-size: 0.75rem;
}
#grille .page.week .more:hover {
  color: #fb4700;
  text-decoration: underline;
}
#grille .page.week .more:hover .ico-arrow_right {
  text-decoration: none;
}
@media screen and (max-height: 820px) {
  #grille .page.week h2 {
    font-size: 1rem;
  }
  #grille .page.week .container #listProg {
    min-width: 1400px;
  }
  #grille .page.week .container #listProg > div {
    width: 14.2857143%;
    min-width: 200px;
  }
  #grille .page.week .more {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1925px) {
  #grille .page.week .container #listProg > div {
    position: relative;
    justify-content: flex-start;
  }
  #grille .page.week .container #listProg .prog {
    margin-bottom: 35px;
  }
  #grille .page.week h2 {
    padding: 30px;
  }
  #grille .page.week .more {
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    width: calc(100% - 20px);
  }
}
#grille .page.day .container {
  position: relative;
  padding: 0;
  overflow: hidden;
}
#grille .page.day .container #listProg > div, #grille .page.day .container #momentDay > div {
  width: 33.3333%;
}
#grille .page.day .container #listProg > div {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #grille .page.day .container #listProg > div {
    padding-bottom: 20px;
  }
}
#grille .page.day .container #momentDay {
  overflow: hidden;
  width: calc(100% - 20px);
}
#grille .page.day .container .scroll {
  width: 100%;
  max-height: calc(100% - 82px);
}
#grille .page.day .container .scroll:after {
  content: " ";
  background: #eceaea;
  position: absolute;
  left: calc(33.33% - 6.66px);
  width: calc(33.33% - 6.66px);
  height: 100%;
  top: 0;
  z-index: -1;
}
#grille .page.day .container .scroll .mCSB_inside > .mCSB_container {
  margin-right: 20px;
}
#grille .page.day .container .scroll .mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
  background-color: #e5e5e5;
}
#grille .page.day .container .scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  background-color: rgba(38, 38, 38, 0.3);
}
#grille .page.day .container h2 {
  color: #fb4700;
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding: 30px 0;
}
#grille .input-state-menu {
  display: none;
}
@media screen and (max-width: 980px) {
  #grille {
    position: relative;
  }
  #grille .page.week .container #listProg {
    min-width: inherit;
    height: auto;
  }
  #grille .page.week .container #listProg h2 {
    color: #ff4500;
    line-height: 90px;
    height: 90px;
    font-size: 1.875rem;
    padding-left: 15px;
  }
  #grille .page.week .container #listProg h2 a {
    display: none;
  }
  #grille .page.week .container #listProg .more {
    width: auto;
    padding-right: 50px;
    top: 30px;
    right: 15px;
    line-height: 30px;
    position: absolute;
    font-size: 1.375rem;
  }
  #grille .page.week .container #listProg .more i.ico-arrow_right {
    position: absolute;
    right: 0;
    top: 0;
  }
  #grille .page.week .container #listProg .more i.ico-arrow_right:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background: #ff4500;
    color: white;
    font-size: 1.125rem;
    text-indent: 1px;
  }
  #grille .page.week .container #listProg > div {
    display: block;
    position: relative;
    padding: 0;
    width: 100%;
    float: inherit;
  }
  #grille .page.day header > div {
    padding-left: 65px;
  }
  #grille .page.day .container #mobile-menu-morning:checked ~ #momentDay > div:first-child h2 {
    opacity: 1;
  }
  #grille .page.day .container #mobile-menu-morning:checked ~ #momentDay > div:first-child h2 label {
    font-weight: bold;
  }
  #grille .page.day .container #mobile-menu-morning:checked ~ .scroll #listProg {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  #grille .page.day .container #mobile-menu-morning:checked ~ .scroll #listProg > div:first-child {
    -moz-animation: initial;
    -webkit-animation: initial;
    animation: initial;
  }
  #grille .page.day .container #mobile-menu-afternoon:checked ~ #momentDay > div:nth-child(2) h2 {
    opacity: 1;
  }
  #grille .page.day .container #mobile-menu-afternoon:checked ~ #momentDay > div:nth-child(2) h2 label {
    font-weight: bold;
  }
  #grille .page.day .container #mobile-menu-afternoon:checked ~ .scroll #listProg {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  #grille .page.day .container #mobile-menu-afternoon:checked ~ .scroll #listProg > div:nth-child(2) {
    -moz-animation: initial;
    -webkit-animation: initial;
    animation: initial;
  }
  #grille .page.day .container #mobile-menu-evening:checked ~ #momentDay > div:last-child h2 {
    opacity: 1;
  }
  #grille .page.day .container #mobile-menu-evening:checked ~ #momentDay > div:last-child h2 label {
    font-weight: bold;
  }
  #grille .page.day .container #mobile-menu-evening:checked ~ .scroll #listProg {
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  #grille .page.day .container #mobile-menu-evening:checked ~ .scroll #listProg > div:last-child {
    -moz-animation: initial;
    -webkit-animation: initial;
    animation: initial;
  }
  #grille .page.day .container #momentDay {
    width: 100%;
    position: fixed;
    height: 90px;
    overflow: hidden;
    top: 185px;
    background: #fff;
    z-index: 1;
  }
  #grille .page.day .container #momentDay > div h2 {
    font-size: 1.563rem;
    opacity: 0.35;
  }
  #grille .page.day .container #momentDay > div h2 label {
    margin-bottom: 0;
    font-weight: 300;
  }
  #grille .page.day .container #momentDay > div:nth-child(even) {
    background: none;
  }
  #grille .page.day .container #listProg {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #grille .page.day .container #listProg > div {
    min-width: 100%;
    background: none;
    -moz-animation: noHeight 0.5s ease forwards;
    -webkit-animation: noHeight 0.5s ease forwards;
    animation: noHeight 0.5s ease forwards;
  }
  #grille .page.day .container .scroll {
    overflow-x: hidden;
    max-height: 100%;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-top: 215px;
  }
  #grille .page.day .container .scroll:after {
    background: none;
  }
  #grille .page.day .container #listProg > div {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #grille .page.week .container #listProg h2 {
    line-height: 45px;
    height: 45px;
    padding-left: 0;
  }
  #grille .page.week .container #listProg .more {
    padding-right: 25px;
    top: 15px;
    right: 20px;
    line-height: 10px;
  }
  #grille .page.week .container #listProg .more i.ico-arrow_right:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  #grille .page.week .container #listProg > div {
    padding: 0 20px;
    float: inherit;
  }
  #grille .page.day .container #momentDay {
    height: 45px;
    top: 125px;
  }
  #grille .page.day .container .scroll {
    padding-top: 110px;
  }
  #grille .page.day .container #listProg > div {
    padding: 0 20px;
  }
}

#search .page {
  padding-bottom: 0;
}
#search .page header {
  position: fixed;
  padding: 35px 0 0;
  display: block;
  height: auto;
  min-height: 208px;
  flex-basis: 208px;
}
#search .page header:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(#000000, rgba(0, 0, 0, 0));
  opacity: 0.1;
}
#search .page header h1 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 5px;
}
#search .page header form {
  width: 100%;
  padding: 0 6.25%;
}
#search .page header form ::-webkit-input-placeholder {
  color: white;
}
#search .page header form ::-moz-placeholder {
  color: white;
  opacity: 1;
}
#search .page header form :-moz-placeholder {
  color: white;
}
#search .page header form :-ms-input-placeholder {
  color: white;
}
#search .page header form input[type=text] {
  width: 100%;
  height: 34px;
  box-sizing: content-box;
  background-color: transparent;
  border-width: 0 0 2px;
  border-bottom-color: white;
  color: white;
  margin-bottom: 15px;
  font-size: 1.5rem;
  padding-bottom: 25px;
}
@media screen and (max-width: 1400px) {
  #search .page header {
    height: auto;
    min-height: 142px;
    flex-basis: 142px;
    padding-top: 10px;
  }
  #search .page header form input[type="text"] {
    padding-bottom: 10px;
  }
}
#search .page #search-result {
  top: 208px;
  background-color: #f1f1f1;
  color: #707070;
  width: 100%;
  padding: 11px 6.25% 0 6.25%;
  min-height: 62px;
  position: fixed;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  #search .page #search-result {
    top: 142px;
  }
}
#search .page #search-result p {
  margin: 0 30px 0 0;
  line-height: 40px;
  display: inline-block;
}
#search .page #search-result .tag {
  display: inline-block;
}
#search .page #search-result .tag span {
  margin-bottom: 11px;
  display: inline-block;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  margin-right: 8px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.8s ease;
}
#search .page #search-result .tag span i {
  font-size: 0.6em;
  padding-left: 10px;
  color: #fb4700;
}
@media screen and (max-width: 1400px) {
  #search .page #search-result {
    padding: 5px 6.25% 0 6.25%;
    min-height: 50px;
  }
  #search .page #search-result .tag span {
    margin-bottom: 5px;
  }
}
#search .page .container {
  padding: 326px 15px 0 15px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1400px) {
  #search .page .container {
    padding: 238px 15px 0 15px;
  }
}
#search .page .container #listProg {
  width: 100%;
  overflow: hidden;
}
#search .page .container .list-result {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
#search form {
  position: relative;
}
#search form:before {
  color: white;
  font-size: 1.875rem;
  display: block;
  position: absolute;
  right: calc(6.25% + 30px);
  top: 0;
  content: "E";
  font-family: 'arteMag';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#search form .checkbox {
  margin: 0 0 30px;
  height: 22px;
  position: relative;
}
#search form .checkbox label {
  padding-left: 30px;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
}
#search form .checkbox label:before, #search form .checkbox label:after {
  content: '';
  height: 20px;
  margin-top: -12px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
}
#search form .checkbox label:before {
  background-color: white;
  border-radius: 4px;
  box-shadow: inset 2px 0 4px 0 #bfbfbf;
  opacity: 0.5;
}
#search form .checkbox label:after {
  background: transparent url(../img/check.png) no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(0);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#search form .checkbox [type="checkbox"]:disabled + label {
  cursor: not-allowed;
}
#search form .checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
#search form .checkbox input {
  left: 44px;
  bottom: 10px;
  opacity: 0;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 980px) {
  #search form .checkbox label {
    font-size: 1.5rem;
  }
  #search form .checkbox:before, #search form .checkbox:after {
    height: 50px;
    margin-top: -25px;
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  #search form .checkbox:before, #search form .checkbox:after {
    height: 20px;
    margin-top: -10px;
    width: 20px;
  }
}
#search form fieldset {
  position: relative;
  z-index: 5;
}
#search form fieldset .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding-right: 30px;
}
#search form fieldset .select {
  display: inline-block;
  position: relative;
  padding: 0;
  height: 44px;
}
#search form fieldset .select .label {
  font-size: 1rem;
  font-weight: normal;
  color: #fbe1da;
  margin-right: 25px;
}
#search form fieldset .select .label:after {
  color: white;
  margin-left: 10px;
  font-size: 0.8em;
  content: "J";
  display: inline-block;
  font-family: 'arteMag';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#search form fieldset .select .list {
  z-index: 1;
  position: absolute;
  top: 100%;
  background-color: white;
  color: #706f6f;
  padding: 14px 20px;
  box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.25);
  display: none;
}
#search form fieldset .select:hover .list {
  display: block;
}
@media screen and (max-width: 980px) {
  #search form fieldset .title {
    font-size: 1.375rem;
  }
  #search form fieldset .select .label {
    font-size: 1.375rem;
    padding-left: 0;
  }
  #search form fieldset .multi label {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  #search form fieldset .select .label {
    margin-right: 5px;
  }
  #search form fieldset .select .label:after {
    margin-left: 5px;
  }
}
@media screen and (max-width: 359px) {
  #search form fieldset .select .list {
    left: -20px;
  }
}
#search form .multi {
  margin: 0;
  position: relative;
}
#search form .multi label {
  position: relative;
  font-weight: normal;
  font-size: 1rem;
  display: block;
  width: 100%;
  padding: 0;
  line-height: 25px;
  cursor: pointer;
  white-space: nowrap;
}
#search form .multi label:hover {
  color: #fb4700;
}
#search form .multi [type="checkbox"]:disabled + label {
  cursor: not-allowed;
}
#search form .multi [type="checkbox"]:checked + label {
  color: #fb4700;
  text-decoration: underline;
}
#search form .multi input {
  left: 44px;
  bottom: 10px;
  opacity: 0;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  #search form .checkbox {
    margin-bottom: 15px;
  }
  #search form fieldset .select {
    height: 33px;
  }
}
@media screen and (max-width: 980px) {
  #search .page {
    padding-top: 65px;
  }
  #search .page header {
    position: relative;
  }
  #search .page header:before {
    content: " ";
    position: fixed;
    height: 65px;
    background: linear-gradient(to left, #fc8f72, #ff4500);
    width: 100%;
    top: 0;
    border-bottom: 1px solid white;
    z-index: 1000;
  }
  #search .page header form:before {
    font-size: 2.5rem;
    top: 2px;
  }
  #search .page header form input[type="text"] {
    padding-bottom: 10px;
    font-size: 1.875rem;
  }
  #search .page header fieldset .select {
    height: 38px;
  }
  #search .page #search-result {
    position: static;
  }
  #search .page #search-result .tag span {
    font-size: 1.625rem;
  }
  #search .page .container {
    padding: 40px 0 0 0 !important;
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  #search .page header form:before {
    top: 10px;
  }
  #search .page header form input[type="text"] {
    padding-bottom: 10px;
  }
  #search .page header form fieldset .select:hover .list {
    display: none;
  }
  #search .page header form fieldset .select.active .list {
    display: block;
  }
  #search .page header form fieldset .title {
    display: block;
  }
  #search .page .container {
    padding: 20px 0 0 0 !important;
    height: auto !important;
  }
}

/* -- lot 3 -- */
.menu-share {
  position: absolute;
  right: 100%;
  top: 6px;
}
.menu-share .sub-menu {
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 75px;
  width: 35px;
  margin-right: 24px;
  background-color: white;
  cursor: pointer;
}
.menu-share .sub-menu i {
  margin-top: 8px;
  color: #ff4500;
  font-size: 1.563rem;
}
.menu-share .sub-menu:hover {
  background-color: #ff4500;
}
.menu-share .sub-menu:hover i {
  color: white;
}
.menu-share .sub-menu.clicked {
  background-color: #ff4500;
}
.menu-share .sub-menu.clicked i {
  color: white;
}
.menu-share .sub-menu .dot {
  width: 6px;
  height: 6px;
  background-color: #ff4500;
  border-radius: 50%;
  margin: 1px 0;
}
@media screen and (max-width: 767px) {
  .menu-share .sub-menu {
    width: 20px;
    height: 40px;
    order: 1;
    position: static;
    margin: 0;
  }
  .menu-share .sub-menu i {
    margin-top: 6px;
    font-size: 1.875rem;
  }
}
.menu-share .sub-menu-content {
  position: absolute;
  top: 0;
  left: 40px;
  width: 274px;
  z-index: 2;
}
.menu-share .sub-menu-content ul {
  box-shadow: 0px 0px 7px rgba(37, 39, 41, 0.14);
}
@media screen and (max-width: 980px) {
  .menu-share .sub-menu-content {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .menu-share .sub-menu-content {
    width: 235px;
    left: 23px;
  }
}
.menu-share .sub-menu-content ul {
  list-style: none;
  padding: 0;
}
.menu-share .sub-menu-content ul li {
  color: #706f6f;
  background-color: white;
  font-size: 1rem;
  padding: 10px 20px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.menu-share .sub-menu-content ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #706f6f;
}
.menu-share .sub-menu-content ul li a:hover {
  text-decoration: none;
}
.menu-share .sub-menu-content ul li i {
  color: #ff4500;
  margin-right: 10px;
  display: -webkit-flex;
  display: flex;
}
.menu-share .sub-menu-content ul li i.ico-facebook {
  color: #3B5998;
  font-size: 22px;
  margin: 0 0 0 10px;
}
.menu-share .sub-menu-content ul li i.ico-twitter {
  color: #33CCFF;
  font-size: 22px;
  margin: 0 0 0 10px;
}
.menu-share .sub-menu-content ul li i.ico-linkedin-button {
  color: #0e76a8;
  font-size: 22px;
  margin: 0 0 0 10px;
}
.menu-share .sub-menu-content ul li i.ico-file_download {
  background: none;
  height: auto;
  width: auto;
}
.menu-share .sub-menu-content ul li:hover {
  background-color: #ff4500;
  color: white;
}
.menu-share .sub-menu-content ul li:hover i {
  color: white;
}
.menu-share .sub-menu-content ul li:hover a {
  color: white;
}
@media screen and (max-width: 980px) {
  .menu-share .sub-menu-content ul li {
    font-size: 1.625rem;
  }
}

.kind {
  -webkit-flex: 0;
  flex: 0;
  transition: 0.5s margin;
  position: relative;
  overflow: hidden;
  min-height: 201px;
}
.kind .arrow-left, .kind .arrow-right {
  width: 25px;
  height: 129px;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  line-height: 130px;
  text-align: center;
  color: #ff4500;
  z-index: 6;
  cursor: pointer;
  top: 0;
}
.kind .arrow-left:hover, .kind .arrow-right:hover {
  background: white;
}
.kind .arrow-left {
  left: 0;
}
.kind .arrow-right {
  right: 0;
}
.kind .scroll {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 26px;
}
.kind .scroll article {
  width: 232px;
  margin-right: 2px;
}
.kind .scroll article:hover a.desc .title {
  text-decoration: underline;
}
.kind .scroll article .visuel {
  position: relative;
  margin-bottom: 3px;
}
.kind .scroll article .visuel .ico-play_circle {
  position: absolute;
  top: calc(50% - 32px);
  left: 0;
  right: 0;
  color: white;
  opacity: 0.6;
  font-size: 66px;
  text-align: center;
  z-index: 5;
}
.kind .scroll article .visuel .time {
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  font-family: "Roboto", sans-serif;
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.75);
  font-size: 0.75rem;
  z-index: 1;
}
.kind .scroll article .desc {
  text-decoration: none;
}
.kind .scroll article .desc .title {
  display: block;
  font-family: "Barna Stencil", sans-serif;
  font-weight: bold;
  color: #262626;
  font-size: 1.125rem;
  line-height: 24px;
}
.kind .scroll article .desc .subtitle {
  display: block;
  font-family: "Barna Stencil", sans-serif;
  font-weight: 300;
  color: #262626;
  font-size: 1.125rem;
  line-height: 1.2em;
}
.kind .scroll article .desc .bottom {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  color: #707070;
  line-height: 18px;
}
.kind .scroll article .desc:hover .title {
  text-decoration: underline;
}
.kind .scroll article .desc:hover .bottom {
  text-decoration: none;
}
@media screen and (max-width: 980px) {
  .kind .scroll article .visuel .time {
    font-size: 1.25rem;
  }
  .kind .scroll article .desc .title {
    font-size: 1.875rem;
    line-height: 1.1;
    margin-bottom: 5px;
  }
  .kind .scroll article .desc .subtitle {
    font-size: 1.625rem;
    line-height: 1.1;
    margin-bottom: 5px;
  }
  .kind .scroll article .desc .bottom {
    font-size: 1.375rem;
  }
}

#programmes .page {
  padding-bottom: 0;
}
#programmes .page header {
  position: fixed;
  width: 93.75%;
  padding: 0;
  justify-content: flex-start;
}
#programmes .page header > div {
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 0 6.25%;
  margin: 40px 0;
}
#programmes .page header > div p, #programmes .page header > div h1 {
  margin: 0;
}
#programmes .page header h1 {
  font-size: 2.5rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 1400px) {
  #programmes .page header {
    flex-basis: 192px;
  }
  #programmes .page header > div {
    margin: 30px 0;
  }
  #programmes .page header .back {
    top: 65px;
    left: 10px;
  }
}
@media screen and (max-width: 980px) {
  #programmes .page header {
    width: 100%;
    height: 185px;
    position: fixed;
  }
  #programmes .page header h1 {
    font-family: "Barna Stencil", sans-serif;
    font-weight: bold;
  }
  #programmes .page header .back {
    top: 92px;
    left: 22px;
  }
  #programmes .page header .back i {
    font-size: 1.875rem;
    color: white;
  }
  #programmes .page header .back span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #programmes .page header {
    height: 130px;
  }
  #programmes .page header > div {
    margin: 0;
    padding-top: 0;
  }
}
#programmes .search-form {
  width: calc(100% - 6.25%);
  position: fixed;
  top: 270px;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#programmes .search-form .search-field {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  flex: 1 1 auto;
  padding: 0 6.25%;
  border: none;
  height: 62px;
  background: #f1f1f1;
  color: #707070;
}
#programmes .search-form .ico-search {
  position: absolute;
  right: 6.25%;
  font-size: 2rem;
  color: #ff4500;
  margin-top: 13px;
}
@media screen and (max-width: 1400px) {
  #programmes .search-form {
    top: 192px;
  }
}
@media screen and (max-width: 980px) {
  #programmes .search-form {
    top: 185px;
    width: 100%;
  }
  #programmes .search-form .ico-search {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  #programmes .search-form {
    top: 130px;
  }
  #programmes .search-form .search-field {
    height: 40px;
  }
  #programmes .search-form .ico-search {
    margin-top: 12px;
  }
}
@media screen and (max-width: 359px) {
  #programmes .search-form .search-field {
    font-size: 1.5rem;
  }
}
#programmes .container {
  padding-top: 382px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1400px) {
  #programmes .container {
    padding-top: 270px;
  }
}
#programmes .container h2 {
  color: #ff4500;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 980px) {
  #programmes .container h2 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  #programmes .container h2 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 980px) {
  #programmes .container {
    padding-top: 190px;
    padding-left: 40px;
    padding-right: 40px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #programmes .container {
    padding-top: 105px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 980px) {
  #programmes .page {
    height: auto;
  }
}

.slideshow {
  user-select: none;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.slideshow__wrapper {
  position: relative;
  padding-top: 50%;
}
.slideshow img {
  max-width: 100%;
}
.slideshow__nav {
  position: relative;
  margin: 0;
  overflow: hidden;
  flex: 0 0 14%;
}
.slideshow__thumbnails .thumbnail {
  margin-right: 2px;
  border: none;
  padding: 0;
  cursor: pointer;
}
.slideshow__thumbnails .thumbnail:not(:first-child) {
  margin-top: 2px;
}
.slideshow__thumbnails .thumbnail:not(:last-child) {
  margin-bottom: 2px;
}
.slideshow__preview-container {
  display: flex;
  background: black;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .slideshow {
    flex-direction: column;
    position: relative;
  }
  .slideshow__wrapper {
    padding: 0;
  }
  .slideshow__nav {
    padding: 0;
    flex: initial;
  }
  .slideshow__thumbnails {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .slideshow__thumbnails .thumbnail {
    border-radius: 0;
    flex: 0 0 100px;
    height: 55px;
    overflow: hidden;
    margin-right: 2px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .slideshow__thumbnails .thumbnail img {
    width: 100%;
  }
  .slideshow__thumbnails .thumbnail:last-child {
    margin-right: 0;
  }
  .slideshow__preview-container {
    order: -1;
    width: 100%;
    margin-bottom: 2px;
  }
}

.arrow {
  position: absolute;
  height: 25px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 999;
  color: #fb4700;
  cursor: pointer;
}
.arrow:hover {
  background: white;
}
.arrow--hide {
  display: none;
}
.arrow--top {
  top: 0;
}
.arrow--top .ico-arrow_up {
  line-height: 0;
}
.arrow--bottom {
  bottom: 0;
}
.arrow--bottom .ico-arrow_down {
  line-height: 0;
}
.arrow--active {
  transition: 2s ease;
  transform: translateY(0%);
}
@media screen and (max-width: 767px) {
  .arrow {
    width: 20px;
    height: 55px;
  }
  .arrow--top {
    left: 0;
  }
  .arrow--bottom {
    left: auto;
    right: 0;
  }
  .arrow i {
    transform: rotate(-90deg);
  }
}

.emphasis-area {
  background-color: #f4f4f4;
  font-size: 0.875rem;
  color: #262626;
  padding: 15px;
}
@media screen and (max-width: 980px) {
  .emphasis-area {
    font-size: 1.5rem;
    line-height: 1.2em;
  }
}

.top-banner {
  width: 100%;
  text-align: center;
  background: url(../../img/bg-header.jpg) no-repeat;
  background-size: cover;
  height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 5;
}
.top-banner__title {
  font-size: 3.125rem;
  padding-bottom: 10px;
}
.top-banner__description {
  font-size: 1.125rem;
}
.top-banner__buttons {
  margin-top: 20px;
  display: flex;
}
.top-banner__button {
  border: 1px solid white;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  margin: 0 11px;
  color: white;
}
.top-banner__button:hover {
  background: white;
  color: #fb4700;
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  .top-banner {
    height: 192px;
  }
  .top-banner__title {
    font-size: 2.5rem;
  }
  .top-banner__description {
    font-size: 1rem;
  }
  .top-banner__buttons {
    margin-top: 10px;
  }
}
@media screen and (max-width: 980px) {
  .top-banner {
    height: auto;
    padding: 40px;
  }
  .top-banner__title {
    font-family: "Barna Stencil", sans-serif;
    font-weight: bold;
    font-size: 3.375rem;
  }
  .top-banner__description {
    font-size: 1.563rem;
  }
  .top-banner__button {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 768px) {
  .top-banner .visible-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-banner {
    padding: 20px;
  }
  .top-banner__button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .top-banner .hide-mobile {
    display: none;
  }
}

/* --------------------- */
#programme, #article, #communique {
  /* Reused in #collection ------ */
  /* ---------------------------- */
}
#programme .related-content-wrapper, #article .related-content-wrapper, #communique .related-content-wrapper {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  margin: 0 50px;
  width: 262px;
}
@media screen and (max-width: 980px) {
  #programme .related-content-wrapper, #article .related-content-wrapper, #communique .related-content-wrapper {
    /*display: none;*/
    width: calc(100% - 100px);
  }
  #programme .related-content-wrapper .bordered-list, #article .related-content-wrapper .bordered-list, #communique .related-content-wrapper .bordered-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
    margin: 10px 0;
  }
  #programme .related-content-wrapper .bordered-list__item, #article .related-content-wrapper .bordered-list__item, #communique .related-content-wrapper .bordered-list__item {
    flex: 1 0 48%;
    padding: 5px;
    border-bottom: 0;
  }
  #programme .related-content-wrapper .bordered-list__item.note, #article .related-content-wrapper .bordered-list__item.note, #communique .related-content-wrapper .bordered-list__item.note {
    flex: 1 0 100%;
  }
}
@media screen and (max-width: 767px) {
  #programme .related-content-wrapper, #article .related-content-wrapper, #communique .related-content-wrapper {
    width: 100%;
    margin: 0;
  }
  #programme .related-content-wrapper .bordered-list, #article .related-content-wrapper .bordered-list, #communique .related-content-wrapper .bordered-list {
    align-items: flex-start;
  }
}
#programme .related-content:hover, #article .related-content:hover, #communique .related-content:hover {
  text-decoration: none;
}
#programme .related-content:hover .related-content__title, #article .related-content:hover .related-content__title, #communique .related-content:hover .related-content__title {
  text-decoration: underline;
}
#programme .related-content__type, #article .related-content__type, #communique .related-content__type {
  color: #fb4700;
  font-size: 1.125rem;
  line-height: 1rem;
}
@media screen and (max-width: 980px) {
  #programme .related-content__type, #article .related-content__type, #communique .related-content__type {
    font-size: 1.563rem;
  }
}
#programme .related-content__title, #article .related-content__title, #communique .related-content__title {
  color: #262626;
  font-family: 'Barna Stencil', serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.8rem;
  margin-top: 5px;
}
@media screen and (max-width: 980px) {
  #programme .related-content__title, #article .related-content__title, #communique .related-content__title {
    font-size: 1.875rem;
  }
}
#programme .related-content__introduction, #article .related-content__introduction, #communique .related-content__introduction {
  color: #706f6f;
  font-size: 1.125rem;
  line-height: 1.4rem;
  margin: 0;
}
@media screen and (max-width: 980px) {
  #programme .related-content__introduction, #article .related-content__introduction, #communique .related-content__introduction {
    display: none;
  }
}
#programme .related-content__image, #article .related-content__image, #communique .related-content__image {
  width: 100%;
  margin-bottom: 20px;
}
#programme .related-content__image--no-margin, #article .related-content__image--no-margin, #communique .related-content__image--no-margin {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #programme .related-content__image, #article .related-content__image, #communique .related-content__image {
    margin-bottom: 10px;
  }
}
#programme .related-content__quote, #article .related-content__quote, #communique .related-content__quote {
  color: #706f6f;
}
#programme .related-content__quote .quote__author, #article .related-content__quote .quote__author, #communique .related-content__quote .quote__author {
  font-size: 1.125rem;
  margin-top: 17px;
  line-height: 1rem;
  text-align: right;
}
#programme .related-content__quote .quote__text, #article .related-content__quote .quote__text, #communique .related-content__quote .quote__text {
  color: #262626;
  font-family: 'Barna Stencil', serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2.3rem;
}
@media screen and (max-width: 980px) {
  #programme .related-content__quote, #article .related-content__quote, #communique .related-content__quote {
    text-align: center;
  }
}
#programme .related-content__divider, #article .related-content__divider, #communique .related-content__divider {
  text-align: left;
  border: 2px solid #fb4700;
  width: 22px;
  margin: 16px 0 15px;
}
@media screen and (max-width: 980px) {
  #programme .related-content__divider, #article .related-content__divider, #communique .related-content__divider {
    margin: 16px auto 15px;
    display: none;
  }
}
#programme .facebook-share__buttons, #article .facebook-share__buttons, #communique .facebook-share__buttons {
  margin-top: 3px;
}
#programme .top-header--above, #article .top-header--above, #communique .top-header--above {
  position: relative;
  height: 45px;
}
#programme .top-header--above .top-header__content, #article .top-header--above .top-header__content, #communique .top-header--above .top-header__content {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
}
#programme .top-header--connected .top-header__content, #article .top-header--connected .top-header__content, #communique .top-header--connected .top-header__content {
  background: rgba(255, 255, 255, 0.2);
  transition: 0.5s background;
}
#programme .top-header--connected .top-header__links .link.episodes, #article .top-header--connected .top-header__links .link.episodes, #communique .top-header--connected .top-header__links .link.episodes {
  display: block;
}
#programme .top-header--expanded .top-header__content, #article .top-header--expanded .top-header__content, #communique .top-header--expanded .top-header__content {
  background: rgba(0, 0, 0, 0.9);
}
#programme .top-header--expanded .top-header__links .link.episodes, #article .top-header--expanded .top-header__links .link.episodes, #communique .top-header--expanded .top-header__links .link.episodes {
  display: block;
  font-weight: bold;
  text-decoration: underline;
}
#programme .top-header--expanded .top-header__episodes .kind, #article .top-header--expanded .top-header__episodes .kind, #communique .top-header--expanded .top-header__episodes .kind {
  margin: 22px auto 16px;
}
#programme .top-header__links, #article .top-header__links, #communique .top-header__links {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 25px 15px;
}
#programme .top-header__links .link, #article .top-header__links .link, #communique .top-header__links .link {
  text-decoration: none;
}
#programme .top-header__links .link:not(:last-child), #article .top-header__links .link:not(:last-child), #communique .top-header__links .link:not(:last-child) {
  margin-right: 16px;
}
#programme .top-header__links .link a, #article .top-header__links .link a, #communique .top-header__links .link a {
  color: white;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#programme .top-header__links .link.back, #article .top-header__links .link.back, #communique .top-header__links .link.back {
  font-size: 0.9375rem;
}
#programme .top-header__links .link.back i, #article .top-header__links .link.back i, #communique .top-header__links .link.back i {
  font-size: 0.8666em;
  line-height: 1;
  margin-right: 2px;
}
#programme .top-header__links .link.episodes, #article .top-header__links .link.episodes, #communique .top-header__links .link.episodes {
  display: none;
}
#programme .top-header__links .link.episodes i, #article .top-header__links .link.episodes i, #communique .top-header__links .link.episodes i {
  margin-right: 12px;
}
#programme .top-header__links .link:hover, #article .top-header__links .link:hover, #communique .top-header__links .link:hover {
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  #programme .top-header__links .link.back, #article .top-header__links .link.back, #communique .top-header__links .link.back, #programme .top-header__links .link.episodes, #article .top-header__links .link.episodes, #communique .top-header__links .link.episodes {
    font-size: 1.25rem;
  }
}
#programme .top-header__episodes, #article .top-header__episodes, #communique .top-header__episodes {
  width: 88.64%;
  overflow: hidden;
  margin: 0 auto;
}
#programme .top-header__episodes .kind, #article .top-header__episodes .kind, #communique .top-header__episodes .kind {
  margin-top: -205px;
}
#programme .top-header__episodes .scroll, #article .top-header__episodes .scroll, #communique .top-header__episodes .scroll {
  margin-bottom: 0;
}
#programme .page, #article .page, #communique .page {
  padding-bottom: 0;
}
@media screen and (max-width: 980px) {
  #programme .page, #article .page, #communique .page {
    padding-top: 65px;
  }
  #programme .page:before, #article .page:before, #communique .page:before {
    content: '';
    display: block;
    position: fixed;
    height: 65px;
    top: 0;
    right: 0;
    width: calc(100% - 65px);
    background: linear-gradient(to left, #fc8f72, #ff4500);
    border-bottom: 1px solid white;
    z-index: 1000;
  }
  #programme .page .container, #article .page .container, #communique .page .container {
    height: auto;
    min-height: calc(100vh - 160px);
  }
}
#programme .page .all-episodes, #article .page .all-episodes, #communique .page .all-episodes {
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 270px;
}
#programme .page .all-episodes .see-all-link, #article .page .all-episodes .see-all-link, #communique .page .all-episodes .see-all-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 18px 0 0 102px;
}
#programme .page .all-episodes .see-all-link span, #article .page .all-episodes .see-all-link span, #communique .page .all-episodes .see-all-link span {
  color: white;
  padding-left: 10px;
}
#programme .page .all-episodes .see-all-link:hover span, #article .page .all-episodes .see-all-link:hover span, #communique .page .all-episodes .see-all-link:hover span {
  font-weight: bold;
}
#programme .page .all-episodes .kind-container, #article .page .all-episodes .kind-container, #communique .page .all-episodes .kind-container {
  width: 88.64%;
  margin: 40px auto 0;
}
#programme .page .header, #article .page .header, #communique .page .header {
  color: white;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#programme .page .header .wrapper, #article .page .header .wrapper, #communique .page .header .wrapper {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
#programme .page .header .header-container, #article .page .header .header-container, #communique .page .header .header-container {
  margin: 0 100px;
}
@media screen and (max-width: 767px) {
  #programme .page .header .header-container, #article .page .header .header-container, #communique .page .header .header-container {
    margin: 0 20px;
  }
}
#programme .page .header .header-container .tag-list, #article .page .header .header-container .tag-list, #communique .page .header .header-container .tag-list {
  margin-top: 110px;
}
#programme .page .header .header-container .tag-list .tag, #article .page .header .header-container .tag-list .tag, #communique .page .header .header-container .tag-list .tag {
  border: white 1px solid;
  display: inline-block;
  height: 33px;
  line-height: 33px;
  padding: 0 10px;
  margin-bottom: 20px;
}
#programme .page .header .header-container .tag-list .tag span, #article .page .header .header-container .tag-list .tag span, #communique .page .header .header-container .tag-list .tag span {
  font-family: "Barna Stencil", sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  #programme .page .header .header-container .tag-list, #article .page .header .header-container .tag-list, #communique .page .header .header-container .tag-list {
    margin-top: 40px;
  }
  #programme .page .header .header-container .tag-list .tag span, #article .page .header .header-container .tag-list .tag span, #communique .page .header .header-container .tag-list .tag span {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  #programme .page .header .header-container .tag-list, #article .page .header .header-container .tag-list, #communique .page .header .header-container .tag-list {
    margin-top: 20px;
  }
}
#programme .page .header .header-container .about, #article .page .header .header-container .about, #communique .page .header .header-container .about {
  margin-bottom: 70px;
}
#programme .page .header .header-container .about > div, #article .page .header .header-container .about > div, #communique .page .header .header-container .about > div {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#programme .page .header .header-container .about .left, #article .page .header .header-container .about .left, #communique .page .header .header-container .about .left {
  -webkit-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #programme .page .header .header-container .about .left, #article .page .header .header-container .about .left, #communique .page .header .header-container .about .left {
    -webkit-flex: auto;
    flex: auto;
    order: 2;
  }
}
#programme .page .header .header-container .about .left .programmation-date span, #article .page .header .header-container .about .left .programmation-date span, #communique .page .header .header-container .about .left .programmation-date span {
  font-size: 1.25rem;
  font-weight: bold;
}
#programme .page .header .header-container .about .left .title, #article .page .header .header-container .about .left .title, #communique .page .header .header-container .about .left .title {
  line-height: 3.125rem;
  margin-bottom: 3px;
  font-size: 1.0625rem;
}
#programme .page .header .header-container .about .left .title h1, #article .page .header .header-container .about .left .title h1, #communique .page .header .header-container .about .left .title h1 {
  font-size: 3.125rem;
  font-family: "Barna Stencil", sans-serif;
  font-weight: bold;
}
#programme .page .header .header-container .about .left .sub-title, #article .page .header .header-container .about .left .sub-title, #communique .page .header .header-container .about .left .sub-title {
  line-height: 1.875rem;
  margin-bottom: 32px;
}
#programme .page .header .header-container .about .left .sub-title h2, #article .page .header .header-container .about .left .sub-title h2, #communique .page .header .header-container .about .left .sub-title h2 {
  font-size: 1.875rem;
  font-family: "Barna Stencil", sans-serif;
  font-weight: bold;
}
#programme .page .header .header-container .about .left .information, #article .page .header .header-container .about .left .information, #communique .page .header .header-container .about .left .information {
  line-height: 1.4em;
  margin-left: 3px;
}
#programme .page .header .header-container .about .left .information .tags .tag i, #article .page .header .header-container .about .left .information .tags .tag i, #communique .page .header .header-container .about .left .information .tags .tag i {
  font-size: 1.8rem;
}
#programme .page .header .header-container .about .left .information .disponibility-container, #article .page .header .header-container .about .left .information .disponibility-container, #communique .page .header .header-container .about .left .information .disponibility-container {
  margin: 5px;
}
#programme .page .header .header-container .about .left .information .disponibility-container .disponibility-date, #article .page .header .header-container .about .left .information .disponibility-container .disponibility-date, #communique .page .header .header-container .about .left .information .disponibility-container .disponibility-date {
  letter-spacing: 0.3px;
  font-size: 1rem;
}
#programme .page .header .header-container .about .left .description, #article .page .header .header-container .about .left .description, #communique .page .header .header-container .about .left .description {
  margin-top: 30px;
  margin-left: 3px;
  margin-bottom: 15px;
}
#programme .page .header .header-container .about .left .description p, #article .page .header .header-container .about .left .description p, #communique .page .header .header-container .about .left .description p {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
#programme .page .header .header-container .about .right, #article .page .header .header-container .about .right, #communique .page .header .header-container .about .right {
  -webkit-flex: 1;
  flex: 1;
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
#programme .page .header .header-container .about .right div, #article .page .header .header-container .about .right div, #communique .page .header .header-container .about .right div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 53px;
  opacity: 0.6;
}
#programme .page .header .header-container .about .right div:hover, #article .page .header .header-container .about .right div:hover, #communique .page .header .header-container .about .right div:hover {
  opacity: 1;
}
#programme .page .header .header-container .about .right div i, #article .page .header .header-container .about .right div i, #communique .page .header .header-container .about .right div i {
  line-height: 7.4rem;
  font-size: 9.3rem;
  cursor: pointer;
}
#programme .page .header .header-container .about .right div span, #article .page .header .header-container .about .right div span, #communique .page .header .header-container .about .right div span {
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  #programme .page .header .header-container .about, #article .page .header .header-container .about, #communique .page .header .header-container .about {
    margin-bottom: 40px;
  }
  #programme .page .header .header-container .about .left .programmation-date span, #article .page .header .header-container .about .left .programmation-date span, #communique .page .header .header-container .about .left .programmation-date span {
    font-weight: normal;
  }
  #programme .page .header .header-container .about .left .title h1, #article .page .header .header-container .about .left .title h1, #communique .page .header .header-container .about .left .title h1 {
    font-size: 3.375rem;
  }
  #programme .page .header .header-container .about .left .sub-title, #article .page .header .header-container .about .left .sub-title, #communique .page .header .header-container .about .left .sub-title {
    margin-bottom: 40px;
  }
  #programme .page .header .header-container .about .left .sub-title h2, #article .page .header .header-container .about .left .sub-title h2, #communique .page .header .header-container .about .left .sub-title h2 {
    font-size: 2.125rem;
  }
  #programme .page .header .header-container .about .left .information .tags .tag i, #article .page .header .header-container .about .left .information .tags .tag i, #communique .page .header .header-container .about .left .information .tags .tag i {
    font-size: 2rem;
  }
  #programme .page .header .header-container .about .left .information .disponibility-container .disponibility-date, #article .page .header .header-container .about .left .information .disponibility-container .disponibility-date, #communique .page .header .header-container .about .left .information .disponibility-container .disponibility-date {
    font-size: 1.5rem;
  }
  #programme .page .header .header-container .about .left .description p, #article .page .header .header-container .about .left .description p, #communique .page .header .header-container .about .left .description p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #programme .page .header .header-container .about, #article .page .header .header-container .about, #communique .page .header .header-container .about {
    margin-bottom: 20px;
  }
  #programme .page .header .header-container .about .menu-share, #article .page .header .header-container .about .menu-share, #communique .page .header .header-container .about .menu-share {
    top: 18px;
  }
  #programme .page .header .header-container .about .left .title, #article .page .header .header-container .about .left .title, #communique .page .header .header-container .about .left .title, #programme .page .header .header-container .about .left .sub-title, #article .page .header .header-container .about .left .sub-title, #communique .page .header .header-container .about .left .sub-title, #programme .page .header .header-container .about .left .programmation-date, #article .page .header .header-container .about .left .programmation-date, #communique .page .header .header-container .about .left .programmation-date {
    padding-left: 10px;
  }
  #programme .page .header .header-container .about .left .sub-title, #article .page .header .header-container .about .left .sub-title, #communique .page .header .header-container .about .left .sub-title {
    margin-bottom: 20px;
  }
  #programme .page .header .header-container .about .left .description, #article .page .header .header-container .about .left .description, #communique .page .header .header-container .about .left .description {
    margin-top: 20px;
    margin-bottom: 0;
  }
  #programme .page .header .header-container .about .right, #article .page .header .header-container .about .right, #communique .page .header .header-container .about .right {
    -webkit-flex: auto;
    flex: auto;
    order: 3;
    width: 100%;
    margin: 20px 0;
  }
  #programme .page .header .header-container .about .right > div, #article .page .header .header-container .about .right > div, #communique .page .header .header-container .about .right > div {
    padding: 0;
  }
}
#programme .page .header .header-container .collection-footer, #article .page .header .header-container .collection-footer, #communique .page .header .header-container .collection-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 26px 0;
  display: -webkit-flex;
  display: flex;
}
#programme .page .header .header-container .collection-footer .downloads, #article .page .header .header-container .collection-footer .downloads, #communique .page .header .header-container .collection-footer .downloads {
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
#programme .page .header .header-container .collection-footer .downloads .download, #article .page .header .header-container .collection-footer .downloads .download, #communique .page .header .header-container .collection-footer .downloads .download {
  margin-right: 65px;
}
#programme .page .header .header-container .collection-footer .downloads .download a, #article .page .header .header-container .collection-footer .downloads .download a, #communique .page .header .header-container .collection-footer .downloads .download a {
  color: white;
  font-size: 1rem;
  padding-right: 8px;
  position: relative;
  display: block;
}
#programme .page .header .header-container .collection-footer .downloads .download a .icon-container, #article .page .header .header-container .collection-footer .downloads .download a .icon-container, #communique .page .header .header-container .collection-footer .downloads .download a .icon-container {
  background: white;
  border-radius: 50%;
  height: 37px;
  left: 100%;
  margin-top: -17.5px;
  position: absolute;
  top: 50%;
  width: 37px;
}
#programme .page .header .header-container .collection-footer .downloads .download a .icon-container i, #article .page .header .header-container .collection-footer .downloads .download a .icon-container i, #communique .page .header .header-container .collection-footer .downloads .download a .icon-container i {
  font-size: 14px;
}
#programme .page .header .header-container .collection-footer .downloads .download a .icon-container i.ico-file_download, #article .page .header .header-container .collection-footer .downloads .download a .icon-container i.ico-file_download, #communique .page .header .header-container .collection-footer .downloads .download a .icon-container i.ico-file_download {
  background-color: transparent;
}
.video-titre {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 33px;
}
.full-viewing {
  -webkit-transform: rotate(0deg);
  color: rgba(24, 32, 48, 1.0);
  text-align: left;
  font-family: "Barna", Helvetica, Arial, serif;
  font-size: 16px;
  font-weight: bold;
  align-self: center;
  word-break: break-word;
}
.visuel-embed > img {
  height: auto;
  width: 100%;
}
.visuel-embed, .visuel-upload {
  cursor: pointer;
  position: relative;
}
.visuel-upload video {
  display: block;
  object-fit: cover;
}
.play-opacity {
  opacity: 0.65;
}
.hide {
  display: none !important;
}
.visuel-embed .ico-play, .visuel-upload .ico-play {
  position: absolute;
  color: white;
  left: 40%;
  top: 22%;
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  #programme .page .header .header-container .collection-footer .downloads .download a .icon-container, #article .page .header .header-container .collection-footer .downloads .download a .icon-container, #communique .page .header .header-container .collection-footer .downloads .download a .icon-container {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
#programme .page .header .header-container .collection-footer .downloads .download a:hover .icon-container, #article .page .header .header-container .collection-footer .downloads .download a:hover .icon-container, #communique .page .header .header-container .collection-footer .downloads .download a:hover .icon-container {
  background-color: #ff4500;
}
#programme .page .header .header-container .collection-footer .downloads .download a:hover .icon-container i, #article .page .header .header-container .collection-footer .downloads .download a:hover .icon-container i, #communique .page .header .header-container .collection-footer .downloads .download a:hover .icon-container i {
  color: white;
}
@media screen and (max-width: 980px) {
  #programme .page .header .header-container .collection-footer .downloads .download a, #article .page .header .header-container .collection-footer .downloads .download a, #communique .page .header .header-container .collection-footer .downloads .download a {
    font-size: 1.25rem;
  }
}
#programme .page .header .header-container .openVideo, #article .page .header .header-container .openVideo, #communique .page .header .header-container .openVideo {
  cursor: pointer;
}
#programme .page .header .header-container .openVideo a, #article .page .header .header-container .openVideo a, #communique .page .header .header-container .openVideo a {
  color: white;
}
#programme .page .header .header-video, #article .page .header .header-video, #communique .page .header .header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.5);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
#programme .page .header .header-video iframe, #article .page .header .header-video iframe, #communique .page .header .header-video iframe {
  position: absolute;
  width: 70%;
  height: 100% !important;
  top: 0;
  right: 15%;
  transition-property: no;
  transition: all 0.5s ease-in-out;
}
#programme .page .header .header-video .close, #article .page .header .header-video .close, #communique .page .header .header-video .close {
  position: absolute;
  top: 10px;
  right: calc(15% + 10px);
  color: white;
  z-index: 10;
  transition: all 0.5s ease-in-out;
}
#programme .page .header .header-video.on, #article .page .header .header-video.on, #communique .page .header .header-video.on {
  opacity: 1;
  z-index: 9999;
}
#programme .page .header .header-video.on.reduce iframe, #article .page .header .header-video.on.reduce iframe, #communique .page .header .header-video.on.reduce iframe {
  margin-right: 0;
  width: 300px;
  height: 171px !important;
  position: fixed;
  right: 20px;
  top: auto;
  bottom: 20px;
}
#programme .page .header .header-video.on.reduce .close, #article .page .header .header-video.on.reduce .close, #communique .page .header .header-video.on.reduce .close {
  position: fixed;
  top: auto;
  bottom: 168px;
  right: 25px;
  font-size: 0.9375rem;
}
#programme .page .content, #article .page .content, #communique .page .content {
  padding: 100px 0 0;
}
@media screen and (max-width: 980px) {
  #programme .page .content, #article .page .content, #communique .page .content {
    padding-top: 40px;
  }
  .full-viewing {
    -webkit-transform: rotate(0deg);
    color: rgba(24, 32, 48, 1.0);
    text-align: left;
    font-size: 14px;
    font-weight: bold;
  }
  .visuel-embed .ico-play, .visuel-upload .ico-play {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  #programme .page .content, #article .page .content, #communique .page .content {
    padding-top: 20px;
  }
}
#programme .page .content .wrapper, #article .page .content .wrapper, #communique .page .content .wrapper {
  margin: auto;
  width: 88.64%;
}
@media screen and (max-width: 767px) {
  #programme .page .content .wrapper, #article .page .content .wrapper, #communique .page .content .wrapper {
    padding: 0 20px;
    width: 100%;
    margin: 0;
  }
}
#programme .page .content .wrapper .description-wrapper, #article .page .content .wrapper .description-wrapper, #communique .page .content .wrapper .description-wrapper {
  margin: 0 -50px;
}
@media screen and (max-width: 980px) {
  #programme .page .content .wrapper .description-wrapper, #article .page .content .wrapper .description-wrapper, #communique .page .content .wrapper .description-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #programme .page .content .wrapper .description-wrapper, #article .page .content .wrapper .description-wrapper, #communique .page .content .wrapper .description-wrapper {
    margin: 0;
  }
}
#programme .page .content .wrapper .description-wrapper .article-container, #article .page .content .wrapper .description-wrapper .article-container, #communique .page .content .wrapper .description-wrapper .article-container {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin: 0 50px;
}
@media screen and (max-width: 980px) {
  #programme .page .content .wrapper .description-wrapper .article-container, #article .page .content .wrapper .description-wrapper .article-container, #communique .page .content .wrapper .description-wrapper .article-container {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  #programme .page .content .wrapper .description-wrapper .article-container, #article .page .content .wrapper .description-wrapper .article-container, #communique .page .content .wrapper .description-wrapper .article-container {
    margin: 0;
  }
}
#programme .page .content .wrapper .description-wrapper .article-container .article-content, #article .page .content .wrapper .description-wrapper .article-container .article-content, #communique .page .content .wrapper .description-wrapper .article-container .article-content {
  line-height: 1.65em;
}
#programme .page .content .wrapper .description-wrapper .article-container .article-content--col, #article .page .content .wrapper .description-wrapper .article-container .article-content--col, #communique .page .content .wrapper .description-wrapper .article-container .article-content--col {
  column-count: 2;
  -moz-column-count: 2;
}
@media screen and (max-width: 1280px) {
  #programme .page .content .wrapper .description-wrapper .article-container .article-content--col, #article .page .content .wrapper .description-wrapper .article-container .article-content--col, #communique .page .content .wrapper .description-wrapper .article-container .article-content--col {
    column-count: 1;
    -moz-column-count: 1;
  }
}
#programme .page .content .wrapper .description-wrapper .article-container .article-content--col p, #article .page .content .wrapper .description-wrapper .article-container .article-content--col p, #communique .page .content .wrapper .description-wrapper .article-container .article-content--col p {
  margin-bottom: 0;
}
#programme .page .content .wrapper .description-wrapper .article-container .article-content .quote, #article .page .content .wrapper .description-wrapper .article-container .article-content .quote, #communique .page .content .wrapper .description-wrapper .article-container .article-content .quote {
  color: #fb4700;
  font-size: 1.3rem;
  margin: 14px 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  #programme .page .content .wrapper .description-wrapper .article-container .article-content .quote, #article .page .content .wrapper .description-wrapper .article-container .article-content .quote, #communique .page .content .wrapper .description-wrapper .article-container .article-content .quote {
    font-size: 1.625rem;
  }
}
#programme .page .content .wrapper .description-wrapper .article-container .article-content .article-image, #article .page .content .wrapper .description-wrapper .article-container .article-content .article-image, #communique .page .content .wrapper .description-wrapper .article-container .article-content .article-image {
  margin-bottom: 21px;
  width: 100%;
}
#programme .page .content .wrapper .description-wrapper .article-container .article-content .article-image--no-margin-bottom, #article .page .content .wrapper .description-wrapper .article-container .article-content .article-image--no-margin-bottom, #communique .page .content .wrapper .description-wrapper .article-container .article-content .article-image--no-margin-bottom {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #programme .page .content .wrapper .description-wrapper .article-container .article-content .article-image--no-margin-bottom, #article .page .content .wrapper .description-wrapper .article-container .article-content .article-image--no-margin-bottom, #communique .page .content .wrapper .description-wrapper .article-container .article-content .article-image--no-margin-bottom {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 980px) {
  #programme .page .content .wrapper .description-wrapper .article-container .article-content .article-image, #article .page .content .wrapper .description-wrapper .article-container .article-content .article-image, #communique .page .content .wrapper .description-wrapper .article-container .article-content .article-image {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #programme .page .content .wrapper .description-wrapper .article-container .article-content .article-image, #article .page .content .wrapper .description-wrapper .article-container .article-content .article-image, #communique .page .content .wrapper .description-wrapper .article-container .article-content .article-image {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
#programme .page .content .wrapper .description-wrapper .article-container .credits, #article .page .content .wrapper .description-wrapper .article-container .credits, #communique .page .content .wrapper .description-wrapper .article-container .credits {
  line-height: 1.4em;
}
#programme .page .content .wrapper .description-wrapper .article-container .contacts, #article .page .content .wrapper .description-wrapper .article-container .contacts, #communique .page .content .wrapper .description-wrapper .article-container .contacts {
  line-height: 1.4em;
}
#programme .page .content .wrapper .description-wrapper .article-container .contacts em, #article .page .content .wrapper .description-wrapper .article-container .contacts em, #communique .page .content .wrapper .description-wrapper .article-container .contacts em {
  color: #fb4700;
  font-style: normal;
  font-weight: bold;
}
#programme .page .content .wrapper .description-wrapper .article-container .contacts a, #article .page .content .wrapper .description-wrapper .article-container .contacts a, #communique .page .content .wrapper .description-wrapper .article-container .contacts a {
  color: #707070;
}
#programme .page .content .wrapper .description-wrapper .article-container .links, #article .page .content .wrapper .description-wrapper .article-container .links, #communique .page .content .wrapper .description-wrapper .article-container .links {
  line-height: 1.9rem;
}
#programme .page .content .wrapper .description-wrapper .article-container .links a, #article .page .content .wrapper .description-wrapper .article-container .links a, #communique .page .content .wrapper .description-wrapper .article-container .links a {
  color: #fb4700;
  font-weight: bold;
  text-decoration: underline;
}
#programme .page .content .wrapper .description-wrapper .article-container .links img, #article .page .content .wrapper .description-wrapper .article-container .links img, #communique .page .content .wrapper .description-wrapper .article-container .links img {
  margin-left: 15px;
}
#programme .page .content .wrapper .description-wrapper .article-container .dates-diffusion, #article .page .content .wrapper .description-wrapper .article-container .dates-diffusion, #communique .page .content .wrapper .description-wrapper .article-container .dates-diffusion {
  line-height: 1.8rem;
}
#programme .page .content .wrapper .description-wrapper .article-container .dates-diffusion .date-diffusion strong, #article .page .content .wrapper .description-wrapper .article-container .dates-diffusion .date-diffusion strong, #communique .page .content .wrapper .description-wrapper .article-container .dates-diffusion .date-diffusion strong {
  color: #262626;
}
#programme .page .content .wrapper .partners, #article .page .content .wrapper .partners, #communique .page .content .wrapper .partners {
  -webkit-align-items: center;
  align-items: center;
  padding-top: 22px;
}
#programme .page .content .wrapper .partners__title, #article .page .content .wrapper .partners__title, #communique .page .content .wrapper .partners__title {
  color: #fb4700;
  padding-right: 22px;
}
#programme .page .content .wrapper .partners__logo, #article .page .content .wrapper .partners__logo, #communique .page .content .wrapper .partners__logo {
  text-align: left;
}
#programme .page .content .wrapper .partners__logo .partner, #article .page .content .wrapper .partners__logo .partner, #communique .page .content .wrapper .partners__logo .partner {
  display: inline-block;
  margin: 10px;
}
@media screen and (max-width: 980px) {
  #programme .page .content .wrapper .partners, #article .page .content .wrapper .partners, #communique .page .content .wrapper .partners {
    display: block;
    text-align: center;
  }
  #programme .page .content .wrapper .partners__title, #article .page .content .wrapper .partners__title, #communique .page .content .wrapper .partners__title {
    margin-bottom: 40px;
  }
  #programme .page .content .wrapper .partners__logo, #article .page .content .wrapper .partners__logo, #communique .page .content .wrapper .partners__logo {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #programme .page .content .wrapper .partners, #article .page .content .wrapper .partners, #communique .page .content .wrapper .partners {
    margin: -5px 0 -10px;
    padding-top: 0;
  }
  #programme .page .content .wrapper .partners__logo .partner, #article .page .content .wrapper .partners__logo .partner, #communique .page .content .wrapper .partners__logo .partner {
    margin: 5px 1%;
  }
  #programme .page .content .wrapper .partners__title, #article .page .content .wrapper .partners__title, #communique .page .content .wrapper .partners__title {
    margin-bottom: 5px;
  }
}
#programme .page .content .wrapper .more-programs h3, #article .page .content .wrapper .more-programs h3, #communique .page .content .wrapper .more-programs h3 {
  color: #121212;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.6rem;
}
#programme .page .content .wrapper .more-programs .program-list, #article .page .content .wrapper .more-programs .program-list, #communique .page .content .wrapper .more-programs .program-list {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 217px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 15px -10px -10px;
  overflow: hidden;
}
#programme .page .content .wrapper .more-programs .program-item, #article .page .content .wrapper .more-programs .program-item, #communique .page .content .wrapper .more-programs .program-item {
  font-size: 1.125rem;
  margin: 10px;
  width: 232px;
}
#programme .page .content .wrapper .more-programs .program-item:hover, #article .page .content .wrapper .more-programs .program-item:hover, #communique .page .content .wrapper .more-programs .program-item:hover {
  text-decoration: none;
}
#programme .page .content .wrapper .more-programs .program-item:hover .program-title, #article .page .content .wrapper .more-programs .program-item:hover .program-title, #communique .page .content .wrapper .more-programs .program-item:hover .program-title {
  text-decoration: underline;
}
#programme .page .content .wrapper .more-programs .program-img img, #article .page .content .wrapper .more-programs .program-img img, #communique .page .content .wrapper .more-programs .program-img img {
  width: 100%;
}
#programme .page .content .wrapper .more-programs .program-info, #article .page .content .wrapper .more-programs .program-info, #communique .page .content .wrapper .more-programs .program-info {
  color: #fb4700;
  font-weight: 500;
  margin-top: 5px;
}
#programme .page .content .wrapper .more-programs .program-title, #article .page .content .wrapper .more-programs .program-title, #communique .page .content .wrapper .more-programs .program-title {
  color: #706f6f;
  font-family: 'Barna Stencil', serif;
  font-weight: bold;
  line-height: 1.4rem;
  margin-top: 2px;
}
@media screen and (max-width: 1024px) {
  #programme .page .content .wrapper .more-programs .program-list, #article .page .content .wrapper .more-programs .program-list, #communique .page .content .wrapper .more-programs .program-list {
    height: auto;
    overflow: auto;
  }
}
@media screen and (max-width: 980px) {
  #programme .page .content .wrapper .more-programs .program-list, #article .page .content .wrapper .more-programs .program-list, #communique .page .content .wrapper .more-programs .program-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
  #programme .page .content .wrapper .more-programs .program-item, #article .page .content .wrapper .more-programs .program-item, #communique .page .content .wrapper .more-programs .program-item {
    font-size: 1.563rem;
  }
  #programme .page .content .wrapper .more-programs .program-title, #article .page .content .wrapper .more-programs .program-title, #communique .page .content .wrapper .more-programs .program-title {
    font-size: 1.875rem;
    line-height: 1.1em;
  }
}
@media screen and (max-width: 767px) {
  #programme .page .content .wrapper .more-programs .program-item, #article .page .content .wrapper .more-programs .program-item, #communique .page .content .wrapper .more-programs .program-item {
    width: calc(50% - 20px);
  }
}
#programme .__avp_container__, #article .__avp_container__, #communique .__avp_container__ {
  width: 100%;
  margin-bottom: 20px;
}
#programme .__avp_container__ .__avp_html__, #article .__avp_container__ .__avp_html__, #communique .__avp_container__ .__avp_html__ {
  height: 100%;
}
@media screen and (max-width: 980px) {
  #programme .__avp_container__, #article .__avp_container__, #communique .__avp_container__ {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #programme .__avp_container__, #article .__avp_container__, #communique .__avp_container__ {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
#programme .__avp_container__ .__avp_instance__, #article .__avp_container__ .__avp_instance__, #communique .__avp_container__ .__avp_instance__ {
  height: 100%;
}
#programme .kind .scroll article a.desc .title, #article .kind .scroll article a.desc .title, #communique .kind .scroll article a.desc .title, #programme .kind .scroll article a.desc .bottom, #article .kind .scroll article a.desc .bottom, #communique .kind .scroll article a.desc .bottom {
  color: white;
}

.center-element {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#collection {
  /* Reused in #programme */
}
#collection .top-header--above {
  position: relative;
  height: 45px;
}
#collection .top-header--above .top-header__content {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
}
#collection .top-header--connected .top-header__content {
  background: rgba(255, 255, 255, 0.2);
}
#collection .top-header--connected .top-header__links .link.episodes {
  display: block;
}
#collection .top-header--expanded .top-header__content {
  background: rgba(0, 0, 0, 0.9);
}
#collection .top-header--expanded .top-header__links .link.episodes {
  display: block;
  font-weight: bold;
  text-decoration: underline;
}
#collection .top-header--expanded .top-header__episodes {
  display: block;
}
#collection .top-header__links {
  display: flex;
  align-items: center;
  padding: 20px 25px 15px;
}
#collection .top-header__links .link {
  text-decoration: none;
}
#collection .top-header__links .link:not(:last-child) {
  margin-right: 16px;
}
#collection .top-header__links .link a {
  color: white;
  display: flex;
  align-items: center;
}
#collection .top-header__links .link.back {
  font-size: 0.9375rem;
}
#collection .top-header__links .link.back i {
  font-size: 0.8666em;
  line-height: 1;
  margin-right: 2px;
}
#collection .top-header__links .link.episodes {
  display: none;
}
#collection .top-header__links .link.episodes i {
  margin-right: 12px;
}
#collection .top-header__links .link:hover {
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  #collection .top-header__links .link.back {
    font-size: 1.25rem;
  }
}
#collection .top-header__episodes {
  display: none;
  width: 88.64%;
  margin: 22px auto 16px;
}
#collection .top-header__episodes .scroll {
  margin-bottom: 0;
}
#collection .page {
  color: white;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#collection .page:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(192, 192, 192, 0) 85%, #000000 100%);
}
@media screen and (max-width: 980px) {
  #collection .page {
    padding-top: 65px;
  }
  #collection .page:before {
    content: '';
    display: block;
    position: fixed;
    height: 65px;
    top: 0;
    right: 0;
    width: calc(100% - 65px);
    background: linear-gradient(to left, #fc8f72, #ff4500);
    border-bottom: 1px solid white;
    z-index: 999;
  }
  #collection .page .container {
    height: auto;
    min-height: calc(100vh - 160px);
  }
}
#collection .wrapper {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
#collection .container {
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 100px;
}
#collection .container .tag-list {
  margin-top: 110px;
}
#collection .container .tag-list .tag {
  border: white 1px solid;
  display: inline-block;
  height: 33px;
  line-height: 33px;
  padding: 0 10px;
  margin-bottom: 20px;
}
#collection .container .tag-list .tag span {
  font-family: "Barna Stencil", sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  #collection .container .tag-list {
    margin-top: 40px;
  }
  #collection .container .tag-list .tag span {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  #collection .container .tag-list {
    margin-top: 20px;
  }
}
#collection .container .about {
  position: relative;
  flex: 0 0 34.426vh;
}
#collection .container .about > div {
  position: relative;
  display: -webkit-flex;
  display: flex;
}
#collection .container .about > div.menu-share {
  position: absolute;
  display: block;
}
#collection .container .about .left {
  width: 50%;
}
#collection .container .about .left .title {
  line-height: 3.125rem;
  margin-bottom: 3px;
  font-size: 1.0625rem;
}
#collection .container .about .left .title h1 {
  font-size: 3.125rem;
  font-family: "Barna Stencil", sans-serif;
  font-weight: bold;
}
#collection .container .about .left .sub-title {
  line-height: 1.875rem;
  margin-bottom: 20px;
}
#collection .container .about .left .sub-title h2 {
  font-size: 1.875rem;
  font-family: "Barna Stencil", sans-serif;
  font-weight: bold;
}
#collection .container .about .left .information {
  line-height: 1rem;
  margin-left: 3px;
}
#collection .container .about .left .information span {
  letter-spacing: 0.3px;
  font-size: 1rem;
}
#collection .container .about .left .description {
  margin-top: 38px;
  margin-left: 3px;
  margin-bottom: 15px;
  width: 600px;
}
#collection .container .about .left .description p {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
#collection .container .about .right {
  width: 50%;
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
#collection .container .about .right div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 15px;
  opacity: 0.6;
}
#collection .container .about .right div:hover {
  opacity: 1;
}
#collection .container .about .right div i {
  line-height: 7.4rem;
  font-size: 9.3rem;
  cursor: pointer;
}
#collection .container .about .right div span {
  text-align: center;
  cursor: pointer;
}
#collection .container .about .tags {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
}
#collection .container .about .tags .tag i {
  font-size: 1.8rem;
  line-height: 0.8em;
}
#collection .container .links {
  flex: 0 0 5.278vh;
  min-height: 50px;
  margin: 0 -10px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#collection .container .links .link {
  margin: 0 10px;
}
#collection .container .links .link a {
  position: relative;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
#collection .container .links .link a .icon-container {
  width: 37px;
  height: 37px;
  background: white;
  border-radius: 50%;
  margin-left: 12px;
}
#collection .container .links .link a .icon-container i {
  margin-top: 4px;
  color: #ff4500;
  font-size: 14px;
}
#collection .container .links .link a .icon-container .ico-arrow_right {
  text-indent: 1px;
  line-height: 37px;
}
@media screen and (max-width: 767px) {
  #collection .container .links .link a .icon-container {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
#collection .container .links .link a:hover .icon-container {
  background-color: #ff4500;
}
#collection .container .links .link a:hover .icon-container i {
  color: white;
}
@media screen and (max-width: 980px) {
  #collection .container .links .link a {
    font-size: 1.625rem;
  }
}
#collection .container .collection-footer {
  flex: 0 0 9.396vh;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#collection .container .collection-footer .presse {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 40px;
}
#collection .container .collection-footer .contacts {
  font-weight: bold;
  margin-right: 56px;
  margin-left: 1px;
  border-left: 1px solid #dedede;
  padding-left: 16px;
}
#collection .container .collection-footer .contacts .contact {
  font-weight: normal;
  white-space: nowrap;
}
#collection .container .collection-footer .contacts .contact span, #collection .container .collection-footer .contacts .contact a {
  color: white;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#collection .container .collection-footer .downloads {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  padding-top: 20px;
  border-left: 1px solid #dedede;
  padding-left: 16px;
}
#collection .container .collection-footer .downloads .download {
  padding-right: 37px;
  margin-right: 10px;
}
#collection .container .collection-footer .downloads .download:last-child {
  margin-right: 0;
}
#collection .container .collection-footer .downloads .download a {
  position: relative;
  color: white;
  font-size: 1rem;
  padding-right: 8px;
  display: block;
  text-align: right;
}
#collection .container .collection-footer .downloads .download a .icon-container {
  width: 37px;
  height: 37px;
  background: white;
  border-radius: 50%;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -17.5px;
}
#collection .container .collection-footer .downloads .download a .icon-container i {
  color: #ff4500;
  font-size: 14px;
}
#collection .container .collection-footer .downloads .download a .icon-container i.ico-file_download {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  #collection .container .collection-footer .downloads .download a .icon-container {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
#collection .container .collection-footer .downloads .download a:hover .icon-container {
  background-color: #ff4500;
}
#collection .container .collection-footer .downloads .download a:hover .icon-container i {
  color: white;
}
#collection .container .collection-footer .partners {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 0;
  flex: 0;
  margin: 20px -10px;
}
#collection .container .collection-footer .partners .partner {
  margin: 10px;
}
@media screen and (max-width: 1024px) {
  #collection .container .collection-footer {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
  #collection .container .collection-footer .presse {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: start;
    align-items: start;
    margin-right: 0;
  }
  #collection .container .collection-footer .partners {
    -webkit-flex: 1;
    flex: 1;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
  }
}
@media screen and (max-width: 980px) {
  #collection .container .collection-footer {
    font-size: 1.25rem;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
  #collection .container .collection-footer .downloads {
    width: 100%;
  }
  #collection .container .collection-footer .downloads .download a {
    font-size: 1.25rem;
  }
  #collection .container .collection-footer .partners .partner {
    margin: 5px;
  }
}
@media screen and (max-width: 767px) {
  #collection .container .collection-footer .downloads .download:first-child a {
    text-align: left;
  }
  #collection .container .collection-footer .partners {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1024px) {
  #collection .container .tag-list {
    margin-top: 20px;
  }
  #collection .container .about .left .description {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 980px) {
  #collection .container .about .left .title h1 {
    font-size: 3.375rem;
  }
  #collection .container .about .left .sub-title h2 {
    font-size: 2.125rem;
  }
  #collection .container .about .left .information span {
    font-size: 1.25rem;
  }
  #collection .container .about .left .description p {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  #collection .container {
    margin: 0 20px;
    height: auto !important;
  }
  #collection .container .tag-list {
    margin-top: 10px;
  }
  #collection .container .about > div {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #collection .container .about > div.menu-share {
    top: 4px;
  }
  #collection .container .about .left {
    width: 100%;
  }
  #collection .container .about .left .title, #collection .container .about .left .sub-title {
    padding-left: 10px;
  }
  #collection .container .about .left .description {
    margin-top: 20px;
    margin-bottom: 5px;
    width: auto;
  }
  #collection .container .about .right {
    width: 100%;
    margin: 20px 0;
  }
  #collection .container .about .right div {
    padding-top: 0;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  #collection .container .about .right div i {
    margin-right: 20px;
  }
  #collection .container .about .right div span {
    font-size: 1.625rem;
    text-align: left;
    margin-top: -4px;
  }
  #collection .container-fluid-height.container-fluid-height--margin-left {
    margin-left: 0;
  }
}
#collection .kind .scroll article a.desc .title, #collection .kind .scroll article a.desc .subtitle, #collection .kind .scroll article a.desc .bottom {
  color: white;
}

/* -- lot 4 -- */
#homepage #input-week-show-label i {
  color: white;
}
@media screen and (max-width: 980px) {
  #homepage #week, #homepage #menu-actus {
    position: fixed;
    top: 0;
  }
}
#homepage .page {
  overflow-x: hidden;
  padding-bottom: 0;
}
#homepage .page .grid {
  margin-right: -20px;
  padding-top: 20px;
}
#homepage .page .grid-item {
  position: relative;
  padding: 0 20px 20px 0;
  overflow: hidden;
}
#homepage .page .grid-item__content {
  overflow: hidden;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  #homepage .page .grid {
    margin-right: 0;
    margin-left: 10px;
    padding-top: 10px;
  }
  #homepage .page .grid-item {
    padding: 0 10px 10px 0;
  }
  #homepage .page .grid-item__content {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
#homepage .page .grid .visuel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
}
#homepage .page .grid .text h1 {
  font-size: 1.5vw;
}
#homepage .page .grid .text h2 {
  font-size: 1.04vw;
  font-weight: bold;
}
#homepage .page .grid .text p {
  font-size: 0.9375vw;
  margin: 0;
}
#homepage .page .grid .text .diff {
  font-size: 0.78vw;
  font-weight: 500;
}
#homepage .page .grid .text .genre {
  font-size: 0.78vw;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  #homepage .page .grid .text h1, #homepage .page .grid .text h2 {
    font-size: 1.3rem;
  }
  #homepage .page .grid .text p {
    font-size: 0.813rem;
  }
  #homepage .page .grid .text .diff, #homepage .page .grid .text .genre {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 980px) {
  #homepage .page .grid .text h1, #homepage .page .grid .text h2 {
    font-size: 1.75rem;
  }
  #homepage .page .grid .text p {
    font-size: 1.125rem;
  }
  #homepage .page .grid .text .diff, #homepage .page .grid .text .genre {
    font-size: 1.188rem;
  }
}
@media screen and (max-width: 767px) {
  #homepage .page .grid .text h1 {
    font-family: "Barna Stencil", sans-serif;
    font-weight: bold;
  }
  #homepage .page .grid .text h1, #homepage .page .grid .text h2 {
    font-size: 2.25rem;
    line-height: 1;
  }
  #homepage .page .grid .text p, #homepage .page .grid .text .diff, #homepage .page .grid .text .genre {
    font-size: 1.3rem;
  }
}
#homepage .page .grid .video article > a:after {
  display: inline-block;
  font-family: 'arteMag';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "P";
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 60px;
  right: 20px;
  bottom: 20px;
  color: white;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}
#homepage .page .grid .video article > a:hover:after {
  opacity: 1;
}
#homepage .page .grid .video .text {
  padding-right: 50px;
}
@media screen and (max-width: 1305px) {
  #homepage .page .grid .video article > a:after {
    width: 40px;
    height: 40px;
    font-size: 40px;
    margin: 0;
    top: auto;
    bottom: 15px;
    right: 15px;
  }
  #homepage .page .grid .video .text {
    padding-right: 30px;
  }
  #homepage .page .grid .video[data-column="1"] article a:after {
    bottom: auto;
    top: 15px;
  }
  #homepage .page .grid .video[data-column="1"] .text {
    padding-right: 0;
  }
}
#homepage .page .grid .programme a, #homepage .page .grid .article a {
  display: block;
  width: 100%;
  height: 100%;
}
#homepage .page .grid .programme a:hover, #homepage .page .grid .article a:hover {
  text-decoration: none;
}
#homepage .page .grid .programme a p, #homepage .page .grid .article a p {
  color: #706f6f;
}
#homepage .page .grid .programme .visuel:after, #homepage .page .grid .programme .visuel:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
}
#homepage .page .grid .programme .visuel:after {
  background-color: black;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
#homepage .page .grid .programme .visuel:before {
  background: linear-gradient(to top, #000000 0%, #000000 15%, rgba(0, 0, 0, 0) 61%);
  opacity: 0.3;
}
#homepage .page .grid .programme .text {
  width: calc(100% - 80px);
  padding-left: 20px;
  position: absolute;
  left: 0;
  bottom: 20px;
}
#homepage .page .grid .programme .text h2.great {
  width: 66%;
}
#homepage .page .grid .programme .text h1, #homepage .page .grid .programme .text h2, #homepage .page .grid .programme .text p {
  color: white;
}
#homepage .page .grid .programme .text .genre {
  line-height: 1;
}
#homepage .page .grid .programme[data-column="1"] .text h2, #homepage .page .grid .programme[data-row="1"] .text h2 {
  display: none;
}
#homepage .page .grid .programme[data-row="1"] .visuel:before {
  background: linear-gradient(to top, #000000 0%, #000000 28%, rgba(0, 0, 0, 0) 63%);
}
#homepage .page .grid .programme a:hover .visuel:after {
  opacity: 0.4;
}
@media screen and (max-width: 1280px) {
  #homepage .page .grid .programme .text {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 980px) {
  #homepage .page .grid .programme .text {
    width: 100%;
    padding: 0 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #homepage .page .grid .programme .text {
    padding-right: 100px;
  }
  #homepage .page .grid .programme[data-row="1"] .text, #homepage .page .grid .programme[data-column="1"] .text {
    bottom: 10px;
    padding: 0 10px;
  }
  #homepage .page .grid .programme[data-row="1"][data-column="1"] article a:after {
    display: none;
  }
  #homepage .page .grid .programme[data-row="1"][data-column="2"] .text {
    padding-right: 100px;
  }
}
@media screen and (max-width: 359px) {
  #homepage .page .grid .programme .text h1 {
    font-size: 1.875rem;
  }
}
#homepage .page .grid .article.video article a:after {
  top: 25%;
  width: 7.5vw;
  height: 7.5vw;
  font-size: 7.5vw;
  margin: calc(-3.75vw - 17px) -3.75vw 0 0;
  right: 50%;
}
#homepage .page .grid .article .visuel {
  bottom: 50%;
}
#homepage .page .grid .article .text {
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  top: 50%;
  height: 50%;
  padding: 20px 25px;
  border: 1px solid #ededed;
  border-width: 0 1px 1px;
}
#homepage .page .grid .article .text h1 {
  color: #707070;
  margin-bottom: 10px;
  font-size: 1.5625vw;
}
#homepage .page .grid .article .text h2 {
  color: #707070;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.3vw;
  margin-bottom: 15px;
  display: none;
}
#homepage .page .grid .article .text p {
  line-height: 1.1em;
}
#homepage .page .grid .article .text .genre {
  position: absolute;
  bottom: 100%;
  width: 101%;
  text-align: center;
  line-height: 1;
  border-bottom: 15px solid #ff4500;
  margin: 0 -26px;
  color: white;
}
#homepage .page .grid .article .text .genre strong {
  display: inline-block;
  padding: 10px 20px 0;
  background-color: #ff4500;
}
#homepage .page .grid .article .text .genre.web {
  border-bottom-color: #41aff6;
}
#homepage .page .grid .article .text .genre.web strong {
  background-color: #41aff6;
}
#homepage .page .grid .article .text .genre.radio {
  border-bottom-color: #f5ad25;
}
#homepage .page .grid .article .text .genre.radio strong {
  background-color: #f5ad25;
}
#homepage .page .grid .article .text .genre.edito {
  border-bottom-color: #0aae82;
}
#homepage .page .grid .article .text .genre.edito strong {
  background-color: #0aae82;
}
#homepage .page .grid .article a:hover h1 {
  text-decoration: underline;
}
#homepage .page .grid .article[data-column="2"] .text, #homepage .page .grid .article[data-column="3"] .text {
  padding: 40px 50px;
}
#homepage .page .grid .article[data-column="2"] .text h1, #homepage .page .grid .article[data-column="3"] .text h1 {
  font-size: 2.6vw;
  margin-bottom: 5px;
}
#homepage .page .grid .article[data-column="2"] .text h2, #homepage .page .grid .article[data-column="3"] .text h2 {
  display: block;
}
#homepage .page .grid .article[data-column="2"] .text .genre, #homepage .page .grid .article[data-column="3"] .text .genre {
  margin: 0 -50px;
}
@media screen and (max-width: 1024px) {
  #homepage .page .grid .article.video article a:after {
    width: 80px;
    height: 80px;
    font-size: 80px;
    margin: -40px -40px 0 0;
  }
  #homepage .page .grid .article .text {
    padding: 10px 15px;
  }
  #homepage .page .grid .article .text h1 {
    font-size: 1.3rem;
    line-height: 1;
  }
  #homepage .page .grid .article .text h2 {
    font-size: 1.0625rem;
  }
  #homepage .page .grid .article .text p {
    font-size: 0.813rem;
  }
  #homepage .page .grid .article .text .genre {
    width: 101%;
    margin: 0 -16px;
  }
  #homepage .page .grid .article[data-column="2"] .text, #homepage .page .grid .article[data-column="3"] .text {
    padding: 20px 25px;
  }
  #homepage .page .grid .article[data-column="2"] .text h1, #homepage .page .grid .article[data-column="3"] .text h1 {
    font-size: 1.75rem;
  }
  #homepage .page .grid .article[data-column="2"] .text .genre, #homepage .page .grid .article[data-column="3"] .text .genre {
    margin: 0 -26px;
  }
}
@media screen and (max-width: 980px) {
  #homepage .page .grid .article .text h1 {
    font-size: 1.625rem;
  }
  #homepage .page .grid .article .text h2 {
    font-size: 1.375rem;
  }
  #homepage .page .grid .article .text p {
    font-size: 1.125rem;
  }
  #homepage .page .grid .article[data-column="2"] .text h1, #homepage .page .grid .article[data-column="3"] .text h1 {
    font-size: 2.313rem;
  }
}
@media screen and (max-width: 767px) {
  #homepage .page .grid .article.video article a:after {
    width: 70px;
    height: 70px;
    font-size: 70px;
    margin: -35px -35px 0 0;
  }
  #homepage .page .grid .article .text {
    padding: 20px 10px;
  }
  #homepage .page .grid .article .text h1, #homepage .page .grid .article .text h2, #homepage .page .grid .article .text p {
    text-align: center;
  }
  #homepage .page .grid .article .text h1 {
    font-size: 2.25rem;
  }
  #homepage .page .grid .article .text h2 {
    font-size: 1.563rem;
  }
  #homepage .page .grid .article .text p {
    font-size: 1.3rem;
  }
  #homepage .page .grid .article .text .genre {
    margin: 0 -11px;
    border-bottom-width: 7px;
  }
  #homepage .page .grid .article .text .genre strong {
    display: inline-block;
    padding: 3px 10px 0;
    font-size: 1.25rem;
  }
  #homepage .page .grid .article[data-column="1"] .text p {
    display: none;
  }
  #homepage .page .grid .article[data-column="1"] .text p.genre {
    display: block;
  }
  #homepage .page .grid .article[data-column="2"] .text h1, #homepage .page .grid .article[data-column="3"] .text h1 {
    font-size: 2.813rem;
  }
}
#homepage .page .grid .gif img {
  width: 100%;
}
#homepage .page .grid .gif .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
#homepage .page .grid .gif .text h1 {
  margin: 0;
  padding: 0 70px;
  text-align: center;
}
#homepage .page .grid .gif a:hover .text {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #homepage .page .grid .gif .visuel {
    display: flex;
  }
  #homepage .page .grid .gif .visuel img {
    object-fit: cover;
  }
  #homepage .page .grid .gif .text h1 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #homepage .page .grid .gif .text h1 {
    padding: 0 10px;
  }
}
#homepage .page .grid .citation article {
  width: 100%;
  max-width: 500px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#homepage .page .grid .citation article blockquote {
  text-align: center;
  position: relative;
  border: 0;
  padding: 4.94vw 0 0;
  margin-bottom: 10px;
  color: #ff4500;
  font-family: "Barna Stencil", sans-serif;
  font-size: 1.5vw;
  line-height: 1.1em;
  font-weight: bold;
}
#homepage .page .grid .citation article blockquote:before {
  content: "k";
  font-family: 'arteMag';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 60px;
  height: 60px;
  font-size: 3.12vw;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
}
#homepage .page .grid .citation article p {
  text-align: center;
  color: #707070;
  font-size: 0.9375rem;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #homepage .page .grid .citation article blockquote {
    padding-top: 50px;
    font-size: 1.25rem;
  }
  #homepage .page .grid .citation article blockquote:before {
    font-size: 2.5rem;
  }
  #homepage .page .grid .citation article p {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 980px) {
  #homepage .page .grid .citation article {
    max-width: 300px;
  }
  #homepage .page .grid .citation article blockquote {
    font-size: 1.625rem;
  }
  #homepage .page .grid .citation article blockquote:before {
    font-size: 3.375rem;
  }
  #homepage .page .grid .citation article p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #homepage .page .grid .citation article {
    max-width: 250px;
  }
  #homepage .page .grid .citation article blockquote {
    padding-top: 45px;
    font-size: 2.188rem;
  }
  #homepage .page .grid .citation article blockquote:before {
    font-size: 3.75rem;
  }
  #homepage .page .grid .citation article p {
    font-size: 1.125rem;
  }
}
#homepage .page .grid .twitter .grid-item__content {
  background-color: #eff7fc;
}
#homepage .page .grid .twitter h2 {
  font-size: 1.3vw;
  color: white;
  background: linear-gradient(#279be7, #42aff6);
  font-weight: bold;
  overflow: hidden;
  padding: 10px 20px;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
#homepage .page .grid .twitter h2 i {
  font-size: 2.08vw;
  height: 2.08vw;
  flex: 0;
  margin-right: 10px;
}
#homepage .page .grid .twitter h2 span {
  flex: 1 1 auto;
}
#homepage .page .grid .twitter h2 .btn {
  flex: 0;
  color: white;
  background-color: transparent;
  text-transform: none;
  font-size: 0.833vw;
  padding: 0 1.04vw;
  font-family: "Roboto", sans-serif;
  line-height: 2.08vw;
  height: 2.08vw;
}
#homepage .page .grid .twitter h2 .btn:hover {
  background-color: white;
  color: #33CCFF;
}
@media screen and (max-width: 1024px) {
  #homepage .page .grid .twitter h2 {
    font-size: 1.25rem;
  }
  #homepage .page .grid .twitter h2 i {
    font-size: 2.5rem;
    height: 40px;
  }
  #homepage .page .grid .twitter h2 span {
    line-height: 40px;
  }
  #homepage .page .grid .twitter h2 .btn {
    font-size: 1rem;
    line-height: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 980px) {
  #homepage .page .grid .twitter h2 {
    font-size: 1.25rem;
  }
  #homepage .page .grid .twitter h2 i {
    font-size: 2.5rem;
    height: 30px;
  }
  #homepage .page .grid .twitter h2 span {
    line-height: 30px;
  }
  #homepage .page .grid .twitter h2 .btn {
    font-size: 1rem;
    line-height: 28px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  #homepage .page .grid .twitter {
    height: 0 !important;
    width: 0 !important;
    display: none;
  }
}
#homepage .page .grid .facebook .grid-item__content {
  background-color: #262626;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#homepage .page .grid .facebook iframe {
  display: block;
  width: 90%;
  height: auto;
  margin: auto;
}
#homepage .page .grid .facebook[data-column="1"][data-row="2"] .grid-item__content {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}
#homepage .page .grid .facebook[data-column="1"][data-row="2"] .grid-item__content iframe {
  width: 100%;
  height: 100%;
  background-color: white;
}
#homepage .page .grid .focus .grid-item__content {
  height: calc(100% - 20px);
  color: white;
}
#homepage .page .grid .focus a {
  color: white;
}
#homepage .page .grid .focus a:hover h2, #homepage .page .grid .focus a:hover p {
  text-decoration: underline;
}
#homepage .page .grid .focus .btn {
  display: inline-block;
  color: white;
  background-color: transparent;
  text-transform: none;
}
#homepage .page .grid .focus .btn:hover, #homepage .page .grid .focus .btn:focus {
  background-color: white;
  color: #fb4700;
}
#homepage .page .grid .focus .icon-container {
  clear: both;
  float: right;
  min-width: 37px;
  height: 37px;
  line-height: 39px;
  text-align: center;
  background: white;
  border-radius: 50%;
  text-indent: 1px;
  transition: all 0.5s ease-in-out;
}
#homepage .page .grid .focus .icon-container i {
  clear: both;
  color: #fb4700;
  font-size: 0.875rem;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 981px) {
  #homepage .page .grid .focus .icon-container:hover {
    background-color: #ff4500;
  }
  #homepage .page .grid .focus .icon-container:hover i {
    color: white;
  }
}
@media screen and (max-width: 1024px) {
  #homepage .page .grid .focus {
    height: 0 !important;
    width: 0 !important;
    display: none;
  }
}
#homepage .evt a {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  text-align: center;
  color: white;
  padding: 20px 40px;
  height: 100%;
  position: relative;
}
#homepage .evt a:hover {
  text-decoration: none;
}
#homepage .evt a:hover .btn {
  background-color: white;
  color: #fb4700;
}
#homepage .evt a .visuel {
  box-shadow: inset 10px 10px 45px 0px black;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 0;
}
#homepage .evt a span {
  position: relative;
  z-index: 1;
}
#homepage .evt span {
  width: 90%;
  max-width: 790px;
}
#homepage .evt .genre {
  font-weight: 500;
  font-size: 1.563rem;
  margin-bottom: 20px;
  line-height: 1.1em;
}
#homepage .evt .title {
  font-family: "Barna Stencil", sans-serif;
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 20px;
}
#homepage .evt .btn {
  background-color: transparent;
  color: white;
  text-transform: none;
  font-size: 0.9375rem;
  max-width: none;
  width: auto;
}
@media screen and (max-width: 1024px) {
  #homepage .evt.header a {
    height: 260px !important;
  }
  #homepage .evt span {
    max-width: 590px;
  }
  #homepage .evt .genre {
    margin-bottom: 15px;
    font-size: 1.0625rem;
  }
  #homepage .evt .title {
    margin-bottom: 15px;
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 980px) {
  #homepage .evt .genre {
    font-size: 1.563rem;
  }
  #homepage .evt .title {
    font-size: 2.813rem;
  }
  #homepage .evt .btn {
    font-size: 1.563rem;
  }
}
@media screen and (max-width: 767px) {
  #homepage .evt.header a {
    height: 245px !important;
  }
  #homepage .evt span {
    max-width: 335px;
  }
  #homepage .evt .title {
    margin-bottom: 20px;
  }
}
#homepage .links {
  clear: both;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: calc(100% + 20px);
}
#homepage .links a {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: calc(50% - 20px);
  margin: 0 20px 20px 0;
  padding: 40px 95px;
  color: white;
  background: url(../img/bg-hp-link-01.jpg) no-repeat;
  background-size: cover;
}
#homepage .links a:nth-child(odd) {
  background-image: url(../img/bg-hp-link-02.jpg);
}
#homepage .links a:hover {
  text-decoration: none;
}
#homepage .links a:hover h2 {
  text-decoration: underline;
}
#homepage .links h2 {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.1;
  font-size: 3.125rem;
  text-decoration: none;
}
#homepage .links p {
  font-size: 1rem;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #homepage .links {
    margin-left: 10px;
    width: calc(100% - 10px);
  }
  #homepage .links a {
    width: calc(50% - 10px);
    margin: 0 10px 10px 0;
    padding: 20px;
  }
  #homepage .links h2 {
    font-size: 1.75rem;
  }
  #homepage .links p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 980px) {
  #homepage .links h2 {
    font-size: 2rem;
  }
  #homepage .links p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  #homepage .links {
    display: none;
  }
}
#homepage footer {
  position: relative !important;
}

.focusArea {
  height: 100%;
  position: relative;
}
.focusArea .focus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  height: 100%;
  display: flex;
  z-index: -1;
}
.focusArea .focus.on {
  display: flex;
  z-index: 8;
}
.focusArea .focus.on .focus__content {
  opacity: 1;
}
.focusArea .focus.on .focus__thumbnail {
  opacity: 1;
  position: relative;
}
.focusArea .focus.on .focus__thumbnail:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(107deg, rgba(0, 0, 0, 0.35) 5%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.15) 80%);
}
.focusArea .focus.on .focus__thumbnail a {
  z-index: 1;
}
.focusArea .focus:nth-child(even) .focus__panel {
  text-align: right;
}
.focusArea .focus:nth-child(even) .focus__thumbnail {
  order: -1;
  text-align: left;
  right: auto;
}
.focusArea .focus:nth-child(even) .focus__thumbnail > a {
  left: 40px;
}
.focusArea .focus:nth-child(even) .focus__thumbnail .icon-container {
  float: left !important;
}
.focusArea .focus:nth-child(even) .focus__clock {
  left: 0;
}
.focusArea .focus__panel {
  position: relative;
  width: 50%;
  flex: 1 1 auto;
  padding: 40px;
}
.focusArea .focus__title {
  color: white;
  font-size: 2.6vw;
  font-weight: bold;
  margin-bottom: 15px;
}
.focusArea .focus__title__prog {
  font-size: 1.3vw;
  line-height: 1em;
  font-weight: bold;
  width: 100%;
  max-width: 265px;
  display: inline-block;
  margin-bottom: 15px;
}
.focusArea .focus__genre {
  color: white;
  font-size: 1rem;
}
.focusArea .focus__content {
  z-index: 5;
  opacity: 0;
  transition: 1.2s ease;
}
.focusArea .focus__thumbnail {
  text-align: right;
  background-size: cover;
  background-position: center;
  z-index: 4;
}
.focusArea .focus__thumbnail > a {
  display: block;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.focusArea .focus__hour {
  display: block;
  position: fixed;
  z-index: 9;
  left: 60px;
  width: 84px;
  margin-left: -42px;
  margin-top: 42px;
  opacity: 0;
  visibility: hidden;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.focusArea .focus__clock {
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.focusArea__clock {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.focusArea__panel {
  position: absolute;
  top: -150%;
  width: 101%;
  height: 400%;
  transform: rotate(0deg);
  z-index: -1;
}
.focusArea__panel.left {
  right: 50%;
  transform-origin: 100% 50%;
  background-color: red;
}
.focusArea__panel.right {
  left: 50%;
  transform-origin: 0 50%;
  background-color: blue;
}
.focusArea__panel.zindex {
  z-index: 11;
}
.focusArea__panel.animate {
  transition: transform 0.4s linear;
  transform: rotate(180deg);
  z-index: 10;
}
.focusArea__panel.animate_standby {
  z-index: 12;
}

.clock {
  position: absolute;
  width: 17.1875vw;
  height: 17.1875vw;
  margin: auto;
  font-size: 62px;
  z-index: 100;
}
.clock__dial {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.clock__dial__hours {
  fill-opacity: 0;
  stroke-width: 1;
  stroke-opacity: .4;
}
.clock__dial__hour {
  cursor: pointer;
  pointer-events: all;
  fill: rgba(255, 255, 255, 0);
  fill-opacity: 1;
  transition: all 0.5s ease-in-out;
  stroke: none;
}
.clock__dial__hour__circle {
  fill: #fff;
  cursor: pointer;
  display: none;
  z-index: 20;
}
.clock__dial__hour__circle.activ {
  display: inline;
}
.clock__dial__hour__circle.on {
  fill-opacity: 1;
}
.clock__dial line {
  stroke-width: 2px;
}
.clock__dial__default, .clock__dial__hours, .clock__dial__minutes, .clock__dial__progress {
  stroke: currentColor;
}
.clock__dial__default, .clock__dial__minutes {
  opacity: 0.4;
}
.clock__display {
  display: inline-block;
  text-align: center;
  font-size: 0.832vw;
}
.clock__display__hours {
  display: block;
  font-size: 3.12vw;
  font-weight: bold;
  text-align: center;
  font-family: "Barna Stencil", sans-serif;
  margin-bottom: 20px;
  line-height: 1;
}

/* -- lot 5 -- */
.cookie-alert {
  position: fixed;
  top: 0;
  background-color: #262626;
  color: white;
  border-bottom: 5px solid #ff4500;
  width: 100%;
  z-index: 9999;
}
.cookie-alert__content {
  padding: 10px 15px;
  width: 100%;
}
.cookie-alert__content p {
  font-size: 0.875rem;
  text-align: center;
  margin: 0;
}
.cookie-alert__content a {
  color: white;
  text-decoration: underline;
}
.cookie-alert__content .btn {
  font-size: 0.875rem;
  display: inline-block;
  color: white;
  background-color: transparent;
  text-transform: none;
  padding: 0px 10px;
  margin: 0 20px 0 10px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .cookie-alert__content p, .cookie-alert__content .btn {
    font-size: 1.5rem;
  }
  .cookie-modal-height {
    margin-top: -40px;
  }
}

#account .page {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding-bottom: 0;
}
#account .page header {
  flex: 0;
  flex-basis: 270px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#account .page header .btn {
  background-color: transparent;
  color: white;
  text-transform: none;
}
#account .page header .btn:hover {
  background-color: white;
  color: #fb4700;
}
@media screen and (max-width: 1400px) {
  #account .page header {
    flex-basis: 192px;
  }
}
@media screen and (max-width: 980px) {
  #account .page header {
    flex-basis: 145px;
  }
  #account .page header:before {
    content: " ";
    position: fixed;
    height: 65px;
    background: linear-gradient(to left, #fc8f72, #ff4500);
    width: 100%;
    top: 0;
    border-bottom: 1px solid white;
    z-index: 1000;
  }
  #account .page header h1 {
    font-family: "Barna Stencil", sans-serif;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  #account .page header {
    flex-basis: 105px;
    background: url(../../img/mobile/bg-header.jpg) no-repeat right bottom;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    padding: 10px 6.25%;
  }
  #account .page header h1 {
    margin-bottom: 15px;
  }
  #account .page header .btn {
    padding: 5px 15px;
  }
}
#account .page .container {
  flex: 1 1 auto;
  padding: 0;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  #account .page .container {
    height: auto !important;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
#account .page .container > div {
  background-color: #eeeeee;
  padding: 4.629vh 5.283vw 3.703vh;
  position: relative;
  width: 66.666%;
  overflow: auto;
}
#account .page .container > div:first-child {
  width: 33.333%;
  background-color: white;
  z-index: 10;
}
#account .page .container > div:last-child {
  height: 100%;
  display: flex;
  padding-bottom: 0;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 980px) {
  #account .page .container > div {
    padding: 3.515vh 2.864vw 0;
    width: 50%;
  }
  #account .page .container > div:first-child {
    width: 50%;
    padding-bottom: 1.953vh;
  }
}
@media screen and (max-width: 767px) {
  #account .page .container > div {
    padding: 20px;
    width: 100%;
    height: auto !important;
  }
  #account .page .container > div:first-child {
    width: 100%;
  }
}
#account .page .container > div h2 {
  color: #fb4700;
  font-size: 1.563rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 5.555vh;
}
#account .page .container > div h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  background-color: #ff4500;
  height: 2px;
  width: 35px;
}
@media screen and (max-width: 1024px) {
  #account .page .container > div h2 {
    margin-bottom: 3.906vh;
  }
}
@media screen and (max-width: 980px) {
  #account .page .container > div h2 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  #account .page .container > div h2 {
    font-size: 2rem;
  }
}
#account .page .container > div .btn_modify {
  background-color: transparent;
  font-size: 0.75rem;
  color: #707070;
  border: none;
  padding: 0;
  position: absolute;
  right: 5.283vw;
  top: 4.629vh;
  height: 33px;
  line-height: 33px;
  outline: none !important;
}
#account .page .container > div .btn_modify .ico-close, #account .page .container > div .btn_modify .ico-modify {
  display: inline-block;
  color: white;
  background-color: #ff4500;
  margin-left: 5px;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  line-height: 37px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
#account .page .container > div .btn_modify .ico-close {
  background-color: #262626;
}
#account .page .container > div .btn_modify:hover .ico-modify {
  background-color: #fc8f72;
}
#account .page .container > div .btn_modify:hover .ico-close {
  background-color: rgba(38, 38, 38, 0.6);
}
@media screen and (max-width: 1280px) {
  #account .page .container > div .btn_modify span {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #account .page .container > div .btn_modify {
    right: 2.864vw;
    top: 3.515vh;
  }
}
@media screen and (max-width: 980px) {
  #account .page .container > div .btn_modify {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #account .page .container > div .btn_modify {
    right: 20px;
    top: 20px;
    width: 38px;
    height: 38px;
    line-height: 34px;
    font-size: 1.625rem;
  }
}
#account .page .container > div .message {
  color: #262626;
  margin-bottom: 3.703vh;
}
@media screen and (max-width: 1024px) {
  #account .page .container > div .message {
    margin-bottom: 2.929vh;
  }
}
@media screen and (max-width: 980px) {
  #account .page .container > div .message {
    font-size: 1.188rem;
  }
}
@media screen and (max-width: 767px) {
  #account .page .container > div .message {
    font-size: 1.625rem;
  }
}
#account .page .container > div #myVideos {
  padding-bottom: 3.703vh;
}
#account .page .container > div #myVideos .videoList {
  position: relative;
  width: calc(100%);
}
#account .page .container > div #myVideos.nolist {
  display: block;
  text-align: center;
}
#account .page .container > div #myVideos.nolist p {
  color: #707070;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 7.407vh;
}
#account .page .container > div #myVideos.nolist figure img {
  display: block;
  width: 100%;
  max-width: 733px;
  margin: 0 auto 7.129vh;
}
#account .page .container > div #myVideos.nolist .btn {
  background-color: transparent;
  border-color: #ff4500;
  text-transform: none;
  padding: 10px 20px;
  display: inline-block;
  width: auto;
}
#account .page .container > div #myVideos.nolist .btn:hover {
  background-color: #ff4500;
}
@media screen and (max-width: 1024px) {
  #account .page .container > div #myVideos.nolist p {
    margin-bottom: 1.488vh;
    font-size: 1.125rem;
    line-height: 1.3em;
  }
  #account .page .container > div #myVideos.nolist figure img {
    margin-bottom: 2.976vh;
  }
}
@media screen and (max-width: 980px) {
  #account .page .container > div #myVideos.nolist p {
    margin-bottom: 7.407vh;
  }
  #account .page .container > div #myVideos.nolist figure img {
    margin-bottom: 7.8125vh;
  }
}
#account .page .container > div #myVideos .prog {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  position: relative;
}
#account .page .container > div #myVideos .prog.delete {
  display: none;
}
#account .page .container > div #myVideos .prog .content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
#account .page .container > div #myVideos .prog .visuel, #account .page .container > div #myVideos .prog .desc {
  width: 41%;
}
#account .page .container > div #myVideos .prog .desc .title {
  color: #fb4700;
}
#account .page .container > div #myVideos .prog .btn-delete {
  position: absolute;
  top: 50%;
  left: 0;
  border: 0;
  margin: -12px 0 0 -12px;
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
}
#account .page .container > div #myVideos .prog .btn-delete img {
  width: 100%;
  height: auto;
  display: block;
  background-color: white;
  border-radius: 50%;
}
#account .page .container > div #myVideos .prog .btn-delete .ico-close {
  display: inline-block;
  color: white;
  background-color: #e30613;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
#account .page .container > div #myVideos .prog .btn-delete .ico-close:before {
  width: 100%;
  height: 100%;
  padding-top: 7px;
  line-height: 1;
  display: block;
}
#account .page .container > div #myVideos .prog .btn-delete:hover .ico-close {
  background-color: rgba(227, 6, 19, 0.6);
}
@media screen and (max-width: 767px) {
  #account .page .container > div #myVideos .prog .btn-delete .ico-close:before {
    padding-top: 6px;
  }
}
@media screen and (max-height: 800px) {
  #account .page .container > div #myVideos .prog .desc {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  #account .page .container > div #myVideos .prog {
    width: 100%;
  }
  #account .page .container > div #myVideos .prog .visuel, #account .page .container > div #myVideos .prog .desc {
    width: 50%;
  }
}
@media screen and (max-width: 980px) {
  #account .page .container > div #myVideos .prog {
    padding: 0;
  }
  #account .page .container > div #myVideos .prog .desc .title {
    font-size: 1.25rem;
  }
  #account .page .container > div #myVideos .prog .desc .genre, #account .page .container > div #myVideos .prog .desc .type {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #account .page .container > div #myVideos .prog {
    padding: 0;
  }
  #account .page .container > div #myVideos .prog .desc .title {
    font-size: 1.875rem;
  }
  #account .page .container > div #myVideos .prog .desc .genre, #account .page .container > div #myVideos .prog .desc .type {
    font-size: 1.5rem;
  }
  #account .page .container > div #myVideos .prog .btn-delete .ico-close {
    font-size: 1.5rem;
  }
}
#account .page .container > div #myVideos:not(.nolist) .btn {
  float: left;
  clear: both;
  margin-top: 2.315vh;
  border-radius: 5px;
  width: 100%;
  text-transform: none;
  background-color: white;
  color: #fb4700;
  opacity: 0;
  visibility: hidden;
  flex: 0 0;
  padding: 0 5px;
  height: 45px;
  line-height: 45px;
  flex-basis: 45px;
  font-size: 1rem;
}
#account .page .container > div #myVideos:not(.nolist) .btn:hover {
  border-color: #ff4500;
  background-color: #ff4500;
  color: white;
}
@media screen and (max-width: 980px) {
  #account .page .container > div #myVideos:not(.nolist) .btn {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  #account .page .container > div #myVideos:not(.nolist) .btn {
    font-size: 2rem;
  }
}
#account .page .container > div #myVideos:not(.nolist).on .btn, #account .page .container > div #myVideos:not(.nolist).on .prog .btn-delete {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 980px) {
  #account .page .container > div #myVideos {
    padding-bottom: 1.953vh;
  }
}
#account .page .container > div form {
  position: relative;
  z-index: 10;
}
#account .page .container > div form > div {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 2.315vh;
  margin-bottom: 2.315vh;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid white;
}
#account .page .container > div form > div label, #account .page .container > div form > div input {
  font-size: 1rem;
  color: #707070;
  line-height: 1;
  height: auto;
}
#account .page .container > div form > div label {
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
}
#account .page .container > div form > div input {
  background: none;
  font-weight: 300;
  border: none;
  width: auto;
  padding: 0 5px;
  flex: 1 1 auto;
  overflow: hidden;
}
#account .page .container > div form .password {
  position: relative;
  flex: 1 1 auto;
}
#account .page .container > div form .password .button_strength {
  display: none;
}
#account .page .container > div form .password input {
  width: 100%;
  overflow: hidden;
}
#account .page .container > div form .password .passwordAlert {
  top: 25px;
  right: -4vw;
  left: auto;
}
#account .page .container > div form .password .passwordAlert:before, #account .page .container > div form .password .passwordAlert:after {
  border-right-color: transparent;
  top: -24px;
  left: calc(50% - 12px);
}
#account .page .container > div form .password .passwordAlert:before {
  border-bottom-color: white;
}
#account .page .container > div form .password .passwordAlert:after {
  border-bottom-color: rgba(37, 39, 41, 0.14);
  margin-left: -4px;
  margin-top: 2px;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  #account .page .container > div form .password .passwordAlert {
    width: 300px;
  }
}
@media screen and (max-width: 980px) {
  #account .page .container > div form .password .passwordAlert {
    position: absolute;
    left: 0;
    right: auto;
    width: 280px;
  }
  #account .page .container > div form .password .passwordAlert p {
    font-size: 1.188rem;
  }
}
@media screen and (max-width: 767px) {
  #account .page .container > div form .password .passwordAlert {
    left: auto;
    right: 0;
  }
  #account .page .container > div form .password .passwordAlert p {
    font-size: 1.625rem;
  }
}
#account .page .container > div form .checkbox {
  margin: 0;
  position: relative;
}
#account .page .container > div form .checkbox label {
  padding-left: 30px;
  position: relative;
  line-height: 20px;
}
#account .page .container > div form .checkbox label:before, #account .page .container > div form .checkbox label:after {
  content: '';
  height: 20px;
  margin-top: -10px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
}
#account .page .container > div form .checkbox label:before {
  background-color: white;
  border-radius: 4px;
  box-shadow: inset 2px 0 4px 0 #bfbfbf;
}
#account .page .container > div form .checkbox label:after {
  background: transparent url(../img/check.png) no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
#account .page .container > div form .checkbox [type="checkbox"]:disabled + label {
  cursor: not-allowed;
}
#account .page .container > div form .checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
#account .page .container > div form .checkbox input {
  left: 44px;
  bottom: 10px;
  opacity: 0;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 980px) {
  #account .page .container > div form .checkbox {
    font-size: 1.625rem;
  }
  #account .page .container > div form .checkbox:before, #account .page .container > div form .checkbox:after {
    height: 50px;
    margin-top: -25px;
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  #account .page .container > div form .checkbox:before, #account .page .container > div form .checkbox:after {
    height: 20px;
    margin-top: -10px;
    width: 20px;
  }
}
#account .page .container > div form input[type="submit"] {
  width: 100%;
  text-align: center;
  color: #fb4700;
  background-color: #eeeeee;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  padding: 0 5px;
  height: 45px;
  line-height: 45px;
  flex-basis: 45px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
#account .page .container > div form input[type="submit"]:hover {
  color: white;
  background-color: #ff4500;
}
#account .page .container > div form.on div {
  border-bottom-color: #e5e5e5;
}
#account .page .container > div form.on input[type="submit"] {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  #account .page .container > div form > div {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 980px) {
  #account .page .container > div form > div {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #account .page .container > div form > div input, #account .page .container > div form > div label {
    font-size: 1.188rem;
  }
  #account .page .container > div form > div input[type="submit"] {
    font-size: 1.375rem;
  }
  #account .page .container > div form input[type="submit"] {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  #account .page .container > div form > div {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #account .page .container > div form > div input, #account .page .container > div form > div label {
    font-size: 1.625rem;
  }
  #account .page .container > div form input[type="submit"] {
    font-size: 1.625rem;
    margin-bottom: 20px;
  }
}
#account .page .container > div .unsubscribe {
  color: #fb4700;
  font-weight: 500;
  position: absolute;
  bottom: 3.24vh;
  z-index: 5;
  display: block;
}
#account .page .container > div .unsubscribe:hover {
  text-decoration: underline;
}
#account .page .container > div .unsubscribe.relative {
  position: relative;
  bottom: auto;
  padding-top: 10px;
}
@media screen and (max-height: 800px) {
  #account .page .container > div .unsubscribe {
    position: relative;
    bottom: auto;
    padding-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #account .page .container > div .unsubscribe {
    position: relative;
    bottom: auto;
  }
}
@media screen and (max-width: 980px) {
  #account .page .container > div .unsubscribe {
    font-size: 1.375rem;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #account .page .container > div .unsubscribe {
    font-size: 1.625rem;
    position: relative;
  }
}

#article .related-content-wrapper {
  order: -1;
}
@media screen and (max-width: 980px) {
  #article .related-content-wrapper {
    display: flex;
    flex: 1 1 auto;
    order: inherit;
  }
  #article .related-content-wrapper .bordered-list__item {
    display: none;
  }
  #article .related-content-wrapper .bordered-list__item.note {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #article .related-content-wrapper {
    margin: 0;
  }
}
@media screen and (max-width: 980px) {
  #article .note {
    border: none;
    padding-bottom: 25px;
  }
  #article .note .emphasis-area {
    padding: 25px;
    font-size: 1.375rem;
    line-height: 1.4em;
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) {
  #article .note {
    padding-bottom: 15px;
  }
  #article .note .emphasis-area {
    padding: 15px;
  }
}
#article .top-header__content {
  height: 30px;
  background-color: #ff4500;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
#article .top-header__content.web {
  background-color: #41aff6;
}
#article .top-header__content.radio {
  background-color: #f5ad25;
}
#article .top-header__content.edito {
  background-color: #0aae82;
}
#article .top-header__content .back {
  font-size: 0.9375rem;
  flex-grow: 0;
  text-align: left;
  padding-left: 30px;
}
#article .top-header__content .back i {
  font-size: 0.8666em;
  line-height: 1;
  margin-right: 2px;
  padding-left: 15px;
  position: relative;
}
#article .top-header__content .back i:before {
  position: absolute;
  top: 1px;
  left: 0;
}
#article .top-header__content .back a {
  color: white;
}
#article .top-header__content .back a:hover {
  font-weight: bold;
}
#article .top-header__content .title {
  flex: 1 1 auto;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  #article .top-header {
    position: fixed !important;
    z-index: 999 !important;
    top: 0;
    right: 0;
    border-bottom: 1px solid white;
    width: 100%;
  }
  #article .top-header__content {
    display: block;
    height: 64px;
    line-height: 64px;
  }
  #article .top-header__content .back {
    display: none;
  }
  #article .top-header__content .title {
    font-size: 2.25rem;
  }
}
#article .article-container .bordered-list {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
#article .article-container .bordered-list__item:nth-last-child(2) {
  border-bottom: none;
}
@media screen and (max-width: 980px) {
  #article .article-container .bordered-list {
    max-width: none;
  }
  #article .article-container .bordered-list__item:nth-last-child(2) {
    border-bottom: 1px solid #e5e5e5;
  }
}
#article .article-container .partnersBloc {
  display: none;
}
@media screen and (max-width: 980px) {
  #article .article-container .partnersBloc {
    display: block;
  }
}
#article .page:before {
  display: none;
}
#article .page .header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#article .page .header > div {
  position: relative;
  z-index: 10;
}
#article .page .header .header-container {
  height: calc(100% - 30px);
}
#article .page .header .header-container .about {
  margin: 0;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
#article .page .header .header-container .about h2 {
  margin-bottom: 50px;
}
#article .page .header .header-container .about p {
  max-width: 70%;
}
#article .page .header .header-container .about .modify {
  margin-bottom: 30px;
}
#article .page .header .header-container .about *:last-child {
  margin-bottom: 0;
}
#article .page .header .header-container .menu-share {
  top: 50%;
  margin-top: -30px;
}
@media screen and (max-width: 980px) {
  #article .page .header .header-container .menu-share {
    left: 0;
    top: auto;
    bottom: 40px;
  }
}
#article .page .header .header-container .back {
  position: absolute;
  font-size: 1.875rem;
  left: 20px;
  top: 30px;
  color: white;
  display: none;
}
@media screen and (max-width: 980px) {
  #article .page .header {
    height: 360px !important;
  }
  #article .page .header .header-container {
    height: 100%;
    margin: 0;
  }
  #article .page .header .header-container .about h1, #article .page .header .header-container .about h2 {
    font-family: "Barna Stencil", sans-serif;
    font-weight: bold;
  }
  #article .page .header .header-container .about h1 {
    font-size: 3.438rem;
  }
  #article .page .header .header-container .about h2 {
    font-size: 2.063rem;
    margin-bottom: 35px;
  }
  #article .page .header .header-container .back {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #article .page .header {
    height: 250px !important;
  }
  #article .page .header .header-container .back {
    left: 25px;
  }
  #article .page .header .header-container h2 {
    margin-bottom: 25px;
  }
}
#article .page .content .wrapper .related-content-wrapper .partners {
  padding-top: 0;
}
#article .page .content .wrapper .related-content-wrapper .partners__title {
  width: 100%;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}
#article .page .content .wrapper .related-content-wrapper .partners__logo {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#article .page .content .wrapper .related-content-wrapper .partners__logo .partner {
  float: left;
  width: 50%;
  text-align: center;
  margin: 10px 0;
  padding: 0 10px;
}
#article .page .content .wrapper .related-content-wrapper .partners__logo .partner:nth-child(odd) {
  clear: both;
}
#article .page .content .wrapper .description-wrapper .article-container .article-content .article-image {
  margin-top: 20px;
}

/* -- lot 6 --*/
#menu-actus li {
  flex-basis: 25%;
}
#menu-actus li a {
  font-family: "Barna Stencil", sans-serif;
  font-weight: bold;
  font-size: 1.375rem;
  padding: 0;
  line-height: 60px;
}
#menu-actus-mobile li {
  text-align: center;
}
@media screen and (max-width: 359px) {
  #menu-actus-mobile {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 980px) {
  #menu-actus {
    position: fixed;
    top: 0;
  }
}

#presse .page {
  padding-bottom: 0;
}
#presse .page:not(.contact) {
  background-color: #eeeeee;
}
#presse .page header > div {
  width: 100%;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
#presse .page header > div h1 {
  text-transform: uppercase;
}
#presse .page header > div a {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Barna Stencil", sans-serif;
}
#presse .page header > div a [class*='ico-'] {
  font-size: 0.8em;
}
@media screen and (max-width: 980px) {
  #presse .page header {
    height: 145px;
  }
}
@media screen and (max-width: 767px) {
  #presse .page header {
    height: 105px;
    padding: 0;
  }
  #presse .page header > div {
    height: 100%;
    background: none;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  #presse .page header > div h1, #presse .page header > div a {
    width: 100%;
    text-align: center;
    position: absolute;
  }
  #presse .page header > div h1 {
    font-size: 3.438rem;
    top: calc(50% - 26px);
  }
  #presse .page header > div a {
    font-size: 1.375rem;
    bottom: 15px;
  }
}
#presse .page .container {
  padding: 20px 10px;
}
@media screen and (max-width: 980px) {
  #presse .page .container {
    height: auto;
    padding: 0 10px 20px;
  }
}
#presse-list {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#presse-list .item {
  width: 33.3333%;
  padding: 10px;
}
@media screen and (min-width: 981px) {
  #presse-list .item {
    order: 7;
  }
  #presse-list .item:nth-child(1) {
    order: 0;
  }
  #presse-list .item:nth-child(2) {
    order: 1;
  }
  #presse-list .item:nth-child(3) {
    order: 3;
  }
  #presse-list .item:nth-child(4) {
    order: 4;
  }
  #presse-list .item.twitter {
    order: 2;
  }
  #presse-list .item.instagram {
    order: 5;
  }
}
#presse-list .item.twitter h2 {
  background: linear-gradient(to right, #42aff6, #279be7, #42aff6);
}
#presse-list .item.twitter h2 .btn:hover {
  color: #33CCFF;
}
#presse-list .item.twitter .item-content-social {
  max-width: 380px;
  background-color: #f5f8fa;
  overflow: hidden;
}
#presse-list .item.twitter .item-content-social iframe {
  height: 100% !important;
}
#presse-list .item.instagram h2 {
  background: linear-gradient(to right, #9000ff, #922be1, #9000ff);
}
#presse-list .item.instagram h2 .btn:hover {
  color: #9226e4;
}
#presse-list .item.instagram .item-content-social {
  max-width: 470px;
}
#presse-list .item.twitter h2, #presse-list .item.instagram h2 {
  font-size: 1.3vw;
  color: white;
  font-weight: bold;
  overflow: hidden;
  padding: 10px 20px;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
#presse-list .item.twitter h2 i, #presse-list .item.instagram h2 i {
  font-size: 2.08vw;
  height: 2.08vw;
  flex: 0;
  margin-right: 10px;
}
#presse-list .item.twitter h2 span, #presse-list .item.instagram h2 span {
  flex: 1 1 auto;
}
#presse-list .item.twitter h2 .btn, #presse-list .item.instagram h2 .btn {
  flex: 0;
  color: white;
  background-color: transparent;
  text-transform: none;
  font-size: 0.833vw;
  padding: 0 1.04vw;
  font-family: "Roboto", sans-serif;
  line-height: 2.08vw;
  height: 2.08vw;
}
#presse-list .item.twitter h2 .btn:hover, #presse-list .item.instagram h2 .btn:hover {
  background-color: white;
}
#presse-list .item.twitter .item-content, #presse-list .item.instagram .item-content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#presse-list .item.twitter .item-content-social, #presse-list .item.instagram .item-content-social {
  flex: 1 1 auto;
}
@media screen and (max-width: 980px) {
  #presse-list .item.twitter h2, #presse-list .item.instagram h2 {
    flex: 0 0 72px;
    font-size: 2rem;
  }
  #presse-list .item.twitter h2 i, #presse-list .item.instagram h2 i {
    font-size: 2.5rem;
    height: 100%;
    margin-top: -5px;
  }
  #presse-list .item.twitter h2 span, #presse-list .item.instagram h2 span {
    line-height: 30px;
  }
  #presse-list .item.twitter h2 .btn, #presse-list .item.instagram h2 .btn {
    font-size: 1.25rem;
    line-height: 43px;
    height: 45px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #presse-list .item.twitter h2, #presse-list .item.instagram h2 {
    flex-basis: 36px;
  }
  #presse-list .item.twitter h2 .btn, #presse-list .item.instagram h2 .btn {
    line-height: 20px;
    height: 22px;
    padding: 0 10px;
  }
}
#presse-list .item.video > div > a:after {
  display: inline-block;
  font-family: 'arteMag';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "P";
  position: absolute;
  width: 63px;
  height: 63px;
  font-size: 63px;
  margin: -40px 0 0 -32px;
  left: 50%;
  top: 25%;
  color: white;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
  z-index: 10;
}
#presse-list .item.video > div > a:hover:after {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #presse-list .item.video > div > a:after {
    top: calc(25% - 11px);
    width: 40px;
    height: 40px;
    font-size: 40px;
    margin: -20px 0 0 -20px;
  }
}
@media screen and (max-width: 980px) {
  #presse-list .item.video > div > a:after {
    top: calc(25% - 26px);
    width: 60px;
    height: 60px;
    font-size: 80px;
    margin: -33px 0 0 -30px;
  }
}
@media screen and (max-width: 767px) {
  #presse-list .item.video > div > a:after {
    top: calc(25% - 13px);
    width: 40px;
    height: 40px;
    font-size: 40px;
    margin: -20px 0 0 -20px;
  }
}
#presse-list .item-content {
  background-color: white;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#presse-list .item-content > a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}
#presse-list .item-content > a:hover {
  text-decoration: none;
}
#presse-list .item-content > a:hover h1, #presse-list .item-content > a:hover .see {
  text-decoration: underline;
}
#presse-list .item-content-social {
  display: block;
  margin: 20px auto;
  width: 100%;
  overflow: hidden;
}
#presse-list .item-content .visuel {
  width: 100%;
  height: 50%;
  position: relative;
  background-position: center;
  background-size: cover;
}
#presse-list .item-content .visuel .genre {
  position: absolute;
  bottom: 0;
  text-align: center;
  background-color: rgba(38, 38, 38, 0.9);
  color: #dc9e72;
  font-family: "Barna", sans-serif;
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
  padding: 0;
  margin: 0;
}
#presse-list .item-content .text {
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  height: 50%;
  padding: 20px 1.0416vw;
}
#presse-list .item-content .text h1 {
  color: #262626;
  margin-bottom: 10px;
  font-size: 1.458vw;
}
#presse-list .item-content .text p {
  color: #262626;
  line-height: 1.1em;
  font-size: 0.833vw;
  margin-bottom: 5px;
}
#presse-list .item-content .text .categorie {
  font-size: 0.78125vw;
  font-weight: 500;
  margin-bottom: 10px;
}
#presse-list .item-content .text .see {
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  #presse-list .item {
    width: 50%;
  }
  #presse-list .item-content-social {
    margin: 0 auto;
  }
  #presse-list .item-content .visuel .genre {
    font-size: 1.625rem;
    line-height: 2em;
  }
  #presse-list .item-content .text {
    padding: 20px 7px;
  }
  #presse-list .item-content .text h1 {
    font-size: 2.5rem;
    font-family: "Barna Stencil", sans-serif;
    font-weight: bold;
  }
  #presse-list .item-content .text p {
    color: #878787;
    font-size: 1.5rem;
  }
  #presse-list .item-content .text .categorie, #presse-list .item-content .text .see {
    color: #262626;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #presse-list .item {
    width: 100%;
    padding: 5px 0;
  }
  #presse-list .item-content .text {
    padding: 10px;
  }
  #presse-list .item-content .text h1 {
    font-size: 5.625vw;
  }
  #presse-list .item-content .text p, #presse-list .item-content .text .categorie, #presse-list .item-content .text .see {
    font-size: 3.4375vw;
  }
}
#presse .menu-share {
  top: 1.0416vw;
  left: 1.0416vw;
  z-index: 99;
}
#presse .menu-share .sub-menu {
  width: 2.777vh;
  height: 6.481vh;
}
#presse .menu-share .sub-menu i {
  font-size: 1.851vh;
  margin-top: 0.4629vh;
}
#presse .menu-share .sub-menu-content {
  left: 3.2407vh;
}
@media screen and (min-width: 1925px) {
  #presse .menu-share .sub-menu {
    width: 30px;
    height: 70px;
  }
  #presse .menu-share .sub-menu i {
    font-size: 1.25rem;
    margin-top: 5px;
  }
  #presse .menu-share .sub-menu-content {
    left: 35px;
  }
}
@media screen and (max-width: 980px) {
  #presse .menu-share {
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #presse .menu-share {
    top: 10px;
    left: 10px;
  }
}
#presse .all-cat {
  position: relative;
  z-index: 999;
  margin: 0 10px -10px;
}
#presse .all-cat .select {
  display: inline-block;
  position: relative;
  padding: 0;
  height: 45px;
}
#presse .all-cat .select .label {
  font-size: 1.125rem;
  color: #262626;
  font-weight: normal;
  margin-right: 25px;
}
#presse .all-cat .select .label:hover {
  text-decoration: underline;
}
#presse .all-cat .select .label:after {
  color: #fb4700;
  margin-left: 10px;
  font-size: 0.8em;
  content: "J";
  display: inline-block;
  font-family: 'arteMag';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#presse .all-cat .select .list {
  z-index: 1;
  position: absolute;
  top: 100%;
  background-color: white;
  color: #706f6f;
  padding: 14px 20px;
  box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.25);
  display: none;
}
@media screen and (max-width: 1024px) {
  #presse .all-cat .select .list.on {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  #presse .all-cat .select:hover .list {
    display: block;
  }
}
#presse .all-cat .multi {
  margin: 0;
  position: relative;
}
#presse .all-cat .multi label {
  position: relative;
  font-weight: normal;
  font-size: 1rem;
  display: block;
  width: 100%;
  padding: 0;
  line-height: 25px;
  cursor: pointer;
  white-space: nowrap;
}
#presse .all-cat .multi label:hover {
  color: #fb4700;
}
#presse .all-cat .multi [type="checkbox"]:disabled + label {
  cursor: not-allowed;
}
#presse .all-cat .multi [type="checkbox"]:checked + label {
  color: #fb4700;
  text-decoration: underline;
}
#presse .all-cat .multi input {
  left: 44px;
  bottom: 10px;
  opacity: 0;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 980px) {
  #presse .all-cat {
    padding: 0 0 10px;
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  #presse .all-cat .select {
    display: block;
    margin: 0;
    background-color: white;
    width: 100%;
    height: 70px;
  }
  #presse .all-cat .select .label {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    text-align: left;
    padding: 0 40px;
    line-height: 70px;
    position: relative;
  }
  #presse .all-cat .select .label:after {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -4.5px;
  }
  #presse .all-cat .list {
    width: 100%;
  }
  #presse .all-cat .multi label {
    font-size: 1.5rem;
    line-height: 45px;
    padding: 0 20px;
    position: relative;
  }
  #presse .all-cat .multi label:after {
    display: inline-block;
    font-family: 'arteMag';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "n";
    position: absolute;
    width: 1.625rem;
    height: 1.625rem;
    font-size: 1.625rem;
    margin: -13px 0 0;
    right: 20px;
    top: 50%;
    color: #fb4700;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 10;
  }
  #presse .all-cat .multi [type="checkbox"]:checked + label:after {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #presse .all-cat .select {
    height: 45px;
  }
  #presse .all-cat .select .label {
    padding: 0 20px;
    line-height: 45px;
  }
  #presse .all-cat .select .label:after {
    right: 20px;
  }
  #presse .all-cat .multi label {
    line-height: 30px;
    padding: 0 20px;
  }
  #presse .all-cat .multi label:after {
    margin-top: -7px;
    right: 0;
  }
}
#presse #input-week-show-label {
  position: fixed;
}
#presse-contact h2 {
  font-weight: bold;
  font-size: 2.188rem;
  color: #fb4700;
  margin-bottom: 5.555vh;
  text-transform: uppercase;
}
#presse-contact h3 {
  color: #262626;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1458vw;
  margin-bottom: 1.851vh;
}
#presse-contact .desc {
  color: #262626;
  text-transform: uppercase;
  height: 3vw;
  margin-bottom: 0.5vw;
  font-size: 0.8333vw;
}
#presse-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#presse-contact ul li {
  float: left;
  margin: 0 1.0416vw 1.0416vw 0;
  width: 9.7916vw;
}
#presse-contact ul li:last-child {
  margin-right: 0;
}
#presse-contact ul li figure {
  width: 100%;
  position: relative;
  padding-top: 143%;
  overflow: hidden;
  margin-bottom: 1.388vh;
}
#presse-contact #presse-contact-direction ul li:nth-last-child(-n+2) figure {
  padding-top: calc(9.7916vw * 0.72);
  margin-bottom: 0;
}
#presse-contact ul li figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#presse-contact ul li p {
  font-size: 0.7812vw;
  margin-bottom: 0;
}
#presse-contact ul li p.poste {
  font-size: 0.8854vw;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  height: 2.8125vw;
  margin-bottom: 1.388vh;
}
#presse-contact-direction ul li p.poste-1, #presse-contact-direction ul li p.poste-2 {
  font-size: 0.8854vw;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.5vh;
  margin-top: 3.5vh;
}
#presse-contact ul li p.name {
  font-size: 0.8854vw;
  font-weight: bold;
  color: #262626;
  font-family: "Barna Stencil", sans-serif;
}
#presse-contact ul li p.mail {
  font-family: "Barna", sans-serif;
}
#presse-contact ul li p.mail a {
  color: #fb4700;
  white-space: nowrap;
}
#presse-contact-direction, #presse-contact-service {
  margin: -20px -10px 0;
  padding: 3.7037vh 5.2083vw;
  width: calc(100% + 20px);
}
#presse-contact-direction {
  background-color: #e5e5e5;
}
#presse-contact-direction ul li:first-child {
  /*margin-right: 11.875vw;*/
}
#presse-contact-direction ul li:nth-child(2){
  margin-right: 10vw;
}
#presse-contact-direction ul li:last-child {
  width: auto;
}
#presse-contact-service {
  margin-top: 0;
}
#presse-contact-service > div {
  width: 100%;
  overflow: hidden;
}
#presse-contact-service > div > div {
  position: relative;
  float: left;
  width: fit-content;
  margin-left: 1px;
  padding: 0 3.125vw;
  margin-bottom: 3.7037vh;
}
#presse-contact-service > div > div:nth-child(-n+4) {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 7vh;
}
#presse-contact-service > div > div > div {
  height: 8.5vw;
}
#presse-contact-service > div > div:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 94%;
  right: 0;
  top: 0;
  background-color: #e5e5e5;
}
#presse-contact-service > div > div:nth-child(1), #presse-contact-service > div > div:nth-child(5) {
  padding-left: 0;
}
#presse-contact-service > div > div:nth-child(4):after, #presse-contact-service > div > div:nth-child(9):after {
  display: none;
}
@media screen and (max-width: 980px) {
  #presse-contact h2 {
    font-size: 2.813rem;
    margin-bottom: 40px;
  }
  #presse-contact h3 {
    font-size: 2.125rem;
    margin-bottom: 20px;
  }
  #presse-contact .desc {
    height: auto;
    margin-bottom: 40px;
    font-size: 1.75rem;
  }
  #presse-contact-service > div > div > div {
    height: fit-content;
  }
  #presse-contact ul li {
    float: left;
    margin: 0 30px 40px 0;
    width: calc(33.333% - 20px);
  }
  #presse-contact ul li figure {
    margin-bottom: 20px;
  }
  #presse-contact ul li p {
    font-size: 1.625rem;
  }
  #presse-contact ul li p[class^='poste'] {
    font-size: 1.875rem;
  }
  #presse-contact ul li p.poste{
    height: 44px;
    margin-bottom: 20px;
  }
  #presse-contact ul li p.name, #presse-contact ul li p.tel {
    font-size: 1.75rem;
  }
  #presse-contact-direction, #presse-contact-service {
    margin: 0 -10px;
    padding: 40px;
    width: calc(100% + 20px);
  }
  #presse-contact-direction ul li:first-child, #presse-contact-direction ul li:nth-child(3n+4) {
    /*margin-right: 0;*/
    clear: both
  }
  #presse-contact-direction ul li:nth-child(2) {
   margin-right: 0;
  }
  #presse-contact-direction ul li p.poste {
    height: 90px;
  }
  #presse-contact-service > div > div {
    width: 100%;
    margin-left: 0;
    padding: 0;
    margin-bottom: 40px;
  }
  #presse-contact-service > div > div:after {
    display: none;
  }
  #presse-contact-service > div > div {
    border-bottom: 1px solid #e5e5e5;
  }
  #presse-contact-service > div > div:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 767px){
  #presse-contact-service > div > div:nth-child(-n+2):after {
    height: 88%;
  }
  #presse-contact-service > div > div:nth-child(-n+4) {
    padding-bottom: 5vh;
  }
}
@media screen and (max-width: 767px) {
  #presse-contact h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  #presse-contact h3 {
    margin-bottom: 10px;
  }
  #presse-contact .desc {
    margin-bottom: 20px;
  }
  #presse-contact ul li {
    margin: 0 15px 20px 0;
    width: calc(50% - 8px);
  }
  #presse-contact #presse-contact-direction ul li:nth-last-child(-n+2) {
    width: auto;
  }
  #presse-contact ul li figure {
    margin-bottom: 10px;
  }
  #presse-contact ul li p.poste {
    height: 30px;
    margin-bottom: 10px;
  }
  #presse-contact ul li p.name, #presse-contact ul li p.tel {
    font-size: 1.75rem;
  }
  #presse-contact-direction, #presse-contact-service {
    margin: 0 -10px;
    padding: 20px;
    width: calc(100% + 20px);
  }
  #presse-contact-direction ul li:nth-child(3n+4) {
    margin-right: 15px;
  }
  #presse-contact-direction ul li:nth-child(odd) {
    /*margin-right: 0;*/
  }
  #presse-contact-direction ul li:nth-child(2) {
    /**clear: both; **/
  }
  #presse-contact-direction ul li p.poste {
    height: 60px;
  }
  #presse-contact-service > div > div {
    margin-bottom: 20px !important;
  }
}

#communique .top-header__content {
  height: 30px;
  background-color: rgba(38, 38, 38, 0.9);
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
#communique .top-header__content .back {
  font-size: 0.9375rem;
  flex-grow: 0;
  text-align: left;
  padding-left: 30px;
}
#communique .top-header__content .back i {
  font-size: 0.8666em;
  line-height: 1;
  margin-right: 2px;
  padding-left: 15px;
  position: relative;
}
#communique .top-header__content .back i:before {
  position: absolute;
  top: 1px;
  left: 0;
}
#communique .top-header__content .back a {
  color: white;
}
#communique .top-header__content .back a:hover {
  font-weight: bold;
}
#communique .top-header__content .title {
  flex: 1 1 auto;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #dc9e72;
}
@media screen and (max-width: 980px) {
  #communique .top-header {
    position: fixed !important;
    z-index: 999 !important;
    top: 0;
    right: 0;
    border-bottom: 1px solid white;
    width: 100%;
  }
  #communique .top-header__content {
    display: block;
    height: 64px;
    line-height: 64px;
  }
  #communique .top-header__content .back {
    display: none;
  }
  #communique .top-header__content .title {
    font-size: 2.25rem;
  }
}
#communique .page .header .header-container {
  height: 100%;
}
#communique .page .header .header-container .about {
  margin-bottom: 0;
  flex: 1 1 auto;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0;
}
#communique .page .header .header-container .about > div {
  width: 50%;
}
#communique .page .header .header-container .about .left .title {
  margin-bottom: 30px;
}
#communique .page .header .header-container .about .left .programmation-date span {
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  #communique .page .header .header-container .about > div {
    width: 100%;
  }
  #communique .page .header .header-container .about .left .title h1 {
    font-size: 2.188rem;
  }
}
@media screen and (max-width: 1024px) {
  #communique .page .header .header-container .about {
    flex-basis: 200px;
  }
}
@media screen and (max-width: 980px) {
  #communique .page .header .header-container .about {
    flex-basis: 300px;
  }
}
@media screen and (max-width: 767px) {
  #communique .page .header .header-container .about {
    flex-basis: 200px;
  }
  #communique .page .header .header-container .about .left .title {
    margin-bottom: 15px;
  }
}
#communique .page .header .header-container .collection-footer {
  flex: 0 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#communique .page .header .header-container .collection-footer .presse {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 40px;
}
#communique .page .header .header-container .collection-footer .contacts {
  font-weight: bold;
  padding-top: 10px;
  margin-right: 56px;
  margin-left: 1px;
}
#communique .page .header .header-container .collection-footer .contacts .contact {
  font-weight: normal;
  white-space: nowrap;
}
#communique .page .header .header-container .collection-footer .contacts .contact span, #communique .page .header .header-container .collection-footer .contacts .contact a {
  color: white;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#communique .page .header .header-container .collection-footer .downloads {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  padding-top: 20px;
}
#communique .page .header .header-container .collection-footer .downloads .download {
  padding-right: 37px;
  margin-right: 10px;
}
#communique .page .header .header-container .collection-footer .downloads .download:last-child {
  margin-right: 0;
}
#communique .page .header .header-container .collection-footer .downloads .download a {
  position: relative;
  color: white;
  font-size: 1rem;
  padding-right: 8px;
  display: block;
  text-align: right;
}
#communique .page .header .header-container .collection-footer .downloads .download a .icon-container {
  width: 37px;
  height: 37px;
  background: white;
  border-radius: 50%;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -17.5px;
}
#communique .page .header .header-container .collection-footer .downloads .download a .icon-container i {
  color: #ff4500;
  font-size: 14px;
}
#communique .page .header .header-container .collection-footer .downloads .download a .icon-container i.ico-file_download {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  #communique .page .header .header-container .collection-footer .downloads .download a .icon-container {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
#communique .page .header .header-container .collection-footer .downloads .download a:hover .icon-container {
  background-color: #ff4500;
}
#communique .page .header .header-container .collection-footer .downloads .download a:hover .icon-container i {
  color: white;
}
#communique .page .header .header-container .collection-footer .partners {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 0;
  flex: 0;
  margin: 0 -10px;
}
#communique .page .header .header-container .collection-footer .partners .partner {
  margin: 10px;
}
@media screen and (max-width: 1024px) {
  #communique .page .header .header-container .collection-footer {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
  #communique .page .header .header-container .collection-footer .presse {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: start;
    align-items: start;
    margin-right: 0;
  }
  #communique .page .header .header-container .collection-footer .partners {
    -webkit-flex: 1;
    flex: 1;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
  }
}
@media screen and (max-width: 980px) {
  #communique .page .header .header-container .collection-footer {
    font-size: 1.25rem;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
  #communique .page .header .header-container .collection-footer .downloads {
    width: 100%;
  }
  #communique .page .header .header-container .collection-footer .downloads .download a {
    font-size: 1.25rem;
  }
  #communique .page .header .header-container .collection-footer .partners .partner {
    margin: 5px;
  }
}
@media screen and (max-width: 767px) {
  #communique .page .header .header-container .collection-footer .downloads .download:first-child a {
    text-align: left;
  }
  #communique .page .header .header-container .collection-footer .partners {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1024px) {
  #communique .page .header {
    height: auto !important;
    min-height: 344px;
  }
  #communique .page .header-container {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  #communique .page .header {
    height: auto !important;
    min-height: 550px;
  }
}
@media screen and (max-width: 980px) {
  #communique .page .header {
    min-height: 275px;
  }
}
#communique .article-container .bordered-list {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  #communique .article-container .bordered-list {
    max-width: none;
  }
}
#communique .article-container .bordered-list .hightlight {
  color: #fb4700;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #communique .page .header .header-container .about .menu-share {
    top: 5px;
  }
}

#error .page {
  padding-bottom: 0;
}
#error .page > div {
  padding: 0 30px;
  width: 775px;
}
#error .page h1 {
  width: 100%;
}
#error .page h1 img {
  display: block;
  width: 100%;
  max-width: 21.40625vw;
  margin: 0 auto;
}
#error .page p {
  font-size: 1.25vw;
  line-height: 1.6em;
  margin-bottom: 130px;
  font-weight: 400;
}
#error .page a {
  font-size: 1.0416vw;
}

.page.subscribe .container {
  display: flex;
  width: 100%;
  margin-top: 5%;
    justify-content: center;
}
.page.subscribe > div {
  width: 90% !important;
}
.page.subscribe .container .subscribe-form{
  float: right;
  width: 49%
}
.page.subscribe .container .subscribe-text{
  float: left;
  width: 49%;
  padding-right: 40px;
  text-align: left;
  font-size: 11px;
}

@media screen and (max-width: 980px) {
  #error .page h1 img {
    max-width: 411px;
  }
  #error .page p {
    font-size: 1.5rem;
  }
  #error .page a {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 980px) {
  .page.subscribe .container {
    height: auto;
  }
  .page.subscribe .container .subscribe-form{
    width: 40%;
  }
  .page.subscribe .container .subscribe-text{
    width: 60%;
    font-size: 11px !important;
  }
  .page.subscribe .container .subscribe-text li, .page.subscribe .container .subscribe-text p{
    font-size: 11px !important;
  }
}

@media screen and (max-width: 767px) {
  #error .page > div {
    width: 100%;
    padding: 0 15px;
  }
  #error .page h1 {
    margin-bottom: 15px;
  }
  #error .page p {
    font-size: 2.25rem;
    margin-bottom: 65px;
  }
  #error .page a {
    font-size: 1.625rem;
  }

}

@media screen and (max-width: 767px) {
  .page.subscribe > div {
    width: 100% !important;
  }
  .page.subscribe .container {
    flex-direction: column-reverse;
    height: auto;
    font-size: 1.625rem;
    padding: 20px 15px 0;
  }
  .page.subscribe .container .subscribe-form{
    float: left;
    width: 100%;
  }
  .page.subscribe .container .subscribe-text{
    float: left;
    width: 100%;
  }
}

#programme .page .related-content-wrapper .TWITTER {
  background-color: #EFF7FC;
}

#programme .page .related-content-wrapper .TWITTER h2 {
  font-size: 1.3vw;
  color: white;
  background: linear-gradient(#279be7, #42aff6);
  font-weight: bold;
  overflow: hidden;
  padding: 10px 20px;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}

#programme .page .related-content-wrapper .TWITTER h2 .btn {
  flex: 0;
  color: white;
  background-color: transparent;
  text-transform: none;
  font-size: 0.733vw;
  padding: 0 1.04vw 0 1.04vw;
  font-family: "Roboto", sans-serif;
  line-height: 2.08vw;

  display: block;
  border: 1px solid white;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;

  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;

  margin-left: 15px;
  width: 105px;
  height: 40px;
}

.logo-partner {
    max-width: 150px;
    height : auto;
}

.global-font-family {
  font-family: "Barna Stencil", sans-serif !important;
}
