/*
Theme Name: Thème Perso
Template: twentytwentyone
Author: IUT
Version: 1.0
*/

:root body {
    background-color: black;
    color: white;
}

.site-title {
    color: white;
    font-size: 40px;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.site-title a {
    text-decoration: none;
}

#post {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
}

#post h1 {
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 40px;
}

#images {
    max-width: fit-content;
    margin: 0 auto;
}

.spacer{
    width: 75%;
    border-bottom: 2px solid orange;
    padding-bottom: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

#video {
    display: flex;
    justify-content: center;
    padding: 50px;
}

#contenu {
    display: flex;
    margin: 0 auto;
    gap: 50px;
}

#contenu h2 {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 40px;
}

#gauche {
    width: 80%;
}

#droite {
    width: 20%;
    border: solid 1px grey;
    padding: 5px;
}

#car {
    display: flex;
    padding: 0;
    gap: 30px;
    justify-content: center;
}

#car li:nth-child(1){
    list-style: none;
}

.imgproj {
    max-width: 400px;
    margin: 0 auto;
}

.lien {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -10px;
}

.lien li {
    width: calc(50% - 20px); /* 50% de la largeur moins les marges */
    margin: 0 10px 20px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.lien a {
    text-decoration: none;
    color: white;
    font-size: 30px;
    font-weight: 300;
}