
/* Main */

html {
  font-family: Karrik, sans-serif;
  font-weight: 200;
  color: #FFF;
  background: #000;
  cursor: auto;
  -webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

html, body {
	overflow-x: hidden;
}

* {
    margin: 0;
	padding: 0;
}

a {
	color: #FFF;
	text-decoration: none;
}

u {
	text-decoration: none !important;
}

element:hover {
-webkit-user-select: none;
-webkit-touch-callout: none;        
}

::-moz-selection {
  color: #FFF;
  background: #0000FF;
}

::selection {
  color: #FFF;
  background: #0000FF;
}
/* List */

ul {
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-start: 0;
}

li {
	list-style: none;
}

p {
	margin: 0;
}

/* Scrollbar */

video.video { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
}

/* Links Random Color */

.random-color-1:hover {
	color: #0000FF;
}

.random-color-2:hover {
	color: #61E2A6;
}

.random-color-3:hover {
	color: #FF00FF;
}

.random-color-4:hover {
	color: #FF7C56;
}

div.block.button ul li a.random-color-1:hover {
	color: #0000FF;
}

div.block.button ul li a.random-color-2:hover {
	color: #61E2A6;
}

div.block.button ul li a.random-color-3:hover {
	color: #FF00FF;
}

div.block.button ul li a.random-color-4:hover {
	color: #FF7C56;
}

.random-color-border-1:hover, .random-color-border-1:hover a {
	color: #0000FF !important;
	border-color: #0000FF !important;
}

.random-color-border-2:hover, .random-color-border-2:hover a {
	color: #61E2A6 !important;
	border-color: #61E2A6 !important;
}

.random-color-border-3:hover, .random-color-border-3:hover a {
	color: #FF00FF !important;
	border-color: #FF00FF !important;
}

.random-color-border-4:hover, .random-color-border-4:hover a {
	color: #FF7C56 !important;
	border-color: #FF7C56 !important;
}

.random-background-1:hover {
	background-color: #0000FF;
	border-color: #0000FF !important;
}

.random-background-2:hover {
	background-color: #61E2A6;
	border-color: #61E2A6 !important;
}

.random-background-3:hover {
	background-color: #FF00FF;
	border-color: #FF00FF !important;
}

.random-background-4:hover {
	background-color: #FF7C56;
	border-color: #FF7C56 !important;
}

.active.random-background-1 {
	background-color: #0000FF;
	border-color: #0000FF !important;
}

.active.random-background-2 {
	background-color: #61E2A6;
	border-color: #61E2A6 !important;
}

.active.random-background-3 {
	background-color: #FF00FF;
	border-color: #FF00FF !important;
}

.active.random-background-4 {
	background-color: #FF7C56;
	border-color: #FF7C56 !important;
}

/* Ball animation */

.ball.x {
	margin-top: 25px;
	margin-left: 25px;
	width: 72px;
	height: 72px;
	animation: x 20s ease-in-out infinite alternate, scale 30s ease-in-out infinite alternate;
	background-color: #FFF;
	border-radius: 100%;
}

.ball.y {
	top: 0;
	position: fixed;
	animation: y 8s ease-in-out infinite alternate;
	mix-blend-mode: difference;
	z-index: 5;
	pointer-events: none;
}

@keyframes x {
  100% {
    transform: translateX( calc(100vw - 100px) );
  }
}

@keyframes y {
  100% {
    transform: translateY( calc(100vh - 100px) );
  }
}

@keyframes scale {
  0% {
    width: 72px;
	height: 72px;
  }
  100% {
    width: 400px;
	height: 400px;
  }
}

/* Form & input */

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	outline-color: transparent;
	outline-style: none;
	padding: 0;
	border-radius: 0;
}

input:focus, input:focus-within, text:focus, select:focus {
	outline: none;
	outline-color: transparent;
	outline-style: none;
	background: transparent;
}

input::placeholder {
  font-family: Karrik;
  color: #FFF;
  opacity: 1;
}

input[type=text], input[type=submit] {
  width: 100%;
  margin: 0;
  border: 0;
  justify-content: center;
  align-items: flex-start;
  background-color: transparent;
  color: #FFF;
  font-family: 'Karrik';
  opacity: 1;
}

/* Fonts */ 

@font-face {
	font-family: Karrik;
	src: url(../fonts/Karrik/Karrik-Regular.eot);
	src: url(../fonts/Karrik/Karrik-Regular.woff2) format("woff2"),url(../fonts/Karrik/Karrik-Regular.woff) format("woff"),url(../fonts/Karrik/Karrik-Regular.ttf) format("truetype"),url(../fonts/Karrik/Karrik-Regular.svg#Karrik-Regular) format("svg"),url(../fonts/Karrik/Karrik-Regular.eot?#iefix) format("embedded-opentype");
	font-style: normal
}

@font-face {
	font-family: Karrik;
	src: url(../fonts/Karrik/Karrik-Italic.eot);
	src: url(../fonts/Karrik/Karrik-Italic.woff2) format("woff2"),url(../fonts/Karrik/Karrik-Italic.woff) format("woff"),url(../fonts/Karrik/Karrik-Italic.ttf) format("truetype"),url(../fonts/Karrik/Karrik-Italic.svg#Karrik-Italic) format("svg"),url(../fonts/Karrik/Karrik-Italic.eot?#iefix) format("embedded-opentype");
	font-style: italic;
}

@font-face {
    font-family: 'Programme Rotated';
    src: url('../fonts/Programme/Programme-Bold-Rotated-Alt.eot');
    src: url('../fonts/Programme/Programme-Bold-Rotated-Alt.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Programme/Programme-Bold-Rotated-Alt.woff2') format('woff2'),
         url('../fonts/Programme/Programme-Bold-Rotated-Alt.woff') format('woff'),
         url('../fonts/Programme/Programme-Bold-Rotated-Alt.ttf')  format('truetype'),
         url('../fonts/Programme/Programme-Bold-Rotated-Alt.svg#Programme') format('svg');
}

.rotated {
	font-family: 'Programme Rotated';
}

strong, .bold {
	font-weight: 600;
}

.cap {
	text-transform: uppercase;
}

/* Header */

header {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	flex-wrap: wrap;
	z-index: 1000;
} 

div.header.row {
	background-color: #000;
	z-index: 100000;
}

header.blog {
	background-color: #FFF;
	color: #000;
}

header.blog div.header.row {
	background-color: #FFF;
}

header.blog a {
	color: #000;
}

#logo {
}

a.logo { 
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../logos/stationstation-white.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 150px;
}

header.blog a.logo {
	background-image: url(../logos/stationstation-black.svg);
}

nav {
}

ul.menu {
}

.menu {
	margin-left: 30px;
}

ul.menu li {
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
}

ul.menu li a {
	letter-spacing: 0.2px;
}

.menu-button {
}

.menu-button.hidden {
	display: none;
}

.menu li a.explorer:hover, .menu li a.formations:hover {
	color: #FF7C56;
}

.menu li a.emissions:hover {
	color: #0000FF;
}

.menu li a.blog:hover {
	color: #FF00FF;
}

.menu li a.agenda:hover {
	color: #FF7C56;
}

.menu li a.evenements:hover {
	color: #0000FF;
}

.menu li a.a-propos:hover, .menu li a.ateliers:hover {
	color: #61E2A6;
}

#search-bar {
	position:  absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #FF7C56;
	z-index: 100000;
	display: none;
}

#search-bar.active {
	display: flex;
}

a#picto-search-bar {
	margin-left: 20px;
	margin-right: 20px;
	height: 20px;
	width: 20px;
}

#close-search, a#picto-search, a#picto-search-bar {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

#close-search {
	background-image: url(../pictos/cross-white.svg);
	margin-right: 20px;
	height: 20px;
	width: 20px;
	cursor: pointer;
}

a#picto-search, a#picto-search-bar {
	background-image: url(../pictos/search-white.svg);
}

header.blog a#picto-search {
	background-image: url(../pictos/search-black.svg);
}

a#picto-search {
	height: 15px;
	width: 15px;
	cursor: pointer;
	z-index: 100;
}

a#picto-search:hover {
	background-image: url(../pictos/search-hover.svg);
}

a#picto-search.active img {
	padding-right: 30px;
}

a#picto-search:hover {
	border: 0 !important;
}

a#picto-search.active img {
	cursor: default;
	border: 0 !important;
}

#search-div {
	width: 100%;
	margin-right: 10px;
	display: none;
}

#search-div.active {
	display: block;
}

input#search {
	padding-bottom: 2px;
	background-color: #FF7C56;
}

#close {
	cursor: pointer;
}

#close-search.active {
	display: block;
}

li#menu-separator {
	width: 10%;
}

li#menu-separator.hidden {
	width: 0;
}

ul.menu li.link {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
}

/* Social */ 

ul.social {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 20px;
	display: flex;
	align-items: center;
}

ul.social li {
	display: flex;
	padding: 15px;
}

ul.social li a {
	width: 15px;
	height: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

ul.social a#facebook, ul.social .facebook {
	background-image: url(../pictos/social-facebook-white.svg);
}

ul.social a#instagram, ul.social .instagram {
	background-image: url(../pictos/social-instagram-white.svg);
}

ul.social a#twitter, ul.social .twitter {
	background-image: url(../pictos/social-twitter-white.svg);
}

ul.social a#mixcloud, ul.social .mixcloud {
	width: 20px;
	height: 20px;
	background-image: url(../pictos/social-mixcloud-white.svg);
}

ul.social a#soundcloud, ul.social .soundcloud {
	width: 20px;
	height: 20px;
	background-image: url(../pictos/social-soundcloud-white.svg);
}

ul.social .web {
	background-image: url(../pictos/social-link-white.svg);
}

ul.social .youtube {
	background-image: url(../pictos/social-youtube-white.svg);
}

ul.social a#facebook:hover, ul.social .facebook:hover, header.blog ul.social a#facebook:hover, ul.social .facebook:hover {
	background-image: url(../pictos/social-facebook-hover.svg);
}

ul.social a#instagram:hover, ul.social .instagram:hover, header.blog ul.social a#instagram:hover, ul.social .instagram:hover {
	background-image: url(../pictos/social-instagram-hover.svg);
}

ul.social a#twitter:hover, ul.social .twitter:hover, header.blog ul.social a#twitter:hover, ul.social .twitter:hover {
	background-image: url(../pictos/social-twitter-hover.svg);
}

ul.social a#mixcloud:hover, ul.social .mixcloud:hover, header.blog ul.social a#mixcloud:hover, ul.social .mixcloud:hover {
	background-image: url(../pictos/social-mixcloud-hover.svg);
}

ul.social a#soundcloud:hover, ul.social .soundcloud:hover, header.blog ul.social a#soundcloud:hover, ul.social .soundcloud:hover {
	background-image: url(../pictos/social-soundcloud-hover.svg);
}

ul.social .youtube:hover {
	background-image: url(../pictos/social-youtube-hover.svg);
}

ul.social .web:hover {
	background-image: url(../pictos/social-link-hover.svg);
}

header.blog ul.social a#facebook, header.blog ul.social .facebook, footer.blog ul.social a#facebook, footer.blog ul.social .facebook {
	background-image: url(../pictos/social-facebook-black.svg);
}

header.blog ul.social a#instagram, header.blog ul.social .instagram, footer.blog ul.social a#instagram, footer.blog ul.social .instagram {
	background-image: url(../pictos/social-instagram-black.svg);
}

header.blog ul.social a#twitter, header.blog ul.social .twitter, footer.blog ul.social a#twitter, footer.blog ul.social .twitter {
	background-image: url(../pictos/social-twitter-black.svg);
}

header.blog ul.social a#mixcloud, header.blog ul.social .mixcloud, footer.blog ul.social a#mixcloud, footer.blog ul.social .mixcloud {
	background-image: url(../pictos/social-mixcloud-black.svg);
}

header.blog ul.social a#soundcloud, header.blog ul.social .soundcloud, footer.blog ul.social a#soundcloud, footer.blog ul.social .soundcloud {
	background-image: url(../pictos/social-soundcloud-black.svg);
}

/* AirSpray */

div#artboard {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: -1;
}

canvas#airspray {
	width: 100%;
	height: 100%;
	background-color: #000;
	mix-blend-mode: multiply;
	z-index: 9;
} 

div#texture-filter {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../design/airspray-texture.png');
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	mix-blend-mode: color-burn;
	pointer-events: none;
	z-index: 2;
}

/* Chatroom */

#chatroom {
	position: fixed;
	top: 160px;
	right: 0;
	height: calc( 100vh - 160px );
	width: 33.33vw;
	background-color: #61E2A6;
	z-index: 1000;
	display: none;
}
/* Player */

