body {
    max-width: 1600px;
    min-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(images/fond.png);
}

@font-face {
    font-family: 'Wahupop';
    src: url('fonts/Wahupop.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KGPerfectPenmanship';
    src: url('fonts/KGPerfectPenmanship.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Yoshisst';
    src: url('fonts/yoshisst.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* h1 est le bloc ou il y a "Le Coin d'Amin" */
.titre {
    display: flex;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    background-color: #550cbe;
    
}

/* .site est le bloc qui regroupe le sommaire, le contenu et le remerciement */
.site {
    display: flex;
    flex-direction: column;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
}

/* .bloc1 est le bloc qui contient seulement le sommaire et le contenu */
.bloc1 {
    display: flex;
    border-color: black;
}

.sommaire {
  width: 280px;
  padding: 10px;
  background-color: rgba(85, 12, 190, 0.4);
  backdrop-filter: blur(10px);
  text-align: center;
}

.sommaire img {
    max-height: 90px;
    margin-bottom: 20px;
    width: auto;
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.5);
}

#mes-trucs {
    font-family: 'Wahupop', cursive;
    font-size: 35px;
    color: white;
    text-shadow:
    -3px -3px 0 black,
    3px -3px 0 black,
    -3px 3px 0 black,
    3px 3px 0 black;  
}

.blabla {
    width: 80%;
    padding: 10px;
    background-color: rgba(156, 85, 255, 0.4);
    backdrop-filter: blur(10px);
}
.blabla h2 {
    text-align: center;
    font-family: 'Wahupop', cursive;
    margin: 4% 0px;
    color: white;
    text-shadow:
    -3px -3px 0 black,
    3px -3px 0 black,
    -3px 3px 0 black,
    3px 3px 0 black;  
}

.blabla p {
    font-family: "KGPerfectPenmanship", cursive;
}

#bienvenue {
    font-size: 250%;
    color: white;
    text-shadow:
    -3px -3px 0 black,
    3px -3px 0 black,
    -3px 3px 0 black,
    3px 3px 0 black;  
}

.gallerie {
    background-color: rgba(204, 167, 255, 0.199);
    border-radius: 6px;
    padding: 10px 0px;
    margin: 30px 3%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
}

.gallerie img {
    display: flex;
    width: 500px;
    height: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    border: 7px solid white;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    max-width: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
}

.gallerie h1 {
    font-family: "KGPerfectPenmanship", cursive;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
    background-color: white;
    padding: 20px;
    border-radius: 6px;
    font-size: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
}

#remerciement {
    text-align: center;
    font-family: 'Wahupop', cursive;
    background-color: #cca7ff;
    margin: auto 0px;
    padding: 20px;
}

/* Tous les blocs en dessous c'est concernant le gif de ma tête et le texte */
.tete-texte {
    background-color: white;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    display: flex;
    padding: 10px 0px;
    border-radius: 6px;
    margin: 0px 3%;
}

.tete-texte p {
    margin: auto 20px;
    font-size: 17px;
}

#koune-tete {
    width: 80px;
    height: auto;
    object-fit: contain;
    margin-left: 20px;
}

/* C'EST LES BOUTONS DU SOMMAIRE EN DESSOUS */

a:hover .nav-accueil {
    content: url('images/boutons/Home_Button2.png');
}

a .nav-accueil {
    position: relative
}

a:active .nav-accueil {
    scale: 95%;
}

a:hover .nav-dessin {
    content: url('images/boutons/Dessin_Button2.png');
}

a .nav-dessin {
    position: relative
}

a:active .nav-dessin {
    scale: 95%;
}

a:hover .nav-commi {
    content: url('images/boutons/Commi_Button2.png');
}

a .nav-commi {
    position: relative
}

a:active .nav-commi {
    scale: 95%;
}

a:hover .nav-objectif {
    content: url('images/boutons/Objectif_Button2.png');
}

a .nav-objectif {
    position: relative
}

a:active .nav-objectif {
    scale: 95%;
}

a:hover .nav-contact {
    content: url('images/boutons/Contacts_Button2.png');
}

a .nav-contact {
    position: relative
}

a:active .nav-contact {
    scale: 95%;
}

/* FIN DES BOUTONS DU SOMMAIRE */