@import 'variables.css';

@keyframes blink{
  from{
    opacity:0;
  } 
  to{
    opacity:1;
  }
}

html {
	scroll-behavior: smooth;
}

body {
  background: var(--jaune);
}

/* body.body_index  */

header .menu-temp a{
  -webkit-text-stroke: 0.004em var(--bleuClair) !important;
  text-shadow: -0.05em 0.05em var(--bleuClair) !important;
}

a {
	text-decoration: none;
}

::-webkit-scrollbar {
  width: 0.5vw;
}

::-webkit-scrollbar-track{
  background: white;
}

::-webkit-scrollbar-thumb{
  background: var(--rouge);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--bleuClair);
  cursor: grabbing;
}


/* TYPO GENERAL */
.title {
  font-family: "routed-gothic-wide-italic";
  color: var(--rouge);
	text-transform: uppercase;
	/* font-weight: 1000; */
	letter-spacing: -0.1em;
}

h2{
  font-family: 'routed-gothic-wide';
  font-variant: small-caps;
  text-transform: lowercase;
  color: var(--rouge);
  text-decoration: underline 2px !important;
  font-weight: normal;
  text-decoration-color: var(--bleuClair) !important;
}
/* SECTIONS */

section#landscape{
  width: 100%;
  height:100%;
  z-index: 15;
  position: fixed;
  background-image: url(../image/fond.png);
  display: none;
	top: 0;
}

section#landscape .infoLandscape{
  font-family: "routed-gothic";
  font-size: 2.5rem;
  line-height: 3rem;
  color: var(--rouge);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: white;
  margin-top: 33vh;
  padding-top: 5vh;
  width: 60%;
  padding-bottom: 5vh;
  box-shadow: 5px 5px var(--rouge);
  outline: solid 1px var(--rouge);
}
 
section.editoHome{
  position: fixed;
  display: block;
  height: auto;
  width: 50vw;
  left: 25vw;
  top: calc(100vh/2.5);
  background:white;
  border: 1px solid var(--rouge);
  z-index: 2;
}

section.editoHome p.phrasesIntro{
  font-family: "routed-gothic";
  font-size: 2.5rem;
  line-height: 3rem;
  color: var(--rouge);
  text-align: center;
  margin-left: 1vw;
  margin-right: 1vw;
}

section.editoHome .closeEntry{
  right: 0;
  position: absolute;
  font-size: 2em;
  color: var(--rouge);
  transition: ease-in-out 0.2s;
  cursor: pointer;
}

section.editoHome .closeEntry:hover{
  color: var(--bleuClair);
  transition: ease-in-out 0.2s;
}

.lockpage {
	position: fixed;
	z-index: 100;
	top: 0px;
	height: 100vh;
	width: 100vw;
	display: none;
}

.lockpage.visible {
	display: block;
}

section.editoHome .phrasesIntro{
  display: none;
}
section.editoHome .phrasesIntro.visible{
  display: block;
}

section#allMedia.articles-list-home {
  width: 96vw;
  height: 100vh;
  bottom: 0;
  position: fixed;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

section#allMedia.articles-list-home .item_article {
  width: var(--item-home-width);
  height: calc((95vh/4));
  margin-bottom:1vh;
  margin-right: calc(2vw/3);
  display: flex;
  /* background: var(--jaune); */
  background: var(--rouge);
  transition: ease-in-out 0.5s;
  outline: 1px solid var(--rouge);
  /* mix-blend-mode: multiply; */
}

section#allMedia.articles-list-home .item_article:nth-of-type(1),
section#allMedia.articles-list-home .item_article:nth-of-type(5){
  margin-top: 1vh;
}

section#allMedia.articles-list-home .item_article:nth-of-type(1),
section#allMedia.articles-list-home .item_article:nth-of-type(2),
section#allMedia.articles-list-home .item_article:nth-of-type(3),
section#allMedia.articles-list-home .item_article:nth-of-type(4){
  margin-left: calc(2vw/3);
}


section#allmedia.articles-list-article {
  width: 20vw;
  height: 100vh;
	background: var(--jaune);
}
section#allmedia.articles-list-article:hover {
	z-index: 14;
	background: red;
	display: none;
}

section#allMedia.articles-list-article .item_article {
  width: 20vw;
  position: relative;
  flex-direction: row;
  height: var(--item-home-width);
  margin: 5px;
  transition: ease-in-out 0.5s;
}

section#allMedia.articles-list-article .item_article .boxTrame{
  width: 20vw;
}

section#allMedia .item_article:hover {
  transition: ease-in-out 0.5s;
  cursor: pointer;
}

