body{
    margin: 0 auto;
    scrollbar-color: #000000 #fff;
    scrollbar-width: thin;
    overflow-x: hidden;
    background-color: white;
    font-family: "industrial";
}


@font-face {
    font-family: "Brassia";
    src: url(../font/Brassia-Regular.woff);
}

@font-face {
    font-family: "industrial";
    src: url(../font/RoubaixIndustrielle-Regular24-35pt.woff);
}

/*FRONTO POSTER*/
#poster{
    background-color: transparent;
    position: relative;
    width: 95vw;
    height: 86vh;
    margin: none;
    top: 2vw;
    left: auto;
    margin: 4vw;
    border-radius: 15px;
    display: block;
}

#poster img{
    width: auto;
    position: absolute;
    height: 100%;
    margin: 0;
}

.boiteposter{
    display: inline-block;
    margin: 0;
    left:34vw;
    width: 57vw;
    text-align:left;
    position:relative;
    color: rgb(0, 0, 0);
    font-size:small;
}

h1{
    text-align: center!important;
    font-size: medium;
}

h5{
    text-align: right!important;
    font-size: small;
}

.lettred{
    position: absolute;
    right: 61vw;
    top: 37vh;
    font-family: "industrial";
    color: yellow;
    font-size: 105vh;
    margin: 0;
    mix-blend-mode: multiply;
}

.lettrei{
    position: absolute;
    margin: 0;
    left: 7vw;
    top: 37vh;
    font-family: "industrial";
    color: magenta;
    font-size: 105vh;
    mix-blend-mode: multiply;
}

.lettrev{
    position: absolute;
    left: 61vw;
    top: 37vh;
    font-family: "industrial";
    color: cyan;
    font-size: 105vh;
    margin: 0;
    mix-blend-mode: multiply;
}

.lettrea{
    position: absolute;
    left: 61vw;
    top: 37vh;
    margin: 0;
    font-family: "industrial";
    color: magenta;
    font-size: 105vh;
    mix-blend-mode: multiply;
}




/* BOUTONS TOP */
#print{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    background-color: magenta;
    color: black;
    margin: 1vw;
    padding: .5vw 1vw;
    border-radius: 150px;
}

#refresh{
    display: block;
    position: fixed;
    top: 0;
    right: 10vw;
    background-color: cyan;
    color: rgb(0, 0, 0);
    margin: 1vw;
    padding: .5vw 1vw;
    border-radius: 150px;
}

#information{
    display: block;
    position: absolute;
    top: 0;
    left : 0vw;
    color: black;   
    font-size: medium;
    margin: 1vw;
    border-radius: 150px;
}

#banni{
    background-color: transparent;
    mix-blend-mode: multiply;
    display: block;
    position: fixed;
    bottom:0;
    left: auto;
    width: 100vw;
    font-size: small;
    height: 5vw;
}



/* BLOCK ALEATOIRE */

#troisCol{
    display: block;
    position: relative;
    height: 100vh;
    left: 35%;
    width: 100vw;
    top:0;
    }

.composition{
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    justify-content: center;
    width: 30%;
    height: 90%;
    top: 5%;
    margin-top: 2%;
    text-align: center;
    border-radius: 15px;
}

.imgContainer{
    width: 30%;
    height: 30%;
    overflow: hidden;
    display: inline-block; 
    vertical-align: top;
    margin: 3px;
}

.bgColor{
    width: fit-content;
    background-color: yellow;
    height: fit-content;
    mix-blend-mode: multiply;
}

.composition:first-of-type .bgColor{
    mix-blend-mode: multiply;
    background-color: cyan;
}

.composition:last-of-type .bgColor{
    mix-blend-mode: multiply;
    background-color: magenta;
}

.imgContainer img{
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(1) brightness(120%) contrast(200%);
    height: auto;
    width: auto;
    mix-blend-mode: lighten;
    display: block;
}



img{
    width: 50px;
    height: auto;
}



/* BLOCK DE FIN */

#back{
    background-color: rgb(0, 0, 0) ;
    position: relative;
    display: block;
    width: 100vw;
    height: 10vw;
    columns: 5 ;
    right:1%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.button{
    display: inline-block;
    vertical-align: middle;

}


.boiteuhtexteuh{
    display: inline-block;
    width: 70%;
    text-align: left;
    position:relative;
    vertical-align: middle;
    color: white;
}

#boutonlink1 {
    background-color: cyan;
    margin: 20px;
    left:10px;
    height: 2vw;
    width: 2vw;
    position:relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
}

#boutonlink2 {
    background-color: magenta;
    margin: 20px;
    left:10px;
    height: 2vw;
    width: 2vw;
    position:relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    z-index: 5;
}

#boutonlink3 {
    background-color: yellow;
    margin: 20px;
    left:10px;
    height: 2vw;
    width: 2vw;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    border-radius: 50px;
    z-index: 5;
}


.textlink {
    text-align: center;
    position:relative;
    display: block;
    font-size: small;
    line-height: 1.1;
    color: rgb(255, 255, 255);
    z-index: 5;
}


/*#composition1 img {
    background-color: rgb(255, 0, 217);
    
    
    }

