@font-face {
  font-family: 'Circular';
  src: url("t/CircularStd-Book.woff2") format("woff2"), url("t/CircularStd-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/*@font-face {
    font-family: 'Graphik';
    src: url('t/Graphik-Regular.woff2') format('woff2'),
         url('t/Graphik-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}*/
@font-face {
  font-family: 'Graphik';
  src: url("t/Graphik-Medium.woff2") format("woff2"), url("t/Graphik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("t/Graphik-Semibold.woff2") format("woff2"), url("t/Graphik-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("t/Graphik-Bold.woff2") format("woff2"), url("t/Graphik-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/*vars*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.plein {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.cover:not(.spe) {
  position: relative;
}

.cover:not(.spe) > div {
  width: 4vw;
  height: 4vw;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-clip-path: circle(0vw at center);
          clip-path: circle(0vw at center);
}

.cover:not(.spe) > div img {
  width: 100%;
  height: 100%;
}

a:hover .cover:not(.spe) > div {
  -webkit-clip-path: circle(2vw at center);
          clip-path: circle(2vw at center);
}

.playVid:hover > div {
  -webkit-clip-path: circle(4vw at center);
          clip-path: circle(4vw at center);
}

.clear {
  float: none;
  clear: both;
}

.wrap {
  width: 87%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .wrap {
    width: 92%;
  }
}

.flex {
  display: -webkit-box;
  display: flex;
}

a {
  text-decoration: none;
  color: inherit;
  /**{pointer-events:none;}*/
}

.pointer {
  cursor: pointer;
}

.pointer * {
  pointer-events: none;
}

.zoom {
  overflow: hidden;
}

.zoom .cover {
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.zoom:hover .cover {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

body {
  background: #111;
  color: #fff;
  font-family: 'Graphik';
  /*&::after{content:"";width:1px;top:0;position:fixed;height:100vh;background: #FFF;left:50%;}*/
}

body.bloqueScroll {
  overflow: hidden;
}

@media (max-width: 767px) {
  body.bloqueScroll {
    height: 0;
  }
}

#menu .h2, #recherche .h2 {
  text-transform: uppercase;
  font: 700 normal 1.2vw/normal 'Graphik';
  display: block;
  padding: 1.2vw 0;
  margin: 1.7vw 0 0;
}

#menu .h2.spe, #recherche .h2.spe {
  margin: 2.3vw 0 0;
}

@media (max-width: 767px) {
  #menu .h2, #recherche .h2 {
    font: 700 normal 15px/normal 'Graphik';
    padding: 15px 0;
    margin: 21px 0 0;
  }
  #menu .h2.spe, #recherche .h2.spe {
    margin: 29px 0 0;
  }
}

#menu .classic, #recherche .classic {
  font: 500 normal 1.2vw/normal 'Graphik';
  display: block;
  padding: 0.6vw 0;
}

#menu .classic:hover, #recherche .classic:hover {
  color: #edd337;
}

@media (max-width: 767px) {
  #menu .classic, #recherche .classic {
    font: 500 normal 15px/normal 'Graphik';
    padding: 8px 0;
  }
}

#recherche {
  position: fixed;
  z-index: 10;
  background: #000;
  overflow: hidden;
  display: none;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

@media (max-width: 767px) {
  #recherche {
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    overflow-y: auto;
    padding: 0 0 110px;
  }
}

#recherche.actif {
  display: block;
}

#recherche .wrap {
  position: relative;
  padding: 2.7vw 0 0;
}

#recherche .wrap input {
  display: block;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #edd337;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  font: 700 normal 3.1vw/6.4vw 'Graphik';
  color: #FFF;
}

@media (max-width: 767px) {
  #recherche .wrap input {
    font: 700 normal 20px/50px 'Graphik';
  }
}

#recherche .flex {
  padding: 0.8vw 0 0;
}

#recherche .flex > div:nth-child(1) {
  -webkit-box-flex: 0;
          flex: 0 0 calc((0.87 * 100vw + 2.5vw)/2);
  padding: 0 2.5vw 0 0;
}

#recherche .flex > div:nth-child(2) {
  -webkit-box-flex: 0;
          flex: 0 0 calc((0.87 * 100vw + 2.5vw)/4);
  padding: 0 2.5vw 0 0;
}

#recherche .flex > div:nth-child(3) {
  -webkit-box-flex: 0;
          flex: 0 0 calc((0.87 * 100vw + 2.5vw)/4);
  padding: 0 2.5vw 0 0;
}

@media (max-width: 767px) {
  #recherche .flex {
    flex-wrap: wrap;
    padding: 10px 0 0;
  }
  #recherche .flex > div:nth-child(1) {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    padding: 0;
  }
  #recherche .flex > div:nth-child(2) {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    padding: 0;
  }
  #recherche .flex > div:nth-child(3) {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    padding: 0;
  }
}

#recherche .h2 {
  color: #edd337;
  padding-top: 4.5vw;
}

#recherche .classic {
  font-weight: 400;
}

#recherche .cover {
  height: 23.8vw;
  display: block;
  width: 100%;
  margin: 0.8vw 0 0;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  #recherche .cover {
    height: 51.5vw;
    margin: 10px 0 0;
  }
}

#recherche .cover::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #000;
  opacity: 0.2;
}

#recherche .cover > div {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

#recherche .cover > div span {
  color: #edd337;
  font: 600 normal 0.9vw/normal 'Graphik';
  text-transform: uppercase;
}

#recherche .cover > div div {
  color: #f5f5f5;
  font: 600 normal 3.2vw/normal 'Graphik';
  padding: 2.3vw 9.7vw 0;
}

@media (max-width: 767px) {
  #recherche .cover > div span {
    font: 600 normal 12px/12px 'Graphik';
  }
  #recherche .cover > div div {
    font: 600 normal 25px/28px 'Graphik';
    padding: 15px 24px 0;
  }
}

#recherche .stag {
  opacity: 0;
  /*transform:translateY(-10vw);*/
}

.close {
  position: absolute;
  right: -1vw;
  top: 0;
  padding: 1.2vw 1vw;
  width: 4vw;
  cursor: pointer;
  opacity: 0;
}

@media (max-width: 767px) {
  .close {
    right: calc(4vw - 20px);
    top: calc(4vw - 10px);
    padding: 10px;
    width: 50px;
    height: 50px;
  }
}

#menu {
  position: fixed;
  z-index: 10;
  background: #000;
  overflow: hidden;
  display: none;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

@media (max-width: 767px) {
  #menu {
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    overflow-y: auto;
  }
}

#menu.actif {
  display: block;
}

#menu #sentence {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font: 700 normal 15vw/normal 'Graphik';
  white-space: nowrap;
  color: #111;
  z-index: -1;
  opacity: 0;
}

#menu .flex {
  position: relative;
}

#menu .flex > div {
  height: 100vh;
}

#menu .flex > div:nth-child(1) {
  -webkit-box-flex: 0;
          flex: 0 0 44%;
  color: #edd337;
  text-transform: uppercase;
  padding: 9vw 0 0;
  font: 700 normal 2.1vw/normal 'Graphik';
}

