#prev,
#back,
#next{
  font-size: 2em;
}

#prev{
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#next{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#back{
  position: absolute;
  left: 50%;
  top: 50%;
  text-transform: uppercase;
  transform: translate(-50%,-50%);
}

.nw{
  padding: 10px;
}

.sw{
  width: 100%;
  border-right: 0px;
}



button{
  background-color: white;
}

.infos-film{
  z-index: 20;
  
}

.film-tag span{
  font-size: .9em;
  color: white;
  font-family: var(--alaska-condensed);
  text-transform: uppercase;
  background-color: var(--color-green);
  border: 1px solid var(--color-green);
  padding: 5px 10px 5px 10px;
  line-height: 1.5;
  border-radius: 20px;
  transition-duration: .5s;
  cursor: default;
  margin: 2px 5px 2px 0px;
  display: inline-block;
}


.film-description span{
  background-color: var(--color-green);
  color: white;
  line-height: 2;
  text-align: center;
  padding: 5px;
  width: 100%;
}


.pictures-slider{
  height: 100%;
  width: 100%;
}

.pictures-slider div{
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slick-slide{
  width: 100%;
  height: 100%;
}

h1{
  text-transform: uppercase;
}

.current-projection,
.current-projection a{
  color: white;
  background-color: var(--color-red);

}

/*
    .content {
      display: none;
      padding: 0 18px;
      overflow: hidden;
      background-color: #f9f9f9;
      width: 100%;
    }*/


.film-description{
  position: absolute;
  padding: 10px;
  left: 0;
  bottom: 0;
  line-height: 1.2;
  font-size: 1.1em;
}

.pictures-slider div{
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}



.infos-film{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80%;
}

.infos-film button{
  margin-top: 5px;
}

.details-film{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20%;
  text-align: right;
}

thead{
  position: sticky;
  top: 0;
}



table {
  border-collapse: collapse;

}

table tr {
  border-bottom: 1px solid black;
}

table thead tr {
  padding: 5px;
  background-color: var(--color-green);
  color: white;
  text-transform: uppercase;
  text-align: center;
}

table td {
  padding: 5px;
}

tr a:hover{
  color: var(--color-green);
}

table a{
  color: black;
}

.slick-slide {
  position: relative; 
}

.film-image {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; 
  background-size: cover; 
  background-position: center center; 
}


.lieu-proj{
  text-align: left;
  width: 35%;
}


.tarif-proj{
  text-align: right; 
  width: 15%;
}

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

  .nw,
  .ne,
  .se,
  .sw{
      position: relative;
      width: 100%;
      height: auto;
      border-right: 0px;
      border-left: 0px;
  }

  .nw{
    height: 70%;
  }

    .sw{
    height: auto;
  }

.sw table{
  width: 200%;
}

thead td{
  text-align: left;
}

.lieu-proj{
  width: 35%;
}

.tarif-proj{
  width: 20%;
  text-align: left;
}

}




@media only screen and (max-height: 700px) {
  .film-description{
    font-size: 1em;
  }
}