section#allMedia .item_article:hover .punchline{
  display: none;
}


section#allMedia .item_article .title {
  font-size: 2em;
}
section#allmedia .item_article:nth-of-type(2) .title.bulle_title {
	background-image: url(../image/svgs/bulle-06.svg);
}

section#allMedia .item_article .title.bulle_title {
	background-size: contain;
	background-repeat: no-repeat;
	padding: 2.5em;
	background-position: center;
	/* display: block !important; */
	background-image: url(../image/svgs/bulle-02.svg);
}

section#allMedia .item_article:nth-of-type(5) .title.bulle_title {
	margin-top: 7vh;
	background-image: url(../image/svgs/bulle-01.svg);

}
section#allMedia .item_article:nth-of-type(2) .title.bulle_title {
  margin-top: 0vh;
  margin-left: 23vw;
  width: 100px;
  padding: 1em 6em 2em 2em;
  background-image: url(../image/svgs/bulle-06.svg);
}

section#allMedia .item_article:nth-of-type(3) .title.bulle_title {
  margin-top: 1vh;
  margin-left: 11vw;
  background-image: url(../image/svgs/bulle-05.svg);
  width: 100px;
  background-position: 59% 50%;
  padding: 1em 8em;

}
section#allMedia .item_article:nth-of-type(4) .title.bulle_title {
  padding: 1em 2em 3em 2em;
  background-position: 51% 21%;
  background-image: url(../image/svgs/bulle-07.svg);
  width: 10vw;
  margin-left: 16vw;
  margin-top: 5vh;

}
section#allMedia .item_article:nth-of-type(1) .title.bulle_title {
  background-image: url(../image/svgs/bulle-03.svg);
  width: 10vw;
  margin-left: 16vw;
  height: 11vh;
  background-position-y: 42%;
}

section#allMedia .item_article:nth-of-type(6) .title.bulle_title {
  background-position: 58% -5px;
  margin-left: 21vw;
  width: 400px;
  height: 7vh;
  background-image: url(../image/svgs/bulle-04.svg);
  padding: 3em 1em;
}

section#allMedia .item_article:nth-of-type(7) .title.bulle_title {
  background-size: contain;
  background-repeat: no-repeat;
  width: 19vw;
  margin-left: 13vw;
  margin-top: -2vh;
  padding: 1.5em 31em 2em 3em;
  background-position: 7%;
  background-image: url(../image/svgs/bulle-02.svg);
}

section#allMedia .item_article:nth-of-type(8) .title.bulle_title {
  margin-top: -2vh;
  margin-left: 16vw;
  background-image: url(../image/svgs/bulle-08.svg);
  background-position: 100% 100%;
  padding: 2.2em 4em 3em 9em;
  width: 10vw;
  line-height: 1.3em;
}

section#allMedia .item_article .punchline,
section#allMedia .item_article .authors {
  font-family: "HKGrotesk-Medium";
  font-size: 1.3em;
}

section#allMedia .item_article .bulle,
section#allMedia .item_article .title_off,
section#allMedia .item_article .authors {
  display: block;
}

section#allMedia .item_article .title {
  width: var(--item-home-width);
  text-align: center;
  position: absolute;
  z-index: 3;
	display: none;
}

section#allMedia .item_article .meta_info {
	margin-top: 3.5em;
	margin-left: 1em;
	position: absolute;
	line-height: .8em;
  font-family: "routed-gothic-wide";
	font-size: 1.6em;
	letter-spacing: 0;
	display: none;
}

section#allMedia .item_article:nth-of-type(odd) .meta_info {
	margin-top: 3em;
}

section#allMedia .item_article .meta_info  li {
	text-align: center;
	border: 1px solid var(--rouge);
	z-index: 3;
	padding: 20px;
	width: auto;
	border-radius: 50%;
	margin: 0;
	margin-top: -1em;
	position: relative;
	background: var(--jaune);
	color: var(--rouge);
	display: inline-block !important;
}

section#allMedia .item_article:hover .bulle,
section#allMedia .item_article:hover .title,
section#allMedia .item_article:hover .meta_info,
section#allMedia .item_article:hover .author {
  display: block;
}