#menu .flex > div:nth-child(1) img, #menu .flex > div:nth-child(1) svg {
  width: 17.6vw;
  display: block;
  margin: 0 0 3vw;
  height: 2.4vw;
}

#menu .flex > div:nth-child(2) {
  -webkit-box-flex: 0;
          flex: 0 0 56%;
  position: relative;
}

@media (max-width: 767px) {
  #menu .flex {
    flex-wrap: wrap;
  }
  #menu .flex > div {
    height: auto;
  }
  #menu .flex > div:nth-child(1) {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    padding: 110px 0 30px;
    font: 700 normal 18px/normal 'Graphik';
  }
  #menu .flex > div:nth-child(1) img, #menu .flex > div:nth-child(1) svg {
    width: 148px;
    height: auto;
    margin: 0 0 30px;
  }
  #menu .flex > div:nth-child(2) {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
}

#menu .ib {
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
  width: 100%;
}

#menu .ib > div {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

#menu .ib .social a {
  margin: 0 1.6vw 0 0;
}

#menu .ib a:hover {
  color: #edd337;
}

@media (max-width: 767px) {
  #menu .ib {
    -webkit-transform: none;
            transform: none;
    position: relative;
    top: auto;
  }
  #menu .ib > div {
    display: block;
    width: 100%;
  }
}

#menu .stag {
  opacity: 0;
  -webkit-transform: translateY(-10vw);
          transform: translateY(-10vw);
}

#menu .lang {
  font: 400 normal 1.2vw/normal 'Circular';
  text-transform: uppercase;
  margin: 3.7vw 0 0;
  pointer-events: none;
}

#menu .lang a {
  pointer-events: initial;
}

#menu .lang a.current {
  font-weight: 700;
}

@media (max-width: 767px) {
  #menu .lang {
    font: 400 normal 15px/normal 'Circular';
    margin: 47px 0 0;
    padding: 0 0 110px;
  }
}

header {
  position: fixed;
  z-index: 2;
  font-size: 0;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  background: #000;
}

header .wrap {
  position: relative;
  z-index: 4;
}

header .logo {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-53%);
          transform: translateY(-53%);
  padding: 1vw 0;
}

header .logo img, header .logo svg {
  width: 11.4vw;
}

@media (max-width: 767px) {
  header .logo img, header .logo svg {
    width: 148px;
  }
}

header a:not(.logo) {
  font: 700 normal 0.94vw/4.3vw 'Graphik';
  padding: 0 1vw;
  display: inline-block;
}

header a:not(.logo):hover {
  color: #edd337;
}

@media (max-width: 767px) {
  header a:not(.logo) {
    display: none;
  }
}

header .toSearch {
  width: 1.5vw;
  padding: 1.3vw 0;
  vertical-align: top;
  margin: 0 0 0 1vw;
  height: 4.2vw;
}

header .toSearch:hover path {
  fill: #edd337;
}

@media (max-width: 767px) {
  header .toSearch {
    height: 56px;
    width: 18px;
    padding: 19px 0;
  }
}

header .toMenu {
  width: 2.6vw;
  padding: 1.5vw 0;
  vertical-align: top;
  margin: 0 0 0 2.7vw;
  height: 4.2vw;
}

header .toMenu:hover g {
  stroke: #edd337;
}

@media (max-width: 767px) {
  header .toMenu {
    height: 56px;
    padding: 19px 0;
    width: 38px;
    margin: 0 0 0 30px;
  }
}

header #volet {
  position: absolute;
  background: #000;
  z-index: -1;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: 3;
}

.home header {
  background: transparent;
}

.home header::after {
  content: "";
  width: 87%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 6.5vw;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}

@media (max-width: 767px) {
  .home header::after {
    width: 92%;
    left: 4vw;
  }
}

footer {
  background: #000;
  padding: 3.4vw 0 0;
}

footer .credit {
  background: #111;
  text-align: center;
  color: #7b7b7b;
  font: 400 normal 0.85vw/2.6vw 'Circular';
  clear: both;
}

footer .credit a:hover {
  color: #edd337;
}

footer .grosMot {
  float: left;
  padding: 0 0 2.8vw;
  line-height: 8.6vw;
}

footer .right {
  float: right;
  text-align: right;
  font-size: 0;
}

footer .right .logo {
  display: inline-block;
  padding: 0.3vw 0 1.3vw;
}

footer .right .logo img, footer .right .logo svg {
  width: 11.4vw;
}

@media (max-width: 767px) {
  footer {
    padding: 43px 0 0;
  }
  footer .credit {
    font: 400 normal 10px/1.5 'Circular';
    text-align: left;
    padding: 10px 4%;
  }
  footer .grosMot {
    line-height: 0.96;
    padding: 0 0 34px;
  }
  footer .right {
    float: none;
    text-align: left;
  }
  footer .right .logo svg {
    width: 148px;
  }
  footer .wrap {
    padding: 0 0 54px;
  }
}

.social {
  padding: 0.8vw 0 3.3vw;
}

.social a {
  display: inline-block;
  margin: 0 0 0 1.6vw;
}

.social img, .social svg {
  width: 2.5vw;
  height: 2.5vw;
}

.social img:hover path, .social svg:hover path {
  fill: #edd337;
}

.social img:hover circle, .social svg:hover circle {
  stroke: #edd337;
}

@media (max-width: 767px) {
  .social {
    padding: 40px 0 30px;
  }
  .social a {
    margin: 0 20px 0 0;
  }
  .social svg {
    width: 32px;
    height: 32px;
  }
}

.liens {
  font: 400 normal 0.94vw/normal 'Circular';
}

.liens a {
  padding: 0.5vw 0;
  display: inline-block;
}

.liens a:hover {
  color: #edd337;
}

@media (max-width: 767px) {
  .liens {
    font: 400 normal 12px/normal 'Circular';
  }
  .liens a {
    padding: 10px 0;
  }
}

h2 {
  font: 600 normal 2vw/normal 'Graphik';
}

h2.artiste {
  font: 700 normal 5.6vw/normal 'Graphik';
  padding: 0 0 2.3vw;
}

h3 {
  font: 600 normal 1.4vw/2vw 'Graphik';
  padding: 1.4vw 0 0;
}

h4 {
  font: 700 normal 1.24vw/normal 'Graphik';
  color: #edd337;
  text-transform: uppercase;
  padding: 0 0 3.9vw;
}

h5 {
  font: 400 normal 2.3vw/normal 'Circular';
  padding: 0 0 3.9vw;
}

h6 {
  font: 500 normal 0.8vw/normal 'Graphik';
  color: #111;
  text-transform: uppercase;
  padding: 1.5vw 0 0;
}

