*{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    scroll-behavior: smooth;
}

body{
    margin: 0;
    background-image: url(images/Wheat5.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

header{
    background-color: black;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 7777;
}

header nav{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2rem;
    margin-right: 20px;
}

header nav a{
    text-decoration: none;
    color: white;
    border: 2px solid darkslategray;
    padding: 12px;
    border-radius: 3px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

header nav a:hover{
    text-decoration: underline;
    color: black;
    background-color: rgb(202, 202, 202);
    transition: all 0.4s;
}

header h1, header h2{
    margin: 0;
}

section h1 {
font-size: 50px;
}

.conteneurTitre{
    margin: 10px 0px 10px 10px;
}

section{
    height: 80vh;
    text-align: center;
}

.conteneurProjetRecherche, .conteneurReferences, .conteneurProgrammation{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    padding-bottom: 4rem;
}

.imagesAnimG, .imagesAnimD, .imagesSuppG, .imagesSuppD, .imagesProgG, .imagesProgD{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 4rem;
    height: 608px;
    padding: 0px 40px 0px 40px;
    background-color: black;
    z-index: -1;
}

.imagesProgG, .imagesProgD{
    height: 708px;
}

.imagesAnimG, .imagesSuppG, .imagesProgG{
    opacity: 0;
    translate: 350px;
    transition: opacity .5s, translate .5s;
}

.imagesAnimD, .imagesSuppD, .imagesProgD{
    opacity: 0;
    translate: -350px;
    transition: opacity .5s, translate .5s;
}

.visible {
    opacity: 1;
    translate: 0;
}

.conteneurProjetRecherche img, .conteneurReferences img, .conteneurProgrammation img{
    border: 5px groove rgb(202, 202, 202);
    width: 400px;
    height: 220px;
}

#animationID, #visionnementID, #programmationID{
    display: none;
}

.conteneurProjetRecherche .texteRecherche label, .conteneurReferences .texteReference label, .conteneurProgrammation .texteProgrammation label{
    align-self: center;
    padding: 1rem;
    width: fit-content;
    background-color: black;
    font-family:'Courier New', Courier, monospace;
    border-radius: 16px;
    color: rgb(202, 202, 202);
    transition: background-color ease 0.5s, color ease 0.5s;
}

.conteneurProjetRecherche .texteRecherche label:hover, .conteneurReferences .texteReference label:hover, .conteneurProgrammation .texteProgrammation label:hover{
    background-color: rgb(202, 202, 202);
    color: black;
    font-weight: bolder;
    transition: ease 0.5s;
}

#animationID:checked + label, #visionnementID:checked + label, #programmationID:checked + label{
    background-color: rgb(202, 202, 202);
    color: black;
    font-weight: bolder;
    border: 4px solid grey;
    transition: border 0.2s;
}

.conteneurProgrammation{
    margin-top: 25rem;
}

.texteRecherche, .texteReference, .texteProgrammation{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    width: 500px;
    height: 600px;
    background-color: rgba(0, 0, 0, 0.8);
    color: rgb(202, 202, 202);
    border-radius: 6px;
    border: 4px solid black;
}

.texteRecherche p, .texteReference p, .texteProgrammation p{
    padding: 0px 40px 0px 40px;
}

.texteProgrammation{
    height: 700px;
}

.conteneurStoryBoard, .conteneurCourtMetrage{
    color: rgb(202, 202, 202);
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: 4rem;
    padding-top: 8px;
}

.conteneurStoryBoard p{
    padding: 0px 4rem 0px 4rem;
}

.conteneurStoryBoard li p{
    padding-bottom: 2rem;
}

.listeStoryboard{
    padding: 0;
}

.swiper-button-prev {
    scale: 2;
    color: aqua;
    padding-left: 2rem;
}

.swiper-button-next{
    scale: 2;
    color: aqua;
    padding-right: 2rem;
}

.listeStoryboard li{
    
    list-style: none;
}

.listeStoryboard li .conteneurItems{
    user-select: none;
    width: auto;
    padding: 50px 60px 0px 60px;
    background-color: black;
    color: white;
    border-radius: 5px;
    margin-bottom: 10px;
}

.listeStoryboard .conteneurItems img{
    width: 70%;
}

.conteneurCourtMetrage{
    height: fit-content;
    padding-bottom: 2rem;
}

.conteneurCourtMetrage p{
    padding: 0px 4rem 0px 4rem;
}

.conteneurCourtMetrage video{
    margin-top: 2rem;
    border: 5px groove rgb(202, 202, 202);
    width: 1000px;
}