

header {
    background-color: #EFEDE2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px black solid;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

main {
    background-color: #353839;
}

.Accueil-Visuel {
    background-color: #353839;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.Accueil-Presentation {
    background-color: #EFEDE2;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 80%;
    margin-left: 30%;
    margin-right: 30%;
    margin-bottom: 20px;
    padding-bottom: 60px;
    padding: 10px;
}

.Premiere-Partie {
    padding-bottom: 100px;
}

.Presentation-Films {
    background-color: #1B1B1B;
    width: auto;
    padding: 40px;
    padding-bottom: 100px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.233), 0 6px 20px 0 rgba(0, 0, 0, 0.068);
}

main {
    width: 100%;
    margin: 0;
}

.photoquentin {
    max-width: 450px;
    height: auto;
    padding: 0.7%;
    background-color: #EFEDE2;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

h1 {
    color: #EFEDE2;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 20px;
    padding-left: 50px;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.5);
}

h1 {
    font-size: 3em;
    font-weight: 200;
    padding-bottom: 190px;
}

h2 {
    color: #EFEDE2;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    padding-bottom: 20px;
}

h3 {
    font-size: 2em;
    opacity: 0.8;
    margin-right: 30%;
}

h3 {
    color: #EFEDE2;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: end;
    padding-right: 20px;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.5);
}

h4 {
    font-size: 2em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #EFEDE2;
}

.A-Propos {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.4em;
    text-align: justify;
    color: black;
}

.Resume {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #EFEDE2;
    font-size: 1.1em;
    text-align: justify;
}

.copyright {
    text-align: right;
    font-style: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.liens {
    font-size: 1.4em;
    font-weight: 600;
    color: black;
    text-decoration: none;
    padding: 20px;
    padding-right: 50px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.liens:hover {
    text-decoration: underline;
}

.titrefilm {
    text-decoration: none;
    font-style: italic;
    color: #22222294;
    font-weight: 500;
}

.titrefilm:hover {
    font-style: normal;
}

.logoqdmm {
    padding: 5px;
    padding-left: 50px;
}

.logos {
    padding: 20px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}

.logos:hover {
    padding: 20px;
    -webkit-filter: drop-shadow(1px 1px 1px #222);
    filter: drop-shadow(1px 1px 1px #222);
    transform: translateY(-1px) translateX(-1px)
}

footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

body {
    background-color: #353839;
    margin: 0;
    width: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .videorow {
    margin:10px auto;
  }

  .VideoBox {
    background-color: black;
    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .VideoBox:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  }

  