@media (max-width: 767px) {
  h2 {
    font: 600 normal 25px/normal 'Graphik';
    padding: 0 0 6px;
  }
  h2.artiste {
    font: 700 normal 50px/normal 'Graphik';
    padding: 0 0 21px;
  }
  h3 {
    font: 600 normal 19px/normal 'Graphik';
    padding: 16px 0 6px;
  }
  h4 {
    font: 700 normal 15px/normal 'Graphik';
    padding: 0 0 30px;
  }
  h5 {
    font: 400 normal 25px/30px 'Circular';
    padding: 0 0 30px;
  }
  h6 {
    font: 500 normal 10px/normal 'Graphik';
    padding: 19px 0 0;
  }
  .cover:not(.playVid) img {
    display: none;
  }
}

.grosMot {
  font: 700 normal 9.5vw/normal 'Graphik';
  color: #edd337;
}

.grosMot span {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .grosMot {
    font: 700 normal 70px/0.96 'Graphik';
  }
}

p {
  font: 400 normal 1.2vw/2vw 'Circular';
}

.content p {
  font: 400 normal 1.4vw/2.1vw 'Circular';
}

.content p:not(:first-child) {
  padding: 2vw 0 0;
}

@media (max-width: 767px) {
  .content p {
    font: 400 normal 18px/26px 'Circular';
  }
  .content p:not(:first-child) {
    padding: 26px 0 0;
  }
}

p span {
  font-weight: 600;
}

@media (max-width: 767px) {
  p {
    font: 400 normal 15px/1.67 'Circular';
  }
}

.pushMots {
  display: block;
}

.pushMots div div div {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pushMots:hover div div div {
  color: #edd337 !important;
}

/*general*/
.blanc {
  background: #f5f5f5;
  color: #111;
}

.titre {
  position: relative;
  padding: 0 0 0 1.6vw;
  margin: 0 0 2.3vw;
}

.titre::before {
  content: "";
  width: 2px;
  height: calc(100% - 0.4vw);
  position: absolute;
  top: 0.2vw;
  left: 0;
  background: #edd337;
}

@media (max-width: 767px) {
  .titre {
    padding: 0 0 0 20px;
    margin: 0 0 50px;
  }
  .titre::before {
    height: calc(100% - 4px);
  }
}

.sub {
  color: #edd337;
  font: 500 normal 1.2vw/normal 'Graphik';
}

@media (max-width: 767px) {
  .sub {
    font: 500 normal 15px/normal 'Graphik';
  }
}

.cta {
  border: 1px solid #edd337;
  text-transform: uppercase;
  color: #edd337;
  display: inline-block;
  height: 2.9vw;
  border-radius: 1.5vw;
  margin: 0 0 5.8vw;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.cta::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #edd337;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.cta.noir::before {
  background: #111;
}

.cta:hover {
  /*color:#111;*/
}

.cta:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.cta:hover svg {
  -webkit-transform: translate(3.3vw, -50%);
          transform: translate(3.3vw, -50%);
}

@media (max-width: 767px) {
  .cta:hover svg {
    -webkit-transform: translate(35px, -50%);
            transform: translate(35px, -50%);
  }
}

.cta:hover svg path {
  fill: #111;
}

.cta.noir:hover {
  /*color:#fff;*/
}

.cta.noir:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.cta.noir:hover svg path {
  fill: #fff;
}

.blanc .cta {
  border: 1px solid #111;
  color: #111;
}

.cta img, .cta svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.4vw;
  left: 1.1vw;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.cta svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.cta span {
  top: 50%;
  padding: 0 2vw 0 3.4vw;
  font: 700 normal 0.9vw/2.9vw 'Graphik';
  -webkit-transform: translateY(-2%);
          transform: translateY(-2%);
  white-space: nowrap;
}

@media (max-width: 767px) {
  .cta {
    height: 36px;
    border-radius: 18px;
    margin: 0 0 50px;
  }
  .cta span {
    font: 700 normal 11px/36px 'Graphik';
    padding: 0 18px 0 40px;
  }
  .cta svg {
    width: 16px;
    left: 16px;
  }
}

/*-----------------------*/
/*-----------------------*/
/*home*/
/*-----------------------*/
/*-----------------------*/
#slider {
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /*> .wrap{pointer-events:none;}*/
}

#slider .cover {
  position: absolute;
}

#slider .cover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.2;
}

#slider .wrap {
  z-index: 4;
  position: relative;
  height: 100vh;
}

#slider .wrap .datas {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-58%);
          transform: translateY(-58%);
  opacity: 0;
}

#slider .wrap p {
  width: calc(50% - 1.25vw);
}

@media (max-width: 767px) {
  #slider .wrap p {
    width: 92vw;
  }
}

#slider .numeros {
  position: absolute;
  left: 5.6vw;
  bottom: 5.4vw;
  font-size: 0;
  z-index: 5;
}

@media (max-width: 767px) {
  #slider .numeros {
    left: calc(4vw - 10px);
    bottom: 24vw;
  }
}

#slider .numeros > div {
  font: 600 normal 1.2vw/normal 'Graphik';
  display: inline-block;
  padding: 0 0.9vw;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 3.4vw;
}

@media (max-width: 767px) {
  #slider .numeros > div {
    font: 600 normal 14px/normal 'Graphik';
    width: auto;
    padding: 0 10px;
  }
}

#slider .numeros > div.current {
  color: #edd337;
  pointer-events: none;
  width: 18vw;
}

@media (max-width: 767px) {
  #slider .numeros > div.current {
    width: auto;
  }
}

#slider .numeros > div > div {
  width: 13.2vw;
  height: 2px;
  background: #FFF;
  display: inline-block;
  font-size: 0;
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3.8vw;
}

#slider .numeros > div > div div {
  background: #edd337;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

@media (max-width: 767px) {
  #slider .numeros > div > div {
    display: none;
  }
}

#slider .imagesFond {
  position: absolute;
}

#slider .imagesFond > div {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

#slider .imagesFond .innerCover {
  position: absolute;
  overflow: hidden;
}

#slider .imagesFond .innerCover .cover {
  position: absolute;
}

#slider .imagesFond .current {
  z-index: 2;
  pointer-events: initial;
  opacity: 1;
}

#slider .imagesFond .current .datas {
  opacity: 1;
}

#slider .imagesFond .next {
  z-index: 1;
  opacity: 1;
}

#concerts {
  padding: 11.7vw 0 0;
}

@media (max-width: 767px) {
  #concerts {
    padding: 50px 0 0;
  }
}

#concerts .flex > div:first-child {
  -webkit-box-flex: 0;
          flex: 0 0 48.6%;
  position: relative;
}

#concerts .flex > div:first-child a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#concerts .flex > div:first-child .cover {
  height: 23.75vw;
}

#concerts .flex > div:last-child {
  -webkit-box-flex: 1;
          flex: 1 1 100%;
}

@media (max-width: 767px) {
  #concerts .flex {
    display: block;
    width: 100%;
  }
  #concerts .flex > div {
    width: 100%;
    display: block;
    -webkit-box-flex: 0;
            flex: none;
  }
  #concerts .flex > div:first-child a {
    position: relative;
  }
  #concerts .flex > div:first-child .cover {
    height: 51.5vw;
  }
}

#concerts .liste {
  font-size: 0;
}

#concerts .liste > div {
  display: inline-block;
  width: 50%;
  font-size: 10px;
  vertical-align: top;
  padding: 0 0 2.8vw 2.5vw;
}