div.player {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #0000FF;
	color: #FFF;
	display: flex;
	align-items: center;
	
}

div.play, div.chatroom {
	position: absolute;
	display: flex;
	align-items: center;
	background-color: #0000FF;
	cursor: pointer;
	z-index: 100;
	justify-content: space-around;
}

div.chatroom {
	display: none;
}

.play {
	left: 0;
	width: 150px;
	height: 100%;
}

.play li {
	position: relative;
	left: 0;
	width: 150px;
	height: 100%;
}

.play li.replay {
	position: absolute;
}

.play a {
	display: flex;
	width: 150px;
	height: 100%;
	align-items: center;
	user-select: none;
}

.play a span.text {
	height: 100%;
	width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

div.chatroom {
	right: 0;
	padding-left: 20px;
}


div.player div.button, div#bar-replay li a div.button, div.player div.chatroom-picto {
	height: 60px;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

div.player div.button span.picto, div.player div.chatroom-picto div.button.open-chatroom {
	background-position: center;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}

div.play:hover, div.play:hover a, div.chatroom:hover {
	background-color: #FFF;
	color: #0000FF;
}

div.player span.direct {
	animation-duration: 0.8s;
  animation-name: fadeinout;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  white-space: nowrap;
  color: #FFF;
}	

div.play:hover, div.play:hover a span.direct {
	color: #0000FF;
}

/* Play */

.play div.button span.picto {
	background-image: url(../pictos/play-white.svg);
	height: 22px;
	width: 17px;
	display: block;
}

.play div.button span.picto.playing {
	background-image: url(../pictos/playing-white-blue.gif);
	height: 50px;
	width: 50px;
	background-position: center;
	background-size: 50% 50%;
	background-repeat: no-repeat;
}

div.play:hover div.button span.picto {
	background-image: url(../pictos/play-blue.svg);
	height: 22px;
	width: 17px;
	display: block;
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

/* Pause */

div.player div.button.pause span.picto {
	background-image: url(../pictos/playing-white-blue.gif);
	height: 50px;
	width: 50px;
}

div.play:hover div.button span.picto {
	background-image: url(../pictos/pause-blue.svg);
	height: 22px;
	width: 17px;
}

/* Replay */

li.replay a div.button span.picto {
	background-image: url(../pictos/playing-white-orange.gif);
	height: 50px;
	width: 50px;
	background-position: center;
	background-size: 50% 50%;
	background-repeat: no-repeat;
}

div.play:hover li.replay a div.button span.picto {
	background-image: url(../pictos/arrow-left-orange.svg);
	height: 30px;
	width: 30px;
}

#button-on-replay {
	background-color: #FF7C56;
	width: 100%;
	display: none;
}

#button-on-replay.show {
	display: block;
}

span.replay {
	color: #FFF;
}

div.play:hover, div.play:hover a span.replay {
	color: #FF7C56;
}

/* Bar play */ 

div#bar-stream {
	position: absolute;
  width: 100%;
  top: 100px;
  height: 60px;
  color: #FFF;
  align-items: center;
  z-index: 1000;
}

#live-infos {
	position: absolute;
	left: 150px;
	width: 75%;
	height: 100%;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.6;
	padding: 5px 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.stream-player {
	display:block;
	position: absolute;
	left: 550px;
	width: 100%;
}


.stream-player audio {
	width: 100%;
}

.stream-player audio::-webkit-media-controls-panel {
	background-color: #0000FF !important;
}

.stream-player audio::-webkit-media-controls-play-button {
	color: white;
}

.stream-player audio::-webkit-media-controls-current-time-display,
.stream-player audio::-webkit-media-controls-timeline {
	display: none !important;
}

/* Bar Replay */

div#bar-replay {
	position: absolute;
  width: 100%;
  top: 100px;
  height: 60px;
  background-color: #FF7C56;
  color: #FFF;
  display: none;
  align-items: center;
  z-index: 1000;
}

div#bar-replay.show {
	display: block;
}

div#color-filter {
	position: absolute;
  bottom: 0;
  left: 150px;
  width: 100%;
  height: 60px;
  background-color: #FF5E39;
  pointer-events: none;
  mix-blend-mode: screen;
  z-index: 10000;
}

/* Mixcloud */

#mixcloud-widget {
	position: absolute;
	right: 0;
	z-index: 1000;
}

/* Chatroom */

div.player div.chatroom-picto div.button.open-chatroom {
	background-image: url(../pictos/chatroom.svg);
}

div.chatroom:hover div.chatroom-picto div.button {
	background-image: url(../pictos/chatroom-blue.svg);
}

div.on-air {
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

#emission-on-air {
	width: 100%;
}

span#name-emission-on-air {
	cursor: text;
}

#emission-on-air p {
	animation-duration: 30s;
	animation-timing-function: linear;
  animation-name: scrollHorizontal;
  animation-iteration-count: infinite;
  animation-direction: infinite;
  white-space: nowrap;
}

#emission-on-air p:hover {
	animation-play-state: paused;
}

.scrolling p {
	white-space: nowrap;
	clear: both;
	text-align: right;
}

@keyframes fadeinout {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }
}

/* Main */

.main {
	position: absolute;
}

main.emission, main.explorer, main.emissions, main.agenda {
	background-color: #000;
	cursor: default !important;
}

.main.blog {
	color: #000;
	background-color: #FFF;
}

#main.cursor-white {
	cursor: url('../design/cursor-airspray-white.png'), auto;
}

#main.cursor-blue {
	cursor: url('../design/cursor-airspray-blue.png'), auto;
}

#main.cursor-green {
	cursor: url('../design/cursor-airspray-green.png'), auto;
}

#main.cursor-pink {
	cursor: url('../design/cursor-airspray-pink.png'), auto;
}

#main.cursor-orange {
	cursor: url('../design/cursor-airspray-orange.png'), auto;
}

/* Responsive : colonnes */

.row {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.row.margin-bottom {
	margin-bottom: 100px;
}

.row.margin-top {
	margin-top: 100px;
}

.row.center, ul.center {
	justify-content: center;
}

.row.nowrap {
	flex-wrap: nowrap;
}

.wrap {
	flex-wrap: wrap;
}

.col-2 {
	overflow: hidden;
}

.col {
	height: 100%;
}

.white {
	background-color: #FFF;
}

.row.separator {
	height: 40px;
	background-color: #FFF;
}

.cell {
	position: relative;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-flow: row wrap;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}

/* Footer */

footer {
	position: absolute;
	width: 100%;
	margin-left: -30px;
	width: calc( 100% + 30px);
	background-color: #000;
	height: auto;
	border-top: 1px solid #FFF;
	cursor: default;
	z-index: 1000;
}

footer div.copyright {
	font-size: 0.85rem;
}

footer.blog {
	background-color: #FFF !important;
	border-color: #000;
	color: #000 !important;
}

footer.blog div.links ul li a, footer.blog div.links ul li a {
	color: #000 !important;
}

footer div.row {
	position: relative;
	align-items: center;
	height: 80px;
}

footer div.links {
	margin-left: 33.33%;
	position: absolute;
}

footer div.links ul {
	display: flex;
}

footer div.links ul li {
	margin-right: 30px;
	display: flex;
}

footer div.links ul li a {
	padding-bottom: 1px;
	border-bottom: 1px solid transparent;
	white-space: nowrap;
}

footer div.links ul li:last-child {
	margin-right: 0;
}

footer div.links ul li a:hover {
	border-bottom: 1px solid #FFF;
}

footer.blog div.links ul li a:hover {
	border-bottom: 1px solid #000;
}

footer div.row ul.social {
	position: absolute;
	height: 100%;
	right: 0px;
	margin-right: 50px;
}

footer .logo {
	height: 100%;
}

footer .logo img {
	height: 100%;
}

footer #lastation-garedesmines {
	display: flex;
	align-items: center;
}

footer #lastation-garedesmines:before {
	content: '';
	width: 15px;
  height: 15px;
  margin-right: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../logos/stationgdm-logo-shape-white.svg');
  border-bottom: 0;
}

footer.blog #lastation-garedesmines:before {
	background-image: url('../logos/stationgdm-logo-shape.svg');
}

footer.blog div.copyright, footer.blog div.links {
	border-color: #000;
}

/* Contents */

.poster  {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.poster {
	position: relative;
	padding-bottom: 33.33%;
}

div.poster.ratio {
	position: relative;
	padding-bottom: 60%;
}


/* Margins  */

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

.margin-bottom {
	margin-bottom: 30px;
}

/* Cell */

.cell.linkable:hover {
	background-color: #FFF;
	color: #000;
	mix-blend-mode: difference;
	filter: grayscale(100%);
}

@keyframes strobe {
  50% { background: #000; color: #FFF; }
}

/* Sections */

div.section {
	z-index: 1;
}

div.section.title {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}

.section.title p {
	margin-bottom: 30px;
}

.section.text {
	margin-top:  30px;
	margin-bottom: 30px;
}

div.section.title a.button.download {
	position: absolute;
	right: 0;
	display: flex;
	border: 1px solid #FFF;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

div.section.title a.button.download:hover {
	background-color: #FFF;
	color: #000;
}

div.section.title a.button.download:before {
	content: url('../pictos/download-white.svg');
	width: 15px;
	margin-right: 10px;
}

div.section.title a.button.download:hover:before {
	content: url('../pictos/download-black.svg');
}

div.more {
}

div.more:hover {
	margin-right: 10px;
	padding-right: 2px;
}

div.back {
}

div.back:hover {
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 2px;
}

div.section.button {
	width: 100%;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
}

div.section.button a{
}

div.section.button a:hover {
	-webkit-text-stroke: 1px #000;
	color: #FFF;
	padding-bottom: 0;
	border-bottom: 0;
}

div.section div.block.text p a {
	border-bottom: 1px solid #FFF;
	padding-bottom: 1px;
}

div.section div.block.text p a:hover {
	border-bottom: 0;
}

/* Programme & Actu */

div#programme {
	display: none;
}

body.show-programme-tab div#programme {
	display: block;
}

div#programme-open div.section.programme div.title, div.section.programme div.table {
	width: calc( 100% - 70px );
}

div.section.programme.title, div.section.actu.title {
	min-height: 140px;
}

div.section.programme.title p, div.section.actu.title p {
	max-width: 80%;
}

div.section.programme {
	align-items: flex-start;
}

div.section.programme div.headline {
	max-width: 540px;
}

div.section.programme div.illustration {
	position: absolute;
	top: 15px;
	height: 100%;
	display: flex;
	justify-content: right;
	align-items: flex-start;
}

div.programme.table {
	margin-top: 30px;
}

div.programme.table div.days ul {
	display: flex;
	flex-wrap: nowrap;
}

div.programme.table div.days ul li {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	height: 45px;
	cursor: pointer;
}

div.programme.table div.days ul li:last-child {
	border-right: 1px solid #FFF;
}

div.programme.table div.days ul li:hover {
}

div.programme.table div.days ul li.active {
	background-color: #FFF;
	border-color: #FFF !important;
	color: #000;
	cursor: default;
}

div.section.actu div.section.text {
	min-height: 310px;
}

div.programme.table div.emissions {
	padding: 15px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

div.programme.table div.emissions ul.emission {
	display: flex;
	margin-bottom: 10px;
}

div.programme.table div.emissions ul.emission:last-child {
	margin-bottom: 0;
}

div.programme.table div.emissions ul.emission li.hour {
}

div.block.button li:hover a.ecouter-direct, div.block.button li:hover a.explore-podcasts, div.block.button li:hover a.explore-again-podcasts {
	color: #0000FF;
}

div.block.button li:hover a.recevoir-newsletter {
	color: #FF7C56;
}

div.day.table {
	display: none;
}

div.day.table.active {
	display: block;
}

/* Explorer Programme */

#programme {
	position: fixed;
	top: 0;
	left: 0;
	width: 60px;
	height: calc( 100vh - 160px );
	margin-top: 0;
	background-color: #FFF;
	color: #000;
	cursor: pointer;
	z-index: 50;
}

#programme-button-tab {
	transform: rotate(90deg) translateX(40px);
	white-space: nowrap;
	width: 100%;
	text-align: center;
}

#programme:hover {
	background-color: #000;
	color: #FF7C56;
}

#programme-open {
	position: fixed;
	margin-top: -20px;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 60px;
	left: 60px;
	height: calc( 100vh - 160px );
	width: 40vw;
	background-color: #FFF;
	color: #000;
	z-index: 50;
	overflow-y: scroll;
	display: none;
}