section#allMedia .item_article .punchline {
	z-index: 1;
	width: var(--item-home-width);
	height: calc((95vh/4));
	display: flex;
}
section#allMedia .item_article .punchline .punchline_sub{
	position: relative; 
	height: 1.3em;
  padding-left: 5px;
  padding-right: 5px;
  outline: 1px solid var(--rouge);
  background: white;
	width: auto;
	color: var(--rouge);
}
.punch_left {
	justify-content: flex-start;
}
.punch_right_top {
	justify-content: flex-end;
}
.punch_right_bottom {
	justify-content: flex-end;
	flex-wrap : wrap;
	align-content: flex-end;
}
.punch_left_bottom {
	/* justify-content: flex-end; */
	flex-wrap : wrap;
	align-content: flex-end;
}

section#allMedia .item_article .boxTrame,
section#article .boxTrame {
	width: 100%;
	height: calc((95vh/4));
  flex: 0 0 100%;
  padding: 0 0em;
  padding-right: 0em;
  position: relative;
  overflow: hidden;
}
section#allMedia .item_article .boxTrame {
  width: var(--item-home-width);
  position: absolute;

}


section#allMedia .item_article:hover{
  transition: ease-in-out 0.05s;
}



section#allMedia .item_article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0em 0 0;
}

main#main-article section#allMedia.articles-list-article .item_article img{
  mix-blend-mode: normal;
}

.invisible{
  visibility: hidden;
}

/* ARTICLE */

main#main-article {
	display: flex;
}

main#main-article nav#navVolet2 ul li.volet1 a,
main#main-article nav#navVolet2 ul li.ressources a{
 background: var(--bleuClair);
 color: white;
 outline: 1px solid white;
}


main#main-article nav#navVolet2 ul li.volet1 a:hover,
main#main-article nav#navVolet2 ul li.ressources a:hover{
  box-shadow: -4px -4px white;
  background: var(--rouge);
}

main#main-article section#allMedia{
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  background-image: url(../image/fond.png);
  height: 100vh;
  z-index: 1;
}

main#main-article section#allMedia.articles-list-article .item_article:nth-of-type(1){
  margin-top: calc(100vh/8);
}

main#main-article section#article .boxTrame{
  mix-blend-mode: normal;
  filter: contrast(100%);
}

main#main-article section#allMedia.articles-list-article .item_article {
  margin: 0px;
  height: calc((95vh/5));
  border-top: 1px solid var(--rouge);
}

main#main-article section#allMedia.articles-list-article .item_article .boxTrame {
  height: calc((95vh/5));
}

main#main-article section#allMedia.articles-list-article .item_article .punchline{
  display: none;
}

main#main-article section#allMedia.articles-list-article .item_article .title{
  font-size: 1em;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  width: auto;
  text-align: right;
  background: white;
  padding: 6px 16px 6px 6px;
  right: 0px;
  border-left: 1px solid var(--rouge);
  border-bottom: 1px solid var(--rouge);
}

main#main-article section#allMedia.articles-list-article .item_article .meta_info{
  font-size: 1em;
}

main#main-article section#allMedia.articles-list-article .item_article .meta_info ul li{
  background: white;
} 

main#main-article section#allMedia.articles-list-article .item_article .title.bulle_title{
  background-image: none;
}

section#article {
	height: 100vh;
	width: 80vw;
	background: var(--bleuClair);
  position: fixed;
  right:0;
  overflow-y: scroll;
  overflow-x: hidden;
	scroll-behavior: smooth;
}



.sticky {
	position: sticky;
	top: 1em;
}

section#article header {
	padding: 0;
}

section#article h2 a:before{
  content: "☞";
  color: var(--bleuClair);
  padding-right: 1vw;
  font-weight: normal;
  text-decoration-color: white !important;
}

section#article h2 a{
  font-family: 'routed-gothic-wide';
  font-variant: small-caps;
  text-transform: lowercase;
  color: var(--rouge);
  padding: 0.5em;
  text-decoration: underline 2px !important;
  background: white;
  font-weight: normal;
  /* margin-left: 7vw; */
  text-decoration-color: var(--bleuClair) !important;
  border: 1px solid var(--rouge);
  margin-bottom: 2vh;
}

section#article h2 a:hover{
  color: var(--bleuClair);
  text-decoration-color: var(--rouge) !important;
}

section#article h2 a:hover:before{
  color: var(--rouge);
}

section#article details summary{
  font-family: 'routed-gothic-wide';
  font-variant: small-caps;
  text-transform: lowercase;
  color: white;
  font-size: 1.5em;
  text-decoration-color: var(--rouge);
  cursor: pointer;
}

section#article details summary::marker{
  list-style:circle;
}

section#article details summary:hover{
  color: var(--rouge);
}

section#article .title{
  width: 80%;
	font-size: 5em;
  letter-spacing: 0.0002em;
	color: var(--rouge);
  text-shadow: 5px 5px white;
  -webkit-text-stroke: 2px white;
	margin: 3vh 0 0 2vw;
}
section#article .small-title{
	font-size: 4.2em !important;
}