#concerts .liste > div .cover {
  height: 11.2vw;
}

#concerts .liste .cta {
  margin-left: 2.5vw;
  margin-top: 1vw;
}

@media (max-width: 767px) {
  #concerts .liste > div {
    display: block;
    width: 100%;
    padding: 0;
    margin: 30px 0 0;
  }
  #concerts .liste > div .cover {
    height: 51.5vw;
  }
  #concerts .liste .cta {
    margin-left: 0;
    margin-top: 45px;
  }
}

.bloque {
  opacity: 0.3;
  pointer-events: none;
}

.hori {
  padding: 5.8vw 0 0;
  overflow: hidden;
  /*.cta{margin-left:auto;margin-right:auto;}*/
}

@media (max-width: 767px) {
  .hori {
    padding: 50px 0 0;
  }
}

.hori .navigation {
  font-size: 0;
  position: relative;
  margin: 3.9vw 0 0;
}

.hori .navigation img, .hori .navigation svg {
  width: 3.1vw;
  height: 3.1vw;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.hori .navigation img path, .hori .navigation svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.hori .navigation img.droite, .hori .navigation svg.droite {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.hori .navigation img:hover path, .hori .navigation svg:hover path {
  -webkit-transform: translateX(-0.14vw);
          transform: translateX(-0.14vw);
}

@media (max-width: 767px) {
  .hori .navigation {
    width: 90px;
    position: absolute;
    right: 4vw;
    margin: 27px 0 0;
  }
  .hori .navigation img, .hori .navigation svg {
    width: 40px;
    height: 40px;
  }
}

.hori .navigation .progress {
  width: calc(100% - 12.4vw);
  left: 6.2vw;
  height: 3px;
  background: #111;
  position: absolute;
  top: calc(50% - 2px);
}

.hori .navigation .progress::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
}

.hori .navigation .progress div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #edd337;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .hori .navigation .progress {
    display: none;
  }
}

.hori .innerCta {
  text-align: center;
  padding: 4vw 0 0;
}

@media (max-width: 767px) {
  .hori .innerCta {
    text-align: left;
    padding: 30px 0 0;
  }
}

.defilement {
  font-size: 0;
  white-space: nowrap;
}

.defilement > a, #focus .defilement > div > a {
  display: inline-block;
  margin: 0 2.5vw 0 0;
  width: calc((0.87 * 100vw - 7.5vw)/4);
  vertical-align: top;
  white-space: initial;
}

.defilement > a .cover, #focus .defilement > div > a .cover {
  height: 11.2vw;
}

@media (max-width: 767px) {
  .defilement > a, #focus .defilement > div > a {
    width: 68vw;
    margin: 0 32px 0 0;
  }
  .defilement > a .cover, #focus .defilement > div > a .cover {
    height: 38vw;
  }
}

.push {
  display: block;
  height: 100vh;
  text-align: center;
  position: relative;
}

.push .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.push::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.2;
}

.push div:not(.cover) {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-58%);
          transform: translateY(-58%);
  z-index: 1;
}

.push p {
  width: 42.3vw;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .push p {
    width: 92vw;
  }
}

.fixe .fixed {
  position: fixed !important;
  width: calc(0.486 * 87vw) !important;
  left: 6.5vw !important;
  top: calc(0.068 * 100vw) !important;
}

.fixe .fixed2 {
  position: absolute;
  bottom: calc(0.058 * 100vw) !important;
  top: auto !important;
}

#one2one {
  padding: 5.8vw 0 0;
  position: relative;
}

@media (max-width: 767px) {
  #one2one {
    padding: 50px 0;
  }
  #one2one .cta {
    position: absolute;
    top: calc(100% - 87px);
  }
}

#one2one .flex > div:first-child a {
  display: block;
}

#one2one .flex > div:first-child a:not(.current) {
  display: none;
}

#one2one .flex > div:last-child {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 13.6vw 0 0 4.4vw;
}

@media (max-width: 767px) {
  #one2one .flex {
    flex-wrap: wrap;
  }
  #one2one .flex > div:first-child {
    -webkit-box-ordinal-group: 3;
            order: 2;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
  #one2one .flex > div:last-child {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    padding: 0;
  }
}

#one2one .content {
  padding: 0 0 4vw 0;
}

@media (max-width: 767px) {
  #one2one .content {
    padding: 0 0 30px 0;
  }
}

.specialPush {
  -webkit-box-flex: 0;
          flex: 0 0 50.7vw;
}

.specialPush > a > *:not(.cover) {
  padding-left: 3.3vw;
}

@media (max-width: 767px) {
  .specialPush > a > *:not(.cover) {
    padding-left: 0;
  }
}

.specialPush > a > .cover {
  height: 28.5vw;
}

@media (max-width: 767px) {
  .specialPush > a > .cover {
    height: 51.5vw;
  }
}

.specialPush .nav {
  text-align: right;
  width: 42.25vw;
  font-size: 0;
}

.specialPush .nav img, .specialPush .nav svg {
  display: inline-block;
  margin: 0 0 0 0.8vw;
  width: 3.1vw;
  height: 3.1vw;
  /*&:first-child{opacity:0.5;}*/
}

.specialPush .nav img path, .specialPush .nav svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.specialPush .nav img:last-child, .specialPush .nav svg:last-child {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.specialPush .nav img:hover path, .specialPush .nav svg:hover path {
  -webkit-transform: translateX(-0.14vw);
          transform: translateX(-0.14vw);
}

@media (max-width: 767px) {
  .specialPush .nav {
    width: 100%;
    margin: 30px 0 0;
  }
  .specialPush .nav img, .specialPush .nav svg {
    width: 40px;
    height: 40px;
    margin: 0 0 0 10px;
  }
  .specialPush .nav img:last-child, .specialPush .nav svg:last-child {
    float: right;
  }
}

#archives {
  font-size: 0;
  padding: 5.8vw 0 0;
  position: relative;
}

@media (max-width: 767px) {
  #archives {
    padding: 50px 0 calc(92vw + 125px);
  }
}

#archives .wrap > div {
  display: inline-block;
  font-size: 10px;
  vertical-align: top;
}

#archives .wrap > div:first-child {
  width: 22.4vw;
}

#archives .wrap > div:first-child .cover {
  height: 22.4vw;
  margin: 0 0 1.4vw;
}

#archives .wrap > div:last-child {
  width: 64.6vw;
  padding: 0 0 0 9.9vw;
}

@media (max-width: 767px) {
  #archives .wrap > div:first-child {
    position: absolute;
    bottom: 0;
    width: 92vw;
  }
  #archives .wrap > div:first-child .cover {
    height: 92vw;
    margin: 0 0 27px;
  }
  #archives .wrap > div:last-child {
    width: 100%;
    padding: 0;
  }
}

#archives .flex {
  margin: 0 0 2.5vw;
  position: relative;
}

#archives .flex:not(:first-child) {
  padding-top: calc(2.5vw + 3px);
}

