@font-face{
	font-family: 'Nitti Normal';
	font-style: normal;
	font-weight: normal;
	src: local('Nitti Normal'), url('Nitti-Normal.woff') format('woff');
}

body {
    margin: 0;
    color: #3c3b38;
    font-size: 125%;
    font-family: 'Nitti Normal', Arial, serif;
    background-color: #f6f5ee;
}

a {
    color: #3c3b38;
}

#barre {
    background-color: #c2e8e9;
    height: 15px;
 }

#reglette {
    text-align: center;
}

#reglette img {
    max-width: 100%;
}



#container {
    margin: auto;
    width: 80%;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}

header {
    width: 100%;
    margin-bottom: 20px;
}

header h1 {
    margin-bottom: 0px;
    font-size: 3em;
}

aside {
    max-width: 500px;
}

aside img {
   max-width: 100%;
   border: 1px solid #fca33c;
}

main {
    width: 800px;
    flex-basis: auto;
}

#video {
    position: relative;
  width: 100%;
  padding-bottom: 56.25%;
    margin-bottom: 40px;
}

#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#summary {
    text-align: justify;
}

#images-container {
    flex-wrap: wrap;
}

#credit-container {
    display: flex;
    gap: 50px;
}


#credit-section p {
    padding: 0;
    margin-top: 0;
}

#credit-container li {
    margin-bottom: 10px;
}

table {
    text-align: left;
}

th {
    padding-right: 20px;
}

#poster {
    width: 400px;
    max-height: 1043px;
}

footer {
    text-align: center;
    margin: auto;
    max-width: 800px;
    margin-top: 70px;
    margin-bottom: 70px;
}