section#article .boxTrame {
  display: none;
	height: 40vh;
  mix-blend-mode: color-burn;
  filter: contrast(3000%);
  background: var(--bleuClair);
}

section#article .boxTrame img {
	width: 100%;
  filter: grayscale(1);
  mix-blend-mode: screen;
}

section#article .authors,
section#article .subtitle{
  font-family: "routed-gothic-wide";
	font-size: 1.5em;
  margin: 1vh 1vw 2vh 1vw;
	color: white;
	text-transform: uppercase;
}

section#article .content {
	font-family: "HKGrotesk-Medium";
	line-height: 1.1;
	font-size: 24px;
	max-width: 1000px;
	padding: 0 1em;
	color: white;
	padding-bottom: 200px;
	padding-left:2vw;
}
section#article .content h3{
  font-family: "routed-gothic-narrow";
  margin-left: 7vw;
  margin-bottom: 6vh;
  font-weight: normal;
}
section#article .content .retourhome{
  left: 21.5vw;
  bottom: 1vh;
  width: 4vw;
	z-index: 1;
  position: fixed;
  right: 2vw;
  height: 2.5vh;
  position: fixed;
  top: 95.5vh;
  background-image: url(../image/svgs/backHome.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

section#article .content .retourhome.retourhomepodcast{
	/* bottom: 70px; */
  top: 90.5vh !important;
}

section#article .content .retourhome:hover{
  left: 21.5vw;
  bottom: 1vh;
  width: 4vw;
	z-index: 1;
  position: fixed;
  right: 2vw;
  height: 2.5vh;
  position: fixed;
  top: 95.5vh;
  background-image: url(../image/svgs/backHomeHover.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

section#article iframe {
	/* filter: grayscale(1); */
  width:100%;
}

section#article .content ul{
  width: 70%;
  color: var(--bleuClair);
  font-size:0.7em;
  line-height: 1.35em;
  background: white;
  border: 1px solid var(--rouge);
  padding: 20px;
  list-style: none;
}

section#article .content ul li strong{
  font-family: 'routed-gothic-wide';
  font-variant: small-caps;
  text-transform: lowercase;
  color: var(--rouge);
}

section#article .content ul li a{
  color: var(--bleuClair);
  text-decoration: underline var(--rouge);
}


section#article .content ul li a:hover{
  color: var(--rouge);
}

section#article .content p a{
  color: white;
  text-decoration: underline;
  text-decoration-color: white;
}

section#article .content p a:hover{
  text-decoration-color: var(--rouge);
}

section#article .content p sup a{
  color: var(--bleuClair);
  border: 1px solid var(--bleuClair);
  border-radius: 100px;
  vertical-align: top;
  background: white;
}

section#article .content .footnote hr{
  border: 1px solid var(--bleuClair);
}

section#article .content .footnote ol li::marker{
  color: var(--bleuClair);
}

section#article .content .footnote ol li .footnote-backref{
  color: var(--bleuClair);
  cursor: pointer;
}

section#article .content a{
  text-decoration: none;
}

section#article .content .logos img{
	height: 30px;
}

section .content .btn-start {
}

.btn-start {
	margin-left: 12vw;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 200px !important;
	padding: 3em 1em;
	color: var(--rouge) !important;
	display: block;
	/* text-align: center; */
	font-size: 1.5em;
	font-family: "routed-gothic-wide";
}

[data-slug="le-guichet-du-travail"] .btn-start {
	background-image: url(../image/svgs/bulle-09.svg);
  padding-top: 1.5em;
}

[data-slug="le-guichet-du-travail"] a.btn-start{
  text-decoration-color: var(--bleuClair) !important;
  padding-bottom: 0vh;
  padding-left: 2.7vw;
  width: 22vw;
}

[data-slug="lichen-illimite"] a.btn-start:hover,
[data-slug="le-guichet-du-travail"] a.btn-start:hover{
  color: var(--bleuClair) !important;
  text-decoration-color: var(--rouge) !important;
}

[data-slug="quel-lichen-etes-vous"] .btn-start {
	background-image: url(../image/svgs/bulle-04.svg);
	padding-left: 4em;
	padding-right: 4em;
	background-size: 600px;
}

[data-slug="lichen-illimite"] a.btn-start {
  text-decoration-color: var(--bleuClair) !important;
}