#archives .flex::after {
  content: "";
  width: 100%;
  display: block;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: calc(-2.5vw - 3px);
  left: 0;
}

@media (max-width: 767px) {
  #archives .flex {
    margin: 0 0 19px;
  }
  #archives .flex:not(:first-child) {
    padding-top: 23px;
  }
  #archives .flex::after {
    bottom: -23px;
    height: 2px;
  }
}

#archives .flex > div:first-child {
  -webkit-box-flex: 0;
          flex: 0 0 calc((0.87 * 100vw - 7.5vw)/4);
}

#archives .flex > div:first-child .cover {
  height: 11.2vw;
}

#archives .flex > div:last-child {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 0 0 0 2.5vw;
}

@media (max-width: 767px) {
  #archives .flex > div:last-child {
    padding: 0 0 0 16px;
  }
}

#archives .flex > div:last-child h3 {
  padding: 0;
}

#archives .flex > div:last-child .date {
  color: #edd337;
  font: 400 normal 0.8vw/normal 'Circular';
  padding: 0.7vw 0 1.7vw;
}

@media (max-width: 767px) {
  #archives .flex > div:last-child .date {
    font: 400 normal 10px/normal 'Circular';
    padding: 8px 0 15px;
  }
}

#archives .flex > div:last-child p {
  font: 400 normal 0.94vw/1.8vw 'Circular';
}

@media (max-width: 767px) {
  #archives .flex > div:last-child p {
    font: 400 normal 12px/21px 'Circular';
  }
}

#archives .cta {
  margin-top: 3.9vw;
}

@media (max-width: 767px) {
  #archives .cta {
    margin-top: 33px;
  }
}

#focus > .cover {
  height: 100vh;
  position: relative;
}

#focus > .cover::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #000;
  opacity: 0.2;
}

#focus .grosMot {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

@media (max-width: 767px) {
  #focus .grosMot {
    font-size: 50px;
    line-height: normal;
  }
}

#focus .flex {
  border-top: 3px solid #d8d8d8;
  padding: calc(5.8vw - 3px) 0 11.6vw;
  margin: -11.6vw auto 0;
  z-index: 1;
  position: relative;
  color: #111;
}

@media (max-width: 767px) {
  #focus .flex {
    margin: -110px auto 0;
  }
}

#focus .flex::after {
  content: "";
  width: 100vw;
  height: calc(100% - 11.6vw + 3px);
  bottom: 0;
  left: -6.5vw;
  background: #f5f5f5;
  position: absolute;
  z-index: -1;
}

@media (max-width: 767px) {
  #focus .flex::after {
    left: -4vw;
    height: calc(100% - 110px);
  }
}

#focus .flex > div:first-child {
  -webkit-box-flex: 0;
          flex: 0 0 50.7vw;
}

#focus .flex > div:first-child > a .cover {
  text-align: center;
  position: relative;
}

#focus .flex > div:first-child > a .cover::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #000;
  opacity: 0.2;
}

#focus .flex > div:first-child > a .cover > div {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

#focus .flex > div:first-child > a .cover > div span {
  color: #edd337;
  font: 600 normal 0.9vw/normal 'Graphik';
  text-transform: uppercase;
}

#focus .flex > div:first-child > a .cover > div div {
  color: #f5f5f5;
  font: 600 normal 3.2vw/normal 'Graphik';
  padding: 2.3vw 9.7vw 0;
}

@media (max-width: 767px) {
  #focus .flex > div:first-child > a .cover > div span {
    font: 600 normal 12px/12px 'Graphik';
  }
  #focus .flex > div:first-child > a .cover > div div {
    color: #f5f5f5;
    font: 600 normal 25px/28px 'Graphik';
    padding: 15px 24px 0;
  }
}

#focus .flex > div:first-child .defilement {
  padding: 4vw 0 0;
  white-space: initial;
}

#focus .flex > div:first-child .defilement > div:not(.current) {
  display: none;
}

#focus .flex > div:first-child .defilement a {
  vertical-align: top;
}

#focus .flex > div:first-child .defilement h3 {
  padding: 0.6vw 0;
}

@media (max-width: 767px) {
  #focus .flex > div:first-child .defilement {
    white-space: nowrap;
    padding: 32px 0 0;
  }
  #focus .flex > div:first-child .defilement > div {
    display: inline-block;
  }
  #focus .flex > div:first-child .defilement h3 {
    white-space: normal;
    padding: 10px 0 0;
  }
}

#focus .flex > div:last-child {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 11vw 0 0 4vw;
}

#focus .flex > div:last-child h2 {
  font-size: 1.58vw;
  line-height: 2.1vw;
  padding: 0 0 1.2vw;
}

#focus .flex > div:last-child img {
  display: block;
  width: 100%;
  margin: 2.3vw 0 0;
}

@media (max-width: 767px) {
  #focus .flex > div:last-child {
    padding: calc(62px + 51.5vw) 0 0;
  }
  #focus .flex > div:last-child h2 {
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 15px;
  }
  #focus .flex > div:last-child img {
    margin: 15px 0 0;
  }
}

@media (max-width: 767px) {
  #focus .flex {
    flex-wrap: wrap;
  }
  #focus .flex > div:first-child {
    -webkit-box-flex: 0;
            flex: 0 0 calc(100% + 4vw);
    -webkit-box-ordinal-group: 3;
            order: 2;
    overflow: hidden;
  }
  #focus .flex > div:first-child .nav {
    padding: 0 4vw 0 0;
  }
  #focus .flex > div:last-child {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
}

@media (max-width: 767px) {
  #focus .pushMots {
    width: 92vw;
    position: absolute;
    top: 50px;
  }
}

/*-----------------------*/
/*-----------------------*/
/*about*/
/*-----------------------*/
/*-----------------------*/
.about .leCarou {
  overflow: hidden;
}

.about .hero {
  text-align: center;
  padding: 12.5vw 0 0;
}

.about .hero .logo {
  width: 47vw;
  margin: 0 0 6.3vw;
}

.about .hero .camera {
  width: 31.6vw;
  height: 37.4vw;
  margin: 0 auto;
}

.about .hero .phrase {
  font: 600 normal 5.1vw/6vw 'Graphik';
  margin: -16vw auto 0;
  padding: 0 0 11.7vw;
}

.about .hero .phrase span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.about .hero .phrase span.jaune {
  color: #edd337;
}

.about .hero .lecteur {
  width: 68.2vw;
  height: 38.2vw;
  margin: 0 auto;
  cursor: pointer;
  margin: 0 auto 11.7vw;
  position: relative;
}

.about .hero .lecteur .cover {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.about .hero .lecteur .cover > div {
  width: 8vw;
  height: 8vw;
  -webkit-clip-path: circle(100% at center);
          clip-path: circle(100% at center);
}

.about .hero .lecteur .cover > div img {
  width: 100%;
  height: 100%;
}

.about .hero .lecteur .cover * {
  pointer-events: none;
}

.about .hero .lecteur iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .about .hero {
    padding: 144px 0 0;
  }
  .about .hero .logo {
    width: 80%;
    margin: 0 0 80px;
  }
  .about .hero .camera {
    width: 80%;
    height: 94.6vw;
  }
  .about .hero .phrase {
    font: 600 normal 30px/41px 'Graphik';
    margin: -105px auto 0;
    padding: 0 0 80px;
  }
  .about .hero .lecteur {
    width: 92vw;
    height: 51.5vw;
    margin: 0 auto 80px;
  }
}

