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


.nw{
	padding: 5px;
}

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

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


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;
}


h1, h4{
  text-transform: uppercase;
}

.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{
    height: 50%;
  }

  .sw{
    display: none;
  }

}