.ee{
	position: fixed;
	overflow-y: scroll;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
}


.nw{
	padding: 10px;
}

.sw{
	display: flex;
  	align-items: center;
  	justify-content: center;
}

h4{
  text-transform: uppercase;
}


.cover-image{
  width: 50%;
}

thead{
  position: sticky;
  top: 0;
  opacity: 0.99;
    -webkit-transform: translate3d(0,0,0);
   z-index: 999;
}

table p{
  margin-bottom: 1em;
}

table {
  border-collapse: collapse;
  width: 100%;
}

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

table td {
  padding: 5px;
}

table th {
  padding: 5px;
  background-color: var(--color-green);
  color: white;
}

table a{
  color: black;
}

table th:hover{
	cursor: pointer;
}

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

h1{
  text-transform: uppercase;
}
.cover-image img{
  opacity: 1;
  transition-duration: .5s;
}

.cover-image img:hover{
  opacity: .9;
  transition-duration: .2s;
}



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


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

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



.additional-infos{
	width: 50%;
}



@media only screen and (max-width: 1024px) {
  .nw,
  .ee,
  .sw{
      position: relative;
      width: 100%;
      height: auto;
      border-right: 0px;
      border-left: 0px;
  }

  .nw{
    padding-bottom: 10px;
  }

  .sw{
    display: none;
  }

}