.about p {
  font: 600 normal 1.58vw/1.5 'Graphik';
}

@media (max-width: 767px) {
  .about p {
    font: 500 normal 20px/1.5 'Graphik';
  }
}

.about .carou {
  position: relative;
}

.about .carou .innerFlex {
  white-space: nowrap;
  font-size: 0;
  padding: 5.6vw 0 11.7vw;
  /*&:not(:first-child){margin:0 0 0 calc(0.0465 * 87vw);}*/
}

.about .carou .innerFlex > div {
  display: inline-block;
  margin: 0 calc(0.0465 * 87vw) 0 0;
  vertical-align: top;
}

.about .carou .innerFlex > div:nth-child(3n + 1) {
  width: 25.8%;
  padding: 5.8vw 0 0;
}

.about .carou .innerFlex > div:nth-child(3n + 1) .cover {
  height: 26.7vw;
}

.about .carou .innerFlex > div:nth-child(3n + 2) {
  width: 39.1%;
  padding: 14.8vw 0 0;
}

.about .carou .innerFlex > div:nth-child(3n + 2) .cover {
  height: 20.4vw;
}

.about .carou .innerFlex > div:nth-child(3n + 3) {
  width: 25.8%;
}

.about .carou .innerFlex > div:nth-child(3n + 3) .cover {
  height: 26.7vw;
}

@media (max-width: 767px) {
  .about .carou .innerFlex {
    margin: 90px 0 144px;
    padding: 0;
  }
  .about .carou .innerFlex > div {
    margin: 0 50px 0 0;
  }
  .about .carou .innerFlex > div:nth-child(3n + 1) {
    width: calc(92vw - 50px);
    padding: 0 0 0;
  }
  .about .carou .innerFlex > div:nth-child(3n + 1) .cover {
    height: 91.2vw;
  }
  .about .carou .innerFlex > div:nth-child(3n + 2) {
    width: calc(92vw - 50px);
    padding: 40px 0 0;
  }
  .about .carou .innerFlex > div:nth-child(3n + 2) .cover {
    height: 91.2vw;
  }
  .about .carou .innerFlex > div:nth-child(3n + 3) {
    width: calc(92vw - 50px);
    padding: 20px 0 0;
  }
  .about .carou .innerFlex > div:nth-child(3n + 3) .cover {
    height: 91.2vw;
  }
}