section#article .content a strong{
  background-image: url(../image/svgs/bulle-bouton.svg);
    width: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 3.5em;
    margin-top: 0em;
    margin-left: 10vw;
    background-position: center;
    display: block;
    font-family: "routed-gothic-wide";
    -webkit-text-stroke: 2px var(--rouge);
    font-weight: bolder;
    color: white;
    font-size: 3rem;
    text-shadow: 3px 3px var(--rouge);
    text-align: center;
    transition: 0.1s ease-in-out;
}

section#article .content a strong:hover{
  background-image: url("../image/svgs/bulle-boutonHover.svg");
  -webkit-text-stroke: 0px var(--rouge);
  text-shadow: 0px 0px var(--rouge);
  transition: 0.1s ease-in-out;
  color: var(--rouge);
}


[data-slug=""]  {

}


/* 
section#article .content a strong::before{
  content:">";
  animation: blink 1s infinite alternate;
  margin-right: 1vw;
}
section#article .content a strong::after{
  content:"<";
  transform: scaleX(-1);
  margin-left: 1vw;
  animation: blink 1s infinite alternate;
} */

/* NAV */

nav#navVolet2{
  /* width: 4vw;
  height: 100vh; */
  position: fixed;
  z-index: 8 !important;
}

nav#navVolet2 ul{
  margin-top: 0.5vh;
}

nav#navVolet2 ul li{
  list-style: none;
  font-size: 30px;
  font-family: "routed-gothic-narrow";
	line-height: 1.2em;
  /* text-orientation: upright; */
  letter-spacing: .05em;
  writing-mode: vertical-lr;
  margin-bottom: 1vh;
  text-align: center;
  transition: ease-in-out 0.2s;
}

nav#navVolet2 ul li a{
  position: fixed;
  background: var(--jaune);
  outline: 1px solid var(--rouge);
  width: 38px;
}

nav#navVolet2 ul li.editoV2 a{
  left: 1vw;
  height: 13vh;
  top: 11vh;
}

nav#navVolet2 ul li.aproposV2 a{
  left: 1vw;
  height: 18vh;
  top: 25vh;
}


nav#navVolet2 ul li.volet1 a{
  right: 1vw;
  height: 24vh;
  top: 31vh;
}

nav#navVolet2 ul li.ressources a{
  right: 1vw;
  height: 34vh;
  bottom: 10vh;
}

nav#navVolet2 ul li a:hover,
body.body_index nav#navVolet2 ul li a 
{
  box-shadow: -4px -4px var(--rouge);
  transition: ease-in-out 0.2s;
  background-color: white;
}

nav#navVolet2 ul li:hover a{
  color: var(--rouge);
}

nav#navVolet2 a{
  text-decoration: none;
  color: var(--rouge);
}

#article.meta {
	background: white;
}

#article.meta p {
	font-size: 24px;
	color: #ff4033;
	font-family: "routed-gothic-wide";
	line-height: 1.2em;
	margin-bottom: 0px;
	margin-top: 0px;
}
#article.meta p + p {
	text-indent: 2em;
}

section#article.meta[data-slug="a-propos"] h3{
  color: var(--bleuClair);
}

section#article.meta[data-slug="a-propos"] p {
  color: var(--bleuClair);
}

section#article.meta[data-slug="a-propos"] p a{
  color: var(--bleuClair);
  text-decoration-color: var(--rouge);
}

section#article.meta[data-slug="a-propos"] p a:hover{
  color: var(--rouge);
  text-decoration-color: var(--bleuClair);
}
section#article.meta[data-slug="edito"] p a{
  color: var(--rouge) !important;
  text-decoration-color: var(--rouge);
}

section#article.meta[data-slug="edito"] p a:hover{
  color: var(--bleuClair) !important;
  text-decoration-color: var(--bleuClair);
}

section#article.meta .content ul {
	max-width: 840px;
	width: 90%;
	color: var(--bleuClair);
	font-size: 0.9em;
	line-height: 1.35em;
	background: white;
	border: none;
	padding: 20px;
	list-style: none;
	margin-top: 1em;
	margin-bottom: 0px;
}
section#article.meta .content ul li ul {
	margin-top: 0px;
	margin-bottom: 2em;
}


/* LEXIQUE */
.btn_lexique.active {
	background: red;
	color: white;
}
.btn_lexique  {
	font-family: 'routed-gothic-narrow';
	background: none;
	font-size: 1em;
	text-transform: uppercase;
	border: 2px solid;
	color: red;
  cursor: pointer;
	background: white;
  margin-right: 0.5vw;
	padding: .2em .4em;
}

.content_lexique {
	scroll-margin-top: 4em;
	display: none;
}
.content_lexique.visible {
	display: block;
}

