@font-face {
    font-family: GoogleSans-Regular;
    src: url(../fonts/GoogleSans-Regular.ttf);
}
/* Fond d'écran animée */
#bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 3%;
}
/* Body */
body {
    font-family: GoogleSans-Regular;
    background-color: #303030;
    height: 100%;
    min-height: 100%;
}
/* Tout les HR */
hr {
    color: black;
    border: 2px solid black;
}
/* Logo */
.logo {
    width: 280px;
    height: auto;
}
/* Menu Navigation */
.menu {
    background-color: black;
    text-align: right;
    padding: 7px;
    opacity: 50%;
    border-radius: 5px;
}
/* Link du Menu */
.menu a {
    margin-right: 15px;
    text-decoration: none;
    color: white;
}
/* Quand je passe la souris */
.menu a:hover {
    color: #8400ff;
}
/* Titre de page */
.title h1 {
    color: white;
    text-align: center;
}
/* La box avec l'image et le text*/
.home-contentbox {
    display: flex;
    border: 2px solid black;
    border-radius: 10px;
    padding: 1%;
    width: 90%;
    margin: 0 auto;
    background-color: rgba(35, 35, 35, 0.6);
    color: white;
}
/* juste le text */
.home-contentbox p {
    justify-content: flex-end;
    font-size: 15px;
}

/* la box du text pour la largeur */
.home-textbox {
    width: 75%;
    padding: 1%;
}

/* la box de la premiére image  */
.home-bild1 {
    display: block;
    text-align: right;
    padding: 1%;
}
/* La premiére image directement */
.home-bild1 img {
    display: block;
    border: solid black;
    border-radius: 10px;
}
/* la box de la deuxiéme image  */
.home-bild2 {
    display: block;
    text-align: left;
    padding: 1%;

}

/* La deuxiéme image directement */
.home-bild2 img {
    display: block;
    border: solid black;
    border-radius: 10px;
    width: 400px;
    }

/* Nom de la galerie a la premiére page */
.home-galerie-title {

    text-align: center;
    color: white;
    font-size: 30px;
}
/* tout le block de la galérie*/
.home-bildgalerie {
    display: flex;
    padding: 10px;
    text-align: center;
    }

/* les trois images de la galerie */
.home-bildgalerie img{
    border: 3px solid #000000;
    border-radius: 10px;
    width: 80%;
    height: auto;
}
/* Le link qui renvoie a la page galerie */
.home-bildgalerie-link  {
    display: block;
    text-align: center;
    text-decoration: none;
    padding-bottom: 20px;
}
/* l' ancrage du lien*/
.home-bildgalerie-link a {
    text-align: center;
    border-radius: 10px;
    background-color: #232323;
    text-decoration: none;
    padding: 5px;
    border: 1px solid black;
    color: white;
}
/*/*/
/*/*/
/*/*/

/* La box compléte de jeu */
.spielbox {
    display: flex;
    width: 80%;
    max-width: 100%;
    align-items: center;
    margin: 40px auto;
}

/* Box de l'image */
/* ne grandit PAS */
/* ne rétrécit PAS */
/* garde sa taille normal */
.spielbox-bild {
    flex: 0 0 auto;
    width: 35%;
    padding: 2px;
}

/* l'image meme */
.spielbox-bild img {
    display: block;
    width: 75%;
    border-radius: 10px;
    border: 3px solid black;
    height: auto;
}
/* le titre*/
.spielboxtitle {
    font-size: 15px;
    color: white;
    width: 90%;
    }

/*Description et tabelle*/

.spielbeschreibung,
.spieltabelle {
    width: 90%;
    border-radius: 10px;
    color: white;
    max-width: 90%;
}
/* Table */
.info-table {
    width: 90%;
    margin-top: 3%;
    margin-bottom: 2%;
   }
/* Table juste th et td */
.info-table th,
.info-table td {
    border: 1px solid #8e8e8e;
    text-align: left;
    font-size: 13px;
    border-radius: 10px;
    padding: 5px;
   }

