/* video */

row.accc a.navi:hover{
  color:#fff;
}

/* row.accc a.navi.active:hover{
  color:#999;
} */

.fullscreen-bg-ww {

  position: absolute;
}

.fullscreen-bg-w {

  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;

        animation-name: fade;
        animation-duration: 5s;
        animation-timing-function: linear;
         animation-fill-mode: forwards;

         -webkit-animation-name: fade;
         -webkit-animation-duration: 5s;
         -webkit-animation-timing-function: linear;
          -webkit-animation-fill-mode: forwards;

          -moz-animation-name: fade;
          -moz-animation-duration: 5s;
          -moz-animation-timing-function: linear;
           -moz-animation-fill-mode: forwards;


        }

        @keyframes fade {
        from {opacity: 1;background-color: #131313;}
        to {opacity: 0.55;background-color: #000000;}
        }

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    background-color: #2f2f2f;
    /* opacity: 0.5; */
}

body.bb {
  background-color: #000;
}


.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;

    height: 150%;
    /* min-width: 80%; */


    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);

}

/* @media (max-width: 800px) {
    .fullscreen-bg {
        background: url('../images/bck.jpg') center center / cover no-repeat;
        opacity: 0.9;
    }

    .fullscreen-bg__video,.fullscreen-bg-w {
        display: none;
    }
} */

/* fin video */

img {
width: 100%;
}

input,
textarea:focus,
input:focus {
    outline: none;
}

p,h1,h2,h3,h4,h5,h6,b {
  font-weight: normal;
  letter-spacing: -0.015em;
  text-rendering: optimizeLegibility;
  margin: 10px 0px 10px 0px;
}
ul,li {
  list-style-type: none;
}
a {
  color: coral;
}

festival a {

  color: #222;
    /* color: inherit; */
}

festival.link{
  cursor: pointer;
  -webkit-transition: opacity 0.1s ease-in-out;
     -moz-transition: opacity 0.1s ease-in-out;
     -o-transition: opacity 0.1s ease-in-out;
     -ms-transition: opacity 0.1s ease-in-out;
     transition: opacity 0.1s ease-in-out;
}

festival.link:hover{
  opacity: 0.75;
  -webkit-transition: opacity 0.1s ease-in-out;
     -moz-transition: opacity 0.1s ease-in-out;
     -o-transition: opacity 0.1s ease-in-out;
     -ms-transition: opacity 0.1s ease-in-out;
     transition: opacity 0.1s ease-in-out;
}




/* logo {
  background-image: url(../images/icons/logo.svg);
  background-position: right 3px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 100px;
  position: absolute;
  cursor: pointer;

} */



body {
  font-weight: normal;
  letter-spacing: -0.015em;
  text-rendering: optimizeLegibility;
  margin:0px;
  padding:0px;
  font-family: "h_r",sans-serif;
  margin: 0px;
  color: #222;
  /* line-height: 21px; */
}
h1,h2,h3,h4,h5,h6,b {
font-family: "h_bold";
}
ul.nav {
  padding-left: 0px;
  margin-top: 0px;
  text-align: right;
}
ul.nav li{
  display: inline-flex;
  list-style-type: none;
  text-decoration: none;
  margin-left: 60px;
}
ul.nav li a, a.navi{
  color: #bbb;
  -webkit-transition: color .1s ease-in;
  -moz-transition: color .1s ease-in;
  -o-transition: color .1s ease-in;
  transition: color .1s ease-in;
}
a.navi {

  line-height: 49px;
}
ul.nav li a.active, a.navi.active{
  color: inherit;
}

ul.nav li a:hover, a.navi:hover{
  color: black;
  -webkit-transition: color .1s ease-in;
  -moz-transition: color .1s ease-in;
  -o-transition: color .1s ease-in;
  transition: color .1s ease-in;
}
a {
  text-decoration: none;
}

.title1 {

  margin-top: 18px;
  line-height: 24px;
}

.grey05 {
  color:#888;
}
.dates {
  margin-bottom: 10px;
}
.marg30 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.pad70 {
  padding-bottom: 70px;
  padding-top: 70px;
}
.grey02 {
  color:#ccc;
}
.rouge {
  color: #fff;
  background-color: #f54331;
}
.thumb {

  width: 100%;
  padding-bottom: 67%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;

}

jp {

      font-family: 'jp';
      line-height: 15px;
}

.jap p {
  font-size: 8px;
  letter-spacing: 0.4px;
  line-height: 10px;
  font-family: "jp",sans-serif;
}
.bande {
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 18px;
}
.textv {
      text-orientation: mixed;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      right: -28px;
      z-index: 10;
      bottom: 61px;
      font-family: "jp";
      position: fixed;
      font-size: 18px;
      color: coral;
      /* opacity: 1; */
      border: 0.5px solid coral;
      padding: 4px 13px;
      opacity: 0.8;
}

