html,
body {
  /* background: #003366; */
  background: rgb(51, 51, 102);
  color: #fff;
  margin: 40px auto;
  max-width: 1200px;
  padding-bottom: 80px;
  padding-right: 60px;
  padding-left: 60px;
  scroll-behavior: smooth;
}

h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.logo {
  width: 100%;
  max-width: 750px;
}

.link-video {
  display: block;
  text-align: center;
  padding: 8px;
  text-transform: uppercase;
  font-size: 13px;
}

.logo.small {
  width: 300px;
  margin-bottom: 20px;
}

/*header langue*/
.lang-list li {
  margin: 0 15px;
}

/*main section*/
.menu-side {
  padding: 0 50px;
}

.menu-side a {
  font-size: 24px;
}

nav {
  box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.89);
  position: fixed;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  min-height: 80px;
  background: #000;
  z-index: 999;
}

nav ul {
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

nav ul li {
  padding: 0 15px;
}

/*biographie*/
.biographie p {
  margin-bottom: 20px;
}

.gallery {
  margin-left: 20px;
  margin-right: 20px;
  background: rgb(102, 102, 153);
  padding: 0 10px;
}

.text-container {
  max-width: 800px;
}

/*pop up*/

.poster-container {
  position: relative;
}

.poster-container img {
  padding-top: 10px;
}

.poster-container:hover .pop-up {
  display: block;
}

.pop-up {
  position: absolute;
  background: #000;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  margin: 20px;
  overflow: hidden;
  margin-top: 35px;
  box-sizing: border-box;
}

.pop-up span {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.movie-title {
  color: red;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid black;
  margin-bottom: 10px;
  padding: 4px;
  background: rgb(206, 201, 201);
  color: #000;
}

input[type="submit"] {
  color: #000;
  cursor: pointer;
}

/*place holder*/
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important;
}

.carousel-inner small {
  margin-top: 10px;
}

a {
  color: #fff;
  text-decoration: #fff;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

.overlay-container {
  position: relative;
  overflow: hidden;
}

body.cinema a.link-video {
  color: #fff;
}

body.litterature a.link-video {
  color: #fff;
}

.m80 {
  margin-bottom: 80px;
}

.carousel-inner img {
  object-fit: cover;
  width: 100%;
  max-height: 640px;
  max-width: 1000px;
}

.oeuvres-liens {
  margin-top: 50px;
}

@media (max-width: 770px) {
  .oeuvres-liens {
    flex-direction: column;
    align-items: center;
  }
}

.oeuvres-liens a {
  margin: 0 75px;
}

.book-title {
  color: rgb(153, 255, 204);
}

.year {
  display: block;
  color: #003366;
}

.bibliographie .disctions.text-container .year {
  color: #fff;
}

.bibliographie .disctions.text-container em {
  display: block;
  font-style: normal;
  color: #003366;
}

.carousel-inner > .carousel-item {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  -webkit-transition: opacity 3s ease;
  -o-transition: opacity 3s ease;
  transition: opacity 3s ease;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.carousel-inner > .carousel-item:first-of-type {
  position: relative;
}
.carousel-inner > .active {
  opacity: 1;
  z-index: 3;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  opacity: 1;
  left: 0;
  z-index: 2;
}
.carousel-inner > .active.left,
.carousel-inner > .active.right {
  z-index: 1;
}
.carousel-control {
  z-index: 4;
}

.img-filmographie {
  max-width: 600px;
  margin-top: 20px;
  width: 100%;
}

.img-filmographie + span {
  margin-top: 20px;
  display: block;
}

.disctions-page p {
  max-width: 800px;
}

@media (max-width: 1024px) {
  .menu-up {
    display: none;
  }

  .menu-up.open {
    display: block;
  }

  .menu-up.open a {
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .menu-up > div {
    display: block !important;
    padding-left: 1.25rem;
  }
}

.menu-up > div {
  display: flex;
  justify-content: flex-end;
}

.cinema .mobile-menu,
.litterature .mobile-menu {
  margin-left: 1.25rem;
}

main {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}

p {
  margin-bottom: 16px;
  text-align: left;
  font-size: 18px;
}

.pop-up p {
  text-align: left;
  font-size: 14px;
}

.book-title,
.book-category {
  font-size: 18px;
}

.description-ouvrage {
  text-align: center;
}

h1 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 60px;
  font-family: serif;
}

h2 {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}

a.email {
  text-decoration: underline;
}

.tri {
  margin-bottom: 60px;
  margin-top: 60px;
}

.tri-btn {
  font-size: 20px;
  margin: 0 4px;
  margin-bottom: 30px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 6px 10px;
}

.tri-btn:hover {
  color: #003366;
  background: #fff;
}

.active {
  color: #003366;
  background: #fff;
}

.hide {
  display: none;
}

em,
h1,
h2 {
  color: rgb(153, 255, 204);
}

.green {
  color: rgb(153, 255, 204);
}

.top-60 {
  margin-top: 60px;
}

.bottom-100 {
  margin-bottom: 100px;
}

@media (max-width: 500px) {
  .tri-btn {
    display: block;
  }
}

.hero {
  margin-top: 80px;
}

.menu-up a {
  text-transform: uppercase;
}

/*button haut de la page*/

.back {
  margin-top: 80px;
  border-radius: 7px;
  padding: 10px 6px;
  display: block;
  text-align: center;
}

.back a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

/*autres listes*/

.columns .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

.columns .item {
  width: calc(25% - 16px);
  min-width: 175px;
  margin: 10px 0;
  padding: 0 16px;
}

.columns .item:nth-child(2){
  width: calc(30% - 16px);
}

.columns .item:nth-child(3){
  width: calc(20% - 16px);
}

.columns .item:nth-child(4){
  text-align: right;
}

.columns .item a {
  text-decoration: underline;
}

.columns .item.titre {
  font-style: italic;
  color: rgb(153, 255, 204);
}

.autres {
  margin: 60px 0 20px 0;
}

.center {
  display: block;
  text-align: center;
  font-size: 13px;
}