.about .carou .flex {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.about .carou > .nav {
  position: absolute;
  bottom: 14.4vw;
  left: 77.3%;
  font-size: 0;
  /*padding:2.7vw 0 0 2.7vw;*/
}

.about .carou > .nav img, .about .carou > .nav svg {
  width: 3.1vw;
  height: 3.1vw;
  display: inline-block;
  margin: 0 0.8vw 0 0;
}

.about .carou > .nav img:last-child, .about .carou > .nav svg:last-child {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.about .carou > .nav img path, .about .carou > .nav svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.about .carou > .nav img:hover path, .about .carou > .nav svg:hover path {
  -webkit-transform: translateX(-0.14vw);
          transform: translateX(-0.14vw);
}

@media (max-width: 767px) {
  .about .carou > .nav {
    width: 90px;
    position: absolute;
    left: 0;
    margin: 0;
    bottom: -64px;
  }
  .about .carou > .nav img, .about .carou > .nav svg {
    width: 40px;
    height: 40px;
  }
  .about .carou > .nav img:last-child, .about .carou > .nav svg:last-child {
    float: right;
  }
}

.about .quatuor {
  padding: 0 0 11.7vw;
}

.about .quatuor .anec {
  color: #FFF;
  font: 500 normal 1.4vw/1.29 'Graphik';
}

@media (max-width: 767px) {
  .about .quatuor {
    padding: 0;
  }
  .about .quatuor .anec {
    font: 500 normal 17px/22px 'Graphik';
    padding: 0 0 50px 0;
  }
  .about .quatuor .titre {
    margin: 0 0 30px;
  }
}

.about .list .moitie {
  float: left;
  padding: 11.7vw 0 0;
}

.about .list .moitie p {
  font-weight: 400;
  padding: 0 0 2.4vw;
}

.about .list .moitie p span {
  font-weight: 700;
}

@media (max-width: 767px) {
  .about .list .moitie p {
    padding: 0 0 30px;
  }
}

.about .list .avons {
  float: right;
  text-align: right;
}

.about .list .avons p {
  color: #edd337;
  font-weight: 700;
  padding: 0 0 0.9vw;
}

.about .list .avons .page {
  display: none;
}

.about .list .avons .page.current {
  display: block;
}

.about .list .avons a:not(.cta) {
  color: #7b7b7b;
  font: 500 normal 1.2vw/1.7 'Graphik';
  display: block;
}

.about .list .avons a:not(.cta):hover {
  color: #f5f5f5;
}

.about .list .avons .nav {
  font-size: 0;
  padding: 2vw 0 0 0;
}

.about .list .avons .nav img, .about .list .avons .nav svg {
  width: 3.1vw;
  height: 3.1vw;
  margin: 0 0 0 0.8vw;
}

.about .list .avons .nav img:first-child, .about .list .avons .nav svg:first-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.about .list .avons .nav img:last-child, .about .list .avons .nav svg:last-child {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.about .list .avons .nav img path, .about .list .avons .nav svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.about .list .avons .nav img:hover path, .about .list .avons .nav svg:hover path {
  -webkit-transform: translateX(-0.14vw);
          transform: translateX(-0.14vw);
}

.about .list .avons .cta {
  color: #7b7b7b;
  border-color: #7b7b7b;
  margin: 1.7vw 0 0;
}

@media (max-width: 767px) {
  .about .list .avons {
    position: absolute;
    bottom: calc(-60px - 51.5vw);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    width: 100%;
    text-align: center;
  }
  .about .list .avons p {
    font-size: 20px;
    padding: 80px 0 15px;
  }
  .about .list .avons a:not(.cta) {
    font: 500 normal 15px/1.7 'Graphik';
  }
  .about .list .avons .nav {
    padding: 20px 0 0;
  }
  .about .list .avons .nav img, .about .list .avons .nav svg {
    width: 40px;
    height: 40px;
    margin: 0 5px;
  }
}

.about .clear {
  padding: 5.8vw 0 0;
}

.about .clear .cover {
  margin: 0 auto;
  width: 42.3vw;
  height: 23.8vw;
}

@media (max-width: 767px) {
  .about .clear {
    padding: 60px 0 0;
  }
  .about .clear .cover {
    width: 92%;
    height: 51.5vw;
  }
}

.about .last {
  padding: 11.7vw 0;
  font: 700 normal 2.7vw/1.34 'Graphik';
}

.about .last div:last-child {
  color: #edd337;
  padding: 3.9vw 0 0;
}

@media (max-width: 767px) {
  .about .last {
    padding: 765px 0 0;
    font: 700 normal 25px/30px 'Graphik';
  }
  .about .last div:last-child {
    padding: 38px 0 80px;
  }
}

.moitie {
  width: calc(50% - 1.25vw);
}

@media (max-width: 767px) {
  .moitie {
    width: 100%;
  }
}

.quatuor {
  font-size: 0;
}

.quatuor > div {
  width: calc((0.87 * 100vw - 7.5vw)/4);
  display: inline-block;
  margin: 0 2.5vw 0 0;
  vertical-align: top;
}

.quatuor > div:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  .quatuor > div {
    width: 100%;
    margin: 0;
  }
  .quatuor .titre h2 {
    font-weight: 700;
    padding: 0 0 4px;
  }
  .quatuor .titre .sub {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .hackMob {
    position: relative;
  }
  .hackMob .moitie, .hackMob .avons {
    float: none !important;
    clear: both !important;
  }
}

/*-----------------------*/
/*-----------------------*/
/*single*/
/*-----------------------*/
/*-----------------------*/
.single .hero {
  background: #111;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
}

.single .hero .wrap {
  padding: 8.2vw 0 5.4vw;
  color: #7b7b7b;
  font-size: 0;
  text-align: right;
}

.single .hero .wrap > * {
  display: block;
  font: 400 normal 0.92vw/normal 'Circular';
}

.single .hero .wrap .dateAuteur {
  padding: 0 0 8.2vw;
  font-weight: 600;
  color: #FFF;
}

@media (max-width: 767px) {
  .single .hero .wrap .dateAuteur {
    position: absolute;
    top: 82px;
    left: 4vw;
    font: 600 normal 12px/normal 'Graphik';
    width: 92vw;
    text-align: left;
  }
}

.single .hero .wrap .cat {
  font-weight: 500;
  padding: 0 0 2vw;
}

.single .hero .wrap .artist {
  font-weight: 400;
  line-height: 1.7;
}

.single .hero .wrap .artist a:hover {
  color: #FFF;
}

.single .hero .wrap .real {
  line-height: 1.7;
  padding: 0 0 4.8vw;
}

.single .hero .wrap .real span {
  font-weight: 500;
}

.single .hero .wrap .real a:hover {
  color: #FFF;
}

.single .hero .wrap .social2 {
  width: 3.3vw;
  display: inline-block;
}

.single .hero .wrap .social2 a {
  width: 3.3vw;
  height: 3.3vw;
  border: 1px solid #7b7b7b;
  display: block;
  position: relative;
}

.single .hero .wrap .social2 a:last-child {
  margin-top: -1px;
}

.single .hero .wrap .social2 a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.single .hero .wrap .social2 a:hover img {
  -webkit-filter: brightness(200%);
          filter: brightness(200%);
}

@media (max-width: 767px) {
  .single .hero .wrap .social2 {
    float: right;
    width: auto;
    font-size: 0;
  }
  .single .hero .wrap .social2 a {
    width: 42px;
    height: 42px;
    display: inline-block;
  }
  .single .hero .wrap .social2 a:last-child {
    margin-top: 0;
    margin-left: -1px;
  }
}

@media (max-width: 767px) {
  .single .hero .wrap {
    text-align: left;
    padding: 27px 0 0;
  }
  .single .hero .wrap > * {
    font: 400 normal 12px/normal 'Circular';
  }
  .single .hero .wrap .cat {
    padding: 0 0 14px;
  }
  .single .hero .wrap #floatLeft {
    float: left;
  }
  .single .hero .wrap .real {
    padding: 0 0 50px;
  }
}

.wrapContent, .wrapContent2 {
  width: 64.8vw;
  z-index: 1;
  position: relative;
  padding: 0 0 11.7vw;
}

.wrapContent h1, .wrapContent2 h1 {
  padding: 8.2vw 0 1.9vw;
  color: #edd337;
  font: 600 normal 3.16vw/1.25 'Graphik';
  width: 42.3vw;
}

.wrapContent .cover, .wrapContent2 .cover {
  display: block;
  width: 100%;
  height: 36.4vw;
  margin: 0 0 1.9vw;
}

.wrapContent .excerpt, .wrapContent2 .excerpt {
  font: 500 normal 2.36vw/1.5 'Graphik';
  text-align: center;
  padding: 1.9vw 0 3.9vw;
}

.wrapContent p, .wrapContent2 p {
  font: 400 normal 1.4vw/1.61 'Circular';
  padding: 0 0 2.24vw;
}

.wrapContent iframe, .wrapContent2 iframe {
  display: block;
  width: 100%;
  height: 36.4vw;
  margin: 0 0 2.4vw;
}

.wrapContent > *:last-child {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .wrapContent, .wrapContent2 {
    width: 100%;
    padding: 0 0 50px;
  }
  .wrapContent h1, .wrapContent2 h1 {
    font: 600 normal 25px/1.2 'Graphik';
    width: 100%;
    padding: 110px 0 25px;
  }
  .wrapContent .cover, .wrapContent2 .cover {
    height: 51.5vw;
  }
  .wrapContent .excerpt, .wrapContent2 .excerpt {
    font: 500 normal 20px/35px 'Graphik';
    padding: 50px 0;
  }
  .wrapContent p, .wrapContent2 p {
    font: 400 normal 18px/29px 'Circular';
    padding: 0 0 28px;
  }
  .wrapContent iframe, .wrapContent2 iframe {
    height: 51.5vw;
    padding: 0 0 28px;
  }
}

.wrapContent {
  padding: 0;
}

@media (max-width: 767px) {
  #innerMob {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  #innerMob > section {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    position: initial;
  }
  #innerMob > section:first-child {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  #innerMob > section:last-child {
    -webkit-box-ordinal-group: 2;
            order: 1;
    background: #111;
  }
}

/*-----------------------*/
/*-----------------------*/
/*category*/
/*-----------------------*/
/*-----------------------*/
.category .hero {
  font-size: 0;
  padding: 8.2vw 0 3.9vw;
  border-bottom: 3px solid #edd337;
  /*p{font-size: inherit;}*/
}

.category .hero > * {
  display: inline-block;
  vertical-align: top;
}

.category .hero > *:last-child {
  margin: 0 0 0 2.5vw;
}

@media (max-width: 767px) {
  .category .hero {
    padding: 110px 0 0;
    border-bottom: 2px solid #edd337;
  }
  .category .hero > *:last-child {
    margin: 50px 0 40px;
  }
}

.category h1 {
  color: #edd337;
  font: 600 normal 5.1vw/0.86 'Graphik';
}

@media (max-width: 767px) {
  .category h1 {
    font: 600 normal 25px/1.2 'Graphik';
  }
}

.category .mea {
  padding: 3.9vw 0;
}

.category .mea > div:last-child {
  padding: 0 0 0 3.9vw;
}

.category .mea > div:last-child h2 {
  font: 600 normal 2.4vw/1.33 'Graphik';
  padding: 0 0 1.2vw;
  margin: -0.5vw 0 0;
}