/* PODCAST EPISODE  */
.podcast_episode {
	background: white;
	padding: 0em 1em;
	box-sizing: border-box;
	margin-bottom: 1em;
	display: flex;
  outline: solid 1px var(--rouge);
}
.podcast_episode header {
}

.podcast_episode * {
	color: var(--bleuClair) !important;
}


/* .podcast_episode.active { */
/* 	display: block; */
/* } */

.content-podcast {
	width: calc(100% - 100px);
	margin-left: 2em;
}

.content-podcast h1{
  font-weight: normal;
  font-family: "routed-gothic-narrow";
}

.btn_play {
  bottom: 0;
  background: var(--rouge);
  height: 35px;
  width: 35px;
  margin-top: 1.5em;
  font-size: .7em;
  line-height: 100%;
  font-weight: normal;
  padding: .1em;
  text-align: center;
  color: white;
  transform: scale(1);
  cursor: pointer;
}

.btn_play:hover{
  background: var(--bleuClair);
}

.btn_play[data-action="load"]::before,
.btn_play[data-action="play"]::before
{
  margin-top: -0.1em;
  position: absolute;
  margin-left: -0.3em;
  content: '';
  width: 100%;
  height: 100%;
  margin-left: -50%;
  margin-top: -10%;
  background-image: url('https://hypernuit.be/site/templates/assets/images/play.svg');
	background-repeat: no-repeat;
  font-size: .8em;
}

.btn_play[data-action="pause"]::before {
  margin-top: -0.1em;
  position: absolute;
  margin-left: -0.3em;
  content: '';
  width: 100%;
  height: 100%;
  margin-left: -50%;
  margin-top: -10%;
  background-image: url('https://hypernuit.be/site/templates/assets/images/pause.svg');
	background-repeat: no-repeat;
  font-size: .8em;
}

.link-logo img {
  height: 30px;
  margin-right: 20px;
	margin-bottom: 1em;
	color: red;
}

#player_source {
  display: none;
}

.audio-player {
	height: 50px;
	width: 80vw;
	color: white;
	font-size: 0.75em;
	overflow: hidden;
	display: grid;
	grid-template-rows: 6px auto;
	background: var(--bleuClair);
	bottom: 0px;
	position: fixed;
	padding: 0 1em;
	box-sizing: border-box;
	margin-left: -.5em;;
	left: 20vw;
}

.audio-player .name {
	font-size: .8em;
}

.audio-player .timeline {
	background: white;
	width: calc(100% - 120px);
	position: relative;
	cursor: pointer;
}

.audio-player .timeline .progress {
  background: #3e0a51;
  width: 0%;
  height: 100%;
  transition: 0.25s;
}

.audio-player .controls {
	display: flex;
}
.audio-player .controls > * {
  display: flex;
  justify-content: center;
  align-items: center;
	margin-right: 2em; 
}

.audio-player .controls .toggle-play.play {
  cursor: pointer;
  position: relative;
  left: 1vw;
  height: 0;
  width: 0;
  border: 7px solid rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 7px;
  border-left: 13px solid #3e0a51;
}

.audio-player .controls .toggle-play.pause {
  height: 15px;
  width: 20px;
  left: 1vw;
  cursor: pointer;
  position: relative;
}

.audio-player .controls .toggle-play.pause::before {

    position: absolute;
    top: 0;
    left: 0px;
    background: #3e0a51;
    content: "";
    height: 15px;
    width: 3px;

}
.audio-player .controls .toggle-play.pause::after {
  position: absolute;
  top: 0;
  right: 8px;
  background: #3e0a51;
  content: "";
  height: 15px;
  width: 3px;
}

.audio-player .controls .volume-container .volume-slider .volume-percentage {
  background: #3e0a51;
  height: 100%;
  width: 75%;
}

.audio-player .controls .volume-container .volume-button {
  height: 26px;
  display: flex;
  align-items: center;
}

.audio-player .controls .volume-container .volume-slider {
  position: absolute;
  left: -3px;
  top: 18px;
  z-index: -1;
  width: 80px;
  height: 5px;
  background: white;
  transition: 0.25s;
}

.audio-player .controls .volume-container .volume-button .volume {
  transform: scale(0.7);
}

.audio-player .controls .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
	width: 100px;
}

.audio-player .controls .time {
  display: flex;
	font-size: .8em;
}

.audio-player .controls .name {
  font-weight: bold;
}

.audio-player #btn_info {
  margin-top: 7px;
}