.textv:hover{
  opacity: 1;
}
::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: rgba(44, 44, 44, 1);
}
::selection {
    color: #fff;
    background: rgba(44, 44, 44, 1);
}

festival{
  margin-bottom: 40px;
  display: block;
}

festival b {
  display: block;
  margin-bottom: 10px;
  font-family: "h_r";
  letter-spacing: -0.02em;
}


#vid-1-w {

	margin-bottom: 40px;
  width: 100%;
}


#vid-1 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.259%;
}

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

#txti {

	color: #111;
    bottom: 6px;
    font-size: 12px;
    background-color: #fff;
    padding: 4px 5px 3px 7px;
    font-family: "h_italic";
    text-align: right;
}

#txti-w {

	position: absolute;
    bottom: 0px;
    right: 0px;
    padding-left: 3px;
}


#txti-w-w {

z-index: 333;
width: 100%;
height: 100%;
opacity: 0;

 -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

#txti-w-w:hover {
opacity: 1;
position: absolute;

 -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

@font-face {
    font-family: 'h_thin';
    src: url('../fonts/h_thin.otf');
}
@font-face {
    font-family: 'h_light';
    src: url('../fonts/h_light.otf');
}
@font-face {
    font-family: 'h';
    src: url('../fonts/h.otf');
}
@font-face {
    font-family: 'h_r';
    src: url('../fonts/h_r.otf');
}
@font-face {
    font-family: 'h_m';
    src: url('../fonts/h_m.otf');
}
@font-face {
    font-family: 'h_italic';
    src: url('../fonts/h_italic.otf');
}
@font-face {
    font-family: 'h_bold';
    src: url('../fonts/h_bold.otf');
}
@font-face {
    font-family: 'jp';
    src: url('../fonts/jp.otf');
}
.container {
  padding-left: 35px;
  padding-right: 35px;
}

.centering, .centering2 {
	  width: 100%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

row2{
  width: 100%;
}
c66{
  width: 65.646%;
  margin-right: 1.49%;
}
@media (min-width: 801px) {
  row2{
  display: inline-block;
  min-width: -webkit-fill-available;
  }
  .left1{
    float: left;
  }
  .right1{
  float: right;
  top: 0px;
  position: sticky;
  position: -webkit-sticky;
  padding-bottom: 50px;
  }
}

c33{
  width: 31.333%;
  margin-left: 1.499%;
}

@media (max-width: 800px) {
  row2{
  display: block;
  }
  c33,c66{
  width: 100%;
  margin-right: : 0%;
  margin-left: 0%;
  }
}
.mc-field-group {
    /* display: inline-flex; */
    width: 100%;
}


  #f1center input {
        width: calc(100% - 48px);
        width: -webkit-calc(100% - 48px);
        width: -moz-calc(100% - 48px);
        width: -o-calc(100% - 48px);

  }






input {
  -webkit-appearance: none;
  -webkit-border-radius:0px;
}

#f1center input {

	background-color: transparent;
    border-bottom: 2px solid #222;
    font-size: var(--font-size);
    font-family: 'h_bold';
    padding-bottom: 0px;
    padding-left: 3px;
    padding-right: 3px;
    color: #999;
    margin-right: 0px;
    margin-top: 20px;
    border-radius: 0;
    overflow: hidden;
    -webkit-appearance: none;
    -webkit-border-radius:0px;

}

input#mc-embedded-subscribe.button {

      border-bottom: none;
      cursor: pointer;
      z-index: 555;
      position: relative;
      right: -4px;
      float: right;
      position: relative;
      top: -46px;
      font-size: var(--h4);
      line-height: 25px;
      opacity: 1;
      width: 42px;
      text-align: left;
      /* margin-left: 0px; */
      overflow: hidden;
      -webkit-transition: opacity 0.1s ease-in-out;
      -moz-transition: opacity 0.1s ease-in-out;
      -o-transition: opacity 0.1s ease-in-out;
      -ms-transition: opacity 0.1s ease-in-out;
      transition: opacity 0.1s ease-in-out;
}

input#mc-embedded-subscribe.button:hover {

    opacity: 0.6;

     -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;

}

input, textarea {
  border-width: 0px;
}




@media (max-width: 800px) {
  .thumb_index2 {
    margin-bottom:10px;
  }
  #thumb_index_w {
    margin-top: 0px;
    margin-bottom: 15px;
  }
}

@media (min-width: 801px) {
  .thumb_index2 {
    margin-bottom:30px;
  }
  #thumb_index_w {
    margin-top: 45px;
    margin-bottom: 15px;
  }
}