/* Table juste th */
.info-table th {
    background: rgba(232, 232, 232, 0);
    width: 0;
}
/*/*/
/*/*/
/*/*/
/* les 3 groupes de 2 */
.galerie {
    display: flex;
    padding-bottom: 50px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
/* les images directement */
.galerie img {
    height: 400px;
    width: 100%;
    max-width: 700px;
    margin: 20px;
    display: block;
    border-radius: 10px;
    border: 3px solid black;
    object-fit: cover;
}
/* les description de chaque images */
.galerie p {
    height: auto;
    width: 700px;
    text-align: center;
    background-color: rgb(39, 38, 38);
    border: 2px solid black;
    color: white;
    margin: 20px;
    border-radius: 10px;
}
/*/*/
/*/*/
/*/*/

/* chaque film la boite complete (3)*/
.filme {
    display: flex;
    width: 80%;
    margin: 3% auto;
}
/* les vidéos iframe */
.filmecover {
    width: 500px;
    border-radius: 10px;
    border: 2px solid #000000;
    height: 99%;
}
/* toute la boite avec description genre etc... */
.filmtext {
    margin-left: 5px;
    width: 100%;
    height: 100%;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 10px;
    background-color: rgb(48, 46, 46);
}
/* toute la boite avec description genre etc... */
.filmtextcont {
    width: 100%;

}
/* Le titre du film */
.filmtextcont h2 {
    padding-left: 5%;
    font-size: 30px;
    color: white;
    margin-bottom: 0;
}
/* Le genre du film */
.filmgenre {
    padding: 4px;
    display: inline-block;
    color: rgb(232, 232, 232);
    border: 2px solid black;
    border-radius: 10px;
    margin-left: 5%;
    word-spacing: 2px;
}
/* "beschreibung" */
.filmtextcont h3 {
    padding-left: 5%;

    color: white;
}
/* le text de la beschreibung */
.filmbeschreibung
{
    color:  white;
    margin-left: 5%;
    min-width: 0;
}

/*/*/
/*/*/
/*/*/

/* toutes les boites de musique */
.musikbox {
    display: flex;
    width: 550px;
    margin: 2% auto;
    justify-content: center;
    border: 1px solid black;
    border-radius: 10px;
    border-bottom: 50px solid black;
    }

/* chaque couleurde boite */
.bg1
{
    background-color: rgba(0, 42, 255, 0.36);
}
.bg2
{
    background-color: rgba(153, 255, 0, 0.36);
}
.bg3
{
    background-color: rgba(221, 0, 255, 0.36);
}

/* le rectangle ou ya l'image' */
.musikbox1 {
    border-right: 1px solid black;
    width: 50%;

}
/* l'image meme*/
.musikbox1 img {
    display: block;
    height: auto;
    width: 80%;
    margin: 20px auto;
    border: 1px solid black;
    border-radius: 10px;
}
/*boite ou ya le nom la description les lien de streaming */
.musikbox2 {
    display: flex;
    flex-direction: column;
    width: 100%;
}
/*nom du son */
.musikboxtext h1 {
    font-size: 25px;
    padding-left: 5%;
}
/* le genre */
.musikboxtext p {
    font-size: 18px;
    padding-left: 5%;
}
/* le lien du genre */
.musikboxtext a {
    color: #8f8f8f;
    font-size: 15px;
}
/* la boite avec les lien de streaming */
.musikboxspty  {
    display: flex;
    border-top: 1px solid black;
    justify-content: center;
    border-top: 1px solid black;
}
/* couleur quand je passe sur la boite */
.musikboxspty img:hover {
    background-color: rgba(0, 0, 0, 0.22);
}

/* image de streaming */
.musikboxspty img {
    height: 25px;
   margin: 25px;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 5px;
}
/* le link de streaming */
.musikboxspty a {
    display: inline-flex;
    font-size: 25px;
}

/* titre de la tracklist */
.musiktracklist h1{
    text-align: center;
    color: white;
    padding-bottom: 20px;
}
/* la tracklist au complet */
.musiktracklist {
    border: 1px solid black;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    padding: 10px;
    background-color: rgba(35, 35, 35, 0.69);
    width: 250px;
}

/* les liens de ma tracklist */
.musiktracklist a {
    text-decoration: none;
    color: white;
}
/* le text de la tracklist */
.musiktracklist p {
    color: white;
    text-align: left;
}

/*/*/
/*/*/
/*/*/

/* la box du formulaire complet */
.formular {
    border-radius: 10px;
    width: 50%;
    display: flex;
    margin: 0 auto;
    height: 100%;
    margin-top: 2%;
}
/* la boite visible du formulaire */
.formularbox {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 400px;
    border: 2px solid black;
    border-radius: 10px;
    margin: 0 auto;
    padding: 100px;
    gap: 5px;
    color: white;
    background-color: #232323;
}
/* chaque input du formulaire */
.formularbox input{
    height: 5%;
    border-radius: 10px;
}
/* le boutton envoyé */
.formularbox input[type="submit"]
{
    margin: 0 auto;
    height: auto;
    width: 20%;
    border-radius: 10px;
}
.formularbox input[type="submit"]:hover {
    background-color: #303030;
}

/* la boite ou tu tape le message */
.formularbox textarea{
    border-radius: 10px;
    resize: vertical;
    margin-bottom: 15px;
}
/* le text dans la boite */
.formularbox p {
    font-size: 12px;
    text-align: center;
}

/* Le footer tout enbas */
.footer {
    font-size: 10px;
    border: 2px solid black;
    background-color: rgba(78, 75, 75, 0.25);
    border-radius: 10px;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 1%;
}