.audio-player #btn_info, .audio-player .next, .audio-player .prev {
  background: white;
  border-radius: 10px;
  border: 1px solid #3e0a51;
  box-shadow: -2px 2px #3e0a51;
  color: #3e0a51;
  height: 30%;
  padding: 0.5em;
  font-family: "HKGrotesk-Bold";
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}

.mobile { display: none !important;}
.desktop:hover { display: block !important;}


.meta_info_mobile {
	background: white;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: absolute;
	z-index: 10;
	font-family: "routed-gothic-wide";
  font-size: 1.5em;
	color: var(--rouge);
	text-transform: uppercase;
	margin-top: -3em;
}
.meta_info_mobile ul {
	list-style: none;
}


.article[data-slug="petit-lexique"] {
	color: var(--rouge) !important;
	background: white !important;
} 
.article[data-slug="petit-lexique"] .content {
	color: var(--rouge) !important;

}
/* RESONSIVE BULLE */
@media only screen and (max-width: 1700px){
  section#allMedia .item_article .meta_info{
    font-size: 1.3em;
  }
  section#allMedia .item_article .title.bulle_title{
    font-size: 1.5em;
  }
  section#allMedia .item_article:nth-of-type(7) .title.bulle_title{
    padding: 2.5em 31em 3em 3em;
  }
}

@media only screen and (max-width: 1450px){
  section#allMedia .item_article .meta_info{
    font-size: 1.1em;
  }
  section#allMedia .item_article .title.bulle_title{
    font-size: 1.3em;
  }
  section#allMedia .item_article:nth-of-type(6) .title.bulle_title{
    margin-left: 17vw;
  }
}

@media only screen and (min-width: 1960px){
  section#allMedia .item_article:nth-of-type(7) .title.bulle_title{
    padding: 2.5em 31em 3em 3em;
  }
}


@media only screen and (min-width: 2100px){
  section#allMedia .item_article:nth-of-type(7) .title.bulle_title{
    padding: 3.5em 31em 4em 3em;
  }
}

/* RESPONSIVE SMARTPHONE*/

@media only screen and (max-width: 1200px) and (orientation: landscape) {
  section#landscape{
    display: block;
  }
}