#programme-open::-webkit-scrollbar {
  display: none;
}

#programme-open.show {
	display: block;
}

#programme-open div.programme.table div.emissions, #programme-open div.programme.table div.days ul li {
	border-color: #000;
}

#programme-open div.section.programme.title p {
	margin-bottom: 0;
}

#programme-open div.programme.table div.emissions {
	min-height: 33vh;
}

#programme-open div.programme.table div.days ul li.active {
	background-color: #000;
	color: #FFF;
	border-color: #000 !important;
}

div.section.programme div.close.programme {
	position: absolute;
	top: 40px;
	right: 30px;
	height: 20px;
	width: 20px;
	background-image: url('../pictos/cross-black.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 100;
}

/* Émissions */

#emissions-list {
	width: 100%;
}

#emissions-list input {
	margin-top: 20px;
	margin-bottom: 60px;
}

#emissions-list ul.list {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 30px;
	flex-wrap: wrap;
	flex-direction: row;
}

#emissions-list ul.list li.card {
	width: calc( 25% - 25px );
	margin-bottom: 30px;
}

#emissions-list ul.list li.card div.card {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#emissions-list ul.list li.card ul.tags {
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	margin-top: 10px;
}

#emissions-list ul.list li.card a.poster {
	width: 100%;
	padding-bottom: 100%;
	margin-bottom: 10px;
	cursor: pointer;
}

#emissions-list ul.list li.card p.name {
	margin-top: 5px;
	margin-bottom: 0;
	margin-right: 30px;
}

h1.letter {
	width: 100%;
	font-weight: normal;
	border-bottom: 1px solid #FFF;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

/* Sélection de podcast */

div.section.selection div.podcast.row {
	margin-top: 0;
}

div.section.selection div.podcast.row:first-child {
	margin-top: 30px;
}

div.podcast.row {
	flex-wrap: nowrap;
	margin-bottom: 30px;
}

div.podcast.row p.podcast.title a {
	padding-bottom: 1px;
}

div.podcast.row p.podcast.title a:hover {
	border-bottom: 1px solid #FFF;
}

div.podcast.row a.poster.col-3 {
	height: 0;
	width: calc( 33.33% - 30px);
	padding-bottom: calc( 33.33% - 30px);
	margin-right: 30px;
	position: relative;
	cursor: pointer;
	z-index: 500;
}

li.card div.card a.poster div.mask, div.podcast.row a.poster div.mask, div.podcast.single div.picture div.mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../pictos/play-white.svg);
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: center;
	opacity: 0;
	z-index: 1000;
}

a.poster div.mask {
	transition: opacity 0.1s;
}

li.card div.card a.poster:hover div.mask, div.podcast.row a.poster:hover div.mask, div.podcast.single:hover div.picture div.mask {
	opacity: 0.9;
}

div.podcast.row div.text {
	position: relative;
	margin-top: 15px;
}

div.podcast div.text p, ul.tags {
	margin-bottom: 10px;
}

div.section.selection ul.podcast.tags {
	margin-top: 10px;
	margin-bottom: 0;
}

div.podcast.row div.text div.block.button.decouvrir {
	position: absolute;
	bottom: 0;
}

div.podcast.row div.text div.block.button.decouvrir ul {
	margin-bottom: 0;
}

div.podcast.row div.text div.block.button.decouvrir ul li {
	margin-bottom: 0;
}

/* Single Podcast Snippet */

div.section.saison.block:first-child div.section.saison.title {
	margin-top: 0;
}

div.section.saison.title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.section.saison.title p {
	margin-bottom: 0;
}

div.section.saison.title:hover p {
}

div.section.saison.list:first-child {
	padding-top: 0;
}

div.section.saison.list {
	margin-bottom: 20px;
}

div.section.saison div.open-list {
	background-image: url('../pictos/min-arrow-up-white.svg');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
	width: 30px;
}

div.section.saison.hidden div.open-list {
	background-image: url('../pictos/min-arrow-down-white.svg');
}

div.section.saison.hidden {
	border-bottom: 1px solid #FFF;
}

div.section.saison.hidden:last-child {
	border-bottom: 0;
}

div.section.saison.hidden div.section.saison.list {
	display: none;
}

div.podcast.list.singles {
	margin-top: 96px;
}

div.podcast.single {
	display: flex;
	flex-wrap: nowrap;
	max-height: 165px;
	border-bottom: 1px solid #FFF;
	cursor: pointer;
}

div.podcast.single:last-child {
	border-bottom: 0;
}

div.podcast.single div.picture {
	position: relative;
	width: 165px;
	height: 165px;
	background-image: url('../design/airspray-square.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-right: 30px solid #000;
	z-index: 10;
} 

div.podcast.single div.text {
	width: auto;
	padding-top:  15px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	width: calc( 100% - 200px );
} 

div.podcast.single div.text p.name {
	white-space: nowrap;
}

div.podcast.single div.text p, div.podcast.single div.text ul {
	width: 100%;
}

div.section.emission div.podcast.single div.text p.name {
	margin: 0
} 

div.section.emission div.podcast.single div.text p.date {
	margin-bottom: 10px;
}

div.section.emission ul.social li {
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

div.section.emission div.podcast.single ul.tags li {
	display: none;
}

div.section.emission div.podcast.single ul.tags li:nth-child(-n+3) {
	display: flex;
}

div.section.emission div.podcast.single ul.tags li a {
	font-size: 11px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* Derniers articles */

div.section.blog.latest div.single.article {
	margin-bottom: 40px;
}

div.section.blog.latest p {
	max-width: 1000px;
}

div.section.blog.latest p.article.title {
	margin-bottom: 20px;
}

div.section.blog.latest p.article.title a:hover {
	border-bottom: 1px solid #FFF;
}

div.illustration {
	line-height: 0;
}

div.blog.latest.row div.illustration {
	display: flex;
}

/* Podcast Interaction */

@keyframes scrollHorizontal {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-100%);
  }
  50.05% {
    transform: translateX(100%);
  }
}

div.podcast.single p.podcast.name {
	z-index: 0;
}

div.podcast.single:hover p.podcast.name {
	animation-duration: 15s;
	animation-timing-function: linear;
  animation-name: scrollHorizontal;
  animation-iteration-count: infinite;
  animation-direction: infinite;
  white-space: nowrap;
}

div.podcast.single.podcast-random-background-1:hover {
	background-color: #0000FF;
}

div.podcast.single.podcast-random-background-1:hover div.picture {
	border-color: #0000FF !important;
}

div.podcast.single.podcast-random-background-2:hover {
	background-color: #61E2A6;
}

div.podcast.single.podcast-random-background-2:hover div.picture {
	border-color: #61E2A6 !important;
}

div.podcast.single.podcast-random-background-3:hover {
	background-color: #FF00FF;
}

div.podcast.single.podcast-random-background-3:hover div.picture {
	border-color: #FF00FF !important;
}

div.podcast.single.podcast-random-background-4:hover {
	background-color: #FF7C56;
}

div.podcast.single.podcast-random-background-4:hover div.picture {
	border-color: #FF7C56 !important;
}

div.podcast.single:hover div.mask.constant-random-background-1 {
	background-color: #0000FF;
}

div.podcast.single:hover div.mask.constant-random-background-2 {
	background-color: #61E2A6;
}

div.podcast.single:hover div.mask.constant-random-background-3 {
	background-color: #FF00FF;
}

div.podcast.single:hover div.mask.constant-random-background-4 {
	background-color: #FF7C56;
}

div#right-mask {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 30px;
	background-color: #000;
	z-index: 10;
}

/* Blog */

header.blog a {
	color: #000;
}

main.blog {
	background-color: #FFF;
	color: #000;
}

main.blog div.blog a, main.blog div.article a {
	color: #000;
}

div.article.block div.block a {
	color: #0000FF;
	border-bottom: 1px solid #0000FF;
}

div.article.block div.block a:hover {
	border-bottom: 0;
}

main.blog div.article div.block.button li a, main.blog div.block.button.back-to-articles li a {
	border: 1px solid #000;
	color: #000;
}

main.blog div.article div.block.button li a:hover, main.blog div.block.button.back-to-articles li a:hover {
	color: #FFF;
	border-color: #000 !important;
}

div.single.article.row {
	background-color: #FFF;
	z-index: 10;
}

div.single.article div.image {
}

div.single.article div.image:hover, div.article div.image.hover {
	mix-blend-mode: difference;
	/*animation-name: stroboscope;
	animation-duration: 0.08s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;*/
}

@keyframes stroboscope {
  0% {
    mix-blend-mode: normal;
  }
  100% {
    mix-blend-mode: difference;
    transform: scale(0.99);
  }
}

div.article.row {
	margin-bottom: 60px;
}

div.article.row div.col-3-2 div.text {	
	width: calc( 100% - 30px );
	padding-right: 30px;
}

div.article.row p.article.title {
	margin-bottom: 25px;
	line-height: 1.2;
}

div.article.row p.article.title a:hover {
	border-bottom: 1px solid #000;
}

div.article.row div.text div.description p {
	max-width: 800px;
}

