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

/* available OT features: aalt calt ccmp dnom locl numr salt sinf ss01 ss02 ss03 ss11 ss12 subs sups */

/* available OT features: aalt calt ccmp dnom locl numr salt sinf ss01 ss02 ss03 ss11 ss12 subs sups */


body {

    background-color: rgb(37, 35, 128);

}


#tete {

    max-width: 100%;

}

#un {

    position: absolute;
    max-width: 20%;
    margin-left:50% ;

}
#deux {

    position: absolute;
    max-width: 15%;
    margin-left:40% ;
    margin-top:13% ;

}

#trois {

    position: absolute;
    max-width: 13%;
    margin-left:20%;
    margin-top:-2% ;


}

.texte{

    font-size: 1vw;
    color: rgb(255, 255, 255);
    display: inline-block;
    max-width: 10%;
    font-family: Insolente;

}

.anglais{

    font-size: 1vw;
    color: rgb(255, 255, 255);
    display: inline-block;
    max-width: 10%;
    margin-left: 5%;
    font-family: Insolente;

}







/* SMARTPHONE MODE PORTRAIT */
@media screen and (orientation: portrait) {}