@media only screen and (max-width: 1200px){

	.retourhome {
		display: none;
	}
	.mobile { display: block	!important;}
	.desktop { display: none !important;}

	.link-logo img {
		height: 60px !important;
	}
	.audio-player {
		width: 50vw;
		font-size: .8em;
		left: 0px;
		height: 160px;
		transform: scale(2);
		transform-origin: 0;
		padding: 0px;
	}

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

	.audio-player .controls > * {
		padding-top: .5em;
		align-items: baseline;
	}

	.audio-player .controls {
		padding: .5em 1em !important;
		white-space: nowrap;
	}
	.volume-container {
		display: none !important;
	}

	.btn_play {
		transform: scale(2);
		transform-origin: 0 0;
	}

	.content-podcast {
		margin-left: 3em;
	}

	section#article .content .retourhome.retourhomepodcast {
		bottom: 1vh; 
	}


  section.editoHome{
    display: none;
  }

  section#allMedia.articles-list-home {
		position: relative;
		flex-direction: row;
		left: 2vw;
		top: 29.5vh;
		height: auto;
		padding-bottom: 100px;
  }
  
  section#allMedia.articles-list-home .item_article {
   width: 96vw;
  }

  /* section#allMedia.articles-list-home .item_article:nth-of-type(1){ */
  /*   margin-top: 29.5vh; */
  /* } */

  section#allMedia .item_article .punchline{
    display: none;
  }

  section#allMedia .item_article .boxTrame{
    width: 95vw;
  }

  section#allMedia .item_article .boxTrame::after,
  section#article .boxTrame::after {
  background: radial-gradient(6px 6px, white, white), radial-gradient(6px 6px, black, white), radial-gradient(6px 6px, #a4a4a4, white);
  background-size: 6px 6px;
  }

  section#allMedia.articles-list-article{
    display: none;
  }

  section#allMedia .item_article .bulle,
  section#allMedia .item_article .title,
  section#allMedia .item_article .meta_info,
  section#allMedia .item_article .author {
    display: block;
  }

  section#allMedia .item_article .meta_info ul{
    border: 1px solid var(--rouge);
    display: inline-block;

  }

  section#allMedia .item_article .meta_info li{
    z-index: 3;
    padding: 1em;
    width: auto;
    font-family: "HKGrotesk-Medium";
    font-size: 1.3em;
    margin-bottom: 0;
    bottom: 0;
    position: relative;
    color: var(--rouge);
    border-radius: 0px;
    background: #ffffff;
    /* background-color: transparent; */
  }
  
  section#allMedia.articles-list-home .item_article:nth-of-type(5){
    margin-top: 0;
  }
  section#allMedia.articles-list-home .item_article:nth-of-type(8){
    margin-bottom: 1vh;
  }

  section#allMedia .item_article:nth-of-type(1) .title.bulle_title{
    font-size: 3em;
    margin-left: 10vw;
    margin-top: 3vh;
  }

  section#allMedia .item_article:nth-of-type(2) .title.bulle_title{
    font-size: 3em;
    margin-left: 20vw;
    margin-top: 0vh;
    width: 18vw;
    padding: 1em 6em 2em 1em;
  }

  section#allMedia .item_article:nth-of-type(3) .title.bulle_title{
    font-size: 3em;
    margin-left: 28vw;
    margin-top: 2vh;
    padding: 1em;
    width: 29vw;
  }

  section#allMedia .item_article:nth-of-type(4) .title.bulle_title{
    font-size: 3em;
    margin-left: 22vw;
    margin-top: 3vh;
    width: 32vw;
  }

  section#allMedia .item_article:nth-of-type(5) .title.bulle_title{
    font-size: 3em;
    margin-left: 22vw;
    margin-top: 2vh;
    padding: 2em 2em 0em 2em;
    width: 26vw;
  }

  section#allMedia .item_article:nth-of-type(6) .title.bulle_title{
    font-size: 3em;
    margin-left: 19vw;
    margin-top: 1vh;
    padding: 12vw;
    width: 39vw;
  }

  section#allMedia .item_article:nth-of-type(7) .title.bulle_title{
    font-size: 3em;
    margin-left: 20vw;
    margin-top: 3vh;
    width: 50vw;
    padding: 8vw;
  }

  section#allMedia .item_article:nth-of-type(8) .title.bulle_title{
    font-size: 3em;
    margin-left: 24vw;
    margin-top: 2vh;
    padding: 8vw;
    width: 35vw;
    background-size: 50vw;
    background-position: 0vw;
  }

  section#article .content{
    padding-bottom: 5vh;
  }

  nav#navVolet2{
    /* position: relative; */
    /* margin-top: 10vh; */
		position: absolute;
		top: 10vh;
		width: 100%;
  }

  nav#navVolet2 ul{
    margin-top: 0;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
 
  nav#navVolet2 ul li a{
    position: relative;
    font-size: 1.5em;
    padding-top: 0.2vh
  }

  nav#navVolet2 ul li {
    text-orientation: initial;
    writing-mode: horizontal-tb;
    letter-spacing: 5px;
    height: 4vh;
    display: flex;
  }

  nav#navVolet2 ul li.ressources a,
  nav#navVolet2 ul li.volet1 a,
  nav#navVolet2 ul li.editoV2 a,
  nav#navVolet2 ul li.aproposV2 a {
    left: 0;
    top:0;
    padding-top: 1.5vw;
    width: 100%;
    height:3vh;
  }

  main#main-article nav#navVolet2{
    display: none;
  }

  section#article{
    width: 100vw;
    padding-top: 12vh;
  }

  section#article header{
    margin-left: 6vw;
    margin-right: 6vw;
  }

  section#article .title{
    margin: 0;
    font-size: 5em;
    word-wrap: break-word;
  }

  section#article .content{
    margin-right: 6vw;
    /* padding-bottom: 20vh; */
		padding-bottom: 650px;
  }

  section#article .content .retourHome{
    position: fixed;
    top:11vh;
    right: 2vw;
    background-image: url(../image/svgs/backHome.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  section#article .content ul{
    width:100%;
  }

  section#article .content .retourhome {
    background-image: url(../image/svgs/backHome.svg);
    left: 6vw;
    bottom: 1vh;
    width: 17vw;
    z-index: 1;
    /* left: 0;
    bottom: 1vh;
    width: 17vw;
    border: 1px solid var(--bleuClair);
    position: fixed;
    color: var(--bleuClair);
    -webkit-text-stroke: 2px var(--bleuClair);
    text-align: center;
    font-size: 3em;
    background: white;
    border-radius: 100px;
    z-index: 1;
    margin-left: 5.5vw; */
}

.sticky {
	top: -3em;
}

.btn_lexique  { 
	margin-bottom: 2.5vw;
	font-size: 1.2em;
	line-height: 2em;
	display: inline-block;
}

.lockpage {
	display: none !important;
}

.btn-start {

	width: 370px !important;
	text-align: center;
	margin: 0 auto
}

}