/*
#black {

  width: 100%;
    height: inherit;
    position: absolute;
    background-color: burlywood;
    opacity: 0.4;
    z-index: 1;
} */


.thumb_index {

	height: calc(50vh - 45px);
  height: -webkit-calc(50vh - 45px);
  height: -moz-calc(50vh - 45px);
  height: -o-calc(50vh - 45px);
  width: 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  opacity: 0.92;
  -webkit-transition: opacity .05s ease-in;
  -moz-transition: opacity .05s ease-in;
  -o-transition: opacity .05s ease-in;
  transition: opacity .05s ease-in;
}

.thumb_index:hover {

  opacity: 1;

  -webkit-transition: opacity .05s ease-in;
  -moz-transition: opacity .05s ease-in;
  -o-transition: opacity .05s ease-in;
  transition: opacity .05s ease-in;
}

.thumb_index h2, .thumb_index h3 {

margin: 0px;
padding-left: 15px;
padding-top: 15px;
color: #fff;
min-width: 36vh;

 /* ici */

    bottom: 0px;
    position: absolute;
    transform: rotate(-90deg);
    transform: -webkit-rotate(-90deg);
    transform: -moz-rotate(-90deg);
    transform: -o-rotate(-90deg);
    transform-origin: left bottom;
    font-size: var(--h4);
    left: 20px;



}

.thumb_index h3 sstitre {

opacity: 0.5;

}

.rottext {

  position: relative;
    height: 100%;
    float: right;
    right: 25px;
}

/* a la pour vertical*/

.slick-list, .centering {
	height: 100vh;
}

.centering2 {
  padding-bottom: 60%;
}

:root {
  --font-size: 17.5px;
  --ratio: 1.333333;

/* Calculate values */
  --h4: calc(var(--font-size) * var(--ratio));
  --h3: calc(var(--h4) * var(--ratio));
  --h2: calc(var(--h3) * var(--ratio));
  --h1: calc(var(--h2) * var(--ratio));
}

b {
  letter-spacing: -0.03em;
  font-size: var(--font-size);
}

p {
  font-size: var(--font-size);
}

row.jap {

  margin-bottom: 15px;
}

h4 {
  font-size: var(--h4);
  letter-spacing: -0.032em;
}

h3 {
  font-size: var(--h3);
  letter-spacing: -0.035em;
}

h2 {
  font-size: var(--h2);
  letter-spacing: -0.036em;
}

h1 {
  font-size: var(--h1);
  letter-spacing: -0.035em;
}



@media (max-width: 800px) {
.black {
  background-color: #222;
  color: #fff;
  margin-bottom: 5px;
  color: #fff;
}
}


co.contact a {

  color: #bbb;
}

co.contact a:hover {

  opacity: 0.75;
}


logo a, mySidenav a, spanmob a, #close-w a {
color: inherit;
}

.sidenav a:hover {
color: inherit;
}



logo {
  position: absolute;
  z-index: 5;
/* Pour non retour à la ligne : */
    width: max-content;

}


#instatitre {

    margin-top: 80px;
    margin-bottom: 32px;
    text-align: center;
    /* font-family: "prag-i"; */
    color: #777;
    /* letter-spacing: 0.6px; */
    /* font-size: 14px; */
}

#instafeed {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
    margin-top: 60px;
}

#instafeed a.animation:hover {
    opacity: 0.75;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

#instafeed a img {
    width: 100%;
}

#instafeed a.animation:nth-child(4n+4) {
    margin-right: 0%
}

@media (max-width: 800px) {
    #instafeed a.animation {
        -webkit-transition: opacity 0.1s ease-in-out;
        -moz-transition: opacity 0.1s ease-in-out;
        -o-transition: opacity 0.1s ease-in-out;
        -ms-transition: opacity 0.1s ease-in-out;
        transition: opacity 0.1s ease-in-out;
        width: 48%;
        margin-right: 3.99%;
        margin-bottom: 3.99%;
    }
    #instafeed a.animation:nth-child(2n+2) {
        margin-right: 0%
    }
}

@media (min-width: 801px) {
    #instafeed a.animation {
        -webkit-transition: opacity 0.1s ease-in-out;
        -moz-transition: opacity 0.1s ease-in-out;
        -o-transition: opacity 0.1s ease-in-out;
        -ms-transition: opacity 0.1s ease-in-out;
        transition: opacity 0.1s ease-in-out;
        width: 20%;
        margin-right: 6.3%;
        margin-bottom: 2.666%;
    }
    #instafeed a.animation:nth-child(6n+6) {
        margin-right: 0%
    }
}
