body {
    margin: 0 auto;
}

@font-face {
    font-family: 'Compagnon-Light';
    src: url(Compagnon-Light.otf);
}

@font-face {
    font-family: 'Compagnon-Light-Italic';
    src: url(Compagnon-LightItalic.otf);
}

@font-face {
    font-family: 'Squatina';
    src: url(Squatina-Regular.otf);
}


#bouton {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);

}

#titrefr {
    position: fixed;
    display: block;
    background-color: transparent;
    width: 25vw;
    height: 20vh;
    top: 1vw;
    left: 3vh;
    font-family: Squatina;
    font-size: 5vw;
    text-align: left;
    line-height: 1;
    
}

#titrear {
    position: fixed;
    display: block;
    background-color: blue;
    width: 15vw;
    height: 10vh;
    bottom: 1vw;
    right: 2vh;
}

#soustitrefr {
    position: fixed;
    display: block;
    background-color: transparent;
    width: 15vw;
    height: 10vh;
    top: 1vw;
    left: 24vh;
    font-family: Compagnon-Light-Italic;
    font-size: 2.5vh;
    line-height: 1.2;
    color: rgb(0, 136, 255);
}

#soustitrear {
    position: fixed;
    display: block;
    background-color: rgb(255, 0, 144);
    width: 15vw;
    height: 10vh;
    bottom: 1vw;
    right: 1vw;
}

#poster {
    position: fixed;
    display: block;
    width: 70vw;
    height: 70vh;
    background-color: black;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#activateSoundBtn {
    position: fixed;
    display: block;
    width: 20vw;
    height: 1vw;
    background-color: transparent;
    border: 1px solid black;
    top: 54vw;
    left: 15vw;
    font-family: Compagnon-Light;
    font-size: 1vw;
    padding: 2vw;
    padding-top: 2vw;
    color: rgb(0, 0, 0);
}

.comps {
    display: block;
    position: absolute;
    transition: all .5s;
    transform-origin: center;
}

.comps img {
    width: 100%;
    height: auto;
}

#un {
    width: 19vw;
    height: auto;
    top: 12vw;
    left: 37vw;
    rotate: -90deg;
}

#deux {
    width: 16vw;
    height: auto;
    top: 11vw;
    left: 29vw;
}

#trois {
    width: 15vw;
    height: auto;
    top: 12vw;
    left: 9vw;
    rotate: 90deg;
}

#quatre {
    width: 15vw;
    height: auto;
    top: 4vw;
    left: 20vw;
    rotate: -92deg;
}

#cinq {
    width: 13vw;
    height: auto;
    top: 1vw;
    left: 36vw;
    rotate: 52deg;
}

#six {
    width: 18vw;
    height: auto;
    top: -2vw;
    left: 8vw;
    rotate: -90deg;
}

#sept {
    width: 15vw;
    height: auto;
    top: 6vw;
    left: 48vw;
    rotate: 90deg;
}

#huit {
    width: 16vw;
    height: auto;
    top: 18vw;
    left: 20vw;
    rotate: 230deg;
}

@font-face {
    font-family: 'GHAITHSANS-Bold';
    src: url(GHAITHSANS-Bold.otf);

}

@font-face {
    font-family: 'simpo';
    src: url(simpo.ttf);
}

#titrearabe {
    direction: rtl;
    text-align: right;    
    font-family: 'simpo';
    position: fixed;
    display: block;
    background-color: transparent;
    width: 15vw;
    height: 10vh;
    bottom: 1vw;
    right:  26vh;
    font-size: 1.5vw;
    line-height: 1;
    bottom: 2vw;
    color: rgb(0, 136, 255);;
}
.article{
    margin: 4vw;
    width: 5vw;
    height: 10vw;
}