div.section.article.infos {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

main.blog div.article ul.tags li {
	border-color: #000;
}

/* Agenda et Ateliers  */

div.section.evenements.row {
	flex-wrap: nowrap;
}

div.section.past-events.evenements.row {
	flex-wrap: wrap;
}

div.upcoming-events.col-2 {
	padding-right: 30px;
	width: calc( 50% - 30px );
}

div.list.upcoming-events, div.list.upcoming-ateliers, div.list.past-events {
	margin-top: 60px;
}

div.list.past-events div.single.event {
	display: flex;
	flex-wrap: nowrap;
	width: calc( 50% - 15px );
}

div.list.past-events div.single.event:nth-child(odd) {
	padding-right: 15px;
}
div.list.past-events div.single.event:nth-child(even) {
	padding-left: 15px;
}

div.single.event {
	margin-bottom: 60px;
}

div.single.event div.text {
	margin-left: 30px;
}

div.event.row div.text div.description p {
	max-width: 800px;
}

div.single.event p.title, div.single.event p.date {
	margin-bottom: 10px;
}

p.no-event {
	margin-top: 60px;
}

/* Informations */

div.section.informations {
	z-index: 10;
}

div.section.informations::-webkit-scrollbar {
	display: none;
}

div.section.informations.title {
	margin-bottom: 60px;
}

div.section.informations article.residents.list {
	-webkit-columns: 4 360px;
     -moz-columns: 4 360px;
          columns: 4 360px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

div.section.informations.la-station.row.center {
	min-height: 47vh;
}

div.section.informations.la-station div.container, div.section.informations.la-station div.col-2 {
	display: flex;
	align-items: center;
}

div.section.informations.la-station div.container, div.section.informations.la-station div.container div.block.image {
	width: 100%;
}

/* Ateliers 
	 Comme blog mais en fond noir */

div.section.blog.ateliers div.filter li.active {
	background-color: #FFF !important;
	color: #000;
}

div.section.blog.ateliers div.filter li.active a, div.section.blog.ateliers div.filter li.active:hover a {
	color: #000 !important;
}

div.section.blog.ateliers div.filter li {
	border-color: #FFF !important;
}

div.section.blog.ateliers div.filter li:hover {
	background-color: #FFF;
}

div.section.blog.ateliers div.filter li.all:hover a {
	color: #000 !important;
}

div.section.blog.tags {
	display: flex;
	align-items: flex-end;
}

ul.tags li {
	/*text-transform: capitalize;*/
}

div.section.articles.ateliers div.single.article.row {
	background-color: transparent; !important;
	color: #FFF !important;
}

div.section.ateliers a:hover {
	border-color: #FFF !important;
}

/* Tags */

ul.tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

main.blog div.blog ul.tags li {
	border-color: #000;
}

ul.tags li {
	position: relative;
	display: flex;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFF;
	letter-spacing: 0.2px;
}

ul.tags li a {
	padding-left:  12px;
	padding-right: 12px;
	padding-top: 8.5px;
	padding-bottom: 8.5px;
}

ul.list ul.tags li a {
	padding-left:  9px;
	padding-right: 9px;
	padding-top: 6.5px;
	padding-bottom: 6.5px;
	font-size: 10px !important;
}

ul.tags li:hover {
}

ul.tags li:last-child {
	margin-right: 0;
}

ul.tags.added li:last-child {
	margin-right: 15px;
}

li.format a {
	border-radius: 0;
	padding-left: 8px;
	padding-right: 8px;
}

li.formation a {
	pointer-events: none;
	background-color: #FFF;
	color: #000;
}

li.theme, li.theme a, li.partner, li.partner a {
	border-radius: 35px;
	padding-left: 2px;
	padding-right: 2px;
}

li.genre {
	border-radius: 19px 0 19px 19px;
	padding-left: 2px;
	padding-right: 2px;
}

ul.tags.medium li.genre a.button.genre, ul.tags.added li.genre.tag-added {
	border-radius: 27px 0 27px 27px;
}

ul.tags.medium li.format a.button.format, ul.tags.medium li.theme a.button.theme, ul.tags.medium li.genre a.button.genre {
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #FFF;
}

ul.tags.medium li.format, ul.tags.medium li.theme, ul.tags.medium li.genre {
	border: 0;
}

ul.tags.medium li.format, ul.tags li.format.tag-added {
	margin-right: 20px;
}

ul.tags.medium li a.button {
	transition: transform 0.1s;
	cursor: pointer;
	transform: scale(1);
}

ul.tags.medium li a.button:hover {
	border-color: transparent;
	transform: scale(0.97);
}

ul.tags.medium li a.button.active {
	transform: scale(0.97);
	cursor: url('../pictos/cross-white-cursor.png'), auto;
}

div.section.emissions ul.podcast.tags li:nth-child(6):after {
  content: '...';
  position: absolute;
  display: flex;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 6.5px;
  justify-content: center;
  align-content: center;
  right: -40px;
  border-radius: 35px;
  border: 1px solid #FFF;
} 

div.section.emissions ul.podcast.tags li:nth-child(n+7) {
  display: none;
} 

/* Explorer */

div.section.explorer.title {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}

div.section.explorer.row, div.section.emissions.row {
	margin-left: 60px;
	width: calc( 100% - 60px );
	min-height: 50vh;
	align-content: flex-start;
}

div.section.explorer.title ul.tags {
	margin-left: 30px;
	margin-bottom: 0px;
}

div.section.explorer.title ul.tags li {
	margin-bottom: 5px;
}

div.section.explorer div#emissions-list {
	margin-top: 30px;
}

div.section.explorer div.button-explore {
	position: absolute;
	top: 10px;
	right: 0;
	width: 60px;
	height: 60px;
}

div.section.explorer div.button-explore a {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

div.section.explorer div.button-explore a.arrow {
	display: block;
	background-image: url('../pictos/arrow-right-white.svg');
	background-size: contain;
}


div.section.explorer div.button-explore a.arrow.active {
	display: block;
}

div.section.explorer div.button-explore a.cross {
	display: block;
	background-image: url('../pictos/cross-white.svg');
	background-size: 50%;
}

div.section.explorer.title div.explorer.title.list {
	display: flex;
	width: 100%;
	align-items: flex-start;
	flex-wrap: nowrap;
}

div.section.explorer.title div.explorer.title.list div.title.x-large {
	white-space: nowrap;
}

div.section.explorer.title div.explorer.title.list div.tags.lists {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-left: 30px;
	min-height: 87px;
	width: calc( 100% - 90px );
}

ul.tags li.tag-added {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #FFF;
}

div.section.explorer.title div.tags.lists ul.tags.added {
	align-items: flex-start;
	margin: 0;
	padding-top: 0;
}

div.section.explorer.title div.tags.lists ul.tags.added li.tag-added {
	margin-bottom: 10px;
	margin-top: 10px;
	white-space: nowrap;
}

div.block.button li a.explore-again-podcasts {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

div.block.button li a.explore-podcasts {
	display: flex;
	visibility: hidden;
	flex-wrap: nowrap;
}

div.block.button li a.explore-podcasts.active {
	visibility: visible;
}

div.block.button li a.explore-podcasts:after {
	content: '';
	height: 30px;
	width: 30px;
	margin-left: 15px;
	background-image: url('../pictos/arrow-right-black.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

div.block.button li a.explore-again-podcasts:before {
	content: '';
	height: 30px;
	width: 30px;
	margin-right: 15px;
	background-image: url('../pictos/arrow-left-black.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

div.block.button li:hover a.explore-podcasts:after {
	background-image: url('../pictos/arrow-right-blue.svg');
}


div.block.button li:hover a.explore-again-podcasts:before {
	background-image: url('../pictos/arrow-left-blue.svg');
}

div.explore.block {
	margin-top: 60px;
}

div.section.explorer p.no-result {
	margin-top: 30px;
}

div.section.explorer ul.tags.medium li.format, ul.tags.medium li.theme, ul.tags.medium li.genre {
	margin-bottom: 20px;
}

/* No Result Page, Newsletter */

p.no-result, p.newsletter-confirmation-message {
	min-height: 40vh;
}

p.newsletter-confirmation-message {
	display: flex;
	align-items: center;
}

div#emissions-list ul.list p.no-result {
	min-height: 11vh;
}

div.section.articles p.no-result {
	min-height: 24vh;
}

div.section.articles.row {
	min-height: calc( 100vh - 530px );
}

/* Page Émission */

#main.emission.cursor-blue, #main.emission.cursor-pink, #main.emission.cursor-white, #main.emission.cursor-green, #main.emission.cursor-orange {
	cursor: default !important;
}

#main.blog.cursor-blue, #main.blog.cursor-pink, #main.blog.cursor-white, #main.blog.cursor-green, #main.blog.cursor-orange {
	cursor: default !important;
}

div.section.emission.title.margin-bottom {
	margin-bottom: 20px;
}

div.section.emission.infos {
	position: relative;
}

div.section.emission.infos div.frequence p {
	text-align: left;
}

div.section.emission.infos div.horaire p {
	text-align: right;
}

div.section.emission.col-2.left ul.tags {
	margin-top: 20px;
}

div.section.emission div.image {
	margin-top: 30px;
	margin-bottom: 30px;
}

div.section.emission div.image img {
	width: 80%;
}

div.section.emission div.text p {
	margin-bottom: 30px;
}

div.section.emission ul.social {
	position: relative;
}

div.section.emission.col-2.left {
	padding-right: 30px;
	width: calc( 50% - 15px );
	z-index: 100;
	background-color: #000;
}

div.section.emission.col-2.right {
	width: calc( 50% - 15px );
}

/* Rechercher */

div.section.emissions.result.row {
	margin-left: 0;
	width: 100%;
}

div.label {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	z-index: 10000;
}

div.label span {
	background-color: #FFF;
	color: #000;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
/* Page */

/* Block */

/* Left image */

div.block.container {
	height: 100%;
}

div.block.image {
	line-height: 0;
}

div.block.image.center {
	display: flex;
	justify-content: center;
}

div.block.image img {
	width: 100%;
	height: auto;
}

div.block.image img.small {
	width: 50%;
	height: auto;
}

div.block.image img.medium {
	width: 80%;
	height: auto;
}

/* Text contents */

div.component:last-child {
	border-bottom: 0;
}

div.block.heading, div.block.text, div.block.readmore {
	width: 100%;
}

div.block.text {
	margin-bottom: 20px;
}

div.block.readmore {
	box-shadow: 0px 1px 0px 0px #000000;
}

div.block.readmore {
	position: relative;
}

div.block.heading p {
	padding-block-end: 15px;
	line-height: 1.2;
}

div.block.quote {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

div.block.text p, div.block.quote p {
	padding-block-start: 6px;
	padding-block-end: 6px;
	line-height: 1.4;
}

div.col-2 div.block.container div.block.image {
	margin-right: 60px;
}

div.col-2 div.component.block2x2 {
	margin-right: 30px;
}

div.block.text a {
	border-bottom: 1px solid #000;
}

div.block.quote p {
	font-style: italic;
}

div.col-3-2 div.block.quote p { 
	text-align: center;
}

div.blog div.block.text a {
	color: #0000FF;
	border-color: #0000FF;
}

div.blog div.block.text a:hover {
	border-color: #0000FF;
}

div.block.text a:hover {
	border-bottom: 0;
}

div.block2x2 div.block.code div {
	padding-block-start: 20px;
	padding-block-end: 20px;
	padding-inline-start: 20px;
	padding-inline-end: 20px;
}

img.block.image {
	width: 100%;
}

figure.block {
	margin-bottom: 30px;
	line-height: 0;
}

figcaption.block {
	margin-top: 8px;
	line-height: 1.4;
}

figure.block.video {
}

iframe {
	width: 100%;
	border: 0;
}

div.block2x2 figure.block.video iframe {
}

/* Block 1x1 */ 

div.block1x1 {
	display: flex;
	justify-content: center;
}

div.block1x1 div.block.text {
	display: flex;
	align-content: center;
	flex-flow: column wrap;
}

div.block1x1 div.block.text p {
}

div.block1x1 div.block.slideshow {
}

div.block1x1 figure.block.video {
	width: 100%;
}

div.block1x1 div.block.code {
	width: 100%;
}


div.block1x1 .block.slideshow, div.block1x1 figure.block.video, div.block1x1 figure.block.image, div.block1x1 .block.code {
	margin-top: 60px;
  margin-bottom: 60px;
}

div.block.logos img {
	max-width: 100px;
}

/* Readmore */

a.readmore-button {
	cursor: pointer;
}

a.readmore-button:active {
	border-bottom: 0;
	color: #000;
}


a.readmore-button:hover {
	border-bottom: 0;
	color: #FFF;
}

a.readmore-button div:active {
	background-color: #FFF;
}

a.readmore-button div:hover {
	background-color: #000;
}

div.readmore.picto {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
}

div.readmore.picto {
	height: 100%;
	width: 55px;
	border-left: 1px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	font-size: 30px;
	font-weight: 200;
}

div.block.readmore.text {
	display: none;
}

div.block.readmore.text.display {
	display: block;
}

div.block.button ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 30px;
}

div.block.button li {
	margin-right: 20px;
	margin-bottom: 20px;
	word-break: break-all;
	line-height: 1.2;
	display: flex;
}

div.block.button li a {
	background-color: #FFF;
	padding-top: 12.5px;
	padding-bottom: 12.5px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
}

div.blog div.block.button li {
	border: 1px solid #000;
}

div.block.button li a {
	color: #000;
}

@keyframes woggle {
  0% {
  	transform: scale(1);
  }
  75% {
  	transform: scale(1.03);
  }
}

div.blog div.block.button li a:hover {
	background-color: #FFF !important;
	color: #000;
}

div.block.button li a:hover {
	background-color: #000;
	color: #FFF;
}

div.block.button li.woggle:hover {
	animation-name: woggle;
	animation-duration: 0.2s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}

div.blog div.block.button li:hover {
	background-color: #FFF;
	color: inherit;
}

div.back-to-articles {
	width: 66.6%;
	padding-top: 60px;
	padding-bottom: 60px;
}

div.back-to-articles.black {
	border-top: 0;
}

div.block.back-to-articles.button li {
	margin: 0;
}

/* Block Full Image */

div.block.fullimage {
	padding: 8px;
	line-height: 0;
}

div.block.fullimage img {
	width: 100%;
	height: auto;
}

/* Slideshow */

div.slideshow {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
}

div.slide {
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

div.slide img {
	max-height: 800px;
}

div.slider-wrapper {
	width: 100%;
	height: 100%;
}

div.sp img {
	width: 100%;
	height: 100%;
}

div.sp {
	display:none;
	width: 100%;
	height: 100%;
}

div.sp.active{
	display: block;
	text-align: center;
}

div.half {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	cursor: pointer;
	z-index: 15;
}

div.half.left {
	left: 0;
	opacity: 0.3;
	transition: opacity 0.08s;
}

div.half.right {
	right: 0;
	opacity: 0.3;
	transition: opacity 0.08s;
}

div.half.left:hover, div.half.right:hover {
	opacity: 1;
}

div.slideshow div.previous {
	position: absolute;
	top: 50%;
	left: 0;
	transform-origin: center;
	transform: translateY(-50%);
	border: 8px solid #FFF;
	background-color: #FFF;
	background-image: url('../pictos/min-arrow-left-black.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}

div.slideshow div.next {
	position: absolute;
	top: 50%;
	right: 0;
	transform-origin: center;
	transform: translateY(-50%);
	border: 8px solid #FFF;
	background-color: #FFF;
	background-image: url('../pictos/min-arrow-right-black.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}

/* Feed */

div.filter {
	margin-top: 30px;
}

div.filter ul {
	display: flex;
	height: 100%;
	align-items: center;
	flex-wrap: wrap;
}

div.filter li {
	color: #000;
	border: 1px solid #000;
	margin-right: 15px;
	display: flex;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.filter li.partner {
	margin-right: 10px;
}

div.filter li:hover {
	/*border-radius: 0;*/
}

div.filter li.all {
}

div.filter li.active {
	padding-top: 2px;
	padding-bottom: 2px;
	/*border-radius: 0;*/
	background-color: #000;
	color: #FFF;
	/*border: 0;*/
	cursor: default;
}

div.filter li.active:hover {
	border-color: #000 !important;
	color: #FFF;
}

div.filter li.active a {
	color: #FFF;
}

div.filter li.active:hover a {
	color: #FFF !important;
	cursor: default;
}

div.section.blog.tags {
	position: relative;
	width: 100%;
}

div.theme-picker {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 45px;
}

div.theme-picker div.container {
	position: relative;
	width: 100%;
	height: 100%;
}

div.theme-picker p {
}

div.theme-picker select {
	position: absolute;
	top: 0;
	left: 0;
	height: 2rem;
  opacity: 0;
  width: 200px;
  cursor: pointer;
  z-index: 1;
}

div.theme-picker p.filter-by {
	white-space: nowrap;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	z-index: 0;
}

div.theme-picker select, div.theme-picker p.filter-by {

}

p#no-article-theme {
	display: flex;
	position: absolute;
	z-index: 5;
}

p#no-article {
	width: 100%;
	display: flex;
	position: absolute;
	background-color: #FFF;
	z-index: 10;
}

div.theme-picker p.filter-by span#label-filter-by-theme {
	border-bottom: 1px solid #000;
	margin-right: 5px;
}

div.theme-picker span#theme-selected {
	/*text-transform: capitalize;*/
}

li.partner a {
	white-space: nowrap;
}

/* Empty feed */

div.empty p {
	margin-block-start: 20px;
	margin-block-end: 20px;
	margin-inline-start: 15px;
	margin-inline-end: 15px;
}

/* Pagination */

div.pagination ul {
	display: flex; 
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 80px;
}

div.pagination li {
	padding: 20px;
	line-height: 1;
}

div.pagination a.active {
	pointer-events: none;
	opacity: 0.5;
}

div.pagination li.previous, div.pagination li.next {
	width: 20px;
	height: 18px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
div.pagination li.next {
	background-image: url('../pictos/arrow-right-black.svg');
}

div.pagination li.previous {
	background-image: url('../pictos/arrow-left-black.svg');
}

/* Newsletter */

div.subscribe {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000
}

div.subscribe div.message {
}

div.subscribe p {
	line-height: 1.2;
}

div.subscribe input {
	background-color: #000;
	color: #FFF;
	border-color: #FFF !important;
}

div.subscribe input::placeholder {
	color: #FFF;
	font-size: 40px;
}


input#subscribe-button {
	position: absolute;
	align-items: flex-start;
	top: 0;
	right: 20px;
	height: 100%;
	width: 40px;
	transform-origin: center;
	background-color: transparent;
	background-image: url('../pictos/arrow-right-white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
}

div.newsletter.card {
	min-height: 48vh;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

div.newsletter.subscription {
	width: 100%;
}

form#subscribe-newsletter {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
	border: 2px solid #FFF;
	padding: 10px;
	padding-left: 15px;
}

input#newsletter-email {
}

#subscribe-confirmed {
	padding-bottom: 11px; 
	border-bottom: 1px solid transparent;
	display: none;
	line-height: 1.2;
}

#subscribe-error {
	visibility: hidden;
	margin-bottom: 10px;
}

/* Mixcloud */

#mixcloud-widget {
	position: absolute;
	right: 0;
	z-index: 1000;
}

/* Responsive */

/* Extra Small Devices, Phones */ 

@media (min-width: 0) and (max-width: 830px) {

	html, body {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: none;
		overflow-x: hidden;
		max-width: 100vw;
	}


	#live-infos {
		font-size: 14px;
		line-height: 1;
		left: 45px;
	}
	/* Main XS */

	.main {
		top: 90px;
		width: calc( 100% - 30px);
		padding-top: 10px;
		padding-left: 15px;
		padding-right: 15px;
		max-width: 100vw;
	}

	div#texture-filter {
		background-size: 1400px auto;
	}

	/* Fonts size XS */

	.x-small {
		font-size: 10px;
	}

	.small {
		font-size: 12px;
	}

	.medium-small {
		font-size: 14px;
	}

	.medium {
		font-size: 16px;
		line-height: 1.6;
	}

	.medium-large {
		font-size: 18px;
		line-height: 1.6;
	}

	.large-medium {
		font-size: 20px;
		line-height: 1.6;
	}

	.large {
		font-size: 25px;
		line-height: 1.1;
	}

	.x-large {
		font-size: 35px;
	}

	/* Header XS */

	header {
		display: flex;
		width: 100%;
		height: 90px;
		justify-content: flex-start;
	}

	nav {
		display: flex;
	}

	header ul.social {
		display: none;
	}

	/* Player XS */

	div.player {
		height: 40px;
	}

	div#bar-stream {
		top: 100px;
		height: 40px;
	}

	div.player li a div.button, div.player div.chatroom-picto {
		height: 40px;
		width: 40px;
	}

	ul.menu li {
		padding-left: 20px;
		padding-right: 20px;
	}

	ul.menu li a {
		display: flex;
		align-content: center;
		padding-bottom: 0;
	}

	#search-bar {
		display: none;
		top: 40px;
		height: 50px;
	}

	#search-bar.active {
		display: flex;
		width: 100%;
		align-items: center;
	}

	header ul.social {
		height: 80px;
	}

	div.play {
	}

	div.player ul.play {
		padding-right: 0;
	}

	div.player div.chatroom {
		padding-left: 0;
	}

	div.player ul.play span.text.direct {
		display: none;
	}

	div.player div.chatroom div.text {
		display: none;
	}

	.play, .play li, .play a {
		width: 40px;
	}

	div.player span.direct {
		display: none;
	}

	div.player li.pause a div.button span.picto {
		background-image: url(../pictos/pause-white.svg);
		height: 30px;
    width: 30px;
	}

	li.play a div.button span.picto.clicked {
		background-image: url(../pictos/play-white.svg);
	}

	/* Replay XS */

	div#bar-replay, div#bar-stream  {
		top: 50px;
	}

	div#color-filter {
		left: 120px;
		width: calc( 100% - 120px );
	}

	#button-on-replay {
		position: absolute;
		left: 0;
		width: 120px;
		height: 60px;
		background-color: #FFF;
	}

	li.replay a div.button span.picto {
		background-image: url(../pictos/cross-orange.svg);
		background-size: 15px 15px;
	}

	div.play:hover li.replay a div.button span.picto {
		background-size: 15px 15px;
		width: 50px;
		height: 50px;
	}

	.play a span.text {
		font-size: 14px;
		color: #FF7C56;
	}

	#mixcloud-widget {
		width: calc( 100% - 120px );
		top: 0;
		left: 120px;
	}

	/* Logo XS */

	#logo {
		display: flex;
		align-items: center;
		height: 50px;
		width: 75px;
		margin-left: 10px;
	}

	a.logo {
		height: 30px;
		width: 75px;
	}

	/* Menu XS */

	ul.menu {
		position: absolute;
		top: 50px;
		left: 0;
		margin: 0;
		width: 100%;
		align-items: stretch;
		justify-content: center;
		flex-flow: row wrap;
		display: none;
	}

	ul.menu.show {
		display: flex;
	}

	header.blog ul.menu.show li {
		background-color: #FFF;
		color: #000;
		border-color: #000;
	}

	header.blog ul.menu.show {
		border-bottom: 1px solid #000;
	}

	ul.menu.show {
		border-bottom: 1px solid #FFF;
	}

	ul.menu.show li {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: row wrap;
		padding-top: 25px;
		padding-bottom: 22px;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		background-color: #000;
		text-align: center;
		font-size: 20px;
	}

	ul.menu.show li a:hover {
		border-bottom: 0;
	}

	ul.menu.show li a {
		cursor: pointer;
		padding-bottom: 4px;
	}

	#close-search {
		width: 15px;
		height: 15px;
	}

	header.blog div.button-menu-mobile {
		background-color: #FFF;
	}

	div.button-menu-mobile {
		position: absolute;
    display: flex;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: #000;
    cursor: pointer;
	}

	header.blog div.button-menu-mobile div.picto-menu {
		background-image: url('../pictos/menu-black.svg');
	}

	div.button-menu-mobile div.picto-menu {
		width: 15px;
		height: 15px;
		background-image: url('../pictos/menu-white.svg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	div.button-close-menu-mobile {
		position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: #000;
    cursor: pointer;
		display: none;
	}

	div.button-close-menu-mobile div.close {
		height: 20%;
		width: 20%;
		background-image: url('../pictos/cross-white.svg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	header.blog div.button-close-menu-mobile {
		background-color: #FFF;
	}

	header.blog div.button-close-menu-mobile div.close {
		background-image: url('../pictos/cross-black.svg');
	}

	div.button-close-menu-mobile.show-menu {
		display: flex;
	}

	div.button-menu-mobile.show-menu {
		background-color: #000;
		border-color: #FFF;
	}

	li.button-search-mobile {

	}

	div.mobile-search {
		position: fixed;
		top: 80px;
		left: 0;
		height: calc( 100% - 80px);
		width: 100%;
		display: none;
		justify-content: center;
		align-items: center;
		background-color: rgb(0, 0, 0, 0.95);
		z-index: 500;
	}

	div.mobile-search.show-search {
		display: flex;
	}

	div.mobile-search form {
		width: 100%;
		padding: 10%;
	}

	div.mobile-search input#mobile-search {
		width: 100%;
		background-color: transparent;
		color: #FFF;
		
		text-align: center;
		border-bottom: 1px solid #FFF;
		border-radius: 0;
	}

	div.mobile-search input#mobile-search::placeholder {
		color: #FFF;
	}

	div.button-close-search-mobile {
		position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 81px;
    justify-content: center;
    align-items: center;
    background: #000;
    cursor: pointer;
		display: none;
		z-index: 600;
	}

	div.button-close-search-mobile div.close {
		height: 20%;
		width: 20%;
		background-image: url('../pictos/cross-white.svg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	div.button-close-search-mobile.show-search {
		display: flex;
	}

	/* Responsive XS */

	.col-3-2 {
		width: 100%%;
	}

	.col-2 {
		width: 100%;
	}

	.col-3 {
		width: 100%;
	}

	.col-4 {
		width: 50%;
	}

	.col-6 {
		width: 16.68%;
	}

	.col-12 {
		width: 8.33%;
	}

	.col-1 {
		width: 100%;
		flex-wrap: wrap;
	}

	.row.margin-bottom {
		margin-bottom: 30px;
	}

	.row.nowrap {
		flex-wrap: wrap;
	}

	/* Home : Sélection de podcasts XS */

	div.section.selection div.podcast.row {
		flex-wrap: wrap;
	}

	div.podcast.row div.text div.description p {
		max-width: 100%;
	}

	div.section.programme.title, div.section.actu.title {
		min-height: auto;
	}

	div.programme.table div.emissions {
		min-height: auto;
	}

	div.section.actu div.section.text {
		min-height: auto;
	}

	div.section.programme div.title p, div.section.programme div.table p {
		margin-bottom: 0;
	}

	div.podcast.row a.poster.col-3 {
		width: 100%;
		margin-right: 0;
		padding-bottom: 100%;
	}

	div.podcast.row div.text div.block.button.decouvrir {
		position: relative;
		margin-top: 40px;
		margin-bottom: 30px;
	}

	li.card div.card a.poster div.mask, div.podcast.row a.poster div.mask, div.podcast.single div.picture div.mask {
		opacity: 1;
	}

	/* Programme XS */

	#programme-open {
		width: calc( 100vw - 90px);
		margin-top: -10px;
		z-index: 10000;
	}

	#programme, #programme-open {
		top: 100px;
	}

	div.section.programme div.close.programme {
		top: 20px;
		right: 20px;
	}

	body.show-programme-tab div#programme {
		display: flex;
		margin-top: 0;
		top: 90px;
	}

	#programme-open {
		position: fixed;
		width: 100%;
		padding: 0;
		left: 0;
		height: 100%;
		display: none;
		justify-content: center;
		flex-wrap: wrap;
	}

	div.section.programme div.headline {
		max-width: 100%;
	}

	div.section.programme.title p, div.section.actu.title p {
		max-width: 100%;
	}

	div.section.programme.container {
		margin-left: 20px;
		width: calc( 100% - 40px );
	}

	div.programme.table div.days ul li {
		height: 30px;
	}

	div#programme {
		width: 100%;
		height: 50px;
		margin-top: -10px;
		align-items: center;
	}

	div.section.programme div.close.programme {
		height: 15px;
		width: 15px;
		margin-right: 5px;
	}

	div#programme-button-tab {
		transform: rotate(0deg) translateX(0);
	}

	div.section.programme div.title, div.section.programme div.table {
		margin-right: 0;
	}

	div.section.programme.col-2 div.table {
		width: 100%;
	}

  div#programme-open div.section.programme div.title {
  	width: 100%;
  	margin-top: 10px;
  	margin-left: 0px;
  	margin-right: 0px;
  }

  div#programme-open div.section.programme div.table {
  	width: 100%;
  }

	div.programme.table div.emissions ul.emission li.hour {
		width: 60px;
	}

	div.section.programme div.illustration, div.section.actu div.illustration, div.blog.latest div.illustration {
		display: none;
	}

	div.section.programme {
		margin-bottom: 30px;
	}

	div.section.actu div.block.button {
		margin-top: 70px;
	}

	div.section.actu div.block.button ul {
		justify-content: center;
	}

	#programme-open div.programme.table div.emissions {
		min-height: auto;
	}

	div.section.title p {
		margin-bottom: 15px;
	}

	div.section.text {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	/* No Tab XS  */

	div.section.explorer.row, div.section.emissions.row {
		margin-left: 0;
		width: 100%;
		margin-top: 0px;
		min-height: auto;
	}

	div.section.explorer.title div.explorer.title.list div.tags.lists {
		min-height: auto;
		margin-bottom: 20px;
	}

	main.explorer, main.emissions {
		top: 140px;
	}

	div.section.explorer.title {
		margin-top: 0px;
		border-bottom: 1px solid #FFF;
	}

	/* Émissions XS */

	#emissions-list ul.list li.card {
		width: calc( 50% - 20px );
	}

	/* Émission XS */

	div.section.emission.col-2.left {
		width: 100%;
		padding-right: 0;
	}

	div.section.emission.col-2.right {
		width: 100%;
		padding-left: 0;
	}

	div.section.emission ul.social {
		margin-bottom: 30px;
	}

	div.section.emission.infos div.horaire p {
		text-align: left;
	}

	div.section.emission.col-2.left ul.tags {
		margin-top: 30px;
	}

	#emissions-list input {
		border-bottom: 1px solid #FFF;
		padding-bottom: 2px;
	}

	div.podcast.single {
		position: relative;
		flex-wrap: wrap;
		justify-content: center;
		max-height: fit-content;
		padding-bottom: 80px;
		margin-bottom: 60px;
		margin-top: 20px;
		border-bottom: 0;
	}

	div.podcast.single:hover {
		background-color: #000 !important;
	}

	div.podcast.single div.picture {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		border-right: 0;
	}

	div.podcast.single div.text {
		width: 100%;
	}

	div.podcast.single:after {
		position: absolute;
		bottom: 0;
		content: 'Ré-écouter';
		background-color: #FFF;
		color: #000;
		display: flex;
		padding-top: 12.5px;
    padding-bottom: 12.5px;
    padding-left: 20px;
    padding-right: 20px;
	}

	div.section.saison div.open-list {
		width: 50px;
	}

	div.section.block {
	}

	div.section.block:last-child {
		border-bottom: 0;
	}

	div#right-mask {
		display: none;
	}

	/* Ateliers XS */

	div.section.title a.button.download {
	}

	/* Blog XS */

	div.col-2 div.block.container div.block.image {
		margin-right: 0;
		margin-bottom: 50px;
		width: 80%;
	}

	div.block.container {
		display: flex;
		justify-content: center;
	}

	div.article.row {
		margin-bottom: 20px;
	}

	div.single.article.row {
		margin-bottom: 40px;
	}

	div.single.article.row:last-child {
		margin-bottom: 10px;
	}

	div.article.block div.col-2 {
		justify-content: center;
	}

	div.article.block div.col-2 div.component, div.article.block div.col-3-2, div.back-to-articles {
		width: 100%;
	}

	div.article.block div.col-2 div.text, div.article.row div.col-3-2 div.text {
		width: 100%;
		padding-right: 0;
	}

	div.block.text {
		margin-bottom: 10px;
	}

	div.block.quote {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	div.block.quote p {
		font-size: 25px;
		width: 90%;
		text-align: center;
	}

	div.block.text {
		justify-content: center;
    display: flex;
    flex-wrap: wrap;
	}

	div.block1x1 .block.slideshow, div.block1x1 figure.block.video, div.block1x1 figure.block.image, div.block1x1 .block.code {
		margin-top: 20px;
	  margin-bottom: 20px;
	}

	div.back-to-articles {
		margin: 0;
	}

	div.theme-picker select {
		width: 100% !important;
	}

	div.theme-picker p.filter-by span#label-filter-by-theme {
		border-bottom: 0;
	}

	div.theme-picker {
		position: relative;
		margin-top: 10px;
	}

	div.theme-picker p.filter-by {
		border-bottom: 1px solid #000;
	}

	div.single.article div.image {
		order: 0;
		margin-bottom: 20px;
	}

	div.article.row p.article.title {
		margin-bottom: 20px;
	}

	div.single.article div.infos {
		order: 1;
	}

	p#label-filter-by {
	}

	div.section.articles.row {
		margin-bottom: 40px;
	}

	/* Agenda XS */

	div.section.agenda.title {
		margin-bottom: 30px;
	}

	div.section.evenements.row, div.list.past-events {
		flex-wrap: wrap;
	}

	div.single.event div.text {
		margin-left: 0;
	}

	div.single.event div.image {
		margin-bottom: 0;
	}

	div.section.evenements div.col-3.image {
		width: 100%;
	}

	div.section.evenements div.single.event div.text {
		margin-left: 0;
		margin-top: 20px;
	}

	div.list.past-events div.single.event {
		flex-wrap: wrap;
	}

	div.list.past-events div.single.event:nth-child(odd), div.list.past-events div.single.event:nth-child(even) {
		padding: 0;
		width: 100%;
	}

	div.upcoming-events.col-2 {
		padding-right: 0;
		width: 100%;
	}

	div.list.upcoming-events, div.list.upcoming-ateliers, div.list.past-events {
		margin-top: 0;
	}

	div.event div.block.button ul {
		margin-bottom: 0;
	}

	div.event div.block.button ul li {
		margin: 0;
	}

	/* Informations XS */

	div.section.informations article.residents.list {
		-webkit-columns: 4 200px;
	     -moz-columns: 4 200px;
	          columns: 4 200px;
	  -webkit-column-gap: 30px;
	     -moz-column-gap: 30px;
	          column-gap: 30px;
	}

	div.section.informations.title {
		margin-bottom: 30px;
	}

	/* Tags XS */

	ul.tags li a {
		white-space: nowrap;
	}

	ul.tags.medium li.format a.button.format, ul.tags.medium li.theme a.button.theme, ul.tags.medium li.genre a.button.genre {
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	ul.tags li {
		margin-right: 12px;
		margin-bottom: 12px;
	}

	ul.tags li.tag-added {
		padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
	}

	div.section.explorer.title div.explorer.title.list div.tags.lists {
		margin-left: 0;
		margin-top: 10px;
	}

	/* Explorer XS */

	div.section.explorer.title div.explorer.title.list div.title.x-large {
		width: 100%;
	}

	div.section.explorer.title div.explorer.title.list {
		flex-wrap: wrap;
	}

	div.section.explorer div.button-explore {
		width: 30px;
		height: 30px;
	}

	div.explore.block {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	div.explore.block ul li {
		margin-bottom: 0;
		margin-right: 0;
	}

	#emissions-list ul.list {
		column-gap: 0;
	}

	#emissions-list ul.list li.card:nth-child(odd) {
		margin-right: 15px;
	}

	#emissions-list ul.list li.card:nth-child(even) {
		margin-left: 15px;
	}

	/* Adjust margins and paddings XS */

	div.filter li a {
		padding-top: 8px;
		padding-bottom: 7px;
		padding-left: 2px;
		padding-right: 2px;
	}

	/* Buttons XS */

	div.block.button li a.explore-again-podcasts:before, div.block.button li a.explore-podcasts:after {
		height: 15px;
		width: 15px;
	}

	div.block.button ul {
		justify-content: center;
	}

	/* Block XS */

	div.block1x1 div.block.text p, div.block2x2 div.block.text p {
		width: 100%; 
		padding-block-start: 5px;
    padding-block-end: 5px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    line-height: 1.6;
	}

	div.block1x1 div.block.quote p, div.block2x12 div.block.quote p {
		width: 100%;
	}

	div.block2x2 figure.block.video iframe {
		height: 420px; 
	}

	div.block.readmore p {
		width: calc( 100% - 95px );
	}

	div.col-2 div.component.block2x2 {
		margin-right: 0;
	}

	div.col-2 div.block.container div.block.image {
		margin-right: 0;
		margin-bottom: 60px;
	}

	div.section.informations.la-station div.col-2 div.block.container div.block.image {
		margin-bottom: 0;
	}

	div.block1x1 figure.block.video iframe, div.block2x2 figure.block.video iframe {
		height: 300px; 
	}

	/* Newsletter XS */

	/* Footer XS */

	footer {
		position: relative;
		margin: 0;
		width: 100%;
		background-color: transparent !important;
		z-index: 999;
		height: 230px;
	}

	footer div.row {
		flex-wrap: wrap;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	footer .logo {
		width: 50%;
	}

	footer div.copyright {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 30px;
		padding-right: 30px;
		border-bottom: 1px solid #FFF;
	}

	footer div.links {
		position: relative;
		width: 100%;
		margin-left: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 30px;
		padding-right: 30px;
		display: flex;
		justify-content: center;
		border-bottom: 1px solid #FFF;
	}

	footer div.links ul {
		width: 100%;
		flex-wrap: wrap;
		line-height: 1.5;
	}

	footer div.links ul li {
		width: 100%;
	}

	footer div.row ul.social {
		position: relative;
		width: 100%;
		margin-right: 0;
		justify-content: space-evenly;
	}

	/* Filter Mobile XS */

	div.filter {
		position: relative;
		height: auto;
	}

	div.filter ul {
		margin-left: 0;
	}

	div.filter ul::-webkit-scrollbar {
		display: none;
	}

	div.filter ul a:first-child {
		margin-left: 10px;
	}

	div.filter ul a:last-child {
		margin-right: 10px;
	}

	div.filter.scrollable {
		position: absolute;
		top: 0;
		right: 0px;
		width: 25px;
		height: 100%;
		background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #F2F2F2); /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
		background-image:    -moz-linear-gradient(right, rgba(255, 255, 255, 0), #F2F2F2); /* For Firefox (3.6 to 15) */
		background-image:      -o-linear-gradient(right, rgba(255, 255, 255, 0), #F2F2F2); /* For old Opera (11.1 to 12.0) */ 
		background-image:         linear-gradient(to right, rgba(255, 255, 255, 0), #F2F2F2); /* Standard syntax; must be last */
		opacity: 0.9;
	}

	/* Artboard XS Hidden */

	div#artboard {
		display: none;
	}

	/* Mobile Hide XS */

	.mobile-hide {
		display: none;
	}
}

/* Small Devices, Tablets */

@media (min-width: 830px) and (max-width: 991px) {

	/* Main S */

	main {
		min-height: calc( 100vh - 230px);
	}

	.main {
		top: 130px;
		width: calc( 100% - 40px);
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 80px;
	}

	div#texture-filter {
		background-size: 1400px auto;
	}

	/* Fonts size S */

	.x-small {
		font-size: 12px;
	}

	.small {
		font-size: 13px;
	}

	.medium-small {
		font-size: 14px;
	}

	.medium {
		font-size: 16px;
		line-height: 1.6;
	}

	.medium-large {
		font-size: 18px;
		line-height: 1.6;
	}

	.large-medium {
		font-size: 20px;
		line-height: 1.6;
	}

	.large {
		font-size: 25px;
		line-height: 1.1;
	}

	.x-large {
		font-size: 40px;
	}

	/* Header S */

	header {
		display: flex;
		width: 100%;
		height: 130px;
		justify-content: flex-start;
	}

	nav {
		display: flex;
	}

	header ul.social {
		display: none;
	}

	div.player {
		height: 50px;
	}

	div.player li a div.button, div.player div.chatroom-picto {
		height: 50px;
		width: 50px;
	}

	ul.menu li {
		padding-left: 20px;
		padding-right: 20px;
	}

	ul.menu li a {
		display: flex;
		align-content: center;
		padding-bottom: 0;
	}

	.menu {
		margin-left: 0;
	}

	ul.menu {
		display: flex;
		width: 100%;
		height: 80px;
		align-items: center;
		justify-content: flex-start;
	}

	#search-bar.active {
		display: flex;
		width: 100%;
		align-items: center;
	}

	header ul.social {
		height: 80px;
	}

	#search-bar {
		height: 50px;
	}

	#live-infos {
		font-size:16px;
	}
	/* Logo S */

	#logo {
		display: flex;
		height: 80px;
		margin-left: 20px;
		margin-right: 20px;
	}

	#logo img {
		height: 60px;
	}

	a.logo {
		width: 120px;
	}


	ul.menu {
		display: flex;
		width: 100%;
		height: 80px;
		align-items: center;
		justify-content: flex-start;
	}

	#search-bar.active {
		display: flex;
		width: 100%;
		align-items: center;
	}

	header ul.social {
		height: 80px;
	}

	/* Replay S */

	div#bar-replay, div#bar-stream  {
		top: 80px;
		height: 50px;
	}

	div#color-filter {
		left: 150px;
		height: 50px;
	}

	#mixcloud-widget {
		width: calc( 100% - 150px );
		height: 55px;
		top: -5px;
	}

	/* Responsive S */

	.col-3-2 {
		width: 66.6%;
	}

	.col-2 {
		width: 100%;
	}

	.col-3 {
		width: 33.3%;
	}

	.col-4 {
		width: 25%;
	}

	.col-6 {
		width: 16.68%;
	}

	.col-12 {
		width: 8.33%;
	}

	.col-1 {
		width: 100%;
		flex-wrap: wrap;
	}

	.row.margin-bottom {
		margin-bottom: 30px;
	}

	.row.nowrap {
		flex-wrap: wrap;
	}

	/* Home : Sélection de podcasts S */

	div.podcast.row div.text div.description p {
		max-width: 90%;
	}

	div.section.programme.title, div.section.actu.title {
		min-height: auto;
	}

	div.programme.table div.emissions {
		min-height: auto;
	}

	div.section.actu div.section.text {
		min-height: auto;
	}

	div.podcast.row div.text div.block.button.decouvrir {
		position: relative;
	}

	/* Derniers articles S */

	div.blog.latest.row div.illustration {
		margin-top: 60px;
	}

	/* Programme S */

	#programme-open {
		width: calc( 100vw - 90px);
		border-left: 1px solid #000;
	}

	#programme, #programme-open {
		top: 130px;
	}

	#programme-open div.section.programme div.title {
		margin-top: 20px;
	}

	div.section.programme div.headline {
		max-width: 80%;
	}

	div.section.programme.title p, div.section.actu.title p {
		max-width: 100%;
	}

	div.programme.table div.days ul li {
		height: 35px;
	}

	div.section.programme div.title, div.section.programme div.table {
		margin-right: 30px;
	}

	div.programme.table div.emissions ul.emission li.hour {
		width: 25%;
	}

	div.section.programme div.illustration {
		display: none;
	}

	div.section.title p {
		margin-bottom: 15px;
	}

	div.section.programme {
		margin-bottom: 30px;
	}

	div.section.actu div.block.button {
		margin-top: 70px;
	}

	div.section.actu div.block.button ul {
		justify-content: center;
	}

	/* Émissions S */

	#emissions-list ul.list li.card {
		width: calc( 33.33% - 20px );
	}

	/* Émission S */

	div.section.emission.col-2.left {
		width: 100%;
	}

	div.section.emission.col-2.right {
		width: 100%;
	}

	/* Blog S */

	div.col-2 div.block.container div.block.image {
		margin-right: 0;
		margin-bottom: 80px;
		width: 80%;
	}

	div.block.container {
		display: flex;
		justify-content: center;
	}

	div.article.block div.col-2 {
		justify-content: center;
	}

	div.article.block div.col-2 div.component, div.article.block div.col-3-2, div.back-to-articles {
		width: 100%;
	}

	div.article.block div.col-2 div.text, div.article.row div.col-3-2 div.text {
		width: calc( 100% - 30px );
	}

	div.article.row {
		margin-bottom: 40px;
	}

	div.block1x1 .block.slideshow, div.block1x1 figure.block.video, div.block1x1 figure.block.image, div.block1x1 .block.code {
		margin-top: 40px;
	  margin-bottom: 40px;
	}

	div.block.quote p {
		font-size: 25px;
		text-align: center;
	}

	div.block.quote {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	div.block.quote p {
		width: 80%;
	}

	div.block.text {
		justify-content: center;
    display: flex;
    flex-wrap: wrap;
	}

	div.section.articles {
		padding-bottom: 40px;
	}

	/* Agenda S */

	div.section.evenements div.col-3.image {
		width: 100%;
	}

	div.section.evenements div.single.event div.text {
		margin-left: 0;
		margin-top: 20px;
	}

	div.list.past-events div.single.event {
		flex-wrap: wrap;
	}

	div.upcoming-events.col-2 {
		width: 100%;
	}

	/* Informations S */

	div.section.informations article.residents.list {
		-webkit-columns: 4 200px;
	     -moz-columns: 4 200px;
	          columns: 4 200px;
	  -webkit-column-gap: 30px;
	     -moz-column-gap: 30px;
	          column-gap: 30px;
	}

	/* Tags S */

	ul.tags.medium li.format a.button.format, ul.tags.medium li.theme a.button.theme, ul.tags.medium li.genre a.button.genre {
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	ul.tags li a {
	}

	ul.tags li {
		margin-right: 12px;
		margin-bottom: 12px;
	}

	ul.tags li.tag-added {
		padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
	}

	div.section.explorer.title div.explorer.title.list div.tags.lists {
		margin-left: 0;
		margin-top: 10px;
	}

	/* Explorer S */

	div.section.explorer.title div.explorer.title.list div.title.x-large {
		width: 100%;
	}

	div.section.explorer.title div.explorer.title.list {
		flex-wrap: wrap;
	}

	div.section.explorer div.button-explore {
		width: 30px;
		height: 30px;
	}

	div.explore.block {
		margin-bottom: 60px;
	}

	div.explore.block ul li {
		margin-bottom: 0;
		margin-right: 0;
	}

	/* Adjust margins and paddings S */

	div.filter li a {
		padding-top: 8px;
		padding-bottom: 7px;
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Buttons S */

	div.block.button li a.explore-again-podcasts:before, div.block.button li a.explore-podcasts:after {
		height: 18px;
		width: 18px;
	}

	/* Block S */

	div.block1x1 div.block.text p, div.block2x2 div.block.text p {
		width: 80%; 
		padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    line-height: 1.6;
	}

	div.block1x1 div.block.quote p, div.block2x12 div.block.quote p {
		width: 70%;
	}

	div.block2x2 figure.block.video iframe {
		height: 420px; 
	}

	div.block.readmore p {
		width: calc( 100% - 95px );
	}

	div.block1x1 figure.block.video iframe, div.block2x2 figure.block.video iframe {
		height: 500px; 
	}

	/* Newsletter S */

	/* Footer S */

	footer {
		bottom: 0;
		margin-left: -20px;
		width: calc( 100% + 20px);
	}

	footer div.copyright {
		margin-left: 30px;
	}

	footer div.links {
		position: relative;
		margin-left: 20px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	footer div.row ul.social {
		margin-right: 30px;
	}

	/* Mobile Hide S */

	div.button-menu-mobile, div.button-close-menu-mobile, li.button-search-mobile, li.button-radio-mobile,
	li.submenu-mobile, div.mobile-search, div.filter.scrollable {
		display: none;
	}
}

/* Medium Devices, Desktops */

@media (min-width: 992px) and (max-width: 1199px) {

	/* Main M */

	main {
		min-height: calc( 100vh - 150px);
	}

	.main {
		top: 130px;
		width: calc( 100% - 60px);
		padding-top: 20px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 80px;
	}

	div#texture-filter {
		background-size: 1400px auto;
	}

	/* Fonts size M */

	.x-small {
		font-size: 12px;
	}

	.small {
		font-size: 13px;
	}

	.medium-small {
		font-size: 16px;
	}

	.medium {
		font-size: 18px;
		line-height: 1.6;
	}

	.medium-large {
		font-size: 20px;
		line-height: 1.6;
	}

	.large-medium {
		font-size: 25px;
		line-height: 1.6;
	}

	.large {
		font-size: 30px;
		line-height: 1.1;
	}

	.x-large {
		font-size: 40px;
	}

	/* Header M */

	header {
		display: flex;
		width: 100%;
		height: 130px;
		justify-content: flex-start;
	}

	nav {
		display: flex;
	}

	header ul.social {
		height: 80px;
	}

	div.player {
		height: 50px;
	}

	div.player li a div.button, div.player div.chatroom-picto {
		height: 50px;
		width: 50px;
	}

	ul.menu li {
		padding-left: 20px;
		padding-right: 20px;
	}

	ul.menu li a {
		padding-bottom: 0;
	}

	.menu {
		margin-left: 0;
	}

	#search-bar {
		height: 50px;
	}

	/* Logo M */

	#logo {
		display: flex;
		height: 80px;
		margin-left: 20px;
		margin-right: 20px;
	}

	#logo img {
		height: 60px;
	}

	a.logo {
		width: 120px;
	}


	ul.menu {
		display: flex;
		width: 100%;
		height: 80px;
		align-items: center;
		justify-content: flex-start;
	}

	#search-bar.active {
		display: flex;
		width: 100%;
		align-items: center;
	}

	header ul.social {
		height: 80px;
	}

	/* Replay M */

	div#bar-replay, div#bar-stream  {
		top: 80px;
		height: 50px;
	}

	div#color-filter {
		left: 150px;
		height: 50px;
	}

	#mixcloud-widget {
		width: calc( 100% - 150px );
		height: 55px;
		top: -5px;
	}

	/* Responsive M */

	.col-3-2 {
		width: 66.6%;
	}

	.col-2 {
		width: 50%;
	}

	.col-3 {
		width: 33.3%;
	}

	.col-4 {
		width: 25%;
	}

	.col-6 {
		width: 16.68%;
	}

	.col-12 {
		width: 8.33%;
	}

	.col-1 {
		width: 100%;
		flex-wrap: wrap;
	}

	/* Home : Sélection de podcasts M */

	div.podcast.row div.text div.description p {
		max-width: 90%;
	}

	div.section.programme.title, div.section.actu.title {
		min-height: 120px;
	}

	div.programme.table div.emissions {
		min-height: 35vh;
	}

	div.section.actu div.section.text {
		min-height: calc( 35vh - 10px );
	}

	div.podcast.row div.text div.block.button.decouvrir {
		position: relative;
	}

	/* Derniers articles M */

	div.blog.latest.row div.illustration {
		margin-top: 60px;
	}

	/* Programme M */

	#programme, #programme-open {
		top: 130px;
	}

	#programme-open div.section.programme div.title {
		margin-top: 20px;
	}

	#programme-open {
		width: 45vw;
		border-left: 1px solid #000;
	}

	div.section.programme div.headline {
		max-width: 80%;
	}

	div.programme.table div.days ul li {
		height: 35px;
	}

	div.section.programme div.title, div.section.programme div.table {
		margin-right: 30px;
	}

	div.programme.table div.emissions ul.emission li.hour {
		width: 25%;
	}

	div.section.programme div.illustration {
		right: 30px;
	}

	div.section.programme div.illustration img {
		width: 80%;
	}

	/* Émissions M */

	#emissions-list ul.list li.card {
		width: calc( 25% - 25px );
	}

	/* Émission M */

	/* Tags M */

	ul.tags li a {
	}

	ul.tags li.tag-added {
		padding-left: 14px;
    padding-right: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
	}

	/* Blog M */

	div.section.articles {
		padding-bottom: 40px;
	}

	div.col-2 div.block.container div.block.image {
		margin-right: 40px;
	}

	/* Agenda M */

	div.section.evenements div.col-3.image {
		width: 100%;
	}

	div.section.evenements div.single.event div.text {
		margin-left: 0;
		margin-top: 20px;
	}

	div.list.past-events div.single.event {
		flex-wrap: wrap;
	}

	div.article.row {
		margin-bottom: 40px;
	}

	div.block1x1 .block.slideshow, div.block1x1 figure.block.video, div.block1x1 figure.block.image, div.block1x1 .block.code {
		margin-top: 40px;
	  margin-bottom: 40px;
	}


	/* Informations M  */

	div.section.informations article.residents.list {
		-webkit-columns: 4 200px;
	     -moz-columns: 4 200px;
	          columns: 4 200px;
	  -webkit-column-gap: 30px;
	     -moz-column-gap: 30px;
	          column-gap: 30px;
	}

	/* Explorer M */

	div.section.explorer div.button-explore {
		width: 40px;
		height: 40px;
	}

	div.explore.block ul li {
		margin-bottom: 0;
		margin-right: 0;
	}

	/* Adjust margins and paddings M */

	div.filter li a {
		padding-top: 8px;
		padding-bottom: 7px;
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Buttons M */

	div.block.button li a.explore-again-podcasts:before, div.block.button li a.explore-podcasts:after {
		height: 20px;
    width: 20px;
	}

	/* Block M */

	div.block1x1 div.block.text p {
		width: 80%; 
		padding-block-start: 20px;
    padding-block-end: 20px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    line-height: 1.6;
	}

	div.block1x1 div.block.quote p, div.block2x12 div.block.quote p {
		width: 70%;
	}

	div.block.readmore p {
		width: calc( 100% - 95px );
	}

	div.block2x2 figure.block.video iframe {
		height: 420px; 
	}

	div.block2x2 figure.block.video iframe {
		height: 300px; 
	}

	div.block1x1 figure.block.video iframe {
		height: 400px;
	}

	/* Newsletter M */

	/* Footer M */

	footer {
		bottom: 0;
	}

	footer div.copyright {
		margin-left: 30px;
	}

	/* Mobile Hide M */

	div.button-menu-mobile, div.button-close-menu-mobile, li.button-search-mobile, li.button-radio-mobile,
	li.submenu-mobile, div.mobile-search, div.filter.scrollable {
		display: none;
	}

}