.category .mea > div:last-child h3 {
  font: 500 normal 1.36vw/normal 'Graphik';
  /*padding:0 0 3.9vw;*/
  padding: 0 0 1vw;
}

.category .mea > div:last-child p {
  padding: 4.5vw 0 0;
  width: 72%;
}

.category .mea .cover {
  height: 28.5vw;
}

@media (max-width: 767px) {
  .category .mea {
    flex-wrap: wrap;
    padding: 50px 0;
  }
  .category .mea .cover {
    height: 51.5vw;
  }
  .category .mea > div {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    padding: 0 !important;
  }
  .category .mea > div:last-child h2 {
    font: 600 normal 19px/normal 'Graphik';
    padding: 16px 0 6px;
  }
  .category .mea > div:last-child h3 {
    font: 400 normal 15px/1.67 'Circular';
    padding: 0;
  }
  .category .mea > div:last-child .auteur {
    padding: 16px 0 0;
  }
  .category .mea > div:last-child p {
    width: 100%;
    padding: 30px 0 0;
  }
}

.category .mustSee {
  padding: 3.9vw 0 0;
}

@media (max-width: 767px) {
  .category .mustSee {
    padding: 50px 0 0;
  }
}

.category .defilement {
  white-space: initial;
  padding: 0 0 3.9vw;
}

.category .defilement > *:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  .category .defilement {
    padding: 0 0 40px;
  }
  .category .defilement a {
    width: 92vw;
    padding: 0;
    margin: 0 0 30px;
  }
  .category .defilement a .cover {
    height: 51.5vw;
  }
}

.category .auteur {
  font: 500 normal 0.92vw/normal 'Graphik';
  color: #7b7b7b;
}

.category .auteur.spe {
  padding: 1.56vw 0 0;
}

@media (max-width: 767px) {
  .category .auteur {
    font: 500 normal 12px/normal 'Graphik';
  }
  .category .auteur.spe {
    padding: 16px 0 0;
  }
}

.category .duo {
  padding: 0 0 3.9vw;
}

@media (max-width: 767px) {
  .category .duo {
    padding: 0;
    margin: -10px 0 0;
  }
}

.category #list {
  position: fixed;
  min-height: 100vh;
  background: #111;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: none;
  opacity: 0;
}

.category #list #bigYear {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  font: 700 normal 18.6vw/normal 'Graphik';
  color: #000;
  white-space: nowrap;
}

.category #list #bigYear span {
  display: inline-block;
}

@media (max-width: 767px) {
  .category #list #bigYear {
    left: 35vw;
    font: 700 normal 80px/normal 'Graphik';
    -webkit-transform: translate(0, -46%);
            transform: translate(0, -46%);
  }
}

.category #list .close2 {
  position: fixed;
  top: 8.2vw;
  right: 16.8vw;
  width: 5vw;
  height: 5vw;
  cursor: pointer;
  z-index: 1;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.category #list .close2:hover {
  -webkit-filter: brightness(200%);
          filter: brightness(200%);
}

@media (max-width: 767px) {
  .category #list .close2 {
    width: 40px;
    height: 40px;
    right: 4vw;
    top: 110px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.category #listCapta {
  text-align: center;
  padding: calc(50vh - 5.15vw) 0 50vh;
  position: relative;
  z-index: 1;
  width: auto;
  display: inline-block;
  margin: 0 0 0 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.category #listCapta a {
  padding: 0.8vw 0;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .category #listCapta a {
    padding: 10px 0;
  }
}

.category #listCapta a:hover {
  color: #edd337;
}

.category #listCapta a > span {
  display: block;
  width: auto;
}

.category #listCapta a > span.l1 {
  font: 600 normal 1.7vw/normal 'Graphik';
}

.category #listCapta a > span.l2 {
  font: 500 normal 1vw/normal 'Graphik';
  padding: 0.7vw 0 0;
}

.category #listCapta a > span.l2 span {
  font-weight: 400;
}

@media (max-width: 767px) {
  .category #listCapta a > span.l1 {
    font: 600 normal 16px/normal 'Graphik';
  }
  .category #listCapta a > span.l2 {
    font: 500 normal 10px/normal 'Graphik';
    padding: 10px 0 0;
  }
}

@media (max-width: 767px) {
  .category #listCapta {
    width: 70%;
    margin: 0;
    -webkit-transform: none;
            transform: none;
    padding: calc(50vh - 60px) 20px 50vh;
  }
}

.category #innerYears {
  position: fixed;
  right: 2.3vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font: 500 normal 1.2vw/normal 'Graphik';
  overflow: hidden;
}

.category #innerYears > div {
  cursor: pointer;
  text-align: right;
  padding: 0.4vw 2.7vw;
  position: relative;
  -webkit-transform: translateX(2.6vw);
          transform: translateX(2.6vw);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.category #innerYears > div:hover, .category #innerYears > div.current {
  color: #edd337;
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}

.category #innerYears > div::after {
  content: "";
  width: 1.7vw;
  height: 2px;
  background: #edd337;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
}

@media (max-width: 767px) {
  .category #innerYears {
    right: 4vw;
    font: 500 normal 16px/normal 'Graphik';
  }
  .category #innerYears > div {
    padding: 4px 33px 4px 0;
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
  }
  .category #innerYears > div::after {
    width: 22px;
  }
}

#toList {
  position: fixed;
  width: 5.2vw;
  height: 5.2vw;
  right: 0;
  top: calc(50% - 2.6vw);
  background: #000;
  cursor: pointer;
  color: #edd337;
  text-align: center;
  text-transform: uppercase;
  font: 500 normal 0.8vw/normal 'Graphik';
  letter-spacing: 0.1vw;
}

#toList * {
  pointer-events: none;
}

#toList img {
  margin: 1.1vw 0 0.6vw;
}

@media (max-width: 767px) {
  #toList {
    width: 65px;
    height: 65px;
    z-index: 1;
    font: 500 normal 11px/normal 'Graphik';
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    top: calc(50% - 33px);
  }
  #toList img {
    margin: 14px 0 6px;
  }
}

.duo {
  font-size: 0;
}

.duo > a {
  display: inline-block;
  margin: 0 2.5vw 0 0;
  width: calc((0.87 * 100vw - 2.5vw)/2);
}

.duo > a .cover {
  height: 23.8vw;
}

.duo > a:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  .duo > a {
    width: 92vw;
    margin: 0 0 30px;
  }
  .duo > a .cover {
    height: 51.5vw;
  }
  .duo > a:last-child {
    margin: 0 0 30px;
  }
}

.voirPlus {
  text-align: center;
  padding: 0 0 11.7vw;
  /*a{
        padding:0 2vw 0 2vw;font:700 normal 0.9vw/2.9vw 'Graphik';text-transform: uppercase;color:$ye;background: #000;display:inline-block;height:2.9vw;border-radius: 1.5vw;
    }*/
}

@media (max-width: 767px) {
  .voirPlus {
    padding: 0;
    font-size: 0;
  }
}