/* Large Devices, Wide Screens */

@media (min-width: 1200px) and (max-width: 1399px) {

	/* Main L */

	main {
		min-height: calc( 100vh - 150px);
	}

	.main {
		top: 130px;
		padding-top: 10px;
		width: calc( 100% - 60px);
		padding-top: 20px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 80px;
	}

	div#texture-filter {
		background-size: 1400px auto;
	}

	/* Fonts size L */

	.x-small {
		font-size: 12.5px;
	}

	.small {
		font-size: 14px;
		letter-spacing: 0.25px;
	}

	.medium-small {
		font-size: 18px;
		letter-spacing: 0.2px;
	}

	.medium {
		font-size: 20px;
		line-height: 1.6;
	}

	.medium-large {
		font-size: 22px;
		line-height: 1.6;
	}

	.large-medium {
		font-size: 25px;
		line-height: 1.6;
	}

	.large {
		font-size: 35px;
		line-height: 1.1;
	}

	.x-large {
		font-size: 50px;
	}


	/* Header L */

	header {
		display: flex;
		width: 100%;
		height: 130px;
		justify-content: flex-start;
	}

	nav {
		display: flex;
	}

	header ul.social {
		height: 80px;
	}

	div.player {
		height: 50px;
	}

	div.player li a div.button, div.player div.chatroom-picto {
		height: 50px;
		width: 50px;
	}

	#mixcloud-widget {
	}

	ul.menu li {
		padding-left: 20px;
		padding-right: 20px;
	}

	ul.menu li a {
		padding-bottom: 0;
	}

	.menu {
		margin-left: 0;
	}

	#search-bar {
		height: 50px;
	}

	/* Logo L */

	#logo {
		display: flex;
		height: 80px;
		margin-left: 20px;
		margin-right: 20px;
	}

	#logo img {
		height: 60px;
	}

	a.logo {
		width: 120px;
	}

	ul.menu {
		display: flex;
		width: 100%;
		height: 80px;
		align-items: center;
		justify-content: flex-start;
	}

	#search-bar.active {
		display: flex;
		width: 100%;
		align-items: center;
	}

	header ul.social {
		height: 80px;
	}

	/* Replay L */

	div#bar-replay, div#bar-stream  {
		top: 80px;
		height: 50px;
	}

	div#color-filter {
		left: 150px;
		height: 50px;
	}

	#mixcloud-widget {
		width: calc( 100% - 150px );
		height: 55px;
		top: -5px;
	}

	/* Responsive L */

	.col-3-2 {
		width: 66.6%;
	}

	.col-2 {
		width: 50%;
	}

	.col-3 {
		width: 33.3%;
	}

	.col-4 {
		width: 25%;
	}

	.col-6 {
		width: 16.68%;
	}

	.col-12 {
		width: 8.33%;
	}

	.col-1 {
		width: 100%;
		flex-wrap: wrap;
	}

	/* Home : Sélection de podcasts L */

	div.podcast.row div.text div.description p {
		max-width: 90%;
	}

	div.programme.table div.emissions {
		min-height: 35vh;
	}

	div.section.actu div.section.text {
		min-height: calc( 35vh - 10px );
	}

	div.podcast.row div.text div.block.button.decouvrir {
		position: relative;
	}

	/* Derniers articles L */

	div.blog.latest.row div.illustration {
		margin-top: 100px;
	}

	/* Programme L */

	#programme-open, #programme {
		top: 130px;
	}

	#programme-open {
		width: 45vw;
		border-left: 1px solid #000;
	}

	#programme-open div.section.programme div.title {
		margin-top: 20px;
	}

	div.section.programme div.title, div.section.programme div.table {
		margin-right: 60px;
	}

	div.programme.table div.emissions ul.emission li.hour {
		width: 20.5%;
	}

	div.section.programme div.illustration {
		right: 60px;
	}

	div.section.programme div.illustration img {
		width: 90%;
	}

	/* Émissions L */

	#emissions-list ul.list li.card {
		width: calc( 25% - 25px );
	}

	/* Tags L */

	ul.tags li a {
	}

	ul.tags li.tag-added {
		padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
	}

	/* Blog L */

	div.section.articles {
		padding-bottom: 80px;
	}

	div.article.row {
		margin-bottom: 60px;
	}

	div.block1x1 .block.slideshow, div.block1x1 figure.block.video, div.block1x1 figure.block.image, div.block1x1 .block.code {
		margin-top: 60px;
	  margin-bottom: 60px;
	}

	div.back-to-articles ul {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	/* Informations L  */

	div.section.informations article.residents.list {
		-webkit-columns: 4 360px;
	     -moz-columns: 4 360px;
	          columns: 4 360px;
	  -webkit-column-gap: 30px;
	     -moz-column-gap: 30px;
	          column-gap: 30px;
	}

	/* Explorer L */

	div.section.explorer div.button-explore {
		width: 50px;
		height: 50px;
	}

	div.explore.block {
	}

	/* Adjust margins and paddings L */

	div.filter li a {
		padding-top: 8px;
		padding-bottom: 7px;
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Buttons L */

	div.block.button li a.explore-again-podcasts:before, div.block.button li a.explore-podcasts:after {
		height: 20px;
		width: 20px;
	}

	/* Block L */

	div.block1x1 div.block.text p {
		width: 80%; 
		padding-block-start: 20px;
    padding-block-end: 20px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    line-height: 1.6;
	}

	div.block1x1 div.block.quote p, div.block2x12 div.block.quote p {
		width: 70%;
	}

	div.block2x2 figure.block.video iframe {
		height: 400px; 
	}

	div.block1x1 figure.block.video iframe {
		height: 550px;
	}

	div.block.readmore p {
		width: calc( 100% - 95px );
	}

	/* Newsletter L */

	/* Footer L */

	footer {
		bottom: 0;
	}

	footer div.copyright {
		margin-left: 30px;
	}

	/* Mobile Hide L */

	div.button-menu-mobile, div.button-close-menu-mobile, li.button-search-mobile, li.button-radio-mobile,
	li.submenu-mobile, div.mobile-search, div.filter.scrollable {
		display: none;
	}
}

/* X-Large Devices */

@media (min-width: 1400px) {
	
	/* Main XL */

	main {
		min-height: calc( 100vh - 180px);
	}

	.main {
		top: 160px;
		width: calc( 100% - 60px);
		padding-top: 20px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 80px;
	}

	/* Fonts size XL */

	.x-small {
		font-size: 14px;
		letter-spacing: 0.5px;
	}

	.small {
		font-size: 15px;
	}

	.medium-small {
		font-size: 18px;
	}

	.medium {
		font-size: 20px;
		line-height: 1.6;
	}

	.medium-large {
		font-size: 22px;
		line-height: 1.6;
	}

	.large-medium {
		font-size: 25px;
		line-height: 1.6;
	}

	.large {
		font-size: 40px;
		line-height: 1.1;
	}

	.x-large {
		font-size: 55px;
	}

	/* Header XL */

	header {
		display: flex;
		width: 100%;
		height: 160px;
		justify-content: flex-start;
	}

	nav {
		display: flex;
	}

	header ul.social {
		height: 100px;
	}

	div.player {
		height: 60px;
	}

	div.player li a div.button, div.player div.chatroom-picto {
		height: 60px;
		width: 60px;
	}

	/* Logo XL */

	#logo {
		display: flex;
		height: 100px;
		margin-left: 20px;
		margin-right: 20px;
	}

	#logo img {
		height: 60px;
	}

	a.logo {
		width: 130px;
	}

	ul.menu {
		display: flex;
		width: 100%;
		height: 100px;
		align-items: center;
		justify-content: flex-start;
	}

	#search-bar.active {
		display: flex;
		width: 100%;
		align-items: center;
	}

	/* Replay XL */

	div#bar-replay, div#bar-stream  {
  	top: 100px;
	  height: 60px;
	}

	div#color-filter {
		left: 150px;
	}

	#mixcloud-widget {
		width: calc( 100% - 150px );
	}

	/* Responsive XL */

	.col-3-2 {
		width: 66.6%;
	}

	.col-2 {
		width: 50%;
	}

	.col-3 {
		width: 33.3%;
	}

	.col-4 {
		width: 25%;
	}

	.col-6 {
		width: 16.68%;
	}

	.col-12 {
		width: 8.33%;
	}

	.col-1 {
		width: 100%;
		flex-wrap: wrap;
	}

	/* Home : Sélection de podcasts XL */

	div.podcast.row div.text div.description p {
		max-width: 1000px;
	}

	div.programme.table div.emissions {
		min-height: 35vh;
	}

	div.section.actu div.section.text {
		min-height: calc( 35vh - 10px );
	}

	div.podcast.row div.text div.description {
		margin-top: 15px;
	}

	/* Derniers articles XL */

	div.blog.latest.row div.illustration {
		margin-top: 100px;
	}

	/* Programme XL */

	#programme, #programme-open {
		top: 160px;
	}

	#programme-open {
		width: 40vw;
		border-left: 1px solid #000;
	}

	#programme-open div.section.programme div.title {
		margin-top: 20px;
	}

	div.section.programme div.title, div.section.programme div.table {
		margin-right: 60px;
	}

	div.programme.table div.emissions ul.emission li.hour {
		width: 20.5%;
	}

	div.section.programme div.illustration {
		right: 60px;
	}

	/* Émissions XL */

	#emissions-list ul.list li.card {
		width: calc( 25% - 25px );
	}

	/* Blog XL */

	div.section.articles {
		padding-bottom: 80px;
	}

	div.back-to-articles ul {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	/* Informations XL  */

	div.section.informations article.residents.list {
		-webkit-columns: 4 360px;
	     -moz-columns: 4 360px;
	          columns: 4 360px;
	  -webkit-column-gap: 30px;
	     -moz-column-gap: 30px;
	          column-gap: 30px;
	}

	/* Explorer XL */

	div.explore.block {
	}

	/* Tags XL */

	ul.tags li a {
	}

	/* Adjust margins and paddings XL */

	div.filter li a {
		padding-top: 8px;
		padding-bottom: 7px;
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Buttons XL */

	div.block.button li a.explore-again-podcasts:before, div.block.button li a.explore-podcasts:after {
		height: 20px;
		width: 20px;
	}

	/* Block XL */

	div.block1x1 div.block.text p {
		width: 80%; 
		padding-block-start: 20px;
	  padding-block-end: 20px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    line-height: 1.6;
	}

	div.block1x1 div.block.quote p, div.block2x12 div.block.quote p {
		width: 70%;
	}

	div.block2x2 figure.block.video iframe {
		height: 420px; 
	}

	div.block1x1 figure.block.video iframe {
		height: 600px;
	}

	div.block.readmore p {
		width: calc( 100% - 95px );
	}

	/* Newsletter XL */

	/* Footer XL */

	footer {
		bottom: 0;
	}

	footer div.copyright {
		margin-left: 30px;
	}

	/* Mobile Hide XL */

	div.button-menu-mobile, div.button-close-menu-mobile, li.button-search-mobile, li.button-radio-mobile,
	li.submenu-mobile, div.mobile-search, div.filter.scrollable {
		display: none;
	}

}

/* Extra */

#Fragments {
	text-transform: lowercase;
}





